@charset "utf-8";
/* CSS Document */

/* Theme Name: Project Inspire
Theme URI: Tamlyn 
Description: Custom Theme 
Version: 1.0 
Author: Tamlyn Holmes 
URI: https://www.duvys.com */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Source+Serif+Pro:ital,wght@0,600;0,700;1,600;1,700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.14.0/css/fontawesome.css');
@import url('https://use.fontawesome.com/releases/v5.14.0/css/brands.css');

html {
	min-height: 100%;
}

body {
	min-width:1200px;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	color: #0b1d31;
	min-height: 100%;
	width: 100%;
	position: relative;
	background: #f8f8f8;
}

.clear{
	clear:both;
}

.banner {
	background-image:url(images/banner_news.jpg);
    width: 100%;
	display: inline-block;
  	background-size: cover;
  	position:relative;
	  
}


.banner:after {
  padding-top: 20%;
  display: block;
  content: '';
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:focus, :hover, :active {
	text-decoration: none
}
a {
	color: #db0032;
	text-decoration: none
}
a:hover {
	color: #c4161c;
	text-decoration: none
}
img {
	vertical-align: bottom
}
button:focus, input:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: none;
}
button, .button {
	color: #222;
}

.button{
    background: #e21d39;
    border-radius: 40px;
    padding:4px 0px;
    margin:55px auto 0 auto;
    color: #fff;
    display: block;
    line-height: 40px;
	font-size:14px;
   
    text-decoration: none;
    transition: 0.2s;
	text-transform:uppercase;
	width:280px;
	letter-spacing:3.5px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: 600;
	font-family: 'Source Serif Pro', serif;
	line-height: 1.2em;
	letter-spacing: -4px;
	text-transform:capitalize;
	
	 
}

#home h2, #home h3{
	text-align:center;
}

#home h2{
	font-style:italic;
	color:#e21d39;
	font-size:60px;
	margin:0;
	letter-spacing:-1px;
	
}

#home h3{
	font-size:36px;
	color:#1f2429;
	padding:0 0 70px 0;
	margin:0;
	letter-spacing:normal;
}

section {
	padding: 70px 0;
}
img {
	max-width: 100%;
	height: auto
}
#logo {
	width: 200px;
	display: inline-block;
	transition: 0.2s
}
#logo:hover {
	opacity: 0.8
}
.container-fluid {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding-right: 25px;
	padding-left: 25px;
}


/*--------------------------------------------------------------
HEADER
-------------------------------------------------------------- */

header {
	background: #0b1d31;
	padding: 40px;
	position: relative;
	min-height: 485px;
}
header h1 {
	font-size: 50px;
	color: #e21d39;
	font-style: italic;
	text-align: center;
	padding: 25px;
	margin-top: 150px;
}
header#about {
	background: #0b1d31 url("assets/images/header-about.jpg") top center;
	background-size: cover
}
header#team{
	background: #0b1d31 url("assets/images/header-our-team.jpg") top center;
	background-size: cover
}
header#location{
	background: #0b1d31 url("assets/images/header-location.jpg") top center;
	background-size: cover
}
header#events{
	background: #0b1d31 url("assets/images/header-events.jpg") top center;
	background-size: cover
}
header#learning {
	background: #0b1d31 url("assets/images/header-about.jpg") top center;
	background-size: cover
}
header#donate {
	background: #0b1d31 url("assets/images/header-about.jpg") top center;
	background-size: cover
}
header#video {
	background: #0b1d31 url("assets/images/header-about.jpg") top center;
	background-size: cover
}
header#holidaygifts {
	background: #0b1d31 url("assets/images/header-about.jpg") top center;
	background-size: cover
}
header#contact {
	background: #0b1d31 url("assets/images/header-location.jpg") top center;
	background-size: cover
}
header#livestream {
	background: #0b1d31 url("assets/images/header-livestream.jpg") top center;
	background-size: cover
}

header#home{
	min-height:0;
	background:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9;
	padding:40px 60px;
}

@media screen and (max-width: 1000px) {
	header {
		padding: 24px;
	}
}
/*--------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------- */

nav {}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
}
nav li {
	float: left;
	position: relative;
}
nav li.donate-button a,  .submit {
	background: #e21d39;
	border-radius: 40px;
	padding: 0 25px;
	margin-left: 15px;
	border:none;
	text-transform:uppercase;
	color:#fff;!important;
}
nav li.donate-button a:hover {
	color: #fff !important;
	background: #d41833
}
nav a {
	color: #fff;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
	transition: 0.2s;
}
nav ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
nav ul ul li {
	min-width: 180px;
}
nav ul ul ul {
	left: 100%;
	top: 0;
}
nav ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

nav li.drop{
	color:#fff;
}

nav li:hover>a, nav ul ul :hover>a, nav .lion {
	color: #db0032;
}
nav ul li:hover>ul {
	display: block;
}
nav ul li.current_page_item>a, nav ul li.current_page_ancestor>a, nav ul li.current-menu-ancestor>a, nav ul li.current-menu-item>a, nav ul li.current-menu-parent>a {
	color: #db0032;
}

nav .sub_menu{
	visibility:hidden;
	position:absolute;
    z-index: 999;
    top: 35px;
    left:0px;
    width: 160px;
 
	text-align:left;
 
  
	 
}


nav .sub_menu li a{
	padding:10px 0 10px 10px;
	text-transform:none;
	display:block;
	background:none;
}
 

nav li.drop{
	position:relative;
}

nav li.drop:hover .sub_menu{
	visibility:visible;
}

@media screen and (max-width: 1000px) {
	nav {
		display: none
	}
}
/*--------------------------------------------------------------
SIDENAV
-------------------------------------------------------------- */

