/*
Theme Name: Mediamirus
Author: Mediamirus
Author URI: http://mediamirus.com/
Version: 1.0.0
Template: dt-the7
*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 1.4em;
}

.wpcf7 .wpcf7-checkbox {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.wpcf7 .wpcf7-list-item * {
	vertical-align: middle;
}

.wpcf7 table {
	border-collapse: collapse;
	border: 0;
}

.wpcf7 table td {
	border: 0; padding: 5px;
}

.wpcf7 table td:first-child {
	padding-left: 0;
}

.wpcf7 table td:last-child {
	padding-right: 0;
}

.wpcf7 table {
	margin: 0;
}

.wpcf7 table input {
	height: 40px !important;
	margin: 0 !important;
	padding: 8px;
	font-size: 14px;
}

.wpcf7 table table td {
	padding: 0;
}

.search-results a.author.vcard {
	display: none;
}

.wcpa_price_summary > ul {
	margin-left: 0;
}

.btn-shortcode {
    margin-bottom: 0;
}

.mobile-mini-widgets-in-menu .text-area {
	flex-wrap: wrap;
}

.mobile-mini-widgets-in-menu .btn-shortcode {
    margin-bottom: 10px;
}

.in-menu-second-switch a {
	opacity: 1 !important;
}
	
.sub-nav .new-col {
	margin-top: 29px;
}

.mobile-main-nav .new-col {
	margin-top: 0;
}

.gift {
	margin-top: -55px;
	margin-bottom: -80px;
}

.fancy-header .fancy-title {
	font-size: 32px !important;
	line-height: 38px !important;
}

.summary .woocommerce-Price-amount {
	font-size: 24px;
}

.woocommerce-cart-form .product-quantity {
	text-align: center;
}

.wc-item-meta-label {
	display: none !important;
}

.woocommerce-MyAccount-content > h2 {
	font-size: 24px;
	line-height: 32px;
}

.woocommerce .product h4.entry-title {
    font-size: 18px;
    margin-bottom: 10px;
	text-align: left;
}

.woocom-list-content .woocommerce-product-details__short-description > * {
    font-size: 13px;
    line-height: 24px;
	text-align: left;
}

.woocom-list-content {
    text-align: left;
}

.cart .product-price {
	width: 20%;
	text-align: center;
	padding-right: 0 !important;
}

.cart .product-quantity {
	width: 10%;
	text-align: center;
	padding-right: 0 !important;
}

.cart .product-subtotal {
	width: 20%;
	text-align: center;
}

.cart-btn-below-img .woo-buttons a {
	font-size: 18px;
	line-height: 52px;
	padding: 0 18px;
	margin: 10px 0 30px;
}

.woocommerce .product .price {
    font-size: 15px;
}

.wc-bookings-booking-form {
	display: flex;
	border: 0;
	padding: 0;
}

.wc-bookings-booking-form input {
	width: 100%;
	margin: 0 !important;
	text-align: center;
	border: 0px solid;
}

.wc-bookings-date-picker {
	position: relative;
	flex-basis: 70%;
}

.wc-bookings-date-picker-date-fields { 
	position: relative;
	border: 1px solid #e0e1e1;
	margin-right: 15px;
	min-width: 170px;
} 

.wc-bookings-date-picker-time-fields {
	position: relative;
	border: 1px solid #e0e1e1;
	border-bottom-width: 0;
}

.wc-bookings-date-picker-time-fields label {
	display: inline-block;
	width: 86%;
}

.wc-bookings-date-picker-date-fields .slash {
	line-height: 38px;
}

.date-img, .time-img {
	position: absolute;
	right: 10px;
	padding-top: 7px;
	cursor: pointer;
	display: none !important;
}

.wc-bookings-booking-form .form-field-wide {
	position: relative;
	flex-basis: 30%;
	min-width: 120px;
}

.wc-bookings-booking-form .block-picker li {
	width: 100%;
}

.picker {
	position: absolute;
	z-index: 10;
	width: calc( 100% - 15px);
}

.ui-datepicker-calendar th {
	text-align: center !important;
}

.wc-bookings-booking-form .block-picker {
	position: absolute;
	width: calc( 100% - 2px);
	z-index: 10;
	border: 1px solid #e0e1e1;
	border-bottom-width: 0px;
}

.single-share-box .share-buttons > a {
	border: 0 solid;
	min-width: 20px;
	width: 20px;
}

@media screen and (max-width: 760px) {

	.wc-bookings-booking-form {
		flex-wrap: wrap;
	}

	.wc-bookings-date-picker {
		flex-basis: 100%;
	}

	.wc-bookings-date-picker-date-fields {
		margin-right: 0;
	}

	.wc-bookings-booking-form .form-field-wide {
		flex-basis: 100%;
	}

	.picker {
		width: 100%;
	}

}

.gift_row {
    margin-top: 20px;
}

.woo-vou-recipient-fields,
.woo-vou-recipient-fields td {
	border-width: 0 !important;
	padding: 0;
}

a.florida-button {
	background: #fff !important;
	color: #6598cb !important;
	margin-left: 20px !important;
}

.shortcode-teaser-content {
	min-height: 80px !important;
}

.postid-69730 .top-bar, .postid-69730 .navigation, .postid-69730 .mini-widgets, .postid-69730  .menu-box {
	display: none !important;
}

.flyh4 {
	width: 80%;
	margin: 0 auto;
}

.wc-grid.resize-by-browser-width .dt-css-grid {
	grid-template-columns: repeat(4, 1fr);
}
 
@media screen and (max-width: 600px) {
.wc-grid.resize-by-browser-width .dt-css-grid {
	grid-template-columns: repeat(1, 1fr);
}
}