body {
    font-family: 'Exo', sans-serif;
    font-size: 1rem;
    color: #424a60;
    padding-top: 50px;
    font-weight: 400;
}
.fc-consent-root .fc-primary-button.fc-cta-consent {
	
}
.fc-consent-root .fc-secondary-button.fc-cta-do-not-consent .fc-button-background,
.fc-consent-root .fc-secondary-button.fc-cta-manage-options .fc-button-background
 {
    background-color: #ffffff !important;
}
.fc-consent-root .fc-secondary-button.fc-cta-do-not-consent .fc-button-label,
.fc-consent-root .fc-secondary-button.fc-cta-manage-options .fc-button-label
 {
    color: #5f6368 !important;
    font-weight: 500 !important;
}
.body-loading {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
}
a {
    color: #ffc344;
}
a:hover {
    color: #ffde6c;
}
img {
    max-width: 100%;
    height: auto;
}
.form-control {
    border-radius: 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 700;

}
h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.65rem;
}
h3, .h3 {
    font-size: 1.15rem;
}
a:hover {
    text-decoration: none;
}
#mainNavbar {
    padding: 0 1rem;
    min-height: 50px;
    box-shadow: none;
    background-color: #313131;
    color: #fff;
}
#mainNavbar > .container {
}
.navbar-brand {
    color: #2d3436;
    text-align: left;
}
.navbar-brand img {
        max-height: 30px;
    max-width: 150px;
}
#mainNavbar .navbar-nav {
    margin: 10px 0px;
}
#mainNavbar .navbar-nav .nav-link {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}
#mainNavbar .navbar-nav .nav-item.sign-up .nav-link {
    font-weight: 700;
}

.navbar-dark .navbar-toggler {
    border: 1px solid transparent;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    padding: 0;
    color: #fff;
    background: transparent;
}
#mainNavbar .nav-link-xs-account {
    margin-left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #fff;
    background: transparent;
}

#mainNavbar .dropdown-toggle::after {
    float: right;
    margin-top: 13px;
}
#mainNavbar.navbar-transparent {
    transition: background-color .25s linear;
}
#mainNavbar.navbar-transparent.scrolling {
    background-color: #343a40;

}

#mainNavbar .form-search-container {
    width: 130px;
}
#mainNavbar .form-search .input-fast-search {
    background: rgba(255,255,255,0.3);
    color: #fff;
    border: none;
}
#mainNavbar .form-search .input-fast-search::placeholder {
    color: #fff;
}
#mainNavbar .form-search .btn {
    border: none;
    color: #fff;
    background-color: rgba(255,255,255,0.25);
}
#mainNavbar .form-search .btn:hover {
    color: #000;
    background-color: rgba(255,255,255,1);
}

.navbar-transparent {
    background-color: #343a40;
}
.home-video-bg {
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
    color: #fff;
}
.home-video-bg video {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -100;
}
.home-video-bg h1 {
    font-size: 35px;


}
.home-video-bg h2 {
    font-size: 20px;
    font-weight: 400;
}
.home-video-bg .buttons_container .btn {

}

