/*
Theme Name: Let's Cook
Author: DAMIAN URBANIEC
Author URI: https://owli.co
Description: MAC
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

#eventer-ticket-confirmation .eventer-modal-body .eventer-row{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cf.channels-wrapper .channel-container{
	min-width:94px;
}

.page p, .text-justify, article p{
	text-align:justify !important;
}

.phone-number {
	color: #EC5C10;
	font-weight: bold;
}

.text-phone {
	color: #585C6B;
	font-weight: 600;
}

.slider-btn {
	text-decoration: none;
	padding: 20px 28px !important;
	color:white;
	font-family: nunito;
	font-size: 20px;
	border-radius: 5px;
	transition: 0.3s !important;
}

.slider-btn:hover {
	color:#14272E;
	background-color:white;
	border-color: white !important;
	transition: 0.3s !important;
	font-family:nunito; 
	font-weight:600 !important;
	
}

@media screen and (max-width:794px) {
	.slider-btn {
		padding: 10px 18px !important;
	}
}

.slider-btn--black {
background-color:#14272E;
border: 2px solid #14272E !important ;
}

.slider-btn--hollow {
	border: 2px solid white !important;
}

.btn-align-center a.button-more.btn-flat {
	padding: 20px 30px !important;
	border-radius:5px !important;
	font-family: nunito;
	font-size: 16px !important;
-webkit-box-shadow: 0px 12px 19px 0px rgba(0,0,0,0.15) !important;
-moz-box-shadow: 0px 12px 19px 0px rgba(0,0,0,0.15) !important;
box-shadow: 0px 12px 19px 0px rgba(0,0,0,0.15) !important;
	position:relative !important;
	transition:0.5s !important;
}

.button-more:hover{
	transition: 0.5s;
}

.wave-bg {
	height: 200px;
	background-size: cover;
}

/* WAVE-BG RESPONSIVE */
@media screen and (max-width:767px){
	.wave-bg{
		height:230px;
	}
}

.wave-bg--flip {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
-moz-transform: scaleY(-1);
-o-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";
}

.button-more {
	margin-top: -63px !important;
	display: block;
	margin: 0 auto;
}

a.button-green.btn-flat, .btn-inline-left {
	color: #73AD51;
	padding: 17px 19px !important;
	border-radius: 5px !important;
	transition: 0.5s !important;
	font-size: 18px !important;
	font-weight:600;
	font-family: nunito !important;
}

.button-green:hover {
	transition: 0.5s;
}

.partners-logos{
	display:flex;
	justify-content:space-around;
}

@media screen and (max-width:1024px){
	.partners-logos{
		flex-wrap:wrap;
	}
	.partners-logos > img{
		margin:20px !important;
	}
}

.footer-flag {
	color: #707070 !important;
	text-decoration: none;
	font-size: 17px;
	transition:0.5s;
	padding:5px;
}

.footer-flag img{
	position: relative;
    top: 2px;
}

.footer-flag:hover {
	background-color: #F2F3F8;
	transition:0.5s;
}

.footer-text-black {
	font-size:17px;
	font-family:nunito;
	color:#5E5E5E;
}

.footer-text-grey {
	font-size: 16px;
	font-family: nunito;
	color: #B5B5B5;
}

.calendar-btn .menu-text{
	color:#fff !important;
	background-color:#71C218;
	padding:12px 20px !important;
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.16);
box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.16);
	border-radius:3px;
	transition:all 0.3s ease-in-out;
}

.calendar-btn .menu-text:hover{
	background-color:#EC5C10;
	transition:all 0.3s ease-in-out;
		-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
}

.calendar-btn .menu-item-text:before{
	display:none;
}
.wpcf7-form-control.wpcf7-submit {
	background-color: #FDC01B !important;
	color:white !important;
	border-radius: 5px!important;
	transition: 0.5s!important;
	font-size: 18px !important;
	font-weight:600 !important;
	font-family: nunito !important;
	margin-bottom: 50px !important;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background-color:#F7BE68 !important;
	transition: 0.5s !important;
}

.fancy-header h1, .fancy-header .fancy-subtitle {
    font-family: "Nunito", Helvetica, Arial, Verdana, sans-serif;
}

.fancy-header {
    background-image: url(/wp-content/uploads/2019/04/white-element-1.svg), url(/wp-content/uploads/2019/04/header-bg.png) !important;
    background-size: 30%, auto !important;
	background-position: center 101%, center !important;
	background-repeat:no-repeat, repeat !important;
}

@media screen and (max-width:768px){
	.fancy-header{
		background-size: 80%, auto !important;
	}
}

.team-media a img{
	padding:10px;
	border:2px solid #71C218;
	height: 156px;
    width: 156px;
}

.team-media a{
	width:180px;
	height:180px;
}

#sidebar{
	display:none;
}

.post-thumbnail img{
	max-width:100%;
	height:auto;
}

.page-title-breadcrumbs {
	display:none !important;
}

.footer .custom-menu a:not(:hover), .widget-title {
    color: #333 !important;
}

footer{
	background-color:#fafafa !important;
}

.ult-modal-input-wrapper button.btn-modal{
	border:0 !important;
}

.yikes-easy-mc-submit-button{
	background-color:#73AD51;
	border:0;
	color:#fff;
	font-family:"Nunito", Arial, sans-serif;
}

.eventer-modal-wrap{
	max-width:900px !important;
}

/* HOME EVENT LAYOUT FIX (TEST) */

ul.equah{
	display:flex;
	flex-wrap:wrap;
}

.eventer .eventer-event-grid-item {
	height:auto !important;
	margin-bottom:40px !important;
}

/* CHECKOUT FIXES */

@media screen and (min-width:990px){
#customer_details, .woocommerce-cart-form, .wc-complete-wrap .wc-wide-column, .wc-complete-wrap .woocommerce-bacs-bank-details, .shop_table_responsive, .woocommerce-cart-wrap .cross-sells {
    width: calc(100% - 40% - 50px);
}

.wc-order-review, .wc-side-column {
    width: 40%;
}
}

.dotpay-channels-selection img{
	max-width:100%;
}

h4#order_review_heading:before{
	content:"Twoje zamówienie:";
	color:#2b2e3a;
}

h4#order_review_heading{
	color:rgba(0,0,0,0);
}

.ui-datepicker-trigger{
	display:none !important;
}

.warsztaty-kategorie h3{
	min-height:64px;
}

 form.woocommerce-checkout .form-row label {   
    font-size: 13px;
    text-transform: none;
}

form.woocommerce-checkout .form-row.privacy{
	padding-bottom:0px;
}

.grecaptcha-badge{
	display:none;
}

.widget_shopping_cart .cart_list li a.remove, .shopping-cart-inner .cart_list li a.remove {
    right: 0;
	left:auto;
    width: 25px;
    text-align: center;
}

.form-coupon-wrap p, .update-cart-button{
	display:none !important
}

.form-coupon-wrap p:after{
	display:block;
	content:"Wprowadź kod kuponu";
}

.eventer-modal a.eventer-modal-close {
	top:20px;
	right:20px;
	text-decoration:none;
}

.eventer-modal a.eventer-modal-close:before{
	font-size:30px;
}