/*
 Theme Name: Flight Status
 Author: Karpenko Denis
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html

 This theme, like WordPress, is licensed under the GPL.
*/



@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F.eot');
    src: local('☺'), url('./fonts/PTS75F.woff') format('woff'), url('./fonts/PTS75F.ttf') format('truetype'), url('./fonts/PTS75F.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans';
    src: url('./fonts/PTS55F.eot');
    src: local('☺'), url('./fonts/PTS55F.woff') format('woff'), url('./fonts/PTS55F.ttf') format('truetype'), url('./fonts/PTS55F.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "PTSans", sans-serif;
    text-decoration: none;
    box-sizing: border-box;

}
body{
    font-family: "PTSans", sans-serif;
    line-height: 1.6;
    color: #828282;
    height: 100%;
}
h1,h2,h3,h4{
    font-family: 'PTSansBold';
    color: #233656;
    margin-bottom: 10px;
}
ul,
ol {
    list-style: none;
}

a {
    color: inherit;
}
img {
    max-width: 100%;
    margin: 0 auto;
}
header.main {
    background: #233656;

}
#burger {
    display: none;
    position: absolute;
    width: 30px;
    height: 25px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

#burger:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 4px;
    top: 0;
    transition: .2s all;
}

#burger:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 4px;
    bottom: 0;
    transition: .2s all;
}

#burger i {
    opacity: 1;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 4px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .2S all;
}

#burger:hover i {
    width: 90%;
    transition: .2S all;
}

.burgeractive i {
    opacity: 0 !important;
    width: 0% !important;
}

.burgeractive:before {
    top: 50% !important;
    transform: rotate(45deg);
    border-radius: 4px;
    transition: .2s all;
}

.burgeractive:after {
    top: 50% !important;
    transform: rotate(-45deg);
    border-radius: 4px;
    transition: .2s all;
}
header nav{
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

header.main .logo img {
    height: auto;
    margin: 15px 0;
}

header.main .buttons ul {
    display: flex;
}

header.main .buttons a {
    display: block;
    font-family: 'PTSansBold';
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 160px;
    color: #FFF;
    font-size: 14px;
    margin-left: 20px;
    background: none;
    border: 2px solid #3BB0E1;
    border-radius: 5px;
    -webkit-transition: 0.5s ease-out 0.2s;
    -moz-transition: 0.5s ease-out 0.2s;
    -o-transition:  0.5s ease-out 0.2s;
    transition: 0.5s ease-out 0.2s;
}

header.main .buttons a:hover,
header.main .buttons a.active {
    background-color: #3BB0E1;
}


footer {
    width: 100%;
    background: #DEDEDE;
    color: #707070;
    padding: 40px 0;
}

footer  p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
footer .copyright{
    padding-top: 20px;
}
footer .social-link li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
footer .social-link  {
    height: 40px;
    line-height: 40px;
}
#menu-footer-1{
    text-align: right;
}
#menu-footer-1 li{
    display: inline-block;

}
#menu-footer-1 li  a {
    display: block;
    font-family: 'PTSansBold';
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 160px;
    color: #233656;
    font-size: 14px;
    margin-left: 20px;
    background: none;
    border: 2px solid #233656;
    border-radius: 5px;
    -webkit-transition: 0.5s ease-out 0.2s;
    -moz-transition: 0.5s ease-out 0.2s;
    -o-transition: 0.5s ease-out 0.2s;
    transition: 0.5s ease-out 0.2s;
}
#menu-footer-1 li  a:hover{
    background: #233656;
    color: #fff;
}

/*HOME PAGE*/
main {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

#main_widget {
    display: flex;
    width: 100%;
    border-radius: 5px;
}

#main_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main_page h1,
#main_page h2 {
    text-align: center;
    padding: 50px 0 20px;
    color: #233656;
    font-size: 30px;
    line-height: 39px;
}

#main_page h3 {
    color: #233656;
    font-size: 22px;
    line-height: 28px;
}

#main_page img.lines {
    display: block;
    max-width: 820px;
    margin: 0 auto 16px auto;
}


#main_page .instructions .block {
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border-bottom: solid 5px #3BB0E1;
    max-width: 292px;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
}

#main_page .instructions .block img {
    margin-top: 10px;
    height: 120px;
    object-fit: contain;
    object-position: bottom;
}

