.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

.et-dropcap {
    font-size: 95px;
    line-height: 0.7;
    color: #8300e9;
    font-family: 'Cinzel';
    padding-top: 10px;
}

.et_bloom_inline_form .et_bloom_form_content {
  padding: 0px !important;
  margin: 0px !important;
}
div.et_bloom_inline_form {
  padding: 0px !important;
  margin: 0px !important;
}
.et_bloom_inline_form .et_bloom_header_outer {
  display: none !important;
}

.et_bloom_form_content label {
display: inline !important;
color: #ffffff;
}

@media (max-width: 375px) { 
.et_bloom_form_content label {
  font-size: 13px !important;
}
  .et_bloom_form_content h5 {
  font-size: 15px !important;
}
}

.et_bloom_form_content label a, .et_bloom_form_content label a:hover {
color: #ffffff !important;
text-decoration: underline;
}
div.checker {
margin-bottom: 10px !important;
margin-right: 5px !important;
}

.et_bloom_form_content input {
 font-family: 'Raleway' !important;
}

.et_bloom_form_content input[type=submit] {
  margin-top: -20px !important;
 padding: 10px 20px !important;
 border-radius: 2px !important;
 background: #8300e9 !important;
 color: #ffffff !important;
 font-size: 20px !important;
 border: none !important;
 transition: all 0.3s ease-in-out !important;
}
.et_bloom_form_content input[type=submit]:hover {
 background: rgba(255,255,255,.2) !important;
 color: #ffffff !important;
	padding: .3em 2em .3em .7em;
	border: 2px solid transparent;
}

.fixed_width {
  min-height: 24px;
  min-width: 21px;
}

@media (max-width: 980px) {
  
/*********************************
style mobile fixed header
*********************************/
 
.et_fixed_nav #main-header.et-fixed-header  {
position: fixed;
}
}


.bottom-nav {
text-align: center;
}
#footer-info {
	 }

.et-gallery-video-block { 
display: block;
 }
 
.et-gallery-video_button, .et-gallery-video_button:before {
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
} 

.et-gallery-video_button {
 z-index: 2; 
position: absolute;
 top: 50%; 
left: 50%;
background: rgba(255,255,255,0.8);
width: 60px; 
height: 60px; 
border-radius: 100%;
-webkit-transform: translate(-50%, -50%); 
transform: translate(-50%, -50%); 
box-shadow: 0 10px 30px rgba(0,0,0,0.3); 
}

 .et-gallery-video_button:before {
font-family: "ETmodules";   
content: ""; 
position: absolute; 
top: 50%; 
left: 50%; 
display: block; 
width: 0; 
height: 0;
 border-top: 10px solid transparent; 
border-right: 10px solid transparent; 
border-bottom: 10px solid transparent;
border-left: 10px solid #4C5867; 
-webkit-transform: translate(-15%, -50%); 
transform: translate(-15%, -50%); 
}

 .et-gallery-video:hover .et-gallery-video_button { 
background: #8300e9; 
width: 70px; 
height: 70px; 
box-shadow: 0 15px 40px rgba(0,0,0,.5); 
}

 .et-gallery-video:hover .et-gallery-video_button:before { 
border-left: 10px solid #fff; 
}

.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100% !important;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*** THIS CHANGES THE LOOK OF THE FORM FIELDS ***/
.caldera-grid .form-control {
 padding: 16px !important;
 height: auto !important;
 box-shadow: none !important;
 background: #eee !important;
 color: #999 !important;
 border: none !important;
}
/*** THIS CHANGES THE BUTTON STYLE ***/
.caldera-grid input[type=submit] {
 padding: 10px 20px;
 border-radius: 2px;
 background: #8300e9;
 color: #ffffff;
 font-size: 20px;
 border: none;
 float: right;
 transition: all 0.3s ease-in-out;
}
 
/*** THIS CHANGES THE BUTTON HOVER STYLE ***/
.caldera-grid input[type=submit]:hover {
 background: #8300e9;
 border-color: transparent;
 color: #ffffff;
}

.cl-ib-content {
  padding-top: 40% !important;
}
@media (max-width: 400px) { 
.cl-ib-content {
  padding-top: 30% !important;
}
}