/*

 Theme Name:     Laurel Child Theme

 Theme URI:      http://mgwebwpthemes.com/

 Description:    Laurel Child Theme

 Author:         MGWeb Wordpress Themes

 Author URI:     http://mgwebwpthemes.com/

 Template:       laurel

 Version:        1.0.0

 Tags:           Light, Dark

*/
@import url("../laurel/style.css");
/* 	============================================================================ */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
/* 	============================================================================
// 		Primary
// 	========================================================================= */
body:not(.page-template-default) .feature-box {
  width: 100vw;
  margin-left: calc((-100vw + 100%)/2);
}

p {
  line-height: 2em;
}

.centered-heading h2 {
  position: relative;
  font-weight: normal;
  text-align: center;
  font-size: 38px;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.centered-heading h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #e6a200;
}

.boxed-button {
  position: relative;
  z-index: 1;
}
.boxed-button a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #d3d3d3;
  letter-spacing: 2px;
  font-size: 12px;
  transition: color 0.4s;
}
.boxed-button a:hover, .boxed-button a:focus {
  text-decoration: none;
}
.boxed-button a:hover:after, .boxed-button a:focus:after {
  height: 100%;
}
.boxed-button a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #d3d3d3;
  z-index: -1;
  transition: height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.boxed .content-holder {
  background-color: transparent !important;
}

