/* ======================================
Theme Name: FURS - Child Theme 
Theme URI: https://92c1cd1b1c.nxcli.io
Description: FURS Child Theme
Version: 1.0
Author: Trent Cox
Author URI: http://leftplusright.com
Template: Divi
====================================== */



/* ======================================================================
************************************************************************* 

GENERAL

- Body
- H1, H2, H3, H4, P
- Buttons
- Column Swaps On Mobile

*************************************************************************
====================================================================== */


/* Typography
 * ============================ */





/* Swap Columns on Mobile
 * ============================ */
@media only screen and (max-width: 980px) {	

	/* Column Reordering on Mobile */
	.custom_row {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	.first-on-mobile {
	-webkit-order: 1;
	order: 1;
	}
	.second-on-mobile {
	-webkit-order: 2;
	order: 2;
	}
	.third-on-mobile {
	-webkit-order: 3;
	order: 3;
	}
	.fourth-on-mobile {
	-webkit-order: 4;
	order: 4;
	}
	/* add margin to last column */
	.custom_row:last-child .et_pb_column:last-child {
	margin-bottom: 30px;
	}
}

/* ======================================================================
************************************************************************* 

NAV MENUS
- Simple
- Double Stack
- Centered
- Mobile Menu
- Interior Page Sub Meny Tabs

*************************************************************************
====================================================================== */



/* Nav 1 - Simple
=================================== */
.main-nav.simple-1 .et_pb_menu__wrap {
  justify-content: flex-end;
}
.main-nav.simple-1 .et_pb_menu__icon.et_pb_menu__search-button {
  margin-left: 25px;
}
.main-nav.simple-1 .menu-item-has-children>a:first-child:after {
  color: initial;
}
.main-nav.simple-1 li.cta.btn {
  justify-content: center;
  align-items: center !important;
}

.main-nav.simple-1 li.cta.btn a {
  background: black;
  color: white;
  padding: 0px 25px !important;
  height: 50px;
  justify-content: center;
}


/* Nav 2 - Double Stack
=================================== */


/* Nav 3 - Centered
=================================== */
.main-nav.centered ul#menu-main-menu li {
  min-width: 150px;
  margin: 0px 15px;
}
.main-nav.centered ul#menu-main-menu .menu-item-has-children>a:first-child:after {
  color: initial;
}


/* Mobile Menu - General
=================================== */
span.mobile_menu_bar {
	position: fixed;
	z-index: 999999;
	display: block;
	top: 38px;
	right: 38px;
}
.mobile_menu_bar:before {
	color: #005F7F !important;
}
.mobile_nav.closed ul#mobile_menu1 {
	display: none;
}
ul#mobile_menu1 {
	background: black !important;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	flex-direction: column;
	align-items: flex-start;
}

/* Mobile Menu
=================================== */
ul#mobile_menu1 {
	background: #999 !important;
	border: 0;
	justify-content: unset !important;
	padding: 75px;
}

ul#mobile_menu1 li,
ul#mobile_menu1 li a {
	background: transparent !important;
	width: 100%;
	font-size: 17px !important;
	padding: 10px 0px !important;
	margin: 0 !important;
	position: relative;
}
ul#mobile_menu1 li {
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
ul#mobile_menu1 li ul.sub-menu li {
	border-bottom: 0 !important;
}
.menu-closed {
	position: absolute;
	right: 0;
	top: 20px !important;
}
.menu-closed:before {
	font-size: 28px !important;   
	font-weight: 400;
}

body ul.sub-menu.hide {
	display: none !Important;
}

@media (max-width: 980px) {
	body .top-nav {
		max-height: 100px !important;
		padding: 20px 0px !important;
	}  
	body .top-nav.fixedHeader .tdf-logo img {
		margin-top: 20px !important;
	} 
	.fixedHeader span.mobile_menu_bar {
		top: 25px !important;
	}  
}


/********* Mobile Menu Collapse ********/
.mobile_nav .et_mobile_menu li ul.hide {
	display: none !important;
}
.mobile_nav .menu-item-has-children {
	position: relative;
}
.mobile_nav .menu-item-has-children > a {
	background: transparent;
}
.mobile_nav .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: normal;
	cursor: pointer;
	z-index: 3;
}
span.menu-closed:before {
	content: "+";
	display: block;
	font-size: 16px;
}
span.menu-closed.menu-open:before {
	content: "-";
}
ul#mobile_menu li.current_page_parent a {
	color: #88C800;
}


/* Interior Page Tab Menu
* ================================= */
.tab-menu ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
	background: white;
	box-shadow: 0px 0px 15px 0px rgba(0,49,65,.3);
	border-radius: 8px;
	padding: 0;
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
}

