/*

Theme Name: Pro &ndash; Child Theme pro
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
/* Blog page css*/
.blog-posts {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 3em;
	justify-content: flex-start;
}
.blog-posts>* {
	margin-bottom: 2em;
}
.blog-posts .posttitle {
	margin-top: 0;
	font-size: 20px;
	font-weight: bold; 
	line-height: 51px;
}
.blog-posts .postcontent {
	font-size: 25px;
	font-weight: 200;
	color: #858181;
	font-family: "neuzeit-gro";
	line-height: 37px;
}
.postimg-bg {
	visibility: hidden;
	color: #fff;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	top: 0;
	left: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	opacity: 0.0;
	transition: visibility 0s, opacity 0.3s linear;
	font-family: "neuzeit-gro";
	font-size: 18px;
}
.postimg-wrapper {
	position: relative;
}

.postrow:hover .postimg-bg {
	visibility: visible;
	opacity: 0.5;
}
.ebooks-tab .blog-posts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.tags-list-wrapper {
	margin-top: 20px;
    font-size: 22px;
    color: #454550;
}
.tags-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
}
.tags-list-wrapper span {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 766px) {
	.blog-posts {
		gap: 2em;
	}
	.blog-posts .posttitle {
		font-size: 36px;
		line-height: normal;
	}
	.blog-posts .postcontent {
	    font-size: 22px;
	    line-height: initial;
	}
	.tags-list-wrapper {
	    position: absolute;
	    font-size: 16px;
	    padding: 8px 22px;
	}
}

@media only screen and (max-width: 479px) {
	.blog-posts {
		gap: 1em;
	}
	.blog-posts .posttitle {
		font-size: 30px;
		line-height: normal;
	}
	.blog-posts .postcontent {
	    font-size: 16px;
	    line-height: initial;
	}
	.tags-list-wrapper {
	    position: absolute;
	    font-size: 14px;
	    padding: 6px 20px;
	}
}

/*single event post page css*/
.single-event .entry-content:before, 
.single-event .entry-content:after {
	content: none;
}
.single-event .entry-wrap {
	padding: 0;
	box-shadow: none;
	background-color: transparent;
}
.single-event .entry-content.content {
    display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 100px;
}
.single-event .entry-content-left {
	font-size: 30px;
    color: #858181;
}
.single-event .entry-content-right .gform_title,
.single-event .entry-content-right .post-navigation h3 {
	font-size: 38px;
}
.entry-content-right form {
	max-width: 378px !important;
	margin-left: 0 !important;
}
.entry-content-right form input {
    padding: 16px 20px !important;
    height: auto;
    margin-bottom: 0 !important;
    border-radius: 0;
    border-color: #858181;
}
.entry-content-right .gform_footer.top_label {
	text-align: right;
}
.entry-content-right .gform_footer.top_label input {
    font-size: 18px !important;
    font-weight: bold;
}
.single-event .entry-content-right .post-navigation ul {
	margin: 0;
}

.single-event .entry-content-right .post-navigation ul li {
	list-style: none;
    padding: 20px 0;
    border-top: 1px solid #858181;
}

.single-event .entry-content-right .post-navigation ul li a {
	color: #454550;
	font-size: 30px;
}

.single-event .entry-content-right .post-navigation ul li a span {
	float: right;
}

.trp-language-switcher > div {
	border: none;
    background-image: none;
}

.trp-language-switcher > div > a > img {
	width: 36px;
    height: 24px;
}

.trp-language-switcher > div > a {
	margin-bottom: 1px;
}

/* all events page css */
.dropbtn {
	color: #454545;
	padding: 16px;
	font-size: 1.2em;
	border: none;
	cursor: pointer;
	background-color: #fff;
}


.dropbtn img {
	width: 16px;
}

.dropdown {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: #454545;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown:hover .dropdown-content {
  	display: block;
}

.dropdown-content a:hover {
  	color: rgba(0,0,0,0.5);
}

.dropdown:hover .dropbtn {
	color: rgba(0,0,0,0.5);
}

.event-posts-list {
	background-color: #fff;
	position: relative;
}
.event-posts-list>header h2 {
	margin-bottom: 40px;
	font-size: 4.75em;
	font-weight: 200;
	color: #454550;
}
.event-posts-list .event-content {
	display: grid;
	column-gap: 9%;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.event-posts-list .event-content article:nth-of-type(1),
.event-posts-list .event-content article:nth-of-type(2) {
	border-top: 1px solid #CAC8C8;
}
.event-posts-list .event-content article {
	margin-top: 0;
	padding: 24px 0;
	border-bottom: 1px solid #CAC8C8;
}
.event-posts-list .event-content article header {
	margin-bottom: 16px;
}
.event-posts-list .event-content article header h2 a {
	font-size: 30px;
	color: #454550;
	font-weight: 400;
}
.event-posts-list .event-content article .entry-content.content {
	font-size: 22px;
	color: #858181;
	font-weight: 400;
}

