/*
Theme Name:  Simpatika Дочерняя тема
Theme URI:  http: /goodwinpress.ru/Simpatika/
Description:  Дочерняя тема для Simpatika
Author:  Goodwin
Template:  simpatika
Version:  1.0
 */
 	/*Добавление стилей для нумерования списка*/

.border {
list-style: none;
padding: 0;
}
.border li {
font-family: "Trebuchet MS", "Lucida Sans";
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #f05d22; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 20px;
letter-spacing: 2px;
transition: 0.3s all linear;
}
	.square {
  margin: 0;
  counter-reset: li;
  list-style: none;
  background:#EDEBFF;
  padding: 10px;
}
.square li {
  position: relative;
  margin: 0 0 10px 2em;
  padding: 4px 8px;
  border-top: 2px solid #787A77;
  transition: .3s linear;
}
.square li:last-child {margin-bottom: 0;}
.square li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  border-top: 2px solid #787A77;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: #787A77;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}
.square li:hover {border-top: 2px solid #389F70;}
.square li:hover:before {
  border: 2px solid #389F70;
  background: #98EABA;
}
	
	

.bullet {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet li {
position: relative;
margin-bottom: 1.5em;
border: 3px solid #CADFCF;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "Trebuchet MS", "Lucida Sans";
}
.bullet li:before {
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: #DCC24B;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
}
	
/*holiday нумерованный список*/		
.holiday {
  overflow: hidden;
  font-size: 16px;
}
.holiday dt, .holiday dd {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 0.625em 0 0.875em;
  color: #4C565C;
  box-sizing: border-box;
}
dt {
  width: 6%;
  float: left;
  clear: right;
  background: #D3E6DD;
  font-weight: bold;
}
dd {
  width: 75%;
  float: inherit;
  margin-left: 5%;
  margin-bottom: .3225em;
  border: 1px solid #BECFC7;
  border-left: none;
}
	
.list2b {
    margin-bottom: 8px;
    padding: 0;
    list-style: none;
    counter-reset: li;
}    
.list2b li {
    position: relative;
    border: 2px solid #DDDDDD;
    background: #FAFAFA;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/*Конец holiday нумерованного списка*/	
	/*Конец нумерования списка*/
	
	/*Загнутый уголок*/
.corner-box-2 {
    position:relative;
    display: inline-block;
    width: 300px;
    margin: 10px 0 40px 0;
    padding: 30px;
    color: #fff;
    text-align: center;
    background: #337AB7;
    background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,.4) 0) no-repeat 100% 0 / 30px 30px,
    linear-gradient(-135deg, transparent 20px, #337AB7 0);
    filter: drop-shadow(20px 30px rgba(0,0,0,0.1));
}
.corner-box-2::before{
    content: ' ';
    position:absolute;
    top: 30px; 
    right: 0;
    background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,0.1) 0) 100% 0 no-repeat;
    width: 30px;
    height: 30px;
    transform: rotate(180deg)
}	
/*Конец Загнутый уголок*/	
	
	/*Информационный уголок:*/
.corner-box-5 {
    display:inline-block;
    margin: 10px;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.corner-icon-cont-5 {
    color: #fff;
}
.corner-icon-cont-5:before {
    content: '';
    height: 50px;
    width: 50px;
    transition: 0.5s ease;
    border-radius: 0 0% 100% 0;
    background: #337AB7;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.corner-icon-cont-5:hover {
    width: 100%;
    height: 100%;
}
.corner-icon-cont-5:hover:before {
    border-radius: 0;
    width: 150%;
    height: 150%;
    transition: 0.5s ease;
}
.corner-icon-cont-5:hover .corner-icon-5 {
    top: -50%;
    left: -50%;
    transition: 0.5s ease;
}
.corner-icon-cont-5:hover .corner-textbox-5-2 {
    transition: 0.5s ease;
    top: 50%;
    left: 0;
    z-index: 4;
}
.corner-icon-5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: 0.8s ease;
    padding: 10px 16px;
    font-weight: bold;
}
.corner-textbox-5-2 {
    position: absolute;
    top: -200%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 100%;
    color: #fff;
    left: -200%;
    padding: 30px;
}
.corner-textbox-5 {
    text-align: center;
}	
/*Конец Информационный уголок:*/

