/* Theme Name: Голосовые поздравления new */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	text-decoration-skip-ink: none; /* убирает неадекватное подчеркивание ссылок в Хроме */
}
body {	
	height: 100%;
	/* background-image: url(/wp-content/themes/golosovye/images/background.jpg); */
    font-family: "Arial", sans-serif;
	font-size: 16px;
	color: #222222;
}

@media (min-width: 770px) {
body {
	font-size: 17px;	
	}
} 

.clear {
	clear:both;
}
h1, h2, h3, h4 {
	color: #F17401;
	font-family: "Arial", sans-serif;
}
h1, h2 {
    text-align: center;
    margin: 10px 0 10px 0;
}
h1 {
	font-size: 25px;
}

h2 {
	font-size: 22px;
	clear: left;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}

a {
	font-weight: bold;
	color: #426FF4;
}
a:hover {
	text-decoration: none;
}
strong, b {
	color: #333333;
}
p {
	margin: 17px 0;
	line-height: 165%;
	clear: left;
}
@media (max-width: 600px) {
p, ol, ul {
	margin: 17px 0;
}	
}

img {
	max-width: 100%;
    height: auto;
}
ul{
 	list-style: none;
}
ul li {
	margin: 17px 0;
	padding: 0 0 0 25px;	
	background: url(/wp-content/themes/golosovye/images/zvezda.png) no-repeat left center;
}

li {
	list-style-position: inside;
	margin: 17px 0;
	line-height: 165%;
}
ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset:  item; /* Обнуляем счетчик списка */
}
ol li{
	list-style-type: none;
}
ol li:before {
   content: counter(item)  '. '; /* Добавляем к числам точку */
   counter-increment: item; /* Задаём имя счетчика */
   font-size: 18px;
   color: #F17401;
   font-weight: bold;
}
.main {
	max-width: 1300px; 
	margin: 0 auto;
	background: #FFFFFF;
	min-height: 100%;
   	position: relative;
	padding-bottom: 50px;
}

/* Header start */
.header {
	background-size: cover;
	background-image: url(/wp-content/themes/golosovye/images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 29%;
}
@media (max-width: 425px) {
.header {
	background-image: url(/wp-content/themes/golosovye/images/header-mob.jpg);
}
}
/* Header end */

.content {
	padding: 10px 50px;
}

@media (max-width: 600px) {
.content {
	padding: 5px 13px;
}
}

.schetchik {	
	text-align: center;
	padding: 10px 0 15px;
	color: #585858;
}

.schetchik span {
    font-weight: bold;
	color: #F17401;
	padding: 5px;
}

.kod {
	text-align: center;
	font-weight: bold;
}
.otkrytka {
	text-align: center;
	margin: 5px 0 0 0;
}
.otkrytka input {
	margin: 5px auto;
	width: 100%;
	font-size: 16px;
	color: #0052DB;
 	max-width: 500px;
}
img.wp-post-image { /* изображение поста на странице категории */
	margin: 0 auto;
	display: block;
}

.margin-grattis {
	background-image: url('/images/preloader.gif');
	background-repeat: no-repeat;   
    background-position: top center;
}

@media (max-width: 500px) {
.margin-grattis {
	margin: -5px -5px 0 -43px;
	overflow: hidden;		
}
}

.new-grattis {
	min-height: 1400px;
	background-image: url('/images/preloader.gif');
	background-repeat: no-repeat;   
    background-position: center 1%;
	margin: 0 -12px;
}

.widget-grattis {
	min-height: 550px;
	background-image: url('/images/preloader.gif');
	background-repeat: no-repeat;   
    background-position: center 1%;
	margin: 0 -12px 10px -12px;
}

.widget-grattis-no-preloader {
	min-height: 550px;
	margin: 0 -10px 10px -10px;
}

.cat-postheading {
	max-width: 500px;	
	margin: 5px auto 40px;
}
.cat-postheading a {
	background-color: #EDE9C3;
	border-radius: 5px; 
	display: block;
	padding: 10px 12px;
	text-decoration: none; 
	font-weight: normal;
	color: #675F90;
	font-size: 18px;
}
.cat-postheading a:hover {
	background-color: #D6D3B2;
}

.imena-links {
     margin: 0 10px 0 0;
	 text-align: center;	
}

.imena-links a {
	background-color: #EDE9C3;
	display: block;
	margin: 10px 3px;
	padding: 10px 12px;
	border-radius: 5px;
	text-decoration: none;
	color: #675F90;
	font-weight: normal;
	text-transform: uppercase;
}
.imena {
     line-height: 180%;
     margin: 0 5px 0 5px;
	 font-size: 108%;
}
.imena a {
	background-color: #EDE9C3;
	padding: 8px 12px;
	border-radius: 3px;
	text-decoration: none;
	color: #675F90;
	font-weight: normal;
}
.imena a:hover, .imena-links a:hover {
	background-color:#FD9029;
	color:#FFFFFF;
}
.imena ul li{
	margin: 22px 0;
	background: none;
	padding-left: 0;
}
.stihi {
	max-width: 340px;
}
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 	
}

