/*
Theme Name: New Hope Community Church
Theme URI: http://www.ournewhope.org/
Description: A custom template designed by CurlyRed for the New Hope Community Church <a href="http://www.ournewhope.org/" target="_blank">ournewhope.org</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: http://www.curlyred.com/
*/

@media only screen and (min-width: 800px) {

/* Color Values

Black: #000
Dark Gray: #454545
Gray: #646464
Mid Gray: #4b4b4b
Orange: #f26f21
Purple: #7d4199
White: #fff
Yellow: #fff100

*/

/* Fonts */

@font-face {
	font-family: "Helvetica Neue";
	src: url('fonts/helveticaneue.ttf') format('truetype');
}

@font-face {
	font-family: "Helvetica Neue Bold";
	src: url('fonts/helveticaneue_bold.ttf') format('truetype');
}

@font-face {
	font-family: "Helvetica Neue Light";
	src: url('fonts/helveticaneue_light.ttf') format('truetype');
}
	
@font-face {
	font-family: "Hoefler Text Regular";
	src: url('fonts/hoeflertext_regular.otf') format('opentype');
}

@font-face {
	font-family: "Lulo Clean Bold";
	src: url('fonts/luloclean_bold.ttf') format('truetype');
}

@font-face {
	font-family: "Lulo Clean Outline Bold";
	src: url('fonts/luloclean_outlinebold.otf') format('opentype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #646464;
}

a, a:active, a:focus, a:link, a:visited, a:hover, a:visited:hover, :focus, :visited {
	outline: none;
}

html, body {
    overflow-x: hidden;
}

body { 
	font: normal 15px "Helvetica Neue", arial, sans-serif;
	line-height: 1.5em;
	color: #646464;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

br {
	margin: 0;
	padding: 0;
}

em {
	font: italic 1em "Helvetica Neue", times, serif;
}

h1 {
	font: normal 2.25em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    color: #7d4199;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font: normal 2em "Hoefler Text Regular", times, serif;
	text-transform: lowercase;
    color: #7d4199;
	margin: 0 0 20px 0;
	padding: 0;
}

h3 {
	font: normal 1.5em "Hoefler Text Regular", times, serif;
	text-transform: lowercase;
    color: #646464;
	margin: 0 0 10px 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px dotted #7d4199;
	height: 2px;
	margin: 40px 0;
	padding: 0;
}

img {
	display: block;
	border: none;
	outline: none;
}

li {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

ol {
	margin: 20px 0;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

strong {
	font: normal 1em "Helvetica Neue Bold", times, serif;
}
	
ul {
	list-style-type: disc;
	margin: 20px 0;
	padding: 0;
}
	
/* Specific Elements */

#body_container {
	width: 100%;
    min-height: calc(100vh - 132px);
	margin: 0;
	padding: 0;
	text-align: left;
}

#cover {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}

#curlyred {
	text-transform: lowercase; 
}

/*#curlyred {
    height: 22px;
    margin: 0 0 0 5px;
    padding: 0;
    display: inline-block;
    opacity: 1;
    transition: all .25s ease-in-out;
}

#curlyred:hover {
    opacity: .65;
    cursor: pointer;
}

#curlyred img {
    width: auto;
    height: 100%;
    max-height: 20px;
    margin: 0;
    padding: 0;
}*/

#f_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
    text-align: center;
}

#f_left {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
}

#f_logo {
    width: 200px;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: all .25s ease-in-out;
}

#f_logo:hover {
    opacity: .75;
    cursor: pointer;
}

#f_logo img {
    width: auto;
    height: 100%;
    max-height: 50px;
    margin: 0;
    padding: 0;
}

#f_right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    margin: 0;
    padding: 0;
    text-align: right;
}

#footer {
	width: 90%;
	height: 50px;
    margin: 0;
	padding: 40px 5%;
	position: relative;
    font: normal .875em "Helvetica Neue", arial, sans-serif;
    letter-spacing: .0625em;
    color: #fff;
    background: #4b4b4b url(images/nh_pattern.svg) repeat-x center center;
    background-size: 175px 215px;
    border-top: 2px solid #fff;
}

