/*
Theme Name: IWHQ Vanilla
Theme URI: http://www.irishwebsitehq.com
Description: IWHQ Vanilla
Version: 1
Author: Mark O'Leary
Author URI: http://www.irishwebsitehq.com
*/



/* ================ GENERAL RULES ======================= */
body {
font-size:14px;
font-family:'Open Sans';
    overflow-x:hidden;
}

.container{

}

/* ================ RESPONSIVE IMAGES ======================= */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* ================ LINKS ======================= */


/* ================ HEADER ======================= */


/* Tiled Carousel */
.jp-carousel-wrap .jp-carousel-close-hint span {
    font: 400 74px/1 "Helvetica Neue", sans-serif !important;
}

/*.logo{
     position:relative;
    background: transparent url(images/doolys_hotel_logo.png) no-repeat left center;
     height: 225px;
     top: 4px;
 }*/

.logo{
    position:absolute;
    height: 225px;
    top: 0px;
}

.logo img#logo{	position:absolute;	left:0;}


img#logo{
    position:absolute; 	top: -70px;
}
img#bg_logo{
    position: absolute;
    z-index: 3;
}

#top{
    background-color:#312D2A;
    color:#fff;
    font-weight:600;
    padding: 1px 0 6px;
}
tr.bordered {
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px;
    display: block;
}

.top-menu{
    text-align: right;
}

#top ul{
    margin-bottom:0;
}


#top .social img{
    width:32px;
}

#top .contact{
    padding-top:10px;
}
#top .phone{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 20px 9px 0;
    padding: 8px 22px 8px 46px;
    display: inline-block;
    background: #443e3b url(images/phone.png) no-repeat center left 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#top .social{
    margin: 20px 20px 0 0;
}

#top .contact img{
    margin: 0 6px 0 12px;
    vertical-align: middle;
}

#top a{
    color:#fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size:15px;
}


/*body > header{
    background: transparent url(images/doolys-logo-bg.png) repeat-x center left;	height:230px;	position:relative;	z-index:3;	margin-top:-82px;
}*/

body > header {
    background: #fff;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #CABFB6;
}

body > header menu{
    /*margin-top: 90px;*/
    float:right !important;
    top: 2px;
}

ul.flexnav{
    background-color: #fff;
    z-index:5;
}

.flexnav > li {
    border-right: 1px solid rgba(170, 165, 143, 0.33);
}

.flexnav li.menu-item-last{
    border:none;
}

.flexnav > li ul li{
    border-top: 1px solid rgba(170, 165, 143, 0.33);
}

ul.sub-menu{
    border: 1px solid rgba(170, 165, 143, 0.33);
    border-top:none;
}

ul.sub-menu li:before{
    content:none;
}
ul.sub-menu li:hover{
    background-color:#312D2A;
}ul.sub-menu li a:hover{
     color:#fff;
 }

.flexnav .touch-button {
    right: 7px;
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 9px;
    color: #b2ac96;
}


ul.sub-menu li{
    background-color:#fff;
}


/* ================ CONTENT ======================= */
/*#content{
    min-height:500px;
}*/

mobile{
    display:none;
}
.page{
    background-color:#fff;
    padding: 30px 40px 40px;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.page-with-slide{
    margin-top: 380px;
}

.page-no-slide{
    margin-top: 100px;
}

.page h1, .page h2, .page h3{
    color: #5f544a;
    border-bottom: 1px solid #CAC0B7;
    font-family: Volkorn;
    padding-bottom: 6px;
    font-size:36px;
}

.page h2{
    font-size:28px;
}

.page h3{
    font-size:24px;
}

small.tiled{
    display:block;
    text-align:right;
    padding-right:10px;
    color: rgba(108, 103, 90, 0.63);
}
main{
    background-color: #6c675a;
}


main .testimonial {
    text-align: center;
    padding: 18px 0;
    background: #fff;
    border-bottom:1px solid #dcd5d0;
    color: #AEA196;
    position: relative;
    height: 85px;
    font-style:italic;
}

main .testimonial strong, main .testimonial a{
    font-style:normal;
}

main .testimonial .bottom-swirl{
    width: 252px;
    margin: 0 auto;
    display: block;
    left: 50%;
    left: calc(50% - 126px);
    position: absolute;
    z-index: 3;
    top: 84px;
}

main .testimonial .button{
    margin-top: 7px;
    margin-left: 10px;
    font-family:'Open Sans';
}

#top nav li {
    display: inline-block;
    border-right:1px solid #443e3b;
}

