/*
Theme Name: wfss 
Theme URI: http://simplysports.com
Author: simplysports
Author URI: https://simplysports.com
Description: Premium custom build theme with a complete theme options panel. 
Version: 1.0.0 
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: bootstrap, responsive, html 5, theme Option, 
Text Domain: wfss
*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap');
@font-face {
	font-family: 'Trebuchet MS Bold';
	font-style: normal;
	font-weight: normal;
	src:url('fonts/Trebuchet MS Bold.ttf');
} 
body{
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	color:#00003c;
	font-size: 14px;
}
p{
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	color:#00003c;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Titillium Web', sans-serif;
	font-weight:700;
	color:#00003c; 
}
h3{
	font-weight:700;
	color:#00003c;
	font-size:30px;
}
a, a:hover, a:focus{
	text-decoration:none;
}
a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
/*** Header Css Start ***/
.banner-bg-area{
	height:45vh;
	overflow:hidden;
}
@media(max-width:600px){
	.banner-bg-area{
		display: none;
	}	
}

header{
	background: no-repeat top center;
	background-attachment: scroll;
	position: relative;
	background-size: cover;
	min-height: 70vh;
} 
.homePageNav .ubermenu{
	margin-left: 130px !important;
} 
.homePageNav .ubermenu-main{
	background: none;
}
.homePageNav .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{
	color: #fff;
}
.navbar { 
	z-index: 1;
	-webkit-transition:padding 0.2s ease;
	-moz-transition:padding 0.2s ease; 
	-o-transition:padding 0.2s ease;        
	transition:padding 0.2s ease;  
	padding:0;
	background-color:rgba(0, 0, 60, .30)!important;
}
.navbar-brand img{
	position: absolute;
	top: 8px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 0;
	margin: 0px 0px 0 33px;
	border-bottom:2px solid transparent;
}
.navbar-light .navbar-nav .call-btn{
	background-color: #00003c;
	border: 0;
	padding: 3px 8px;
	line-height: 20px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 10px;
}
.navbar-light .navbar-nav .call-btn:hover, .navbar-light .navbar-nav .call-btn:focus{
	border:0!important;
	background-color:#090975;
}
.navbar-light .navbar-nav .no-border{
	border:0!important;
}
.navbar-light .navbar-nav .no-border:hover, .navbar-light .navbar-nav .no-border:focus{
	border:0!important;
}
.call-btn img{
	float: left;
	margin: 0 4px 0 0px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
	border-bottom:2px solid #fff;
}	
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#fff;
}
.navbar-toggler {
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 0;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
	background-color: #fff;
}
/*** Search Css Start ***/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 60, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
	z-index:99;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 44%;
	margin-top: 70px;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #00003c;
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	padding: 10px 15px 16px;
	font-size: 35px;
	line-height: 20px;
}
.btn-primary {
	background-color: #fff;
	font-size: 21px;
	font-weight: 700;
	padding: 8px 60px;
	text-transform: uppercase;
	color:#00003c;
	border-radius: 50px;
	display: inline-block;
	border-color:#fff;
}
.btn-primary:hover, .btn-primary:focus {
    color: #00003c;
    background-color:#fff;
    border-color:#fff;
} 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.0);
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active {
    color: #00003c;
    background-color:#fff;
    border-color:#fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.0);
}
.button-large{
    font-size: 1.3em !important;
    padding: 10px 40px !important;
}
/*** Search Css End ***/
/*** Navigation Css End ***/
.blue-bg{
	background-color:#00003c;
}
.about-title h1{
	color:#fff;
	font-size:25px;
	font-weight:400;
}
a.white-btn{
	border: 1px solid #bfbfce;
	font-size: 21px;
	font-weight: 700;
	padding: 10px 60px;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	color: #fff;
}
a.white-btn:hover{
	background-color: #090975;
}
/*** What-we-offer Area Css Start ***/
.about-title p{
	font-size:18px;
	font-weight:400;
}
.about-title h2{
	text-transform:uppercase;
	font-size: 31px;
	font-weight: 600;
}
.about-title h2::after {
    border-bottom: 4px solid #00003c;
    content: "";
    display: block;
	margin: 15px auto;
	width: 10%;
}
.what-we-offerbox .box-img{
    overflow: hidden;
    position: relative;
}
.what-we-offerbox .box-img img{
    width:100%;
    height: auto;
    transform: scale(1,1);
    transition:all 0.50s ease 0s;
}
.what-we-offerbox:hover .box-img img{
    transform: scale(1.1,1.1);
}
.what-we-offerbox .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    bottom:0;
    text-align:center;
    opacity:0;
    background: rgba(255, 255, 255,0.45);
    transition:all 0.50s ease-in-out;
}
.what-we-offerbox .box-img:hover .over-layer{
    transform: scale(1,1);
    opacity:1;
}
.what-we-offerbox .over-layer a{
    position: relative;
    top:45%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.what-we-offerbox .fa-search,
.what-we-offerbox .fa-link{
    border:1px solid #fff;
    color:#fff;
    font-size:16px;
    margin-right:5%;
    transition: all 0.50s ease;
}
.what-we-offerbox .fa-link{
    margin-right: 0;
}
.what-we-offerbox .fa-search:hover,
.what-we-offerbox .fa-link:hover{
    border-radius:20%;
    text-decoration:none;
}
.what-we-offerbox .title{
    margin:0;
}
.what-we-offerbox .title a{
    font-size:14px;
    color:#333;
    text-transform: uppercase;
}
.what-we-offerbox  .box-content h3{
	font-size:26px;
	text-transform: uppercase;
}
.what-we-offerbox .title a:hover{
    color: #1bc6a4;
    text-decoration: none;
}
.what-we-offerbox .box-content p {
	font-size:13px;
}
.what-we-offerbox a:hover, .what-we-offerbox  .box-content h3:hover, .what-we-offerbox .box-content p :hover{
	color:#090975;
}
.what-we-offerbox .title small{
    display: block;
    font-size:14px;
    margin-top:5px;
}
.what-we-offerbox .over-layer img{
	margin: 15% auto;
	width: auto !important;
}	
.what-we-offer .owl-carousel .owl-item img {
    width: auto!important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    display: table;
    right: 0;
    left: 0;
    margin: 0 0 0 auto;
}
.prev-btn {
	height: 100%;
	width: 60%;
	margin: 0 auto;
	position: relative;
}
.prev-btn i {
	position: absolute;
	top: 70px;
	color: #666;
	font-size: 45px;
	right: -13%;
	z-index: 9;
	border: 1px solid #666;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.next-btn {
	height: 100%;
	width: 60%;
	margin: 0 auto;
	position: relative;
}
.next-btn i {
	position: absolute;
	top: 70px;
	color:#666;
	font-size: 45px;
	right:-20%;
	z-index:9;	
	border: 1px solid #666;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
/*** What-we-offer Area Css End ***/
.about-title h3{
	color:#fff;
	text-transform:uppercase;
	font-size: 26px;
}
/*** Contact Area Css Start ***/
#contact .form-inline {
    display: table;
    margin: 0 auto;
}
.form-inline .form-control {
    height: calc(2.4em + .75rem + 2px);
    padding: 12px 22px;
    font-size: 14px;
    border: 0px solid #ced4da;
    border-radius: 5px;
	margin: 0 7px;
}
.form-inline .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.0);
}
.form-inline .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-size: 23px;
    font-weight: 700;
    border-radius: 5px;
	margin: 0 7px;
}
.form-inline .btn-primary:hover, .form-inline .btn-primary:focus {
    color: #fff;
    background-color: #090975;
    border-color: #fff;
}	
.form-inline .btn-primary:not(:disabled):not(.disabled).active:focus, 
.form-inline .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.0);
}
.form-inline .btn-primary.focus, .form-inline .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.0);
}
.form-inline .btn-primary:not(:disabled):not(.disabled).active, 
.form-inline .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #090975;
    border-color: #fff;
}
/*** Contact Area Css End ***/
/*** Simply-sports-community Area Css Start ***/
.simply-sports-community .blue-bg h4, 
.simply-sports-community .blue-bg h5{
	color:#fff;
	font-size:21px;
	font-weight:400;
}
.simply-sports-community .blue-bg{
	background-color: #00003c;
	padding: 50px;
	text-align: center;
}
.simply-sports-community .about-title p{
	color:#494949;
	font-size:21px;
}
.simply-sports-community .blue-bg ul{
	padding:0;
	margin:0;
}
.simply-sports-community .blue-bg ul li{
	list-style-type:none;
	display:inline-block;
	padding: 15px 8px
}
.simply-sports-community .blue-bg ul li i{
	color:#fff;
	font-size:30px;
}
.owl-theme .owl-dots .owl-dot span{
    background: #282828!important;
}	
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#ddd!important;
}
/*** Simply-sports-community Area Css End ***/
/*** Events Area Css Start ***/
header .blue-bg{
	padding: 10px 0;
}
#events{
    min-height: auto;
}	
#events .navbar-brand img {
    position: absolute;
    top: -22px;
}
#events .navbar {
    background-color:#fff!important;
}
#events .navbar-light .navbar-nav .nav-link {
    color:#00003c;
	margin: 0px 0px 0 55px;
}	
#events .navbar-light .navbar-nav .nav-link:hover, #events .navbar-light .navbar-nav .nav-link:focus {
    color: #00003c;
	border-bottom:2px solid #00003c;
}
#events #navbarSupportedContent{
	margin-left: 100px;
}		
#events .navbar-light .navbar-nav .active > .nav-link, 
#events .navbar-light .navbar-nav .nav-link.active, 
#events .navbar-light .navbar-nav .nav-link.show, 
#events .navbar-light .navbar-nav .show > .nav-link {
    color: #00003c;
	border-bottom:2px solid #00003c;
}
.eventsbox{
	margin-bottom:40px;
}
.eventsbox h3{
	color:#000;
	font-size:16px;
}
.eventsbox:hover, .eventsbox img:hover{
	opacity: 0.8;
}
.eventsbox, .eventsbox img{
	transition: opacity 0.2s ease;
}
.eventsbox p{
	color:#000;
	font-size:14px;
	font-weight:500;
	line-height: 1.25;
}
/*** Events Area Css End ***/
/*** Register Area Css Start ***/
.register-area .about-title h2::after {
    border-bottom: 0px solid #00003c;
    content: "";
    display: block;
    margin: 18px auto;
    width: 9%;
}
	
.searchBox .border {
	border: 1px solid #606060 !important;
	border-radius: 50px;
}
.searchBox .form-control {
    height: calc(1.5em + .75rem + 2px);
    font-size: 16px;
    color: #00003c;
    border-width: 0 0 0 0;
    border-radius: 0;
    border-style: solid;
    border-color: #606060;
	padding: 0;
}
.searchBox input.form-control {
	border-width: 0 1px 0 0px!important;
	border-style: solid!important;
    border-color: #606060!important;
}
.searchBox select.form-control {
	border-width: 0 1px 0 0;
	border-style: solid;
    border-color: #606060;
}
.searchBox .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #606060;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.0);
}
.searchBox .form-group {
	margin-bottom: 0;
}
.searchBox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#00003c;
}
.searchBox .form-control::-moz-placeholder { /* Firefox 19+ */
	color:#00003c;
}
.searchBox .form-control:-ms-input-placeholder { /* IE 10+ */
	color:#00003c;
}
.searchBox .form-control:-moz-placeholder { /* Firefox 18- */
	color:#00003c; 
}
.searchBox .btn-info {
    color: #fff;
    background-color:#00003c;
    border-color: #00003c;
	font-size: 16px;
	font-weight: 700;
	padding: 7px 50px;
	border-radius: 50px;
}
.searchBox .btn-info:hover, .searchBox .btn-info:focus{
	color: #fff;
    background-color:#00003c;
    border-color: #00003c;
}
.searchBox .btn-info:not(:disabled):not(.disabled).active:focus, 
.searchBox .btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.0);
}
.searchBox .btn-info:not(:disabled):not(.disabled).active, 
.searchBox .btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color:#00003c;
    border-color: #00003c;
}
.formBox .form-control {
    height: calc(1.9em + .75rem + 2px);
    padding: 12px 0;
    font-size: 22px;
    color: #000;
    background-color: transparent;
    border-width: 0 0 2px;
    border-radius: 0;
    border-style: solid;
    border-color: #000;
}
.formBox textarea.form-control {
    height: auto;
	border: 2px solid #000;
}
.formBox label {
    display: inline-block;
    margin-bottom:20px;
    font-size: 22px;
    color: #000;
}
.formBox .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.0);
}
.formBox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#000;
}
.formBox .form-control::-moz-placeholder { /* Firefox 19+ */
	color:#000;
}
.formBox .form-control:-ms-input-placeholder { /* IE 10+ */
	color:#000;
}
.formBox .form-control:-moz-placeholder { /* Firefox 18- */
	color:#000; 
}
.formBox .btn-info {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    font-size: 23px;
    font-weight: 300;
    margin: 0 auto;
    display: block;
}
.formBox .btn-info:hover, .formBox .btn-info:focus{
	color: #00003c;
    background-color: transparent;
    border-color: transparent;
}
.formBox .btn-info:not(:disabled):not(.disabled).active:focus, 
.formBox .btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.0);
}
.formBox .btn-info:not(:disabled):not(.disabled).active, 
.formBox .btn-info:not(:disabled):not(.disabled):active {
    color: #00003c;
    background-color: transparent;
    border-color: transparent;
}
/*** Register Area Css End ***/
/*** Programs Css Start ***/
.programsBox .box-content p{
	font-size:22px;
	font-weight:400;
	color:#000;
}
.programsBox .box-content h3{
	margin-bottom:25px;
	color:#000;
}
.programs-area hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: 1px solid #00003c;
}
a.blue-btn {
	background-color:#00003c;
	font-size: 21px;
	font-weight: 700;
	padding: 8px 40px;
	text-transform: uppercase;
	color: #fff;
	border-radius:50px;
	display: inline-block;
}
/*** Programs Css End ***/
/*** Product-detail-page Css Start ***/
.product-detail-page .carousel-indicators {
    position: relative;
}
.product-detail-page .carousel-indicators li {
    width: auto;
    height: auto;
}
.product-detail-page-content h2{
	color:#000;
	font-size:42px;
}	
.product-detail-page-content h4{
	color:#adadad;
	font-size:42px;
	margin:0;
}
.product-detail-page-content p{
	font-size:23px;
	font-weight:400;
	color: #000;
	margin: 20px 0;
}
.size-text a{
	border: 1px solid #adadad;
	text-align: center;
	padding: 6px;
	font-size: 23px;
	color: #000;
	display: table;
	margin: 10px auto;
	width: 100%;
}
.product-detail-page-content a.blue-btn { 
	margin: 40px auto;
	display: table;
	width: 80%; 
	text-align: center;
	padding: 8px;
}	
.product-detail-page-content ul{
	padding:0;
	margin:0;
}
.product-detail-page-content ul li{
	list-style-type:none;
	color:#000;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
} 
.product-detail-page-content ul li::before {
    content: "\f068";
	font-family:"FontAwesome";
	font-size: 10px;
	padding: 0 4px 0 0px;
}
.product-detail-page-content span{
	font-size: 18px;
	color: #000;
	display: block;
	margin: 10px 0;
}
.black-btn{
	background-color: #000;
	height: 20px;
	width: 20px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #000;
	margin-right: 20px;
}
.sky-btn{
	background-color:#1d65d8;
	height: 20px;
	width: 20px;
	display: inline-block;
	border-radius: 50px;
}
/*** Product-detail-page Css End ***/
#accordion .panel-title a {
    display: block;
    background: #fff;
	font-size:17px;
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: none;
	border-radius:0;
	font-family: 'Trebuchet MS Bold';
	color:#000;
	padding: 6px 0;
}
.panel-heading{
	border-bottom: 1px solid #adadad;
	margin: 0 0 10px;
}
.panel-heading h4{
	font-family: 'Trebuchet MS Bold';
	font-weight:normal;
}
.panel-body p{
	font-size:17px;
	color:#000;
	padding: 10px 0;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content:"\f106";
	position: absolute;
	top: 0;
	right: 0;
	font-family:"FontAwesome";
	color:#000;
}
#accordion .panel-title a.collapsed::before {
    content:"\f107";
	font-family:"FontAwesome";
	color:#000;
	font-weight: 700;
    font-size: 25px;
	
}
.filter-content .form-check-label{
	color:#000;
	font-size:17px;
	font-family: Arial, sans-serif;
}
.card-group-item h6{
	font-size:19px;
	font-family: 'Trebuchet MS Bold';
	color:#000;
	font-weight:normal;
}
	
