/*
Theme Name: EducaWP Child Theme
Theme URI: http://themes.esmeth.com/educa/
Author: CodeBean & Coco Templates
Author URI: http://codebean.net
Description: Education & Courses WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, sticky-post, threaded-comments, translation-ready
Template: educawp
*/

@import url("../educawp/assets/css/educa.min.css");

.site-header .main-header .logo{
	padding-right:115px;
}

.single-event .event-item .down-content h4{
	max-width:100%;
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
}




.tp-bullets{
	z-index:9999 !important;
}


.request-info-btn{
  display: inline-block;
	padding:0px 15px;
  line-height: 40px;
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #4967aa;
  overflow: hidden;
  opacity: 1;
  cursor:pointer;
  font-family: 'Montserrat',sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.request-info-btn:hover{
	color:#fff;
}

.pop-up-form{
	position:fixed;
	top:10%;
	left:25%;
	width: 50%;
	z-index:0;
  margin:0 auto;
  opacity:0;
  padding:20px 30px;
  visibility:hidden;
}

.pop-up-form .widget-heading{
	display:inline-block;
}

.pop-up-form .form-close{
	color:#fff;
	float:right;
	cursor:pointer;
}


.pop-up-overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	background-color:#fff;
	opacity:0;
	display:none;
}

.home-sidebar .codebean-recent-posts-widget{
	display:none;
}

.pop-up-form.request-information .widget-heading h4{
	margin-bottom:20px;
}

.pop-up-form .field-wrap{
	margin-bottom:0px;
}

.pop-up-form .wpcf7-submit{
	margin-left:15px !important;
	background-color: #f5a425 !important;
	font-family: 'Montserrat',sans-serif !important;
}

.pop-up-form .wpcf7-submit:hover{
	background-color: #f5a425 !important;
}

.pop-up-form.request-information .field-wrap label{
	color:#f5a425;
}

.pop-up-form .statement a{
	color:#fff;
}


@media (max-width: 992px){
	.pop-up-form{
		width:80%;
		left:10%;
		height:600px;
    overflow:auto;
	}
}


@media (min-width: 992px){
	.request-info-btn{
		right:30px;
	}
}


.news-item{
	min-height:158px;
}

.sidebar.home-sidebar .widget_product_categories .product-categories li{
	margin-bottom:9px;
	padding-bottom:9px;
}


.request-information-form .input-field{
	display:block;
	width:auto;
	padding-left:0px;
}

.request-information-form .field-wrap{
	padding-left:15px;
	padding-right:15px;	
}


.request-information-form .field-wrap label{
	text-align:left;
}

.request-information-form .field-privacy span.statement{
	float:left !important;
	color:#fff;
}

.request-information-form .accept-privacy{	
	float:left;
	margin-right:10px;
	margin-left:0px;
}


.field-privacy span.wpcf7-list-item{
	margin:0px;
}


.fb_iframe{
	height:260px;
}

@media screen and (max-width:1300px){
	.pop-up-form{
		width: 80%;
    left: 10%;
    height: 600px;
    overflow: auto;
    padding-left:10px;
    padding-right:10px;
	}
	
	.request-information-form .field-privacy span.statement{
		margin-right:0px;
	}
}


@media screen and (max-width:480px){
	.input-field-course-of-interest select,
	.input-field-subject-of-interest select,
	.input-field-mode-of-study select{
		width:100% !important;
	} 
	
	.request-information-form .field-wrap{
		padding-left:10px;
		padding-right:10px;
	}
	
	.pop-up-form{
		top:5%;
	}
}

.site-header .main-header .logo{
	padding-right:50px;
}


body.lock-position {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}