/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
}
a, a:hover, a:active, a:focus, a:visited {
	text-decoration: none !important;
	color: #00a7ec;
}

.d-none {
	display: none;
}

.tp-caption.thim-slider-heading {
    border-left: 5px solid #feec02 !important;
    padding-left: 20px !important;
}


.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
}
.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
}
.cssload-loader-style-2{
	border-color: #24a4d3 !important;
}
.cssload-loader-style-2 .cssload-loader-inner{
	background-color: #24a4d3 !important;
}
.widget_icl_lang_sel_widget{
	/*text-align: right;*/
	width: 90px;
}
#toolbar {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
    font-weight: 500;
}

#masthead #toolbar{
	/*background-color: #ffb604;*/
	background-color: #00a6ec;
	padding:0;
}
#toolbar .toolbar-container{
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#toolbar .toolbar-container aside#text-12 {
    width: 100%;
    display: flex;
    flex: 100%;
    align-items: center;
    justify-content: flex-end;
    /* height: 74px; */
}
#toolbar .toolbar-container aside#text-12 .thim-social {
	margin: 0;
}
#toolbar .toolbar-container > .ext_xcl21{
	/*text-align: right;*/
	position: relative;
	width: 80%;
}
.wpml-ls-sidebars-toolbar{
	padding:0 5px;
}
.wpml-ls-sidebars-toolbar ul{
	line-height: 20px;
	display: inline-flex;
	margin-top: 5px;
}
#toolbar .wpml-ls-sidebars-toolbar ul li.wpml-ls-item a{
	color:#fff;
}
#toolbar .widget_login-popup div a:hover,
#toolbar .ext_xcl21 .thim-have-any-question > div:hover a,
#toolbar .ext_xcl21 .thim-have-any-question > div:hover i,
#toolbar .wpml-ls-sidebars-toolbar ul li.wpml-ls-item a:hover{
	/*color:#ffb606;*/
	transition:all 1s linear;
}
#toolbar .wpml-ls-sidebars-toolbar ul li.wpml-ls-current-language a{
	color:#333;
}
.wpml-ls-sidebars-toolbar ul li.wpml-ls-item-uk a{
	border-right: 1px solid #212121;
}
#toolbar .ext_xcl21 .thim-have-any-question{
	position: absolute;
	right: 0;
	top: -15px;
}
/*#toolbar .thim-have-any-question:after{
	border-right: 1px solid #ffb606;
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 1em;
	padding-left: 3em;
	vertical-align: middle;
}*/


.wx_header_logo_text{
	display: inline-block;
	vertical-align: middle;
	transition:all 1s linear;
}
.affix-top .wx_header_logo_text{
	transition:all 1s linear;
	vertical-align: middle;

}
.wx_header_logo_text .after_logo_head{
	color:#333;
	padding-left: 20px;
	text-align: center;
}
.wx_header_logo_text .after_logo_head .top1{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 95%;
    text-align: left;
}
.wx_header_logo_text .after_logo_head .top1 span{
	display: block;
}

#toolbar .widget_login-popup .thim-login-popup .login{
	padding-left: 4px;
}
#toolbar .toolbar-container a{
	color:#FFF;
	font-size: 14px;
}
.widget_login-popup .thim-login-popup .fa,
.ext_xcl21 .thim-have-any-question .fa{
	color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.ext_xcl21 .thim-have-any-question .fa{
	margin-right: 2px;
}
.ext_xcl21 .thim-have-any-question .mobile .fa{
	vertical-align: middle;
}


#masthead .navigation{
	padding-bottom: 10px;
	padding-top: 10px;
}
#masthead .navigation .navbar-nav > li > a{
	/*padding-bottom: 10px;*/
	font-size: 16px;
    /*padding: 10px 30px 0 0;*/
    /*text-transform: none;*/
}
#masthead .navigation .menu-right ul li > div{
	padding-bottom: 10px;
}
#masthead .navigation .width-logo img{
	margin-bottom: 5px;
}
#masthead .wx_header_info{
	position: relative;
}
#masthead .wx_header_info .info_head{
	position: absolute;
	right: 10px;
}
.nav .search-toggle i{
	color:#31A1D2;
}
#masthead .tm-table .width-logo{
	padding-top: 5px;
}

