﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Ubuntu:400,700');


body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f5f4 !important;
    color: #4B4941;
}

.body-content {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    width: 100% !important;
    max-width: 100% !important;
}

.blog-img {
    width: 100%
}

.dl-horizontal dt {
    white-space: normal;
}

h1, h2, h3, h4, h5 {
    font-family: 'Ubuntu', sans-serif;
    color: #4B4941;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}

.navbar.center .navbar-inner .nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:visited,
.nav > li > a:active {
    text-decoration: none;
    background-color: #fff !important;
}

.navbar.center .navbar-inner {
    text-align: center;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.noPadding {
    padding: 0px;
}

.paddingLeftRight {
    padding-left: 30px;
    padding-right: 30px;
}

.paddingLeftRight15 {
    padding-left: 15px;
    padding-right: 15px;
}

.borderRight {
    border-right: 1px solid #d8d8d8;
}

.borderLeft {
    border-left: 1px solid #d8d8d8;
}


/*------- underline menu item : hover ------------*/


.hover-underline-menu {
    width: 100%;
}

    .hover-underline-menu .menu .underline-from-center {
        position: relative;
    }

        .hover-underline-menu .menu .underline-from-center::after {
            content: "";
            position: absolute;
            top: calc(100% - 0.03rem);
            border-bottom: 2px solid #7bc14a;
            left: 50%;
            right: 50%;
            transition: all 0.5s ease;
        }

        .hover-underline-menu .menu .underline-from-center:hover::after {
            left: 0;
            right: 0;
            transition: all 0.5s ease;
        }



/*----------------------------------------*/


a {
    color: inherit;
}

    a:hover {
        background-color: transparent !important;
        color: inherit;
        text-decoration: none;
    }

header {
    border-bottom: 1px solid #c5c5c5;
    background-color: white !important;
}

footer {
    background-color: white !important;
}

.fa-social {
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #b9b9b9 !important;
    font-size: 30px;
}

.fa:hover {
    opacity: 0.7 !important;
    text-decoration: none;
}

.newsletterSignUp {
    padding: 15px;
    border-bottom: 1px solid #d1d1cf;
    border-top: 1px solid #d1d1cf;
    padding-bottom: 35px;
    background-color: #ececeb;
}

    .newsletterSignUp h3 {
        margin-bottom: 20px;
        margin-top: 10px;
    }

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
}

input {
    height: 40px !important;
}

select {
    height: 40px !important;
}

    input:focus, textarea:focus, select:focus {
        border-color: #9cd177 !important;
    }

.nicheButton {
    display: block;
    height: 40px;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    background-color: #7bc14a;
    border: 2px solid #7bc14a;
    border-radius: 4px;
    margin-bottom: 5px
}

.GoogleButton {
    display: block;
    height: 40px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4b4941;
    font-weight: bold;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #7bc14a;
    border-radius: 4px;
}


    .GoogleButton:hover {
        color: #7bc14a !important;
        background-color: transparent;
    }


    .GoogleButton:focus {
        color: #7bc14a;
        background-color: #fff;
        outline: none !important;
    }

.nicheButton-noBackground {
    color: #7bc14a;
    background-color: transparent;
}

.nicheButton:focus {
    color: white;
    background-color: #7bc14a;
    outline: none !important;
}

.nicheButton-noBackground:focus {
    /*outline: none !important;
    text-decoration: none;
    color: #7bc14a;*/
    color: white !important;
    background-color: #7bc14a !important;
    outline: none !important;
}

.nicheButton:hover {
    color: #7bc14a !important;
    background-color: transparent;
}

.nicheButton-noBackground:hover {
    color: white !important;
    background-color: #7bc14a !important;
}

.accountButton-noBackground:hover {
    color: white !important;
    background-color: black !important;
    /*opacity: 0.8 !important;*/
}

.slick-arrow {
    display: none !important
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #7bc14a !important;
}

.headerUnderline {
    margin-left: 45%;
    margin-right: 45%;
    border-top-color: #7bc14a;
    border-top-width: 5px;
}

.card {
    background-color: white;
    border: 1px solid #e8e8e8;
}

    .card h2 {
        font-weight: normal;
        text-align: center;
    }

    .card h3 {
        padding-left: 20px;
        padding-right: 20px;
    }

/*.card p {
        font-weight: bold;
    }*/

.cardViewAll {
    font-weight: bold;
    text-align: center;
    color: #7bc14a;
    cursor: pointer;
}

.cardCount {
    font-weight: bold;
    text-align: center;
    color: #7bc14a;
    cursor: pointer;
    font-size: 35px;
}

.card-info {
    padding-top: 0px !important;
    padding: 20px;
}

.card-navigation-item {
    padding: 12px;
    border-bottom: 1px solid #e8e8e8 !important;
}

    .card-navigation-item:hover {
        background-color: #e6e6e6 !important;
        cursor: pointer;
    }

    .card-navigation-item img {
        width: 20px;
    }

.heading {
    margin-top: 60px;
    margin-bottom: 50px;
}

.news-info {
    text-align: left;
    color: #bfbfbf;
    padding-left: 20px;
    padding-right: 20px;
}

    .news-info p {
        margin: 0px;
    }

.news-content {
    padding-top: 0px !important;
    padding: 20px;
    color: #888888;
}

    .news-content a {
        color: #7bc14a !important;
        text-decoration: underline !important;
    }

    .news-content iframe {
        width: 100% !important;
    }

    .news-content img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 20px auto;
        text-align: center;
    }

