/*
Theme Name: WP PRO ADS
Theme URI: https://wpproads.com
Description: Landing page theme for WP PRO ADS.
Version: 1.1.3
Author: WP PRO ADS
Author URI: https://wpproads.com
Text Domain: wpproads
Requires at least: 5.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html, body {
    margin: 0;
}
body { 
    padding:0; 
    background: #ffffff; /* #ccc364 */
    font-family: 'Hind', sans-serif;
    font-size:21px; 
    color:#333333;
    letter-spacing: .018em;
    line-height: 1.5;
}

header, footer, content, article, nav, section { display:block; }
.clearFix { clear:both; }
.clear::after{
    content: ' ';
    display: table;
    clear: both;
}


.css_sticky{
    position: relative;
}
/* NOTE: @supports has to be at the root, not nested */ 
@supports(position:sticky){
    .css_sticky{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

header {}
nav {}

.wpproads_btn{
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: solid 1px #b8de00;
    border-radius: 3px;
    background-color: #dcfd3d;
    color: #72bd00;
}
.wpproads_btn .logo_holder {
    position: absolute;
    background-color: #c0dc32;
}
.wpproads_btn .text_holder {
    display: inline-block;
    margin-left: 35px;
    border-left: solid 1px #a4ca28;
}
.wpproads_btn .logo_holder, .wpproads_btn .text_holder {
    padding: 8px;
}


.top_bar{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 9997;
    line-height: 1;
}
.top_bar.is_stuck{
    border-bottom: solid 1px #dadada;
    background-color: rgba(255, 255, 255, 0.80);
}
    .top_bar .inner_content{
        margin: 0 auto;
        max-width: 980px;
        padding: 0 22px;
        position: relative;
        border-bottom: solid 1px #dadada;
    }
    @media only screen and (max-width: 767px){
        
    }
        .top_bar .inner_content .logo{
            display:block;
            width:30px;
            margin: 10px 5px 0px 0;
            float:left;
        }
        .top_bar .inner_content .title{
            display: block;
            float: left;
            font-size: 24px;
            line-height: 1;
            font-weight: 600;
            margin: 15px 0 -15px;
            padding: 0;
            height: 52px;
            color: #333;
        }
        .top_bar .inner_content .side-title{
            display: block;
            float: left;
            font-size: 18px;
            line-height: 1;
            font-weight: normal;
            margin: 20px 0 -15px 5px;
            color: #333;
        }
        .top_bar .inner_content .button{
            display: block;
            float: right;
            font-size: 13px;
            /*padding: 5px 10px;
            font-size: 13px;
            background: #ccc364;
            color:#FFF;
            margin-top: 14px;
            border-radius: 2px;
            cursor: pointer;*/
        }


.main{
    display: block;
    min-height: 1000px;
}
.page_content {
    width: 100%;
    overflow: hidden;
}
    .page_content h1{
        font-size: 52px;
        line-height: 1.1;
    }
    .page_content h2{
        line-height: 1.1;
        font-size: 42px;
    }


footer{
    background-color: #f2f2f2;
    /*color: #333;*/
    color: #888;
}
footer .footer_content{
    margin: 0 auto;
    max-width: 980px;
    padding: 0 22px;
    font-size: 11px;
    line-height: 1.36364;
}
    .footer_content a{
        color: #555;
        text-decoration: none;
    }
    .footer_content .footer_description{
        border-bottom: 1px solid #d6d6d6;
        color: #888;
        padding: 17px 0 11px;
    }

    .footer_content nav{
        padding: 17px 0;
        position: relative;
        z-index: 1;
        color: #555;
    }
    .footer_content .footer_bottom{
        padding-top: 34px;
        border-top: none;
        padding: 17px 0 21px;
    }
        .footer_content .footer_bottom .info_line{
            margin-bottom: 7px;
            padding-bottom: 8px;
            border-bottom: 1px solid #d6d6d6;
        }
        .footer_content .footer_bottom .legal{
            position: relative;
            top: -3px;
            z-index: 1;
        }
    
    footer .footer_bottom .legal-menu{
        display: inline-block;
    }
        footer .footer_bottom .legal-menu ul.menu{
            margin: 0;
            padding: 0;
        }
            footer .footer_bottom .legal-menu ul.menu li{
                margin: 0 10px;
                list-style: none;
            }









/**
 * WEBSITE STYLES - Visual Composer
*/
.imc_text .wpb_wrapper {
    margin:0 auto;
    width:80%;
}

.imc_demo_editor_column{
    transform: rotate(-3.9573deg);
    margin: 50px 0;
}
.imc_demo_features_column .vc_column-inner{
    transform: rotate(3.9573deg);
    margin-top:50px;
}




.wad_search_docs{
    text-align: center;
}
.wad_search_docs .wpfe_search{
    width: 40%;
    padding: 10px;
    font-size: 16px;
    border: none;
}
.wad_search_docs input[type="submit"]{
    display: inline-block;
    margin-left: 1px;
    padding: 9px 10px;
    border-color: #FFF;
    font-size: 16px;
    cursor: pointer;
}





/**
 * Table shortcode
*/
.imc_table {
    border: solid 1px #DDD;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
.imc_table th, .imc_table td {
    padding: 5px 10px;
    border: solid 1px #DDD;
}
.imc_table th {
    background: #EFEFEF;
    color: #333;
    font-weight: bold;
}







header.mjs_container{
    max-width: 100%;
    max-height: 60px;
}
header .hbox{
    display:inline-block;
}
.navbar-toggle{
    display: none;
    border: none;
    background: none;
    cursor: pointer;
}
.navbar-toggle .icon-bar {
    width: 20px;
    border-radius: 0;
    background-color: #333;
    display: block;
    height: 2px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
header .main_menu{
    position: initial;
    height: 100%;
}
    header .main_menu .button-close{
        display: none;
        color: #FFF;
        cursor: pointer;
    }
        header .main_menu .button-close svg{
            width:18px;
        }
header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
    header li, header a{
        display: flex;
        align-items: center;
        height: 100%;
    }
    header ul li.menu-item{
        display: inline-block;
        background: #FFF;
    }
    header ul>li.menu-item-has-children>a:after{
        content: "";
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: -3px 0 0 10px;
        width: 7px;
        height: 7px;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #008776;
    }
    header .menu-item a{
        text-decoration: none;
        padding: 0 10px;
        color: #505050;
    }
    header .menu-item a:hover{
        background: #f1f8f8;
    }
        header ul li .sub-menu{
            display: none;
            position: absolute;
            right: 0;
            z-index: 9;
        }
        header ul li:hover .sub-menu{
            display: block;
        }
            header ul li ul{
                -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
                box-shadow: 0 5px 8px 0 rgba(0,0,0,.1);
            }
                header ul li ul li{
                    width: 100%;
                    /* float: left;
                    width: 50%; */
                }




/**
 * BACKGROUND TAKEOVER AD TEMPLATE (page-background-ad.php)
 *
 * The plugin applies the background ad to #_ningbg_container and keeps the
 * content readable inside the centred white column #_ning_bg_content.
*/
.wpproads-bg-takeover{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
}
.wpproads-bg-takeover__content{
    width: 60%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    background: #ffffff;
}
/* Content fills the white column (override the default 800px constraint). */
.wpproads-bg-takeover__content .entry-content > *{
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
/* Make the sticky bar opaque so the background ad doesn't show through it. */
.wpproads-bg-takeover-page .top_bar,
.wpproads-bg-takeover-page .top_bar.is_stuck{
    background: #ffffff;
}
@media only screen and (max-width: 1024px){
    .wpproads-bg-takeover__content{ width: 80%; }
}
@media only screen and (max-width: 600px){
    /* The background ad hides on small screens; use the full width. */
    .wpproads-bg-takeover__content{ width: 100%; padding: 24px 16px; }
}




