/*
 * dr-overrides.css - the theme-option layer, loaded AFTER the child stylesheet.
 *
 * GENERATED, then committed. Regenerate with scratchpad/build_foundation.py.
 * Do not hand-edit: the next regeneration will overwrite it.
 *
 * Replaces ~41.9 KB of CSS that Avada rebuilt from 175 theme-option values on EVERY
 * request and printed inline. Being inline, no browser could ever cache a byte of it.
 *
 * Only rules measured to actually match an element survive. The measurement used a
 * real browser across one page per surviving template at four widths - it is not a
 * reading of the CSS:
 *
 *      Avada/style.css   148 of 2705 selectors matched anything    5.5%
 *      inline dynamic     63 of  656                               9.6%
 *      Avada media.css    45 of  298                              15.1%
 *
 * ⚠️ CASCADE ORDER IS LOAD-BEARING. These two files are not interchangeable and must
 * not be merged. In the original page the sources sat on BOTH SIDES of the child
 * theme's stylesheet: the Avada parent was @import-ed above it, while the inline
 * dynamic CSS was printed after wp_head() and therefore beat everything. Merging them
 * into one file ahead of the child stylesheet lets Avada's `body { font-size: 13px }`
 * override the theme option's 16px, and every page renders smaller and hundreds of
 * pixels shorter. That is not hypothetical - it is what the first attempt did, and
 * the pixel diff is what caught it.
 *
 *      dr-foundation.css   loads BEFORE the child stylesheet
 *      dr-overrides.css    loads AFTER it
 */

/* ===== from: Avada media.css (loaded after the child stylesheet) ===== */

@media only screen and (max-width: 965px) {
	.header-v4 #small-nav, .header-v4 #header { padding-left: 10px; padding-right: 10px; }
}

@media only screen and (max-width: 800px) {
	#wrapper { width:auto !important; overflow-x: hidden; }
	#main { padding-bottom:50px; }
	.social-networks { float:none; padding:0 0 15px; text-align:center; }
	.social-networks:after { content:""; display:block; clear:both; }
	.social-networks li { float:none; display:inline-block; }
	.page-title { width:auto; padding-left:10px; padding-right:10px; padding-top:18px; }
	.page-title-wrapper { width:auto; }
	.page-title h1 { float:none; }
	.header-wrapper { position:static !important; }
	#header { padding:20px; }
	#header-sticky .logo, #header .logo { float:none !important; text-align:center !important; margin:0 !important; }
	body #header-sticky.sticky-header .logo { float: left !important; }
	#header-sticky .nav-holder { float:none !important; }
	.mobile-nav-holder { margin-top:20px !important; }
	.sticky-header .mobile-nav-holder { margin-top:0px !important; }
	.mobile-nav-item a { height: auto !important; line-height: auto !important; }
	.nav-holder ul { display:none; }
	.mobile-nav-holder { display:block !important; }
	.one_third { width:100%; margin-bottom:20px; }
	.one_third > div { margin-bottom:0; }
	.title { margin-top:0px !important; margin-bottom:20px !important; }
	#content { width:100% !important; float:none !important; margin-bottom:50px; }
	#sidebar { width:100% !important; float:none !important; }
	.pagination { margin-top:40px; }
	.page-title h1 { margin-top:0; margin-bottom:5px; }
	.page-title-captions, .page-title h1 { float:none; line-height:normal; width:100%; }
	.share-box { height:auto; }
	#wrapper .share-box h4 { float:none; line-height:20px !important; padding-top:25px; padding-bottom:25px; }
	.share-box ul { float:none; overflow:hidden; padding:0 25px; padding-bottom:15px; margin-top:0px; }
	nav#nav, nav#sticky-nav { margin-right:0; }
	#wrapper .page-title-container { height:auto !important;max-height:87px;padding-bottom:20px; }
	.error_page .useful_links { width:100%;padding-left:0; }
	.header-v4 #header { padding-left:20px!important; padding-right:20px!important; }
	.header-v4 #header .logo { width:100%; margin-bottom:10px !important; }
	.header-v4 #small-nav { padding:6px 20px; }
	.header-v4 #small-nav #nav { width:100%; }
	#small-nav .mobile-nav-holder { margin-top:0 !important; }
	.popup { display:none !important; }
	.share-box .social-networks { text-align:left; }
	body #small-nav { visibility:visible !important; }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
	#wrapper { width:auto !important; overflow-x: hidden !important; }
	#main { padding-bottom:50px; }
	.social-networks { float:none; padding:0 0 15px; text-align:center; }
	.social-networks:after { content:""; display:block; clear:both; }
	.social-networks li { float:none; display:inline-block; }
	.page-title { width:auto; padding-left:10px; padding-right:10px; padding-top:18px; }
	.page-title-wrapper { width:auto; }
	.page-title h1 { float:none; }
	#header { padding:20px; }
	#header .logo { float:none; text-align:center; margin:0 !important; }
	.mobile-nav-holder { margin-top:20px !important; }
	.sticky-header .mobile-nav-holder { margin-top:0px !important; }
	.nav-holder ul { display:none; }
	.mobile-nav-holder { display:block !important; }
	.one_third { width:100%; margin-bottom:20px; }
	.one_third > div { margin-bottom:0; }
	.title { margin-top:0px !important; margin-bottom:20px !important; }
	#content { width:100% !important; float:none !important; margin-bottom:50px; }
	#sidebar { width:100% !important; float:none !important; }
	.pagination { margin-top:40px; }
	.page-title h1 { margin-top:0; margin-bottom:5px; }
	.page-title h1 { float:none; line-height:normal; width:100%; }
	.share-box { height:auto; }
	#wrapper .share-box h4 { float:none; line-height:20px !important; padding-top:25px; padding-bottom:25px; }
	.share-box ul { float:none; overflow:hidden; padding:0 25px; padding-bottom:25px; margin-top:0px; }
	nav#nav, nav#sticky-nav { margin-right:0; }
	#wrapper .page-title-container { max-height:87px;padding-bottom:18px; }
	.error_page .useful_links { width:100%;padding-left:0; }
	.header-v4 #header { padding-left:20px!important; padding-right:20px!important; }
	.header-v4 #header .logo { width:100%; margin-bottom:10px !important; }
	.header-v4 #small-nav { padding:6px 20px; }
	.header-v4 #small-nav #nav { width:100%; }
	#small-nav .mobile-nav-holder { margin-top:0 !important; }
	.share-box .social-networks { text-align:left; }
	body #small-nav { visibility:visible !important; }
}

