﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

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

@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

.block-links {
	width: 100%;
	margin: 20px 0;
}

.block-links a {
	display: inline-block;
	margin: 0 10px 10px 0;
	background: #FFEED9;
	border-radius: 47px;
	padding: 10px 24px;
	text-decoration: none;
	transition: all .5s;
	color: #EA7331;
	
	font-family: Montserrat;
	font-size: 20px;
    font-weight: 700;
    line-height: 47px;
}

.block-links a.ver1 {
	background: #FFEED9;
	color: #EA7331;
}

.block-links a.ver2 {
	background: #FFE7E7;
	color: #BB4B4B;
}

.block-links a.ver3 {
	background: #D6F1FD;
	color: #3893BC;
}

.block-links a.ver4 {
	background: #EBEFFF;
	color: #4761C4;
}

.block-links a:hover {
	background: #e1e1e1;
	color: #666666;
}

.block-links a img {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-right: 10px;
    object-fit: cover;
}

.pagination .nav-links .page-numbers.current {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #F18361;
    box-sizing: border-box;
    border-radius: 4px;
	
    -webkit-box-shadow: unset;
    box-shadow: unset;
    line-height: 34px;
    text-align: center;
    padding: 0;
	
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #F18361;
}

.pagination .nav-links .page-numbers {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #FFE4D4;
    box-sizing: border-box;
    border-radius: 4px;
	
    -webkit-box-shadow: unset;
    box-shadow: unset;
    line-height: 34px;
    text-align: center;
    padding: 0;
	
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #000000;	
}

.pagination .nav-links .page-numbers:hover {
    border: 1px solid #F18361;
	background: #ffffff;
    color: #F18361;
}

.pagination .nav-links .page-numbers.next {
	background: url(/wp-content/themes/reboot_child/images/arrow-pagi-r.svg) center center;	
	background-repeat: no-repeat;
}

.pagination .nav-links .page-numbers.next:before {
	display: none;
}

.pagination .nav-links .page-numbers.next:hover {
	background-color: #F18361;
	background: #F18361 url(/wp-content/themes/reboot_child/images/arrow-pagi-r-hover.svg) center center;
	background-repeat: no-repeat;
}

.pagination .nav-links .page-numbers.prev {
	background: url(/wp-content/themes/reboot_child/images/arrow-pagi-l.svg) center center;	
	background-repeat: no-repeat;
}


.pagination .nav-links .page-numbers.prev:before {
	display: none;
}

.pagination .nav-links .page-numbers.prev:hover {
	background-color: #F18361;
	background: #F18361 url(/wp-content/themes/reboot_child/images/arrow-pagi-l-hover.svg) center center;
	background-repeat: no-repeat;
}

.pagination {
	display: flex;	
}

.pagination .nav-links {
	display: flex;
    margin: 0 auto 30px auto;
}

.scrolltop:before {
    content: "︿";
    position: relative;
    color: #F18361;
    font-size: 2rem;
    vertical-align: middle;
    top: -1px;
}

.entry-content blockquote {
	background: #FFFCF8 url(/wp-content/themes/reboot_child/images/blockquote-ver1.png) center center;
    background-size: cover;
	border: none !important;
    padding: 15px 25px;
	
	font-family: 'Merriweather', serif;
	font-size: 20px;
	line-height: 136.69%;
	color: #000000;
	
	border-radius: 20px;
}

.entry-content blockquote.ver2 {
	background: #FFFCF8 url(/wp-content/themes/reboot_child/images/blockquote-ver2.png) top center;
}

.entry-content blockquote.ver3 {
	background: #FFFCF8 url(/wp-content/themes/reboot_child/images/blockquote-ver3.png) top center;
}

.entry-content blockquote.ver4 {
	background: #FFFCF8 url(/wp-content/themes/reboot_child/images/blockquote-ver4.png) top center;
}


.entry-content blockquote .footer-blockquote--block {
	padding-top: 15px;
    display: flex;
	align-items: center;
    justify-content: space-between;
}

.entry-content blockquote .footer-blockquote--block > div {	
    display: flex;
	align-items: center;
}

.ya-share2__container_shape_round .ya-share2__badge {
	background-color: #D1B198 !important;
}

.entry-content blockquote .footer-blockquote--block .share-block__header {
	display: inline-block;
	color: #A06F60;
	font-size: 15px;
	margin-right: 15px;
}

.entry-content blockquote .footer-blockquote--block__photo, .entry-content blockquote .footer-blockquote--block__fonts {
    display: inline-block;
    background: #FC9E69;
    color: #FBF7F1;
    border-radius: 8px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
	transition: all .5s;
	margin: 0 5px;
}

.entry-content blockquote .footer-blockquote--block__photo:hover, .entry-content blockquote .footer-blockquote--block__fonts:hover {
	opacity: .7;
	cursor: pointer;
}

.star-rating img {
	opacity: .2;
	transition: all .5s;
}

.entry-content blockquote.ver2 .footer-blockquote--block__photo {
    background: #FF9696;
}

.entry-content blockquote.ver3 .footer-blockquote--block__photo {
    background: #FFAD46;
}

.entry-content blockquote.ver4 .footer-blockquote--block__photo {
    background: #51ADB1;
}

.entry-content blockquote .footer-blockquote--block .footer-blockquote--block__copy {
	width: 32px;
	height: 32px;
	background: url('/wp-content/themes/reboot_child/images/copy.svg');
	transition: all .5s;
	margin-right: 15px;
}

.entry-content blockquote .footer-blockquote--block .footer-blockquote--block__copy:hover {
	opacity: .7;
	cursor: pointer;
}

.entry-content blockquote.ver2 .footer-blockquote--block .footer-blockquote--block__copy {
	background: url('/wp-content/themes/reboot_child/images/copy-ver2.svg');
}

.entry-content blockquote.ver3 .footer-blockquote--block .footer-blockquote--block__copy {
	background: url('/wp-content/themes/reboot_child/images/copy-ver3.svg');
}

.entry-content blockquote.ver4 .footer-blockquote--block .footer-blockquote--block__copy {
	background: url('/wp-content/themes/reboot_child/images/copy-ver4.svg');
}

.star-rating img.hover,
.star-rating img.active {
	opacity: 1;
}

.star-rating img:hover {
	opacity: 1;
	cursor: pointer;
}

.footer-blockquote--block {
	border-top: 1px solid #E6CEC1;
}

#otkr {
		margin-bottom: 30px;
}

#otkr textarea {
		width: 100%;
		height: 150px;
}

#otkr p {
		margin-bottom: 20px !important;
}

#otkr label {
    margin: 0 10px 20px 10px;
}

#otkr label:first-child {
    margin: 0 10px 20px 0;
}

#otkr img {
    margin: 0 0 0 10px;
}

#otkr button {
		margin-top: 20px;
}

.entry-content p + span {
	margin: 0 !important;
}

#generate-download {
	color: #fff !important;
  margin: 20px 0 0 20px;
}

@media (max-width: 600px) {
	.entry-content blockquote .footer-blockquote--block {
		flex-direction: column;
	}
	.entry-content blockquote .footer-blockquote--block .footer-blockquote--block__share {
		margin-bottom: 10px;
	}
	.entry-content blockquote .footer-blockquote--block .share-block__header {
    	font-size: 13px;
	}
	.block-links a img {
		position: relative;
		top: -1px;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		object-fit: cover;
	}
	.block-links a {		
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	.entry-content blockquote .footer-blockquote--block > div {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}