/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.1
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.subheader-menu{
    padding-right: 20px;
}
.subheader-menu li{
    padding-left: 10px;
    padding-right: 10px;
}
.subheader-menu li.parent-li > ul {
    position: absolute;
    padding: 0px;
    width: 200px;
    right: 0px;
    list-style: none;
    top: 100%;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    border-bottom: 5px solid #00b0c5;
    visibility: hidden;
    transform: translateY(10px);
    opacity: 0;
    z-index: -999;
    transition: all 0.3s ease 0s;

}
.subheader-menu li.parent-li:hover > ul{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.subheader-menu li.parent-li{
    position: relative;
    padding-right: 22px;
}
.subheader-menu li.parent-li i{
    position: absolute;
    right: 4px;
    top: 4px;
}
.subheader-menu li.parent-li > ul li{
    border-bottom: 1px solid #f6f6f6;
    padding: 0;
}
.subheader-menu li.parent-li > ul li:last-of-type{
    border-bottom: none;
}
.subheader-menu li.parent-li > ul li a{
    padding: 7px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

/*===== Best Pos Provider Styling =====*/
.page-template-page-best-pos-provider .review-header {
    height: 450px;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.page-template-page-best-pos-provider .review-container-outer {
    z-index: 1;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
}
.page-template-page-best-pos-provider h1.page-entry {
    padding: 0 30px;
    margin: 30px 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 44px;
    color: #383333;
}
.page-template-page-best-pos-provider .entry-content {
    padding: 30px 30px 50px;
    line-height: 1.7;
    font-size: 18px;
}
.page-template-page-best-pos-provider article.type-page {
    margin-top: 80px;
    position: relative;
}
.page-template-page-best-pos-provider .sidebar-review article .sidebar-innner-wrapper {
    padding: 20px 30px;
}
.page-template-page-best-pos-provider .search-footer {
    margin-top: 40px;
}

/*===== BitCoins OPtions Styling =====*/


.hero-block .main-desc{
    text-align: center;
}
.hero-block .main-desc p{
    font-size: 18px;
}
.section-title-description h2{
    font-size: 30px;
    color: #222222;
}
.section-title-description p{
    font-size: 20px;
}
.how-choose-cryptocurrency-exchange{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 50px 0;
    color: #fff;
}
.how-choose-cryptocurrency-exchange .section-title-description h2{
    color: #fff;
}
.how-choose-cryptocurrency-exchange .section-content-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.how-choose-cryptocurrency-exchange .text-block-item {
    background: rgba(0,0,0,0.12);
    padding: 35px 35px 20px;
    margin-bottom: 15px;
}
.how-choose-cryptocurrency-exchange .text-block-item h3{
    margin-bottom: 15px;
}
.how-choose-cryptocurrency-exchange .section-title-descripton{
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
/*.how-choose-cryptocurrency-exchange .section-title-descripton h2{*/
/*font-size: 30px;*/
/*}*/

.exchange-options-list-section{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 65px 0;
}
.options-boxes-list{
    padding: 30px 60px;
}
.options-boxes-list .box-item{
    margin-bottom: 30px;
}
.options-boxes-list .box-item .box-content{
    background: #fff;
    padding: 30px;
    height: 100%;
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
}
.options-boxes-list .box-item .figure img{
    max-width: 100%;
}
.options-boxes-list .box-item .title{
    padding: 25px 0;
}
.options-boxes-list .box-item .title h3{
    font-size: 22px;
}
.options-boxes-list ul.inline-list li{
    display: inline-block;
    padding: 5px 10px ;
}
.navbar-collapse li a{
    color: #4b4b4b;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.navbar-collapse{
    padding-top: 15px;
}
.latest-reviews-inner .feature-image{
    text-align: center;
    padding: 20px 10px;
}
.latest-reviews-inner .feature-image .figure{
    max-width: 200px;
}
.latest-reviews-inner .feature-image .figure img{
    max-width: 100%;
    max-width: 160px;
}
@media (min-width:992px) and (max-width: 1334px) {
.best-provider-block .bp-block{
    min-height: 390px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
    .best-provider-block .bp-block h3{
        margin-bottom: 0;
        padding: 0 15px;
        line-height: 23px;
    }
}
@media(max-width: 991px){
    .options-boxes-list .box-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-template-page-best-pos-provider article.type-page,.signle-post article.type-post {
        margin-top: 15px;
    }
}
@media(max-width: 767px){
    .options-boxes-list{
        padding-left: 30px;
        padding-right: 30px;
    }
    .how-choose-cryptocurrency-exchange .section-content-wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-template-page-best-pos-provider .review-header {
        height: 350px;
    }
}
@media(max-width: 640px){
    .how-choose-cryptocurrency-exchange .section-content-wrapper,.options-boxes-list{
        padding-left: 15px;
        padding-right: 15px;
    }
    .how-choose-cryptocurrency-exchange .text-block-item{
        padding: 25px 25px 15px;
    }
}