.tab-menu ul li {
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.tab-menu ul li a {
	color: #005F7F;
	width: 100%;
	padding: 20px;
	display: block;
}

/* Current Page Active State */
.tab-menu ul li.current-menu-item a {
	color: white;
	background: #005F7F;
}



/* ======================================================================
************************************************************************* 

COMPONENTS
- Gravity Forms
- Tabs
- Sliders
- Video

*************************************************************************
====================================================================== */



/* Gravity Forms - Base Styling
* ================================ */
.gravity-theme input,
.gravity-theme select,
.gravity-theme textarea {
	background: #F3F4F8;
	border: 0;
	border-radius: 5px;
	padding: 20px !important;
	display: block;
}

.gravity-theme input[type=submit] {
	background: #000;
	border: 0;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 25px !important;
}


/* Video
=================================== */
body .et_pb_video_play:before {
	content: "\45";
	border-radius: 50%;
	background: #000;
}



/* ======================================================================
************************************************************************* 

SECTIONS
- Feartured News
- Content Groups

*************************************************************************
====================================================================== */


/* Featured News - Grid
=================================== */
.featured-news {
    display: block;
}
.featured-news article {
    padding: 0px !important;
    margin: 0px;
    position: relative;
    height: 215px;
}
.featured-news h2.entry-title {	
		z-index: 9;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0, 0.4) 100%);
    padding: 0px 70px 40px 40px !important;
    text-shadow: 1px 2px 2px rgba(0,0,0,.6);
		width: 100%;
}
.featured-news article .et_pb_image_container {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    position: absolute;
}
.featured-news article .et_pb_image_container img {
    object-fit: cover;
    height: 217px;
}
.featured-news .column.size-1of3:first-child {
    width: 65% !important;
    margin-right: 50px !important;
}
.featured-news .column.size-1of3:first-child article img {
    width: initial;
    height: 473px;
    object-fit: cover;
}
.featured-news .column.size-1of3 {
    width: 30% !important;
    margin: 0px !important;
    float: left;
    min-height: 235px;
}
.featured-news .column.size-1of3:first-child article {
    height: 471px;
}
.featured-news .column.size-1of3:first-child article h2.entry-title {
    font-size: 33px;
    padding-right: 80px;
}
.featured-news .column.size-1of3:first-child article h2.entry-title::before {
	content: "Featured Post";
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	opacity: 0.85;
}
.featured-news article .entry-featured-image-url {
    margin-bottom: 0;
}


/* Navigation
======================================= */
.main-menu ul {
	width: 100vw;
	max-width: 1050px;
	display: flex;
	justify-content: center !important;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center; 
}
.main-menu ul li {
	margin-top: 0 !important;
	padding: 23px 30px 15px !important;
}
.main-menu ul li a {
	text-transform: uppercase;
	font-size: 16px !important;
	letter-spacing: .5px;
}
.et-menu .menu-item-has-children>a:first-child:after {
	font-family: ETmodules;
	content: "3";
	font-size: 23px;
	position: absolute;
	right: -8px;
	top: -2px;
	font-weight: 800;
	color: rgba(255,255,255,0.3);
}

/* Active Menu Item */
.main-menu ul li.current-menu-item a {
	color: #c0e6f3;
}
.main-menu ul li.current-menu-item a:after {
	color: #fff !important;
} 

/* Secondary Menu
------------------------------------ */
.subhead-menu ul {
	display: flex;
	list-style: none;
	justify-content: flex-end;
	align-items: center;
}
.subhead-menu ul li {
	margin: 0 10px;
	font-weight: 600;
	font-size: 16px;
	position: relative;
}
.subhead-menu ul li a {
	color: #999;
}
.subhead-menu ul li a.cta {
	background: #000;
	padding: 9px 15px;
	color: #ffffff !important;
	border-radius: 6px;
	margin-left: 4px;
}
.subhead-menu a:before {
	height: 5px;
	width: 0%;
	border-radius: 25px;
	background: #000;
	display: block;
	position: absolute;
	bottom: -7px;
	content: " ";
	opacity: 0;
}
.subhead-menu a.cta:before {
	display: none;
}
.subhead-menu li a:hover::before {
	opacity: 1;
	width: 100%;
}


/* New WP Menu Add */
.subhead-menu ul {
	display: flex;
	align-items: center !important;
				
}

.subhead-menu ul li.cta-btn a {
	background: #000;
	padding: 9px 15px;
	color: #ffffff !important;
	border-radius: 6px;
	margin-left: 4px;
}

.subhead-menu a.cta:before,
.subhead-menu ul li.cta-btn a:before {
	display: none;
}



/* Fixed Menu */
.top-nav, .main-nav {
	position: relative;
	top: initial;
}

