/*
 Theme Name:   Sydney Child
 Description:  Sydney Child
 Template:     sydney
 Version:      1.0.0
 Text Domain:  sydney-child
*/

body{

}

#slideshow{
	max-height: 500px;
	max-height: 55vh;
}

body h2{
	font-size: 26px;
}

@media only screen and (max-width: 1024px){
	.site-logo{
		max-height: 60px;	
	}
	.site-header.fixed {
    position: fixed !important;
	}
	.site-header.fixed.float-header{
		padding-top: 5px;
    padding-bottom: 5px;
	}
	.site-header.fixed.float-header .site-logo{
		max-height: 40px;

	}
	.site-header.fixed.float-header #mainnav-mobi{
		margin-top: 5px;
		padding-top: 0;
	}
	.wrapper-menu	{
		display: flex;
		align-items: center;
		justify-content: space-between;

	}
	.woocommerce .sydney-hero-area{
		display: none;
	}
	.siteScrolled{
		padding-top: 140px;
	}
}

@media (max-width: 780px){
	#slideshow{
		max-height: 35vh;
	}
	.panel-grid-cell .widget-title{
		margin-bottom: 0px;
	}
	.sydney-hero-area{
		max-height: 20vh;
	}
	body .page-title{
		font-size: 26px;
		padding: 0;
		margin: 5px 0 10px;
	}
	.page-wrap{
		padding: 0;
	}
	.woocommerce .woocommerce-breadcrumb{
		margin: 0;
	}
	.related.products h2{
		font-size: 23px;
	}
}

.woocommerce div.product .product_title{
	font-size: 32px;
}

.slide-inner{
	transform: translateY(-40%);
}

.box--secondary h3{
	font-size: 23px;
}

.box--secondary .textwidget a{
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.panel-grid-cell .box--secondary .widget-title{
	margin-bottom: 5px;
}

.page-title{
	padding-top: 10px;
	color: #666;
}

#mainnav-mobi{
	margin-top: 20px;
	padding-top: 0;
}
