/*
Theme Name: Public Speaking Singapore
Theme URI: http://www.publicspeaking.com.sg/
Author: Nelso Technology
Author URI: https://www.nelsotechnolgy.com
Description: This theme is for Singapore ForexAccademy.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: singaporeforexacademy

*/

/*
| --------------------------------------------
| Fonts
| --------------------------------------------
*/
@font-face {
	font-family: 'aileron-regular';
	src: url('fonts/aileron/Aileron-Regular.otf');
	font-weight: 400;
}

/*
| --------------------------------------------
| Slider Image
| --------------------------------------------
*/

.main-slider-item.main-slider-item-2 .main-slider-item-text .header-slider,
.main-slider-item.main-slider-item-3 .main-slider-item-text .header-slider {
	width: 540px;
	color: #fff;
	padding: 36px 0 32px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.picture-sm p {
		text-align: left;
		color: #fff;
		right: 3.9%;
	}
}

/*
| --------------------------------------------
| Default Style
| --------------------------------------------
*/
.watch-them {
    background:url(/wp-content/uploads/2019/04/About-us-Page.jpg) 100% no-repeat !important;
    background-size: cover;
background-color:#e9e9e9 !important;
}

.txt-black {
	color:#333;
}
.d-inln-blk {
	display: inline-block;
	
}

.banner.programs2-banner {
	background: transparent url(images/programs2-banner-bg.jpg) 96% no-repeat;
}

.banner .programs-banner-text .bordered-text-banner-black {
	border: 1px solid #333;
	color: #333;
}

.bird-bg {
	background-color: hsla(0, 0%, 100%, .55); 
	box-shadow: 10px 10px 40px 10px hsla(0, 0%, 100%, .55); 
}

.bird-bg .main-text .container {
	background-color: inherit; 
	box-shadow: none; 
}


/*
| --------------------------------------------
| Header Menu Bar
| --------------------------------------------
*/



header .nav li a {
	font-family: 'aileron-regular';
}

@media only screen and (max-width:767px) {
	header .logo {
    width: 100%;
    text-align: center;
	}
}
	
@media only screen and (min-width:768px) {	
	header {
		display: table;
		width: 100%;
	}
	header .header-l,
	header .header-r {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	header .logo{
		display: table-cell;
		vertical-align: middle;
	}
	
	header .header-l .menu-primary-left-container {
		margin-right: 25px;
                margin-top: 75px;
	}
	
	header .header-col.header-r {
		padding-top: 0px;
	}
	
	header .header-r .menu-primary-right-container {
		margin-left: 25px;
                margin-top: 75px;
	}

}






/*
| --------------------------------------------
| Contact Form 7
| --------------------------------------------
*/

#bwg_container1_0 #bwg_container2_0 .bwg-container-0 {
	justify-content: left !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item > a {
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	padding: 3px;
	border: 2px solid #dedede;
	box-shadow: 1px 0px 2px 1px #f1f1f1 !important;
}




/*
| --------------------------------------------
| Contact Form 7
| --------------------------------------------
*/

div.wpcf7-response-output {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	border: none;
	border-radius: 4px;
	color: #f1f1f1;
	font-weight: 100;
	color: #000;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.wpcf7-display-none {
	display: none;
}

div.wpcf7-mail-sent-ok {
	background: -webkit-linear-gradient(left, rgba(143,196,0,1) 0%,rgba(212,219,92,0.97) 100%);
	background: linear-gradient(to right, rgba(143,196,0,1) 0%,rgba(212,219,92,0.97) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#f7d4db5c',GradientType=1 );
}

div.wpcf7-validation-errors {
	color: #f1f1f1;
	background: #eb265e;
	background: -moz-linear-gradient(left, #eb265e 0%, #f23c86 100%);
	background: -webkit-linear-gradient(left, #eb265e 0%,#f23c86 100%);
	background: linear-gradient(to right, #eb265e 0%,#f23c86 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb265e', endColorstr='#f23c86',GradientType=1 );    
}

.form-wrapper-response {
	width:100%;
	display:block;
	position: relative;
}

.admission .admission-form form .admission-form-item > label {
	font-weight: 600;
}

.admission .admission-form form .admission-form-item > label > span {
	font-weight: 400;
}

/*.form-wrapper-response div.wpcf7-response-output::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/sprite.png) -85px 35px;
	position: absolute;
	left: 10px;
	top: 15px;
}*/


.admission .admission-form form .admission-form-item label .wpcf7-form-control-wrap {
	margin-top:10px;
}
.admission .admission-form form .admission-form-item label .wpcf7-form-control-wrap span,
span.wpcf7-not-valid-tip {
	color: #eb275f;
	bottom: -21px;
	font-weight: 600;
	font-style:italic;
	font-size: 14px;
}

.form-wrapper-response div.wpcf7-validation-errors::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/sprite.png) -85px 35px;
	position: absolute;
	left: 10px;
	top: 15px;
}

.form-wrapper-response div.wpcf7-mail-sent-ok::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/sprite.png) -45px 35px;
	position: absolute;
	left: 10px;
	top: 15px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}