/*=====================================
            CUSTOM PAGE STYLE
======================================*/

.callout.callout-success {
  background-color: #00a65a!important;
  color: #fff !important;
  border-color: #00733e;
}

.callout.callout-success h6 {
  color: #fff !important;
}

.callout.callout-danger h6 {
  color: #fff !important;
}

.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.callout.callout-danger {
background-color:#dd4b39 !important;
color:#fff !important;
border-color:#c23321
}

.form-error {
    font-weight: 400;
    text-align: left;
    margin: 0;
    color: #e74c3c;
    font-size: 11px;
    clear: both;
}


#ads-listing-finish {
    border-top: 5px solid #ccc;
    clear: both;
    display: block;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.logo-loader {
    text-align: center;
    clear: both;
    /* margin: 10px; */
    background: #fbfbfb;
    width: 100%;
    float: left;
    padding: 5px;
}

.logo-loader img {
    display: inline;
    width: 37px;
    height: 40px;
    border: none;
}

.profile-widget {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-widget a, .profile-widget button {
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0px 10px;
    color: var(--gray);
    background: var(--chalk);
    border-radius: 50%;
    border: 1px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.profile-widget a:hover, .profile-widget button:hover {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: var(--primary-tshadow);
}

.profile-widget a, .profile-widget button {
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin: 0px 10px;
    color: var(--primary);
    background: var(--chalk);
    border-radius: 50%;
    border: 1px solid var(--primary);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}


.product-widget-dropdown li a.active {
  color: var(--primary);
  background: var(--chalk);
}

#filter-items span {
    display: inline-table;
    padding: 7px;
    margin: 2px;
    background: #ccc;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}

#listing_search_title {
    text-transform: capitalize;
    color: var(--primary);
}

#clear-all-favourites {
    color: var(--primary);
    cursor: pointer;
    font-size: 80%;
}

#privacy_policy p+p {
    margin-top: 25px;
}

#categories_div p+p {
    margin-top: 25px;
}

.article-wrapper ol li{
    padding: 5px 0px;
}
.article-wrapper {
    padding: 30px;
}
.article-wrapper h3{
    padding-bottom: 30px;
}
.article-wrapper span{
    padding: 10px 10px;
}

.article-wrapper ol li{
    padding: 5px 0px;
}

.article-wrapper img{
    border: 1px solid #ccc;
    margin: 10px 20px;
}
/*
.card {
    margin-bottom: 30px;
    padding: 30px 30px 0px 30px;
    background: var(--white);
    border-radius: 8px;
}

.card-title {
    padding-bottom: 18px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid var(--border);
}*/

#categories_div img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    display: block;
}

.about-content h2 span {
    color: var(--primary);
}

.about-content p+p {
    margin-top: 25px;
}

.four-grids {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
}

.four-grids li {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--chalk);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.div-center-heading {
    text-align: center;
    margin-bottom: 20px;
}

a:hover {
    color: var(--primary);
}

a {
    color: var(--dark);
}

.all-category-section {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    display: none;
    box-shadow: 0 0 2px 1px #dbdbdb;
}

.category-search-field {
    width: 100%;
    float: left;
    padding: 12px;
    background: #fff;
}

.all-category {
    width: 100%;
    float: left;
    padding: 8px 0;
    background: #fff;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

.category-list-section {
    width: 100%;
    float: left;
    height: 200px;
    background: #fff;
    padding: 10px 0;
}

.search_field {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.search_field>a {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    position: relative;
    padding: 6px 50px 6px 15px;
    background: #fff;
    border-radius: 3px;
}

.search_field .active-arw:after {
    transform: rotate(
-180deg);
}

.search_field>a:after {
    content: " ";
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    right: 10px;
    background: url(../images/icon-113.png) no-repeat left center;
    width: 12px;
    height: 6px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.category-search-field input {
    width: 100%;
    height: 30px!important;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
}

.share-icon i {
    width: 30px;
    height: 30px;
    font-size: 16px !important;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary);
    background: var(--chalk);
    text-shadow: 2px 3px 8px rgb(0 0 0 / 10%);
    margin-bottom: 0px !important;
}

.form-label.required:after {
  content:"*";
  color:red;
}

/* Refer and earn - start */

.refer-block {
    border: 1px solid #f0f0f0;
    background-color: #f9f9f9;
    padding: 20px;
    float: left;
    margin: 40px 0 20px 0;
    width: 100%;
}

.refer-block h3 {
    text-align: center; 
    padding-bottom: 20px;
}
.refer-block ol li {
    color: white;
}
.bg1 {
    background-color: #69b9f6;
}
.first-box {
    color: #FFF !important;
    width: 100%;
    padding: 20px 18px;
    margin: 0;
    float: left;
    height: 260px !important;
    text-align: left;
    margin-bottom : 10px;
}

.first-box ol li {
    font-size: 16px;
}
.bg2 {
    background-color: #f15d5a;
}

.bg3 {
    background-color: #f89c58;
}

.botom-border {
    border-bottom: 1px solid #FFF;
    margin: 0 0 6px 0;
    padding: 0 0 4px 0;
}

.box-h2 {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 22px !important;
}

.box-h1 {
    color: #FFF !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.box-subtitle {
    color: #FFF !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.how-works {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    float: left;
}

.how-works p {
    color: #666666  !important;
    font-size: 26px !important;
    margin: 0 0 20px 0;
}

.how-txt {
    color: #333333  !important;
    font-size: 20px !important;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.how-txt i{
    padding-right: 5px;
}

.top-border {
    border-top: 1px solid #e6e6e6;
}

.green {
    color: #2bac36;
}

.red {
  color: var(--primary);
}

.refer_link {
    background-color: #e74c3c;
}

div.google_adsense_box {
    padding: 10px 0;
	margin: 10px 1%;
    justify-content: center;
    position: relative;
	clear:both;
	width:100%;
	background: repeating-linear-gradient(   45deg,   rgba(0, 0, 0, 0.1),   rgba(0, 0, 0, 0.1) 2px,   rgba(0, 0, 0, 0.05) 2px,   rgba(0, 0, 0, 0.05) 10px );
}

.sidebar-block-list p
{
    margin-bottom: 17px;
    padding-left: 25px;
    position: relative;
}

.sidebar-block-list p::before {
    position: absolute;
    content: "\f192";
    top: 0px;
    left: 0px;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
}

/* BLOGS CSS OVERIDDEN */

.suggest-title h4 {
    font-size: 14px;
    line-height: 20px;
}

.suggest-date i, .suggest-comment i {
    font-size: 12px;
}

.suggest-date p, .suggest-comment p {
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
}

.blog-suggest li {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-text h4 {
    font-size: 16px;
    line-height: 20px;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-meta li p {
    font-size: 12px;
    line-height: 12px;
}

.blog-meta li i {
    font-size: 12px;
}

.blog-overlay span {
    font-size: 9px;
}

.blog-overlay {
    padding: 2px 10px;
}

.blog-card {
    margin: 0px 0px;
}

.blog-content {
    padding: 0px 15px 15px;
}

.blog-details-title h2 {
    font-size: 28px;
}

.blog-details-content .sub-content h3 {
    font-size: 22px !important;
}

/* Refer and earn - end */

@media (max-width: 767px) {
  
  .four-grids {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}