/*
Theme Name: Higher Ground
Theme URI: http://higherground.com/
Author: Featherwebs
Author URI: https://featherwebs.com/
Description: The custom theme for Higher Ground is clean, easy to navigate and is fully responsive.
Version: 1.0
License:
License URI:
Tags:
Text Domain: Higher Ground

This theme, is licensed upon Higher Ground. Use of the theme without the consent of owners is prohibited.
*/

#home-banner {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 50%;
}
#home-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-content-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255,0.5);
	color: #ef3e29;
	background:linear-gradient(153.5deg, rgba(255,255,255,0.92) 50%, transparent 1%);
}

.banner-texts {
	margin-top: 15%;
}
.banner-content h1 {
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.banner-content a{
	color: #ef3e29;
	padding: 13px 37px;
	font-size: 17px;
	border: 2px solid #ef3e29;
	border-radius: 50px;
	text-transform: uppercase;
}
.banner-content a:hover {
	text-decoration: none;
}
.banner-content-xs {
	padding: 20px 0;
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 0;
}
.banner-content-xs h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
}
.banner-content-xs a{
	color: #ef3e29;
	padding: 10px 30px;
	font-size: 18px;
	border: 1px solid #ef3e29;
	border-radius: 50px;
	text-transform: uppercase;
	display: inline-block;
}
.banner-content-xs a:hover {
	text-decoration: none;
}

#home-about {
	padding: 90px 0;
	text-align: center;
	float: none;
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 0px 110%;
}
.cube {
	width: 50px;
	height: 50px;
	display: block;
	background-color: #ef3e29;
	margin: 0 auto;
}
#home-about h1 {
	font-size: 20px;
	font-weight: bold;
	color: #584d53;
	text-transform: uppercase;

	width: 70%;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 50px;
}
#home-about p {
	font-size: 15px;
	color: #584D53;
	margin-bottom: 60px;
}
#home-about a {
	font-size: 16px;
	color: #ef3e29;
	border-radius: 30px;
	border: 2px solid #ef3e29;
	padding: 15px 40px;
	display: inline-block;
	margin-right: 30px;
}
#home-about a:last-of-type {
	margin-right: 0;
}
#home-about a:hover {
	text-decoration: none;
}

#home-categories {
	padding: 100px 0;
	background-color: #f4f4f4;
	min-height:50vh;
}
#home-categories h1 {
	font-size: 36px;
	display: block;
	text-align: center;
	color: #ef3e29;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 0;
}
.category-wrapper {
	width: 100%;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
.category-image {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
}
.category-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.category-content {
	padding: 20px 20px 40px;
	text-align: center;
	background-color: #fff;
}
.category-content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #696969;
	margin-top: 0;
	margin-bottom: 30px;
}
.category-content p {
	color: #696969;
	font-size: 16px;
	margin-bottom: 30px;
}
.category-content a{
	color: #ef3e29;
	font-size: 14px;
	border: 1px solid #ef3e29;
	padding: 10px 20px;
	border-radius: 20px;
}
.category-content a:hover {
	text-decoration: none;
}

#home-blog {
	padding: 100px 0;
}
#home-blog a:hover {
	text-decoration: none;
}
#home-blog h1 {
	font-size: 36px;
	display: block;
	text-align: center;
	color: #ef3e29;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 0;
}
.blog-wrapper {
	width: 100%;
	border: 1px solid #d0d3d5;
	border-radius: 20px;
}
.blog-wrapper a{
	color: #696969;
}
.blog-wrapper a:hover {
	text-decoration: none;
}
.blog-image {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	border-radius: 20px 20px 0 0;
}
.blog-image img {
	border-radius: 20px 20px 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.blog-content {
	padding: 20px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.blog-content .blog-content-header {
	margin-bottom: 10px;
}
.blog-content small {
	font-size: 14px;
	color: #f37471;
}
.blog-user {
	float: left;
}
.blog-date {
	float: right;
}
.blog-content h2 {
	font-size: 28px;
	font-weight: bold;
	color: #696969;
	margin-top: 0;
	margin-bottom: 10px;
	height: 60px;
}
.blog-content p {
	color: #696969;
	font-size: 16px;
}
.view-all {
	padding: 10px 40px;
	font-size: 16px;
	color: #ef3e29;
	border: 1px solid #ef3e29;
	border-radius: 20px;
}
.view-all:hover {
	text-decoration: none;
	color: #ef3e29;
}

#home-events {
	padding: 100px 0;
}
#home-events h1 {
	font-size: 36px;
	display: block;
	text-align: center;
	color: #ef3e29;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 0;
}
.event-wrapper {
	width: 100%;
}
.event-wrapper h3 {
	font-size: 80px;
	color: #f37471;
	font-weight: 300;
 transition: color 0.5s ease;
}

