/* CSS Document */

/*

Theme Name: Dan Kitchens Australia
Author: Smooth Dezigns Team

*/

/*-------------------------------------------------------------- */

/*Reset css*/


* {
	margin: 0;
	padding: 0;
}
/*HTML5 display-role reset for older browsers*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
#field_2_13 {
    padding-top: 0px; padding-bottom:5px;
}
#field_2_7 {
    padding-top: 30px;
}


/*changes*/

.last iframe ~ .overlay{

position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}

.hideOverlay .overlay{
display:none !important;
}

@media(min-width:768px){
iframe ~ .overlay{
display:none !important;
}
}

@media(max-width:767px){
iframe ~ .overlay{
display:block;

}
.last iframe{
 height:300px
}
}
.more-block { min-height: 324px; }