/* Themify Customize Styling */
:root {	
	--theme_accent: #1bbbb4; 
}
h1 {	
	font-family: "Cormorant";	font-weight:600;
 
}
h6 {	
	font-family: "Arial", "Helvetica", sans-serif;	font-weight:normal;
	font-size:17px;
	line-height:35px;

	color: #ffffff; 
}
#headerwrap {	
	background-color: transparent;background-image: none;background-attachment: fixed; 
}
#header {	
	background-color: transparent; 
}
#header a {		font-weight:bold;
	font-weight:bold;

	color: #ffffff; 
}
body #site-logo a img {		width: 75px; 
}
#site-logo {	margin: auto; 
}
#site-description {	display: none; 
}
#main-nav {	
	background-color: transparent; 
}
#main-nav a {	
	background-color: transparent; 
}
.page-title {	
	color: #000000;
	font-family: "Cormorant";	font-weight:300;
 
}
#footerwrap {	background: none;
	background-color: #16737a;background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px; 
}
#footer {	background: none;
	background-color: rgba(255,255,255,-0.00);
	padding: 10px; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {		width: 75px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 75px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 75px; 
}
 }
/* Themify Custom CSS */
/* Support Us button - MOBILE MENU */
@media (max-width: 1024px) {

#mobile-menu li:last-child a {
background:#1bbbb4;
color:#1bbbb4 !important;
font-weight:600;
border-radius:6px;
padding:8px 12px;
margin-top:6px;
display:inline-block;
}

#mobile-menu li:last-child a:hover {
background:#a78632;
}