/*
Theme Name:  StructurePress Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the StructurePress
Author:      ProteusThemes
Template:    structurepress-pt
Version:     v1.0.0
*/


/* add custom CSS code bellow */
.top-bar-links {font-size:15px; padding: 10px 0;}
.top-bar-links a {color:#999; margin-right:25px;}
.top-bar-links a:hover {text-decoration:none;}
.top-bar-links .fa.fa-facebook-square {font-size: 28px; margin-right: 15px;}
#thank{
	background:#fff;
	padding:30px 0;
}
#thank img{
	width:80px;
}
#thank .title-h2{
	color:#41AB34;
	margin:30px 0;
}
#thank p{
	font-size: 18px;
}


.main-navigation a {
    padding: 3rem 0.5rem!important;
}




@media (max-width: 1200px) {
    .container { max-width:100%!important;}
	.top::before, .top::after, .top__container::before, .header::before, .header::after {display:none!important; }
	
	.header__navigation { width: calc(88% - 18.75rem)!important;}
	.header__featured-link { width:12%!important;}
}

@media (max-width: 1020px) {
	.header__logo { width:14rem!important; margin-right:1em!important;}
	.header__navigation { width: calc(88% - 16.75rem)!important;}
	.header__featured-link { width:12%!important;}
}