/*
Theme Name: Divi Child
Theme URI: https://patontupper.co.za/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

/* Fonts */

@font-face {
	font-family: Gotham-Bold;
	src: url(https://makeupsesh.co.za/wp-content/themes/divi-child/fonts/Gotham-Bold.otf)
}

@font-face {
	font-family: Gotham-Book;
	src: url(https://makeupsesh.co.za/wp-content/themes/divi-child/fonts/Gotham-Book.otf)
}

h1, h2, h3, h4, h5, a {
	font-family: Gotham-Bold;	
}

body {
	font-family: Gotham-Book;	
}

ul#top-menu {
    display: none;
}

.et_header_style_left .logo_container {
    height: 100px;
}

a.btn {
    display: inline-block;
    margin-top: 30px;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    line-height: 26px;
}

footer a {
    color: #000;
}
footer .et_pb_bg_layout_dark a {
    color: #fff;
}

a.btn:after {
    content: "";
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(https://makeupsesh.co.za/wp-content/uploads/2022/04/arrow-btn.png);
    margin-left: 10px;
    position: relative;
    top: 4px;
    background-size: contain;
    border-left: 1px solid;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.socials img {
    height: 30px;
    padding: 0 15px;
}
img.email {
    height: 17px;
}
.socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div#wpcf7-f7-p2-o1 {
    margin-top: 30px;
}

input, select, textarea {
    margin: 0;
    padding: 10px !important;
    width: 50%;
    margin-bottom: 10px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: none;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 15px !important;
    margin-bottom: 0 !important;
}

span.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

.no-padding {
    padding-top: 0 !important;
}

/* Menu */

.edfm-toggle {
    display: block !important;
    background: transparent;
}

.edfm-header-image {
    width: 60%;
    margin: 0 20%;
}

span.edfm-title {
    color: #000;
}

.edfm_position_right .edfm-toggle-wrapper {
    left: inherit;
    right: 5%;
    top: 35px;
}
.edfm-menu-open .edfm-toggle-wrapper.edfm_button_fix {
    right: 10px;
}

div#mCSB_1_container {
    height: 100%;
}

.edfm-fly-menu-footer.edfm-fly-menu-body-part {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.edfm-header-additionl-content {
    color: #000;
}

body.admin-bar.et_fixed_nav #main-header {
    height: 95px;
}

.et_pb_sticky--top {
    background: #f4eae9;
    transition: .8s;
}

header .socials img {
    height: 20px;
    padding: 0 15px;
    width: auto !important;
}

header .socials {
    padding-top: 21px;
}

@media(max-width:979px) {
input, select, textarea {
    margin: 0;
    padding: 10px !important;
    width: 100%;
    margin-bottom: 10px !important;
}
.et_pb_image_0_tb_header {
    width: 45% !important;
}
.edfm_position_right .edfm-toggle-wrapper {

    top: 30px;
}
header .socials {
    padding-top: 7px;
    display: none;
}
.et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough {
    margin-bottom: 0;
}
.socials {
    justify-content: center;
}
.et_pb_row.et_pb_row_1_tb_footer .et_pb_text_inner {
    text-align: center;
    font-size: 11px;
}
span.divider {
    display: none;
}
.et_pb_module.et_pb_text.et_pb_text_0_tb_footer.et_pb_text_align_left.et_pb_bg_layout_light a {
    display: block;
    text-align: center;
}
}