/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*-----Leadform------*/

/* .contactForm {
    position: absolute;
    float: right;
    width: 300px;
    right: 30px;
    margin-top: 0px;
}

.contactForm .quickform {
    width: 100%;
    padding: 10px 20px 10px;
    background-color: #00719c;
	transition: .4s all ease-in-out;
}

.contactForm .quickform .formhead {
	text-align: center; 
	color: #053193;
}

.contactForm .quickform .formbody {
	height: 0px;
	overflow: hidden;
	transition: .4s all ease;
}

.contactForm .quickform .line1 {
	position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 15px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}

.contactForm .quickform .line1:after {
	position: absolute;
    top: 2px;
    right: 0;
    font-family: ETmodules;
    font-size: 25px;
    font-weight: 500;
    content: "3";
	margin-top: -2px;
	transition: .4s all ease;
}

.contactForm .quickform.expanded .line1:after {
    content: "2";
}

.contactForm .quickform .line3 a {
	color: #fff;
	font-size: 20px;
}

.contactForm .quickform.expanded .formbody {
	height: 240px;
	transition: .4s all ease;
}

.contactForm .quickform .formsubmit {
	height: 0;
	opacity: 0;
	transition: .2s all ease;
	transition-delay: 0s;
    overflow: hidden;
}

.contactForm .quickform.expanded .formsubmit {
	height: auto;
	opacity: 1;
	transition: .2s all ease;
	transition-delay: .2s;
}

.contactForm .quickform #fName, .contactForm .quickform #lName {
    width: 49.5%;
    float: left;
    height: 34px;
}

.contactForm .quickform #fName {margin-right: 1%;}
.contactForm .quickform #uEmail{
    width: 100%;
    height: 34px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.contactForm .quickform #uPhone {
    height: 34px;
}

.contactForm .quickform #uPhone {margin-right: 1%;}

.contactForm .quickform #uProc {
    width: 100%;
    height: 34px;
    margin-top: 1%;
    margin-bottom: 1%;
    }

.contactForm .quickform #uMsg {
	width: 70%;
    float: left;
}    

.contactForm input,
.contactForm select,
.contactForm textarea {
    font-size: 14px !important;
}

.contactForm .quickform #sndForm {
    position: absolute;
	width: 30%;
    bottom: 35px;
    float: right;
    right: 11px;
	font-weight: 300;
    border: 0;
    background-color: transparent;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

input#uPhone,
input#uZip {
    width: 100%;
}

input#uZip {
    margin-top: 2px;
} */

body {
	color:#000;
}

.contactForm {
    position: absolute;
    float: right;
    width: 320px;
    right: 30px;
    margin-top: 0px;
}
.contactForm .quickform {
    width: 100%;
    padding: 10px 8px 10px;
    background-color: #00719c;
	transition: .4s all ease-in-out;
    }
.quickform * {
    box-sizing: border-box;    
}
.contactForm .quickform .formhead {
	text-align: center;
	color: #fff;
	height: auto;
	overflow: hidden;
}
.contactForm .quickform .line1 {
	position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    padding: 0 10px 0 0;
}
.contactForm .quickform .line1 .quickform-arrow {
	position: absolute;
    top: 2px;
    right: 0;
	margin-top: -2px;
}
.contactForm .quickform .line1 .quickform-arrow:after {
	position: relative;
    font-family: ETmodules;
    font-size: 25px;
    font-weight: 500;
    content: "3";
	transition: .4s all ease;
}
.contactForm .quickform.expanded .line1 .quickform-arrow:after {
    content: "2";
}
.contactForm .quickform .line3 a {
	color: #fff;
}

.quickform .rsi-lead-form {
    max-height: 0px;
	overflow: hidden;
	transition: .4s all ease;
}
.quickform.expanded .rsi-lead-form {
    max-height: 3000px;
	transition: .4s all ease;
}
.quickform .formbody {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 6px;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}
.quickform input[type=text], .quickform select, .quickform textarea  {
    width: 100%;
    min-width: 0;
    -ms-grid-column-span: 12;
    grid-column: span 12;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
}
.quickform input[type=text].form-width-half {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}
.formsubmit {
    margin-top: 10px;    
}
#sndForm {
    background: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    width: 100%;
    position: static;
    float: none;
    padding: 10px !important;
    text-transform: uppercase;
}
.rsi-form-error {
    background: #fff9f9;
    font-size: 13px;
    color: #c02b0a;
    border: 1px solid #c02b0a;
    padding: 5px;
    text-align: center;
    line-height: 15px;
    margin: 10px auto;
    -ms-grid-column-span: 12;
    grid-column: span 12;
    display: none;
}
/* NEW RSI LEAD FORM END */