#top nav li.menu-item-last{
    border-right:none;
}



#top nav li:before{
  /*content: '\25CA';*/
    display: inline-block;
    float: left;
    margin-bottom:4px;
    margin-top: 13px;
    width:0px;
    font-size:12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#top nav li.menu-item-first:before{
    content: '';
}

#top nav li a{
    padding: 0.9em 1.1em;
}

.melbas img{
    height: 40px;
    border: 1px solid #98518c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.menu-menu-2-container li:before{
    /*content: '\2666';*/
    display: inline-block;
    float: left;
    margin-top: 13px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

img#swirl{
    display: inline-block;
    margin-top: 9px;
}
.right{
    text-align: right;
}
aside header, aside footer{
    text-align: center!important;
    padding: 15px!important;
}
li:first-child:before { content: none; }

main .feature{
   /* background-color:#fff;*/
}
.feature.twos p {
    margin: 0 0 8px;
    color: #595146;
    font-size: 13px;
}

main .feature .button, main .feature  a:hover.button, #feature-2 .button, #feature-2 .button:hover, .testimonial .button, .testimonial .button:hover {
    padding: 6px 14px;
    margin-top: 7px;
    font-size: 14px;
    text-decoration:none;
    background: #696356 url(images/feature-button-bg.png) repeat-x bottom left;
}

#feature-2 .button, #feature-2 .button:hover {
    padding:8px 16px;
}
#feature-2 h3{
    color:#5f544a;
    border-bottom:1px solid #CAC0B7;
    font-family: Volkorn;
    padding-bottom: 6px;
}

#feature-2 .wp-caption.alignright{
    border:none;
    padding-left:20px;
    margin-bottom:12px;
}
main .feature.threes{
    text-align:center;
    padding:20px 0;
}



.feature h3 {
    border-bottom: 1px solid #C9BFB8;
    padding-bottom: 4px;
    font-size: 20px;
    color: #ADA096;
    margin-bottom: -5px;
    font-family: Volkorn;
    clear: right;
    margin-left: 290px;
    margin-right: 6px;
    margin-bottom: 8px;
}


section#feature-2{
    background-color: #fff;
    height: auto;
    padding-top: 30px;
    padding-bottom:30px;
}
.features{
    padding-bottom: 40px;
    padding-top: 80px;
}
main .feature.twos{
   /* padding:20px;*/
    /*border-right: 1px solid ;
    border-bottom: 1px solid #eee;*/
    margin-top: 15px;
    margin-bottom: 15px;
/*    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;*/
}

#feature-2{
    color:#7F7872;
}

main .feature.twos img{
    float:left;
    margin-right:30px;
    margin: auto;
    margin-left: -15px;
    margin-right: 30px;
    border: 4px solid #fff;
}

.gallery-row:nth-child(n+3) {
    display: none;
}

/* Logo
================================================== */
.logo-nav{
    /*align-items: center;
    display: flex;
    justify-content: space-between;*/
}


/* Navigation
================================================== */
nav {
    padding-top: 0px;
    display:inline-block;
}

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

header nav{
    margin-right: -8px;
    float: right;
}

nav li a, nav li a:hover {
    color:#4c4c4c;
    font-size:15px;
    text-transform: uppercase;
    display: inline-block !important;
    overflow: visible !important;
}


/* Footer
================================================== */
body > footer{
    background-color:#312D2A;
    padding:30px 0;
    color:#fff;
}

body > footer .logo{
    max-height:80px;
    width:auto;
}

body > footer .contact img {
    margin: 3px 6px 0 0;
    vertical-align: middle;
    width:auto;
}

body > footer .contact img.phone{
    height:14px;
}

body > footer .contact img.email{
    height:12px;
}

body > footer .social{
    padding-top: 20px;
}

body > footer #mc_embed_signup{clear:left; font-size:14px; }

body > footer h3{
    color:#fff;
    font-family: Volkorn;
    padding-bottom:8px;
    font-size: 24px;
}

