/*----------------------------------------------------------------------------

 Theme Name:   HZGMC Theme
 Theme URI:    https://www.hzgmc.org
 Description:  A custom theme for Harmony-Zelienople Global Methodist Church
 Author:       Macrodo Creative
 Author URI:   https://macrodo.com
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

@import url("https://hzgmc.org/wp-content/themes/Divi/style.css");

/*--- ADDITIONAL CSS BELOW: */


/* -- Notice Section -- */

.notice-section {height: 100vh;}

/* -- End Notice Section -- */

/* -- Logo Mobile View -- */

@media only screen and (max-width: 980px) {
#logo {
    height: 100% !important;
    max-height: 100% !important;
    width: auto;
    max-width: 100% !important;
    }
}
/* -- End Logo Mobile View -- */

/* -- Scroll to Top Icon -- */
.et_pb_scroll_top.et-pb-icon {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background: #e09900b8;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
/* -- End Scroll to Top Icon -- */

/* -- Contact Form Custom -- */

.et_pb_contact p input, .et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea {
    width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #e0e0e0;
    font-size: 14px;
    -webkit-appearance: none;
}
/* -- End Contact Form Custom -- */

/*--- Block Quote Styling ---*/
blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
  border-color: #e09900;
}
/*--- End Block Quote Styling ---*/

/*--- Events Cal Color ---*/
.tribe-events-sub-nav li a {
    background: #fff;
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative;
    white-space: normal;
}

.tribe-events-calendar .tribe-events-present, .tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.tribe-events-present.mobile-active {
    background-color: #fff;
}
/*--- End Events Cal Color ---*/

/*--- Mobile Menu ---*/

.mobile_menu_bar:after {
 position: relative !important;
 bottom: 10px;
 left: 10%;
 color: #e09900;
}

.et_pb_fullwidth_menu .mobile_menu_bar:after {
 position: relative !important;
 top: 15px;
 color: #e09900;
}
/*--- End Mobile Menu ---*/

/*---  Mobile Images ---*/

@media all and (max-width: 675px) {

@media all and (max-width: 675px) {

a.alignleft {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
 }
}
	
/*---  End Mobile Images ---*/


/* --- END ADDITIONAL CSS --- */


	
}