/*
Theme Name: Harbour View
Version: 1.0
Description: Child theme for Olympus Inn.
Template: olympusinn
*/

/********* HEADER **********/


.header {
    background-color: rgba(0, 0, 0, 0.4);
}

#navigation a {
    font-size: 13px;
    margin: 0 6px;
    padding: 0 0 3px;
}

#navigation a:hover {
	color #fff !important;
}

.logo {
    line-height: 1.3em;
}

.logo a:hover {
    color: #3F8EFC !important;
}

#nav {
    margin-top: 25px;
    padding-right: 15px;
}

.resort-info {
	padding-top: 15px;
}

.slogan {
	display: none;
}

.resort-location {
    margin-right: 10px;
}

.resort-town {
    font-size: 12px;
}

.resort-country {
    font-size: 10px;
}

.resort-weather i {
    font-size: 20px;
    margin: 0 6px 0 0;
}

.resort-temperature {
    font-size: 30px;
}

.page-hero {
    background-size: cover;
    background-position: center;
}

.page-title {
	text-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

/********* GENERAL STYLING **********/

.page-hero {
	height: auto !important;
	padding: 175px 0 75px 0 !important;
}

.covid-note {
	background-color: darkred;
	padding: 20px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.2em;
}

.cta {
	background-color: #2667FF;
	padding: 15px 20px 20px 20px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.5em;
	font-family: "Playfair Display", Georgia, serif;
}

.cta a {
	font-weight: bold;
	border-bottom: 3px solid #fff !important;
	color: #fff !important;
}

.cta a:hover {
	opacity: 0.8;
}

.room-amenities li {
	display: block;
}

.item-thumb > a:hover {
    color: #2667FF !important;
}

.cisc-button {
	font-family: "Playfair Display", Georgia, serif;
    background-color: #2667FF;
    color: #ffffff !important;
    border-radius: 0;
    font-weight: bold;
}

.cisc-button:hover {
    background-color: #3F8EFC;
    color: #ffffff !important;
    opacity: 1 !important;
}

.widget a {
    color: #2667FF;
}

.widget a:hover {
    color: #3F8EFC;
}


.dk_theme_ci .dk_options a:hover {
    background: #2667FF !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-header .ui-state-hover, .ui-datepicker thead {
    background: #2667FF !important;
}

.ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-hover {
    background: #2667FF !important;
}


.btn, input[type="submit"] {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: bold;
    background-color: #2667FF !important;
    color: #ffffff;
    border: none !important;
    text-transform: capitalize;
    font-size: 1.1em !important;
}

.btn:hover {
    background-color: #3F8EFC !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.ui-datepicker-trigger {
	background: none !important;
	display: none !important;
}

.cisc-box {
    border: none !important;
    background-color: rgba(255, 136,20, 0.8);
    color: #fff;
    font-size: 1.4em;
}

.widget .cisc-button {
    margin-bottom: 0;
    width: 100%;
}

.widget_text {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 25px;
    position: relative;
}

.widget_text::after {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    bottom: -3px;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -49%;
    position: absolute;
    transition: all 0.18s ease 0s;
    width: 98%;
    z-index: -1;
}

.booking-inline .booking-form .bookbtn {
    margin-right: 0;
    text-align: right;
    width: 20%;
}

.booking-inline .booking-form .arrival, .booking-inline .booking-form .departure {
    width: 18%;
}

.booking-inline .booking-form .adults {
    width: 18%;
}

.booking-inline .booking-form .children {
    width: 18%;
}

.booking-inline .booking-form .room {
    width: 0%;
}

.testimonials {
	background: none !important;
}

.cisc-separator {
    border-color: -moz-use-text-color -moz-use-text-color #eee;
}

.entry-content p a {
    border-bottom: 3px solid #2667FF !important;
    color: #2b2b2b;
}

.booking-wrap.booking-inline {
	background-size: cover !important;
}


hr {
	border: 0; 
	height: 1px; 
	background: #e1e1e1; 
	margin: 20px 0;
}

.item-title {
	max-width: 90%;
	line-height: 1.3;
}

.main {
    padding: 50px 0 35px;
}

/********* HOMEPAGE **********/

.flexslider {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.flexslider .slides li {
    background-size: cover !important;
}

.slide-content p, .slide-content h3 {
	text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}

.home-slider .slide-sup {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	font-weight: bold;
}

.home-slider h2.slide-title {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5) !important;
}

#ui-datepicker-div {
	z-index: 99 !important;
}

.front-widgets .widget_text {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}

.front-widgets .widget_text::after {
    background: none;
    border: none;
}

.front-widgets .widget_text h1 {
    font-size: 2.5em;
    margin: 0 0 0.67em 0;
}

.booking-hero .booking-form .adults {
	margin-right: 4%;
}

.booking-hero .booking-form .adults, .booking-hero .booking-form .children {
	float: left;
	width: 48%;
}

.booking-wrap {
    background-color: rgba(0, 0, 0, 0.5);
}

.home iframe {
	background-color: #FFF;
	padding: 25px;
	border: 1px solid #e1e1e1;
}
.home iframe:after {
	content: "";
	width: 98%;
	left: 50%;
	margin-left: -49%;
	position: absolute;
	bottom: -3px;
	height: 5px;
	background: #FFF;
	border: 1px solid #E1E1E1;
	z-index: -1;
	-webkit-transition: all 0.18s ease;
	transition: all 0.18s ease;
}
/********* LOCATION PAGE **********/

.map-wrap .cisc-map-wrapper {
	margin: 0;
}

