/*
Theme Name: Gridlove
Theme URI: https://mekshq.com/theme/gridlove/
Text Domain: gridlove
Author: meks
Author URI: https://mekshq.com/
Description: A WordPress blog magazine theme with a grid inspired design.
Version: 1.9.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*Start Webinars*/
#webinars h2{
	width: 100%;
	font-size: 48px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-top: 120px;
	line-height: 58px;
	font-family: 'Poppins', sans-serif;
}
h4.webinars{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bold !important;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
}
h4.webinars.past{
	margin-top: 115px;
}
#content.webinars{
	width: 100% !important;
}
.webinar-outer-holder{
	background: #fff;
	border: 1px solid #D5DBDD;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	min-width: 200px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
	max-width: 945px;
	min-height: 220px;
	position: relative;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.webinar-outer-holder .webinar-inner-image-left{
	position: absolute;
	width: 41%;
	min-height: 296px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.webinar-outer-holder .webinar-inner-image-left img{
	width: 100%;
}
.webinar-outer-holder .webinar-inner-right-content{
	padding-left: 20px;
	width: 54.7%;
	float: right;
	padding-right: 20px;
	position: relative;
	min-height: 282px;
}
.webinar-outer-holder .webinar-inner-right-content h6{
	/*font-family: 'Poppins', sans-serif;*/
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	min-height: 115px;
	line-height: 115px;
	color: #222222;
	border-bottom: 1px solid #D5DBDD;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	/*padding-left: 20px;
	padding-right: 20px;*/
}
.webinar-outer-holder .webinar-inner-right-content h6 span{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.webinar-outer-holder .webinar-inner-right-content .webinars-speakers{
	float: left;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 35px;
}
.webinar-outer-holder .webinar-inner-right-content .webinars-speakers .speakers-title{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 21px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.webinar-outer-holder .webinar-inner-right-content .webinars-speakers .speakers{
	float: left;
	clear: left;
	/*padding-left: 10px*/
}
.speakers + .speakers{
	margin-top: 10px;
}
.webinar-outer-holder .webinar-inner-right-content .webinars-speakers .speakers .speaker-image{
	width: 24px;
	height: 24px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	clear: left;
	margin-right: 10px;
	background-size: cover;
	background-position: center center;
}
.webinar-outer-holder .webinar-inner-right-content .webinars-speakers .speakers .speaker-image img{
	width: 100%;
}
.webinar-outer-holder .webinar-inner-right-content .webinars-speakers .speakers .speaker-name{
	float: left;
	/*font-family: "Open Sans";*/
	/*font-weight: 600;*/
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
}
.webinar-outer-holder .webinar-inner-right-content .webinars-ctas{
	width: auto;
	min-height: 150px;
	min-width: 190px;
	position: absolute;
	right: 30px;
	bottom: 10px;
}
.webinar-outer-holder .webinar-inner-right-content .webinars-ctas .webinar-date{
	/*font-family: "Open Sans";*/
	font-style: normal;
	font-weight: normal;
	line-height: 33px;
	font-size: 16px;
	color: #080071;
	text-align: center;
	margin-top: 50px;
}
.webinar-outer-holder .webinar-inner-right-content .webinars-ctas a.cta{
	position: absolute;
	bottom: 15px;
	width: 203px;
	height: 35px;
	background-color: #3E00FF;
	color: #fff;
	/*font-family: "Open Sans";*/
	font-size: 16px;
	font-weight:  normal;
	text-align: center;
	text-transform: uppercase;
	border-radius: 100px;
	padding-top: 7px;
	transform: translateX(-50%);
	left: 50%;
}

/*.webinar-outer-holder .webinar-inner-right-content .webinars-ctas a.cta.past:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	right: 30px;
	top: 18px;
	transform: rotate(90deg);
}*/
.webinar-outer-holder .webinar-inner-right-content .webinars-ctas a.cta:hover{
	background-color: #1E00BA;
}
#primary-nav-mobile{
	margin-bottom: 0;
}
.page-id-2575 span.vcard.author, .page-id-207 span.vcard.author {
    pointer-events: none;
}
.menu-item-has-children ul.sub-menu {
	background-color: #fff !important;
}
.author .gridlove-not-found .module-title ,.tag .gridlove-not-found .module-title  {display: none;}

@media (max-width: 894px) {
	.outer_status_holder{
		clear: left;
		width: 100%;
		margin-top: 10px;
	}
	h4.webinars{
		line-height: 50px;
	}
	.webinar-outer-holder .webinar-inner-image-left{
		width: 100%;
		float: unset;
		position: relative;
	}
	.webinar-outer-holder .webinar-inner-right-content{
		width: 90%;
		padding-left: unset;
		margin: 0 auto;
		float: unset;
		padding-right: 0;
		/*margin-top:*/
	}
}
@media (max-width: 768px) {
	.webinar-outer-holder .webinar-inner-right-content h6{
		height: auto;
	}
	.webinar-outer-holder .webinar-inner-right-content .webinars-ctas{
		width: 100%;
		border-top: 1px solid #D5DBDD;
		/*margin-top: 15px;*/
		height: 120px;
		min-height: unset;
		position: relative;
		right: unset;
		bottom: unset;
	}
	.webinar-outer-holder .webinar-inner-right-content .webinars-ctas .webinar-date{
		margin-top: 15px;
	}
	.webinar-outer-holder .webinar-inner-right-content .webinars-ctas a.cta{
		left: unset;
		transform: unset;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.webinar-outer-holder .webinar-inner-right-content .webinars-ctas{
		width: 100%;
	}
}
/*End Webinars*/



