/*
Theme Name: Grace Christian Church
Author: Graham Arends
Author URI: http://gracechristianchurchfortcollins.org
Version: 1.0
font-family: 'Lora', serif;
font-family: 'Gilda Display', serif;
font-family: 'Cinzel', serif;
*/

/* -------- CORE ELEMENTS  -------- */
body{
	font-family: 'Gilda Display', Georgia, serif;
	font-size: 14px;
	color: #333;
	background-color: #511320;

}


/*
li.menu-item-has-children:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #EFEFEF;
	
more styling for the icon, including color, font-size, positioning, etc. 
}*/


 .video-container {
    position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;
 }
 .video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

.border{
 	clear: both;
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    background-color: #eeeeee;
	
 }

.border a:visited{
	color: #511320;
}
.border a:hover{
	color: black;
}

 
.display-success
{
width: 100%;
border: 1px solid #D8D8D8;
padding: 10px;
border-radius: 5px;

background-color: rgb(236, 255, 216);
color: green;
text-align: center;
margin-top: 10px;
}
 
.popup a:visited{
	color: #511320;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="hidden"],
textarea {
    padding: 3px 0;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background: none repeat scroll 0 0 #FAFAFA;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #511320;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.0333em;
	line-height: 1;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}


}

article.post{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.blog-post{
	margin: 0 0 20px 0;
}

a:link {
	color: #364156;
}

a:visited {
	color: #364156;
}


p.content a:link {
	color: #511320;
}

p.content a:visited {
	color: #511320;
}


p a:link, a:visited {
	color: #511320;
}

ul.content-policy li a:visited{
		color: #511320;
}


ul.content-policy li a:link{
		color: #511320;
}



p.forum-description{
	margin: 0 0 20px 30px;
	font-size: 1.2em;
	line-height: 1.4em;
}

a:link.forum-title, a:visited.forum-title{
	font-weight: bold;
	font-size: 1.2em;
		color: #511320;
		margin-bottom: 5px;
}

/* ---- HEADINGS ---- */

h1 {
    display: block;
    color: #364156;
    font-size: 2.2em;
    border-bottom: 1px solid #D1D0CE;
    padding-bottom: 5px;
    margin: 10px 0 5px 0;
 }


h1 a:visited {
		color: #364156;
}


h1 a:link {
		color: #364156;
}



 h2.center-subtitle{
 	text-align: center;
 	
 	color: #511320;
 	font-size: 1.45em;
 	font-family: "Cinzel", serif;
 	font-weight: normal;
 	margin: 0px 0px 0px -5px;
 }

 
 h2.subtitle{ 	
 	color: #511320;
 	font-size: 1.45em;
 	font-family: "Cinzel", serif;
 	font-weight: normal;
 	margin: 0px 0px 0px 0px;
 }

 /* ------ TILES on HOME PAGE ----- */

 h2.tile{
 	color: #364156;
 	min-height: 2em;
 	margin: 20px 0px 20px 0px;
 	padding-bottom: 5px;
 	border-bottom: 2px solid #511320;
 	text-align: center;
 }

h2.tile-two-lines{
 	color: #364156;
 	min-height: 2em;
 	margin: 5px 0px 20px 0px;
 	padding-bottom: 5px;
 	border-bottom: 2px solid #511320;
 	 	text-align: center;
}



h2{
	font-size: 1.5em;
	margin-bottom: 0px;
}

h3{
	font-size: 1.3em;
	color: #333333;
}

h3.no-margin{
	margin-bottom: 2px;
}

ul.content-list{
	font-size: 1.2em;
	line-height: 1.4em;
}

ul.content-list li{
	margin-bottom: 1em;
}

.content-list a{
	color: #521220;
}

ul.content-policy{
	font-size: 1.3em;
	line-height: 1.6em;

}

ul.content-policy li{
	margin: 20px 20px;
}

ul.content-policy li a:link,a:visted{
	margin: 20px 20px;
  color:  #364156;
}


ul li a:visited{
  color:  #364156;
}

p.content{
	font-size: 1.2em;
	line-height: 1.4em;
}

 figure.tile {
 	margin: 0;
 	position: relative;
 }


figure figcaption.tile{
	font-style: italic;
	font-size: 0.9em;
	color: #EFEFEF;
}

.redbox{
	position: absolute;
    bottom: 10%;
    right: 0%;
    width: auto;
    padding: 5px 5px;
      /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(63, 13, 24) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(63, 13, 24, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F511320, endColorstr=#7F511320);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F511320, endColorstr=#7F511320)";
}

.redbox a:link{
	color: #EFEFEF;
}

.redbox a:visited{
	color: #EFEFEF;
}

 img.tile{
 	padding: 4px;
 	border: 1px solid #5D737E;
 	max-width: 100%;
	height: auto;
 }

  iframe.tile{

 	padding: 6px;
 	border: 1px solid #5D737E;

 }

 .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


@media \0screen {
 img.tile { 
  	width: auto; /* for ie 8 */
  }
}

 .centertext{
 	text-align: center;
 }

p{
	line-height: 1.65em;
	font-size: 15px;
	color: #333;
}

.staff{
	line-height: 1.65em;
	font-size: 15px;
	color: #333;
}

.indent-left{
	margin-left: 20px;
}

.column-margin-collapse{
	height: 41px;
}

/* ----- QUOTES, VERSES and CAPTIONS ------ */
.testimonies blockquote{
	font-size: 1.1em;
	line-height: 1.6em
}


figure.banner{
	margin: 0;
	position: relative;
}

figure figcaption.banner{
	font-family: "Cinzel", serif;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 1.52em;
	color: #511320;
}

.whitebox-left{
	position: absolute;
    top: 12%;
    left: 5%;
    width: 49%;
    padding: 15px 15px;
      /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";
}

.whitebox-middle{
	text-align: center;
	position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    padding: 15px 10px;
      /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";
}

.whitebox-right{
	position: absolute;
    top: 15%;
    left: 56%;
    width: 44%;
    padding: 15px 15px;
      /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";
}


.stretch.banner{
	padding-top: 5px;
	padding-bottom: 10px;
	 border-bottom: 1px solid #D1D0CE;
}

.small-verse blockquote {

	display: inline;
	font-family: "Lora", serif;
	font-size: 1em;
	color: #8A897C;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.small-verse blockquote:before {
  color: #8A897C;
  content: open-quote;
  font-size: 1.6em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.3em;
}
.small-verse blockquote:after {
  color: #8A897C;
  content: close-quote;
  font-size: 1.6em;
  line-height: 0.1em;
  margin-left: 0.15em;
  vertical-align: -0.3em;
}
.small-verse blockquote p {

  display: inline;
}
.small-verse cite {
	font-family: "Lora", serif;
	  color: #8A897C;
	display: inline;
}

.small-verse{
		text-align: right;
}


#large-verse-source blockquote {

	display: inline;
	font-family: "Lora", serif;
	font-size: 1.1em;
	color: #D3D0CB;
  margin: 0.5em 0px;
  padding: 0.5em 0px;
  quotes: "\201C""\201D""\2018""\2019";
}

#large-verse-source blockquote:before {
  color: #D3D0CB;
  content: open-quote;
  font-size: 1.4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.3em;
}

