/*
Theme Name: Divi Child
Theme URI: http://elegantthemes.com
Description: Divi Child Theme
Author: Marc Eskew
Author URI: http://www.bmchs.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: divi
*/

/* Adjust size of slider on bulletin board page */
.ds-fw-slider .et_pb_slides .et_pb_container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-width: 100%;
}
.ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4%;
}

.ds-fw-slider .et_pb_slide {
    padding: 0;
    min-height: 38vh;
    height: 38vh;
}

.ds-fw-slider .et_pb_slide_description {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Adjust size of slider on bulletin board page - full content */
.bb-fw-slider .et_pb_slides .et_pb_container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
}

.bb-fw-slider .et_pb_slides .et_pb_slider_container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2%;
	max-height: 51vw;
	overflow: hidden;
}

.bb-fw-slider .et_pb_slide {
    padding: 0;
    min-height: 52.7vw;
    height: 52.7vw;
	overflow: hidden;
}

	
.bb-fw-slider .et_pb_slide_description {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Temporary No Title Bulletin Board Notice */
/* 39890 del 6/05, 39896 del 6/05, */
.et_pb_post_slide-39896 h1 a, .et_pb_post_slide-39890 h1 a  {opacity: 0.0;} 

/* Permanent No Title Bulletin Board Notice */
.et_pb_post_slide-39875 h1 a, .et_pb_post_slide-34733 h1 a, .et_pb_post_slide-36734 h1 a, .et_pb_post_slide-36764 h1 a, .et_pb_post_slide-38298 h1 a, .et_pb_post_slide-39058 h1 a {opacity: 0.0;} 

.bb-fw-slider H1 {font-size: 2.6em; line-height: 2.5em;}
.bb-fw-slider H2 {font-size: 2em; line-height: 2.0em;}
.bb-fw-slider H3 {font-size: 1.6em; line-height: 1.6em;}
.bb-fw-slider H4 {font-size: 1.3em; line-height: 1.4em; color: #FF0000;}
.bb-fw-slider H5 {font-size: 1.08em; line-height: 1.18em;}
.bb-fw-slider H6 {font-size: .9em; line-height: 1.1em;}
.bb-fw-slider ul li {line-height: 1.4em; list-style-type: none;}

/* CSS for Sign-up Sheets form style */
.sus-form label {display:block;}

/* CSS for AMR Calendar, bulletin board */

.amrcalbb { 
	font-size: 1.6em;
	line-height: 1.6em;
}

.amrcalbb {
	margin-bottom: 0px;
}

.et_pb_post.post-31418 {
	margin-bottom: 0px;
}

.odd.alt { 
	background: #dddddd;
}

.et_pb_fullwidth_header {padding: 10px;}

/* Reduce Height of Fullwidth Menu */
.fullwidth-menu li > a {
	padding-bottom: 14px;
	word-wrap: break-word;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
	padding: 13px 0 0 !important;
	line-height: 1.1em;
}

/* Fix Location of mega-menu for Reduce Height of Fullwidth Menu */
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul > li.mega-menu > ul {
	top: 42px;
}
/* adjust print darkness for info boxes */
.et-bio .et-box-content { color: #333333; }
.et-shadow .et-box-content { color: #333333; }
.et-download .et-box-content { color: #333333; }
.et-warning .et-box-content { color: #333333; }
.et-info .et-box-content { color: #333333; } 

/* standardized button size for special classes */
#buttons-130px .small-button { min-width: 130px; text-align:center; }
.buttons-130px .small-button { min-width: 130px; text-align:center; }
#buttons-175px .small-button { min-width: 175px; text-align:center; }
.buttons-175px .small-button { min-width: 175px; text-align:center; }
#buttons-300px .small-button { min-width: 300px; text-align:center; }
.buttons-300px .small-button { min-width: 300px; text-align:center; }
#big-buttons-400px .big-button { min-width: 400px; text-align:center; }
.big-buttons-400px .big-button { min-width: 400px; text-align:center; }

/* Contact Form 7 form styling */
.cf7-checkbox-block span.wpcf7-list-item  { display: block; font-size:16px;}
span.wpcf7-list-item-label {font-size:16px;}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 textarea, .wpcf7 .wpcf7-select   {
  width: 100%;
  padding: 14px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 14px;
  box-sizing: border-box;
}

.wpcf7-free-text input[type=text] {
	width: 80%;
	float: right;
}

.wpcf7 input[type=submit] {
  width: 100%;
  background-color: #000033;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7 input[type=submit]:hover {
  background-color: #a38458;
}
.wpcf7 input[type=file] {
    padding:15px 10px; 
    background:#f9f9f9;
    color:#000;
    font-size:14px;
	border: 1px solid #ccc;
    -webkit-border-radius: 14px;
    border-radius: 14px; 
}

.wpcf7 label {
   padding: 0 0 10px 0;
    font-size: 16px;
}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 textarea:focus {
   background-color:#cccccc;
}
.wpcf7 input[type=text]:active, .wpcf7 input[type=email]:active, .wpcf7 input[type=tel]:active {
   background-color:#cccccc;
}

::-webkit-input-placeholder { 
  color: navy;
  font-size:14px;
}
::-moz-placeholder {
  color: navy;
  font-size:14px;
}
:-ms-input-placeholder {
  color: navy;
  font-size:14px;
}
:-moz-placeholder { 
  color: navy;
  font-size:14px;
}

.wpcf7 .wpcf7-select {
   width:100%; 
   font-size:16px;
}

.wpcf7-not-valid, .wpcf7-not-valid .wpcf7-list-item-label {
     background-color:#ebc0c1 !important;
}

.wpcf7-validation-errors { 
	color: red; 
	background: white; 
	padding: 20px; 
	font-size:16px;
	border-radius: 14px
}

.wpcf7-response-output {
	background: #ffffff;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 14px;
	border: 1px solid #999999;
	display: inline-block;
	padding: 10px;
}

.wpcf7-not-valid-tip {
	color: #ff0000;
	font-weight: bold;
}

.wpcf7 .screen-reader-response {
	visibility: hidden;
} 

/* CF7 DB Table styling */

table.cf7-db-table-style {
    margin-top: 1em;
    border-spacing: 0;
    border: 0 solid gray;
    font-size: x-small;
	table-layout: auto;
	width: 100%;
}

br.cf7-db-table-style {
    mso-data-placement: same-cell;
}

table.cf7-db-table-style tr:hover {
	background-color: #d6f3f5;
}

table.cf7-db-table-style thead th {
    padding: 2px;
    border: 1px solid #333333;
	background: #eeeeee;
	text-align: center;
}

table.cf7-db-table-style thead th > div {
	margin: 1px;
	max-height: 100%;
}

table.cf7-db-table-style th > td {
    font-size: x-small;
	word-wrap:break-word
}

table.cf7-db-table-style tbody td {
    padding: 2px;
    border: 1px solid #333333;
    font-size: x-small;
	word-wrap:break-word;
}

table.cf7-db-table-style tbody td > div {
    max-height: 100px;
    overflow: auto;
}

/* END - Contact Form 7 styling */


/* Password Protect Page Styling */

div.et_password_protected_form {
	display: inline-block;
	text-align: center;
	background: #cccccc;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	padding: 20px;
	margin: 20px 10px;
	border: 2px solid #444444;
	border-radius: 14px
}

.et_pb_image_container img, [class*="et_pb_blog_item"] a img { width: 150px; float:left; padding-right: 5px; padding-bottom: 5px;}

@media only screen and (max-width: 782px) {
table.responsive {
margin-bottom: 0;
margin-left:auto; 
margin-right:auto;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
padding: 1px;
}
}

div.table-container {width: 97%; margin: 1%;}

#teams_table table{
	table-layout: auto;
	min-width: 180px;
	white-space: nowrap;
	font-size: .8em;
	line-height: .8em;
	text-align: left;
	border-style: 1px solid red;
}

#teams_table tr td,#teams_table tr th {
	margin: 1px;
	padding: 3px 3px;
}

.entry-content tr td,body.et-pb-preview #main-content .container tr td{padding:1px 3px; border: none;}

/* calendar css */
.summary {background-color: #dddddd; color: #003399; font-size: .9em; line-height: 1.2em; padding: 0 0 0 3px;}
.group.level0.Day {background-color: #112033; color: #ffffff; padding: 3px;}
.trigger.group.level0.Day {font-size: 1.1em;}
.location {font-size: .8em;}
.starttime {font-size: .8em;}
.endtime {font-size: .8em;}
.enddate {font-size: .8em; color: #333333;}

#events_wrap {
    height: 100%; /* maximum height of the box, feel free to change this */
	max-height: 553px;
	overflow-y: auto;
	background-color: #eeeeee;
}

/* custom bottom for day schedule on bulletin board page */
.category-day-schedule {margin-bottom: 3px;}

/* custom background color for bulletin board page */
.page-id-31094, .page-id-31806, .page-id-33806 {
	background: #112033;
	padding: 0;
	margin: 0;
}

/* for bulletin board black text, highlight text in white and shadow */
#text_outline_1px  {
  color: white;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  text-shadow: 1px 1px 1px white, 2px 2px 2px white, 3px 3px 3px white;
}

/* for bulletin board,highlight text in white and shadow */
#text_shadow_white  {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #666666;
  text-shadow: 1px 1px 1px white, 2px 2px 2px white, 3px 3px 3px white;
}

/* for bulletin board,highlight light text with dark blue and shadow */
#text_shadow_112033  {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #112033;
  text-shadow: 1px 1px 1px #112033, 2px 2px 2px #112033, 3px 3px 3px #112033;
}  

/* for bulletin board,highlight text in white - NO shadow */
#text_outline_white  {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

/* for bulletin board,highlight text in white - NO shadow */
#text_outline_dark  {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #112033;
}

/* for bulletin board slide title, highlight text in navy blue - NO shadow */
h1.et_pb_slide_title {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #112033;
}


/* fix numbered list styling, example: https://www.bmchs.com/student-life/campus-ministry/service-hour-resources/ */
.et_pb_text li ul li {margin-left: 20px;}
.et_pb_text ol li ul {padding:5px 0 5px 16px;}
.et_pb_text ol {margin-left: 10px;}

/* Volunteer Form CSS */
.sign-up-header {line-height: 1.75em;}

/* date and time picker, hide time component only by page ID */
.page-id-34993 .xdsoft_timepicker { display:none !important; }
.page-id-34999 .xdsoft_timepicker { display:none !important; }
/* .cf7_datepicker.cf7_datepicker_notime  .xdsoft_timepicker{ display:none !important; } */

/* Sign Up Sheets */
.column-details { display:none !important; }