/* cmsms stylesheet: NATURAL PATH STYLES modified: 03/26/18 16:36:47 */
.height-lg {
	height: 95vh !important;

}

body {
    font-family: 'gothic', sans-serif !important;
    background-color: #283645;
    color: #000000;
    font-size: 18px;
	line-height: 150%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	/*-moz-osx-font-smoothing: grayscale;*/
	text-rendering: optimizeLegibility;
	overflow-x: hidden !important;
}

p {
	margin-bottom: 20px;
}
p a {   color: #000000 !important;
	border-bottom: 0px solid #000000;
}
p a:hover {
	border-color: transparent;
}
a {
	color: #000000 !important;
	transition: all 0.2s ease-out;
	-webkit-transform: translateZ(0); /* Enables hardware accelerated transitions for transform, opacity and filter properties on browsers with webkit engines — optionally will-change */
	-webkit-backface-visibility: hidden; /* Fixes transition flickering in Chrome and Safari */
}
a:hover,
a:focus {
    color: #af9064;
    text-decoration: none;
}

a:hover,
a:focus,
.bordered .info h3 a:hover,
.bordered .info h4 a:hover,
.icon i.icn,
.meta a:hover,
.meta li.categories:hover:before,
.more:hover,
.navbar.basic .nav > li > a:hover,
.navbar.basic .nav > li > a:focus,
.navbar.basic .nav .open > a,
.navbar.basic .nav .open > a:hover,
.navbar.basic .nav .open > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active,
.navbar-header .info a:hover,
.nav > li > a:hover,
.owl-carousel:hover .owl-next:hover,
.owl-carousel:hover .owl-prev:hover,
.panel-title > a:hover,
#scrollUp:hover,
.sidemeta .format-wrapper a,
.tabs-side .tab.active a,
.tabs-top .tab.active a,
.text-center .panel-title > a:hover span:after,
ul.arrowed li:before,
ul.circled li:before,
.yamm .yamm-content a:hover {
	color: #af9064;
}

.tint-bg.img-bg-soft:before {
	background-color:#af9064 !important;
	opacity: .85;
}

.tint-bg .btn,
.tint-color {
	color: #586c26 !important;
}



.footer-bottom a:link {
   	color: #ffffff !important;
}

.footer-bottom a:hover {
   	color: #d4cabe !important;
}

.footer-bottom {
    background: #af9064 !important;
	
}

footer.dark-bg {
    color: #d4cabe !important;
}

footer.dark-bg p {
    color: #d4cabe !important;
}



.btn,
.classic-blog .post .date,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-submenu:hover > a,
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span,
#owl-main .caption h1 span.tint-bg,
#owl-main .caption p span.tint-bg,
.pagination > li > a,
.pagination > li > span,
.post.format-quote,
.sidemeta .format-wrapper a:hover,
.sidenav li a:hover,
.tabs-circle-top .tab.active a,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover,
.tint-bg,
.tint-bg.img-bg-soft:before,
.tint-bg.img-bg-softer:before,
.tooltip-inner {
	background-color: #586c26;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > li > a:hover,
.pagination > li > a:focus {
	background-color: #af9064;
}


.btn-rev
{
	background-color: #af9064;
}

.btn-rev:hover,
.btn-rev:focus,
.btn-rev:active,
.btn-rev.active
 {
	background-color: #586c26 !important;
}




.icon-overlay a .icn-more,
.items li .text-overlay,
.owl-carousel .item .text-overlay,
.thumbs .thumb .text-overlay {
	background-color: rgba(175, 144, 100, 0.9);
}

.classic-blog .post .date,
.icon.circle,
.sidemeta .format-wrapper a,
.tabs-circle-top .tab.active a,
.tabs-circle-top .tab a:hover,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover {
	border-color: #586c26;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #586c26;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #586c26;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #586c26;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #586c26;
}

#owl-main .caption h1 span.tint-bg,
#owl-main .caption p span.tint-bg  {
	box-shadow: -.500em 0 0 #586c26, .500em 0 0 #586c26;
}

