
/*    ___________________________*/
@import url(css/experience.css);
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);

/* Fonts seems to be added, standby to delete:;
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); */

@import url(css/animate.css);
@import url(css/header.css);
@import url(css/sub-menu.css?ver=1);
@import url(css/dropdown-menu.css);
@import url(css/page.css);
@import url(css/stats.css);
@import url(css/market.css?2);
@import url(css/featured-speakers.css);
@import url(css/footer-----.css);
@import url(css/eventinfo.css?ver=1);

/* global vars */
/* to-do: add purple #6f3c9, orange #f89d3e, blue #5cc1e5 2022 color vars */

/* global / pg */

h4 {
	color: #6f3c97;
}

a {
	color: #5cc1e5;
}

header .nav-list li a.underlined:hover {
	border-bottom: 2px solid #0d748d;
}

header a.logo {
	text-align: center;
}

header a:hover {
	color: #ffffff;
}

.btn {
	background-color: #6f3c97;
}

.title-orangeline {
	/* Checking the Cascade not to use !important */
	color: #6f3c97 !important;
}

.title-orangeline:before {
	/* Checking the Cascade not to use !important */
	border-top: 2px solid #6f3c97 !important;
}

.title-orangeline:after {
	/* Checking the Cascade not to use !important */
	border-top: 2px solid #6f3c97 !important;
}

.title-blackline {
	/* Checking the Cascade not to use !important */
	color: #6f3c97 !important;
}

.title-blackline:before {
	/* Checking the Cascade not to use !important */
	border-top: 2px solid #6f3c97 !important;
}

.title-blackline:after {
	/* Checking the Cascade not to use !important */
	border-top: 2px solid #6f3c97 !important;
}

.video_satshow_updates .unit h4 {
	border-bottom: 4px solid #6f3c97;
	color: #6f3c97;
}



/* header css */

header {
	background: #000000;
}
header .btn {
	background-color: #f89d3e;
}

.drop-menu .links h3 {
	color: #f89d3e;
}

.drop-menu .links .foot h3 {
	color: #f89d3e;
}

header .nav-list .btn-dropmenu.active, header .nav-list .btn-droplogin.active {
    border-bottom: 2px solid #6f3c97;
}
header .nav-list li a.underlined:hover{
	border-bottom: 2px solid #6f3c97;text-decoration: none
}

a.logo {
	color: #ffffff;
}

a:hover {
	color: #5cc1e5;
	text-decoration: underline;
}

.drop-menu .foot h3 {
	color: #f89d3e;
}
.drop-menu .top ul li a i {
	color: #f89d3e;
}

.drop-menu .links ul li a:hover {
	color: #f89d3e;
}

/*sat gradient removed*/
.eventinfo-withvideo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #000000);
    opacity: .5;
    z-index: 1;
}
.eventinfo-withvideo > * {
	z-index: 100;
}

.eventinfo-withvideo .col-md-12 h2 {
	text-shadow: 2px 2px 2px #000;
}

.eventinfo-withvideo .col-md-12 p {
	text-shadow: 2px 2px 2px #000,
				-1px -1px 2px #000;
}

.eventinfo-withvideo .col-md-12 a {
	text-shadow: none;
}

/* (HERO/CTA+h2) .eventinfo-withvideo section styles */
.timer_section {
/* Checking the Cascade not to use !important */
	background: #6f3c97 !important;
	color: #fff !important;
}

.timer_section p {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}

.eventinfo-withvideo {
    background: url(images/world.jpg) no-repeat center / cover;
}

footer {
    background: #000 url(images/world.jpg) no-repeat 0 -160px / cover;
    /*#000 url(images/world.jpeg) top center / cover;
    url(images/world.jpeg) no-repeat center / cover;*/
}


footer .date {
	color: #ffffff;
	text-shadow: none;
}


.eventinfo-withvideo img {
	padding-bottom: 26px;
    padding-top: 20px;
}

.eventinfo-withvideo a {
	background-color: #f89d3e;
	margin-bottom: 25px;
}

.eventinfo-withvideo h2{
	font-size: 2rem;
}

.eventinfo-withvideo .flexcontainer p{
	margin-bottom: .7em;
	font-weight: 100;
    font-size: 20px;
}

.eventinfo-withvideo .flexcontainer p:first-of-type {
	margin-top: 1em;
    margin-top: .8em;
}

.messagebox {
	background: #f2f4f5 url(images/dot-lines-white-crop.svg) no-repeat top center / cover !important;
}

.messagebox .text-box p:first-of-type {
	font-weight: bold;
	color: #6f3c97;
	font-size: 1.7rem;
}

.programs_section img {
	min-height: 85px;
}

.programs_section, .advisory_section {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.advisory_section img {
	border-radius: 100%;
	max-height: 200px;
}

.advisory_section .advisoryMem p {
	min-height: 68px;
	vertical-align: center;
}

.innerpage_body .col-md-4 {
	 min-height: 328px;
}

/* Current leo-sponsors.php to be -> leo-programs.php and leo-advisory.php, currently css below */

/* footer css */

footer .btn {
	background-color: #f89d3e;
}
.sub-menu {background: url(images/world.jpg)}
