/*
Theme Name: cdm
Theme URI: https://digitalnexa.com
Author: Digital Nexa
Author URI: https://digitalnexa.com
GitHub Theme URI: https://digitalnexa.com
Description: The renowned WordPress starter theme framework that combined carrdaymartin.com and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cdm
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

carrdaymartin.com WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
carrdaymartin.com is distributed under the terms of the GNU GPL.

Resource Licenses:
carrdaymartin.com is based on carrdaymartin.com https://carrdaymartin.com.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent carrdaymartin.com theme. Instead, download a copy of the carrdaymartin.com Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.carrdaymartin.com.com
*/


/* Site Settings  */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



/* Containers  */
@media only screen and (min-width: 993px){
	.container {
		width: 100%;
	}
}
.container {
  max-width:100%;
  padding:0 2vw;
}
.container.small{
  padding:0 19vw;
}
.container.medium{
  padding:0 6vw;
}

.row{
	margin-bottom:0px;
}

body,
p,
a,
li,
select,
input{
	font-family: 'Montserrat', sans-serif;
  color:#000;
  font-size:16px;
}
h1,
h2,
h3,
h4,
h5{
  font-family: 'Cinzel', serif;
  font-size: 40px;
  margin:0;
}
p{
  font-size: 16px;
  /* color:#8a8d8f; */
  color:#000;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
}

