/* 
Theme Name: Topwater Homes
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  
*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 17px;
	line-height: 29px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #000;
	letter-spacing: 0;
	font-family: "adobe-myungjo-std", sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a{
	color: #0142ae !important;
	font-weight: 700;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #c0262b !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading p {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 30px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn{
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 30px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 15px !important;
	color: #000;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 500;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #f53639 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #f53639;
	border-radius: 0px;
	padding: 15px 30px !important;
	line-height: normal;
	min-width: 210px;
	color: #fff !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #6d7358 !important;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 235px !important;
	border-radius: 0px;
	margin-top: -5px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #4c5238 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding:  15px;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 320px;
}
.hd_right {
	width: calc(100% - 320px) !important;
}
.hdactive .site_logo {
	max-width: 220px;
}
/*** Header End***/ 
.right-container .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-right: 0px;
}
.contact-form {
	min-height: 100vh;
}
.banner h1 {
	font-size: 32px;
	margin: 35px 0px 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #607074;
}
.bnr-logo {
	max-width: 400px;
}
.info-contact ul {
	margin: 0 !important;
	justify-content: center;
	background: #616f72;
	padding: 15px !important;
	column-gap: 40px;
}
.info-contact li {
	margin: 0 !important;
}
.info-contact li:last-child {
	padding-bottom: 0px !important;
	border-bottom: 0px solid #f1f1f1 !important;
	margin-bottom: 0px !important;
}
.info-contact li a, .info-contact li span {
	color: #fff !important;
	font-size: 15px !important;
	line-height: 23px;
	font-weight: 400;
}
.info-contact li span {  
	padding-left: 15px !important;
} 
.info-contact .elementor-icon-list-icon svg {
	transition: all ease-in-out 0.5s !important;
	margin: 0px !important;
	width: 18px !important;
	height: 18px !important;
	fill: #fff;
}
.info-contact i {
	font-style: normal;
	font-size: 17px;
	line-height: normal;
	display: block;
	color: #002818;
	font-weight: 500;
	margin-bottom: 5px;
}
.info-contact .elementor-icon-list-text b {
	display: block;
	line-height: normal;
}
.info-contact p {
	color: #fff !important;
	font-size: 16px;
	line-height: normal;
}
/* .info-contact li:hover .elementor-icon-list-icon {
background-color: #d6dadc;
border: 1px solid #d6dadc;
} 
.info-contact li:hover .elementor-icon-list-icon svg {
fill: #000;
}*/
.gform_wrapper .gform_validation_errors {
	border-radius:40px;
	box-shadow:unset;
	margin-bottom:20px;
	margin-top:0
}
.validation_message {
	padding: 0 !important;
	background: 0 0 !important;
	border: 0 !important;
	margin-top: 0 !important;
	line-height: 20px !important;
	font-size: 13px !important; 
}
.gform_wrapper .gfield_required {
	display:none !important
}
.custom-contact label {
	font-size: 15px !important;
	line-height: normal !important;
	padding: 0 !important;
	color: #000 !important;
	display: block !important;
	margin-bottom: 2px !important;
	font-weight: normal !important;
}
.gform_fields {
	row-gap: 15px !important;
}
.gfield_checkbox {display: flex;flex-direction: row !important;margin: 30px 0;}

.gfield_checkbox label {
	margin: auto 0 auto 10px !important;
}
.custom-contact legend {
	color: #fff !important;
	font-size: 16px !important;
}
.custom-contact .gfield_checkbox  input {
	height: 25px !important;
	padding: 0 !important;
	width: 25px !important;
}
.custom-contact .gfield_checkbox input:before {
	left: 4px !important;
	position: relative;
	top: 2px;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: transparent !important;
	border: 1px solid #0000005e !important;
	height: 50px !important;
	margin-bottom: 0 !important;
	border-radius: 0px !important;
	padding: 8px 15px !important;
	color: #000 !important;
	display: block !important;
	box-shadow: none !important;
	font-size: 14px !important;
}
.custom-contact .gform_wrapper {
	margin-top: 0px;
}
.custom-contact .gform_footer {
	margin: 15px 0 0 !important;
	padding: 0 !important;
}
.custom-contact form {
	position: relative;
}
.half-col {
	grid-column:span 6 !important; 
}
.third-col {
	grid-column: span 4 !important; 
} 
.custom-contact .button {
	border: 0 !important;
	margin: 0 auto auto 0 !important;
	padding: 14px 24px !important;
	min-width: 150px !important;
	background-color: #616f72 !important;
	border-radius: 0px !important;
	height: auto !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: normal;
}
.gform_wrapper .gform_validation_errors>h2 {
	font-size:17px !important;
	font-weight:500;
	line-height:normal !important
}
.custom-contact .button:hover {
	background: #d6dadc !important;
	color: #000 !important;
}
.gform_validation_errors, .gfield_description.instruction {
	display: none !important;
}
.custom-contact > div {
	padding: 35px;
	background: #ffffffed;
	max-width: 640px;
	border-radius: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.custom-contact h2 {
	color: #607074;
	margin: auto 0 20px;
	font-size: 20px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.custom-contact p {
	color: #fff;
}
.custom-contact .textarea {
	height: 120px !important;
	min-height: auto !important;
}
.gform_confirmation_message {
	color: #fff; 
}
.site-header {
	display: none;
}
.site-footer {
	display: none;
}
.gform_confirmation_message {
	color: #000000;
}
/* responsive_start */
@media(max-width: 1400px) {
	.com_soon_lft {
		padding-left: 15px;
	}
}
@media(max-width: 1199px) {
	.mt50 {
		margin-top: 38px;
	}
	.banner h1 {
		font-size: 30px;
		margin: 29px 0px 0px;
	}
	.custom-contact > div {
		padding: 20px;
	}
	.bnr-logo {
		max-width: 340px;
	}
	.pl60 {
		padding-left: 50px;
	}
}
@media(max-width: 999px) {
	.banner h1 {
		font-size: 27px;
		margin: 24px 0px 0px;
	}
	.mt50 {
		margin-top: 33px;
	}
	.custom-contact input {
		height: 43px !important;
	}
	.bnr-logo {
		max-width: 270px;
	}
	.custom-contact > div {
		padding: 20px 15px;
	}
	.pl60 {
		padding-left: 35px;
	}
}
@media only screen and (max-width: 767px) {
	.mt50 {
		margin-top: 17px;
	}
	.bnr-logo {
		margin: 0 auto !important;
	}
	.custom-contact > div {
		max-width: 100% !important;
	}
	.pl60 {
		padding-left: 0;
	}
	.com_soon_lft {
		padding-right: 15px;
		padding-bottom: 40px;
	}
	.banner h1 {
		font-size: 35px;
	}

	.custom-contact > div {
		padding: 30px 20px;
		margin: 20px auto auto;
	}
	.custom-contact h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.half-col {
		grid-column: span 12 !important;
	}
	.gform_fields {
		row-gap: 20px !important;
		text-align: left;
	}
	.custom-contact label {
		font-size: 14px !important;
	}
}

@media(max-width: 600px) {
	.info-contact li span {
		padding-left: 9px !important;
		font-size: 15px !important;
		line-height: 21px;
	}
	.info-contact .elementor-icon-list-icon {
		padding: 8px !important;
	}
	.custom-contact > div {
		padding: 30px 15px;
	}
	.custom-contact .button {
		line-height: 1 !important;
	}
	.banner h1 {
		font-size: 23px;
		margin: 20px auto 0;
	}
	.contact-form {
		min-height: unset;
	}
}






























