/*
Theme name: WhitesandShiel1
Theme URI:www.dunedin-arts.com
Description: Theme deriving base functions from DIVI2.5
Author: Dunedin Arts
Author URI: www.dunedin-arts.com
Template: Divi
Version: 1.0.0
*/

@import url("../Divi/style.css");

/*  theme custom css */


.greySlider p
{
	background: lightslategrey none repeat scroll 0 0;
 border: 1px none;
 border-radius: 5px;
 opacity: 0.9;
 padding: 10px;
}
.et_pb_slide_description h2 {
    background: lightslategrey none repeat scroll 0 0;
    border: 1px none;
    border-radius: 5px;
    font-size: 46px;
    font-weight: 300;
    margin-top: 0;
    padding: 10px;
    opacity:0.9;
}

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    margin: auto;
    padding: 8%;
    width: auto;
}

#logo {
    max-height: 270% !important;
}

#supercontrol_avail_ajax_results_box
{
	height:auto !important;
}



.bookingFrame
{
	width:100%;
	height:815px;
}

@media only screen and (max-device-width: 736px) {
	.bookingFrame
{
	width:100%;
	height:200px;
}
}