.top-nav.fixedHeader {
	position: fixed !important;
	width: 100%;
	max-height: 100px;
	top: 0px;
}
.main-nav.fixedHeader {
	position: fixed;
	width: 100%;
	top: 80px;
	box-shadow: 0px 9px 11px -2px #00171f52;
}

.top-nav .tdf-logo img {
	transition: .2s all ease-in-out;
}

.top-nav.fixedHeader .tdf-logo img {
	width: 200px;
	height: auto;
	margin-bottom: -10px;
	margin-top: 5px;
}

.top-nav.fixedHeader {
	height: 80px !important;
	max-height: 80px !important;
}

.main-nav.fixedHeader .main-menu ul li {
	padding: 20px 30px 12px;
}
.main-nav.fixedHeader .main-menu ul li a {
	font-size: 15px !important;
}
.main-nav.fixedHeader .main-menu ul li ul.sub-menu li {
	padding: 0px !important;
}


/* Dropdown Menus */
.main-menu ul li ul.sub-menu,
body .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
	background-color: #999 !important;
	display: flex;
	border: 0;
	flex-direction: column;
}

.main-menu ul li ul.sub-menu li {
	margin: 0 !important;
	padding: 0 !important;
}

.main-menu ul li ul.sub-menu li a {
	margin: 0 !important;
	padding: 15px 10px !important;
	text-transform: initial;
}


/* Featured Button Group
* ================================= */
ul.safety-btns {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ul.safety-btns li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
ul.safety-btns li:last-child {
	margin-bottom: 0 !important;
}
ul.safety-btns a {
	display: block;
	width: 100%;
	padding: 45px 75px 45px 50px;
	font-size: 22px;
	font-weight: bold;
	color: #02464E;
	position: relative;
	z-index: 1;
	background: #fff;
}
ul.safety-btns a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #1691A2;
	content: "";
	transition: all ease-in-out .4s;
	z-index: -1;
}	
ul.safety-btns a:after {
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 1;
	width: 30px;
	height: 30px;
	content: "";
	background-size: 30px auto;
}


/* Hover Actions */
ul.safety-btns a:hover {
	color: #fff;
	box-shadow: 0 16px 36px #00000029;
	border-radius: 6px;
}
ul.safety-btns a:hover:before {
	width: 100%;
	left: 0;
	border-radius: 6px;
}