@media only screen and (max-width: 640px) {
	#header .logo { float:none; margin:20px auto; }
	.flex-direction-nav { display:none; }
	.post .meta-info { height:auto; }
	.post .meta-info > div { display:block; float:none; margin:0; line-height: 2em !important; width: 100% !important; }
	.post .meta-info .alignleft { margin-top: 5px !important; }
	.post .meta-info .alignright { margin-bottom: 5px !important; }
	.share-box ul li { margin-bottom:10px; margin-right:15px; }
	#main, #footer { padding-left:12px;padding-right:12px; }
	.share-box .social-networks li { margin-right:20px !important; }
	body #small-nav { visibility:visible !important; }
}

/* ===== from: inline dynamic CSS (was regenerated on every request, and came last) ===== */
a:hover { color:var(--dr-link); }
#nav ul .current_page_item a, #nav ul .current-menu-item a, #sticky-nav ul .current_page_item a, #sticky-nav ul .current-menu-item a, .about-author .title a, #main .post h2 a:hover, #sidebar .widget li a:hover, #nav ul a:hover, #sticky-nav ul a:hover, .read-more:hover:after, .pagination-next:hover:after, .single-navigation a[rel=prev]:hover:before, .single-navigation a[rel=next]:hover:after, #sidebar .widget_nav_menu li a:hover:before { color:var(--dr-link) !important; }
#nav ul .current_page_item a, #nav ul .current-menu-item a, #sticky-nav ul .current-menu-item a, .pagination .current, .pagination a.inactive:hover, #nav ul a:hover, #sticky-nav ul a:hover { border-color:var(--dr-link) !important; }
.pagination .current, #toTop:hover, .search-page-search-form input[type="submit"]:hover { background-color:var(--dr-link) !important; }
.sticky-header #sticky-nav > ul > li a { font-size: 17px; }
body #header-sticky.sticky-header .sticky-shadow { background:rgba(77, 5, 6, 0.97) !important; }
#header-sticky, #header, #small-nav { background-color:#010000 !important; }
#main, #wrapper { background-color:var(--dr-white) !important; }
#footer { background-color:var(--dr-white) !important; }
#footer { border-color:var(--dr-white) !important; }
.image .image-extras { background-image: linear-gradient(top, var(--dr-c6) 0%, var(--dr-c7) 100%); background-image: -o-linear-gradient(top, var(--dr-c6) 0%, var(--dr-c7) 100%); background-image: -moz-linear-gradient(top, var(--dr-c6) 0%, var(--dr-c7) 100%); background-image: -webkit-linear-gradient(top, var(--dr-c6) 0%, var(--dr-c7) 100%); background-image: -ms-linear-gradient(top, var(--dr-c6) 0%, var(--dr-c7) 100%); background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, var(--dr-c6)), color-stop(1, var(--dr-c7)) ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90c9e8', endColorstr='#5aabd6') progid: DXImageTransform.Microsoft.Alpha(Opacity=0); }
.image:hover .image-extras { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90c9e8', endColorstr='#5aabd6') progid: DXImageTransform.Microsoft.Alpha(Opacity=100); }
.page-title-container { border-color:var(--dr-white) !important; }
#footer { padding-top: 10px !important; padding-bottom: 10px !important; }
.title-sep { border-color:var(--dr-c13) !important; }
body { font-family:"Roboto", Arial, Helvetica, sans-serif !important; }
#nav, #sticky-nav, .navigation { font-family:"Antic Slab", Arial, Helvetica, sans-serif !important; }
#main h2, .page-title h1, .image .image-extras .image-extras-content h3, #main .post h2, #sidebar .widget h3, .share-box h4, .post-content h1, .post-content h2, .post-content h3, #header-sticky { font-family:"Antic Slab", Arial, Helvetica, sans-serif !important; }
body { font-size:16px; line-height:24px; }
body { line-height:20px !important; }
#nav, #sticky-nav, .navigation { font-size:15px !important; }
#sidebar .widget h3 { font-size:13px !important; }
#header-sticky .avada-row, #header .avada-row, #main .avada-row, #footer .avada-row { max-width:940px; }
.post-content h1 { font-size:24px !important; line-height:36px !important; }
.post-content h1 { line-height:48px !important; }
.post-content h2, .title h2, #main .post-content .title h2, .page-title h1, #main .post h2 a { font-size:18px !important; line-height:27px !important; }
.post-content h2, .title h2, #main .post-content .title h2, .page-title h1, #main .post h2 a { line-height:27px !important; }
.post-content h3 { font-size:16px !important; line-height:24px !important; }
.post-content h3 { line-height:24px !important; }
.share-box h4 { font-size:13px !important; }
body, .post .post-content, .search input { color:#000000 !important; }
.post-content h1 { color:var(--dr-link-hover) !important; }
.post-content h2, .title h2, .search-page-search-form h2 { color:var(--dr-link-hover) !important; }
.post-content h3, #sidebar .widget h3 { color:var(--dr-link-hover) !important; }
.share-box h4 { color:var(--dr-link-hover) !important; }
.page-title h1 { color:var(--dr-text) !important; }
body a { color:var(--dr-link-hover); }
#sidebar .widget li a, #main .post h2 a, .image-extras a { color:var(--dr-link-hover) !important; }
#sidebar .widget h3, #sidebar .widget .heading h3 { color:var(--dr-text) !important; }
#nav ul a, #sticky-nav ul a { color:var(--dr-link-hover) !important; }
#nav ul .current_page_item a, #nav ul .current-menu-item a, #nav ul li a:hover, #sticky-nav ul .current_page_item a, #sticky-nav ul .current-menu-item a, #sticky-nav ul li a:hover { color:#900706 !important;border-color:#900706 !important; }
.search-page-search-form { border-color:var(--dr-c13) !important; }
#small-nav, .single-navigation, .post .meta-info, #sidebar .widget li a, .page-title-container, .pagination a.inactive { border-color:var(--dr-c13); }
input#s, .search-page-search-form input { background-color:var(--dr-white) !important; }
input#s, .search-page-search-form input { color:#aaa9a9 !important; }
input#s, .search-page-search-form input { border-color:#d2d2d2 !important; }
.page-title h1 { font-size:30px !important; line-height:normal !important; }
#header, .header-v4 #small-nav { border-bottom-color:#e5e5e5 !important; }
#main #sidebar { background-color:transparent; }
#main #content { width:71.1702128%; }
#main #sidebar { width:23.4042553%; }
.share-box { background-color:var(--dr-c12); }
.navigation > li > a { height:40px;line-height:40px; }
.navigation > li > a { height:40px;line-height:40px; }
#nav ul a, .navigation > li > a { height:40px;line-height:40px; }
#nav ul a, .navigation > li > a { height:40px;line-height:40px; }
.header-v4 #small-nav { background-color:var(--dr-white) !important; }
#wrapper { width:100%; }

@media only screen and (min-width: 801px) and (max-width: 1014px) {
	#wrapper { width:auto; }
}

@media only screen and (min-device-width: 801px) and (max-device-width: 1014px) {
	#wrapper { width:auto; }
}
.page-title-container { background-color:var(--dr-white); }
#header { background-image:url(/wp-content/uploads/2015/03/header.png); background-position: center center; background-repeat:no-repeat; }
#main { padding-top: 15px !important; padding-bottom: 40px !important; }
.page-title-container { height:auto !important; }
