/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

@media (max-width:  974px) and (min-width: 750px) {
	#ctf .ctf-item:nth-of-type(2n){
		border-left: 1px solid gray !important;	
	}
}

.latest-news .team-item .pop-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		z-index: 10;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 1s;
		   -moz-transition: all 1s;
		    -ms-transition: all 1s;
		     -o-transition: all 1s;
		        transition: all 1s;
	}

	.latest-news .team-item .team-pop {
		color: #fff;
		z-index: 20;
		width: 100%;
		height: 100%;
		padding: 0 10px;
		cursor: pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.latest-news .team-item:hover > .team-inner .team-pop {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
	}
	.latest-news .team-item:hover > .team-inner .pop-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.latest-news .team-item .pop-overlay {
		background-color: #000000;
		text-align: center;
	}



.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    margin-left: 0;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: 22px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
	color: #ccc;
}



/* fix full screen*/
.panel-grid{
	max-width: 100%;
}

.content-wrapper{
	padding: 0;
}


/* fix small screen hearer*/
@media only screen and (max-width: 1024px) {
		.site-header.fixed {
			position: fixed !important;
			background-color: transparent;
		}		
	}

/* track info */
ul.track-info{
	padding-left: 0;
}

ul.track-info li{
	display: inline-block;
	padding: 0 10px;
}

	.track-info li {
		border-left: 1px solid;
	}

	.track-info li:nth-child(1){
		border-left : none !important;
	}


/*events title padding*/
.widget_sydney_upcoming_events h3{
	margin-bottom: 15px !important;
}

/* favourite item */
.favourite-item{
	height:250px;
	border:1px solid gray;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	cursor: pointer;
	border-left: none;
}

.favourite-item:nth-of-type(1){
	border-left: none;
}


.favourite-item:last-of-type(1){
	border-right: none;
}


@media only screen and (min-width: 992px) {
.favourite-item:nth-of-type(n+3){
	border-top: 1px solid gray!important;
}
}


@media only screen and (min-width: 768px) {
.favourite-item:nth-of-type(n+3){
	border-top: none;
}
}


@media only screen and (max-width: 767px) {
.favourite-item:nth-of-type(n+2){
	border-top: none !important;
}
}


@media only screen and (max-width: 767px) {
.favourite-item:nth-of-type(n+2){
	border-top: none !important;
}

.favourite-item{
	border-left: 1px solid gray !important;
}
}





.favourite-item > div{
	width: 100%;
}


.item-q{

}

.item-a{
display: none;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}


.favourite-item:hover > div.item-q{
display: none;
}

.favourite-item:hover > div.item-a{
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
color:#000000 !important;
}


.favourite-item:hover{
	background-color: #ffffff;
}


/* wpf contact form*/
.wpcf7-form-control-wrap input[type="text"], input[type="email"]{
height: 30px;
width: 100%;
}
div.wpcf7-response-output{
	margin: 0 0 1em;
}



.footer-widgets{
	padding: 60px 0;
}



/* main slider */
.text-slider .maintitle{
	font-family: serif;
}

.text-slider .maintitle::after{
	background-color: inherit;
}

.maintitle small{
	font-size: 25px;
	color: inherit;
}






@media only screen and (max-width: 479px) {
		footer .copyright{
			margin: -15px;
		}
}

@media only screen and (max-width: 767px) {
		#sidebar-footer .menu-social-container{
			float: left;
			margin-left: -10px;
		}

		footer .copyright{
			float: left;
		}

		footer .copyright span{
			display: block;
		}

		footer .copyright .powered-by{
			display: initial !important;
		}

		footer .copyright span a{
			float: left;
		}

		footer .copyright span.separator{
			display: none;
		}

		footer .footer-hide-social1{
			display: block !important;
		}


		footer .footer-hide-social1 .menu-social-container{
			float: left !important;
			margin-left: -10px;
		}

		footer .footer-hide-social2{
			display: none !important;
		}

}
/* Mobile Portrait Size */
	@media only screen and (max-width: 479px) {
	
		.text-slider .maintitle {
			font-size: 18px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}

		#sidebar-footer .menu-social-container{
			float: left;
		}

		footer{
			float: left;
		}

		.news-item:nth-child(n+5) {
		    display: none;
		}

		.ctf-item:nth-child(n+5) {
		    display: none;
		}		

		/*
		div .owl-buttons{
			display: none;
		}
		*/

		.bg-profile-city-1{
				object-fit: cover;
				max-height: 150px !important;
		}

		.events-text-info{
				padding: 0 !important;
		}
	}

	@media only screen and (max-width: 767px) {
	
		.text-slider .maintitle {
			font-size: 32px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}

		.bg-profile-city-1{
				object-fit: cover;
				max-height: 200px;
		}

	
	}



