/*
 Theme Name: media-village
 Description: The custom theme [Your Theme Name] using the parent theme Twenty Seventeen.
 Author: [You]
 Author URI: [Your URL]
 Template: twentyseventeen
 Version: 1
 */

html {
  scroll-behavior: smooth;
}

/* BLOG CSS */

.blog-header {
  background: #253A7B;
  color: #fff;
  padding: 60px 0;
}

.blog-header h1 {
  color: #fff;
  text-transform: none;
}

.blog-list {
  display: flex;
  justify-content: space-between;
}


.blog-list #primary {
  width: 70% !important;
}

.blog-list article {
  width: 100% !important;
  padding: 60px 0 !important;
  border-bottom: 1px solid #eee;
}

.blog-list .entry-content p:last-child,
.blog-list .post-thumbnail {
  margin-bottom: 0;
}

.blog-list .entry-meta {
  padding-bottom: 20px;
}

.blog-list article:first-child {
  padding-top: 0 !important;
} 

.blog-list h2.entry-title {
  font-size: 30px !important;
  font-weight: 300 !important;
} 
.blog-list h2.entry-title a {   
    color: #18A5B4 !important;
}

.blog-list .btn {
  margin-top: 20px;
}

.blog-list .blog-right-column {
  padding: 60px 0 !important;
  width: 25% !important;
}

.blog-list .blog-right-column .widget {
  padding: 0;
  margin-bottom: 50px;
}

.blog-list h2.widget-title {
  font-size: 20px !important;
  margin-bottom: 20px;
}

.entry-header.blog-post {
  padding: 0 !important;
}

.single-post #content {
  padding: 0;
  font-weight: 300;
  font-size: 125%;
} 
@media(max-width: 767px) {
  .single-post #content {
    font-size: 100%;
  }
}

.single-post #content .wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.entry-header.blog-post .filter {
  background: rgba(0,0,0,0.7);
  padding: 150px 30px;
}

.entry-header.blog-post .filter h1 {
  color: #fff;
  text-align: center;
}

.single-post .entry-meta .byline {
  display: none;
}

.single-post .entry-meta {
  text-align: center;
  padding-bottom: 30px;
}
.single-post .entry-meta .posted-on {
  color: #fff;
  pointer-events: none;
}

.single-post .entry-content img {
  margin: 40px 0;
}

.single-post blockquote {
  background-color: #18A5B4;
  position: relative;
  font-weight: 800;
  color: #ffffff;
  padding: 50px 50px 60px 50px;
  width: 100%;
  z-index: 1;
  margin: 40px auto;
  align-self: center;
}

.single-post blockquote p {
  position: relative;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.single-post blockquote:after {
  position: absolute;
  content: "”";
  color: rgba(255, 255, 255, 1);
  font-size: 10rem;
  line-height: 0;
  bottom: 10px;
  right: 30px;
  font-family: 'Montserrat', sans-serif;
}

@media(max-width: 767px) {
  .blog-list {
    display: block;
  }

  .blog-list #primary, .blog-list .blog-right-column {
      width: 100% !important;
  }
  .blog-list .entry-meta {
    padding-top: 20px;
  }

  .blog-list .blog-right-column {
    padding: 0 !important;
  }
  .entry-header.blog-post .filter {
    padding: 80px 20px;
  }
  .single-post blockquote { 
    padding: 20px 20px 30px 20px;
  }
  .single-post blockquote p { 
    font-size: 17px;
  }
  .single-post blockquote:before {
    content: "”";
    color: rgba(255, 255, 255, 1);
    top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 88px;
    position: relative;
    margin: 0 auto;
    display: table;
    line-height: normal;
  }
  .single-post blockquote:after {
    display: none;
  }

}


/* HEADER CSS */

.home .site-header {
  border-bottom: none;
}

.site-header {
  background: transparent;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
} 

