/* TAG */
p, ul, table { font-size: 16px }
b { color: #4dab41!important }
li.menu-item > hr { margin: 5px 0px }

/* ID */
#footer { border-top: 0px; }
#copyrights { padding: 10px!important;}
#footer .footer-widgets-wrap { padding: 30px 0px 30px 0px }

/* CLASS */
.btn-dark-green { background-color: #285a21; border-color: #285a21; color: #fff }
.flex-viewport { min-height: 200px!important }
.line { border-top-color: #4dab41 }
.logo-default { padding: 5px }
.product .grid-inner { border: 2px solid #222 }
.product .grid-inner:hover { border: 2px solid #4dab41; cursor: pointer }
.is-expanded-menu .full-header .primary-menu .menu-container { padding-right: 0px!important; margin-right: 0px!important; border-right: 0px!important }
.is-expanded-menu .full-header #logo { padding-right: 30px; border-right: 0px!important; }
.is-expanded-menu.side-header .menu-item:not(:first-child) { margin: 0px; }
.menu-link { font-weight: 500 }
.mfp-arrow-right:before { content: ">" }
.mfp-arrow-left:before { content: "<" }
.modal-content { border: none  }
.modal-header { border-bottom: 1px solid #4dab41; background: #4dab41 }
.modal-header .modal-title { color: #fff; margin: auto; font-weight: 300; text-transform: uppercase; text-align: center; letter-spacing: -1px }
.modal-body { padding: 20px }
.modal-footer { border-top: 1px solid #333; display: flow-root; text-align: center; padding-top: 5px; padding-bottom: 5px; }
.parallax-bg { transform: scale(1)!important }
.parallax-bg, .parallax .simpleParallax { height: 100% !important; }
.section { padding: 30px 0px }
.shape-divider-fill { fill: #766662; } /* #4dab41 #4d423f*/

/* MEDIA */
/* LG */
@media (min-width: 1201px) and (max-width: 1500px){ }

/* MD */
@media (min-width: 992px) and (max-width: 1200px){ }

/* SM */
@media (min-width: 768px) and (max-width: 992px){
    .parallax-bg, .parallax .simpleParallax { max-width: 100%; }
}

/* XS */
@media (max-width: 767px){ 
    .parallax-bg, .parallax .simpleParallax { max-width: 100%; }}

@media (max-width: 660px){ 
    .parallax-bg, .parallax .simpleParallax { max-width: 100%; }}
