/*
Theme Name: Rent-Here
Version: 1.0
Author: FP WP Team
Author URI: http://futureprofilez.com/
Description: This is custom theme created by Futureprofilez pvt ltd 
License: GNU General Public License v2 or later 
Tags: custom-layout  
Text Domain: wstheme 
This theme, like WordPress, is licensed under the GPL. 
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.menu-item {
    display: flex;
}
.footer .menu-footer li.current-menu-item a {
    color: #fe7c12;
    text-decoration: none;
}

.find-loction.full {
	text-align: center;
}

.find-loction.full ul{
	width: 100%;
	display:block;
}
/*.find-loction.full ul li { 
	 float: unset!important;
    width: 47%!important;
    padding: 0 5px;
}*/

p.center-text { 
	text-align: center;
    margin-top: 8% !important;
    font-size: 21px !important;
}
p.center-img { text-align: center;}
p.center-img img {
    width: 60%;
}

/**detail page images**/
.acadp-slider-nav.slick-initialized .slick-slide {
    width: 111px!important;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    text-align: justify;
}
.acadp-slider-nav.slick-slider .slick-track {
    width: 100% !important;
   }
.product-detail-contain span.label.label-primary {
    padding: 4px 15px;
    background: #2196f3;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.avail-date p {
    margin-top: 8px;
}

span.glyphicon.glyphicon-briefcase, span.glyphicon.glyphicon-map-marker, span.glyphicon.glyphicon-view, span.glyphicon.glyphicon-user  {
    color: #77c04b;
    font-size: 11px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

}

.glyphicon-briefcase:before {
    content: "\e139";    
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-view:before {
   content: "\e105";
}
.glyphicon-user:before {
  content: "\e008";
}

/*** request from css ***/
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.modal-header h4.modal-title {
    text-align: center;
    margin-right: 35%;
    color: #000000;
}
.pull-left.text-muted {
    display: none;
}
