/*
Theme Name: Theme for Crescent Heights Chapel
Theme URI: http://www.louisestreet.com/
Template: Divi
Author: Louise Street Marketing
Version: 1.0

*/

/*-----------------------------------------------*/
/*-----  Root Variables  -----*/
/*-----------------------------------------------*/

:root {
    /* Colour Palette */
        --blue: #8ca3d1;
        --darkgrey:#808080;
       
    /* Fonts */
        --fs-1: clamp(2rem, 5vw, 4.375rem); /*70px*/
        --fs-2: clamp(2rem, 5vw, 3.125rem);  /*50px*/
        --fs-3: clamp(1.7rem, 3vw, 2.8rem);  /*44.8px*/
        --fs-4: clamp(1.5rem, 2vw, 2.5rem);  /*40px*/
        --fs-5: clamp(1.2rem, 2vw, 2rem);  /*32px*/
        --fs-6: clamp(1rem, 2vw, 1.5rem);  /*24px*/
        --fs-b: clamp(.8rem, 1vw, 1rem);  /*16px*/
        --fs-a: clamp(.8rem, 2vw, 1.3rem);  /*16px*/
    }

#main-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap .tribe-events-venue-map {
    display: none;
}

.et-fixed-header { display:none; }

.footer-widget .et_pb_widget div .meta {
	display: none !important;
}

.page-id-9 .wpfc-sermon-description {
    display: none;
}

.page-id-9 .wpfc-sermon-footer {
    display: none;
}

.page-id-9 .wpfc-sermon>.wpfc-sermon-inner {
    border: 0px solid #ddd !important;
}

.page-id-9 .wpfc-sermon-main {
    padding-top: 15px;
	  padding-left: 0px !important;
}

.wpfc-sermon>.wpfc-sermon-inner {
    background: #fff0 !important;
    border: 1px solid #ddd;
}

#comment-wrap {
    display: none !important;
}

@media only screen and (min-width: 600px) {
.wpfc-sermon:nth-of-type(-n+3) {
	width: 30% !important;
	margin-right: 3% !important;
	float: left !important;
}
	
.wpfc-sermon:nth-of-type(n+3) {
	margin-right: 50px !important;
	width: 100% !important;
}
}

.pagination {
    clear: both;
    margin-bottom: 32px;
}

h1 {
	font-size: 100px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0px;
}

#top-header .container {
    line-height: 2em;
}

#top-header .container {
    font-size: 17px;
}

.bibleversewhite .dailyVerses.bibleVerse a {
    font-weight: bold;
    color: #fff;
}

#top-header {
    background-color: #e1531e !important;
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size:40px !important;
	}
}

h1 {
		font-size:40px !important;
	}

@media only screen and (min-width: 600px) {
.sermonhome .wpfc-sermon:nth-of-type(n+3) {
    margin-right: 0px!important;
    width: 30% !important;
}
}

h3 {
	line-height: 1.5em;
}

h2 {
	line-height: 2em;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

.wpfc-sermon-description {
    display: none !important;
}

#top-menu li a {
    font-size: 13px !important;
}

.et_header_style_split .centered-inline-logo-wrap #logo, .et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    height: auto;
    max-height: 100% !important;
}

#et-info-phone:before {
	display: none;
}

.sortSeries {
	display: none !important;
}

.et_password_protected_form h1 {
    display: none !important;
}

.page-id-23 .et_pb_section {
    padding: 0px 0 !important;
}

/*--------------------------*/
/*----- Events Calendar -----*/
/*--------------------------*/
#main-content .tribe-common .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: var(--blue);
    color: #fff;
}

#main-content .tribe-common .tribe-common-c-btn-border {
    color: var(--blue);
    border-color: var(--blue);
}

#main-content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active {
    background-color: var(--blue);
    color: #fff;
}

/*--------------------------*/
/*----- Gravity Forms -----*/
/*--------------------------*/

/*----- BUTTON -----*/
.gform_wrapper .gform_footer input[type=submit] {
    background-color:#fff;
    color: var(--blue);
    border: 2px solid var(--blue);
    padding: .3em 1em;
    font-size: 1rem;
    border-radius: 3px;
    text-transform:capitalize;
}

.gform_wrapper .gform_footer input:hover {
    opacity: 0.8;
    background-color: rgba(151, 151, 151, 0.2);
}