/* === GENERAL --- */

body {
    font-family: 'Muli', sans-serif;
    margin: 0;
    padding: 0;
}

.bg-grey {
    background-color: #f7f8fc;
}

.bg-white {
    background-color: #fff;
}

.bg-green {
    color: #fff;
    background-color: #00824a;
}

.btn-cd {
    color: #fff !important;
    background: #00824a;
    font-weight: 300;
}

.btn-cd:hover,
.btn-cd:focus .btn-cd:active {
    color: #007c4c !important;
    background: #fff;
    border: 1px solid #00824a;
}

.btn-cd-outline {
    color: #00824a;
    border: 1px solid #00824a;
    background-color: #fff;
    font-weight: 600;
}

.btn-red {
    color: #fff !important;
    background: #ee2347;
}

.btn-white {
    color: #000 !important;
    background: #fff;
}

.two-col {
    column-count: 2;
}

.list-group-item {
    background-color: none;
    border: none;
}

/* === LISTING CAT === */

.list-unstyled {
    list-style: none;
}

a.list-cat {
    color: #000 !important;
}

/* === BUYERS GUIDES === */

.catalogue-embed-header header {
    display: none;
}

.catalogue-embed-footer .footer {
    display: none;
}

/* === GLOBAL -=== */

a:link,
a:visited {
    color: #3558a5;
}

a:hover {
    text-decoration: none;
    color: #284993;
}

a.moretag {
    color: #fff;
    background: #00824a;
    font-weight: 300;
    border-radius: 0rem;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.6rem;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* === LAYOUT === */

.row + .row {
    /* any row that comes immediatly after a row */
    margin-top: 20px;
}

.card {
    margin-bottom: 2rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-logo {
    width: 78%;
}

/* === NAVIGATION === */

li.facebook a:hover {
    color: #3b5998 !important;
}

li.twitter a:hover {
    color: #4099ff !important;
}

li.tube a:hover {
    color: #e52d27 !important;
}

li.instagram a:hover {
    color: #125688 !important;
}

.top-nav {
    background-color: #000;
    color: #fff;
}

.site-nav {
    background-color: #007b4c;
    color: #fff;
}

.site-nav a {
    background-color: #007b4c;
    color: #fff;
}

.ubermenu-submenu-id-69 .ubermenu-target {
    padding: 10px 15px !important;
}

.wp-pagenavi {
    margin: 0 auto;
    display: table;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #dcdcdc;
    background-color: #f7f8fc;
    color: #000 !important;
    padding: 8px 12px;
    margin: 2px;
}

/* === SOCIAL LINKS === */

i.fa.fa-lg.fa-facebook:hover {
    color: #3b5998 !important;
}

i.fa.fa-lg.fa-twitter:hover {
    color: #4099ff !important;
}

i.fa.fa-lg.fa-youtube:hover {
    color: #e52d27 !important;
}

i.fa.fa-lg.fa-instagram:hover {
    color: #125688 !important;
}

/* === FONTS === */

.font-xlight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-med {
    font-weight: 400;
}

.font-bold {
    font-weight: 600;
}

.font-xbold {
    font-weight: 900;
}

.text-red {
    color: #ee2347;
}

.text-green {
    color: #007b4c;
}

.text-white {
    color: #fff;
}


/* === CARDS === */

.card {
    border-radius: 0rem;
}

.card-img img {
    width: 100%;
    height: auto;
}

.b-cd-top {
    border-top: 3px solid #007b4c;
}

.featcard {
    border: 1px solid #ed2246;
}

.ribbon .red-ribbon {
    z-index: 9;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-35deg);
    width: 87px;
    display: block;
    background-color: #ed2246;
    position: absolute;
    top: 2px;
    left: -18px;
    border-radius: 0.6rem 0.6rem 0rem 0rem;
}

.ribbon .red-ribbon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #c71232;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c71232;
}

.ribbon .red-ribbon::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #c71232;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c71232;
}

.listing-logo {
    width: 12%;
    float: right;
}

/* === FOOTER === */

.newsletter {
    background-color: #272f3f;
    color: #fff;
}

footer {
    background-color: #14222b;
    color: #fff;
}

footer a {
    color: #fff;
}

/* === INLINE SEARCH === */

.select-card {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 0px !important;
    background-color: #f7f8fc;
    border: none;
}

.select-card-header {
    padding: 0.4rem;
    font-weight: 300;
    border: none;
    color: #495057 !important;
    font-weight: 400 !important;
    font-size: 0.9rem;
}

.keywords {
    color: #495057 !important;
    background-color: #f7f8fc;
    border: none;
    padding-left: 4px;
}

.hidden {
    display: none;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

.collapse {
    cursor: pointer;
}

#accordion {
    cursor: pointer;
}

.search-list {
    list-style: none;
    padding-inline-start: 0px;
    -webkit-padding-inline-start: 0px;
    -moz-padding-inline-start: 0px;
}

.search-list li {
    line-height: 150%;
}

.search-list li a {
    color: #000;
}

.search-list li a:hover,
.search-list li a:active,
.search-list li a:focus {
    text-decoration: underline;
}

/* Profile sidebar */

.profile-userpic img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 65%;
    height: 50%;
    -webkit-border-radius: 25% !important;
    -moz-border-radius: 25% !important;
    border-radius: 25% !important;
}

.um-member-name a {
    color: #fff !important;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
    width: 100%;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    margin-left: -2px;
}

/* Profile Content */

.profile-content {
    padding: 0px;
    background: #f0f0f0;
    min-height: 460px;
}

.um-member-photo {
    padding: 20px 0 20px !important;
}

.shopfront-social a {
    color: #ffffff !important;
}

/* Carousel */

.carousel-indicators {
    bottom: 0px;
}

.carousel-control {
    text-shadow: none;
    color: #000000 !important;
}

.carousel-indicators li {
    margin-left: 5px;
    margin-right: 5px;
}

a.left.carousel-control {
    background-image: none;
}

a.right.carousel-control {
    background-image: none;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6% !important;
    background-color: #000;
    opacity: 1;
}

a.carousel-control-next,
a.carousel-control-prev {
    color: #fff !important;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%)
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
