/*
Theme Name: child17
Author: 
Description: Your description goes here
Version: 1.0
Template: twentyseventeen

This is the child theme for Twenty Seventeen theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.wrap {
	max-width: 1024px;
	background-color: #ffffff;
}
 
@media screen and (min-width: 48em) {
	.wrap {
		max-width: 1024px;
	}
}
 
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	max-width: 1024px;
}

@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: 1024px;
	}
}
.panel-content {
    background-color: #ececed;
}

.site-header, .site-footer, header { display: none !important }

.panel-content .wrap { padding-top: 0!important; padding-bottom: 0!important }

div#partners {
    position: absolute;
    top: 10%;
    width: 90%;
    right: 0;
}

#header-title {
    position: absolute;
    bottom: -3%;
    right: 0;
    width: 60%;
}

div#header-text-wrapper {
    position: absolute;
    bottom: 3%;
    margin-bottom: 0;
    right: 3%;
    width: 57%; 
}

.page-id-154 div#header-text-wrapper {
    bottom: 5%;
}

.header-text p {
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}
.header-text a {
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
	margin-top: 10px;
	margin-left: 15%;
}
.header-text .text-orange {
	color: #fbc426;
	margin-right: 5px;
}

#content-text, #progress-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

#custom-footer {}
#footer-bg.wpb_single_image.vc_align_left {
	margin-bottom: 0!important;
}
#footer-text-left {
	text-transform: none;
    text-align: left;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 40%;
    width: 50%;
    left: 5%;
}
#footer-text-right {
	text-transform: none;
    text-align: center;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 30%;
    right: 3%;
    width: 35%;
}

div#content {
	padding-bottom: 0!important;
	padding-top: 0!important;
}
.progress-row:nth-child(even) {background: #ececed}
.progress-row:nth-child(odd) {background: #FFF}
.progress-row {
	margin-bottom: 0!important;
	padding: 10px
}
.progress-row-img {
	margin-bottom: 0!important;
}

.progress-row p, .progress-row a {
	font-size: 12px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.wrap { padding: 0 }
    .wpb_single_image img { width: 100%!important }	
	#progress-wrapper .vc_row.vc_row-o-equal-height>.vc_column_container { margin-bottom: 15px; }
	#footer-text-left { 
		font-size: 10px!important;
    	width: 50%!important;
    	top: 33%!important;
    	line-height: 1;
    	left: 8%!important;
	}
	
	#footer-text-right {
		font-size: 8px!important;
    	right: 4%!important;
    	top: 25%!important;
    	line-height: 1;
	}
	.header-text p {
		font-size: 10px!important;
	}
	div#header-text-wrapper { right: 1% !important }
	#header-title { width: 75% !important }
	
	.page-id-154 div#header-text-wrapper {
		bottom: 12%!important;
		width: 70%!important;
	}
	
	.page-id-154 .header-text .text-orange { margin-right: 5px!important; }
	.page-id-177 #header-title {
		width: 85% !important;
	}
	.page-id-177 div#header-text-wrapper {
		right: 1% !important;
		width: 70%!important;
		bottom: 10%!important;
	}
	.page-id-177 .header-text a {
		font-size: 10px!important;
	}
	.page-id-177 .header-text .text-orange { margin-right: 5px!important; }
}