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

h1, h2, h3, h4, h5, h6
{
  font-weight: lighter !important;
}

#top-menu li a
{
    font-weight: lighter !important;
}

.et_fixed_nav #main-header
{
  box-shadow: none !important;
}

.et-fixed-header#main-header
{
  box-shadow: 0 0px 30px rgba(0,0, 0,0.2) !important;
}

.single .et_pb_post,
.single .post
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}



/*-------- Contact form 7 styling */

input[type="file"].wpcf7-file
{
    background-color: #FFF;
    border-width: 10px solid #FFF;
    color: #000;
    font-size: 0.75em;
}

input.cf7Form,
input.awField,
textarea.cf7Form,
select.cf7Form
{
    margin: 0 0 15px 0;
    padding: 10px;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 0px;
    font-size: 16px;
}

textarea.cf7Form
{
    height: 150px;
}

input.cf7Form:focus,
textarea.cf7Form:focus,
select.cf7Form:focus
{
    border: 1px solid #23ce84;
}

select.cf7Form
{
    -webkit-appearance: none;
}

input[type='submit'].wpcf7-submit
{
    padding: 15px 25px 15px 25px;
    border-width: 0;
    border-radius: 0px;
    background: #3cb878;
    color: #fff !important;
    float: none;
   font-size: 16px;
}

input[type='submit']:hover.wpcf7-submit
{
    border-color: #45d388;
    background: #45d388;
    cursor: pointer;
}

/*--------- Tidy up the standard Divi */

.et_pb_main_blurb_image
{
    margin-bottom: 10px;
}


.entry-title
{
    display: none;
}

.et_pb_post
{
    padding-bottom: 0;
    margin-bottom: 0;
}

.mfp-title
{
    display: none;
}

.et_pb_promo_description
{
    padding-top: 5px;
    padding-bottom: 10px;
}

ul.et_pb_tabs_controls:after
{
    border-top: 0px !important;
}

.et_pb_tabs_controls li a
{
    padding: 20px;
}

.equal-tabs .et_pb_tabs_controls li {
    width: 33%; /*change width of tabs here depending on the number of tabs you have*/
    text-align: center;
}

@media screen and (max-width: 768px){ /*change device breakpoint here depending on the number of tabs you have*/
.equal-tabs .et_pb_tabs_controls li {
    width: 100%; 
  text-align: center;
}
}