/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Default stylings */

html { 
	scroll-behavior: smooth; 
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #82003d;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1em;
}
h1 {
  font-size: 2rem;
}
h2 {
	font-size: 1.8rem;
	font-weight: 700;
}
h3 {
	font-size: 1.6rem;
	font-weight: 700;
}
h4 {
	font-size: 1.4rem;
	font-weight: 700;
}
h5 {
	font-size: 1.2rem;
	font-weight: 700;
}
h6 {
	font-size: 1rem;
	font-weight: 700;
}
.light {
  font-weight: 400 !important;
}

.button.tag.tiny.secondary {
	padding:.2rem;
}

.tiny.tag.button.hollow {
	padding:.2rem;
}

.button.secondary a {
    display: block;
}

p a{
	text-decoration: underline;
}

.elementor hr {
	max-width: 62.5rem;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
	margin: 1.25rem auto;
	clear: both;
}
.small-heading {
	font-family: "Open Sans","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 1.4rem;
	font-weight:700;
	display: block;
	line-height: 1.1em;
	padding-bottom: 1rem;
}
.small-heading a:link {
	color: #333;
	font-weight: 700;
}
.no-bottom {
	padding-bottom: 0;
}
ul {
	padding-inline-start: 20px;
}
b, strong {
	font-weight: 600;
}
.hide {
	display: none;
}

/* Vertical Menus with no bullets and underline a links */
.vertical.menu li {list-style-type: none !important;}

ul.vertical.menu >li a {text-decoration: underline;}

/* style part of course single */
.course-credit {
	font-size: 13px;
	font-style: italic;
	color: rgb(84, 89, 95);
}

/* BCT Style */

.breadcrumb.with-arrow a:before {
	content: "»";
  margin-right: 10px; 
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb a {
	font-size: 2rem;
	font-weight: 700;
	color: #82003d;
}
.breadcrumb span {
	color: #333;
	font-size: 25px;
	font-family: "Open Sans",Helvetica,Roboto,Arial,sans-serif;
	font-weight: 700;
}

.elementor-accordion .elementor-accordion-item:hover .elementor-tab-title, 
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active, 
.elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
	background: #FFF !important;
}

/* Popup content */

.reveal-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	background-color: rgba(10,10,10,.45);
	overflow-y: scroll;
}
.reveal {
	display: none;
	z-index: 1006;
	padding: 1rem;
	border: 1px solid #cacaca;
	background-color: #fefefe;
	border-radius: 3px;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
	min-height: 0;
	width: 600px;
  max-width: 62.5rem;
}
.reveal .close-button {
	position: absolute;
	color: #000;
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1;
	cursor: pointer;
	border: none;
	background: transparent;	
}
.reveal h1 {
	font-size: 2rem;
	color: #622343;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.iframe-container {
		position: relative;
		overflow: hidden;
		padding-top: 75%;
		margin-top: 10px;
	}
	.iframe-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
}
/* Calendar style */
.tribe-common button:not(.tribe-events-c-search__button) {
  background: white !important;
}
.tribe-common .tribe-common-c-btn {
  background: #800000;
}
.tribe-common .tribe-common-l-container,
#tribe-events-pg-template, .tribe-events-pg-template {
	max-width: 1000px;
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop,
.tribe-common .tribe-common-c-btn:hover, 
.tribe-common span.tribe-events-c-top-bar__datepicker-mobile {
  color: #333;
}
#tribe-events-content .tribe-events-abbr {
	text-decoration: none;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
  color: #800000;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-cell {
  background: #f1f1f1;
}

.people-related-video .columns {
	float: left; 
	margin-right: 2%;
}
.people-related-video .large-3 {
	width: 25%;
}
.people-related-video .large-9 {
	width: 71%;
}
.news-headline-img {
	display: block;
}
body.people-template-default.single-people .people {
	word-break: break-word;
}
@media screen and (max-width: 1024px) {
	.people-related-video .large-3, 
	.people-related-video .large-9 {
		width: 100%; 
		float: none; 
		margin: 0; 
	}
}

