/*
 * Archive coresight event styling
*/
.coresight-events-container {
	margin-bottom: 7%;
	margin-top: 2%;
}
.coresight-events-section-inner {
	grid-template-columns: repeat(1, 1fr);
}
.coresight-events-list-item {
	margin-bottom: 30px;
}
.coresight-archive-filters.coresight-event-filters .coresight-filter-title {
	border-bottom: none;
	margin-bottom: 0;
}
.coresight-archive-filters.coresight-event-filters .coresight-filter-list .coresight-filter-item button {
	padding-top: 0;
}
.coresight-events-list-item:nth-of-type(2n+1) {
	clear: both;
}

.coresight-events-section-content {
	padding: 0 15px;
}
.coresight-events-section .coresight-event-item {
	margin-bottom: 25px;
}

.coresight-event-list-item-inner {
	box-shadow: 0 0 10px #ddd;
	transition: .3s all ease;
}
.coresight-event-list-item-inner:hover {
	box-shadow: 0 0 15px #aaa;
	transform: scale(1.03);
	transition: .3s all ease;
}
.coresight-events-section .coresight-events-section-image {
	margin-bottom: 15px;
	max-height: 170px;
	min-height: 170px;
}
.coresight-events-section img {
	border-bottom: 1px solid #ddd;
	display: block;
	max-height: 170px;
	object-fit: cover;
	width: 100%;
}
.coresight-events-section-content h5 {
	font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}
.coresight-events-section-content .coresight-event-date {
	color: #d62e2f;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 5px;
	transition: .1s ease all;
}
.coresight-events-section-content .coresight-event-category {
	font-size: 14px;
	font-weight: 300;
}
.coresight-events-section-content .coresight-event-register-button {
	background-color: #d62e2f;
	border: none;
	color: #fff;
	display: block;
	margin: 5px auto 15px;
	outline: none;
	padding: 5px 20px;
	width: 100%;
}

.coresight-event-list-item-inner a {
	display: block;
}
.coresight-event-single-container .col-md-7,
.coresight-event-single-container .col-md-5 {
	float: none;
	width: 100%;
}
.coresight-event-content .coresight-event-category {
	color: #898A8D;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
	transition: .1s ease all;
}
.coresight-event-content .coresight-event-title {
	color: #000;
	font-size: 24px;
	line-height: 28px;
	transition: .1s ease all;
}
/* Archive pagination */
.csr-events-navigation {
	clear: both;
	padding: 0 15px;
}
.csr-pagination-buttons a {
	background-color: #d62e2f;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	transition: .3s ease all;
}
.csr-pagination-buttons a:hover {
	background-color: #ED202E;
	transition: .3s ease all;
}

/*
 * Single coresight event styling
*/
.single-coresightevents .col-md-12.coresight-event-content {
	width: 100%;
}
.single-coresightevents .site .site-content {
	padding-top: 0;
}
.single-coresightevents .daily-news-feed-container,
.single-coresightevents .footer.new-footer-styling {
	display: none;
}
.coresight-event-section {
	margin: 50px 0;
}
.coresight-event-content-meta > .col-md-12,
.coresight-event-content.col-md-12 {
	padding-left: 0;
}
.coresight-event-section .coresight-event-section-heading {
	text-align: center;
}
.coresight-event-content-inner {
	clear: both;
}
.coresight-event-content-inner a {
	color: #d62e2f;
}
.single .row div.coresight-event-register-button {
	margin-top: 15px;
	text-align: center;
}
.coresight-event-register-button a {
	background: #d62e2f;
	border: 1px solid #d62e2f;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: 15px 40px;
	text-transform: uppercase;
	transition: .3s all ease;
}
.coresight-event-register-button a:visited,
.coresight-event-register-button a:active {
	color: #fff;
}
.coresight-event-register-button a:hover {
	background: #fff;
	color: #d62e2f;
	transition: .3s all ease;
}
.coresight-event-section .coresight-event-container-inner {
	display: flex;
	flex-wrap: wrap;
}
.coresight-event-section .container .coresight-event-section-item {
	flex: 1 1 300px;
	text-align: center;
}
.coresight-event-content-inner ol,
.coresight-event-content-inner ul {
	margin-left: 10px;
	padding: 0;
}
.coresight-event-content-inner ol li,
.coresight-event-content-inner ul li {
	margin-left: 20px;
	padding: 5px;
}
.coresight-event-content-inner ol li::marker,
.coresight-event-content-inner ul li::marker {
	color: #d62e2f;
}
.coresight-event-content-inner ol {
	list-style: decimal;
}
.coresight-event-content-inner ul {
	list-style: disc;
}


