/*
Theme Name: Tuart grove
Text Domain: twentytwenty
Version: 1.2.2
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
ul#menu-main-menu li a {
    text-transform: uppercase;
}
div#gform_fields_1 input,
div#gform_fields_2 input,
div#gform_fields_3 input{
    height: 45px;
    border-radius: 23px;
	box-shadow: none;
	border: none;
	outline: none;
	font-size: 14px;
}
div#gform_1_validation_container,
div#gform_2_validation_container,
div#gform_3_validation_container{
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
div#gform_1_validation_container h2,
div#gform_2_validation_container h2,
div#gform_3_validation_container h2{
    font-size: 13px !important;
    font-weight: 300 !important;
    margin: 0px 0px 15px;
}
div#gform_fields_1 select,
div#gform_fields_2 select,
div#gform_fields_3 select{
    height: 47px;
    border-radius: 23px;
    box-shadow: none;
    line-height: 45px;
    outline: none;
    appearance: none;
    color: #BDBEC0;
    font-size: 14px;
    border: none;
    background: url(./assets/images/arrow-input.png) no-repeat #fff;
    background-position: right 20px bottom 45%;
    background-size: 12px;
}
div#gform_fields_1 select option,
div#gform_fields_2 select option,
div#gform_fields_3 select option{
	color: #404340;
}
div#gform_fields_1,
div#gform_fields_2,
div#gform_fields_3{
    row-gap: 15px;
}
.gform_heading {
    display: none !important;
}
label.gfield_label.gform-field-label {
    color: #444746;
    font-weight: 400;
}
div#gform_fields_1 textarea,
div#gform_fields_2 textarea,
div#gform_fields_3 textarea{
    border-radius: 10px;
    height: 119px;
	border: none;
		box-shadow: none;
	font-size: 14px;
	border: none;
	outline: none;
}

div#gform_fields_1 input::placeholder,
div#gform_fields_2 input::placeholder,
div#gform_fields_3 input::placeholder{
  color: #BDBEC0;
}

div#gform_fields_1 input::-ms-input-placeholder,
div#gform_fields_2 input::-ms-input-placeholder,
div#gform_fields_3 input::-ms-input-placeholder{ /* Edge 12 -18 */
  color: #BDBEC0;
}

div#gform_fields_1 textarea::placeholder,
div#gform_fields_2 textarea::placeholder,
div#gform_fields_3 textarea::placeholder{
  color: #BDBEC0;
}
div#gform_fields_1 textarea::-ms-input-placeholder,
div#gform_fields_2 textarea::-ms-input-placeholder,
div#gform_fields_3 textarea::-ms-input-placeholder{
  color: #BDBEC0;
  
}

.webfrom.register-fromsection input, .webfrom.register-fromsection select, .webfrom.register-fromsection textarea {
    border: 1px solid #ccc !important;
}

/* slick slider */
.slider-section{
	max-width: 1920px;
	margin: 0px auto;
}
.gallery-slider .slick-track {
    padding: 80px 0px;
}
.gallery-slider .slick-slide img {
  max-width: 100%; 
  transition: transform 0.4s; 
 }

.gallery-slider .slick-slide.slick-center img{
  transform: scale(1.7);
}

.gallery-slider  .slick-prev.slick-arrow {
    position: absolute;
    left: 15%;
    top: 40%;
    color: #fff;
    background: none;
    border-radius: 100px;
  border: 1px solid #404340;
	background: #404340;
    width: 55px;
    height: 55px;
     outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
    z-index: 999;
    margin: 0 !important;
}
.gallery-slider  .slick-next.slick-arrow {
    position: absolute;
    right: 15%;
    top: 40%;
    color: #fff;
    outline: none;
    background: none;
    border-radius: 100px;
    border: 1px solid #404340;
	background: #404340;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 !important;
    z-index: 999;
    margin: 0 !important;
}
.slick-active {
position:relative;
}
.slick-active:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 57%);
    width: 100%;f
    height: 98%;
    z-index:9999;
    left: 0;
    top: 0;
}
.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
    z-index: 999999;
}
.slick-slide.slick-current.slick-active.slick-center:after{
 content: none;
}
.hero-contant h2 {
    color: #E0CEBA;
}
.page.page-id-76 .download-section a {
    background: #7F9E83;
    color: #fff;
}
.page.page-id-76 .download-section a img {
    filter: brightness(100);
}
.property-profile img {
    max-width: 100%;
    width:100%;
}
.compnylogo img {
    max-width: 150px;
}
.single-house_land .amnities-deatil, .single-house_land .size p {
    margin-bottom: 0px;
}
.contactinfo .quick-link a, .contactinfo .quick-link p, .contactinfo .quick-link span {
    color: inherit !important;
}
.contactinfo img.contactimg {
    border: 3px solid #7F9E83;
    border-radius: 50%;
    margin-bottom: 20px;
    max-width:100%;
}
.landdownload-section{
	text-align: center;
    max-width: 775px;
    margin: 0 auto;
    display: flex;
	justify-content: center;
   
}
.download-section a {
    margin-top: 0px; 
    margin: 0px; 
	    text-transform: uppercase;
}
.landdownload-section a span {
    margin-left: 10px;
}
.retail-icon img {
    width: 35px;
}
@media only screen and (min-width: 992px) {
.gallery-slider .slick-slide:not(.slick-center) {
    filter: brightness(0.6);
}
.property-profile img {
    height: 250px;
    object-fit: cover;
}
}
/* slick slider */