#footer a:link, #footer a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
    color: #fff;
}

#footer a:hover, #footer a:visited:hover {
	color: #f26f21;
}

#footer_inner {
    width: 100%;
    max-width: 1100px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#h_left {
	width: 25%;
    max-width: 285px;
    position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
}

#h_logo {
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: all .25s ease-in-out;
}

#h_logo:hover {
    opacity: .75;
    cursor: pointer;
}

#h_logo img {
    width: auto;
    height: 100%;
    max-height: 20px;
    margin: 0;
    padding: 0;
}

#h_right {
	width: 64%;
    max-width: 700px;
    position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

#header {
    width: 90%;
    height: 20px;
    position: fixed;
    top: 0;
    margin: 0 auto;
    padding: 40px 5%;
    z-index: 5;
    transition: all .25s ease-in-out;
}

#header.sticky {
	padding: 20px 5%;
    background: #4b4b4b url(images/nh_pattern.svg) repeat-x;
    background-size: 175px 215px;
    border-bottom: 2px solid #fff;
}

#header_inner {
    width: 100%;
    max-width: 1100px;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_about {
    width: 90%;
    height: 170px;
    margin: 0 auto;
    padding: 40px 5%;
}

#home_about_bar {
    height: 170px;
    border-left: 1px solid #7d4199;
    position: absolute;
    top: 0;
    left: 33%;
}

#home_about_inner {
    width: 100%;
    height: 170px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_about_logo {
    width: 25%;
    max-width: 280px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#home_about_logo img {
    width: 100%;
    height: auto;
    max-width: 280px;
    margin: 0;
    padding: 0;
}

#home_about_text {
    width: 60%;
    max-width: 670px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#home_about_text p {
    margin: 0;
    padding: 0;
}

#home_buttons {
    margin: 0 auto;
    padding: 50px 0 0 0;
    display: flex;
    /*justify-content: space-between;*/
	justify-content: center;
	gap: 50px;
}

#home_connect {
    width: 90%;
    margin: 0;
    padding: 40px 5%;
}

#home_connect_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_intro {
	width: auto;
	height: 100vh !important;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

#home_sermon {
    width: 100%;
    margin: 0;
    padding: 0;
}

#home_sermon_image {
    width: 100%;
    margin: 0;
    padding: 0;
}

#home_sermon_image img {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0;
    padding: 0;
}

#home_sermon_top {
    width: 90%;
    height: 100px;
    margin: 0;
    padding: 0 5%;
    background-color: #7d4199;
    position: relative;
}

#home_sermon_text {
    width: 100%;
    max-width: 1100px;
    font: normal 2.25em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#home_slider_text {
	width: 100%;
	max-width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
    transform: translate(-50%,-50%);
}

#home_slider_text h1 {
	font: normal 3.5em "Hoefler Text Regular", times, serif;
	text-transform: lowercase;
    text-align: center;
    letter-spacing: .25em;
    color: #fff;
	margin: 0;
	padding: 0;
}

#home_slider_text h2 {
	font: normal 3.75em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 0;
	padding: 0;
}

#home_slides {
	width: auto;
	height: 100vh !important;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

#home_slides img {
	width: auto;
	height: 100%;
	max-height: 1080px;
}

#home_slides li {
	height: 100vh !important;
	margin: 0;
	padding: 0;
	position: relative;
	background: #000 no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}
	
#home_slides ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main {
	width: 90%;
	margin: 0;
	padding: 40px 5%;
	position: relative;
}

#main p:last-child {
    margin: 0;
    padding: 0;
}

#main_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#main_top {
    width: 100%;
    height: 400px;
	margin: 0;
    padding: 0;
    background-position: center center;
	background-size: cover;
	position: relative;
}

/*#main_top {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#main_top img {
    width: 100%;
    height: auto;
    min-width: 1000px;
    min-height: 200px;
    margin: 0;
    padding: 0;
}*/

#menu {
	cursor: pointer;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#menu ul li {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

#menu ul li a {
	font: normal .75em "Helvetica Neue", arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1875em;
    color: #fff;
	margin: 0;
	padding: 0;
    transition: all .25s ease-in-out;
}
	
