	@font-face {
	font-family: 'Northwell Alt';
	src: url('../fonts/Northwell Alt.eot');
	src: url('../fonts/Northwell Alt.woff') format('woff'),
		 url('../fonts/Northwell Alt.ttf') format('truetype'),
		 url('../fonts/Northwell Alt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (min-width: 1200px){
	.container{
		width: 1200px;
	}
}
/*=============================================HEADER===========================*/
body{
	font-family: 'Montserrat', sans-serif;
	color: #444;
	font-weight: 400;
	font-size: 14px
}
a,a:hover,a:focus{text-decoration: none;}
*{
	transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}
.site-header{
	border-top: 5px solid #c7b299;
}
.social-top ul{
	padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.social-top li img{
	position: relative;
	top: -2px;
}
.social-top li{
	float: left;
	margin-left: 15px;
	border-right: 1px solid rgba(0, 0, 030, 0.18);
    padding-right: 20px;
}
.social-top li:last-child,
.social-top li:nth-child(3){
	border-right: 0;
	padding-right: 0;
}
.social-top p{
	display: inline-block;
	margin: 0 0 0 10px;
	color: #b7b7b7;
}
.social-top{
	background: #fbfaf8;
    padding: 20px 0;
    position: relative;
}
.main-header{
	padding: 40px 0 0 0;
}
.site-branding{
	float: left;
}
.main-header .main-navigation{
	float: right;
    clear: none;
    width: auto;
}
.main-navigation a{
	font-size: 14px;
	text-transform: capitalize;
	color: #8c8c8c;
	padding-bottom: 50px;
	border-bottom: 5px solid transparent;
}
.main-navigation a:hover{
	color: #c7b299;
	text-decoration: none;
	border-bottom: 5px solid #c7b299;
}
.main-navigation li{
	padding: 25px 20px 0 20px;
}
.main-navigation li:last-child{padding-right: 0;}
.main-navigation li.current-menu-item a{
	color: #c7b299;
	border-bottom: 5px solid #c7b299;
}
/*==============================END HEADER=========================================*/
/*==============================FOOTER=============================================*/
.site-footer .site-info{
	background: #38312e;
    padding: 40px 0;
    color: #fff;
    border-top: 5px solid #c7b299;
}
.icon-tr img {
    max-width: 40px;
}
.footer-left p{
	font-size: 12px;
}
.site-footer  .widget-title{
	margin-top: 45px;
	color: #c7b299;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.site-footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-footer ul a{
	color: #fff;
	font-size: 14px;
}
.site-footer .site-info  li{
	width: 50%;
	float: left;
	margin-bottom: 25px;
}
.sitemap{padding-left: 50px;}
.sitemap > section{width: 50%;float: left;}
#text-3{padding-left: 25px;}
.footer-right{text-align: center;}
.footer-right img{
	position: relative;
	top: 20px;
}
#text-3 p{margin-bottom: 25px;}
.copyright{
	background: #c7b299;
	padding: 40px 0 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}
.copyright li{
	float: left;
    margin-left: 15px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    line-height: 1;
}
#text-4,#nav_menu-3{
	float: left;
}
#text-5{float: right;}
#text-5 strong{
	color: #362f2d;
    font-size: 13px;
    line-height: 0;
    position: relative;
    top: 0;
}
/*==============================END FOOTER=========================================*/
/*==============================CONTENT============================================*/
.tp-caption h3{
	color: #998675;
	font-weight: 600;
	font-size: 36px !important;
	margin-bottom: 20px !important;
	padding-left: 2px !important;
}
.tp-caption h2 a{color: #362f2d;}
.tp-caption h2{
	font-weight: 600;
	font-size: 52px !important;
	margin-bottom: 30px !important;
}
.tp-caption p{
	color: #474747;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	padding-left: 4px !important;
}
.rev-btn{
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}
.rev-btn:hover{
	color: #000 !important;
	background: #fff !important;
}
.tp-leftarrow.tparrows {left: -30px !important;}
.tp-rightarrow.tparrows {right: -30px !important;}
/* .hesperiden.tparrows{top: 40% !important;} */
.hesperiden.tparrows:before{display: none !important;}
.tp-leftarrow.hesperiden.tparrows:after{
	display: block;
	content: '';
	background-image: url('/wp-content/uploads/2017/08/arrow-right.png');
	width: 50px;
	height: 50px;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.6;
    transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}
.tp-rightarrow.hesperiden.tparrows:hover:after{opacity: 1;}
.tp-leftarrow.hesperiden.tparrows:hover:after{opacity: 1;}
.tp-rightarrow.hesperiden.tparrows:after{
	display: block;
	content: '';
	background-image: url('/wp-content/uploads/2017/08/arrow-right.png');
	width: 50px;
	height: 50px;
	opacity: 0.6;
	transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}
.hesperiden.tparrows:hover,.hesperiden.tparrows{
	background: transparent !important;
}
/*.tp-fullwidth-forcer{height: 530px !important;}*/
#who-are{
	text-align: center;
	color: #444444;
	margin-top: 60px;
	margin-bottom: 60px;
}
#who-are h2{
	font-size: 32px;
	font-weight: 600;
	/* margin-top: -40px; */
    margin-bottom: 25px;
}
#who-are p{
	padding: 0 270px;
}
/* .home .button-direct a{
	display: block;
	background: #362f2d !important;
	color: #fff !important;
	font-weight: 400;
	padding: 20px 50px !important;
    border-radius: 3px !important;
}
.home .button-direct a:hover{opacity: 0.9;} */
.button-direct.btn-footer {margin-top: 55px;}
.site-content .button-direct a{
	font-weight: 600;
    padding: 0px !important;
    background-image: none;
    text-align: center;
    width: 138px;
    height: 41px;
    line-height: 40px;
}
.site-content .button-direct a i{
	right: 10px !important;
    /* line-height: 16px !important; */
}
.page-id-166 .site-content .btn-no-width .button-direct a {
    width: 180px;
}
.range-left .vc_column-inner > .wpb_wrapper,
.range-right .vc_column-inner > .wpb_wrapper{
	position: relative;
}
.range-left .wpb_wrapper a,
.range-right .wpb_wrapper a{
	color: #fff;
}
.range-left .wpb_wrapper a:hover,
.range-right .wpb_wrapper a:hover{
	color: #c7b299;
}
.hover-range {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 20px !important;
    opacity: 0;
    visibility: hidden;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.hover-range .wpb_wrapper{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;    
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.range-left:hover .hover-range,
.range-left:hover .wpb_wrapper,
.range-right:hover .hover-range,
.range-right:hover .wpb_wrapper{
	opacity: 1;
    visibility: visible;
}
#range{
    padding-bottom: 100px;
    overflow: inherit;
}
#our-brands{text-align: center;margin-bottom: 35px}
#our-brands .text-brands p{
	color: #474747;
	font-weight: 500;
}
#need-some h2,#our-brands h2{
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 20px;
}
#need-some p{line-height: 1.8;}
#need-some .button-direct button{
	margin-top: 60px;
}
#need-some .button-direct button:after{
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 16px;
    padding-left: 15px;
}
#need-some{
	padding-bottom: 20px;
    padding-top: 10px;
}
#stockists h2{
	text-align: center;
	font-weight: 600;
	font-size: 32px;
} 
#about-us{
	text-align: center;
	color: #444444;
	/*  background-size: 100% 100% !important; */ 
	padding: 20px 0;
}
#about-us .vc_parallax-inner{
	background-position: 30% 0 !important;
	height: 110% !important;
}
#about-us h2{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 25px;
}
#about-us p{
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 15px;
}
.page-id-133 .banner-header-tr{margin-bottom: 0;}
#about-us .author-font p{
	line-height: 1;
	font-size: 60px;
	font-family: 'Northwell Alt';
	margin-bottom: 0;
}
#about-us .author-font p:last-child{
	line-height: 0;
    padding-left: 60px;
}
.all-brands {
    padding-top: 15px;
    padding-bottom: 15px;
}
.all-brands .background-image {
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding-bottom: 85px;
    padding-left: 20px;
}
.item-brands{
	text-align: center;
}
.all-brands .images img{
	position: relative;
    top: 10px;
}
.all-brands .item-2 img {
    margin-top: -18px;
    max-width: 270px;
}
.all-brands .item-1 .images img{left: -40px;}
.all-brands .item-1 .background-image{
	background-size: contain;
}
.all-brands .item-1 .content-wrap{position: relative;left: -40px;}
.all-brands .content-wrap p{margin-bottom: 15px;    font-weight: 500;}
.all-brands .content-wrap a{font-weight: 500;}
.all-brands .images{
	padding-top: 50px;
}
.all-brands .item-3 .background-image {
    background-position: 25px 10px;
    background-size: 100% 86%;
    padding-top: 80px;
    margin-top: -80px;
}
.all-brands .item-2 .background-image {
    background-size: 100% 85%;
    background-position-y: 20px;
}
.all-brands h2{
	font-size: 21px !important;
	display: block;
	margin-top: 45px;
	margin-bottom: 15px !important
}
.content-wrap a{
	color: #444444;
	margin-top: 20px;
}
.content-wrap a i{    margin-left: 5px;    font-weight: 600;}
#our-brands .button-direct.no-bg button{
	background: transparent !important;
    color: #444 !important;
    font-weight: 500;
    border: 0px !important;
}
#our-brands .button-direct.no-bg button:after{
	content: '\f105';
	font-family: FontAwesome;
	display: inline-block;
	font-size: 16px;
    padding-left: 15px;
    color: #444 !important;
}
/*==============================END CONTENT=========================================*/
#range .range-content:before {
    content: '';
    display: block;
    width: 360px;
    height: 640px;
    background: url(../images/about-left.png) no-repeat center/100% 100%;
    position: absolute;
    top: -120px;
    left: -120px;
}
#range .range-content:after {
    content: '';
    display: block;
    width: 300px;
    height: 510px;
    background: url(../images/about-right.png) no-repeat center/100% 100%;
    position: absolute;
    bottom: -60px;
    right: -100px;
    z-index: -1;
}
.site-content .five-columns {
    max-width: 965px;
    margin: 0 auto 70px;
}
.site-content  div.wpb_single_image.wpb_content_element.vc_align_center.img-circle-tr img {
    padding: 3px;
}
.site-content .wpb_single_image.wpb_content_element.vc_align_center.img-circle-tr{
	width: 160px;
	height: 160px;
	border-width: 2px;
}