#main_page .instructions .block h3 {
    font-size: 18px;
    line-height: 23px;
    font-family: 'PTSansBold';
    padding-top: 17px;
}

#main_page .instructions .block p {
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    padding-bottom: 30px;
}

#main_page .downloads {
    background-size: cover!important;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 43px 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main_page .downloads h2 {
    width: 100%;
    text-align: left;
    color: #FFF;
    padding: 0 0 24px;
}

#main_page .downloads a img {
    width: 156px;
    margin-right: 11px;
}

#main_page .airports {
    width: 100%;
    padding: 40px 0;
    margin-top: 40px;
    background: #F8F8F8;
}

.airports .carousel .block {
    display: block;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.slick-list {
    margin: 0 -10px;
}

.slick-slide {
    margin: 0px 10px;

}

.additional_ad {
    margin-bottom: 20px;
}

#main_page .airports .carousel .block:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(0, 172, 236, 0.81) 0%, #233656 100%);
    opacity: 0.8;
    border-radius: 5px;
    transition: 0.2s;
}

#main_page .airports .carousel .block:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main_page .airports .carousel .block h2 {
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    padding: 0;
    font-size: 22px;
    margin: auto;
    display: flex;
    align-items: center;
    line-height: 1.5;

}



#main_page .airports .slider .control .left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/arrow_right_active.svg") center/contain no-repeat;
    transform: rotate(180deg);
    opacity: 0;
    transition: 0.2s;
}

#main_page .airports .slider .control .right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/arrow_right_active.svg") center/contain no-repeat;
    transform: rotate(180deg);
    opacity: 0;
    transition: 0.2s;
}


#main_page .faq {
    max-width: 1036px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 60px;
}

#main_page .faq h2 {
    padding: 0;
}

#main_page .faq h2.grey {
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    color: #BBBBBB;
    padding: 10px 0 15px;
}

#main_page .faq .content{
    width: 100%;
}

#main_page .faq .content section {
    width: 100%;
    background: #3BB0E1;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
    cursor: pointer;
    transition: 0.2s;
}

#main_page .faq .content section:hover {
    background: #35A0CD;
}

#main_page .faq .content section h3 {
    color: #FFF;
    padding: 18px 23px;
    font-weight: normal;
}

#main_page .faq .content:not(.opened) section button.open:before {
    position: absolute;
    content: "+";
    animation: faq_opener_F 0.2s both;
}

#main_page .faq .content.opened section button.open:before {
    position: absolute;
    content: "-";
    animation: faq_opener_S 0.2s both;
}

@keyframes faq_opener_S {
    0% {
        content: "+";
        transform: rotate(0deg) scale(1);
    }
    50% {
        content: "-";
        transform: rotate(180deg) scale(0);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes faq_opener_F {
    0% {
        content: "-";
        transform: rotate(0deg) scale(1);
    }
    50% {
        content: "+";
        transform: rotate(180deg) scale(0);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

#main_page .faq .content section button.open {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px;
    min-width: 36px;
    height: 36px;
    background: transparent;
    border: 2px solid #FFFFFF30;
    border-radius: 50%;
    font-family: 'PTSansBold';
    font-size: 22px;
    line-height: 1px;
    color: #FFF;
}

#main_page .faq .content article {
    width: 100% !important;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

#main_page .faq .row article p {
    display: block;
    position: relative;
}

#main_page .faq .content:not(.opened) article p {
    animation: faq_opener_TH 0.3s both;
}

#main_page .faq .content.opened article p {
    animation: faq_opener_FO 0.3s both;
}

@keyframes faq_opener_FO {
    0% {
        transform: translateY(-100%);
        height: 0;
        padding: 0;
    }
    100% {
        transform: translateY(0);
        height: 11rem;
        padding: 20px;
    }
}

@keyframes faq_opener_TH {
    0% {
        transform: translateY(0);
        height: 10rem;
        padding: 25px;
    }
    100% {
        transform: translateY(-100%);
        height: 0;
        padding: 0;
    }
}

#main_page .airlines {
    width: 100%;
    background: #F8F8F8;
    padding: 40px 0 80px;
}

#main_page .airlines .brands-carousel {
    max-width: 1200px;
}

#main_page .airlines .brands-carousel .block {
    margin: 40px 10px;
}