#menu ul li a:hover {
	text-decoration: none;
    color: #f26f21;
    cursor: pointer;
}

#menu ul li > ul {
	/*display: none;*/
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 63px;
    margin: 0 0 0 -20px;
    padding: 20px;
    background-color: rgba(125,65,153,.85);
    transition: all .25s ease-in-out;
}

#menu ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 63px;
}

#menu ul li > ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

#menu ul li > ul li:last-child {
	margin: 0;
	padding: 0;
}

#menu_container {
	width: 100%;
    max-width: 700px;
	margin: 0;
	padding: 0;
    position: relative;
}

#mobile_menu_container {
	display: none;
}

#past_series {
    width: 90%;
    margin: 0;
    padding: 80px 5% 60px 5%;
    background-color: #7d4199;
}

#past_series h1 {
	font: normal 2.25em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 0 0 20px 0;
	padding: 0;
}

#past_series_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

#series_details {
    margin: 0;
    padding: 20px 0 40px 0;
}

#series_text {
    width: 75%;
    max-width: 800px;
    font: normal 1em "Helvetica Neue", arial, sans-serif;
	line-height: 1.5em;
    text-align: center;
	color: #646464;
    margin: 0 auto 20px auto;
    padding: 0;
}

#series_thumb_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#series_title {
    font: normal 2.25em "Hoefler Text Regular", times, serif;
	text-transform: lowercase;
    text-align: center;
	color: #4b4b4b;
    margin: 20px 0;
    padding: 0;
}

#social_container {
    height: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
}

#video {
    width: 100%;
	max-width: 600px;
	margin: 0 40px 20px 0;
	padding: 0;
	position: relative;
	float: left;
}

#video iframe {
	border: 1px solid #7d4199;
	box-sizing: border-box;
}

/* Classes */

.blog {
    width: 100%;
    max-width: 1100px;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    position: relative;
    border-bottom: 1px solid #7d4199;
    display: flex;
    justify-content: space-between;
}

.blog:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.blog_date {
    font: normal .9em "Helvetica Neue", arial, sans-serif;
    color: #646464;
    margin: 0 0 20px 0;
    padding: 0;
}

.blog_date_single {
    font: normal .9em "Helvetica Neue", arial, sans-serif;
    color: #646464;
    margin: 0;
    padding: 0;
}

.blog_excerpt {
    margin: 0 0 20px 0;
    padding: 0;
}

.blog_image {
    width: 100%;
    max-width: 300px;
    margin: 0 40px 0 0;
    padding: 0;
    border: 1px solid #7d4199;;
    box-sizing: border-box;
}

.blog_image img {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0;
    padding: 0;
}

.blog_image_single {
    max-width: 500px;
    margin: 0 40px 20px 0;
    padding: 0;
    border: 1px solid #7d4199;;
    box-sizing: border-box;
    float: left;
}

.blog_image_single img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0;
    padding: 0;
}

.blog_page_nav {
    font: normal .75em "Helvetica Neue", arial, sans-serif;
    color: #7d4199;
}

.blog_tags {
	font: normal .75em "Helvetica Neue", arial, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}

.blog_tags a:link,
.blog_tags a:visited {
	font: normal 1em "Helvetica Neue Bold", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}
	
.blog_tags a:hover,
.blog_tags a:visited:hover {
	text-decoration: none;
	color: #646464;
}

.blog_tags img {
	width: 100%;
	height: auto;
	max-width: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.blog_text {
    width: calc(100% - 300px);
    margin: 0;
    padding: 0;
}

.blog_title {
    font: normal 1.6em "Helvetica Neue", arial, sans-serif;
    color: #7d4199;
    margin: 0 0 5px 0;
    padding: 0;
}

.blog_title a:link,
.blog_title a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}
	
.blog_title a:hover,
.blog_title a:visited:hover {
	text-decoration: none;
	color: #646464;
}

.bx-viewport,
.bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.bx-wrapper .bx-viewport {
    border: none !important;
}

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

.column {
    width: 355px;
    margin: 0 0 25px 0;
    padding: 0;
}

