@charset "UTF-8";
/*
Theme Name: Empire Ranch Foundation
Theme URI: https://www.empireranchfoundation.org/
Description: 
Version: 1.0
Author: Addicott Web
Author URI: https://www.wordpress-web-designer-raleigh.com/
*/

body { font-family:"new-hero"; background-color:#433428; }

/* Text styles */
p { margin:20px 0 0 0; font-size:20px; line-height:30px; font-weight:300; }
strong { font-weight:700 !important; }
em { font-style:italic; }
small { display:block; font-size:14px; line-height:24px; font-weight:600; color:#000; margin: 20px 0 0 0; }
blockquote { border:none; padding:0; margin:0 0 0 30px; }
blockquote p { font-size:20px; line-height:30px; font-weight:300; }

/* Link styles */
a { color:#3c5871; text-decoration:underline; }
a:hover { color:#3c5871; text-decoration:none; }

.elementor-widget-text-editor a,
.elementor-tab-content a { text-decoration: underline !important; }
.elementor-widget-text-editor a:hover,
.elementor-tab-content a:hover { text-decoration: none !important; }

/* Heading styles */
h1 { margin:0; font-size:84px; line-height:84px; color:#fff; font-family:"fairplex-narrow"; font-weight:500; }
h2, h3, h4, h5, h6 { margin:30px 0 0 0; font-family:"fairplex-narrow"; font-weight:400; }

h2 { font-size:42px; line-height:52px; }
h3 { font-size:36px; line-height:46px; }
h4 { font-size:30px; line-height:40px; }
h5 { }
h6 { }

/* List styles */
ul { list-style:disc; margin:20px 0 0 30px; padding:0; }
ol { list-style:decimal; margin:20px 0 0 30px; padding:0; }
ul li,
ol li { margin-bottom:10px; padding-left:10px; font-size:20px; line-height:30px; font-weight:300; }

ul ul { list-style:circle; margin:10px 0 10px 30px; }
ol ol { list-style:lower-alpha; margin:10px 0 10px 30px; }

/* Image styles */
.alignnone { display:block; margin:20px 0 0 0; }
.aligncenter { display:block; margin:20px auto 0 auto; }
.alignright { float:right; margin:5px 0 20px 25px; clear:both; display:inline; }
.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }

.wp-caption { }
.wp-caption-text { margin:5px 0 0 0; text-align:center; font:italic 13px/22px Georgia, "Times New Roman", Times, serif; }

/* Table styles */
table { border-collapse:collapse; margin-top:5px; width:100%; }
table td { border-bottom:1px solid #ccc; font-size:18px; line-height:28px; font-weight:300; padding:15px 0; color:#000; vertical-align:top; }
table th { border-bottom:2px solid #000; font-size:18px; line-height:28px; font-weight:600; padding:15px 0; color:#000; vertical-align:top; text-align:left; }

iframe, object, embed { max-width: 100%; }

/* Pagenavi */
.wp-pagenavi { margin:40px 0 0 0; }
.wp-pagenavi a,
.wp-pagenavi span { margin:2px; font-size:16px; line-height:26px; background-color:#3C5871; color:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:15px 30px; text-decoration:none; }
.wp-pagenavi a:hover { background-color:#B48453; color:#fff; transition: background-color 0.5s ease; }
.wp-pagenavi span.current { background-color:#B48453; color:#fff; }

/* Global classes */
.right { text-align:right; }
.center { text-align:center; }
.widget { margin:0 0 30px 0; padding-top:0; padding-bottom:0; }
.widget h3.widget-title { }

/* Elementor image galleries */
.gallery { margin: 0 !important; padding: 0 !important; }
.gallery dl.gallery-item { border: 1px solid #fff !important; }
.gallery dl.gallery-item dt.gallery-icon { margin: 0 !important; padding: 0 !important; }
.gallery dl.gallery-item dt.gallery-icon a { margin: 0 !important; padding: 0 !important; border: none !important; }
.gallery dl.gallery-item dt.gallery-icon a img { margin: 0 !important; padding: 0 !important; border: none !important; }

/*-------------------------------------------------------------------------------------------------------------------
--------------------------------------------- CUSTOM LAYOUT ELEMENTS ------------------------------------------------
-------------------------------------------------------------------------------------------------------------------*/

.wrap { width:100%; }
.container { padding-left:40px; padding-right:40px; }
.row { padding-top:40px; padding-bottom:40px; }

.no-padding-top { padding-top:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }
.no-padding-both { padding-top:0 !important; padding-bottom:0 !important; }

.padding-top { padding-top: 40px !important; }

/* Header */
.header .row { padding-top: 20px; padding-bottom: 20px; margin-left: 0; margin-right: 0 }
.header ul { list-style: none; margin: 0; }
.header ul li { display: inline-block; margin: 0 0 0 20px; padding: 0; font-weight: 700; text-transform: uppercase; }
.header ul li:first-child { margin-left: 0; }
.header ul li a { display: block; border: 3px solid #fff; text-decoration: none; padding: 15px 30px; }
.header ul li a:hover { transition: all 0.25s ease; text-shadow: none !important; }

	/* Large desktops and laptops */
	@media (min-width: 1380px) {
	.header { padding-left: 80px !important; padding-right: 80px !important; }
	}

	/* Landscape tablets and medium desktops */
	@media (min-width: 992px) and (max-width: 1379px) {
	.header { padding-left: 40px !important; padding-right: 40px !important; }
	}

	/* Portrait tablets and small desktops */
	@media (min-width: 768px) and (max-width: 991px) {

	}

	/* Landscape phones and portrait tablets */
	/* Portrait phones and smaller */
	@media (max-width: 767px) {
	.header img { margin-top: 40px; }
	.header .right { text-align: center !important; }
	}

/* Collapsible sidebar */
.sidebar { width: 0; position: fixed; top: 0; left: 0; height: 100%; background: #af5e3f; color: #fff; transition: 0.5s; overflow-x: hidden; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); padding-top: 60px; z-index: 99999 !important; }
.sidebar ul { margin: 40px 30px 0 30px; list-style: none; }
.sidebar ul li { font-family:"fairplex-narrow"; font-size: 42px; line-height: 42px; font-weight: 400; margin: 0; padding: 0; }
.sidebar ul li a { padding: 10px 0; display: block; text-decoration: none; color: #fff; }
.sidebar ul li a:hover { color: #fff; }

ul.dropdown-menu { margin: 0 !important; padding: 0 0 20px 0; background: none !important; border: none; border-radius: 0; box-shadow: none !important; position: relative; width: 100%; }
ul.dropdown-menu li { margin:0; padding:0 15px; float:none; font-size:16px !important; display:block; line-height:20px !important; font-family:"new-hero"; font-weight:200 !important; font-style: normal !important; position: relative; text-transform: none !important; }
ul.dropdown-menu a { color:#fff; text-align:left; text-decoration:none; padding:10px; display:block; white-space: normal; background:none !important; font-weight: 200 !important; font-style: normal !important; }
ul.dropdown-menu a:hover { color:#fff; text-decoration:underline; }

.sidebar ul li.menu-item-10466,
.sidebar ul li.menu-item-10467,
.sidebar ul li.menu-item-10468,
.sidebar ul li.menu-item-10483,
.sidebar ul li.menu-item-10484 { font-size: 16px; line-height: 20px; font-weight: 600 !important; font-family:"new-hero" !important; text-transform: uppercase; }
.sidebar ul li.menu-item-10466 > a { font-weight: 600 !important; padding-top: 30px !important; }
.sidebar ul li.menu-item-10467 > a,
.sidebar ul li.menu-item-10468 > a,
.sidebar ul li.menu-item-10483 > a,
.sidebar ul li.menu-item-10484 > a { font-weight: 600 !important; }

.sidebar .closebtn { font-size: 20px; margin: 0 0 0 40px; background: none; color: #fff; text-decoration: none !important; font-size:16px !important; font-family:"new-hero"; font-weight:300 !important; }
.openbtn { font-size: 36px; font-weight: 700; cursor: pointer; color: #fff; border: none; background: none !important; font-size:16px !important; font-family:"new-hero"; text-transform: uppercase; }
.openbtn span { margin-left: 10px; }

#content { transition: margin-left 0.5s; z-index: 1000 !important; }

	/* Landscape phones and portrait tablets */
	/* Portrait phones and smaller */
	@media (max-width: 767px) {
	.openbtn { font-size: 24px !important; }
	#mySidebar.active { max-width: 767px !important; }
	#content { overflow-x: hidden !important; }
	}

/* Layout areas */
.content { background-color:#fff; }
.content .row { padding-bottom: 80px; }

.content-subpages { background-color:#af5e3f; padding:30px; margin-top: 20px; }
.content-subpages h4 { margin-top:0; color:#fff; font-weight:600; text-transform: uppercase; font-family:"new-hero"; font-size: 24px; line-height: 34px; }
.content-subpages ul { list-style:none; margin:15px 0 0 0; }
.content-subpages ul li { margin:15px 0 0 0; padding:0; font-weight:300; font-size: 16px; line-height: 26px; }
.content-subpages ul.children { margin: 20px 0; border-left: 2px solid #bf7e65; padding-left: 25px; }
.content-subpages ul.children li { margin: 15px 0 0 0; font-size: 14px; line-height: 18px; }
.content-subpages a { color:#fff; text-decoration: none; }
.content-subpages a:hover { color:#fff; text-decoration: underline; }

/* Regular page banner images */
.page-banner { background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.page-banner .row { padding-top: 400px; padding-bottom: 350px; margin-left: 0; margin-right: 0; }
.page-banner h1 { text-shadow: 0px 0px 10px rgba(0, 0, 0, 1); }

/* Posts */
.post-title { background-color: #fff; }
.post-title .row { padding-top: 80px; }
.post-title h1 { color: #9b5b1a; font-size: 72px; line-height: 82px; font-weight: 400; }

.post { border-bottom: 1px solid #eee; padding-top: 60px; padding-bottom: 60px !important; }
.post img { margin-top: 5px; }
.post h3 { margin-top: 0; }
.post h3 a { text-decoration: none; }
.post h3 a:hover { text-decoration: underline; }
.post small { text-transform: uppercase; }

/* Search results */
.search-results ul { list-style:none; margin:40px 0 0 0; }
.search-results ul li { margin-bottom:40px; padding:0 0 40px 0; border-bottom:1px solid #ccc; font-weight: 600; font-size: 24px; line-height: 34px; }
.search-results ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.search-results ul li span { display:block; }
.search-results ul li span.url { color:#006621; font-size:16px; line-height:26px; margin-top:20px; font-weight: 600; }

/* Footer */
.footer-top { border-bottom: 2px solid #5f5248; }
.footer-top .row { padding-top: 40px; }
.footer-top a,
.footer-top a:hover { color: #fff; }
.footer-top h4 { margin-top: 40px; color: #fff; }
.footer-top p { color: #fff; font-size: 18px; line-height: 38px; font-weight: 200; }
.footer-top span { margin: 0 20px; color: #5f5248; }
.footer-top ul { list-style: none; margin: 40px 0 0 0; /*border-left: 2px solid #5f5248; border-right: 2px solid #5f5248;*/ }
.footer-top ul li { font-family: "fairplex-narrow"; font-size: 30px; line-height: 40px; font-weight: 400; display: inline-block; width: 49%; text-align: center; margin: 0 0 10px 0; padding: 0; }
.footer-top ul li a { text-decoration: none; }
.footer-top ul li a:hover { text-decoration: underline; }
.footer-top ul.social { list-style: none; margin: 25px 0 0 0; border: none; }
.footer-top ul.social li { display: inline-block; margin: 0 15px; padding: 0; width: auto; }

.copyright .row { padding-bottom: 70px; }
.copyright a,
.copyright a:hover { color: #fff; }
.copyright p { font-size: 15px; line-height: 35px; color: #fff; font-weight: 200; }
.copyright strong { font-weight: 700; }
.copyright span { margin: 0 20px; color: #5f5248; }
.copyright img { margin-top: 40px; }

/* Large desktops and laptops */
@media (min-width: 1380px) {
body { padding:0; }
.container-fluid { padding:0; }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1379px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !important; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
body { padding:0; }
.container-fluid { padding:0; }
.container { width:100% !important; }
.content-subpages { margin-top:40px; }
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
body { padding:0; }
.container-fluid { padding:0; }
.content-subpages { margin-top:40px; }
img.alignright,
img.alignleft
.alignright,
.alignleft { float:none !important; margin:0 !important; display: block !important; }
img.aligncenter {margin:20px 0 0 0 !important; }
.event-page h1 { margin-top: 40px; }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
body { padding:0; }
.container-fluid { padding:0; }
.content-subpages { margin-top:40px; }
img.alignright,
img.alignleft
.alignright,
.alignleft { float:none !important; margin:0 !important; display: block !important; }
img.aligncenter {margin:20px 0 0 0 !important; }
.event-page h1 { margin-top: 40px; }
}