#main_page .airlines h2 {
    padding: 0;
}
/*SINGLE PAGE*/
.single-page{
    padding: 30px 0 80px 0;
}
.single-page h1,#single-page h2{
    font-family: 'PTSansBold';
    color: #233656;
}
.single-page h1{
    font-size: 30px;
    padding-top: 20px;
}
.single-page h2{
    font-size: 22px;
    padding-top: 20px;
}
ul.breadcrumb {
    display: inline-block;
    padding: 15px 30px;
    list-style: none;
    background: #F8F8F8;
    border-radius: 5px;
    margin-bottom: 10px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: #828282;
}


ul.breadcrumb li+li:before {
    padding: 6px;
    color: #3BB0E1;
    content: "/\00a0";
}


ul.breadcrumb li a {
    font-size: 16px;
    line-height: 21px;
    color: #3BB0E1;
    text-decoration: none;
}


ul.breadcrumb li a:hover {
    text-decoration: underline;
}
.location{
    margin: 20px 0 40px 0;
}
.about-title{
    position: relative;
    background: #3BB0E1;
    border-radius: 5px;
    padding: 23px;
    display: block;
}
.about-title i {
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    width: 4px;
    margin: auto;
    height: 4px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.about-title .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.about-title span{
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
}
.about-title  img{
    margin-right: 10px;
}
.about-airport h3{
    font-weight: normal;
    font-size: 26px;
    color: #233656;
    padding: 37px 0 14px 0;
}
.about-airport .map {
    border-radius: 5px;
    overflow: hidden;
    display: flex;

}
.about-item-block table {
    border-collapse: collapse;
    overflow: hidden;
}
.about-item-block th,
.about-item-block td{
    font-weight: normal;
    padding: 10px 20px ;
    width: 50%;
}
.about-item-block td {
    color: #828282;

}

.about-item-block th {
    border: none;
    color:#000;
    background: transparent;
    text-align: left;
}
.countries_table tr:nth-child(even) {
    background: #F8F8F8;
}

.about-item-block tr.grey th {
    background: #EBEBEB;
    border-radius: 5px 0 0 5px;
}
.about-item-block tr.grey td {
    background: #F8F8F8;
    border-radius: 0 5px 5px 0;
}

.weather-block {
    margin-top: 40px;
}

/*tr:nth-child(even){*/
/*    background: #EBEBEB!important;*/
/*}*/

.flight-content table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.flight-content table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.flight-content table tr {
    background-color: #f8f8f8;
    border: 1px solid #EBEBEB;
    padding: .35em;
}

.flight-content table th,
.flight-content table td {
    padding: .625em;
    text-align: center;
}

.flight-content table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.single-title{
    display: flex;
    align-items: center;
    margin-top: 34px;
}
.single-title i{
    position: relative;
    background: #233656;
    border-radius: 5px;
    width: 54px;
    height: 54px;
    margin-right: 15px;
}

.single-title i img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.single-title h1{
    padding: 0;
    position: relative;
}
.single-title h1:after{
    content: '|';
    margin: 0 25px;
    font-weight: normal;
    color: #BBBBBB;
}
.single-title span{
    font-family: 'PTSansBold';
    font-size: 30px;
    line-height: 39px;
    color: rgba(35, 54, 86, 0.5);
}
.date-period{
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #BBBBBB;
}
.date-period h5{
    display: block;
    padding-top: 25px;
    font-family: 'PTSansBold';
    font-size: 18px;
    line-height: 23px;
    color: #233656;
    padding-bottom: 15px;
}
.date-period .date,
.date-period .period,
.date-period .name
{
    margin-right: 52px;
}
.date-period .date,.date-period .name{
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #828282;
}
.date-period .name span{
    color: #3BB0E1;
}
.select-box {
    width: 183px;
    height: 40px;
    position: relative;
}

.select-box  select {
    border: 2px solid #BBBBBB;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    color: #828282;
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}

.select-box::before {
    content: "";
    background: url("../images/select.png") no-repeat center;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 6px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.select-box:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.select-box  select option {
    padding: 30px;
}
.info-link{
    padding: 0;
    margin: 25px 0;
}
.info-link li{
    display: inline-block ;
    padding: 0 20px;
    border-right: 1px solid #BBBBBB;
}
.info-link li:first-child{
    padding-left: 0;
}
.info-link li:last-child{
    border: none;
}
.info-link li a{
    font-family: 'PTSansBold';
    font-size: 12px;
    line-height: 16px;
    color: #3BB0E1;
}
.table-info table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.table-info table th,
.table-info table td {
    padding: 1.000em 3.333em;

}
.table-info table td{
    color: #828282;
}
.table-info tbody tr:nth-child(odd){
    background: #EBEBEB;
}

.table-info table th {
    font-size: 16px;
    line-height: 21px;
    color: #323232;
    text-align: left;
    font-family: 'PTSansBold';

}
.table-info table td.flight,.table-info table td.arrival,.table-info table td.status{
    color: #3B73E1;
}

.origin span{
    color: #3B73E1;
}
.table-info table td.status .canceled{
    color: #E13B3B;
}
.table-info table td.status .delayed{
    color: #E1773B;;
}

.mobile_map{

}
.mobile_map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.mobile_map embed{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*CONTACT*/


.wpcf7{
max-width: 600px;
}
.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea {
    height: 40px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #3BB0E1;
    margin: 15px 0;
    padding-left: 15px;
    font-size: 18px;
}
.wpcf7-form-control-wrap textarea{
    height: 200px;
}
.wpcf7-submit{
    width: 140px;
    height: 40px;
    background: #3BB0E1;
    border: 1px solid #3BB0E1;
    color: #FFFFFF;
    font-size: 20px;
}
.wpcf7-submit:hover{
    background: #FFFFFF;
    color: #3BB0E1;
}


/*MOBILE STYLE*/
@media (max-width: 1199px) {
    #main_page img.lines {
        display: block;
        max-width: 645px;
        margin: 0 auto 16px auto;
    }
    .slick-prev {
        left: 30%;
    }
    .slick-next {
        right: 30%;
    }
}

@media (max-width: 991px) {
    header.main .logo img {
        height: 50px;
        margin: 10px 0;
    }
    #main_page img.lines {
        display: none;
    }
    #burger {
        display: block;

    }
    #burger span{
        position: absolute;
        left: -50px;
        color: #fff;
    }
    header.main {
        position: relative;
    }
    header.main .buttons ul.open{
        display: block;
        opacity: 1;
        z-index: 12;
    }
    header.main .buttons ul {
        padding: 30px 20px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        background: #233656;
        display: none;

    }
    header.main .buttons  li{
        display: block;
        margin:  15px 0;
    }
    header.main .buttons a{
        display: block;
        margin-left: 0;

    }
    .slick-prev {
        left: 25%;
    }
    .slick-next {
        right: 25%;
    }
    .table-info table th, .table-info table td {
        padding: 1.000em;
    }
    .date-period .date, .date-period .period, .date-period .name {
        margin-right: 25px;
    }
    .weather-day p {
        font-size: 11px;
    }
    .about-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {

    .slick-slide img {
        display: block;
        width: 100%;
    }
    .slick-list {
        margin: 0px;
    }

    .slick-slide {
        margin: 0px;

    }
    #main_page .downloads a  {
        width: 156px;
        display: block;
        margin: 10px ;
    }
    .slick-prev {
        left: 10%;
    }
    .slick-next {
        right: 10%;
    }
    .single-title {
        display: block;
        align-items: center;
        margin-top: 34px;
    }
    .single-title i {
        display: inline-block;
        width: 45px;
        height: 45px;
    }
    .date-period {
        display: block;
    }
    .temperature {
        font-size: 26px;
    }
    ul.breadcrumb li {
        font-size: 12px;
    }
    ul.breadcrumb li a {
        font-size: 12px;
    }
    ul.breadcrumb {
        padding: 15px 0px;
    }
    .single-page h1 {
        font-size: 26px;
        padding-top: 20px;
    }
    .single-title span {
        font-size: 26px;
    }
    .single-page {
        padding: 20px 0 50px 0;
    }
    @keyframes faq_opener_FO {
        0% {
            transform: translateY(-100%);
            height: 0;
            padding: 0;
        }
        100% {
            transform: translateY(0);
            height: 12rem;
            padding: 20px;
        }
    }

    @keyframes faq_opener_TH {
        0% {
            transform: translateY(0);
            height: 12rem;
            padding: 20px;
        }
        100% {
            transform: translateY(-100%);
            height: 0;
            padding: 0;
        }
    }
    #menu-footer-1 li a {
        width: 130px;

    }
    #main_page .airports .carousel .block h2 {
        font-size: 18px;

    }
}