body > footer ul{
    margin:0;
    padding:0;
}

body > footer li{
    padding: 7px 2px;
    border-bottom: 1px solid #747474;
    list-style: url(images/list-arrow.png) inside;
    overflow: auto;
}

body > footer a{
    color:#eee;
    text-decoration: none;
}

body > footer a:hover{
    color:#fff;
    text-decoration: none;
}


body > footer ul li span{
    display: inline-block;
    float: right;
}


footer .melbas{
    display:none;
}

#credits{
    background-color:#1e1e1e;
    color:#aaa;
    padding:8px 0;
    font-size:13px;
}

footer #mc-embedded-subscribe-form{
    padding-left:0;

}
footer #mc_embed_signup{ color:#fff; clear:left; font-size:14px; font-weight:normal; }
#mc_embed_signup .mc-field-group label {
    font-weight: normal;
}

footer #mc_embed_signup .button, #btnBookNow {
    background: #757167 url(images/newsletter-signup-button-bg.png) repeat-x bottom left;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    height: 36px;
    line-height: 32px;
    padding: 2px 22px ;
    text-transform: uppercase;
    border:1px solid #757167;
}

footer #mc_embed_signup .button:hover {
    background-color: #bbcece;
    border-radius: 0;
    color: #fff;
}

#credits nav ul{
    margin:0;
    padding:0;
}
#credits nav li {
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #696356;
}

#credits nav li.menu-item-last{
    border:none;
}
#credits nav li a{
    color:#aaa;
}

#credits span{
    display:inline-block;
    margin:0 50px;
}


/* Buttons
================================================== */
.button, a:hover.button, #maillist #mc-embedded-subscribe .button{
    padding:8px 16px;
    text-decoration:none;
    display: inline-block;
    margin-top: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight:normal;
    font-size:15px;
    background-color: #7E7B74;
    color:#fff;
}



.feature .button{
    background-color:#7E7B74;
    color:#fff;
}

#maillist #mc-embedded-subscribe .button{
    background-color:#eee;
    color:#666;
}
/* Flexslider
================================================== */
.flexslider{
    border:none;
    margin:0;
    position:absolute;
    z-index:0;
    width: 100%;
    border-bottom: 1px solid #b0aa9f;
	max-height:890px;
}

.home .flexslider{
    position:relative;
}

.flexslider .button{
    background-color:#eee;
}

.flexslider .container {
    position: absolute;
    top: 70px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 2;
}

.not-home .flexslider .container {
    top: 40px;
}

.not-home .flex-control-nav {
    display:none;
}

.flexslider aside {
    float: right;
    width: 440px;
    max-width: 100%;
    height:auto;
    background: rgba(0,0,0, 0.8);
    color: #fff;
    padding: 0;
    border-top: 0px solid #555;
}
.flexslider aside header {    background: rgba(0,0,0, 0.4);
    padding: 8px 16px;
    font-family: volkorn;
    font-size: 24px;
  border-bottom: 1px solid #B0A993;
}

.flexslider aside booking
{    display: block;
    background: rgba(0,0,0, 0);
    padding: 20px;
    overflow-y: auto;
}

.flexslider aside footer
{    background: rgba(0,0,0, 0.4);
    padding: 8px 16px;
    text-align: right;
    border-top: 1px solid #B0A993;
    font-family:volkorn;
    font-style: italic;
    font-size:18px;
}

.flexslider #searchbox .ui-datepicker-trigger{
    height: 36px;
    width: auto;
    position: relative;
    top: -1px;
}

#searchbox input, .flexslider #searchbox .ui-datepicker-trigger{
    display:inline-block;
}

.flexslider #searchbox .ui-datepicker-trigger {
    margin-left: 3px;
}

#searchbox .input{
    color:#312D2A;
    padding:4px;
    width:229px;
    height:36px;
    background-color:#B0AA9F;
    border:1px solid #CBC7B8;
}
#availability_head,#availability_foot{
    background: rgba(0,0,0, 0.2);
    color:#fff;
}

.flex-direction-nav a {
    height:50px;
}

