/*
Theme Name: Lisitmia - Child Theme
Theme URI: http://www.listimia.com
Author: AddictedToWeb
Description: Listimia is a modern and impressive listing directory theme, based on deep research on the most popular directory websites.
Template: listimia
Version: 1
License: GNU General Public License
Text Domain: listimia
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

Listimia is based on UnderStrap https://understrap.com.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

body {
    color: #80899d;
}

/* Hide Keyword search field */
.gd-search-field-search{
	display: none;
}

/* Hide "search" string from search news widget */
.widget_search .assistive-text{
	display: none;
}

/* Hide "Enter Listing Details" from Add Listing page */
#geodir_fieldset_details {
    display: none;
}

/* Fix some issues in Add Listing page */
.gd-fieldset-details.form-group{
    margin-bottom: 0rem;
}

#logo_row label {
    margin-bottom: 0rem;
}

.geodir-add-files {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.geodir_form_row label {
    font-weight: 500;
}

#geodirectory-add-post h5 {
   padding: 0 0 0.5em 0;
}

.profile-pic ul li img {
	border-radius: 50% !important;
    height: 220px !important;
    width: 220px !important;
    min-width: auto !important;
}

.profile-pic ul li:after {
    margin-top: 0px !important;
    height: 220px;
}

.geodir_post_meta .geodir_post_meta_title{
    font-weight: 500;
	font-size: 15px;
    margin-right: .3rem;
    color: #575c68;
    display: block;
}

.geodir-tabs .geodir_post_meta .geodir_post_meta_icon i{
    display: none;
}

.geodir-tabs .geodir-post-meta-container {
    border-bottom: 0px;
}

.hero-section.listing-hero .jumbotron:before {
    background-color: #0088CC;
}

.hero-section.listing-hero .jumbotron,
.hero-section.listing-hero .jumbotron{
    padding-top: 2rem!important;
}

.geodir-addtofav-icon i,
.geodir-addtofav-icon svg {
    color: #ffff;
}

.right-info .btn-transparent {
    background: #19a4eb;
}

.review-button{
	background-color: transparent !important;
  	border: 2px solid #FFF;
	color: #FFF;
    cursor: pointer;
}
.review-button:active,
.review-button:hover{
	background-color: #FFF !important;
  	border: 2px solid #FFF !important;
	color: #0088CC !important;
}

.send-enquiry{
    cursor: pointer;
}

.gdlmls-sub-title {
    visibility: hidden;
    position: relative;
    min-height: 50px;
}
.gdlmls-sub-title:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Enter your suburb to see listings near you";
}

#geodir_address_street_row .geodir_message_note{
    color: red;
}

.listing-address .geodir_post_meta_title {
    color: #fff !important;
    font-weight: normal !important;
    display: inline;
}
.geodir-image-container ul.geodir-images li a.geodir-lightbox-image:hover .fa-search-plus {
    display: none !important;
}