/*
Theme Name: Zermatt - Ignition Child
Theme URI: https://www.cssigniter.com/themes/zermatt/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Zermatt - Ignition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-zermatt
Text Domain: ignition-zermatt-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */


@font-face {
    font-family: 'Lora-Bold';
    src: url('fonts/Lora-Bold.eot');
    src: local('☺'), url('fonts/Lora-Bold.woff') format('woff'), url('fonts/Lora-Bold.ttf') format('truetype'), url('fonts/Lora-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lora-BoldItalic';
    src: url('fonts/Lora-BoldItalic.eot');
    src: local('☺'), url('fonts/Lora-BoldItalic.woff') format('woff'), url('fonts/Lora-BoldItalic.ttf') format('truetype'), url('fonts/Lora-BoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lora-Italic';
    src: url('fonts/Lora-Italic.eot');
    src: local('☺'), url('fonts/Lora-Italic.woff') format('woff'), url('fonts/Lora-Italic.ttf') format('truetype'), url('fonts/Lora-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lora-Regular';
    src: url('fonts/Lora-Regular.eot');
    src: local('☺'), url('fonts/Lora-Regular.woff') format('woff'), url('fonts/Lora-Regular.ttf') format('truetype'), url('fonts/Lora-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #FFF;
    line-height: 1.875;
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Lora-Regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;  line-height: normal;
    margin: 0 0 20px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #828282;
    font-weight: 400;
    letter-spacing: 0.08em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 15px 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    outline: none;
    color: #9e8927;
    text-decoration: none;
}
a:hover, a:focus {
    color: #c7ac31;
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}

.group:before, .group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.group:after {
    clear: both;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
    margin: 0;
}

/* Lists */
ul, ol {
    padding-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dl {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 15px;
}

/* Blockquotes */
blockquote {
    margin: 20px 0;
    padding: 0;
    font-size: 17px;
}
blockquote cite {
    display: block;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 0;
    color: rgba(44, 44, 44, 0.8);
    font-size: 14px;
}

/* Tables */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.entry-content table {
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
}
.entry-content th:first-child,
.entry-content td:first-child {
    padding-left: 0;
}
.entry-content th,
.entry-content td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content caption,
.entry-content th,
.entry-content td {
    font-weight: normal;
    text-align: left;
    padding: 5px;
    vertical-align: middle;
}
.entry-content th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
}
.entry-content td {
    border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-style: normal;
}

pre {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
    margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
    margin-bottom: 15px;
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
    margin-bottom: 0;
}

#map,
.map * {
    max-width: none !important;
}

/* General Form Styling
=================================== */
label {
    display: block;
    margin: 0 0 2px;
    font-weight: normal;
}

input,
textarea {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 6px 12px;
    box-shadow: none;
    line-height: normal;
    border: 2px solid #A2A2A2;
    background-color: #FFF;
    background-image: none;
    border-radius: 0;
    transition: border-color 0.18s ease;
    font-size: 12px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    text-transform: uppercase;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    text-transform: uppercase;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    text-transform: uppercase;
}
input:focus,
textarea:focus {
    outline: none;
    border-color: #2c2c2c;
}
@media (max-width: 767px) {
    input,
    textarea {
        width: 100%;
    }
}
form input, form
textarea {
    margin-bottom: 25px;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea {
    -webkit-appearance: none;
}

input[type="search"] {
    /* Restoring box-sizing */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}

select {
    max-width: 100%;
    height: 42px;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #A2A2A2;
    background-color: #FFF;
    border-radius: 0;
    cursor: pointer;
}

option {
    color: #2c2c2c !important;
    padding: 5px 10px;
}

.ci-select {
    cursor: pointer;
    position: relative;
}
.ci-select:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    top: 7px;
    color: inherit;
    right: 10px;
    pointer-events: none;
}
.ci-select select {
    padding: 0 20px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.ci-select select::-ms-expand {
    display: none;
}

option {
    border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: auto;
    height: auto;
}

fieldset {
    margin: 0 0 15px;
    padding: 0;
    border: none;
    min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
    color: rgba(44, 44, 44, 0.5);
    font-weight: normal;
    opacity: 1;
}

:-moz-placeholder {
    color: rgba(44, 44, 44, 0.5);
    font-weight: normal;
    opacity: 1;
}

::-moz-placeholder {
    color: rgba(44, 44, 44, 0.5);
    font-weight: normal;
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(44, 44, 44, 0.5);
    font-weight: normal;
    opacity: 1;
}

/* Contact Form 7 */
.wpcf7 p {
    margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: -25px;
    margin-bottom: 10px;
    font-size: 80%;
}
.entry-content .wpcf7 p {
    margin: 0;
}

/* Buttons
=================================== */
.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    line-height: normal;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 0;
    width: auto;
    height: 40px;
    background-image: none;
    padding: 0 30px 0;
    font-size: 12px;
    background-color: #252525;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 40px;
    border: 2px solid #252525;
}
.btn:active, .comment-reply-link:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
    outline: none;
}
.btn:hover, .comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background: transparent;
    color: #2c2c2c;
    text-decoration: none;
}
.btn:focus, .comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
    outline: none;
}
.btn.btn-transparent, .btn-transparent.comment-reply-link,
input[type="button"].btn-transparent,
input[type="submit"].btn-transparent,
input[type="reset"].btn-transparent,
button.btn-transparent {
    background-color: transparent;
    color: #2c2c2c;
}
.btn.btn-white, .btn-white.comment-reply-link,
input[type="button"].btn-white,
input[type="submit"].btn-white,
input[type="reset"].btn-white,
button.btn-white {
    color: #FFF;
    background-color: #FFF;
    border-color: #FFF;
}
.btn.btn-white.btn-transparent, .btn-white.btn-transparent.comment-reply-link,
input[type="button"].btn-white.btn-transparent,
input[type="submit"].btn-white.btn-transparent,
input[type="reset"].btn-white.btn-transparent,
button.btn-white.btn-transparent {
    background-color: transparent;
}
.btn.btn-white:hover, .btn-white.comment-reply-link:hover,
input[type="button"].btn-white:hover,
input[type="submit"].btn-white:hover,
input[type="reset"].btn-white:hover,
button.btn-white:hover {
    color: #CBB758;
    background-color: #FFF;
}

/* CI-Slider Overrides
=================================== */
.ci-slider {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}
.ci-slider .slides li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
.ci-direction-nav a {
    top: 50%;
    opacity: 0.7;
    line-height: normal;
}
.ci-direction-nav a:hover {
    color: #FFF;
    opacity: 1;
}

.ci-slider .slides > li:first-child {
    display: block;
    /* Display flexslider's first item no matter if its loading or not */
    -webkit-backface-visibility: visible;
}

.ci-slider.loading .slides > li:first-child {
    opacity: 1 !important;
    /* Remove the fade in/out animation when the slider loads */
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
    background-color: #000;
}

.mfp-preloader {
    color: #FFF;
}
.mfp-preloader a, .mfp-preloader a:hover {
    color: #FFF;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    background-color: #FFF;
    text-indent: -999em;
    margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
    border: none;
    opacity: 1;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
    background: none;
    border: none;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
}

.mfp-arrow {
    line-height: 0.3;
}
.mfp-arrow:before, .mfp-arrow:after {
    border: none;
}
.mfp-arrow:after {
    font-family: FontAwesome;
    font-size: 70px;
    color: #FFF;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
    content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
    content: "\f104";
}

/* Text Alignment Helpers
=================================== */
.text-left {
    text-align: left;
}

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

.text-center {
    text-align: center;
}

.text-justified {
    text-align: justify;
}

.text-emphasis {
    font-style: italic;
}
.text-emphasis a {
    border-bottom: 2px solid #2c2c2c;
}
.text-emphasis a:hover {
    color: #2c2c2c;
}

.text-lg {
    font-size: 18px;
    line-height: 1.66667;
}

.text-styled {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
}

/* -----------------------------------------
        02. Main Navigation
----------------------------------------- */
.nav {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation:before, .navigation:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.navigation:after {
    clear: both;
}
.navigation li {
    position: relative;
    z-index: 100;
}
.navigation > li {
    float: left;
}
.navigation ul {
    position: absolute;
    z-index: 300;
    top: -999em;
    left: 14px;
}
.navigation li:hover > ul,
.navigation .sfHover > ul {
    top: auto;
}
.navigation li li:hover > ul,
.navigation li .sfHover > ul {
    top: 0;
    left: 100%;
}
.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
    top: 0;
    left: 100%;
}
.navigation a, .navigation .navigation a:visited {
    display: block;
    white-space: nowrap;
}
.navigation a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    /* Global Menu Link Styles */
}
.navigation > li:last-child > a {
    margin-right: 0;
}
.navigation a:hover,
.navigation .sfHover > a {
    text-decoration: none;
    /* First Level & Global Menu Link Hover Styles */
}
.navigation > li > a {
    margin: 12px;
    /* First Level Menu Link Styles */
}
.navigation > li ul a {
    margin: 1px;
    white-space: nowrap;
    background: rgba(250, 250, 250, 0.9);
    color: #2c2c2c;
    line-height: normal;
    padding: 13px 15px 13px 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    /* All Other Menu Level Link Styles */
}
.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
    color: #CBB758;
    background-color: #FFF;
    /* All Other Level Menu Link Hover Styles */
}
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
    /* WordPress First Level Current/Ancestor Hover Page Styles */
}
.navigation ul {
    border: 2px solid #C2C2C2;
    min-width: 180px;
    /* All Lower Level Menu Container Styles */
}
.navigation a.sf-with-ul {
    padding-right: 10px;
    position: relative;
    /* Styling for navigation arrows  ---------- */
}
.navigation.sf-arrows .sf-with-ul:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 8px;
    font-weight: normal;
}
.navigation.sf-arrows ul .sf-with-ul:after {
    right: 8px;
    margin-top: -4px;
    content: "\f054";
    /* Styling for right facing arrows  ---------- */
}

/* -----------------------------------------
        03. Header
----------------------------------------- */
.has-cookie-bar .header {
    position: absolute;
}

.header {
    height: 113px;
    z-index: 101;
    position: fixed;
    color: #FFF;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    //background-color: black;
}

.header a {
    color: #FFF;
}
.header .container,
.header .row,
.header div[class^="col"] {
    height: 100%;
}
.container{
    width: 100%;
    max-width: 1140px;
}
.mast-head {
    display: table;
    width: 100%;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    padding: 33px 0;
    max-height: 115px;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
}