.event-wrapper h3:hover{
	color: #EF3E29
}
.event-wrapper span {
	display: block;

}
.event-wrapper h2 {
	font-size: 28px;
	font-weight: bold;
	color: #696969;
	margin-top: 0;
	margin-bottom: 10px;
}
.event-wrapper p {
	color: #696969;
	font-size: 16px;
}

.event--button button{
	background: none;
	border:0px;
	padding: 0px;
	text-align: left
}

.btn--events:focus {
  outline: none;
}
#home-support {
	padding: 70px 0 90px;
	background-color: #f37471;
	text-align: center;
}
#home-support h1 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 50px;
	font-weight: 300
}
#home-support h1 span {
	display: block;
	font-size: 44px;
	font-weight: 500
}
#home-support a {
	padding: 20px 40px;
	font-size: 24px;
	border: 1px solid #fff;
	border-radius: 40px;
	color: #fff;
}
#home-support a:hover {
	color: #fff;
	text-decoration: none;
}

footer {
	padding: 70px 0;
}
.footer-logo {
	width: 100px;
	margin-top: 30px;
}
.footer-content {
	padding: 0 80px;
}
.footer-content ul {
	display: block;
	float: none;
	padding-left: 0;
	text-align: center;
	padding-top: 20px;
}
.footer-content ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}
.footer-content ul li:nth-child(4n) {
	margin-right: 0;
}
.footer-content ul li a {
	color: #ef3e29;
	font-size: 14px;
}
.footer-content ul li a:hover {
	color: red;
	text-decoration: none;
}
.footer-content ul li a img {
	width: 30px;
	fill: red;
	-webkit-transition: all 0.2s; /* Safari 3.1 to 6.0 */
    transition: all 0.2s;
}
.footer-content ul li a img:hover {
	fill: #ef3e29;
}
.footer-content .social-icons {
	margin-bottom: 10px;
}
.copyright {
	display: block;
	font-size: 12px;
	color: #9d9d9d;
	margin-top: 30px;
	text-align: center;
}


/* Stories CSS */
#stories-banner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
}
#stories-banner img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.bstory-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 44%;
	background-color: #fff;
	height: 100%;
	display: block;
	padding-top: 230px;
	padding-left: 150px;
}
.bstory-content h1 {
	text-transform: uppercase;
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #95989a
}
.bstory-content h1>span {
	display: block;
}
.bstory-content a{
	color: rgb(243,116,113);
	padding: 15px 50px;
	font-size: 18px;
	border: 2px solid rgb(243,116,113);
	border-radius: 50px;
}
.bstory-content a:hover {
	text-decoration: none;
	border: 2px solid #EF3E29;
	color: #EF3E29;

}

