/* Global CSS */


/**
 * Media
 */


 .wp-caption.alignright,
 .wp-caption.alignleft,
 .wp-caption.aligncenter {
     display: table;
 }
 
 .wp-caption.alignright,
 .wp-caption.alignleft,
 .wp-caption.alignnone,
 .wp-caption.aligncenter {
     margin: 0;
     width: auto !important;
 }
 
 .alignright,
 img.alignright,
 .wp-caption.alignright,
 img.alignleft,
 .wp-caption.alignleft {
     height: 194px;
     max-width: inherit;
     width: 100%;
     object-fit: cover;
     border-radius: 0;
 }
 
 img.alignnone,
 .wp-caption.alignnone img,
 img.aligncenter,
 .wp-caption.aligncenter img {
     height: auto;
     max-width: 100%;
 }
 
 img.alignnone,
 .wp-caption.alignnone,
 img.aligncenter,
 .wp-caption.aligncenter {
     margin: 0 0 30px 0;
 }
 
 .alignright,
 img.alignright,
 .wp-caption.alignright {
     margin: 0 0 30px 0;
 }

 .alignright {
    margin: 30px 0 30px 0;
    position: relative;
 }

 .alignright::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 2px solid var(--color-grey);
    z-index: 1;
}
 
 img.alignleft,
 .wp-caption.alignleft {
     margin: 0 0 25px 0;
 }
 
 img.aligncenter,
 .wp-caption.aligncenter img {
     display: block;
     margin-left: auto;
     margin-right: auto;
 }
 
 .wp-caption.aligncenter {
     margin-left: auto;
     margin-right: auto;
 }
 
 .wp-caption-text {
     caption-side: bottom;
     display: table-caption;
 }
 
 @media (min-width: 768px) {
     .alignright,
     img.alignright,
     .wp-caption.alignright,
     img.alignleft,
     .wp-caption.alignleft {
         height: 186px;
         width: 316px;
     }
     
     .alignright,
     img.alignright,
     .wp-caption.alignright {
         float: right;
         margin: 4px 0 24px 32px;
     }
 
     img.alignleft,
     .wp-caption.alignleft {
         float: left;
         margin: 0 32px 20px 0;
     }
 }
 
 @media (min-width: 1200px) {
    .alignright,
    img.alignright,
     .wp-caption.alignright,
     img.alignleft,
     .wp-caption.alignleft {
         height: 277px;
         width: 420px;
     }

     .alignright,
     img.alignright,
     .wp-caption.alignright {
         float: right;
         margin: 4px 0 24px 32px;
     }

     .alignright::after {
        left: 10px;
        top: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
 }

iframe,
img {
    max-width: 100%;
}

/* Fade-in for lazyloaded images */
.will-lazyload {
    opacity: 0;
    transition: opacity .25 linear;
}

.will-lazyload.lazyloaded {
    opacity: 1;
}



/**
  * Typography
  */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
    font-family: "League Spartan", serif;
    margin: 0;
    padding: 0;
    color: var(--color-secondary-dark);
    font-weight: 600;
    text-transform: uppercase;
}

h1, 
.h1 {
    font-size: 24px;
    line-height: 1.25em;
}


h2, 
.h2 {
    font-size: 32px;
    line-height: 1.25em;
    margin-bottom: 15px;
}

h3, 
.h3 {
    font-size: 24px;
    line-height: 1.41em;
    margin-bottom: 10px;
}

h4, 
.h4 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

h5, 
.h5,
.sub-heading {
    color: var(--color-primary-dark);
    font-family: "Stardos Stencil", sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
    padding-left: 28px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h5::before,
.sub-heading::before {
    content: '\e90b';
    font-family: 'ramsey-camp';
    position: absolute;
    left: -18px;
    transform: scaleX(-1);
    top: 2px;
    font-size: 22px;
    line-height: 1em;
    font-weight: normal;
    background: linear-gradient(to bottom,  #b7b45e 0%,#7d7a50 50%,#65652e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {

    h1, 
    .h1 {
        font-size: 40px;
    }

    h2, 
    .h2 {
        font-size: 40px;
    }

    h2 span, 
    .h2 span {
        font-size: 50px;
    }

    h3, 
    .h3 {
        font-size: 32px;
    }

    h4, 
    .h4 {
        font-size: 24px;
    }

    h5, 
    .h5,
    .sub-heading {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    h1, 
    .h1 {
        font-size: 44px;
    }

    h2, 
    .h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    h3, 
    .h3 {
        font-size: 32px;
    }

    h4, 
    .h4 {
        font-size: 28px;
    }

    .sub-heading {
        margin-bottom: 10px;
    }

}

p, ul, ol {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.555em;
}

.page-content ul,
.page-content ol {
    width: auto;
    overflow: hidden;
    padding-left: 15px;
}

.page-content ul {
    list-style-type: none;
}

ol {
    padding-left: 25px;
}

ol li {
    counter-increment: list;
    position: relative;
    list-style-type: none;
}

ol li:before {
    content: counter(list) ".";
    position: absolute;
    left: 0;
}

ul {
    margin-left: 20px;
}

ul li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 10px 0;
}

ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-accent);
    left: 0;
    top: 11px;
}


