/****HEADER*****
 * ***************/ 

h3{
	margin-bottom:10px !important;
	font-weight:normal;
	
}

h4{
	font-size:18px;
		margin-bottom:10px !important;

	
}

.ts-header-social-icons li a {
    line-height: 20px;

}

.header-top .header-right {
display:none;
}

.header-top .header-left {
    width: 100%;
    float: left;
	height:20px;
}

.location-top-bar{
	position:absolute;
	right:20px;
	z-index:8900000;
}

.header-left > div {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}


.menu-wrapper nav > ul.menu ul.sub-menu > li > a, .menu-wrapper nav div.list-link li > a, .menu-wrapper nav > ul.menu li.widget_nav_menu li > a, .mobile-menu-wrapper li a {
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
}


header .header-v6 .logo-wrapper {
    height: auto;
    margin-top: 0px;
}

header .header-v6 .header-middle .header-right, header .header-v6 .header-middle .header-left {
    display:none;
}


header .header-v3 .menu-wrapper, header .header-v6 .menu-wrapper {
    text-align: center;
    border-top:1px solid #dcdcdc;
    position: relative;
	width:100% !important;
}

header .header-v3 .menu-wrapper, header .header-v6 .menu-wrapper:before {
    content: '';
    border-top: 1px solid #dcdcdc;
    margin-bottom: 7px;
    position: absolute;
    bottom: 4px;
    height: 1px;
    width: 100%;
    left: 0;
    top: 2px;
}

#main > .page-container {
    padding-top: 0px;
}

.breadcrumb-title-wrapper {
    display:none;
}

.submenu_arrow > a::after{
	content: '\f0d7';
    font-family: "FontAwesome";
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
	
	
}

/****HEADER*****
 * ***************/ 



/****MAIN PAGE*****
 * ***************/ 

.title-font-v1 h3{
	color: white;
    font-size: 38px !important;
    line-height: 40px!important;
    font-style: italic;
    font-family: 'Great Vibes' !important;
}

.left-bottom header {
    left: 0;
    right: auto;
    top: auto;
    bottom: 5%;
}

.ts-banner .button, .woocommerce .ts-banner .button{
   padding: 15px 25px;
    background: #000000;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    box-shadow: inset 0 0 0 2px hsl(0deg 0% 0%), inset 0 0 0 3px hsl(0deg 0% 100%);
    -webkit-transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
    -ms-transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
    -o-transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
    transition: color 0.3s linear, box-shadow 0.3s linear, background 0.3s linear;
	
}



.ts-banner .button:hover{
	    background: #ffffff !important;
    color: #8f8d8c !important;
}

.left-top header, .left-bottom header, .left-center header, .right-top header, .right-bottom header, .right-center header {
    max-width: 100%;
}


.center-line.ts-banner.style-1 h3:after {
    content: '';
    position: absolute;
    width: 35px;
    background: white;
    height: 2px;
	bottom:60px;
	padding-bottom:-50px;

	left:44%

	
}


.ts-banner.style-1 h3, .ts-price-table.style-5 .table-title {
    font-size: 32px;
	font-weight:300;
	line-height:33px
		
}

.ts-banner.style-1 h3:after {
    content: '';
    position: absolute;
    width: 35px;
    background: white;
    height: 2px;
    left: 20px;
	bottom:60px;
	padding-bottom:-50px;
}


.ts-banner.eff-line .banner-wrapper:before {
    position: absolute;
	color:white;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    content: "";
    z-index: 2;
    border-width: 2px;
    border-style: solid;
    opacity: 0;
    transform: scale(1,0);
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    transition: opacity 350ms,transform 350ms ease 0s;
    -moz-transition: opacity 350ms,transform 350ms ease 0s;
    -webkit-transition: opacity 350ms,-webkit-transform 350ms ease 0s;
}


.left-bottom header > h3:after{
	margin-bottom:10px;
}

.heading-font-2, .ts-banner.style-1 .description, .style-1 .product-category .count, .style-3 .product-category .count {
    font-family: EB Garamond;
    font-weight: 400;
    font-size: 22px;
	color:white;
}


.presstitlemainpage{}


blockquote {
    font-style: normal;
    font-size: 30px;
    margin: 35px 0;
    padding: 30px 70px;
    color: black;
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
    position: relative;
    z-index: 500;
    background: #f7f6f4;
    text-align: center;
}

blockquote cite {
    font-family: 'EB Garamond', serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #a6a6a6!important;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-style: normal;
	top:10px;
}
blockquote:after{
	display:none;
}

blockquote:before{
	display:none;
}

blockquote cite:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #dcdcdc;
    left: -60px;
}

blockquote cite:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #dcdcdc;
    right: -60px;
}

/****MAIN PAGE*****
 * ***************/ 





/****FOOTER*****
 * ***************/ 

.footer-heading{
	font-size: 14px;
    font-weight: normal;
    color: #f9f9f8;
    font-family: "Arial", sans-serif;
	margin:0px;
text-transform: uppercase ;
	padding-bottom:30px;
	padding-top:20px;

}

.footer-heading:after{
    content: '';
    border: 1px solid #bebdbd;
    height: 1px;
    width: 38px;
    position: absolute;
    top:70px;
    left: 14px;
}

.footer-headingx{
	font-size: 14px;
    font-weight: normal;
    color: #f9f9f8;
    font-family: "Arial", sans-serif;
	margin:0px;
text-transform: uppercase ;
	padding-bottom:30px;
	padding-top:20px;

}

.footer-headingx:after{
    content: '';
    border: 1px solid #bebdbd;
    height: 1px;
    width: 38px;
    position: absolute;
    top:70px;
    left: 14px;
}

/****FOOTER*****
 * ***************/ 