/*
Theme Name:         Titanium Soft Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.4.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

a {
	color: #0b91b2;
}

a:hover, a:focus {
	color: #105769;
}

nav.nav-primary {
	background-color: #662383;
}

body>header .phone {
	background-color: #662383;
}

nav.nav-primary a {
	padding: 5px !important;
	font-size: 21px;
}

.home .info-block {
	background-color: #843ba4;
}


.home .info-block .container {
    width: 1560px;
    max-width: 100%;
}

.archive-title, .wrap.container header h1, .page-title {
	font-size: 42px;
    color: #662383;
    margin: 0;
}

.blog article, .archive article, .qa-content article {
	border-bottom: solid 1px #c1c4c8;
	margin-bottom: 15px;
}

.blog article .entry-title a, .archive article .entry-title a, .qa-content article .entry-title a {
	font-size: 21px;
	font-weight: bold;
	color: #2a292a;
}

.blog article .entry-title, .archive article .entry-title, .qa-content article .entry-title {
	margin: 0 0 10px;
}

.blog article, .archive article, .qa-content article {
	font-family: arial;
}

.blog article .read-more, .archive article .read-more {
	color: #0b91b2;
	text-decoration: underline;
}

.blog article .read-more:hover, .archive article .read-more:hover {
	color: #105769;
}

.wrap.container aside.sidebar .bgck {
	background-color: #dedefe;
	border: solid 1px #c1c4c8;
}

.sidebar .nav.aside-menu>li {
	color: #663399;
	font-weight: bold;
}

.sidebar .nav.aside-menu>li li a {
	color: #333;
	font-size: 25px;
}

.sidebar .nav.aside-menu>li li:before {
	border-top-color: #663399;
	border-left-color: #663399;
}

.sidebar .nav.aside-menu>li li.active a {
	color: #663399;
}

.contact-form {
	background-color: #edeef0;
	border: solid 1px #c9cbcf;
}

.contact-form p.title-form {
	font-size: 29px;
	direction: rtl;
	display: block;
}

article footer {
	display: none;
}


.blog .wpcf7, .archive .wpcf7 {
	margin-top: 56px;
}

.home .info-block .image-link .text-link {
	font-size: 36px;
	color: #662383;
}

@media (max-width: 1200px) {
	.home .info-block .image-link .text-link {
		font-size: 21px;
		font-weight: bold;
		line-height: 1;
	}
}

@media (max-width: 1200px) {
	.home .info-block .image-link .text-link {
		font-size: 16px;
	}
}
.home .contact-form {
	background-color: #f1f1f1;
}

.home main {
	font-size: 19px;
	font-family: Spoiler;
}


.sidebar-cats, .sidebar-cats ul {
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0;
}

.sidebar-cats {
	padding: 10px 15px 10px 5px;
}

.sidebar-cats .categories {
	color: #663399;
    font-weight: bold;
    font-family: Spoilerlight;
    line-height: 30px;
    margin-bottom: 1em;
}

.sidebar-cats .categories li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #663399;
    border-left: 3px solid #663399;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidebar-cats .categories li a {
	color: #333;
    font-size: 25px;
    display: inline-block;
    padding-right: 5px;
}

.wrap.container main .qa-content .entry-content {
	margin-bottom: 0;
}

.qa-content article .entry-title a:before {
	content: '+';
	display: inline-block;
	width: 11px;
	font-size: 14px;
	padding-left: 3px;
}

.qa-content article .entry-title a.active:before {
	content: '-';
}

.qa-content article .qa-ans {
	display: none;
}

.qa-content article {
	margin-bottom: 0;
}

.slider .shadow .container {
	background-image: none;
	height: 0;
}

.page-id-77 .img-box {
	float: right !important;
	width: 20% !important;
}

.page-id-77 .text-box {
	float: right !important;
	width: 75% !important;
	margin-right: 5% !important;
}

@media(max-width: 767px) {
	.page-id-77 .csRow .img-box {
		float: none;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 20px !important;
	}

	.page-id-77 .csRow .text-box {
		float: none;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 20px !important;
	}
}

@media (max-width: 1000px) and (min-width: 767px) {
	body>header .logo img {
		width: 100%;
		height: auto;
	}

	body>header .logo {
		width: 250px;
	}
}