.site-header * {
  border: none !important;
  box-shadow: none !important;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding {
  padding: 0;
  width: auto !important;
  position: relative !important;
  margin-bottom: 0 !important;
}

.site-branding img {
  max-height: 67px;
}

.navigation-top {
  position: relative;
  width: auto;
}

.navigation-top a {
  color: #000;
  font-size: 14px;
  font-weight: 800;
  padding: 0 7px;
}

.main-navigation ul ul a {
    padding: 10px 20px;
}

.navigation-top a:hover {
  color: #18A5B4;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
  color: #000;
}

.sub-menu {
  background: #1091a2 !important;
}

.main-navigation li li:hover, .main-navigation li li.focus {
  background: #253A7B;
}

ul#primary-menu li:hover:after,ul#primary-menu li.menu-item-573:hover:after,ul#primary-menu li.menu-item-572:hover:after{
    display: none;
}

.sub-menu a {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

.header-right { /* code might be causing issue with the modal not appearing */ 
  display: flex;
  justify-content: space-around;
  align-items: center;  
}

.header-right .widget {
  margin-left: 20px;
}

.header-right button {
  margin-left: 20px !important;
  position: static !important;
  border-radius: 5px;
}

.header-right .fal,
.header-right .far {
  color: #18A5B4;
  font-size: 18px;
  vertical-align: middle;
}

/* E/O HEADER CSS */

/* MINI CART CSS */

.mini_cart_item .col-sm-7 { padding-right: 40px;}

.widget_shopping_cart_content .ver-cart-count { 
  display: flex;
  justify-content: space-around;
  align-items: center;  
}


.ver-cart-items {
  position: absolute;
  background: #FFF;
  top: 100%;
  width: 300px;
  color: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
}

.ver-cart-count a {
    background: #18A5B4;
    margin-left: 3px;
    color: #fff;
    border-radius: 100px;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: normal;
    font-size: 15px;
}

.ver-cart-count a:hover {
  color: #fff;
}

.widget_shopping_cart:hover .ver-cart-items {
  opacity: 1;
  visibility: visible;
}

.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  font-size: 14px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee !important;
}

.woocommerce ul.cart_list li img {
  width: 100%;
  height: auto;
}

.woocommerce ul.cart_list li dl {
  border-left: 0;
  padding-left: 0;
}

.woocommerce ul.cart_list li dl dd {
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce.widget_shopping_cart .quantity {
  display: block;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 10px;
}

.widget_shopping_cart .ver-cart-items {
    padding: 20px;
    padding-top: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1) !important;
}

.woocommerce ul.cart_list li img {
  display: block;
}

.woocommerce-mini-cart__total {
  text-align: center;
  margin-bottom: 15px;
}

.woocommerce-mini-cart__buttons {
    margin: 0 auto;
    display: table;
}

.widget_shopping_cart .ver-cart-items .button {
  padding: 5px 10px !important;
  font-size: 14px;
}

/* E/O MINI CART CSS

/* SEARCH BAR AND RESULTS PAGE */


