/*
Theme Name:         Cliffs of Moher
Description:        An easy to management responsive WordPress theme based on Foundationpress
Version:            1.0.0

*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .page-template-virtual-tour {
        margin-top: 0;
    }

    .footer .footer-columns-block {
        padding: 30px 15px;
    }

    .footer .copyright {
        padding: 15px;
    }

    .footer .copyright .copyright-menu li {
        line-height: 25px;
    }
    .content-section-item.text-block.full > ul {
        list-style: disc;
    }
    .content-section-item.text-block.full > ul li{
        overflow: visible !important;
    }
    .blockUI.blockOverlay {
        top: 530px!important;
        position: absolute !important;
        left: 50%;
    }
}
@media (max-width: 600px){
    .blockUI.blockOverlay {
        top: 810px!important;
    }

    .com-content-block img {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .content-block.full_image {
        background-position: center;
    }

    .content-block.full_image .content-block-text {
        background-color: rgba(0, 0, 0, 0.5)!important;
        width: auto;
        margin: 10px;
        padding: 0 20px!important;
    }

    .content-block.full_image .content-block-text-inner {
        display: block;
    }

    .content-block.full_image .content-block-text-inner h3{
        font-size: 40px;
    }
}

.top-image .fixed-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    text-align: center;
}

.top-image .fixed-footer .site-footer {
    padding: 15px 30px;
    color: #FFF;
    font-family: "PT Serif",Georgia,Cambria,"Times New Roman",Times,serif;
    font-style: italic;
    font-size: 18px;
    display: inline-block;
    transition: all .2s ease-in-out 0s;
}

.top-image .fixed-footer .site-footer:hover {
    background: #c6bd9e;
    color: #3d734a;
}

.top-image .fixed-footer .site-footer:hover .site-footer-link {
    color: #3d734a;
}

.top-image .fixed-footer .site-footer-link {
    color: #FFF;
}

.top-image .site-footer {
    display: block;
}

.tab-bar .top-nav li .language-icon-wrap {
    background: url('assets/images/language-sticky-hover.png') no-repeat;
    background-position: center 3px;
}

#gtranslate_selector {
    cursor: pointer;
}

.language-selector-wrap:hover {
    cursor: pointer;
    background-color: #3d734a;
    transition: all .2s ease-in-out 0s;
}

.book-now-button-wrap:hover,
.tab-bar .menu-icon:hover {
    background-color: #b79f78;
    transition: all .2s ease-in-out 0s;
}

.tab-bar .top-nav li .language-icon-wrap:hover .language-icon-caption {
    color: #3d734a;
    transition: all .2s ease-in-out 0s;
}

.tab-bar .top-nav li .language-icon-wrap:hover img {
    opacity: 0;
    transition: all .2s ease-in-out 0s;
}

/* ===== Start items page and single page ===== */
/* items */

.page-template-single .fade-in-on-load,
.page-template-items .fade-in-on-load {
    opacity: 1!important;
}

.page-template-items{
    margin-top: 95px;
}
.page-template-items .top-nav li{
    border-color: #c7bfa9;
}
.page-template-items .top-nav li .language-icon-caption{
    color: #c7bfa9;
}
.page-template-items .top-nav li a.book-now-button{
    color: #21522f;
    background: #edeae3;
}
.page-template-items .top-nav li a.book-now-button:hover{
    color: #21522f;
    background: #edeae3;
}
.page-template-items .top-nav li a.menu-icon span::after, .page-template-virtual-tour .sticky-header .top-nav li a.menu-icon span::after{
    -moz-box-shadow: 0 0 0 2px #c7bfa9,0 11px 0 2px #c7bfa9,0 22px 0 2px #c7bfa9;
    -webkit-box-shadow: 0 0 0 2px #c7bfa9,0 11px 0 2px #c7bfa9,0 22px 0 2px #c7bfa9;
    box-shadow: 0 0 0 2px #c7bfa9,0 11px 0 2px #c7bfa9,0 22px 0 2px #c7bfa9;
}
.page-template-items .top-nav li a.menu-icon:hover span::after, .page-template-virtual-tour .sticky-header .top-nav li a.menu-icon span::after{
    -moz-box-shadow: 0 0 0 2px #21522f,0 11px 0 2px #21522f,0 22px 0 2px #21522f;
    -webkit-box-shadow: 0 0 0 2px #21522f,0 11px 0 2px #21522f,0 22px 0 2px #21522f;
    box-shadow: 0 0 0 2px #21522f,0 11px 0 2px #21522f,0 22px 0 2px #21522f;
}
.page-template-items .sticky-header{
    background: #fff;
}
.page-template-items .show-static{
    display: none!important;
}
.page-template-items .show-sticky{
    display: inline!important;
}

