/*
 Theme Name:     hawk
 Theme URI:      https://www.detype.com
 Description:    Custom theme
 Author:         DeType
 Author URI:     https://www.detype.com
 Template:       Divi
 Version:        1.0.0

*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
.flex-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin: 10px;
}
.flex-double-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.flex-triple-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;
}
.flex-four-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 4;
}
.flex-five-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 5;
}
.flex-six-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 6;
}
.flex-seven-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 7;
}
.fixed-body{ position: fixed; width: 100%; }
.fixed-section-menu{ position: fixed;
    height: 100vh;
    overflow-y: scroll;
    left: 0;
    text-align: center;
    background: rgb(135 2 55 / 90%);
    top: 0 !important;
    z-index: 1;
    border: 0;
    width: 100%;
    z-index: 11;
}
.fixed-section-menu-content{ display: table; width: 100%; height: 100vh; }
.fixed-body header .et_pb_section,.fixed-body header .et_builder_inner_content, .fixed-body header .et_pb_row { position: static; }
.fixed-body header .et_pb_column_3_tb_header  { position: relative; z-index: 111; }
.fixed-section-menu .et_pb_row_1_tb_header.et_pb_row{    overflow: hidden;
    height: 100vh;}
.fixed-section-menu  li a {
    border-bottom: none;
    color: rgb(255 255 255);
    font-size: 30px;
    padding: 10px 5%;
    display: block;
    text-align: center;
        -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.fixed-section-menu  ul {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 111; 
}
.fixed-section-menu  ul li { max-width: 650px;
    display: block;
    margin: 0px auto;}
 .fixed-section-menu .et_pb_menu__logo{    top: 126px;
    position: absolute;
    left: 8px;}   
    #menu-open{ cursor: pointer; }
    .fixed-section-menu li:hover a{ color: #049ea4; }
.fixed-body #menu-open { position: relative; z-index: 111; color: #ffffff; }
.fixed-body .et_pb_column--with-menu{ position: static; z-index: 1111; }
.fixed-body .et_pb_menu { opacity: 0.1; display: none; }

.top-section{
	    background: #fafafa;
	    position: relative;
	    padding: 30px 0;
}
.top-section:before{content: ''; background: #fafafa;display: block; position: absolute; top: 0; left: -50%; width: 100%; height: 100%; }
.top-section:after{ content: ''; display: block; background: #fafafa; position: absolute; top: 0; right: -50%; width: 100%; height: 100%; }
#page-container{ overflow-x: hidden; }
.top-section h1{
	font-size: 41px;
	color: rgb(0,0,0);
	font-weight: bold;
  margin-bottom: 5px;
}
.top-section h3{ font-size: 17px; color: rgb(0,0,0); font-weight: 400;margin-bottom: 10px; }
.top-section h2{ font-size: 36px; font-weight: bold;color: rgb(0,0,0);}
.get-in-touch{
	text-align: left;
	font-size: 33px; font-weight: bold;
	background-color: #870237;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	color: #ffffff;
	border:1px solid #979797;
}
.get-in-touch:hover{
	background-color: #ffcf1b;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.get-in-touch a{
	color: #ffffff;padding: 10px;
	display: block;
      padding-left: 25px;
}
.get-in-touch span{ display: block; font-size: 23px; font-weight: 400; }
.common-lft{
text-align: left;
	font-size: 20px; font-weight: 400;
	text-transform: uppercase;
	background-color: #ffcf1b;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	color: #ffffff;
	margin-top: 2px;
	line-height: 32px;
}
.common-lft:hover{
background-color: #870237;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;	
}
.common-lft a{ color: #000000; display: block; padding: 10px;padding-left: 80px; position: relative;}
.common-lft:hover a{color: #ffffff;}
.bed-bath-count ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 16px 0 0;
    margin: 0;
    font-size: 28px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
}
.bed-bath-count  ul li {
    padding-right: 30px;
}
.bed-bath-count ul li img {
    margin-right: 10px;    display: inline-block;
    vertical-align: middle;
}
#slider{ 
	margin-bottom: 0px;
	border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
 }
.property-details{ color: rgb(0,0,0); font-size: 16px; font-weight: 400;padding: 20px 0 40px; }
.property-details h4{color: rgb(0,0,0); font-size: 21px; font-weight: bold; padding: 20px 0;}
.features{ padding:10px 0; }
.features h4{ font-size: 19px; }
.features ul{ list-style: disc; padding-left: 40px; }
.features ul li{ padding-left: 10px; }
.map-top{ height: 250px; margin-bottom: 20px; }
#container {
    width: 80%;
    max-width: 1280px;
    margin: auto;
}
.form-section-arranging{ position:relative; font-size: 16px; line-height: normal; color: #ffffff; text-align: center; background: #870237;font-weight: 400; padding: 20px; }
.form-section-arranging h2{ font-size: 25px; color: #ffffff; font-weight: bold; }
.form-section-arranging input,.form-section-arranging textarea,.form-section-arranging select{ color: rgb(73,73,73); font-size: 18px; padding: 0 20px; }
.form-section-arranging textarea{ height: 100px; padding-top: 10px; padding-bottom: 10px; }
.form-section-arranging ::-webkit-input-placeholder { 
  color: rgb(73,73,73);
  opacity: 1; 
}
.form-section-arranging :-ms-input-placeholder {
 color: rgb(73,73,73);
 opacity: 1; 
}
.form-section-arranging ::placeholder {
  color: rgb(73,73,73);
  opacity: 1; 
}

.form-section-arranging .ajax-loader{ position: absolute; bottom: 0; }
.form-section-arranging textarea::placeholder { line-height: 78px; }
.form-section-arranging .wpcf7 input.wpcf7-submit {width: 100% !important;
    margin-top: 10px; display: block; background:#ffcf1b; cursor: pointer; font-size: 18px; text-transform: uppercase; color: rgb(134,2,55); }
.button-epc{padding-top: 20px;}
.button-epc .btnsec{ font-size: 18px; font-weight: normal; display: inline-block; margin-right: 20px; border-radius: 5px; background:#ffcf1b; color:rgb(134,2,55);
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0px -1px 17px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -1px 17px 3px rgba(0,0,0,0.1);
box-shadow: 0px -1px 17px 3px rgba(0,0,0,0.1);
   }
   .button-epc .btnsec.epc-button{background:#870237;}
   .button-epc .btnsec:hover{background:#870237;-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
.button-epc .btnsec.epc-button:hover{background:#ffcf1b; }
.button-epc .btnsec a{display: block; padding: 10px 20px;color:rgb(134,2,55);}
.button-epc .btnsec:hover a, .button-epc .btnsec.epc-button a{ color: #ffffff; }
.button-epc .epc-button.btnsec:hover a{color:rgb(134,2,55);}
#sendToFriend18{font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;width: 500px; font-size: 16px; font-weight: 500;}
#sendToFriend18 label{ display: block; color:#666;}
#sendToFriend18 .control{ padding-bottom: 16px; }
#sendToFriend18 input,#sendToFriend18 textarea{ width: 100%; border-radius: 5px; min-height: 40px; } 
#sendToFriend18 input[type="submit"]{font-size: 16px;
	cursor: pointer;
    background-color: #870237;
    border-width: 0px!important;
    color: white;
    padding: 10px 20px;
    border-radius: 3px;}
 .similar_properties{ background-color: #efefef; position: relative; padding: 40px 0;}
  .similar_properties:before{content: ''; background: #fafafa;display: block; position: absolute; top: 0; left: -50%; width: 100%; height: 100%; }
 .similar_properties:after{ content: ''; display: block; background: #fafafa; position: absolute; top: 0; right: -50%; width: 100%; height: 100%; }   
 .similar_properties .section-heading{ font-size: 25px; padding-bottom: 20px; line-height: normal; font-weight: bold; color: rgb(17,17,17); position: relative; z-index: 1; text-align: center; }
.similar_properties .section-heading span{ font-weight: 400; }
.similar-prop-slider{ display: flex; position: relative;z-index: 1;  justify-content: center; margin-left: -20px;flex-wrap: wrap;  }
.similar-prop-slider .prop-slide{ width: calc(33.33% - 20px);
    width: -moz-calc(33.33%  - 20px);
     width: -webkit-calc(33.33% - 20px); margin-left: 20px;background: #fff;
    border-radius: 5px;}
.similar-prop-slider .prop-slide .prop-img.thumbnail{ position: relative; }
.similar-prop-slider .prop-slide .prop-img.thumbnail span{ position: absolute;background:#ffcf1b; line-height: normal; text-transform: uppercase; padding: 5px; border-radius: 5px; top: 20px; left: 20px; font-size: 12px;
	color:rgb(134,2,55); font-weight: 400;
 }
 .similar-prop-slider .prop-slide .prop-img.thumbnail h3{position: absolute;background:#ffffff; line-height: normal; text-transform: uppercase; padding: 5px; border-radius: 5px; bottom: 20px; left: 20px; font-size: 15px;
	color:rgb(134,2,55); font-weight: bold;}
.similar-prop-slider .prop-slide .prop-img.thumbnail img{ width: 100%;  transition: transform .6s ease-in-out; object-fit: cover;display: block;    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
 .similar-prop-slider .prop-slide .prop-img.thumbnail a{ display: block; max-height: 250px; overflow: hidden;border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} 
.similar-prop-slider .prop-slide .prop-img.thumbnail a:hover img{transform: scale(1.09)!important;}
 .details{font-size:16px; font-weight: 400; color: rgb(29,29,29);padding: 15px;text-align: left;
    background: #fff;border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
     .details a{color: rgb(29,29,29);}
 .details h2{ font-size:20px; font-weight: bold; color: rgb(29,29,29); min-height: 50px; }

 .availability-section{ border-top: 1px solid #f4f4f4;margin-top: 20px;padding-top: 20px; }
 .availability-section ul{ padding: 0; margin: 0; }
 .availability-section ul li{ display: inline-block;vertical-align: middle; padding-right: 10px; color: rgb(17,17,17); }
 .availability-section ul li img{ display: inline-block; vertical-align: middle; width: 20px;margin-right: 5px; }
.love-little{background-color: #657786; position: relative; padding: 60px 0;}
 .love-little:before{content: ''; background: #657786;display: block; position: absolute; top: 0; left: -50%; width: 100%; height: 100%; }
 .love-little:after{ content: ''; display: block; background: #657786; position: absolute; top: 0; right: -50%; width: 100%; height: 100%; }   
 .content-love-little{display: flex; position: relative; z-index: 1;
    align-items: center;
    justify-content: center;
    font-size: 20px; color: #ffffff;
    font-weight: 400;

}
 .content-love-little h2{ font-size: 30px; color: #ffffff; font-weight: bold; text-transform: uppercase; }
 .conten-little{ text-align: center; padding: 0 60px; }
 .btn-litle {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    border-radius: 5px;
    background: #ffcf1b;
    color: rgb(134,2,55);
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}
.btn-litle:hover {
    background: #870237;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-litle a {
    display: block;
    padding: 10px 20px;
    color: rgb(134,2,55);
}
.btn-litle:hover a {
    color: #ffffff;

}
#slider { max-width: 1000px; margin: 0px auto; }
#slider .flex-viewport{ overflow: visible !important; height: 670px !important; }
#slider ul li img {
    height: 670px;
    object-fit: fill;
    width: 100%;
}
#slider .flex-direction-nav a:before {
    background-image: url(images/previcon.png);
    width: 28px;
    height: 51px;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#slider .flex-direction-nav a.flex-next:before {
    background-image: url(images/nexticon.png);
}
#slider .flex-direction-nav a {
    height: 51px;
    margin-top: -25.5px;
}
#slider .flex-direction-nav a{ opacity: 1; }
#slider .flex-direction-nav .flex-next {
    right: -50px;
}
#slider .flex-direction-nav .flex-prev {
    left: -50px;
    text-align: right;
}
.flexslider .flex-viewport ul.slides li {
    overflow: hidden;
}

.tel-call{ padding-left: 55px; position: relative;line-height: normal; }
.tel-call:before{content: ''; width: 30px; height: 30px; background-image: url(images/phone.svg); background-size: 29px; background-repeat: no-repeat;
    position: absolute; top: 50%; display: block; left: 10px; margin-top: -15px;    background-position: center;
}
.common-lft a:before{content: ''; width: 30px; height: 30px; background-image: url(images/heart.svg); background-size: 30px; background-repeat: no-repeat;
    position: absolute; top: 50%; display: block; left: 35px; margin-top: -15px;    background-position: center;
}
.common-lft a:hover:before,.get-in-touch:hover .tel-call:before{filter: invert(48%) brightness(1000%);}
.arrangeview a:before{ background-image: url(images/eye.svg);} 
.email-to-friend a:before{ background-image: url(images/mail.svg);} 
@media only screen and (min-width:1024px) and (max-width:1249px) {
	.top-section  .flex-four-col, .property-details .flex-four-col{flex: 3; }
	.get-in-touch span{ font-size: 20px; }
	.get-in-touch{ font-size: 30px; }
	.common-lft{ font-size: 20px; }
  .common-lft a{ padding-left: 60px; }
  .common-lft a:before{ left: 15px;  }
  .tel-call { padding-left: 45px; }
  .tel-call:before{ left: 0px; }
  .get-in-touch a{ padding-left: 15px; }
	.top-section h1 {
    		font-size: 37px;
		}
	 .top-section h2 {
    font-size: 34px;}  
    .conten-little {
    text-align: center;
    padding: 0px 30px;
}
#slider .flex-viewport,#slider ul li img {
    		height: 500px !important;
		}
.form-section-arranging input, .form-section-arranging textarea, .form-section-arranging select {
    font-size: 16px;
}			
}
@media only screen and (min-width:981px) and (max-width:1023px) {
	.top-section  .flex-four-col, .property-details .flex-four-col{flex: 3; }
	.get-in-touch span{ font-size: 20px; }
  .get-in-touch{ font-size: 30px; }
  .common-lft{ font-size: 20px; }
  .common-lft a{ padding-left: 60px; }
  .common-lft a:before{ left: 15px;  }
  .tel-call { padding-left: 45px; }
  .tel-call:before{ left: 0px; }
  .get-in-touch a{ padding-left: 15px; }
	.top-section h1 {
    		font-size: 37px;
		}
	 .top-section h2 {
    font-size: 34px;}  
    .conten-little {
    text-align: center;
    padding: 0px 24px;
}
.button-epc .btnsec{ margin-right: 18px; }
#slider .flex-viewport,#slider ul li img {
    		height: 500px !important;
		}
.form-section-arranging input, .form-section-arranging textarea, .form-section-arranging select {
    font-size: 16px;
}			
}
@media (max-width: 980px){
	.similar-prop-slider .prop-slide{ width: calc(50% - 20px);
    width: -moz-calc(50%  - 20px);
     width: -webkit-calc(50% - 20px);margin-bottom: 20px; }
	.top-section .flex_row,.property-details{ display: block; }
	#slider .flex-viewport,#slider ul li img {
    		height: 450px !important;
		}
    .call-section{ margin-top: 20px; max-width: 400px; }
	.form-section-arranging{ margin-top: 40px; }
	.love-little{ padding: 40px 0; }
	.content-love-little{ display: block; text-align: center;}	 
	.img-little{ text-align: center; padding-bottom: 10px; }
	.conten-little{ padding: 0 0 10px;}
	.btn-litle{ margin-right: 0; }
  .get-in-touch span{ font-size: 20px; }
  .get-in-touch{ font-size: 30px; }
  .common-lft{ font-size: 20px; }
  .common-lft a{ padding-left: 60px; }
  .common-lft a:before{ left: 15px;  }
  .tel-call { padding-left: 45px; }
  .tel-call:before{ left: 0px; }
  .get-in-touch a{ padding-left: 15px; }
}
@media (max-width: 767px){
	.top-section h1 {
    		font-size: 36px;
    	}
    .top-section h2 {
    		font-size: 34px;
		}
		.form-section-arranging input, .form-section-arranging textarea, .form-section-arranging select{
			font-size: 15px; padding: 0 10px;
		}
		.button-epc .btnsec.epc-button{ margin-bottom: 15px; }
    .content-love-little h2{ font-size: 28px; }
	.get-in-touch span{ font-size: 20px; }
  .get-in-touch{ font-size: 30px; }
  .common-lft{ font-size: 20px; }
  .common-lft a{ padding-left: 60px; }
  .common-lft a:before{ left: 15px;  }
  .tel-call { padding-left: 45px; }
  .tel-call:before{ left: 0px; }
  .get-in-touch a{ padding-left: 15px; }
	.similar-prop-slider{ display: block; margin-left: 0px; }
	.similar-prop-slider .prop-slide{ width: 100%; margin-left: 0px; }
	#slider .flex-viewport,#slider ul li img {
    		height: 350px !important;
		}
}
@media (max-width: 480px){
 
	#slider .flex-viewport,#slider ul li img {
    		height: 250px !important;
		}
   .bed-bath-count ul li {
    padding-right: 24px;
}
}
@media (max-width: 360px){
   .top-section h1 {
    font-size: 30px;
}
.top-section h2 {
    font-size: 27px;
}
   .bed-bath-count ul li {
    padding-right: 20px;
  }
  .get-in-touch {
    font-size: 25px;
}
.get-in-touch span {
    font-size: 18px;
}
.common-lft {
    font-size: 18px;
}
.button-epc .btnsec {
    font-size: 14px;}
    .bed-bath-count ul{ font-size: 20px; }
    .bed-bath-count ul li img{ width: 40px; }
}