.mast-head-left,
.mast-head-right {
    vertical-align: middle;
    display: table-cell;
}

.mast-head-left {
    width: 30%;
}

.mast-head-right {
    width: 70%;
}
.mast-head-right:before, .mast-head-right:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.mast-head-right:after {
    clear: both;
}

.site-logo {
    letter-spacing: 0.3em;
    margin: 0;
    padding-right: 15px;
}

.mast-head-group {
    line-height: normal;
    float: right;
}
.mast-head-group > *:last-child {
    margin-right: 0;
}

/* Weather */
.resort-info {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.resort-weather {
    display: inline-block;
    margin-right: 7px;
}
.resort-weather .wi {
    font-size: 31px;
}

.resort-temperature {
    font-size: 26px;
    margin-right: 5px;
    display: inline-block;
}
.resort-temperature > span {
    font-size: 12px;
    position: relative;
    top: -9px;
}

.resort-location {
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.resort-town {
    font-weight: bold;
    display: block;
}

.resort-country {
    display: block;
}

/* Dropdowns */
.header .btn, .header .comment-reply-link {
    margin-right: 5px;
}
.header .ci-dropdown {
    display: inline-block;
    margin-right: 5px;
}
.header .ci-dropdown .sfHover > a,
.header .ci-dropdown .sfHover > button {
    color: #CBB758;
    background-color: #FFF;
}
.header .ci-dropdown .current_page_item > a,
.header .ci-dropdown .current-menu-item > a,
.header .ci-dropdown .current-menu-ancestor > a,
.header .ci-dropdown .current-menu-parent > a {
    color: #CBB758;
    background-color: #FFF;
}
.header .ci-dropdown-menu ul {
    border-color: #C2C2C2;
}
.header .ci-dropdown-menu ul li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #2c2c2c;
}
.header .ci-dropdown-menu ul li a:hover {
    color: #CBB758;
    background-color: #FFF;
}
.header .ci-dropdown-toggle {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.header .ci-dropdown-toggle:hover {
    background-color: #FFF;
    color: #CBB758;
}
.header .ci-dropdown-toggle .fa {
    font-size: 17px;
    position: relative;
    top: -2px;
}

.ci-dropdown-language .ci-dropdown-menu ul {
    min-width: 80px;
}

/* -----------------------------------------
        04. Modules
----------------------------------------- */
.main {
    padding: 60px 0;
}
.main.main-sections {
    padding: 0;
}

.hero-wrap {
    position: relative;
}

.main-content-scroll {
    z-index: 10;
    color: #FFF;
    font-size: 34px;
    line-height: normal;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
}
.main-content-scroll:hover, .main-content-scroll:active, .main-content-scroll:focus {
    color: #FFF;
}

.page-hero {
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title,
.page-subtitle {
    color: #FFF;
    text-align: center;
}

.page-title {
    padding-top: 200px;
    font-size: 36px;
    line-height: normal;
    margin: 0;
    letter-spacing: 0.25em;
    padding-bottom: 15px;
    color: #fff !important;
}

.page-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    letter-spacing: 0.5em;
}

/* Home Slider
=================================== */
.home-slider {
    height: 100vh;
}
.home-slider .slides {
    height: 100%;
}
.home-slider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}
.home-slider .ci-direction-nav a {
    top: 53%;
}
.home-slider .ci-direction-nav a:before {
    color: #FFF;
}
@media (max-width: 767px) {
    .home-slider .ci-direction-nav {
        display: none;
    }
}

.slide-content {
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-title {
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.slide-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin-top: -10px;
}

.slide-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.slide-video-wrap video,
.slide-video-wrap iframe {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-video-wrap video {
    width: 100%;
    margin: 0;
}

/* Room Slider
=================================== */
.room-slide-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -75px -21px 0;
    z-index: 101;
}
.room-slide-controls a {
    height: 150px;
    position: absolute;
}
.room-slide-controls a span {
    display: inline-block;
    height: 100%;
    width: 40px;
    color: #2c2c2c;
    font-size: 40px;
    background-color: #FFF;
    text-align: center;
    line-height: 150px;
    border: 1px solid #D7D7D7;
    transition: all 0.18s ease;
    position: relative;
    z-index: 11;
}
.room-slide-controls a:hover span {
    color: #FFF;
    background-color: #CBB758;
    border-color: #CBB758;
}
.room-slide-controls a:hover .room-slide-img {
    width: 240px;
    border-color: rgba(255, 255, 255, 0.3);
}

.room-slide-img {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid transparent;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
    z-index: 10;
    transition: width 0.25s ease;
    width: 0;
}
.room-slide-img img {
    width: auto;
    max-width: none;
    max-height: 100%;
}

.room-slide-prev {
    left: 0;
}
.room-slide-prev .room-slide-img {
    left: 39px;
}

.room-slide-next {
    right: 0;
}
.room-slide-next .room-slide-img {
    right: 39px;
}

/* Items
=================================== */
.item {
    margin: 0 0 30px;
}

.item-thumb {
    margin: 0 0 22px;
}

.item-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 10px;
    font-style: normal;
}

.item-content {
    font-style: italic;
    font-size: 18px;
    line-height: 1.666666667;
}

.item-inset {
    position: relative;
}
.item-inset:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0 solid #fff;
    pointer-events: none;
    transition: border-width 0.18s ease;
}
.item-inset:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    pointer-events: none;
    transition: border-color 0.18s ease;
}
.item-inset:hover:before {
    border-width: 20px;
}
.item-inset:hover:after {
    border-color: #D7D7D7;
}

.item-inset-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-inset-content {
    color: #FFF;
    text-align: center;
}
.item-inset-content h3 {
    margin: 0 0 8px;
    color: inherit;
}
.item-inset-content .text-styled {
    margin: 0;
    font-size: 14px;
    margin-bottom: 25px;
}

.item-tag-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: normal;
}

.item-tag {
    text-transform: uppercase;
    background-color: #CBB758;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    padding: 7px 16px;
    letter-spacing: 0.15em;
}

.sidebar .box {
    float: none;
    width: 100%;
}
.sidebar .box .item-inset,
.sidebar .box .item-inset:last-child {
    margin-bottom: 20px;
}
.sidebar .row-items [class^="col"] {
    width: 100%;
    float: none;
}
.gallery-section, .bottom-photo-gallery{
    display: inline-block;
    width: 100%;
    float: left;   
}

.bottom-photo-gallery {
    padding-bottom: 40px;
}
.entry .justified-gallery {
    margin-bottom: 30px;
}
.entry-content .justified-gallery {
    margin: 30px 0;
}
.justified-gallery a:after {
    content: "\f00e";
    font-family: "FontAwesome";
    color: #FFF;
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    line-height: normal;
    margin-left: -14px;
    margin-top: -15px;
    opacity: 0;
    transition: opacity 0.18s ease;
}
.justified-gallery a:hover:after {
    opacity: 1;
}
.justified-gallery > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0 solid #fff;
    pointer-events: none;
    transition: border-width 0.18s ease;
    z-index: 1;
}
.justified-gallery > div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    pointer-events: none;
    transition: border-color 0.18s ease;
    z-index: 1;
}
.justified-gallery > div:hover:before {
    border-width: 20px;
}
.justified-gallery > div:hover:after {
    border-color: #D7D7D7;
}

/* Entry Styles
=================================== */
.entry {
    margin: 0 0 60px;
}
.entry:only-of-type {
    margin: 0;
}

.entry-title {
    font-size: 28px;
    margin: 0 0 20px;
    text-transform: none;
    letter-spacing: 0;
}

.entry-meta {
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    color: #828282;
    margin: -12px 0 35px;
}

.entry-thumb {
    margin: 0 0 40px;
    padding: 20px;
    border: 1px solid #D7D7D7;
}
.entry-thumb.alignnone, .entry-thumb.alignleft, .entry-thumb.alignright, .entry-thumb.aligncenter {
    margin-top: 0;
}

.entry-intro {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 35px;
}

.entry-content:before, .entry-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.entry-content:after {
    clear: both;
}
.entry-content p {
    margin: 0 0 25px;
}
.entry-content .fluid-width-video-wrapper {
    margin: 25px 0 30px;
}
.entry-content .gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}
.entry-content blockquote {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    margin: 30px 0 30px;
    position: relative;
}
.entry-content blockquote:after {
    width: 30px;
    border-bottom: 1px solid #2c2c2c;
    content: "";
    display: block;
    margin-top: 30px;
}
.entry-content blockquote cite {
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    font-style: normal;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    letter-spacing: 0;
}

.entry-read-more {
    margin-top: 20px;
}

.list-amenities {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    line-height: 1.45;
}
.list-amenities li {
    margin-right: 15px;
    display: inline-block;
    font-style: italic;
}
.list-amenities li:before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    opacity: 0.6;
    font-size: 0.8em;
    margin-right: 8px;
}

/* Grid Layouts
=================================== */
.layout-grid:before, .layout-grid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.layout-grid:after {
    clear: both;
}

.box {
    width: 48.68421%;
    float: left;
    margin-right: 2.631578947%;
}
.box:nth-child(2n) {
    margin-right: 0;
}
.box .item-inset {
    margin-bottom: 5.26316%;
}
.box .item-inset:last-child {
    margin-bottom: 0;
}

.box-tall {
    max-width: 580px;
    overflow: hidden;
}

.box-short {
    max-height: 275px;
    overflow: hidden;
}

.grid-gutter {
    width: 2.631578947%;
}

/* Pagination
=================================== */
#paging {
    margin: 40px 0 0;
}
#paging ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#paging ul li {
    display: inline-block;
}
#paging a,
#paging > span,
#paging li span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #606061;
    padding: 14px 20px;
    margin: 0 3px 0 0;
    line-height: normal;
    background-color: #2c2c2c;
    border: 2px solid #2c2c2c;
}
#paging a:hover,
#paging .current {
    background-color: transparent;
    color: #2c2c2c;
}
.pagination-bottom a, .pagination-bottom span{
    font-size: 16px;
    color: #606061;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.events-blog .pagination-bottom{
    margin: 0;
}
.pagination-bottom span.current{
    background: #606061;
    color: #fff;
}
.pagination-bottom a.next, .pagination-bottom a.prev{
    position: relative;
    font-size: 0;
}
.pagination-bottom a.next:after{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    background-image: url(images/arrow-right.png);
    text-align: center;
    width: 13px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}