#large-verse-source blockquote:after {
  color: #D3D0CB;
  content: close-quote;
  font-size: 1.4em;
  line-height: 0.1em;
  margin-left: 0.15em;
  vertical-align: -0.3em;
}

#large-verse-source blockquote p {

  display: inline;
}

#large-verse-source cite {
	font-family: "Lora", serif;
	  color: #D3D0CB;
	display: inline;
}

#large-verse-destination{
		text-align: center;
		background-color: #5E6472;
		padding: 0px 0px;
}


/* --------  SPACING & FORMATTING ----------- */

.product-info   a:link, a:visited{
    color: #511320;
}


#church-info{
	font-family: "Lora", serif;
	font-size: 0.9em;
	color: #EFEFEF;
	padding-bottom: 40px;
}

#church-info a:link, a:visited{
color: #EFEFEF;
text-decoration: none;
}

#church-info a:hover{
text-decoration: underline;
}




/* --------- EFFECTS --------- */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #521220;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}



.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #5D737E;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #5D737E, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.box-grow {

  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.box-grow:hover, .box-grow:focus, .box-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

[class^="box-"] {
	margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    border-style: solid; 
    border-color: #666;
    border-width: 1px;
    color: #521220;	
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


a.box-grow{
 	color: #521220;
 	font-size: 1.1em;
}


.tenpix{
	height: 10px;
	padding: 5px 0x;

}

.twentypix{
	padding: 5px 20px 5px 0px;
	height: 20px;
}

.thirtypix{
	height: 30px;
}

.fortypix{
	padding: 5px 40px 5px 0px;
	height: 40px;
}

.doubleline{
	margin-top: 4px;
	height: 0.6em;
	border-top: 2px solid #8A897C;
	border-bottom: 2px solid #8A897C;
}

.doubleline-wide{
	margin-top: 5px;
	height: 2em;
	border-top: 2px double #8A897C;
	border-bottom: 2px double #8A897C;
}

.stretch{
	max-width: 100%;
	height: auto;
}

.stretch.centerlimit{
  height: 90px;
  margin: 30px 0 0px 0; 
}

.stretch.centerlimit-sm{
  height: 60px;
  margin: 30px 0 0px 0; 
}

.stretch.centerlimit-lg{
  height: 120px;
  margin: 0px 0 0px 0; 
}

/* -------- CONTAINER & BODY BACKGROUND ---------  */
div.content-container{
	width: 100%;
	background-color: #FFF;
}

/* -------- HEADER  -------- */
div.header-container{
	width: 100%;
	background-color: #511320;
	padding: 5px 0px 5px 0px;

}

.header-container a{
	color: #EFEFEF;
}

.header-container a:visited{
	color: #EFEFEF;
}

header{
	max-width: 1240px;
	height: 86px;
	margin: 0 auto;
	padding: 0;
}

.header-logo{
	float: left;
	padding-right: 30px;
	width: 334px;
	height: 88px;
}


/* -------- FOOTER  -------- */
div.footer-container{
	width: 100%;
	background-color: #511320;
}

footer{

	padding: 0;
	color: #EFEFEF;
	font-family: "Lora", serif;
	font-size: 0.9em
}

.site-footer{
	margin-top: 20px;
	margin-bottom: 30px;
	font-color: #FFF;
}

/* Footer Menu */
.site-footer nav ul li{
	margin-right: 10px;
	padding-right: 10px;
	color: #EFEFEF;
	font-family: "Lora", serif;
	font-size: 0.9em;
	margin-bottom: 3px;
}

.site-footer ul li {
	list-style: none;

}


#menu-footer-menu-links{
	padding: 0px 0px 0px 10px;
}


