/*
Theme Name:   LeNamSite Elementor Theme
Theme URI:    https://lenamsite.com/
Author:       lenamsite
Author URI:   https://www.facebook.com/lebaonhatnam
Description:  This is the starter theme use Elementor builder. Developed by LeNamSite
Version:      1.0
Text Domain:  lenamsite
Tags: elementor, custom post type, acf-pro, e-commerce,contact form 7
*/

/* reset css - open */
:root {
	font-family: var(--font_main);
	color: var(--text);
	font-weight: normal;
	line-height: 1.4;
	--main_color: #ffb300;
	--second_color: #0094f0;
	--main_bgr: #ffd540;
	--main_bgr_txt: #336e7b;
	--second_bgr: #4dbbff;
	--second_bgr_txt: #2a2a22;
	--text: #444;
	--alert: #ed1c24;
	--link: #0094f0;
	--buy_btn: #ffb223;
	--buy_btn_txt: #fff;
	--buy_btn_hover: #de5601;
	--buy_btn_hover_txt: #ffffff;
	--font_main: "IBM Plex Sans", sans-serif;
	--font_second: "Montserrat", sans-serif;
}

html {
	font-size: 16px;
}

.font_second {
	font-family: var(--font_second);
}

html,
body {
	margin: 0;
	width: 100%;
}

body {
	overflow-x: hidden;
	max-width: 100%;
	position: relative;
	color: var(--text);
}

a {
	color: var(--link);
	text-decoration: none;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	margin-bottom: 1rem;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--main_color);
}

h6 {
	font-size: 1.05rem;
}

h5 {
	font-size: 1.1rem;
}

h4 {
	font-size: 1.2rem;
}

h3 {
	font-size: 1.3rem;
}

h2 {
	font-size: 1.5rem;
}

h1 {
	font-size: 2rem;
}

img {
	display: table;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0 0 0.5em 1em;
}

div.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
	font-style: italic;
}

.slick-track {
	display: flex;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: none;
	font-size: 30px;
	color: #ffffff73;
	cursor: pointer;
	background: rgba(48, 48, 48, 0.5);
	padding: 5px;
	border-radius: 100%;
	opacity: 0.4;
}

.slick-arrow:hover {
	background-color: var(--main_bgr);
	opacity: 1;
	transition: 0.5s;
}

.slick-arrow svg {
	width: 20px;
	height: 20px;
	padding: 3px;
	fill: white;
}

.slick-prev {
	left: 15px;
}

.slick-prev svg {
	transform: rotateZ(180deg);
}

.slick-next {
	right: 15px;
}

.slide-item {
	padding: 0 15px;
}

.slick-slider:focus,
.slick-track:focus,
.slick-slide:focus,
.slick-slide a:focus,
.slick-arrow:focus {
	outline: none;
}

.slick-dots {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 10px 0;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: gray;
	opacity: 0.4;
	border-radius: 100%;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
	opacity: 1;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex_row {
	flex-direction: row;
}

.flex_col {
	flex-direction: column;
}

.bold {
	font-weight: bold;
}

.text_center {
	text-align: center;
}

.items_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.justify_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.relative,
.padding_ratio {
	position: relative;
}

a.padding_ratio {
	display: block;
}

.absolute,
.full_relative {
	position: absolute;
}

.padding_ratio:before {
	content: "";
	display: block;
	padding-bottom: 40%;
}

.full_relative {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.align_center {
	text-align: center;
}

.margin_center {
	display: table;
	margin: 0 auto;
}

.page_section {
	padding: 30px 0;
}

.section_title,
.page_title {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.section_title a,
.page_title a {
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: inherit;
	color: inherit;
}

.entry-content:after {
	content: "";
	display: block;
	clear: both;
}

.namlbn-breadcrumb {
	padding: 0.5rem 0;
	background-color: #fcfcfc;
}

.namlbn-breadcrumb a {
	text-decoration: none;
	color: inherit;
}

.namlbn-breadcrumb span:last-of-type {
	color: var(--main_color);
}

#site-wrapper {
	min-height: 500px;
	padding-bottom: 30px;
}

.content-area {
	padding: 30px 0;
}

.content-area .content-area,
.content-area .content-area > .container {
	padding: 0;
}

.popup .close_popup svg {
	width: 20px;
	height: auto;
	fill: white;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 110;
}

.popup.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.popup .popup_wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.popup .popup-bgr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
}

.popup .popup_content {
	position: relative;
	z-index: 1;
	max-width: 800px;
	max-height: 400px;
}
/* reset css - close */