.pagination-bottom a.prev:after{
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    background-image: url(images/left-arrow.png);
    text-align: center;
    width: 13px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Booking Form
=================================== */
.booking-form input,
.booking-form textarea,
.booking-form select {
    margin: 0;
}
.booking-form div[class^="col"] {
    margin-bottom: 20px;
}
.booking-form select {
    width: 100%;
}

.booking-form-inline input {
    margin: 0;
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}
.booking-form-inline input::-webkit-input-placeholder {
    color: #FFF;
}
.booking-form-inline input:-moz-placeholder {
    color: #FFF;
}
.booking-form-inline input::-moz-placeholder {
    color: #FFF;
}
.booking-form-inline input:-ms-input-placeholder {
    color: #FFF;
}
.booking-form-inline input:focus {
    border-color: #CBB758;
}
.booking-form-inline .ci-select:after {
    color: #FFF;
}
.booking-form-inline select {
    background: transparent;
    color: #FFF;
    text-shadow: none;
    border: 2px solid #FFF !important;
}
.booking-form-inline select:focus, .booking-form-inline select:active, .booking-form-inline select:hover {
    color: #FFF;
}
.booking-form-inline option {
    text-transform: uppercase;
    font-size: 12px;
}
.booking-form-inline .dk-selected {
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
}
.booking-form-inline .dk-selected:hover {
    border-color: #FFF;
}
.booking-form-inline .ui-datepicker-trigger {
    color: #FFF;
}
.booking-form-inline .ui-datepicker-trigger:hover {
    color: #FFF;
}
@media (min-width: 992px) {
    .booking-form-inline div[class^="col"] {
        margin-bottom: 0;
    }
}

.departure,
.arrival {
    position: relative;
}

.ui-datepicker-trigger {
    border: none;
    padding: 0;
    background: transparent;
    color: rgba(44, 44, 44, 0.8);
}
.ui-datepicker-trigger:hover {
    background-color: transparent;
    color: #2c2c2c;
}
.booking-form .ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 18px;
}

.ui-datepicker {
    z-index: 100 !important;
}

.form-success {
    background-color: #2fb390;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 20px 10px 59px;
    margin: 0 0 30px;
    position: relative;
}
.form-success p {
    overflow: hidden;
    zoom: 1;
    margin: 0;
}

.form-error {
    position: relative;
    background-color: #b35146;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 20px 15px 59px;
    margin: 0 0 30px;
}
.form-error p {
    margin: 0 0 10px;
}
.form-error ul {
    margin: 0;
    font-size: 15px;
    list-style: none;
    padding: 0;
}
.form-error ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 0.7em;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.form-box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    text-indent: 2px;
}
.form-box-icon i {
    font-size: 24px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -14px;
}

/* Date Picker Default Styles */
.ui-datepicker {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-datepicker * {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-datepicker table {
    font-size: 13px;
    margin: 0;
}
.ui-datepicker .ui-datepicker-header {
    border: none;
    background: #CBB758;
    color: #fff;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #CBB758;
    border-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-datepicker thead {
    background: #CBB758;
    color: #fff;
}
.ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #fff;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    height: 1em;
    top: .9em;
    border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: url("data:image/png;base64,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");
    background-position: -32px 0;
    margin-top: -3px;
    top: 0;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0;
}
.ui-datepicker th {
    padding: 0.75em 0;
    color: #fff;
    font-weight: normal;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ui-datepicker td {
    background: #f9f9f9;
    border: none;
    padding: 0;
}
.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: .5em;
    margin: 0;
    font-weight: normal;
    color: #2c2c2c;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    background: #CBB758;
    color: #fff;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 1;
    color: #999;
}

/* Social Icons
========================================= */
.social-icons {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.social-icons li {
    display: inline-block;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #2c2c2c;
    color: #2c2c2c;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    opacity: 0.5;
    transition: opacity 0.18s ease;
    margin: 0 10px 10px 0;
}
.social-icon:hover {
    opacity: 1;
    color: #2c2c2c;
}

/* Custom Dropdowns
========================================= */
.ci-dropdown {
    position: relative;
}
.ci-dropdown ul {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    list-style: none;
    margin-left: 20px;
}
.ci-dropdown:hover .ci-dropdown-menu {
    display: block;
}

.ci-dropdown-menu li:hover > ul {
    display: block;
}
.ci-dropdown-menu .sf-with-ul {
    position: relative;
}
.ci-dropdown-menu .sf-with-ul:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7px;
    font-weight: bold;
}
.ci-dropdown-menu > li {
    position: relative;
    display: inline-block;
}
.ci-dropdown-menu > li ul {
    display: none;
    border: 2px solid #D7D7D7;
    position: absolute;
    min-width: 180px;
    left: 0;
}
.ci-dropdown-menu > li ul ul {
    left: 100%;
    top: -3px;
}
.ci-dropdown-menu > li li {
    position: relative;
}
.ci-dropdown-menu > li li a {
    display: block;
    margin: 1px;
    white-space: nowrap;
    background-color: rgba(215, 215, 215, 0.4);
    color: #2c2c2c;
    line-height: normal;
    padding: 13px 15px 13px 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.ci-dropdown-menu > li li a:hover {
    background-color: #D7D7D7;
}
.ci-dropdown-left .ci-dropdown-menu > li ul {
    right: 0;
    left: auto;
}
.ci-dropdown-left .ci-dropdown-menu > li ul ul {
    right: 100%;
    left: auto;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #FFF;
}
.preloader .spinner {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -35px;
}

/* -----------------------------------------
        05. Footer
----------------------------------------- */
.footer {
    background-color: #252525;
    color: #aeaeae;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.2em;
    padding: 12px 0;
}
.footer p {
    margin: 0;
}
.footer a{
    color: #fff;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
    margin: 40px 0 0;
}

#comment-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
#comment-list ol {
    list-style: none;
}
@media (max-width: 767px) {
    #comment-list ol {
        margin: 0;
        padding: 0;
    }
}
#comment-list .comment-body {
    margin-bottom: 20px;
    padding-top: 20px;
}
#comment-list > .comment:first-child > .comment-body {
    border-top: none;
    padding-top: 0;
}

.post-comments {
    margin: 0 0 45px;
}

.comment-author {
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    color: #828282;
}

.comment-author .avatar {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 15px 15px 0;
    overflow: visible;
}
@media (max-width: 767px) {
    .comment-author .avatar {
        display: none;
    }
}

.comment-content {
    overflow: hidden;
    zoom: 1;
    font-size: 13px;
}

.comment-metadata {
    font-size: 12px;
    margin: 0 0 5px;
}

.comment-reply-link {
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-left: 80px;
    height: auto;
    width: auto;
}
@media (max-width: 767px) {
    .comment-reply-link {
        margin: 0;
    }
}

.bypostauthor > article .fn:before {
    font-family: FontAwesome;
    content: "\f005";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
    font-size: 11px;
}

#cancel-comment-reply-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(44, 44, 44, 0.8);
}

.comment-form input,
.comment-form textarea {
    margin: 0;
}
@media (min-width: 992px) {
    .comment-form input {
        max-width: 60%;
    }
}

/* -----------------------------------------
        07. Widgets Styling
----------------------------------------- */
.widget {
    margin: 0 0 40px;
}

.sidebar .widget:last-child,
.widget p:last-child {
    /* Nullify bottom margin for last elements in widgets and sidebars */
    margin-bottom: 0;
}

.widget-title {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 20px;
    color: #828282;
    letter-spacing: 0.14em;
}
.widget-title label {
    text-transform: none;
    display: block;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    font-weight: inherit;
}

.section-title,
.section-subtitle {
    text-align: center;
    color: inherit;
}

.section-title {
    font-size: 24px;
    letter-spacing: 0.14em;
    position: relative;
    padding: 0 0 18px;
    color: #828282;
    margin: 0 0 32px;
    font-weight: 400;
}
section.welcome-blog .section-title{color: #6e764c;}
.section-title:after {
    content: "";
    width: 30px;
    border-top: 1px solid #828282;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.widget-padded .section-title:after {
    border-color: inherit;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
}

.widget-padded + .widget-padded,
.widget-padded + .null-instagram-feed {
    margin-top: -90px;
}

section.widget {
    margin: 0 0 90px;
}
section.widget.widget-padded:last-child, section.widget.null-instagram-feed:last-child {
    margin-bottom: 0;
}

.widget-padded .widget-wrap {
    padding: 90px 0;
    background-attachment: fixed;
    background-size: auto;
}
.widget-padded .widget-wrap.wrap-extra-pad {
    padding: 216px 0;
}

.main-sections .widget:first-child .widget-wrap {
    padding-top: 90px;
}

.widget-wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* WIDGET: #Hero
========================================= */
.hero-content {
    text-align: center;
}
.hero-content .section-title {
    font-size: 36px;
    letter-spacing: 0.28em;
    margin: 0 0 5px;
    padding: 0;
}
.hero-content .section-title:after {
    display: none;
}
.hero-content .btn, .hero-content .comment-reply-link {
    margin-top: 35px;
    color: inherit;
    border-color: inherit;
    font-weight: bold;
}

.sidebar .widget_ci-hero {
    border: 1px solid #D7D7D7;
    padding: 20px;
}
.sidebar .widget_ci-hero .widget-title {
    color: inherit;
    margin: 0 0 8px;
    font-size: 24px;
}
.sidebar .widget_ci-hero .widget-wrap {
    padding: 120px 0;
}

/* WIDGET: #Contact
========================================= */
.ci-map-wrap {
    margin: 0 0 30px;
    padding: 20px;
    border: 1px solid #D7D7D7;
}

.ci-map {
    width: 100%;
    height: 500px;
}

.ci-address {
    margin: 0 0 30px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
}

/* WIDGET: #Testimonial
========================================= */
.the-mail-section ~ section.widget_ci-testimonial-inset {
    margin-bottom: 0;
}
.welcome-blog.the-mail-section{
    padding-bottom: 70px;
}
.ci-testimonial {
    margin: 0;
    position: relative;
}
.ci-testimonial:before {
    content: "\201C";
    font-style: italic;
    position: absolute;
    font-size: 400px;
    opacity: 0.1;
    line-height: 0.6;
    font-weight: bold;
    left: 50%;
    margin-left: -90px;
    z-index: -1;
}
.ci-testimonial cite {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
    font-style: normal;
    text-align: center;
    color: #828282;
    margin: 30px 0 0;
}

.widget_ci-booking-form {
    color: #FFF;
}
.widget_ci-booking-form .widget-wrap {
    background-color: #252525;
}

/* WIDGET: #Booking Call To Action
========================================= */
.booking-cta {
    text-align: center;
    padding: 20px;
    border: 1px solid #D7D7D7;
    color: #FFF;
}

.booking-cta-inner {
    background-color: #CBB758;
    padding: 35px;
}

.cta-content h3 {
    margin: 0 0 8px;
    color: inherit;
}
.cta-content .text-styled {
    margin-bottom: 25px;
    font-size: 14px;
}

/* WIDGET: #Offer Call To Action
========================================= */
.offer-cta {
    text-align: center;
    padding: 20px;
    border: 1px solid #D7D7D7;
}

.offer-cta-inner {
    position: relative;
    min-height: 200px;
}
.offer-cta-inner .cta-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 35px;
}
.offer-cta-inner .btn, .offer-cta-inner .comment-reply-link {
    color: inherit;
    border-color: inherit;
}

