/*
Theme Name: Profound Gentlemen
Description: Keeping Males of Color in the Education Field
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* =============
	HEADER
============= */
/* Top Bar */
.top-menu a {
	transition: all 0.3s ease;
}
.top-menu.top-menu-enhanced .row-menu-inner .menu-horizontal a:hover,
.top-menu.top-menu-enhanced .row-menu-inner .menu-horizontal a:focus {
	color: #EA9C00;
}
.top-menu.top-menu-enhanced li a i.fa-angle-right {
	display: none;
}


/* Socials */
.social-facebook::before,
.social-twitter::before,
.social-linkedin::before {
	display: none;
}

/* Main Header */
.menu-container .logo-container.col-lg-0 {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Main Navigation */
.menu-container ul.menu-smart > li > a {
	transition: all 0.3s ease;
}
.menu-container ul.menu-smart > li.menu-item-button .btn {
	font-size: 24px;
	border-color: #D62525;
	background-color: #D62525;
	color: #FFFFFF;
}
.menu-container ul.menu-smart > li.menu-item-button .btn:hover,
.menu-container ul.menu-smart > li.menu-item-button .btn:focus {
	border-color: #EA9C00;
	background-color: #EA9C00;
}
.menu-smart > li > a > div > div > div.btn {
	font-size: 16px;
}

/* Dropdown */
@media (min-width: 959px) {
  .menu-horizontal ul.menu-smart > li > ul.drop-menu {
	top: 70%!important;
  }
}

/* =============
	FOOTER
============= */
footer {
	background-color: #212121;
	background-image: url('/wp-content/uploads/2023/09/PG_Footer_LogoElement.jpg');
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
}
footer::before {
	content:"";
	display: block;
	width: 100%;
	height: 75px;
	margin-top: -75px;
	background: url('/wp-content/uploads/2023/09/Separator_Torn_Top_Dark.png') no-repeat center bottom;
	background-size: cover;
}
/* Socials */
footer .icon-box.icon-inline {
	padding-left: 4px;
	padding-right: 4px;
}
footer .uncode-vc-social .social-icon a {
	width: 40px;
	height: 40px;
	border-radius: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #ffffff;
	background: #D62525;
	border: 1px solid #D62525;
	transition: all 0.3s ease;
}
footer .uncode-vc-social .social-icon a:hover,
footer .uncode-vc-social .social-icon a:focus {
	color: #D62525;
	background: transparent;
}

/* Navigation */
.main-footer .heading-text h6 {
	opacity: .5;
}
footer .menu li {
	padding-bottom: 4px;
}

/* Copyright */
.copyright-container .uncode_text_column p {
	font-size: 14px;
	opacity: .7;
}
.main-container .row-container.copyright-container .row-parent {
	padding: 0px 36px 136px 36px;
}
@media (min-width: 959px) {
	.main-container .row-container.copyright-container .row-parent {
		padding: 36px 36px 36px 36px;
	}
}

/* =============
	SITEWIDE ELEMENTS
============= */

/* Headings */
h6:not([class*="fontsize-"]), 
.h6:not([class*="fontsize-"]) {
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.main-container .row-container .row-parent .single-internal-gutter .uncont > .vc_custom_heading_wrap.with-support {
	margin-top: 12px;
}

/* Typography */
p, li, dt, dd, dl, address, label, small, pre, code, span.tab-excerpt,
.text-lead, .text-lead:not(ul):not(ol) > * {
	line-height: 1.5;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  line-height: 1;
}
p {
	font-size: 16px;
}
.text-lead > * {
	font-size: 18px;
}
@media (min-width: 959px) {
	p {
		font-size: 18px;
	}
	.text-lead > * {
		font-size: 20px;
	}
}
.style-light p strong {
	color: #101213;
}
.btn {
  padding: 18px 30px 16px !important;
}
.btn:not(.btn-custom-typo):not(.btn-inherit) {
	font-family: 'Bebas Neue'!important;
}
.check-list .icons li {
	padding-left: 30px;
}
.check-list .icons li .fa {
	margin-left: -30px;
}
.two-col-list ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
@media (min-width: 959px) {
	.two-col-list ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

/* Separators */
.uncode-divider-wrap.uncode-divider-wrap-bottom {
	bottom: -2px;
}
.uncode-divider-wrap.uncode-divider-wrap-top {
	top: -2px;
	transform: rotate(180deg);
}

/* Videos */
.videoWrapper {
  position: relative;
  padding-bottom: 56%; /* 16:9 */
  height: 0;
  background: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 45px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 45px 5px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 45px 5px rgba(0,0,0,0.1);
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 5 Column Row */
.five-col-row .last {
	display: none;
	visibility: hidden;
}

/* Newsletter */
.style-dark ::placeholder, 
.style-light .style-dark ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.style-dark input {
	background: rgba(0,0,0,.1);
}
.gform_footer input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit) {
	font-size: 30px;
	font-family: 'Bebas Neue' !important;
	color: #FFFFFF;
	border-color: #D62525;
	background-color: #D62525;
	padding-top: 20px;
	padding-bottom: 20px;	
}
.gform_footer input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit):hover,
.gform_footer input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit):focus {
	border-color: #212121;
	background-color: #212121;
}
@media (max-width: 569px) {
	.newsletter-container .row-background .background-wrapper .background-inner {
		background-position: 40% center!important;
	}
}
@media (max-width: 959px) {
	.newsletter-container .row-background .background-wrapper .background-inner {
		background-position: 40% center!important;
	}
}
#gform_1 .gfield_html p {
	margin: 0;
}