.open-nav-button {
	position: absolute;
	color: #fff;
	width: 30px;
	right: 20px;
	top: 35px;
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 1000px) {
	.open-nav-button {
		display: block
	}
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: #0b1d31;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidenav ul li {
	display: block;
	width: 300px;
}
.sidenav ul li a {
	padding: 15px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	display: block;
	transition: 0.3s;
	letter-spacing: 3px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	text-transform: uppercase;
	transition;
	0.2s
}
.sidenav ul li a:hover {
	background: rgba(255, 255, 255, 0.05);
}
.sidenav .closebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 36px;
	margin-left: 50px;
	color: #fff;
}


.submit {
	font-weight:bold;
	letter-spacing:1px;
	font-size:11px;
	padding:10px 35px;
}
/*--------------------------------------------------------------
HOME PAGE
-------------------------------------------------------------- */
#home .header{
	height:100vh;
	position:relative;
	overflow:hidden;
}

#home .overlay{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	bottom:250px;
	color:#fff;
}

#home .text{
	font-size:30px;
	font-style:italic;
	font-weight:500;
	font-family: 'Source Serif Pro', serif;
	line-height:35px;
}

#home .sidebut{
	position: absolute;
    bottom: 45%;
    left: -49%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    transform: rotate(-90deg);
    font-size: 14px;
    background: rgba(31,36,41,0.7);
    width: 100%;
    padding: 10px 0;
}

#home .overlay h1{
	font-size:73px;
}

#home .overlay h1 span{
	font-style:italic;
}

#home .ban{
	width:49.15%;
	margin:10px 0 0 0;
	 
}

#home .ban.left{
	float:left;
	margin:10px 0 0 0.5%;
	 
	 
}

#home .ban.right{
	float:right;
	margin:10px 0.5% 0 0;
	 
 
}

#home .join{
	background:#fff;
}

#home .join .stat{
	float:left;
	width:25%;
	text-align:center;
	text-transform:uppercase;
}

#home .join .amount{
	border-radius:100%;
	width:180px;
	border:1px solid #93d5da;
	padding:70px 0 0 0;
	height:180px;
	margin:-10px auto 0 auto;
	font-size:47px;
	font-family: 'Source Serif Pro', serif;
	color: #db0032;
}

#home .join .caps{
	margin:-50px 0 0 0;
	letter-spacing:1px;
	color:#296b81;
	font-size:15px;
	background:#fff;
}

#home .join .icon{
	width: 85px;
    background:#fff;
    margin: 0px auto -30px auto;
    position: relative;
    z-index: 9;
}

#home .join .main, #home .unity .main{
	padding:70px 0;
	width:90%;
	margin:0 auto;
}

#home .unity{
	background-image:url(images/join-bg.png);
	background-color:#f7f8f8;
	background-repeat:no-repeat;
	background-position: 130% 0;
	background-size:70%;
}
 

#home .unity .text{
	padding:0 0 60px 0;
	font-style:normal;
	font-size:16px;
	line-height:25px;
	width:36%;
	font-family: 'Open Sans', sans-serif;
}

#home .unity h2, #home .unity h3{
	text-align:left;
	font-size:60px;
}

#home .unity h3{
	padding:0;
}

#home .unity h2{
	padding:0 0 30px 50px;
	margin:-10px 0 0 0;
}

#home .unity a.button{
	margin:0;
	text-align:center;
	width:300px;
}

#home .testimonials {
	color:#fff;
	text-align:center;
	background-image:url(images/home-testimonials1.jpg);
	background-size:100%;
	padding:70px 0;
}

#home h2.name{
	font-size:24px;
	padding:50px 0 5px 0;
}

#home .testimonials .title{
	text-transform:uppercase;
	letter-spacing:3px;
}

#home h2 .white{
	color:#fff;
	padding:0 40px 0 0;
}

#home h2 .red{
	text-align:right;
}

#home h2.center{
	width:55%;
	margin:0 auto 40px auto;
	line-height:55px;
	text-transform:none;
}

#home .links{
	padding:70px 6%;
	background:#fff;
	
}

#home .links h3.blue{
	color:#296b81;
}

#home .links h3{font-size:60px;
	padding:0;
	line-height:63px;
}


#home .links .text{
	padding:40px 0 60px 0;
	color:#000;
	text-align:center;
}

#home .flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}

#home .links .box{
	position:relative;
	width:29%;
	 
	text-decoration:none;
}

#home .links .box.middle{
	margin:0 6%;
}

#home .links .overlay{
	position:absolute;
	color:#fff;
	bottom:50px;
	left:50px;
	text-align:left;
}

#home .links .overlay h2{
	color:#93d5da;
	font-size:60px;
	text-align:left;
	line-height:42px;
}

#home .links .sub{
	margin:0 0 0 40px;
	font-size:38px;
	font-style:normal;
}

#home .links .sub.neg{
	margin:0 0 0 -40px;
}

#home .links .small{
	padding:30px 0 30px 0;
	font-size:16px;
	line-height:22px;
}

#home .links .small strong{
	padding:0 0 5px 0;
	display:block;
}

#home .links .button{
	text-align:center;
	display:inline;
	width:auto;
	padding:10px 20px;
}

#home .links h2.last{
	margin:0 0 0 40px;
}

#home .testimonials.two{
	background-image:url(images/home-testimonials2.jpg);
}

#home .testimonials.two .white{
	color:#e21d39;
	padding:0;
}

#home .testimonials.two .red{
	color:#fff;
	text-align:center;
}

#home .testimonials.two h2.center{
	font-size:50px;
	width:100%;
}

