/* Theme Name: Luxury Inverness Hotels */

 body {
     margin: 0;
     font-family: muli, helvetica, arial;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.8;
     text-align: left;
     color: #111;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     margin-bottom: 1rem;
     font-family: inherit;
     line-height: 1.2em;
     color: inherit;
     font-family: "Roboto Slab", "Times New Roman", serif;
     letter-spacing: 1px;
     color:#483946;
    font-size: 2.5rem;

}
 a {
     color:#483946;
     text-decoration: underline;
}
 a:hover {
     color:#44370a;
     text-decoration: underline;
}
h1, .h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 0;
    font-size: 42px;
    font-weight: 600;
}
 h2, .h2 {
     font-size: 2rem;
}
 h3, .h3 {
     font-size: 1.75rem;
}
 h4, .h4 {
     font-size: 1.5rem;
}
 h5, .h5 {
     font-size: 1.25rem;
}
 h6, .h6 {
     font-size: 1rem;
}


 a.btn:hover, input.wpcf7-form-control.wpcf7-submit:hover {
     background-color: #77163f;
     color:#fff;
     text-decoration: none;
}

a.btn {
    display: block;
    width: 250px;
    padding: 15px;
    text-decoration: none;
    background: #483946;
    margin: 30px auto;
    transition: 0.15s all linear;
    text-transform: uppercase;
    color: #fff;
}
a.btn:hover {
    display: block;
    width: 250px;
    padding: 15px;
    text-decoration: none;
    background: transparent;
    border:1px solid #483946;
    margin: 30px auto;
    transition: 0.15s all linear;
    text-transform: uppercase;
    color: #483946;
}
 a.btn.btn-white {
     color:#fff;
     border:1px solid #fff;
}
 a.btn.btn-white:hover {
     background-color: #fff;
     color:#133540;
     text-decoration: none;
}



.no-padding {
     padding:0!important;
}
img.heading-icon {
    display: block;
    margin: 0 auto;
}

 #header {
     width: 100%;
     z-index: 100;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
     position: fixed;
     top: 0;
     left: 0;
     background-color: #483946;
     padding:5px 0;
}

.admin-bar #header {
    top:32px;
}

 #header.header1 #nav-wrapper {
     float: right;

}
#header a, #footer a {
    text-decoration: none;
}
.header-telephone {
    color: #fff;
}
#header a.site-title {
    color: #bcb0ba;
    font-size: 1.5em;
}
/* Menu */
 .menu-main-menu-container {
     display: inline-block;
}
 #menu-main-menu {
     margin-bottom: 0;
     padding: 0;
}
 #menu-main-menu li {
     display: inline-block;
     *display: inline;
     padding: 0;
     position: relative;
}
 #menu-main-menu li:hover ul.sub-menu {
     display: block;
     overflow: visible;
     transition: max-height 0.8s ease-in;
}
 #menu-main-menu li a {
     font-weight: 400;
     color:#fff;
     font-size: 13px;
     text-transform: uppercase;
     transition: all 0.2s linear;
     display: block;
     padding: 0 10px;
     margin: 10px 0;
}
 #menu-main-menu li a:hover {
     color: #252515;
     text-decoration: none;
}
 #menu-main-menu ul.sub-menu {
    display: none;
    position: absolute;
    overflow: hidden;
    left: auto;
    background-color: #000;
    z-index: 3;
    padding: 10px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    transition: max-height 0.1s ease-out;
    line-height: 1.8em;
}
 #menu-main-menu ul.sub-menu:after {
content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #fff;
    position: absolute;
    top: -12px;
    left: 45%;
}
 #menu-main-menu ul.sub-menu li {
     padding: 0;
     width: 100%;
}
 #menu-main-menu ul.sub-menu li:after {
     border: none;
}
 #menu-main-menu ul.sub-menu li a {
     font-size: 13px;
     font-weight: 400;
     display: block;
     margin-bottom: 0;
     color: #fff;
     line-height: 1.8em;
    padding: 5px 0;
}
 #menu-main-menu ul.sub-menu li a:hover {
    color: #7c142a;

}


 .header-wrap {
    padding: 10px;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


/* Logo */


.header-overlay {
    background-color:rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.header-content-wrap {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width: 100%;
    padding: 0 10%;
}
.header-content-wrap .strapline2 {
    color: #fff;
}
.header-image-wrap {
    min-height: 600px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
        background-position: center center;
position: relative;
}

 #content {
}
.full-content {
    padding:0 50px
}
 .image-bg {
     background-size:cover;
     background-attachment: fixed;
     height: 100%;
     width: 100%;

}
#breadcrumbs {
    font-size: 13px;
    padding: 0;
}
.side-image {
    background-size: cover;
    background-position: center center;
}
.side-content {
    background-color: #b2c3d6;
    color: #fff;
    padding:30px;
}
.side-content h1, .side-content h2 {
    color: #fff;
}
.home-top {
    padding: 50px;
}

