/*
 Theme Name:     Responsive Child
 Description:    Responsive Child Theme
 Template:       responsive
 Version:        1.0.0
*/

@import url("../responsive/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	background: #a0c8e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0c8e6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0c8e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0c8e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0c8e6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0c8e6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0c8e6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c8e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

h1 { font-size: 2em;}
a { color: #2655bc; }
ul, li { list-style: none;  }


#container { width: 100%; padding: 0px; max-width: none; }
#header {
	position:relative;
	background-color: #fff;
}

.clearing { clear:both; }

.post { font-size: 95%; }

.postimg { float:right; }

input { vertical-align: middle;}
input[type="checkbox"] { margin-right: 5px; }
a.button, input[type="reset"], input[type="button"], input[type="submit"] {
	background: #374c75; /* Old browsers */
	background: -moz-linear-gradient(top,  #374c75 0%, #1a3569 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#374c75), color-stop(100%,#1a3569)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #374c75 0%,#1a3569 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #374c75 0%,#1a3569 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #374c75 0%,#1a3569 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #374c75 0%,#1a3569 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374c75', endColorstr='#1a3569',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: none;
	border-radius: 10px 0px 10px 0px;
	border:none;
	text-shadow: 1px 1px rgba(0, 0, 0,0.4);
}
a.button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover  {
	background: #25669c; /* Old browsers */
	background: -moz-linear-gradient(top,  #25669c 0%, #4697cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25669c), color-stop(100%,#4697cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #25669c 0%,#4697cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #25669c 0%,#4697cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #25669c 0%,#4697cc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #25669c 0%,#4697cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25669c', endColorstr='#4697cc',GradientType=0 ); /* IE6-9 */	
	color: #fff;
	text-shadow: none;
	border: none;
	text-shadow: 1px 1px rgba(0, 0, 0,0.4);
}







.main-nav, .js .main-nav {
	background: #374c75; /* Old browsers */
	background: -moz-linear-gradient(top,  #374c75 0%, #1a3569 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#374c75), color-stop(100%,#1a3569)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #374c75 0%,#1a3569 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #374c75 0%,#1a3569 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #374c75 0%,#1a3569 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #374c75 0%,#1a3569 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374c75', endColorstr='#1a3569',GradientType=0 ); /* IE6-9 */
	z-index: 1500;
}

.menu, #logo { width: 90%; float: none; background: none; margin: auto;}
#logo { 
	background-image: url('core/images/background_header.png');
	background-image: url('core/images/background_header.svg');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 12px 0px;
}
.menu li { padding: 8px 0px;}
.menu a { line-height: normal; height: auto; padding-top: 6px; padding-bottom: 6px; font-size: 95%; border-left-color: #C8D6E3; background-color: transparent;}


.menu .current_page_item a,
.menu .current-menu-item a,
.menu .current_page_item,
.menu .current-menu-item
	{ background: transparent; border-left-color: transparent; /*border-radius: 10px 10px 0px 0px;*/}

/*.menu .current_page_item a:hover, .menu .current-menu-item a:hover,*/ .menu .current_page_item:hover, .menu .current-menu-item:hover { background: #25669c;}

ul#menu-main-menu > li:hover:not(#searchform-item), ul#menu-main-menu li:hover:not(#searchform-item) { background-color: #9EBA20; }
#menu-main-menu > .current_page_item,
#menu-main-menu > .current-menu-item { background-color: #25669C; }
#menu-main-menu li > a { text-shadow: 1px 1px rgba(0, 0, 0,0.4); }
#menu-main-menu li:hover > a,
#menu-main-menu li:hover + li > a,
#menu-main-menu > li.current-menu-item + li > a {
	background-color: transparent;
	background-image: none;
	border-left-color: transparent;
	text-shadow: 1px 1px rgba(0, 0, 0,0.4);
}

/*.js .main-nav .menu li a {
	color: #fff;
	background-color: transparent;
	line-height: normal;
	height: auto;
	padding: 1% 3%;
	border-color: transparent;
}
.js .main-nav .menu > li {background-color: #25669C;}
.js .main-nav ul.menu li a:hover, .js .main-nav ul.menu li li a:hover { background-color: #9EBA20 !important; }
.js .main-nav .submenu li > a { color: #393939; }*/
	
#menu-main-menu .sub-menu { background-color: #fff !important; border: 1px solid #9EBA20; color: #393939; text-shadow: none; margin-top: -2px;}
#menu-main-menu .sub-menu li { margin: 0px; padding: 8px; border: none;}
#menu-main-menu .sub-menu li li a { color: #393939 !important;  border: none; border-bottom: 3px solid #fff; text-shadow: none !important; display:inline;}
#menu-main-menu li .current_page_item a,
#menu-main-menu li .current-menu-item a,
#menu-main-menu li li:hover a {
	border: none; border-bottom: 3px solid #9EBA20; background-color: #textfff !important; 
}
#menu-main-menu li li:hover { background: #fff; }
#menu-main-menu li .current_page_item,
#menu-main-menu li .current-menu-item { background-color: transparent;}
/*#menu-main-menu li:hover a,
#menu-main-menu li:hover + li > a,*/
.menu li li a { text-shadow: none !important; }
#menu-main-menu li li a:hover, #menu-main-menu li li:hover { background: #fff !important; }

/*#menu-main-menu > li.current-menu-item + li > a { text-shadow: none; }*/
	
.bottom-header {
	height:175px;
	width: 100%;
	background: #25669c; /* Old browsers */
	background: -moz-linear-gradient(top,  #25669c 0%, #4697cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25669c), color-stop(100%,#4697cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #25669c 0%,#4697cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #25669c 0%,#4697cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #25669c 0%,#4697cc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #25669c 0%,#4697cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25669c', endColorstr='#4697cc',GradientType=0 ); /* IE6-9 */
	z-index: -1;
}




#wrapper {
	margin-top: 0px;
	width: 90%;
	background: #fff;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-ms-border-radius: 0px 0px 4px 4px;
	-o-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border: none;
	padding: 0px 10px; 
}
.home #wrapper { background: transparent }

#content-full, #content, #widgets {
	background: #fff;
	margin-top: -100px;
	margin-bottom: 6%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-khtml-border-radius: 8px;
	border: none;
	padding: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:relative;
}
.home #content-full { padding: 0%;}
#widgets {
	border-radius: 0px 12px 0px 0px;
	-moz-border-radius: 0px 12px 0px 0px;
	-webkit-border-radius: 0px 12px 0px 0px;
	-ms-border-radius: 0px 12px 0px 0px;
	-o-border-radius: 0px 12px 0px 0px;
	-khtml-border-radius: 0px 12px 0px 0px;
	padding: 0px;
}
.widget-wrapper {
	background-color: #ffffff; 
	border: 1px solid #c8d6e3;
	border-radius: 0px 12px 0px 0px;
	-moz-border-radius: 0px 12px 0px 0px;
	-webkit-border-radius: 0px 12px 0px 0px;
	-ms-border-radius: 0px 12px 0px 0px;
	-o-border-radius: 0px 12px 0px 0px;
	-khtml-border-radius: 0px 12px 0px 0px;
	min-width: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5%;
}

.col-220 { min-width: 200px; }

.breadcrumb-list { color: #fff; position: absolute; right: 10px; top: -40px; text-align: right;}
.breadcrumb-list a { color: #fff; font-weight: bold; }

:not(.home) #content-full h1, #content h1 {
	background: #9EBA20;	
	color: #FFF;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-ms-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	padding: 2px 0px 2px 10px;
	margin: 0px;
}

.social-icons.content-page { max-width: 50%; float: right; padding-top: 0.857em; font-style: italic; font-weight: bold; }
.social-icons.content-page li { display: inline; padding-left: 10px; }
.social-icons.content-page li:first-child { padding-left: 20px;}
.contacts { width: 60%; margin-left: 0px; margin-top: 30px; font-size: 125%; }

/* CONTACT FORM */

.staff, .contactform { box-sizing: border-box; -moz-box-sizing: border-box; margin: 0px; font-size: 14px; }

.contactform { margin-top: 10%; float:left; width: 60%; }
.staff { width: 40%;}
.staff h3 { margin-top: 0px; }


/*----------- CSS CONTACTFORM ---------------- */

/*@charset "utf-8";*/

form {
	padding: 0px;
	padding-right: 18%;
	padding-top: 5%;
	color: #333333;
	font-size: 12px;
	margin: 0 auto
}
form.wpcf7-form {
	padding: 0px;
    background: -moz-linear-gradient(center top , #ECECEC, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 8px;
    box-shadow: 3px 3px 10px #CCCCCC;
    padding: 3%;
    position: relative;
    margin-bottom: 5%;
}

fieldset {
	position: relative;
	padding: 10px;
	padding-top: 40px;
	/*margin-bottom: 30px; */
	background: #F6F6F6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#FFFFFF));
	background: -moz-linear-gradient(center top, #ECECEC, #FFFFFF 100%);
	box-shadow: 3px 3px 10px #ccc;
	-moz-box-shadow: 3px 3px 10px #ccc;
	-webkit-box-shadow: 3px 3px 10px #ccc
}
legend {
	padding: 6px 12px;
	position: absolute;
	left: 10px;
	top: -11px;
	background-color: #85089a;
	color: white;
	-webkit-border-radius: 4px 0px 4px 0px;
	-moz-border-radius: 4px 0px 4px 0px;
	border-radius: 4px 0px 4px 0px;
	box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	-webkit-box-shadow: 2px 2px 4px #888;
	text-shadow: 1px 1px 1px #333
}
.inputitem { margin-bottom: 1.2em;}
.inputitem p {margin: 0px; display:inline; float:left; }
.inputitem p:first-child { width: 30%; box-sizing: border-box; -moz-box-sizing: border-box; padding-right: 8px; }
.inputitem p:last-child { box-sizing: border-box; -moz-box-sizing: border-box; }
/*label, .contact-method span {
	float: left;
	clear: left;
	display: block;
	width: 80px;
	padding-right: 3%;
	text-align: right;
	height: 20px;
	line-height: 28px
	box-sizing: border-box;
	-mox-box-sizing: border-box;
}*/
#guests label { padding-right: 8.5%; }

label.error {
	text-align: center;
	margin-left: 85px;
	color: #DC0000;
	padding: 0;
	height: auto;
	width: 200px;
	font-size: 11px
}
.wpcf7-form-control input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/*.wpcf7-form-control input[type='radio'] { vertical-align: middle; }*/
.wpcf7-form-control .wpcf7-captchar { float:left;}
.wpcf7-captchac { margin-right: 10px;}
.wpcf7-form .wpcf7-submit { float:right; margin-top: 5%;}
.wpcf7-form .title { font-size: 150%; }
input.submit, a.buttonLink {
	float: right;
	margin-right: 12px;
	border: 0;
	padding: 5px 10px;
	background: #4697CC;
	background-image: none;
	color: white;
	-webkit-border-radius: 4px 0px 4px 0px;
	-moz-border-radius: 4px 0px 4px 0px;
	border-radius: 4px 0px 4px 0px;
	box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	-webkit-box-shadow: 2px 2px 4px #888;
	margin-bottom: 4px;
	text-shadow: 1px 1px 1px #333
}
a.buttonLink { float: none; margin: 0px;}

input:focus, textarea:focus, select:focus {
	background: white;
	border-color: #666
}
input.error { border: 1px solid #DC0000; background-color: #FFEBEB }
form fieldset p, form fieldset div {
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	height: 50px;
	width: 100%;
}
/*p:first-of-type { padding-top: 25px }*/
.contact-method label { clear: none; width: auto }
.contact-method input { float: none; width: 20px }

.ui-slider { float: left; margin-top: 4px; width: 165px }
.slider-val { float: left; padding-left: 10px; margin-top: 4px }

form fieldset input, form fieldset p input[type="text"] { padding: 5px; }
form#booking fieldset input, form fieldset p input[type="text"] { width: 50%; box-sizing: border-box; -moz-box-sizing: border-box;}
form fieldset #noteArea {
	height: auto;
	width: 100%;
}
form fieldset textarea#note {
	width: 60%;
}

form fieldset select {
	width: 60px;
	padding: 2px;
	background-color: #ffffff;
	text-align: center;
}

form fieldset #guests {
	width: 100%;
}
form fieldset #guests span.guests {
	float: left;
	width: 35%;
}

form fieldset #childrenYears {
	width: 100%;
}
form fieldset #childrenYears select {
	margin-right: 10px;
}

