/**
 * Theme Name: ATA Action 2022
 * Theme URI: https://www.elegantthemes.com/gallery/divi/
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: https://www.imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (forms, lists, horizontal rules)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (pages, posts)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */

body {

}

h1, h2, h3, h4, h5, h6 {

}

h1 {

}

h2 {
	font-size: 36px;
	color: #f57f20;
	font-weight: 300 !important
}
h2::after{
	display:block;
	content:'';
	border-bottom: 5px solid #f57f20;
	width: 10%;
	margin: auto;
	padding-bottom: 30px
 }

h3 {
font-size: 36px;
	color: #f57f20;
	font-weight: 300 !important
}
h3::after{
	display:block;
	content:'';
	border-bottom: 5px solid #f57f20;
	width: 10%;
	padding-bottom: 20px
 }

h4 {
font-size: 26px;
	color: #50a5d9 !important;
	font-weight: 300 !important
}
h4::after{
	display:block;
	content:'';
	border-bottom: 3px solid #50a5d9;
	width: 10%;
	padding-bottom: 15px
 }
h5 {
font-size: 20px;
	color: #50a5d9 !important;
	font-weight: 400 !important
}
h5::after{
	display:block;
	content:'';
	border-bottom: 3px solid #50a5d9;
	width: 10%;
	padding-bottom: 15px
 }


h6 {

}

p {

}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    width: 100%;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

/*** Primary Menu */


/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */


/*** Pagination */


/**
 * 4.0 Header
 -----------------------------------------------------------------------------
 */



/**
 * 5.0 Content
 -----------------------------------------------------------------------------
 */

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
    margin: 6px 0 10px;
}

.sliderimage_hide_border .wpls-logo-cnt.slick-slide img{
	padding: 10px;
}
.gform_wrapper .gform_footer input {
	background: white;
	border: 1px solid #f47e14;
	font-size: 20px;
	color: #f47e14;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 500 !important;
	float: right;
}
/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */

/*** Captions */


/*** Galleries */


/*** Images */


/**
 * 7.0 Widgets
 -----------------------------------------------------------------------------
 */



/**
 * 8.0 Footer
 -----------------------------------------------------------------------------
 */



/**
 * 9.0 Plugins
 -----------------------------------------------------------------------------
 */



/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */

@media all and (max-width: 1200px) {

}

@media all and (max-width: 980px) {

}

@media all and (max-width: 767px) {

}

@media all and (max-width: 479px) {

}

/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}