/*
Theme Name: Valorous Circle's Hello Elementor Child
Theme URI: https://valorouswebdesign.com
Template: hello-elementor
Author: Valorous Circle LLC
Author URI: https://valorouswebdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.0.1565622455
Updated: 2019-08-12 11:07:35

*/

/* Buttons */
input[type="button"] {
	border-color: #888888;
	color: #888888;
}

input[type="button"]:hover,
input[type="button"]:focus {
	background-color: #888888;
}
/* END Buttons */


/* Google Policy */
.vc-GFGooglePolicy {
	font-size: 12px;
	line-height: 1.3;
}
/* END Google Policy */



/* Password Protected Page */
form.post-password-form {
	display: block;
	align-items: center;
	text-align: center;
	margin: 40px 25px;
}

form.post-password-form p:nth-of-type(1) {
	font-weight: 500;
	color: #000;
	padding-bottom: 20px;
	line-height: 1.3;
}

form.post-password-form input {
	margin-bottom: 12px;
}

form.post-password-form [type=submit] {
	border-color: #4CAF50;
	background-color: #4CAF50;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

form.post-password-form [type=submit]:hover {
	background-color: #46a049;
	border-color: #46a049;
}

form.post-password-form label {
	padding-bottom: 5px;
}
/* END Password Protected Page */



/* Single Rental Listing */
#vc-rental-description h1, #vc-rental-description h2, #vc-rental-description h3, #vc-rental-description h4, #vc-rental-description h5, #vc-rental-description h6 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    margin-top: 25px;
}

/** amenities list **/
.vc-amenities-list ul {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	column-gap: 4px;
	list-style: none;
	padding-inline-start: 0px;
}

@media (max-width: 1024px) {
	.vc-amenities-list ul {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
	}
}

@media (max-width: 767px) {
	.vc-amenities-list ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

li.jet-listing-dynamic-repeater__item {
    background-color: #F3F3F3;
    margin: 0px 10px 5px 0px;
    padding: 8px 15px;
    border-radius: 5px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
/* END Single Rental Listing */



/* Hide Element */
.vc-hide {
	display: none !important;
}
/* END Hide Element */



/* Jet Listing Slider */
#vc-jet-slider .jet-listing-grid__slider-icon.slick-arrow {
    top: 0%;
}

#vc-jet-slider .next-arrow {
    left: 35px;
}
/* END Jet Listing Slider */