#stories-list {
	padding: 70px 0;
}
.sl-row {
	margin-bottom: 70px;
}
.sl-row:last-of-type {
	margin-bottom: 0;
}
.slimage-container {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.slimage-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
.sl-content {
	padding-top: 50px;
}
.sl-content.left {
	padding-left: 50px;
	text-align: left;
}
.sl-content.right {
	padding-right: 50px;
	text-align: right;
}
.sl-content h2 {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	color: #9d9d9d;
}
.sl-content h2 span {
	color: rgb(243,116,113);
}
.sl-content div {
	font-size: 14px;
	color: #95989a;
}
.sl-content a {
	color: rgb(243,116,113);
	padding: 12px 30px;
	font-size: 14px;
	border: 2px solid rgb(243,116,113);
	border-radius: 50px;
	margin-top: 20px;
	display: inline-block;
}
.sl-content a:hover{
	border: 2px solid #EF3E29;
	color: #EF3E29;
	text-decoration: none;
}
/* Single Story CSS */
#single-story {
	margin-top: 120px;
}
.custom-breadcrumb {
	margin-bottom: 80px;
}
.custom-breadcrumb a, .custom-breadcrumb p, .custom-breadcrumb span {
	display: inline-block;
	font-size: 16px;
}
.custom-breadcrumb a {
	color: #95989a;
}
.custom-breadcrumb span {
	width: 10px;
	height: 10px;
}
.custom-breadcrumb a:hover {
	color: #7f8081;
	text-decoration: none;
}
.custom-breadcrumb p {
	color: #95989a;
	font-weight: bold;
}
#single-story h1 {
	text-transform: uppercase;
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #95989a;
}
#single-story h1>span {
	display: block;
}
.ss-banner {
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	position: relative;
}
.ss-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ss-content {
	padding: 50px 0;
	font-size: 14px;
	color: #95989a;
}
.ss_content .alignleft {
  float: left;
  padding: 10px 10px 10px 0;
}
.ss_content .alignright {
  float: right;
  padding: 10px 0 10px 10px;
}
.ss_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.ss_content .alignnone {
  display: block;
  width: 100%;
  height: auto;
}
.ss-content .apss-social-share {
	display: inline-block;
	float: right;
	text-align: center;
	margin-top: 50px;
}
.ss-content .apss-social-share .apss-single-icon {
	float: none;
	display: inline-block;
	margin-right: 10px;
}
.apss-single-icon .apss-icon-block {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.apss-facebook .apss-icon-block {
	background-image: url(images/facebook.svg);
}
.apss-twitter .apss-icon-block {
	background-image: url(images/twitter.svg);
}
.apss-google-plus .apss-icon-block {
	background-image: url(images/google.svg);
}

#more-stories {
	padding: 50px 0;
}
#more-stories h2 {
	color: rgb(243,116,113);
	font-size: 40px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 30px;
}
.ms-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.ms-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.ms-content {
	padding: 30px 0 0 15px;
}
.ms-content h1 {
	text-transform: uppercase;
	color: rgb(243,116,113);
	font-size: 26px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.ms-content div {
	font-size: 18px;
	color: #95989a;
}
.ms-content>a{
	color: rgb(243,116,113);
	padding: 5px 10px;
	font-size: 16px;
	border: 2px solid rgb(243,116,113);
	border-radius: 50px;
	margin-top: 20px;
	display: inline-block;
}

/* About CSS */
#about-banner {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 50%;
}
#about-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#about-banner .ab-content {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 200px 100px 0 0;
}
.ab-content p {
	font-size: 30px;
	font-weight: bold;
	color: #95989a;
	text-transform: uppercase;
}
.ab-content .cube {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: 2.5px;
}
.ab-content small {
	display: inline-block;
	font-size: 28px;
	color: #95989a;
	font-weight: bold;
}

#xs-quote {
	padding: 40px 0;
	text-align: center;
}
#xs-quote p {
	font-size: 16px;
	font-weight: bold;
	color: #95989a;
	text-transform: uppercase;
}
#xs-quote .cube {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
#xs-quote small {
	font-size: 18px;
	display: inline-block;
	color: #95989a;
	font-weight: bold;
}

#about-content {
	padding: 100px 0;
}
#about-content h2 {
	font-size: 48px;
	display: block;
	text-align: center;
	color: #2d2d2d;
	font-weight: bold;
}
#about-content .ac-small {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #bfb4b3;
	font-weight: normal;
}
#about-content .text-bulk {
	margin-top: 50px;
	color: #95989a;
}
#about-content .text-bulk * {
	padding: 0 30px;
}
#about-content .text-bulk img {
	width: 100%;
	padding: 30px 0;
	height: auto;
}