/* [data-aos^="fade"][data-aos^="fade"]{
  opacity: 1 !important;
} */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-nav{
  padding:0px !important;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background-color:#fff;
  box-shadow: none;
  font-family: 'Cinzel', serif;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul{
  /* display: block !important; */
  display: block;
  z-index: 99999;
  color:#000;
  margin-top: 0;
  background-color: #fff;
  box-shadow: initial !important;
  border-radius: 0;
}

.main-navigation ul ul a{
  color:#000;
  width: 100%;
  border-bottom:1px solid #1f627f;
  line-height: normal;
  padding: 15px 10px;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: 'Cinzel', serif;
  color:#000;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 500;
  padding:0 11px;
}
.main-navigation a::before{
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.main-navigation li:hover a::before{
  background-color: #000;
}
.main-navigation a:hover{
  /* background-color: #fff; */
}
.current-menu-item a::before{
    content: "";
    display: inline-block;
    width: 46px;
    height: 1px;
    background-color: #000;
    position: relative;
    top: -4px;
    margin-right: 10px;

}

.main-navigation ul li .sub-menu a::before{
  display:none !important;
}


.sub-menu .leather a{
  border-bottom: 1px solid #ee7203;
}

.sub-menu .coat a{
  border-bottom: 1px solid #708b31;
}

.sub-menu .hoof a{
  border-bottom: 1px solid #c51a1b;
}

.sub-menu .heatlh a{
  border-bottom: 1px solid #009dc5;
}



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {

  .main-navigation ul {
    /* display: flex !important; */
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top:10px;
  }

  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    /* display: block; */
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media (max-width:991px) {

  header .col{
    /* width:100% !important; */
  }
  .main-navigation{
    width: 100% !important;
    height: 0;
  }
  .menu-toggle, .main-navigation.toggled ul{
    padding:0;
  }

  .main-navigation {margin-top:0px;width:15%;float:left;margin-right:2%;}
  .simple-locator-form {margin-top:0px;width:83%;float:left;margin-bottom:0px;}
  .site-branding a {display:block;width:100%;}
  .site-branding img {margin:auto;display:block;max-width:250px;}
  .site-branding img.logo-small {display:none;}

  .main-navigation .menu-toggle i {
    height: 44px;
    line-height: 44px;
    color: #fff;
  }

  .main-navigation .menu-toggle {
    background:#000;
    border:none;
    border-radius:0px 0px;
    height:44px;
    line-height:44px;
    width:auto;
    position: absolute;
    top: 20px;
    /* right: 30px; */
    padding:0px 10px !important
  }
  
  .site-nav {text-align: center;}

  .col.site-nav {padding-bottom:0px;}

  .menu-main-menu-container {
    padding: 0;
    clear: both;
    float: left;
    width:100%;
    position:absolute;
    background:#000;
    left:0px;
    z-index:100;
    margin-top:16px;
    padding-bottom: 20px;
  }

  .main-navigation.toggled ul {
    width:100%;
    padding:20px 20px;
  }
  .main-navigation.toggled ul .sub-menu{
    padding:0;
  }

  .main-navigation.toggled li {text-align:left;width:100%; padding:10px 0; background-color: #000;}
  .main-navigation.toggled li a {color:#fff; font-size: 18px;}

  nav ul li a,
  nav ul li:last-child a,
  nav ul li:first-child a {padding: 0px 0px;display:block;width:100%;}

  .col.site-branding img {padding: 5px 10px 10px 10px;}

  .main-navigation .focus ul {position: relative;}
  .main-navigation ul ul li a {margin:0px 0px; }

  .main-navigation ul ul li a:hover,
  .main-navigation ul ul li a:active,
  .main-navigation ul ul li a:focus {
    text-decoration:underline;color:#B08E5F;
  }

  .menu-item-has-children a:after {
    width: 0; 
    height: 0; 
    content: '';
    position: absolute;
    right:15px;
    top:40%;
    border-left: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; 
    border-top:8px solid #fff;
  }
  .menu-item-has-children.focus a:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
  }
  .sub-menu .leather a,
  .sub-menu .coat a,
  .sub-menu .hoof a,
  .sub-menu .health a{
    padding: 10px 0;
  }
}

header{
  padding-top:40px;
  padding-bottom: 20px;
}


.logo{
  margin:0 auto;
  max-width:376px;
  display:block;
}





.is-form-style.is-form-style-3 input.is-search-input{
  border-color:#ccc !important;
  height:44px;
  font-family: 'Montserrat', sans-serif;
}
.is-form-style input.is-search-submit, .is-search-icon{
  height:44px !important;
  border:0px !important;
  position: relative;
  top: -4px;

}
.is-search-icon{
  /* width:44px!important; */
}
.is-search-icon svg {
  width: 26px!important;
  padding-top:4px;
}
form.is-search-form.is-form-style.is-form-style-3.is-form-id-268{
	text-align: right;
  /* width: calc(80% - 44px)!important; */
  float: right;
}



/* Base Styles */


.cdm-yellow{
  color:#e2871a;
}


.btn{
  background-color:#000;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding:6px 17px;
  font-family: 'Cinzel', serif;
  font-size:16px;
  margin-right: 10px;
}
.btn:hover{
  background-color:#000;
  color:#fff !important;
}

.btn-outline{
  border:1px solid  #fff;
  background-color: initial;
}

.btn-line::after{
  content: "";
  display: inline-block;
  height: 1px;
  width: 67px;
  background-color: #fff;
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.btn i{
  margin-right: 5px;
}

.btn:focus{
  background-color: #000;
  color:#fff
}

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



/* Home Page Banner */
.home-hero-banner .slide{
  padding:100px 100px;
  background-position: center;
  background-size:cover;
  min-height: 700px;
  display: flex !important;
}
.home-hero-banner .slide .content{
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.home-hero-banner .slide h1{
  color: #000;
  font-size: 24px;
  margin: 0;
  padding-top: 15px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
  margin-top: 10px;
}

.home-hero-banner p .text-green{
  color:#708b31;
}
.home-hero-banner p .text-red{
  color:#c51a1b;
}

.home-hero-banner .slick-arrow{
  /* display: none !important; */
}

.home-hero-banner .white{
  background-color: transparent !important;
  color:#fff !important;
  border:1px solid #fff !important;
}





.home-hero-banner .slide h2{
  font-size: 60px;
  color:#fff;
}

.home-hero-banner .slide p{
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}




.home-hero-banner .btn-outline{
  color:#000;
  border:1px solid #000;
}

.home-hero-banner .badge{
  width:87%;
}


.home-hero-banner .keep-in-touch{
  position: absolute;
  bottom: 60px;
  right: 140px;
}
.home-hero-banner .keep-in-touch h3{
  color: #fff;
  font-size: 20px;
}
.home-hero-banner .keep-in-touch h3 a{
  color: #fff;
  font-size: 25px;
  position: relative;
  top: 3px;
  padding: 0 4px;
}
.home-hero-banner .keep-in-touch h3 a:first-child::before{
  content: "";
  display: inline-block;
  height: 1px;
  width: 47px;
  background-color: #fff;
  margin-left: 10px;
  position: relative;
  top: -9px;
  margin-right: 20px;
}

.home-hero-banner .btn-line::after{
  background-color:#000;
}
.home-hero-banner .btn-line.white::after{
  background-color:#fff;
}



/* Home Cat Boxs */
.home-cat-boxs{
  padding:0px 0 80px 0;
  position: relative;
  /* overflow: hidden;
z-index: 9; */
}

.home-cat-boxs::before{
	content: "";
	display: block;
	background-image: url('images/grey-bg-area.jpg');
	height: 70%;
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 14%;
}


.home-cat-boxs h2{
  text-align: center;
  padding-bottom: 40px;
  font-size: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  /* margin-top: -61px; */
}

.home-cat-boxs h2::before{
  content: "";
  display: block;
  height:60px;
  width: 1px;
  background-color: #8a8d8f;
  margin:0 auto;
  margin-bottom: 20px;
}


.home-cat-boxs .box{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.home-cat-boxs .box::before{
  content:"";
  background-color:#000;
  position: absolute;
  width:100%;
  height:100%;
  top: 0;
  left:0;
  opacity: 0.45;
}

.home-cat-boxs .box a{
  width: 100%;
  padding:30px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end;
}

.home-cat-boxs .box h3{
  color:#fff;
  text-transform: uppercase;
  font-size: 28px;
}
.home-cat-boxs .box p{
  color:#fff;
  margin:0;
  text-transform: uppercase;
  padding-top:10px;
  font-weight: 300;
}

.home-cat-boxs .box.one{
  background-image:url('images/CDM-Hoof-Care-Intro.jpg');
  min-height: 350px;
  border-bottom: 7px solid #c51a1b;
  margin-bottom: 20px;
 
  text-align: right;
}
.home-cat-boxs .box.one a{
  justify-content: flex-end;
}

.home-cat-boxs .box.two{
  background-image:url('images/CDM-Coat-Care-Intro.jpg');
  min-height: 487px;
  border-bottom: 7px solid #708b31;
}
.home-cat-boxs .box.two a{
  justify-content: center;
  position: relative;
}
.home-cat-boxs .box.two a p{
  position: absolute;
  bottom: 26px;
}


.home-cat-boxs .box.three{
  background-image:url('images/CDM-Leather-Intro.jpg');
  min-height: 487px;
  border-bottom: 7px solid #ee7203;
  margin-bottom: 20px;

  text-align: right;
}
.home-cat-boxs .box.three a{
  justify-content: center;
  position: relative;
}
.home-cat-boxs .box.three a p{
  position: absolute;
  bottom: 26px;
}

.home-cat-boxs .box.four{
  background-image:url('images/CDM-Healthcare-Intro.jpg');
  min-height: 350px;
  border-bottom: 7px solid #009dc5;
}
.home-cat-boxs .box.four a{
  justify-content: flex-end;
}

.home-cat-boxs .t-align-center{
  margin-top:40px;
}



/*  Single Product Slider Section  */
.home-single-product-slider{
  margin-top:60px;
}

.product-slider .slider::before{
	content: "";
	display: block;
	background-image: url('images/grey-bg-area.jpg');
	height: 150%;
	width: 50%;
	z-index: -1;
	position: absolute;
	right: 0;
	top: -120px;
}

.home-single-product-slider .product-slider .slick-list{
  top:-200px;
}

.home-single-product-slider .product-slider::after{
  content: "";
  height: 200px;
  width: 12px;
  background-color: #708b31;
  display: block;
  position: absolute;
  top: 60px;
  right: 78px;
}



.home-single-product-slider .product-slider {
  margin-bottom: 0;
}
.home-single-product-slider h3{
  font-size:40px;
  margin-top: 60px;
}
.home-single-product-slider .content{
  width:80%;
}
.home-single-product-slider .content p:last-child{
  margin-top: 40px;
}
.home-single-product-slider .product-slider .item img{
  display: block;
  margin:0 auto;
}
.home-single-product-slider .product-slider::before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 150%;
  width: 90%;
  z-index: -1;
  position: absolute;
}


.home-single-product-slider button{
  border:0;
  background-color: #000;
  color: #fff;
  padding: 55px 9px 12px 12px;
  margin-left: 50px;
  font-size:18px;
}
.home-single-product-slider .slick-next{
  position: absolute;
  top: 0;
  left: 25px;
  padding: 55px 11px 12px 6px;
}



/* home-testimonial */
/* .home-testimonial{
  overflow: hidden;
} */
.home-testimonial .left{
  position: relative;
  right: -310px;
  top: -36px;
  z-index: 9;
}
.home-testimonial .left h3{
  padding-bottom: 40px;
  padding-left: 0px;
}
.home-testimonial .left h5{
  font-size:18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}



.home-testimonial .left h5::after{
  content: "";
  height: 1px;
  width: 100px;
  background-color: #000;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: -5px;
}
.home-testimonial .content{
  background-image: url('images/will.jpg');
  background-position: center;
  background-size: cover;
  padding: 110px 210px;
  margin-right: 3vw;
  position: relative;
}
.home-testimonial .content::after{
  content:"";
  background-color:#000;
  position: absolute;
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.75;

}
.home-testimonial .content p{
  color:#fff;
  position: relative;
  z-index: 1;
}
.home-testimonial .content p:first-child{
  font-size:24px;
  margin-top: 0;
  line-height: 35px;
}
.home-testimonial .content p:last-child{
  margin-top:30px;
}
.home-testimonial .content h4{
  color:#fff;
  margin: 30px 0;
  position: relative;
  z-index: 1;
  font-size:24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.home-testimonial .content h4::after{
  content: "";
  height: 1px;
  width: 100px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}
.home-testimonial .rightcol::after{
  content:"";
  display: block;
  height:20px;
  width:515px;
  background-color: #ee7203;
  margin-left: 14%;
}


/* product-slider */

.product-slider{
  margin:120px 0 80px 0;
}

.product-slider h3{
  width:57%;
  margin:0 auto;
}



.product-slider .slider{
  margin-top:80px;
}

.product-slider .slider img{
  max-width: 50%;
  margin: 0 auto;
}
.product-slider .slick-slide img{
  max-width: 100%;
  margin: 0 auto;
}

.product-slider h4{
  text-align: center;
  font-size:28px;
  display: none;
}
.product-slider.home-bottom  .slick-current.slick-active.slick-center h4{
  display: block;
}

.product-slider.home-bottom .slick-arrow{
  display:none !important;
}


/*.product-slider .item.blueline h4::before{
  content: "";
  height: 50px;
  display: block;
  width: 2px;
  background-color: #000;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 12px;
}

.product-slider .item.greenline h4::before{
  content: "";
  height: 50px;
  display: block;
  width: 2px;
  background-color: #000;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 12px;
}
*/

.product-slider .item.blueline h4::after{
  content: "";
  height: 4px;
  display: block;
  width: 100px;
  background-color: #009dc5;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 12px;
}

.product-slider .item.greenline h4::after{
  content: "";
  height: 4px;
  display: block;
  width: 100px;
  background-color: #708b31;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 12px;
}

.product-slider .item.orangeline h4::after{
  content: "";
  height: 4px;
  display: block;
  width: 100px;
  background-color: #ee7203;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 12px;
}


.product-slider .item.redline h4::after{
  content: "";
  height: 4px;
  display: block;
  width: 100px;
  background-color: #ee7203;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 12px;
}













/* Footer */
footer{
  background-color: #000;
  padding:40px 0;
  color:#fff;
}

footer h3{
  font-size:22px;
}

footer ul li{
  font-size:16px;
  color:#fff;
}
footer ul li a{
  color:#fff;
}
footer ul li span{
  color:#959595;
}

footer p{
  font-size:14px;
  color:#959595;
  margin-bottom: 0;
}
footer .types{
  width:50%;
  float: right;
}
footer .types li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
}
footer .types li a{
  font-family: 'Cinzel', serif;

}

footer .types li:nth-child(1){
  border-bottom: 1px solid #ee7203;
}
footer .types li:nth-child(2){
  border-bottom: 1px solid #708b31;
}

footer .types li:nth-child(3){
  border-bottom: 1px solid #c51a1b;
}

footer .types li:nth-child(4){
  border-bottom: 1px solid #009dc5;
}

footer .lastcol{
  margin-top:-40px;
}



.stickysidebar-left{
  position: fixed;
  top: 360px;
  transform: rotate(270deg);
  left: -144px;
  z-index: 10;
}


.home .stickysidebar-left{
  position: absolute;
  display: none;
}


.stickysidebar-right{
  position: fixed;
  top: 360px;
  transform: rotate(90deg);
  right:-103px;
  z-index: 10;
}
.stickysidebar-right .btn{
  background-color: transparent;
  border:0;
  color:#000;
}
.stickysidebar-right .btn::before{
  content: "";
  display: inline-block;
  height: 1px;
  width: 67px;
  background-color: #000;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.stickysidebar-right .btn::after{
  display: none;
}

.stickysidebar-right .btn:hover{
  box-shadow: inherit !important;
  color: #000 !important;
}
.stickysidebar-right .btn:after{
  background-color: #000;
}



/* subscribe */

.subscribe{
  position: relative;
}
.subscribe:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0%;
}

.subscribe .container{
  padding-top:80px;
  padding-bottom: 80px;
}

.subscribe h5{
  text-align: center;
  padding-bottom: 10px;
}
.subscribe p{
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #000;
}
.perfect{
  text-align: center;
  margin: 0;
  padding: 60px 0;
}
.perfect a{
  font-family: 'Cinzel', serif;
  font-size:18px;
  color:#000
}
.perfect a:after{
  content: "";
  display: block;
  height:1px;
  width: 263px;
  background-color: #000;
  text-align: center;
  margin: 0 auto;
}


.subscribe form{
  width: 80%;
  margin: 0 auto;
  display: flex;
  padding-top: 40px;
}
.subscribe form p{
  width:40%;
  float: left;
  margin-right: 22px;
}
.subscribe form p.last{
  max-width:150px;
  margin-right: 0;
} 
.subscribe .wpcf7-form-control.wpcf7-submit{
  width:90%;
  background-color: #000;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 15px 12px 10px 12px;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  border:0;
  color:#fff;
  text-transform: uppercase;
}
.subscribe form input{
  border-bottom: 2px solid #000 !important;
  padding: 0 10px;
  padding-left: 10px !important;
box-sizing: border-box !important;
}
.subscribe form input::placeholder{
  color:#000;
  opacity: 1;
  font-family: 'Cinzel', serif;
  padding-left: 20px;
}






/* Product Section */
.product-page-tabs {
  margin-bottom: 60px;
}
.product-page-tabs ul{
  display: flex;
}
.product-page-tabs ul li{
  width:25%;
  text-align: center;
  color:#8a8d8f;
  border-bottom:2px solid #8a8d8f;
  padding-bottom:10px;
}
.product-page-tabs ul li a{
  color:#8a8d8f;
  font-weight: 500;
  font-size:18px;
}

/*  Active Items Cat Pages */
.term-hoof-care .product-page-tabs ul li.active{
  color:#c51a1b;
  border-bottom:2px solid #c51a1b;
}
.term-hoof-care .product-page-tabs ul li.active a{
  color:#c51a1b;
}

.term-health-care .product-page-tabs ul li.active{
  color:#009dc5;
  border-bottom:2px solid #009dc5;
}
.term-health-care .product-page-tabs ul li.active a{
  color:#009dc5;
}

.term-coat-care .product-page-tabs ul li.active{
  color:#708b31;
  border-bottom:2px solid #708b31;
}
.term-coat-care .product-page-tabs ul li.active a{
  color:#708b31;
}

.term-leather-care .product-page-tabs ul li.active{
  color:#ee7203;
  border-bottom:2px solid #ee7203;
}
.term-leather-care .product-page-tabs ul li.active a{
  color:#ee7203;
}



.post-type-archive-products .product-page-tabs ul li.active{
  color:#ee7203;
  border-bottom:2px solid #ee7203;
}
.post-type-archive-products .product-page-tabs ul li.active a{
  color:#ee7203;
}



.product-cat-inner{
  position: relative;
  margin-bottom: 60px;
}
.product-cat-inner:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 103%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}

.product-page-title{
  padding-top: 60px;
  padding-bottom: 20px;
}
.product-page-title h1{
  position: relative;
}
.product-page-title h1:before{
  content: "";
  display: block;
  height: 1px;
  width: 6%;
  background-color: #000;
  position: absolute;
  bottom: 25px;
  left: -110px;
}




.product-section .row{
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;

}
.product-section .row .text{
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.product-section h2{
  font-size:24px;
  text-transform: uppercase;
}
.product-section p{
  margin-top:0;
}

.product-section img{
  margin:0 auto;
  display: block;
  /* min-height: 420px; */
  width:100%;
}
.product-section h3{
  font-size: 24px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: -30px;
}
.product-section .bottles h3{
  top: 0;
}


.product-page-banner {
  margin-top: 80px;
}
.product-page-banner .row{
  background-image: url('images/horse-coat-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.product-page-banner .row::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background-color:#000;
  opacity: 0.4;
}

.product-page-banner .col{
  padding:150px 40px 50px 40px;
  position: relative;
}
.product-page-banner h4{
  font-size:40px;
  color:#fff;
}
.product-page-banner h4:before{
  content:"";
  display: block;
  height:1px;
  width:110px;
  background-color:#fff;
  margin-bottom: 20px;
}


/* Single Product Page */

.backtorange{
  position: relative;
  left: -70px;
}
.backtorange a{
  font-family: 'Cinzel', serif;
  font-size:18px;
}
.backtorange a::before{
  content: "";
  display: inline-block;
  height: 1px;
  width: 67px;
  background-color: #000;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.product-page{
  
 
}
.product-content:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 100%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}

.product-content{
  position: relative;

}
.product-content .row.padblock{
  padding:60px 0 0 0;
}
.product-content .row.lastpadblock{
  padding: 0  0 60px 0;
}
.product-content .row.lastpadblock h4{
  text-align: center;
  text-transform: uppercase;
}
.product-content .row.lastpadblock h4 a{
  font-family: 'Cinzel', serif;
  font-size:20px;
}

.product-content .row.lastpadblock h4 a::after{
  content: "";
  display: inline-block;
  height: 1px;
  width: 67px;
  background-color: #000;
  margin-left: 10px;
  position: relative;
  top: -4px;
}



.lastpadblock ul{
  display:none;
}

.lastpadblock .active ul{
  display: flex;
  align-content: center;
justify-content: center;
margin-top:0;
}
.lastpadblock .active ul li{
  padding:0 10px;
}
.lastpadblock .active ul li a{
  font-size:28px;
}




.product-content h1{
  font-size:50px;
  margin-bottom: 20px;
  padding-top:30px;
}

.product-content h3{
  font-size:18px;
}
.product-content p{
  margin-top: 0;
  margin-bottom: 20px;;
}
.product-content .text-green{
  color:#708b31;
}
.product-content .buttonsection{
  margin-top:40px;
}

.testimonial-section-product{
  margin-top:80px;
}
.testimonial-section-product p{
  font-size: 18px;
  color: #000;
  margin-top: 0;
  line-height: 27px;
}
.testimonial-section-product strong{
  display: block;
}
.testimonial-section-product h4{
  font-size:16px;
  margin-top:20px;
  margin-bottom: 50px;
}

.testimonial-section-product .btn-outline{
  border:2px solid #000;
  color:#000;
}

.testimonial-section-product .btn-outline.btn-line::after {
  background-color: #000;
}
.testimonial-section-product img{
  float: right;
}

.testimonial-section-product .modaltext {
  text-align: center;
margin-left: 260px;
}

.testimonial-section-product .modaltext .btn{
  background-color: transparent;
  color:#000;
  font-size:18px;
  padding-top: 20px;
}
.testimonial-section-product .modaltext .btn:hover{
  box-shadow: none;
}

.testimonial-section-product .row{
  display: flex;
  flex-flow: row wrap;
}
.testimonial-section-product .flexareaone{
  align-content: center;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
      flex-direction: row;
  flex-direction: column;
}

.modal .modal-content{
  padding-bottom: 0;
}

.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.single-products .subscribe{
  margin-top:130px;
}

.product-page .product-slider{
  margin: 120px 0 160px 0;
}


.product-content .product-image-slider{
  width:80%;
  float: right;
}

.product-content .product-image-slider img{
  margin:0 auto;
  display: block;
  width:100%;
}

.product-content .product-image-nav{
  width:20%;
  float: left;

}
.product-content .product-image-nav .slick-list{
  height:auto !important;
}
.product-content .product-image-nav .slick-track{
/*  padding-top: 340px;
*/  height:auto !important
}

.product-content .product-image-nav li{
  padding-top: 340px;
}

.product-content .product-image-nav img{
  margin:0 auto;
  display: block;
  width:100%;
}
.product-content .product-image-nav .item{
  margin-bottom: 15px;
}
/* .product-content .product-image-nav .slick-current{
  display: none;
} */

.product-content .slick-arrow{
  display: none !important;
}










/* influencers */

.influencers-content:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 30%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}
.influencers-content{
  position: relative;
}
.influencers-content .title-area h1{
  padding-top:60px;
  position: relative
}
.influencers-content .title-area h1::before{
  content: "";
  display: block;
  height: 1px;
  width: 6%;
  background-color: #000;
  position: absolute;
  bottom: 20px;
  left: -110px;
}


.influencers-content .title-area p{
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 40px 0;
}
.influencers-content .content-area-grid h3{
  font-size:30px;
  padding:0 20px;
}
.influencers-content .content-area-grid h3:after{
  content:"";
  display: block;
  height:1px;
  width:100px;
  background-color:#000;
  margin:20px 0px;
}
.influencers-content .content-area-grid img{
  margin-bottom: 20px;
  width:95%;
}
.influencers-content .content-area-grid .imagebox::before{
  content:"";
  height:20px;
  width:90%;
  background: #ee7203;
  display: block;
  position: relative;
  right: -2.8%;
}
.influencers-content .content-area-grid p{
  width:95%;
  padding:0 20px;
}


.content-area-testimonials{
  padding-top:150px;
  padding-bottom: 100px;
}
.content-area-testimonials h2{
  padding-bottom: 40px;
  font-size:30px;
  width:100%;
  display: flex;
}
.content-area-testimonials h2::after{
  content: "";
  display: block;
  width:100%;
  height:1px;
  background-color:#000;
  margin-left: 20px;
  margin-top: 15px;
}




.content-area-testimonials .review{
  background-color: #000;
  padding:40px 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-flow: row wrap;
  border-bottom:7px solid #ee7203;
  min-height:280px;
}
.content-area-testimonials .review p{
  color:#fff;
  margin:0;
  padding:0;
  font-size:20px;
  line-height: 28px;
  text-align: center;
}
.content-area-testimonials .o-flex{
  display: flex;
}
.content-area-testimonials .col{
  display: flex;
  flex-flow: row wrap;
}
.content-area-testimonials h4{
  font-size:30px;
}
.content-area-testimonials h4:before{
  content:"";
  display: block;
  height:1px;
  width:100px;
  background-color:#000;
  margin:25px 0 20px 0;
}

.content-area-testimonials .btn{
  border:1px solid #000;
  color:#000;
  margin-top: 60px;
}
.content-area-testimonials .btn.btn-line::after {
  background-color: #000;
}

.content-area-testimonials .btn:hover::after{
  background-color: #fff;
}


.store-container .btn{
  border:1px solid #000;
  background-color: #000;
  color:#fff !important;
  margin-top: 60px;
  margin-right:0;
}
.store-container .btn.btn-line::after {
  background-color: #fff;
}

.store-container .btn:hover::after{
  background-color: #fff;
}

@media (min-width:992px){
  .store-container .buttonsection .btn{
    position: absolute;
    right: 0;
    top: 125px;
    z-index: 999;
  }
}



/* Contact Page */
.contact-body {
  position: relative;
}
.contact-body:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 55%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}

.contact-body h1{
  padding:60px 0 40px 0;
  position: relative;
}

.contact-body h1::before{
  content: "";
  display: block;
  height: 1px;
  width: 6%;
  background-color: #000;
  position: absolute;
  bottom: 63px;
  left: -110px;
}


.contact-body h3{
  font-size:24px;
  margin-top:30px;
}
.contact-body p{
  margin-top:0;
  width:80%;
}
.contact-body  .btn-outline {
  border: 1px solid #000;
  background-color: initial;
  color: #000;
}

.contact-body form{
  margin-top:30px;
}
.contact-body form input{
  border-bottom:2px solid #000 !important;
  padding: 10px 10px !important;
  height: auto !important;
  box-sizing: inherit !important;
  margin-bottom: 30px !important;
}
.contact-body form textarea{
  border:2px solid #000 !important;
  padding: 10px 10px !important;
  height: auto !important;
  box-sizing: inherit !important;
  font-size:16px;
  margin-top:20px;
}
.contact-body form input.wpcf7-submit{
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 8px 17px !important;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  margin-right: 10px;
  color:#fff;
  background-color: #000;
  border:0;
  margin-top:30px;
}

.contact-body form input::placeholder{
  color:#8a8d8f;
  opacity: 1;
  font-family: 'Cinzel', serif;
  padding-left: 20px;
}

.contact-body form textarea::placeholder{
  color:#8a8d8f;
  opacity: 1;
  font-family: 'Cinzel', serif;
  padding-left: 20px;
}
.contact-body form .wpcf7-checkbox{
  margin-top:20px;
  display:block;
}

.contact-body form .wpcf7-checkbox .wpcf7-list-item-label{
  font-size:14px;
}


@media (min-width:992px){
  .leftformbox{
    position: relative;
  }
  .leftformbox::after{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 50px;
  }
}


.contact-body img{

  width:100%;
}
.contact-body .imageblock{
  position: relative;
  margin-top: 40px;
}
.contact-body .imageblock::before{
  content: "";
  display: block;
  height: 13px;
  width: 35%;
  background-color: #009dc5;
  left: 6%;
  top: 49px;
  position: absolute;
}

.page-template-contact .subscribe{
  display:none;
}
.page-template-contact .perfect{
  display: none;
}

.contact-body .keep-in-touch ul{
  display: flex;
  float: right;
  padding:20px 0;
}
.contact-body .keep-in-touch ul li{
  font-family: 'Cinzel', serif;
  padding-left: 10px;
  font-size:20px;
}
.contact-body .keep-in-touch ul li:first-child:after{
  content: "";
  height: 1px;
  width: 70px;
  display: flex;
  background-color: #000;
  float: right;
  align-content: center;
  justify-content: center;
  position: relative;
  top: 16px;
  margin-left: 20px;
  margin-right: 10px;
}






.contact-body .blockarea{
  padding:0 150px;
}

.contact-body .blockarea form p{
  width:100%;
}

/* heritage */




.heritage-body {
  position: relative;
}
.heritage-body:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 8%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}

.heritage-body h1{
  padding:60px 0 40px 0;
  position: relative
}
.heritage-body h1::before{
  content: "";
  display: block;
  height: 1px;
  width: 6%;
  background-color: #000;
  position: absolute;
  bottom: 60px;
  left: -110px;
}


.heritage-body .timeline h2{
  font-size:28px;
  text-align: center;
  width:55%;
  margin:0 auto;
  padding-bottom: 40px;
}
.heritage-body .timeline .blockarea .row{
  width:80%;
  min-height:420px;
  display: flex;
}

.heritage-body .timeline .blockarea .row .col{
  border-right: 1px solid;
  padding:40px 50px;
}

.heritage-body .timeline .blockarea .row .col.col:last-child{
  border-right: 0;
}

.heritage-body .timeline h3{
  font-size:28px;
}
.heritage-body .timeline .year{
  font-family: 'Cinzel', serif;
  font-size:28px;
  color:#ee7203;
  margin-top:0;
  padding-bottom: 20px;
  position: relative;
}
.heritage-body .timeline .year::before{
  content: "";
  display: inline-block;
  height: 1px;
  width: 60px;
  background-color: #ee7203;
  position: absolute;
  top: 11px;
  left: -81px;
}



.heritage-body .timeline .blockarea .row.withleft .year::before{
  left: inherit;
  right:-80px;
}




.heritage-body .timeline .blockarea .row.withleft{
  text-align: right;
}

.heritage-body .timeline .blockarea img{
  margin:0 auto;
  display:block;
}

.heritage-body .timeline .blockarea .fullimage img{
  width:100%;
}

.greybg{
  position: relative;
}
.greybg::before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 100%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}

.single-button {
  padding:60px 0;
}
.single-button p{
  text-align: center;
}
/* .greybg .row .col{
  padding-top:40px !important;
  padding-bottom:40px !important;
} */




/* Buy Now */



.buy-body {
  position: relative;
  margin-bottom: 60px;
}
.buy-body:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 50%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}

