/*---------------------------------------------

Template Name: Classima 
Template URL: http://radiustheme.com/demo/html/classima/
Description: Classima - Classified Listing HTML Template
Author: RadiusTheme
Author URL: http://www.radiustheme.com 
Version: 1.0.0

===================   
CSS INDEX
===================





/*-------------------  -------------------*/
@media only screen and (max-width: 991px) {
    .sidebar-break-md {
        margin-top: 3.125rem;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-space-sm {
        margin-top: 1.5625rem;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-break-sm {
        margin-top: 3.125rem;
    }
}

.sidebar-widget-area .widget {
    margin-bottom: 2.5rem;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0 !important;
}

.sidebar-widget-area .widget-lg {
    margin-bottom: 1.875rem;
}

.sidebar-widget-area .widget-lg:last-child {
    margin-bottom: 0 !important;
}

.sidebar-widget-area .widget-bottom-margin {
    margin-bottom: 1.875rem;
}

.sidebar-widget-area .widget-bottom-margin-md {
    margin-bottom: 1.25rem;
}

.sidebar-widget-area .widget-md {
    margin-bottom: 1.25rem;
}

.sidebar-widget-area .widget-md:last-child {
    margin-bottom: 0 !important;
}

.widget-light-bg {
    background-color: #ffffff;
    box-shadow: 0 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.1);
}

.widget-bg-title {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    background-color:#00895f;
    color: #ffffff;
    margin-bottom: 0;
    border-radius: 0.125rem 0.125rem 0 0;
}

.widget-border-title {
    color: #2a2a2a;
    border-bottom: 0.0625rem solid #e1e1e1;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.6875rem 1.875rem;
    margin-bottom: 0;
}

.widget-store {
    background-color: #ffffff;
    padding: 1.875rem;
}

.widget-store .store-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
}

.widget-store .store-list:last-child {
    margin-bottom: 0;
}

.widget-store .store-list .store-logo {
    margin-right: 1.25rem;
    background-color: #f5f7fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-store .store-list .store-logo a {
    display: block;
}

.widget-store .store-list .store-content {
    line-height: 1.8;
}

.widget-store .store-list .store-content .item-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.widget-store .store-list .store-content .item-title a {
    color: #4d4d4d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-store .store-list .store-content .item-title a:hover {
    color: #f85c70;
}

.widget-store .store-list .store-content .store-establish {
    font-size: 0.875rem;
}

.widget-store .store-list .store-content .item-count {
    font-size: 0.875rem;
}

@media only screen and (max-width: 991px) {
    .widget-banner {
        text-align: center;
    }
}

.widget-banner a {
    display: block;
}

.widget-banner a img {
    border-radius: 0.25rem;
}

.widget-accordian {
    background-color: #ffffff;
    border-radius: 0.125rem;
    box-shadow: 0rem 0.0625rem 0.0625rem 0rem rgba(0, 0, 0, 0.1);
}

.widget-accordian .accordion-box {
    padding: 1.375rem 1.25rem 1.25rem;
    border-bottom: 0.0625rem solid #cccccc;
}

.widget-accordian .accordion-box .card {
    border: none;
}

.widget-accordian .accordion-box .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget-accordian .accordion-box .card .card-header .parent-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375rem;
    margin-bottom: 0.375rem;
    color: #646464;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-accordian .accordion-box .card .card-header .parent-list img {
    height: 0.9375rem;
    width: 0.9375rem;
    margin-right: 0.75rem;
}

.widget-accordian .accordion-box  .card-header :after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 0.9375rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-accordian .accordion-box .card .card-header .parent-list:hover {
    color: #f85c70;
}

.widget-accordian .accordion-box  .card-header .collapsed:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.widget-accordian .accordion-box .card .card-body {
    padding: 0;
}

.widget-accordian .accordion-box .card .card-body .sub-list {
    padding-top: 0.125rem;
    margin-left: 0.9375rem;
}

.widget-accordian .accordion-box .card .card-body .sub-list li {
    margin-bottom: 0.5rem;
}

.widget-accordian .accordion-box .card .card-body .sub-list li a {
    padding-left: 1.25rem;
    font-size: 0.9375rem;
    color: #646464;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-accordian .accordion-box .card .card-body .sub-list li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 0.9375rem;
    font-weight: 600;
    color: #f85c70;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
}