/* WIDGET: #List Widgets
========================================= */
.widget select {
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #D7D7D7;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
    margin-left: 15px;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
    line-height: normal;
    display: block;
    position: relative;
}
.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #D7D7D7;
}
.widget_meta ul li .count,
.widget_meta ul li .ci-count,
.widget_pages ul li .count,
.widget_pages ul li .ci-count,
.widget_categories ul li .count,
.widget_categories ul li .ci-count,
.widget_archive ul li .count,
.widget_archive ul li .ci-count,
.widget_nav_menu ul li .count,
.widget_nav_menu ul li .ci-count,
.widget_recent_entries ul li .count,
.widget_recent_entries ul li .ci-count {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    transition: all 0.18s ease;
    padding: 4px 3px;
}

.widget_recent_comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_recent_comments ul li {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #D7D7D7;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
    display: block;
    width: 100%;
    padding: 6px 15px;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    font-weight: normal;
    border: 1px solid #D7D7D7;
    background: #FFF;
}

/* WIDGET: #Ads125
========================================= */
#ads125,
.ads125 {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ads125 li,
.ads125 li {
    background: none;
    border: none;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0;
    max-width: 125px;
    height: auto;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
    position: relative;
}
.searchform input[type="text"],
.searchform input[type="search"] {
    margin: 0;
}
.searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
    float: left;
    margin: 0 15px 15px 0;
}
.flickr_badge_image a {
    display: block;
    line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about {
    margin-top: -5px;
}
.widget_about img {
    max-width: 100px;
    height: auto;
}
.widget_about .alignleft {
    float: left;
    margin: 5px 15px 6px 0;
}
.widget_about .alignright {
    float: right;
    margin: 5px 0 6px 15px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
    margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_ci_twitter_widget ul li {
    margin-bottom: 12px;
}
.widget_ci_twitter_widget ul li:first-child {
    padding-top: 0;
}
.widget_ci_twitter_widget .twitter-time {
    display: block;
    font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
    width: 100%;
}
#wp-calendar a {
    font-weight: bold;
    font-style: italic;
}
#wp-calendar caption {
    text-align: left;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    padding: 9px;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    background: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    padding: 8px;
}
#wp-calendar tbody td {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 3px;
}
#wp-calendar tbody td:hover {
    background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* -----------------------------------------
        08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
}
.gallery:before, .gallery:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.gallery:after {
    clear: both;
}

.gallery-item {
    margin-bottom: 10px;
}
.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-1 .gallery-item {
        float: left;
        width: 100%;
    }
}

.gallery-columns-2 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-2 .gallery-item {
        float: left;
        width: 50%;
    }
}

.gallery-columns-3 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-3 .gallery-item {
        float: left;
        width: 33.33333%;
    }
}

.gallery-columns-4 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-4 .gallery-item {
        float: left;
        width: 25%;
    }
}

.gallery-columns-5 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
        float: left;
        width: 20%;
    }
}

.gallery-columns-6 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-6 .gallery-item {
        float: left;
        width: 16.66667%;
    }
}

.gallery-columns-7 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-7 .gallery-item {
        float: left;
        width: 14.28571%;
    }
}

.gallery-columns-8 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-8 .gallery-item {
        float: left;
        width: 12.5%;
    }
}

.gallery-columns-9 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
@media (min-width: 768px) {
    .gallery-columns-9 .gallery-item {
        float: left;
        width: 11.11111%;
    }
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 0 5px;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: calc(100% - 10px);
    transition: opacity 0.18s ease;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
    margin: 5px 0 20px 0;
}
p .alignnone {
    margin-bottom: 0;
}

.aligncenter {
    display: block;
    margin: 7px auto 7px auto;
}

.alignright {
    float: right;
    margin: 7px 0 7px 24px;
}

.alignleft {
    float: left;
    margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
    max-width: 100%;
    margin-bottom: 15px;
}

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

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 3px 0 5px;
    padding: 5px 0 0 0;
    text-align: left;
    font-style: italic;
}

.sticky {
    /* Provide sticky styles */
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */
#mobilemenu {
    display: none;
}

.mobile-trigger {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
    vertical-align: middle;
    display: none;
}
.mobile-trigger:hover {
    background-color: #FFF;
    color: #CBB758;
}
.mobile-trigger .fa {
    font-size: 17px;
    position: relative;
    top: -2px;
}






/* -----------------------------------------
        10. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
    margin-top: 30px;
}

/* WP Instagram */
section.null-instagram-feed {
    position: relative;
}
section.null-instagram-feed p.clear {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    pointer-events: none;
    margin-top: -10px;
}
section.null-instagram-feed p.clear a {
    display: inline-block;
    background-color: #FFF;
    text-transform: uppercase;
    color: #2c2c2c;
    pointer-events: auto;
    height: 40px;
    padding: 10px 34px 12px;
    font-size: 12px;
    z-index: 10;
}
section.null-instagram-feed p.clear a:hover {
    background-color: #252525;
    color: #FFF;
}
@media (max-width: 767px) {
    section.null-instagram-feed p.clear {
        display: none;
    }
}

.widget .instagram-pics {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.widget .instagram-pics:after {
    clear: both;
}

.widget .instagram-pics li {
    border-bottom: 0;
    padding: 0;
    float: left;
    width: 33.33333333333%;
}
.widget .instagram-pics li a {
    display: block;
    color: #2c2c2c;
}








@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
body {
    background-color: #FFF;
    line-height: 1.875;
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Lora', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





/* -----------------------------------------
  New Style
----------------------------------------- */
/*  Header  */
.ci-dropdown-menu{
    display: none !important;
}
#menu-primery-menu{
    display: inline-block;
}
#menu-primery-menu li{
    display: inline-block;
    padding: 0 20px;
}
#menu-primery-menu li:first-child{
    padding-left: 0;
}
#menu-primery-menu li:last-child{
    padding-right: 40px;
}
#menu-primery-menu li a{
    font-size: 12px;
    letter-spacing: 1px;
    /*color: #fff;*/
    font-weight: bold;
    background-color: transparent;
    text-transform: uppercase;
}
.social-media{
    display: inline-block;
}
.social-media li{
    display: inline-block;
}
.social-media li a{
    height: 23px;
    width: 23px;
    display: block;
    border:1px solid #e7e7e7;
    color: #6e764c;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
}
.social-media li a img {
    width: 17px;
    padding: 0 0 4px;
}
.eventes-detail ul li a.phone img {
    width: 21px;
    height: auto;
}
.eventes-detail ul li a.email img{
    width: 26px;
    height: auto;
}
.mast-head-right .social-media li a img {
    width: 11px;
    padding: 0 0 3px;
}
.dorset{
    display: inline-block;
}
.dorset .widget {
    margin: 0;
}
.dorset .widget div.sp-location-weather-widget{
    padding: 0;
}
.dorset p.temprechar{
    display: inline-block;
    margin: 2px 5px 0 0px;
    font-size: 26px;
    font-weight: bold;
}
.dorset p.temprechar span {
    font-size: 8px;
    vertical-align: top;
    margin: 5px 0 0 2px;
    display: inline-block;
}
.dorset p.temprechar strong{
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    margin: 4px 0 0 2px;
}
.dorset-uk{
    display: inline-block;
}
.dorset-uk .icon{
    display: inline-block;
    margin: 0 12px 0 0;
}
.name-uk{
    display: inline-block;
    width: 50px;
}
.name-uk p{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 0;
    vertical-align: middle;
    display: inline-block;
}


/*  slider  */
.home-slider .slides li{
    background-repeat: no-repeat !important;
}

/*  WEDDINGS  */
/*#ci-page-gallery-2 .col-lg-5.col-sm-6 {
    max-width: 423px;
}*/
#ci-page-gallery-2 .col-lg-5.col-sm-6 p {
    line-height: 30px;
    font-size: 18px;
}
.entry-thumb{
    padding: 0;
    border:0px solid transparent;
}

/*  THE MILL  */
#ci-hero-2 .widget-wrap, #ci-testimonial-2 .widget-wrap{
    position: relative;
    z-index: 1;
}
#ci-hero-2 .widget-wrap:after, #ci-testimonial-2 .widget-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(255,255,255,0.15);
    z-index: -1;
}
#ci-hero-2 .widget-wrap .hero-content {
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
}
#ci-hero-2 .widget-wrap .hero-content .section-title{
    font-weight: bold;
    margin: 0 0 30px;
    color: #2b2b2b;
}
#ci-hero-2 .widget-wrap .hero-content .section-subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #2b2b2b;
    line-height: 24px;
    letter-spacing: 7.5px;
}

#ci-testimonial-2 .widget-wrap:after{
    background: rgba(30,30,30,0.60);
}




.ci-testimonial p{
    color: #fff;
}
.ci-testimonial p.date{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
} 
.ci-testimonial cite{
    color: #d7be33;
    letter-spacing: 5px;
    font-size: 24px;
}


/*  EVENTS  */
#ci-page-gallery-3 .col-sm-6 {
    float: right;
}
#ci-page-gallery-3 .col-lg-5.col-sm-6{
    text-align: right;
}
#ci-page-gallery-3 .col-lg-5.col-sm-6 p{
    line-height: 30px;
    font-size: 18px;
}
#ci-gallery-2{
    width: 100% !important;
    max-width: 1169px !important;
    margin: 0 auto !important;
}








