.listing.vertical .img {
    height: 300px;
    width: 100%;
    margin-right: 0;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    background-size: contain;
}

.search-inside-item .close-filters {
    display: none!important;
}
a.popular-category {
    padding: 15px;
}
img.homepage-category-img {
    height: 250px;
    object-fit: cover;
    width: 100%!important;
}
.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
    /* padding: 79px 0!important; */
}
.item-blocks-cover .btn-outline-primary {
    color: #2986cc;
    border-color: #ffffff !important;
    background-color: #127bca5e !important;
    color: #FFF;
}
.online-wrapper {
    /* width: 150px; */
    border: 1px solid #2986cc !important;
    border-radius: 5px;
    background-color: #2986cc !important;
    color: #FFF;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: table;
    font: 14px;
}
.online-wrapper i{
margin-right: 5px;
}
.homepage-category-item {
    margin: 15px 0px!important;
}
span.hompg-cat-title {
    display: table!important;
    font-weight: bold;
    font-size: 25px;

    padding: 7px 18px;
    width: auto!important;
    margin: 0 auto!important;
}
.footer-register{
    text-align: center;
    margin-bottom:unset!important;
    color: #fff !important;
    font-size:20px;
    font-weight: bold;
    margin-top:15px;
}
.register-fixed {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    background-color: #2986cc;
}
.register-fixed button.teacher-signup-btn.btn.btn-primary.btn-block.rounded.text-white.p-3 {
    background-color: #FFF;
    color: #2986cc!important;
}
.register-fixed .row.align-items-center{
    margin: unset!important;
}
.popular-category:hover span.hompg-cat-title{
    color:#FFF!important
}
.pricing-table {
	background: #fff;
	box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
	padding: 2rem;
	border-radius: 4px;
	transition: .3s;
}

.pricing-table:hover {
	box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-table h2 {
	color: #3b3b3b;
	font-size: 24px;
	font-weight: 500;
}

.pricing-table h5 {
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
}

.pricing-table .pricing-features {
	margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table 	.price-tag {
	margin-top: 2rem;
	text-align: center;
	font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 64px;
}

.pricing-table .price-tag .after {
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}

.pricing-table .price-button:hover {
	text-decoration: none;
}

.purple .pricing-label {
	background: #cad2ff;
	color: #627afe;
}

.purple .price-tag {
	color: #627afe;
}

.purple .price-button {
	background: #627afe;
}

.purple .price-button:hover {
	background: #546dfe;
}

.turquoise .pricing-label {
	background: #b9edee;
	color: #44cdd2;
}

.turquoise .price-tag {
	color: #44cdd2;
}

.turquoise .price-button {
	background: #44cdd2;
}

.turquoise .price-button:hover {
	background: #2dbcc4;
}

.red .pricing-label {
	background: #ffc4c4;
	color: #ff5e5e;
}

.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}

.verified h1.item-cover-title-section::after {
    /* content: ''; */
    width: 25px;
    height: 25px;
    position: absolute;
    right: -40px;
    top: calc( 50% - 12.5px );
    display: block;
    /* background-color: red; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 22px;
}
.d-block.d-md-flex.listing.vertical.verified{
    position: relative;
}
.d-block.d-md-flex.listing.vertical.verified::after {
    /* content: ''; */
    width: 25px;
    height: 25px;
    position: absolute;
    right: 4px;
    top: 0;
    display: block;
    /* background-color: red; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 22px;
}


h1.item-cover-title-section {
    display: table;
    position: relative;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #30e3ca;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

address {
    margin-bottom: 0.3rem;
}

.review:not(:last-of-type):after {
    content: "•";
    margin: 0px 1px 0px 4px;
}

/**
 * Search Box Style
 */
#search-box-query-icon-div {
    margin-right: 0px !important;
}

#search-box-query-icon {
    background-color: #fff !important;
    border-color: #fff !important;
    border-right-color: #e9ecef !important;
}

#search_query {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.state-city-invalid-tooltip {
    display: block;
}
#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}
#multiple-datasets span.icon {
    z-index: 1000 !important;
}
.twitter-typeahead {
    width: 100%;
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    text-align: left;
    min-width: 270px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 230px;
    overflow-y: auto;
    z-index: 1000 !important;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 1rem;
    line-height: 24px;
}

.tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

/**
 * error message tool tip box
 */
.invalid-tooltip {
    display: block !important;
}
.invalid-tooltip-side-search-query {
    top: auto !important;
}

address a {
    color:#4d4d4d;
}

.address a {
    color: #ffffff;
}

#logout-form {
    display: none;
}

.line-height-1-0 {
    line-height: 1.0;
}

.line-height-1-2 {
    line-height: 1.2;
}

.font-size-13 {
    font-size: 13px;
}

.display-none {
    display: none;
}

.z-index-1000 {
    z-index: 1000;
}

.item-featured-label {
    border-top-left-radius:5px;
    font-size:13px;
    position: relative;
    top: 1%;
}

.div-clear {
    width:100px;
    clear:both;
}

#menu-mobile-div {
    position: relative;
    top: 3px;
}

.site-section img {
    max-width: 100%;
}

#mapid-item {
    width: 100%;
    height: 400px;
}

#mapid-search {
    width: 100%;
    height: 900px;
}

#mapid-box {
    width: 100%;
    position: sticky !important;
}