#home .follow{
	padding:70px 0;
	background:#fff;
}

#home .follow h3{
	padding:0 0 50px 0;
}

#home .feed{
	width:360px;
	margin:1%;
}

#home .follow .header{
	color:#fff;
	padding:10px 0 12px 100px;
	color:#fff;
	background:#e21d39;
	border-radius:5px 5px 0 0;
	margin:0 0 10px 0;
	position:relative;
	height:auto;
	overflow:visible;
}

#home .follow a{
	text-decoration:none;
	font-size:18px;
}

#home .follow .fab{
	position:absolute;
	bottom:10px;
	left:15px;
	background:#fff;
	border-radius:100%;
	border:1px solid #e21d39;
	width: 60px;
    height: 58px;
    text-align: center;
    padding: 13px 0 1px 0;
}

.eapps-instagram-feed-title{
	display:none!important;
}

#home .follow .fa-instagram:before, #home .fa-facebook-f:before{
	font-size:30px;
	
	color: #296b81;
}

.eapps-instagram-feed-posts-grid-load-more{
	margin:10px 0 0 0!important;
	width:100%!important;
	background:#000!important;
}
 

/*--------------------------------------------------------------
ABOUT PAGE
-------------------------------------------------------------- */

#about-section {}
#about-section .container-fluid {
	max-width: 960px;
}
.about-block {
	padding: 50px;
	background: #fff;
	margin-bottom: 60px;
}
.about-block h2 {
	color: #0b1d31;
	font-size: 60px;
	line-height: 50px;
	text-align: right;
	width: 360px;
	padding-right: 50px;
}
.about-block h2 span {
	display: block;
	color: #e21d39;
	font-style: italic;
}
.about-block div {
	-ms-flex: 1!important;
	flex: 1!important;
}
.about-block p:last-child {
	margin-bottom: 0
}
#about-section .about-block:last-of-type {
	margin-bottom: 0;
}
#about-section .introduction {
	padding-bottom:40px;
	text-align:Center;
}
#about-section .introduction img {
	max-width:624px;
}
@media screen and (max-width: 800px) {
	.about-block.d-flex {
		display: block !important;
		padding: 25px;
	}
	.about-block h2 {
		text-align: left;
		margin-bottom: 40px;
		width: 100%;
	}
	.about-block h2 span {
		display: inline-block;
	}
}
/*--------------------------------------------------------------
TEAM PAGE
-------------------------------------------------------------- */

#team-section {}
.team-block {
	padding: 50px;
	background: #fff;
	margin-bottom: 30px;
}
.team-block img {
	width: 165px;
	height: 165px;
	border-radius: 165px;
	margin-right: 50px;
	display: inline-block
}
.team-block .team-meta {
	width: 550px;
	padding-right: 30px;
}
.team-block .team-meta p {
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px;
}
.team-block .team-meta div {
	-ms-flex: 1!important;
	flex: 1!important;
}
.team-block h2 {
	color: #296b81;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.team-block h2 span {
	display: block;
}
.team-block .biography {
	-ms-flex: 1!important;
	flex: 1!important;
}
.team-block p:last-child {
	margin-bottom: 0
}
#team-section .team-block:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
	.team-block.d-flex {
		display: block !important;
		padding: 25px;
	}
	.team-block .biography {
		margin-top: 30px;
	}
}
@media screen and (max-width: 500px) {
	.team-meta {
		width: 100%;
	}
	.team-meta {
		width: 100% !important;
		display: block !important;
		text-align: center;
	}
	.team-block h2 {
		width: 100%;
		margin-top: 20px;
	}
	.team-block img {
		margin-right: 0;
	}
}
/*--------------------------------------------------------------
LOCATIONS
-------------------------------------------------------------- */

