.cs.two_color {
    background: linear-gradient(-90deg, #54be73, #9cc026);
}
.darklinks a.social-icon {
    color: #ffffff;
    border-color: #ffffff;
}
.header_left_logo .logo img {
    max-width: 110px;
}

div#gogreen_icons_list-2 {
    margin-top: 20px;
} 

.item-content {
    margin-top: 15px;
}

.quick-links{
    
}
.quick-links p{
    
}
.quick-links p a{
    
}


.btn-more{
    
}

.btn-more a{
    background:#fff;
    color:#111;
    padding: 12px 20px 12px 20px;
    font-size:16px;
    position:relative;
   background: linear-gradient(to left, #9cc026 50%, lightblue 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-weight: 600;
}

.btn-more a:hover{
    background:#111;
    color:#fff;
   
   background-position: left;
    
}





#switcher span[class^="rt-icon2-"] {
    display: none;
}
.header_right_buttons {
     padding: 0px;
}
.sf-menu a {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-left: 0px;
}
.page_header.section_padding_20 [class*="container"] {
    padding-top: 0px;
    padding-bottom: 0px;
}
.normal {
    font-family: 'Abril Fatface';
}
.intro-layer h4{
    font-size: 22px !important;
}
a.scroll_button {
    display: none;
}
.ds .highlightlinks a {
    color: #9cc026;
}
.special-heading .regular {
    font-weight: 500;
}
.star_marking .with_padding.with_border {
    padding: 0px 15px 19px !important;
}
.teaser.icon_top.with_background .bg_color.size_big, .teaser.icon_top.with_border .bg_color.size_big {
    margin-top: -72px;
    font-size: 30px;
    width: 100px;
    height: 80px;
}
.teaser.icon_top.with_background .bg_color.size_big, .teaser.icon_top.with_border .bg_color.size_big img {
    margin-top: 0px;
    padding: 5px;
}
.text-center .section_header + p, .section_header.text-center + p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
h3.section_header + p {
    margin-top: 0px;
    margin-bottom: 20px;
}
.special-heading p {
    font-size: 12px;
}
h3.section_header {
    margin: 0 0 5px;
    font-size: 40px;
    line-height: 1;
    position: relative;
    word-wrap: break-word;
}
ul.core_values li {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    margin-right: 6px;
    width: 19%;
}
.animated {
    visibility: visible !important;
}
a.post-title {
    font-size: 20px;
}
.theme_buttons a, .theme_button, .wc-proceed-to-checkout .checkout-button, .buttons a, button, input[type="submit"] {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding: 18px 19px 16px;

    text-transform: uppercase;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border: 2px solid #9cc026;
    background-color: #9cc026;
    border-radius: 30px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
, .theme_button:hover, .theme_button:focus, .theme_button:active, .wc-proceed-to-checkout .checkout-button:hover, .wc-proceed-to-checkout .checkout-button:focus, .wc-proceed-to-checkout .checkout-button:active, .buttons a:hover, .buttons a:focus, .buttons a:active, button:hover, button:focus, button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    background-color: transparent !important;
    color: #9cc026 !important;
    border: 1px solid  #9cc026 !important;
}



h4.entry-title {
    font-weight: 600 !important;
    color: #323232 !important;
}
.col-sm-10.col-sm-offset-1.text-center {
    padding: 40px 0 40px 0;
    line-height: 42px;
}
blockquote.with_quotes:before, blockquote.with_quotes:after {
   
    top: 120px !important;
    
}

/*===============================Responsive==========================*/

@media (min-width: 1367px) {
    
    /*.sf-menu > li > a {*/
    /*    margin-right: 0px;*/
    /*}*/
    .sf-menu > li {
    
    margin: 0 13px !important;
    
  }
}

@media (min-width: 992px) {
  .sf-menu > li {
    
    margin: 0 13px !important;
    
  }
}

  @media (max-width:768px) {
    .mobile-active .sf-menu {
      opacity: 1;
      right: 140px;
    }
    ..hidden-xs{
        display:block !important;
    }
    p.divided-content {
        text-align: justify;
    }
    .bookcall{
        display: none !important;
    }

    p.bottommargin_30 {
        font-size: 16px;
        text-align: start;
        line-height: 30px;
    }
   
    h2.section_header.with_icon {
        font-family: 'Abril Fatface';
        font-size: 44px;
        font-weight: revert;
    }
    
    .header_left_logo .logo img {
        max-width: 74px;
    }
    
    .divided-content > * {
   
    padding-right: 0px !important;
}
  }

  @media (max-width:576px) {
    .mobile-active .sf-menu {
      opacity: 1;
      right: 140px;
    }
    .header_left_logo .logo img {
        max-width: 74px;
    }
  }