/**
 *
 * Simply Solids -- Shopify Atlantic Theme Custom CSS
 *
 * Dave Naylor (@Caramboo) Aug 31, 2017 ( Refactored )
 *
 *
 * CONTENTS
 *
 * #Generic
 *
 * #Navigation
 *
 * #Homepage_Slide
 *
 * #Homepage_Welcome
 *
 * #Homepage_Featured_Collections
 *
 * #Contact_Page
 *
 * #Footer
 *
**/


/*------------------------------------*\
  #Generic
\*------------------------------------*/

.section-border {
  border-top: 1px solid rgba(174, 173, 171, 0.4);
}





/*------------------------------------*\
  #Navigation
\*------------------------------------*/

.main-header nav {
  border-top: 1px solid rgba(174, 173, 171, 0.4);
}

.main-header nav.full .nav-item > .label::before {
  background-color: rgba(174, 173, 171, 0.4);
}

.main-header nav.full .nav-item .dropdown-wrap .dropdown-item a {
  font-size: 14px; padding: 15px 42px 15px 26px;
}

.main-header nav.full .nav-item .dropdown-wrap .dropdown-item .icon {
  right: 16px;
  top: 19px;
  font-size: 18px;
}





/*------------------------------------*\
  #Homepage_Slide
\*------------------------------------*/

.template-index .slide .content .title {
  font-weight: 400;
}

.template-index .slide .content .call-to-action {
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.template-index .slide .content .title {
    
    color: #ffffff;
  
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    text-transform: uppercase;
  
}

.invert.slide .content .title, .template-index .invert.slide  .content .tagline{color:rgba(0,0,0,0.7)}


/*------------------------------------*\
  #Homepage_Welcome
\*------------------------------------*/

.template-index .welcome-area h2 {
  font-weight: 300;
  text-transform: uppercase;
  width: 90%;
  font-size: 32px !important
    
}


.template-index .welcome-area {
  text-align: center;
  padding: 55px 0;
}

.template-index .welcome-area h3 {
  width: 90%;
  font-weight: 300;
}

.welcome-area p {
  padding: 0 5%;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
}





/*------------------------------------*\
  #Homepage_Featured_Collections
\*------------------------------------*/

.featured-collections .collection .label {
  font-weight: 400;
  background: rgba(0,0,0,0.5);
  padding: 5px 0;
}

.featured-collections .collection .label {
  bottom: 0%;
  top:  auto;
}

.featured-collections .collection:hover a {
  background: rgba(0,0,0,0.5);
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}





/*------------------------------------*\
  #Contact_Page
\*------------------------------------*/

.template-page .sidebar, 
.template-contact .sidebar {
  float: right;
  width: 40%;
  padding-left: 20px;
}

.template-contact .text-content {
  float: left;
  width: 60%;
  padding-right: 20px;
}

#contact_form {
  padding-right: 50px;
}

.template-contact .field-wrap textarea {
  min-height: 140px;
}

.template-contact .field-wrap label {
  cursor: auto;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.template-contact .field-wrap {
  margin-top: 5px;
}

.template-page .text-content.full,
.template-contact .text-content.full {
  float: left;
  width: 100%;
  padding-right: 0;
}

.template-contact .rte table td, 
.template-contact .rte table th {
  border:  1px solid #eaeaea;
  padding: 15px 25px;
}

.contactmapbox,
.contactformbox {
  width: 50%;
  float: left
}

.google-maps {
  position: relative;
  height: 0;
  padding-bottom: 75%; 
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top:  0;
  left: 0;
  width:  100% !important;
  height: 100% !important;
}

.opening-hours {
  width: 50%;
  float: right;
}

.contact-details {
  width: 50%;
  float: left;
}

.opening-hours ul {
  list-style-type: none;
  padding-left: 0;
}

.opening-hours__times li {
  border-bottom: 1px solid #eee;
}

.push-right {
  float: right;
}

.today {
  font-weight: 600;
  color: #00837b;
  text-transform: uppercase;
}


@media (max-width: 719px) {
  
  .contactmapbox,
  .contactformbox,
  .opening-hours,
  .contact-details {
    width: 100%;
    margin-top: 32px;
    float: none;
  }
  
  #contact_form {
  
    padding-right: 0;
  
  }
}  



/*------------------------------------*\
  #Footer
\*------------------------------------*/

footer {
  background: #f6f5f1;
}

footer .footerlevel1 {
  padding: 30px 0;
}

footer .footerlevel2 {
  background: #2d3134;
  padding:50px 0;
}

.main-footer {
  padding: 0;
}

.main-footer .sub-footer nav {
  text-align: center;
  margin-top: 0;
  padding: 0;
  width: 33%;
  float: left
}

.main-footer .sub-footer nav li {
  display: block;
  margin: 0 10px 10px;
}

.main-footer .connect {
  color: #afaeac;
  font-size: 14px;
  border-top:    none;
  border-bottom: none;
}

.main-footer .connect > li {
  border-left: none;
}

.main-footer .connect .contact .phone,
.main-footer .connect .contact .email {
  color: #afaeac;
}

.main-footer .contact .title {
  color: #afaeac;
}

.main-footer .connect .social .social-link a {
  color: #afaeac;
}

.main-footer .connect .contact .phone a,
.main-footer .connect .contact .email a {
  color: #afaeac;
}

.main-footer .connect .newsletter .email {
  color: #afaeac;
}

.main-footer .connect .newsletter .submit {
  background: #afaeac;
  border-radius: 3px;
}

.methods-of-payment {
  text-align: center;
  margin-top: 32px;
}

.mop {
  margin: 0 8px;
}

/*------------------------------------*\
  #Products
\*------------------------------------*/

.stock-quantity-var-title {
  float: left;
  width: 40%;
}
.stock-quantity-var-num {
  float: right;
  width: 55%;
}


/*------------------------------------*\
  #Pages
\*------------------------------------*/

.nobc .page-title {padding:35px 0 15px}