/* Icon Boxes */
.icon-box-content h4 {
    margin-top:10px;
}
.icon-box-heading > * {
    line-height: 1.2em;
}

/* Colored Backgrounds Behind Photos */
.red .uncode-single-media {
	position: relative;
	margin-bottom: 30px;
}
.red .uncode-single-media::after {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgb(214,37,37);
}
.orange .uncode-single-media {
	position: relative;
	margin-bottom: 30px;
}
.orange .uncode-single-media::after {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgb(234,156,0);
}
.icon-box-left .fa-1x, .icon-box-right .fa-1x {
    line-height: 1.75em;
}

/* =============
	HOME
============= */
/* Hero */
.hero > .row-background > .background-wrapper > .background-inner {
	opacity: 0;
}
@media (min-width: 959px) {
	.hero > .row-background > .background-wrapper > .background-inner {
		opacity: 1;
	}
}
@media (max-width: 959px) {
  .hero .triple-block-padding {
	padding: 0px 36px 54px 36px;
  }
}

/* Programs */
.programs .red p,
.programs .yellow p {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 22px;
}
.programs .red p {
	color: #D62525;
}
.programs .yellow p {
	color: #EA9C00;
}
.programs .uncell .background-element {
  z-index: 1;
}
.programs .uncell .uncont {
  background: #ffffff;
  margin-top: 45%;
  position: relative;
  z-index: 2;
  padding: 20px 25px;
}
.programs .uncode_text_column {
	padding: 0 25px;
}
.programs .single-block-padding {
	padding: 16px;
}
@media (min-width: 959px) {
	.programs .uncode_text_column {
		padding: 0 25px 16px;
	}
	.programs .single-block-padding {
		padding: 36px;
	}
}
.programs
  .row
  div[class*="col-lg-"].pos-center
  > .uncol
  > .uncoltable
  > .uncell
  > .uncont {
  margin-top: 45%;
}

/* Quote */
.quote-container h4 {
	font-weight: 700;
}

/* Logo Slider */
@media (min-width: 959px) {
	.donor-container .uncode_text_column p {
		padding: 0 25% 36px;
	}
}

/* =============
	SECONDARY PAGES
============= */
/*** Our Team ***/
div.text-top-reduced > *:first-child {
    margin-top: 0px;
}
.team-row .uncode-single-media {
	position: relative;
	margin-bottom: 30px;
}
.team-row .uncode-single-media::after {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(234,156,0,.2);
}

/* Membership Portal */
.post-password-required .post-body > .post-content > .row-container > .row {
	text-align: center;
}
.post-password-required h1.post-title {
	display: none;
}
.post-password-required .post-password-form {
	padding: 36px;
	text-align: left;
	background: #EFEFEF;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 108px;
}
.post-password-required .post-password-form label {
	display: block;
	width: 100%;
}
.post-password-required .post-password-form input[type="password"] {
	display: block;
	width: 100%;
}
.post-password-required .post-password-form input[type="submit"] {
	font-size: 26px;
	font-family: 'Bebas Neue' !important;
	color: #FFFFFF;
	border-color: #D62525;
	background-color: #D62525;
	padding: 10px 30px!important;	
}
.post-password-required .post-password-form input[type="submit"]:hover,
.post-password-required .post-password-form input[type="submit"]:focus {
	border-color: #212121;
	background-color: #212121;
}


