/*
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 стили */

/* -------------------- Название сайта -------------------- */
.site-branding-container {
    overflow: hidden;
    padding-left: 1px;
   /* margin-top: 30px;*/
}

.site-title {
    
    font-weight: 500;
}

.widget {
    margin-bottom: 35px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* -------------------- Ширина основного контента -------------------- */

@media (min-width: 1240px){
.container {
    width: 1220px;
	}
	
	.content-area {
    width: 840px;
    padding-left: 40px;
}	
}

@media (min-width: 992px) and (max-width: 1200px){
.container {
    width: 992px;
}}

@media (min-width: 992px){
.b-related__items, .posts-container--two-columns {
    margin-left: 10px;
}
	}


/* -------------------- Стили сайтбара  -------------------- */

.widget-header {
    margin: 0 5px 15px;
    padding: 10px 0 14px;
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    background: #f8f8f8;
    border-top: 5px solid #333333;
    border-radius: 3px;
}

/* -------------------- Логотип растянутый -------------------- */

.site-logotype img {
    max-width: 500px;
    max-height: 100px;
}

/* -------------------- Стили красивой таблицы -------------------- */
tr:hover td{
background: #e7edf7;
}

tr:nth-child(odd) {
  background: white;
}
tr:nth-child(even) {
  background: #f7f7f7;
}

/* -------------------- Telephone шортокды -------------------- */
span.num {
    background: none repeat scroll 0 0 #0035ff0d;
    border: 2px solid #02458d;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    /*color: #444;*/
    font-weight: bold;
    margin: 1px 1px;
    padding: 2px 6px 3px 6px;
}


/* -------------------- SH_Block шортокды (Цветной блок заливки) -------------------- */
.sh_block {
    padding: 15px;
    background: #0035ff0d;
    border-left: solid 4px #FF8100;
    color: #333;
    font-style: normal;
    margin: 10px 0;
    font-size: 15px;
}

.color-bl {
    padding: 10px;
	margin: 5px 0;
    overflow: hidden;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
/*
          font-family: verdana,geneva,sans-serif;
          font-size:14px;
*/

}

/* -------------------- Рейтинги -------------------- */

.cntr {
    text-align: center;
}


.post_title_h {
    padding: 10px;
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
}

.number_rating {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 12px 5px 12px;
	margin-right:10px;
    text-align: center;
    position: relative;
    background: #68c9e899 none repeat scroll 0 0;
    top: -3px;
}


.post ol li:before {
    content: counter(point);
    counter-increment: point 1;
    display: inline-block;
    top: 5px;
    left: -12px;
    color: #fff;
    background: #006699 none repeat scroll 0 0;
    height: 25px;
    width: 25px;
    text-align: center;
	margin: 0 13px 0 -40px;
}


.tops-t.pad {
    padding-left: 55px;
}

.tops-t {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0 0;
   /* line-height: 50px;
    overflow: hidden; */
    height: 50px;
    position: relative;
}

.tops-t .number {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 39px;
    border: 1px solid #4e566b;
    font-size: 20px;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tops-t .number:before {
    content: "";
}
/*
.tops-t .number:after {
    content: "";
    width: 150px;
    height: 1px;
    background-color: #4e566b;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
}
*/

.tops-t h3 {
    font-size: 20px;
    font-weight: 700;
    float: left;
	border-bottom: none;
	margin-top: 8px;
	border-bottom: 1px dotted #c1c1c1; 
	color: #000000;
	line-height: 20px;
}

@media (max-width: 500px) {
	
	.tops-t h3 {
		
font-size: 17px;
		margin-top: 0px;

}	
}

.short-inform {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 24px;
    float: left;
    max-width: 68%;
    margin-top: 0px;
    margin-left: 10px;
}

.short-inform ul li {

display: inline-block;
    width: auto;
    height: auto;
    margin-right: 10px;
	    line-height: 1em;
    margin-bottom: 5px;
}

.short-inform ul li:before

{

display: none;
}

.entry-content .short-inform ul:not([class])>li:before {

display: none;
}

.short-inform ul  {
margin-left: 0!important;
	font-style: italic;
	}


.short-inform p {
   
    font-size: 16px !important;
    display: block !important;
    margin-bottom: 5px !important;
    
    font-family: 'Lato', sans-serif;
}



.img-shop {
    margin: auto;
    width: 30%;
    padding: 0px;
    float: left;
    padding-bottom: 10px;
}

.estimate {
    font-size: 15px;
    font-weight: normal;
    padding: 4px 8px 4px 8px;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 1px;
    background: #6179d4 none repeat scroll 0 0;
}


@media (max-width: 430px){
.img-shop {
    
    width: 100%;
    
}
	
	.short-inform {
    
    max-width: 100%;
    margin-left: 5px;
}
}	


@media screen and (max-width: 600px) {
    .adaptive-table table {
        border-collapse: collapse;
    }

    .adaptive-table table tr:first-child {
        display: none;
    }

    .adaptive-table table tr {
        margin-bottom: 10px;
        display: block;
    }

    .adaptive-table table td {
        display: block;
        text-align: right;

        border-top: 1px solid #DDD;
        border-bottom: 0px;
        font-size: 13px;
    }

    .adaptive-table table tr td:first-child {
        border-bottom: 0px solid #DDD;
    }
    .adaptive-table table tr td:last-child {
        border-bottom: 1px solid #DDD;
    }

    .adaptive-table table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}

.entry-content h2 {
    
   /* font-weight: 400; */
    color: #000; 
    display: block;
    text-align: center;
	font: 400 1.5em/30px Roboto,sans-serif;
   
}
/*
@media (max-width: 500px) {
	
	.entry-content h2 {
	font: 400 1.3em/1.2em Roboto,sans-serif;
}	
}
*/

/*
.entry-content h2:before {
    content: " ";
    border-top: 1px solid #c8c8c8;
    display: block;
    margin: 5px auto 10px auto;
    width: 100%;
}

*/

.entry-content h2:after {
    content: " ";
    border-bottom: 1px solid #c8c8c8;
    display: block;
    margin: 10px auto 10px auto;
    width: 100%;
}

.entry-content table td, .entry-content table th, .taxonomy-description table td, .taxonomy-description table th {
    border: 1px solid #ccc;
    padding: 7px 12px;
}  

/* -------------------- Стили красивой таблицы для рейтинга -------------------- */

#oglav.content-text table {margin: 0px 0;}

tr:hover td{
background: #e7edf7;
}


tr:nth-child(even) {
  background: #f7f7f7;
}


.facts-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
	font-size: 15px;
}


.facts-table td, .facts-table th {
    padding: 10px;
    vertical-align: top;
    border: 1px solid #d4d4d4;
}

.facts-table th {
    text-align: left;
    background: #f9f9f9;
}







.content-text {
    font-size: 17px;
    padding: 10px;
    background: #fff none repeat scroll 0 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.entry-content table {
    border-collapse: collapse;
    border: none;
    font-size: 14px;
    width: 100%;
    line-height: 18px;
}

table {
    border: 1px solid #a0a0a0;
    width: 100%;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.entry-content table td.td-rank {
    width: 10%;
}

.entry-content table th, .entry-content table td {
    padding: 5px;
    border: 1px solid #ebebeb;
    text-align: left;
    vertical-align: middle;
}

.entry-content table td.td-name {
    width: 70%;
}

.table-rating {
    background-color: #ebebeb;
    color: #3a3a3a;
}

.entry-content table td p

{
    margin-bottom: 0 !important;
}

.top-section {
    color: #2f2f2f;
    position: relative;
    line-height: 20px;
    top: 5px;
    font-size: 15px;
}

.qb-specical-borders tr:first-child td {
    border-top: 1px solid #ebebeb;
}
.qb-specical-borders tr td:first-child {
    border-left: 1px solid #ebebeb;
}
.entry-content table td.td-rank {
    width: 10%;
}
.qb-specical-borders tr td {
    border: 1px dashed #ebebeb;
}

.qb-specical-borders tr:first-child td {
    border-top: 1px solid #ebebeb;
}
.entry-content table td.td-name {
    width: 70%;
}
.qb-specical-borders tr td {
    border: 1px dashed #ebebeb;
}

@media (max-width: 450px) {
#toc_container {
    /* width: 33%; */
    display: none;
		}}

.block_selection {
    padding: 16px 10px 10px 27px;
    margin: 25px 0 15px 0;
    font-weight: 500;
    background: #f0f6f882;
    border-left: 3px solid #167ac6;
    clear: both;

}

/* -------------------- Color Blocks -------------------- */

.color-bl {
    padding: 10px;
	margin: 5px 0;
    overflow: hidden;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.color-bl a {
   text-decoration: underline;
}

.color-bl a:hover {
   text-decoration: none;
}

.white-bl {
    background: #fff;
	border: 1px solid #e8e8e8;
}

.blue-bl {
    background: #ecf4f8;
	color: #5e779e;
	border: 1px solid #d3dee4;
}

.blue-bl a{
	color: #5e779e;
}

.green-bl {
   /* background: #f3ffd8;
	color: #669500;
	border: 1px solid #d1ec97;
	*/
	
	/* border: 2px dashed #5181b8; */
	padding: 20px 30px;
    border-radius: 16px;
    background: #fff2d5;
	margin-bottom: 15px;
    
	
}


.green-bl a {
	color: #669500;
}

.red-bl {
    background: #fcefef;
	color: #c65555;
	border: 1px solid #efd3d3;
}

.red-bl a {
	color: #c65555;
}

/* -------------------- Plagin Related Post -------------------- */
.crp_related  h3 {
margin-bottom: 13px;
    font-weight: 100;
    font-size: 26px;
}

.crp_title {

color: #6179d4;
    border-bottom: 1px solid;
    line-height: 1.3em;
    font-size: 20px;
}

.crp_related  ul li:before {
display: inline-block;
    color: #000;
    content: '—'!important;
    margin-right: 5px;
	background: none!important;
	
}
.crp_related  ul li {
margin: 0;
	margin-bottom: 13px;
	
}

@media (max-width: 600px){
.crp_related  h3 {
margin-bottom: 13px;
    font-weight: 100;
    font-size: 1.3em;
}
.crp_title {

color: #6179d4;
    border-bottom: 1px solid;
    line-height: 1.3em;
    font-size: 1.2em;
}
	.crp_related  ul li {
padding-left: 10px;
		margin-bottom: 13px;
	
}
}



.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #fc0;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 23px;
  padding: 15px;
  /* width: 200px; */
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
	width: 100%;
}

.button.red{
  background-color: #dd3333;
}


.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
	color: #333333;
}

.button.red span {
	color: #ebebeb;
}



.button span a {
  color: #333333;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.wp-polls {   
	/* background-color: #ffffff; */
    border-width: 5px;
    /* border-color: #1f5bff; */
    padding: 10px 20px 20px;
    /* border: 0 solid transparent; */
    border: 4px solid #dd3333;
    /* margin-left: 50px; */
    box-sizing: border-box;
}

.poll-title {   
	font-size: 18px;
	font-weight: 600;
}

#polls-3  { width: 80%;
    align-content: center;
    margin: 20px auto; }

@media (max-width: 600px){
#polls-3  { width: 100%;
    align-content: center;
    margin: 20px auto; }
	}

.wp-polls ul li {
    padding-left: 0px;
    margin: .7em 0;}
