/*
 Theme Name:   OceanWP Child
 Description:  Child Theme des high-performance WP-Theme OceanWP
 Author:       Philipp Limbeck
 Author URI:   https://insyde.at/
 Template:     oceanwp
 Version:      1.0
 Text Domain:  oceanwp-child
*/

/* overwrite general settings of oceanwp for focus of links (black border) */

:root{
	--text-color: #2f2f2f;
	--bgld-blue: #347AAD;
	--bgld-lightblue: #f1f5fb;
	--bgld-midblue: #70a4cc;
	--bgld-green: #008000;
	--bgld-darkyellow: #f7a600;
	--input-border-color: #707070;
}

@font-face {
  font-display: swap; 
  font-family: 'Stolzl Bold';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Stolzl-Bold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Tahoma.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Tahoma-Bold.woff2') format('woff2');
}


@font-face {
  font-display: swap; 
  font-family: 'SangBlueuKingdom Medium';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/SangBleuKingdom-Medium.woff2') format('woff2');
}

p.small-text{
	font-size: 14px;
}

#main form .form-row .input-checkbox{
	display: inline-block;
}

#main input,
#main select{
	border-color: var(--input-border-color);
}

/* hide quantity input */
.single-product.postid-90 form.cart div.quantity,
.single-product.postid-204 form.cart div.quantity{
	display: none !important;
}

.flexdatum-from-date,
.flexdatum-to-date,
.fixdatum-from-date,
.fixdatum-to-date{
	display: inline-block;
	padding: 5px;
	background-color: var(--bgld-midblue);
	color: #fff;
	margin-bottom: 10px;
}

#main a:focus,
#site-header a:focus,
#footer a:focus{
	outline: 0px !important;
}

#footer{
	background-color: var(--bgld-blue);
	color: #fff;
}

#footer h3,
#footer a{
	color: #fff;
}

#footer .vc_wp_custommenu ul li{
	border: none;
	font-weight: bold;
	padding: 0;
}

#footer .vc_wp_custommenu ul{
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}

#footer #newsletter-form select,
#footer #newsletter-form input[type=text],
#footer #newsletter-form input[type=email]{
	color: #fff;
	background-color: var(--bgld-blue);
}

#footer #newsletter-form input[type=text]::placeholder,
#footer #newsletter-form input[type=email]::placeholder{
	color: #fff;
}

#footer #contact-col a{
	text-decoration: underline;
}

#footer #newsletter-form #privacy-label,
#footer #newsletter-form p.insyde-form-block.checkbox{
	font-size: 12px;
	line-height: 1.2;
}

#footer #privacy-label a{
	text-decoration: underline !important;
}


#site-header{
	padding-top: 5px;
	padding-top: 5px;
}

#outer-wrap #site-header.center-header #site-navigation-wrap .middle-site-logo{
	width: 10%;
}

#outer-wrap #site-header.center-header #site-navigation-wrap .left-menu,
#outer-wrap #site-header.center-header #site-navigation-wrap .right-menu{
	width: 45%;
}

#outer-wrap #site-header.center-header #site-navigation-wrap ul.left-menu{
	text-align: right;
}

#outer-wrap #site-header.center-header #site-navigation-wrap ul.right-menu{
	text-align: left;
}

#footer div.vc_icon_element.vc_icon_element-outer{
	display: inline-block;
	border-radius: 50%;
	border: 2px solid white;
	margin-right: 15px;
}

#footer div.vc_icon_element.vc_icon_element-outer:hover{
	background-color: #fff;
}

#footer div.vc_icon_element.vc_icon_element-outer:hover>.vc_icon_element-inner>span{
	color: var(--bgld-blue);
}


.page.home #main #content-wrap{
	padding-top: 0;
}

.quantity-wrapper label{
	display: block;
}

.quantity-wrapper{
	margin-bottom: 20px;
}

button[type=submit]:disabled,
button[type=submit]:disabled:hover{
	background-color: grey !important;
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed !important;
}


#main h3.bgldcard-step{
	margin-bottom: 5px;
	margin-top: 20px;
}

.woocommerce.single-product.postid-233 #main div.quantity{
	display: none;
}

.woocommerce.single-product.postid-233 #main button[type="submit"].single_add_to_cart_button{
	margin-top: 20px;
}

.single-product a.reset_variations{
	display: none !important;
}

.woocommerce input.flatpickr-date{
	display: none;
}

div.middle-site-logo.clr{
	margin-bottom: -65px;
}

div.middle-site-logo img.custom-logo{
	background-color: #fff;
	border-radius: 50%;
}

#site-header{
	box-shadow: 0px 3px 10px rgba(47,47,47,0.2)
}


/* QUANTITY BUTTON STYLING */
.quantity-field {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.quantity-field input[type="number"] {
    width: 60px;
    text-align: center;
	border: 1px solid var(--input-border-color);
	border-radius: 0;
}

.quantity-field button {
    background-color: var(--bgld-blue);
	color: #fff;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    font-weight: 700;
	width: 40px;
	height: 40px;
}

.woocommerce #main #content table.cart td.actions .input-text, 
.woocommerce #main table.cart td.actions .input-text, 
.woocommerce-page #main #content table.cart td.actions .input-text, 
.woocommerce-page #main table.cart td.actions .input-text{
	width: 130px;
}