.home-quote-wrap {
    background-color: #b2c3d6;
    color: #fff;
    font-size: 36px;
    font-style: italic;
}
.home-quote {
    padding: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Main */
.additional-information {
    background-color: #b2c3d6;
    color: #fff;
    text-align: center;
}
.additional-information li {
    width: 50%;
    float: left;
    text-align: left;
}
.additional-information h3{
    color:#fff;
    margin:0 0 30px;
}
.padding-30 {
    padding: 30px;
}

.sidebar-image {
    height: 33%;
}
.sidebar-review {
    background-color: #374e60;
    color: #fff;
    padding: 30px;
    font-family: lora;
    font-size: 32px;
    font-style: italic;

}
/* Cat Boxes */
.overlay {
padding: 30px;
    background: rgba(86, 122, 158, 0.6);
    width: 100%;
    height: 100%;
    transition: 0.2s all linear;

}


.cat-box, .home-box, .lower-box {
    background-size: cover; 
    cursor: pointer;
}
.cat-box {
    height: 600px;
    padding: 50px;
    transition: 0.2s all linear;
}

.cat-box-2 {
    background-position: -100% 0;
}
.cat-box-3 {
    background-position: -200% 0;
}
.cat-box-4 {
    background-position: -300% 0;
}
.cat-box-row {
    height:600px;
    background-size: cover;
    transition: 0.5s all linear;

}




 .cat-box h3 a {
     color: #fff;
     text-decoration: none;
     font-family: SerendipityOne;
     font-size: 52px;
}

 .cat-box-wrap {
     text-align: center;
     color: #fff;
     width: 100%;
}
@media (min-width: 993px){
 .cat-box-content {
     max-height: 0;
     opacity: 0;
     overflow: hidden;
     transition: all 0.1s linear;
}
.cat-box:hover {
    padding: 0;
}

}
@media (max-width: 992px) {
.cat-box-wrap {
    border: 1px solid #fff;
}
}
 .cat-box:hover .cat-box-content {
    max-height: 600px;
    opacity: 1;
}

 .cat-box:hover .overlay {
    padding: 80px
}

/* Title Block */

.title-section {
    background-image: url(images/Islay-Scallops.jpg);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 120px 0;
    text-align: center;
}
.title-section .strapline2 {
    color:#fff;
}
/* Red Block */
.red-section {
    background-color: #7c142a;
    background-image: url(images/red-islay-pizza-background.png);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
.red-section h2 {
    color: #c19149;
}
/* Gold Block */
.gold-section {
    background-color: #c19149;
    background-image: url(images/brown-islay-pizza-background.png);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
.gold-section h2 {
    color: #7c142a;
}
.gold-section img {
    padding:5px;
    border:1px solid #fff;
    max-width: 100%;
    height:auto;
    margin: auto;
}

/* Text/Image Block */
.text-image-section {
    background-color: #eee;
    background-image: url(/wp-content/themes/peatzeria/images/ti-bg.png);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}
.image-text-section {
    background-color: #eee;
    background-image: url(/wp-content/themes/peatzeria/images/it-bg.png);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}
.img-outline {

}
.strapline1 {
    font-size: 60px;
        color: #7c142a;
    font-family: Cutive, serif;
    line-height: 60px;
        margin-bottom: 5px;
}

.strapline2 {
    color: #252525;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 20px 0;
        font-family: "Roboto Slab", serif;
        font-weight: 700
}


/* Blog */
.header-banner-wrap img {
    width: 100%;
    height: auto
}
.blog-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
.blog-content {
    margin: 50px 0; 
}
h1.blog-title {
    text-align: left;
}
h1.blog-title a {
    text-decoration: none;
    color: #252525;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-meta {
    margin: 30px 0;
}
blockquote, blockquote p {
    line-height: 1.8em;
    color: #483946;
    max-width: 100%;
    font-size: 1.4em;
    font-family: lora, serif;
    font-style: normal!important;
}
blockquote {
    position: relative;
    margin: 64px auto!important;
    padding: 0 80px!important;
}
blockquote:after {
    color: #a8b8bd;
    content: '\201C';
    display: block;
    font-size: 150px;
    position: absolute;
    left: 10px;
    top: 10px;
}
iframe[src*="//youtube.com/"], iframe[src*="//www.youtube.com/"] {
   display: block;
   margin: 0 auto;
}

ul.tax-list {
    margin:0;
    padding: 0
}
ul.tax-list li {
    list-style: none;
    float: left;
}
ul.tax-list li a {
    background-color: #caa1a9;
    text-decoration: none;
    margin: 0 5px 5px 0;
    padding: 5px;
    display: block;
    transition: 0.2s all linear;
    color: #fff;
}
ul.tax-list li a:hover {
    background-color: #483946;
}
#sidebar {
    margin-top: 30px;
}
.sidebar-cat {
    border: 1px solid #483946;
    padding: 20px;
    margin-bottom: 30px;
}
.sidebar-cat h4 {
    text-align: center;
    color: #483946;
    text-transform: uppercase;
}
.newsletter-blog {
    background: #483946;
    color: #fff;
}
.newsletter-blog h4 {
    color: #fff;
}
.newsletter-blog input {
    width: 100%;
    padding: 5px 15px;
}
.newsletter-blog input[type="submit"] {
    background: #d6af66;
    border: none;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: Lustria, serif;
    cursor: pointer;
    transition: all 0.1s linear;
}
.newsletter-blog input[type="submit"]:hover {
    background: #bf984e;
}

.side-thumb-wrap {
    height: 200px;
    width: auto;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}
.side-thumb-wrap h3 {
    width: 100%;
        text-align: center;

}
.side-thumb-wrap .overlay {
    padding:15px;
}
.side-thumb-wrap a{
    color: #fff;
    text-decoration: none;
        font-family: SerendipityOne;
}
.insta-feed {
    padding:2px;
}
.blog-thumb-wrap {
    height:100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.blog-thumb-wrap a.btn {
    width: auto;
}
.blog-thumb-wrap .overlay {
    padding: 15px;
}
.blog-large {
    height:800px;
}
.blog-box  {
    margin-bottom: 30px;
}
.blog-heading-wrap {
}
.small-box {
    height:385px;
}
.entry-date {
    font-size: 13px;
    margin-bottom: 30px;
}

 .row-image-1, .row-image-2, .row-image-3 {
     display: none;
}


 .block-image-1:hover .row-image-1 {
     display: block;
}
 .cat-box.block-image-1:hover .cat-box{
     background:transparent;
}

 #footer {
     background:#191919;
     color:#fff;
     padding:50px 0;
}
#copyright a {
    text-decoration: underline;
}

#footer a, #footer h3 {
    color: #fff;
}
 #footer ul {
     padding:0;
}
 #footer li {
     list-style: none;
}
ul.footer-logos {
    list-style: none;
    margin:0;
    padding: 0;
    text-align: center;
}
ul.footer-logos li {
    display: inline-block;
    margin: 10px 15px;
}
#follow-us a {
    margin-right: 5px;
}
 input, textarea, select {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     border: 1px solid #ddd;
     padding: 5px;
}
 .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
     width: 100%;
     color:#333;
}
 .wpcf7-form-control {
     margin-bottom: 10px;
}
 .wpcf7-textarea {
     height: 100px;
}
/* Accordion */
 .ui-accordion-header {
     background: #fff;
     color: #000;
}
#accordion {
     margin-bottom: 30px;
}
#bg-slider {
    height: 100%;
    min-height: 500px;
}
.slick-slide img {
     max-width: 100%;
}
.slick-list, .slick-track {
     height: 100%;
}
li.slick-slide {
    background-size: cover;
}

