/*
 Theme Name:     Charles Child Theme
 Theme URI:      http://leftplusright.com
 Description:    Charles Child Theme
 Author:         Left + Right
 Author URI:     http://leftplusright.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
 
@media only screen and (max-width: 980px) {
	div#homepage-slider {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}



/* Theme Styles */
sup {
    font-size: 10px;
}

#footer-widgets .footer-widget li a:hover {color: #999;}

ul.sub-menu li.menu-item a {
    font-size: 15px !important;
    text-transform: capitalize !important;
    letter-spacing: normal !important;
}


/* Visit Sliders CSS */
.visitSlide .et_pb_slide_image {
    margin-top: 0px !important;
    padding: 0px !Important;
    vertical-align: top;
}
.visitSlide .et_pb_slide {
    padding: 0px !important;
}
.visitSlide img {
    width: 100%;
    height: auto;
    max-height: initial !important;
}
.visitSlide .et_pb_container.clearfix {
    height: auto !important;
}
.visitSlide .et_pb_slide_description {
    background: #efede8;
}




/* Visit Annual Events Schedule Style */
ul.eventsSchedule {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.eventsSchedule li.month {
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 5px 0px;
    color: rgba(0,73,72,0.8);
    font-size: 17px;
}
ul.eventsSchedule li {
    margin: 10px 0px;
}

/* Historical Markers Styles */
/*.hr3 {
		clear:both;
		height: 2px;
    border: none;
    border-style: none;
    color: #d7d7d2;
    background-color: #d7d7d2;
		margin: 10px 0;
}*/
hr.hr2 {
	clear:both;
}



.databaseTable .posts-table-controls {}

.databaseTable .posts-table-controls input[type=search] {
  padding: 10px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
}

.databaseTable .posts-table-controls .posts-table-reset a {
  color: #999;
}

.databaseTable .posts-table-controls label {
  color: #999;
}

.databaseTable .posts-table-above.posts-table-controls .dataTables_length {
    float: right !important;
    display: inline;
    top: 7px;
    position: relative;
    width: 15%;
}
.databaseTable .posts-table-above.posts-table-controls .dataTables_length label {
    line-height: 12px;
}

.databaseTable .posts-table-above.posts-table-controls .dataTables_filter {
    float: left !important;
    display: inline;
    width: 80%;
    text-align: left;
}

.databaseTable .posts-table-above.posts-table-controls .dataTables_filter label {
    width: 85%;
}

.databaseTable .posts-table-above.posts-table-controls .dataTables_filter label input {
    width: 85%;
}

.databaseTable .posts-table-above.posts-table-controls .dataTables_filter .posts-table-reset {
    float: right;
    margin-left: 10px;
    top: 7px;
}


@media only screen and (max-width: 980px) {
  
  .databaseTable .posts-table-above.posts-table-controls .dataTables_length {
     float: none !important;
     margin-bottom: 20px;
     display: block;
     width: 100%;
     text-align: left;
     top: 0px;
  }
  
  .databaseTable .posts-table-above.posts-table-controls .dataTables_filter .posts-table-reset {
      float: none !important;
      margin-left: 0px;
      margin-bottom: 10px;
      top: 0px;
      text-align: left;
  }
  
  .databaseTable .posts-table-above.posts-table-controls .dataTables_filter label {
      width: 100%;
      float: none;
      margin-bottom: 10px;
  }
  
  .databaseTable .posts-table-above.posts-table-controls .dataTables_filter {
      float: left !important;
      display: inline;
      width: 100%;
      text-align: left;
      margin-left: 0px;
  }
  
  
}

.databaseTable .dataTables_info {
  color: #999;
}

.databaseTable .dataTables_paginate .paginate_button.current {
  background: #eee;
  border-radius: 0px;
  border: none;
}
.databaseTable .dataTables_paginate .paginate_button.current:hover, .databaseTable .dataTables_paginate .paginate_button:hover {
  background: #949393;
  border-radius: 0px;
  border: none;
  color: #fff;
}








.databaseTable table {
  border: none !important;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(112,106,76,0.64);
  -moz-box-shadow: 0px 0px 9px 0px rgba(112,106,76,0.64);
  box-shadow: 0px 0px 9px 0px rgba(112,106,76,0.64);
}

.databaseTable table thead tr {
  background: rgba(239, 237, 232, 0.89);
}

.databaseTable table thead th {
  color: rgb(86, 83, 79) !important;
  vertical-align: middle;
  line-height: 14px;
  border: none;
}

.databaseTable table thead th.sorting {
  background-image: none;
  position: relative;
}

.databaseTable table thead th.sorting:before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #98948f transparent;
}
.databaseTable table thead th.sorting:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 40%;
  transform: translateY(-40%);
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #98948f transparent transparent transparent;
}

