/* Themify Customize Styling */
body {	background: none;
	background-color: #ffffff;
	font-family: "Poppins";	font-weight:normal;
	font-size:0.85em;
	line-height:110%;

	color: #161718; 
}
a {		font-weight:bold;
	font-weight:bold;

	color: #ffffff; 
}
a:hover {	
	color: #03a3ce; 
}
h1 {	
	font-family: "Poppins";	font-weight:600;
	font-size:1.063em;
	text-transform:none; 
}
h2 {	
	font-family: "Poppins";	font-weight:600;
	font-size:1.063em;
	text-transform:none; 
}
h3 {	
	font-family: "Poppins";	font-weight:600;
	font-size:1.063em;
	text-transform:none; 
}
h4 {	
	font-family: "Poppins";	font-weight:600;
	font-size:1.063em;
	text-transform:none; 
}
h5 {	
	font-family: "Poppins";	font-weight:600;
	font-size:1.063em;
	text-transform:none; 
}
h6 {	
	font-family: "Poppins";	font-weight:600;
	font-size:1.063em;
	text-transform:none; 
}
.header-classic #headerwrap, #headerwrap {	background: none;
	background-color: #ffffff; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: #ffffff;background-image: none; 
}
#headerwrap.fixed-header #site-logo img {		width: 75px;
	height: 59px; 
}
body[class*="themify"] #site-logo a img {		width: 244px;
	height: 222px; 
}
#site-description {	display: none; 
}
#main-nav a {	
	font-family: "Poppins";	font-weight:500;
	font-size:0.85em;
 
}
#main-nav a, #main-nav > li > a, .transparent-header #main-nav a {	
	color: #161718; 
}
#main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {	
	color: #03a3ce; 
}
#main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #03a3ce; 
}
#footerwrap {	background: none;
	background-color: #62a7f5; 
}
#footer-logo a {	display: none; 
}
#footer {	
	color: #161718; 
}
#footer, #footer-logo, .footer-nav a, .footer-text {		text-transform:uppercase;	text-align:left; 
}
#footer a {	
	font-family: "Poppins";	font-weight:normal;

	color: #161718; 
}
#footer a:hover {	
	font-family: "Poppins";	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-weight:normal;

	color: #ffffff; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #161718; 
}
#footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {	
	color: #ffffff; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {		width: 75px;
	height: 59px; 
}
body[class*="themify"] #site-logo a img {		width: 244px;
	height: 222px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {		width: 75px;
	height: 59px; 
}
body[class*="themify"] #site-logo a img {		width: 244px;
	height: 222px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {		width: 75px;
	height: 59px; 
}
body[class*="themify"] #site-logo a img {		width: 244px;
	height: 222px; 
}
 }
/* Themify Custom CSS */
.loops-wrapper.overlay .post-image + .post-content,
.loops-wrapper.polaroid .post-image + .post-content {
	background-color: #131313 !important;
}
.post-nav .arrow {
	color: #525252 !important;
}
.post-nav a:hover span {
	color: #525252 !important;
}
.portfolio.masonry .post {
  	padding: 10px;
}
button {
	border-radius: 0;
}
button hover { 
	border-radius: 0;
}
.builder-contact textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	border-radius: 0;
	border: 0px;
}
.post-filter li {
	font-family: Poppins;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0px;
}
.header-widget {
  	text-align: left;
}
#site-logo img {
    	width: 153px;
    	-webkit-transition: all 0.5s ease-out;
    	-moz-transition: all 0.5s ease-out;
    	-o-transition: all 0.5s ease-out;
    	transition: all 0.5s ease-out;
}
/* main level link */
#main-nav a {
	display: block;
	padding: .5em .63em 1em;
	margin: 0;
	text-decoration: none;
	position: relative;
}
#main-nav li a:after {
	content: '';
	display: block;
	border-bottom: solid 4px #000;
	width: 0;
	position: absolute;
	bottom: 6px;
	left: 0;
	transition: width .7s;
}
/* main level link :hover & current link */
#main-nav li:hover a:after,
#main-nav .current_page_item > a:after {
	width: 100%;
}
/* sub-levels link */
#main-nav ul a {
	font-size: .95em;
	color: #292929;
	padding: 10px 0;
	display: block;
	width: 180px;
	box-sizing: border-box;
	border-bottom: 0px;
	text-align: left;
	margin: 0 15px;
}
#main-nav ul li:last-child > a {
	border: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover {
	color: #00be8a;
}
/* dropdown ul */
#main-nav ul {
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 0px;
	font-size: .95em;
	list-style: none;
	margin: 20px 0 0 -106px;
	padding: 5px 0px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	top: 100%;
	transition: all .2s;
}
#main-nav ul:after,
#main-nav ul:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#main-nav ul:before {
	border-bottom-color: #000;
	border-width: 12px;
	left: 50%;
	margin-left: -12px;
}
#main-nav ul:after {
	border-bottom-color: #000;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
/* Arrow on left side for sub sub level menu */
#main-nav ul ul:after,
#main-nav ul ul:before {
	left: -10px;
	top: 24px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#main-nav ul ul:before {
	border-right-color: #ddd;
	border-width: 11px;
	margin-top: -11px;
}
#main-nav ul ul:after {
	border-right-color: #00be8a;
	border-width: 10px;
	margin-top: -10px;
}
#main-nav ul li {
	background: none;
	float: none;
	display: block;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 100%;
	top: 10px;
	margin-top: 0;
	margin-left: 20px;
}
/* show dropdown ul */
.no-touch #main-nav li:hover > ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
#main-nav li li:hover > ul {
	margin-left: 0;
}
.touch #main-nav .has-sub-menu.dropdown-open > ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
.touch #main-nav .has-sub-menu > a {
	padding-right: 0;
}
.customBox .module-box-content { 
position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 50% 0%;
    border-radius: 50%;
	  text-align: center;
    vertical-align: middle;
}
.tile-flip-box-wrap {
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-khtml-border-radius: 50%;
}
.tile-front .tile-type-text ui {
padding: 3.3em .4em 1.1em !important;
}
.cookiebutton {
	border-radius: 0;
	border: 0px;
	background-color: #161718 !important;
	color: #fff !important;
	text-decoration: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}
.cookiebutton:hover {
	border-radius: 0;
	border: 0px;
	background-color: #fff !important;
	color: #f0089b !important;
	text-decoration: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}