﻿/*
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');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

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

.block-links a {
	display: inline-block;
	margin: 0 10px 10px 0;
	background: #fff;
	border-radius: 4px;
	padding: 10px 35px;
	text-decoration: none;
	transition: all .5s;
	color: #F97600;
	
	font-family: 'Roboto';
	font-size: 20px;
    font-weight: 700;
    line-height: 24px;
	
	border: 1px solid #F97600;
}

.block-links a.ver1 {
	border-color: #F97600;
	color: #F97600;
}

.block-links a.ver2 {	
	border-color: #DD1B00;
	color: #DD1B00;
}

.block-links a.ver3 {
	border-color: #0FB6EE;
	color: #0FB6EE;
}

.block-links a.ver4 {
	border-color: #FF55AC;
	color: #FF55AC;
}

.block-links a.ver5 {
	border-color: #399812;
	color: #399812;
}

.block-links a.ver6 {
	border-color: #808080;
	color: #808080;
}

.block-links a:hover {
	background: #F97600;
	color: #ffffff;
}

.block-links a.ver2:hover {
	background: #DD1B00;
}

.block-links a.ver3:hover {
	background: #0FB6EE;
}

.block-links a.ver4:hover {
	background: #FF55AC;
}

.block-links a.ver5:hover {
	background: #399812;
}

.block-links a.ver6:hover {
	background: #808080;
}

.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 #8C4EFF;
    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: #8C4EFF;
}

.pagination .nav-links .page-numbers {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #E3D3FF;
    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:before {
	display: none !important;
}

.pagination .nav-links .page-numbers:hover {
    border: 1px solid transparent !important;
	background: #F2EBFF !important;
    color: #8C4EFF !important;
	
    border-radius: 4px !important;
}

.pagination .nav-links .page-numbers.next {
	background-repeat: no-repeat;
}

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

.pagination .nav-links .page-numbers.next:hover {
	background-color: #F2EBFF;
	background-repeat: no-repeat;
	color: #8C4EFF;
}

.pagination .nav-links .page-numbers.prev {
	background-repeat: no-repeat;
}


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

.pagination .nav-links .page-numbers.prev:hover {
	background-color: #F2EBFF;
	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 {
	position: relative;
	
	background: #ffffff;
    background-size: cover;
	border: none !important;
    padding: 15px 25px;
	
	margin: 40px 60px 70px 60px;
	
	font-family: 'Roboto', serif;
	font-size: 20px;
	line-height: 136.69%;
	color: #000000;
	
	border-radius: 20px;
	
	z-index: 2;
}

.entry-content blockquote:before {
    content: '';
    width: calc(100% + 120px);
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: -60px;
    background: #FFFCF8 url(/wp-content/themes/reboot_child/images/blockquote-ver1.png) center center;
    z-index: -1;
	border-radius: 20px;
}

.entry-content blockquote:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: -1;
	border-radius: 20px;
	
    box-shadow: 6px 7px 10px rgb(0 0 0 / 15%);
}

.header-blockquote--block {
	position: relative;
}

.header-blockquote--block:before {
	content: '';
	top: -25px;
	left: 0;
	position: absolute;
	width: 52px;
	height: 32px;
	background: url(/wp-content/themes/reboot_child/images/quote.svg) top center;
}

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

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

.entry-content blockquote.ver4:before {
	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: #9DDEF4 !important;
}

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

.entry-content blockquote .footer-blockquote--block__photo {
    display: inline-block;
    background: #f47fba;
    color: #101010;
    border-radius: 8px;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s;
}

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

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

.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 .ya-share2__container_shape_round .ya-share2__badge {
	background-color: #FFB777 !important;
}

.entry-content blockquote.ver3 .ya-share2__container_shape_round .ya-share2__badge {
	background-color: #C2A5F9 !important;
}

.entry-content blockquote.ver4 .ya-share2__container_shape_round .ya-share2__badge {
	background-color: #9DDEF4 !important;
}

.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;
}

.entry-content blockquote p, .home-text blockquote p, .taxonomy-description blockquote p {
	color: #000000;
	text-align: center;
	font-family: 'Merriweather';
}

.star-rating {
	text-align: center;
}

.scrolltop:before {
    color: #9761FF !important;
}

.footer-blockquote--block__fonts {
	display: inline-block;
    background: #f47fba;
    color: #101010;
    border-radius: 8px;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s;
    position: absolute;
    top: -30px;
    right: 25px;
	cursor: pointer;
}

@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 10px 10px 0;
	}
	.entry-content blockquote {
		padding: 30px 25px !important;
		margin: 70px 0px !important;
	}
	.entry-content blockquote .footer-blockquote--block > div {
		flex-direction: column;
	}
	.entry-content blockquote .footer-blockquote--block__photo {
		margin-top: 10px;
	}
	.entry-content blockquote {
		font-size: 16px;
	}
}