.page-template-items .sticky-header-wrap {
    padding: 0;
}

.page-template-items .middle.tab-bar-section {
    height: auto;
}

    /* single */
.page-template-single{
    margin-top: 95px;
}
.page-template-single .top-nav li{
    border-color: #c7bfa9;
}
.page-template-single .top-nav li .language-icon-caption{
    color: #c7bfa9;
}
.page-template-single .top-nav li a.book-now-button{
    color: #21522f;
    background: #edeae3;
}
.page-template-single .top-nav li a.book-now-button:hover{
    color: #21522f;
    background: #edeae3;
}
.page-template-single .top-nav li a.menu-icon span::after, .page-template-virtual-tour .sticky-header .top-nav li a.menu-icon span::after{
    -moz-box-shadow: 0 0 0 2px #c7bfa9,0 11px 0 2px #c7bfa9,0 22px 0 2px #c7bfa9;
    -webkit-box-shadow: 0 0 0 2px #c7bfa9,0 11px 0 2px #c7bfa9,0 22px 0 2px #c7bfa9;
    box-shadow: 0 0 0 2px #c7bfa9,0 11px 0 2px #c7bfa9,0 22px 0 2px #c7bfa9;
}
.page-template-single .top-nav li a.menu-icon:hover span::after, .page-template-virtual-tour .sticky-header .top-nav li a.menu-icon span::after{
    -moz-box-shadow: 0 0 0 2px #21522f,0 11px 0 2px #21522f,0 22px 0 2px #21522f;
    -webkit-box-shadow: 0 0 0 2px #21522f,0 11px 0 2px #21522f,0 22px 0 2px #21522f;
    box-shadow: 0 0 0 2px #21522f,0 11px 0 2px #21522f,0 22px 0 2px #21522f;
}
.page-template-single .sticky-header{
    background: #fff;
}
.page-template-single .show-static{
    display: none!important;
}
.page-template-single .show-sticky{
    display: inline!important;
}
/* Start filter-1 */
.filter-1{
    position: relative;
    height: 115px;
    background: #2a5333;
    color: #fff;
    font-size: 16px;
    line-height: 105px;
    text-transform: uppercase;
}

.filter-1 .filter-container{
    max-width: 1180px;
    margin: auto;
}
.filter-1 a{
    color: #fff;
}
.filter-1 .filter-title{
    padding-right: 150px;
    font-size: 29px;
    float: left;
    letter-spacing: 0.8px;
}
.filter-1 .filter-by{
    padding-right: 20px;
    opacity: .4;
    display: inline-block;
    height: 115px;
    float: left;
    font-size: 18px;
    line-height: 115px;
    border-right: 1px solid #648d6d;
}
.filter-select{
    display: inline-block;
    height: 115px;
    float: left;
    line-height: 115px;
    border-right: 1px solid #648d6d;
    cursor: pointer;
}
.filter-select .select-trigger{
    position: relative;
    padding-left: 20px;
    padding-right: 42px;
    font-size: 18px;
}
.filter-select div.checker{
    position: absolute;
    left: 0;
    top: 8px;
}
.filter-select div.checker span{
    width: 11px;
    height: 11px;
    background: #fff;
}
.filter-select div.checker span.checked{
    width: 11px;
    height: 11px;
    background: #2a5333;
}
.filter-select .select-trigger::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0;
    border-color: #648d6d transparent transparent;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.filter-select .open.select-trigger::after{
    border-color: #fff transparent transparent;
}
.filter-1 .filter-drop-down{
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    left: 0!important;
    top: auto;
    width: 100%;
    background: #648d6d;
    z-index: 9;
    border: none;

}
.filter-1 .filter-drop-down::before{
    display: none;
}
.filter-1 .filter-drop-down::after{
    display: none;
}
.filter-1 .f-dropdown{
    max-width: 100%;
    left: 0;
}