.site-footer nav ul li a:link,
.site-footer nav ul li a:visited {
	color: #EFEFEF;
	text-decoration: none;

}

.site-footer  nav ul li a:hover{
		color: #EFEFEF;
	text-decoration: underline;
}


.footer-logo{
	margin: 0px 0px 0px 0px;
	width: 248px;
	height: 72px;
}

.social-icon{
	padding: 0px 5px;
	width: 42px;
	height: 32px;
}

.social-media a:visited, a:link, a:hover{
	text-decoration: none;
}


/* -------- NAVIGATION  -------- */
.slicknav_menu{
	display: none;
}

 .menu-primary-menu-links-container {
 	padding-top: 36px;

    margin: 0 0 10px 0; 
 }

.menu-primary-menu-links-container ul{
 	margin: 0; 
 	padding: 0;
}

.menu-primary-menu-links-container li{
	font-family: 'Cinzel', Georgia, serif;
	font-size: 1.1em;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
}

.menu-primary-menu-links-container li a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 7px;

}

.site-nav ul li.current-menu-item a{
	border-bottom: 2px solid #EFEFEF;
}

.menu-primary-menu-links-container.current_page_item a{
		border-bottom: 2px solid #EFEFEF;
}

.menu-primary-menu-links-container a:hover {
		border-bottom: 2px solid #EFEFEF;
}