@media (max-width: 470px) { /* сортировка столбцов с именами на мобильных */
.flexbox .imena:nth-child(2n){
   order: 1;
}
}

.flexboxcenter {
	display: flex;
	justify-content: center;
	flex-wrap: wrap; 	
}
.prazdnikbox { 
	min-width: 140px;
	max-width: 325px;
	margin: 3px;	
}
.prazdnikbox ul li {
	background: none;
    padding-left: 0;
}
.prazdnikbox a {
	text-align: left;
	background-color: #EDE9C3;
	padding: 10px 10px;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	color: #675F90;
	font-weight: normal;
}
.prazdnikbox a:hover {
	background-color: #D6D3B2;
}

.popular-cats {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	font-family: "Arial", sans-serif;
	margin-top: 10px;
}
.popular-cat {
 	min-width: 130px;
	text-align: center;	
}
.popular-cat a {
	background-color: #EDE9C3;
	display: block;
	margin: 3px 3px;
	padding: 10px 12px;
	border-radius: 5px;
	text-decoration: none;
	color: #675F90;
	font-weight: normal;
	text-transform: uppercase;
	width: 130px;
}
.popular-cat a:hover {
	background-color: #D6D3B2;
} 
.player {
     vertical-align: middle; 
     margin-right: 10px;
}

/* Footer start */
.footer {
	background-color: #4285f4;
	width: 100%;
    min-height: 50px;
	position: absolute;
   	bottom: 0;
}
.copyright {
 	float: left;
 	padding: 18px 0px 5px 20px;
 	color: #FFFFFF;
  	font-weight: bold;
  	font-size: 14px;
	width: 70%;
	vertical-align: middle;
}
.count {
	float: right;
	padding: 11px 10px 0px 0px;
}

/* Footer end */

/* For Tabs start */
.postTabs {
	clear: both;	
}
.postTabs_divs{
	padding: 0 !important;	
}
ul.postTabs {
margin-top: 15px !important;
}
ul.postTabs li {
	font-size: 20px !important;
	font-family: "Arial", sans-serif;
}
ul.postTabs li a {
	font-weight: normal;
}
@media screen and (max-width: 699px) {
ul.postTabs li {
	margin: -3px 0 -3px 0 !important;
	font-size: 18px !important;		
}
ul.postTabs li a {
	width: 98% !important;
	padding: 0.6em 0.5em !important;
}
}
/* For Tabs end */

/* Recommended by http://codex.wordpress.org/CSS start */
.aligncenter img.art-article, .aligncenter img, img.aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft {
	float: left;
    margin-right: 10px;
}
.alignright {
	float: right;
    margin-left: 10px;
}
@media (max-width: 500px) {
.alignleft, .alignright {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
}
/* Recommended by http://codex.wordpress.org/CSS end */

/* витрина voicecards start */
@media (max-width: 750px) {     /* убираем боковое меню */
.l-vc-export__side, #showcases {
	display: none;
}
.b-vc-export__page {
	margin-left: 10px !important;
}
}
.b-vc-export__page__heading-i , .b-vc-export__page__heading__text { /* убираем заголовок страницы с картинкой */
	display: none;
}
.b-vc-export__list__card__info__ctrl-i {
	padding: 2px 5px 2px 5px;
}
.b-vc-export__side__rubric__title-i {
	font-weight: normal !important;
}
.b-vc-export__side__rubric__list__item_current {
	color: red !important;
	text-decoration: none !important;
}
.b-vc-export__page ul li, .b-vc-export__side__rubric__links ul li{
	background: none !important;
	padding: 0 !important;
}
.b-vc-export__filter {
	margin-top: 0 !important;
}
.b-vc-export__filter-i {
	font-size: 11px !important;
}
.b-vc-export__filter__item-i {
	padding: 4px 0 0 !important;
}
.b-vc-export__order__price__link {
	font-weight: normal !important;
}
.b-vc-export__list__card__info__ctrl {
	font: 11px/14px Verdana,Tahoma,Segoe,sans-serif !important; 
}
.b-vc-export__list__card__info__name {
	font: bold 13px Verdana,Tahoma,Segoe,sans-serif !important;
	line-height: 165% !important;	
}
.b-vc-export__list__card__info__name-i:hover {
	color: #F17401;
}

