/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/*--Custom fonts--*/
@import url("https://use.typekit.net/uto7ddu.css");

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

/*--Home--*/
.carousel1 .swiper-slide-inner .swiper-slide-image{
	max-height: 300px;
}

/*--Footer--*/
#footer-widgets .container {
    width: 100%;
    max-width: 100%;
}

.container{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (min-width: 768px) {
	ol.flex-control-nav.flex-control-thumbs {
    padding-left: 10% !important;
	}
}
.quantity .qty, .quantity .minus, .quantity .plus{
	width: 40px !important;
	min-height: 40px !important;
}
/*--.woocommerce_product_description p{
	margin-bottom: 0px;
}--*/
.single .entry-title{
	padding: 0;
	border: none;
}
/*--single product description--*//
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price .amount{
	color: #80817b !important;
}
.woocommerce_product_description p{
	margin: 0px;
}
/*--single product price line height--*/
.woocommerce div.product p.price{
	line-height: 1.8 !important;
}
.title h2{
	margin-bottom: 0px !important;
}
.title{
	margin-bottom: 0px !important;
}
/*--related products for single product template
.upsell .woocommerce ul.products li.product li.title h2, .woocommerce ul.products li.product li.title a {
	letter-spacing: 0px;
	word-spacing: 0px;
}
/*--elementor acordion--*/
.elementor-accordion .elementor-tab-title{
	padding-left: 0 !important;
}
.elementor-accordion .elementor-tab-content{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*--FAQ widget--*/
.widget_link{
	font-family: neue-kabel, Sans-Serif !important;
	text-decoration: underline !important;
	text-decoration-thickness: 0.08em !important; 
	font-size: 42px !important;
	line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
	.widget_link{
	font-family: neue-kabel, Sans-Serif !important;
	text-decoration: underline !important;
	text-decoration-thickness: 0.08em !important; 
	font-size: 30px !important;
	}
}
.widget_link_mobile {
	font-family: neue-kabel, Sans-Serif !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 0.08em !important; 
    font-size: 30px !important;
}

/*--Shop widget--*/
.wc-block-product-categories-list-item {
	font-family: neue-kabel, Sans-Serif;
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
	.wc-block-product-categories-list-item {
    font-size: 30px;
	}
}

/*--Sticky footer--*/
#main {
	min-height: calc(100vh - 244px);

}
.site-footer {
}
@media only screen and (max-width: 768px) {
	#main {
    min-height: calc(100vh - 75px - 276px);
	}
}

/*--Footer mobile bottom margin override--*/
@media only screen and (max-width: 1024px) {
	#footer-widgets .col {
    margin-bottom: 0px !important;
	}
}
/*--Search Bar--*/
#searchform-header-replace input[type=search]::placeholder {
	color: #bcbdb7;
	text-transform: uppercase;
}

#searchform-header-replace input[type=search]{
	color: #231f20;
}

/*--wpform placeholder text style--*/
.wpforms-container  input::placeholder{
	color: #bcbdb7;
}
.wpforms-container  textarea::placeholder {
	color: #bcbdb7;
}

/*--elementor margin--*/
.elementor-widget:not(:last-child){
	margin-bottom: 0px !important;
}

/*--contact image height--*/
@media only screen and (min-width: 1025px) {
	.contact_image{
	min-height: calc(100vh - 80px);
	}
}

/*--cart page----*/
.woocommerce-cart .woocommerce{
	margin-top: 50px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 150px;
}

@media only screen and (max-width: 768px) {
	.woocommerce-cart .woocommerce {
		margin-left: 2%;
		margin-right: 2%;
	}
}

.woocommerce-cart th{
	font-size: 12px;
	letter-spacing: 1px !important;
	color: red;
}

.woocommerce .cart-collaterals h2{
	font-size: 12px !important;
	font-family: "Jost" !important;
}

/*--checkout page--*/
.woocommerce-checkout .woocommerce{
	margin-top: 50px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 150px;
}

@media only screen and (max-width: 768px) {
	.woocommerce-checkout .woocommerce {
		margin-left: 2%;
		margin-right: 2%;
	}
}

#billing_first_name_field, #billing_last_name_field, #billing_country_field, #billing_address_2_field, #billing_city_field, #billing_state_field, #billing_postcode_field, #billing_phone_field, #billing_email_field{
	margin-bottom: 30px;
}
#billing_address_1_field{
	margin-bottom: 10px;
}

.woocommerce-checkout form label{
	font-size: 14px;
}

.payment_method_stripe{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.__PrivateStripeElement div{
	padding: 6px 12px 6px 12px !important;
	background-color: red !important;
}

#stripe-card-element, #stripe-exp-element, #stripe-cvc-element{
	margin-bottom: 30px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1;
	border-color: rgb(188, 189, 183);
}

/*--Journal--*/
.eael-grid-post .eael-post-grid-column{
	border: none !important;
	background-color: red;
}
.eael-entry-wrapper{
	padding:0 !important;
}
.eael-grid-post-holder{
	border: 0 !important;
}

/*--Journal Single Post--*/
.post_image{
	margin-left: 27%;
	margin-right: 27%;
}

/*--Home Carousel--*/
.home_carousel{
	max-width: 75%;
}

@media only screen and (max-width: 768px) {
	.home_carousel{
		max-width: 100%;
	}
}

/*--translatepress font CS--*/
@font-face {
	font-family: CloudYuanZhunGBK;
	src: url(http://www.examplesite.com/files/wp-content/themes/fonts/CloudYuanZhunGBK.TTF);
	font-weight: normal;
	unicode-range: U+4E00-9FFF;
}
/*.translatepress-zh_HK h2{
	font-family: "noto-sans-hk", sans-serif;
	font-size: 39px;
}
.translatepress-zh_HK h3{
	font-family: "noto-sans-hk", sans-serif;
	font-size: 23px;
	color: red;
}
h3.cjk{
	font-family: "noto-sans-hk", sans-serif;
	font-size: 23px;
	color: red;	
}
.translatepress-zh_HK p:lan(zh_HK){
	font-family: "noto-sans-hk", sans-serif;
	font-size: 17px;
	color: red;
}*/

/*--Store Notice--*/
.woocommerce-store-notice.demo_store{
	text-align: center;
}
.woocommerce-store-notice.demo_store:before{
	display: none;
}
@media (min-width: 768px) {
	.demo_store a.woocommerce-store-notice__dismiss-link  {
		float: left;
    	margin: -15px 0px -15px -20px;
		position: absolute;
		left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.demo_store .woocommerce-store-notice__dismiss-link::before{
		margin-right: 0;
	}
}