/* Constraint image, logo must be high resolution ( because of retina ) */
.header-center .header .logo img {
    max-width: 150px;
}

#main-search {
	display: none;
}

/* Div with child img src as its own background image  */
.img-to-bg {
	display: table;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.img-to-bg img { 
	opacity: 0;
}

/* simple grid */
.row {
	position: relative;
	width: auto;
	display: flex;
	margin: 0 -30px;
}
.col {
	position: relative;
    flex: 1 0 auto;
    padding: 0 30px;
}

/* serch on top menu nav */
.searchform-wrap > input {
    height: 50px;
    width: 50px;
	padding: 15px 40px 15px 10px;
	border: 0;
	-webkit-transition: all .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	transition: all .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	font: normal 400 16px/50px Roboto, sans-serif;
	text-transform: uppercase;
	background-color: #FFF;
}
.searchform-wrap > input:focus {
	color: #000;
	width: 177px;
	text-transform: none;
	border-bottom: 1px solid #aaa;
}
.searchform-wrap:hover > input {
	width: 177px;
}
.searchform-wrap input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #000;
}
.searchform-wrap input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000;
}
/* serch on top menu nav */

/* Right Sidebar Social Widget by Crochet */
#crochet_visited_countries_cities-2 + #crochet_facebook_instagram_followers-2 {
	margin-top: 8px;
}
.widget-social-counter ul li i.fa-facebook {
    margin-right: 29px;
}

/* Right Sidebar Subscribe */
.sidebar-subscribe .sidebar-subscribe-disclaimer {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0.3em;
}

.sidebar-subscribe .sidebar-subscribe-disclaimer a {
color: #FFCC0D;
	font-weight: 700;
}

#rainmaker_form_1163 .rm_form_el_set {
	padding: .3em 0;
}

#rainmaker_form_1163 .rm_form_el_email label {
	display: none;
} 

#rainmaker_form_1163 .rm_form_el_email .rm_form_field {
	width: 100%;
	font-size: 14px;
}

#rainmaker_form_1163 .rm_form_field.rm_button {
    text-decoration: none;
    color: #000;
    background-color: #FFCC0D;
    border: 2px solid #FFCC0D;
    padding: 6px 20px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    width: inherit;
}

#rainmaker_form_1163 .rm_form_field.rm_button:hover {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

/* Filter city */
#text-3 .textwidget p:first-child,
#text-3 .textwidget p:last-child  {
	display: none;
}

.filter-city {
	margin: 1.5em 0;
}
.filter-city ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.searchandfilter ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
.searchandfilter li {
    display: block;
    margin: 1.5em 0;
}
.searchandfilter select {
    height: 35px;
    margin-top: 0;
}

/* .filter-city + .searchandfilter {
	display: none;
} */

.searchandfilter {
	display: none;
}

.filter-city select[name="cities-filter-dropdown"] {
	width: auto;
}

.btn.btn-filter-city {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 5px 10px;
    margin: 2.2em 0 2.2em 0;
    color: #000;
    background-color: #FFCC0D;
    text-decoration: none;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
	font-size: 11px;
	cursor: pointer;
}

/* Cookie Notice */
#cookie-notice .cn-button {
    margin-left: 10px;
    text-decoration: none;
    color: #000;
    background-color: #FFCC0D;
    border: 2px solid #FFCC0D;
    padding: 3px 10px;
    font-size: 14px;
    cursor: pointer;
}

/* Contact US */
.page-id-374 #shadowfiend_posts_list-1 {
	display: none;
}
.contact-us .col{
	width: 50%;
} 
.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
}
.wpcf7-form textarea {
    resize: none;
}
.wpcf7-form-control.wpcf7-submit:hover {
	border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

@media screen and (max-width:1023px) {
	.contact-us .row{
		display: block;
	}
	.contact-us .col{
		width: 100%;
	}
}

/* Sidebar Social Counters */
#crochet_visited_countries_cities-2 {
    margin:0;   
}
#shadowfiend_social_counter-1 {
    margin-top: 10px;
}


/* Tune Google Captcha in the Bottom*/
.grecaptcha-badge {
	bottom: 59px !important;
	right: -194px !important;
	opacity: 0.5 !important;
}