@media (max-width: 640px) {
    #main_page .downloads {
        padding: 30px 15px;
    }
    #main_page .faq .content section h3 {
        padding: 10px ;
        font-size: 18px;
    }
    #main_page h1, #main_page h2 {
        font-size: 26px;
        line-height: 30px;
    }
    #main_page .downloads {
        background-position: 64%!important;

    }
    .about-item-block th, .about-item-block td {
        padding: 10px 10px;

    }
    .weather-block li {
        display: block;
        margin: 10px auto;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }

    .info-link li {
        padding: 0 5px;
    }
    .table-info table {
        border: 0;
    }

    .table-info table caption {
        font-size: 1.3em;
    }

    .table-info table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-info table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .table-info table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .table-info table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-family: 'PTSansBold';
        color: #000;
    }

    .table-info table td:last-child {
        border-bottom: 0;
    }
    .tablepress thead th {
       font-size: 14px;
    }
    .dataTables_length {
        float: none;
    }
    .dataTables_filter {
        float: none;
    }
    .dataTables_wrapper .dataTables_filter input {
        height: 35px;
        border: 1px solid #828282;
        border-radius: 10px;
    }
    .main_widget .search {
        right: 4px;

    }
}
@media (max-width: 575px) {
    footer .social-link {
        text-align: center;
        margin-bottom: 20px;
    }
    #menu-footer-1 {
        text-align: center;
    }
    #menu-footer-1 li a {
        margin: 10px 0;

    }

}

