/*

Theme Name: FoE

Author: Infinite Eye

Author URI: infinite-eye.com

Text Domain: foe

*/

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -16px;
}

label.css-label {
    background-image: url(assets/img/checkbox-foe.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 16px;
}
#mc_embed_signup_scroll{
	margin-bottom: 60px;
}
#mc_embed_signup_scroll a{
	color: #2bbf9b;
}
header .logo img {
    height: 88px;
    width: auto;
}

@media(max-width: 768px){
	.page-template-template-simple .main-content .wrapper .col-9{
		width: 100%;
	}
}
@media(max-width: 768px){
    .blog .featured-blog{
        display: block;
        margin-top: 30px;
    }
    .blog .featured-blog .col-6{
        float: none;
        clear: both;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media(max-width: 500px){
    header .logo img{
    height: 50px;
    }
}


.single-press_release .col-9.content a.btn.green{
    color: #fff;
}

.wp-block-image img {
    height: auto !important;
  }
  
.blog-section > .wrapper2 > .archive-post{
    display: none;
}