/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/
.navbar-nav>li>a{
    font-size: 12px;
}
.dropdown-menu li a{
    font-size: 12px;
}
.post-type-archive-kleo-testimonials .sidebar {
    display: none;
}
.post-type-archive-kleo-testimonials .template-page{
    border:none;
    width: 100%;
}
.woocommerce #payment ul.payment_methods li img{
    max-width: 30px;
}
.wp-html5vp-video-row .video_frame .video_title {
    font-size: 12px;
    text-align: left;
    background-color: #000000a8;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 2px 5px;
    height: 45px;
}
.wp-html5vp-video-row .video_frame{
    position: relative;
}
.wp-html5vp-video-row .video-wrap{
    overflow: inherit;
}
.wp-html5vp-popup-wrp .wp-hvgp-video-frame { 
    width: 100% !important;
    height: 380px !important;
}
.wp-html5vp-popup-wrp .mejs-overlay-play{
    height: 380px !important;
}
.wp-html5vp-popup-wrp .mejs-poster{
     height: 380px !important;
}
.wp-html5vp-video-row .video_frame:hover .video_title {
    display: block; 
}
.mfp-removing{
    display: none;
}
#ajax-load-more .alm-reveal{
display: flex; 
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
	box-sizing: border-box;
}
 
#ajax-load-more .rs_r_post{
	width:50%;
	box-sizing: border-box;
	padding-right: 15px;
    padding-left: 15px;
}
#ajax-load-more .rs_r_post img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
 @media only screen and (min-width: 768px) {
  #ajax-load-more .rs_r_post{
	width:25%;
	box-sizing: border-box;
	padding-right: 15px;
    padding-left: 15px;
}
}
.mfp-close-btn-in .mfp-close { 
    background: #000 !important;
    color: #fff !important;
}
li.listing-item {
    width: 33%;
    display: inline-block;
    padding: 6px 20px;
}
li.menu-item.kleo-toggle-menu.shop-drop {
    display: none !important;
}
div#footer {
    display: none !important;
}
button.btn.btn-lg.btn-default.btn-block {
    background-color: #00c7ff !important;
    color: white !important;
}
.login_class {
    background: red;
}
.login_class a{
    color:#fff !important; 
}
.panel-body {
    min-height: 200px;
}
ul.pr_ulli {
    padding: 0;
    min-height: 315px;
}
ul.pr_ulli li {
    list-style: none;
}
.panel-body {
    min-height: 150px;
}
.pr_my_div,.pr_my_div1 {
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.pr_my_div h2,.pr_my_div1 h2{
    color: #fff !important;
}
p.pr_my_email {
    font-size: 18px;
}
ul.pr_follow li {
    display: inline;
}
ul.pr_follow li a{
    color: #fff !important;
    padding:3px 12px;
    font-size: 25px;
    border: 1px solid #fff;
}
ul.pr_follow li a:hover {
    background: #fff;
    color: #000 !important;
}
.rsabout_banner {
    min-height: 455px;
    padding-top: 15%;
}
.rsabout_banner h1, .rsabout_banner h3 {
    color: #fff !important;
}
.rsabout_banner2 {
    min-height: 455px;
    padding-top: 15%;
    background: rgba(0,0,0,0.4);
}
.just_test {
    text-align: center;
    padding-top: 15%;
}
label {
    width: 100%;
}
.pr_contacts label
label.checkbox.pull-left {
    width: 116px !important;
}
#nav-below {
    display: none !important;
}
.Service_page{
    text-align:center;
}
.Service_page h1, .Service_page p {
    font-weight: bold;
}
.pr_contact h3, .pr_contact p {
    color: #fff !important;
}
.pr_contact p,.pr_contacts label {
    font-size: 16px;
}
.pmpro_checkout ul {
    color: #444;
    font-size: 13px;
    margin: 5px 0 0 20px;
    padding: 0;
    line-height: 30px;
}
.member-section{
    min-height: 500px;
}
.custom_post_type_reports h3 {
    height: 40px;
}
.pr_feature_img img{
    height: 250px;
}
.pr_feature_img {
    margin-bottom: 10px;  
}
.entry-content.post_contact {
    max-height: 100px;
}
figure {
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
figure:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.member_section{
    background: red;  
}
.member_section>a{
    color:#fff !important;   
}
.member_section>.caret:after{
    color:#fff !important;     
}
a.btn.member_page_button {
    padding: 20px 70px !important;
    font-size: 18px !important;
    width: 270px;
    float: left;
    opacity: 0.8;
    margin-left: 0 !important;
}
.service_img a img {
    max-height: 352px;
}
.kleo-register-style-black input[type="text"], .kleo-register-style-black input[type="password"] {
    color: rgb(8, 5, 5) !important;
}
.kleo-register-style-black input[type="text"], .kleo-register-style-black input[type="password"] {
    color: rgb(8, 5, 5) !important;

}
.kleo-register-style-black input[type="text"]:focus, .kleo-register-style-black input[type="password"]:focus {
    color: #000000 !important;
}
.kleo-quick-contact-wrapper {
    float: left !important;
    left: 10px;
    right: auto !important;
}
figure{
height:auto;
}
div#kleo-quick-contact {
    margin-right: -270px;
}
li.woocommerce-MyAccount-navigation-link {
    border: 1px solid #bbb;
    padding: 5px 12px;
    margin: 8px 0;
}
li.woocommerce-MyAccount-navigation-link:hover {
    border: 1px solid #0687de;
}
figure {
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0em !important;
    -webkit-margin-end: 0em !important;
    width: auto !important;
}
.video-element_7 .title-block_7 {
    position: absolute;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 0;
    padding: 2px 3px !important;
    width: 100%;
    height: 45px !important;
    bottom: 0px !important;
    color: #ffffff !important;
    background: rgba(0,0,0,0.8) !important;
    -webkit-transition: bottom 0.3s ease-out 0.1s;
    -moz-transition: bottom 0.3s ease-out 0.1s;
    -o-transition: bottom 0.3s ease-out 0.1s;
    transition: bottom 0.3s ease-out 0.1s;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: none !important;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: none !important;
}
figure img {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
@media screen and (min-width: 990px) and  (max-width: 2000px) {
#main-container {
    min-height: 600px !important;
}
}
div#pmpro_level_cost p {
    font-size: 22px;
    text-align: center;
}
div#pmpro_level_cost strong {
    color: #991721;
}
div#pmpro_level_cost p {
    font-size: 22px;
    text-align: center;
}
#rs_service .row .col-sm-6:nth-child(4n+1){
clear:both;
}