.blog_home {
    margin-bottom: 50px; }

.blog_home h1 {
    text-align: center;
    margin: 50px 0 5px; }

.blog_home .time {
    margin-bottom: 20px;
    color: #CCC;
    font-size: 15px;
    line-height: 16px; }

.blog_home .blog_body {
    margin: 30px 0 20px;
    padding: 0 15px;
    position: relative; }

.blog_home .blog_body:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #CCC;
    background: linear-gradient(90deg, transparent, #CCC, #CCC, transparent); }

.blog_home .no-thumbnail {
    background: rgba(45,45,45,0.25) center/cover no-repeat;
    box-shadow: 0 0 25px 5px rgba(30,30,30,0.15) inset;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    padding: 85px 0;
    text-align: center;
    color: #AAA; }

.blog_home button.btn {
    font-size: 1.05rem;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 15px 0 30px;
    cursor: pointer; }

.blog_home .blog_img {
    object-fit: contain;
    object-position: top;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: 250ms; }

.blog_home .blog_body:hover .blog_img {
    transform: scale(1.05);
    box-shadow: 0 0 15px 0 rgba(30,30,30,0.45);
}

.wrapper_blog_right {
    background: #EEE;
    padding: 15px;
    margin-top: 40px; }

.wrapper_blog_right p:not(:last-child) {
    padding-bottom: 10px; }

.wrapper_blog_right h3 {
    font-size: 16px; }

.wrapper_blog_right h3:not(:first-child) {
    margin-top: 16px; }

.screen-reader-text {
    display: none; }

.single_blog_post {
    margin: 30px 0 50px;
}

.blog_thumbnail {
    color: #EEE;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: -1;
    height: 480px;
    max-height: 70vh;
    background: #DDD center/cover no-repeat;
    box-shadow: 0 0 15px 0 rgba(15,15,15,0.55);
}
.blog_thumbnail .row {
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
    background: linear-gradient(0deg, rgba(15,15,15,0.55) 30%, transparent);
    text-shadow: 0 0 10px rgba(15,15,15,0.55);
}
.blog_thumbnail small {
    letter-spacing: 1px;
    font-size: 18px;
}
.blog_thumbnail small.category {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
}
.blog_thumbnail h1 {
    margin: 0;
    padding: 5px 0;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(15,15,15,0.55);
    line-height: 62px;
    font-size: 62px;
}
.single_blog_post a .back {
    padding: 7px 15px;
    font-family: "PTSans", sans-serif;
    font-size: 1.05rem;
    color: #303030;
    background-color: #F0F0F0;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}

.single_blog_post .article p {
    margin-bottom: 25px;
}

@media (max-width: 580px) {
    .blog_thumbnail small.category { font-size: 18px; letter-spacing: 1px; }
    .blog_thumbnail small { font-size: 15px; }
    .blog_thumbnail h1 { font-size: 38px; line-height: 38px; }


}