.buy-body h1{
  padding:60px 0 40px 0;
  position: relative
}
.buy-body h1::before{
  content: "";
  display: block;
  height: 1px;
  width: 6%;
  background-color: #000;
  position: absolute;
  bottom: 60px;
  left: -110px;
}




.buy-body .collapsible{
  border:0;
  box-shadow: initial;
}
.buy-body .collapsible-header{
  background-color: #000;
  color:#fff;
  margin-bottom: 20px;
  font-family: 'Cinzel', serif;
  font-size:25px;
  border-bottom: 0;
}
.buy-body .collapsible-header h2{
  font-size:25px;
  width:100%;
}
.buy-body .collapsible-header h2 a{
  color:#fff;
  float:right;
  font-family: 'Cinzel', serif;
}
.buy-body .collapsible-header{
  position: relative;
}
.buy-body .collapsible-header::before{
  content: "";
display: block;
background-color: #ee7203;
height: 39px;
width: 7px;
position: absolute;
left: -7px;
}


.buy-body .collapsible-header i{
  margin:0;
  font-size:initial
}


.buy-body .active {
  border:2px solid #000;
  margin-bottom: 20px;
  background-color: #fff;
}
.buy-body .active .collapsible-header{
  margin-bottom: 0px;
  background-color: #fff;
  color:#000;

}

