/*
 Theme Name:     Divi Child
 Theme URI:
 Description:    Divi Child Theme
 Author:         Claus Steinmassl
 Author URI:     https://www.claus-steinmassl.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */


/* material design icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/divi-child/fonts/materialdesignicons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/wp-content/themes/divi-child/fonts/materialdesignicons/MaterialIcons-Regular.woff2) format('woff2'),
    url(/wp-content/themes/divi-child/fonts/materialdesignicons/MaterialIcons-Regular.woff) format('woff'),
    url(/wp-content/themes/divi-child/fonts/materialdesignicons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}



/* Styling CF7 to look like the Divi Contact Form */
.wpcf7-text, .wpcf7-textarea, .wpcf7-select, .wpcf7-date {
    display: inline-block;
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 3px !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-submit {
    float: right !important;
    background-color: #D8B997;
    color: #423333 !important;
    border-color: #D8B997 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 250;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    border: 1px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background-color: #423333;
    border-color: #423333;
    color: #fff !important;
    padding: 6px 20px !important;
}
.wpcf7-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: 190px;
    height: 50px;
    padding-left: 16px;
    /*background: url(http://anne-und-claus.de/custom/arrow_down.png) no-repeat right #eee;*/
    color: #999;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
}


.photo-login-form {

}

.photo-login-pw {
    background-color: #423333 !important;
    border: none !important;
    width: 300px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 3px !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}
.photo-login-submit {
    /* float: right !important; */
    color: #D8B997 !important;
    border-color: #D8B997;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 250;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 1px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.photo-login-submit:hover {
    background-color: #423333 !important;
    border-color: #423333 !important;
    color: #fff !important;
    padding: 6px 20px !important;
}

.et_pb_promo_button.et_pb_button {
    color: #fff !important;
}

.et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover {
    background-color: #423333 !important;
    border-color: #423333 !important;
    color: #fff !important;
    padding: 6px 20px !important;
}

.photo-login-msg {
    color: #d00;
    font-weight: 250;
}

@media all and (max-width: 800px) {
    .envira-gallery-image {
        height: auto !important;
    }
}
