/*
Theme name: Tech Freedom

Theme URI: https://tf.maintask.dev/

Author: Maintask

Author URI: https://maintask.io/

Description: Theme created for the Tech Freedom redesign project

Version: 1.0.0.
*/
/*Main styles*/
body,
body p {
	color: #4d4d4d;
	font-family: 'Cambria', sans-serif;
	font-size: 17px;
	margin: 0;
	word-break: break-word;
}

h1 {
	font-family: 'Publico', sans-serif;
	font-size: 44px;
	font-weight: 500;
}

h2 {
	font-family: 'Publico', sans-serif;
	font-size: 34px;
	font-weight: 500;
}

h3 {
	font-family: 'Inter', Sans-serif;
	font-size: 30px;
	font-weight: 600;
}

h4 {
	font-family: 'Inter', Sans-serif;
	font-size: 26px;
	font-weight: normal;
}

h5 {
	font-family: 'Inter', Sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
}

h6 {
	font-family: 'Inter', Sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.turquoise-button {
	background-color: #009D8B;
	font-family: 'Inter', Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 15px 24px;
	border: 2px solid #009D8B;
}

.turquoise-button:hover {
	color: #009D8B !important;
	background-color: transparent;
}

.elementor-section>.elementor-container {
	max-width: 1280px;
}

.text-purple, body a, p a {
	color: #431573;
}

.text-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

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

.purple {
	background-image: url("/wp-content/uploads/2022/06/purple-section-bg.jpg");
	background-size: cover;
	color: #fff;
}

.turquoise {
	background-color: #009d8b;
	color: #fff;
}

.pattern {
	background-image: url("/wp-content/uploads/2022/06/hero-background-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	background-position: top left;
}

.section {
	width: 100%;
	padding: 3% 10% 3% 10%;
}
.section.small-padding {
	padding: 1% 10% 1% 10%;
}
.row {
	max-width: 1280px;
	margin: auto;
	display: flex;
}

.row h1 {
	margin: 0 auto 20px;
}

/*End of Main styles*/
/*Header & Footer styles*/
.sticky-header.activated {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.menu-item-49 a {
	background-color: #009D8B;
	font-family: 'Inter', Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
	padding: 10px 30px !important;
	margin: 0 15px 0 15px !important;
	border: 2px solid #009D8B;
}

.menu-item-49 a:hover {
	color: #009D8B !important;
	background-color: transparent;
}

.menu-item-99,
.menu-item-102,
.menu-item-104,
.menu-item-103 {
	font-weight: bold;
	margin-bottom: 5px !important;
}

.menu-item-105 {
	font-weight: bold;
	margin-top: 20px !important;
}

/*End of Header & Footer styles*/
/*Home page styles*/
.hero-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 40px 40px;
}

.hero-first-post {
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 2px #DBDBDB !important;
	box-shadow: 2px 2px 5px 2px #DBDBDB !important;
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 2;
}

.hero-side-posts {
	grid-column-start: 5;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 2;
	-webkit-box-shadow: 2px 2px 5px 2px #DBDBDB;
	box-shadow: 2px 2px 5px 2px #DBDBDB;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.hero-single-post {
	grid-column-start: 1;
	grid-column-end: 3;
	-webkit-box-shadow: 2px 2px 5px 2px #DBDBDB !important;
	box-shadow: 2px 2px 5px 2px #DBDBDB !important;
	background: #fff;
}

.hero-side-posts .hero-post,
.issue-column .hero-post {
	display: block;
	border-bottom: 1px solid #dbdbdb;
}

.hero-side-posts .hero-post:last-child,
.issue-column .hero-post:last-child {
	border-bottom: none;
}

.post-info {
	padding: 20px;
}

.hero-side-posts .post-info {
	padding: 20px 0;
}

.hero-first-post .post-info {
	padding: 20px 40px;
}

.post-info h2 {
	font-size: 26px;
}

.post-info h5,
.post-info h2 {
	margin-bottom: 10px;
	margin-top: 0;
}

.post-info h6,
.post-info h5 {
	margin: 10px 0;
	color: #4d4d4d;
}

.hero-first-post .post-info h1 {
	margin: 20px 0;
}

.hero-first-post .post-info h6 {
	margin: 20px 0;
}

.hero-first-post .post-info h5 {
	margin: 0;
}

.separator:last-child {
	display: none;
}

.event-in-focus {
	grid-column-start: 3;
	grid-column-end: 5;
	background: #dbdbdb;
	position: relative;
}

.event-in-focus h5 {
	padding: 20px;
	background: #431573;
	color: #fff;
	margin: 0;
}

.event-in-focus hr {
	border-bottom: none;
	border-color: #c2baba;
}

.event-in-focus .scholars {
	font-weight: 500;
}

.event-in-focus h6:last-child {
	margin-top: 20px;
}

.latest-episode {
	grid-column-start: 5;
	grid-column-end: 7;
	background: #dbdbdb;
	display: flex;
	flex-direction: column;
	position: relative;
}

.latest-episode h5 {
	padding: 20px;
	background: #009d8b;
	color: #fff;
	margin: 0;
	font-family: "Dots All for Now JL", Sans-serif;
}

.latest-episode h2:last-of-type {
	color: #4d4d4d;
}

.episode-meta {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
	align-items: center;
	text-transform: uppercase;
}

.episode-meta img {
	max-width: 60px !important;
}

.twitter-follow h2 {
	margin-top: 0;
}

.podcast-section .elementor-background-overlay {
	clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
}

.two-podcasts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.podcast-grid>div:first-child:before {
	text-transform: uppercase;
	position: absolute;
	top: -40px;
	color: #fff;
	font-family: 'Inter', Sans-serif;
	font-size: 15px;
}

.podcast-grid:first-child>div:first-child:before {
	content: "Featured Podcast";
}

.podcast-grid:last-child>div:first-child:before {
	content: "Recent Podcast";
}

.podcast-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	background: #dbdbdb;
	margin-top: 20px;
	position: relative;
}

.podcast-grid .post-info {
	position: relative;
}

.podcast-grid div:first-child {
	background-size: cover !important;
	background-position: center !important;
}

.podcast-grid h2:last-of-type {
	color: #4d4d4d;
	margin-bottom: 60px;
}

.podcast-grid h6 {
	position: absolute;
	bottom: 20px;
	text-transform: uppercase;
}

.main-issues {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 40px;
}

.issue-column,
.careers-grid .hero-post {
	background: #fff;
	-webkit-box-shadow: 2px 2px 5px 2px #DBDBDB;
	box-shadow: 2px 2px 5px 2px #DBDBDB;
}

.issue-header {
	background-image: url(/wp-content/uploads/2022/06/main-issues-bg.jpg);
	background-size: cover;
	color: #fff;
	padding: 30px;
	display: flex;
	align-items: center;
	height: 140px;
	position: relative;
}

.issue-posts {
	padding: 0px 30px;
}

.issue-column .post-info {
	padding: 30px 0px;
}

.issue-header:hover:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #009d8b transparent transparent transparent;
}