.buy-body .active h2 a{
  color:#000;
}

.buy-body .active .collapsible-body{
  border:0;
  padding-top:0;

}
.buy-body .active .collapsible-body ul{
  display: flex;
  flex-flow: row wrap;
}
.buy-body .active .collapsible-body ul li{
  width:25%;
  padding:10px 0;
}
.buy-body .active .collapsible-body ul li img{
  max-width: 100%;
}

.buy-body .active .collapsible-body ul li .image{
  height: 180px;
  width:180px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.buy-body .active .collapsible-body ul li span{
  font-family: 'Cinzel', serif;
  font-size: 17px;
  padding-top: 10px;
  display: block;
}


.store-container {
  position: relative;
}
.store-container:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 60%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}
.store-container h1{
  padding:60px 0 10px 0;
  position: relative;
}
.store-container h1::before{
  content: "";
  display: block;
  height: 1px;
  width: 6%;
  background-color: #000;
  position: absolute;
  bottom: 33px;
  left: -110px;
}


#wpsl-search-wrap{
  padding-left: 10px;
}


.wpsl-search{
  background-color:initial !important;
}
#wpsl-result-list{
  margin-top:20px;
}
#wpsl-result-list:before{
  content: "";
  height: 20px;
  width: 90%;
  background: #ee7203;
  display: block;
  position: relative;
  right: -2.8%;
}
#wpsl-stores{
  background-color: #000;
  color:#fff;
  padding:40px 40px;
}