/* -----------------------------------------
  WEDDINGS
----------------------------------------- */
.hero-wrap .page-hero{
    position: relative;
    z-index: 1;
}
.hero-wrap .page-hero:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0,0,0,0.30);
    z-index: -1;
}
.menu-weddings{
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #252525;
    padding: 27px 0 15px;
	position: relative;
	z-index: 20 !important;
}
.menu-weddings ul{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    text-align: center;
}
.menu-weddings ul li{
    display: inline-block;
    margin: 0 32px;
}
.menu-weddings ul li a {
    color: #fff;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px;
    display: block;
    letter-spacing: 1px;
    float: left;
}
.menu-weddings ul li a:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 33px;
    height: 2px;
    background-color: #d7be33;
    bottom: 0;
    opacity: 0;
}
.menu-weddings ul li.current-menu-item a, .menu-weddings ul li a:hover, .menu-weddings ul li a:focus, .page-id-286 .menu-weddings ul li.menu-item-335 a{
    color: #d7be33;
}
.menu-weddings ul li.current-menu-item a:after, .menu-weddings ul li a:hover:after, .menu-weddings ul li a:focus:after, .page-id-286 .menu-weddings ul li.menu-item-335 a:after{
    opacity: 1;
}
section.welcome-blog{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 90px 0;
}
.welcome-blog p{
    width: 100%;
    max-width: 948px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
}
.welcome-blog .section-title ~ p ~ p{
    margin-top: 20px;
}
.wedding-blogs{
    margin-top: 90px; 
}
.packages-section{
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 30px;
}
.packages-section a:before{
    position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border:2px solid #fff;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.packages-section a:hover:before{
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}
.packages-section a{
    display: block;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.packages-section a:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(63,63,63,0.53);
    z-index:0;
}
.packages-section a h3{
    position: absolute;
    top: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: -24px auto 0;
    z-index: 999;
    padding: 0 0 15px;
}
.packages-section a h3:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 2px;
    background-color: #d7be33;
    margin: 0 auto;
}
.wedding-testimonial{
    display: inline-block;
    width: 100%;
    float: left;
    background-image: url(./images/testiminial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 90px 0;
    position: relative;
    z-index: 1;
    background-size: auto;
    background-position: center;
}
.wedding-testimonial:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(30,30,30,0.60);
    z-index: -1;
}
section.wedding-blog-section.morecats {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 30px 0 115px;
}
section.wedding-blog-section{
    padding: 0;
}
.blog-detail{
    display: inline-block;
    width: 100% ;
    float: left;
    padding: 30px 80px 0 0;
}
.blog-detail .date{
    font-size: 12px;
    color: #252525;
    font-weight: bold;
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blog-detail h3{
    margin: 0 0 15px;
}
.blog-detail h3 a {
    font-size: 21px;
    font-weight: bold;
    color: #252525;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blog-detail p{
    font-size: 18px;
    color: #252525;
    font-weight: normal;
    margin: 0 0 30px;
}
.blog-detail p ~ a{
    font-weight: bold !important;
}
.slider-nav .slick-track .slick-slide{
    margin: 0 15px 0 15px;
    position: relative;
    z-index:1 ;
}
.slider-nav .slick-track .slick-slide:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(130,130,130,0.68);
    z-index: 1;
	cursor: pointer;
}
.slider-nav .slick-track .slick-slide.slick-current.slick-active:after{
    content: none;
}
.slider.slider-nav {
    width: 100%;
    overflow: hidden;
}
.slider-nav .slick-list{
    margin: 35px -15px 0;
}
.slider-nav .slick-prev, .slider-nav .slick-next {
    position: absolute;
    top: 50%;
    background: transparent;
    font-size: 0px;
    margin: -15px 0 0;
    border: 0px solid transparent;
    height: 30px;
    width: 30px;
}
.slider-nav .slick-prev:after, .slider-nav .slick-next:after {
    position: absolute;
    content: "";
    left: 0;
    background: url(images/001-back.svg);
    height: 30px;
    width: 30px;
    top: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}


/*  THe Mail  */


.the-mail-section p{
    text-align: left;
    margin: 0 0 30px;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
}
.share-icon h3{
    color: #828282;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 20px;
}
.share-icon .social-media{
    margin: 0;
    padding: 0;
    list-style: none;
}
.share-icon .social-media li{
    margin: 0 5px 0 0;
}
.share-icon .social-media li a{
    border: 2px solid rgba(70,70,70,0.50);
    color: rgba(70,70,70,0.50);
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.share-icon .social-media li a:hover{
    color: #464646;
    border-color: #464646;
}
section.wedding-blog-section.the-mail-section{
    padding: 90px 0 70px;
    display: inline-block;
    width: 100%;
    float: left;
}
.bottom-photo-gallery .wedding-blogs {
    margin-top: 10px;
}


.bottom-photo-gallery .packages-section a:before{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.bottom-photo-gallery .packages-section a:after{
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bottom-photo-gallery .packages-section a h3{
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bottom-photo-gallery .packages-section a:hover h3{
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bottom-photo-gallery .packages-section a{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bottom-photo-gallery .packages-section a:hover:after{
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bottom-photo-gallery .packages-section a:hover:before{
    left: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
}






/*  TESTIMONIALS  */
.testimonials-blog-section{
    margin-bottom: 70px;
}
.testimonials-section .testimonials-blog-section:last-child{
    margin-bottom: 40px;
}
section.welcome-blog.testimonials-section{
    padding: 90px 0;
}
.testimonials-blog-section .date {
    font-size: 12px;
    font-weight: bold;
    color: #252525;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
    float: left;
    line-height: normal;
    text-transform: uppercase;
    font-style: inherit;
}
.testimonials-blog-section h3 {
    margin: 0 0 35px;
    display: inline-block;
    width: 100%;
    float: left;
}
.testimonials-blog-section h3 a{
    font-size: 24px;
    text-transform: uppercase;
    color: #d7be33;
    font-weight: normal;
}
.testimonials-blog-section  a.morelink{
    color: #d7be33;
}
.testimonials-blog-section p {
    color: #252525;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
}
.testimonials-blog-section h3 ~ span {
    font-family: 'Great Vibes', cursive;
    font-size: 300px;
    color: rgba(168,168,168,0.20);
    position: absolute;
    top: 40px;
    left: -10px;
    line-height: normal;
    z-index: -1;
}
.pagination-bottom{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 20px  0 0 0;
    text-align: center;
}
.pagination-bottom ul{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin:0;
}
.pagination-bottom ul li{
    display: inline-block;
    vertical-align: middle;
}
.pagination-bottom ul li a{
    color: #606061;
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}
.pagination-bottom ul li a.active{
    border-radius: 50%;
    color: #fff;
    background-color: #606061;
}
.pagination-bottom ul li a.prv, .pagination-bottom ul li a.nex{
    font-size: 30px;
}




/*  SUPPLIER DIRECTORY  */

.supplier-section > .container{
    max-width: 1170px;
}

.check-box-section .container {
    display: block;
    position: relative;
    padding: 0 0 5px 36px;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    color: #2c2c2c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-box-section {
    display: block;
    margin: 0 -15px;
}
.check-box-section  .full-section{
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0 15px;
}
.check-box-section.top-section .container{
    text-transform: uppercase;
}
.check-box-section.top-section{
    border-bottom: 1px solid #babbbc;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 40px 0 15px;
    margin: 0 0 30px;
}

/* Hide the browser's default checkbox */
.check-box-section .container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.check-box-section .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #f9fafc;
    border:1px solid #989898;
}

/* On mouse-over, add a grey background color */
.check-box-section .container:hover input ~ .checkmark {
    background-color: #f9fafc;
}

/* When the checkbox is checked, add a blue background */
.check-box-section .container input:checked ~ .checkmark {
    background-color: #f9fafc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-box-section .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box-section .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box-section .container .checkmark:after {
    left: 0;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #606061;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
}
.eventes-detail ul{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.eventes-detail ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.eventes-detail ul li a{
    font-size: 16px;
    color: #2c2c2c;
}
.eventes-detail h3{
    margin: 12px 0 15px;
}
.eventes-detail h3 a{
    font-size: 21px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}
.eventes-detail p{
    color: #252525;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px;
}
.events-blog .row{
    margin-bottom: 35px;
}
section.welcome-blog.supplier-section {
    padding-bottom: 44px;
}
.events-blog{
    display: inline-block;
    width: 100%;
    float: left;


}
.events-blog .container{
    max-width: 1170px;
    position: relative;
    padding-top: 60px;
}
.events-blog .container:after{
    position: absolute;
    content: "";
    left: 15px;
    right: 15px;
    top: 0;
    height: 1px;
    display: block;
    background-color:#babbbc;
}


/*  RATES  */
section.welcome-blog.rate-top-detail{
    padding: 90px 0;
}
.rate-table{
    display: inline-block;
    width: 100%;
    float: left;
}
.rate-table th {
    text-align: left;
}
.rate-table tbody tr td{
    padding: 0 0 10px;
    text-align: center;
}
.rate-table tbody tr td:first-child span{
    padding: 10px 0 10px 15px;
    border-right: 1px solid #e5e8e8;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-weight: bold;
    text-align: left;
}
.rate-table tbody tr td:last-child span{
    //padding: 10px 15px 10px 0;
    border-right: 1px solid #e5e8e8;
}
.rate-table tbody tr td span{
    border-top: 1px solid #e5e8e8;
    border-bottom: 1px solid #e5e8e8;
    padding: 8px 0;
    display: block;
    font-size: 16px;
    color: #000000;
    width: 100%;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.rate-table thead tr th{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 0 10px;
    text-align: center;
}
.rate-table thead tr th:first-child{
    padding: 0 0 10px 15px;
    text-align: left;
}

.rate-table thead tr th:last-child {
    padding: 0 15px 10px 0;
}
.day-blog{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 30px 0 80px 0;
    padding: 0 0 0 15px;
}
.day-blog p{
    font-size: 14px;
    margin: 0;
}
.payment-option{
    display: inline-block;
    width: 100%;
    float: left;
}
.payment-option p{
    margin: 0 0 30px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
}
.p-none{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.p-none p{
    margin: 0;
    display: inline-block;
    width: 100%;
    float: left;
}
/*  Contact Form Bottom  */

.contact-section{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 90px 0;
}
#map{
    width: 100%;
    height: 635px;
}
.contact-page #map{
    width: 100%;
    height: 720px;
}
.contact-title{
    font-size: 18px;
    text-transform: uppercase;
    color: #828282;
    font-weight: bold;
    margin: 0 0 25px;
}
.contact-detail p, .contact-detail a{
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    vertical-align: top;
    line-height: 26px;
}
.contact-form{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 31px 0 0;
}
.contact-form.width-auto{width: auto;}
.contact-form input, .contact-form textarea{
    margin: 0 0 0px !important;
    border:2px solid rgba(70,70,70,0.50) !important;
    font-weight: bold !important;
    font-size: 12px !important;
    padding: 5px 15px !important;
    text-transform: uppercase !important;
}
.contact-form .gfield_contains_required{
    margin: 0 0 30px !important;
}
.contact-detail a.black-bg{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #000;
}

.contact-form label.gfield_label {
    display: none !important;
}
li#field_1_2, li#field_1_1 {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 15px;
    clear: inherit;
}
.contact-form .gform_wrapper ul.gform_fields{
    margin: 0 15px;
}
.contact-form .gform_wrapper ul.gform_fields li{
    padding: 0 15px !important;
}
.contact-form .gform_wrapper ul.gform_fields li input{
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.contact-form .gform_wrapper{
    margin: 0;
}
body .contact-form  .gform_wrapper .top_label div.ginput_container{
    margin: 0;
}
body .contact-form .gform_wrapper .gform_footer{
    margin: 0;
    padding: 0 0 0 15PX;
}

body .contact-form .gform_wrapper .gform_footer input {
    line-height: 40px !important;
    font-size: 12px !important;
    width: 165px !important;
    text-align: center !important;
    margin-top: 30px !important;
    min-height: inherit !important;
    height: 40px !important;
    padding: 0 !important;
}
body .contact-form .gform_wrapper.gform_validation_error .top_label input.medium, 
body .contact-form .gform_wrapper.gform_validation_error .top_label select.medium{
    width: 100%;
}
body .contact-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
}
body .contact-form .gform_wrapper div.validation_error{
    display: none;
}
body .contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
}
body .contact-form .gform_wrapper li.gfield.gfield_error, body .contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    border: 0px solid transparent !important;
}

.contact-form .gform_wrapper textarea.medium {
    height: 100px;
    margin: 0;
    width: 100%;
    float: left;
}

/*  News  */
.News-section .testimonials-blog-section h3 a{
    font-size: 21px;
    font-weight: bold;
    color: #252525;
}

.News-section .testimonials-blog-section h3{
    margin: 0 0 15px;
}
.News-section .testimonials-detail {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 45px 0px 0px 0px;
}
.News-section .testimonials-detail p{
    margin: 0 0 20px;
    font-style: inherit;
    padding: 0 140px 0 0;
}
.News-section .testimonials-detail p.date{
    margin: 0 0 20px;
}
.rate-top-detail .psgal figure, .widget_ci-gallery .psgal figure{
    padding: 15px; 
}



.footer{
    display: inline-block;
    width: 100%;
    float: left;
}





.feauredgallery{
    position: relative;
    margin: 0 -15px;
}
.left-images{
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 15px;
}
.left-images img{
    margin-bottom: 30px;
}
.feauredgallery .entry-thumb{
    display: inline-block;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 15px;
}
.contact-detail.addrresdetails{
    display: inline-block;
    width: 100%;
    float: left;padding: 60px 0 0 0;
}



#psgal_211_1 figure.msnry_item a{
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#psgal_211_1 figure.msnry_item a img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#psgal_211_1 figure.msnry_item a:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
#psgal_211_1 figure.msnry_item a:after{
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    display: block;
    background-color: rgba(0,0,0,0.50);
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#psgal_211_1 figure.msnry_item a:hover:after{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#psgal_211_1 figure.msnry_item a:before{
    position: absolute;
    content: "\f00e";
    left: 0;
    font-family: FontAwesome;
    font-size: 20px;
    right: 0;
    top: 50%;
    z-index: 99;
    margin: -18px 0 0;
    opacity: 0;
    display: block;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#psgal_211_1 figure.msnry_item a:hover:before{
    opacity: 1;
}
.eventes-detail ul li a img {
    margin: 0 10px 0 0;
}
/*.pswp__container .pswp__zoom-wrap, .pswp__container, .pswp__zoom-wrap, .pswp__item {
    transform: inherit !important;
}*/

.pswp__container .pswp__zoom-wrap img{
    height: 100vh !important;
    width: auto !important;
    max-width: inherit !important;
}



body .home-slider ul li{
    z-index: 1;
}
body .home-slider ul li:after{
    /*position: absolute;*/
    content: "";
/*    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background: rgba(30,30,30,0.30);*/
}
.contact-detail p i {
    color: #828282;
}

.contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(45,45,45,0.60);
    font-size: 12px;
    font-weight: bold;
}
.contact-form input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(45,45,45,0.60);
    font-size: 12px;
    font-weight: bold;
}
.contact-form input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(45,45,45,0.60);
    font-size: 12px;
    font-weight: bold;
}
.contact-form input:-moz-placeholder { /* Firefox 18- */
    color: rgba(45,45,45,0.60);
    font-size: 12px;
    font-weight: bold;
}


.contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(45,45,45,0.60);
    font-size: 12px;
    font-weight: bold;
}
.contact-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: rgba(45,45,45,0.60);
    font-size: 12px;
    font-weight: bold;
}
.contact-form textarea:-ms-input-placeholder { /* IE 10+ */
    color: rgba(45,45,45,0.60);
    font-size: 12px;
    font-weight: bold;
}
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
    color: rgba(45,45,45,0.60);
    font-size: 12px;
    font-weight: bold;
}



.footer p, .footer a {
    margin: 0;
    color: #aeaeae;
}
.check-box-section.top-section button.btn.btn-transparent {
    padding: 0 0;
    width: 150px;
    line-height: 40px;
    height: 40px;
}
.eventes-detail ul li a.btn.btn-transparent {
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    height: 40px;
    padding: 0;
}
.menu-weddings ~ p {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    margin: 80px 0 -50px;
    color: red;
}

.check-box-section .full-section:nth-child(4n+1) {
    clear: both;
}
.page-id-313 .hero-wrap .page-hero:after, .page-template-template-listing-event .hero-wrap .page-hero:after,
.page-template-template-listing-venue-detail .hero-wrap .page-hero:after,
.page-template-template-your-weddings .hero-wrap .page-hero:after,
.page-template-template-event-gallery .hero-wrap .page-hero:after,
.page-template-template-listing-supplier-directory .hero-wrap .page-hero:after,
.page-template-templateeventtestimonials .hero-wrap .page-hero:after,
.page-template-template-event-news .hero-wrap .page-hero:after{
    background-color: rgba(0,0,0,0.50);
}





.rate-table thead tr th:last-child {
    text-align: right;
}
body .psgal figure{
    width: 33.33%;
}


.testimonials-blog-section  .comment{
    margin: 0;
    width: 100%;
}
.welcome-blog h4{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 40px 0 20px;
}
.testimonials-blog-section a.morelink{
    float: left;
}


#accordion {
    list-style: none;
    float:left;
    padding:0 !important;
    border:0 !important;
    width: 100%;
    margin: 90px 0 0 0;
}
#accordion li {
    border:0 !important;
    padding:0 0 10px !important;
    display: inline-block;
    width: 100%;
    float: left;
}
#accordion li .toggle-text{
    display: none;
    font-size: 16px;
    line-height: 26px;
}

#accordion li div{
    display: block;
    float:left;
    background-color: #f5f5f5;
    color:#000;
    font-size:18px;
    margin:0 !important;
    cursor: pointer;
    padding:8px 31px 10px 31px;
    width:100%;
    margin:0 !important;
    background-repeat:no-repeat;
    background-position:0 10px;
    position: relative;
}
#accordion li > div:after {
    position: absolute;
    content: "\f078";
    font-size: 20px;
    font-family: FontAwesome;
    display: block;
    color: #000;
    right: 10px;
    top: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#accordion li > div.active:after{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accordion li div ~ div:after{
    content: none;
}

#accordion li div.active {
    background-color:#ccc;
    background-repeat:no-repeat;
    color:#000;
    background-position:15px -30px;
}
#accordion li div:hover {
    color:#000;
}
#accordion .listBottom {
    background-repeat:no-repeat;
    background-position:15px 10px;
}

#accordion ul {
    list-style: none;
    padding:0 !important;
    margin:0 !important;
    display: none;
    background-color:#f5f5f5;
    float:left;
    width:auto !important;
}
#accordion ul li{
    font-weight: normal;
    background-color: #f5f5f5;
    float:left;
    width:auto !important;
    background-image:none !important;
    padding:0 !important;
    margin:0 !important;
    border-right:1px solid #000 !important;
    border:1px solid red;

}

#accordion a {
    text-decoration: none;
    padding: 7px 0 7px 41px;
    width:100%;
    background-repeat:no-repeat;
    background-position:31px 11px;
    float:left;
    font-size:12px;
    color:#000;
}
#accordion a:hover {
    background-position:33px 11px !important;
    color:#222;
}





.home-galllery{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 80px 0 0;
}

.page-template-template-listing-gallerys figure.msnry_item a{
    height: 233px;
    overflow: hidden;
}



.cookies-sec{
    margin-top: 90px;  
}

.cookies-sec h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cookies-sec p {
    color: #747571;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
}

.footer-links-dd a {
    display: inline-block;
    border-right: 1px #aeaeae solid;
    padding-right: 7px;
    margin-right: 4px;
    line-height: 1;
}

.footer-links-dd a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}


/* -----------------------------------------
        11. Global Mediaqueries
----------------------------------------- */
@media (max-width: 1199px) {
    .header .nav {
        display: none;
    }

    .header-alt .mobile-trigger {
        display: inline-block;
    }
    .header-alt #mobilemenu {
        display: block;
    }
    .menu-weddings ul li{
        margin: 0 10px;
    }
    .packages-section a h3{
        font-size: 18px;
        margin: -13px auto 0;
    }
    .eventes-detail h3{
        margin: 0 0 15px;
    }
    .eventes-detail ul{
        display: block;
    }
    .eventes-detail ul li {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }
}

@media all and (max-width: 1199px) and (min-width: 992px) {

    .News-section .testimonials-detail {        
        padding: 0;
    }

}

@media screen and (max-width: 1080px){
    #menu-primery-menu li{
        padding: 0 10px;

    }
}

