/*
Theme Name:  KFX OXY
Theme URI:   
Version:     1.0
Description: Extra styles for LPE Oxygen.
Author:      Carina Gomez
Author URI:  https://www.kstudiofx.com/
*/

.ct-headline + .ct-link-button {
	margin-bottom: 25px;
    color: #fff;
}
.ct-headline + .ct-link-button:hover {
    color: #fff;
        background-color: #fc9426;
        border: 1px solid #fc9426;
}
.atomic-logo {
    opacity: 1!important;
}
.page-awn27 .dark .ct-shortcode {
	z-index: 999;
}
.page-awn27 .dark .ct-section-inner-wrap .ct-div-block:nth-child(2) {
	z-index: 999;
}
.oxy-header {
    z-index: 10;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone, .featuredimg img{
	border: 0;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
@media only screen and (max-width: 767px) {
.alignright, .alignnone, .alignleft, .left, .center, .right  {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}
}
#form3dark a.kfx-phone {
	font-weight: normal;
	color:#fff;
	padding: 0;
}
#form3dark a.kfx-phone:hover {
	    color: #fc9426;
}
.multi-list {
		-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* HORIZONTAL */
/* keep it mobile friendly by only applying these styles for larger viewports */
@media only screen and (min-width: 641px) {
  
.page-awn28 #gform_wrapper_2 { 
  width: 100%;
    margin: 0 auto;
 }
 .page-awn28 .gf_simple_horizontal,  .page-awn28v3 .gf_simple_horizontal,  .page-awn28v4 .gf_simple_horizontal,  .page-awn28v5 .gf_simple_horizontal {
    display: inline;
}
 .page-awn28 #gform_wrapper_2 .gfield .ginput_container,
 .page-awn28 #gform_wrapper_2 .gfield .gfield_description,
 .page-awn28 #gform_wrapper_2 div.ginput_complex label,
 .page-awn28 #gform_wrapper_2 input:not([type='radio']):not([type='checkbox']):not([type='submit']), 
 .page-awn28 #gform_wrapper_2 select, 
 .page-awn28 #gform_wrapper_2 textarea { 
  /*text-align:center;*/
 }
  
 .page-awn28 #gform_wrapper_2 .top_label .gfield .gfield_label {
  text-align: center;
  display: block;
 }
    
  .page-awn28 #gform_wrapper_2 .gform_footer,
  .page-awn28 #gform_wrapper_2 .gform_page_footer{
    text-align: center;
  }
  
}
.page-awn28 .button:hover,  .page-awn28 .gform_button:hover, input[type="submit"]:hover,  .page-awn28 .gform_button:hover {
	opacity:1!important;
	background: #0474a5!important;
}
@media only screen and (min-width:900px){
.kfx-horizontal-form .gform_page:first-child {
	display: flex;
	vertical-align: top;
}
.kfx-horizontal-form .gform_page:first-child .gform_page_footer {
    margin: 0!important;
    border-top: 0!important;
    padding: 0!important;
}
.kfx-addy input {
	min-width: 365px;
}
}
.gform_legacy_markup_wrapper .gform_page_footer {
    border-top: 0!important;
}
.gf_simple_horizontal div.gform_footer.top_label,.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield{vertical-align:top!important}


@media only screen and (max-width:899px){
	.gf_simple_horizontal div.gform_body, .gf_simple_horizontal div.gform_footer.top_label{display:block!important}
	.gf_simple_horizontal div.gform_body{margin-bottom:15px!important;max-width:100%!important}
	.gf_simple_horizontal div.gform_footer.top_label{max-width:100%!important}}
	
	.kfx-horizontal-form {
		    max-width: 1200px;
	}
	.kfx-horizontal-form .gform_legacy_markup_wrapper div.validation_error {
    color: #fff!important;
    border-top: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
}
.kfx-horizontal-form .gform_validation_errors {
    border: 1px solid #fff!important;
    box-shadow: 0 0 0 #fff!important;
}
.kfx-horizontal-form .gform_validation_errors>h2 {
    color: #fff!important;
}
.kfx-horizontal-form .gform_legacy_markup_wrapper li.gfield.gfield_error, .kfx-horizontal-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgb(255 255 255 / 25%)!important;
    margin-bottom: 6px!important;
    border-top: 1px solid #fff!important;
    border-bottom: 1px solid #fff!important;
}
.kfx-horizontal-form .gform_legacy_markup_wrapper .validation_message {
    color: #fff!important;
}
.kfx-horizontal-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    padding: 16px!important;
}
.gform_previous_button {
	opacity: .4;
}
.gform_previous_button:hover {
	opacity: .4!important;
}
#div_block-103-184 {
	z-index: 1!important;
}

#gform_previous_button_4 {
    background: #9d9d9d!important;
    /* opacity: .2!important; */
    font-size: 12px!important;
    padding: 5px 15px!important;
    margin-right: 10px!important;
    float: right;
    margin-top: 0!important;
}
@media only screen and (max-width:640px){
	#gform_previous_button_4 {
    background: #9d9d9d!important;
    /* opacity: .2!important; */
    font-size: 12px!important;
    padding: 5px 15px!important;
	margin-right: 0!important; 
   float: none;
    /* margin-top: 0!important; */
    display: inline-block!important;
    max-width: 100px;
}
}
.borderbtn.kfx-phone {
    background: transparent!important;
    border: 1px solid #fff!important;
    display: inline-block;
    margin: 20px auto;
}
.borderbtn.kfx-phone:hover {
    background: #fc9426!important;
    opacity: 1;
    color: #fff!important;
}