#vc_showcases_content .b-vc-export__list__card__info__name-i {
	text-decoration: none !important;
}
#vc_showcases_content .b-vc-export__list__card__info__name-i:hover {
	text-decoration: underline !important;
}

.b-vc-export__pages__item {
	padding: 2px 12px 2px 2px !important;
	font-size: 15px !important;
}
.b-vc-export__side__menu__item {
	background: none !important;
}
.b-vc-export__calendar__list__item__title {
	font: bold 12px/14px Tahoma,Verdana,Segoe,sans-serif !important;
}
.imennye-voicecards .b-vc-export__filter { /* убираем выбор пола на страницах с именами */
	display: none;
}
.imennye-voicecards .b-vc-export__list__card.b-vc-export__list__card_hb.ctrl-card_player { /* убираем выбор имени на страницах с именами */
	display: none !important;
}
.b-vc-export__code__data__sms-info { 
	width: 180px !important;
}
.b-vc-export__code__data {
	height: 160px !important;
}
.b-vc-export__payment__tabs__item { /* убираем отступы у пунктов "оплата через телефон", "другие способы" */
	margin: 0 !important;
}
@media (max-width: 540px) {
.b-vc-export__window.b-vc-export__window_send.ctrl_window_send.g-visible {
	margin-left: 0px !important;
}
}
.b-vc-export__window__close { /* значок закрытия окна */
	color: #F17401 !important;
	font-size: 32px !important;
}
.b-vc-export__list__card__info__ctrl-i.ctrl_button_send{ /* стили кнопки "отправить" */
	background: #ffaa05  !important;	
	color: #FFFFFF !important;
	font: 14px Tahoma,Verdana,Segoe,sans-serif !important;
	width: 80px !important;
    height: 20px !important;
}
.b-vc-export__list__card__info__ctrl-i.ctrl_button_send:hover {
	border-color: #F17401;
}

#vc_showcases_content .b-vc-export__list__card__player { /* значок плеера вровень с заголовком */
	margin-top: 4px !important;
}


.b-vc-export__payment__tabs-i li{ /* убираем звездочку у способов оплаты в витрине тип "категория" */
	background: none !important;
}
.b-vc-export__order__region__counties-i li{ /* убираем звездочку возле названия стран в витрине тип "категория" */
	background: none !important;
	padding: 0 !important;
}
#b-vc-export__list_l6 .b-vc-export__list__hb { /* проблема узкого блока Тем кто родился сегодня */
    width: 100% !important;
}
#vc_showcases_content {
	min-height: 600px;
}
/* витрина voicecards end */

.preloader {margin: 0 auto; display: block;}

#iframepreload {z-index:999;}
#iframepreload div {background:#fff;text-align:center;margin: 0 auto;}

/* Соц кнопки start */
.ya-share2__icon{height: 30px !important; width:30px!important; background-size: 30px 30px !important; background-repeat:no-repeat; position:relative;}
.ya-share2__title{display: none !important;}
.ya-share2__badge {
	margin: 0 6px;
}

.ya-share2 ul li {
	background: none !important;
	padding: 0 !important;
}

.ya-share {
	position: fixed;
	z-index: 999;
	bottom: 0;	
    left: 0; 
	right: 0; 
	background-color: #FFF8E8;
	padding: 4px 0;
	border-top: 1px solid #E6E6E6;	
}
/* Соц кнопки end */