/*
 Theme Name:   NFJ-Fall-Events
 Theme URI:    http://www.electricbricks.net
 Description:  Blank Canvas Child Theme developed by Keith Paul for Electric Bricks LLC
 Author:       Keith Paul
 Author URI:   http://electricbricks.net
 Template:     eb-blank-canvas
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         eb-blank-canvas, responsive-layout, electricbricks
 Text Domain:  eb-2016
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html {height:100%;}
body{font-family: 'Roboto', sans-serif;font-size:18px;font-weight:300;color:#1D1919;background-color:#f5f5f5;height:100%;}
p {font-size:1rem;}
h1, h2 {font-weight:700;}
h3 {font-size:1.5rem}
h3, h4 {font-weight: 700;}
h1 span, h2 span, h3 span, h2 i, h3 i {color: #ea7a09;}
#rev_slider_4_1_wrapper .cyber_tabs .tp-tab-date {display:none!important;}

.blog h2.entry-title *{font-size: 30px; text-decoration: none;}
.main h1 {padding-top:24px}
a:active, a {color: #ea7a09;text-decoration:none;}
a:hover{color:#222; text-decoration:none;}
a.offScreen{position: absolute; left: -1000px; top: -1000px; width: 1px; height: 1px; overflow: hidden;}
blockquote {margin:0;}
.label {margin:0;color:#0396ED;font-weight:700;}
.stars {width: 100%;height:25px;background:url('/wp-content/uploads/2026/07/5-stars-fall.svg');margin-bottom:16px;background-position: center;background-repeat: no-repeat;}
/*.active {border:4px solid #fff;}*/