.content-pusher{
	padding-top: 150px !important;
}
.thim-widget-courses .thim-course-grid .course-author{
	display: none;
}
.xtitle .sc_heading {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.xtitle .sc_heading h3.title:after,
.xtitle_sub .sc_heading p.sub-heading:after{
	border-bottom: 1px solid #ffb606;
    content: "";
    display: block;
    transition:all 1s linear;
    width: 100px;
}
.xtitle .sc_heading h3.title:hover::after{
	width: 300px;
}
.xs_service.xtitle .sc_heading h3.title:hover::after{
	width: 360px;
}
.xtitle_sub .sc_heading p.sub-heading:after{
	border-color: #999;
    margin-top: 5px;
}
.xtitle_sub.xtitle_cnt .sc_heading p.sub-heading:after{
	margin:5px auto 0;
}

.thim-course-grid .course-item .thim-course-content .course-meta > div.course-price .value{
	color:#24a4d3;
}
#masthead .navigation .navbar-nav #magic-line{
	background-color: #24a4d3;
}


#main-content .rslider_hvideo > div.vc_column-inner {
	padding-top: 0;
}
#main-home-content .xhp_video{
	/*margin-bottom: 5px;*/
}
#main-home-content .xs_service > div.vc_column-inner{
	/*padding-top: 5px;*/
}

.xgrid_services{
	align-items:flex-start;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 15px;
}
.xgrid_services.xgrid_services_mob{
	margin:0 auto;
	width: 95%;
}
.xgrid_services > div.service_post{
	margin:2px 0;
	min-width: 300px;
    text-align: center;
    width: 33%;
}
.xgrid_services.xgrid_services_mob .service_post{
	margin:0 5px;
}
.xgrid_services .service_post a span{
	background: rgba(0,0,0,.4);
	background: #00000099;
	display: inline-block;
    bottom:0;
    left: 0;
    padding:65px 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    transition:all 1s linear;
}
.xgrid_services.xgrid_services_mob .service_post a span{
	background: rgba(0,0,0,.4);
	background: #00000099;
	/*padding:20px;*/
	/*position: absolute;*/
	/*width:100%;*/
	/*height: 100%;*/
}
.xgrid_services .service_post a{
	color:#fff;
	display: inline-block;
	font-size: 17pt;
    font-weight: 600;
    height: 100%;
    width: 100%;
    position: relative;
    /*padding:65px 20px 15px;*/
}
.xgrid_services.xgrid_services_mob .service_post a{
	/*position: relative;
	width:100%;
	height: 100%;*/
}
.xgrid_services .service_post a img{
	width: 100%;
}
.xgrid_services .service_post a:hover span{
	background-color: rgba(0,119,151,.6);
}

.xcource_bl .thim-widget-courses > a.view-all-courses:hover{
	border-color: #31A1D2;
	color:#31A1D2;
}

.xcource_bl .course-meta .course-readmore{
	background-color: #31A1D2;
	border:1px solid transparent;
	color:#fff;
	display: inline-block;
	font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    margin:5px 0;
    padding: 5px 20px;
    text-transform: uppercase;
    transition:all 0.3s ease-in-out 0s;
}
.xcource_bl .course-meta .course-readmore:hover{
	background-color: #fff;
	border:1px solid #31A1D2;
	color:#31A1D2;
}

.xcover_sub .wpb_text_column{
	margin-bottom: 0;
}


/* slider */
.thim-testimonial-slider .control-nav::before{
	color:#31a1d2;
}
.thim-testimonial-slider .control-nav{
	border-color:#31a1d2; 
}

/* slider */


/* post4 mpage */

body #main-content .xmpost {
    margin-bottom: 0;
}

.xpost21 .thim-course-grid{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xpost21 .thim-course-grid > div{
	min-width: 300px;
}
.xpost21 .thim-course-grid .course-item .course-title{
	margin-bottom: 10px;
}
.xpost21 .thim-course-grid .course-item .content{
	/*background-color: #ffb606;*/
	min-height: 184px;
	padding: 15px 0 15px;
    position: relative;
}
.xpost21 .thim-course-grid .course-item .content::before {
    background: #ffb606 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 10;
}

.xpost21 .thim-course-grid .course-item .content::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 1px;
    width: 100%;
}