#wpsl-stores ul li{
  color:#fff;
}
#wpsl-gmap{
  float:left !important;
}
#wpsl-result-list{
  float:left;
}
#wpsl-search-wrap #wpsl-results{
  display:none !important;
}



#wpsl-search-btn{
  background-color:#000 !important;
  background-image: initial !important;
  border-radius: 0 !important;
  color:#fff !important;
  box-shadow: none;
  height: auto;
  padding:12px 17px !important;
  font-family: 'Cinzel', serif;
  font-size:16px;
  margin-right: 10px;
}
#wpsl-search-btn, 
#wpsl-search-wrap input{
  border:1px solid #000 !important;
  border-radius: 0 !important;
  padding: 12px 8px;
}




/*  Blog Loop */

.blog .headline-news {
  position: relative;
}
.blog .headline-news h2{
  padding-top:40px
}
.blog .headline-news:before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 60%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}



.blog .item{
  width:25%;
  float:left;
  padding:0 15px;
}

.blog .item .inner{
  height:365px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog .item .date{
  text-transform: uppercase;
}
.blog .item h3{
  font-size:22px;
  font-family: 'Montserrat', sans-serif;
}
.blog .item h3:before{
  content: "";
  display:block;
  height:1px;
  width:50px;
  background-color:#000;
  margin:15px 0;
}
.blog .item .text{
  padding:0 20px;
}

.headline-news h2{
  position: relative;
}
.headline-news h2::before{
  content: "";
  display: block;
  height: 1px;
  width: 6%;
  background-color: #000;
  position: absolute;
  bottom: 62px;
  left: -110px;
}

.blog .t-align-center .btn{
  background-color: #fff;
  border:1px solid #000;
  color:#000 !important;
}
.blog .t-align-center .btn.btn-line::after{
  background-color: #000;
}



.headline-news h2::after{
  display: none !important;
}

.blog h2{
  padding-bottom: 40px;
  width: 100%;
display: flex;
}
.blog h2::after{
  content: "";
display: block;
width: 80%;
height: 1px;
background-color: #000;
margin-left: 20px;
margin-top: 22px;
}






/* social-area */
.social-area{
  padding:60px 0;
}

.social-area .blogpost1{
  padding:50px;
  color:#fff;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  position: relative;
}
.social-area .blogpost1::before{
  content:"";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.social-area .blogpost1 a{
  z-index: 999999;
  position: relative;
  color: #fff;
  text-align: center;
}
.social-area .blogpost1 .title{
  font-family: 'Cinzel', serif;
  font-size:40px;
}


.social-area .blogpost2:first-child{
  display: none !important;
}

.social-area .blogpost2{
  padding:50px;
  color:#fff;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  position: relative;
}
.social-area .blogpost2::before{
  content:"";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.social-area .blogpost2 a{
  z-index: 999999;
  position: relative;
  color: #fff;
  text-align: center;
}
.social-area .blogpost2 .title{
  font-family: 'Cinzel', serif;
  font-size: 30px;
  line-height: 29px;
}

.social-area .middlesocialblock{
  margin-top: -70px !important;
  padding: 0 !important;
}


.social-area .middle{
  margin-top: 80px;
  padding-left: 20px;
}

.social-area .facebook{
  padding:25px;
  color:#fff;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  flex-flow: row wrap;
  /* align-content: center;
  justify-content: center; */
  position: relative;
  margin-top: 10px;
}
#ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_conteiner_0 .blog_style_objects_conteiner_1_0{
  width:100%;
}
/* #ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_conteiner_0{
  display: none !important;
} */

.ffwd_blog_style_object_from_0{
  display: none !important;
}
.wdi_feed_info{
  display: none !important;
}


/* .social-area .facebook::after {
  content: "";
  display: block;
  height: 13px;
  width: 210px;
  background-color: #c51a1b;
  left: 6%;
  bottom: -13px;
  position:absolute;
} */
.social-area .facebook h3 a{
  color:#000;
  font-size:28px;
}



.social-area .instagram{
  padding:50px;
  color:#fff;
  background-color: #fff;
  background-position: center;
  background-size: cover;
/*   min-height: 500px;
  display: flex;
  flex-flow: row wrap; */
  align-content: center;
  justify-content: center;
  position: relative;
/*   margin-top: 20px;
  margin-bottom: 150px; */
}


.social-area .instagram::after {
  content: "";
  display: block;
  height: 13px;
  width: 300px;
  background-color: #009dc5;
  left: 6%;
  top: -13px;
  position:absolute;
}
.social-area .instagram h3{
  position: absolute;
  top: 5px;
  right: 50px;
}

.social-area  h3 a{
  color:#000;
  font-size:28px;
}
.social-area .instagram h3 a i{
  padding-right: 20px;
}
.social-area .facebook h3 a i{
  padding-right: 20px;
}

#ffwd_blog_style_object_from_0{
  display: none;
}


.social-area .instagram .wdi_feed_theme_1 .wdi_bio,
.wdi_website,
.wdi_load_more,
.wdi_photo_meta,
.wdi_media_info{
  display: none !important;
}

.wdi_feed_thumbnail_1 .wdi_photo_wrap_inner{
  border: inherit;
  background-color: inherit;
}
#wdi_feed_0 .wdi_header_user_text h3{
  color:#fff;
}


