/*
 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
*/


/* =Theme customization starts here
------------------------------------------------------- */
@media (max-width: 767px) {
.et_pb_text_inner h2 {
    font-size: 20px !important;
}
.et_pb_text_inner h1 {
    font-size: 22px !important;
}
.et_pb_text_inner	h3 {
    font-size: 18px !important;
}
.current-menu-item a {
    color: #d2a54e !important;
}

}
@media (max-width: 980px) {
  * {
    animation: none !important;
    transition: none !important;
  }
.cls-flex{
	display: flex;
    flex-direction: column-reverse;
	}
}

.cls-google{ Display:none !important;}


/*************Contact form****************/
.dsm_contact_form_7 .label-one {
   width: 47%;
   float: left;
	margin-right: 3%;
}
.dsm_contact_form_7 .label-full {
   width: 97%;
}
.dsm_contact_form_7 p {
   padding-bottom: 0;
}
.wpcf7-not-valid-tip {
   height: 20px;
	font-size: 16px !important;
}
.dsm_contact_form_7 label {
    margin-bottom: 20px;
}
@media (max-width: 767px){
.dsm_contact_form_7 .label-one {
   width: 100%!important;
	margin-right: 0;
}
}

/*****fixed tel ****/
.fixed-button {
    top: 45%;
}
.fixed-button {
	position: fixed;
    top: 50%;
    right: 0px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    border-radius: 3px 0 0 3px;
	transition: opacity 1s ease;
	display: flex;
    align-items: stretch;
}
.fixed-button:hover .phone-number {
    opacity: 1;
}
.icon-phone {
    background: #03224c;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #03224c;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}