/* post4 mpage */



/* sidebar */

#sidebar .theiaStickySidebar{
	width: 340px !important;
}

#sidebar aside.xsubnews:before{
	background-color: #31a1d2;
}
.xnews_subscribe{
	text-align: center;
}
.xnews_subscribe .emil label{
	display: block;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}
.xnews_subscribe input#mc4wp_email{
	width: 100%;
}
.xnews_subscribe .logo_mail{
	position: relative;
}
.xnews_subscribe .logo_mail:after{
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2017/10/mailico.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 27px;
	height: 20px;
	background-size: 23px;
}
.xnews_subscribe .subbtn input{
	border:1px solid #31a1d2;
	background-color: #31a1d2;
	color:#fff;
	/*cursor: not-allowed;*/
	text-transform: uppercase;
	transition:all .5s linear;
}
.xnews_subscribe .subbtn input:hover{
	background-color: #31a1d2;
	color:#fff;
}
.xnews_subscribe .subbtn input.sub_allowed:hover{
	background-color: #fff;
	color:#31a1d2;
	cursor:pointer;
}
.xnews_subscribe > div{
	margin:10px 0;
}

#sidebar .thim-course-list-sidebar .free-course{
	display: none;
}

/* @sidebar */



/* course */

.course-item .course-thumbnail img{
	height: 270px;
	object-fit: cover;
}
/* course */


/* page */
.node_page_full .node__content_n a{
	color:#666;
}
.node_page_full .node__content_n a:hover{
	color:#ffb606;
}

/* cource */
.course-meta .course-categories .value{
	max-width: 210px;
}
.entry-content .course-payment .course-price{
	margin-right: 10px;
}
.entry-content .course-payment .free-course{
	font-size: 25px;
}


/* page */


body footer#colophon,
body footer#colophon .copyright-area{
	background-color: #1a1b1f;
}
body footer#colophon .footer{
	padding-bottom: 15px;
	padding-top: 30px;
}
footer#colophon .copyright-area .copyright-content{
	padding-bottom: 5px;
	padding-top: 10px;
}
footer#colophon .thim-footer-location img{
	margin-bottom: 10px;
	width: 80px;
}
body footer#colophon .footer .widget-title{
	color:#dcb244;
}
footer#colophon .footer ul li{
	line-height: 16px;
	margin-bottom: 10px;
}
body footer#colophon .footer a:hover{
	color:#2e99cd;
}
footer .text-copyright{
	text-align: center;
}
footer#colophon .thim-footer-location .info{
	margin-bottom: 3px;
}
body footer#colophon .xrow_21 .thim-social{
	margin-top: 15px;
}

footer#colophon .footer > .container > .xrow_21 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}






@media screen and ( max-width: 1200px ){

	.xgrid_services .service_post a span{
		padding-top: 40px;
	}
	#toolbar .toolbar-container > .ext_xcl21{
		width: 55%;
	}
/*	#toolbar .thim-have-any-question:after{
		padding-left: 1em;
	}*/
	.affix-top .wx_header_logo_text{
		display: none;
	}
}

@media screen and ( max-width: 1000px ){

	#toolbar #custom_html-4 .info_head{
		display: none;
	}
	#toolbar .ext_xcl21 .thim-have-any-question{
		display: inline-block;
	}
	.affix-top .wx_header_logo_text{
		display: inline-block;
	}
	footer .footer .xrow_21 > .widget_nav_menu{
		margin-top: 10px;
		min-width: 250px;
	}
	.wx_header_logo_text .after_logo_head .top1 {
	    font-size: 12px;
	}
	#masthead .navigation {
	    padding-bottom: 1px;
	    padding-top: 1px;
	}
	.sfsiplus_norm_row {
	    top: 2px;
	}
}