.roll-button:hover, input[type="submit"]:hover {
    background-color: #ffffff;
    color: #000000;
}

.roll-button, input[type="submit"] {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #000000;
}

.roll-button.black-border {
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
}

.roll-button.black-border:hover {
    color: #ffffff;
    background-color: #000000;
}



.menu-social-container {
	float: right;
}

.widget-area .widget_fp_social a::before {
    font-size: 20px;
  
}


#sidebar-footer h3{
	font-size: 32px;
}

#sidebar-footer {
    padding: 25px 0 0 0;
}

/*
#sidebar-footer textarea{
	padding: 15px 11px;
}
*/


#pgc-220-5-0{
	margin-bottom: 0 !important;
}

img .image-550{
max-height: 400px !important;
width: auto !important;	
}


.site-logo{
	max-height: 25px;
}


.ctf-tweet-text{
text-align: center;
}

.ctf-tweet-meta{
	float: right;
	color: gray !important;
	width: 100%;
	text-align: center;
}

.ctf-tweets .ctf-item{
	border: 1px solid gray;
	height: 250px;
	display: flex;
	align-items: center;
	border-left: none;
	
}


.ctf-item:nth-of-type(1){
	border-left: none;
}

.ctf-item:nth-of-type(5){
	border-left: none;
}
.ctf-item:nth-of-type(4n){
	border-right: none;
}

.ctf-item:nth-of-type(n+5){
	border-top: none !important;
}




@media only screen and (max-width: 992px) {
		.ctf-item{
	border-left: none !important;
	border-right: none !important;
}

.ctf-item:nth-of-type(n+5){
		display: none 
	}
}


.ctf-tweets .ctf-tweet-content{
width: 100%;
text-align: center;
}

.ctf.row{
	margin: 0!important;
}

#ctf{
	background-color: #ffffff;
}


.bg-profile-car{
	width: 100%;
}

.img bg-profile-city-1{
	width: 100%;
}

#profile img{
max-height: 75vh;
width: auto;
margin: 0 auto;
}

.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	 padding: 0px; 
}



@media only screen and (max-width: 780px) {
		.panel-grid-cell {
   			padding-left:0 !important;
    		padding-right:0 !important;
    		margin-bottom: 0 !important;
  		}
	}



.disable-flex p { display: none } 


#partners h3{
	position: absolute;
	top: 0;
    width: 100%;
    color: #ffffff;
    z-index: 99;
    padding-top: 41px;
}

.events-text-info{
	padding: 0 10%;
}

.no-gutter{
	margin-left: 0;
	margin-right: 0;
}





.close-icon{
	font-size:40px;
	color: gray;
}
.close-icon:hover{
	color: #000000;
}
a{
	color:inherit;
}

/* single post/news page */

body.single-post header.site-header{
	display: none !important;
}


body.single-post .page-wrap{
	padding-top: 0;
	padding-bottom: 0;
}

body.single-post .post-content{
	padding-right: 40%;
	padding-left: 10%;
	text-align: justify;
}


body.single-post #sidebar-footer{
	display: none;
}


body.single-post .post-wrap{
	padding-right: 0;
}

body.single-post .title-post{
	color: inherit;
	font-weight: bold;
	font-size: 30px;
	text-align: initial;
}

body.single-post .post-navigation .nav-previous, .nav-next{
	width: auto !important;
	border: 1px solid gray;
	padding: 5px;
}

	@media only screen and (max-width: 767px) {
	
		body.single-post .post-content{
			padding-right: 0 !important;
			padding-left: 0 !important;

		}
	
	}

	@media only screen and (max-width: 479px) {
	
		body.single-post .entry-thumb{
			display: block !important;
		}
	
	}



/*blog page*/

body.blog article{
	padding: 0!important;
}

body.blog article .entry-thumb{
	margin: 0 !important;
}

body.blog article h4{
	color: #ffffff;
}

body.blog .page-wrap .content-wrapper{
	padding: 0 !important;
}

body.blog .page-wrap {
	padding-bottom: 0;
}

body.blog .post-wrap {
	padding-right: 0;
}

body.blog #sidebar-footer{
	display: none;
}


body.blog .nav-links .nav-previous, .nav-next{
	width: auto !important;
	border: 1px solid gray;
	padding: 5px;
}

body.blog .posts-navigation{
	background-color: #000000;
	color: #ffffff;
	margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
	.partners-bg-image{
		display: none;
	}

	#partners h3{
		padding-top: 10px;
		color: #000000 !important;
	}


}



.no-padding{
padding-left: 0;
padding-right: 0; 
}

/* tweets item */
.ctf-item{
	color: #000000;
	}
.ctf-item a:hover{
	color: inherit !important;
	}