#location-section {}
#location-section .container-fluid {
	max-width: 960px;
}
.location-block {
	background: #fff;
	height: 100%;
}
.location-block .image {
	position: relative;
}
.location-block .image img {
	width: 100%;
}
.location-block h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	font-size: 50px;
	font-style: italic;
	color: #93d5da;
	text-align: Center;
	z-index: 2
}
.location-block .image-overlay {
	background: rgba(0, 17, 255, 0);
	background: -moz-linear-gradient(top, rgba(0, 17, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 17, 255, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 17, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
	background: -o-linear-gradient(top, rgba(0, 17, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
	background: -ms-linear-gradient(top, rgba(0, 17, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
	background: linear-gradient(to bottom, rgba(0, 17, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0011ff', endColorstr='#000000', GradientType=0);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75%;
	z-index: 1
}
.location-block .content {
	padding: 50px 30px;
}
.location-block .content img {
	margin-right: 10px;
	width: 31px;
}
.location-block h3 {
	color: #296b81;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -1px;
	margin: 0;
}
.location-block h4 {
	color: #1f2429;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.location-block p {
	margin-bottom: 0
}
.location-block a {
	color: #1f2429;
	transition: 0.2s;
}
.location-block a:hover {
	color: #296b81;
}
@media screen and (max-width: 800px) {}
/*--------------------------------------------------------------
EVENTS
-------------------------------------------------------------- */

#events-section {}
.events-block {
	background: #fff;
	height: 100%;
	padding: 25px;
}
.events-block .image img {
	width: 100%;
}
.events-block h2 {
	font-size: 36px;
	line-height: 38px;
	color: #296b81;
	letter-spacing: -1px;
	margin: 0
}
.events-block .content {
	padding: 0 30px;
	flex: 1
}
.events-block .content .date {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.events-block h3 {
	color: #296b81;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -1px;
	margin: 0;
}
.events-block h4 {
	color: #1f2429;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.events-block .excerpt {
	margin: 20px 0;
}
.events-block .red-button {
	font-size: 14px;
	letter-spacing: 3px;
	color: #FFF;
	background: #e21d39;
	padding: 0 40px;
	border-radius: 50px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	transition: 0.2s;
}
.events-block .red-button:hover {
	background: #d41833
}
.events-block p {
	margin-bottom: 0
}
.events-block a {
	color: #1f2429;
	transition: 0.2s;
}
.events-block a:hover {
	color: #296b81;
}
@media screen and (max-width: 500px) {
	.events-block.d-flex {
		display: block !important
	}
	.events-block .image {
		width: 100%
	}
	.events-block .content {
		padding: 20px;
		flex: 1
	}
}

/*--------------------------------------------------------------
DONATE
-------------------------------------------------------------- */
.dn-clear {
	clear:both;
}

.dn-head {
    border-bottom:none!important;
	font-size: 29px;
    color: #1f2429!important;
    margin:0!important;
	font-weight:bold;
	padding:30px 0 15px 0!important;
    font-family: 'Source Serif Pro', serif;
}

#dn-center .dn-twoleft {
	float: left;
	width: 49%;
}

#dn-center .dn-tworight {
	float: right;
	width: 49%;
}

#dn-center .dn-onefull {
	width: 100%;
	clear: both;
}

#dn-center .dn-threewrap {
	float: left;
	width: 66%;
}

#dn-center .dn-threeleft {
	float: left;
	width: 50%;
}

#dn-center .dn-threecenter {
	float: right;
	width: 50%;
}

#dn-center .dn-threeright {
	width: 33%;
	float: right;
}

.dn-textfield {
	width: 99%;
 
    margin: 0px 0 10px 0;
    resize: none;
    height: 30px;
  
    font-weight: 300;
    border: 1px solid #b9bec4;
}

.dn-title {
    font-weight: 300;
    background: #fff;
    text-transform: lowercase;
    display: inline;
    z-index: 9;
    position: absolute;
    left: 15px;
    top: -13px;
    padding: 0 2px 0 4px;
    font-size: 14px;
}

.dn-title.rel {
    position: relative;
    padding: 5px 0;
    top: 0;
    left: 0;
	display:block;
	text-transform:none;
}

.dn-star {
    color: #F00;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.dn-textfieldsm {
	width: 50%;
}

.dn-textfieldsml {
	width: 90%;
}

 
.dn-padding {
	padding: 7px;
	position:relative;
}

 
.dn-smalltext {
	font-size: 10px;
}

#dn-center {
	width: 75%;
	clear: both;
	margin:0 auto;
 
	position: relative;
	background:#fff;
	padding:60px;
}

#donate-section{
	position:relative;
}

.secured{
	position:absolute;
	top:20px;
	right:20px;
}

#donate-section .button{
	border:none;
	margin:10px auto;
}

#donate-section .box {
    
    width: 30%;
    border: 2px solid #000;
    margin: 0 auto 40px auto;
    text-align: center;
    padding: 20px 1%;
}

#donate-section .box .head {
    font-size: 16px;
}

#donate-section  .box .amount, #donate-section  .total, #donate-section  .box input {
    font-size: 50px;
    line-height: 50px;
    
}

#donate-section  .box .amount{
	margin:20px 0 30px 0;
}

#donate-section .box .amount input {
    border: none;
    color: #000;
    margin: 0 -10px 0 0;
	background: #f8f8f8;
    text-align: right;
    display: inline;
    
}


/*--------------------------------------------------------------
LEARNING PAGE
-------------------------------------------------------------- */
#learning-section .container-fluid {
    max-width: 960px;
}
#learning-section .frame{
	padding: 56.25% 0 0 0;
	position: relative;
}
#learning-section .frame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
VIDEO PAGE
-------------------------------------------------------------- */
#video-section .container-fluid {
    max-width: 960px;
}

/*--------------------------------------------------------------
HOLIDAY GIFTS PAGE
-------------------------------------------------------------- */
header#holidaygifts{
	max-height:500px;
}

#holidaygifts-section #homemain, #holidaygifts-section #homemain * {
    box-sizing: content-box;
}

#holidaygifts-section #home .text {
	line-height: 20px;
}

#holidaygifts-section #home .login .line {
	padding:0;
}

#holidaygifts-section #home .login .button {
	width: auto;
	padding-top: 0;
}

.orders{
	width:1200px;
	margin:0 auto;
}

#learning-section, #video-section{
	background:#fff;
	font-size:17px;
}

#holidaygifts-section .signin .button{
	 
	 
 
	display:inline;
	letter-spacing:1px;
	padding:6px 16px;
 
	color:#fff!important;
	margin:0 0 0 20px;
}

#holidaygifts-section .signin{
	text-align:center;
	padding:20px 0 20px 0;
}

#holidaygifts-section .left{
	float:left;
	width:48%;
	position:relative;
	margin:40px 0 0 0;
}

#holidaygifts-section .left .overlay{
	position:absolute;
	top:40%;
	left:0;
	width:100%;
	text-align:center;
	display:none;
}

#holidaygifts-section .left:hover .overlay{
	display:block;
}

#holidaygifts-section .left .overlay .fa{
	background:rgba(0,0,0,0.7);
	width:40px;
	height:40px;
	padding:10px 0 0 0;
	font-size:20px;
	cursor:pointer;
}

#holidaygifts-section .left img{
	background:#fff;
	padding:30px 0;
	border:1px solid #bcbcbc;border-radius:5px;
}

#holidaygifts-section .right{
	float:right;
	width:45%;
	font-size:14px;
	text-align:left;
	margin:45px 0 0 0;
}

