/* 
Theme Name:		 ARK ATELIER
Theme URI:		 https://git.ceb02.ds.network/wordpress-setup-essentials/divi-sass-setup/
Description:	 Concept to Creation
Author:			 Vodien
Template:		 Divi
Version:		 3.1.1
Text Domain:	 divi-child
*/
/* .hero-section .et_pb_slider .et_pb_slider_container_inner{
	position: relaive!important;
}
.hero-section .et_pb_slider .et_pb_slider_container_inner .et_pb_slide_description{
	position: absolute!important;
} */

.hero-section .et_pb_slides .et_pb_slider_container_inner {
    display: table-cell;
    width: 100%;
    vertical-align: bottom!important;
}
.mfp-gallery .mfp-title{display: none!important;}

form .gform_body .gform_fields {
  row-gap: 20px;
  column-gap: 20px;
}

#contact_form_contac_us .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields input, #contact_form_contac_us .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner .gform_wrapper form .gform-body .gform_fields textarea{  border: 0; border-bottom: 1px solid #dd4643 !important;  padding: 30px!important;
  padding-left: 10px!important; border-radius: 0!important; box-sizing: border-box !important; box-shadow: none !important; resize: none; background: transparent; }

#contact_form_contac_us .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner .gform_wrapper form .gform-footer .gform_button{
                                background: transparent!important;
                                font-size: 16px!important;
								background: #dd4643!important;
                                text-transform: uppercase!important;
                                color: #fff!important;
                                transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms!important;
                                padding: 25px;
                                margin-top: 1vw;
                                border: 0;
	                            border-radius: 50px;
                                box-shadow: none!important;
                                box-sizing: border-box!important;
                                opacity: .8;
 }