.search-no-results .site-header.transparent { position: relative;}

 
 .search-no-results .search-field { border: 1px solid #ddd; line-height: 1.4; padding: 13px 24px; float: left;}
  .search-no-results .btn { border: none; background-color: #f99000; border: 1px solid #f99000; color: #fff; float: left;}
   .search-no-results .btn:hover { background: #d01414; border-color: #d01414;}
  

.search-results .page-header {
  width: 100% !important;
  float: none !important;
}  
.search-results .page-header h1 {
  text-transform: none;
  letter-spacing: 0;
}

.search-results .site-header.transparent { position: relative;}

.search-results .posts-navigation { display: none;}

#SearchModal.show {
    display: flex !important;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.modal-backdrop.show {
  opacity: 0.7 !important;
}

#SearchModal .modal-dialog { margin: 0 30px; width: 100%; top: 0;}  
#SearchModal .modal-content { }
#SearchModal .modal-header { padding: 0; border: 0; margin-bottom: 30px;}
#SearchModal .close { color: #fff; text-shadow: none; opacity: 1; float: right;}
#SearchModal .modal-body { padding: 0;}  
#SearchModal .search-field { border: none; padding: 1em;}

/* E/O SEARCH BAR AND RESULTS PAGE */


/* MAIN CONTENT CSS */

body {
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 200;
}

p {
  line-height: 1.8em;
}

h1, h2 {
  font-size: 60px !important;
  font-weight: 100 !important;
}

h1 {
  margin-bottom: 0 !important;
}

h4 {
  font-size: 26px !important;
  font-weight: 700 !important;
}

.content-row, .site-content, .page:not(.home) #content {
  padding: 70px 0;
}

 .entry-content { 
  width: 100% !important; 
}

.panel-content .wrap {
  padding: 0;
}

 .widget {
    padding: inherit;
}

.shape-slideshow {
  background-size: 50px;
  margin-top: -50px;
  background-repeat: repeat-x !important;
}

.shape {
  background-size: 50px;
  margin-top: -25px;
  height: 25px;
  background-repeat: repeat-x !important;
  background-image: url(images/shape-2.png) !important;
}

a {
  box-shadow: none !important;
  transition: 0.3s !important;
}

body a {
  color: #18A5B4;
}

a:hover {
  text-decoration: none !important;
}

input {
  color: #000 !important;
}

.btn, .single_add_to_cart_button, .button, .blog-list .entry-content a {
  background: #18A5B4 !important;
  color: #fff !important;
  border-radius: 30px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  padding: 10px 20px !important;
  box-shadow: none !important;
  transition: 0.3s !important;
  box-shadow: none !important;
  border: none !important;
}
.btn:hover, .single_add_to_cart_button:hover, .button:hover {
  background: #1091a2 !important;
  color: #fff !important;
}

.search-no-results .search-field, .error404 .search-field {
  width: 80% !important;
  float: left;
}

.search-no-results .search-form .search-submit, .error404 .search-form .search-submit {
  position: relative !important;
  float: left;
  padding: 0.7em;
  top: 0;
  bottom: 0;
}

.search-no-results .page-title {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 30px !important;
}

/* E/O MAIN CONTENT CSS */


/* SLIDESHOW CSS */

#rev_slider_2_1_forcefullwidth rs-sbg-wrap:before {
  height: 50px !important;
  content: "";
  width: 100%;
  display: block;
}
@media(max-width: 480px) {
  #rev_slider_2_1_forcefullwidth rs-sbg-wrap:before {
    display: none;
  }
}

#rev_slider_2_1_forcefullwidth rs-sbg-wrap:after {
  height: 40px !important;
  content: "";
  width: 100%;
  display: block;
}

rs-module {
  overflow: visible;
}

rs-fullwidth-wrap {
  padding-bottom: 30px;
  
}

.tp-bullets {
  margin-top: 55px;
  top: 105% !important;
}

#rev_slider_2_1_wrapper h2 {
  font-size: 60px;
  margin-bottom: 20px;
  margin-top: 25px;
  line-height: 1em !important;
  font-weight: bold !important;
  color: #204393;
}

#rev_slider_2_1_wrapper h4 {
  font-style: italic;
  padding-top: 0;
  color: #204393;
  font-size: 40px !important;
  font-weight: 100 !important;
  margin-bottom: 30px;
  line-height: 1em !important;
}
#rev_slider_2_1_wrapper h4 small {
  font-size: 50% !important;
}

@media(max-width: 980px) {
  #rev_slider_2_1_wrapper h4 {
    display: none !important;
  }
}

#rev_slider_2_1_wrapper h5 {
  font-style: italic;
  color: #204393 !important;
  font-size: 30px !important;
  font-weight: 100 !important;
  background: #fff;
  border-radius: 100px;
  padding: 9px !important;
  /*line-height: 28px !important;*/
  letter-spacing: 2px !important;
  width: 95px !important;
  height: 95px !important;
  text-align: center !important;
  box-shadow: 4px 3px 5px 4px rgba(0,0,0,0.2);
  line-height: 14px !important;
}
#rev_slider_2_1_wrapper h5 small {
  font-size: 18px;
  text-transform: none;
}
@media(max-width: 480px) {
  #rev_slider_2_1_wrapper h5 {
    font-size: 14px !important;
    border-radius: 100px;
    padding: 10px !important;
    line-height: 1em !important;
    letter-spacing: 0px !important;
    width: 50px !important;
    height: 50px !important;
  }
}