#ffwd_container1_0{
  width:100%;
}



.blog_style_object_container_0{
  display: none;
}
.blog_style_object_container_0:first-child{
  display: block;
}

/* .ffwd_see_more_message,
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_ver_al_0,
.ffwd_nav_cont_0,
.ffwd_title_spun1_0,
.ffwd_from_time_post_0,
.ffwd_blog_style_object_story_0,
#ffwd_container1_0 img{
  display: none !important;
}  */

#ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0{
  background-color:#fff !important;
  padding:0 !important;
  border-top:0 !important;
}
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_messages_0{
  background-color: #fff;
  color: #000 !important;
  line-height: inherit;
}
#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_messages_0 br{
  display: none !important;
}
#ffwd_container1_0 a{
  color:#000 !important;
}

.wdi_feed_main_container{
  position: relative  !important;
  max-height: 500px  !important;
  width: 100% !important;
}

.wdi_feed_thumbnail_1 .wdi_feed_container{
  background-color: #fff !important;
  border-bottom: 0px !important;
}
#wdi_feed_0 .wdi_header_user_text h3{
  color:#000;
}

.single-post-body{
  position: relative;
}

.single-post-body::before{
  content: "";
  display: block;
  background-image: url('images/grey-bg-area.jpg');
  height: 50%;
  width: 96%;
  z-index: -1;
  position: absolute;
  left: 2%;
}


.single-post #content img{
  width: auto;
  height: auto;
}
.single-post .date{
  text-align: center;
  font-family: 'Cinzel', serif;
  color:#8a8d8f;
}
.single-post .date::after{
  content:"";
  height: 1px;
  width:60px;
  display:block;
  background-color: #000;
  margin:15px auto;
}

.single-post .top{
  position: relative;
  margin-top:60px;
}
.single-post .top::before {
  content: "";
  display: block;
  height: 1px;
  width: 6%;
  background-color: #000;
  position: absolute;
  bottom: 22px;
  left: -110px;
}

.single-post .entry-title{
  text-align: center;
  margin-bottom: 50px;
}
.single-post h2{
  font-size:30px;
  margin-top:15px;
}

.single-post h3{
  font-size:20px;
  margin-top:15px;
}

.single-post h4{
  font-size:15px;
  margin-top:15px;
}

.single-post .subscribe .container{
  margin-top: 60px;
}


.single-post  #content p{
  font-size:18px;
}

.single-post .share{
  margin-top:40px;
}
.single-post .share a{
  color: #000;
  font-size: 25px;
  position: relative;
  top: 3px;
  padding: 0 4px;
}
.single-post .share a:first-child::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 47px;
  background-color: #000;
  margin-left: 10px;
  position: relative;
  top: -9px;
  margin-right: 20px;
}

@media (max-width:1500px){
  .home-testimonial .left{
    right: -140px;
  }
  .home-testimonial .content{
    padding: 110px 110px;
  }
  .content-area-testimonials h4 {
    font-size: 25px;
  }
}
@media (max-width:1350px){
  .home-testimonial .left {
    right: 0px;
  }
  .content-area-testimonials h4 {
    font-size: 18px;
}
}
@media (max-width:1100px){
  .container.small{
    padding:0 7vw;
  }
  .main-navigation a{
    padding:0 12px;
  }
  .home-hero-banner .slide{
    min-height: 450px;
  }
  .home-testimonial .left{
    right:0;
  }
  .home-testimonial .content{
    padding:10px 130px;
  }
  .home-testimonial .rightcol::after{
    width:455px;
    margin-left: 37px;
  }
  footer ul li{
    font-size:14px;
  }

  .heritage-body .timeline .blockarea .row{
    width:100%;
  }
  .heritage-body .timeline .blockarea img{
    width:100%;
  }
  .main-navigation a{
    font-size:15px;
    padding:0 3px;
  }
  .main-navigation a::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 1px;
    background-color: #fff;
    position: relative;
    top: -4px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .home-hero-banner .slick-slide .image{
    display: none;
  }
  .home-hero-banner .slide {
    padding: 100px 50px;
  }
  .home-hero-banner .badge {
    width: 320px;
  }

  .home-hero-banner .keep-in-touch {
    right: 40px;
  }
  .home-single-product-slider .product-slider::after {
    content: "";
    right: 38px;
  }
}

@media (max-width:992px){
  .container{
    width:100%;
  }
  .home-testimonial .content{
      padding: 40px 40px 10px 130px;
  }
  .product-slider .slick-arrow{
    display:none !important;
  }
  .home-single-product-slider .slick-arrow{
    display:block !important;
  }
  .product-content h1 {
    font-size:40px;
  }
  .product-content .buttonsection a{
    margin-bottom: 20px;
  }
  .is-form-style{
    margin-top:20px;
  }

  .home-hero-banner .slide .content .image{
    display: none;
  }
  .home-hero-banner .keep-in-touch{
    right:60px;
  }

}


