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

.spisok {
    list-style-type: none;
    font: 100%/2.3 Verdana,Roboto,Helvetica, sans-serif;
    color: #555;
}
.ico {
    margin-top: 10px;
    padding: 20 20 0 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #B0C4DE;
}
#ico_1 { 
  background:url(/icons/placeholder.png) no-repeat;
} 
#ico_2 { 
  background:url(/icons/tel.png) no-repeat; 
  } 
#ico_3 { 
  background:url(/icons/earth.png) no-repeat; 
} 
#ico_4 { 
  background:url(/icons/email.png) no-repeat; 
} 
#ico_5 { 
  background:url(/icons/clock.png) no-repeat;
	}
#ico_6 { 
  background:url(/icons/twitter.png) no-repeat; 
} 
#ico_7 { 
  background:url(/icons/point.png) no-repeat;
	}
.entry-content ol, .entry-content ul, .taxonomy-description ol, .taxonomy-description ul {
    margin: 1.2em 0 1.5em 0;
    padding: 0;
    list-style: none;
}
.entry-title {
    font-size: 25px;
    margin-bottom: 0px;
	padding-left: 0px;
}
.entry-content {
    padding-left: 0px;
}
.h2, h2 {
    font-size: 1.1em;
}
.entry-content ul:not([class])>li:before, .taxonomy-description ul:not([class])>li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #548fd3;
    margin: 0 22px 0 -30px;
}
.mob-search {
    display: block;
}
body.sidebar-none .entry-content {
    padding-right: 0;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content h2,h3 {
    border-bottom: 2px solid #428bca;
	padding-bottom: 5px;
	    text-align: center;
	margin: 1em 0em .5em;
}
.page-separator {
    margin: 0 0 20px 0px;
    height: 2px;
    background: #5a80b1;
}