.column_both {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.divider {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
}

.divider_left {
	width: 45%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7d4199;
	position: absolute;
	top: 20px;
	left: 0;
}

.divider_middle {
	width: 10%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.divider_middle img {
	width: 100%;
	height: auto;
	max-width: 20px;
	margin: 0 auto;
	padding: 0;
}

.divider_right {
	width: 45%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7d4199;
	position: absolute;
	top: 20px;
	right: 0;
}

.emphasis {
    font: normal 1em "Helvetica Neue Bold", arial, sans-serif;
}

.fab {
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 0;
}

.ghost {
	font: normal .75em "Helvetica Neue Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #7d4199;
	margin: 0;
	padding: 10px 32px;
	border: 1px solid #7d4199;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	transition: all .25s ease-in-out;
}

.ghost:hover {
	color: #fff;
	border: 1px solid #7d4199;
	background-color: #7d4199;
}

.ghost_livestream {
    font: normal .75em "Helvetica Neue Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #7d4199;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #7d4199;
    cursor: pointer;
	display: inline-block;
	transition: all .25s ease-in-out;
}

.ghost_livestream:hover {
	color: #fff;
	border: 1px solid #7d4199;
	background-color: #7d4199;
}

.home_button {
    max-width: 210px;
    margin: 0;
    padding: 10px 20px;
    background-color: rgba(125,65,153,.85);
    font: normal .75em "Helvetica Neue", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    letter-spacing: .25em;
	color: #fff;
    opacity: 1;
    transition: all .25s ease-in-out;
}

.home_button:hover {
	opacity: .75;
}

.home_button_title {
    font: normal 2em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
	color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: -.125em;
}

.leadership {
    width: 245px;
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center;
}

.leadership_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.leadership_email {
    font-size: .875em;
    text-align: center;
}

.leadership_email a:link,
.leadership_email a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}
	
.leadership_email a:hover,
.leadership_email a:visited:hover {
	text-decoration: none;
	color: #f26f21;
}

.leadership_image {
    width: 245px;
    margin: 0 0 10px 0;
    padding: 0;
}

.leadership_image img {
    width: 100%;
    height: auto;
    max-width: 245px;
    margin: 0 auto;
    padding: 0;
}

.leadership_title {
    font: normal 1.25em "Hoefler Text Regular", times, serif;
	line-height: 1.25em;
    text-align: center;
	color: #4b4b4b;
    margin: 0;
    padding: 0;
}

.mobile_button {
    height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

.mobile_button:hover {
    opacity: .75;
}

.mobile_button img {
    width: auto;
    height: 100%;
    max-height: 40px;
    margin: 0;
    padding: 0;
}

.mobile_buttons {
    margin: 0 0 20px 0;
    padding: 0;
}

.pdf {
    font-size: .875em;
    margin: 0;
    padding: 0 0 0 20px;
    background: url(images/nh_pdf_icon.svg) no-repeat left center;
    background-size: 15px 9px;
    cursor: pointer;
}

.purple {
    color: #7d4199;
}

.series_thumb {
    width: 100%;
    max-width: 260px;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
}

.series_thumb img {
    width: 100%;
    height: auto;
    max-width: 260px;
    margin: 0;
    padding: 0;
}

.series_thumb_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #4b4b4b url(images/nh_pattern.svg) repeat-x center center;
    background-size: 175px 215px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.series_thumb_overlay:hover {
    opacity: 1;
}

.series_thumb_text {
    width: 90%;
    font: normal 1.25em "Hoefler Text Regular", times, serif;
	line-height: 1.25em;
    text-align: center;
	color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sermon {
    width: 100%;
    max-width: 1100px;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    position: relative;
    border-bottom: 1px solid #7d4199;
}

.sermon:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.sermon_audio {
    width: 20%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 0;
}

.sermon_date {
    font: normal .9em "Helvetica Neue", arial, sans-serif;
    color: #646464;
    margin: 0 0 5px 0;
    padding: 0;
}

.sermon_file {
	font: normal .8em "Helvetica Neue", arial, sans-serif;
	margin: 0;
	padding: 0;
}

.sermon_file a:link,
.sermon_file a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}
	
.sermon_file a:hover,
.sermon_file a:visited:hover {
	text-decoration: none;
	color: #646464;
}

.sermon_file img {
	width: 100%;
	height: auto;
	max-width: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.sermon_image {
    width: 10%;
    max-width: 120px;
    margin: 0;
    padding: 0;
}

.sermon_image img {
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: 0;
    padding: 0;
}

.sermon_livestream {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
	bottom: 50px;
}

.sermon_speaker {
    font: normal 1em "Helvetica Neue", arial, sans-serif;
    color: #646464;
    margin: 0 0 5px 0;
    padding: 0;
}

.sermon_tags {
	font: normal .8em "Helvetica Neue", arial, sans-serif;
	margin: 0;
	padding: 0;
}

.sermon_tags a:link,
.sermon_tags a:visited {
	font: normal 1em "Helvetica Neue Bold", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}
	
.sermon_tags a:hover,
.sermon_tags a:visited:hover {
	text-decoration: none;
	color: #646464;
}

.sermon_tags img {
	width: 100%;
	height: auto;
	max-width: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.sermon_text {
    width: calc(70% - 80px);
    position: absolute;
    top: 0;
    left: calc(10% + 40px);
}

.sermon_title {
    font: normal 1.6em "Helvetica Neue", arial, sans-serif;
    color: #7d4199;
    margin: 0 0 5px 0;
    padding: 0;
}

.social {
    height: 24px;
    margin: 0 0 0 5px;
    padding: 0;
    display: inline-block;
    opacity: 1;
    transition: all .25s ease-in-out;
}

.social:hover {
    opacity: .65;
    cursor: pointer;
}

.social img {
    width: auto;
    height: 100%;
    max-height: 24px;
    margin: 0;
    padding: 0;
}

/* Form */

.clear-multi {
    display: flex;
    justify-content: space-between;
}

.gfield_label {
    font: normal 1em "Helvetica Neue Bold", arial, sans-serif !important;
	color: #7d4199 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul li {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    font: normal .75em "Helvetica Neue Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #7d4199 !important;
	margin: 0 !important;
	padding: 10px 32px !important;
	border: 1px solid #7d4199 !important;
	background-color: transparent !important;
	cursor: pointer !important;
	display: inline-block !important;
	transition: all .25s ease-in-out !important;
}

.gform_footer input[type="submit"]:hover {
    color: #fff !important;
	border: 1px solid #7d4199 !important;
	background-color: #7d4199 !important;
}

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 4px !important;
}

.gform_wrapper .gfield_required {
    color: #000 !important;
    margin-left: 4px !important;
}

.gform_wrapper .gform_footer {
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal .75em "Helvetica Neue", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #a50000 !important;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 25px !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 12px 20px 10px 48px !important;
	background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid #a50000 !important;
    box-shadow: none !important;
    position: relative !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    font: normal .75em "Helvetica Neue Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
	height: 100% !important;
	font-size: 28px !important;
	display: flex !important;
	align-items: center !important;
	position: absolute !important;
	top: 0 !important;
	left: -38px !important;
}

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	line-height: 1em !important;
    color: #646464 !important;
    margin: 0 0 20px 0 !important;
    padding: 10px !important;
    border: 1px solid #7d4199 !important;
    box-sizing: border-box !important;
}

.ginput_container input[type="checkbox"] {
	width: 13px !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	color: #646464 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ginput_container input[type="radio"] {
	width: 13px !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	color: #646464 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	color: #646464 !important;
    margin: 0 0 20px 0 !important;
    padding: 10px !important;
    border: 1px solid #7d4199 !important;
    box-sizing: border-box !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	color: #646464 !important;
    margin: 0 0 20px 0 !important;
    padding: 10px !important;
    border: 1px solid #7d4199 !important;
    box-sizing: border-box !important;
    resize: none !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Helvetica Neue Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #a50000 !important;
	margin: -10px 0 20px 0 !important;
	padding: 0 !important;
	text-align: left !important;
	background-color: transparent !important;
	border: none !important;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */