/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Text Domain:  hello-elementor-child
*/


    body {
      margin: 0;
      font-family: Helvetica, Arial, sans-serif;
      background: #E2DDCF!important;
      color: #000;
	  font-size: 13px!important;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .header_slider {
      width: 100%;
      background: #a77f2f url('images/sliderBG.jpg') no-repeat center top;
      position: relative;
      object-fit: cover;
    }

    .slides_container {
      width: 100%;
      max-width: 1250px;
      height: 467px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }

    .slide {
      width: 100%;
      height: 467px;
      position: absolute;
      display: none;
      top: 0;
      left: 0;
    }

    .slide:first-child {
      display: block;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .slide_text {
      position: absolute;
      bottom: 30px;
      left: 30px;
      color: white;
      font-family: Georgia, serif;
      padding-bottom: 100px;
      text-align: left;
    }

    .right-text {
      left: auto;
      right: 30px;
      text-align: right;
    }

    .slide_title {
      font-size: 57px;
      margin-bottom: -10px;
      color: #fff;
    }

    .subtitle {
      font-size: 16px;
      background: rgba(255, 255, 255, 0.7);
      color: #000;
      font-style: italic;
      display: inline-block;
      padding: 7px 15px;
      margin-top: 0;
    }

    .pagination_wrap {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: #2f3a06;
      z-index: 10;
    }

    .pagination_inner {
      width: 100%;
      max-width: 1250px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
    }

    .pagination {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
      gap: 30px;
    }

    .pagination li {
      text-align: center;
      background: #2f3a06;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      border-right: 2px solid #1b1b1b;
      transform: skew(-30deg);
      line-height: 55px;
    }

    .pagination li:first-child {
      border-left: 2px solid #1b1b1b;
    }

    .pagination li a {
      display: inline-block;
      color: #fff;
      transform: skew(30deg);
      padding: 0 15px;
    }

    .pagination .current a {
      color: #c28d47;
    }


.page-content {
	padding-block-start: 50px;
    padding-block-end: 50px;
    text-align: initial;
     max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.page-content a {
    color: #476421;
	text-decoration: none;
}

.page-content a:hover {
    color: #000;
}

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


    @media (max-width: 991px) {
      .pagination_wrap {
        display: none;
      }

      .slide_title {
        font-size: 55px;
        margin-bottom: 0px;
      }

      .subtitle {
        font-size: 16px;
        margin-top: 5px;
      }

      .slide_text,
      .right-text {
        left: 15px !important;
        right: 15px !important;
        text-align: center !important;
      }
    }

    @media (max-width: 600px) {
      .slides_container,
      .slide {
        height: 360px;
      }

      .slide_title {
        font-size: 40px;
        margin-bottom: 0px;
      }

      .subtitle {
        font-size: 14px;
        margin-top: 4px;
      }
    }

    /* Center the last slide text */
    .slide:last-child .slide_text {
      left: 50% !important;
      right: auto !important;
      transform: translateX(-50%);
      text-align: center !important;
    }



/* container */
.responsive-three-columns {
    display:flex;
    flex-wrap:wrap;

max-width: 1140px;

margin-inline-end: auto;
    margin-inline-start: auto;
}

/* columns */
.responsive-three-columns > * {
    width:100%;
    padding:20px;
}

.responsive-three-columns div {
    background: url('images/after-line.png') right 0 repeat-y;
}


.responsive-three-columns div:last-child{
    background: none;
}


/* tablet breakpoint */
@media (min-width:768px) {
    .responsive-three-columns > * {
        width:calc(100% / 3);
    }
}



.test {background-image: url(images/afterBG.png);    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
border-top: 9px solid #B8AF95;
    font-size: 12px;
	margin-bottom: none;
text-align:center;
}

.test .wp-block-columns{max-width: 1140px;    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 100%;
margin-bottom: 0px;
}

.test .wp-block-column.border {border-right: 1px solid #D8D2D2;  }



.site-footer .site-title {text-align:center; margin-left: auto; margin-right: auto; font-size: 1em !important; color: #737373;}


.site-header, .site-footer {    background: url(images/top_head_bg.jpg) 0 0 repeat-x #1f2217; }

.site-header {
    position: relative;
    z-index: 4;
    border-bottom: 4px solid #000;
   color: #fff;
}

.site-navigation ul.menu li a {color: #fff; font-weight: bold;}

.site-navigation ul.menu li a:hover {color: #C28D47;}


.site-navigation ul.menu li.current-menu-item:not(.menu-item-123) > a,
.site-navigation ul.menu li.current_page_item:not(.menu-item-123) > a {
    color: #C28D47;
}


.site-navigation ul.menu li ul {
    background: url(images/dropdown_bg.png);

    display: none;
    left: 0;
    min-width: 150px;
    position: absolute;
    top: 100%;
    z-index: 2;
padding: 15px 0 5px 0;
}



.site-navigation ul.menu li ul li {
    border-block-end: none;
}

.site-navigation ul.menu li ul li {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1em;
    font-size: 11px;
    text-transform: uppercase;
font-weight: none;

}

.site-navigation ul.menu li ul a {color: #b3b2b4;}