.menu-primary-menu-links-container ul ul{ /* sub-menus*/
	display: none;
	position: absolute;
	top: 30px;
	border: 1px solid #D1D0CE;
	background-color: #FFF;
}

.menu-primary-menu-links-container ul ul li{
	float: none;
	width: 100px;
	background-color: #fff;
	color: #511320;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
} 

.menu-primary-menu-links-container ul ul li a{
	padding: 7px 0px 7px 10px;
	color: #511320;
}

.menu-primary-menu-links-container ul ul li a:hover{
	color: #511320;
	padding-bottom:  10px;
	border-bottom: 2px solid #511320;
}

.menu-primary-menu-links-container ul li:hover > ul {
	color: #511320;
    display: block; /* show sub menus when hovering over a parent */
}




/* -------- MEDIA QUERIES  -------- */
@media screen and (max-width: 1210px) {
	/* Site Header Menu */
	header{
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		height: 65px;
	}

	.header-logo{
		padding: 0px 10px 0px 10px;
		width: 248px;
		height: 65px;
	}

	figure figcaption{
		line-height: 1.5em;
		font-size: 1.3em;
	}

	.stretch.banner{
	 	min-height: 100px;
	 }

	  .menu-primary-menu-links-container {
	  	padding-top: 20px;
	  }

	 .menu-primary-menu-links-container li{
	 	font-size: 0.8em;
	 }

	 .menu-primary-menu-links-container li a{
	 	padding: 0 4px;
	 }

	 .menu-primary-menu-links-container ul ul{
	 	top: 25px;
	 }

	 .menu-primary-menu-links-container ul ul li{
	 	height: 25px;
	 	line-height: 25px;
	 }


}

@media screen and (max-width: 950px) {
	/* Site Header Menu */
	/*Change navigation into drop down menu*/
	.fa-angle-down{
		display: none;
	}


	#menu-primary-menu-links{
		display: none;
	}

	.slicknav_menu{
		padding-top: 15px;
		display: block;
	}

	.site-header{
		height: auto;
	}

	.menu-primary-menu-links-container {
		display: none;
	}



}

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

	.whitebox-left{
	position: absolute;
    top: 15%;
    left: 5%;
    width: 60%;
    padding: 15px 15px;
	}

}

@media screen and (max-width: 767px) {
.column-margin-collapse{
	height: 0px;
}
}

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

	figure figcaption.banner{
		line-height: 1.3em;
		font-size: 0.85em;
	}

	.whitebox-left{
	position: absolute;
    top: 15%;
    left: 5%;
    width: 90%;
    padding: 15px 15px;

	}

}

/* --- Iphone 6 and smaller ----- */
@media screen and (max-width: 375px) {
	
	h1 {
		font-size: 1.8em;
	}

	h2{
		font-size: 1.4em;
		margin-bottom: 5px;
	}

	h3{
		font-size: 1.2em;
	}

	ul.content-policy{
		font-size: 1.1em;
		line-height: 1.3em;
	}

	figure figcaption.banner{
		line-height: 1.13em;
		font-size: 0.85em;
	}

	.whitebox-left{
	    top: 10%;
	    left: 5%;
	    width: 90%;
	    padding: 15px 15px;
	}

	.whitebox-middle{
		 top: 8%;
    	left: 5%;
    	width: 90%;
    	padding: 10px 5px;

	}
	.small-verse blockquote {
		font-size: 0.9em;
	}
    
}

	/* Login */

	/* General CSS */