.header-bg
{
    position: relative;
    padding: 4rem 0px;
    overflow: hidden;
    color: #fff;
    background-image: url('../img/home-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.header-item-bg
{
    position: relative;
    padding: 2rem 0px;
    overflow: hidden;
    background-color: #2c3e50;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.header-bg h1
{
    text-shadow: 1px 1px 6px #000;
    margin: 0;
    padding: 2rem;
    background-color: rgba(95,39,205,0.75);
}
.header-item-bg h1 {
    text-shadow: 1px 1px 6px #000;
    color: #fff;
}
.header-bg h2,
.header-item-bg h2
{
    text-shadow: 1px 1px 6px #000;
}
.header-item-flex {
    display: flex;
    justify-content: flex-start;
}
.header-item-flex .header-item-flex-content {
    width: 100%;
}
.header-item-flex h1 {
    font-size: 1.5rem;
}
.header-item-flex-contact-details {
    font-size: 12px;
}

.header-item-flex .breadcrumb-item+.breadcrumb-item::before {
    padding-right: .25rem;
padding-left: .25rem;
}
.header-nobg {
    padding: 3rem 0 3rem 0;
    position: relative;
    border-bottom: 5px solid #fff200;
}



.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bg-figcaption {
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    height: auto;
    font-size: 12px;
}


.custom-fa-exclamation-circle i.fa-exclamation-circle {
    color: #00ccff;
}
blockquote {
    font-style: italic;
    padding-left: 1rem;
}
.bg-custom-1 {
    background-color: #fff200;
    color: #fff;
}

.bg-custom-2 {
    background-color: #2c3e50;
    color: #fff;
}
.text-custom-1 {
    color: #fff200;
}
.bg-light-custom {
    background-color: #f0f0f0;
}
.bg-dark-custom {
    background-color: #2c3e50;
    color: #fff;
}
.bg-custom-1 {
    background-color: #ffc344;
    color: #fff;
}
.btn {
    border-radius: 0px;
    white-space: normal;
}
.btn.btn-custom-1 {
    background-color: #ffc344;
    color: #ffffff;
    border-radius: 4px;
}
.btn.btn-custom-1:hover,
.btn.btn-custom-1:active,
.btn.btn-custom-1:focus {
    background-color: #ffde6c;
    color: #ffffff;
}
.btn.btn-custom-2 {
    background-color: #2ecc71;
    color: #ffffff;
    border-radius: 4px;
}
.btn.btn-custom-2:hover,
.btn.btn-custom-2:active,
.btn.btn-custom-2:focus
{
    background-color: #27ae60;
    color: #ffffff;
}

.btn-outline-custom-2 {
    color: #2c3e50;
    background-color: rgba(255,255,255, 0.85);
    border-color: #2c3e50;
}
.btn-outline-custom-2:hover {
    color:#fff;
    background-color:rgba(25, 42, 86, 1);
    border-color:#2c3e50;
}

.modal-backdrop.show {
    opacity: 0.85;
}
.header-article h1,
.header-article .h1
{
    font-size: 2rem;
}
.header-article p {
    font-size: 1.25rem;
}
.header-article .form-search {
    position: relative;
}
.header-article .form-search .form-control {
    display: block;
    width: 100%;
    padding-left: 1rem;
    padding-right: 115px;
    border-radius: 10rem;
    background-color: #f5f6fa;
    border: none;
    height: 50px;
    line-height: 50px;
}
.header-article .form-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 1rem;
    border-radius: 0px 10rem 10rem 0px;
}
.home-section-info h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.home-section-info h2:after {
    display: block;
    content: " ";
    margin-top: 1rem;
    height: 4px;
    width: 50px;
    border-radius: 10px;
    background: #ffc344;
}
.home-section-info img {
    height: 170px;
}

#footer {
    background-color: #2c3e50;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
#footer .footer-logo {
    margin-bottom: 1rem;
}
#footer a {
    color: #ffffff;
}
#footer .footer-top {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.messagecookies {
    width: 650px;
    max-width: 90%;
    height: auto;
    background-color: #fff;
    z-index: 9999;
    border-radius: 4px;
}
.messagecookies .messagecookies_container {
    position: relative;
    padding: 20px;
    text-align: center;
}
.messagecookies p {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.messagecookies p a {
    color: #000;
    text-decoration: underline;

}
.messagecookies button.messagecookies_accept,
.messagecookies button.messagecookies_reject
{
    padding: 15px 20px;
    background: #1967D2;
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 10px auto 15px auto;
    border-radius: 30px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}
.messagecookies button.messagecookies_reject
{
    background: #fff;
    color: #999;
    font-weight: 300;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
}
.messagecookies-container-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.see-all {
    text-align: left;
    font-size: 13px;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;

}
.bg-dark-custom .breadcrumb {
    color: #f5f6fa;
}
.breadcrumb a {

}
.bg-dark-custom .breadcrumb a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #bababa;
}
.header-item-flex-content .breadcrumb {
    font-size: 11px;
}
.zone_item {
    margin-bottom: .5rem;
}
.zone_item.bg-img {

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.zone_item > a {
    display: block;
    position: relative;
    height: 150px;
}
.zone_item > a:hover {

}
.zone_item > a > .num-items {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: rgba(255,255,255,1);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-shadow: 1px 1px -1px #000;

}
.zone_item > a > .title-container {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: auto;
    height: auto;
}
.zone_item > a > .title-container h4 {
    margin: 0;
    padding: 0.5rem;
    background-color: rgba(95,39,205,0.75);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    border-radius: 4px;
}

#map,
#map-item
{
    height: 400px;
position: relative;
}
#map-item {
    height: 320px;
}
.map-preview-btn-container {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

 }
