.logged-in #logout-logo,
#login-logo {
    display: none;
}

.logged-in #login-logo {

    display: block;
}

.logged-in #logo-wrap {
    width: 120px;
    box-shadow: none;
}

.logged-in #logo-wrap .elementor-column-wrap {
    border: 0;
}


.logged-in #other-nav .menu-item:nth-child(1),
.logged-in #other-nav .menu-item:nth-child(2),
.logged-in #other-nav .menu-item:nth-child(8),
.logged-in #other-nav .menu-item:nth-child(10) {
    display: none;
}


.page-id-45923 .elementor-location-header {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    background-color:white;
    z-index:888888;
}

#wpadminbar {
	z-index:8888888
}

.page-id-45923.admin-bar .elementor-location-header {
    top:30px;
}

.page-id-45923.admin-bar #page {
    margin-top:60px;
}

#page {
    margin-top:40px;
}

.page-id-45923.admin-bar #page {
    margin-top:60px;
}

.page-id-45923.admin-bar .elementor-location-header {
    top:30px;
}


.page-id-45923 .elementor-widget-ss_sliders_sync .slick-list.draggable {
    overflow: hidden;
}

/* .ss-synced-slider .slider-nav .slick-current {
    margin-top:-10px;
} */

.ss-hero-banner-slider .slider.slider-nav-main .slick-list.draggable {
	overflow:visible;
}


/* Join now button z-index fix */
.elementor-element-e0940c4 {
    z-index:888;
}


/* Change transform of "WHAT STARTED AS A SIMPLE BLOG HAS BECOME.." to title case */
.elementor-element-6175672 h2 {
	text-transform:initial
}


/* Fishing tips slider */
.elementor-element-ea17867 .slick-prev, .elementor-element-7e5018d .slick-prev {
    left:20px;
}

.elementor-element-ea17867 .slick-next, .elementor-element-7e5018d .slick-next {
	right:20px;
}


/* Testimonial */
.testimonial-wrapper .imgSpan {
	display:inline-block;
	width:100px;
	height:100px;
	background-size:cover;
	background-repeat:no-repeat;
}



.ss-hero-banner-slider .hero-floating-img {
    bottom:0 !important;
}

.ss-testimonial {
	height:auto !important;
}


#ss-main-nav-menu {
	width:100% !important;
}

#ss-main-nav-menu .elementor-nav-menu--layout-horizontal, #ss-main-nav-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	justify-content:center;
}

#ss-main-nav-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	width:100%;
}




/*
---------------------------------
Responsive
---------------------------------
*/
@media(max-width:1024px) {
	.hero-floating-img .elementor-image {
		margin:0 !important;
		right:0 !important;
	}
	
	.hero-floating-img .elementor-image img {
	    margin-left:0 !important;
	}
	
	/* .elementor-45923 .elementor-element.elementor-element-1c472cb {

	} */

	.elementor-widget-image-carousel .swiper-slide {
		background:transparent;
	}

	#logo-grid img.swiper-slide-image {
		max-height: 100px !important;
	}

    #ss-main-nav-menu {
        width: auto !important;
    }

	
}



@media(max-width:782px) {
  #wpadminbar {
     position:fixed; 
  }
  
  .page-id-45923.admin-bar .elementor-location-header {
      top:46px;
  }
}


@media(max-width:480px) {
	.testimonial-wrapper .imgSpan {
		width:80px;
		height:80px;
	}


}


@media(max-width:360px) {
	.ss-testimonial .review-text {
		height:190px !important;
	}

}

/*
--------------------------
Courses Page
--------------------------
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix {
	clear: both;
	width: 100%;
}

.text-center {
	text-align: center;
}

.custom-container {
	max-width: 144rem;
	width: 100%;
	margin: 0 auto;
	padding: 1% 1% 5%;
}

.course-lists {
	margin-bottom: 4rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.my-course-box {
	position: relative;
	/**width: 33.333%;*/
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-bottom: 40px;
	flex: 0 33.333%;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.my-course-box img {
	display: block;
	margin: 0 auto;
}

.my-course-box h2, .my-course-box h2 a {
	font-family: 'Roboto Slab';
	color: #0A3272;
	font-weight: bold;
	font-size: 2.5rem;
	text-transform: uppercase;
	text-align: left;
	line-height: 0.5;
}

.courses-desc {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 2rem;
}

.courses-purchase {
	display: flex;
	align-items: end;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.courses-price {
	font-family: 'Roboto Slab';
	font-weight: 900;
	font-size: 2rem;
}

.courses-price-sm {
	font-size: 1.5rem;
}

.courses-purchase-mark {
	font-family: 'Roboto slab';
	font-size: 1.5rem;
	font-weight: 900;
	background-color: #9BFF00;
	border-radius: 5px;
	border: 1px solid;
	align-items: center;
	display: flex;
	padding: 4px 6px;
	color: #000;
	margin-left: auto;
}

.courses-purchase-mark:hover {
	color: #1e73be;
}

.courses-access-mark {
	font-family: 'Roboto slab';
	font-size: 1.5rem;
	font-weight: 900;
	background-color: #9BFF00;
	border-radius: 5px;
	border: 1px solid;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 0;
	color: #000;
	width: 100%;
}

.courses-access-mark:hover {
	color: #1e73be;
}

.saltstrong-log img {
	max-width: 100%;
}

.sync-box a {
	color: #ff4a00;
	font-size: 18px;
	text-decoration: underline;
	font-weight: 500;
}

.sync-box h4 {
	color: #45505d;
	font-size: 3.5rem;
	line-height: normal;
	margin: 0;
}

.sync-box {
	background: #fff8c8;
	text-align: center;
	border: 1px solid #d9d3a8;
	border-radius: 10px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 2rem;
	font-size: 18px;
}

.course-list-heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2.25rem 0;
}

