/*
Theme Name: Luxwine - Child
Theme URI: http://okthemes.com/luxwine
Author: Cristian Gogoneata
Author URI: http://www.okthemes.com
Description: Vineyard, Winery  & Wine WooCommerce shop
Tags: white, light, dark, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, full-width-template, microformats, sticky-post, theme-options
Text Domain: luxwine
Template: luxwine
Version: 1.0
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../luxwine/style.css');
#menu-btn {display: none !important}
.menu-item-wrapper:nth-child(2) {width: 100%}
/* =Theme customization starts here
-------------------------------------------------------------- */
#about-section {
	position: relative;
}

#get-started .about-title h1{
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 10001;
}

#about-section #outline-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#outline-wrapper {
	display: block;
	width: 100%;
	height: 80.8%;
	position: absolute;
	left: 0;
	bottom: 74px;
	border: 1px solid #221f20;
	padding-top: 0;
	margin-top: 0;
} 

#outline-wrapper:before {
	content:'';
	display: block;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 1px solid #d94039;
	position: absolute;
	left: 2px;
	top: 2px;
} 

#outline-wrapper:after {
	content:'';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #c9983c;
	position: absolute;
	left: 5px;
	top: 5px;
} 

.modal {z-index: 999999}

.fixed-max-width .vc_tta-panel-body .vc_inner {
  margin: 0 auto;
  max-width: 1240px;
}

@media (max-width: 1200px) {
	#outline-wrapper {
    height: 82.6%;
    bottom: 34px;
	}
}
@media (max-width: 992px) {
	#outline-wrapper {
    bottom: 40px;
	}
}

@media (max-width: 767px) {
	#get-started .about-title h1 {
		font-size: 32px;
	}
	#outline-wrapper {
		height: 89.4%;
	}
	.flex-column-reverse .wpb_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	#about-section img {
		margin: 30px 0;
	}
	#about-section .vc_custom_1558408601639,
	#about-section .vc_custom_1558408560337	{
		padding: 0 !important;
	}
		
}