.databaseTable table thead th.sorting_asc {
  background-image: none;
  position: relative;
}

.databaseTable table thead th.sorting_asc:before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #98948f transparent;
}

.databaseTable table thead th.sorting_asc:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,bcb3ad+100&0+0,0.3+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(188,179,173,0.3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(188,179,173,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(188,179,173,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dbcb3ad',GradientType=0 ); /* IE6-9 */
}



.databaseTable table thead th.sorting_desc {
  background-image: none;
  position: relative;
}

.databaseTable table thead th.sorting_desc:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bcb3ad+0,ffffff+100&0.3+0,0+100 */
  background: -moz-linear-gradient(top, rgba(188,179,173,0.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(188,179,173,0.3) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(188,179,173,0.3) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dbcb3ad', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.databaseTable table thead th.sorting_desc:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 40%;
  transform: translateY(-40%);
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #98948f transparent transparent transparent;
}



.databaseTable table tbody td {
  border: none !important;
}


.databaseTable table tbody tr:nth-child(even) {
  background: rgba(239, 237, 232, .3);
  border: none !important;
}



img.alignleft {
  margin-bottom: 10px;
}

#top-menu li li a {
    line-height: 20px;
}

.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.church h2 {
    margin-top: 30px;
}

.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.church {
    margin-bottom: 30px;
    /* padding-top: 30px; */
}

.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_left.church:after {
    content: "";
    display: table;
    clear: both;
}

.et_pb_text img, .et_pb_gallery_image img {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.43);
}

hr.hr3 {
    clear: both;
    margin-top: 40px;
}

hr.hr3:after {
content: "";
  display: table;
  clear: both;
}

/* DATABASE TABLES */

.et_pb_module.et_pb_text.et_pb_text_1.databaseTable {
	margin-top: -25px !important;
}

.posts-table-above.posts-table-controls {
    margin-bottom: 1em !important;
}



/* ================================================================
 * 2022 Site Updates and Overrides
 * ================================================================ */



/* Footer Navigation
 * ---------------------------------------------- */
ul.ftr-menu {
  list-style: none;
  padding: 0;
}
ul.ftr-menu li a {
  color: gray !important;
  margin: 5px 0;
  display: block;
}

/* Updated Main Menu Navigation
 * ---------------------------------------------- */
.et-menu .et_pb_menu__logo a {;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.et-menu .et_pb_menu__logo a:hover {
    opacity: 1;
    transform: scale(1.05);
    z-index: 9999;
}
ul#menu-top-nav {
    width: 800px;
    justify-content: space-around;
}
ul#menu-top-nav li ul.sub-menu {
    top: 140px;
}

/* Updated Homepage Slider
 * ---------------------------------------------- */
.new-customer-slider .et_pb_slide_description {
    content: "";
    height: fit-content;
    padding: 100px;
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 4px solid white;
    background: #0049488a;
}


.new-customer-slider .et_pb_slide_description .et_pb_slide_content h2 {
    font-size: 45px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* Gravity Forms - Contact Form
 * ---------------------------------------------- */
form.cc-contact-form input[type=text],
form.cc-contact-form input[type=tel],
form.cc-contact-form input[type=email],
form.cc-contact-form textarea {
    border-radius: 6px !important;
    padding: 15px !important;
}

form.cc-contact-form input[type=submit] {
    border: 0;
    background: #d69f5b;
    color: black;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 17px;
    letter-spacing: 1px;
}

/* Overrides */
p.tx3 img.imgLeft {
    padding: 0px;
    margin: 10px;
}