::selection {
	background: #AAF2E4; /* Safari */
}

::-moz-selection {
	background: #AAF2E4; /* Firefox */
}



h1,
h2,
h3,
h4,
h5
{
    font-family: 'bernard', serif !important;
    font-weight: normal !important;
	letter-spacing: 0.025em;
    color: #000000;
    margin-top: 0;
margin-bottom: 0 !important;
	/*word-wrap: break-word;*/
}

h6 {
   font-family: 'Pacifico', cursive !important;
    font-weight: normal !important;
	letter-spacing: 0.025em;
    color: #000000;
    margin-top: 0;
margin-bottom: 0 !important;
	/*word-wrap: break-word;*/
}

h1 {
    font-size: 44px;
    line-height: 110%;
    margin-bottom: 5px !important;
}
h2 {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 20px;
}
h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
}
h4 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
h5 {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 13px;
}
h6 {
    font-size: 25px !important;
    line-height: 160%;
    margin-bottom: 10px;
}



.navbar .navbar-brand img { 
height: 120px; /* Initial height – change to your needs */ 
-skrollr-animation-name: shrink-logo; 
}

@-skrollr-keyframes shrink-logo { 
40 { 
max-height: 120px; /* Height after 40px (top bar height) scrolling – should be the same as the initial height. Change to your needs */ 
} 
 
300 { 
max-height: 120px; /* Height after 300px scrolling. Change to your needs */ 
} 
} 



.tint-bg {
    background-color: #af9064 !important;
	color: #FFF;
	padding: 2px 8px;
	margin-top: -2px;
}

.bordered {
    border: 0px solid #E6E9ED;
	border-bottom-width: 2px;
	border-radius: 3px;
    padding: 25px;
    background: #f7f7f7 !important;
}




<!---------------------NAVIGATION -------------->

.navbar-collapse {
 
        font-weight: normal !important;
}

nav > li > a:hover {
    background-color:  #FFFFFF !important;
    border-color:  #FFFFFF !important;

}





.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.navbar-nav > li > a {
	
	font-weight: normal !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	padding: 15px 20px;
	border: 0px solid #000000 !important;
	border-radius: 3px;
	bottom: -1px;
	z-index: 2;
}

 
.nav > li > a:hover { 
    background-color: transparent !important; 
    border-color:transparent !important; 
    color: #af9064 !important; 
} 

.owl-prev,
.owl-next {
	
	background-color: #af9064;
	color: #ffffff !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > li > a:hover,
.pagination > li > a:focus {
	background-color: #af9064 !important;
}

.owl-pagination .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	background: #af9064;
	border: none;
	-webkit-border-radius: 5%;
			border-radius: 5%;
	margin: 0 5px;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
	background: #586c26;
}
/*===================================================================================*/ 
/* SHOP
/*===================================================================================*/ 


.items.col-3.gap li {
	    width: 279px !important;
	    margin-left: 18px !important;
	    margin-bottom: 18px !important;
}





/*===================================================================================*/ 
/* GO TO TOP / SCROLL UP 
/*===================================================================================*/ 
 
 
#scrollUp {border: 1px solid #000000 !important; 
bottom: 20px; 
right: 20px; 
font-size: 36px; 
line-height: 100%; 
color: #FFF; 
background-color: #af9064 !important; 
padding: 3px; 
-webkit-border-radius:25px; 
  -moz-border-radius: 25px; 
border-radius: 25px; 
opacity: .5; 
} 
#scrollUp:hover { 
color: #2C2D2D !important; 
opacity: .8 !important; 
        color: #FFF !important; 
} 
 
@-skrollr-keyframes shrink-header { 
40 { 
padding-top: 10px; 
padding-bottom: 10px; 
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0); 
  -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.0); 
box-shadow: 0 10px 10px rgba(0,0,0,0); 
} 
 
 
300 { 
padding-top: 0; 
padding-bottom: 0; 
-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1); 
  -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1); 
box-shadow: 0 10px 10px rgba(0,0,0,0.1); 
} 
}

br {display:inline !important} 

Br {display:block !important}
