/*
* Template Name: Cape Shark Villa
* Author: Sitewonders
* Designed & Coding by : Ton Sitewonders
*/
/*
* Imported
* -----------------------------------------------------------------------
*/

@import url("animated.css");
@import url("themify-icons.css");

/*
* Extend Page Wrapper
* -----------------------------------------------------------------------
*/

.page-wrapper .page-content{
    position: relative;
    padding: 70px 10px;
    font-family: 'Prompt', sans-serif !important;
}
.page-wrapper .page-content p,
.page-wrapper .page-content li,
.page-wrapper .page-content span{
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
}
.page-wrapper .page-content svg.bk-icon{
    position: relative;
    margin-top: -10px;
    color: rgba(17, 72, 99, 0.6) !important;
}

/*
* Photo grid
* -----------------------------------------------------------------------
*/
section.photo-grid{
    background: #fafafa;
    padding-bottom: 100px;
}
section.photo-grid .grid-2{
    width: 25%;
    height: 200px;
}

/*
* Gallery
* -----------------------------------------------------------------------
*/

.gallery{
    overflow:hidden;
    padding:0;
    min-height: 500px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery .gallery-title{
    width:100%;
    text-align:center;
    height:auto;
    padding:30px 0 25px 0;
    margin:0;
}
.gallery .gallery-title::before{
    width:60px;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.gallery .gallery-title a{
    width:auto;
    height:auto;
    padding:8px 15px;
    font-size:14px;
    letter-spacing:0.05em;
    font-weight:400;
    color: #2a272e;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    border: solid 1px rgba(0,0,0,0.2);
}
.gallery .gallery-title a:hover{
    color: #ffffff;
    border: solid 1px #114863;
    background: #114863;
}
.gallery .gallery-title a.uk-active{
    color: #ffffff;
    background: #007ab5;
    border: solid 1px #007ab5;
}
.gallery .gallery-wrapper{
    width:100%;
    height:auto;
    margin:1px 0 40px 0;
    padding:0 0 10px 0;
    display:block;
}
.gallery .gallery-wrapper div.img-wrapper{
    width:24.5%;
    height: 300px;
    margin:0.25% 0.25% 0 0;
    cursor:pointer;
    z-index:10;
    overflow: hidden;
    position: relative;
    background-color: #2a272e;
    float: left;
}

@media (max-width:1380px){
    .gallery .gallery-wrapper div.img-wrapper {
        height: 213px;
    }
    .gallery .gallery-title a{
        font-size: 13px;
    }
}
@media (max-width:1024px){
    .gallery .gallery-wrapper div.img-wrapper {
        height: 183px;
    }
}
@media (max-width:768px){
    .gallery .gallery-wrapper div.img-wrapper {
        height: 134px;
    }
}
@media (max-width:768px){
    .gallery .gallery-wrapper div.img-wrapper {
        height: 183px;
    }
}
@media (max-width:420px){
    .gallery .gallery-wrapper div.img-wrapper {
        height: 134px;
    }
}

.gallery .gallery-wrapper div.img-wrapper .img {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: center center no-repeat;
    background-size: cover;
    opacity: 1;
    transition: all 0.4s;
}
/*
.gallery .gallery-wrapper span div.img-wrapper img{
	width:100%;
	height:auto;
	z-index:20;
	opacity: 1;
	transition: all 0.4s;
}
*/
.gallery .gallery-wrapper div.img-wrapper:hover .img{
    opacity:1 !important;
}
.gallery .gallery-wrapper div.img-wrapper::after{
    content: "\f00e";
    font-family:FontAwesome;
    font-size: 26px;
    color: #fff;
    text-shadow:1px 1px 10px rgba(0,0,0,0.2);
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    opacity:0;
    transition: all 0.5s;
    z-index:50;
}
.gallery .gallery-wrapper div.img-wrapper:hover::after{
    opacity:1;
}

/*
* Customise Page
* -----------------------------------------------------------------------
*/

.page-content.amenities,
.page-content.amenities .page-content{
    /* text-align: left !important; */
}
.page-content.amenities .page-content h5{
    padding-bottom: 10px !important;
}
.page-content.amenities p.MsoNormal{
    padding: 5px 0;
    font-weight: bold;
    font-size: 17px;
    display: block;
    width: 100%;
}
.page-content{
    font-size: 14px;
}
.page-content.amenities p.MsoListParagraphCxSpFirst,
.page-content.amenities p.MsoListParagraphCxSpMiddle,
.page-content.amenities p.MsoListParagraphCxSpLast,
.page-content.amenities p.MsoListParagraph{
    font-size: 14px;
    font-weight: normal;
    width: 28%;
    display: inline-block;
}
.page-content.amenities p.MsoListParagraph{
    width: 90%;
}

.amenities .page-content h5,
.amenities .page-content p,
.amenities .page-content li{
    font-size: 14px !important;
    font-family: 'Prompt', sans-serif !important;
}
.amenities .page-content ul{
    padding: 10px 0 !important;
    margin: 10px 0 !important;
    display: block !important;
    width: 100% !important;
    border: none !important;
}
.amenities .page-content ul li{
    padding: 10px 20px !important;
    margin: 0 !important;
    font-size: 16px !important;
    /* list-style: disc !important; */
}
.amenities .page-content ul li:first-child{
    list-style: none !important;
}
.amenities .page-content{
    padding: 10px !important;
}
.amenities .page-content h3,
.amenities .page-content h4,
.amenities .page-content h4 ul li span{
    font-size: 20px !important;
    font-weight: 300;
}
.amenities .page-content h3{
    margin: 0 0 20px 0 !important;
}
.amenities .page-content h4,
.amenities .page-content h4 ul li span{
    margin: 20px 0 0 0 !important;
    font-weight: 400;
    position: relative;
    display: block;
    color: #111;
}
.popular-facilities div.popular-facilities ul li,
.popular-facilities div.popular-facilities ul li:first-child{
    border: solid 2px #134863 !important;
    background: #134863;
    color: #fff !important;
    height: auto;
    text-align: center !important;
    margin: 0 !important;
    display: inline-flex !important;
}
.amenities .page-content h4 ul, .amenities .page-content h4 ul li{
    padding: 0 !important;
    margin: 0 !important;
}
.property-facilities-all {
    margin: 50px 0 0 0 !important;
}

/*
* Responsive Resize
* -----------------------------------------------------------------------
*/

@media (max-width:600px) {
    .extend-listing .list-item {
        width: 100% !important;
    }
    section.photo-grid .grid-2{
        width: 50%;
    }
    header.page .header-overlay .page-title h1{
        font-size: 20px;
    }
    .gallery .gallery-wrapper div.img-wrapper{
        width: 49.6%;
        height: 140px;
    }
    footer .copyright, footer .copyright p{
        padding: 10px 0;
        width: 100%;
        font-size: 11px;
    }
}