.woocommerce-page.woocommerce-cart #main button[name=apply_coupon]{
	font-size: 16px;
}

#blocked-trails-notice{
	max-width: 500px;
	padding: 15px;
	margin: 0 auto;
	color: #000;
	background-color: var(--bgld-lightblue);
	text-align: center;
	border: 1px solid var(--bgld-blue);
}

#blocked-trails-notice ul{
	margin: 0;
	list-style: none;
}

#blocked-trails-notice p{
	margin-bottom: 0;
}

/* Standard Button Styling */
.woocommerce #main ul.products li.product .button, 
.woocommerce #main ul.products li.product .product-inner .added_to_cart{
	background-color: var(--bgld-blue);
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
    font-weight: bold;
    border: solid 1px var(--bgld-blue);
    line-height: 1.3;
    letter-spacing: 0.1rem;
	width: 100%;
	font-size: 18px;
}

.woocommerce #main ul.products li.product .button:hover, 
.woocommerce #main ul.products li.product .product-inner .added_to_cart:hover{
	background-color: transparent;
	color: var(--bgld-blue);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #main ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #main div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #main div.product span.price{
	color: var(--bgld-green);
	font-weight: 700;
}

.archive #main h2.woocommerce-loop-product__title{
	padding-top: 0;
	font-size: 24px;
	padding-bottom: 0;
	min-height: 68px;
}

.woocommerce #main ul.products li.product a img{
	margin-bottom: 5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background-color: var(--bgld-blue);
	border-radius: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
button#bgldcard_check:hover{
	background-color: var(--bgld-midblue);
}

button#bgldcard_check{
	background-color: var(--bgld-blue);
	padding: .618em 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-top: 15px;
}

.single-product.postid-233 form.cart button[type=submit].single_add_to_cart_button{
	display: none;
}

.woocommerce-shop .wpb_text_column h3{
	padding-bottom: 15px;
	border-bottom: 1px solid var(--text-color);
}
.woocommerce-shop #footer .wpb_text_column h3{
	padding-bottom: 0;
	border-bottom: unset;
}

.single-product.single .entry-title{
	border-bottom: unset;
}

.single-product #main h1{
	font-size: 42px;
}

.checkout label.woocommerce-form__label a{
	text-decoration: underline;
}

.checkout span.optional{
	display: none;
}

.checkout abbr.required{
	position: relative;
    top: -4px;
    font-size: 10px;
    margin-left: 3px;
}

/* TICKET CHECKER */
.page-id-51 #site-header,
.page-id-51 #footer{
	display: none !important;
}

div.flatpickr-current-month{
	padding-bottom: 0;
	padding-top: 0;
}

#main input[type='text'],
#main input[type='number'],
#main input[type='email'],
#main textarea {
  font-size: 16px;
}

/* Trails Grid */
#main .vc_gitem-zone-a .vc_gitem-row-position-middle, 
#main .vc_gitem-zone-b .vc_gitem-row-position-middle{
	position: relative;
	top: unset;
	transform: unset;
	right: unset;
	left: unset;
	bottom: unset;
}

#main .vc_gitem-acf-label{
	font-weight: bold;
}

#main .vc-gitem-zone-height-mode-auto:before{
	display: none;
}

.trails-grid .vc_gitem-post-data-source-post_title{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.trails-grid .vc_gitem-post-data-source-post_title,
.trails-grid .vc_gitem-acf,
.trails-grid .vc_gitem-post-data-source-post_excerpt{
	max-width: 280px;
	margin: 0 auto;
	line-height: 1.4;
}

.vc_gitem-zone{
	background-color: var(--bgld-lightblue);
}

@media all and (max-width: 979px){
	/*
	#ticket-checker-row{
		margin-top: 50px;
	}
	*/
	
	input#bt_ticket_id{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.woocommerce #main ul.products li.product, 
	.woocommerce-page #main ul.products li.product{
		width: 48%;
	}
	
	.woocommerce #main ul.products li.product:nth-child(odd), 
	.woocommerce-page #main ul.products li.product:nth-child(odd){
		margin-right: 4%;
	}
	
	.woocommerce #main ul.products li.product:nth-child(even), 
	.woocommerce-page #main ul.products li.product:nth-child(even){
		margin-right: 0;
	}
	
	i.sidr-class-icon.fa.fa-times{
		padding-bottom: 5px;
	}
	
	div.oceanwp-mobile-menu-icon.clr.mobile-right{
		padding-top: 20px;
		padding-right: 20px;
	}
	
	#site-logo{
		margin-left: 10px;
		padding-bottom: 5px;
	}
	
	#sidr-id-menu-mobile li{
		text-transform: uppercase;
		font-weight: bold;
	}
	
}

@media all and (max-width: 450px){
	.woocommerce #main ul.products li.product img, 
	.woocommerce-page #main ul.products li.product img,
	.woocommerce #main ul.products li.product .button, 
	.woocommerce #main ul.products li.product .product-inner .added_to_cart{
		max-width: 100%;
	}
	
	.woocommerce #main ul.products li.product, 
	.woocommerce-page #main ul.products li.product{
		width: 100%;
		margin: 0;
		margin-bottom: 50px;
	}
	
	.archive #main h2.woocommerce-loop-product__title{
		min-height: unset;
	}
	
	.single-product #main h1,
	.woocommerce #main div.product p.price{
		font-size: 30px;
	}
}