/*
Theme Name: Iver Child
Theme URI: http://iver.select-themes.com
Description: A child theme of Iver Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: iver
Template: iver
*/

/* Removes reservation bar in single room view */
.single-hotel-room .qodef-grid-col-9 {
    width: 100%;
}
.single-hotel-room 
.qodef-hotel-room-reservation-holder {
    display: none;
}

/* Removes reservation bar in catalogue room view */

.qodef-filter-row {
    display: none !important;
}


/* Removes tabs in single room view */
.qodef-hotel-room-single-outer .qodef-tabs .qodef-tabs-nav {
    display: none;
}

.qodef-hotel-room-single-outer .qodef-tabs .qodef-hr-item-section {
    box-sizing: border-box;
    width: 100%;
}

/* Hides search and side menu from nav */
.qodef-side-menu-button-opener {
    display: none !important;
}

.qodef-search-opener {
    display: none !important;
}

/* increases height of logo */
.qodef-logo-wrapper a
{
	height:120px !important;
}

.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
  max-height: 120px !important;
}

/* changes testimonial styling */
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-text {
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    line-height: 1.36em;
}

/* Changes submit CF7 button colour */
#submit_comment, .post-password-form input[type=submit], input.wpcf7-form-control.wpcf7-submit {
    background-color: rgba(117, 214, 156, 1);
}

/* Hides filters in rooms catalogue view */
.qodef-hrl-sort-part {
    display: none;
}

/* Hides book now button in rooms catalogue view */
/* .qodef-btn.qodef-btn-simple { */
    /* display: none; */
/* } */

/* changes font size of tabs on food page */
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a {
    font-size: 15px;
	background-color: #e9e9e9;
	margin-right: 2px !important;
}

/* adds menu arrow to menu */
.qodef-main-menu > ul > li.has_sub > a .qodef-menu-arrow {
    display: inline-block;
    padding-left: 5px;

}

/* reduces menu padding */
.qodef-main-menu > ul > li > a {
    padding: 0 8px !important;
}

/* adds padding to tariff sidebar */
aside.qodef-sidebar {
    padding-top: 100px;
    padding-right: 40px;
}

/* styling pricing table */
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-mark {
    font-size: 14px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-value {
    font-size: 45px;
}

.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-price {
    font-size: 45px;
}

.qodef-main-menu > ul > li > a {
    color: #000;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.8px;
}

.qodef-drop-down .second .inner > ul > li > a {
    font-size: 15px !important;
}

.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title {
    margin: 15px 0 0;
    padding: 13px 20px;
    background-color: #e4e4e4;
}

.vc_custom_1551364968430
{
	padding:0px !important;
}

.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area {

    background-color: #d7eaea;

}

.qodef-drop-down .narrow .second .inner ul li { 
    width: 275px;
}

.qodef-sticky-header .qodef-sticky-holder .qodef-vertical-align-containers {
    background-color: #d7eaea;
}


#qodef-main-rev-holder .rev_slider_wrapper,#qodef-slider .rev_slider_wrapper 
{
	background:unset !important;
    -webkit-animation:unset !important;
    -moz-animation:unset !important;
	animation:unset !important;
}

.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
    max-height: 80px;
}

.qodef-vertical-align-containers .qodef-position-center {
    height: 50px;
    width: 100%;
    position: relative;
    left: 0;
    text-align: center;
    z-index: 1;
}
/*Home paralax*/

.homeParalaxTextbox h3, .homeParalaxTextbox p
{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	padding-left:0!important;
	padding-right:0!important;
	margin:0!important;
}

.qodef-btn-bgrnd-idle,.qodef-btn-bgrnd-hover
{
	width: 101%!important;	
}
/*Mobile*/
@media (max-width: 768px) 
{
	.HomeParalaxSpacer
	{
		height: 150px!important;
	}
	
	.homeParalaxTextbox
	{
		margin-top: 0 !important;
		margin-bottom: 15% !important;
	}
	
}
/*Desktop*/
@media (min-width: 768px) 
{
	.HomeParalaxSpacer
	{
		height: 600px!important; 
	}
	
	.homeParalaxTextbox
	{
		margin-top: 15% !important;
		margin-bottom: 0 !important;
		margin-right:100px;
	}
	
}

.qodef-main-menu > ul > li > a {
  color: #164c50 !important;
  font-size: 15px;
  letter-spacing: -0.4px;
}