/*
Theme Name:   accesspress_parallax_pro child theme
Description:  Write here a brief description about your child-theme
Author:       bustejas
Author URL:   Write here the author's blog or website url
Template:     accesspress_parallax_pro
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  accesspress_parallax_pro-child
*/

/* Write here your own personal stylesheet */

@font-face {
    font-family: 'Proxima Nova R';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova B';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova S';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova L';
    src: url('fonts/ProximaNova-Light.eot');
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Light.woff2') format('woff2'),
        url('fonts/ProximaNova-Light.woff') format('woff'),
        url('fonts/ProximaNova-Light.ttf') format('truetype'),
        url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pangram R';
    src: url('fonts/Pangram-Regular.eot');
    src: url('fonts/Pangram-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pangram-Regular.woff2') format('woff2'),
        url('fonts/Pangram-Regular.woff') format('woff'),
        url('fonts/Pangram-Regular.ttf') format('truetype'),
        url('fonts/Pangram-Regular.svg#Pangram-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pangram B';
    src: url('fonts/Pangram-Bold.eot');
    src: url('fonts/Pangram-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pangram-Bold.woff2') format('woff2'),
        url('fonts/Pangram-Bold.woff') format('woff'),
        url('fonts/Pangram-Bold.ttf') format('truetype'),
        url('fonts/Pangram-Bold.svg#Pangram-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Pangram M';
    src: url('fonts/Pangram-Medium.eot');
    src: url('fonts/Pangram-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pangram-Medium.woff2') format('woff2'),
        url('fonts/Pangram-Medium.woff') format('woff'),
        url('fonts/Pangram-Medium.ttf') format('truetype'),
        url('fonts/Pangram-Medium.svg#Pangram-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


body{
    font-family: 'Proxima Nova R' !important;
    font-weight: normal !important;
}
body.home .parallax-section .section-wrap{
    padding: 0px 0px;
}

.site-title{
    margin: 0px;
    line-height: 43px;
}
.site-description{
    display: none;
}
.main-navigation{
    margin: 0px !important;
}
#main-header.menu-fix{
    background: rgba(220, 219, 126, 0.7);
}
.main-navigation ul li a{
    font-family: 'Proxima Nova R' !important;
    transition: all 0.3s;
}
.main-navigation > ul > li{
    margin-left: 15px;
    padding: 0px;
}
.main-navigation ul li a{
    background-image: linear-gradient(to bottom,#291842 25%,transparent 25%);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    background-size: 0 .3em;
    transition: background-size .3s;
    padding-bottom: .7em;
    padding-top: .7em;
}
.main-navigation ul li a:hover{
    background-image: linear-gradient(to bottom,#291842 25%,transparent 25%);
    background-size: 100% .3em;
    background-position-x: left;
    background-position-y: bottom;
}
.bannerSection {
    position: relative;
    background: rgba(218,218,118,0.85);
    background: -moz-linear-gradient(left, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218,218,118,0.85)), color-stop(100%, rgba(218,218,118,0.85)));
    background: -webkit-linear-gradient(left, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    background: -o-linear-gradient(left, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    background: -ms-linear-gradient(left, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    background: linear-gradient(to right, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dada76', endColorstr='#dada76', GradientType=1 );
}
.bannerSection:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(218,218,118,0.85);
    background: -moz-linear-gradient(left, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218,218,118,0.85)), color-stop(100%, rgba(218,218,118,0.85)));
    background: -webkit-linear-gradient(left, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    background: -o-linear-gradient(left, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    background: -ms-linear-gradient(left, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    background: linear-gradient(to right, rgba(218,218,118,0.85) 0%, rgba(218,218,118,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dada76', endColorstr='#dada76', GradientType=1 );
}
.bannerSection h1 {
    position: relative;
    font-family: 'Pangram B';
    font-weight: bold;
    line-height: 1.12;
    letter-spacing: 2.4px;
    text-align: center;
    color: #282628;
    font-size: 95px;
}

.floating-categories-block .text-part p{
    font-family: 'Pangram R';
    font-weight: normal;
    line-height: 1.42;
    color: #282628;
    margin-bottom: 35px;
}
.category-card p{
    font-family: 'Pangram B';
    font-size: 22px;
    font-weight: bold;
    line-height: 1.42;
    color: #282628;
    margin-bottom: 0px;
}
.floating-categories-block .sow-slider-base .sow-slider-pagination{
    display: none !important;
}
.benefits-container .benefits-header h2{
    text-align: center;
    font-family: 'Pangram B';
    font-size: 44px;
    font-weight: 800;
    color: #2f2f2f;
    margin-bottom: 0px;
}
.benefits-container .benefits-block .panel-grid-cell .ap-icon-text-title{
    font-family: 'Proxima Nova B';
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #2f2f2f;
    margin-bottom: 0px;
    padding-bottom: 14px;
}
.articles-header{
    margin-bottom: 20px;
}
.articles-header h2{
    text-align: center;
    font-family: 'Pangram B';
    font-size: 44px;
    font-weight: bold;
    color: #2f2f2f;
    margin-bottom: 10px;
}
.articles-header h4{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #2f2f2f;
    margin-bottom: 0px;
    font-family: 'Proxima Nova R';
    text-transform: none;
}
.homeBlog {
    width: 33.3%;
    float: left;
    padding: 0 20px;
    transition: all 0.3s;
}
.homeBlog .entry-header {
    background: #f1f1f1;
    padding: 10px 15px;
    width: 100%;
    position: relative !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s;
}
.homeBlog .entry-header .entry-title{
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #2f2f2f;
    margin-bottom: 0px;
    font-family: 'Proxima Nova R';
}
.homeBlog .entry-header .entry-title a{
    font-family: 'Proxima Nova B';
    font-weight: bold;
}
.homeBlog .entry-header a{
    font-family: 'Proxima Nova R';
    color: #2f2f2f;
    font-weight: normal;
    text-decoration: none;
}
.homeBlog:hover .entry-header{
    box-shadow: 0px 2px 10px rgba(0,0,0,.05);
}

.brand-header h2{
    text-align: center;
    font-family: 'Pangram B';
    font-size: 44px;
    font-weight: bold;
    color: #2f2f2f;
    margin-bottom: 10px;
}
.brand-header h4{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #2f2f2f;
    margin-bottom: 50px;
    font-family: 'Proxima Nova R';
    text-transform: none;
}
.brand-header .carousel-slider .carousel-slider__item img {
    height: auto;
    max-height: 50px;
    width: auto;
}
.brand-header .carousel-slider .owl-dots{
    margin-top: 40px;
}
.filterRow{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    position: relative;
}
.filterRow .filterCol{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .7px;
    color: #4e4e4e;
    margin: 0px 20px 0px 0px;
}
.filterRow .filterCol p{
    margin: 0px;
}
.filterRow .filterCol span{
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #848484;
    height: 15px;
    font-weight: bold;
}
select.customSelect {
    position: relative;
    -webkit-appearance: none;
    display: inline-flex;
    height: 42px;
    width: 250px;
    font-size: 14px;
    color: #4e4e4e;
    letter-spacing: .7px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 0px 15px ;
    margin-right: 10px;
    box-shadow: 0 3px 15px 0 rgba(78,78,78,0.13);
    background: #fff url('images/arrow-down.png') no-repeat right 15px center;
    font-weight: bold;
}
select.customSelect:focus{
    outline: none;
}
.loanRow{
    border-left: 1px solid #e6e9ee;
    border-right: 1px solid #e6e9ee;
}
.loanTblHeader {
    background-color: #fafafa;
    color: #2b2b2b;
    border-bottom: 1px solid #e6e9ee;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
}
.loanTblHeader .loanTblTd{
    text-align: center;
}
.loanTblTr {
    padding: 12px 0;
    border-top: 1px solid #e6e9ee;
    display: flex;
}
.tblSize1 {
    width: 20%;
}
.tblSize2 {
    width: 19%;
}
.tblSize3 {
    width: 23%;
}
.tblBody .tblBodyTr {
    padding: 25px 0;
    align-items: center;
    text-align: center;
    min-height: 155px;
    position: relative;
    display: flex;
    border-bottom: 1px solid #e6e9ee;
}
.tblBody .tblBodyTr .tblBodyTd ul{
    margin: 0px;
    padding: 0px;
}
.tblBody .tblBodyTr .tblBodyTd ul li{
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 20px;
    text-align: left;
}
.tblBody .tblBodyTr .tblBodyTd ul li:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #e5c41a;
    font-size: 12px;
    margin-right: 5px;
    position: absolute;
    width: 20px;
    left: 0px;
    top: 3px;
    text-align: center;
}
.scoreWrapper {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
}
.rating {
    font-size: 16px;
    margin: 0px 0 5px;
}
.hintContainer{
    font-size: 13px;
    color: #989898;
}
.tblBodyTr .tblBodyTd a.visitBtn{
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    background: #e5c41a;
    color: #2a2a2a;
    border-radius: 3px;
    transition: all 0.3s;
}
.tblBodyTr .tblBodyTd a.visitBtn i{
    font-size: 12px;
}
.tblBodyTr .tblBodyTd a.visitBtn:hover{
    background: #2a2a2a;
    color: #e5c41a;
}
.tblBodyTr .tblBodyTd img {
    max-height: 50px;
    padding: 0 20px;
}
.tblBodyTr .tblBodyTd a{
    font-size: 13px;
    text-decoration: none;
    color: #2a2a2a;
    transition: all 0.3s;
}
.tblBodyTr .tblBodyTd a:hover{
    color: #e5c41a;
}
.tblBodyTr .tblBodyTd a i{
    font-size: 12px;
}

.top-footer .widget-title{
    font-family: 'Proxima Nova B' !important;   
    font-weight: bold;
}
.top-footer a{
    transition: all 0.3s;
}
.top-footer a:hover {
    color: #e5c41a;
}
#header-wrap .entry-header{
    position: relative;
    z-index: 1;
}
#header-wrap{
    background-size: cover;
    position: relative;
    background-position: center;
}
#header-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,0.47) 53%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,0.47)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,0.47) 53%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,0.47) 53%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,0.47) 53%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,0.47) 53%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
@media(max-width:1199px){
    .main-navigation > ul > li {
        margin-left: 10px;
    }
    .bannerSection h1{
        font-size: 85px;
    }
    .benefits-container .benefits-block .panel-grid-cell .ap-icon-text-title{
        font-size: 24px;
    }
}
@media (max-width: 1023px){
    .bannerSection h1 {
        font-size: 55px !important;
        margin: 0px !important;
    }
    .homeBlog{
        padding: 0 10px;
    }
    .homeBlog .entry-header .entry-title{
        font-size: 18px;
    }
    .benefits-container .benefits-header h2{
        font-size: 32px;
    }
    .articles-header h2{
        font-size: 32px;
    }
    .brand-header h2{
        font-size: 32px;
    }
    #main-header.menu-fix span,
    #main-header.menu-fix span:before,
    #main-header.menu-fix span:after{
        background: #fff;
    } 
    .main-navigation > ul > li > a{
        background-size: 0 !important;
    }
}
@media (max-width: 767px){
    .site-title {
        font-size: 20px;
    }
    .menu-toggle{
        width: 42px;
        height: 42px;
    }
    .menu-toggle span{
        top: 5px;
    }
    .bannerSection h1 {
        font-size: 28px !important;
    }
    .benefits-container .benefits-header h2{
        font-size: 24px;
    }
    .articles-header h2{
        font-size: 24px;
    }
    .brand-header h2{
        font-size: 24px;
    }
    .homeBlog .entry-header .entry-title{
        font-size: 16px;
    }
    .articles-header {
        margin-bottom: 0;
    }
    .benefits-container .benefits-block .panel-grid-cell .ap-icon-text-title {
        font-size: 20px;
    }
    .homeBlog{
        width: 100%;
        margin-bottom: 30px;
    }
    .homeBlog:last-child{
        margin-bottom: 0px;
    }  
}
