/*
Theme Name: HSDA
Theme URI: https://hamiltonsda.org/
Version: 1.0
Description: Hamilton SDA Church
Author: Communications Department
Author URI: https://hamiltonsda.org/communications/
License: Private License
Template: Divi
*/

@import url("../Divi/style.css");




/* ====================
   GLOBAL STYLES
   ==================== */

a, button, input, div, h1, h2, h3, h4, div:hover h4, h5, h6, li, ins, del, span, p, input, textarea, img {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

input[type=submit]:hover {
	cursor: pointer;
}

small {
	font-size: 0.8em;
}

.entry-content li:not(.et_pb_portfolio_filter) {
	margin-bottom: 16px;
	line-height: 1.7em
}

.entry-content ol li:not(.et_pb_portfolio_filter) {
	padding-left: 20px;
    text-indent: -20px;
}

.entry-content ul li:not(.et_pb_portfolio_filter) {
	padding-left: 0;
    text-indent: 0;
}




/* ====================
   GENERAL STYLES
   ==================== */

.yellow {
	color: #DBB632;
}

.entry-content ul {
	line-height: 1.7;
}

.et_pb_member_position {
	font-size: 16px;
}

.beliefs-quote .et_pb_image {
	background: #2F557F;
}

.beliefs-quote .et_pb_image img {
	padding: 25px;
}

.six-beliefs .et_pb_bg_layout_light .et_pb_promo_button {
	color: #2F557F;
}

.contact-blurbs.et_pb_section {
	padding: 10px 0;
}

.contact-blurbs.et_pb_section .et_pb_main_blurb_image {
	margin-bottom: 10px;
}

.contact-blurbs.et_pb_section .et_pb_main_blurb_image span {
	font-size: 34px;
	color: rgba(255,255,255,0.5) !important;
}

.contact-blurbs.et_pb_section p,
.contact-blurbs.et_pb_section p span {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

.contact-services h2 {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}




/* ====================
   PAGE: Home
   ==================== */

.featured-slider .et_pb_slide {
	height: 680px;
}

.welcome h1 {
	font-size: 36px;
	font-weight: bold;
}

.services .et_pb_main_blurb_image {
	height: 100px;
}

.services .et_pb_main_blurb_image img {
	height: 100%;
}

.ministries-slider {
	
}




/* ====================
   PAGE: Event Calendar
   ==================== */

.event-calendar h2 {
	display: inline-block;
}

.event-calendar a {
	float: right;
	padding: 10px 15px;
	background: #DBB632;
	border: 1px solid #DBB632;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
}

.event-calendar a:hover {
	background: #FFF;
	border: 1px solid #DBB632;
	color: #DBB632;
}




/* ====================
   FOOTER STYLES
   ==================== */

#main-footer {
	border-top: 5px solid #DBB632;
}

#main-footer:hover .footer-widget {
	color: rgba(255,255,255,0.5);
}

#main-footer .footer-widget h4 {
	text-transform: uppercase;
}

#main-footer:hover .footer-widget h4 {
	color: rgba(255,255,255,1);
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget,
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget button[type=submit] {
	width: 100%;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget input,
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget textarea {
	background: rgba(255,255,255,0.1);
    border: none;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget button[type=submit] {
	background: rgba(219, 182, 50, 0.3);
	border: none;
	border-radius: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
}

.et_pb_gutters3.et_pb_footer_columns3 #main-footer:hover .footer-widget .fwidget button[type=submit] {
	background: rgba(219, 182, 50, 1);
    color: rgba(255,255,255,0.8);
}

#footer-info {
	font-size: 14px;
}