#holidaygifts-section .right .desc{
	line-height:22px;
}

#holidaygifts-section .right .button{
	float:none;
	width:190px;
	text-align:center;
}

#holidaygifts-section .right .price{
	font-size:48px;
	font-family: 'Source Serif Pro', serif;
	color:#e21d39;
	font-weight:600;
}
 

#holidaygifts-section .right .price sub{
	font-size:13px;
	display:block;
	color:#000;
	font-style: italic;
    padding:15px 0 0 0;
}

#holidaygifts-section h3{
	color:#296b81;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	padding:40px 0 10px 0;
}

#holidaygifts-section #dn-center.middle{
	padding:0 60px;
}
 
#holidaygifts-section .total{
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}

.col-12  h2{
	letter-spacing:-1px;
}

#dn-center.login{
	width:50%;
	margin:0 auto;
}

#dn-center.login .submit{
	width:100px;
}

/*--------------------------------------------------------------
AUDIO
-------------------------------------------------------------- */
h1.audios{
	float:left;
	width:50%;
	margin:0;
}

#anchor a{
	text-align:right;
	border:1px solid #751227;
	color:#751227;
	text-decoration:none;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 27.5px;
	margin:0 0 0 10px;
}

.filter{
	float:right;
	width:40%;
	position:relative;
}

.filter .textfield{
	border-radius:4px;
	color:#a5a5a5;
	border:1px solid #a5a5a5;
	padding:8px 10px;
	float:left;
	width:34%;
}

.filter .go{
	position:absolute;
	top:5px;
	right:10px;
}

.filter select{
	height:33px;
}

.filter .textfield.right{
	width:57%;
	float:right;
}

#anchor a.first{
	margin:0;
}

#anchor{
	clear:both;
	padding:30px 0 0 0;
}

#audio{
	clear:both;
	margin:30px 0 0 0;
	color:#332d31;
	font-size:14px;
	font-family: 'helveticaneueltstdlt';
}

#audio .section.hide {
	display:none;
}

#audio .section.show {
	display:block !important;
}

#audio #top-featured {
	background-color:#751227;
	color:#FFF;
	margin:30px 0 0 0;
	position:relative;
}

#audio #top-featured:before, #audio #top-featured:after{
	content:'';
	height:100%;
	width:10%;
	background-color:#751227;
	position:absolute;
	top:0;
}

#audio #top-featured:before{
	right:100%;
}

#audio #top-featured:after{
	left:100%;
}

#audio h2 {
	color:#751227;
	text-transform:uppercase;
	font-size:31px;
	margin:40px 0 0 0;
	clear:both;
	line-height:30px;
	font-family:'Adobe_Caslon_Pro_Semibold';
	position:relative;
}

#audio h2:after{
	position:absolute;
	bottom:10px;
	right:0;
	width:73%;
	background:#751227;
	content:'';
	height:1px;
}

#audio .col{
	float:left;
}

#audio .col.title{
	float:left;
	width:50%;
	background:none;
	color:inherit;
	font-weight:normal;
	padding:0px;
	font-size:16px;
	font-family: 'HelveticaNeueLTStd-Bd';
}

#audio #training {
	padding:0px;
}

#audio .col.title .subtitle{
	display:none;
}

#audio #top-featured .col.title  .subtitle{
	display:block;
}

#audio #top-featured .col.title{
	font-size:11px;
	font-family: 'helveticaneueltstdlt';
	text-transform:uppercase;
	letter-spacing:1px;
}

#audio #top-featured .col.title  .subtitle{
	font-size:16px;
	text-transform:none;
	letter-spacing:0;
	font-family: 'HelveticaNeueLTStd-Bd';
}

#audio .listing{
	padding:10px 0;
	border-bottom:1px solid #e0e0e0;
}

#audio #top-featured .listing{
	border:none;
}

#audio .col.speaker{
	font-size:14px;
	min-width:25%;
	width:25%;
	text-transform:capitalize;
}

#audio .col.date{
	width:8%;
}

#audio .col.buttons{
	float:right;
	width:10%;
	margin:-7px 0 0 0;
}

#audio #top-featured .col.buttons{
	margin:0;
}

#audio .play audio:before{
	position:absolute;
	color:#fff;
	text-align:center;
	border-radius:100%;
	top:0;
	left:0;
	font-size: 12px;
    line-height: 12px;
    background: #751227;
    border-radius: 100%;
    padding: 7px 0 0 0;
    width: 26px;
    height: 19px;
	background:#751227;
	font-family: 'FontAwesome';
	content:'\f04b';
	z-index:9;
}

#audio .play, #audio .download{
	float:left;
	padding:6px 0px;
	/*width:30px;*/
}

#audio .download{
	padding:6px 0 0 6px;
}
	

#audio .play{
}

#audio .play audio{
	width:180px;
	position:relative;
	z-index:9;
}

#audio .play a, #audio .download a{
	text-decoration:none;
}

.fa-download:before {
  content: "\f019";
}

.fa-play:before {
  content: "\f04b";
}


.fa {
	font-family: 'FontAwesome';
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#FFF;
	font-size:12px;
	line-height:12px;
	background:#751227;
    border-radius: 100%;
    padding:7px 0 0 0;
    width: 26px;
	height:19px;
    display: block;
    text-align: center;
	position:relative;
	z-index:9;
	text-decoration:none;
}

#top-featured .fa{
	background:#fff;
	color:#751227;
	margin:3px 0 0 20px;
}

/*--------------------------------------------------------------
NEWS
-------------------------------------------------------------- */
#news .box{
	float:left;
	width:46%;
	border:2px solid #000;
	margin:0 0 40px 0;
	text-align:center;
	padding:10px 0 0 0;
}