.blogs h3 {font-size:1.25rem;font-weight:700;}
.circle {background:#0396ED;color:#fff;border-radius:40px;height:40px;width:40px;display:inline-block;font-size: 1.2rem;text-align:center;line-height: 2.2;margin:0 8px;}
.blogs .card {height: 100%;}
.blogs .row > div {margin-bottom:24px!important;}

/*FA fix*/
.fa-classic, .fa-regular, .fa-solid, .far, .fas {font-family: "Font Awesome 6 Pro"!important;}

/********** UPCOMING DATES **********/
.dates {color:#fff;}
.dates h3 {font-size:3rem;}
.feat-date {padding:16px;flex-direction: row;color:#1D1919;height:100%;}
.feat-date > div:first-child {text-align:center;}
.feat-date p {margin:0;}
.feat-date .date {color:#1E3888;}
.feat-date .readMore {font-size:.875rem;}
.feat-date .company {color:#E50019;}

/* Mobile Icons */
.mobileIcon {width: auto;position: absolute; z-index: 999;left: 20px;top: 6px;font-size: 20px;color:#78CB44;}
.mobileIcon a {color:#78CB44;font-size:1.25rem;padding:0 8px;}

/********** Prenav / Header **********/
.prenav {background-color: #011c46;padding-top:8px;padding-bottom:8px;}
.prenav p {margin-bottom:0;}
.prenav a {color:#78CB44;padding:0 16px 0 0;}
.prenav .searchform {text-align:right;}
.prenav .searchform input[type="submit"] {background:none;color:#fff;border:none;text-transform:uppercase;font-size:.875rem;font-weight:700;}
.prenav .searchform input[type="text"] {background:#0444a2;color:#fff;border:none;text-transform:uppercase;font-size:.875rem;/* font-weight:700; */padding:4px 10px;height: 32px;}
.main-nav .row {background:#01232C;}
.main.noImage, .blog #content .main {/* margin-top:40px; */}

.logo {text-align:center;}
.logo img {width: 320px;padding:0 10px 10px;}

/*---- Mobile hamburger menu----*/
.symbol_menu {font-size: 56px;position: absolute;top: -6px;right: 10px;color:#1D1919;}
.symbol_cross {font-size: 16px;position: absolute;right: 18px;color:#1D1919;}  
/*.topnav {align-self:center;}*/

/********** Main Header **********/
header {background:#ffffff;padding:10px 0;}
header .branding .row {justify-content: space-between;align-items: center;}

#headerLeftWidget, #headerRightWidget {width:100%;text-align: right;}
.headerLeftWidget, .headerRightWidget {list-style:none;padding:0;}
ul.headerRightWidget{display:flex;justify-content: center;flex-direction:column;text-align:center;}
.headerRightWidget li {padding:0 24px}
/*.main.container {margin-top:40px;}*/
.home .main.container {margin-top:0;}
.rev-slider {margin-top:0;}

/********** begin button classes **********/
a.btn, a.btn:visited, .btn button, .btn a, button[type="submit"], input[type="submit"]{
	background-color: #ea7a09 !important;
	padding: 14px 20px;
	color: #fff!important;
	border-radius:5px;
	text-transform:uppercase;
	font-weight: 700;
	transition: all 0.2s ease-in-out 0s !important;
	font-size:14px;
	}
a.btn:hover, a.btn:active, .btn button:hover, .btn a:hover{
	background-color: #1D1919 !important; color:#fff;}

    
a.btn.outline {background-color: #fff;/* padding: 12px; */color:#333;}
.cta-buttons {text-align:center;display: flex;justify-content: space-around;}

/********** Phone number **********/
.phone {font-size:1.5rem;display: flex;justify-content: center;align-items: center;position: relative;}
.phone span {/* font-size:.875rem; */display: block;/* color: #222; */}
.plate {font-size:1.5rem;display: flex;justify-content: center;/* line-height: 1.5rem; */align-items: center;}
.phone p {line-height: 1.5rem;text-align:left;}
.phone a {/* color:#022F81; */font-weight:700;font-size: 1.25rem;}
.phone::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f2a0";
    color: #ea7a09;
    font-size: 2.4rem;
    margin-right: 13px;
    margin-top:-10px;
  }
.email::before {
    content: "\f0e0";
  }
.est::before {
    content: "\f733";
  }
/*
.location::before {
    content: "\f3c5";
  }
*/


/********** LI styles with font aeseom icon **********/
.list-style ul {margin: 24px 0 24px;list-style:none;}
.list-style li {margin-bottom:8px;font-weight:500;}
.list-style li:before {
	font-family: 'Font Awesome 6 Pro';
    content: '\f336';
    margin: 0 8px 0 -27px;
    color: #ea7a09;
    font-size: 20px;
}

/*---- Interior hero image section----*/
.pageTitleImage {
    background-position: center;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: stretch;
/*    margin-bottom: 40px;*/
}
.pageTitleTint {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	text-align: center;
	color:#fff;
}

.pageTitleTint h1 {color:#fff;}


.single-brand .entry-meta{display: none;}
.single-brand #content{padding-top: 0 !important;}

/*---- Module ----*/
.module {background:#fff;transition: all 0.5s ease-in-out 0s;position:relative;border-radius:4px;height:100%;overflow: hidden;box-shadow:#ccc 0 0 8px;margin-bottom:24px;padding:24px;}
.module:hover {background:#f3f6f8;} 
/*.module .featuredTitle a {color:#fff}*/
.module.light {background:#fff;color:#333;border:1px solid #ededed;}
.module .pageInfo {padding:16px;}
.module h2 a {color:#fff;font-size:1.5rem;}
.module.light {padding:16px;}

/*---- News ----*/
/*.news {position:relative;padding:16px;height: 100%;}*/
.imageCrop {width:100%;height:250px;background-size:cover;border-radius: 4px 4px 0 0;background-position: center;}
.news h3 {padding:16px 0;}
.news .card {min-height:300px;border-radius:4px;overflow:hidden;height:100%;}
.news .card-body {/* background:#012A84; */}
.news .row > div {margin-bottom:16px!important;}

/*---- Reviews ----*/
.reviews .card {height:100%;}
.reviews .row > div {margin-bottom:16px!important;}

/*---- Services ----*/
.services .card {height:100%;}
.services .row > div {margin-bottom:16px!important;}
.services h3 a {color:#1D1919;}

/********** Main Content **********/
.home #content{padding-top:0;}

.boxShadow{box-shadow:0 3px 25px #000;}
.tint{background-image:url(images/tint-40.png);}

/*---- Icons  ----*/
#points .vc_column-inner{box-shadow:0 0 16px #dfdfdf;}

/*---- Blog Pages----*/
.entry-meta{font-size:17px; margin-bottom:20px;}
.ai1ec_event .entry-meta, .ai1ec_event .entry-utility, .single .navigation{display:none;}
.entry-meta .meta-prep-author, .entry-meta .author, .entry-meta .meta-sep, .entry-utility{display:none;}

.blog .nav-next{text-align: right; display: inline-block; float: right;}
.blog .nav-previous{text-align: left; display: inline-block;}
.blog .post, .category .post{display: flex; align-items: center; flex-wrap: wrap; border-bottom: 1px solid #ccc; padding: 15px 0;}
.blog .post > div{}
.blog .post:last-child, .category .post:last-child{border-bottom: none;}
a.more-link, .blog .nav-next a, .blog .nav-previous a{padding: 10px;margin-top: 20px;border: 1px solid #ccc;border-radius: 5px;text-decoration: none;display: table;clear: both;}
a.more-link:hover, .blog .nav-next a:hover, .blog .nav-previous a:hover{background: #ddd;}
abbr.published{text-decoration: none; border-bottom: none;}
.postThumbnailBkgd{height: 325px;background-size: cover;background-repeat: no-repeat;background-position: center;display: flex;align-items: center;text-align: center;transition: all 0.2s ease-in-out 0s;/* margin-bottom:16px; */width: 325px;}
.single #content {padding-top:40px}

/*---- Form Display----*/
input[type="text"], 
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="password"]
{padding: 6px 10px;height: 38px;border:1px solid #ccc;border-radius:2px;font-size: .875rem;color: #8c8c8c;}
textarea {padding: 4px 10px;border:1px solid #ccc;border-radius:2px;font-size: .875rem;color: #8c8c8c;}
select {padding:4px 10px;height:38px;border:1px solid #ccc;border-radius:2px;}

.vc_gitem-post-meta-field-wpcf-url{font-size:.7em;}
.vc_gitem-row-position-top{z-index:1;}
/*.clientDetails{border:1px solid #ddd; border-radius:10px;}*/
.clientDetails h5{background:#fff; border:1px solid #ddd; border-radius:10px; padding:5px;}

.rssFeed, .sidebar{font-size:14px;}
.rssFeed h2, .rssFeed h3{font-size:16px;}

/*---- Footer ----*/
footer {padding:0;position: sticky;top: 100vh;}
footer .main {background-color:#ffffff;}
#footerTop {color: #888; font-size: .9em; text-align: center;}
footer, footer .container {/* margin-top: 0; */}
footer .row {align-items:center; }
footer p {font-size:0.875rem;}
#footer .widget-area {/* margin: 10px 0; */padding:16px 24px;/* align-items: flex-start; */}
footer h2 {font-size: 1rem;color:#ffffff;font-weight:700;border-bottom:3px solid #0399C6;width:100px;padding-bottom:8px}
footer a {color: #555;font-size: .875rem;/* padding:0 16px; */}
footer #footerWidget a:hover {color:#fff;}
footer .social li{display: inline; font-size: 20px; padding: 0 5px;}
ul.widget-area {list-style: none; padding: 0; margin: 0;}
footer ul {padding:0;margin:0;/* text-align:center; */}
footer li {line-height:1rem;padding:0;margin:0;list-style: none;}
footer li:before, #subFooter li:before {content:none;}
#footerTopWidget .widget-area {text-align: left;align-items:center}
#footerTopWidget .widget-area img {width: 340px;height:auto;}
#footerTopWidget .widget_media_image {text-align:center;}
#footerTopWidget :nth-child(3) { order: 5; }
#menu-topnav-menu {display:flex;}
.copyright {text-align:center;}
footer .menu {display:flex;justify-content:space-around;flex-direction:column;text-align: center;}

.footerWidget {display:flex;justify-content:center;flex-direction:column;}
.footerWidget li {padding:0 16px;}
.footerWidget a {font-weight:700}

footer .widget-container  {padding:16px;}

/*---- EB Tag Section ----*/
#subFooter {background-color: #793c00;bottom: 0;width: 100%;color:#ccc;padding:20px;font-size:12px;font-weight:300;}
#subFooter .eb{opacity:0.5; transition: all 0.2s ease-in-out 0s;}
#subFooter .eb:hover{opacity:1;}
#subFooter a{color:#ccc;font-size:.875rem;}
#subFooter p{color:#ccc; font-size:.875rem;}
#subFooter .ebtag {padding:0;}
#subFooter .ebtag p {margin:0;}

/*Legal compliance links*/
.menu.legalCompliance{display: flex;justify-content: flex-start;flex-direction:column;margin-bottom:24px;}
.menu.legalCompliance li{display: inline-block; margin:0 0 0 5px;}
.menu.legalCompliance li::after {content:none;}
.menu.legalCompliance li:last-child::after{content: none;}

@media only screen and (min-width: 768px) {
	ul.headerRightWidget{justify-content: flex-end;flex-direction:row;}
    footer .menu {flex-direction:row;}
	header .row {align-items: center;}
	.partners img {width: auto;max-height: 60px;}
	.footerWidget {flex-direction:row;}
	.footerWidget li:first-child {/* flex: 2 1 0%; */}
	.footerWidget li {/* flex: 1 0 0%; */}
	header .inner {max-width: 1320px;margin:0 auto;display:flex;align-items:center;}
	.menu.legalCompliance{flex-direction:row;}
	.menu.legalCompliance li::after{content: '|'; margin-left: 5px;}
    .cta-buttons {justify-content: space-between;}

}
@media only screen and (min-width: 992px) {
	.checklist table td:nth-child(1) {width:70%;}
	.partners .col {width:25%;}
	.phone {/* justify-content: center; */}
	.logo img {width:300px;/* padding:12px; */}
	#logo{margin-bottom:0;}
	.missionStatement{display:block;}
	#headerRightWidget, #subHeaderWidget{/* padding-right:50px; */}
	#headerRightWidget h1{margin-top:20px;}
	#headerRightWidget p{margin-bottom:10px;}

	#footerLeft{text-align:left;}
	#footerRight{text-align:right;}
}