/*
 Theme Name:     Incovax
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Incovax Website
 Author:         Tyla Dorning
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*contact Form */

label {
    color: #4f4f4f;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 2px;
    border: 1px solid #4f4f4f;
    color: #000000;
    background-color: #fff;
}
#et-info, #et-secondary-menu>ul>li a {
    display: block;
    padding-bottom: .75em;
    font-weight: 300;
}
#et_search_icon:before {
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 14px;
    content: "\55";
}
.et_pb_search input.et_pb_s, .et_pb_search input.et_pb_searchsubmit {
    margin: 0;
    padding: 0.715em;
    border: none;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
}

/* Contact Form */

.contactLeft {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}
.contactRight {
    width: 48.5%;
    float: left;
}
input {
    width: 95%;
    padding: 5px 10px !important;
}
textarea {
    padding: 5px 10px;
    width: 95%;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #907f54;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    width: 100px;
}

@media(max-width:979px) {
.contactLeft {
    width: 100%;
    float: none;
    margin-bottom: 0;
}
.contactRight {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
}

/* Tabs */

.et_pb_tab_content img {
    padding-bottom: 12px;
}
.et_pb_tab_content h3 {
    padding-bottom: 20px;
}

.custom-tabs .et_pb_tab_active a {
  color: #666 !important;
}

.custom-tabs ul.et_pb_tabs_controls {
  float: left;
  width: 30%;
  display: block;
  background: transparent;
}
.custom-tabs .et_pb_all_tabs {
  display: flex;
  width: 65%;
}
.custom-tabs .et_pb_tabs_controls li {
display: block;
width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.custom-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

.custom-tabs .et_pb_tabs_controls li a {
   display: block;
	width: 100%;
  padding: 15px 30px ;
  font-size: 15px;
}

.custom-tabs ul.et_pb_tabs_controls:after {
content: none;
}

.custom-tabs .et_pb_tab {
    padding: 0 30px;
}
@media(max-width:767px){
.custom-tabs ul.et_pb_tabs_controls.clearfix {
  float: left;
  width: 100%;
  display: inherit;
}
.custom-tabs .et_pb_all_tabs {
  display: flex;
  width: 100%;
}
.custom-tabs .et_pb_tab.et_pb_tab.clearfix.et-pb-active-slide {
  border-left: 0px solid #d9d9d9;
}
}

ul.et_pb_tabs_controls li {
    height: auto !important;
}

.et_pb_tabs, .et_pb_wc_tabs {
    border: none;
}

a.btn.blue {
    background: #005aab;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    top: 10px;
}

#et-top-navigation{
    padding: 28px 0 0 0 !important;
}

#et-top-navigation a {
    padding-top: 10px;
}


#top-menu li {
    text-align: center;
}

.slideBox {
    width: 30%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4f4f4f;
}

.slideBox h1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
}

.slideBox p {
    line-height: 1.5em;
}

#footer-info, #footer-info a {
    color: #ffffff;
    width: 100%;
    text-align: center;
}

ul.serviceIcons li {
    width: 25%;
    list-style: none;
    text-align: center;
    padding: 10px;
}
ul.serviceIcons {
    display: flex;
    flex-wrap: wrap;
}

ul.serviceIcons h3 {
    font-size: 16px;
    text-transform: uppercase;
}

[class^=imghvr-] {
    background-color: transparent;
}

[class^=imghvr-] figcaption {
    background-color: transparent;
}

/* Newsletter */

input.wpcf7-form-control.wpcf7-submit {
    width: 15%;
    background: #2d6ec6;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #2d6ec6;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 95%;
}

input {
    padding: 10px !important;
}

span.ajax-loader {
    position: absolute;
    bottom: 0;
}


/* Footer Widgets */

#footer-widgets .footer-widget li:before {
    content: none !important;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
}

/* Our Team */

.profile {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    text-align: center;
}

.profile img {
	margin-bottom: 20px;
}

div#teamProfiles {
    display: flex;
    flex-wrap: wrap;
}

.profile:nth-child(4n) {
    margin-right: 0 !important;
}

/* Tabs */

.et_pb_tab_content img {
    padding-bottom: 12px;
}
.et_pb_tab_content h3 {
    padding-bottom: 30px;
}

.custom-tabs .et_pb_tab_active a {
  color: #1a4f8e !important;
	color: #1a4f8e;
}

.custom-tabs ul.et_pb_tabs_controls {
  float: left;
  width: 30%;
  display: block;
  background: transparent;
}
.custom-tabs .et_pb_all_tabs {
  display: flex;
  width: 65%;
}
.custom-tabs .et_pb_tabs_controls li {
display: block;
width: 100%;
border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.custom-tabs .et_pb_tabs_controls li:nth-child(1) {
    border-top: 1px solid #d9d9d9;
}

.custom-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
border-right: 1px solid #d9d9d9;
}

.custom-tabs .et_pb_tabs_controls li a {
   display: block;
	width: 100%;
  padding: 15px 30px ;
  font-size: 15px;
}

.custom-tabs ul.et_pb_tabs_controls:after {
content: none;
}

.custom-tabs .et_pb_tab {
    padding: 0 30px;
}
@media(max-width:767px){
.custom-tabs ul.et_pb_tabs_controls.clearfix {
  float: left;
  width: 100%;
  display: inherit;
}
.custom-tabs .et_pb_all_tabs {
  display: flex;
  width: 100%;
}
.custom-tabs .et_pb_tab.et_pb_tab.clearfix.et-pb-active-slide {
  border-left: 0px solid #d9d9d9;
}
}

ul.et_pb_tabs_controls li {
    height: auto !important;
}

.et_pb_tabs, .et_pb_wc_tabs {
    border: none;
}

a.btn.blue {
    background: #005aab;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    top: 10px;
}

/* Footer */

span.locationIcon {
    display: flex;
}

span.contactIcon {
    display: flex;
}

div#media_image-2 {
    width: 70px;
    margin-bottom: 20px;
}