.course-list-paragraph {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.course-list-title {
	font-family: 'Roboto Slab';
	color: #0A3272;
	font-weight: bold;
	font-size: 4.5rem;
	text-transform: uppercase;
}

.course-list-description {
	font-family: 'Roboto';
	font-size: 2rem;
	font-weight: 500;
}

/* .course-list-title {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3rem 2rem 3rem 11rem;
	border-bottom: 1px solid #dadcdf;
	font-size: 5rem;
	line-height: 1.2;
}

.course-list-title.purchase {
	background-image: url(/wp-content/uploads/icon-purchase-course.jpg);
}

.course-list-title.available {
	background-image: url(/wp-content/uploads/icon-available-course.jpg);
} */

.blue {
	color: #006aff;
}

.course-header {
	margin-bottom: 4rem;
}

/*body:not(.logged-in) .course-lists.purchased-courses {
display: block;
text-align: center;
}
body:not(.logged-in) .course-lists.purchased-courses .my-course-box {
max-width: 33.33%;
margin: 0 auto;
display: inline-block;
}	
body:not(.logged-in) .course-lists.purchased-courses li {
display: inline-block;
}
.course-lists li img {
margin-bottom: 2rem;
max-height: 250px;
min-height: 250px;
}	*/
a.learn-more-btn i {
	font-size: 2rem;
	margin-right: 5px;
	top: -2px !important;
	position: relative;
}

a.learn-more-btn {
	color: #000;
	font-family: "Teko", Sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #D3D3D3;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D3D3D3;
	border-radius: 40px 40px 40px 40px;
	padding: 18px 40px 15px 40px;
	line-height: 1;
	display: inline-block;
	max-width: 245px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 31px;
	right: 0;
	margin: auto;
}

a.learn-more-btn:hover, a.learn-more-btn:hover i {
	color: #006AFF;
}

.course-box .elementor-column-wrap {
	padding-bottom: 120px !important;
}

.course-btn {
	position: absolute;
	bottom: -100px;
}

.page-template-page-MyCourses .elementor-section .elementor-container {
	max-width: 117rem !important;
}

.page-template-page-MyCourses .elementor-32051 {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DFDFDF;
	padding: 8rem 0;
}

.page-template-page-MyCourses .elementor-32051 .elementor-icon-list-icon i {
	font-size: 2.2rem;
}

.page-template-page-MyCourses .elementor-32051 .elementor-widget .elementor-icon-list-item a {
	width: auto;
}

.page-template-page-MyCourses .elementor-32051 .elementor-widget .elementor-icon-list-item a:hover .elementor-icon-list-text {
	color: #F35905;
}

.mahi-mahi {
	text-align: center;
}

.blue-font {
	color: #006cff;
}

.title-link a:hover {
	color: #006cff;
}

.course-btn {
	text-align: center;
}

a.learn-more-btn i {
	font-size: 2rem;
	margin-right: 5px;
	top: -2px !important;
	position: relative;
}

a.learn-more-btn {
	color: #000;
	font-family: "Teko", Sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #D3D3D3;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D3D3D3;
	border-radius: 40px 40px 40px 40px;
	padding: 18px 40px 15px 40px;
	line-height: 1;
	display: inline-block;
}

a.learn-more-btn:hover, a.learn-more-btn:hover i {
	color: #006AFF;
}

a.access-now-btn {
	color: #fff;
	font-family: "Teko", Sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #FF4A00;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FF4A00;
	border-radius: 40px 40px 40px 40px;
	padding: 18px 40px 15px 40px;
	line-height: 1;
	display: inline-block;
	position: absolute;
	bottom: 31px;
	width: 100%;
	left: 0;
	max-width: 275px;
	right: 0;
	margin: auto;
}

a.access-now-btn:hover {
	background-color: #fff;
	color: #FF4A00;
}

.course-box .elementor-column-wrap {
	padding-bottom: 120px !important;
}

.course-btn {
	position: absolute;
	bottom: -100px;
}

.elementor-editor-active .course-btn {
	position: static;
}

.page-template-page-courses .sec-connect .elementor-container {
	max-width: 117rem !important;
}

.page-template-page-courses .elementor-32051 {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DFDFDF;
	padding: 8rem 0;
}

.page-template-page-courses .elementor-32051 .elementor-icon-list-icon i {
	font-size: 2.2rem;
}

.page-template-page-courses .elementor-32051 .elementor-widget .elementor-icon-list-item a {
	width: auto;
}

.page-template-page-courses .elementor-32051 .elementor-widget .elementor-icon-list-item a:hover .elementor-icon-list-text {
	color: #F35905;
}

/* Test CSS */
.my-course-box h2, .my-course-box h2 a {
	border:solid 1px white;
}



/************ Media Queries ***************/
@media only screen and (max-width: 1024px) {
	.course-lists li p strong, .course-lists li h4 {
			font-size: 30px;
	}

	br {
			display: none;
	}

	.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
			padding: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.my-course-box {
		flex: 0 50%;
		padding-bottom: 0px;
	}
	
	.my-course-box h2, .my-course-box h2 a {
		font-size: 3rem !important;
	}

	.course-lists {
			grid-template-columns: repeat(2, 1fr);
	}

	.course-lists li {
			width: 49%;
			padding-left: 10px;
			padding-right: 10px;
			box-sizing: border-box;
	}

	.course-lists .button {
			font-size: 20px;
	}

	.course-lists li p strong, .course-lists li h4 {
			font-size: 26px;
			text-align: center;
	}

	.course-lists em {
			font-size: 18px;
			line-height: normal;
			display: block;
	}

	.course-lists li img {
			max-width: 80%;
	}

	.course-list-title {
			background-position: center top;
			padding: 70px 0 20px 0;
			text-align: center;
			line-height: 1;
			background-size: 50px;
			font-size: 36px;
	}

	.course-list-heading {
		flex-direction: column;
	}	

	.course-list-heading img {
		padding: 2.25rem;
	}

	.course-list-description{
		text-align: center;
	}

	.courses-purchase {
		position: relative;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 6px;
	}

	.courses-purchase-mark {
		justify-content: center;
		max-width: 370px;
		width: 100%;
		padding: 5px;
		margin-left: 0px;
	}

	.edu-training-title h2 {
			font-size: 2.25rem;
	}

	.course-lists.purchased-courses h2 {
		line-height: 1;
		text-align: center;
	}

	.courses-access-mark {
		max-width: 370px;
		padding: 5px;
	}

	.sync-box h4 {
			display: block;
			line-height: 1;
			font-size: 27px;
	}

	.my-course-box {
			flex: 0 10%;
	}

	.course-lists {
			grid-template-columns: repeat(1, 1fr);
	}

	.custom-container {
			padding: 0 20px;
	}

	.courses-desc {
			text-align: center;
	}
}

@media only screen and (max-width: 475px) {
	.course-lists li {
			width: 100%;
	}
}

.chapter-section div,
.chapter-section p,
.chapter-section h2,
.chapter-section h4,
.chapter-section h5,
.chapter-section h6{
	font-family: 'Roboto Slab';
}
.chapter-container {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.chapter-header {
	position: relative;
	padding: 10px 30px;
	color: white;
	font-weight: bold;
	font-size: 5.5rem !important;
	text-transform: uppercase;
	text-align: right;
	background: linear-gradient(to bottom, #000C12, #036593 50%, #000C12);
}

@media only screen and (max-width: 768px) {
	.chapter-header {
		font-size: 2.5rem !important;
	}
}

@media only screen and (max-width: 576px) {
	.chapter-header {
		padding: 10px 20px;
		font-size: 1.5rem !important;
	}
}
.chapter-header img {
	top: 0;
	position: absolute;
	left: 0;
	height: 100% !important;
	width: auto !important;
}

.chapter-info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 20px;
}

@media only screen and (max-width: 768px) {
	.chapter-info {
		grid-template-columns: repeat(1, 1fr);
	}
}

.chapter-info-item {
	background: #EAEAEA;
}

.chapter-info-title {
	font-size: 1.2em !important;
	padding: 20px;
	height: 12rem;
	margin-bottom: 0px;
	text-align: center;
}

@media only screen and (max-width: 576px) {
	.chapter-info-title {
		font-size: 1.3em !important;
	}
}

.chapter-info-paragraph {
	padding: 20px;
}
.chapter-logo {
	width: 160px;
	float: right;
}

@media only screen and (max-width: 576px) {
	.chapter-logo {
		float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
		margin-bottom: 20px;
	}
}
.chapter-president-content {
	min-height: 240px;
}

.chapter-president-image {
	float: left;
	width: 240px;
	height: 240px;
	margin-right: 20px;
}

@media only screen and (max-width: 576px) {
	.chapter-president-image {
		float: none;
		margin-left: auto;
		display: block;
		margin-right: auto;
		margin-bottom: 20px;
	}
}

.chapter-banner {
	background-color: #EAEAEA;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.chapter-banner-logo {
	width: 100%;
	max-width: 400px !important;
}
.chapter-ss-introduce-item {
	display: flex;
	gap: 20px;
	align-items: center;
}

.chapter-ss-introduce-item:nth-child(even) {
	flex-direction: row;
}
.chapter-ss-introduce-item:nth-child(odd) {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
	.chapter-ss-introduce-item:nth-child(even),
	.chapter-ss-introduce-item:nth-child(odd) {
		flex-direction: column;
	}
		
}
.chapter-ss-introduce-image {
	width: 460px;
}
.chapter-ss-introduce-content {
	padding: 40px;
}

@media only screen and (max-width: 576px) {
	.chapter-ss-introduce-content {
		padding: 20px 0px;
	}
}
.chapter-join-cta {
	display: block;
	background: linear-gradient(to bottom, #11374b, #036593 50%, #000C12);
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Roboto Slab';
	padding: 10px 20px;
	color: white;
	width: max-content;
}
.chapter-alliance {
	background-color: #EAEAEA;
	margin-top: 20px;
	font-size: 1.75rem;
}

.chapter-alliance .chapter-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}
.chapter-alliance-logo-content {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.chapter-alliance-logo-content {
		flex-direction: column;
	}
}
.chapter-alliance-logo {
	width: 120px;
}
.chapter-alliance-logo-text {
	width: 480px;
}
.chapter-alliance-description {
	padding: 20px;
  margin-bottom: 0;
}

.chapter-alliance-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px; 
	padding: 20px;
}

@media only screen and (max-width: 768px) {
	.chapter-alliance-content {
		grid-template-columns: repeat(1, 1fr);
	}
}
.chapter-alliance-video {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.chapter-footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px; 
	padding: 0px 20px;
	background: linear-gradient(to bottom, #000C12, #036593 50%, #000C12);
}

@media only screen and (max-width: 768px) {
	.chapter-footer {
		grid-template-columns: repeat(1, 1fr);
	}
}
.chapter-footer-image {
	grid-column: span 1;
}
.chapter-footer-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-column: span 2;
	text-align: center;
	color: white;
}

.chapter-footer-description a {
	color: white;
	padding: 10px;
  	text-decoration: underline !important;
}

@media only screen and (max-width: 768px) {
  .chapter-footer-description {
    grid-column: span 1;
    padding: 10px 0px;
  }
}

.chapter-footer-description h4{
	color: white;
}











/* File: style-custom.css */








