body {
    font-family: "Open Sans", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    font-family: Bitter, sans-serif;
    font-weight: normal;
}

blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    margin: 1rem auto 1rem;
    color: #4a4a4a;
    background: #dff0e1;
}

blockquote:before,
blockquote:after{
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #e8f7ea;
    font-weight: 900;
    font-size: 34px;
}
blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;
}

.blockquote-footer {
    font-size: 100%;
}

.home-icon {
    vertical-align: baseline;
    font-size: large;
}

.tag-active {
    color: #000 !important;
    font-weight: 600;
}

.min-height-60 {
    min-height: 60px;
}

html.cms-toolbar-expanded.cms-ready body main div.container div.row div.col-md-4 h2.h4{
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-control-feedback.errors {
    color: #f00;
}

.has_errors {
    background-color: #fff0f0 !important;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.register-not-active {
    color: darkred !important;
    text-decoration-line: underline;
}

.register-not-active:hover {
    text-decoration-line: underline !important;
}

.g-bg-custom-black {
    background-color: #111417;
}

.navbar-brand {
    display: block;
    margin-right: 15px !important;
}

li.nav-item.hs-has-sub-menu.active .link-submenu{
    color: #6BBC77 !important;
}

.currencyMenuContainer {
    padding-left: 0 !important;
    padding-right: 4px !important;
}

.ccc-widget {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.ccc-coin-container {
    width: 16.66%;
    height: 100%;
    margin-right: 0 !important;
    border-left: solid 1px #D5D3D3 !important;
    padding-left: 10px;
}

.ccc-coin-container:nth-child(6){
    border-right: none !important;
}
.ccc-coin-container:nth-child(1){
    border-left: none !important;
}

.ccc-price {
    max-height: 85px !important;
}
.priceName {
    line-height: 22px !important;
}

.priceValue {
    font-size: 22px !important;
}

.g-color-date-day {
    color: #777;
}

.map-events {
    height: 450px;
}

.event-day {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #DDD;
}

.event-year-month {
    display: block;
    font-size: 12px;
    line-height: 1.4rem;
    color: #FFF;
    border-radius: 0 0 4px 4px;
    font-weight: bold;
}

.event-filters {
    padding: 15px;
    padding-left: 0!important;
    padding-right: 0!important;
}

.event-filters h1 {
    margin-bottom: 0;
}

.event-container h3 {
    margin-top: 0!important;
}

.event-container h3 a {
    color: #000!important;
}

.event-state {
    display: block;
    border: 1px solid #6ab977;
    color: #6ab977;
    border-radius: 4px;
    padding: 3px;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.article-event {
    border: 1px solid #EEE;
    border-radius: 4px;
    padding: 15px;
    padding-bottom: 15px;
    box-shadow-bottom: 0px 2px 2px #00000010;
    -moz-box-shadow: 0px 2px 2px #00000010;
    -webkit-box-shadow: 0px 2px 2px #00000010;
}

.article-event:hover {
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 15px;
    padding-bottom: 15px;
    box-shadow-bottom: 0px 2px 4px #00000020;
    -moz-box-shadow: 0px 2px 4px #00000020;
    -webkit-box-shadow: 0px 2px 4px #00000020;
}
.g-map-address {
    color: #777;
}
@media (max-width: 992px) {
    .ccc-coin-container {
        width: 20%;
        padding-left: 5px;
    }
    .ccc-coin-container:nth-child(6) {
        display: none;
    }
    .ccc-coin-container:nth-child(5){
        border-right: solid 1px #D5D3D3 !important;
    }
}

@media (max-width: 767px) {
    .ccc-coin-container {
        width: 33.33%;
        padding-left: 20px;
    }
    .ccc-coin-container:nth-child(3){
        border-right: solid 1px #D5D3D3 !important;
    }
    .ccc-coin-container:nth-child(4),
    .ccc-coin-container:nth-child(5),
    .ccc-coin-container:nth-child(6) {
        display: none;
    }
}

@media (max-width: 576px) {
    .ccc-coin-container {
        width: 50%;
    }
    .ccc-coin-container:nth-child(2){
        border-right: solid 1px #D5D3D3 !important;
    }
    .ccc-coin-container:nth-child(3),
    .ccc-coin-container:nth-child(4),
    .ccc-coin-container:nth-child(5),
    .ccc-coin-container:nth-child(6) {
        display: none;
    }
}

.widgets-border {
    border-top: solid 1px #D5D3D3 !important;
    border-bottom: solid 1px #D5D3D3 !important;
}

.most_read .title {
    margin-top: 14px;
}

.homepage .most_read .title {
    margin-top: 0;
}

#send-message,
#id_submit {
    background-color: #6ab977;
}

.filer_image.left {
    float: left;
    margin-right: 10px;
}

.filer_image.right {
    float: right;
    margin-left: 10px;
}

.article-body {
    padding-left: 15px;
}

p {
    display: block;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: #282828 !important;
    margin-bottom: 20px;
    word-wrap: break-word;
}

h2{
    word-wrap: break-word;
}

ul.errorlist {
    list-style: none;
    padding-left: 0;
}

.nav-link:focus,
.nav-link:hover {
    color: #6BBC77 !important;
}

.u-icon-block--hover:hover .g-color-primary--hover {
  color: #6BBC77;
}

.u-icon-block--hover:hover .g-brd-primary--hover {
  border-color: #6BBC77;
}

.u-icon-block--hover:hover .g-bg-primary--hover {
  background: #6BBC77;
}


.g-color-gray-dark-v4 {
    color: #282828 !important;
}


.g-color-primary--hover:hover {
    color: #6BBC77 !important;
}

.g-brd-top-custom {
    border-color: #6BBC77 !important;
}

h3 a:hover {
    color: #6BBC77 !important;
}

.takeaway ul {
    /*border-top: solid 1px #D5D3D3 !important;*/
    /*border-bottom: solid 1px #D5D3D3 !important;*/
    margin-top: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    list-style-position: inside;
}

.takeaway ul li {
    margin-bottom: 0.5em;
    font-size: 1.2em;
}
.takeaway ul li:last-child {
    margin-bottom: 0;
}


.u-icon-v2.u-icon-size--2xs,
.u-icon-v2.u-icon-size--2xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--2xs,
.u-icon-v3.u-icon-size--2xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
    width: 2em;
    height: 2em;
    font-size: 0.92rem;
}

.u-icon-v6.g-bg-gray-light-v6::after {
  background-color: #f5f5f5;
}

.g-bg-gray-light-v6--focus:focus {
  background-color: #f5f5f5 !important;
}

.u-ns-bg-v2-top.g-bg-gray-light-v6::before,
.u-ns-bg-v2-2-top.g-bg-gray-light-v6::before {
  border-bottom-color: #f5f5f5;
}

.g-bg-gray-light-v6 {
  background-color: #f5f5f5 !important;
}

.g-bg-gray-light-v6--hover:hover {
  background-color: #f5f5f5 !important;
}

.g-bg-gray-light-v6--active.active,
.active .g-bg-gray-light-v6--active {
  background-color: #f5f5f5 !important;
}

.banner-90 {
    height: 90px;
    max-height: 90px;
}

div.ad-header {
    padding-bottom: 5px;
}

div.ad-header a img {
    width: 100%;
}

div.ad-sidebar a img {
    width: 100%;
}

div.ad-content a img {
    width: 100%;
}

div.ad-footer a img {
    width: 100%;
}

div.ads-wrapper.ad-content {
    margin-bottom: 10px;
}

main > section > div.container{
    background-color: #FFF !important;
}

.two-line-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-line-ellipsis,
.three-line-ellipsis > p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

div.five-line-ellipsis > p,
p.five-line-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 8em;
    line-height: 1.6em;
}
p span.highlighted {
    background-color: lightyellow;
}