/* Blog CSS */
#blog-list-page {
	padding-top: 150px;
	padding-bottom: 100px;
	background-color: #fdfdfd;
}
.bl-title {
	padding-left: 15px;
	font-size: 54px;
	color: #676767;
	text-transform: uppercase;
	font-weight: bold;
}
.bl-container {
	padding-right: 30px;
}
.sb-list {
	padding: 30px 40px;
	background-color: #fff;
	border: 1px solid #eff3f5;
	border-radius: 20px;
	margin-top: 50px;
	cursor: pointer;
}
.blog_user {
	margin-bottom: 20px;
}
.user_picture {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgb(243,116,113);
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	float: left;
	text-align: center;
}
.user_content {
	float: left;
	padding-left: 10px;
}
.user_name {
	font-size: 14px;
	font-weight: bold;
	color: #95989a;
	display: block;
}
.user_date {
	font-size: 12px;
	color: rgb(243,116,113);
}
.sb-list h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	color: #3e3e3e;
}
.sbl-image {
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	position: relative;
}
.sbl-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.sbl-content {
	margin: 10px 0 20px;
	color: #95989a;
}
.sbl-link {
	color: rgb(243,116,113);
}
.sbl-link:hover {
	color: rgb(243,116,113);
	text-decoration: none;
}
.bl-view-more {
	padding: 5px 20px;
	border: 2px solid rgb(243,116,113);
	color: rgb(243,116,113);
	font-size: 14px;
	font-weight: bold;
	border-radius: 50px;
	margin-top: 40px;
	display: inline-block;
}
.bl-view-more:hover {
	color: rgb(243,116,113);
	text-decoration: none;
}
.bl-view-less {
	font-weight: bold;
	padding: 5px 20px;
	border: 2px solid #95939a;
	color: #959391;
	font-size: 14px;
	border-radius: 50px;
	margin-top: 40px;
	display: inline-block;
	margin-right: 20px;
}
.bl-view-less:hover {
	color: #95939a;
	text-decoration: none;
}

.bl-subtitle {
	margin-top: 50px;
	font-size: 28px;
	color: #676767;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
}
.bl-subtitle-2 {
	margin-top: 50px;
	font-size: 34px;
	color: #666;
	margin-bottom: 20px;
}
.bl-subtitle-2 .breaker {
	display: block;
}
.bl-subtitle-2 .breaker span {
	color: rgb(243,116,113);
	font-weight: bold;
}
.sb-list {
	display: table;
}
.sbl-event-date {
	display: table-cell;
}
.sbl-event-content {
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
}
.sbl-event-date h3 {
	font-size: 48px;
	font-weight: 300;
	margin: 0;
	color: rgb(243,116,113);
	line-height: 50px;
}
.sbl-event-date h3 span {
	display: block;
	letter-spacing: 0.1em;
	font-kerning: normal;
}
.sbl-event-content h2 {
	font-size: 26px;
	font-weight: bold;
	color: #696969;
	margin: 0;
}
.sbl-event-content p {
	color: #696969;
	font-size: 14px;
	line-height: 18px;
	margin-top: 13px;
	margin-bottom: 0;
}

/* Single Blog */
#single-blog {
	margin-top: 120px;
}

#single-blog h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #3e3e3e;
}
.sb-banner {
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	position: relative;
}
.sb-banner img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
}

/* Events */
.el-title {
	padding-left: 15px;
	font-size: 54px;
	color: #676767;
	font-weight: bold;
	margin-bottom: 50px;
}
.v-line {
	width: 2px;
	height: 25px;
	background-color: rgb(243,116,113);
	display: block;
	margin-left: 75px;
}
.event-link {
	color: rgb(243,116,113);
	font-size: 14px;
	background-image: url(images/location.svg);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0.3em;
}
.event-link:hover {
	color: rgb(243,116,113);
	text-decoration: none;
}

/* Contact Us */
#map {
	width: 100%;
	height: 650px;
	background-color: grey;
	
}
#contact_details {
	padding: 70px 0;
	color: #95989a;
}
#contact_details p {
	font-size: 14px;
	margin: 0;
}
#contact_details img {
	width: 200px;
	margin-bottom: 50px;
	display: block;
}
#contact_details input, #contact_details textarea {
	border: 1px solid #e0e0e0;
	width: 100%;
	padding: 3px 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	font-size: 16px;
}
#contact_details textarea {
	resize: none;
	height: 150px;
}
#contact_details button {
	border-radius: 20px;
	border: 2px solid rgb(243,116,113);
	text-align: center;
	font-size: 18px;
	color: rgb(243,116,113);
	padding: 10px;
	display: block;
	width: 100%;
	background-color: #fff;
}

