/*
Theme Name: Everest Flights
Theme URI: http://everestflights.com/
Author: Sushan Paudyal
Author URI: https://paudyalsushan.com
Description: Theme developed for Everest Flights Nepal.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: everest
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

:root{
    --primary-color: #CD2C22;
}

.bg-everest{
    background-color: #4EB3A4 !important;
}

.team ul li .team-box {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
    background-color: #fefefe;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.team ul li:nth-child(2n+1) img {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.team em {
    margin-bottom: 10px !important;
    display: block !important;
    font-size: 16px !important;
    font-style: normal !important;
    color: #006ebf !important;
    font-weight: 400 !important;
}

.team ul li:nth-child(2n) img {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}
.team p{
    font-size: 17px;
}



#button {
    display: inline-block;
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}




/*  */
.site-footer {
    background-color: #383838;
    padding-top: 80px;
}

.site-footer .top-footer {
    padding-bottom: 55px;
}

.footer-primary .widget {
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    text-transform: uppercase;
}

.footer-primary .widget .widget-title:before {
    background-color: var(--primary-color);
    content: "";
    height: 18px;
    width: 3px;
    margin-right: 10px;
}

.widget.widget_text ul {
    margin-top: 20px;
}

.widget.widget_text ul li {
    margin-bottom: 10px;
}

.footer-primary .widget ul li a {
    color: #ffffff;
    display: block;
}

.widget.widget_text ul li i {
    color: var(--primary-color);
    margin-right: 5px;
}

.footer-primary .widget ul li a:hover,
.footer-primary .widget ul li a:focus,
.footer-primary .widget ul li a:active {
    color: #2C75BA;
}

.widget.widget_recent_post li .entry-meta {
    margin-left: -8px;
    margin-right: -8px;
}

.widget.widget_recent_post li .entry-meta span {
    padding: 0 8px;
    position: relative;
}

.widget.widget_recent_post li .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.widget.widget_recent_post li .entry-meta a {
    color: #CCC;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}

.widget.widget_recent_post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget.widget_recent_post li h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-primary .widget ul li a {
    color: #ffffff;
}

.widget.widget_newslatter .newslatter-form {
    margin-top: 24px;
    position: relative;
}

.widget.widget_newslatter .newslatter-form input {
    width: 100%;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    border-radius: 0px;
    padding: 0 10px;
    height: 48px;
}

.widget.widget_newslatter .newslatter-form [type=submit] {
    padding: 17px 30px;
    margin-bottom: 0;
    border: none;
    background-color: #F56960;
    color: #ffffff;
    cursor: pointer;
    line-height: 1.15;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.widget.widget_newslatter .newslatter-form [type=submit]:hover {
    background-color: #2C75BA;
}

.site-footer .buttom-footer {
    background-color: #404040;
    padding: 30px 0;
}

.site-footer .footer-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.site-footer .footer-menu ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 14px;
    color: #B6B6B6;
}

.site-footer .footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
}

.site-footer .footer-menu ul li a:hover,
.site-footer .footer-menu ul li a:focus {
    color: #2C75BA;
}

.site-footer .footer-menu ul li:last-child:before {
    display: none;
}

.site-footer .copy-right {
    color: #ffffff;
}

.affilation {
    display: flex;
}
.affilation img{
    /* width: 100px; */
    height: 40px;
    margin-right: 12px;
}
.affilition-section .title{
    text-align: center;
    margin-bottom: 10px;
}
.social-medias .s-box img{
    /* width: 100px; */
    height: 55px;

}
.social-medias{
    display: flex;
    padding: 0 200px;

}
.social-medias .s-box{
    padding: 20px;
    margin:0 5px;
    border-right: 1px solid #d8dadb;
}
.social-medias .s-box:last-child{
    border: none;
}





#footer {
    background-color: #444;
}

.footer-logo {
    padding: 35px 120px;
}

.footer-contact {
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 30px;
}

.footer-contact:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background-color: var(--primary-color);
    z-index: -1;
}

.footer-contact p {
    margin-bottom: 2px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    color: #fff;
}

.footer-contact p i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 15px;
    color: #fff;
}

.footer-contact .social-media {
    margin-top: 17px;
}

