/*
 * Theme Name: SNER
 * Author: Oluwasoji Ojo
 * Author URI: https://biensor.com
 * Theme URI: https://biensor.com
 * Description: Custom theme for the SNER Group of Companies
 * Version: 1.0
 * License: GPL
 * License URI: license.txt
 * Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: montro
 * Tested up to: 5.0
 * Requires PHP: 7.00
 * Template: montro
*/

.wp-caption {
    margin-bottom: 2px;
}

.wp-caption-text {
    margin-bottom: 5px;
}

.screen-reader-text {
    margin-bottom: 12px;
}

.gallery-caption {
    margin-bottom: 2px;
}

.bypostauthor {
    margin-bottom: 2px;
}

.alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 100%;
}

.alignright {
    float: right !important;
    margin-bottom: 20px;
    margin-left: 20px;
    max-width: 100%;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
    right: 27px;
}

.mycustom-pricing {
    background-color: #090909 !important;
}

.on-hover {
    display: none;
    animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
    display: block;
    animation: fadeIn 0.5s;
}

/* Custom SNER Styles */
body {
    --sner-color-primary: #f05f28;
    --sner-color-black: #231f20;
    --e-global-typography-primary-font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    --e-global-typography-text-font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    font-weight: 400;

}

.elementor .elementor-section li,
p,
.about > p,
.serv-caro li p,
.counter-meta > p,
.funfacts > li > p,
.price-table p,
.testimonials li p,
.ser-meta > p,
.whyus-meta > p,
.touch-form > p,
.category-box > p,
.experts-box .experts-box > p,
.blog-detail-meta > p,
.banner-meta > p,
.author-post > p,
.commenter-meta > p,
.times > li p,
.complete-contact > p,
.xyz > p,
.error-page > p,
.project-deta .blog-detail-meta > p,
.ziehharmonika > div p,
.download-box ul li p,
.soom-info > p,
.countdown > li > p,
.s-not-found > p,
.about > p,
.serv-caro li p {
    /* line-height: 32px; */
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.contact-info-section .info-column .inner-column {
    font-size: 18px;
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 5px solid var(--sner-color-primary);
}

.sner-intro-start .choose-section {
    padding-bottom: 0;
}

.sec-title p {
    color: #555555;
}
.sec-title ul {
    font-size: 18px;
    line-height: 32px;
    color: #555555;
    margin-bottom: 1rem;
    padding-left: 32px;
}
.sec-title ul li {
    list-style: disc;
}
.theme-sner .sec-title.elementor-column {
    margin: 15px;
}
.theme-sner .sec-title p {
    text-align: justify;
}

.sec-title .elementor-widget-heading h2.elementor-heading-title {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.3em;
}
.theme-sner
    .sec-title
    .elementor-widget-heading
    h2.elementor-heading-title
    span {
    text-transform: lowercase;
}
.theme-sner .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
}
/* @media only screen and (max-width: 1023px){
    .sner-intro-start .choose-section .image-column{
		order:1;
        padding-bottom: 70px;
	}
} */

.footer-style-two:before{
    opacity: 1;
    background-color: var(--sner-color-black);
}
.sidebar .sidebar-widget .widget-content{
    padding: 0;
    border: 0;
}
.page-title{
    text-align: left !important;
}

.clients-section .sponsors-outer .image-box img{
    -webkit-filter: none !important;
    filter: none !important;
}
.main-header .header-upper{
    border-bottom: 5px solid var(--sner-color-primary);
}

.main-footer.padd-top, .footer-style-two.padd-top{
    border-top: 5px solid var(--sner-color-primary);
    padding: 60px 0 0;
}
.footer-style-two .footer-widget{
    margin-bottom: 0;
}

.header-top .top-right .social-box:before{
    display:none;
}
.header-top .top-list li .icon{
    color: #ffffff;
}
.clients-section{
    padding: 15px 0;
}
.theme-sner .elementor-section-boxed > .elementor-container {
    padding: 0 15px;
}
.theme-sner .elementor-section-boxed > .elementor-container .auto-container{
    padding: 0;
}

/* .main-header .search-box-btn{
    color: #222222;
} */

/* .main-header .search-box-outer:before{
    display: none;
} */

