html {
    max-width: 100%;
}

body {
   overflow-y: hidden;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
   
}

html,
body {
    overflow-x: hidden;
}


a {

    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

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

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

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

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

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Trajan Pro Regular;
    font-weight: 400;
    margin: 20px 0;
    color: #D9A300;
}

p {
    line-height: 1.5;
    margin: 20px 0;

}

p>em {
    /*  font-weight: 900;*/
    /*  color: #000000*/
}

p a {
    color: inherit;
}


.btn,
.button,
button[type=submit],
input[type=button],
input[type=submit],
.wp-block-button__link {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #8C4600!important;
    
    background-image: url(../images/button-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
   
    position: relative;
    padding: 15px 38px;
   
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    /*background-color: #004129;*/

    border-radius: 0;
    border: 7px solid #fff;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 20%);
}

.wp-block-button__link:hover,
.btn:focus .button:focus,
.btn:hover,
.button:hover,
button[type=submit]:focus,
button[type=submit]:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #000!important;
  /*  background-color: #b18059;*/
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #ffffff url('../images/slick/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {

    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    /* background: transparent;*/
}

/*.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 0;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
*/
.slick-prev {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/Mobile-Arrow-Left-min.png);
}

.slick-next {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/Mobile-Arrow-Right.png);
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.slick-prev {
    left: -7px;
}

.slick-next {
    right: -7px;
}


[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

/*.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}*/


[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #004129;
    border-radius: 100%;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button {
    background-color: #004129;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.page-title {
    background-color: #000;
   
    padding: 38px 50px;
    max-width: 375px;
    margin: 0 auto;
    font-size: 32px;
}


@media (min-width: 1601px) {
   body {
        font-size: 23px;
   }
}

@media (max-width: 1440px) {
     body {
        font-size: 16px;
    }
    
    h1,
    .h1 {
        font-size: 36px;
    }

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

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

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

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .btn, .button, button[type=submit], input[type=button], input[type=submit], .wp-block-button__link {
        font-size: 18px;
        padding: 10px 25px;
        border-width: 5px;
    }
}

@media screen and (min-width: 992px) {
    .admin-bar #header-navigation.fixed-top {
        top: 32px;
    }
}



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