@media screen and ( max-width: 720px ){

	.xgrid_services .service_post a span{
		background-color: rgba(0,0,0,.5);
	}
	
	footer .footer .xrow_21 > .widget_nav_menu{
		width: 45%;
	}
}

@media screen and ( max-width: 600px ){

	#toolbar .toolbar-container > .ext_xcl21{
		/*display: none;*/
	}
	.wx_header_logo_text{
		display: inline-block;
		vertical-align: middle;
	}
}


@media screen and ( max-width: 480px ){

	.xgrid_services.xgrid_services_mob{
		width: 100%;
	}
	.wx_header_logo_text a{
		line-height: 10px;
	}
	.wx_header_logo_text a > span.siz_1{
		font-size: 22pt;
	}
	.wx_header_logo_text a > span.siz_2{
		font-size: 31pt;
	}
	.content-pusher{
		padding-top: 125px !important;
	}
	footer .footer .xrow_21 > .widget_nav_menu{
		min-width: 180px;
	}


}

@media screen and ( max-width: 380px ){

	.wx_header_logo_text a{
		font-size: 10pt;
		padding-left: 10px;
	}
	.wx_header_logo_text .after_logo_head{
		padding-left: 12px;
	}
	.wx_header_logo_text .after_logo_head .top1,
	.wx_header_logo_text .after_logo_head .address1{
		font-size: 9pt;
	}
	.wx_header_logo_text .after_logo_head .top1{
		margin-bottom: 3px;
		padding-bottom: 5px;
	}
	footer#colophon .footer > .container > .xrow_21{
		justify-content: flex-start;
	}
	footer .footer .xrow_21 > .widget_nav_menu{
		min-width: 150px;
	}
}

.address1 {
	font-size: 12px;
	text-align: left;
}

.ico1:before {
	content:url(/wp-content/uploads/2018/04/adres-e1524147498397.png);
	top: 2px;
	display: inline-block;
	position: relative;
}
.ico2:before {
	content:url(/wp-content/uploads/2018/04/map-1.png);
	top: 2px;
	display: inline-block;
	position: relative;
}

.thim-course-grid .course-item .thim-course-content .course-meta {
    overflow: hidden;
    position: relative;
    padding: 14px 0 10px;
    display: none;
    margin: 0;
}

.course-author, .course-price {
	display:none !important;
}


/* new */
/*nav*/
#toolbar .widget_login-menu .thim-link-login a, #toolbar .widget_login-popup .thim-link-login a {
    font-size: 12px;
    line-height: 1.45;
}
.thim-have-any-question .email {
    margin-right: 15px;
}

.thim-widget-button .widget-button, .thim-widget-button .widget-button.normal {
	height: 45px;
    line-height: 14px !important;
    font-size: 14px !important;
    text-transform: none;
    padding: 6px 15px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*background: #00a7ec;*/
    background: #feec02;
    border: 1px solid #feec02;
    color: #000;
    text-transform: uppercase;   
}


.vc-hoverbox-block-inner.vc-hoverbox-front-inner, .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
    background-color: rgba(0, 0, 0, 0.4) !important;
    font-size: 20px;
    /*color: #ffb606 !important;*/
    color: #feec02 !important;
}
.vc-hoverbox-block-inner.vc-hoverbox-back-inner h2 {
	font-size: 20px;
	margin-top: 0;
}

.wpb_gallery.wpb_content_element.vc_clearfix, .wpb_single_image.wpb_content_element.vc_align_center {
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
}
h2.wpb_heading.wpb_singleimage_heading, h2.wpb_heading.wpb_gallery_heading {
    font-size: 18px;
    text-align: center;
}




@media (min-width: 768px) and (max-width: 1199px){
    
}
@media (min-width: 992px) and (max-width: 1199px){
    
}
@media (min-width: 768px) and (max-width: 991px){
    
}
@media (min-width: 320px) and (max-width: 767px){
    
}






/* new style */
@media (max-width: 767px) {
	.width-logo > a, .after_logo_head {
		/*display: none;*/
	}
	.width-logo > a {
    	width: 80px;
	}
	.popmake-zapovnyty-zayavku.widget-button.normal.pum-trigger {
	    color: #333;
	}

}