.issue-header img {
	max-width: 60px !important;
	margin-right: 20px;
}

.issue-header h5 {
	word-break: break-all;
	text-transform: unset;
	font-weight: 600;
	font-size: 20px;
}

.telecom .issue-header img {
	max-width: 40px !important;
}

.issue-column h2 {
	color: #4d4d4d;
}

.trending-topics .elementor-icon-list-item a {
	color: #4d4d4d;
	border: 1px solid #4d4d4d;
	border-radius: 50px;
	padding: 15px 20px !important;
	margin-bottom: 10px;
}

.trending-topics .elementor-icon-list-item a:hover {
	background: #4d4d4d;
	color: #F6F6F6;
}

/*End of Home page styles*/
/* Team Page styles */
.team {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

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

.team-member h4 {
	padding: 0;
	margin: 0;
	color: #4d4d4d;
}

.team-member h2 {
	padding: 0;
	margin: 0;
	text-align: center;
}

.team-image {
	margin: 0 auto 20px;
	filter: grayscale(100%);
	height: 300px;
	width: 300px;
	background-size: cover;
	border-radius: 100%;
}

.team-icons {
	padding-top: 10px;
}

.team-icons a {
	line-height: 33px;
	display: inline-block;
	margin-left: 3px;
	width: 35px;
	height: 35px;
	font-size: 18px;
	border-radius: 50px;
	border: 2px solid #009D8B;
	color: #009D8B;
	transition: all 0.3s;
}

.team-icons a:hover {
	transition: all 0.3s;
	background-color: #009D8B;
	color: #fff;
}

.page-id-808 footer>section:first-child,
.page-id-1220 footer>section:first-child,
.page-id-1746 footer>section:first-child,
.page-id-1775 footer>section:first-child {
	background-image: url('/wp-content/uploads/2022/06/hero-background-image.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover;
}

/* End of Team Page styles */
/* Careers Page styles */
.careers-grid {
	display: flex;
	justify-content: center;
	gap: 40px;
	max-width: 768px;
	margin: auto;
}

.careers-grid .hero-post {
	padding: 40px 20px;
	width: calc(50% - 20px);
}

.careers-grid .hero-post h2 {
	font-size: 26px;
	margin-top: 0;
}

/* End of Careers Page styles */
/* In the news page styles */
.three-top-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.three-top-grid .hero-post img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.three-top-grid .hero-post {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #cccccc;
	box-shadow: 0px 0px 10px 0px #cccccc;
}

.elementor-section.full-width>.elementor-container {
	max-width: 100%;
}

.section.pattern .general-grid,
.section.pattern .all-podcasts {
	margin-top: -100px;
}

.general-grid .hero-post {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px #cccccc !important;
	box-shadow: 0px 0px 10px 0px #cccccc !important;
}

.general-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 40px;
}

.general-grid .hero-post {
	padding: 0 30px;
	color: #4d4d4d;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.general-grid .hero-post>h5:first-child {
	margin: 20px 0 0;
}

.general-grid .hero-post>p {
	margin-bottom: 30px;
}

.general-grid>p {
	color: #fff;
}

.pagination {
	text-align: center;
	padding: 50px 0 0;
}

.pagination span,
.pagination a {
	color: #4d4d4d;
	font-family: 'Inter', sans-serif;
	border-radius: 100px;
	margin: 0 5px;
	display: inline-block;
	height: 35px;
	width: 35px;
	padding-top: 3px;
	font-size: 20px;
	font-weight: 500;
}

.pagination a {
	border: 2px solid #009D8B;
}

.pagination a.dots {
	border: none;
}

.pagination .current {
	background-color: #009D8B;
	color: #fff;
	border: 2px solid #009D8B;
}

.pagination a:hover {
	background-color: #009D8B;
	color: #fff;
}

#filter-form {
	display: flex;
	justify-items: center;
	width: 100%;
	padding: 0 20% 20px 20%;
	gap: 20px;
	align-items: flex-end;
}

