/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* for breach pages */



/* for news page */

section.year_nav { height: 77px; }
article.news { margin-top: 20px !important; }
article.news header { margin-bottom: 22px; }
article.news header h1 { margin-bottom: 10px; }
article.news header h4 { font-size: 12px; color: #888; }
article.news .content { font-family: proxima-nova-n4,proxima-nova, sans-serif; font-weight: 400; letter-spacing: -0.8px; }
article.news .content p { font-size: 18px; line-height: 24px; color: #666; margin-bottom: 24px; }
article.news .content ul, article.news .content ol {margin: 0 50px;}
article.news .content ul li, article.news .content ol li { font-size: 18px; font-family: proxima-nova-n4,proxima-nova, sans-serif; color: #666; padding-bottom: 20px; }
article.news .content h2 { margin-bottom: 26px; }
article.news .nav { float: left; margin-top: 24px; border-top: 1px solid #aaabad; border-bottom: 1px solid #aaabad; width: 100%; }
article.news .nav * { float: left; font-size: 13px; font-family: proxima-nova-n4,proxima-nova, sans-serif; font-weight: 400; color: #000; text-decoration:none;}
article.news .nav .prev { width: 300px; margin: 13px 0; }
article.news .nav .prev a { width: 100%; }
article.news .nav .prev .prev_post a { padding: 0px; color: #888; }
article.news .nav .middle { width: 100px; text-align: center; margin: 13px 0; }
article.news .nav .middle a { float: left; width: 100%; line-height: 17px; }
article.news .nav .next { width: 300px; margin: 13px 0; }
article.news .nav .next a { float: right; width: 100%; text-align: right; }
article.news .nav .next .next_post { float: right; }
article.news .nav .next .next_post a { padding: 0px; text-align: right; width: 100%; color: #888; }


/* for webinars page */
article section h4 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:7px;
	color: #CF2626;
	font-family: proxima-nova-n6,proxima-nova,sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.webinar_section_left {
	float:left;
	width:175px;
}
.webinar_section_left a {
	font-weight:bold;
	text-decoration:none;
}
.webinar_section_left a:hover {
	font-weight:bold;
}
.webinar_section_right {
	float:left;
	width:525px;
}
.webinar_section_right h2 {
	color:#666666;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.webinar_section_right h3 {
	font-size:14px;
	color:#666666;
	margin-bottom:5px;
}