/*
Theme Name: GEOscientist
Theme URI: https://geoscientist.online/
Author: Norbert Rakossy
Author URI: http://www.rksweb.net/
Description: Theme for GEOscientist website
Version: 1.0
Text Domain: geoscientist
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #1d1d1b;
    line-height: 1.4em;
    padding-top: 328px;
    font-weight: 400;
}

body.sections{
    padding-top: 376px;
}

a, a:hover{
    color: #a0404e;
    text-decoration: none;
}

h1{
    font-size: 43px;
    line-height: 48px;
    font-weight: 600;
}

h2, h3{
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 12px;
}

h2.post-subtitle{
    font-weight: 400;
}

blockquote{
    font-size: 2em;
    color: #4d5b6a;
    line-height: 1.1em;
}

blockquote p{
    margin-bottom: 0;
}

blockquote::before, blockquote::after{
    display: block;
    width: 50px;
    height: 34px;
    content: " ";
    background: url("images/blockquote.png") no-repeat center;
    background-size: cover;
    margin: 28px 0 8px;
}

blockquote::after{
    margin: 8px 0 28px;
    transform: rotate(180deg);
}

.anchor{
    scroll-margin-top: 120px;
}

.aligncenter{
    text-align: center;
}

header{
    padding-bottom: 0px;
    width: 100%;
    position: fixed;
    top: 122px;
    z-index: 99;
    background: #fff;
}

.search-social{
    padding: 26px 0 16px;
    border-bottom: #1d1d1b 1px solid;
    transition: 0.4s;
}

body.scrolled .search-social{
    padding: 8px 0 12px;
}

.search-social ul{
    margin: 0;
    padding: 0;
}

.search-social ul li{
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
}

.search-social ul li .search img{
    margin-bottom: -3px;
}

.main-header{
    padding: 17px 0;
    border-bottom: #1d1d1b 1px solid;
    position: relative;
}

.main-header .site_logo img{
    height: 37px;
    width: auto;
    margin-bottom: 7px;
    transition: 0.4s;
}

body.scrolled .main-header .site_logo img{
    height: 30px;
    margin: 0;
}

.main-header .site_logo a{
    color: #1d1d1b;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}

body.scrolled #logo-strapline{
    display: none;
}

nav.bg-light{
    background: none;
    background-color: transparent !important;
    padding-right: 0;
}

header .navbar-nav li{
    border-right: #000 1px solid;
}

header .navbar-nav li:last-child{
    border-right: none;
}

header .navbar-nav li a.nav-link{
    text-transform: uppercase;
    font-weight: 600;
    color: #000 !important;
    font-size: 16px;
    line-height: 17px;
    padding: 0 12px !important;
    display: block;
}

header .navbar-nav li:last-child a.nav-link{
    padding-right: 0 !important;
}

header .navbar-nav li.active a.nav-link{
    color: #a0404e !important;
}

@media (min-width: 992px){
    .navbar.navbar-light, .main-header .col-7{
        position: static;
    }

    .navbar .navbar-nav li.active .dropdown-menu{
        display: block;
    }

    .navbar .navbar-nav li .dropdown-menu{
        width: 100%;
        border: none;
        border-bottom: #1d1d1b 1px solid;
        padding: 0;
        margin: 1px 0 0 0;
        border-radius: 0;
    }

    .navbar .navbar-nav .dropdown-menu li{
        float: left;
        border: none;
        padding: 0 12px;
    }

    .navbar .navbar-nav .dropdown-menu li:first-child{
        padding-left: 0;
    }

    .navbar .navbar-nav .dropdown-menu li a{
        padding: 15px 0 !important;
    }

    .navbar .navbar-nav .dropdown-menu li.active a{
        padding-bottom: 11px !important;
        border-bottom: #a0404e 4px solid;
    }
}

.navbar .navbar-nav .dropdown-menu li a{
    font-weight: 400;
}

header .navbar-nav li.active ul.dropdown-menu li a.nav-link{
    color: #000 !important;
}

.banner{
    text-align: center;
}

.banner img{
    max-width: 100%;
}

.banner_leaderboard{
    padding: 16px 0;
    background: #4d5b6a;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

strong.post_type{
    font-size: 16px;
    font-weight: 600;
    color: #a0404e;
    text-transform: uppercase;
}

section.hero{
    background: #000;
    color: #fff;
    margin-bottom: 38px;
}

section.hero .hero_img{
    background-repeat: none;
    background-position: center;
    background-size: cover;
    height: 420px;
}

section.hero .hero_text{
    padding: 30px 30px 30px 0;
}

section.hero h1{
    font-size: 47px;
    line-height: 47px;
    font-weight: 600;
    margin: 16px 0;
}

section.hero h1 a{
    color: #ffffff;
}

section.hero h1 a:hover{
    text-decoration: none;
}

section.hero .carousel-indicators li{
    border: #fff 1px solid;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
}

section.hero .carousel-indicators li.active{
    background: #fff;
}

section.hero .carousel_indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

section.hero .carousel-indicators{
    position: static;
    padding: 0;
    justify-content: left;
    margin-left: 0;
    margin-bottom: 32px;
}

ul.post-categories{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.post-categories li{
    display: inline-block;
}

ul.post-categories li::after{
    content: '|';
}

ul.post-categories li:last-child::after{
    content: '';
}

ul.post-categories li a{
    padding: 0 10px;
}

ul.post-categories li:first-child a{
    padding-left: 0;
}

section.authors{
    margin: 22px 0;
}

.author-post{
    overflow: hidden;
    margin: 0 0 10px;
}

.author-post .author-photo{
    float: left;
    margin-right: 12px;
}

.author-post .author-photo img{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.author-post h5{
    font-size: 1rem;
    font-weight: 600;
    color: #4d5b6a;
    margin: 0;
}

.author-post h5 span{
    color: #000000;
}

.author-post a.author-follow, #editorial_team a.author-follow{
    display: inline-block;
    width: 65px;
    height: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    background: #4d5b6a;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.author-post a.author-follow:hover{
    text-decoration: none;
}

p.wp-caption-text{
    color: #706f6f;
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}

article.post .wp-caption{
    width: 100% !important;
    margin-bottom: 32px;
}

article.post img{
    max-width: 100% !important;
    height: auto !important;
}

article .post-main-content p.intro:first-letter{
    float: left;
    font-size: 5em;
    line-height: 80%;
    font-weight: 700;
    margin-right: 2px;
}

article .post-main-content.no-dropcap p.intro:first-letter{
    float: none;
    font-size: 1em;
    font-weight: inherit;
    line-height: 1.4em;
    margin-right: 0;
}

article.post_summary{
    margin-bottom: 38px;
}

article.post_summary .post_img{
    margin-bottom: 22px;
    width: 100%;
    height: 230px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.search-results article.post_summary .post_img{
    height: auto !important;
}

article.post_thumbnail .post_img{
    height: 170px;
}

article.post_thumbnail h3{
    font-size: 22px;
    line-height: 26px;
}

article.post_summary .post_img img{
    transition: all 1s ease 0s;
    width: 100%;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: scale(1) rotate(0.001deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1000px);
}

article.post_summary .post_img:hover img{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: scale(1.06) rotate(0.001deg);
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

.category-books-and-arts article.post_summary .post_img img{
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

article.post_summary h3{
    margin-bottom: 2px;
}

article.post_summary .creation_date{
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

article.post_summary h3 a, article.post_summary h4 a{
    color: #000;
}

.article-share, .download-pdf{
    margin: 42px 0;
}

.article-share .share-title{
    font-weight: 600;
    color: #a0404e;
}

.article-share img{
    width: auto;
    width: 37px !important;
    height: 37px !important;
    margin-right: 14px;
}

a.btn_download_pdf{
    display: inline-block;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    background: #a0404e;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 20px;
    margin-top: 41px;
}

.most_popular, .books_review{
    background: #e1e4ea;
    border-top: #4d5b6a 9px solid;
    padding: 22px 22px 8px;
    margin-bottom: 38px;
}

.most_popular h2, .books_review h2{
    color: #4d5b6a;
    margin-bottom: 20px;
}

.most_popular ul, .books_review ul{
    margin: 0;
    padding: 0;
}

.most_popular ul li, .books_review li{
    list-style: none;
    margin: 0;
    border-top: #000 1px solid;
    padding: 10px 0;
}

.books_review li:first-child{
    border-top: none;
}

.most_popular ul li span.post-stats{
    display: none;
}

.most_popular ul li a, .books_review ul li a{
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.books_review ul li a{
    color: #4d5b6a;
}

span.hidden{
    display: none;
}

.event_calendar{
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-size: 21px;
    line-height: 29px;
    padding: 20px 10px 20px 20px;
    background: #a0404e;
    overflow: hidden;
    margin-bottom: 32px;
}

.event_calendar img{
    float: left;
    width: 80px;
    margin-right: 10px;
}

.event_calendar strong{
    font-size: 23px;
    font-weight: 600;
}

.event_calendar p{
    margin: 0;
}

.event_calendar a{
    color: #fff;
}

.editors_choice{
    padding-top: 18px;
    border-top: #4d5b6a 9px solid;
}

.editors_choice h2{
    color: #4d5b6a;
    margin-bottom: 26px;
}

.recent_issues, .recent_issue{
    padding: 50px 50px 20px 50px;
    background: #a0404e;
    color: #fff;
    margin-bottom: 38px;
}

.recent_issue{
    padding: 25px;
}

.recent_issues .issue{
    padding: 0 25px 36px;
}

.recent_issues .issue img, .recent_issue .issue img{
    -webkit-box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.55); 
    box-shadow: -10px 10px 20px -5px rgba(0,0,0,0.55);
}

.recent_issues .all_issues a{
    margin-left: 25px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.recent_issue p{
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 400;
}

.recent_issue p strong{
    font-weight: 600;
}

.recent_issue .all_issues a{
    display: block;
    width: 100%;
    border: #fff 3px solid;
    text-align: center;
    line-height: 64px;
    color: #fff;
    margin-top: 38px;
    font-weight: 600;
    font-size: 18px;
}

.loader {
    display: none;
    font-size: 3px;
    margin: 4px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
    position: absolute;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    margin-left: -16px;
    transition: 0.4s;
  }
  .loader:before {
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .loader:after {
    background: #a0404e;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }  

#archive-load-more{
    margin: 20px 0 58px;
    text-align: center;
}

#archive-load-more a{
    display: inline-block;
    width: 210px;
    height: 47px;
    border: #a0404e 3px solid;
    text-align: center;
    line-height: 41px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    transition: 0.4s;
    background: #ffffff;
    color: #a0404e;
}

#archive-load-more a:hover, #archive-load-more.loading a{
    background: #a0404e;
    color: #fff;
}

#archive-load-more.loading a{
    width: 47px;
    border-radius: 50%;
}

#archive-load-more.loading a span.text{
    display: none;
}

#archive-load-more a:hover{
    text-decoration: none;
}

.page-item.active .page-link{
    background-color: #4d5b6a;
    border-color: #4d5b6a;
}

.page-link, .page-link:hover{
    color: #4d5b6a;
}

.page-id-127 h1.post-title, section.about_section h2, .page-id-153 h1.post-title{
    color: #4d5b6a;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 32px;
}

section.about_section{
    border-top: #4d5b6a 9px solid;
    margin-top: 26px;
    padding-top: 38px;
}

#editorial_team .editorial-row{
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 32px;
}

#editorial_team .col-6{
    padding: 0 30px;
    border-right: #1d1d1b 1px solid;
    font-size: 16px;
}

#editorial_team .col-6:last-child{
    border-right: none;
}

#editorial_team img{
    border-radius: 250px;
    margin-bottom: 32px;
}

#editorial_team h5{
    color: #4d5b6a;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1rem;
}

#editorial_team h5 span{
    color: #000;;
}

#copy_deadlines table.deadlines{
    margin-bottom: 32px;
}

#copy_deadlines table.deadlines th{
    font-weight: 700;
    color: #4d5b6a;
}

#copy_deadlines table.deadlines th, #copy_deadlines table.deadlines td{
    padding: 1px 20px
}

#copy_deadlines table.deadlines th:first-child, #copy_deadlines table.deadlines td:first-child{
    padding-left: 0;
}

.page-id-153{
    padding-top: 173px;
}

.page-id-153 h1.post-title{
    margin-top: 32px;
}

.page-id-153 .subscription_issues{
    background: #e1e4ea;
    margin-bottom: 48px;
    padding: 20px 15px;
}

.page-id-153 .subscription_issues h5{
    margin-bottom: 0;
    color: #4d5b6a;
    font-weight: 600;
}

.page-id-127 footer{
    margin-top: 48px;
}

.post-type-archive-magazine h1.post-title{
    color: #4d5b6a;
}

.post-type-archive-magazine h2{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 36px;
}

.post-type-archive-magazine .issue{
    padding: 0 10px;
    margin-bottom: 32px;
}

.post-type-archive-magazine .issue img{
    max-width: 100%;
    -webkit-box-shadow: -10px 10px 20px -5px rgb(0 0 0 / 55%);
    box-shadow: -10px 10px 20px -5px rgb(0 0 0 / 55%);
    height: auto;
}

.post-type-archive-magazine .issue h3{
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #000; 
    margin-top: 18px;
    text-transform: uppercase;
}

.post-type-archive-magazine .issue h3 span{
    font-weight: 700;
    color: #4d5b6a;
}

.magazine-archive .year h3{
    cursor: pointer;
    margin-bottom: 32px;
}

.magazine-archive .year h3:hover{
    color: #a0404e;
}

.twitter_timeline{
    max-height: 650px;
    overflow-x: hidden;
}

footer{
    background: #4d5b6a;
    padding: 100px 0 50px 0;
    color: #ffffff;
}

footer h4{
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 36px;
}

footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

footer ul.menu_about a{
    color: #fff;
    line-height: 28px;
}

footer ul.social_icons li{
    display: inline-block;
    margin-right: 20px;
}

footer ul.social_icons li img{
    width: 35px;
}

footer a.btn-lg{
    border-radius: 0;
    width: 200px;
    height: 48px;
    font-size: 22px;
    line-height: 29px;
    border: #f8f9fa 3px solid;
    background: transparent;
    color: #f8f9fa;
}

footer a.btn-lg:hover{
    background: #f8f9fa;
    color: #4d5b6a;
}

footer .footer_bottom{
    border-top: #fff 1px solid;
    margin-top: 60px;
    padding-top: 20px;
}

footer .footer_logo img{
    width: 240px;
    margin-bottom: 12px;
}

footer .copyright{
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

footer .tgs_logo img{
    width: 190px;
} 

footer ul.footer_menu li{
    display: inline-block;
    border-right: #fff 1px solid;
}

footer ul.footer_menu li:last-child{
    border-right: none;
}

footer ul.footer_menu li a{
    color: #ffffff;
    padding: 0 14px;
    line-height: 22px;
    display: block;
}

footer ul.footer_menu li:last-child a{
    padding-right: 0;
}

.modal-backdrop{
    background: #4d5b6a;
}

.modal-backdrop.show{
    opacity: 0.9;
}

#searchModal .modal-dialog{
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
}

#searchModal .modal-content{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

#searchModal .modal_wrapper{
    text-align: center;
}

#searchModal button.close{
    position: absolute;
    right: 45px;
    top: 45px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
}

#searchModal button.close:hover {
    opacity: 1;
}

#searchModal button.close:before, #searchModal button.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #fff;
    top: 0;
}

#searchModal button.close:before {
    transform: rotate(45deg);
}

#searchModal button.close:after {
    transform: rotate(-45deg);
}

#searchModal .container{
    height: 100%;
}

#searchModal h4{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

#searchModal form{
    display: inline-block;
}

#searchModal #search_text{
    border: 2px solid white;
    background: transparent;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
    line-height: 1;
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 14px 24px 13px;
    color: white;
    width: 656px;
    outline: none;
    float: left;
}

#searchModal #search_text::placeholder{
    color: #fff;
    opacity: 0.6;
}

#searchModal .search_submit{
    width: 50px;
    min-width: 0;
    height: 50px;
    padding: 0;
    margin-right: 0;
    float: left;
    line-height: 48px;
    border: 2px solid white;
    background: transparent;
    outline: 0;
    position: relative;
    -webkit-text-fill-color: white;
    color: white;
    z-index: 2;
    text-indent: -9999px;
    background: url(images/search-white.png) no-repeat center;
}

@media (max-width: 1199px){
    body{
        font-size: 16px;
    }

    h2, h3{
        font-size: 26px;
        line-height: 29px;
    }

    section.hero .hero_img{
        height: 400px;
    }

    section.hero h1{
        font-size: 40px;
        line-height: 40px;
        margin-top: 16px;
    }

    article.post_summary .post_img{
        height: 190px;
    }
    
    article.post_thumbnail .post_img{
        height: 135px;
    }

    .most_popular ul li a{
        font-size: 22px;
        line-height: 26px;
    }

    .recent_issues .issue{
        padding-right: 18px;
        padding-left: 18px;
    }

    .recent_issues .all_issues a{
        margin-left: 18px;
        font-size: 18px;
    }

    footer ul.menu_about a{
        line-height: 28px;
    }

    footer ul.social_icons li{
        margin-right: 16px;
    }

    footer a.btn-lg {
        width: 220px;
        height: 55px;
        font-size: 24px;
        line-height: 37px;
    }
}

@media (max-width: 991px){
    body, body.sections{
        padding-top: 310px;
    }

    h2, h3{
        font-size: 23px;
        line-height: 27px;
    }

    header{
        margin-bottom: 32px;
        top: 117px;
    }

    .search-social{
        padding: 16px 0;
    }

    .main-header .site_logo{
        font-size: 14px;
    }

    .main-header .site_logo img{
        margin-bottom: 8px;
    }

    header .navbar-nav li a.nav-link{
        font-size: 17px;
    }

    .navbar-light .navbar-toggler{
        border: none;
        margin-top: 13px;
    }

    body.scrolled .navbar-light .navbar-toggler{
        margin-top: -7px;
        margin-bottom: -7px;
    }

    nav.bg-light{
        text-align: right;
        display: block !important;
        padding: 0;
    }

    header .navbar-nav li{
        border: none;
    }

    header .navbar-nav li a.nav-link{
        padding: 8px 0 !important;
    }

    .navbar .navbar-nav li.active .dropdown-menu{
        display: block;
    }

    header .navbar-nav .dropdown-menu{
        border: none;
        text-align: right;
        margin: 0;
        padding: 5px 0;
    }

    header .navbar-nav li.active ul.dropdown-menu li a.nav-link{
        font-size: 16px;
        line-height: 12px;
    }

    header .navbar-nav li.active ul.dropdown-menu li.active a.nav-link{
        color: #a0404e !important;
    }

    #navbarSupportedContent{
        background: #fff;
        z-index: 1;
        padding: 20px 0;
    }

    section.hero .hero_img{
        height: 330px;
    }

    article.post_summary .post_img{
        height: 139px;
    }
    
    article.post_thumbnail .post_img{
        height: 99px;
    }

    .most_popular ul li{
        padding: 10px 0;
    }

    .most_popular ul li h4, .most_popular ul li a{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 0;
    }

    .recent_issues .issue{
        padding: 0 0 20px 0;
    }

    .recent_issues .all_issues a{
        margin-left: 0;
    }

    footer ul.menu_about a{
        line-height: 24px;
    }

    footer ul.social_icons li img{
        height: 25px;
        width: auto;
    }

    footer a.btn-lg {
        width: 180px;
        height: 45px;
        font-size: 22px;
        line-height: 27px;
    }

    footer ul.footer_menu{
        margin: 20px auto 0;
    }

    footer ul.footer_menu li:last-child a{
        padding-right: 16px;
    }

    #searchModal #search_text{
        width: 550px;
    }
}

@media (max-width: 767px){
    body, body.sections{
        padding-top: 250px;
    }

    .banner_leaderboard{
        height: 95px;
        display: flex;
        align-items: center;
    }

    header{
        top: 95px;
    }

    .main-header .site_logo img{
        margin-bottom: 0;
    }

    #logo-strapline{
        display: none !important;
    }

    .navbar-light .navbar-toggler{
        margin-top: 3px;
    }

    section.hero .hero_text{
        padding: 20px 30px 45px 30px;
    }

    section.hero .carousel_indicators{
        margin-left: 30px;
    }

    section.hero .carousel-indicators{
        margin-bottom: 22px;
    }

    article.post_summary .post_img{
        height: auto;
    }

    article.post_summary .post_img img{
        width: 100%;
    }

    #searchModal #search_text{
        width: 350px;
    }

    #editorial_team .col-6{
        margin-bottom: 32px;
    }

    #editorial_team .col-6:nth-child(2n + 2){
        border-right: none;
    }
}

@media (max-width: 575px){
    #searchModal #search_text{
        width: 220px;
    }

    .search-results article.post_summary .post_img img{
        max-height: 200px;
        object-fit: cover;
    }
}

@media (max-width: 518px){
    .main-header .site_logo{
        position: static;
    }

    .main-header .site_logo img{
        position: absolute;
        max-width: 80%;
        height: auto;
        max-height: 37px;
    }

    body.scrolled .main-header .site_logo img{
        max-height: 30px;
        height: auto;
    }

    #copy_deadlines table.deadlines th, #copy_deadlines table.deadlines td{
        padding: 1px 3px;
    }
}

@media (max-width: 383px){
    body, body.sections{
        padding-top: 210px;
    }

    .navbar-light .navbar-toggler{
        margin-top: -7px;
        margin-bottom: -7px;
    }

    #navbarSupportedContent{
        margin-top: 5px;
    }

    .banner_leaderboard{
        height: 75px;
    }

    header{
        top: 75px;
    }
}