/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */































.dnd-section > .row-fluid {
  max-width: 1280px;
}

.dnd-section{
  padding-bottom: 35px;
  padding-top: 35px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center{
  max-width: 1280px;
}

.footer__container{
  max-width: 1260.0px;

}
@media(max-width:767px){
  .page-center,
  .dnd-section > .row-fluid{
    max-width:100%;
  }

}




body {
  color: rgba(51, 51, 51, 1.0);
  font-family: interstate;
  font-weight: 400;
  font-size: 1.4rem;

}


a {
  color: rgba(79, 129, 84, 1.0);
}

a:hover,
a:focus {
  color: rgba(46, 69, 47, 1.0);
}

a:active {
  color: rgba(119, 169, 124, 1.0);
}

h1 {
  color: rgba(56, 69, 45, 1.0);
  font-family: filosofia;
  font-size: 41.6px;

  font-weight: 300;
}

@media(max-width:768px){
  h1{
    font-size: 2.6rem;
  }
}

h2 {
  color: rgba(56, 69, 45, 1.0);
  font-family: filosofia;
  font-size: 38.4px;
  font-weight: 300;
}
@media(max-width:768px){
  h2{
    font-size: 2.4rem;
  }
}


h3 {
  color: rgba(46, 69, 47, 1.0);
  font-family: filosofia;
  font-size: 28px;
  font-weight: 400;
}
@media(max-width:768px){
  h3{
    font-size: 25.0px;
  }
}

h4 {
  color: rgba(46, 69, 47, 1.0);
  font-family: filosofia;
  font-size: 25px;
  font-weight: 400;
}
@media(max-width:767px){
  h4{
    font-size: 20.0px
  }
}

h5 {
  color: rgba(46, 69, 47, 1.0);
  font-family: filosofia;
  font-size: 18px;
  font-weight: 400;
}
@media(min-width:768px){
  h5{
    font-size: 19.999999999999996px
  }
}

h6 {
  color: rgba(46, 69, 47, 1.0);
  font-family: interstate;
  font-size: 14px;
  font-weight: 700;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}





form,
.submitted-message {
  font-family: interstate;
  background-color: rgba(#null, 0.0);
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(46, 69, 47, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(79, 129, 84, 1.0);
  border-color: rgba(79, 129, 84, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(79, 129, 84, 1.0);
  border-color: rgba(79, 129, 84, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(119, 169, 124, 1.0);
  border-color: rgba(119, 169, 124, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(51, 51, 51, 1.0);
}

.hs-form legend {
  color: rgba(51, 51, 51, 1.0);
}


form select,
form textarea,
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: rgba(#null, 0.0);
  border-color: rgba(194, 194, 194, 1.0);
  color: rgba(#null, 0.0);
  border-radius: 1px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(194, 194, 194, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.hs-richtext {
  font-size: 1.4;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: interstate;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(51, 51, 51, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

thead th,
thead td {
  background-color: rgba(46, 69, 47, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(51, 51, 51, 1.0);
}





/* Top _header */
header.page-header{
  background-color: rgba(220, 217, 212, 1.0);
}

.nav_wrapper.desktop_nav_wrap{
  background-color: rgba(255, 255, 255, 1.0);
}
.desktop_nav_wrap .navigation ul.level-1 > li> a,
.showcart_icon:before,
.m_navigation ul.level-1>li a{
    color: rgba(46, 69, 47, 1.0);
}


}
nav.navigation-primary ul li > a:after{
  color: rgba(46, 69, 47, 1.0);

}
.desktop_nav_wrap .navigation ul.level-1>li>a:hover,
.magezon-builder ul li a:hover,
.showcart_icon:hover:before,
.m_navigation ul.level-1>li a:hover{
  color: rgba(79, 129, 84, 1.0);
}
nav.navigation-primary ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
nav.navigation-primary ul ul > li > a:hover{
  color: rgba(46, 69, 47, 1.0);
}

nav.navigation-primary ul ul > li > a{
  color: rgba(79, 129, 84, 1.0);
}

nav.navigation-primary ul > li > a.active-item{
  color: rgba(79, 129, 84, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
nav.navigation-primary ul ul > li > a.active-item{
  color: rgba(79, 129, 84, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


body .header_movie a{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
body .header_movie a:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
body .header_entry a{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

body .header_entry a:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

body .header-menu .nav_movie a{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
body .header-menu .nav_movie a:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
body .header-menu .nav_entry a{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

body .header-menu .nav_entry a:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
#header_switch:before, #header_switch a:before, #header_switch a:after{
  background-color: rgba(#null, 0.0);

}
#header_switch.open a:before, #header_switch.open a:after{
  background-color: rgba(#null, 0.0);
}
#header_switch{
  background-color: rgba(#null, 0.0);
}

#header_switch.open{
  background-color: rgba(#null, 0.0);
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
header .header-menu .header_gnav>li>a, header .header-menu .header_gnav>li>span{
  color: rgba(46, 69, 47, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus,
header .header-menu .header_gnav>li>a:hover, header .header-menu .header_gnav>li>span:hover{
  color: rgba(79, 129, 84, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active,
header .header-menu .header_gnav>li>a.active-item,
header .header-menu .header_gnav>li>a.active-branch,
header .header-menu .header_gnav>li>span.active-item{
  color: rgba(79, 129, 84, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active,
header .header-menu .header_gnav>li>a.active-item,
header .header-menu .header_gnav>li>a.active-branch,
header .header-menu .header_gnav>li>span.active-item{
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus,
header .header-menu .header_gnav>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
header .header-menu .header_gnav>li>a.active-item{
  color: rgba(79, 129, 84, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(79, 129, 84, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a ,
header .header-menu .header_gnav .header_snav a{
  color: rgba(79, 129, 84, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link,
header .header-menu .header_gnav .header_snav{
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle,
header .header-menu .header_gnav .header_snav a:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(46, 69, 47, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch,
header .header-menu .header_gnav .header_snav a.active-branch,
header .header-menu .header_gnav .header_snav a.active-item{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(79, 129, 84, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: interstate;
}
header .header-menu .header_gnav,
header .header-menu .header_gnav .header_snav{
  border-top-color:  rgba(#null, 0.0);
}


header .header-menu .header_gnav>li {
  border-bottom-color:  rgba(#null, 0.0);

}




.footer .middle_footer,
.footer .copyright_section{
  background-color: rgba(46, 69, 47, 1.0);
}

.lnbium1.mgz-element p,
.u22tgsc.mgz-element p{
  color: rgba(255, 255, 255, 1.0);
}
.kdaiy6w.mgz-element a,
h4.mgz-panel-heading-title .has-icon,
h4.mgz-panel-heading-title .has-icon:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer_link ul li a,
.policy_links ul li a{
  color: rgba(255, 255, 255, 1.0); 
}
.kdaiy6w.mgz-element a:hover,
.footer_link ul li a:hover,
.policy_links ul li a:hover{
  color: rgba(201, 235, 128, 1.0);
}
.middle_footer h2{
  color: rgba(255, 255, 255, 1.0);
}

.footer__copyright{
  color: rgba(255, 255, 255, 1.0);
}







.content-wrapper {
  max-width: 1280px;
}

.blog-post__date {
  border-color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.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: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.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: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

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

.blog-pagination__link {
  color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

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

.blog-post__title {
  color: {color=#38452d, opacity=100, rgba=rgba(56, 69, 45, 1), rgb=rgb(56, 69, 45), hex=#38452d, css=#38452d};
  font-family:filosofia;
  font-size: 2.4px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(#null);
}

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

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

.blog-post__tag-link:hover{
  color: #2e452f;
}

.blog-post__read-more svg {
  fill: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.blog-post__read-more a:hover svg {
  fill: #2e452f;
}

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

.blog-sidebar a {
  color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.blog-sidebar a:hover {
  color: #2e452f;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

.blog-post__meta a {
  color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.blog-post__body, .blog-post__tags a {
  color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.blog-post__meta a:hover {
  color: #2e452f
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

.blog-post__back-to-blog:hover {
  color: #2e452f;
}

.blog-post__back-to-blog svg {
  fill: {color=#333333, opacity=100, rgba=rgba(51, 51, 51, 1), rgb=rgb(51, 51, 51), hex=#333333, css=#333333};
}

a.blog-post__back-to-blog:hover svg {
  fill: #2e452f;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











body .icon svg {
  fill: #2e452f;
}

body .tns-nav button.tns-nav-active {
  background-color: #2e452f;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #2e452f;
}

body .social-links__icon {
  background-color: #2e452f;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}









.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}