.widget-accordian .accordion-box .card .card-body .sub-list li a:hover {
    color: #f85c70;
}

.widget-filter .accordion-box {
    padding: 0;
}

.widget-filter .accordion-box .filter-item-list > .card-header > .parent-list {
    font-size: 1rem;
    font-weight: 700;
    color: #2a2a2a;
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0.0625rem solid #dddddd;
}

.widget-filter .accordion-box .filter-item-list > .card-header > .parent-list:after {
    height: 1.375rem;
    width: 1.375rem;
    line-height: 1.4375rem;
    background-color: #00895f;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    right: 1.25rem;
}

.widget-filter .accordion-box .filter-item-list > .card-header > .parent-list:hover {
    color: #2a2a2a;
}

.widget-filter .accordion-box .filter-item-list > .card-header .collapsed.parent-list:after {
    background-color: #a9a9a9;
}

.widget-filter .accordion-box .filter-item-list .card-body {
    padding: 0.9375rem 1.25rem 1.25rem;
    border-bottom: 0.0625rem solid #cccccc;
}

.widget-filter .accordion-box .filter-item-list .card-body .filter-type-content ul li .form-check-input {
    top: 0.1875rem;
}

.widget-filter .accordion-box .filter-item-list .card-body .filter-type-content ul li .form-check-label {
    font-size: 0.9375rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-filter .accordion-box .filter-item-list .card-body .filter-type-content ul li .form-check-label:hover {
    color: #f85c70;
}

.widget-filter .accordion-box .multi-accordion .card-body {
    padding: 1.375rem 1.25rem 1.25rem;
}

.widget-filter .accordion-box .multi-accordion .card-body .multi-accordion-content .card .card-body {
    border: none;
    padding: 0;
}

.widget-filter .accordion-box .multi-accordion .card-body .multi-accordion-content .card .card-body .sub-list {
    padding-bottom: 0.25rem;
}

.widget-filter .accordion-box .filter-price-range .card-body {
    border-bottom: none;
}

.widget-filter .accordion-box .filter-price-range .card-body .price-range-content .form-group .form-control {
    border: 0.0625rem solid #ced4da;
    font-size: 1rem;
    color: #444444;
}

.widget-filter .accordion-box .filter-price-range .card-body .price-range-content .form-group input {
    height: 2.5rem;
}

.widget-filter .accordion-box .filter-price-range .card-body .price-range-content .form-group .filter-btn {
    background-color: #f85c70;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    border: none;
    border-radius: 0.25rem;
    height: 3.125rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-filter .accordion-box .filter-price-range .card-body .price-range-content .form-group .filter-btn:hover {
    background-color: #e43d40;
}

.widget-price .item-price {
    font-size: 1.5625rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #f85c70;
    border-radius: 0.125rem;
    padding: 1.125rem 1.25rem;
}

.widget-author-info .author-content {
    padding: 1.25rem;
}

.widget-author-info .author-content .author-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

.widget-author-info .author-content .author-name .item-img {
    margin-right: 0.625rem;
}

.widget-author-info .author-content .author-name .item-img img {
    border-radius: 50%;
}

.widget-author-info .author-content .author-name .author-title {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.widget-author-info .author-content .author-name .author-title a {
    color: #2a2a2a;
}

.widget-author-info .author-content .author-meta {
    margin-bottom: 0.625rem;
}

.widget-author-info .author-content .author-meta ul li {
    font-size: 0.875rem;
    padding-left: 1.5625rem;
    position: relative;
}

.widget-author-info .author-content .author-meta ul li a {
    color: #646464;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-author-info .author-content .author-meta ul li a:hover {
    color: #f85c70;
}

.widget-author-info .author-content .author-meta ul li i {
    position: absolute;
    top: 0.5rem;
    left: 0;
}

.widget-author-info .author-content .phone-number {
    margin-bottom: 0.625rem;
    background-color: #f2f2f2;
    border-radius: 0.125rem;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    line-height: 1.9;
}

.widget-author-info .author-content .phone-number .number {
    font-weight: 600;
    color: #444444;
}

.widget-author-info .author-content .phone-number .number i {
    color: #e43d40;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 0.625rem;
    font-size: 0.875rem;
}

.widget-author-info .author-content .phone-number .item-text {
    font-size: 0.8125rem;
    color: #6c757d;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-author-info .author-content .revealed .item-text {
    display: none;
}

.widget-author-info .author-content .author-mail .mail-btn {
    display: block;
    border-radius: 0.125rem;
    background-color: #444444;
    padding: 0.625rem 1.25rem;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-author-info .author-content .author-mail .mail-btn i {
    color: #e43d40;
    margin-right: 0.9375rem;
}

.widget-author-info .author-content .author-mail .mail-btn:hover {
    color: #f85c70;
    background-color: #111111;
}

.widget-safty-tip .safty-tip-content {
    padding: 1.25rem;
}

.widget-safty-tip .safty-tip-content ul li {
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 1.25rem;
}

.widget-safty-tip .safty-tip-content ul li:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #f85c70;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.widget-store-detail .store-content {
    padding: 1.25rem;
}

.widget-store-detail .store-content p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.widget-store-info .author-content .store-website {
    margin-bottom: 0.5rem;
}

.widget-store-info .author-content .store-website a {
    font-weight: 500;
    color: #222222;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-store-info .author-content .store-website a i {
    color: #f85c70;
    font-size: 0.875rem;
    margin-right: 0.625rem;
}

.widget-store-info .author-content .store-website a:hover {
    color: #f85c70;
    text-decoration: underline;
}

.widget-store-info .author-content .store-opening-hour {
    margin-bottom: 0.9375rem;
}

.widget-store-info .author-content .store-opening-hour .item-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0.625rem;
    display: block;
}

.widget-store-info .author-content .store-opening-hour .item-title i {
    color: #f85c70;
    font-size: 0.875rem;
    margin-right: 0.625rem;
}

.widget-store-info .author-content .store-opening-hour ul li {
    font-size: 0.875rem;
    font-style: italic;
}

.widget-store-info .author-content .store-opening-hour ul li span {
    font-weight: 600;
    color: #444444;
    min-width: 5.3125rem;
    display: inline-block;
    font-style: normal;
}

.widget-store-info .author-content .author-mail .mail-btn {
    background-color: #f85c70;
}

.widget-store-info .author-content .author-mail .mail-btn i {
    color: #ffffff;
}

.widget-store-info .author-content .author-mail .mail-btn:hover {
    background-color: #e43d40;
    color: #ffffff;
}

.widget-search-box .input-group {
    padding: 1.25rem;
}

.widget-search-box .input-group .form-control {
    color: #2a2a2a;
    border-color: #dcdcdc;
    border-right: none;
    border-radius: 0.125rem 0 0 0.125rem;
    height: 2.6875rem;
}

.widget-search-box .input-group .form-control:focus {
    box-shadow: none;
}

.widget-search-box .input-group .input-group-append button {
    background-color: transparent;
    border: 0.0625rem solid #dcdcdc;
    border-left: none;
    border-radius: 0 0.125rem 0.125rem 0;
    color: #f85c70;
    padding: 0 0.8125rem;
}

.widget-search-box .input-group .input-group-append button:focus {
    outline: none;
}

.widget-category .category-list {
    padding: 1.25rem;
}

.widget-category .category-list ul li {
    margin-bottom: 0.375rem;
}

.widget-category .category-list ul li:last-child {
    margin-bottom: 0;
}

.widget-category .category-list ul li a {
    color: #646464;
    padding-left: 1.25rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-category .category-list ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 0.875rem;
    color: #f85c70;
    font-weight: 600;
    position: absolute;
    left: 0;
}

.widget-category .category-list ul li a:hover {
    color: #f85c70;
}

.widget-tag .tag-list {
    padding: 1.25rem;
}

.widget-tag .tag-list ul li {
    margin-bottom: 0.3125rem;
    margin-right: 0.125rem;
    display: inline-block;
}

.widget-tag .tag-list ul li a {
    display: inline-block;
    color: #646464;
    font-size: 0.75rem;
    border: 0.0625rem solid #d5d5d5;
    border-radius: 0.125rem;
    padding: 0.5625rem 0.625rem;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-tag .tag-list ul li a:hover {
    color: #ffffff;
    background-color: #f85c70;
    border-color: #f85c70;
}




/*------------------- 6.6 Text -------------------*/
.color-primary {
    color: #f85c70;
}

.color-light {
    color: #ffffff;
}

.color-dark {
    color: #111111;
}

.text-bold {
    font-weight: 700;
}
