/*
Welkom bij aangepast CSS.

Om te zien hoe CSS in elkaar steekt, ga je naar http://wp.me/PEmnE-Bt
*/
main#main article#post-2114 p {
	font-size: 1em;
}

#secondary .wysija-input, 
#footer-3 .wysija-input, 
.landing-widgets .wysija-input {
	width: 100%;
	max-width: 250px;
	text-align: center;
	font-size: 13px;
}

#secondary .wysija-submit, 
#footer-3 .wysija-submit, 
.landing-widgets .wysija-submit {
	background: none;
	border: 1px solid;
	padding: 6px 12px;
	margin: .8em auto;
	max-width: 140px;
}

.landing-widgets {
	padding-bottom: 55px !important;
	padding-top: 0 !important;
}

.landing-widgets h2.widget-title {
	float: left;
	margin: 17px 20px 0 22px;
}

.landing-widgets .wysija-input {
	float: left;
	margin-right: 20px;
}

.landing-widgets .wysija-submit {
	float: left;
	height: 35px;
	margin-top: 0;
}

div.services.three a {
	width: 30%;
	display: inline-block;
	margin-right: 5%;
	margin-bottom: 5%;
}

div.services.four a {
	width: 22.5%;
	display: inline-block;
	margin-right: 3.33%;
	margin-bottom: 3.33%;
}

div.services.five a {
	width: 17.334%;
	display: inline-block;
	margin-right: 3.33%;
	margin-bottom: 3.33%;
}

div.services a {
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: 'montserrat', sans-serif;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 3px;
	font-weight: 700;
	color: #000000;
}

div.services a:hover {
	color: #C2C2C2;
}

div.services a:last-child {
	margin-right: 0;
}

div.services a img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 15px !important;
	width: auto;
	height: auto;
	max-height: 450px;
}

div.services a img.small {
	height: 85px;
	width: auto;
	margin-top: 15px;
}

@media screen and (min-width: 770px) and (max-width: 980px) {
	div.services.three a, div.services.four a, div.services.five a {
		width: 28.5%;
	}
}

@media screen and (max-width: 770px) {
	div.services.three a, div.services.four a, div.services.five a {
		width: 44.5%;
	}
}


/** new Custom codes
 * @author Dev Quanto
 */

.primary-nav-container {
	background-color: #fff;
}

.site-content {
    margin-top: 0;
}

.landing-content.landing-section:nth-of-type(1) {
    padding-top: 0;
}

.site-branding {
    text-align: left;
    margin: 0;
    position: fixed;
    z-index: 999;
    top: 10px;
		left: 30px;
}
.admin-bar .site-branding {
	top: 35px;
}

div#body-logo img {
    width: 120px;
	  
}

header#masthead {
    height: 160px;
}

@media only screen and (max-width: 767px) {
	.primary-nav-container.nav-sticky {
    min-height: 160px;
}

.primary-nav-container.nav-sticky > .menu-toggle {
    height: 160px;
    display: flex;
    align-items: center;
}
	

.primary-nav-container.nav-sticky > .menu-toggle.activated {
    height: 100%;
    display: inherit;
}
	
	.primary-nav-container.nav-sticky > .menu-toggle::before {
    flex: 1;
}
	
.primary-nav-container.nav-sticky > .menu-toggle:focus {
		outline: none;
}
}

/* Responsive **/
@media only screen and (min-width: 768px) {
	
	
.primary-nav-container.nav-sticky {
    height: 160px;
    display: flex;
    align-items: center;
}

nav#site-navigation {
    height: 100%;
}

nav#site-navigation > div,
nav#site-navigation > div #primary-menu,
nav#site-navigation > div #primary-menu li {
    height: 100%;
}
nav#site-navigation > div #primary-menu li {
    flex-direction: column;
}

nav#site-navigation > div #primary-menu li a {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
}

}

/** Responsive site **/
@media only screen and (max-width: 767px) {
	.landing-slider .flickity-viewport {
    height: 180px !important;
}
.home-gallery-img {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;

}
	
	.page-featured-img {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    height: 240px;
}
	
	#post-1680 .entry-content p,
	#post-1846 .entry-content p {
    text-align: center;
}
	
	div.gallery-columns-3 .gallery-item {
    margin: 0;
    max-width: 100%;
}
}