.mapItemAddress
{
    height: 300px;
}

.item-logo {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    border: 3px solid #eee;
}
.item-logo .item-logo-img-container {
    
}
.item-logo img {
    max-width: 100%;
    max-height: 100%;
}
.item-description {
    font-size: 13px;
}
.item-description .alert p{
    margin-bottom: 0;
}

.item_item {
    color: #424a60;
}
.item_item.item_item_featured {

}
.item_item-description-from-reviews {
    font-size: 13px;
}
.item_item .item-logo-img-container {

    float: left;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    border: 5px solid #fff;
    display: table;
    margin-top: -85px;
    margin-right: 10px;
    z-index: 0;
    position: relative;
}
.item_item .bg-img img {
    width: 100%;
}
.item_item .item_resume p{
    margin: 0;
}
.item_item .item_item_content {
    text-align: left;
    color: #424a60;
    font-size: 13px;
}
.item_item .item_item_content a {
    color: #424a60;
}
.item_item.item_item_featured .item_item_content {
    background: #2c3e50;
    color: #fff;
}
.item_item .item_item_content h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 14px;
}
.item_item .item_item_content h3 a {
    color: #2c3e50;
}
.item_item .item_item_content h3 a:hover {
    color: #ffc344;
}
.item_item.item_item_featured .item_item_content h3 a {
    color: #ffffff;
}
.item_item.item_item_featured .item_item_content h3 a:hover {
    color: #ffc344;
}
.item_item .item_item_content i {
    font-size: 12px;
}
.item_item .item-count-reviews {
    font-size: 12px;

}
.item_item .item-count-reviews {
font-size: 10px;
position: absolute;
bottom: 5px;
right: 5px;
background: #f0f0f0;
padding: 5px;
color: #ffc344;
}
.item-review {

}
.item-review .item-review-container {
    display: flex;
}
.item-review .item-review-container .item-review-left {
    width: 70px;
}
.item-review .item-review-container .item-review-right {
    width: 100%;
}
.item-review .item-review-container .item-review-author-img img {
    width: 50px;
    text-align: left;
}
.item-review .item-review-container .item-review-stars .fa-star {

    color: #cacaca;
}
.item-review .item-review-container .item-review-author-name {
    font-weight: 700;
}
.item-review .item-review-container .item-review-date {
    font-size: 12px;
    color: #888;
}

.item-count-reviews-badge {
                                    	
}
.item-count-reviews-badge i.text-muted {
	color: #cacaca !important;
}
.item-review-stars-text-1,
.item-review-stars-text-2 {
	color: #ff7979;
}
.item-review-stars-text-3,
.item-review-stars-text-4 {
	color: #74b9ff;
}
.item-review-stars-text-5 
{
	color: #2ecc71;
}
      
      
.blog_post-element_list {

}
.blog_post-element_list > a {

    text-decoration: none;
    display: block;
position: relative;


}
.blog_post-element_list > a > span {

}