/* =============
	BLOG
============= */
/* NEWS & STORIES PAGE */
.gentleman-corner-heading p {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}
.basic-feed h3.t-entry-title.h6 {
	font-size: 34px;
	line-height: 1.1;
}
.basic-feed .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span {
	color: #ea9c00;
}
.basic-feed .tmb-light.tmb .t-entry-text p {
	padding-bottom: 10px;
}
.basic-feed .tmb .t-entry p.t-entry-readmore .btn {
	padding: 0!important;
	font-size: 20px;
}

/* SINGLE POST */

/* Author Profile */
.author-profile {
	padding-top: 36px;
	border-top: 1px solid #EFEFEF;
}
.author-profile h3::before {
	content:"About The Author";
	display: block;
	
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .01em;
	color: #ea9c00;
}
.author-profile p a {
	font-weight: 700;
}

/* =============
	CIA 2024
============= */
.cia-hero h1:not([class*="fontsize-"]), 
.cia-hero .h1:not([class*="fontsize-"]) {
	font-size: 48px;
}
@media (min-width: 959px) {
	.cia-hero h1:not([class*="fontsize-"]), 
	.cia-hero .h1:not([class*="fontsize-"]) {
		font-size: 90px;
	}
}
.cia-gradient::before,
.cia-gradient::after {
  content:'';
  display: block;
  position: absolute;
  opacity: 0.12;
  filter: blur(100px);
  z-index: 0;
}
.cia-gradient > .row {
	z-index: 1;
}
.cia-gradient.one::before {
  width: 475px;
  height: 475px;
  right: 25%;
  top: 25%;
  background: #ffb100;
}
.cia-gradient.one::after {
  width: 475px;
  height: 475px;
  right: 5%;
  top: 5%;
  background: #0040ff;
}
.cia-arrow {
	padding-top: 71px;
}
@media (max-width: 569px) {
  .main-container .row-inner > .cia-mobile-padding-fix {
	padding: 0px 0px 0px 0px;
  }
}

/* Tabs */
@media (min-width: 810px) {
	.tab-container {
		min-height: 650px;
	}
}
.tab-container:not(.default-typography) .nav-tabs > li > a span {
	font-size: 14px;
}
@media (min-width: 810px) {
	.tab-container:not(.default-typography) .nav-tabs > li > a span {
		font-size: 18px;
	}
}
.nav-tabs.nav-tabs.tab-no-border:not(.tabs-vertical):not(.tab-switch).switch-init .switcher-cursor {
	background-color: transparent;
}
.style-light .nav-tabs > li > a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	background: #890909;
	border-radius: 500px;
	padding-top: 18px;
	border: none;
	margin: 0 0 16px 0;
}
@media (min-width: 810px) {
	.style-light .nav-tabs > li > a {
		margin: 0 16px;
	}
}
.style-light .nav-tabs > li > a:hover,
.style-light .nav-tabs > li > a:focus { 
	background: #FFFFFF;
	color: #890909;
	border: none;
}
.style-light .nav-tabs > li.active > a {
	background: #FFFFFF;
	color: #890909;
	border: none;
}

/* Timeline */
#cd-timeline {
	padding-top: 0!important;
}
.cd-timeline-content h2.cd-timeline-item-title {
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 0;
}
.cd-timeline-content .the-excerpt h3 {
	font-size: 24px;
}
.cd-timeline-content .the-excerpt h4 {
	font-size: 18px;
}
@media (min-width: 768px) {
	.cd-timeline-content .the-excerpt h3 {
		font-size: 34px;
	}
	.cd-timeline-content .the-excerpt h4 {
		font-size: 28px;
	}
}
.cd-timeline-content .the-excerpt p {
	margin-top: 5px;
	font-size: 16px;
}
@media only screen and (max-width: 821px) {
  #cd-timeline .cd-timeline-block {
	margin-top: .5em;
  }
  #cd-timeline .cd-timeline-block:first-child {
	margin-top: 0;
	}
}

@media only screen and (min-width: 810px) {
   #cd-timeline .cd-timeline-block {
	  margin: 6em 0 0;
   }
   #cd-timeline .cd-timeline-block:first-child {
	  margin-top: 0;
   }
   #cd-timeline .cd-timeline-block.no-icon .cd-timeline-img.icon-no-readmore {
	   top: 45%!important;
   }
   #cd-timeline .cd-timeline-content::before {
	   top: 45%;
   }
   #cd-timeline .cd-timeline-block.timeline-announcement-right .cd-timeline-content::before { 
	   top: 45%;
   }
}