#news .box .photo{
	margin:0 -10px 15px -10px;
}
	

#news .box.right{
	float:right;
}

#news .box .date{
	padding:0 0 15px 0;
	font-size:14px;
}

#news .box .title{
	text-transform:uppercase;
	padding:0 0 15px 0;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#761328;
	font-size: 20px;
    line-height: 24px;
	text-shadow: 2px 2px #eee;
}

#news .box .media{
	font-size:19px;
	padding:0 0 40px 0;
}

#news .box a{
	display:block;
	width:40%;
	font-size:12px;
	margin:0 auto -15px auto;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#fff;
	padding:8px 0;
	background:#761328;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

/*--------------------------------------------------------------
DEDICATIONS
-------------------------------------------------------------- */
a.donate_button {
    float: right;
    margin:0px 16px 20px 0px;
}

#sponsorships {
	width: 600px;
	border: 1px solid #751228;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	position: relative;
}

#sponsorships .sponsor {
	clear: both;
	overflow: hidden;
	border-bottom:1px dashed #751228;
}

#sponsorships .sponsorpadding {
	padding: 10px 20px 10px 20px;
}

#sponsorships .sponsorleft {
	width: 510px;
	float: left;
	margin:8px 0px;
}

#sponsorships .sponsorright {
	width: 50px;
	float: right;
	margin:8px 0px;
}

#sponsorships .sponsortitle {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 10px 0;
}

#sponsorships .sponsorcheckbox {
	width: 50px;
	float: left;
	text-align: left;
}

#sponsorships .sponsortext {
	width: 460px;
	float: right;
	font-weight: bold;
}

#sponsorships .smalltext {
	font-size:12px;
	font-style: italic;
	font-weight: normal;
}

#sponsorships .sponsordollar {
	color: #8C4251;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

/*--------------------------------------------------------------
ASK THE RABBI
-------------------------------------------------------------- */
#ask {
	background: url(/images/askbg.jpg) no-repeat;
	margin: 0 20px;
	clear: both;
	overflow: hidden;
	height: 445px;
}

#ask .text {
	padding: 10px 0; 
	margin: 10px 20px;
	border-bottom: 1px solid #DBD4CF;
	width: 270px;
	text-align: justify;
}

#ask #form {
	padding: 10px 0 0 23px;
	width: 350px;
}

#ask #form p {
	width: 250px;
	clear: left;
	margin: 0;
	padding-bottom: 11px;
	padding-left: 100px;
}

#ask #form label {
	float: left;
	margin-left: -100px;
	width: 85px;
	text-align: left;
}

#ask #form .textfield, #ask #form .textarea {
	width: 250px;
	border: 1px solid 5A5A5A;
	height: 23px;
}

#ask #form .textarea {
	height: 115px;
}

#ask #form .button {
	text-align: right;
}

.askbutton {
	padding: 22px 0 0 0;
	text-align: center;
}


/*--------------------------------------------------------------
Click & Share
-------------------------------------------------------------- */

#clickshare {
	max-width:600px;
	margin:auto;
	text-align:center;
}

#clickshare img {
	max-width:100%;
}

#clickshare .banner {
	margin-bottom:35px;
}

#clickshare h2 {
	font-size:16px;
	letter-spacing:normal;
	margin-bottom:35px;
}

#clickshare .share{
	margin-bottom:35px;
}

#clickshare iframe {
	margin-bottom:35px;
}

#clickshare .divider {
	border:1px solid gray;
	margin-bottom:35px;
}

#clickshare .bottom {
	max-width:640px;
	background:#c0d4da;
	padding:20px;
}

#clickshare a.button {
	width:50%;
	color:#FFF;
	text-decoration:none;
	background-color:#04465c;
	margin:25px auto;
	text-align:center;
	display:block;
	padding:10px 0px;
	text-transform:uppercase;
	letter-spacing:1px;
}

#clickshare .oneon1 {
	float:right;
	margin-top:20px;
}

#clickshare .share {
	width:50%;
	margin:15px auto;
}


/*--------------------------------------------------------------
Events
-------------------------------------------------------------- */
#events .newsbox {
	border: 1px solid #858585;
	clear: both!important;
	overflow: hidden;
	margin: 35px 0 0 0!important;
	padding: 4px;
	border-radius: 5px;
}

#events .newsboxpad {
	background-color: #F7F7F7;
}

#events.store .newsbox.right{
	clear:none!important;
	float:right!important;
}

#events .newsbox .image IMG {
	max-width: 250px;
}

#events .image {
	width:29%;
	min-height:100px;
	float:left;
}

#events .details {
	float: right;
	width: 70%;
}


@media (max-width: 750px) {

#events .newsbox, #events .newsbox.right{
	float:none!important;
	width:90%!important;
	padding:10px;
	margin:0 auto 20px auto!important;
}


#events .newsbox .image IMG {
	max-width:100%;
}

	
}

@media (max-width: 450px) {
	#events .image{
		float:none;
		width:100%;
		
	}
	
	#events .details{
		float:none;
		width:100%;
}
}


/*--------------------------------------------------------------
MULTIMEDIA
-------------------------------------------------------------- */

#media{
	background:url(images/borderbg.gif) repeat-x top left;
}

#media .wrapper{
		background:url(images/borderbg.gif) repeat-x bottom left;
		padding:0px 0 40px 0;
}

#media .header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #751228;
	text-align:center;
	padding:30px 0 30px 0;
}

#media .section{
	width:546px;
	margin:0 auto;
}

#media .photo, .lastphoto{
	float:left;
	padding:15px;
	background:#e3e3e3;
	margin:0 30px 0 0;
}

