/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.0
*/
.next_prev_link .link_prev
{
	float: left;
}
.next_prev_link .link_next
{
	float: right;
}
.blog-image-wrap{
	height: 250px;
	overflow: hidden;
	padding: 1px;
	border-radius: 4px 8px 0 0;
	-webkit-border-radius: 4px 8px 0 0;
	-moz-border-radius: 4px 8px 0 0;

}
.blog-image-wrap img{
	max-width: 100%;
}
.cpm_blog_wrap h3{
	margin-top: 0;
}
.cpm_blog_wrap .content-box-inner
{
	padding: 20px 25px !important;
}
.footer-widget-column:first-child{
	margin-bottom: 0 !important; 
}

/****************\
	#ADDED CSS
    \****************/


    div#show-all-listing-data ul li img {
        display: inline-block;
        margin: 0 0;
        margin-bottom: 5px;
    }

    div#show-all-listing-data ul{
       margin-left: 0;
       margin-right: 0;
       margin-bottom: 0;
       margin-top: 0;
   }

   div#show-all-listing-data ul li {
    list-style: none;
    text-align: center;
    width: 20%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    vertical-align:top;

}

    #event-search-result ul.job_listings p{
        padding-left: 15px;
    }
    #event-search-result ul.job_listings {
      margin: 0;
      list-style: none;
      position: relative; 
}
#event-search-result ul.job_listings p {
	width: 100%;
}


h2.all-event-title {
    font-family: "Playfair Display",Georgia,Times,"Times New Roman",serif;
    padding-bottom: 10px;
    border-bottom: 2px solid #ededed;
}

p.related-post-title a {
    color: #ea2f4e;
    font-style: italic;
}

p.related-post-title a:hover{
	color:#000;
}

div#show-data ul li img {
    display: inline-block;
    margin: 0 auto;
}

div#show-data ul li a {
    position: relative;
    display: inline-block;
}

div#show-data li a:after {
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

div#show-data li .all-content-wrap strong{
	font-family: "Playfair Display",Georgia,Times,"Times New Roman",serif;
}

div#show-data ul li:hover a:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

div#show-data ul li span.all-content-wrap {
    bottom: 10px;
    color: #fff;
    font-size: 16px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 20px;
}

div#show-data ul li:hover span.all-content-wrap {
    opacity: 1;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}

div#show-data ul li img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div#show-data ul li {
    display: inline-block;
    text-align: center;
    padding: 10px;
    vertical-align: top;
    width: 33%;
}

/******************\
   #single events
   \******************/

   .single-content-wrapper img {
    display: block;
    float: left;
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 15px;
}

.single-content{
    width: 46%;
    float: right;
    margin-bottom: 20px;
}

.single-content-wrapper h2 {
    border-bottom: 2px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: "Playfair Display",Georgia,Times,"Times New Roman",serif;
}



@media (min-width: 1200px){
	.callout-feature-content{
		padding-bottom: 45px;
		padding-top: 45px;
	}
}

.entry-meta { display:none }
h1.entry-content { margin-top: 0; padding-top:0 }

div.astoundify-listing-labels { display:none !important; }

@media (max-width: 992px) {
	div.custom-header {
		text-align:center;
		border:1px solid #000;
	}
}

@media (max-width:767px){
	div#show-all-listing-data ul li {
		width: 50%;
	}
}

@media (max-width:610px){
	.single-content-wrapper img {
       display: block;
       float: none;
       width: 100%;
       margin-top: 0;
       margin-bottom: 20px;
       margin-right: 0px;
   }

   .single-content{
       width: 100%;
       float: none;
       margin-bottom: 20px;
   }

   div#show-data ul li {
       width: 50%;
   }
}

@media (max-width:480px){
	div#show-data ul li {
       margin-bottom: 20px;
       padding: 0px;
       width: 100%;
   }

   div#show-all-listing-data ul li {
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
  }
}
#ui-datepicker-div{
    z-index: 999 !important;
}
.ui-datepicker-header{
    z-index: 999 !important;
}


/********************************************************************************************************/
/*---------------------------*\
    SEARCH-EVENT FORM STYLE
    \*---------------------------*/

    .event-search-form-wrapper form#event_search label{
        display: block;
    }

    .event-search-form-wrapper form#event_search input{
        width: 100%;
    }

    .event-search-form-wrapper form#event_search .custom_dropdown span.select,
    .event-search-form-wrapper form#event_search .custom_dropdown span.select select{
        width: 100%;
    }

    .event-search-form-wrapper form#event_search .custom_dropdown span.select select{
        border-radius: 4px;
    }

    .event-search-form-wrapper form#event_search .field-separator{
        margin-top: 30px;
    }

    .event-search-form-wrapper form#event_search button.submit-button{
        background: #454545;
        border: 0;
        border-radius: 4px;
        box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
        color: #fff;
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        margin-top: 18px;
        padding: 11px 15px;
        text-align: center;
        text-shadow: none!important;
        vertical-align: bottom;
        width: 100%;
    }

    @media (max-width: 991px){
        .event-search-form-wrapper form#event_search .field-separator{
            margin-top: 0px;
        }

        .event-search-form-wrapper form#event_search input,
        .event-search-form-wrapper form#event_search .custom_dropdown span.select select{
            margin-bottom: 15px;
        }

        .event-search-form-wrapper form#event_search button.submit-button{
            margin: 0;
        }
    }




    /********************************************************************************************************/
