/*
 Theme Name: Divi-Mastermind-Child-Theme
 Theme URI: https://www.divimastermind.com/
 Description: Dies ist ein <b>ready-to-start</b> Child-Theme f&uuml;r Divi. Entwickelt und bereitgestellt von den Divi Masterminds. Dieses Theme beinhaltet alle notwendigen Dateien, um den schnellen und einfach Start zu erm&ouml;glichen.
 Author: Divi Mastermind - Benny Hozjan und Frank Oschatz
 Author URI: https://divimastermind.com/
 Template: Divi
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */


/*** MAKE SITE WIDER ON SMALLER SCREENS ***/
@media only screen and (max-width: 980px) {
.row-mobile-width {
width: 100%!important; /*** you might need !important ***/
}
}


#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    /* background-color: #3d0500; */
    background-size: initial;
    background-repeat: repeat;
    background-image: url(/wp-content/uploads/2019/03/wood.png)!important;
}



/* Header Button 1 */ 
a.et_pb_button.et_pb_more_button.et_pb_button_one {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 18px;
    padding-right: 48px;
}

/* Header Button 2 */
.et_pb_fullwidth_header_0 .et_pb_button_two.et_pb_button {
        padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 18px;
    padding-right: 48px;
}

/* Hamburger Menue Color */
span.mobile_menu_bar:before {
color: #fff !important;
}


/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    .et_pb_blurb_0.et_pb_blurb h4 {
    text-align: center;
}

.et_pb_blurb_0.et_pb_blurb p {
    text-align: center;
}

.et_pb_blurb_1.et_pb_blurb h4 {
    text-align: center;
}

.et_pb_blurb_1.et_pb_blurb p {
    text-align: center;
}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    .et_pb_blurb_0.et_pb_blurb h4 {
    text-align: center;
}

.et_pb_blurb_0.et_pb_blurb p {
    text-align: center;
}

.et_pb_blurb_1.et_pb_blurb h4 {
    text-align: center;
}

.et_pb_blurb_1.et_pb_blurb p {
    text-align: center;
}
}

