/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/*--------------------------------------------------------------
Mobile Ad from Denis Fedorov
--------------------------------------------------------------*/

.ya-site-form__wrap {margin: 0px 0px;}
.ya-site-form__search {margin: 20px 0px 0px 0px;} 
table.ya-site-form__search-input-layout {margin: 0px 0px;}
.ya-site-form__search-wrap, .ya-site-form__search-input {border:0px;}
.ya-site-form__search-input-layout-l {background:#fff;}
input.ya-site-form__submit {padding: 2px 15px;color: #fff!important;}

.related_posts ul{ width:100%; list-style:none; margin:0; padding:0; }.related_posts li { display:inline; float:left; margin:0; padding-left:0; padding-right:10px; width:182px; /* change this value accordingly to your template */ }.related_permalink{ width:182px;/*change this value accordingly to your template */ text-align:left; font-size:1 em; padding-top:5px; }.related_thumbnail{ width:182px; /*change this value accordingly to your thumbnail size */ height:105px; overflow:hidden; text-align:center; }
a[data-cur='default']{cursor: default;}

.rkweb{
position:fixed;
z-index:998;
bottom:0;
}
.rkweb .close{
   position: absolute;
    right: 0;
    background: #777;
    color: #333333;
    z-index: 999;
    opacity: 1;
    font-weight: normal;
    padding: 3px 7px;
}

#rek_mob_fixed{display:none;}
@media (max-width: 700px) and (min-height: 300px){
#rek_tab_fixed, #rek_mob_fixed {
display:block;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 99999;
    background: rgba(255,255,255,0.9);
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
}

.rkweb{
	display:none;
}

#rek_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #333333;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    z-index: 99999;
    cursor: pointer;
    text-decoration: none !important;
}