.footer-contact .social-media span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-contact .social-media a {
    font-size: 28px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.subscribe-newsletter {
    color: #fff;
    padding: 28px 0 25px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-left: -24px;
}

.subscribe-newsletter span {
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.subscribe-newsletter .subscribe {
    display: inline-block;
    position: relative;
    margin-top: 5px;
}

.subscribe-newsletter .subscribe .form-control {
    border-radius: 2px 0 0 2px;
    box-shadow: none;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    width: 555px;
    height: 40px;
    border: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 5px;
}

.subscribe-newsletter .subscribe .btn-warning {
    display: inline-block;
    height: 40px;
    font-size: 14px;
}

.btn.btn-warning {
    font-size: 12px;
    color: #fffefe;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 25px;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 2px;
}

.btn.btn-warning:focus,
.btn.btn-warning:hover {
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-nav {
    position: relative;
    padding-top: 25px;
}

.footer-nav ul {
    display: inline-grid;
}

.footer-nav ul>li {
    list-style: none;
    padding-right: 12px;
    padding-left: 12px;
    float: left;
}

.footer-nav ul>li a:hover {
    transform: translateX(5px);
}

.footer-nav ul>li a {
    position: relative;
    display: block;
    padding-left: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #cecece;
    font-weight: 500;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.footer-nav ul>li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: fontawesome;
}

.copy-right {
    font-size: 14px;
    color: #cecece;
    text-transform: uppercase;
    font-weight: 700;
    /* padding-top: 25px;
    padding-bottom: 25px; */
    padding-top: 15px;
    padding-bottom: 15px;
}
.payment-type .payments{
    display: flex;
}
.payment-type img{
    margin-top: 5px;
    height: 35px;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .site-footer .footer-menu ul li a {
        font-size: 12px;
    }

    #button {
        width: 40px;
        height: 40px;
    }

    #button::after {
        font-size: 1.4em;
        line-height: 44px;

    }
}
@media (max-width: 425px) {
    .social-medias{
        display: block;
    }
}

.custom-logo{
    height: 90px;
    width: 250px;
    position: relative;
    margin-left: -85px;
    margin-top: -20px;
}

.nav-menus-wrapper{
    margin-top: 10px;
}


.l-pics a img {
    height: 400px;
}

.form-sidebar{
    position: relative;
    display: block;
    border: 2px solid #dce5eb;
    border-radius: 0.6rem;
    padding: 10px;

}

.legal{
    border: 1px solid #dfdfeb;
    padding: 15px;
    border-radius: 2px;
    margin-left: 25px;
}

figcaption h3{
    font-size: 1.25rem;
}

.fpc-captions p{
    font-size: 16px;
}


#nf-label-field-5,
#nf-label-field-7,
#nf-label-field-8,
#nf-label-field-9,
#nf-label-field-10,
#nf-label-field-11,
#nf-label-field-13,
#nf-label-field-14,
#nf-label-field-15,
#nf-label-field-16,
#nf-label-field-18,
#nf-label-field-19,
#nf-label-field-20,
#nf-label-field-21,
#nf-label-field-22,
#nf-label-field-23,
#nf-label-field-24,
#nf-label-field-25,
#nf-label-field-26,
#nf-label-field-28,
#nf-label-field-29,
#nf-label-field-30,
#nf-label-field-31,
#nf-label-field-32
{
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
}

#nf-form-title-2{
    font-size: 2.5rem;
}

#nf-field-5,
#nf-field-7,
#nf-field-8,
#nf-field-9,
#nf-field-10,
#nf-field-14,
#nf-field-15,
#nf-field-16,
#nf-field-18,
#nf-field-19,
#nf-field-20,
#nf-field-21,
#nf-field-22,
#nf-field-23,
#nf-field-26,
#nf-field-28,
#nf-field-29,
#nf-field-30,
#nf-field-31,
.pikaday__container
{
    height: 56px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #dadfe6;
    background-clip: initial;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

#nf-field-24,
#nf-field-32
{
    height: 130px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #dadfe6;
    background-clip: initial;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

#nf-field-11
{
    height: 200px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #dadfe6;
    background-clip: initial;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.nf-form-fields-required{
    display: none;
}
.nf-error.field-wrap .nf-field-element::after {
    background: #fff !important;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    height: 48px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
    background: transparent;
    background-clip: border-box;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}


#nf-field-6{
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 1em 1.5em;
    height: 45px;
    font-size: 0.9rem;
    padding: 10px 20px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.4s;
    border-radius: 0.375rem;
    overflow: hidden;
    animation-delay: 0.7s;
    animation-duration: 0.5s;
    position: relative;
}


.nf-response-msg p{
    font-size: 40px;
    color: green !important;
}



.pagination{
    border: none;
    overflow: hidden;
    width: 100%;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.current{
    position: relative;
    float: left;
    margin: 5px;
    padding: 0.6rem 0.9rem;
    text-decoration: none;
    background-color: var(--bs-white);
    border-radius: 2px;
    text-align: center;
    line-height: 1;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    color: var(--bs-white) !important;
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.pagination a {
    position: relative;
    float: left;
    margin: 5px;
    padding: 0.6rem 0.9rem;
    text-decoration: none;
    background-color: var(--bs-white);
    border-radius: 2px;
    text-align: center;
    line-height: 1;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}

.pagination a:hover{
    z-index: 2;
    cursor: pointer;
    color: var(--bs-primary);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}


.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content textarea {
    background: transparent !important;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}

.postid-526 ol li{
    line-height: 1.8;
    color: var(--paragraphColor);
}
