<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:   Mover - Child theme
Theme URI:    https://modernwebtemplates.com/
Description:  Extra Small child theme of Mover theme
Author:       the Mover team
Author URI:   https://themeforest.net/user/mwtemplates
Template:     mover
Version:      0.0.1
Tested up to: 6.0.2
License:      Commercial
License URI:  http://themeforest.net/licenses/regular_extended
Text Domain:  mover
Domain Path:  /languages
Tags:         blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
*/

/* Your styles goes here*/
.appointment-section form.wpcf7-form .form-wrap {
	justify-content: center;
}

input.plus {
  display: none;
}
input.minus {
  display: none;
}
@media (max-width: 767px) {
	.page_slider.intro_section .flexslider .slide-number-1 img{
		opacity: 0.4;
  }
  p.jltma-team-member-about {
    padding-left: 12px;
    padding-right: 12px;
}
.form-wrap-row3 {
  display: flex;
  flex-direction: column;
}
.form-select-box {
  width: 100%!important;
}
.form-textarea {
  width: 100%!important;
}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-wrap-container .form-wrap input::placeholder {
  color: white;
}
form.wpcf7-form .form-with-icons p .wpcf7-form-control-wrap input::placeholder {
  color: white;
}
.i li .post-date.icon-inline {
  color: white;
}
select#options-rooms {
  font-size: 14px;
}

#options-rooms option {
  background-color: #2a2e36;
}

.elementor-305 .elementor-element.elementor-element-43bb0660 .premium-cf7-container textarea.wpcf7-textarea {
  height: 40px;
  resize: none;
  overflow:hidden
}

.form-wrap-row3 {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}

.form-select-box {
  width: 41.6666%;
}

.form-textarea {
  width: 41.6666%;
}

/* n */

textarea.wpcf7-textarea::placeholder {
  color: white!important;
}

.slider-topline .slider-topline-wrap .inline-teasers-wrap .icon-inline .body .title {
  font-size: 26px!important;

}

.page_slider.intro_section li .slide-description {
  color: #000000;
}
.premium-blog-post-container .premium-blog-post-content {
  color: #000000;
}
.widget_theme_meta .theme-meta .icon-inline strong, footer.i .widget {
  color: #ffffff;
}
@media (max-width: 500px) {
  .slider-topline {
    padding-top: 0px;
    padding-bottom: 37px;
    overflow: hidden;
  }
  .slider-topline .slider-topline-button{
		/* display: flex;
		align-items: center; */
		align-items: center;
		position: fixed;
		z-index: 1000;

    right: 0px;
    margin-top: 64px;
    width: 36%;
	}
}


@media (min-width: 500px) {
  #header.header {
    height: 97px;
}
  #header .logo img {
    width: 222px!important
  }
  .header div.container {
    margin-top: 13px;
  }
  .slider-topline {
    padding-top: 38px;
}
.menu-right .top-nav {
  margin-top: 10px;
}
}

	</pre></body></html>