#media .lastphoto{
	margin:0px;
}

#media .view{
	float:right;
	margin:10px 0 0 0;
}

#media .video, .lastvideo{
	float:left;
	padding:15px;
	background:#e3e3e3;
	margin:0 16px 0 0;
}

#media .lastvideo{
	margin:0;
}

/*--------------------------------------------------------------
SHABBAT GUIDE
-------------------------------------------------------------- */


#contact.guide #form {
	padding: 0px 0 0 0;
    width: 100%;
    float: none;
    background: #f8f8f8;
}

#contact.guide #form label {
	    color: #282828;
}

#contact.guide #form .textfield, #contact.guide #form .textarea {
		border:2px inset;
}

#contact.guide #form .textfield, #contact.guide #form .textarea {
		border:2px inset;
		height: 35px;
        padding: 0 0 0 5px;
}

#contact.guide {
	text-align:center;	
}

#contact.guide .kit {
	background-color:#f3aa1d;	
}

#contact.guide .top {
	margin:15px 0px 50px 0px;
}

#contact.guide .top .left{
	width:60%;
	float:left;
	font-size:16px;
	background:#f8f8f8;
	padding:30px 5%;
}


#contact.guide .top .video {
	float:right;
	width:28%;
	color:#FFF;
	padding:90px 0px;
	background-image:url(images/video_lrg.jpg);
	background-size:cover;
	font-size:20px;
	font-family: campaign-slab, serif;
	text-transform:uppercase;
	text-align:center;
	background-color:#2c2f32;
}
 
#contact.guide .form .left{
	width:24%;
	float:left;
	margin:100px 0 0 0;
	position:relative;
	z-index:99;
}

#contact.guide .form .left.card{
	width:24%;
	float:right;
	height:335px;
	overflow:hidden;
}

#contact.guide .form .left.card img{
transform: rotate(5deg);
}

#contact.guide .form .right{
	width:54%;
	font-size:16px;
	float:left;
	background:#f8f8f8;
	padding:30px;
	margin:20px -43px 0 -43px;
}

#contact.guide h1{
	margin: 10px 0 0 0;
}

#contact.guide h2{
	font-size: 21px;
	color:#32b8c0;
    text-transform: uppercase;
    font-weight:700px;
	font-family: campaign-slab, serif;
	padding:15px 0 15px 0;
}
#contact.guide .includes{
	font-size: 16px;
	line-height:25px;
}

#contact.guide .register{
	display:block;
	background:#475764;
	padding:18px;
	position:relative;
	z-index:9;
	width:360px;
	margin:0 auto 20px auto;
}

#contact.guide .register .left{
	float:left;
}

#contact.guide .register .right{
	float:right;
	margin:28px 0 0 0;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	padding:7px 0;
	font-size:14px;
	font-family: campaign-slab, serif;
	width:120px;
	border:1px solid #f0c433;
}

#contact.guide .topban{
	margin:0 0 20px 0;
}

#contact.guide .banner{
	margin:0px 0 -40px 0;
}

#contact.guide .survey{
	    background: #fcb500;
    width: 95%;
    border: 8px solid #32b8c0;
    color: #000000;
    font-size: 16px;
}

#contact.guide #form .button {
    text-align: center;
}

/*--------------------------------------------------------------
PRAY
-------------------------------------------------------------- */
.prayer .box {
	background-image:url(images/pray-bg.jpg);
	background-size:cover;
	padding:50px 8%;
	width:84%;
	text-align:center;
	font-family: 'CoreRhino55Light';
}

.prayer .box .text {
	 
	padding:0px;
	width:90%;
	 
	font-size:15px;
	margin:25px auto 0 auto;
	line-height:22px;
 
 
}

.prayer .box .prayers{
	font-family: 'FunkySig';
	font-size:129px;
	padding:0 0 50px 0;
}

.prayer .box .text .red {
	 
	font-family: 'FunkySig';
	font-size:44px;
	display:block;
	color:#7c5376!important;
	padding:40px 0 0 0;
	 
}

.prayer .box .tagline {
	 
	font-size:30px;
	font-family: 'CoreRhinoThin';
	 
	color:#7c5376;
	line-height: 40px;
}

#contact.guide.prayer  .form .right{
	float:right;
	width:45%;
	border-radius:15px;
	padding:25px 5% 40px;
	margin:0px;
}

#contact.guide.prayer  .form .left {
	width:38.4%;
	margin:0px;
}
	
#contact.guide.prayer  .form h2 {
	font-family: 'CoreRhino55Medium';
	color:#7c5376;
	text-transform:none;
	font-size:22px;
	letter-spacing:normal;
}

#contact.guide.prayer  .form #form p {
	width:100%;
	padding:0px;
	margin:0px 0px 15px 0px;
}

#contact.guide.prayer  .form #form p label {
	margin:0px;
	font-size:10px;
	text-align:left;
	padding:0px 0px 5px 0px;
	text-transform:uppercase;
	width:100%;
}

#contact.prayer.guide .form .right{
	background:#fff;
	padding:13px 40px 20px 40px;
}

#contact.prayer.guide #form{
	background:#fff;
}

 

#contact.prayer.guide #form .textfield, #contact.prayer.guide #form .textarea{
	font-size:14px;
	height:40px;
	border-radius:7px;
	border:1px solid  #efeeee;
	color: #aeaba8;
}

#contact.prayer.guide #form .textarea{
 
 
	resize:none;
	padding:10px 0 0 5px;
}

#contact.prayer.guide ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aeaba8;
  opacity: 1; /* Firefox */
}

#contact.prayer.guide :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aeaba8;
}