/* 	============================================================================
// 		Header
// 	========================================================================= */
header.site-header.header2 {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  header.site-header.header2 {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header.site-header.header2 {
    padding: 0;
    margin-bottom: 0;
  }
}
header.site-header.header2 .site-branding {
  padding: 0;
}
header.site-header.header2 .site-branding a {
  display: inline-block;
}
header.site-header.header2 .site-branding a img.logo {
  padding: 10px;
  float: none;
}
header.site-header.header2 .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header.site-header.header2 .row {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  body.home .branding-wrapper {
    display: none;
  }
}

/* 	============================================================================
// 		Navigation
// 	========================================================================= */
header.header2 nav.main-navigation {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background: #f9e4ec;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  header.header2 nav.main-navigation {
    min-height: 0;
    justify-content: center;
    padding: 0;
    margin-left: 0;
    width: 100%;
  }
  header.header2 nav.main-navigation .menu-primary-menu-container {
    display: none;
  }
}
header.header2 nav.main-navigation .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.header2 nav.main-navigation ul.sf-menu {
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 979px) {
  header.header2 nav.main-navigation ul.sf-menu {
    justify-content: flex-end;
  }
}
header.header2 nav.main-navigation ul.sf-menu li {
  float: none;
}
header.header2 nav.main-navigation ul.sf-menu li:last-of-type {
  margin-right: 0;
}
header.header2 nav.main-navigation ul.sf-menu li a {
  height: auto;
  line-height: normal;
  padding: 10px;
  margin: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fa-bars {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  margin: 0;
  float: none;
  font-size: 22px;
}

.mobilemenu-wrapper {
  position: fixed;
  top: 0;
  left: calc(-80% + 90px);
  width: calc(80% - 90px);
  height: 100%;
  transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header .mobile-menu .mobilemenu {
  position: relative;
  height: 100%;
  margin-top: 0;
  background: #FFFFFF;
  border-right: 1px solid #000000;
}
header .mobile-menu .mobilemenu li {
  padding: 0;
}
header .mobile-menu .mobilemenu li a {
  padding: 10px;
  color: #000000;
  transition: color 0.2s;
}
header .mobile-menu .mobilemenu ul.sub-menu {
  padding: 0 0 0 20px;
  margin: 0;
}
header .mobile-menu .mobilemenu ul.sub-menu li {
  background: none;
}
header .mobile-menu .mobilemenu ul.sub-menu li:last-of-type {
  margin: 0;
}
header .mobile-menu .mobilemenu ul.sub-menu li a {
  padding: 5px;
  word-wrap: break-word;
}

.header1 ul.mobilemenu, .header2 ul.mobilemenu, .header3 ul.mobilemenu, .header4 ul.mobilemenu, .header5 ul.mobilemenu, .header6 ul.mobilemenu {
  display: block;
}

.header1 .mobilemenu-wrapper.open-mobile-menu, .header2 .mobilemenu-wrapper.open-mobile-menu, .header3 .mobilemenu-wrapper.open-mobile-menu, .header4 .mobilemenu-wrapper.open-mobile-menu, .header5 .mobilemenu-wrapper.open-mobile-menu, .header6 .mobilemenu-wrapper.open-mobile-menu {
  left: 0;
}

.mobile-menu .fa-bars.open-mobile-menu {
  pointer-events: none;
}

/* 	============================================================================
// 		Footer
// 	========================================================================= */
footer.site-footer {
  width: 100% !important;
  box-shadow: 0 -5px 20px -10px #000000;
}

.footer-text {
  text-align: center;
}

.footer-menu {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-menu ul {
    flex-direction: column;
  }
}
.footer-menu ul li {
  display: inline-block;
  width: auto;
  float: none;
  border-bottom: none;
  padding: 0;
  margin: 0 15px;
  text-transform: uppercase;
}
.footer-menu ul li a {
  padding: 10px;
  transition: color 0.2s;
}
.footer-menu ul li a:hover, .footer-menu ul li a:focus {
  text-decoration: none;
  color: #e6a200;
}

.footer-logo + div {
  font-family: "Work Sans", sans-serif;
}

/* 	============================================================================
// 		Home
// 	========================================================================= */
.slider-wrapper + .container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-wrapper + .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.home-brands img {
  width: 100%;
}
.home-brands p {
  margin: 0;
}
.home-brands .col-sm-3 {
  margin-bottom: 30px;
}
.home-brands div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-brands div {
    margin-bottom: 15px;
  }
}
.home-brands div:hover > div {
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-brands div a {
  display: block;
}
.home-brands div > div {
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border: 1px solid #d3d3d3;
  padding: 10px;
  text-align: center;
  min-width: 50%;
  pointer-events: none;
  transition: top 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 767px) {
  .home-brands div > div {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-brands div > div img {
  width: auto;
  max-height: 30px;
}

/* 	============================================================================
// 		Content
// 	==========================================================================*/
@media screen and (min-width: 768px) {
  body.home #content.site-content {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  #content.site-content {
    margin-top: 160px;
  }
}

article.page h1.entry-title {
  text-align: center;
  font-weight: lighter;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-list p {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.image-list p img {
  padding: 0 15px;
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
}

.collections-list ul.main-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.collections-list ul.main-list > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}
.collections-list ul.main-list > li:last-of-type {
  border-bottom: none;
}
.collections-list .collection-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.collections-list .collection-logo img {
  max-height: 80px;
  width: auto;
}
.collections-list .collection-gallery {
  margin-top: 120px;
}
@media screen and (max-width: 979px) {
  .collections-list .collection-gallery {
    margin-top: 15px;
  }
}
.collections-list .collection-gallery .swiper-slide img {
  width: 100%;
}
.collections-list .collection-gallery .swiper-pagination-bullet-active {
  background: #f9e4ec;
}
.collections-list .collection-content h3 {
  margin: 0 0 30px;
  text-align: center;
}
.collections-list .offers {
  margin-top: 30px;
}
.collections-list .offers h4 {
  margin: 0 0 15px;
}
.collections-list .offers ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.collections-list .offers ul li {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 10px 15px 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #d3d3d3;
  letter-spacing: 2px;
  font-size: 12px;
}
@media screen and (max-width: 979px) {
  .collections-list .offers ul li {
    margin: 0 5px 15px;
  }
}

.contact-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contact-info ul li {
  position: relative;
  padding-left: 20px;
}
.contact-info ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-info h5 {
  margin-bottom: 5px;
}

.contact-form {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .contact-form div[role="form"] {
    margin-bottom: 30px;
  }
}
.contact-form div[role="form"] *[class^="col-"] {
  padding: 0;
}
.contact-form div[role="form"] *[class^="col-"]:first-of-type label {
  margin-top: 0;
}
.contact-form div[role="form"] .left {
  padding-right: 15px;
}
@media screen and (max-width: 979px) {
  .contact-form div[role="form"] .left {
    padding-right: 0;
  }
}
.contact-form div[role="form"] .right {
  padding-left: 15px;
}
@media screen and (max-width: 979px) {
  .contact-form div[role="form"] .right {
    padding-left: 0;
  }
}
.contact-form div[role="form"] label {
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
}
.contact-form div[role="form"] label br {
  display: none;
}
.contact-form div[role="form"] span {
  visibility: visible;
}
.contact-form div[role="form"] input[type="text"], .contact-form div[role="form"] input[type="email"], .contact-form div[role="form"] input[type="tel"], .contact-form div[role="form"] textarea {
  padding: 0;
  margin: 0;
  border-radius: 0;
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #000000;
  background: transparent;
  font-family: "Work Sans", sans-serif;
}
.contact-form div[role="form"] input[type="text"], .contact-form div[role="form"] input[type="email"], .contact-form div[role="form"] input[type="tel"] {
  width: 100%;
}
.contact-form div[role="form"] textarea {
  width: 100%;
}
.contact-form div[role="form"] input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #d3d3d3;
  letter-spacing: 2px;
  font-size: 12px;
  transition: color 0.4s, background 0.2s;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  line-height: inherit;
  float: left;
}
.contact-form div[role="form"] input[type="submit"]:hover, .contact-form div[role="form"] input[type="submit"]:focus {
  text-decoration: none;
  background: #d3d3d3;
}
.contact-form div[role="form"] input[type="submit"]:hover:after, .contact-form div[role="form"] input[type="submit"]:focus:after {
  height: 100%;
}
.contact-form div[role="form"] div.wpcf7-response-output {
  clear: both;
  margin: 0;
}
.contact-form div[role="form"] span.ajax-loader {
  display: none;
}
.contact-form .wpcf7-radio {
  display: block;
}
.contact-form .form-submit {
  margin-top: 15px;
}
.contact-form .form-submit .wpcf7-form-control-wrap {
  float: left;
}
@media screen and (max-width: 979px) {
  .contact-form .form-submit .wpcf7-form-control-wrap {
    float: right;
  }
}

/*Edge*/
@supports (-ms-accelerator: true) {
  html {
    overflow: hidden;
    height: 100%;
  }

  body {
    overflow: auto;
    height: 100%;
  }
}
/*IE 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }

  body {
    overflow: auto;
    height: 100%;
  }
}

.home-map iframe, .contact-info iframe{
	width:100%;
}