﻿/*
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 стили */


/* Подзаголовки в статьях */
	.h-sub-content { font-family: "Times New Roman"; display: inline-block; letter-spacing: 0.2px; font-size: 16px; font-weight: 800; color:#000; text-transform:uppercase; border-bottom: 3px solid #f63b29; line-height: 25px; margin-bottom: -2px; width: auto; max-width: 100%;}
	.sub-content span { display: inline-block; font-size: 10px; font-weight: bold; letter-spacing: 2px;}
	.sub-content { border-bottom: 1px solid #e1e1e1; position: relative; margin-bottom: 20px;}
	
	/* Dropcaps */
    .dropcap1, .dropcap2, .dropcap3 { text-transform:uppercase; line-height:1; float: left; font-size: 44px; margin: 0 8px 0 0; font-family: Times, serif, Arial; }
	.dropcap2, .dropcap3 {	background: #4a4a4a; color: #fff; display: block; padding:10px; border-radius:5px; margin-top: -2px; }
	.dropcap3 { background: #0093d0; }
	
	/* Distance (Vertical Spaces) */
	.vertical-space, .vertical-space1, .vertical-space2, .vertical-space3, .vertical-space4, .vertical-space5 { display: block; width: 100%; margin: 0; clear: both; border: 0 none; height: 20px;}
	.vertical-space2 { height: 30px; }
	.vertical-space3 { height: 40px; }
	.vertical-space4 { height: 50px; }
	.vertical-space5 { height: 60px; }
	

a, a:visited {
    color: #111;
    text-decoration: none;
}

/* Логотип по центру */
.site-branding {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Меню по центру */
.menu-topbar-menu-container {
    display: table;
    margin: 0 auto;
}

.menu-topbar-menu-container ul li a:hover {
color: #ff5a00;
background: #111;
}

.footer-navigation ul li>a:before, .footer-navigation ul li>span:before, .main-navigation ul li>a:before, .main-navigation ul li>span:before {
     z-index: 0;
    }


/* TESTIMONIALS */
	.testimonial { margin: 25px 0 100px; clear:both; min-width:220px; }
	.testimonial-content { padding:8px 12px; position:relative; border:1px solid #e9e9e9; background:#fcfcfc;  border-radius:9px;}
	.container .testimonial-content p { margin:6px;}
	.testimonial-content h4 { padding:10px; line-height:1.7; color:#595959; margin-top:7px; }
	.testimonial-content h4 q { font-size:22px; line-height:1.3; font-family: 'Merriweather', serif; font-weight:300; font-style:italic;}
	.testimonial-arrow { position:absolute; width:127px; height:14px;  left:50px; bottom:-14px;}
	.testimonial-arrow:after, .testimonial-arrow:before {content: '';display: block;position: absolute;width: 0; right:58px;height: 0;border-style: solid; border-width: 9px;}
	.testimonial-arrow:after {top: -1; border-color: #fcfcfc transparent transparent transparent ;}
	.testimonial-arrow:before {top: 1px; border-color: #e7e7e7 transparent transparent transparent;}​
	.testimonial-brand { position:relative; margin:12px 16px 8px 0px;}
	.testimonial-brand img { width:76px; height:76px; border-radius:45px; float:left; border:1px solid #eee; margin-top:10px; color:transparent; background:#c5c5c5 url(../images/avatr1.png) no-repeat center;}
	.testimonial-brand h5 { float:left; clear:right; margin:20px; margin-left:14px; color:#555; font-size:17px; }
	.testimonial-brand h5 strong { font-weight:600;}
	.testimonial-brand h5 em { font-size:13px; font-style:normal; font-weight:400; color:#777; }
	