#rev_slider_2_1_wrapper p {
  font-size: 25px;
  font-weight: 700 !important;
  line-height: 1.5em !important;
}
#rev_slider_2_1_wrapper .btn {
  font-size: 18px;
  padding: 10px 20px;
  background: #204393 !important;
}

/* E/O SLIDESHOW CSS */


/* HOMEPAGE PRODUCT SCROLLER CSS */


.ywcps-products {
  margin-left: 6px;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev, 
.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
  top: 35% !important;
}

.ywcps-wrapper .ywcps-nav-prev, .ywcps-wrapper .ywcps-nav-next {
  opacity: 1 !important;
}

.ywcps-wrapper .ywcps-nav-prev {
  left: -10px !important;
}

.ywcps-wrapper .ywcps-nav-next {
  right: -20px !important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev {
  background: url(images/sx.png) no-repeat !important;
  
} 

.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
  background: url(images/dx.png) no-repeat !important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev, .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
  border: none !important;
}

.woocommerce .ywcps-wrapper .owl-item li.product {
  padding-top: 10px;
}

.ywcps-product-slider img {
  box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.05) !important;
}

.woocommerce-loop-product__title {
  text-align: center;
  color: #000;
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0;
}

.ywcps-product-slider .price {
  text-align: center;
  color: #000;
}

/* E/O HOMEPAGE PRODUCT SCROLLER CSS */

/* CTA CSS */

.cta {
  background: #253A7B;
  padding: 60px 0;
  color: #fff;
}

.cta h2 {
  color: #fff;
  font-size: 50px;
}

.cta h4 {
  color: #fff;
  line-height: 1.8em;
}

.cta .btn {
  margin-left: 10px;
}
@media(max-width: 767px) {
  .cta .btn {
    margin-left: 0px;
  }
}

.cta img {
  height: 30px !important;
  width: auto;
}

.cta .icons {
  margin-top: 100px;
  display: flex;
}


/* E/O CTA CSS */




/* FOOTER CSS */

footer {
  margin-top: 0 !important;
}

.site-footer {
  font-size: 0.875rem !important;
}

footer .wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;   
}

footer img {
  max-width: 150px !important;
  margin-top: -5px;
  margin-right: 30px;
}

/* E/O FOOTER CSS */







/* WOOCOMMERCE CSS */


/* category listings */
.woocommerce-loop-category__title, .woocommerce-loop-product__title {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #000;
  text-align: center;
}
.woocommerce-loop-category__title {
  font-size: 25px !important;
}

.woocommerce-loop-category__title {
  background: #18A5B4;
  padding: 15px !important;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  border-radius: 5px 5px 0 0;
  transition: 0.3s;
}

.product-category {
  border-radius: 0 0 5px 5px !important;
}

.product-category:hover img {
  opacity: 0.8;
  transition: 0.3s;
}

.product-category:hover .woocommerce-loop-category__title {
  background: #253a7b;
  transition: 0.3s;
}

.product-category img {
  width: 100%;
  box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.05) !important;
  border-radius: 0 0 5px 5px !important;
  transition: 0.3s;
  padding: 0px;
}

/* category page */

.woocommerce-products-header {
  background: #253A7B;
  padding: /*60px*/ 0;
}

.woocommerce-products-header .flex {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  /*align-items: center;*/
} 

/*@media(max-width: 1200px) {
  .woocommerce-products-header .image {
    display: none !important;
  }
}*/

.woocommerce-products-header .flex .container {
  padding: 80px 60px;
}
@media(min-width: 1300px) {
  .woocommerce-products-header .flex .container {
    padding: 150px 80px;
  }
}
@media(min-width: 1200px) {
  .woocommerce-products-header .flex .container {
    padding: 80px 80px;
  }
}
@media(max-width: 767px) {
  .woocommerce-products-header .flex .container {
    padding: 40px;
  }
}