.content-wide {
    margin-bottom: 100px;
}

.booking-bar {
    background-color: #374e60;
    color: #fff;
    padding: 20px 0
}

a.btn.btn-book {
    border: 1px solid #fff;
    padding: 5px;
    width: 90%;
    margin: auto;
}
.booking-title {
    text-align: center;
    font-size: 24px;
    font-family: lora;
    padding: 0 20px;
}
.btn-book {
        background-color: #d6af66;
    border: 1px solid #d6af66;
    color: #fff;
    position: relative;
    font-size: 1.2em;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.1s linear;
    display: block;
    text-align: center;
}

/* Food menu */


.underline-dots {
    border-bottom: 1px dotted #fff;
margin: 0 5px 5px;
}

.food-menu-wrap {
    background-image:url(/wp-content/uploads/2019/10/Ingredients.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
        padding: 100px 0;
    color: #fff;
}
.food-menu-item-name {
    font-weight: bold;
    font-family: lora;
    letter-spacing: 1px;
}
.food-menu-item-price {
    color:#c19149;
    font-weight: bold;
}
.food-menu-item {
    margin-bottom: 30px;
}
/* Mailchimp */
#mc_embed_signup {
    font-family: raleway, arial!important;
}
#mc_embed_signup input.email {
    padding: 20px 15px!important;
}
#mc_embed_signup .button {
    background-color: #483946!important;
    line-height: 42px!important;
    height: 42px!important;
}
#mc_embed_signup .button:hover {
    background-color: #133540!important;
}
@media (max-width: 992px){
.sl-wrapper .sl-image .sl-caption {
    position: relative!important;
}
.cat-box h3 a {
    font-size: 28px;
}
}
@media(max-width: 1200px) {
    .cat-box-row {
        height:auto;
    }
    .blog-large {
    height:400px;
}

}




/* perspective end  */


@media (max-width: 576px) {
    h1, .h1 {
        font-size: 36px;
    }
    a.btn {
        width: auto;
    }
}