<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     Optimist Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    WebCrafters Customization of the Divi Theme
 Author:         Scott Olson
 Author URI:     http://www.web-crafters.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.clubbutton a {
  background: transparent;
  border: 2px #000000 solid;
  text-align: center; 
  padding: 13px 20px 13px 20px !important;
  border-radius: 40px;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.clubbutton a:hover {
  background: rgba(0,0,0,.6);
  border: 2px transparent solid;
  color: #ffffff !important;
}

.et-fixed-header #top-menu .clubbutton a:hover {
  color: #ffffff !important;
}

.maintextarea {
  background: rgba(255, 255, 255, .85);
  border-radius: 10px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.sidebararea {
  background: rgba(255, 255, 255, .85);
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 0;
}

.whitebg {
    background: rgba(255, 255, 255, .85);
}

.et_pb_slider {
  height: 475px !important;
}

.et_pb_slider .et_pb_slide {
  height: 475px !important;
}

#main-header nav#top-menu-nav {
  padding-top: 50px;
}

#main-header.et-fixed-header nav#top-menu-nav {
  padding-top: 25px;
}

#top-menu li {
  padding-right: 18px !important;
}

#et_search_icon:before {
  top: 45px;
}

.et-fixed-header #et_search_icon:before {
  top: 20px;
}

.form-allowed-tags {
  display: none;
}

p:last-of-type {
  padding-bottom: 15px;
}

#my_calendar_mini_widget-2 h4 {
  color: #0053a1;
  text-decoration: underline;
}

#my_calendar_mini_widget-2 .widgettitle a:hover {
  color: #000000;
}

#top-header, #top-header a {
  color: #ffffff !important;
}

#recent-posts-2 {
  margin-bottom: 3% !important;
}

.formwidth {
  width: 85%;
}

/* =Mobile customization starts here
------------------------------------------------------- */

@media only screen and (max-width: 479px){

}</pre></body></html>