/* Product Categories */
#featured-product {
	width: 100%;
	background-color: #f37471;
}
.product-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#featured-product .cp-main-content {
	padding: 200px 100px 0 100px;
}
#featured-product h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
}
#featured-product a {
	border: 2px solid #fff;
	font-size: 20px;
	padding: 15px 30px;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
}
#featured-product a:hover {
	color: #fff;
	text-decoration: none;
}

#product-list {
	padding: 100px 0;
}
#product-list h2 {
	font-size: 32px;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #f37471;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.cat_list {
	float: none;
	text-align: center;
	margin-bottom: 50px;
}
.cat_list input {
	display: none;
}
.cat_list label {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #95989a;
	color: #989a9a;
	font-weight: normal;
	padding: 5px 20px;
	font-size: 16px;
}
.cat_list input[type="radio"]:checked + label {
	border: 1px solid #f37471;
	color: #f37471;
}
.sp-list {
	width:0;
	height:0;
	margin:0;
	opacity:0;
	transition: all 0.2s;
}
.sp-list:hover {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
.sp-list:hover h1 {
	color: #f37471;
}
.product-title {
	width: 100%;
	height: 70px;
	padding: 10px;
	overflow: hidden;
	color: #999;
	transition: all 0.2s;
}
.product-title h1 {
	font-size: 18px;
	margin: 0;
	color: #777777;
	font-weight: bold;
}
#product-list a:hover {
	text-decoration: none;
}


/* Single-Product */
#single-product {
	padding: 120px 0 70px 0;
}
.product-details {
	border-radius: 0 20px 20px 0;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	display: table;
}
.pi-details {
	display: table-cell;
	width: 50%;
	font-size: 0;
}
.pc-details {
	display: table-cell;
	vertical-align: middle;
}
#pc-buy, #pc-thank {
	display: none;
}
.product-image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
.product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.product-sub-image {
	position: relative;
	width: 30%;
	height: 0;
	padding-bottom: 30%;
	display: inline-block;
	margin-right: 5%;
	margin-top: 10px;
	cursor: pointer;
}
.product-sub-image:last-of-type {
	margin-right: 0;
}
.product-sub-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.product-content {
	padding: 0 50px;
}
.product-content h2 {
	font-size: 100px;
	color: #dddddd;
	opacity: 0.2;
	margin-bottom: -60px;
	margin-left: -10px;
	margin-top: 0;
	font-weight: bold;
	pointer-events: none;
}
.product-content h1 {
	font-size: 24px;
	color: #f37471;
	font-weight: bold;
	margin-bottom: 20px;
}
.product-content p {
	font-size: 17px;
	color: #95989a;
	margin-bottom: 20px;
}
.product-content button{
	border: 2px solid rgb(243,116,113);
	color: rgb(243,116,113);
	font-size: 17px;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 50px;
	background-color: #fff;
}
.product-content input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e0e0e0;
}
.product-content span {
	color: rgb(243,116,113);
}
.product-content small {
	margin-bottom: 20px;
	display: block;
}

#product-story {
	padding: 70px 0;
}
#product-story h2 {
	text-transform: capitalize;
	font-size: 38px;
	font-weight: bold;
	color: #707070;
	display: block;
	text-align: center;
	margin: 0 0 70px;
}
#product-story h2 span {
	color: rgb(243,116,113);
}
.story-image {
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	position: relative;
	margin-bottom: 70px;
}
.story-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ps-content {
	color: #95989a;
	font-size: 17px;
}

#similar-new {
	padding: 50px 0;
}
#similar-new h2 {
	font-size: 38px;
	font-weight: bold;
	color: rgb(243,116,113);
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
#similar-new a:hover {
	text-decoration: none;
}

/* Support Modal */
#support .modal-content {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
#support .modal-header {
	border-bottom: none;
}
#support .close {
	opacity: 0.7;
	font-size: 32px;
	font-weight: normal;
}
.modal-backdrop.in {
	background-color: #fff;
	opacity: 0.5;
}
.modal-cube {
	width: 85px;
	height: 110px;
	display: inline-block;
	background-color: #ef3e29;
	margin-top: -53px;
}
#support h2 {
	font-size: 24px;
	font-weight: bold;
	color: #95989a;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