/********* ATTRACTIONS PAGE **********/

.page-template-template-attractions .listing {
	padding-top: 30px;
}

/* .cpt_attraction {
	max-width: 426px;
} */

@media screen and (max-width:990px) {

	.cpt_attraction {
		margin-left: auto;
		margin-right: auto;
	}

}

/********* BOOKING PAGE **********/

.booking-page {
	margin-bottom: 30px;
}

.dk_theme_ci .dk_options a {
    text-transform: none;
}

.dk_theme_ci.dk_container {
	font-family: inherit;
}

.booking-page .dk_theme_ci .dk_options {
    border: 1px solid #e1e1e1 !important;
}

.page-template-template-booking #text-3, .page-template-template-booking-custom #text-3 {
	display: none;
}

.booking-page .dk_theme_ci .dk_options {
    border: 1px solid #e1e1e1;
}

.sbc-calendar-month {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    float: left;
    margin-right: 10px;
    padding: 25px;
    width: calc(100% - 50px);
}

#sbc-calendar {
    float: left;
    margin: 0 2px 30px 0;
}

#sbc-calendar table {
    border-top: 1px solid #e1e1e1;
}

#sbc-calendar table thead th, #sbc-calendar tr td {
    height: 36px;
}

#sbc-calendar td.sbc-status-free {
    border-color: #DDEACC;
}
#sbc-calendar-wrapper .sbc-status-free {
    background-color: #DDEACC;
}

#sbc-calendar td.sbc-status-booked {
    border-color: #FFDCD8;
}
#sbc-calendar-wrapper .sbc-status-booked {
    background-color: #FFDCD8;
}

#sbc-calendar .entry-content a  {
    border-bottom: none !important;
}

#sbc-calendar a {
	border: none !important;
}

.rates-table {
	border: 1px solid #e1e1e1;
	background: #fff;
}

.rates-table th, .rates-table td {
	text-align: left !important;
	border: 1px solid #e1e1e1;
	padding: 10px 12px;
}

.rates-table tr th {
	background: #eee;
}

.rates-table tr:nth-child(even) {
    background-color: #fafafa;
}

.rates-table tr:nth-child(odd) {
    background-color: #fff;
}

@media screen and (max-width: 400px) {
	.rates-table {
		overflow-x: auto;
		display: block;
	}
	
	.rates-table::before {
		content: 'Scroll right to see all rates';
		padding: 4px 12px;
	}
}


.gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="url"] {
    padding: 6px 12px !important;
}

.gform_wrapper textarea {
    padding: 6px 12px !important;
}

.gform_wrapper #input_2_6, .gform_wrapper #input_2_7 {
    width: 100% !important;
}

.gform_wrapper #input_2_6:after, .gform_wrapper #input_2_7:after {
    content: "+";
}

.ui-datepicker .ui-datepicker-title {
    color: #4F4F4F;
}

.ui-datepicker {
    width: 250px !important;
    padding: 0.2em !important;
}

.ui-datepicker-header {
    text-shadow: none !important;
}

.ui-datepicker-next, .ui-datepicker-prev {
    background-image: none !important;
}

.ui-datepicker th {
    color: #fff !important;
    text-shadow: none !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: 0 !important;
}

.ui-datepicker-calendar .ui-state-default {
    box-shadow: none !important;
}

.ui-datepicker td .ui-state-default {
	padding: 0 !important;
}

.ui-datepicker td a, .ui-datepicker td span {
    text-shadow: none !important;
    width: 100% !important;
}

.ui-datepicker table {
	border-bottom: #BBB !important;
}

.page-template-template-booking-custom .gform_wrapper .gfield_label {
	display: none !important;
}

.page-template-template-booking-custom .gform_wrapper .gfield {
	margin-bottom: 0px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.gform_confirmation_wrapper  {
	padding-bottom: 20px !important;
}

/********* EVENTS PAGE **********/

.event-list {
    padding: 40px 0;
}

.event {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0px;
}

.event:last-child {
    border-bottom: 1px solid #e1e1e1;
}

/********* CONTACT PAGE **********/

.gform_wrapper li.hidden_label input {
	margin-top: 0px !important;
}

/********* FOOTER **********/

.foot {
	color: #4f4f4f !important;
}

.footer .widget {
	margin: 0px;
}

.footer .widget_text {
	border: none !important;
}

.footer .fa-facebook-official {
	color: #3B5998 !important;
	margin: 0 20px 50px 0;
	float: left;
}

.footer .cisc-button {
	margin-top: 20px;
	width: auto !important;
}

/********* MAP FIXES **********/

/* Hide map type buttons */
#map .gm-style-mtc, .cisc-map .gm-style-mtc {
  display: none !important;
}

/* Hide zoom buttons */
#map .gm-bundled-control-on-bottom, .cisc-map .gm-bundled-control-on-bottom  {
  display: none !important;
}

/* Hide fullscreen button */
#map .gm-fullscreen-control, .cisc-map .gm-fullscreen-control {
    display: none !important;
}



/********* RESPONSIVE FIXES **********/

#mobile-bar {
	background: #000;
	border-bottom: none !important;
	padding: 18px 10px 0;
}

#mobile-bar a, #mobile-bar p {
	color: #eee;
}

.mm-list { 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 768px) {

	.header {
		height: auto;
		padding: 20px 0;
	}
	
	.logo {
		float: none;
		margin: auto;
	}
	
	.page-hero {
		height: auto;
		padding: 150px 0 35px;
	}
	
	.home-slider .slide-content {
		padding: 150px 15px 0;
	}

}


