@font-face {
  font-family: titillium;
  src: url(../../fonts/Titillium_Web/TitilliumWeb-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../fonts/Poppins/Poppins-Regular.ttf);
}
.menu-item a{
	font-family: titillium !important;
	color: #40484c;
}

.aboutHead{
	background-color: white;
}


body, p,
.titleWrap, 
.titleWrap h3{
	font-family: poppins !important;

}

#colophon{
	background-color:#40484c;
	color:#f0f1f2;
	padding: 0px 0px 14px;
}
#colophon a{
	color:white;
}
.site-info{
	border:none;
	margin-top: 0px;
	padding-top: 0px;
}
.site-info a
{
	font-size: 15px;
}
.column {
  float: left;
  width: 50%;
}
@media screen and (max-width: 550px){
	.column {
	  float: left;
	  width: 100%;
	}
}
.column-4 {
  float: left;
  position: relative;
  width: 25%;
}

.center {
  margin: auto;
  width: 90%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.home footer,
.home #sb_instagram,
.home .newsletter { 
	display: none;
}		

.map-responsive{
	overflow:hidden;
	padding-bottom:70%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.home footer,
.home #sb_instagram,
.home .newsletter {
    display: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .wpb_wrapper
{
	font-family: poppins !important;
}


element.style {
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}
.titleWrap:hover > h3 {
    color: white !important;
    background-color: #40484c;
}
.homeLogo{
    color: white !important;
    background-color: #40484c;

}
.vc_col-sm-3
{
	width: 50%;
}
.dpe-flexible-posts a
{
    height: calc(100vh - 108px);
}
@media screen and (max-width: 768px){
	.navigation-wrap img{
	    max-width: 75%;	    
	    margin-top: 0px !important;
	}
	#mobile-icon{
		margin-top: 38px;
		width:30px;
	}
	#mobile-icon span:nth-child(3){
		top: 16px;
	}
	#mobile-icon span:nth-child(2){
		top: 8px;
	}
	#mobile-icon span:nth-child(1){
		top: 0px;
	}

}