#support .modal-body {
	padding: 15px 50px 100px;
	font-size: 18px;
	color: #95989a;
}
#support input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e0e0e0;
}
#support .select-wrapper {
	width: 125px;
	background: url(images/red-triangle.png) no-repeat 98% 50%;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
#support select {
	width: 153px;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
}
#support p {
	float: left;
}
#support button.sendit {
	background-color: #fff;
	border: 1px solid rgb(243,116,113);
	color: rgb(243,116,113);
	font-size: 16px;
	border-radius: 50px;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
}

/* Gallery Page */
#gallery-page {
	padding: 150px 0 70px;
	background-color: #fdfdfd;
}
#gallery-page h2 {
	font-size: 72px;
	color: rgb(243,116,113);
	font-weight: bold;
	margin: 0;
	padding-left: 15px;
}
#gallery-page p {
	color: #95989a;
	font-size: 18px;
	margin-bottom: 50px;
	padding-left: 15px;
}
#gallery-page a:hover {
	text-decoration: none;
}
#gallery-page a:hover h1 {
	color: rgb(243,116,113);
}
.album-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.album-outer {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}
.album-inner {
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
	padding: 15px;
}
.album-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom:10px;
}
.videos--single{
margin-top:35px;
}

.videos--single a{
color:grey !important;
font-weight: 400;
}

.videos--single a:hover{
color:#f37471 !important
}
.album-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.album-inner h1 {
	color: #999;
	font-size: 20px;
	font-weight: bold;
}
.video-icon {
	opacity: 0;
	width: 75px !important;
	top: 50% !important;
	left: 50% !important;
	object-fit: initial !important;
	object-position: initial !important;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.2s; /* Safari 3.1 to 6.0 */
    transition: all 0.2s;
}
.album-image:hover>.video-icon {
	opacity: 1;
}

/* Single Gallery */
#single-gallery {
	padding: 150px 0 70px;
	background-color: #fdfdfd;
}
#single-gallery h1 {
	font-size: 58px;
	font-weight: bold;
	color: rgb(243,116,113);
	padding-left: 30px;
}
#single-gallery .sdesc {
	color: #95989a;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 50px;
}
.single-video {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	position: relative;
}
.single-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#gallery-page .vtitle {
	font-size: 40px;
	font-weight: bold;
	color: rgb(243,116,113);
	margin-bottom: 20px;
}



/* Media Queries */
@media (min-width: 992px) and (max-width: 1199px) {
	/* Home Media Query */
	.banner-content h1 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.banner-content a {
		padding: 10px 20px;
	}

	/* About Media Query */
	.ab-content p, .ab-content small {
		font-size: 24px;
	}

	/* Craft Media Query */
	#featured-product h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	#featured-product a {
		font-size: 18px;
		padding: 10px 30px;
	}
	#featured-product .cp-main-content {
		padding: 200px 70px 0 70px;
	}
	.product-title h1 {
		font-size: 16px;
	}

	/* Stories Media Query */
	.bstory-content {
		padding: 200px 0 0 100px;
	}
	.sl-content {
		padding-top: 0;
	}
	.sl-content.right {
		padding-right: 30px;
	}
	.sl-content.left {
		padding-left: 30px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	/* Home Media Query */
	.banner-content h1 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.banner-content a {
		padding: 10px 15px;
	}
	.category-content {
		padding: 10px 10px 30px;
	}
	.category-content h2 {
		margin-bottom: 10px;
	}
	.category-content p {
		margin-bottom: 20px;
	}
	.blog-content {
		padding: 10px;
	}
	.blog-user, .blog-date {
		display: block;
		float: none;
	}
	.blog-content h2 {
		font-size: 20px;
	}
	.event-wrapper h2 {
		font-size: 22px;
	}
	.footer-content {
		margin-top: 13px;
	}
	.footer-logo {
		margin-top: 0;
	}
	.copyright {
		margin-top: 20px;
	}

	/* About Media Query */
	#about-banner .ab-content {
		padding: 100px 20px 0 0;
	}
	.ab-content p, .ab-content small {
		font-size: 24px;
	}

	/* Craft Media Query */
	#featured-product .cp-main-content {
		padding: 120px 50px 0;
	}
	#featured-product h1 {
		font-size: 30px;
	}
	#featured-product a {
		font-size: 18px;
		padding: 10px 30px;
	}

	/* Product Media Query */
	.product-content {
		padding: 0 15px;
	}

	/* Stories Media Query */
	.bstory-content {
		padding: 150px 50px;
	}
	.bstory-content h1 {
		font-size: 44px;
	}
	.bstory-content a, .sl-content a {
		padding: 10px 30px;
	}
	.sl-content, .sl-content.left, .sl-content.right {
		padding: 0;
	}

	/* Story Media Query */
	.ms-content {
		padding: 10px 0;
	}

	/* Blogs Media Query */
	.sb-list {
		padding: 20px;
	}

	/* Contact Media Query */
	#contact_details p {
		font-size: 20px;
	}
}


