







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

































































/* 1d. Buttons */









/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */

/* Top Section */

































/*  Header button */







/* 1h. Site footer */






















.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 91px 0px;
}

.dnd-section > .row-fluid {
  max-width: 1140px ;
}
.content-wrapper {
  max-width: 1140px ;
}






body {
  font-size: 15px;
  color: #777777;
  font-weight: 400;
  font-family: Montserrat;
}

/* Paragraphs */

p {
  font-size: 15px;
  color: #777777;
  font-weight: 400;
}

/* Anchors */

a {
  color: #777777;
}

a:hover,
a:focus,
a:active {
  color: #777777;
}

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 35px;
  color: #222222;
  font-weight: 700;
}

h2 {
  font-family: Montserrat;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
}

h3 {
  font-family: Montserrat;
  font-size: 25px;
  color: #222222;
  font-weight: 700;
}

h4 {
  font-family: Montserrat;
  font-size: 20px;
  color: #222222;
  font-weight: 700;
}

h5 {
  font-family: Montserrat;
  font-size: 16px;
  color: #222222;
  font-weight: 700;
}

h6 {
  font-family: Montserrat;
  font-size: 14px;
  color: #222222;
  font-weight: 700;
}


@media screen and (max-width: 767px){
  h2 {
    font-size: 33.0px;
  }
  h3 {
    font-size: 31.25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}


/* Blockquote */

blockquote {
  border-left-color: #3a4a0e;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






form,
.submitted-message {
  font-size: 15px;
  color: #777777;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(68, 68, 68, 1.0);
}

/* Form label */

form label {
  color: rgba(68, 68, 68, 1.0);
}

/* Form help text */

form legend {
  color: rgba(0, 0, 0, 1.0);
}


form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 3px;
  background-color: rgba(245, 248, 250, 1.0);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

/* Form placeholder text */


/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #777777;
}

.fn-date-picker td .pika-button:hover {
  background-color: #777777 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #777777;
}

/* Submit button */


form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(29, 72, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}








header.header .top_section{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(216, 216, 216, 0.5)

;
}
header.header .site_contact .col-item .above{
  color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;  
}
header.header .site_contact .col-item a{
  color: 

  
  
    
  


  rgba(112, 59, 38, 1.0)

;  
}
header.header .site_contact .col-item a:hover{
  color: 

  
  
    
  


  rgba(58, 74, 14, 1.0)

;  
}
header.header .site_contact .col-item .icon_wrapper{
  background-color: 

  
  
    
  


  rgba(58, 74, 14, 0.2)

;
  color: 

  
  
    
  


  rgba(178, 34, 34, 1.0)

;  
}


@media screen and (min-width: 1200px){


  header.header .bottom_section{
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .custom-menu-primary ul.submenu.level-1>li>a{
    color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  }
  .custom-menu-primary ul.submenu.level-1>li:hover>a{ 
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  }
  .custom-menu-primary ul.submenu.level-1>li>a:before{
    border-color: 

  
  
    
  


  rgba(58, 74, 14, 1.0)

;
  }
  .custom-menu-primary ul.submenu.level-1>li>a.active-item{
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
  }
  .custom-menu-primary ul.submenu.level-2{
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(58, 74, 14, 1.0)

!important;
  }
  .custom-menu-primary ul.submenu.level-2>li>a{
    color: 

  
  
    
  


  rgba(58, 74, 14, 1.0)

;
    border-color: 

  
  
    
  


  rgba(234, 234, 234, 1.0)

;
  }
  .custom-menu-primary ul.submenu.level-2>li>a:hover{
    color: 

  
  
    
  


  rgba(58, 74, 14, 1.0)

;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }
  .custom-menu-primary ul.submenu.level-2>li>a.active-item{
    color: 

  
  
    
  


  rgba(58, 74, 14, 1.0)

;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .custom-menu-primary ul.submenu.level-1>li.has-submenu>a:after{
    color: #3a4a0e;
  }
}

header.header.fixed_header .bottom_section{
  box-shadow: 0 5px 6px 0 

  
  
    
  


  rgba(0, 0, 0, 0.07)

;
}


/* Button */

.bottom_section .site_navigation .site_menu_right .button_wrapper .hs-button{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(58, 74, 14, 1.0)

;
}
.bottom_section .site_navigation .site_menu_right .button_wrapper .hs-button:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.bottom_section .site_navigation .site_menu_right .button_wrapper .hs-button:after{
  background-color: #ffffff;
  opacity:0.12;
}







footer.footer .top_section .top_column .column_text p,
.contact_details_wrapper p a{
  color: 

  
  
    
  


  rgba(122, 122, 122, 1.0)

;
}

footer.footer .top_section .top_column .contact_title,
footer.footer .top_section .top_column .form_title{
  color: 

  
  
    
  


  rgba(84, 89, 95, 1.0)

; 
}

.divider-red .divider-separator{
  border-color: 

  
  
    
  


  rgba(191, 48, 26, 1.0)

;
}

footer.footer .top_section .top_column .column_text hr,
footer.footer .top_section .top_column .column_two_text hr{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer.footer .top_section .top_column .column_text em, 
footer.footer .top_section .top_column .column_two_text em{
  color: 

  
  
    
  


  rgba(119, 119, 119, 1.0)

;
}

footer.footer .contact_details_wrapper p em a{
  color: 

  
  
    
  


  rgba(191, 48, 26, 1.0)

;
}

footer.footer .top_section .top_column .column_two_text em a{
  color: 

  
  
    
  


  rgba(58, 74, 14, 1.0)

;
}
footer.footer .top_section .top_column .column_two_text em a:hover{
  color: 

  
  
    
  


  rgba(56, 51, 51, 1.0)

;
}
footer.footer .top_section .top_column .column_text em,
footer.footer .top_section .top_column .column_two_text em{
  color: 

  
  
    
  


  rgba(119, 119, 119, 1.0)

;
}

footer.footer .bottom_section{
  background-color: 

  
  
    
  


  rgba(23, 23, 23, 1.0)

;
  color: 

  
  
    
  


  rgba(237, 237, 237, 1.0)

;
}
footer.footer .bottom_section .left_column .copyright,
footer.footer .bottom_section p{
  color: 

  
  
    
  


  rgba(237, 237, 237, 1.0)

;
}



.social_icons .social_icons-item a{
  background-color:rgba(255, 255, 255, 0.07); 
  border-color:rgba(255, 255, 255, 0.1); 
}
.social_icons .social_icons-item a:hover{
  background-color:rgba(255, 255, 255, 1.0); 
  border-color:rgba(93, 93, 93, 1.0); 
  opacity:1.0;
}

.social_icons .social_icons-item a i{
  color: #7a7a7a;
}

.social_icons .social_icons-item a:hover i{
  color: #7a7a7a;
}

label[for^="reply_stop"] span {
  font-size: 0.75em;
  color: rgba(119, 119, 119, 1.0);
}





/* Blog Header */


/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #777777;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #777777;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #777777;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #777777;
}

.blog-pagination__link {
  color: #777777;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #777777;
}

.blog-post__title {
  color: #222222;
  font-family:Montserrat;
  font-size: 35px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #3a4a0e;
}

#comments-listing .comment-reply-to {
  color: rgb(119, 119, 119);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgb(79, 79, 79);
}

#comments-listing .comment-reply-to:active {
  color: rgb(159, 159, 159);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #777777;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #777777;
}

.blog-index__post-content--small h2 {
  font-size: 25px;
}

.blog-index__post-content a {
  color: #777777;
}

.blog-post__read-more svg {
  fill: #777777;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #777777;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #777777;
}

.blog-post__meta a:hover {
  color: #777777;
}


.blog-post__back-to-blog svg {
  fill: #777777;
}


.comment.depth-1 {
  border-left: 2px solid rgb(38, 54, 0);
}


.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Montserrat
    font-size: 25em;
  color: #222222;
  font-weight: 700
}

.mx-auto {
    margin: 0 auto;
    display: block;
}
.btn-white {
    background-color: #fff;
    color: #003A60;
}
.btn-red {
  background-color: #CC0201
}
.btn-white:hover {
  background-color: #E2AB7F;
}

@media(max-width:480px) {
  .lp-2023 .row-number-10 .span4 {width: 100% !important;}
}