/* Border Colors */
ul.safety-btns li.menu_item-602 a:before { background: #F64A2C; }
ul.safety-btns li.menu_item-590 a:before { background: #359EDA; }
ul.safety-btns li.menu_item-604 a:before { background: #94C2B3; }


/* Customized DIVI Slider
* =============================== */
.et-pb-slider-arrows {
	display: flex;
	position: absolute;
	justify-content: flex-end;
	align-items: center !important;
	top: 0;
	right: 0;
	width: 150px;
	height: 80px;
	background: #ffffff !important;
	z-index: 999999;
}
.et-pb-arrow-next:before, 
.et-pb-arrow-prev:before {
	color: white;
}
.et-pb-arrow-next, 
.et-pb-arrow-prev,
.et_pb_slider:hover .et-pb-arrow-next,
.et_pb_slider:hover .et-pb-arrow-prev {
opacity: 1;
left: initial;
right: initial;
display: block;
position: relative;
top: initial;
margin: 0;
border-radius: 50%;
background: #005F7F;
margin: 0px 5px;
}
.et-pb-arrow-next:hover,
.et-pb-arrow-prev:hover {
opacity: .7 !important;
}

/* Slider Header Styles */
.titlebar {
	display: flex;
	align-items: center;
}
.titlebar h2 {
white-space: nowrap;
margin-right: 10px;
font-weight: bold;
font-size: 30px
}
.titlebar .line {
height: 3px; 
background: #005F7F; 
opacity: .3; 
width: 100%
}



/* E-News Signup in Footer
* ================================ */
.enews-signup form {
	display: flex;
}
.enews-signup input[type=email] {
	background: white;
	border: 0;
	padding: 15px;
	width: 60%;
	border-radius: 4px 0px 0px 4px;
}
.enews-signup input[type=submit] {
	background: #000;
	border: 0;
	color: white;
	font-size: 16px;
	padding: 13px;
	border-radius: 0px 4px 4px 0px;
}


/* Footer
* ================================= */
.footer-logos {
	display: flex;
	align-items: center;
}
ul.ftr-menu {
	padding: 0;
	list-style: none;
}
ul.ftr-menu li {
	margin-bottom: 12px;
}
ul.ftr-menu li a {
	color: #005F7F !important;
}


/* Featured Grid - 3 Button Group
==================================================== */
.feature-grid-3 .et_pb_promo .et_pb_button_wrapper {
	opacity: 0;
	transition: .2s all ease-in-out;
}
.feature-grid-3 .et_pb_promo .et_pb_promo_description,
.feature-grid-3 .et_pb_cta_0.et_pb_promo:before {
	bottom: -55px;
	position: relative;
	transition: .2s all ease-in-out;
}
/* Hover State */
.feature-grid-3 .et_pb_promo:hover .et_pb_promo_description, 
.feature-grid-3 .et_pb_cta_0.et_pb_promo:hover:before {
	bottom: -20px;
}
.feature-grid-3 .et_pb_promo:hover .et_pb_button_wrapper {
	opacity: 1;
}


/* Post Grid - General Styles
* ================================== */
.post-grid .post-content {
	padding: 10px 25px 25px;
}
.post-grid .post-title a {
	font-size: 17px !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #999;
	font-weight: bold;
	line-height: 26px;
}
.post-grid a.post-link {
	color: #005F7F;
	text-transform: uppercase;
}
.post-grid a.post-link:after {
	content: "";
	width: 20px;
	height: 15px;
	display: inline-block;
	/*background: url(https://a213061b98.nxcli.net/wp-content/uploads/2021/05/arrow-red.svg) center center no-repeat;*/
	background-size: 18px;
	margin-left: 7px;
	position: relative;
	top: 2px
}
.post-grid .grid-nav-top .nav-search .search {
	width: 600px;
	padding: 20px 25px 20px 50px !important;
	border: 0 !important;
	border-radius: 50px !important;
}
.post-grid .grid-nav-top .nav-search .search-icon {
	content: "z";
	/*background: url(https://a213061b98.nxcli.net/wp-content/uploads/2021/05/icon-search.svg) center center no-repeat;*/
	width: 30px;
	height: 30px;
	background-size: 20px;
	left: 15px;
}


/* Post Grid
* ============================== */
.post-grid .image a {
	display: block;
	padding: 0;
	height: 100%;
	background: #005F7F;
	height: 350px;
}
.post-grid:hover .image img {
	opacity: .3;
}
.post-grid .image img {
	object-fit: cover;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .2s opacity ease-in-out;
}
.post-grid .post-content {
	position: absolute;
	bottom: 0;
	color: white;
	background: #014a63;
	background: -webkit-linear-gradient(rgba(0, 95, 127, 0), rgba(0, 49, 65, 0.8));
	width: 100%;
	z-index: 9;
}
.post-grid .post-title a {
	margin-bottom: 0px;
	font-size: 20px !important;
	color: #fff;
}
.post-grid .post-link.read_more {
	margin-top: 20px !important;
	display: block;
	color: #fff;
}


/* Play Button */
.post-grid .image a:after {
	content: "\f522";
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #000;
	border-radius: 50%;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Dashicons";
	font-size: 38px;
	opacity: 0;
	transition: all .2s ease-in-out;
}

.post-grid:hover .image a:after {
	opacity: 1 !important;
	top: 70px;
}


/* Slide Content */
.post-grid.hall-of-famers .content-slide {
	margin-bottom: -30px;
	transition: .2s all ease-in-out;
}

.post-grid.hall-of-famers a.post-link.read_more {
	opacity: 0;
	transition: .2s all ease-in-out;
}

/* Hover Action */
.post-grid.hall-of-famers:hover .content-slide {
	margin-bottom: 0px;
}
.post-grid.hall-of-famers:hover a.post-link.read_more {
	opacity: 1;
}



/* Site Specific Styles
======================================= */
.hide-on-desktop {
	display: none !important;
}
#menu-main-menu ul.sub-menu {
    background: #fef9ee!important;
}
@media (max-width: 980px) {
	.hide-on-desktop {
		display: block !important;
	}
}

/* Main Menu */
ul#menu-main-menu {
    display: flex;
    align-items: center;
}
ul#menu-main-menu li.cta-btn a {
    background: #E9BB50;
    padding: 15px 25px;
    border-radius: 30px;
    color: white !important;
}

/* Mobile Menu */
ul#mobile_menu1 {
    background: #134C5F !important;
    
}
ul#mobile_menu1 li a {
    color: white !important;
    font-size: 25px !important;
}
ul#mobile_menu1 li {
    border-bottom: 0;
    text-align: center;
}
ul#mobile_menu1 li.cta-btn a {
    background: #E9BB50 !important;
    border-radius: 30px;
}
.mobile_nav.opened .mobile_menu_bar:before {
    color: #fff !important;
}
.mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0px;
    top: 8px !important;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    z-index: 3;
}



nav.et-menu-nav ul#menu-main-menu li.current-menu-parent > a {
        color: #E9BB50!important;
}

.cropped img {
	object-fit: cover !important;
	width: 100% !important;
}
.cropped .et_pb_image_wrap {
	min-width: 100%;
}