.filter-drop-down {
    visibility: hidden;
    opacity: 0;
}

.show .filter-drop-down {
    visibility: visible;
    opacity: 1;
}


.filter-drop-down  .filter-list{
    width: calc(100%/6);
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    list-style: none;
}
.filter-drop-down  .filter-list li {
    position: relative;
    padding-left: 20px;
}
.filter-drop-down  .filter-list li label{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-transform: initial;
    font-family: sans-serif;
}
.filter-drop-down  .filter-list li.parent label{
    font-weight: 700;
    font-size: 18px;
}
.filter-drop-down  .filter-list li:hover{
    background: #648d6d;
}
.filter-1 .filter-grid-2{
    margin: auto;
}
.filter-1 button{
    margin: 0 20px 42px 20px;
    padding: 0 10px;
    background: #1d4626;
    color: rgba(255,255,255, .4);
    font-family: "CabritoSemi-NorExB";
    font-size: 18px;
    border: 0;
    top: 20px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    outline: none;
    cursor: default;
    text-transform: uppercase;
}

.filter-1 button[type="submit"].active{
    color: #FFF;
    cursor: pointer;
    cursor: hand;
}

.filter-1 .clear-filters{
    color: rgba(255,255,255, .4);
    font-size: 18px;
}

/* filters-2 */
.filters-2{
    box-sizing: border-box;
    padding: 26px 0;
    background: #e4e0d5;
    text-transform: uppercase;
}
.filters-2 h3{
    margin: 0;
    color: #335c3c;
    text-transform: initial;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.filters-2 .label a {
    color: #FFF;
}

/* listing-top */
.listing-top{
    padding: 30px 0;
    text-transform: uppercase;
}
.listing-top .results{
    font-size: 18px;
    line-height: 50px;
}
.listing-top .results .count{
    font-size: 25px;
}
.listing-top .view{
    background: #fff;
    border: 1px solid #bbbbb3;
}
.listing-top .view .inner-list:first-child{
    border-right: 1px solid #bbbbb3;
}
.listing-top .view .inner-list{
    padding: 12px 45px 12px 18px;
    display: inline-block;
    position: relative;
}
.listing-top .view .inner-list i{
    font-size: 24px;
    position: absolute;
    right: 18px;
    top: 12px;
}
.listing-top .view a{
    color: #496b50;
}
.listing-top .view .active{
    background: #496b50;
    color: #fff;
}


/* stay-listing */
.stay-listing .stay-item{
    margin: 0 5px 20px 5px;
    width: 32.433%;
    float: left;
    background: #fff;
    position: relative;
    transition: all .2s ease-in-out 0s;
}
.stay-listing .stay-item .stay-item-inner{
    padding-bottom: 30px;
}
.stay-listing .stay-item:hover{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    box-shadow: 0 0 40px 10px rgba(10,3,1,.1);
    position: relative;
    z-index: 99999;
}
.stay-listing .stay-item:hover .stay-item-inner span.title{
    background: #135531;
    color: #fff;
}
.stay-listing .stay-item .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.stay-listing .stay-item .stay-item-inner span.title{
    display: block;
    padding: 40px 35px 0 35px;
    text-align: center;
    color: #000;
    transition: all .2s ease-in-out 0s;
    font-size: 25px;
    min-height: 120px;
}
.stay-listing .stay-item .stay-item-inner .description{
    padding: 25px 20px 15px 20px;
    color: #000;
    min-height: 175px;
}
.stay-listing .stay-item .stay-item-inner .description .contact-info{
    font-size: 13px;
    line-height: 25px;
    font-family: sans-serif;
    margin-bottom: 0;
}

.stay-listing .stay-item .stay-item-inner .description .contact-info span {
    color: #5f5f5f;
}

.stay-listing .stay-item .stay-item-inner .description .label{
    color: #5f5f5f;
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 25px;
    font-family: sans-serif;
    text-transform: uppercase;
}
.stay-listing .stay-item .stay-item-inner .bottom-links{
    height: 50px;
    background: #135531;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out 0s;
}
.stay-listing .stay-item:hover .stay-item-inner .bottom-links{
    opacity: 1;
}
.stay-listing .stay-item .stay-item-inner .bottom-links .bottom-link{
    height: 50px;
    background: #135531;
    width: 50%;
    float: left;
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
    vertical-align: middle;
}

.stay-listing .stay-item .stay-item-inner .bottom-links .bottom-link > a {
    padding: 0 10px;
}
.stay-listing .stay-item .stay-item-inner .bottom-links .label {
    text-transform: uppercase;
    margin-top: -3px;
}
.stay-listing .stay-item .stay-item-inner .bottom-links .bottom-link a{
    color: #fff;
}
.stay-listing .stay-item .stay-item-inner .bottom-links .bottom-link i{
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

/* stay-panel */
.stay-panel{
    padding-top: 35px;
    padding-bottom: 35px;
}
.stay-panel .stay-description{
    margin-right: 10px;
    padding: 35px 40px;
    width: calc(55% - 10px);
    float: left;
    background: #fff;
}
.stay-panel .stay-description .slider {
    margin-bottom: 40px;
}

.stay-panel .stay-description .slider .bx-wrapper {
    margin-bottom: 15px;
}

.stay-panel .stay-description .slider .thumbs {
    margin: 0;
}

.stay-panel .stay-description .block h3{
    margin-bottom: 25px;
    font-size: 19px;
    color: #000;
    text-transform: initial;
}
.stay-panel .stay-description .block p{
    font-size: 14px;
}
.stay-panel .stay-description .block ul{
    margin-left: 0;
    font-size: 14px;
}
.stay-panel .stay-description .block ul li{
    position: relative;
    margin-top: 5px;
    padding-left: 22px;
    list-style: none;
}
.stay-panel .stay-description .block ul li:before{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7.5px;
    left: 5px;
    background: #2d562e;
}
.stay-panel .stay-description .block .read-more{
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    height: 33px;
    line-height: 31px;
    box-sizing: border-box;
    padding: 0 12px 0 30px;
    color: #838789;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 700;
    width: auto;
}
.stay-panel .stay-description .block .read-more .fa-angle-down{
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 20px;
}
.stay-panel .stay-description .block .read-more .fa-angle-up{
    display: none;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 20px;
}
.stay-panel hr{
    margin-top: 20px;
    margin-bottom: 10px;
}
.stay-panel .stay-info{
    margin-left: 10px;
    padding: 35px 40px;
    width: calc(45% - 10px);
    float: left;
    background: #fff;
}
.stay-panel .stay-info hr{
    margin-bottom: 15px;
}
.stay-panel .stay-info .map{
    margin-bottom: 40px;
    max-width: 450px;
    width: 100%;
    height: 320px;
}
.stay-panel .stay-info .map iframe{
    width: 100%;
    height: 100%;
}
.stay-panel .stay-info .block h3{
    margin-bottom: 20px;
    font-size: 19px;
    color: #000;
    text-transform: initial;
}
.stay-panel .stay-info .block h3.color-green{
    color: #255231;
}
.stay-panel .stay-info .block h4{
    margin: 0;
    font-size: 13px;
    line-height: 26px;
}
.stay-panel .stay-info .block address{
    color: #000;
    font-style: normal;
    font-size: 14px;
}
.stay-panel .stay-info .block p{
    color: #000;
    font-size: 14px;
}
.stay-panel .stay-info .block.social-media a{
    width: 30px;
    height: 30px;
    text-decoration: none;
    background: #ced1d4;
    float: left;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
    transition: all .2s ease-in-out 0s;
}
.stay-panel .stay-info .block.social-media a i{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.stay-panel .stay-info .block.social-media a:hover{
    background: #255231;
}

.stay-panel .stay-info .btn {
    background: #08542d;
    color: #FFF;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
}

.stay-listing .stay-item .stay-item-inner .bottom-links .bottom-link.share:hover .share-block {
    opacity: 1;
    visibility: visible;
}

.stay-listing .stay-item .stay-item-inner .bottom-links .bottom-link.share .share-block {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    top: calc(100% - 5px);
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    height: 40px;
    background: #2abcf5;
    width: 160px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;;
}

.share-block:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 5px;
    border-color: transparent transparent #2abcf5;
}

.share-block span {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 40px;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b6e8fc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.share-block span i {
    font-size: 14px;
    text-shadow: none;
    color: #b6e8fc;
}
/* media query */

@media screen and ( max-width: 800px ) {
    .top-image .fixed-footer {
        display: none;
    }
}

/* 1199 */
@media screen and (max-width: 1199px){
    .filter-1{
        padding: 0 5px;
    }
    .filter-1 .filter-title{
        padding-right: 75px;
    }

    .filters-2{
        padding: 26px 5px;
    }

    .stay-listing .stay-item{
        width: 32.300%;
    }

    .stay-panel .stay-description{
        width: calc(54% - 20px);
        margin: 0 10px;
    }
    .stay-panel .stay-info{
        width: calc(46% - 20px);
        margin: 0 10px;
    }
}

/* 991 */
@media (max-width: 1199px){
    .filter-1{
        padding: 0 5px;
        height: 90px;
        font-size: 15px;
        line-height: 90px;
    }
    .filter-1 .filter-title{
        font-size: 20px;
        padding-right: 17px;
    }
    .filter-1 .filter-by{
        height: 90px;
        line-height: 90px;
        font-size: 15px;
    }
    .filter-1 button{
        margin: 0 10px 42px 10px;
        font-size: 15px;
    }
    .filter-1 .clear-filters{
        font-size: 15px;
    }
    .filter-select{
        height: 90px;
        line-height: 90px;
        font-size: 15px;
    }
    .filter-select .select-trigger{
        font-size: 15px;
    }

    .stay-listing .stay-item {
        width: 48.700%;
    }
    .stay-listing .stay-item .stay-item-inner span.title{
        font-size: 20px;
    }

    .stay-panel .stay-description{
        width: calc(100% - 20px);
        margin: 0 10px;
        margin-bottom: 20px;
    }
    .stay-panel .stay-info{
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}

/* 767 */
@media (max-width: 767px){
    .filter-1{
        padding: 0;
        height: auto;
        line-height: 43px;
    }
    .filter-1 .filter-title{
        float: none;
        padding-left: 20px;
        display: block;
    }
    .filter-1 .filter-by{
        display: none;
    }
    .filter-1 button{
        display: inline-block;
    }
    .filter-1 .clear-filters{
        display: inline-block;
        text-align: center;
    }

    .filter-1  .buttons {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .filter-title {
        display: none
    }

    .filter-select{
        display: block;
        float: none;
        border-right: none;
        border-bottom: 1px solid #648d6d;
        height: auto;
        line-height: 43px;
    }
    .filter-select .select-trigger{
        padding: 0 20px;
    }
    .filter-1 .filter-drop-down{
        width: 100%!important;
    }

    .filter-select .filter-drop-down {
        max-height: 300px;
        overflow: hidden;
        overflow-y: scroll;
        opacity: 1;
        visibility: visible;
        height: 0;
        position: relative!important;
        top: 0!important;
        padding: 0;
        transition: all .2s ease-in-out 0s;
    }

    .filter-select .filter-drop-down .filter-grid-2
    .filter-select .filter-drop-down .filter-grid-1 {
        padding: 25px 0;
    }

    .filter-select .filter-drop-down.open {
        height: 300px;
    }

    .filters-2 {
        padding: 15px 20px;
    }

    .listing-top .view .inner-list {
        padding: 12px 18px;
    }

    .listing-top .inner-list span {
        display: none;
    }

    .listing-top .view .inner-list i {
        position: static;
    }

    .listing-top {
        padding: 30px 20px;
    }
    .listing-top .mobile-left{
        width: 38%;
    }
    .listing-top .mobile-right{
        width: 58%;
    }

    .stay-listing .stay-item{
        width: calc(100% - 10px);
    }

    .stay-listing .stay-item .stay-item-inner span.title {
        font-size: 22px;
    }

    .stay-listing .stay-item .stay-item-inner img {
        width: 100%;
        height: auto;
    }



    .filter-drop-down .filter-list{
        width: 100%;
    }

    .filter-container {
        height: auto!important;
    }

    .filter-list {
        position: static!important;

    }
    .page-template-single .fixed-footer,
    .page-template-items .fixed-footer {
        display: none;
    }

    .top-image .site-header {
        position: static;
        max-width: 90%;
        bottom: auto;
        background: transparent;
        border-bottom: 1px solid #fff;
        display: block!important;
    }
}