form.frm-search button {
    background: #6BBC77;
}

#rcjsload_9f6d19 .rc-uid-94708 * h3{
    z-index: auto !important;
}


/******MENU*******/

.hs-mega-menu-opened > a {
    color: #6BBC77 !important;
}

.hs-mega-menu.g-left-0 {
  left: 0 !important;
}

.hs-mega-menu.g-right-0 {
  left: 0 !important;
}


@media only screen and (max-width: 576px) {
    .navbar > .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

/******SEARCH BOX********/

.search-box input,
.search-box-collapsed input {
    background: #2f2f2f;
    border-color: #444444;
}

.search-box input::placeholder,
.search-box-collapsed input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

.search-box-collapsed {
    display: none;
}

.btn-search,
.btn-search:hover,
.btn-search:focus {
    background-color: #6ab977;
    color: #FFF;
    border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 992px) {
    .search-box {
        display: none;
    }
    .search-box-collapsed {
        display: flex;
    }
}


/* --- breaking news --- */

#header-breaking {
    height: 30px;
    background: #6aba76;
    overflow: hidden;
    z-index: 600;
}

#header-breaking h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 10px;
    float: left;
    background: #E81C62;
}

.header-breaking-text {
    display: inline;
    float: left;
    background-position: 0 7px;
}