.woocommerce-products-header .flex .container .inner {
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce-products-header h1 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce-products-header .term-description {
  margin-top: 20px;
}

.woocommerce-products-header .term-description p {
  font-size: 17px;
  font-weight: 200;  
  line-height: 1.8em;
  color: #fff;
} 

.archive .site-content {
  padding-top: 0;
}

.archive .content-area {
  padding: 60px 0; 
}

.archive .woocommerce-result-count, .archive .woocommerce-ordering {
  margin-bottom: 60px;
}

.archive .woocommerce-ordering .orderby {
  padding-left: 15px;
  padding-right: 15px;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=); */
    padding: .5em 1.5em .5em .5em;
    border-radius: 5px;
}

.woocommerce li.product {
  padding-top: 10px;
}
.woocommerce li.product img, .woocommerce li.product .woocommerce-loop-product__title {
  transition: 0.3s;
}

.woocommerce li.product img {
  /*box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.05) !important;*/
  width: 100%;
}

.woocommerce li.product .price {
  text-align: center;
  color: #000;
}

.woocommerce li.product:hover img {
  opacity: 0.8;
  transition: 0.3s;
  filter: saturate(1);
}

.woocommerce li.product:hover .woocommerce-loop-product__title {
  color: #253a7b;
  transition: 0.3s;
}

ul.page-numbers a {
  
}


/* WOOCOMMERCE PRODUCT PAGE */

.woocommerce-product-gallery .flex-viewport {
  box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.08) !important;
}



.woocommerce-product-gallery img {
  width: 100%;
  /*box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.08);*/
  margin-top: 15px;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
  width: 45%;
}

h1.product_title {
  font-size: 40px !important;
  margin-bottom: 20px !important;
}

.single-product .summary .price {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 20px !important;
}

.single-product form.cart input {
  width: 3em;
  padding: 10px 5px !important;
  text-align: center;
}

.stock {
  font-weight: bold;
}

#pa_size {
  display: block !important;
}
#picker_pa_size .select-option.swatch-wrapper {
  display: none !important;
}

.variations select {
  width: 100%;
  padding: 0 10px;
}
.variations tr {
  border: none;
}
.woocommerce-variation-price {
    margin-bottom: 30px;
}
a.reset_variations {
  display: none !important;
}

.variations td:first-child {
  display: block;
  padding-top: 8px;
}

.swatch-wrapper {
  padding: 0;
  border: 1px solid #fff;
}
div.swatch-wrapper.selected, .swatch-wrapper:hover {
    border: 1px solid #000;
    padding: 0px;
    border-radius: 100%;
}

.swatch-wrapper a {
  border-radius: 100%;
}

.attribute_pa_colour_picker_label.swatch-label {
  display: none;
}

.swatch-wrapper * {
  outline: none !important;
}

/* WOOCOMMERCE CHECKOUT PAGES */

a.remove {
  border: none;
}

.quantity input {
  color: #000 !important;
}

.woocommerce-checkout .form-row {
  display: block;
}

#ship-to-different-address label {
  width: 100%;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin-bottom: 0;
}

.woocommerce-billing-fields h3, h3#ship-to-different-address {
  margin-bottom: 30px;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a,
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
  box-shadow: none !important;
}

body .woocommerce-message a, body .woocommerce-message a:hover {
    background: transparent !important;
    padding: 0 !important;
}

.wc-proceed-to-checkout a:after {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  background: #18A5B4;
  padding: 40px;
}

#ship-to-different-address label span {
  font-size: 20px;
  font-weight: bold;
}

.woocommerce-billing-fields__field-wrapper label {
    color: #fff;
}

.woocommerce-order-received .entry-content h2 {
  font-size: 25px !important;
  font-weight: bold !important;
}