.ctf-item:hover{
	background-color: #000000;


}

.ctf-item:hover .ctf-tweet-content{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
	color: #ffffff !important;

}

#news img, .posts-layout  img{
	width: 100%;
}

.site-header.float-header {
		background-color: rgba(0,0,0,0.9);
		padding: 23px 0;
	}

#events, #news, #profile{
	min-height: 100vh;
}	

.team-pop{
	display: flex;
	align-items: center;
}

.team-pop .team-info{
	width: 100%;
	text-align: center;
}

.latest-news .team-item:hover > .team-inner .pop-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 0.8;
	}


@media only screen and (max-width: 479px) {
	.latest-news .team-item .team-inner .pop-overlay {	
		opacity: 0.8 !important;
		background-color: initial;
	}
	.latest-news .team-item .team-inner .team-pop {	
		opacity: 0.8 !important;
	}
	.latest-news .team-item .team-inner .pop-overlay span, .latest-news .team-item .team-inner .pop-overlay i{
		background-color: #000000;
		padding: 5px;
	}
}



.home-text{
	font-size: 100px;
	color: #ffffff;
	font-family: serif;
	
}

.home-text p{
	line-height: 80px;
}

.home-text p.small{
	font-size: 50%;
}

@media only screen and (max-width: 479px) {
	.home-text{
		font-size: 80px;
	}
	.home-text p{
		line-height: 70px;
	}
}

@media only screen and (max-height: 479px) {
	.home-text{
		font-size: 50px;
	}
	.home-text p{
		line-height: 50px;
	}
}

.widget-area .widget_fp_social a{
	color:#ffffff;
}

#fp_social-2{
	margin: 0;
}


.section-events-thumbs{
	display: flex;
	justify-content: center;
	padding-top: 25px;
	text-align: center;
}

/* image 600*400 */
.section-events-thumbs img{
	max-width: 250px;
	max-height: 166px;/* for chrome issue */
}


@media only screen and (max-width:  767px) {
.section-events-thumbs{
	display: none;
}
}

/* to fix favitems at the bottom of vh */
#profile .panel-layout{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#pg-w5a95062504421-0{
	height: 100%;
}

#pg-w5a95062504421-1 , #profile .panel-layout .panel-grid{
	width: 100%;
	margin-top: auto;
}



/** contact form input fields widht 100% **/
form.wpcf7-form p label{
width: 100%;
}


/*profile image height*/
.profile-image-bg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: -5px;
}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

    .is-table-row .profile-image-text{
    	height: 70vh !important;
    }
}


@media screen and (max-height: 400px) {
		.profile-image-bg{
			min-height: 500px;
		}
	
}


/* profile image hacks*/
@media screen and (orientation : landscape) { 
		.profile-image-bg{
			min-height: 120vh !important;
		}
}

  /* IE 10,11 && IE Edge 12+ CSS styles go here */ 

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 	.profile-image-bg{
			min-height: 60vh !important;
		}    
}


 @supports (-ms-accelerator:true) {
 	.profile-image-bg{
			min-height: 60vh !important;
		}    
}

@supports  (-ms-ime-align:auto){
.profile-image-bg{
			min-height: 60vh !important;
		}    	
}
/*****/



@media (max-width:  974px) and (min-width: 750px) {
	#ctf .ctf-item:nth-of-type(2n){
		border-left: 1px solid gray !important;	
	}
}


	

.roll-button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

@media (max-width:  974px) and (min-width: 768px) {
#sidebar-footer .menu-social-container{
			float: none;
		}
}

.sow-slider-base .sow-slide-nav{
	display: block !important;
}

.sow-slider-base .sow-slider-pagination{
	display: none !important;
}

.sow-slider-base .sow-slider-pagination{
  text-align: center;
}

#mainnav ul li.active a{
	border-bottom: 1px solid;
}
#mainnav ul li a:hover{
	color: #ffffff !important;
	border-bottom: 1px solid;
}


/*events carousel arrow*/
 .sow-sld-icon-thick-left::before{
	content: "\e60f";
	font-size: 25px;
	font-family: 'so-slider-pointers';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
 .sow-sld-icon-thick-right::before{
	content: "\e60e";
	font-size: 25px;
	font-family: 'so-slider-pointers';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.owl-buttons .owl-prev{
	left:20px;
}

.team-info .entry-title span{
	display: inline-block !important;
}
.embed-responsive-55by40 {
	padding-bottom: 72.72%;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: none !important;
}
.fa-play-circle:before {
	content: "\f144";
}




#ctf .ctf-item:last-of-type {
     border-bottom: 1px solid gray !important;
}
.ctf-tweets {
	display: flex;
}
.ctf-item {
	width:25%;
}

