/*   
Theme Name: Temple Beth Sholom
Theme URI: 
Description: This is a custom theme developed for Temple Beth Sholom.
Author: Masters Group Design + Blinebury Design
Author URI: 
Version: 1
*/

* { 
	margin: 0; 
	padding: 0; 
}
body {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	color: #53535c;
}
body:has(#tribe-events-pg-template),
body:has(.tribe-events-loop) {

	background-color: #EAEAEB;
}
#wrapper { 
	margin: 0px auto; 
}
#content {
	margin: 15px;
}
a {
	text-decoration: none;
	color: #2d96d3;
}
a:hover {
	color: #000;
}
.et-db #et-boc .find-yourself a:hover {
	text-decoration: underline !important;
}
.clear { 
	clear: both; 
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
.aligncenter {
	display: block;
	margin: 0px auto 20px auto;
}
h1, h2, h3 { 
	padding-bottom: 20px !important;
}
h1, .pagetitle span.title { 
	font-family: aria-text-g2, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 43px;
}
h1.single-title {
	text-align: center;
}
h2, h1.single-title { 
	font-family: pragmatica, sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	font-size: 30px;
	line-height: 1.2;
}
h3 { 
	font-family: pragmatica, sans-serif;
	font-weight: 900 !important;
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
	line-height: 1.1;
}
h3.blog {
	text-align: center;
}
h4 {
	padding-bottom: 10px !important;
	font-family: pragmatica, sans-serif;
	font-weight: 900 !important;
	font-style: normal;
	font-size: 20px !important;
	line-height: 1.1;
}
h5 {
	font-family: aria-text-g2, sans-serif;
	font-weight: bold !important;
	line-height: 1.1;
}
p { 
	padding-bottom: 1em;
}
hr {
	margin: 20px 0px 30px 0px !important;
}
span.dropcap {
    float: left;
    padding: 18px 5px 0px 0px !important;
    font-size: 65px;
    font-family: aria-text-g2, sans-serif;
    font-weight: bold;
    color: #2d96d3 !important;
}
.wsp-pages-list {
	margin-left: 0px !important;
}
.wsp-pages-list li, .wsp-tribe_eventss-list li {
	list-style: none !important;
}
.wsp-pages-list ul.children {
	margin: 15px 15px 25px 15px !important;
	padding: 0px 0px 0px 15px !important;
	border-left: 2px solid #53535c !important;
}
.wsp-tribe_eventss-list {
	margin-left: 10px !important;
	padding: 0px 0px 0px 15px !important;
	border-left: 2px solid #53535c !important;
}
.wsp-tribe_eventss-list li {
	margin-bottom: 10px !important;
}
.alert {
	position: fixed;
	z-index: 999999;
	top: 0px;
	width: 100%;
	background: #2d96d3;
}
.alert .inner {
	width: 95%;
	max-width: 850px;
	margin: 0px auto;
	padding: 20px 10px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
}
.alert a {
	color: #53535c;
}
.alert a:hover {
	color: #FFF;
}
#header { 
	position: fixed;
	top: 0px;
	width: 100%;
	height: 55px;
	padding: 10px 0px;
	z-index: 999;
	background: #53535c;
	text-align: center;
	transition: all 1s ease;
}
.home #header {
	background: #FFF;
}
body.admin-bar #header {
	margin-top: 32px;
}
#header.active {
	box-shadow: 1px 1px 20px rgba(143, 140, 140, 0.53);
}
#header .logo {
	display: inline-block;
	max-width: 385px;
	height: auto;
	margin: 5px auto 0px auto;
}
#header .logo.icon {
	max-width: 100%;
	width: auto;
	max-height: 46px;
}
#header .open-menu, #header .close-menu {
	position: absolute;
	z-index: 999999;
	top: 25px;
	left: 3%;
	padding-left: 55px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 900;
	font-size: 18px;
	cursor: pointer;
	color: #FFF;
	transition: color 0.5s ease;
}
#header .close-menu {
	left: 35px;
}
.home #header .open-menu, .home #header .close-menu {
	color: #53535c;
}
#header .open-menu:before, #header .close-menu:before{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 30px;
}
#header .container {
	display: none;
	max-width: 500px;
	background: none !important;
}
#header .container.animatedModal-on {
	display: block;
	z-index: 9999 !important;
}
body.admin-bar #header .container.animatedModal-on {
	top: 32px !important;
}
#header .primary {
	min-width: 325px;
	margin-top: 75px;
	padding: 35px;
	background: #FFF;
	text-align: left;
	-webkit-box-shadow: 5px 10px 28px -15px rgba(0,0,0,0.41);
	-moz-box-shadow: 5px 10px 28px -15px rgba(0,0,0,0.41);
	box-shadow: 5px 10px 28px -15px rgba(0,0,0,0.41);
}
#header .primary .sub-menu {
	display: none;
	padding: 20px 20px 0px 20px;
}
#header .primary li {
	list-style: none;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 900;
	font-size: 18px;
}
#header .primary .sub-menu li {
	margin-bottom: 5px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
}
#header .secondary {
	position: absolute;
	top: 25px;
	right: 3%;
	margin-right: 50px;
}
#header .container .secondary {
	display: none;
}
#header .secondary li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	font-weight: 900;
	font-size: 18px;
}
#header .search-button {
	position: absolute;
	top: 25px;
	right: 3%;
	color: #FFF;
	cursor: pointer;
	transition: color 0.5 ease;
}
#header a {
	color: #FFF;
	transition: color 0.5s ease;
}
.home #header a, #header .primary a, .home #header .search-button {
	color: #53535c;
}
#header a:hover, #header .open-menu:hover, #header .search-button:hover {
	color: #2d96d3;
}
#site-search {
	display: none;
	position: fixed;
	top: 75px;
	z-index: 999999;
	width: 100%;
	background: #2d96d3;
}
body.admin-bar #site-search {
	top: 107px;
}
#site-search.disabled {
	z-index: 998;
}
#site-search form {
	padding: 100px 20% 250px 20%;
	text-align: center;
}
#site-search form input[type=text] {
	width: 80%;
	max-width: 550px;
	padding: 10px 0px;
	margin-right: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #FFF;
	background: none;
	font-weight: bold;
	font-size: 25px;
	color: #FFF;
}
#site-search form input[type=text]::-webkit-input-placeholder {
	color: #FFF;
}
#site-search form input[type=text]::-moz-placeholder {
	color: #FFF;
}
#site-search form input[type=text]:-ms-input-placeholder {
	color: #FFF;
}
#site-search form input[type=text]:-moz-placeholder {
	color: #FFF;
}
#site-search form input[type=submit], .gform_wrapper input[type=submit], .gform_wrapper input[type=button] {
	position: relative;
	*display: inline;
	clear: both;
	vertical-align: middle;
	display: inline-block !important;
	width: auto !important;
	padding: 8px 15px !important;
	margin-top: 15px;
	border: none;
	border-radius: 10px !important;
	background: #FFF !important;
	box-shadow: none;
	*zoom: 1;
	font-family: pragmatica, sans-serif;
	font-weight: 900 !important;
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
	cursor: pointer;
  	*margin-left: .3em;
  	text-shadow: none;
	color: #2d96d3 !important;
	transition: all 1s ease;
}
#site-search form input[type=submit]:hover, .gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=button]:hover {
	background: #53535c !important;
}
.home .post, body.admin-bar.home .post  { 
	padding-top: 75px;
}
.post {
	padding-top: 224px;
}
body.admin-bar .post {
	padding-top: 256px;
}
.subcontainer {
	padding-top: 250px;
	max-width: 1400px;
	margin: 0px auto;
}
.search .subcontainer {
	max-width: 800px;
	min-height: 250px;
	margin: 0px auto 50px auto;
}
.subcontainer .post, .subcontainer .type-tribe_events {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0px 1.5% 60px 1.5%;
	padding: 0px 0px 20px 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background: #eaeaeb;
}
.subcontainer .type-tribe_events {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	background: #FFF;
}
.list-view .subcontainer .post {
	display: block;
	width: auto;
	background: none;
	margin: 0px 2.5% 40px 2.5%;
}
.subcontainer .post img, .subcontainer .type-tribe_events img {
	max-width: 100%;
	height: auto;
	transition: all 0.5s ease;
}
.subcontainer .post img:hover, .subcontainer .type-tribe_events img:hover {
	-webkit-filter: sepia(0.45);
	filter: sepia(0.45);
}
.subcontainer .post .details, .subcontainer .type-tribe_events .details {
	padding: 15px 30px;
	font-weight: bold;
}
.subcontainer .type-tribe_events .details {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background: #df7320;
	color: #FFF;
}
.subcontainer .post .details h4 {
	padding-bottom: 5px !important;
}
.subcontainer .post .details a, .subcontainer .type-tribe_events h4.tribe-events-list-event-title a {
	color: #53535c !important;
	transition: color 0.5s ease !important;
}
.subcontainer .type-tribe_events h4.tribe-events-list-event-title {
	padding: 15px 30px;
}
.subcontainer .type-tribe_events .tribe-events-event-cost {
	padding: 0px 30px;
}
.tribe-js .tribe-events-ical {
	display: none;
}
#tribe-events-footer .tribe-events-sub-nav {
	padding: 0px 1.5% 35px 1.5%;
	text-align: left !important;
	font-weight: bold;
}
.tribe-events-nav-next {
	float: right;
}
.subcontainer .post .details .author {
	font-weight: normal;
}
.navigation {
	margin: 0px 1.5% 40px;
}
.search .subcontainer .navigation {
	margin: 40px 0px;
}
.navigation ul {
	margin: 0px;
}
.navigation ul li {
	display: inline;
    font-size: 16px;
    font-weight: bold;
}
.navigation a, .navigation li a, .navigation li a:hover, .navigation li.active a,.navigation li.disabled {
	text-decoration:none;
	color: #53535c;
	transition: all 0.5s ease;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	padding: 0px 5px;
	cursor: pointer;
	border: none;
	box-shadow: none !important;
}
.navigation li.active a, .navigation li a:hover {
	color: #b2b2b2;
}
.pagetitle {
	position: fixed;
	z-index: 9999;
	top: 75px;
	left: 0px;
	width: 95%;
	padding: 40px 2.5% 60px;
	border-bottom: 15px solid #FFF;
	background: #2d96d3;
	text-align: center;
	color: #FFF;
	line-height: 1.1;
}
body.admin-bar .pagetitle {
	top: 107px;
}
.pagetitle.disabled {
	z-index: 99;
}
#section-menu {
	position: absolute;
	z-index: 999;
	bottom: 0px;
	left: 2.5%;
	text-align: left;
}
.page-id-9 #section-menu, .parent-pageid-9 #section-menu {
	display: none;
}
#section-menu li.parent {
	list-style: none;
	padding: 12px 25px 6px;
	background: #FFF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 900;
	color: grey;
	cursor: pointer;
}
#section-menu li.parent:before {
	position: relative;
	top: -3px;
	margin-right: 10px;
	font-size: 16px;
}
#section-menu ul.subnav {
	display: none;
	position: absolute;
	min-width: 350px;
	padding: 50px 30px;
	background: #FFF;
	-webkit-box-shadow: 8px 10px 19px -9px rgba(0,0,0,0.26);
	-moz-box-shadow: 8px 10px 19px -9px rgba(0,0,0,0.26);
	box-shadow: 8px 10px 19px -9px rgba(0,0,0,0.26);
}
#section-menu ul.subnav li {
	list-style: none;
	margin-bottom: 8px;
}
#section-menu ul.subnav a {
	color: #53535c;
}
#section-menu ul.subnav a:hover, #section-menu ul.subnav li.current_page_item a, #section-menu ul.subnav li.current_page_parent a, .tribe-js .cal #section-menu ul.subnav li a {
	color: #2d96d3;
}
#section-menu ul.subnav li.current_page_item a, #section-menu ul.subnav li.current_page_parent a, .tribe-js .cal #section-menu ul.subnav li a {
	font-weight: bold;
}
.tribe-js .cal #section-menu ul.subnav li.current_page_parent a {
	font-weight: normal;
	color: #53535c; 
}
.events-list #tribe-events-pg-template {
	background: #eaeaeb;
}
.tribe-events-list-separator-month {
	margin-bottom: 30px;
	font-family: aria-text-g2, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 38px;
    text-align: center;
}
.tribe-events-single {
	padding-bottom: 40px;
	background: #eaeaeb;
}
.single-post .image, .tribe-events-single .image {
	position: fixed;
	z-index: 1;
	width: 100%;
	left:0;
	right:0;
}
.single-post .image img { /* moved .tribe-events-single .image img below */
	display: block;
	width: 100%;
	height: auto;
}
.tribe-events-single .image img { /* added 7-28-25 */
	display: block;
    width: 70%; 
    height: auto;
    margin: 0 auto;
}
.single-post .entry { /* moved .tribe-events-single .entry */
	position: relative;
	z-index: 2;
	max-width: 850px;
	margin: 35% auto 10px auto;
	border-radius: 50px;
	padding: 40px 80px;
	background: #FFF;
}
.tribe-events-single .entry { /* added 7-28-25 */
	position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 31% auto 10px auto;
    border-radius: 50px;
    padding: 40px 80px;
    background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
.single-post .entry.no-image, .tribe-events-single .entry.no-image {
	margin-top: 50px;
}
.breadcrumbs {
	position: relative;
	z-index: 10;
	margin: 20px 0px 0px 2.5%;
	font-size: 16px;
}
#sort {
	margin: 20px 2% 45px 2%;
	padding: 10px;
	border-top: 1px solid #53535c;
	border-bottom: 1px solid #53535c;
	font-family: pragmatica, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
#sort .option {
	float: left;
	min-width: 200px;
	margin-right: 40px;
}
#sort .option.cal {
	float: none;
	width: auto;
	margin-right: 0px;
}
#sort .option span {
	cursor: pointer;
}
#sort .option span:hover { /* #sort .option span.active */
	color: #b2b2b2;
}
#sort .list {
	display: none;
	margin-top: 11px;
	padding: 10px 0px;
	text-transform: none;
	font-weight: normal;
}
#sort .list li {
	list-style: none;
	margin-bottom: 10px;
	font-weight: bold;
}
#sort .option.cal li {
	float: left;
	margin-right: 20px;
}
#sort .list li a {
	color: #53535c;
}
#sort .list li a:hover {
	color: #2d96d3;
}
#sort .list li.is-checked, #sort .list li.button span:hover {
	color: #2d96d3;
}
#sort .options {
	float: right;
	text-transform: none;
}
.entry a { 
	font-weight: bold !important;
	color: #2d96d3;
}
.entry a:hover {
	color: #000 !important;
}
.meta { 
	margin-bottom: 60px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
.meta span {
	display: block;
	margin-bottom: 5px;
}
.single-tribe_events .meta p {
	padding-bottom: 5px;
}
.single-tribe_events .meta span {
	display: inline-block;
}
.meta span.small {
	font-size: 18px;
	font-weight: normal;
}
.share {
	max-width: 60%;
	padding: 5px 20px 0px 20px;
	margin: 20px auto 0px auto;
	border-top: 1px solid #53535c;
	border-bottom: 1px solid #53535c;
}
.single-post .share {
	max-width: 240px;
}
.share .tribe-events-cal-links {
	float: left;
	margin: 0px !important;
}
.share .tribe-events-cal-links a {
	font-weight: normal !important;
	font-size: 16px !important;
	line-height: 36px !important;
	text-transform: uppercase;
	color: #53535c !important;
}
.share .addthis_inline_share_toolbox {
	float: right;
	clear: none !important;
}
.share span.add {
	float: right;
	margin-right: 20px;
	font-size: 16px !important;
	line-height: 36px !important;
	font-weight: normal !important;
	text-transform: uppercase;
}
.cat {
	margin-bottom: 40px !important;
	text-align: center;
}
.cat a {
	font-weight: 900 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
	color: #53535c !important;
	transition: color 0.5s ease;
}
.cat a:hover {
	color: #d17837 !important;
}
.feature.worship .heading {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 80px;
	height: 370px;
	padding: 120px 30px !important;
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.feature.worship .heading h3 {
	padding-bottom: 0px !important;
	color: #FFF !important;
	transform: rotate(90deg);
}
.feature.upcoming {
	min-height: 500px;
}
.feature.upcoming .heading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 450px;
	padding: 0px 30px !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
.feature.upcoming .heading h3 {
	position: absolute;
	top: 100px;
	left: -210px;
	width: 500px;
	padding-bottom: 0px !important;
	color: #FFF !important;
	transform: rotate(-90deg);
}
.feature.upcoming .info, .feature.upcoming .image {
	float: left;
	width: 50%;
}
.feature.upcoming .info .inner {
	max-width: 750px !important;
	margin: 0px auto !important;
	padding: 50px 50px 50px 140px !important;
	text-align: center !important;
}
.feature.upcoming .info p {
	margin: 30px 0px !important;
}
.feature.upcoming .image {
	height: 500px;
	border-top-left-radius: 20px !important;
}
.feature.news .slide {
	text-align: center !important;
	color: #FFF !important;
}
.feature.news .slide .inner {
	max-width: 750px;
	margin: 0px auto !important;
	padding: 25px 0px !important;
}
.feature.news .slide p {
	margin-bottom: 40px !important;
}
.feature.news .slide .meta {
	margin-bottom: 25px !important;
	font-size: 18px !important;
}
.feature.news .slide .cat a {
	color: #FFF !important;
}
.feature.news .slide a:hover {
	color: #53535c !important;
}
.feature a.button {
	padding: 8px 25px !important;
	border-radius: 10px !important;
	background: #FFF !important;
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
	font-size: 15px !important;
	color: #53535c!important;
	transition: all 0.5s ease !important;
}
.feature.upcoming a.button {
	border: 2px solid #eaeaeb !important;
}
.feature a.button:hover, .feature.news a.button:hover {
	background: #53535c!important;
	color: #FFF !important;
}
.bx-controls a {
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -20px !important;
	color: #FFF !important;
}
.bx-controls a:before {
	font-size: 40px !important;
}
.bx-controls a.bx-next {
	right: 10px;
}
.bx-controls a.bx-prev {
	left: 10px;
}
.home-slideshow .et-pb-controllers {
	top: 50% !important;
	bottom: auto !important;
	left: auto !important;
	right: -10px !important;
	width: auto !important;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);	
	transform: rotate(90deg);
}
.home-slideshow .et-pb-controllers a {
	width: 16px !important;
	height: 16px !important;
	-moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    border: 1px solid #FFF !important;
    background: none !important;
    opacity: 1 !important;
}
.home-slideshow .et-pb-controllers a.et-pb-active-control {
	background-color: #2d96d3!important;
}
.et-db #et-boc .et_pb_module #hebcal h3, #hebcal .copyright, .hebcal-container h3 {
	display: none !important;
}
#hebcal ul {
	margin-left: 0px !important;
}
#hebcal ul li {
	list-style: none !important;
}
.et_pb_section.opening {
	background-size: 56% !important;
}
.et_pb_toggle {
	margin-bottom: 10px !important;
	padding: 0px !important;
}
.et-db #et-boc .et_pb_accordion h5.et_pb_toggle_title:hover {
	color: #2d96d3 !important;
}
h5.et_pb_toggle_title {
	padding-left: 20px !important;
	font-family: pragmatica,sans-serif;
}
h5.et_pb_toggle_title:after {
	position: absolute;
	top: -1px;
	left: 0px;
	font-size: 10px !important;
}
h5.et_pb_toggle_title:before {
	display: none;
}
.et_pb_button {
	text-transform: uppercase !important;
	letter-spacing: 0.2em !important;
}
.circles .et_pb_image_wrap {
	width: 100% !important;
	height: 100% !important;
}
.home.et-db #et-boc .et-l .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title a.link_sizer {
	font-size: 66px !important;
}
#footer { 
	position: relative;
	z-index: 3;
	background: #FFF;
	font-size: 18px;
	line-height: 23px;
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.30);
    box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.30);
}
#footer .inner {
	margin: 0px auto;
	padding: 35px 2.5%;
}
#footer .third {
	float: left;
	width: 22%;
}
#footer .third.middle {
	width: 56%;
	padding-top: 25px;
	text-align: center;
}
#footer .third.middle .inner {
	max-width: 600px;
	margin: 0px auto;
	padding: 0px;
}
#footer .third.last {
	text-align: right;
}
#footer img.logo {
	max-width: 200px;
	height: auto;
	margin-bottom: 15px;
}
#footer .lower {
	padding: 10px 2.5% 20px;
	background: #53535c;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
}
#footer .lower span {
	display: inline-block;
	padding: 0px 20px;
}
#footer .lower a {
	color: #FFF;
}
#footer .lower a:hover {
	color: #2d96d3 !important;
}
#footer li {
	list-style: none;
	margin-bottom: 5px;
}
#footer li a, #footer a {
	color: #53535c;
}
#footer li a:hover, #footer a:hover {
	color: #2d96d3;
}
/* Footer social icons resize and center - START */
#footer .social {
	padding-top: 12px;
	display: flex;
  	justify-content: center;
  	gap: 28px;
}
#footer .social a {
	/*padding-right: 10px;
	color: #ffffff;*/
	transform: scale(1.5);
	display: inline-block;
}
/*#footer .social a:hover {
	color: #53535c;
}*/
/* Footer social icons resize and center - END */
/* Footer social Title - START */
.footer-social-title {
	color: #2d96d3;
	font-family: 'PT Serif',serif;
}
/* Footer social Title - END */
/* Footer icon circle and color change - START */
#footer .flaticon {
	padding: 12px 12px 10px 12px;
	border-radius: 100%;
}
#footer .flaticon-facebook {
	background: #1877F2;
}
#footer .flaticon-instagram {
	background: #E4405F;
}
/* Footer icon circle and color change - END */
.grecaptcha-badge { /* Constant Contact Captcha Badge */
	display: none;
}
/* Gravity Forms Customization */
.gform_confirmation_wrapper {
	padding-top: 25px !important;
}
.gform_anchor::before {
    content: "";
    display: block;
    width: 0;
    height: 150px;
    margin: -170px 0 0;
}
body .gform_wrapper ul li.gfield {
	padding-bottom: 16px !important;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	 border: 1px solid #53535c !important;
	 background: #FFF !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: calc(50% - 8px) !important;
}
.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input {
    width: calc(3rem + 8px) !important;
}
.gform_wrapper .gfield_date_year input {
    width: 4rem !important;
}
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	width: 100% !important;
}
/*.gform_wrapper select {
	background: none !important;
}*/
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: 14px;
}
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	margin: 0px !important;
	padding: 0px !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	margin-left: 1px !important;
}
.gform_wrapper ul.gfield_checkbox li label {
	margin-left: 7px !important;
}
.gform_wrapper input[type=submit], .gform_wrapper input[type=button] {
	width: auto !important;
	border: none !important;
	background: #53535c !important;
	color: #FFF !important;
}
.gform_wrapper input#gf_coupon_button {
	margin-left: 8px !important;
}
.gform_wrapper input[type=submit]:hover {
	background: #2d96d3 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255,223,224,.25) !important;
	border-top: none !important;
	border-bottom: none !important;
}
.gform_wrapper .top_label .gsection_description {
	margin-top: 10px !important;
}
.gform_wrapper .gform_footer {
	padding: 0px !important;
	margin: 0px !important;
}
/* Flaticon Web Icons */
@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff2") format("woff2"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
  	font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after, h5.et_pb_toggle_title:after, .bx-controls a:before {   
	font-family: Flaticon;
    font-size: 20px;
	font-style: normal;
}
.flaticon-menu:before { content: "\f100"; }
.flaticon-close:before, .open-menu.active.flaticon-menu:before, .search-button.active.flaticon-search:before { content: "\f101"; }
.flaticon-search:before { content: "\f102"; }
.flaticon-facebook:before { content: "\f103"; }
.flaticon-twitter:before { content: "\f104"; }
.flaticon-instagram:before { content: "\f105"; }
.flaticon-plus:before, h5.et_pb_toggle_title:after { content: "\f106"; }
.flaticon-minus:before, #section-menu li.parent.active:before { content: "\f107"; }
.flaticon-next:before, .bx-controls a.bx-next:before { content: "\f108"; }
.flaticon-previous:before, .bx-controls a.bx-prev:before { content: "\f109"; }
/* Responsive Styles */
@media screen and (max-width: 1250px) {
	.feature.upcoming .info {
		width: 60%;
	}
	.feature.upcoming .image {
		width: 40%;
	}
}
@media screen and (max-width: 1150px) {
	.et-db #et-boc .et_pb_row.circles .et_pb_column, .et-db #et-boc .et_pb_row.circles .et_pb_column:last-child, .et-db #et-boc .et_pb_row.circles .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row.circles .et_pb_column:last-child {
		float: none !important;
		width: 100% !important;
		max-width: 400px !important;
		margin: 0px auto 25px auto !important;
	}
	#site-search form {
		padding: 100px 10% 250px 10%;
	}
	.feature.worship .et_pb_column:first-child {
		width: 40% !important;
	}
	.feature.worship .et_pb_column:last-child {
		padding-right: 0px !important;
	}
	.feature.worship .et_pb_column:first-child .et_pb_text {
		width: 100% !important;
	}
	.feature.upcoming .info {
		width: 100%;
	}
	.feature.upcoming .info .inner {
		padding: 50px 2.5% !important;
	}
	.feature.upcoming .image {
		display: none;
	}
}
@media screen and (max-width: 1080px) {
	.subcontainer .post, .subcontainer .type-tribe_events {
		width: 42%;
		margin: 0px 3.5% 60px 3.5%;
	}
	/* Single Event fixes for small laptops - START - added 8-1-25 */
	.tribe-events-single .image img {
		display: block;
		width: 55%; 
		height: auto;
		margin: 0 auto 40px;
	}
	.tribe-events-single .entry {
		margin: 45% auto 10px auto;
	}
	/* Single Event fixes for small laptops - END */
	.single-post .image, .tribe-events-single .image {
		position: relative;
	}
	.single-post .entry, .tribe-events-single .entry {
		max-width: 100%;
		margin-top: -25px;
		border-radius: 25px;
	}
	.single-post .entry.no-image, .tribe-events-single .entry.no-image {
		margin-top: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	#footer .third, #footer .third.middle, #footer .third.last {
		float: none;
		width: auto;
		text-align: center;
	}
	#footer .social { /* Footer social icons fix */
	padding-bottom: 25px;
	}
}
@media screen and (max-width: 981px) { /* Divi */	
	#header .open-menu span {
		display: none;
	}
	#header .primary {
		display: block;
		position: relative;
		top: auto;
		padding: 35px;
	}
	#header .secondary {
		display: none;
	}
	#header .container .secondary {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		padding: 35px;
		margin-right: 0px;
		background: #2d96d3;
		text-align: left;
	}
	#header .secondary li {
		display: block;
		margin: 0px 0px 20px 0px;
	}
	#header .secondary li a {
		color: #FFF;
	}
	#site-search form {
		padding: 50px 5%;
	}
	#sort .option {
		float: none;
		margin: 8px 0px;
	}
	#sort .option.cal li {
		float: none;
		margin-right: 0px;
	}
	.single-post .entry, .tribe-events-single .entry {
		max-width: 100%;
		padding: 30px 3%;
	}
	.feature.news .slide .inner {
		padding: 25px 50px !important;
	}
	.bx-controls a:before {
		font-size: 25px !important;
	}
	.search .subcontainer {
		margin: 0px 2.5%;
	}
	.feature.worship .et_pb_column:first-child {
		width: 100% !important;
	}
	.feature .heading {
		display: none;
	}
	.feature.upcoming {
		min-height: 100px;
	}
	.home.et-db #et-boc .et-l .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title a.link_sizer {
		font-size: 46px !important;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 17px;
		line-height: 22px;
	}
	h1, .pagetitle span.title { 
		font-size: 33px;
	}
	h2, h1.single-title { 
		font-size: 24px;
	}
	h3, h4 { 	
		font-size: 18px !important;
	}
	.meta {
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 20px;
	}
	#header {
		height: 45px;
		text-align: center;
	}
	#header .open-menu {
		top: 20px;
		left: 20px;
	}
	#header .close-menu {
		top: 0px;
		left: 20px;
		width: 100%;
		padding: 20px 0px 17px 55px;
		background: #53535c;
		text-align: left;
	}
	.home #header .close-menu {
		background: #FFF;
	}
	#header .close-menu:before {
		top: 20px;
	}
	#header .search-button {
		top: 20px;
		right: 20px;
	}
	#header .primary, #header .container .secondary {
		padding: 35px 25px;
	}
	#header .logo {
		max-width: 250px;
		margin: 8px auto 0px auto;
	}
	#header .logo.icon {
		margin-top: 0px;
	}
	#header .primary {
		margin-top: 65px;
	}
	#site-search {
		top: 65px;
	}
	#site-search form {
		text-align: left;
	}
	#site-search form input[type=text] {
		width: 100%;
		font-size: 18px;
	}
	.post, .search .subcontainer {
		padding-top: 190px;
	}
	.pagetitle {
		top: 65px;
		padding: 30px 2.5%;
		border-bottom-width: 8px;
	}
	.pagetitle span.title {
		display: block;
	}
	#section-menu {
		position: relative;
		top: 30px;
		left: auto;
		display: inline-block;
		margin: 0px auto;
	}
	#section-menu li.parent {
		letter-spacing: 0.1em;
	}
	#section-menu li.parent:before {
		font-size: 10px;
	}
	#section-menu ul.subnav {
		position: fixed;
		left: 0px;
		width: 90%;
		padding: 25px 5%;
	}
	.home .post {
		padding-top: 65px;
	}
	.subcontainer .post, .subcontainer .type-tribe_events {
		display: block;
		width: 95%;
		max-width: 500px;
		margin: 0px auto 45px auto;
	}
	.share {
		max-width: 100%; 
	}
	.home.et-db #et-boc .et-l .et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title a.link_sizer {
		font-size: 34px !important;
		letter-spacing: 5px !important;
	}
	/* Event Image Adjusted - START - added 7-28-25 */
	.tribe-events-single .image img {
		display: block;
    	width: 100%; 
    	height: auto;
	}
	/* Event Image Adjusted - END */
}
@media screen and (max-width: 651px) { 
	.home-slideshow .et_pb_slide_description {
		padding: 40% 10px 50px 10px !important;
	}
	.home-slideshow .et-pb-controllers {
		top: auto !important;
		bottom: 10px !important;
		right: auto !important;
		width: 100% !important;
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.home-slideshow .et-pb-controllers a {
		width: 10px !important;
		height: 10px !important;
		-moz-border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		border-radius: 5px !important;
	}
	.alignleft, .alignright {
		float: none;
		display: block;
		margin: 0px 0px 20px 0px;
	}
}
@media screen and (max-width: 500px) { 
	#header .open-menu {
		left: 15px;
	}
	/*#header .logo {
		margin-left: 60px;
	}*/
	#header .primary {
		min-width: 100px;
	}
	.share .tribe-events-cal-links {
		display: block !important;
		float: none;
		margin: 0px auto 0px !important;
	}
}
@media screen and (max-width: 350px) { 
	.home #header .logo {
		max-width: 200px;
	}
}