.storeBox{
	margin-bottom:40px;
}
.storeBox h5{
	font-size:14px;
	font-family: 'Trebuchet MS Bold';
	color:#000;
	font-weight:normal;
	margin: 3px 0 0;
}
.storeBox p{
	color:#acacac;
	font-family: 'Trebuchet MS Bold';
	font-size:12px;
}	
/*** Footer Area Css Start ***/
footer{
	font-weight:300;
}
footer a{
	color:#fff;
	font-weight:100;
}
footer a:hover{
	color:#b3b3ff;
}
.footer-logo img{
	position: absolute;
	top: -66px;
}
footer .form-inline {
    display: table;
    margin: 40% 0 0;
}
footer .form-inline .btn-primary {
    padding: 5px 20px;
    border-radius:12px;
}
.social-icon-footer-widget ul{
	padding:0;
	margin:0;
	text-align:right;
}
.social-icon-footer-widget ul li{
	list-style-type:none;
	display:inline-block;
	padding:0 8px
}
.social-icon-footer-widget ul li i{
	color:#fff;
	font-size:30px;
}
.social-icon-footer-widget ul li i:hover{
	color:#b3b3ff;
}
.single-footer-widget h3{
	font-size:18px;
	font-weight:100;
	color: #fff;
	margin:0 0 20px;
}
.single-footer-widget ul{
	padding:0;
	margin:0;
}
.single-footer-widget ul li{
	list-style-type:none;
	font-size:16px;
	line-height: 1.25;
}
/*** Footer Area Css End ***/