.swpm-margin-10{
    margin: 10px;
}
.swpm-margin-top-10{
    margin-top: 10px;
}
.swpm-margin-bottom-10{
    margin-bottom: 10px;
}
.swpm-hidden{
    display: none;
}

.swpm-yellow-box{
    margin: 10px 0px;
    padding: 10px;
    background-color: #FFFFE0;
    border-color: #E6DB55;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;    
}

.swpm-red-box {
    margin: 10px 0px;
    padding: 10px;
    background-color: #FFEBE8;
    border-color: #CC0000;
    color: #333333;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

/* Wrap directly with this class (not to be used with a paragraph tag) */
.swpm-orange-box{
    margin: 10px 0px;
    padding: 15px 10px;
    color: #3F2502;
    text-shadow: 1px 1px #FFFFFF;
    background-color: #FFF6D5;
    border-color: #D1B655;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

/* Wrap directly with this class (not to be used with a paragraph tag) */
.swpm-grey-box{
    margin: 10px 0px;
    padding: 15px 10px;
    background-color: #DDDDDD;
    border-color: #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

/* Wrap directly with this class (not to be used with a paragraph tag) */
.swpm-green-box {
    margin: 10px 0px;
    padding: 15px 10px;
    background-color: #CCF4D6;
    border-color: #059B53;
    color: #043B14;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

/* Membership buy buttons */
.swpm-button-wrapper input[type="submit"]{
    width: auto !important;
    height: auto !important;
}
.swpm-button-wrapper input[type="image"]{
    width: auto !important;
    height: auto !important;    
}

/* Login form CSS */
.swpm-login-widget-form input,.swpm-login-widget-form checkbox{
    width: auto;
}
.swpm-username-input, .swpm-password-input{
    margin-bottom: 10px;
}
.swpm-login-submit{
    margin-bottom: 10px;    
}
.swpm-login-widget-action-msg{
    font-weight: bold;    
}
.swpm-logged-label{
    font-weight: bold;
}

/* Password reset form CSS */
.swpm-pw-reset-widget-form table{
    border: none;
}
.swpm-pw-reset-widget-form tr{
    border: none;
}
.swpm-pw-reset-widget-form td{
    border: none;
}
.swpm-reset-pw-error{
    font-weight: bold;
    color: red;
}
.swpm-reset-pw-success-box{
    margin: 10px 0px;
    padding: 15px 10px;
    background-color: #CCF4D6;
    border-color: #059B53;
    color: #043B14;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;    
}

/* Registration form CSS */
.swpm-registration-widget-form td{
    min-width: 100px;
}

.swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"]{
    width: 95%;
}

/* Edit profile form CSS */
.swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"] {
    width: 95%;
}
.swpm-edit-profile-form select {
    width: 95%;
}
.swpm-edit-profile-submit-section{
    text-align: center;
}

.swpm-profile-account-delete-section{
    text-align: center;
}
.swpm-profile-account-delete-section a{
    color: red !important;
}
.swpm-profile-update-success{
    font-weight: bold;
    color: green;    
}
.swpm-profile-update-error{
    font-weight: bold;
    color: red;    
}
/* Misc CSS */
.swpm-restricted{
    font-weight: bold;
    color:red;
}
.swpm-select-box-left{
    margin: 0;
    padding-bottom: 5px;
}

.swpm-post-not-logged-in-msg{
  margin-bottom:  60px;
}

a.swpm-login-link:visited {
        color: #511320;
}

.swpm-post-not-logged-in-msg a:visited{
        color: #511320;

}

h2.woocommerce-loop-product__title {
  color:  #511320;
}