.flex-control-nav {
    bottom: 10px;
    z-index: 10;
}

 #btnBookNow {
    position: relative;
    top: 1px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.features.container .col-sm-12{
    background-color:#fff;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignnone {
    margin: 0;
}
.alignnone {
    margin: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 768px){
    #top .left, #top .right{
        width:49%;
        float:left;
    }

    .menu-button .touch-button .navicon {
        color: #666;
        padding-left:40px;
        font-size:12px;
    }

    /*.menu-top-menu-container {
        z-index: 11;
        position: absolute;
        background-color: #fff;
        width: 675px;
        padding-top: 0;
    }*/
}


/* ======================== MEDIA QUERIES ========================= */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .logo {
        height:224px;
    }
}
/* ======================== OVER 1280 ========================= */
@media screen and (min-width:1281px){

}

/* ======================== 1280 ========================= */
@media screen and (max-width:1280px){
    .page {
        margin-top: -230px;

    }

    .page-with-slide{
        margin-top: 350px;
    }
}

/* ======================== 1025 to 1199 ========================= */
@media screen and (min-width:1025px) and (max-width:1199px){
    .logo img#logo {
        top: -21px;
    }
}



/* ======================== 1024 ========================= */
@media screen and (max-width:1024px){

    img#logo {
        top: -21px;
    }

    .page {
        margin-top: -120px;
    }

    .page-with-slide{
        margin-top: 350px;
    }

    /*#top .top-menu {
        width: 70%;
        margin: 0 0 0 30%;
    }

    #top .phone {
        margin: 10px 0 10px 40px;
    }*/

    main .feature.twos img {
        width: 200px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 0;
        margin-top: 15px;
    }

    .feature h3 {
        margin-left: 215px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-top: 15px;

    }

    main .feature a.button, main .feature a.button:hover{
        margin-top:0;
        margin-bottom:7px;
    }

    main .feature.twos {
        min-height: 200px;
    }


}

/* ======================== 981 to 991 ========================= */
@media screen and (min-width:981px) and (max-width:991px) {
    nav li a, nav li a:hover {
        font-size: 14px;
    }

    img#logo {
        top: -28px;
    }
}

/* ======================== 980 ========================= */
@media screen and (max-width:980px){

    .not-home .flexslider .container {
        top: 30px;
    }

    /*#top .top-menu {
        width: 60%;
        margin: 0 0 0 40%;
        height: 120px;
    }*/

    img#logo {
        top: -34px;
    }

    /*#top .phone {
        margin: 10px 0 10px 60px;
    }

    #top .social {
        float: right;
        padding-top: 16px;
        margin-right: 20px;
    }*/

    nav li a, nav li a:hover{
        font-size: 13px;
    }

    /*#top nav {
        float: right;
        margin-right: 8px;
    }

    #top nav li:before, .menu-menu-2-container li:before{
        content:'';
    }*/

    .flexnav li a {
        padding: 0.9em 0.7em;
    }

    main .feature.twos {
        min-height: 170px;
    }

}

/* ======================== 800 ========================= */
@media screen and (max-width:800px){
    .menu-button {
        border-bottom: 0px solid rgba(0, 0, 0, 0.2);
    }

    .not-home .flexslider .container {
        top: 10px;
    }

    .page {
        margin-top: -70px;
    }

    .page-with-slide{
        margin-top: 320px;
    }
}

/* ======================== 769 to 799 ========================= */
@media screen and (min-width:769px) and (max-width:799px){
    img#logo {
        top: -70px;
    }
}



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

    .page {
        margin-top: -55px;
    }

    .page-with-slide{
        margin-top: 310px;
    }

    /*#top nav {
        margin-top: 12px;
        float: right;
        margin-right: 10px;
    }

    .top-menu{
        width: 95%;
        margin-right:5%;
    }

    #top .right{
        width:62%;

    }

    #top .phone {
        margin-left: 40px;
    }*/

    #top .flexnav li{
        display:inline-block;
    }

    img#logo {
        top: -70px;
    }

    .menu-menu-2-container{
        width:94%;
    }

    .menu-menu-2-container .flexnav-show{
        border-left: 1px solid #c9bfb8;
        border-right: 1px solid #c9bfb8;
        border-bottom: 1px solid #c9bfb8;
    }
    .menu-menu-2-container .flexnav-show li{
        text-indent: 1px;
        border-top: 1px solid #c9bfb8;
    }

    .menu-button .touch-button .navicon {
        color: #c9bfb8;
    }

    header nav{
        position: absolute;
        background-color: #fff;
        width: 100%;
    }

    body > header {
        z-index: 11;
    }


}