a {
    word-break: break-word;
    color: var(--color-secondary-dark);
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(to bottom, var(--color-accent) 0%, var(--color-accent) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    text-decoration: none;
    transition: background-size .2s;
}

.blockquote-col {
    background: #B0B190;
    padding: 10px;
    margin-bottom: 40px;
}

blockquote {
    margin: 0 0 0;
    padding: 23px 27px 23px 29px;
    font-size: 18px;
    line-height: 1.555em;
    color: #333333;
    font-weight: 400;
    background: #EEEFE1;
    border: 2px solid var(--color-secondary-dark);
    position: relative;
}

blockquote::before {
    content: '\e978';
    font-family: 'ramsey-camp';
    position: absolute;
    right: 16px;
    bottom: 14px;
    font-size: 28px;
    line-height: 1em;
    font-weight: normal;
    color: #D4DDDB;
    display: none;
}

@media (min-width: 768px) {
    ul {
        margin-left: 22px;
    }

    blockquote::before {
        display: block;
    }
    
}

@media (min-width: 1200px) {
    ul {
        margin-left: 25px;
    }

    a:hover {
        background: linear-gradient(to bottom, #E7D295 0%, #E7D295 100%);
        background-position: 0 100%;
        background-repeat: repeat-x;
        background-size: 2px 8px;
    }

    blockquote::before {
        bottom: 18px;
    }

}

p:last-child,
ul:last-child,
ul li:last-child {
    margin-bottom: 0;
}



/**
 * Utility Margin/Padding Classes
 */

.section-margins {
    margin-top: var(--section-margins);
    margin-bottom: var(--section-margins);
}

/* Used only for sections with colored backgrounds */
.section-padding {
    padding-top: var(--section-margins);
    padding-bottom: var(--section-margins);
}




/**
* Clearfix
* Apply clearing without adding additional markup
*/

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/**
 * Buttons
 */

.btn {
    position: relative;
    display: inline-block;
    background: var(--color-primary-dark);
    color: #fff;
    font-size: 18px;
    line-height: 1.222em;
    font-weight: 700;
    padding: 14px 50px 14px 30px;
    z-index: 1;
    border: 2px solid var(--color-primary-dark);
    margin-top: 12px;
}

.btn::after {
    content: '\e914';
    font-family: 'ramsey-camp';
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
    line-height: 1em;
    font-weight: normal;
}

.btn::before {
    content: '';
    position: absolute;
    right: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid var(--color-accent);
    z-index: -1;
}

.btn-secondary {
    border-color: var(--color-accent);
    background: #fff;
    color: var(--color-primary-dark);
}

.btn-secondary::before {
    border-color: var(--color-grey);
}

.btn-tertiary {
    border: none;
    background: none;
    color: var(--color-secondary-dark);
    padding: 0 33px 0 0;
}

.btn-tertiary::before {
    display: none;
}

.btn-tertiary::after {
    right: 0;
    content: '\e914';
    font-size: 23px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn+.btn {
    margin-top: 32px;
}

@media (min-width: 600px) {
    .btn {
        margin-top:  20px;
    }

    .btn+.btn {
        margin-top: 0;
        margin-left: 32px;
    }
    

}

@media (min-width: 1200px) {
    .btn:hover,
    .btn-primary:hover {
        background: var(--color-secondary-dark);
        border-color: var(--color-secondary-dark);
    }

    .btn-secondary:hover {
        background: var(--color-grey);
        border-color: var(--color-accent);
    }

    .btn-secondary:hover::before {
        border-color: #E7D295;
    }

    .btn-tertiary:hover {
        background: none;
        border-bottom: 2px solid var(--color-secondary-dark);
    }
}


/**
 * Icons
*/

@font-face {
    font-family: 'ramsey-camp';
    src:  url('../icons/ramsey1940scamp.eot?kis93j');
    src:  url('../icons/ramsey1940scamp.eot?kis93j#iefix') format('embedded-opentype'),
      url('../icons/ramsey1940scamp.ttf?kis93j') format('truetype'),
      url('../icons/ramsey1940scamp.woff?kis93j') format('woff'),
      url('../icons/ramsey1940scamp.svg?kis93j#ramsey-1940s-camp') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ramsey-camp' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
    .icon-library1:before {
        content: "\e909";
    }
    .icon-shop:before {
        content: "\e902";
    }
    .icon-food:before {
        content: "\e903";
    }
    .icon-lunch:before {
        content: "\e903";
    }
    .icon-soup:before {
        content: "\e903";
    }
    .icon-envelope-o:before {
        content: "\e90a";
    }
    .icon-shopping-bag:before {
        content: "\e901";
    }
    .icon-library:before {
        content: "\e905";
    }
    .icon-close:before {
        content: "\e904";
    }
    .icon-camp:before {
        content: "\e900";
    }
    .icon-left:before {
        content: "\e912";
    }
    .icon-down:before {
        content: "\e913";
    }
    .icon-right:before {
        content: "\e914";
    }
    .icon-up:before {
        content: "\e915";
    }
    .icon-stars-2:before {
        content: "\e916";
    }
    .icon-lines:before {
        content: "\e917";
    }
    .icon-chevron--down:before {
        content: "\e918";
    }
    .icon-chevron--left:before {
        content: "\e919";
    }
    .icon-chevron--right:before {
        content: "\e91a";
    }
    .icon-chevron--up:before {
        content: "\e91b";
    }
    .icon-compass:before {
        content: "\e91c";
    }
    .icon-direction:before {
        content: "\e91d";
    }
    .icon-handshake:before {
        content: "\e91e";
    }
    .icon-map:before {
        content: "\e91f";
    }
    .icon-file-text2:before {
        content: "\e926";
    }
    .icon-ticket:before {
        content: "\e939";
    }
    .icon-cart:before {
        content: "\e93a";
    }
    .icon-location:before {
        content: "\e947";
    }
    .icon-location2:before {
        content: "\e948";
    }
    .icon-quotes-right:before {
        content: "\e978";
    }
    .icon-hour-glass:before {
        content: "\e979";
    }
    .icon-star-full:before {
        content: "\e9d9";
    }
    .icon-arrow-up2:before {
        content: "\ea3a";
    }
    .icon-arrow-right2:before {
        content: "\ea3c";
    }
    .icon-arrow-left2:before {
        content: "\ea40";
    }
    .icon-facebook:before {
        content: "\ea90";
    }
    .icon-facebook2:before {
        content: "\ea91";
    }
    .icon-instagram:before {
        content: "\ea92";
    }
    .icon-whatsapp:before {
        content: "\ea93";
    }
    .icon-twitter:before {
        content: "\ea96";
    }
    .icon-youtube:before {
        content: "\ea9d";
    }
    .icon-pencil2:before {
        content: "\e906";
    }
    .icon-quill:before {
        content: "\e907";
    }
    .icon-pen:before {
        content: "\e908";
    }
    .icon-book:before {
        content: "\e920";
    }
    .icon-phone:before {
        content: "\e942";
    }
    .icon-mobile:before {
        content: "\e958";
    }
    .icon-bubbles4:before {
        content: "\e970";
    }
    .icon-glass2:before {
        content: "\e9a1";
    }
    .icon-spoon-knife:before {
        content: "\e9a3";
    }
    .icon-leaf:before {
        content: "\e9a4";
    }
    .icon-plus:before {
        content: "\ea0a";
    }
    .icon-minus:before {
        content: "\ea0b";
    }
    .icon-cross:before {
        content: "\ea0f";
    }
    .icon-checkmark:before {
        content: "\ea10";
    }
    .icon-arrow-down2:before {
        content: "\ea3e";
    }
    .icon-plane:before {
        content: "\e90b";
    }
  

/* add icon code here */



/**
 * Forms
 */

label {}

select {}

textarea {}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    /* Removes blue border on focus */
    border: 1px solid #ccc;
    /* TODO: Please add a branded border for active and focus */
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}


/* Hide reCaptcha badge */
.grecaptcha-badge {
    visibility: hidden;
}




/**
 * Pagination
 */

.wp-pagenavi {
    margin-top: 50px;
}

.wp-pagenavi .pages {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}

.wp-pagenavi span.current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 11px;
}

.wp-pagenavi span.current {
    background-color: #ddd;
    border-color: #ddd;
}

@media (min-width: 1025px) {

    .wp-pagenavi {
        margin-top: 70px;
    }

}



/**
 * Sticky Sidebar
 */

@media(min-width: 1025px) {
    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 125px;
    }
}