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

@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRThin.otf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRThinItalic.otf');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRXLight.otf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRXLightItalic.otf');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRLight.otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRLightItalic.otf');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/Alt_GothamGRBook.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRBookItalic.otf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/Alt_GothamGRMedium.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRMediumItalic.otf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/Alt_GothamGRBold.otf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRBoldItalic.otf');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRBlack.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRBlackItalic.otf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRUltra.otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Greek";
    src: url('fonts/GothamGRUltraItalic.otf');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

.font-gotham{
	font-family: "Gotham Greek"!important;
}


/* GRAVITY FORM */
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #000;
    border: 0px solid #fff;
	border-bottom: 1px solid #fff;
    padding: 2px;
    color: #fff;
}