/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
/* header */
#main-header {
    background-color: #41486d;
    padding-top: 15px;
    padding-bottom: 20px;
}
.header-icon .et-social-icon a {
	color:#fff;

}
/* header home */
body.home #main-header {
    position: absolute !important;
     -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	z-index: auto !important;
	padding-top: 15px;
    padding-bottom: 15px;
}

small {
    font-size: 14px;
}
/* @li */
.our-services-icon ul {
    padding-top: 12px;
}
.our-services-icon i.fa.fa-chevron-right {
	color:#f68f20;
}
/* column */
.second-column {
	padding-left:5%;
}
/* button */
.fearless_button {
    background: #f68f20;
    font-size: 18px;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fearless_button:hover {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background: #f68f20 !important;
	border:0px !important;
	display: initial;
}
.et_pb_button_module_wrapper>a {
    display: initial;
}
/* contact */
.contact-us .su-row .su-column {
    margin: 0px;
}
.contact-us .su-column-size-1-2 {
    width: 5% !important;
    float: left !important;
}
.contact-us .second-column {
    padding-left: 0px;
    width: 95% !important;
    margin-left: 0px !important;
}
/* icon contact us */
i.fa.fa-user,i.fa.fa-envelope-o,i.fa.fa-phone-square,i.fa.fa-comment {
    background: #f48e20;
    padding: 12px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
i.fa.fa-comment {
    position: relative;
    top: -40px;
}
input.wpcf7-form-control {
    height: 38px;
	border: 1px solid #fa829e;
}
textarea {
	border: 1px solid #fa829e;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #f48e20;
    padding: 7px 35px;
    color: #fff;
    height: 42px;
    cursor: pointer;
    position: absolute;
    border-radius: 5px;
	font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #e47e11;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

/* menu */
#top-menu a {
    font-family: 'Muli', sans-serif !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 300;
}
#top-menu li {
    padding-right: 30px;
}
a.social-media {
    padding: 1px 5px;
    border: 1px solid #1d1d1b;
    border-radius: 5px;
    margin-right: 5px;
    position: relative;
    top: 15px;
}
a.social-media i.fa {
    color: #1d1d1b;
}

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/
.staff-content {
    margin-top: 4%;
}
.staff-members {
    width: 22%;
    float: left;
    margin-left: 3%;
    margin-bottom: 8%;
}
.staff-members:nth-child(1),
.staff-members:nth-child(5) {
    margin-left: 0px;
}
.staff-title {
    text-align: center;
}
.title-content {
    overflow: hidden;
    height: 115px;
}
.staff-title h3 {
    padding-top: 15%;
    font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
}
.staff-title p {
    font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
}
.staff-title .thumb-staff {
     background-color: #fbe7d2;
    box-shadow: 6px 6px 18px 0px rgba(187, 187, 187, 0.7);
}
.staff-title img {
    margin-top: -20px!important;
    margin-right: 10px!important;
    margin-bottom: 10px!important;
    margin-left: -20px!important;
}
.dummy {
	padding: 2px;
	margin-top: 5%;
}
.dummy p{
	font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	text-align: left;
}
.dummy div {
    text-align: left;
}
.dummy div a {
    color: #666;
	font-weight: 600;
}
/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
/*footer*/
#footer-info {
    font-family: 'Muli', sans-serif;
}
.footer-widget h4.title {
    font-family: 'Muli',sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 16%;
}
#footer-widgets li {
	font-family: 'Muli',sans-serif;
    padding-left: 0px !important;
}
#footer-widgets li:before {
	display:none;
}
.footer-widget {
    border-right: 1px solid #fff;
}
.footer-widget:nth-child(1) {
    border: 0px !important;
}
.footer-widget:nth-child(5) {
    border: 0px !important;
}
