/*
Theme Name: Tmix Framework 3
Theme URI: https://freelancehunt.com/freelancer/galkin_lancer.html
Author: <a href="https://freelancehunt.com/freelancer/galkin_lancer.html">Alexey Ryabokon</a>
Author URI: https://freelancehunt.com/freelancer/galkin_lancer.html
Description: Designed by <a href="https://freelancehunt.com/freelancer/galkin_lancer.html">Alexey Ryabokon</a>.
Version: 3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond .comment-reply-title{
	margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p label{
	display: block;
	padding: 0 0 5px;
}
#commentform p textarea{
	width: 98%;
}

/* Comments*/
#comments{
	margin: 0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li.comment{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist li.alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li.comment ul li.comment{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry-comment p{
	margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */
.entry{
	width:100%;
	line-height:1.5em;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 20px 0;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 15px 0; }

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em;}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
	max-width: 100%;
	height: auto;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text, .entry .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al{
	float: left;
}
.ar{
	float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 20px 0;
	padding:0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
	padding: 0 0 15px;
}


/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
}
.single .pagination{
}
.pagination a{
}

/* New styles */
#menu-saibar-sleva li.menu-item-has-children > a,
#menu-saidbar-sleva-ua li.menu-item-has-children > a,
#menu-saidbar-sleva-en li.menu-item-has-children > a {
	display: flex;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
	height: 65px;
    align-items: center;
	padding-left: 124px;
}
#menu-saibar-sleva li.menu-item-has-children .sub-menu,
#menu-saidbar-sleva-ua li.menu-item-has-children .sub-menu,
#menu-saidbar-sleva-en li.menu-item-has-children .sub-menu {
	display: none;
}
#menu-saibar-sleva li#menu-item-82 > a,
#menu-saidbar-sleva-ua li#menu-item-431 > a,
#menu-saidbar-sleva-en li#menu-item-566 > a {
	background-image: url('../amix4/images/topics/written-translation.jpg&w=105&h=65.jpeg');
}
#menu-saibar-sleva li#menu-item-93 > a,
#menu-saidbar-sleva-ua li#menu-item-446 > a,
#menu-saidbar-sleva-en li#menu-item-576 > a {
	background-image: url('../amix4/images/topics/legalization.jpg&w=105&h=65.jpeg');
}
#menu-saibar-sleva li#menu-item-271 > a,
#menu-saidbar-sleva-ua li#menu-item-459 > a,
#menu-saidbar-sleva-en li#menu-item-589 > a {
	background-image: url('../amix4/images/topics/oral-translation.jpg&w=105&h=65.jpeg');	
}
#menu-saibar-sleva li#menu-item-282 > a,
#menu-saidbar-sleva-ua li#menu-item-470 > a,
#menu-saidbar-sleva-en li#menu-item-600 > a {
	background-image: url('../amix4/images/topics/synchronous-translation-sch.jpg&w=105&h=65.jpeg');
}
#menu-saibar-sleva li#menu-item-287 > a,
#menu-saidbar-sleva-ua li#menu-item-475 > a,
#menu-saidbar-sleva-en li#menu-item-605 > a {
	background-image: url('../amix4/images/topics/bonuses.jpg&w=105&h=65.jpeg');
}

.pagination {
	text-align: center;
	font-size: 18px;
}
.pagination span,
.pagination a {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
}
.pagination span {
	background-color: var(--sm-second-color);
	color: #fff;
}
.open-m-nav {
	display: none;
}
@media screen and (max-width: 991px) {
	.sidebar .logo,
	.language_select,
	.main_search_form {
		display: none;
	}
	.open-m-nav {
		display: block;
		position: absolute;
		font-size: 35px;
		left: 15px;
		top: 15px;
		z-index: 99;
	}
	#sidebar-left.show {
		left: 0;
		visibility: visible;
	}
	#sidebar-left.show + #close_left_content {
		visibility: visible;
	}
	#menu-saibar-sleva > li > a {
		background-size: 55px !important;
		padding-left: 70px !important;
	} 
	.left_articles {
		padding-top: 0;
	}
	.left_articles>li {
		padding: 10px 0 10px;
	}
	.left_articles li ul {
		margin-left: 70px !important;
		padding-left: 0 !important;
		    display: block !important;
	}
	.left_articles li ul li>a {
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		padding: 5px 0;
		display: block;
	}
}
