/*
 Theme Name:     Creation Science v3.0
 Theme URI:      https://creationscience.com/
 Description:    Creation Science Center child theme of Divi by Elegant Themes. Created 02/10/26. (PRODUCTION)
 Author:         Shannon Wilcox (shannonwilcox@augustelements.com)
 Author URI:     https://augustelements.com
 Template:       Divi
 Version:        3.001

 ( Child theme of Divi. Do not diff check or compare this file with Divi's style.css 
 file when update theme. Child file will be loaded after theme file, and both 
 files implemented. )

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Typography
2.0 - Layout
	2.1  - Header
	2.2  - General
	2.3  - Icons & Images
	2.4  - Posts
	2.5  - Forms
	2.6  - Divi Modules
	2.7  - Buttons
	2.8  - Footer
3.0 - Transitions
4.0 - Responsive
*/
/*--------------------------------------------------------------
1.0 - Typography (Override requires font sizes in Divi > Theme Options > Custom CSS box)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 - Layout
--------------------------------------------------------------*/
/* 2.1 Header --------*/
#main-header.et-fixed-header { 
	border-radius: 0 0 3rem 0;
}

/* 2.2 General --------*/
#et-main-area {
	overflow: hidden;
}
/*--------------------------------------------------------------
3.0 - Transitions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.0 - Responsive
--------------------------------------------------------------*/
@media all and (min-width: 1441px) {
}
@media all and (max-width: 1400px) {
}
/* Tablets --------*/
@media all and (max-width: 1100px) {
}
@media (min-width: 981px) {
}
@media (max-width: 980px) {
}
@media only screen and (min-width: 768px) {
}
@media all and (max-width: 767px) {
}
/* Mobile --------*/
@media (max-width: 480px) {
}
	