/* Ken Burn Rotator */
.et_pb_slide .et_parallax_bg_wrap {
   animation: zoomin 10s forwards;
  -ms-animation: zoomin 10s forwards;
  -webkit-animation: zoomin 10s forwards;
  -0-animation: zoomin 10s forwards;
  -moz-animation: zoomin 10s forwards;
}
@keyframes zoomin{
0%{
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
 
 
}
100%{
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
    -webkit-transform: scale3d(3.5, 3.5, 3.5) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
 
}
}


/* Theme Styles */
.container {
    width: 90%;
}
#top-header #et-secondary-menu {
    width: auto;
}
#et-secondary-menu #et-secondary-nav {
    float: right;
}
#homepage-rotator .et_pb_slide_content h2 {
    font-size: 70px;
    padding-bottom: 30px;
    line-height: 1em;
}
/* Custom Navigation */
div#et-top-navigation #et-info-phone {
    position: relative;
    top: -4px;
} 

div#et-top-navigation #et-info-phone::before {
    color: #00719c;
}

div#et-top-navigation #et-info-phone a {
    font-size: 18px;
}

ul.et-social-icons {
    position: relative;
    top: -10px
}

.et-social-icon a {
    color: #fff;
    font-size: 14px;
    background-color: #00719c;
    padding: 5px 10px;
    border-radius: 50px
}

.et-social-icons li {
    margin-left: 5px;
}

div#top-header {
    display: none;
}

.nav li ul {
    width: 250px;
}

#top-menu li li a {
    padding: 10px 0px;
    width: 215px;
    line-height: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
}

#top-menu li .menu-item-has-children>a:first-child:after {
    right: 0;
}

#top-menu ul.sub-menu a,
#top-menu .long-menu ul ul a {
    font-size: 18px;
}
#top-menu .long-menu > ul.sub-menu {
    width: 1200px;
    max-width: 100vw;
    position: fixed;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
#top-menu .long-menu > ul.sub-menu > li {
    width: 300px;
    float: left;
}
#top-menu .long-menu > ul.sub-menu > li > a {
    padding-right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0);
    opacity: 1;
    font-weight: 700;
    font-size: 20px;
}
#top-menu .long-menu:hover > ul.sub-menu ul {
    opacity: 1;
    visibility: visible;
}
#top-menu .long-menu ul li,
#top-menu .long-menu ul li a {
    width: 100%;
}
#top-menu .long-menu > ul.sub-menu ul {
    position: static;
    box-shadow: none;
    width: 100%;
}
#top-menu .long-menu > ul.sub-menu ul li {
    padding-left: 0;
    padding-right: 0;
}
#top-menu .two-columns-menu > .sub-menu {
    width: 600px;
    column-count: 2;
}
#top-menu .two-columns-menu > .sub-menu li a {
    width: 260px;
}
#top-menu .two-columns-menu > .sub-menu ul {
    width: 300px;
    left: auto;
    right: 100%;
    top: -22.5px;
}

#top-menu > li:last-child  > ul.sub-menu {
    left: auto;
    right: 0;
}

ul#top-menu > li {
    padding-right: 0;
}

ul#top-menu >li > a {
    padding: 0px;
}

#et-info-phone a {
	color: #00719c !important;
}

#top-menu li.current-menu-ancestor > a {
	color: #00719c;
}

/* Navigation */
#top-menu > .menu-item-has-children>a:after {
	display: none !important;
}

#top-menu li li.menu-item-has-children>a:after {
    top: 10px !important;
}

#top-menu li ul {
    width: 280px;
}

#top-menu li li {
    width: 280px !important;
}

#top-menu li li > a {
    width: 240px;
}

.et-social-google a.icon:before {
    content: "\F1A0";
    font-family: FontAwesome !important;
}

/* Homepage */
.home .procedure-links-heading {
    position: absolute;
    width: 100%;
    bottom: 50px;
    opacity: 1;
    transition: .4s ease all;
    z-index: 1
}