.news-link {
    color: #7bc14a;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.col-md-8th {
    width: 12.5%;
    float: left;
    text-align: center;
}

.slick-dots {
    position: unset !important;
    margin-top: 20px;
}

.negative-margins {
    margin-left: -15px;
    margin-right: -15px;
}

.page-header-block {
    background-color: #ececeb;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

    .page-header-block h1 {
        margin: 0px;
        padding-bottom: 30px;
    }

    .page-header-block p {
        font-weight: bold;
    }

    .page-header-block img {
        margin-bottom: 15px;
    }

.breadcrumb-container {
    background-color: white;
}

ul.breadcrumbs {
    padding: 10px 16px;
    list-style: none;
    margin-bottom: 0;
}


    ul.breadcrumbs li {
        display: inline;
        font-size: 14px;
    }

        ul.breadcrumbs li + li:before {
            padding: 8px;
            color: black;
            content: ">\00a0";
        }

        ul.breadcrumbs li a {
            color: #7bc14a;
            text-decoration: none;
        }

            ul.breadcrumbs li a:hover {
                color: #4B4941;
                text-decoration: none;
            }

.page-content-block {
    padding-top: 10px;
    padding-bottom: 50px;
}

    .page-content-block ul {
        padding-left: 15px;
    }

    .page-content-block hr {
        border-top: 1.5px solid #e6e6e6;
    }

.show-more {
    text-align: center;
}

    .show-more a {
        font-weight: bold;
        color: #7bc14a
    }

    .show-more:hover, .show-more:hover > a {
        background-color: #7bc14a !important;
        color: white !important;
    }

.post-thumbnail {
    padding: 10px;
}

    .post-thumbnail p {
        margin: 0;
        color: #bfbfbf;
        font-weight: normal !important;
    }

.active-tab {
    border-bottom: 2px solid #7bc14a;
}

hr {
    border-top: 1.5px solid #d5d5d5;
}

/*---------------- custom checkbox ----------------------*/

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal !important;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border: 1px solid #d5d5d5;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        backgorund-color: black;
    }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
    color: black;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #7bc14a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-content {
}

    .category-content hr {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .category-content h1 {
        margin-bottom: 20px;
        font-weight: normal
    }

    .category-content h3 {
        font-weight: normal
    }

    .category-content h2 {
        text-align: left !important;
        font-size: 25px;
    }

    .category-content .card {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-top: 10px;
    }

.star-rating {
    color: #7bc14a;
}


.location {
    color: #b3b3b3;
    font-weight: normal !important;
}

.business-listings {
    margin-left: -15px;
    margin-right: -15px;
}

.click-through a {
    color: #b3b3b3;
}

    .click-through a:hover {
        color: #7bc14a;
        cursor: pointer;
    }

.view-style {
    cursor: pointer;
    margin-top: -3px;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.enquiry-form {
    padding: 20px;
}

    .enquiry-form h3 {
        padding: 0;
        margin: 0;
    }

    .enquiry-form button {
        margin: auto;
    }

    .enquiry-form h3, .enquiry-form input, .enquiry-form textarea {
        margin-bottom: 20px !important;
    }

.category-header {
    text-align: center;
    padding: 10px;
}

    .category-header img {
        margin-top: 20px;
    }

.growing-categories {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
}

    .growing-categories img {
        margin-top: 20px;
        width: 50px;
    }

    .growing-categories h5 {
        font-weight: bold;
    }

.font-awesome-green {
    font-size: 20px;
    color: #7bc14a;
}

.font-awesome-grey {
    color: #4B4941;
    opacity: 0.7
}
/*------------------ custom tabs -----------------*/
.nav-tabs > li {
    background: 0 0;
    margin: 0;
    border: 0;
}

    .nav-tabs > li a {
        font-weight: bold;
        padding-left: 50px;
        padding-right: 50px;
    }

    .nav-tabs > li.active {
        background: 0 0;
        border-bottom: 2px solid #7bc14a;
        position: relative;
    }

        .nav-tabs > li.active > a, .nav-tabs > li:hover > a {
            border: 0 !important;
            text-decoration: none !important;
        }

.tab-pane {
    padding: 20px;
}

.collapse-title-block, .card-body {
    border-bottom: 1px solid #e8e8e8;
}

    .collapse-title-block button {
        /*font-weight: bold;*/
        color: #7bc14a;
        padding: 10px;
    }

        .collapse-title-block button:hover, .collapse-title-block button:focus {
            text-decoration: none;
            color: #7bc14a;
            outline: none;
        }

.card-body {
    padding: 20px;
}

textarea.form-control {
    border: 1px solid #cccccc;
}

.niche-button-container button {
    margin-top: 5px;
}

.error-block {
    padding: 50px !important;
    text-align: center;
}

    .error-block h2 {
        text-align: center !important;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .error-block h1 {
        margin-top: 0;
    }

    .error-block h4 {
        color: #7bc14a;
        width: 50%;
        margin: auto;
        margin-top: 10px;
    }

    .error-block a {
        cursor: pointer;
    }

.terms {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
    padding-top: 30px;
    background-color: #f5f5f4 !important;
}

    .terms p {
        text-align: left !important;
    }

.login-form {
}

    .login-form h1 {
        text-align: center;
        padding-top: 50px;
    }

    .login-form a {
        color: #7bc14a;
    }

    .login-form p {
        text-align: center;
        width: 45%;
        margin: auto;
    }

    .login-form .card {
        margin-top: 30px !important;
        width: 45%;
        margin: auto;
        text-align: center;
        padding: 40px;
        margin-bottom: 50px;
    }

        .login-form .card h3 {
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .login-form .card h5 {
            text-align: left !important;
            font-weight: bold;
        }

        .login-form .card p {
            margin-top: 20px;
        }

        .login-form .card a {
            color: black;
        }

        .login-form .card button {
            margin: auto;
            width: 170px;
        }

.userNavbar {
    margin-bottom: 0px;
}

.card-navigation-item-active {
    background-color: #e6e6e6 !important;
}

.personalInfoBlock {
}

    .personalInfoBlock h1 {
        margin-top: 0px;
    }

.niche-advert {
    background-color: #f5f5f4;
    border: 1px solid #7bc14a;
    padding: 15px;
    padding-bottom: 20px;
}

.navbar {
    margin-bottom: 0px;
}


@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 5px;
    }
}


.fa-border {
    border: solid .08em #000 !important;
    border-radius: 5px;
    padding: .2em .35em .15em;
}

.select2-container, .select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc !important;
}

.bootstrap-timepicker-widget input {
    border: 2px solid #7bc14a;
}

.bootstrap-timepicker-widget table td input {
    width: 45px !important;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.input-validation-error {
    border-color: #e73d4a !important;
    border-width: 2px;
}

.validation-summary-errors {
    text-align: center !important;
    border: 1px solid #b94a48;
    background-color: #b94a48;
    color: white;
    padding: 20px;
    margin-top: 20px !important;
    width: 45%;
    margin: auto;
}

    .validation-summary-errors:before {
        content: "\f057"; /* this is your text. You can also use UTF-8 character codes as I do here */
        font-family: FontAwesome;
        float: left;
        font-size: 25px;
    }

    .validation-summary-errors > ul {
        padding-left: 30px !important;
        list-style: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.customValidationErrors {
    background-color: #e73d4a;
    padding: 15px;
    color: white !important;
    width: 50%;
    margin: auto;
    margin-top: 30px;
}

    .customValidationErrors p {
        text-align: left !important;
    }

.error {
    text-align: left !important;
    width: 100%;
    color: red;
    font-weight: normal;
}

input.error, input.error:focus, textarea.error, textarea.error:focus {
    border: 2px solid red !important;
    border-radius: 4px !important;
}

.valid {
    border-radius: 4px !important;
}

.login-dropdown {
    background-color: white;
    height: 0px;
    width: 270px;
    opacity: 0;
    float: right;
    display: block;
    right: 0;
    position: absolute;
    z-index: 999;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    padding: 10px;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    visibility: hidden;
}

.login-dropdown-active {
    height: 160px;
    opacity: 1;
    visibility: visible;
}

.login-dropdown-active-switch {
    height: 125px !important;
    opacity: 1;
    visibility: visible;
}

a:focus {
    color: black;
    outline: none;
    text-decoration: none;
}

/*------------------- custom radio button -----------------------*/

/* The container */
.radio-container {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}

label.radio-container {
    font-weight: normal;
    padding-top: 3px;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radioDot {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid grey;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radioDot {
    background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radioDot {
    background-color: white;
    border-color: grey;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioDot:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radioDot:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radioDot:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #7bc14a;
}

/*---------------------------------------------------------------*/

.avatar {
    width: 100% !important;
    height: auto !important;
    max-width: 204px;
    max-height: 272px;
}

.validation-summary-valid {
    display: none !important;
}

.select2-search__field:focus, .select2-container:focus, .select2-selection:focus, .select2-selection__rendered:focus {
    outline-color: #7bc14a !important;
}

.input-group .form-control:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.social-icon {
    font-size: 3.3em;
    margin-top: -3px;
}

.favourite-icon {
    color: #7bc14a;
    font-size: 130%;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}
.Verified-Green-icon {
    color: #7bc14a;
    font-size: 130%;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}

.Verified-Gold-icon {
    color: #d4af37;
    font-size: 130%;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}


/* ------------- custom steps ------------------*/

.mt-step-col {
    text-align: center;
    width: 16% !important;
    position: relative;
    min-height: 1px;
    float: left;
}

.mt-step-number {
    color: #7bc14a !important;
    border-color: #7bc14a !important;
}

.step-line {
    width: 300px;
    float: right;
    margin-right: -15px;
    padding-top: 5px;
}

    .step-line .mt-step-number {
        font-size: 13px;
        font-weight: bold;
        border-radius: 50% !important;
        display: inline-block;
        margin: auto auto 5px;
        padding: 4px;
        padding-left: 5px;
        border: 2px solid #e5e5e5;
        position: relative;
        z-index: 5;
        background-color: white;
        height: 30px;
        width: 30px;
        text-align: center;
    }

    .step-line .active {
        background-color: #7bc14a !important;
        color: white !important;
    }

    .step-line .mt-step-number:after {
        content: '';
        height: 3px;
        width: 116%;
        position: absolute;
        background-color: #7bc14a;
        top: 15px;
        left: 28px;
        z-index: 4;
        transform: translateY(-100%);
    }

#last-step:after {
    content: none !important;
}


.slick-list {
    height: 100%;
}

/*---------------------------Recent Post -----------------------------------*/

.card-link {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

/*---------------------------Ads  -----------------------------------*/


.ad-align div {
    text-align: center !important;
    margin: 30px auto !important;
}



/*--------------------------- Social Icons  -----------------------------------*/

.social-icon-facebook:hover,
.social-icon-twitter:hover,
.social-icon-linkedin:hover,
.social-icon-instagram:hover,
.social-icon-pinterest:hover,
.social-icon-google-plus:hover {
    color: #c5c5c5;
}


.social-icon-facebook {
    color: #3b5998;
}

.social-icon-twitter {
    color: #1da1f2;
}

.social-icon-google-plus {
    color: #db4437;
}

.social-icon-linkedin {
    color: #007bb5;
}

.social-icon-instagram {
    color: #4B4941;
}

.social-icon-pinterest {
    color: #bd081c;
}
/*---------------------------Main Search Icons  -----------------------------------*/

.searchButton-noBackground {
    color: #7bc14a !important;
    background-color: transparent !important;
    border-color: #7bc14a !important;
}

    .searchButton-noBackground:focus {
        outline: none !important;
        background-color: #7bc14a !important;
    }


    .searchButton-noBackground:hover {
        color: white !important;
        background-color: #7bc14a !important;
        opacity: 1 !important;
    }


/*---------------------------  Slider  -----------------------------------*/


.slider-selection {
    background: #7bc14a !important;
}

.slider-handle {
    background-color: #fff !important;
    background-image: none !important;
    border: 5px solid #7bc14a !important;
    width: 40px !important;
    height: 40px !important;
    top: -9px !important;
    margin-left: -20px !important;
}

.tooltip {
    opacity: 1 !important;
    font-size: 14px !important;
}

    .tooltip.top {
        margin-top: -40px !important;
        margin-left: 1px !important;
    }

.tooltip-inner {
    color: #a4a39f !important;
    background-color: inherit !important;
}

.slider-track-high {
    border: 1px solid #a4a39f !important;
    background-color: #fff !important;
}

.slider.slider-horizontal {
    width: 90% !important;
    margin: 30px 0px !important;
}

.tooltip-arrow {
    display: none !important;
}




/*--------------- Placeholders ----------------*/

.fa-placholder {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Open Sans',sans-serif, FontAwesome;
    padding: 10px;
    text-decoration: inherit;
}


/*Star-Rating*/

.star-rating__checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.star-rating__star {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    line-height: 1;
    font-size: 3.5em;
    color: #ABABAB;
    transition: color .2s ease-out;
}

    .star-rating__star:hover {
        cursor: pointer;
    }

    .star-rating__star.is-selected {
        color: #7bc14c;
    }

    .star-rating__star.is-disabled:hover {
        cursor: default;
    }

.error-reccomend {
    border: 1px solid #d7d7d7;
    width: 65%;
    margin: auto;
    padding: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

    .error-reccomend h3 {
        text-align: left;
        padding: 0px;
    }

    .error-reccomend p {
        text-align: left;
        width: 100%;
        padding-top: 6px;
        padding-left: 45px;
    }

.circle-bullet {
    border: 1px solid grey;
    padding: 6px;
    border-radius: 100%;
    width: 34px;
    display: inline-block;
    float: left;
}

.single-blog-image {
    width: 100%;
    padding: 20px 20px;
    margin-top: -15%;
}

.loading-listings, .loading-blogs {
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

.pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.pagination-block {
    border: 2px solid #7bc14a;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    color: #7bc14a;
    font-weight: bold;
    font-size: 16px;
    padding: 7px;
}

    .pagination-block:hover, .pagination-block.active {
        background-color: #7bc14a;
        color: white;
        cursor: pointer;
    }

        .pagination-block:hover .fa {
            color: white;
        }

.pagination-block-prev .fa-2x {
    font-size: 1em;
    color: #7bc14a;
    margin-top: -1px;
}

.pagination-block-next .fa-2x {
    font-size: 1em;
    margin-left: 5px;
    color: #7bc14a;
    margin-top: -1px;
}

.elipsis {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    color: #7bc14a;
}

.news-search {
    padding-left: 8px;
    padding-right: 0;
}

    .news-search a {
        padding: 5px 0px 0px 0px !important;
        text-align: center;
        margin: auto;
    }

    .news-search .fa {
        font-size: 20px;
        padding: 2px
    }

.blog-social-icon {
    display: inline-flex;
    font-size: 25px;
    float: right;
    margin-left: 5px;
}

.avatar-thumbnail {
    border: 2px solid black;
    border-radius: 5px;
    margin-top: 20px;
    position: absolute;
    right: 15px;
    height: 44.47px;
    width: 46.47px;
}

.click-through .active {
    color: #7bc14a;
}

.feature-icon {
    font-size: 20px;
}

.feature-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    vertical-align: top;
    line-height: initial;
}

.listing-list-view .clearfix {
    margin-bottom: 20px;
}

.listing-list-view .col-md-2 {
    padding-left: 0px !important;
}

.listing-list-view .col-md-10 {
    padding-right: 0px !important;
}

.listing-list-view .click-through p {
    float: left;
    padding-top: 10px;
    color: #b3b3b3;
}

.grid-img {
    max-height: 170px !important;
    padding-top: 20px !important;
}

}

/*------------------Size-Changes-----------------*/

.blog-img-height {
    max-height: 330px !important;
}

.home-blog-img-height {
    max-height: 300px;
}

@media screen and (min-width: 700px) {
    .blog-img-height {
        max-height: 400px !important;
    }
}

@media screen and (min-width: 992px) {
    .blog-img-height {
        max-height: 200px !important;
    }

    .home-blog-img-height {
        max-height: 130px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-img-height {
        max-height: 250px !important;
    }

    .home-blog-img-height {
        max-height: 160px;
    }
}

@media screen and (min-width: 1500px) {
    .blog-img-height {
        max-height: 300px !important;
    }

    .home-blog-img-height {
        max-height: 200px;
    }
}

@media screen and (min-width: 1800px) {
    .blog-img-height {
        max-height: 350px !important;
    }

    .home-blog-img-height {
        max-height: 240px;
    }
}

@media screen and (min-width: 2000px) {
    .blog-img-height {
        max-height: 400px !important;
    }

    .home-blog-img-height {
        max-height: 280px;
    }
}
/*-------------- Random Style --------------------------*/
.Sign-up-Name {
    height: 45px !important;
}

.grid-display {
    position: absolute;
    right: 15px;
}

.listing-img {
    width: 100%;
    padding-right: 15px;
    padding-bottom: 15px;
}

.feature-heading {
    margin: 30px auto;
    vertical-align: middle;
    text-align: center;
}

.feature-listing {
    margin: 35px auto;
    vertical-align: middle;
}

.footer-block {
    line-height: 24px;
}

.footer-block-join {
    line-height: 24px;
}

    .footer-block-join a {
        color: #4B4941 !important;
    }

    .footer-block a {
        color: #4B4941 !important;
    }

.user-icon {
    margin-top: 20px !important;
    position: absolute !important;
    right: 15px !important;
    height: 44.47px !important;
    width: 46.47px !important;
    color: black !important;
    opacity: 0.7 !important;
}

.slick-slide {
    text-align: center !important;
}

.vote-style {
    font-size: 14px;
    background-color: #a4a39f;
    padding: 1px 5px;
    border-radius: 5px;
    color: #f5f5f4;
    margin: 10px 0px 0px 0px;
}
/*--------------------------------------------------------*/


/*#region Mobile CSS */

@media screen and (max-width: 770px) {

    .ribbon-top-right {
        top: -10px !important;
        right: 5px !important;
    }

    .show-mobile{
        display:inline-block !important;
    }

    .card {
        background-color: white;
        border: 1px solid #e8e8e8;
        margin-bottom: 20px !important;
    }

    .login-form .card {
        margin-top: 30px !important;
        width: 95%;
        margin: auto;
        text-align: center;
        padding: 40px;
        margin-bottom: 50px;
    }

    .Sign-up-Name {
        height: 45px !important;
        margin-left: 15px;
        margin-bottom: 15px;
        width: -webkit-fill-available;
    }

    .Sign-up-height {
        height: 45px !important;
        margin-bottom: 15px;
    }

    .select2-container {
        height: 45px !important;
        margin-bottom: 15px;
    }

    .newsletterSignUp h3 {
        margin-bottom: 20px;
        margin-top: 10px;
        margin-left: 15px;
    }

    .Bottom-border {
        border-bottom: 1px solid #e1e1e1;
        border-left: none;
        border-right: none;
        margin: 0px 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-hide {
        display: none !important;
    }

    .Browse-Nav {
        display: block !important;
        background-color: #545454;
        color: #fff;
        padding: 10px;
        font-size: 25px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 998;
    }

    .Browse-Nav-paddingleft {
        padding-left: 15px !important;
    }

    .Browse-Nav-cards {
        display: none;
    }

    .Browse-Nav-cards-show {
        display: inline !important;
    }

    .grid-display {
        position: absolute;
        right: 15px;
        margin: -10px 0px 0px 0px;
    }

    .mobile-grid-display {
        display: block !important;
    }

    .mobile-add-business {
        display: grid;
    }

    .nicheButton {
        padding: 6px 20px !important;
    }

    .listing-grid-display {
        display: grid !important;
    }

    .vote-div {
        padding: 25px 0px 0px 0px;
    }

    .vote-style {
        font-size: 12px;
        background-color: #a4a39f;
        padding: 1px 5px;
        border-radius: 5px;
        color: #f5f5f4;
        margin: 10px 0px 0px 0px;
    }

    .flex-display {
        display: inline-flex !important;
    }

    .listing-img {
        width: auto;
        padding-bottom: 15px;
        padding-right: 0px;
        max-height: 540px;
        max-width: 100%;
    }

    .listing-img-align {
        text-align: center;
    }

    .bottom-padding-5px {
        padding-bottom: 5px;
    }

    .no-bottom-margin {
        margin-bottom: 0px !important;
    }

    .feature-heading {
        margin: 10px -15px;
        text-align: left;
    }

    .feature-listing {
        margin: 10px -15px;
        padding: 0px;
    }

    .rating-center {
        text-align: center !important;
    }

    .noPadding {
        padding: 0px !important;
    }

    .tab-padding {
        /*padding: 10px 15px !important;*/
    }

    .tab-photo-max-height {
        max-height: 300px !important;
    }

    .hide-desktop-ad {
        display: none !important;
    }

    .show-mobile-ad {
        display: inline-block !important;
        width: 100% !important;
        padding: 0px 0px 30px 0px;
    }

        .show-mobile-ad div {
            margin: 0px !important;
        }

    .mobile-pull-left {
        float: left !important;
    }

    .mobile-prev-blog {
        text-align: center !important;
        border-right: none !important;
        border-bottom: 1px solid #d8d8d8 !important;
    }

    .mobile-next-blog {
        text-align: center !important;
    }

    .mobile-nopaddingLeftRight {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .slick-slide {
        max-width: none !important;
        text-align: center !important;
        min-width: 1px !important;
    }

    .burger-bar {
        margin-top: 20px;
        width: 46.47px !important;
        height: 44.47px !important;
        border: 2px solid #000 !important;
        padding: 0px 10px !important;
        font-size: large !important;
    }

        .burger-bar i {
            color: black !important;
        }



    .mobile-search-row {
        display: block !important;
    }

    .mobile-min-height60 {
        min-height: 60px !important;
    }

    .mobile-search-category {
        margin-top: 70px;
        background-color: #f5f5f4;
    }

    .mobile-paddingTop15 {
        padding-top: 15px !important;
    }

    .mobile-paddingliftright15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mobile-search-button {
        width: 100% !important;
        height: 45px;
        padding: 10px 0px 0px 0px !important;
        margin-right: 0px !important;
        float: none !important;
        text-align: center !important;
    }

    .mobile-nomargin {
        margin: 0px !important;
    }

    .mobile-user-icon {
        display: inline-block !important;
        height: 44.47px !important;
        width: 46.47px !important;
        color: black !important;
        opacity: 0.7 !important;
    }

    .mobile-avatar-thumbnail {
        display: inline-block !important;
        border: 2px solid black !important;
        border-radius: 5px !important;
        height: 44.47px !important;
        width: 46.47px !important;
    }

    .mobile-width100 {
        width: 100% !important;
    }

    .mobile-paddingTop10 {
        padding: 10px 0px 0px 15px !important;
    }

    .mobile-display-block {
        display: block !important;
    }

    .mobile-filter-moveup {
        margin-top: -60px !important;
        z-index: 999 !important;
    }

    .mobile-paddingBottom15 {
        padding-bottom: 15px !important;
    }

    .mobile-adHeight {
        height: 250px !important;
    }

    .footer-block {
        line-height: 24px;
        min-height: 150px;
    }

    .footer-block-join {
        line-height: 24px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-card {
        min-height: 370px !important;
    }

    .slick-slide a {
        min-height: 135px !important;
    }

    .slick-slide div {
        min-height: 110px !important;
    }

    .mobile-logo-size {
        width: 180px !important;
        padding-top: 6px !important;
        margin-left: -3px !important;
    }

    .footer-block {
        line-height: 24px;
        min-height: 150px;
    }

    .footer-block-join {
        line-height: 24px;
    }

}

/*#endregion */

/*#region Header */

.header-search-nicheButton {
    height: 40px;
    padding: 6px 30px;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    font-weight: bold !important;
    color: white !important;
    vertical-align: middle !important;
    background-color: #7bc14a !important;
    border: 2px solid #7bc14a !important;
    border-radius: 4px !important;
}

    .header-search-nicheButton:focus {
        color: white;
        background-color: #7bc14a;
        outline: none !important;
    }

    .header-search-nicheButton:hover {
        color: #7bc14a;
        background-color: transparent;
    }

.header-search-nicheButton-noBackground {
    color: #7bc14a;
    background-color: transparent;
}

    .header-search-nicheButton-noBackground:focus {
        color: white !important;
        background-color: #7bc14a !important;
        outline: none !important;
    }

    .header-search-nicheButton-noBackground:hover {
        color: white !important;
        background-color: #7bc14a !important;
    }
/*#endregion */

/*#region Footer */
.copyright {
    text-align: center;
    background-color: #f5f5f4 !important;
}

    .copyright h5 {
        color: #c5c5c5 !important;
        margin: 0px;
        padding: 10px 0px;
    }

    .copyright a {
        color: #3365b0 !important;
    }

/*#endregion */


.advance-search-result {
    margin: 10px 0px;
    padding: 10px
}

    .advance-search-result img {
        width: auto;
        height: 80px;
        max-width: 100%
    }

    .advance-search-result .star-rating {
        font-size: 80%;
        margin-left: -3px;
        margin-bottom: 10px;
    }

    .advance-search-result .image-container {
        text-align: center;
        max-height: 120px;
        overflow: hidden
    }


@media only screen and (min-width: 1814px) {
    #divLabel{
        height:20px !important;
    }

    #divCard{
        height:270px !important;
    }
}


.display-image {
    height: 100px;
    width: 100px;
}
