/*
 Theme Name:   Corewpress
 Theme URI:    https://corewpress.com/
 Description:  Corewpress theme
 Author:       Corewpress
 Author URI:   https://corewpress.com/
 Template:     Divi
 Version:      1.0
*/

/* General */
html {
    font-size: 16px !important;
}

/*.underlined {
/*  position: relative;
  margin-right: 1rem;
  white-space: nowrap;
  background-image: linear-gradient(120deg, #fff 0%, #efefef 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}

.underlined:after {
content: "";
    position: absolute;
    bottom: -16px;
    left: -10px;
    height: 7px;
    width: 100%;
    border: solid 10px #2cff00;
    border-color: #2cff00 transparent transparent transparent;
    border-radius: 50%;
    opacity: 0.7;
}
*/

/* Header */
#main-header {
    box-shadow: none;
    z-index: 10;
}

.ctacw {
    border: none;
    background: #ff6500;
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
    /*font-size: 25px;*/
    width: 90%;
    text-align: center;
    margin: 30px auto 0;
}

.ctacw:hover {
    padding: 0.3em 1em !important;
    border: none !important;
    background: #ff3b00 !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
    /*font-size: 25px;*/
    width: 90%;
    text-align: center;
    margin: 30px auto 0;
}

#hero #et_pb_contact_form_0 {
    min-height: 330px;
}

#hero ul {
    list-style: none;
}

#hero .et_pb_contact_submit {
    margin: 0px 0 0 10px;
}

#hero .et_contact_bottom_container,
#hero .et_pb_button {
    width: 100%;
}

#hero .et-pb-contact-message {
    color: #fff;
    text-align: center;
}

/* Services */
.et_pb_blurb_description i {
    font-size: 50px;
    color: #242c35;
}

i.fas,
i.fab,
i.far {
    /*    float: left;
    margin-right: 5%;
    width: 15%
*/
    margin-bottom: 15px;
}

/*.srv-box {
    float: left;
    width: 80%;
    text-align: left;
}
*/

/* Certifictions */
.certis img {
    opacity: 0.5;
}

.certis img:hover {
    opacity: 1;
}

.certis div {
    padding: 10px;
    background: #fff;
    margin: 18px;
    float: left;
    width: 180px;
    height: 180px;
    border: 1px solid #ccc;
}

/* Work */
.casestudy {
    background: transparent !important;
    width: 60%;
    color: #fff;
    border: 1px solid #bbb;
}

.casestudy img {
    float: left;
    width: 20%;
    margin-right: 5%;
}

.casestudy h3 {
    color: #fff;
    float: left;
    width: 70%;
}

.casestudy p {
    float: left;
    width: 70%;
    margin-bottom: 15px;
}

.casestudy ul {
    list-style: decimal-leading-zero;
    float: left;
    width: 70%;
    margin-left: 40px;
}

/* Testomonials */
#testimonials .et_pb_slide {
    padding: 0;
    background: transparent !important;
}

#testimonials .et_pb_slide_image {
    width: 15%;
}

#testimonials .et_pb_slide .et_pb_slide_image img {
    width: 128px;
    border-radius: 100%;
}

#testimonials .et_pb_slide_description {
    padding: 7% 0;
    text-align: left;
}

#testimonials .et_pb_slide_with_image .et_pb_slide_description {
    width: 80%;
}

#testimonials .et_pb_slide a {
    color: white;
    text-decoration: underline;
}

.et_pb_testimonial:before {
    content: '\f10e';
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}

/* Contact */
.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
    background-color: #fff;
}

.wpcf7 label {
    text-transform: uppercase;
    font-weight: bold;
    color: #242c35;
}

.wpcf7-text,
.wpcf7-textarea {
    width: 100%;
    padding: 14px 4% !important;
    border-radius: 3px;
    border: none !important;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
    margin-bottom: 20px !important;
}

.wpcf7-submit {
    color: #ffffff !important;
    border-color: #242c35;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #242c35;
    width: 30%;
    border: 2px solid;
    border-radius: 4px;
    font-size: 26px;
    padding: 10px;
    cursor: pointer;
    float: right;
}

.wpcf7-submit:hover {
    background-color: #26394f;
}

a.et_pb_newsletter_button:hover {
    background-color: #000 !important;
}

.et_pb_newsletter_success {
    text-align: left;
    margin-left: -20px;
}

.et_pb_newsletter_result.et_pb_newsletter_error {
    color: red;
}

/* Footer */

/*This STARTS custom reveal footer - add to Theme Editor css*/
/*#main-content {
	margin-bottom: 230px; This may to be adjusted depending on the content of your footer
} 
*/
/*#main-footer {
	position: fixed;
	z-index: -1;
	height: 230px; This may to be adjusted depending on the content of your footer
	width: 100%;
	bottom: 0;
}
*/
/*#footer-bottom {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 10px 0;
}

#footer-info, #footer-info a {
	padding: 0;
}

#main-footer .container {
	height: 100%;
}
*/

#footer-widgets {
    padding: 3% 0 3%;
}

.footer-widget {
    margin-bottom: 0px !important;
}

.footer-widget p {
    font-size: 1rem;
}

.footer-widget i {
    margin-right: 15px;
}

.footer-widget h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

/* Mobile */
@media (max-width: 750px) {
    html {
        font-size: 13px !important;
    }

    .certis div {
        float: left;
        width: 41% !important;
        height: auto;
    }

    #footer-widgets {
        padding: 10% 0 10%;
    }

    .et_mobile_menu li a {
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2px;
    }

    .mobile_menu_bar:before {
        color: #242c35 !important;
    }

    .casestudy {
        padding: 15px !important;
    }

    .casestudy img {
        display: none;
    }
}