/* OVERRIDES - BAYARD AD */
/* Main nav */
#header .primary .sub-menu {
	padding: 10px !important;
}

/* Video Player */
.cbc-yt-playlist.default {
	margin: 0 auto !important;
	padding: 0 15px 100px 15px !important;
}

.cbc-player {
	position: sticky !important;
	top: 200px !important;
	margin-bottom: 40px !important;
}

.cbc-playlist {
	height: auto !important;
}

.cbc-yt-playlist.default .cbc-playlist .cbc-playlist-item {
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
	font-size: 15px !important;
	line-height: 1.35 !important;
}

.cbc-yt-playlist.default .cbc-playlist .cbc-playlist-item a {
	color: #53535c !important;
}

.cbc-yt-playlist.default .cbc-playlist .cbc-playlist-item a .duration {
	font-style: normal !important;
	font-size: 13px !important;
	color: #aaaaaa !important;
	display: block !important;
}

.cbc-yt-playlist.default .cbc-playlist .cbc-playlist-item a img {
	width: 95px !important;	
	margin-right: 20px !important;
}
.playlist-visibility.collapse {
	display: none !important;
}

@media screen and (min-width: 992px) { 
	.cbc-player {
		position: relative !important;
		top: 0 !important;
	}
	.cbc-yt-playlist.default {
		width: 960px !important;
	}
	.cbc-player {
		float: left !important;
		width: 60% !important;
		padding-right: 30px !important;
	}

	.cbc-playlist-wrap {
		float: right !important;
		width: 40% !important;
		border-left: 1px solid #ddd !important;
		padding-left: 30px !important;
		max-height: 640px !important;
		overflow-y: scroll !important;
	}

	.cbc-playlist {
		/* max-height: 520px; */
		padding: 0 15px 0 0 !important;
	}
	.cbc-yt-playlist.default .cbc-playlist .cbc-playlist-item:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
}

@media screen and (min-width: 1440px) { 
	.cbc-yt-playlist.default {
		width: 1200px !important;
	}

	.cbc-playlist {
		/* max-height: 520px; */
	}
}




/*@media only screen and (min-width: 981px) {
    .et-db #et-boc .et-l .et_pb_fullwidth_slider_0 {
        width: 100% !important;
    }
}*/