/* ======================== 668 to 767 ========================= */
@media screen and (min-width:668px) and (max-width:767px){
    .logo {
        width: 240px;
    }

    body > header menu {
        float: none;
        width:100%;
    }

    .menu-button, .menu-menu-2-container {
        margin-left: 240px;
    }


    .not-home .flexslider .container {
        top: 60px;
    }

    .page {
        margin-top: 0;
    }

    .flexslider aside {
        width:480px;
    }
}

/* ======================== 667 ========================= */
@media screen and  (max-width:667px){

    .not-home .flexslider .container {
        top: 60px;
    }

    .page {
        margin-top: 0;
    }

    .page-with-slide{
        margin-top: 350px;
    }

    /*#top .top-menu {
        width: 80%;
        margin: 0 0 0 20%;
        height: 120px;
    }

    #top .phone {
        margin-left: 100px;
    }*/

    main .feature.twos {
        min-height: 180px;
    }

    img#logo {
        top: -70px;
    }

    /*section#content {
        margin-top: -62px;
    }*/

    .logo {
        position:absolute;
        height:87px;
        top:0;
        width:35%;
        float:left;
        margin-left:10px;
    }

    .logo img#logo {
        width: 100%;
        height: auto;
        top:-45px;
    }

    header menu{
        width:60%;
        float:left;
        height: 59px;
    }
    .menu-button {
        padding: 20px 10px 0 0;
    }
    .menu-button .touch-button {
        top: 8px;
    }

    .flexslider aside {
        float: none;
        margin: 0 auto;
        width:480px;
    }
    .flexslider aside header {
        font-size:16px;
    }

    .flexslider img#swirl {
        margin-top: 3px;
    }

    main .testimonial {
        height:95px;
    }

    main .testimonial .bottom-swirl {
        top:94px;
    }

    .feature h3 {
        padding-top: 15px;
    }

    body > footer{
        padding-top:0;
    }

    body > footer h3{
        margin-top:50px;
        margin-bottom:0;
    }

    body > footer ul {
        margin-right: 20px;
    }

    mobile{
        display:block;
    }
    pc{
        display:none;
    }
}

/* ======================== 481 to 666 ========================= */
@media screen and (min-width:481px) and (max-width:666px){
    body > header menu {
        top: 0px;
        padding-top: 0;
        margin-top: 0;
    }

    .menu-button {
        padding: 15px 10px 15px 0;
    }

    /*#top{
        padding-top:70px;
    }*/
    header, .logo {width:100%;position:static !important;}
    header menu {
        position:absolute !important;
        top:0;
        width:100%;
        float:none;
    }

    .logo img#logo {
        width: 180px;
        position: absolute !important;
        left: calc(50% - 100px);
        top: 112px;
        z-index: 4;
    }

    header menu {
        height:auto;
    }

    #top .top-menu {
        width: 100%;
        margin: 0;
        height: 120px;
        padding-top: 50px;
    }

    #top .top-menu nav, #top .phone, #top .right{
        float:left;
    }

    #top .top-menu  nav{
        margin-left: -15px;
        margin-right: 15px;
    }

    #top .phone{
        margin: 16px 0 0;
        padding: 8px 12px 8px 36px;
    }

    #top .social {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 110px;
        display: inline-block;
        clear: both;
    }

    body > header menu {
        border-top:1px solid #c9bfb8;
        background-color:#fff;
    }
}