@media (max-width:768px){
  .home-hero-banner .slide{
    padding:40px 50px;
  }
  .home-hero-banner .slide h2{
    font-size:50px
  }
  .home-hero-banner .btn{
    margin-bottom: 10px;
  }
  .home-hero-banner .slide h1{
    margin-bottom: 0px;
  }
  .home-hero-banner .badge {
    width: 450px;
  }
  .btn{
    padding:4px 20px 3px 20px;
    font-size:14px;
  }
  .main-navigation .menu-toggle {
    height: 44px;
    line-height: 39px;
    /* right: 26px; */
    padding: 0px 10px !important;
  }
  .home-cat-boxs .box.three{
    min-height:350px;
  }
  .home-cat-boxs .box.two{
    min-height:350px;
  }
  .home-single-product-slider button{
    margin-left: 10px;
  }
  .home-single-product-slider .content {
    width: 90%;
  }
  .home-testimonial .col{
    width: 100% !important;
  }
  .home-testimonial .left h3{
    padding-left: 0;
    padding-bottom: 0;
  }
  .home-testimonial .left h3 br{
    display: none;
  }
  .home-testimonial .left img{
    display:none;
  }
  .home-testimonial .left{
    top: -18px;
  }
  .home-testimonial .content {
    padding: 40px 40px 40px 40px;
  }
  .home-testimonial .rightcol::after{
    margin-left: 14%;
  }
  .product-slider h3{
    width: 100%;;
  }
  .product-slider h4{
    font-size: 20px;
  }
  .product-slider .slider{
    height: 275px;
  }
  .blog .item{
    width:50%;
    margin-bottom: 40px;
  }

  footer .lastcol{
    margin-top:0px;
  }
  .home-cat-boxs .box.one a{
    justify-content: center;
    position: relative;
  }
  .home-cat-boxs .box.one  a p {
    position: absolute;
    bottom: 26px;
  }
  .home-cat-boxs .box.four a{
    justify-content: center;
    position: relative;
  }
  .home-cat-boxs .box.four  a p {
    position: absolute;
    bottom: 26px;
  }

  .home-hero-banner .slide .content .image{
    display: none;
  }


  #wpsl-result-list::before {
    display: none;
  }

  .is-form-style{
    margin-top:20px;
  }

  .stickysidebar-right,
  .stickysidebar-left{
    display:none;
  }
  .home-single-product-slider .product-slider::after {
    right:20px;
  }
  .home-testimonial .content{
    margin-right: 0;
  }

  .product-content h1{
    font-size:35px;
  }
  .social-area .instagram{
    margin-bottom: 120px;
    padding: 50px 25px;
  }
  .subscribe form{
    width: 100%;
  }
  .perfect {
    padding: 40px 0 35px 0;
  }
  .contact-body p{
    width: 90%;
  }
  .contact-body .btn{
    margin-bottom: 10px;
  }
  .store-container h1::before{
    left: -57px;
    width: 12%!important;
  }
  .product-page-title h1:before,
  .heritage-body h1::before,
  .influencers-content .title-area h1::before,
  .single-post .top::before,
  .headline-news h2::before,
  .contact-body h1::before{
    left: -57px;
  }
  .contact-body{
    margin-bottom: 30px;
  }
  #wpsl-stores{
    padding: 20px!important;
  }
  .influencers-content .content-area-grid p{
    padding: 0px;
  }
  .influencers-content .content-area-grid h3 {
    font-size: 24px;
    padding: 0px;
  }
  .heritage-body .timeline h2{
    width: 75%;
  }
  .product-section .row .text{
    margin-bottom: 30px;
  }
  .product-section h3{
    width: 75%;
  }
  .testimonial-section-product img{
    width: 100%;
  }
  .influencers-content .title-area p{
    width: 95%;
  }
  .main-navigation .menu-toggle{
    /* top: 32px; */
  }
  .social-area .facebook{
    padding: 15px;
  }
  .home-single-product-slider .product-slider .item img{
    height: 400px!important;
  }
  .home-single-product-slider .product-slider .slick-list {
    top: -100px;
  }
  .home-single-product-slider {
    margin-top: 0px;
    margin-bottom: 120px!important;
  }
  .product-content .product-image-slider{
    width: 100%;
  }
  .product-content .product-image-slider .slick-track{
    margin: 0!important;
  }
  .backtorange{
    top: -25px;
  }
  .content-area-testimonials .review p{
    font-size: 16px;
  }
  .content-area-testimonials .review{
    padding: 16px;
  }
  .content-area-testimonials h4{
    font-size: 14px;
  }
  footer .col{
    width: 100%!important;
    margin-bottom: 20px!important;
  }
  footer .types {
    width: 100%!important;
    float: left!important;
  }
  form.is-search-form.is-form-style.is-form-style-3.is-form-id-268 {
    float: left;
    /* width: 99%!important; */
  }

  .buy-body .active .collapsible-body ul li{
    width:50%;
  }
}