/*Картинная рамка 2:*/
.corner-box-8 {
    position: relative;
    box-shadow: 20px 20px 36px rgba(0,0,0,0.2);
    border: 11px solid #ededed;
    width: 700px;
    padding: 20px;
    margin: 30px;
    text-align: center;
    display: inline-block;
}
.corner-textbox-8:before {
    content: " ";
    position: absolute;
    top: 0;    
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    box-shadow: inset 10px 0 12px rgba(0,0,0,0.35);    
}
.corner-textbox-8 {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    background-color: #BFE2FF;
    border: 12px solid #f5f5f5;
    max-width: 100%;
    max-height: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/*Конец Картинная рамка 2:*/

/*Стили кнопки - для разрыва страниц */
.page-links {
    clear: both;
    color: #777;
    font-size: 14px;
    margin: 24px 0;
    text-transform: capitalize; /* Каждое слово начинается с заглавной буквы */
}
.page-links a, .page-links > span {
    background: #F6F7FB none repeat scroll 0 0;
    display: inline-block;
    font-weight: 500;
    margin: 0 1px 2px 0;
    padding: 4px 10px;
    text-align: center;
}
.page-links a {
    background: #FC5D5D none repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
}
.page-links a:hover {
    background: #C52F10 none repeat scroll 0 0;
}
.page-links > .page-links-title {
    height: auto;
    margin: 0;
    padding-right: 7px;
    width: auto;
}	
/*Окончание Стили кнопки  - для разрыва страниц*/
	
/*Стили нумерования кнопок списка*/
.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: rgb(0,200,200);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}	
	/*Окончание Стили нумерования кнопок списка*/	

/*Начало стилей нумерования кнопок списка*/

.border {
list-style: none;
padding: 0;
}
.border li {
font-family: "Trebuchet MS", "Lucida Sans";
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #f05d22; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 20px;
letter-spacing: 2px;
transition: 0.3s all linear;
}
.border li:nth-child(2){border-color: #8bc63e;}
.border li:nth-child(3){border-color: #fcba30;}
.border li:nth-child(4){border-color: #1ccfc9;}
.border li:nth-child(5){border-color: #493224;}
.border li:hover {border-left: 10px solid transparent;}
.border li:nth-child(1):hover {border-right: 10px solid #f05d22;}
.border li:nth-child(2):hover {border-right: 10px solid #8bc63e;}
.border li:nth-child(3):hover {border-right: 10px solid #fcba30;}
.border li:nth-child(4):hover {border-right: 10px solid #1ccfc9;}
.border li:nth-child(5):hover {border-right: 10px solid #493224;}

/*Окончание Стили нумерования кнопок списка*/	

/*Начало стилей нумерования кнопок списка*/

.pills {
  margin-left: 0;
  list-style: none;
  counter-reset: li;
  font-family: calibri;
}
.pills li {
  padding: 10px 0;
  position: relative;
  left: 1.5em;
  margin-bottom: 0.75em;
  padding-left: 1em;
  background: #E3DEDC;
}
.pills li:before {
  padding: 10px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5em;
  width: 1.875em;
  text-align: center;
  color: white;
  font-weight: bold;
  background: #D66786;
  border-bottom-left-radius: 70em;
  border-top-left-radius: 70em;
  counter-increment: li;
  content: counter(li);
}

/*Окончание Стили нумерования кнопок списка*/

/*Начало стилей нумерования кнопок списка*/

.rounded {
counter-reset: li; 
list-style: none; 
font: 14px "Trebuchet MS", "Lucida Sans";
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .5em 0;
background: #DAD2CA;
color: #444;
text-decoration: none;
border-radius: .3em;
transition: .3s ease-out;
}
.rounded a:hover {background: #E9E4E0;}
.rounded a:hover:before {transform: rotate(360deg);}
.rounded a:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #8FD4C1;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid white;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
}

/*Окончание Стили нумерования кнопок списка*/

