.blog-header-section{  max-width: 60%;
margin: auto;
padding: 180px 80px 0px;
text-align: center;
}
.blog-header-section h1{
text-align: center;
margin-bottom: 20px;
}
.blog-header-section p{
max-width: 600px;
margin: 20px auto 80px;
text-align: center;
font-size: 18px;
color: #656C70;
font-family: "Roboto-bold";
line-height: 28px;
font-weight: 200;
}
.blog-logo {
max-height: 150px;
max-width: 300px;
text-align: center;
}
.blog-main-container{
max-width: 100%;
margin: 0 auto;
}
@media (min-width: 576px){
.blog-main-container{
max-width: 540px;
}
}
@media (min-width: 768px){
.blog-main-container{
max-width: 720px;
}
}
@media (min-width: 992px){
.blog-main-container{
max-width: 960px;
}
}
@media (min-width: 1200px){
.blog-main-container{
max-width: 1160px;
padding: 0px 80px;
}
}
.post-preview {
padding: 40px 0px;
border-bottom: 1px solid #656C70;
display: flex;
}
.blog-main-container .featured .post-image{
width: 100%;
max-width: 610px;
}
.blog-main-container .featured .post-image img{
max-width: 100%;
height: auto;
min-width: 100%;
}
.blog-main-container .featured .post-preview-text{
padding: 20px;
}
.post-preview:after {
content:"";
display: block;
clear:both;
}
.blog-main-container .post-image{
width: 33%;
max-width: 320px;
float: left;
}
.blog-main-container .post-image img{
max-width: 100%;
height: auto;
min-width: 100%;
}
.blog-main-container .post-preview-text{
width: 67%;
float: left;
padding: 0px 20px;
}
.blog-main-container .post-preview-text.post_no_image{
width: 100%;
padding: 0px;
}
.post-preview-text .category-and-date-holder {
font: 700 12px/16px Roboto-bold;
text-transform: uppercase;
color: #254A53;
margin-bottom: 0;
}
.post-preview-text .title{
margin-bottom: 0;
}
.post-preview-text .title h4 {
margin-bottom: 0;
}
.post-preview-text .title a{
color: #04243C;
text-transform: none;
}
.post-preview-text .content{
color: #656C70;
font: 18px/28px Roboto-bold;
margin-bottom: 20px;
padding: 0;
}
.post-preview-text .link a{
font: 900 14px/18px Roboto-bold;
letter-spacing: 0.7px;
color: #FCB323;
text-transform: uppercase;
}
.misha_loadmore{
margin: 55px auto 100px;
display: block;
max-width: 250px;
cursor:pointer;
} @media (max-width: 999px){
.blog-header-section {
padding: 110px 40px 0px;
max-width: 690px;
}
.blog-main-container{
width: 100%;
max-width: 690px;
padding: 0 40px;
}
.blog-main-container a{
margin-bottom: 0px;
}
.blog-main-container .blog-posts{
display: flex;
flex-wrap: wrap;
}
.blog-main-container .post-preview{
width: 295px;
margin-right: 20px;
flex-wrap: wrap;
}
.blog-main-container .post-preview:nth-child(2n+1){
margin-right: 0px;
}
.blog-main-container .post-preview.featured{
width: 100%;
}
.blog-main-container .featured .post-preview-text, .blog-main-container  .post-preview-text {
width: 100%;
padding: 20px 0px 0px;
}
.blog-main-container .post-image {
width: 100%;
max-width: 320px;
}
.post-preview-text .category-and-date-holder {
margin-bottom: 10px;
}
.post-preview-text .title {
margin-bottom: 10px;
}
.post-preview-text .content {
font: 16px/22px Roboto-bold;
}
}
@media (max-width: 460px){
.blog-header-section {
padding: 70px 35px 0px;
}
.blog-header-section p {
margin: 20px auto 20px;
}
.blog-main-container {
width: 300px;
padding: 0px;
margin: 0 auto;
}
.blog-main-container .post-preview {
padding: 20px 0px;
margin-right: 0px;
}
}
#searchField{
width: 100%;
border-radius: 20px;
border: 1px solid #656C70;
color: #656C70;
height: 32px;
font-size: 14px;
padding: 0px 20px;
outline: 0;
}
.searchFieldHolder{
position: relative;
margin-bottom: 16px;
}
.searchFieldHolder > i{
position: absolute;
top: 8px;
right: 14px;
color: #656C70;
}
.customSelect {
display: block;
float: left;
width: 200px;
padding: 7px 20px;
border: 1px solid #656C70;
margin-right: 10px;
font: 14px/18px Roboto-bold;
position: relative;
color: #656C70;
}
.customSelect:hover {
cursor: pointer;
}
.customSelect ul{
position: absolute;
display: block;
list-style: none;
background: white;
top: 100%;
left: 0px;
right: 0px;
box-shadow: 0px 0px 16px #00000029;
margin-top: 1px;
max-height: 240px;
overflow-y: scroll;
z-index: 1;
}
.customSelect li {
padding: 8px 15px;
}
.customSelect i {
position: absolute;
right: 12px;
top: 7px;
}
.customSelect .fa-caret-up{
display:none;
}
.customSelect.active .fa-caret-up{
display:initial;
}
.customSelect.active .fa-caret-down{
display:none;
}
span.selectedOption {
width: 100%;
display: block;
height: 16px;
}
.customSelect.hasSelection {
background: #FCB323;
border: 1px solid #FCB323;
}
.customSelect.hasSelection span, .customSelect.hasSelection i {
color: white;
}
a.clearForm {
color: #656C70;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
display: inline-block;
padding: 9px 15px;
cursor: pointer;
line-height: 15px;
border-radius: 20px;
}
a.clearForm:hover {
color: #FCB323;
background: rgba(4, 180, 228, 0.15);
}
@media (max-width: 992px){
.customSelect {
width: 33%;
}
}
@media (max-width: 540px){
.customSelect {
width: 100%;
margin-bottom:5px;
}
.searchForm {
height: auto;
padding: 0px;
}
a.clearForm {
color: #656C70;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
display: inline-block;
padding: 9px 15px;
cursor: pointer;
line-height: 15px;
border-radius: 20px;
margin: 0 auto;
width: 100%;
text-align: center;
margin: 10px 0px;
}
.customSelect.active {
z-index: 2;
}
}
.customSelect li:hover {
background: #ececec;
}
.customSelect li.active {
color: #5aa1de;
}