@media (max-width: 991px) {
    .header-default .mobile-trigger {
        display: inline-block;
    }

    .header .ci-dropdown-nav {
        display: none;
    }

    #mobilemenu {
        display: block;
    }

    .page-hero {
        height: 300px;
    }

    .page-title {
        padding-top: 165px;
    }

    .sidebar {
        margin-top: 40px;
    }

    .slide-video-wrap {
        display: none;
    }

    .item-inset:hover:before {
        border-width: 10px;
    }

    .item-inset-content h3 {
        font-size: 22px;
    }
    .item-inset-content .text-styled {
        margin: 0;
        font-size: 12px;
        margin-bottom: 15px;
    }
    .item-inset-content .btn, .item-inset-content .comment-reply-link {
        font-size: 11px;
        height: 34px;
        padding-top: 9px;
    }
    .testimonials-detail {
        padding: 40px 0 0;
    }
    .menu-weddings ul li a{
        font-size: 11px;
    }
    .packages-section a h3{
        font-size: 16px;
    }
    .wedding-blogs .col-md-6.col-sm-12.col-xs-12.text-center .packages-section {
        display: inline-block;
        width: 100%;
        float: none;
        position: relative;
        margin: 0 auto 30px;
        max-width: 550px;
    }
    .wedding-blog-section .blog-detail{
        padding: 30px 0 0 0;
    }
    section.wedding-blog-section.morecat{
        padding: 60px 0;
    }
    section.welcome-blog{
        padding: 60px 0 !important;
    }

    section.wedding-blog-section.the-mail-section {
        padding: 60px 0;
    }

    section.welcome-blog.testimonials-section {
        padding: 60px 0;
    }
    .contact-detail .contact-title {
        display: inline-block;
        width: 100%;
        float: left;
        padding: 40px 0 25px 0;
        margin: 0;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .rate-table tbody tr td span{
        width: 190px;
    }
    .News-section .testimonials-detail p{
        padding: 0;
    }
    .check-box-section .full-section{
        width: 33.33%;
    }
    body .header .ci-dropdown-nav{
        display: inline-block;
    }
    #menu-primery-menu{
        display: none;
    }
    .dorset{
        margin-right: 20px;
    }

    .check-box-section .full-section:nth-child(4n+1) {
        clear: none;
    }
    .check-box-section .full-section:nth-child(3n+1) {
        clear: both;
    }

}
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    .footer .footer-links-dd {
        margin-bottom: 6px;
    }

    .footer .footer-links-dd a {
        margin-bottom: 4px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    .mast-head {
        max-height: 105px;
    }
    .mast-head .btn, .mast-head .comment-reply-link {
        display: none;
    }

    .header {
        height: 110px;
    }

    .mast-head-left {
        width: 65%;
        height: 100%;
    }

    .mast-head-right {
        width: 30%;
    }

    .ci-dropdown-language {
        display: none;
    }

    .resort-info {
        display: none;
    }

    .site-logo {
        white-space: nowrap;
        overflow: hidden;
        font-size: 20px;
    }

    .slide-title {
        font-size: 28px;
    }

    .single-post .main {
        padding: 50px 0;
        display: inline-block;
        width: 100%;
        float: left;
    }
    .main.main-sections {
        padding: 0;
    }

    .widget-padded + .widget-padded,
    .widget-padded + .null-instagram-feed {
        margin-top: -60px;
    }

    section.widget {
        margin: 0 0 60px;
    }
    section.widget.widget-padded:last-child, section.widget.null-instagram-feed:last-child {
        margin-bottom: 0;
    }

    .widget-padded .widget-wrap {
        padding: 60px 0;
    }
    .widget-padded .widget-wrap.wrap-extra-pad {
        padding: 144px 0;
    }

    .main-sections .widget:first-child .widget-wrap {
        padding-top: 60px;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .text-lg {
        font-size: 17px;
    }

    .hero-content .section-title {
        font-size: 28px;
    }
    .hero-content .section-subtitle {
        font-size: 15px;
    }

    .box {
        width: 100%;
        margin: 0;
        float: none;
    }
    .box .item-inset {
        margin: 0 0 30px;
    }
    .box .item-inset:last-child {
        margin: 0 0 30px;
    }
    .box:last-of-type .item-inset:last-child {
        margin-bottom: 0;
    }

    .justified-gallery {
        margin-bottom: 30px;
    }

    .ci-map {
        height: 280px;
    }

    .trip-advisor-widget {
        margin-bottom: 30px;
    }

    .footer {
        text-align: center;
    }
    .footer .text-right {
        text-align: center;
    }

    .page-hero {
        height: 320px;
    }

    .page-title {
        padding-top: 200px;
        font-size: 26px;
    }
    .hero-wrap .page-hero{
        background-size: cover;
        display: inline-block;
        width: 100%;
        float: left;
    }

    .page-subtitle {
        font-size: 14px;
    }

    .entry-thumb {
        padding: 10px;
        margin-bottom: 20px;
    }

    .entry-title {
        font-size: 22px;
    }

    .entry-meta {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .room-slide-controls {
        margin: -35px -11px 0;
    }
    .room-slide-controls a {
        height: 70px;
    }
    .room-slide-controls a span {
        width: 20px;
        line-height: 70px;
        font-size: 24px;
    }

    .room-slide-img {
        display: none;
    }
    .testimonials-blog-section h3 a{
        font-size: 20px;
    }
    .menu-weddings ul li a {
        font-size: 11px;
        width: 100%;
        text-align: center;
    }
    .menu-weddings ul li {
        margin: 0;
        padding: 0 12px;
        width: 25%;
        float: left;
        text-align: center;
    }
    .packages-section {
        display: inline-block;
        width: 100%;
        float: none;
        position: relative;
        margin: 0 auto 30px;
        max-width: 350px;
    }
    .gallery-section .main {
        padding: 20px 0;
    }
    .wedding-blog-section .blog-detail h3 a{
        font-size: 18px;
    }
    .wedding-blog-section .blog-detail p{
        font-size: 16px;
        line-height: 26px;
    }
    section.widget.wedding-testimonial{
        margin: 0;
    }
    .wedding-testimonial{
        padding: 60px 0;
    }

    .eventes-detail{
        display: inline-block;
        width: 100%;
        float: left;
        margin: 30px 0 0;
    }
    .eventes-detail p{
        font-size: 16px;
        line-height: 26px;
    }
    .eventes-detail h3 a{
        font-size: 18px;
    }
    #ci-page-gallery-2 .col-lg-5.col-sm-6, #ci-page-gallery-2 .col-sm-6 {
        width: 100%;
        max-width: 100%;
        clear: both;
    }
    #ci-page-gallery-3 .col-lg-5.col-sm-6{
        width: 100%;
        max-width: 100%;
    }
    .welcome-blog p, .the-mail-section p{
        font-size: 14px;
        line-height: 24px;
    }
    #ci-page-gallery-2 .col-lg-5.col-sm-6 p, #ci-page-gallery-3 .col-lg-5.col-sm-6 p {
        line-height: 24px;
        font-size: 14px;
    }
    .contact-section {
        display: inline-block;
        width: 100%;
        float: left;
        padding: 0 0 60px;
    }
    .contact-form{
        padding: 0;
    }
    .mast-head-left {
        width: 100%;
        display: inline-block;
        float: left;
    }
    .mast-head-right {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .mast-head{
        display: inline-block;
        max-height: inherit;
    }
    .header{
        height: auto;
    }
    .mast-head-group{
        display: block;
        float: none;
        margin: 20px auto 0;
    }
    body .header .ci-dropdown-nav {
        display: block;
        margin: 0;
    }
    .header-default .mobile-trigger{
        position: absolute;
        top: 32px;
        z-index: 999;
        right: 15px;
    }
    .page-id-313 section.contact-section.contact-page {
        padding: 60px 0 60px 0;
    }
    .menu-weddings ul li{
        height: 60px;
    }
    section.welcome-blog.rate-top-detail {
        padding: 60px 0;
    }
    body .psgal figure{
        width: 50%;
    }
    .pswp__container .pswp__zoom-wrap img{
        height: auto !important;
        width: 100% !important;
    }
    .dorset{
        margin-right: 0;
    }
    .page.page-id-946 section.contact-section.contact-page{
        padding: 60px 0;
    }
    .gallery-section{
        padding: 60px 0px;
    }
    .testimonials-blog-section h3{
        margin: 0 0 25px;
    }
    .home-galllery{
        padding: 60px 0;
    }

    .wedding-blogs {
        margin-top: 60px;
    }
    .social-media {
        margin-left: 0 !important;
    }

    .hp-contact-dd{
        margin-left: 15px !important;
        float: right;
    }

    .cookies-sec {
        margin-top: 40px;     
        display: inline-block;
        width: 100%;
    }

}


@media screen and (max-width: 749px){
    .rate-top-detail .psgal figure{
        width: 100%;
    }
    .rate-top-detail .psgal.photoswipe_showme{
        width: 100% !important;
    }
}


@media screen and (max-width: 640px){
    .menu-weddings ul li{
        width: 33.33%;
    }
    .eventes-detail ul li {
        float: left;
        width: 100%;
        height: auto;
        margin: 10px 0 0;
    }
    body .contact-form .gform_wrapper .gform_footer{
        padding: 0 15px;  
    }
    .check-box-section .full-section{width: 100%;}
    .hero-wrap .page-hero {
        position: relative;
        z-index: 1;
        background-size: cover;
        float: left;
        width: 100%;
    }
    .contact-form li#field_1_2, .contact-form li#field_1_1{
        width: 100%;
    }
    #capacity td {
        display: block;
    }
    .check-box-section.top-section .container{
        margin: 6px 0 0;
    }
    .menu-weddings ul li{
        height: 30px;
    }
}


@media screen and (max-width: 480px){
    .menu-weddings ul li{
        width: 50%;
        margin: 0 0 20px;
    }
    .page-title{
        font-size: 22px;
        padding-top: 210px;
    }
    .page-subtitle {
        font-size: 12px;
    }
    .feauredgallery .entry-thumb{
        padding:0 12px;
    }
    .dorset p.temprechar{
        margin: 2px 5px 0 10px;
    }
    .dorset-uk .icon{
        margin: 0 2px 0 0;
    }
    .name-uk p{
        font-size: 10px;
    }
    .site-logo{
        padding: 0 80px 0 0 ;
    }


}


@media screen and (max-width: 360px){
    .menu-weddings ul li{
        width: 100%;
        padding: 0 12px 10px;
        height: 30px;
    }
    .testimonials-blog-section p{
        font-size: 16px;
        line-height: 26px;
    }
}


#summary {
    font-size: 14px;
    line-height: 1.5;
}

#summary div.collapse:not(.show) {
    height: 102px !important;
    overflow: hidden;

    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary div.collapsing {
    min-height: 102px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}