.blog_post-element_list > a:before {

}
.blog_post-element_list > a:hover:before {

}
.blog_post-element_list > a h4 {
    font-weight: 700;
    color: #000;
    font-size: 1.1rem;
}
.blog_post-element_list .blog_post-element_list-resume {
    font-weight: 400;
    color: #888;
    font-size: 0.8rem;
}

.signup-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}
.signup-sidebar h2 {
    font-size: 19px;
    text-align: center;
}
.list-signup-benefits {

}
.list-signup-benefits li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 1rem;
}
.list-signup-benefits li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 24px;
    color: #ffc344;
}
.list-signup-benefits li:nth-child(1):before {
    content: "\f201";
}
.list-signup-benefits li:nth-child(2):before {
    content: "\f155";
}
.list-signup-benefits li:nth-child(3):before {
    content: "\f0c0";
}


.list-signup-benefits li strong {
    display: block;
}

.gym-featured-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffc344;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
}

.messagesession {
    font-size: 1rem;
    color: #fff;
    background-color: #2c3e50;
}
.messagesession.messagesession-alert-success {
    background-color: #00b894;
}
.messagesession.messagesession-alert-danger {
    background-color: #d63031;
}
.messagesession.messagesession-alert-warning {
    background-color: #fdcb6e;
}
.messagesession.messagesession-alert-info {
    background-color: #74b9ff;
}
.messagesession_content {
    display: flex;
}
.alert {
    color: #fff;
}
.alert-success {
    background-color: #00b894;
}
.alert-danger {
    background-color: #d63031;
}
.alert-warning {
    background-color: #fdcb6e;
}
.alert-info {
    background-color: #74b9ff;
}

.form_signup h1 {
    font-size: 1.75rem;
}

