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


.class-top .et_pb_column {
    margin-top: -160px;
}

.et_pb_text_inner {
    font-weight: 400 !important;
}

/**********************/

.class-h2 h2 {
    font-size: 28px !important;
    line-height: 41px !important;
    font-weight: 500 !important;
}

.class-footer p {
    font-weight: 400 !important;
}

h3.wdcl-image-title{
    text-align: center !important;	
}

input.wpcf7-form-control , select.wpcf7-form-control {
    margin-bottom: 20px;
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-textarea {
    height: 160px !important;
	margin-bottom: 25px;

}

.wpcf7-list-item {
    margin: 0 !important;   
}


.mobile_menu_bar:before {
    color: #ebd96e !important;   
}

.et_mobile_menu {
 
    border-top: 3px solid #ebd96e !important;
}


@media (max-width: 980px) {
 
.et_fixed_nav #main-header {
    position: fixed !important;
}
	
	.et_pb_column.et_pb_column_1_2.et_pb_column_2.marg01 {
    margin-top: 14px;
}
	    .display-c .et_pb_column.et_pb_column_empty {
        display: block !important;
        padding-bottom: 66% !important;
    }
	
	.reverse {
    display: flex!important;
    flex-direction: column-reverse!important;
}
	
	.border-c .et_pb_with_border {
    border-right: 0px !important;
}
	
}

/***********/

.fixed-phone {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #8b403c;
    border-radius: 100px 0px 0px 100px;
    width: 60px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap;
	box-shadow: 0 0 20px 0px hsl(0deg 0% 100% / 44%);
}
.fixed-phone a {
  display: flex;
  align-items: center;
  color: #fff;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.phone-icon {
  font-size: 20px;
  margin-right: 10px;
  transform: rotate(90deg);
}
.phone-number {
  display: none;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.fixed-phone:hover {
  width: 187px;
}
.fixed-phone:hover .phone-number {
  display: inline;
}
.fixed-phone:hover .phone-icon {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone {
    width: 50px;
}
.fixed-phone a {
    padding: 10px 0px 10px 10px;
}
}



/***********/



.textp p {
    color: white;
}

@media (max-width:767px) {

h2 {
	font-size: 30px !important;
}
}