@media (max-width:766px){
  .container.medium,
  .container.small{
    padding:0 2vw;
  }
  .home-hero-banner .btn{
    margin-bottom: 10px;
  }
  .home-cat-boxs .col{
    width:50% !important;
  }
  .home-cat-boxs .box.one,
  .home-cat-boxs .box.two,
  .home-cat-boxs .box.three,
  .home-cat-boxs .box.four{
    min-height: 270px;
  }
  .home-single-product-slider{
    margin-bottom: 80px;
  }
  .home-single-product-slider .slick-next{
    padding:12px 11px 12px 6px;
    left: 33px;
  }
  .home-single-product-slider button{
    padding:12px 11px 12px 6px
  }
  .home-single-product-slider .product-slider{
    margin-bottom: 0;
    margin-top: 0;
  }
  .home-single-product-slider .product-slider .slick-list{
    top: -50px;
  }
  .home-single-product-slider .product-slider::before {
    width:100%;
  }
  .home-single-product-slider .content{
    width:90%;
    margin:0 auto;
  }
  .home-testimonial .rightcol::after {
    width:70%;
    margin-left: 12%;
  }

  .stickysidebar-left{
    display:none;
  }
  .stickysidebar-right{
    display:none;
  }
  .product-slider{
    margin-bottom: 0;
  }

  .subscribe form{
    width:100%;
  }

  footer .types{
    float:left;
  }
  .home-testimonial .content p:first-child{
    font-size:18px;
    line-height:28px;
  }



  .product-page-tabs ul{
    flex-flow: row wrap;
  }
  .product-page-tabs ul li{
    width:50%;
    padding-top: 10px;
  }
  .product-section .col.text{
    width:100% !important;
  }
  .product-section .col{
    width:50% !important;
    margin-left: 0 !important;
  }
  .product-section h3{
    top:0;
    width:90%;
  }
  .product-section .col.text{
    margin-bottom: 30px;
  }


  .product-content .product-image-slider{
    width: 100%;
    float: left;
  }
  .product-content h1{
    font-size:40px;
  }

  .testimonial-section-product img{
    float: left;
    width: 100%;
    margin-top:30px;
  }



  .heritage-body .timeline .blockarea .row{
    flex-flow: row wrap;
  }

  .heritage-body .timeline h2{
    width:100%;
    padding-bottom: 0;
  }
  /* .heritage-body .timeline .blockarea .row .col{
    border-right:0;
  } */

.product-content .product-image-nav{

display: none;
}

  .influencers-content .title-area p{
    width:100%;
  }
  .content-area-grid .col{
    margin-bottom: 40px ;
  }
  .content-area-testimonials .o-flex{
    flex-flow: row wrap;
  }
  .content-area-testimonials .review{
    margin-top: 20px;
  }


    .contact-body{
      margin-bottom: 50px;
    }

    .home-single-product-slider .product-slider::after {
      display:none;
    }

    .is-form-style{
      margin-top:20px;
    }

    .social-area .middle{
      margin-top: 15px;
      padding-left: 0;
      padding-right: 0;
    }
    .social-area .middlesocialblock{
      margin:0 !important;
    }
    .social-area .facebook{
      margin-top:20px;
    }

    .social-area .middle{
      margin-top: 0;
    }
    .social-area .blogpost2 .title {
      font-family: 'Cinzel', serif;
      font-size: 30px;
      line-height: 35px;
  }
  .social-area .blogpost1 .title{
    font-family: 'Cinzel', serif;
    font-size: 30px;
    line-height: 35px;
  }
  .social-area .instagram::after{
    display: none;
  }
  .blog .item{
    margin-bottom: 20px;
  }
  .single-post-body::before {
    height: 30%;
  }
  .home-hero-banner .keep-in-touch{
    display: none;
  }

  .home-single-product-slider .col{
    width:100% !important;
  }
  .home-single-product-slider h3{
    font-size:30px;
  }

  .home .product-slider{
    margin:60px 0 00px 0;
  }


  .social-area .blogpost1{
    min-height: 250px;
    padding:30px 20px;
    margin-bottom: 20px;
  }
  .social-area .blogpost2{
    min-height: 250px;
    padding:30px 20px;
  }
  .social-area .facebook,
  .social-area .instagram{
    display:none;
  }

  .subscribe form{
    flex-flow: row wrap;
  }
  .subscribe form p{
    width:100%;
  }
  .subscribe form input{
    text-align: left;
  }
  .subscribe form .last input{
    text-align: center;
  }
  .subscribe form p.last{
    margin:0 auto;
  }

  .logo{
    width:60%;
  }
  .main-navigation .menu-toggle{
    height: 40px;
    /* right:18px; */
  }

  .main-navigation .menu-toggle i{
    line-height: 40px;
  }

  .blog .item{
    width: 100%;
    margin-bottom: 40px;
  }
  .blog .item .text{
    padding:0;
  }

  .home-single-product-slider h3{
    margin-top: 0;
  }
  .product-slider h3{
    text-align: center;
  }
  .product-slider .slider {
    margin-top: 30px;
  }
  .home-testimonial .content{
    padding:30px 20px;
  }

  .product-section .row{
    margin-bottom: 0;
  }
  .product-section .col{
    margin-bottom: 20px;
  }
  .product-section h3{
    font-size:20px;
  }
  .subscribe .container.medium{
    padding: 60px 2vw 40px 2vw!important;
  }
  .subscribe .wpcf7-form-control.wpcf7-submit{
    padding: 13px 10px 10px 10px;
    margin-top: 20px;
  }
  .heritage-body h1::before,
  .influencers-content .title-area h1::before,
  .single-post .top::before,
  .contact-body h1::before{
    left: -52px;
  }
  .product-page-title h1:before{
    left: -47px!important;
  }
  .store-container h1::before{
    left: -48px!important;
  }
  .headline-news h2::before{
    left: -37px;
  }
  .blog .headline-news h2{
    padding: 40px 13px;
  }
  .single-post-body .container.small{
    padding: 0 6vw!important;
  }
  .heritage-body .timeline h2,
  .heritage-body .timeline h3{
    font-size: 24px;
  }
  .product-page-title h1{
    padding: 0 2vw;
  }
  .product-page-title h1:before{
    left: -37px!important;
  }
  .main-navigation .menu-toggle {
    height: 40px;
    /* right: 25px; */
  }
}
@media (max-width:550px){
  .home-hero-banner .badge{
    width: 350px;
  }
  .home-cat-boxs a img{
    width: 60%!important;
  }
  footer .col{
    margin-bottom: 20px;
  }
  footer .types {
    width: 100%;
  }
  .contact-body p{
    width: 100%;
  }
  .product-page-title h1:before,
  .heritage-body h1::before,
  .influencers-content .title-area h1::before,
  .single-post .top::before,
  .contact-body h1::before{
    left: -36px;
  }
  .store-container h1::before {
    left: -66px!important;
  }
  .headline-news h2::before {
    left: -23px;
  }
  .influencers-content .title-area h1::before{
    bottom: 67px;
  }
  .influencers-content .content-area-grid img{
    width: 100%;
  }
  .influencers-content .content-area-grid h3{
    font-size: 28px;
  }
  .content-area-testimonials{
    padding-top: 80px!important;
  }
  .content-area-testimonials h2{
    padding-bottom: 20px;
  }
  .content-area-testimonials h4{
    margin-bottom: 30px;
    font-size: 24px;
  }
  .content-area-testimonials .btn{
    margin-top: 30px;
  }
  .product-page-title h1:before{
    left: -27px!important;
  }
  .content-area-testimonials .review p{
    font-size: 20px;
  }
  .content-area-testimonials .review{
    padding: 40px;
  }
    form.is-search-form.is-form-style.is-form-style-3.is-form-id-268 {
    /* width: 98.5%!important; */
  }
  .main-navigation .menu-toggle {
    height: 40px;
    /* right: 21px; */
  }

  .buttonsection{
    text-align:left !important;
  }
  .store-container .btn{
    margin-top:10px;
  }
  #wpsl-search-wrap div{
    width:100%;
  }

  #wpsl-search-input{
    box-sizing: border-box;
    display: block
  }
  #wpsl-search-wrap form div{
    display: block !important;
  }
  #wpsl-search-wrap .wpsl-dropdown {
    width: 98% !important;
  }
  #wpsl-wrap #wpsl-stores, #wpsl-wrap  #wpsl-direction-details, #wpsl-wrap  #wpsl-gmap {
    height: 350px !important;
}
}

@media (max-width:440px){
  h3{
    font-size: 32px;
  }
  .home-hero-banner .slide{
    padding:40px  30px;
    min-height: 608px;
  }
  .home-hero-banner .slide h2{
    font-size:44px;
  }
  .home-cat-boxs img{
    width:100% !important;
  }

  .home-cat-boxs .box p{
    bottom: 14px;
    font-size:15px;
    text-align: left;
  }
  header{
    padding-top: 30px;
  }
  .main-navigation .menu-toggle {
      /* top: 22px; */
  }
  .home-cat-boxs a img {
    width: 80%!important;
  }
  .product-page-title h1:before,
  .heritage-body h1::before,
  .influencers-content .title-area h1::before,
  .single-post .top::before,
  .contact-body h1::before{
    left: -29px;
  }
  .store-container h1::before {
    left: -52px!important;
  }
  .headline-news h2::before {
    left: -18px;
  }
  .product-page-title h1:before{
    left: -19px!important;
  }
  .store-container h1::before {
    left: -47px!important;
  }
  .subscribe h5{
    font-size: 32px;
  }
  .product-slider .slider {
    margin-bottom: 125px;
  }
  .main-navigation .menu-toggle {
    height: 40px;
    /* right: 17px; */
  }
}

@media (max-width:380px){
  .product-slider .slider {
    margin-bottom: 75px;
  }
  form.is-search-form.is-form-style.is-form-style-3.is-form-id-268 {
    /* width: 98%!important; */
  }
}

.wpsl-dropdown{
  border:1px solid #000 !important;
  height:48px;
  border-radius: 0 !important;
}
.wpsl-dropdown .wpsl-selected-item{
  line-height: 27px !important;
}

#wpsl-radius{
  display: flex;
  align-content: center;
  justify-content: center;
}

#wpsl-search-wrap div label{
  display: flex;
  align-content: center;
  flex-flow: row wrap;
}
#wpsl-result-list a{
  color:#fff;
}
.wpsl-input{
  display: flex;
}
#wpsl-search-wrap div{
  display: flex !important;
  flex-flow: row wrap;
  align-content: center;
}
.wpsl-search{
  padding: 30px 0  !important;
  margin-bottom: 0  !important;
}
#wpsl-search-wrap div label,
#wpsl-search-wrap .wpsl-input label{
  font-size:14px;
}
#wpsl-wrap{
  margin-bottom: 60px !important;
}
#wpsl-result-list li p{
  color:#fff !important;
}

.social-area .container{
  max-width: 1900px;
}

.home-testimonial .container{
  max-width: 1900px;
}



@media (min-width:1900px){
  .contact-body h1::before,
  .headline-news h2::before,
  .product-page-title h1::before,
  .heritage-body h1::before,
  .influencers-content .title-area h1::before {
    width:4%;
  }
}



/* Search */

.search-results h1{
  margin-bottom: 60px;
}
.search-results h2 a{
  font-family: 'Cinzel', serif;
  font-size:22px;
}

.search-results h2::after{
  content:"";
  display: block;
  width:60px;
  height: 1px;
  background-color:#000;
}

.search-results .subscribe{
  margin-top: 60px;
}


.single-post .aligncenter{
  margin:0 auto;
  display: block;
}
.product-section .col.s12.m6.l3 {
  margin-left: 0;
}