#contact.prayer.guide ::-ms-input-placeholder { /* Microsoft Edge */
  color: #aeaba8;
}


/*#contact.guide.prayer  #form .textfield, #contact.guide.prayer  #form .textarea {
	width:100%;
	padding:0px;
}*/

#contact.guide.prayer  #form .sendto {
	padding:0px;
	height:0px;
}

#contact.guide.prayer .form {
	background:url(images/pray_tehillim.jpg);
	width:86%;
	margin:20px 0 0 0;
	padding:50px 7%;
}

.prayer .video {
	margin: 20px 0 0 0;
}

#hidden-content2 .buttonvid {
	margin: 35px auto 10px auto;
    display: block;
    text-align: center;
    border: none;
    border-radius: 15px;
    width: 250px;
    padding: 12px 25px;
    text-decoration: none;
    background-color: #a50300;
    font-size: 18px;
    color: white;
    font-family: 'chapazaregular';
}

#hidden-content, #hidden-content2 {
	width:53%;
	display:none;
}

#hidden-content2 .frame{
	position:relative;
	padding:56% 0 0 0;
}

#hidden-content2 .frame iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#hidden-content{
	padding:50px 120px;
	background-image:url(images/pray-bg_pop.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	font-family: 'CoreRhino55Light';
	font-size:13px;
	line-height:23px;
}

#hidden-content .left {
	float:left;
	text-align:left;
	width:45%;
}

#hidden-content .right {
	float:right;
	width:50%;
	text-align: justify;
	font-size: 22px;
    line-height: 36px;
}

#hidden-content .button {
	color:#FFF;
	background-color:#7c5376;
	text-align:center;
	width:20%;
	float:right;
	padding:5px 0px;
	border-radius:25px;
	margin:0px auto 15px auto;
	text-decoration:none;
}

#hidden-content .button .fa {
	background:none;
	padding:0px;
	width:auto;
	height:auto;
	border-radius:0px;
}

#hidden-content h2 {
	clear:both;
	font-size:80px;
	text-transform:none;
	text-align:center;
	padding:0 0 40px 0;
	font-family: 'FunkySig';
	color:#7c5376;
}

#hidden-content h2.two{
	text-align:left;
	padding:70px 0 40px 0;
}

#hidden-content h2 span{
	font-family: 'CoreRhino55Light';
	font-size:26px;
}

#hidden-content .text {
	width:100%;
	font-size:13px;
	padding:15px 0 0 0px;
 
}

#hidden-content .insert {
	  color:#7c5376;
	  font-weight:bold;
	  font-style:italic;
	 
}
#hidden-content .left .text {
	text-align:justify;
	padding:0px;
}


/*--------------------------------------------------------------
CONTACT PAGE
-------------------------------------------------------------- */
#contact-section .container-fluid {
    max-width: 960px;
}

#contact-section input, #contact-section textarea{
	width:100%;
}

#contact-section #form{
	padding:50px;
	background:#fff;
}

/*--------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */

footer {
	padding: 20px 0;
	background: #1f2429;
	color: #fff;
}
footer .wrapper {
	 
	margin: 0 auto;
	padding: 0 60px
}
footer .column {
	padding: 20px 10px;
}
footer h3 {
	letter-spacing: 2px;
	color: #93d5da;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600px;
	text-transform: uppercase;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {}
footer ul li a {
	padding: 2px 0;
	color: #fff;
	transition: 0.2s;
	display: block;
	font-size: 13px;
	line-height: 15px;
}
footer ul li a:hover, footer .copyright a:hover {
	color: rgba(255, 255, 255, 0.5)
}
footer .social-media {
	text-align: Center;
}
footer .social-media a {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #e21d39;
	display: inline-block;
	color: #fff;
	text-align: center;
	padding:5px 0 0 0;
	transition: 0.2s;
	margin: 2px;
}

.home footer .social-media a{
	padding:10px 0 0 0;
}

footer .social-media a:hover {
	background: #e21d39
}
footer .sign-up .vr-field, footer .sign-up .vr-submit{
	float:left;
}

form.vr-signup-form div.vr-field{
	width:230px;
}

form.vr-signup-form{
	max-width:100%!important;
}

footer .sign-up {
	width: 300px;
	text-align: Center;
}
footer .sign-up input {
	height: 44px;
	border-radius: 44px 0 0 44px;
	border: none;
	padding: 10px 20px;
	font-size: 12px;
	flex: 1;
}
footer .sign-up #submit-button {
	height: 44px;
	width: 44px;
	border-radius: 0 44px 44px 0;
	border: none;
	padding: 10px;
	background:#e21d39 url(assets/images/icon-specialist.png) no-repeat center;
	font-size: 12px;
	line-height: 5px;
	text-align: center;
}
footer .copyright {
	text-align: right;
	font-size: 12px;
	line-height: 17px;
	margin-top: 50px;
}
footer .copyright p {
	margin-bottom: 0
}
footer .copyright a {
	color: #fff;
}
footer .copyright a:hover {
	color: #e21d39;
}
::placeholder {
	color: #091e27;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #091e27;
}
::-ms-input-placeholder {
	color: #091e27;
}

form.vr-signup-form div.vr-submit div.vr-notice.vr-notice-success{
	position:absolute;
	bottom:-20px;
	right:0;
	color:#fff!important;
	text-transform:uppercase;
}

footer .sign-up .vr-field, footer .sign-up .vr-submit{
	position:relative;
}

@media screen and (max-width: 600px) {
	.wrapper {
		display: block !important
	}
	footer .copyright {
		text-align: center;
	}
	footer .sign-up {
		width: 100%;
		text-align: Center;
	}
}