#filter-form input,
#filter-form>div {
	width: calc((100% - 70px) / 2);
	position: relative;
}

#filter-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	margin-top: 10px;
	padding: 15px 20px;
	font-family: 'Inter', Sans-serif;
	font-size: 18px;
	font-weight: normal;
	border: #fff solid 1px;
	background-color: transparent;
	color: #fff;
}

#filter-form select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	padding: 15px 20px;
	font-family: 'Inter', Sans-serif;
	font-size: 18px;
	font-weight: normal;
	border: #fff solid 1px;
	background-color: #009d8b;
	color: #fff;
}

#filter-form h5:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: transparent;
	text-indent: -9999px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
	color: transparent;
	transform: rotate(-135deg);
	top: 40px;
	right: 20px;
}

#filter-form button {
	background: none;
	border: none;
	color: #fff;
	margin-top: 30px;
	align-self: center;
	cursor: pointer;
}

#filter-form button i {
	font-size: 18px;
	opacity: 0.5;
}

#filter-form button:hover i {
	opacity: 1;
}

#filter-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1;
	/* Firefox */
}

#filter-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

#filter-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

#filter-form h5 {
	margin: 0 0 5px 0;
}

/* End of In the news page styles */
/* Podcasts page styles */
.podcast-page {
	display: grid;
	grid-template-columns: 30% 70%;
	background: #dbdbdb;
	position: relative;
}

.podcast-page .post-info {
	position: relative;
	padding: 40px;
}

.podcast-page div:first-child {
	background-size: cover !important;
	background-position: center !important;
}

.podcast-page img {
	text-align: center;
	margin: auto;
	display: block;
	width: 25%;
	position: relative;
	top: 35%;
}

.podcast-page:hover img {
	transform: scale(1.1);
}

.podcast-page h2:last-of-type {
	color: #4d4d4d;
	margin-bottom: 20px;
}

.podcast-page h6 {
	text-transform: uppercase;
	margin: 40px 0 0 0;
}

.all-podcasts .podcast-page {
	margin-bottom: 40px;
}

.page-id-1561 footer section:first-child {
	display: none;
}