/* ======================== 480 ========================= */
@media screen and  (max-width:480px) {
    .menu-button {
        padding: 15px 10px 15px 0;
    }

    #top{
        padding-top:50px;
    }
    header, .logo {width:100%;position:static !important;}
    header menu {
        position:absolute !important;
        top:0;
        width:100%;
        float:none;
    }

    .logo img#logo {
        width: 180px;
        position: absolute !important;
        left: calc(50% - 100px);
        top: 101px;
        z-index: 4;
    }

    header menu {
        height:auto;
        margin-top:0;
    }

    #top .top-menu {
        width: 100%;
        margin: 0;
        height:60px;
    }

    #top .top-menu nav, #top .phone, #top .right{
        float:left;
    }

    #top .top-menu  nav{
        margin-left: -15px;
        margin-right: 15px;
    }

    /**/#top .phone{
        margin: 16px 0 0;
        padding: 8px 12px 8px 36px;
    }

    #top .social {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 110px;
        display: inline-block;
        clear: both;
    }


    body > header menu {
        border-top:1px solid #c9bfb8;
        background-color:#fff;
    }

    .not-home .flexslider .container {
        top: 80px;
    }

    .flexslider {
        height: 390px;
        background-color: #6c675a;
    }
    .flexslider .slides, .flex-direction-nav {
        display:none;
    }

    /*.flexslider aside {
        width: 280px;
        float:none;
        margin: 70px auto 0;
    }

    .flexslider header{
        border: 1px solid #B0A993;
    }

    .flexslider header img#swirl, .flexslider aside booking, .flexslider aside footer{
        display:none;
    }*/

    #feature-2 .wp-caption.alignright {
        border: none;
        padding-left: 0;
        float: none;
        margin: 0;
        width: 100% !important;
        text-align: center;
    }

    #feature-2 h3 {
        line-height: 28px;
    }

    main .testimonial {
        height: 105px;
    }

    main .testimonial .bottom-swirl {
        top: 104px;
    }

    .page-with-slide {
        margin-top: 370px;
    }
}

/* ======================== 360 ========================= */
@media screen and  (max-width:360px) {
    .menu-button {
        padding: 15px 10px 15px 0;
    }

    #top{
        padding-top:70px;
    }

    #top nav {
        margin-bottom:10px;
    }

    #top nav li a {
        padding: 0.5em 0.7em;
    }

    header, .logo {width:100%;position:static !important;}
    header menu {
        position:absolute !important;
        top:0;
        width:100%;
        float:none;
    }

    .logo img#logo {
        width: 180px;
        position: absolute !important;
        left: calc(50% - 100px);
        top: 162px;
        z-index: 4;
    }

    .logo {
        position: absolute;
        height: 58px;
    }

    header menu {
        height:auto;
    }

    .top-menu {
        width: 100%;
    }

    .top-menu nav, #top .phone, #top .social{
        float:left;
    }

    #top .phone, #top .social{
        margin-top:0;
    }

    #top .top-menu {
        height: 130px;
        text-align:center;
    }

    #top .top-menu nav {
        margin-left: 0;
        width:100%;
    }

    #top .phone {
        width: 200px;
        margin: 13px auto 8px;
        float:none;
        clear:both;
        display:block;
    }

    #top .social {
        width: 105px;
        margin: 0 auto;
        float:none;
        clear:both;
        display:block;
        padding-top: 0px;
    }

    body > header menu {
        border-top:1px solid #c9bfb8;
        background-color:#fff;
    }

    #searchbox .input {
        width: 180px;
    }

    .flexslider aside footer {
        font-size: 17px;
    }

    .flexslider #searchbox .ui-datepicker-trigger {
        top: -1px;
    }

    main .testimonial {
        height: 150px;
    }

    main .testimonial a.button{
        display:block;
        width:190px;
        margin:10px auto;
    }

    main .testimonial .bottom-swirl {
        top: 149px;
    }

    main .feature.twos {
        padding-bottom:1px;
    }

    main .feature.twos img {
        width: 100%;
    }

    main .feature h3 {
        margin-left: 0;
    }

    .page h1 {
        font-size: 32px;
    }

    .page h2 {
        font-size: 26px;
    }

    .melbas{
        display:none;
    }

    footer .melbas{
        display:block;
    }

}

/* ======================== 320 ========================= */
@media screen and  (max-width:320px) {
    #top nav li a {
        padding: 0.9em 0.5em;
    }


    main .testimonial {
        height: 135px;
    }

    main .testimonial .bottom-swirl {
        top: 134px;
    }

    #searchbox .input {
        width: 140px;
    }

    .flexslider aside booking {
        overflow-y: unset;
    }

    .flexslider aside header span{
        width: 100px;
        display: inline-block;
    }

    .flexslider aside footer {
        font-size: 14px;
    }

    .page-with-slide {
        margin-top: 390px;
    }
}