@media (max-width: 767px) {
	#home-banner {
		padding-bottom: 110%;
	}
	#home-about a {
		padding: 10px 20px;
	}
	.category-wrapper {
		margin-bottom: 30px;
	}
	.blog-wrapper {
		margin-bottom: 30px;
	}
	.event-wrapper {
		margin-bottom: 30px;
		text-align: center;
	}
	#home-support h1 {
		font-size: 28px;
	}
	.footer-logo {
		display: block;
		margin: 0 auto;
	}
	.footer-content {
		padding: 0;
	}
	.footer-content .social-icons {
		margin: 20px 0;
	}
	.footer-content ul li {
		margin: 0 10px;
	}
	.footer-content ul li:nth-child(4n) {
		margin-right: 10px;
	}
	.copyright {
		margin-top: 20px;
	}

	/* About Media Query */
	#about-banner {
		padding-bottom: 100%;
	}
	#about-banner img {
		object-position: left;
	}

	/* Craft Media Query */
	#featured-product .cp-main-content {
		padding: 20px 15px 40px;
	}
	#featured-product h1 {
		font-size: 28px;
	}
	#featured-product a {
		font-size: 18px;
		padding: 10px 30px;
	}
	.cat_list label {
		margin-bottom: 20px;
	}

	/* Product Media Query */
	.product-details {
		border-radius: 0;
	}
	.product-content h2 {
		font-size: 72px;
	}
	.product-details, .pi-details, .pc-details {
		display: block;
		width: 100%;
	}
	.product-content {
		padding: 10px 30px 50px;
	}
	#single-gallery h1 {
		font-size: 34px;
	}
	.grid figcaption {
		padding: 10px;
	}
	#gallery-page h2 {
		font-size: 52px;
	}
	#gallery-page .vtitle {
		font-size: 34px;
	}

	/* Stories Media Query */
	#stories-banner {
		padding-bottom: 100%;
	}
	#stories-banner img {
		object-position: right;
	}
	.bstory-content {
		width: 100%;
		background-color: rgba(255,255,255,0.9);
		padding: 15px 15px 35px;
		top: auto;
		bottom: 0;
		height: auto;
	}
	.bstory-content h1 {
		font-size: 32px;
		margin: 0 0 20px;
	}
	.bstory-content h1 > span {
		display: inline;
	}
	.bstory-content a {
		padding-bottom: 10px 30px;
	}
	.sl-content, .sl-content.left, .sl-content.right {
		padding: 0;
		text-align: center;
	}
	.sl-content h2 {
		font-size: 32px;
	}
	.sl-content a {
		padding: 10px 30px;
	}

	/* Story Media Query */
	.ss-banner {
		padding-bottom: 100%;
	}
	#single-story h1 {
		font-size: 38px;
	}
	#single-story h1 > span {
		display: inline;
	}
	.ss-banner img {
		object-position: right;
	}

	/* Blogs Media Query */
	.sb-list {
		padding: 20px;
	}
	#single-blog h1 {
		font-size: 28px;
	}

	/* Contact Media Query */
	#contact_details p {
		font-size: 18px;
	}
}