.podcast-links {
	display: flex;
	gap: 10px;
}

.podcast-links:first-child {
	margin-bottom: 10px;
}

.podcast-links:last-child img {
	max-height: 70px;
}

.podcast-links a:hover img {
	transform: scale(1.05);
}

/* End of Podcasts page styles */
/*Donate form recoloring*/
.donor .tabs-header.non-selectable.basic-color-background,
.donor #credit_card_href,
.donor #paypal_href {
	background: #009D8B;
}

.donor .pd_radio:checked+label {
	background: #009D8B !important;
	border: 1px solid #009D8B;
}

.donor .plan_duration {
	border: 1px solid #009D8B !important;
	color: #009D8B !important;
}

.donor .donation-widget.tabs .tabs-footer .dw-btn.basic-color-background {
	background: #009D8B;
}

.donor .suggested-amount-box .box-input:checked+.box-label {
	border: 1px solid #009D8B !important;
	color: #009D8B !important;
}

.donor .box-input:checked+.box-label .box-currency {
	color: #009D8B !important;
}

.donor .sf-dropdown .hint,
.donor .mdl-textfield__label,
.donor #card-zip-label,
.donor .field label {
	color: #009D8B !important;
}

/*End of Donate form recoloring*/
/*Responsive styles*/
@media only screen and (max-width: 1440px) {
	h1 {
		font-size: 36px;
	}

	h2 {

		font-size: 28px;
	}

	h3 {

		font-size: 24px;
	}

	h4 {

		font-size: 20px;
	}

	.section {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.telecom .issue-header h5 {
		font-size: 18px;
	}

	.issue-header img {
		max-width: 40px !important;
	}

	.telecom .issue-header img {
		max-width: 30px !important;
	}

	.podcast-section div.elementor-heading-title {
		color: #fff;
	}

	.podcast-grid {
		grid-template-columns: 100%;
		gap: 0;
	}

	.podcast-grid div:first-child {
		height: 200px;
	}

}

@media only screen and (max-width: 1380px) {
	.home .hero-post h2 {
		font-size: 20px;
	}
}

@media (max-width: 1280px) {
	.team {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 1100px) {
	.hero-grid {
		display: block;
	}

	.hero-single-post,
	.event-in-focus,
	.latest-episode,
	.hero-first-post {
		display: inline-block;
		width: 100%;
	}

	.event-in-focus,
	.latest-episode {
		margin-top: 40px;
	}

	.event-in-focus h6:last-child {
		position: unset;
	}

	.episode-meta {
		position: unset;
	}

	.main-issues {
		grid-template-columns: 1fr 1fr;
	}

	.twitter-follow .elementor-icon-box-wrapper {
		align-items: center !important;
	}

	.issue-header h5 {
		font-size: 18px;
	}

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

	#filter-form {
		padding: 0 0 20px 0;
	}

	.podcast-page {
		grid-template-columns: 100%;
		gap: 0;
	}

	.podcast-page div:first-child {
		height: 200px;
	}

	.podcast-page img {
		width: 70px;
	}
}

@media only screen and (max-width: 767px) {

	body,
	body p {
		font-size: 16px;
	}

	h1 {
		font-size: 28px;
	}

	.main-issues,
	.two-podcasts {
		grid-template-columns: 1fr;
	}

	.issue-header {
		padding: 20px;
		justify-content: center;
	}

	.issue-header h5 {
		margin: 10px;
		font-size: 20px;
	}

	.trending-topics .elementor-icon-list-item a {
		margin-bottom: 20px;
	}

	.two-podcasts .podcast-grid:first-child {
		margin-bottom: 20px;
	}

	.team,
	.three-top-grid,
	.general-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.careers-grid {
		flex-direction: column;
	}

	.careers-grid .hero-post {
		width: 100%;
	}

	.podcast-page .post-info {
		padding: 20px;
	}

}

@media only screen and (max-width: 500px) {
	.issue-header {
		flex-direction: column;
		height: unset;
		text-align: center;
	}

	.issue-header img {
		margin: auto;
	}

	.podcast-grid {
		grid-template-columns: 1fr;
	}

	.podcast-grid div:first-child {
		min-height: 200px;
	}

	#filter-form {
		flex-direction: column;
		align-items: stretch;
	}

	#filter-form input,
	#filter-form div {
		width: 100%;
	}
}

/*End of Responsive styles*/