/**** Coacking Resources ****/
.coaching_storybooklinks_container table{
	width: 100%;
}

.coaching_storybooklinks_container td {
	width: 28%;	
	vertical-align: top;
}
.coaching_storybooklinks_container tr > td:last-child{
	width: 16%;
}
.coaching_storybooklinks_container .wsite-content-title {
	margin-top: 30px;
}

.coaching_storybooklinks_container > .paragraph:last-child {
	text-align: center;
}

.coaching_storybooklinks_container .storybooklinks_last {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;	
}
.skill-phase h4,
.skill-phase h6 {
	text-align: center;
}

.coaching_frames .wpb_wrapper {
	border: #d0d0d0 1px solid;
/*	-webkit-box-shadow: -2px 3px 34px 15px rgba(0,0,60,0.46); 
	box-shadow: -2px 3px 34px 15px rgba(0,0,60,0.46);*/
/*	-webkit-box-shadow: -2px 3px 34px 15px rgba(0,0,60,0.33); 
box-shadow: -2px 3px 34px 15px rgba(0,0,60,0.33);*/
/*-webkit-box-shadow: -2px 3px 34px 15px rgba(0,0,60,0.22); 
box-shadow: -2px 3px 34px 15px rgba(0,0,60,0.22);*/
-webkit-box-shadow: -2px 3px 47px 2px rgba(0,0,60,0.22); 
box-shadow: -2px 3px 47px 2px rgba(0,0,60,0.22);
}
.page-template-default h1.vc_custom_heading {
	text-transform: inherit;
}

.woocommerce div.product form.cart .button{
	background-color:#00003c;
}