.rate-table .tab {border: none;background-color: transparent;border-bottom: 1px solid #ECECEC;margin-bottom: 10px;}
.rate-table .tab button {font-size: 18px; height: 45px;color: #252525;    padding: 0px 20px;    margin-right: 2px;background-color: #ECECEC;}
.rate-table .tab button:hover {    background-color: #ccc;}
.page-template-Important-Info #accordion{margin-bottom: 50px;}

/*-----24 Fab 2018-----*/


.hp-common-txt-sec {
    text-align: center;
    /*    padding: 58px 0 50px;*/
    padding: 25px 0 30px;
    clear: both;
}

.hp-common-txt-sec h2 {
    font-size: 40px;
    margin: 0 0 32px;
}

.hp-common-txt-sec p {
    color: #747571;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 44px;
}

.hp-common-txt-sec a.read-more-btn {
    min-width: 195px;
    height: 42px;
    display: inline-block;
    border: 2px #a0a686 solid;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #a0a686;
    text-transform: uppercase;
    transition: all 0.5s;
}

.hp-common-txt-sec a.read-more-btn:hover,
.hp-common-txt-sec a.read-more-btn:focus {
    background: #a0a686;
    color: #fff;
}

.hp-parallax-dd {
    background-size: cover;
    height: 950px;
}

.header.sticky {
    background: #fff;
    height: 87px;    
}

.header.sticky .mast-head {
    padding: 20px 0;
}

.home-slider .slides li {
    background-attachment: fixed !important;
}

.hp-contact-dd {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    list-style: none;
    margin-left: 60px;
    display: inline-block;
}

.hp-contact-dd a {
    display: block;
    font-family: 'Lora', serif;
    font-size: 13px;
}

.hp-contact-dd a i {
    display: inline-block;
    margin-right: 10px;
}

.hp-contact-dd a:first-child {
    margin-bottom: 5px;
}

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

.your-wedding-top-text table {border-collapse: collapse; margin-top: 50px;}
.your-wedding-top-text table tr:first-child{border: 0;}
.your-wedding-top-text table tr{border: 1px solid #e5e8e8;}
.your-wedding-top-text table tr th{font-size: 16px; font-weight: bold;padding: 10px; text-align: left;}
.your-wedding-top-text table tr td{font-size: 16px; padding: 10px; text-align: left;}


.your-wedding-banner-section{margin: 50px 0; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; padding: 290px 0;    clear: both;}
.your-wedding-banner-section:before{content: ''; background: rgba(0,0,0,0.44); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.your-wedding-banner-section .container{position: relative; z-index: 99;}
.your-wedding-banner-section h3{text-align: center; font-size: 36px; font-weight: bold; color: #fff; margin: 0 0 20px;}
.your-wedding-banner-section p{text-align: center; color: #fff; font-size: 14px; font-weight: bold; letter-spacing: 5px; margin: 0;}
.wedding-photo-list{position: relative; margin-bottom: 30px;}
.wedding-photo-list:last-child{margin-bottom: 0;}
.wedding-photo-list:before{padding-top: 100%; content: ''; display: block;}
.wedding-photo-list img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.wedding-photo-box-part{display: -webkit-box;display: -moz-box; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-justify-content: space-between;-ms-justify-content: space-between;justify-content: space-between;}
.wedding-photo-box{width: calc(50% - 15px);}
.wedding-photo-list.wedding-photo100:before{padding-top: 211.8%;}
.your-wedding-photo-section{padding: 50px 0;}
.your-wedding-photo-section p{font-size: 18px; font-style: italic; line-height: 30px; color: #2c2c2c;    padding-right: 100px;    margin-bottom: 30px;}
.your-wedding-photo-section .text-right p{padding-right: 0; padding-left: 100px;    font-weight: 500;}

.your-wedding-faq-heading p{ color: #2c2c2c; font-size: 18px; text-align: center;font-weight: normal;}
.your-wedding-faq #accordion{ margin: 50px 0;}
.your-wedding-faq{padding: 50px 0;}
.your-wedding-faq ~ section.widget_ci-testimonial-inset,
.your-wedding-photo-section ~ section.widget_ci-testimonial-inset{margin: 0 0 90px;}




.page-hero .page-subtitle{display: none;}

.page-id-1136 section.welcome-blog .section-title {
    color: #828282;
}

.page-id-1136 section.welcome-blog p {
    color: #828282;
    margin-bottom: 0;
}

.page-id-1136 .your-wedding-photo-section .text-right p{
    padding-left: 0;
}
.page-id-1136 .page-title {
    padding-top: 230px;
}

.ctcc-right-side #catapultCookie {
    line-height: normal;
    color: #fff !important;
}

#catapult-cookie-bar .ctcc-left-side a {    
    text-decoration: underline !important;
}


.home .hero-wrap .page-hero {
    height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .hero-wrap .page-hero .page-title {
    padding-top: 90px;
}
.hero-wrap + .hp-common-txt-sec + .hp-parallax-dd {
    background-position: left bottom !important;
}


/*home css*/
section.hp-parallax-dd {
    position: relative;
}
.hp-text-box {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 65px;
    max-width: 665px;
    position: absolute;
}
.hp-text-box h3 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.hp-text-box p {
    margin-bottom: 0;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}
.full-height-wrap h3 {
    margin-bottom: 30px;
}
.left-top-position {
    bottom: 100px;
    padding-left: 135px;
}
.right-top-position {
    right: 0;
    text-align: right;
    padding-right: 135px;
    top: 100px;
}
.center-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.full-height-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 480px;
    padding-left: 130px;
    padding-right: 100px;
}
.right-position.full-height-wrap {
    right: 0;
    padding-left: 100px;
    padding-right: 130px;
}

.hp-img-dd {
    display: none;
}



/*---Media Query-----*/
@media all and (max-width: 991px) {

    .your-wedding-photo-section .text-right p, .your-wedding-photo-section p { padding: 0;}
    .your-wedding-banner-section{    padding: 200px 0;    margin: 20px 0;}
    .wedding-photo-list.wedding-photo100:before {    padding-top: 216.8%;}

    .hp-text-box h3 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.2em;
    }
    .hp-text-box {
        padding: 40px;
        max-width: 460px;
    }
    .left-top-position {
        bottom: 50px;
        padding-left: 60px;
    }
    .right-top-position {
        padding-right: 60px;
        top: 50px;
    }
    .full-height-wrap {
        max-width: 340px;
        padding-left: 60px;
        padding-right: 40px;
    }
    .right-position.full-height-wrap {
        padding-left: 50px;
        padding-right: 60px;
    }


}
@media all and (max-width: 767px) {

    .header.sticky {
        background: transparent;        
    }

    .header {
        position: absolute;
    }

    .hp-parallax-dd {     
        height: 400px;
    }

    .hp-common-txt-sec {     
        padding: 40px 0;
    }

    .hp-common-txt-sec h2 {
        font-size: 36px;
        margin: 0 0 20px;
    }

    .hp-common-txt-sec p {        
        margin: 0 0 30px;
    }

    .contact-section {
        padding-top: 40px;
    }

    .wedding-photo-list.wedding-photo100:before {    padding-top: 213%;}
    .your-wedding-banner-section{    padding: 100px 0;    margin: 20px 0;}
    .wedding-photo-list{margin-bottom: 13%;}
    .wedding-photo-list:last-child{margin-bottom: 30px;}
    .your-wedding-photo-section .text-right {    text-align: left !important ;}
    .your-wedding-photo-section {    padding: 30px 0;}

    .cookie-bar-bar .ctcc-inner {display: block;    text-align: center;}
    .ctcc-left-side {
        margin-right: 0;
        line-height: 1.4;
        display: block;
        margin-bottom: 10px;
    }

    .hp-text-box {
        padding: 30px;
    }

    .hp-text-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .hp-text-box {
        padding: 30px;
    }
    .left-top-position {
        bottom: 20px;
        padding-left: 30px;
    }
    .right-top-position {
        padding-right: 30px;
        top: 20px;
    }
    .center-position {
        top: 0;
        left: 0;
        transform: none;
    }
    .full-height-wrap, .right-position.full-height-wrap {
        max-width: 260px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .full-height-wrap h3 {
        margin-bottom: 20px;
    }


    .left-top-position {
        top: 0;
        position: relative;
        bottom: 0;
    }
    section.hp-parallax-dd {
        height: 100%;
        background-image: none !important;
    }
    .hp-img-dd {
        display: block;
    }


}

@media all and (max-width: 991px) and (min-width: 768px) {

    .hp-parallax-dd {     
        height: 460px;
    }


    .page-id-1136 .page-title {
        padding-top: 200px;
    }

}

@media all and (max-width: 1199px) and (min-width: 992px) {

    .hp-parallax-dd {     
        height: 580px;
    }


}

@media all and (max-width: 480px) {
    .your-wedding-top-text table tr th, .your-wedding-top-text table tr td{padding: 5px;}
    .your-wedding-banner-section{    padding: 50px 0;}
    .your-wedding-banner-section h3{font-size: 28px;}
    .your-wedding-banner-section p br{display: none;}



}




/*Add 22-7-2021*/

body .header{
    background-color: rgba(0,0,0,.5);
    box-shadow: none;
}
body .site-logo img{
    filter: brightness(100);
}

body .header a,
body .social-media li a,
body #menu-primery-menu li a{
    color: #fff;
}

body .header a:hover,
body .social-media li a:hover,
body #menu-primery-menu li a:hover{
    color: #6e764c;
}

body .header.sticky{
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    background-color: #ffffff;
}

body .header.sticky .site-logo img{
    filter: unset;
}

body .header.sticky a,
body .header.sticky .social-media li a,
body .header.sticky #menu-primery-menu li a{
    color: #6e764c;
}

body .header.sticky a:hover,
body .header.sticky .social-media li a:hover,
body .header.sticky #menu-primery-menu li a:hover{
    color: #CBB758;
}

#Rates2024 thead tr th:last-child   {
display: none !important;
}
#Rates2025 thead tr th:last-child   {
display: none !important;
}

@media (max-width: 1000px){
.home-slider {max-height: 300px !important;}
.home-slider .slides li {background-attachment: unset !important;}
}

.page-hero::before {
    background: var(--ignition-hero-overlay-background-color);
    z-index: -15 !important;
}

.wedding-blog-section {
    position: relative;
	z-index: -10 !important;
}

td, th {
	border: 0px;
}

.widget {
    border-bottom: 0px solid var(--ignition-border-color) !important;
}