/*
Theme Name: Agent for Travellers
Theme URI: http://www.agentfortravellers.com/
Author: The Bhutan Web
Author URI: https://www.thebhutanweb.com/
Description: Theme for Agent For Travelles developed by The Bhutan Web
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agent-for-travellers
*/

#aft-press .aft-press-item {
    float: left;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    min-height: 293px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 4px;
}

#aft-press .aft-press-item .aft-press-img {

    right: 0px;
    bottom: 0px;

    background-size: cover;
}

#aft-press .aft-press-item .aft-press-text, #aft-press .aft-press-item .aft-press-img {
    width: 50%;
}

#aft-press .aft-press-item .aft-press-text {
    float: left;
    padding: 20px;
}


#aft-press .aft-press-item .aft-press-text .aft-press-title {
    font-weight: 400;
    font-size: 20px;
    color: #366fa5;
    position: relative;
    margin: 0px 0px 20px;
    padding: 0px 0px 10px;
}

#aft-press .aft-press-item .aft-press-text .aft-press-title .aft-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 30px;
    background: #c2af50;
}


@media screen and (max-width: 480px) {
  #aft-press .aft-press-item {
    display: block !important;
}
}


@media screen and (max-width: 480px) {
  #aft-press .aft-press-item .aft-press-img {
    height: 200px;
    left: 0px;
    top: 0px;
    position: relative;
    width: 100%;
}
}


@media screen and (max-width: 480px) {
  #aft-press .aft-press-item .aft-press-img {

    float: none !important;
    display: block !important;
}
}


/* @media screen and (max-width: 480px) {
  #aft-press .aft-press-item .aft-press-text{
    height: inherit;
    width: 100%;
    float: none !important;
    display: block !important;
}

.logo__title {
    color: 	#000000;
    padding-left: 10px;
    font-size: 15px !important;
    font-weight: bold;
}  */

}

/* @media (min-width: 1281px) and (orientation: landscape) {

    #logo_home {
        margin-left: -30px;
    }

} */

#accordion_pro_196 .wpsm_panel-body p {
    padding: 10px!important;
}

.wrapper_gateway {
    position: relative;
    top: -45px;
    /* width: 1200px; */
    margin: auto;
    padding: 20px 0 5px 0;
    background-color: #fff;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: -45px;
}

.header-video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}