.home .bottom-procedure-links-heading {
    bottom: 180px
}

.home .procedure-links-col:hover .procedure-links-heading {
    opacity: 0;
    z-index: -1
}

.home .procedure-links-col:hover .procedure-links-container {
    box-shadow: 0px 20px 140px -20px rgba(22,29,67,.4);
    transform: scale(1.05);
    transition: .4s ease all
}

.home .procedure-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    padding: 30px;
    opacity: 0;
    transform: translate(0px,0px);
    transition: .4s ease all;
    z-index: 2
}

.home .procedure-links:before {
    opacity: .6;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.home .procedure-links ul {
    z-index: 2
}

.home .procedure-links-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition: .4s ease all;
    z-index: -1
}

.home .procedure-links-col:hover .procedure-links {
    opacity: 1;
    transform: translate(0px,0px)
}

/* Mobile Menu */
#mobile-topbar {
    display: none;
}
.mobile-btn {
    display: inline-block;
    padding: 0 15%;
    color: transparent !important;
}
.mobile-btn.call {
    padding-left: 0;
}
.mobile-btn.menu {
    padding-right: 0;
}
.mobile-btn:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    content: "\61";
    color: #fff !important;
    cursor: pointer;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
.mobile-btn.call:before {
    content: "\e090";
}
.mobile-btn.location:before {
    content: "\e01d";
}
.mobile-btn.menu:before {
    font-size: 30px;
}




/* Responsive */

/********* Mobile Menu Collapse ********/
/**** This hides the sub menu items on mobile ****/
#main-header .et_mobile_menu li ul.hide {
	display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#mobile_menu .menu-item-has-children {
	position: relative;
}
#mobile_menu .menu-item-has-children > a {
	background: transparent;
}

/**** This styles the icon and moves it to the right ****/
#mobile_menu .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	z-index: 3;
}

/**** Here you can swap out the actual icons ****/
span.menu-closed:before {
	content: "\4c";
	display: block;
	color: #053193;
	font-size: 16px;
	font-family: ETmodules;
}

span.menu-closed.menu-open:before {
	content: "\4d";
}

/* Interior */
.interior-feat-image img {
    height: 500px;
    width: 100vw;
    object-fit: cover;
}

.interior-gallery-sets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

.interior-gallery-sets > div {
    width: 48%;
}

.et_pb_text a,
.entry-content p a {
	text-decoration: underline;
}

.et_pb_widget a {
	color: #000;
}

/* Mobile */
@media (max-width: 767px) {
	div#top-header {
		display: block;
	}
	
	div#et-info{
		display: none;
	}
	
	div#et-top-navigation #top-menu-nav,
	div#et-top-navigation #et-info-phone,
	div#et-top-navigation .et-social-icons,
	div#et-top-navigation span.mobile_menu_bar{
		display: none;
	}
	
	#mobile-topbar {
		display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
	}
	
	header#main-header .container {
		height: 120px;
	}
	
	.et_header_style_left #logo {
        max-width: 100%;
    }
	
	.et_header_style_left .logo_container {
		text-align: center;
	}
	
	.contactForm {
		width: 100%;
		right: 0;
	}
	
	/* Interior */
	.interior-gallery-sets > div {
		width: 100%;
	}
}

#skip-to-main {
    box-sizing: border-box;
    left: 38px;
    top: -100px;
    position: fixed !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    background: #fff !important;
    border-radius: 8px !important;
    border: 2px solid #000000 !important;
    max-width: 275px;
    padding: 0 15px 0 !important;
    text-align: left !important;
    width: 100% !important;
    height: 63px !important;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.6) !important;
    opacity: 0;
    transition: top .2s, opacity .2s;
    z-index: 1000000;
    font-size: 16px;
    color: #000000;
}
#skip-to-main:focus {
    top: 40px;
    opacity: 1;
    outline: 1px solid rgba(255, 255, 255, 0);
    background: #fff !important;
}
:focus-visible {
    outline: 2px dashed #00719c;
}

.home .procedure-links-col .procedure-links:focus,
.home .procedure-links-col .procedure-links:focus-within {
    opacity: 1;
    transform: translate(0px,0px)
}
#top-menu li:focus-within > ul {
    opacity: 1;
    visibility: visible;
}