/*
 * Single coresight event Section 1 - Intro
*/
.coresight-event-section-1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;
}
.coresight-event-section-1 .page-title {
	font-size: 40px;
	line-height: 48px;
}
.coresight-event-meta-info {
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*
 * Single coresight event Section 2 - Moderators
*/
.coresight-event-moderator-image {
	width: 300px;
}
.coresight-event-moderator-name {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
.coresight-event-moderator-title {
	font-weight: 500;
	margin-bottom: 5px;
}
.coresight-event-moderator-title,
.coresight-event-moderator-company {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}

/*
 * Single coresight event Section 3 - Speakers
*/
.coresight-event-speaker-image {
	width: 300px;
}
.coresight-event-speaker-name {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
.coresight-event-speaker-title {
	font-weight: 500;
	margin-bottom: 5px;
}
.coresight-event-speaker-title,
.coresight-event-speaker-company {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}

/*
 * Single coresight event Section 4 - Judges
*/
.coresight-event-judge-image {
	width: 300px;
}
.coresight-event-judge-name {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
.coresight-event-judge-title {
	font-weight: 500;
	margin-bottom: 5px;
}
.coresight-event-judge-title,
.coresight-event-judge-company {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}

/*
 * Single coresight event Section 5 - Sponsors
*/
.coresight-event-sponsor-image {
	width: 300px;
}

.coresight-events-container {
	margin-bottom: 7%;
	margin-top: 2%;
}
.coresight-event-list-item-inner .coresight-event-image {
	float: left;
	width: 200px;
}
.coresight-event-list-item-inner img {
	margin-bottom: 0;
}
.coresight-event-list-item-inner a {
	display: block;
}
.coresight-event-content {
	display: inline-block;
	padding: 20px;
	width: calc(100% - 200px);
}
.coresight-event-content .coresight-event-category {
	color: #898A8D;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
	transition: .1s ease all;
}
.coresight-event-content .coresight-event-title {
	color: #000;
	font-size: 24px;
	line-height: 28px;
	transition: .1s ease all;
}
.coresight-event-content .coresight-event-date {
	color: #000;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
	transition: .1s ease all;
}

/*
 * Single coresight event landing page template
*/
.coresight-event-landing-template h3 {
	color: #d62e2f;
	margin-bottom: 50px;
	text-align: center;
}
/* Section - 1 */
.coresight-event-landing-template .coresight-event-section-1 {
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-1 .page-title {
	color: #fff;
	font-size: 34px;
}
.coresight-event-landing-template .coresight-event-logo {
	max-width: 200px;
	width: 100%;
}
.coresight-event-landing-template .coresight-event-content-meta {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100%;
}
.coresight-event-landing-template .coresight-event-content-meta > div {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
}
.coresight-event-landing-template .coresight-event-content-meta p {
	margin-bottom: 10px;
}
.coresight-event-landing-template .coresight-event-content-meta span {
	color: #d62e2f;
}
.coresight-event-landing-template .coresight-event-register a {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
	padding: 16px 24px;
	width: 250px;
}
.coresight-event-landing-template .coresight-event-register a:hover {
	background-color: #BD1516;
}

/* Section - 2 */
.coresight-event-landing-template .coresight-event-section-2 {
	border-bottom: 1px solid #CBCACA;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-section-2 h4 {
	color: #d62e2f;
}
.coresight-event-landing-template .coresight-event-section-2 p {
	font-size: 18px;
}
.coresight-event-landing-template .coresight-event-section-2 .coresight-event-learn-more {
	font-size: 18px;
	text-align: center;
	transition: .2s all ease;
}
.coresight-event-landing-template .coresight-event-section-2 .coresight-event-learn-more a {
	color: #000;
}
.coresight-event-landing-template .coresight-event-section-2 .coresight-event-learn-more:hover {
	transform: translateY(-10px);
	transition: .2s all ease;
}
.coresight-event-landing-template .coresight-event-section-2 .coresight-event-learn-more svg {
	display: block;
	height: 24px;
	margin: 0 auto;
	transform: rotate(90deg);
	width: 24px;
}

/* Section - 3 */
.coresight-event-landing-template .coresight-event-section-3 {
	background-color: #F2F2F2;
	padding: 50px 0;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-3 h3 {
	color: #000;
	margin-bottom: 50px;
}
.coresight-event-landing-template .coresight-event-section-3 .coresight-event-discussion {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.coresight-event-landing-template .coresight-event-section-3 .coresight-event-discussion > div {
	flex: 1;
}
.coresight-event-landing-template .coresight-event-section-3 .coresight-event-discussion h4 {
	color: #d62e2f;
	font-size: 24px;
	margin-bottom: 10px;
}

/* Section - 4 */
.coresight-event-landing-template .coresight-event-section-4 {
	border-bottom: 1px solid #CBCACA;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-section-4 h3 {
	color: #d62e2f;
	margin-bottom: 50px;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend > div {
	display: flex;
	gap: 50px;
	flex-direction: column;
}
.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend > div:nth-of-type(2n) {
	flex-direction: column;
}
.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

/* Section - 5 */
.coresight-event-landing-template .coresight-event-section-5 {
	border-bottom: 1px solid #CBCACA;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect {
	display: flex;
	flex-direction: column;
	gap: 50px;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect > div {
	flex: 1;
}
.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect img {
	max-width: 100px;
	width: 100%;
}
.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect h4 {
	color: #d62e2f;
	font-size: 20px;
	margin-bottom: 10px;
}

/* Section - 6 */
.coresight-event-landing-template .coresight-event-section-6 {
	background-color: #F9F9F9;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-section-6 .container {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-registration-form {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
	flex: 0 0 65%;
	padding: 24px;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner {
	background-color: #f2f2f2;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 20px;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner h4 {
	color: #d62e2f;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner p {
	margin-bottom: 5px;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-sponsors {
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-sponsors img {
	max-width: 250px;
	padding: 15px;
}

/*
 * Events landing page
*/
.coresight-events-landing-section {
	margin-bottom: 20px;
}
.coresight-events-landing-section .coresight-events-landing-section-image {
	max-height: 170px;
}
.coresight-events-landing-section img {
	display: block;
	object-fit: cover;
	margin-bottom: 20px;
	max-height: 170px;
	width: 100%;
}
.coresight-events-landing-section-content h5 {
	font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}
.coresight-event-landing-date {
	color: #323232;
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 0;
}
.coresight-events-cta {
	margin-bottom: 20px;
}
.coresight-events-cta-inner {
	align-items: center;
	background: linear-gradient(to right, rgb(224, 226, 228), rgb(241, 241, 242));
	border-radius: 3px;
	display: flex;
	justify-content: center;
	padding: 20px;
}
.coresight-events-cta h5 {
	margin-bottom: 10px;
}
.coresight-events-cta p {
	line-height: 1.4;
	margin-bottom: 0;
}
.coresight-events-cta .coresight-events-cta-button {
	background-color: #d62e2f;
	border: #d62e2f;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	outline: none;
	padding: 10px 40px;
}
.coresight-events-container .coresight-featured-more {
	color: #d62e2f;
	font-size: 14px;
	text-transform: uppercase;
}

/*
 * Media queries
*/

@media screen and (min-width: 992px) {
	.coresight-events-section .col-md-3:nth-last-of-type(4n+1) {
		clear: both;
	}
	.coresight-event-single-container .col-md-7 {
		float: left;
		width: 58.33333333%;
	}
	.coresight-event-single-container .col-md-5 {
		float: left;
		width: 41.66666667%;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.coresight-events-section .col-sm-4:nth-last-of-type(3n) {
		clear: both;
	}
}
@media only screen and (min-width: 768px) {
	.coresight-events-section-inner {
		display: grid;
		grid-gap: 25px;
		grid-template-columns: repeat(4, 1fr);
		width: 100%;
	}
	.coresight-event-list-item-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	}
	.coresight-event-landing-template .coresight-event-section-3 .coresight-event-discussion,
	.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend > div,
	.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect,
	.coresight-event-landing-template .coresight-event-section-6 .container,
	.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner,
	.coresight-event-landing-template .coresight-event-content-meta > div {
		flex-direction: row;
	}
	.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend > div:nth-of-type(2n) {
		flex-direction: row-reverse;
	}
	.coresight-event-landing-template .coresight-event-section-1 .page-title {
		font-size: 40px;
	}
	.coresight-event-landing-template .coresight-event-content-meta {
		font-size: 32px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.coresight-events-section-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767px) {
	#fixedFilterbar {
		position: relative;
	}
	ul.widget_categories li {
		width: auto;
	}
	.coresight-event-content.col-md-12 {
		padding-left: 15px;
	}
	.coresight-event-list-item-inner .coresight-event-image {
		float: none;
		text-align: center;
		width: 100%;
	}
	.coresight-event-content {
		display: block;
		width: 100%;
	}
	.row .coresight-event-single-container .col-md-8,
	.row .coresight-event-single-container .col-md-4 {
		padding: 0 15px;
		width: 100%;
	}
	.single .row div.coresight-event-register-button {
		margin-bottom: 15px;
	}
	.coresight-event-content-inner {
		padding: 0 15px;
	}
}