.account-nav-list {
    font-size: 13px;
    width: 100%;
}
.account-nav-list .list-group-item-title {
    background-color: #f5f5f5;
    padding: 5px 1rem;
}
.account-nav-list .list-group-item {
    font-size: 13px;
    padding: 10px 1rem;
}
.account-nav-list span.list-group-item:first-child {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.account-nav-list span.list-group-item {
    font-weight: 700;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.account-nav-list span.list-group-item:hover {
    background-color: transparent;
}
.account-nav-list .list-group-item.active {
    background-color: rgba(95,39,205,0.05);
    border-color: rgba(0,0,0,.125);
    color: #ffc344;
    font-weight: 700;
    z-index: 0;
}
.account-nav-list .list-group-item.list-group-item-lvl2 {
    color: #888;
    padding-left: 1.75rem;
    font-size: 12px;
}

.account-nav .navbar-toggler {
    text-align: right;
    font-size: 13px;
}
.account-nav .navbar-toggler span {
    font-size: 15px;
    font-size: 1.25rem;
    vertical-align: middle;
}
.header-article-content {
    margin: 2rem 0;
}

.input-fast-search-results-container {
    position: absolute;
    bottom: auto;
    left: 0%;
    right: 0;
    top: 100%;
    width: 100%;
    height: auto;
    display: none;
    z-index: 9999;
}

.input-fast-search-close-container {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    height: auto;
}
.input-fast-search-close {
    cursor: pointer;
    font-size: 19px;
    background: #e03243;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 9999;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.input-fast-search-results {
    position: relative;
    text-align: left;
    background-color: #f8f9fa;
    padding: 2rem;
    color: #424a60;
}
.input-fast-search-results h2 {
    font-size: 1.5rem;
}
.dashboard-checklist-items {

}
.dashboard-checklist-item {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.dashboard-checklist-item.pro {

}
.dashboard-checklist-item.checked .dashboard-checklist-item-text {
    font-style: italic;
    color: #aaa;
    text-decoration: line-through;
}
.dashboard-checklist-item:nth-child(odd) {
    background-color: #fafafa;
}
.dashboard-checklist-item .dashboard-checklist-item-icon {
    width: 30px;
}
.dashboard-checklist-item .dashboard-checklist-item-icon .fa-check-square {
    color: #00b894;
}
.dashboard-checklist-item .dashboard-checklist-item-icon .fa-square {
    color: #888;
}
.dashboard-checklist-item .dashboard-checklist-item-text {
    width: 100%;
}
.dashboard-checklist-item > div {
    padding: 0.25rem;
}

.progress-container {
    display: flex;
    justify-content: space-between;
}
.progress-container > a {
    font-size: 12px;
    width: 110px;
    padding-left: 15px;
}
.progress-container .progress {
    width: 100%;
}
.progress-bar {
    background: linear-gradient(to right, #00D2E2, #ffc344);
}

section.pricing {

}
section.pricing.pricing-bg {
    color: #fff;
    background: #007bff;
    background: linear-gradient(to right, #00D2E2, #ffc344);
}

.pricing .card {
    color: #495057;
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}
.pricing .card-price sup {
    font-size: 1.2rem;
    top: -21px;
}
.pricing .card-price .price-old {
    font-size: 1.2rem;
    text-decoration: line-through;
    color: #aaa;
}
.pricing .card-price .price-old sup {
    font-size: 1.2rem;
    top: 0;
}
.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}
.pricing ul li .fa-star {
    color: #ffc344;
}
.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}


.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}


/* Customize the label (the container) */
.custom-radio {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: #ffc344;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
    left: 3px;
    border-color: #00D2E2;
}

.twitter-typeahead {
    width: 100%;
}
.bootstrap-select .btn-light {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #495057 !important;
}
.is-that-your-item a {
    font-weight: 400;
}

ul.list-zones-text {

}
ul.list-zones-text li .list-zones-text-count {
    color: #c1c1c1;
    font-size: 13px;
}
ul.ul-items_categories li:first-child {

}
ul.ul-items_categories li {
    margin-right: 20px;
}
ul.ul-items_categories li:last-child {
    margin-right: 0;
}
ul.ul-items_categories li.active a {
    font-weight: 700;
    text-decoration: underline;
}

.header-home {
    background-image: url('../img/home-bg.jpg');
    background-position: center center;
    background-size: cover;
    padding: 100px 30px;
    position: relative;
}
.header-home:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog-post-content hr {
    margin: 3rem 0;
}
.blog-post-content h2 {
    margin-bottom: 3rem;
}
.blog-post-content iframe {
    max-width: 100%;
}
.blog-post-meta {
    margin-top: 4rem;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;

}
.blog-post-meta-date {
    color: #888;
}

.product-item {

}
.product-item-content {

}
.product-item-content h4 {
    font-size: 16px;
}
.product-item-content h4 a {
    color: #000;
    border-bottom: 2px solid #00D2E2;
    display: inline-block;
    padding-bottom: 5px;
}
.product-item-img {

}
.product-item-btn {
text-align: center;
}
.btn-product-referral {
    background: #2c3e50;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 14px;
}
.btn-product-referral:hover {
    background: #313131;
}

.blog-grid {
    display: flex;
    flex-direction: column;
}

.blog-sidebar-posts {

}
.blog-sidebar-item {

}
.blog-sidebar-item > a {
    display: flex;
    color: #000;
}
.blog-sidebar-item > a .blog-sidebar-item-img {
    width: 50px;
}
.blog-sidebar-item > a .blog-sidebar-item-title {
    padding-left: 15px;
}
.blog-sidebar-item > a .blog-sidebar-item-title h4 {
    font-size: 1rem;
    font-weight: 700;
}

nav.item-listings-links {

}
nav.item-listings-links ul {
    list-style: none;
    padding: 0;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    font-family: 'DM Serif Display', serif;
}
nav.item-listings-links ul li {
    position: relative;
    margin-bottom: 30px;
}
nav.item-listings-links ul li:after {
    position: absolute;
    bottom: -20px;
    font-size: 20px;
    left: 50%;
    right: 50%;
    content: "\f107";
    width: 20px;
    height: 15px;
    font-family: "Font Awesome 5 Free";
}
nav.item-listings-links ul li:last-child {
    margin: 0;
}
nav.item-listings-links ul li:last-child:after {
    content: none;
}

@media (min-width: 576px) {
    .header-item-flex h1 {
        font-size: 2rem;
    }
    .item-logo {
        width: 100px;
        height: 100px;
    }
    .header-item-flex-contact-details {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {

   

    .header-article h1,
    .header-article .h1
    {
        font-size: 2.5rem;
    }
    .header-bg {
        padding: 12rem 0;
    }
    .header-item-bg {
        padding: 2rem 0;
    }
    .alert {
        padding: 2rem;
    }
    .header-article-content {
        margin: 5rem 0 4rem;
    }
    .home-section-info img {
        height: 240px;
    }
    #mainNavbar .form-search-container {
        width: auto;
    }

    .adsense-sticky {
        position: sticky;
        top: 60px;
        bottom: 60px;
    }
    .product-item-img-sticky {
        position: sticky;
        top: 0px;
        bottom: 0px;
    }
    .header-home {
        padding: 150px 150px;
    }
    .product-item {
        display: flex;
    }

    .product-item-content {

    }
    .product-item-content h4 {

    }
    .product-item-img {
        min-width: 200px;
    }
    .product-item-btn {
        text-align: left;
    }

    .blog-grid {
        display: grid;
        /* Auto-fit as many items on a row as possible without going under 180px */
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        /* A little spacing between articles */
        grid-gap: 30px;
        grid-auto-flow: dense;
    }

    /* Extra-wide grid-posts */
    .blog-grid .blog_post-element_list:nth-child(31n + 1) {
        grid-column: 1 / span 2;
        margin: 0px 70px;
    }
    .blog-grid .blog_post-element_list:nth-child(16n + 5) {
        grid-column: 1 / span 2;
        margin: 0px 70px;
    }



}


@media (min-width: 992px) {
    body {
        padding-top: 0;
    }

    #footer {
        text-align: left;
    }
    #footer .footer-copyright {
        text-align: right;
    }
    #mainNavbar {
        display: block;
        box-shadow: none;
    }
    #mainNavbar {
        position: relative;
    }
    .navbar-brand {
        text-align: center;
    }
    .navbar-brand img {
        max-height: 40px;
        max-width: 250px;

    }
    #mainNavbar .navbar-nav {
        margin: 0;
    }
    #mainNavbar .navbar-nav .nav-link {
        line-height: 70px;
        border-bottom: none;
        padding: 0px 10px;
    }
    #mainNavbar .dropdown-toggle::after {
        float: none;
        margin-top: 0;
    }
    .navbar-transparent {
        background-color: transparent;
    }
    .see-all {
        align-self: flex-end;
        text-align: right;
    }
    .header-article-content {
        margin: 6rem 0 5rem;
    }
    .header-article h1 {
        font-size: 2.7rem;
    }

    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }

    #map-zones-es {
        zoom:1;
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
    .header-home {
        padding: 200px 200px;
    }

    .product-item-img {
        min-width: 300px;
    }

    .blog-grid .blog_post-element_list > a .blog_post-element_list-content {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: white;
        padding: 20px;
        width: 65%;
        height: auto;
        transition: left 0.1s linear, bottom 0.1s linear;
    }
    .blog-grid .blog_post-element_list > a:hover .blog_post-element_list-content {
        bottom: 10px;
        left:10px;
    }

}


@media (min-width: 1200px) {
    .header-article h1,
    .header-article .h1 {
        font-size: 2.9rem;
    }
    .header-home {
        padding: 300px 300px;
    }
}