.main-header .search-box-outer:before{

	transform: skewX(0deg);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e97b57), color-stop(100, #f05523));
	background-image: -webkit-linear-gradient(left, #e97b57 0%, #f05523 100%);
	background-image: linear-gradient(to right, #e97b57 0%, #f05523 100%);
}

.main-header .search-box-outer:hover::before{
	transform: skewX(0deg);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #e97b57), color-stop(100, #f05523));
	background-image: -webkit-linear-gradient(right, #e97b57 0%, #f05523 100%);
	background-image: linear-gradient(to left, #e97b57 0%, #f05523 100%);
}
.search-popup:before{
    display: none;
}
.search-popup{
    display: none;
    position: fixed;
	left: 0;
	/* top: 133px;
	height: calc(100vh - 133px); */
	width: 100%;
	z-index: 99999;
	margin-top: 0px;
	transform: translateY(0%);
	background-color: rgba(0,0,0,0.85);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
/* .admin-bar .search-popup{
    top: 165px;
	height: calc(100vh - 165px);
} */

.search-popup form {
    transform: scaleX(1);
    transition-delay: 0ms;
}
.search-active .search-popup{
    display: block;
}
.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"]{
    text-transform: none;
}

.main-header .search-box-outer{
    margin-right: 0px;
}

.page-breadcrumb li:after{
    content: ">";
    font-family: "Poppins";
    top: 0;
}

.page-title{
    padding: 15px 0;
}
.page-title h2{
    letter-spacing: 1.5px;
}
.page-title:before{
    /* background-color: #333; */
    /* background: rgb(34,34,34);
    background: linear-gradient(0deg, rgba(34,34,34,1) 10%, rgba(240,85,35,1) 100%); */
    /* background: linear-gradient(90deg, rgba(34,34,34,1) 25%, rgba(215,85,36,1) 100%); */
    /* background: linear-gradient(165deg, rgba(34,34,34,1) 45%, rgba(215,85,36,1) 100%); */
    background: rgb(36,14,6);
    background: linear-gradient(45deg, rgba(36,14,6,1) 10%, rgba(215,85,36,1) 95%);
}
.page-title.has-banner{
    padding: 15px 0;
    background-size: cover;
}
.page-title h1{
    font-size: 36px;
    font-weight: 600;
}
.page-title.has-banner:before{
  background-image: linear-gradient(-15deg, rgba(36,14,6,0.8) 65%, rgba(215,85,36,0.6) 100%);
}
.page-breadcrumb-section{
    /* background-color: #A3370E; */
    background-color: #D75524;
    /* background-color: #A4411B; */
    padding: 5px 0;
}
.page-breadcrumb{
    margin: 0;
    line-height: 1em;
}
.page-breadcrumb-section .page-breadcrumb li a{
    color: #ffffff;
}

.page-breadcrumb li{
    font-size: 12px;
    line-height: 1.25;
}
.page-breadcrumb li:after{
    font-size: 12px;
}
.header-top .inner-container{
    padding-top: 5px;
}

.header-top .top-left .text{
    margin-bottom: 5px;
    font-size: 14px;
}

table.tafe-table td, table.tafe-table th{
    word-break: break-word;
}

/* .elementor-page .elementor .elementor-section:first-child{
    padding-top: 90px;
} */

.footer-widget .links-widget ul li a:before {
    display: none;
}
.footer-widget .links-widget ul li{
    position: relative;
} 
.footer-widget .links-widget ul li a{
    position: absolute;
    left: 90px;
}
.sidebar-page-container{
    padding-top: 70px;
}
.choose-section{
    padding: 90px 0 70px 0;
}
.contact-info-section,
.team-section, .team-section-two{
    padding:70px 0 0;
}
.contact-info-section.style-two{
    padding-bottom: 0;
}
.request-quote-section{
 padding: 30px 0 70px;
}
.transport-services-section{
    padding: 30px 0;
}
.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea{
    font-weight: 500;
    border-bottom: 1px solid #aaa;
}
.main-header .main-menu .navigation > li:hover::before, 
.main-header .main-menu .navigation > li.current-menu-ancestor.current::before,
.main-header .main-menu .navigation > li.current-menu-item.active::before {
    opacity: 1;
    transform: scale(1,1);
}
.main-menu .navigation > li.current-menu-ancestor.current > ul > li.current-menu-item.active > a{
    padding-left: 30px;
    color: #f05523;
}
.main-menu .navigation > li.current-menu-ancestor.current > ul > li.current-menu-item.active > a::before{
    color: #000000;
    text-shadow: 8px 0 #f05523, -8px 0 #f05523;
}
.search-subtitle {
    margin: 15px 0 45px;
}
.search-subtitle p{
    font-size: 14px;
    color: #a5a5a5;
    margin: 0;
}

.main-menu .navigation > li > ul{
    width: 300px;
}
.main-menu .navigation > li.pll-parent-menu-item > ul{
    width: 120px;
}


.elementor-image-gallery .gallery-columns-3 .gallery-item{
    margin-bottom: 30px !important;
}

/* .mobile-with-switcher{
    display: none;
    flex-direction: row;
    align-items: center;
} */
/* .nav-outer .mobile-nav-toggler{
    margin-left: 0 !important;
} */
/* .main-header .search-box-outer{
    margin: 10px 0 0;
} */
/* .trp-language-switcher > div{
    border: 0;
} */
/* @media only screen and (max-width: 767px){
    .mobile-with-switcher{
        display: flex;
    }
} */



@media only screen and (max-width: 479px){
    .main-header.header-style-two .search-box-btn, .main-header.header-style-two .options-box .nav-btn {
        display: block;
    }
}

.main-menu .navigation  li.lang-item.menu-item > a,
.mobile-menu .navigation li.lang-item.menu-item > a{
    text-transform: uppercase;
}
.home .call-to-action-three .theme-btn{
    border-radius: 20px;
    font-size: 14px;
    padding: 14px 30px;
}
.call-to-action-three h3{
    text-transform: none;
    font-size: 22px;
}
.elementor-image-gallery .gallery-item img{
    border-radius: 10px;
} 
.elementor-image-gallery .gallery-item:hover img{
    transform: scale(1.04);
    border: 2px solid #f05523;
    box-shadow: 0 0px 10px 0px rgba(240, 85, 35, 0.74);
} 
.back-to-top{
    font-size: 9px;
}
.back-to-top::after{
    border-bottom: 15px solid #f05523;
}
.back-to-top::before{
    top: -15px;
    border-bottom: 15px solid #434343;
}
.call-to-action-five:before{
    /* background: rgb(215,85,36); */
    /* background: linear-gradient(94deg, rgba(215,85,36,0.9) 0%, rgba(217,60,60,0.9) 50%, rgba(252,176,69,0.9) 100%); */
    background: rgb(164,66,29);
    /* background: linear-gradient(94deg, rgba(164,66,29,0.95) 0%, rgba(217,60,60,.85) 50%, rgba(252,176,69,.95) 100%);    */
    background: linear-gradient(150deg, rgba(164,66,29,.98) 0%, rgba(36,14,6,.75) 100%);
}
.call-to-action-five h3{
    font-size:32px;
}
.call-to-action-five p{
    /* font-size: 20px; */
    text-transform: none;
}
@media only screen and (max-width: 599px){
    .header-top{
        display: none;
    }
}

@media only print {
    .search-popup{
        display: none;
    }
}


.elementor .elementor-section li:not(.slide-item){
    list-style: disc;
}
.elementor .elementor-section ul{
    padding: revert;
    margin-bottom: 1rem;
}

.team-section-two .row {
    justify-content: center;
}
.team-block .inner-box:before {
    left: 10px;
}
.team-block-two .inner-box .designation{
    font-size: 16px;
}
.team-block .inner-box .designation {
    font-size: 18px;
}
.video-section{
    background-attachment: scroll;
}
.video-section:before {
    background-color: rgba(0,0,0,0.50);
}

.sner-choose-us{
    padding-bottom: 0;
}
.sner-choose-us .sec-title .text{
    margin-top: 0;
}
.sner-choose-us.choose-section .image-column{
    margin-bottom: 0;
} 
@media only screen and (min-width: 479px){
    .sner-choose-us.choose-section .image-column{
        float: left;
        max-width: 280px;
    } 
    
}

.sner-choose-us.choose-section .image-column .image{
    padding: 0;
    padding-right: 30px;
}
.sner-choose-us.choose-section .image-column .award-box {
    position: relative;
    left: auto;
    bottom: 55px;
    width: 100%;
}
.sner-choose-us.choose-section .image-column .award-box .inner-box{
    padding-left: 0;
    font-size: 1em;
}
.sner-choose-us.choose-section .image-column .pattern-layer-one{
    display: none;
}
.sner-choose-us.choose-section .image-column .image:before{
    display: none;
}

@media only screen and (max-width: 1023px){
    .sner-choose-us.choose-section .image-column {
        order: 1;
    }
    /* .sner-choose-us.choose-section .image-column .award-box {
        bottom: -95px;
    } */
}

@media only screen and (max-width: 1023px){
    .header-top .top-right {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 760px) and (max-width: 830px){
    .main-header .logo-box .logo img{
        width: 100px !important;
    }
}
@media (min-width: 831px) and (max-width: 870px){
    .main-header .logo-box .logo img{
        width: 165px !important;
    }
}