/* Enter Your Custom CSS Here */

.page-contact-us h1 {
    text-indent: 225px !important; 
}

.page-contact-us h1:after {
    width: 16% !important;
}

div#mySecondDiv {
    margin-top: 7.5em;
    text-align: center;
    max-width: 580px;
    width: 100%;
}

div#mySecondDiv h2 {    
    color: #adc964;
    font-size: 40px;
}

div#mySecondDiv h3 {
    line-height: 1.5;
    color: #4690b6;
    border: none !Important;
}

.wpcf7-form.sent { display:none; }

body.archive #content .col-full {
	padding-right: 15px;
    padding-left: 15px;
}

a:focus, .button:focus {
	outline: none !important;
}

.email-container {
    float: none;
}

.widget_shopping_cart .product_list_widget {    
    padding: 0 15px;
}

.product_list_widget li.mini_cart_item {
    padding: 1em 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: block !important;
}

#header-bottom .site-branding {
    margin-left: 0%;
}

.woocommerce-active .site-header .main-navigation {
    margin-right: 0;
}

#submenu-container ul {
    max-width: 1332px;     
    padding: 0 2.5em;
    margin-bottom: 0;
}

#submenu-container ul li { 
    width: 100%;
    max-width: 319px;
}

#submenu-container ul li a:hover {
    opacity: 0.8;
}

.home-corevalues .sline h3,
.home-new-arrival .sline h2 {
    position: relative;
}

div.mce_inline_error {
    display: none !important;
}

input.mce_inline_error { 
    background: #e29d9d !important;
}

input.mce_inline_error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
}
input.mce_inline_error::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}
input.mce_inline_error:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}
input.mce_inline_error:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}

/** MEDIA QUERIES **/

@media only screen and (min-width: 847px) and (max-width: 1162px) {
  .cp-title-area {
    max-height: 118px;
    height: 100%;  
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1250px) {
  #header-bottom nav#site-navigation {    
      width: 75%;    
  }
}


@media only screen and (min-width: 954px) and (max-width: 1035px) {
  .page-contact-us h1:after {
      width: 5% !important;
  }
}

@media only screen and (min-width: 1035px) and (max-width: 1100px) {
  .page-contact-us h1:after {
      width: 10% !important;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1250px) {
  .page-contact-us h1:after {
      width: 11% !important;
  }
}

@media only screen and @media (max-width: 953px) {
.page-contact-us h1 {
    text-indent: 196px !important;
}
}
  
@media only screen and (min-width: 772px) and (max-width: 820px) {
.page-contact-us h1:after {
    width: 13% !important;
} 
}  



@media only screen and (max-width: 935px) {
  #main .vspacer-lg {
      height: 0px;
  }
  .sline h3 {
    display: block; 
  }
  
  .home-corevalues .sline h3,
  .home-new-arrival .sline h2 {
    padding: 1px 0;
  }
  
  .sline {
      display: block;
  }  
  
  .home-corevalues .sleft, .home-corevalues .sright,
  .home-new-arrival .sleft, .home-new-arrival .sright {
  	  display: none;
  }
  
  .home-corevalues .sline h3:before,  
  .home-new-arrival .sline h2:before {
    content: '';
    background: #98c8d6;
    height: 1px;
    position: absolute;
    width: 30%;
    left: 0;
    top: 46%;
  }
  
  .home-corevalues .sline h3:after,
  .home-new-arrival .sline h2:after {
    content: '';
    background: #98c8d6;
    height: 1px;
    position: absolute;
    width: 30%;
    right: 0;
    top: 46%;
  }
 
  .home-corevalues .sline h3:before,
  .home-corevalues .sline h3:after  {
   	width: 22%;
  }
}
  
@media only screen and (max-width: 900px) {
  .page-contact-us h1 {
      text-indent: 188px !important;
  }
}  
  
@media only screen and (max-width: 768px) {
.page-contact-us h1 {
    text-indent: 30px !important;
}
.page-contact-us h1:after {
    width: 20% !important;
}    
}  

@media only screen and (max-width: 767px) {
  #submenu-container ul li { 
      background: none;
  }
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
	.description-sheet table, 
	.description-sheet thead, 
	.description-sheet tbody, 
	.description-sheet th, 
	.description-sheet td, 
	.description-sheet tr {
   		display:  block; 	
  }

	.description-sheet table tbody td {
		font-size:15px !important;
  		border-bottom: 1px solid #e0e0e0 !important;
	}

    .description-sheet table tbody td:empty {
        display: none;
    }

    .description-sheet thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .description-sheet tr {
        border: 1px solid #ccc;
   		margin-bottom: 1em;
    }
    
    .description-sheet td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }
    
    .description-sheet td:before {
        content: attr(data-title);
    }

    .description-sheet .qty {
        width: 60px;
    }
    
    .description-sheet td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

}

@media only screen and (max-width: 630px) {
  footer .subscribe input[type=email] {
      width: 220px !important;
  }
}

@media only screen and (max-width: 476px) {
  .mc4wp-form-fields {
      display: table;
      margin: 1em auto;  
  }
}

@media only screen and (min-width: 768px) {
  .single-product div.product .woocommerce-product-gallery {
      margin-bottom: 0px;
  }
}

@media only screen and (min-width: 936px) {
  .new-arrival-categories > .col .thumb img {
      max-height: 150px;
  }
}