.msgRes {
	border: 1px solid white;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 2px 2px 4px #ccc;
	padding: 15px;
	/*margin-bottom: 40px;*/
	margin: auto;
	margin-right: 18%;
	border-top: none;
	text-align: center;
	font-weight: bold;
}
.msgRes.success, div.wpcf7-mail-sent-ok {
	border-color: #00A800;
	background-color: #E8FFE8;
}
.msgRes.error {
	border: 1px solid #DC0000;
	background-color: #FFEBEB
}

div.wpcf7-mail-sent-ok { border-width: 1px; border-radius: 10px 0px 10px 0px}


/*-------------- GOOGLE MAPS RESPONSIVE CSS ----------------*/

.googlemap_wrap  {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.googlemap_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-----------  SIDEBAR MENU  -------------*/
.sidebar-menu-widget  { margin: 0px; }
.sidebar-menu-widget  li { list-style: none; }
.sidebar-menu-widget  li:before {content:'\25BA'; color: #c8d6e3;}
#widgets li.menu-item:only-child:before { content: ''; }
#widgets ul, #widgets ol { padding: 0px;}
#widgets ul li, #widgets ol li { padding: 1% 0%;}


/*---------  HOME WIDGETS  --------*/
.widget-title h3, .widget-title-home h3 { color: #1a3569; padding: 1% 1% 4%; border: none; border-bottom: 1px solid #CED8E2; font-size: 150%;}
#widgets .tagcloud, #widgets .textwidget { margin-top: 4%; color: #567894; font-size: 90%;}
.home-widgets img { width: 100%; }



/*----------- CUSTOM MENU SIDEBAR WIDGET ---------------*/

#widgets .menu-item .sub-menu { margin-left: 15px;}

#widgets .menu-item .sub-menu .sub-menu li a { color: #01823F; }
#widgets li.menu-item:only-child > a { color: #555; font-weight: bold; margin-bottom: 15px; text-decoration: underline; }
#widgets li.menu-item:only-child > ul { margin-top: 10px;}
#widgets .current-menu-item { background-color: #F1F7FD; border-bottom: 1px solid #B8D0E6; border-top: 1px solid #B8D0E6;}


/*------------   FOOTER   -------------*/

#footer { padding: 0px; max-width: none; width: 90%; padding: 0% 0% 5%; background-image: url('core/images/banner_footer.png')/*url('core/images/bg_footer_geo.png')*/; background-repeat: no-repeat; background-position:right bottom; background-size: contain;}
#footer-wrapper .col-60, #footer-wrapper .col-140,
#footer-wrapper .col-220, #footer-wrapper .col-300,
#footer-wrapper .col-380, #footer-wrapper .col-460,
#footer-wrapper .col-540, #footer-wrapper .col-620,
#footer-wrapper .col-700, #footer-wrapper .col-780,
#footer-wrapper .col-860 { float: right; margin-bottom: 0px; }
#footer .copyright a { padding-right: 1%; float:left; width: 10%; min-width: 125px; max-width: 125px; box-sizing: border-box; -moz-box-sizing: border-box;}
#footer .copyright img, #footer .copyright span { float:left; }
#footer .copyright img { clear: both; }
#footer .copyright span { /*margin-left: 5%;*/ margin-top: 1.5%; color: #333; font-size: 100%; width: 80%; box-sizing: border-box; -moz-box-sizing: border-box; }

/* MENU SEARCH BAR */
#searchform { margin:7px; padding:0px; }
#searchform-item input[type="text"] { width: auto; }
#searchform-item { float: right; padding:0px;}
ul#menu-main-menu li#searchform-item:hover { background: transparent; }
input#searchsubmit { float:left; background-image: url('core/icons/search.png'); background-position: center; background-repeat: no-repeat; background-size: contain; margin: 0px; height: 29px; min-height: 100%; border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; -ms-border-radius: 0px 5px 5px 0px; -webkit-border-radius: 0px 5px 5px 0px; -o-border-radius: 0px 5px 5px 0px; -khtml-border-radius: 0px 5px 5px 0px; box-shadow: none;}
input#searchsubmit:hover { background-color: #ACC923;}
#searchform #s { float:left;box-shadow: none; border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px; -o-border-radius: 5px 0px 0px 5px; -ms-border-radius: 5px 0px 0px 5px; -khtml-border-radius: 5px 0px 0px 5px; }


/* --------------- MOBILE CSS ------------- */
/*.js .main-nav .menu li { background: #25669C; }*/


@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {
	.grid-right { float: none; }
	#menu-main-menu { background-color: #25669C; }
	.js .main-nav .menu li a {
		color: #fff;
		background-color: transparent;
		line-height: normal;
		height: auto;
		padding: 1% 3%;
		border-color: transparent;
	}
	#searchform-item { padding-bottom: 10px; }
	#content { top: 10px; }
	.js .main-nav .menu > li {background-color: #25669C;}
	.js .main-nav ul.menu li a:hover, .js .main-nav ul.menu li li a:hover {
		background-color: #9EBA20 !important;
	}
	.js .main-nav .menu li li a { color: #393939; padding-top: 5px; padding-bottom: 5px;}
	.js .main-nav .menu li li a:before { top: 5px; }

	.breadcrumb-list { top: -75px; left: 0px; min-width: 200px; }
	.breadcrumb-list span { float: left; }
	.bottom-header { height: 125px; }
}