.woocommerce-order-overview, .woocommerce-order-details {
  margin-bottom: 60px;
}
.woocommerce-order-received {
  line-height: 2em;
}
.woocommerce-order-received .addresses {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* ACCOUNT PAGES */

.reset-password p {
  justify-content: flex-end;
}
.reset-password input {
  margin-left: 15px;
}

.woocommerce-orders-table .button {
  padding: 5px 10px !important;
  font-size: 12px;
  margin-left: 5px;  
}


.woocommerce-address-fields .form-row {
  display: block;
}

.woocommerce-address-fields label, .woocommerce-address-fields label {
  width: 100%;
}

#customer_login {
  display: flex;
}

#customer_login .password-input { 
  display: block;
  width: 100%; 
}

#customer_login h2 {
  font-size: 36px !important;
  margin-bottom: 25px;
}

.login-register-column {
  padding: 0 50px !important;
}

.login-register-column.u-column1 {
  border-right: 1px solid #ddd;
}

.login-register-column .woocommerce-form-login__submit {
  margin-left: 15px;
}

.woocommerce-view-order h2 {
  font-size: 30px !important;
}

/* E/O ACCOUNT PAGES */


/* INNER PAGES CSS */

.grecaptcha-badge {
  visibility: hidden !important;
}

.page-id-105 .grecaptcha-badge {
  visibility: visible !important;
}

.contact-form .wpcf7 {
  display: flex;
  justify-content: center;
}

.wpcf7-submit {
    font-size: 16px !important;
    width: 100%;
    padding: 15px !important;
}

.wpcf7-response-output {
  position: absolute;
  margin-top: 0;
}

/* E/O INNER PAGES CSS */

/* RESPONSIVE CODING */

@media(max-width: 1600px) {
  
  .ver-cart-items {
    right: 20px;
  }

}


@media(max-width: 1200px) { 
  .navigation-top a {
      font-size: 15px;
      padding: 0 7px;
  }

  h1, h2 {
    font-size: 50px !important;
  }
  #rev_slider_2_1_wrapper h2 {
    line-height: 1.1em !important;
  }
  #rev_slider_2_1_wrapper p { 
    font-size: 21px !important;
  }

}

@media(max-width: 991px) { 

  #rev_slider_2_1_wrapper h2 {
    font-size: 40px !important;
  }

  h1.product_title {
    font-size: 30px !important;
  }

}

@media(max-width: 768px) { 
  
  .woocommerce-product-gallery {
    width: 48% !important;
    float: left !important;
  }

  .summary {
    float: right !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 65% !important;
  }

  .woocommerce-products-header .flex {
    display: block;
  } 

}

@media(max-width: 767px) { 
  .site-header {
      background: #fff;
      padding: 7px 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2;
  }
  .site-content-contain {
    margin-top: 55px;
  }
  .site-branding img {
    max-height: 40px;
    width: auto;
  }
  #rev_slider_2_1_wrapper h2 {
    font-size: 30px !important;
    line-height: 1.3em !important;
  }
  #rev_slider_2_1_wrapper p {
    font-size: 18px !important;
  }

  #customer_login {
    display: flex;
    flex-direction: column;
  }
  .login-register-column.u-column1 {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  .login-register-column {
    padding: 20px 30px !important;
  }

}


@media(max-width: 650px) {

  .woocommerce-mini-cart-item .col-sm-3 {
    width: 25% !important;
    float: left !important;
  }

  .woocommerce-mini-cart-item .col-sm-9 {
    width: 75% !important;
    float: left !important;
  }

  .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
  }

  .summary {
    width: 100% !important;
    float: none !important;
  }

  td.product-quantity:before {
    margin-top: 12px;
    margin-right: 10px;
  }


}