/*---------------------------------*\
    SEARCH-EVENT PAGINATION STYLE
    \*---------------------------------*/

    button.disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }

    body.page-template-template-event-search ul.pagination_event{
        list-style: none !important;
        margin-left: 0;
        overflow: hidden;
    }

    body.page-template-template-event-search ul.pagination_event li{
        float: left;
        margin-right: 15px;
    }

    body.page-template-template-event-search ul.pagination_event li.current_page a,
    body.page-template-template-event-search ul.pagination_event li:hover a{
        color: #ffffff;
    }

    body.page-template-template-event-search ul.pagination_event li:hover,
    body.page-template-template-event-search ul.pagination_event li.current_page{
        background: #454545;
    }

    body.page-template-template-event-search ul.pagination_event li:hover,
    body.page-template-template-event-search ul.pagination_event li:hover a{
        -webkit-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    body.page-template-template-event-search ul.pagination_event li:last-child{
        margin-right: 0;
    }

    body.page-template-template-event-search ul.pagination_event li a{
        border: 1px solid #454545;
        display: block;
        padding: 5px 10px;
    }




      /****  Featured listing  ***/

      .listing-featured-badge {background-color:red}

      /** additional css - MV to reduce padding inbetween widgets **/
      @media (min-width: 992px) {
          .home-widget {
              margin: 4em 0;
          }
      }












      /*NEW CODES*/


      .check-availability-content {
        border: 1px solid #e9edf2;
        padding: 30px 20px;
    }


    .date-widget-content h5{
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 600;
    }

    .check-out-content {
        position: relative;

    }

    .check-out-content:before {
        position: absolute;
        top: calc(50% - 14px);
        left: -5px;
        content: "\f178";
        font-family: "fontawesome";
        color: #A0A0A0;    
        z-index: 66;
    }


    .button-listing {
        border: 1px solid #e9edf2;
        margin-bottom: 30px;
        width: 100%;
        display: inline-flex;
    }

    .button-listing span {
        display: inline;
        width: 50%;
    } 

    .button-listing input {
        border: none;
        background-color: #FFF;
        text-transform: capitalize;
        /*margin-right: 20px;*/
        font-size: 14px;
       /* width: 100%;*/
    }

    .button-listing input::placeholder {
       color: #A0A0A0;
       font-weight: 600;
   }

   .button-listing button:hover {
    color: #000;
}

.guest-list-dropdown {
    margin-bottom: 30px;
}

.guest-list-dropdown select {
    width: 100%;
    text-align: center;
    display: block;
    border: 1px solid #e9edf2;
}

.btn-availability {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9edf2;
}

.btn-availability button {
    width: 100%;
    background-color: #E93551;
    border: none;
    padding: 10px;
    text-transform: capitalize;
    color: #FFF;
}

.btn-availability button:hover {
    background-color: #404040;
    
}

.check-availability-content p {
    margin-bottom: 0;
    font-size: 12px;
    color:#808080;
}

.listify-select, .mfp-content .select, .select {
    display: block;
}



/*DATE PICKER Custom CSS*/
.ui-widget-header {
    background: none;
    background-color: #FFF;
    border:none;
}

.ui-datepicker .ui-datepicker-title {
    /*border-bottom: 1px solid #e9edf2;*/
}

.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid #e9edf2;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none;
    background-color: #e9edf2 !important;
    text-align: center;
    border: none;
    border-radius:50%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    width: 26px;
    height: 26px;
    text-align: center;
}

.ui-widget-content .ui-state-default:hover {
    background:#E93551;
    color: #FFF;
    border-radius: 50%;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 0;
}

/*.ui-datepicker td span, .ui-datepicker td a {
    width: 26px;
    height: 26px;
}*/


.ui-datepicker table { 
    border: 0;

}


/*Responsive for samller devices*/

@media (max-width:991px) {
.check-out-content:before {
        position: absolute;
        top: calc(50% - 11px);
}

@media (max-width:480px) {
    
.button-listing {
    display: block;
}

.button-listing span {
    width: 100%;
}

 .button-listing input {
    width: 100%;
}

.check-out-content input {
    border-top: 1px solid #e9edf2;
    border-radius: 0;
}
.check-out-content:before {
   display: none;
}

/*room type styles 31/03/22	
.single-content-block {background-color: #F6F6F6 ;border-bottom: 1px solid #f2f2f2; margin: 10px 0 20px 0; padding: 20px}
.single-content-block .col-md-8 .description h3 {margin-top:0px;padding-top:0px} */