/* Strong Story - Goingstrong fixing layout */
.searchandfilter ul {
	padding-inline-start: 0;
}
.searchandfilter ul li li .sf-label-radio {
	padding-left: 0;
	cursor: pointer;
}
.searchandfilter ul li li .sf-input-radio,
.searchandfilter ul li li .sf-count {
	display: none;
}
.searchandfilter ul li li {
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out,color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: .85em 1em;
	margin: 0 0.3rem 0.3rem 0;
}
.searchandfilter .chosen-container .chosen-single {
	background: #fff;
	padding: .85em 1em .85em 1em;
}
.searchandfilter .chosen-container .chosen-results li.highlighted {
  background: #540023;
}
.searchandfilter .chosen-container-single .chosen-single div b {
	background-position: 0 14px;
}
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -16px 14px;
}
.searchandfilter .chosen-container .chosen-results::-webkit-scrollbar {
	width: 3px;
}
.searchandfilter .chosen-container .chosen-results::-webkit-scrollbar-thumb {
	background: #540023;
}
.searchandfilter .chosen-container .chosen-results::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.searchandfilter ul li li:hover {
	background-color: #ebe9e9;
	color: #540023;
}
.strong-story-item .columns {
	float: left; 
}
.strong-story-item {
  overflow: hidden;
}
.strong-story-item .columns h2 a {
	color: #333;
}
.strong-story-item .medium-3 {
	width: 25%;
	margin-right: 2%;
}
.strong-story-item .medium-7 {
	width: 73%;
}
.pagination .wp-pagenavi span, 
.pagination .wp-pagenavi a {
  border: none !important;
}
.pagination .wp-pagenavi span.pages {
  display: none;
}
/* People form style */
#people-search .searchandfilter > ul > li {
	width: 48%;
	display: inline-block;
}
#people-search .searchandfilter > ul > li:nth-child(even) {
	margin-left: 2%;
}
#people-search .searchandfilter > ul > li input, 
#people-search .searchandfilter > ul > li select, 
#people-search .searchandfilter > ul > li .chosen-container {
	width: 100% !important; 
}
#people-search .searchandfilter > ul > li.sf-field-search label {
	display: block;
}
#people-search .searchandfilter > ul > li.sf-field-submit input, 
#people-search .searchandfilter > ul > li.sf-field-reset input {
	width: auto !important;
}
#people-search .searchandfilter > ul > li.sf-field-submit, 
#people-search .searchandfilter > ul > li.sf-field-reset {
	width: auto; 
	margin-right: 10px;
}
#people-search .searchandfilter > ul > li.sf-field-search input {
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
	padding: 0.75em 1em .75em 1em;
	border-radius: 5px;
}
#people-search .searchandfilter > ul > li.sf-field-submit input {
	background-color: #540023;
	color: #fefefe;
	border-color: #540023;
}
#people-search .searchandfilter > ul > li.sf-field-submit input:hover {
	background-color: #ebe9e9;
	color: #540023;
	border-color: #ebe9e9;
}
#people-search .searchandfilter > ul > li.sf-field-reset input {
	border-color: #333;
	background-color: #333;
	color: #fff;
}
#people-search .searchandfilter > ul > li.sf-field-reset input:hover {
	background-color: #ebe9e9;
	color: #540023;
	border-color: #ebe9e9;
}
.people-result-list .medium-heading a {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	#people-search .searchandfilter > ul > li {
		width: 100%;
		display: block;
	}
	#people-search .searchandfilter > ul > li:nth-child(even) {
		margin-left: 0%;
	}
	#people-search .searchandfilter > ul > li.sf-field-submit, 
	#people-search .searchandfilter > ul > li.sf-field-reset {
		display: inline-block;
	}
}

/*Search style*/
#ss360-layer button.ss360-close-button, 
#ss360-layer button.ss360-more-results {
  background: #fff;
}
.ss360-nav--tabs .ss360-nav__entry {
	background: #dedede;
	color: #4a4f62;
}
/* Fix image strech problem on Safari */
.eae-popup-link img {
  height: 100%;
}