.post-body img {
    max-width: 100%;
}
.item-featured-label.inside {
    top: 0%!important;
    position:absolute!important;
}
/* Comment Style */
.media-body-comment-body {
    white-space: pre-wrap;
}

.item-cover-title-section {
    font-size: 2.6rem !important;
}
.item-cover-title-section-sm-xs {
    font-size: 1.8rem !important;
}

.item-cover-address-section {
    color: rgba(255, 255, 255, 0.8) !important;
}
.item-cover-address-section-sm-xs {
    font-size: 1.0rem !important;
}

.item-cover-contact-section h3 {
    color: #fff;
}

.item-cover-contact-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 2.0rem;
    line-height: 1.5;
}

.item-blocks-cover {
    min-height: 600px !important;
}

.item-blocks-cover-sm {
    min-height: 580px !important;
}

.site-blocks-cover-sm {
    background-size: auto !important;
}

#share-modal {
    z-index: 2000;
}
.user-email{
    color: #fff!important;
    font-size: 12px!important;
    font-weight: bold;
}
#showCategoriesModal {
    z-index: 2000;
}

.overlap-category-sm {
    z-index: 20;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.listing .category {
    padding: 5px 10px !important;
    border-radius: 3px !important;
    margin-bottom: 4px !important;
}

.btn-facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.btn-twitter {
    background-color: #1da1f2 !important;
    border-color: #1da1f2 !important;
}

.btn-linkedin {
    background-color: #007bb5 !important;
    border-color: #007bb5 !important;
}

.btn-blogger {
    background-color: #fb8f3d !important;
    border-color: #fb8f3d !important;
}

.btn-pinterest {
    background-color: #cb2027 !important;
    border-color: #cb2027 !important;
}

.btn-evernote {
    background-color: #2dbe60 !important;
    border-color: #2dbe60 !important;
}

.btn-reddit {
    background-color: #ff4500 !important;
    border-color: #ff4500 !important;
}

.btn-buffer {
    background-color: #232a30 !important;
    border-color: #232a30 !important;
}

.btn-wordpress {
    background-color: #0b6086 !important;
    border-color: #0b6086 !important;
}

.btn-weibo {
    background-color: #df2029 !important;
    border-color: #df2029 !important;
}

.btn-skype {
    background-color: #00aff0 !important;
    border-color: #00aff0 !important;
}

.btn-telegram {
    background-color: #0088cc !important;
    border-color: #0088cc !important;
}

.btn-viber {
    background-color: #665CAC !important;
    border-color: #665CAC !important;
}

.btn-whatsapp {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
}

.btn-wechat {
    background-color: #7BB32E !important;
    border-color: #7BB32E !important;
}

.btn-line {
    background-color: #00B900 !important;
    border-color: #00B900 !important;
}

.btn-google {
    background-color: #ea4335 !important;
    border-color: #ea4335 !important;
}

.btn-github {
    background-color: #24292e !important;
    border-color: #24292e !important;
}

/**
 * iframe style for youtube background
 */

/* optional css fade in animation */
iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

/* item rating summary style */
#review_summary {
    text-align: center;
    padding: 32px 10px;
    -webkit-border-radius: 3px 3px 3px 0;
    -moz-border-radius: 3px 3px 3px 0;
    -ms-border-radius: 3px 3px 3px 0;
    border-radius: 3px 3px 3px 0;
}
#review_summary strong {
    font-size: 2.625rem;
    display: block;
    line-height: 1;
}
#item-rating-sort-by-form {
    display: inline-block !important;
}


/* 11/10/2020 fotis fix display for categories listing */
.listing.vertical#listingDisplay .img {
    width: 100%;
    height: 300px;
}


@media (max-width:1400px){

.pricing-table h2 {

    font-size: 19px!important;

}
.pricing-table .price-tag .amount {

    font-size: 42px!important;
}
}
@media screen and (max-width: 990px) {
    .d-block.d-md-flex.listing.vertical#listingDisplay {
        display: block !important;
    }
    .listing.vertical#listingDisplay .img {
        height: 326px;
    }
    
}
@media (min-width:851px){
    .hide-desktop{
        display: none!important
    }
}
@media (max-width:850px){
  
    .hide-mobile{
        display: none!important
    }
}
@media (min-width:601px){
    .filter-btn{
        display: none!important;
    }
    button.close-filters.btn.btn-primary.rounded.text-white{
        display: none!important;
}
}

@media (max-width:600px){
    a.btn.btn-primary.btn-sm.rounded {
        margin: 4px;
    }
    .mobile-image-professor{
        margin-bottom: 15px;
    }
    .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
        min-height: 650px;
        height: 100vh;
        background-size: cover!important;
    }
    .d-flex.closebtn-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .col-lg-2.filters {
        position: absolute;
        left: -100vw;
        transition: 0.3s;
        background-color: #FFF;
        z-index:999999;
    }
    .filter-btn{
        margin:0px 15px 25px!important;
    }
    .col-lg-2.filters.active {
        position: absolute;
        left:0;
        transition: 0.3s;
    }
.categ-big {
        width: 50%!important;
    }
    .register-fixed{
        width:75%;
    }
    .register-fixed button.teacher-signup-btn.btn.btn-primary.btn-block.rounded.text-white.p-3 {
        background-color: #FFF;
        color: #2986cc!important;
        font-size: 12px;
        padding: 10px!important;
    }
    .footer-register {
      
        font-size: 15px;
   
        line-height: 18px;
    }
}
