/* CSS Document */

/*
Theme Name: Generatepress Child
Theme URI: https://wordpress.org/themes/generatepress/
Description: Generatepress Child Theme for Dev 4 site, Infinity Construction - derived from Dev 1 site last used for Venaglia
Author: DLS Design
Author URL: https://www.dlsdesign.com
Template: generatepress
Version: 1.4
Text Domain: generatepress-child  */
/* Custom CSS goes after this line */


/* fonts

font-family: 'Raleway', sans-serif;

*/

/* colors



*/

body {
	background-color: #fff;
}


p, h1, h2 {
	font-family: 'Raleway', sans-serif;
}

p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 1.65em;
}

a {
	color: #2b5287;
}

.site-header {
	margin-bottom: 0px;
}


.site-content {
	margin-bottom: 0px;
	background-color: white;
}






#home-hero {
    position: relative;
	z-index: 0;
	float: left;
	margin-bottom: 0px;
}


.home .entry-header,
.home .entry-content {
	display: none;
}



/* general pages */

.page-template-default .entry-header,
.page-template-page-contact .entry-header {
	/*display: none;*/
}

.page-template-default .entry-header h1,
.page-template-page-contact .entry-header h1 {
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #0e68af;
}

.page-template-default .entry-content {
    margin-top: 2em;
    margin-right: 2em;
    margin-bottom: 1em;
    margin-left: 0em;
}





/* company page */

.page-template-page-company #company-left {
	float: left;
	width: 38%;
	margin-right: 7%;
}

.page-template-page-company #company-right {
	width: 54%;
	float: left;
}

.page-template-page-company .inside-article {
	padding: 0px 0px 0px 0px;
}

.page-template-page-company .entry-header h1,
.page-template-page-contact .entry-header h1 {
	color: white;
    background-color: #284590;
    width: fit-content;
    padding: 4px 16px 5px 16px;
	font-weight: 300;
	text-transform: none;
}

/* contact page */

.page-template-page-contact .content-area {
	margin-top: 1.25em;
}

#contact-top {
	width: 100%;
	float: left;
}

#floating-name {
	float: left;
	margin-right: 60px;
}

#address {
	float: left;
}

#contact-bottom {
	width: 100%;
	float: left;
	margin-top: 1em;
	border-top: solid 4px #1c356b;
	padding-top: 18px;
}


@media only screen and (max-width: 1200px) {

	.site-content {
        margin-bottom: 0px;
        background-color: white;
        margin-right: 2%;
        margin-left: 2%;
	}
	
}

@media only screen and (max-width: 980px) {

    
	
	
}

@media only screen and (max-width: 768px) {
	
	.page-template-page-company #company-left {
        float: unset;
        width: 84%;
        margin-right: 7%;
		margin-left: 7%;
    }

    .page-template-page-company #company-right {
        width: 80%;
		margin-right: 10%;
		margin-left: 10%;
        float: unset;
    }
	
	
	
}
