/*
Theme Name: Gateway Theme Child
Description: Gateway Theme
Author: Your Lines
Author URI: https://www.yourlines.nl
Template: gateway
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body{
    font-family: 'Open Sans', sans-serif ;
    letter-spacing: 0.05rem;
}

button, .button {
	font-family: 'Open Sans', sans-serif ;
}

select {
	font-family: 'Open Sans', sans-serif ;
}

.top-bar-section ul li > a {
	font-family: 'Open Sans', sans-serif ;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial', sans-serif;
	letter-spacing: 0.1rem;
}

.top-bar{
	line-height: 40px;
}

.top-bar .toggle-topbar{
	right:auto;
	left:0;
}

.top-bar-section{
	width:83.33333%;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.top-bar-section ul{
	width:auto
}

.top-bar-section li:not(.has-form) a:not(.button){
	line-height: 40px;
	padding:0px 2px;
	color:#000;
}

.top-bar-section li.active:not(.has-form) a:not(.button){
	line-height: 40px;
	color:#000;
	padding:0px 2px;
}

#menu-primary{
	margin:0px 0px;
	display: flex;
    -webkit-justify-content: space-around; 
  	justify-content: space-around; 
  	width:80%;
}

#menu-primary li{
	float: none;
}

.home-header-bg .site-branding{
	padding:14% 0px 12% !important;
}

.site-branding.secundaire-pagina{
	padding: 11.5% 0px !important;
}

.center-columns{
	margin:0px auto !important;
	float:none !important;
}

h1.entry-title{
	font-size:2.3125rem;
}

blockquote{
	border:0px !important;
	background-color:transparent !important;
	font-style: italic;
}

.entry-content h2{
	font-size: 1.8rem;
}

.site-branding.homehome{
	padding:5.5% 0px !important;
	position: relative;
}

.logo{
	max-width: 600px;
	width: 60%;
}

.logo_top{
	float: left;
	display: block;
	width: 18%;
	min-width: 90px;
	margin-top: -1.5px;
	margin-right:10px;
}

.payoff{
	position: absolute;
	top:10%;
	left:5%;
	max-width: 130px;
	width: 20%;
}

#colophon{
	margin:0px;
}

@media screen and (max-width:40em){
	.site-branding.homehome {
    	padding: 10% 0px !important;
    }

    article .entry-header{
    	text-align: left !important;
    }

    .logo_top{
    	display: none;
    }

    #menu-primary{
		margin:0px 0px;
		display: block;
		margin-bottom: 20px;
	}

}