/*
 Theme Name:     Divi Child Theme
 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
------------------------------------------------------- */

/* @import url("../Divi/style.css"); */


/***********************************************************/
/**************** GLOBAL LAYOUT TEXTFIELDS *****************/
/***********************************************************/
/* 
global class for all textfields: .et_pb_text
changed layout for unordered lists */

.et_pb_text ul {
	margin-top: 0px;
	margin-bottom:0px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.et_pb_text ul li {
list-style-type: disc;
}

.et_pb_text ul ul li {
list-style-type: circle;
}

.et_pb_text ul ul ul li {
list-style-type: disc;
}

.et_pb_text ul ul ul ul li {
list-style-type: circle;
}

/***********************************************************/
/************* GLOBAL LAYOUT SPECIALTY SECTION *************/
/***********************************************************/
/* global class for specialty section: .et_section_specialty */

/*change layout to fullwidth for specialty section */
.et_section_specialty > .et_pb_row {
	width: 100% !important; 
	max-width: 100% !important;
}

/*
.et_section_specialty > .et_pb_column_0 {
width: 50% !important;
max-width: 50% !important;
}
*/

/*
.et_pb_specialty_column .et_pb_column_0 {
	width: 50%;
}
*/


/*adjust column width
.resize .et_pb_column_1_5 {
width: 30% !important;
max-width: 30% !important;
}
.resize .et_pb_column_3_5 {
width: 30% !important;
max-width: 30% !important;
}
.resize .et_pb_column_1_5 {
width: 40% !important;
max-width: 40% !important;
} 
*/

/*
.et_section_specialty > .et_pb_column_1_5 {
width: 30% !important;
max-width: 30% !important;
}

.et_section_specialty > .et_pb_column_3_5 {
width: 30% !important;
max-width: 30% !important;
}
.et_section_specialty > .et_pb_column_1_5 {
width: 40% !important;
max-width: 40% !important;
} 
*/

/*************************************************/
/************* GLOBAL LAYOUT BUTTONS *************/
/*************************************************/
/*
global class for buttons: .et_pb_button */
/*
.et_pb_button {
	width: 100%;
	background: white !important;
}
*/

.forum_button {
	width: 100%;
}




/***********************************************************/
/********************** ARCHIVE PAGES **********************/
/***********************************************************/

/* Remove sidebar on all archive pages 
.search #main-content .container::before,
.archive #main-content .container::before {
    display: none;
}
.search #left-area,
.archive #left-area {
    width: 100%;
    float: none;
    padding-right: 0;
}
.search #sidebar,
.archive #sidebar {
    display: none;
}
*/




