/*
 Theme Name:     MastCellAware Theme
 Theme URI:      - - -
 Description:    MCA Responsive Theme
 Author:         Sölhaug Grafik
 Author URI:     http://www.sgrafik.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*—————[edit slider height, padding for image & desc]—————
.et_pb_slider .et_pb_slide {
height: 500px;
}
.et_pb_slide_with_image .et_pb_slide_description {
padding-bottom: 0;
padding-top: 250px!important;
}
.et_pb_container .et_pb_slide_description {
padding: 250px 100px 0 100px;
}
.et_pb_media_alignment_center .et_pb_slide_image {
bottom: auto;
top: 50%;
}*/

/*————————————————[edit action padding]—————————————————*/
.et_pb_section.et_section_regular {
padding: 0;
}
.et_pb_section.et_section_specialty {
padding: 0;
}

/*————————————————[edit testimonial img]—————————————————*/
.et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.et_pb_testimonial_portrait {
  width: 140px;
  height: 140px;
}
.et_pb_testimonial_description {
  padding-left: 160px;
}