@media(max-width: 480px) { 

  .content-row, .site-content, .page:not(.home) #content {
    padding: 40px 0;
  }

  h1, h2 {
    font-size: 23px !important;
  }

  h4 {
    font-size: 16px !important;
  }
  #rev_slider_2_1_wrapper h2 {
    font-size: 23px !important;
    line-height: 1.2em !important;
    margin-bottom: 0 !important; 
  }
  #rev_slider_2_1_wrapper p {
    font-size: 14px !important;
    margin-bottom: 0 !important; 
    display: none !important;
  }  
  #rev_slider_2_1_wrapper .btn {
    font-size: 13px !important;
    padding: 10px 10px !important;
  }
  .ywcps-products {
    margin-left: 11px;
  }  

  .product-category {
    width: 100% !important;
  }

  .cta .col-sm-3 {
    width: 100%;
  }

  .cta .icons {
    font-size: 12px;
    line-height: 1em;
    margin-top: 50px;
  }

  .cta .icons .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta .icons p {
    line-height: 1.3em;
  }

  footer .wrap {
    flex-direction: column;
  }

  footer img {
    margin-bottom: 30px;
    margin-right: 0 !important; 
  }

  .copyright {
    text-align: center;
  }

  .woocommerce-products-header {
    padding: 30px 0;
  }
  .woocommerce-products-header .term-description p {
    font-size: 16px;
  }

  h1.product_title {
      font-size: 25px !important;
  }
  .single-product .summary .price {
    font-size: 20px !important;
  }  

  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .reset-password p {
    justify-content: normal;
  }
  .reset-password input {
    margin-left: 0;
  }

}

@media(max-width: 400px) { 
  h1, h2 {
    font-size: 23px !important;
  }
  #rev_slider_2_1_wrapper h2 {
    font-size: 18px !important;
    line-height: 1.1em !important;
    margin-bottom: 0 !important;
  }
  #rev_slider_2_1_wrapper p {
    font-size: 12px !important;
    line-height: 1.3em !important;
    margin-bottom: 0 !important;
  }  
  #rev_slider_2_1_wrapper .btn {
    font-size: 13px !important;
  }


}

/* E/O RESPONSIVE CODING */




/*
 .panel-content .wrap { padding: 0; }


.container { max-width: 1140px; padding-left: 15px; padding-right: 15px; margin: 0 auto;}
h1, h2, h3, .btn { font-family: 'Merriweather Sans', sans-serif; font-weight: 800; }
h3 { text-align: center; font-size: 30px; }



#responsive-menu-button {border-radius: 6px !important;}
#responsive-menu-wrapper li { border-bottom: 1px solid #fff; }
.grey-row { background: #eee; }




.site-branding {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.logo {
	line-height: 0;
}

.logo img {
	max-height: 60px;
}

.header-right {
	display: flex;
}

.header-right .widget a {
    box-shadow: none;
    font-size: 19px;
    margin-right: 30px;

}

.site-branding .widget {
	padding-bottom: 0;
}

/* mobile menu */

#responsive-menu-button {
	display: initial;
	top: 0;
	right: 0;
}

#responsive-menu-container {
  width: 300px !important;
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1) !important;
}

#responsive-menu-container #responsive-menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#responsive-menu-wrapper li {
	border-bottom: 1px solid #eee !important;
}

/* e/o mobile menu */




input[type="text"]:focus, input[type="email"]:focus, 
input[type="url"]:focus, input[type="password"]:focus, 
input[type="search"]:focus, input[type="number"]:focus, 
input[type="tel"]:focus, input[type="range"]:focus, 
input[type="date"]:focus, input[type="month"]:focus, 
input[type="week"]:focus, input[type="time"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, 
input[type="color"]:focus, textarea:focus { color: #000; }

 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}




input[type="text"]:focus, input[type="email"]:focus, 
input[type="url"]:focus, input[type="password"]:focus, 
input[type="search"]:focus, input[type="number"]:focus, 
input[type="tel"]:focus, input[type="range"]:focus, 
input[type="date"]:focus, input[type="month"]:focus, 
input[type="week"]:focus, input[type="time"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, 
input[type="color"]:focus, textarea:focus { color: #000; }

 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}





@media(max-width: 1100px) {
.vc_column_container>.vc_column-inner { padding-left: 35px !important; padding-right: 35px !important; }
}

@media(max-width: 768px) {
.vc_row-o-full-height { min-height: 1px !important; padding: 60px 0; }
}

@media(max-width: 480px) {
	body { font-size: 13px; }
}