.ticker-wrapper.has-js {
    float: left;
    /* padding-top: 6px; */
    padding-left: 26px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.ticker {
    width: 700px;
    height: 23px;
    display: block;
    position: relative;
    overflow: hidden;
}

.ticker-content a {
    text-decoration: none;
    color: #fff;
}

.ticker-content a:hover {
    text-decoration: underline;
    color: #fff;
}

.ticker-swipe {
    padding-top: 3px;
    position: absolute;
    top: 0px;
    background: #6aba76;
    display: block;
    width: 500px;
    height: 23px;
}

.ticker-swipe span {
    margin-left: 1px;
    border-bottom: 3px solid #fff;
    height: 12px;
    width: 7px;
    display: block;
}

.ticker-controls {
    list-style-type: none;
}

.js-hidden {
    display: none;
}

.no-js-news {
    padding: 10px 0px 0px 45px;
    color: #F8F0DB;
}

.left .ticker-swipe {
    /*left: 80px;*/
}

.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
    float: left;
}

.left .ticker-controls {
    padding-left: 6px;
}

.right .ticker-swipe {
    /*right: 80px;*/
}

.display-none {
    display: none;
}

@media only screen and (max-width: 992px) {
    footer .g-pr-0.g-pl-0 {
        padding-left: 15px!important;
        padding-right: 15px!important;
        text-align: center!important;
    }
}


.box-newsletter.g-bg-gray-dark-v1 {
    background-color: #35313b!important;
}

.input-subscribe-newsletter {
    display: block;
    width: 100%;
}

.input-subscribe-newsletter .btn {
    display: block;
    background-color: #6ab977!important;
    font-weight: bold;
    width: 100%;
}

.box-newsletter {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.box-newsletter h2 {
    line-height: 1!important;
}

.box-newsletter .heading-newsletter {
    margin-bottom: 10px;
    border-bottom: 1px solid #595362;
    font-size: 20px;
    padding-bottom: 5px;
}

.box-newsletter.mobile {
    display: none;
}

.box-newsletter.mobile .heading-newsletter {
    border: 0;
    padding-bottom: 0;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .box-newsletter.mobile {
        display: block;
    }
    .box-newsletter:not(.mobile) {
        display: none;
    }
}

.event-filters .dropdown {
    display: block;
    margin-top: 8px;
}

.event-filters .dropdown a {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
}

.event-filters .dropdown a .fas {
    opacity: .5;
    position: absolute;
    left: 5px;
    width: 35px;
    text-align: center;
}

.event-filters .btn-secondary{
    background-color: inherit;
    border: none;
}

.event-filters .btn-secondary.dropdown-toggle,
.event-filters .btn-secondary:hover{
    background-color: #6ab977;
    color: #FFF!important;
}

.event-filters .dropdown:hover i,
.event-filters .cg-green{
    color: #FFF;
}
.event-filters i {
    font-size: 22px;
}
.event-filters .dropdown-toggle,
.event-filters .dropdown-item{
    font-size: 18px;
}

.dropdown-menu.show{
    max-height: 400px;
    overflow: scroll;
}

.u-pagination-v1-2--active,
.u-icon-v3.g-bg-primary--hover:hover{
    background-color: #6BBC77 !important;
}


article header > .u-heading-v3-1 {
    border-bottom: 0;
}

.u-heading-v3__title {
    border-bottom: 0;
}

.author-social {
    width: 20px;
    height: 20px;
    background: #6281c8;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    font-size: 11px;
    line-height: 21px;
}

.takeaway {
    background: #6ab9773b;
    border-left: 5px solid #6ab977;
}


@media (max-width: 992px) {
    .article-body {
        padding-left: 0;
    }
    blockquote:before, blockquote:after {
        font-size: 22px;
    }

}

@media (max-width: 500px) {
    h1 {
        font-size: 1.5rem;
    }
    h2{
        font-size: 1.4rem;
    }
    h3{
        font-size: 1.3rem;
    }
    h4{
        font-size: 1.2rem;
    }
    h5{
        font-size: 1.1rem;
    }
    h6{
        font-size: 1.0rem;
    }
}

.loading{
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.addthis_inline_share_toolbox {
    float:left;
}
@media (min-width: 992px){
    .addthis_inline_share_toolbox {
        float:right;
    }
}

@media (max-width: 992px){
    .mobile-hide {
        display:none;
    }
}

.u-pagination-v1-2{
    border: none;
}
.u-pagination-v1-2:hover, 
.u-pagination-v1-2:focus{
    background-color: #f5f5f5;
}

.two-line-ellipsis.ellipsis-row{
    height: 2.8em;
}
