/*
Theme Name: Basic
Theme URI: http://basic.rs/basic-theme
Author: Voros Lilla
Author URI: http://basic.rs
Description: Basic Theme by Voros Lilla
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basic-theme
*/

:focus	{
	outline: none;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

body	{
	font-family: 'Lexend Giga', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
}

header	{
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 10px 0;
}

.header-container	{
	box-shadow: 0px 11px 11px -3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 11px 11px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 11px 11px -3px rgba(0,0,0,0.25);
	position: relative;

}

#logo img	{
	width: 200px;
	height: auto;
}

#logo a	{
	display: flex;
}

#main-menu li	{
	float: left;
}

#main-menu li:hover a	{
	opacity: 0.5;
	transition: 1.5s ease;
}

#main-menu li a	{
	display: inline-block;
	margin: 0 35px;
	font-size: 18px;
	font-family: 'Lexend Giga', sans-serif;
	text-transform: lowercase;
	color: #000;
}

.cart-menu-container	{
	display: inline-flex;
    width: 100px;
    justify-content: flex-start;
    position: relative;
}

.gtranslate_wrapper	{
	position: absolute;
    right: 15px;
    top: 28px;
}

.gt_selector	{
	padding: 3px;
	border: solid 1px #000;
	border-radius: 0;
	font-family: 'Lexend Giga', sans-serif;
	text-transform: lowercase;
	font-size: 12px;
	width: 125px;
	color:#000;
	background: #FFF;
}

a	{
	text-decoration: none;
	text-transform: lowercase;
}

h1	{
	font-family: 'Lexend Giga', sans-serif;
	font-size: 36px;
	font-weight: 400;
}

h2	{
	font-family: 'Lexend Giga', sans-serif;
	font-size: 32px;
	font-weight: 400;
}

h3	{
	font-family: 'Lexend Giga', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.hero	{
	background: url(https://basic.rs/wp-content/uploads/hero-background.jpg) top center;
	background-size: cover;
	display: inline-flex;
    width: 100%;
    height: 650px;
    align-items: center;
}

.button	{
    background: #000;
    display: inline-block;
    padding: 7px;
    width: 250px;
    color: #FFFFFF;
    text-transform: none;
	box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	cursor: pointer;
}

.hero .button	{
    background: #FFF;
    display: inline-block;
    padding: 7px;
    width: 250px;
    color: #000;
    text-transform: none;
	box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	cursor: pointer;
}

.products	{
	margin-top: 120px;
	margin-bottom: 70px;
}

.newsletter	{
	display: inline-block;
}

.newsletter img	{
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}

.info-container	{
	background: url(https://basic.rs/wp-content/uploads/info-background.jpg) top center;
	background-size: cover;
}

.info-container h2	{
	padding: 100px 0 0 0;
	text-transform: uppercase;
}

.line	{
	width: 1.5px;
    height: 100px;
    background: #000;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.info-container-2	{
	text-align: left;
	padding: 20px 0 120px 0;
}

.info-container-2 h3	{
	padding: 60px 0 20px 0;
}

.info-container-2 p	{
	padding: 10px 0;
}

.info-container-2 a	{
	color: #000;
	text-decoration: underline;
}

.strong	{
	display: block;
	font-weight: 400;
}

.about-us	{
	background: #000;
	color: #fff;
}

.about-us-text	{
	padding: 80px;
	margin-top: 40px;
}

.about-us-text p	{
	padding: 10px 0;
}

.newsletter .row	{
	display: flex;
	margin-left: 0;
    margin-right: 0;
}

.newsletter .one-third	{
	text-align: center;
	padding-left: 0;
   	padding-right: 0;
}

.newsletter .two-third	{
	text-align: center;
	padding-left: 0;
   	padding-right: 0;
	background: #F2F2F2;
	justify-content: center;
    display: flex;
    flex-direction: column;
}

.newsletter h2	{
	text-transform: uppercase;
}

.newsletter-p	{
	padding: 15px 200px;
}

.newsletter .line {
    height: 80px;
    top: 0;
}

footer	{
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	position: relative;
}

.social-icons ul li {
	display: inline-block;
}

.contact ul li {
	display: inline-flex;
	align-items: center;
}

.contact ul li p {
	display: inline;
}

.social-icons ul li a	{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}

#facebook	{
	background-image: url(img/facebook.svg);
	background-size: 10px auto;
}

#instagram	{
	background-image: url(img/instagram.svg);
	background-size: 25px auto;
}

.pum-container  {
    background-color: #000!important;
    border: 3px solid #fff!important;
}

.pum-overlay    {
    border: 3px solid #fff!important;
}

.pum-theme-335 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 0 10px 0 0!important;
    color: #ffffff;
    font-family: inherit;
    font-weight: 300!important;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: transparent!important;
}

.newsletter-pop-up-p,
.newsletter-pop-up .p1,
.newsletter-pop-up p,
.newsletter-pop-up .p,
.popmake-content p  {
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.popmake-content    {
    padding: 25px;
}

.ml-form-embedSubmitLoad	{
	display: none!important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-3	{
	box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
}

@media only screen and (max-width: 1400px)	{
	.cart-menu-container	{
		display: inline-flex;
		width: 200px;
		justify-content: flex-start;
		position: relative;
	}
}

@media only screen and (max-width: 1200px)	{
	header	{
		align-items: flex-start;
		flex-direction: row;
		justify-content: flex-end;
		padding: 15px 0 15px 0;
	}

	#logo	{
		order: 1;
    	position: absolute;
    	left: 20px;
	}

	header p	{
		margin-left: 0;
	}

	.menu-container	{
		order: 3;
		padding-bottom: 5px;
		text-align: right;
	}
	
	#main-menu	{
		width: 100%;
		max-height: 0;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		overflow: visible;
		display: none;
	}
	
	#menu-main-menu	, #main-menu ul	{
		display: block;
	}
		
	#main-menu li	{
		float: unset;
	}
		
	#main-menu ul li a	{
		margin: 0;
		display: block;
	}
	
	#menu-item-27	{
		display: none;
	}

	#hamburger	{
		width: 55px;
		height: 40px;
		display: inline-flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 10px;
		cursor: pointer;
		position: relative;
		left: -125px;
	}
		
	#hamburger.open span	{
		display: none;
	}
		
	#hamburger.open	{
		justify-content: center;
	}
		
	#hamburger.open span:first-of-type	{
		display: block;
	}
		
	#hamburger span	{
		display: block;
		background: #000;
		height: 2.5px;
	}
	
	#hamburger.open+#main-menu	{
		max-height: 100%;
		opacity: 1;
		display: block;
	}

	.cart-menu-container	{
		position: absolute;
		margin-top: 17px;
		order: 2;
		right: 80px;
		width: 120px;
	}
	
	#logo	{
		display: inline-block;
	}
	
	#logo img	{
		width: 150px;
		height: auto;
	}

	.newsletter-p	{
		padding: 15px 100px;
	}
}

@media only screen and (max-width: 960px)	{
	h1	{
		font-size: 50px;
	}

	h2	{
		font-size: 28px;
	}

	h3	{
		font-size: 24px;
	}

	h4	{
		font-size: 22px;
	}
	
	.hero-text {
		padding: 0 120px;
	}

	.newsletter .row	{
		flex-direction: column-reverse;
	}

	.newsletter .two-third	{
		padding: 45px 0;
	}

	.newsletter .one-third,
	.newsletter .two-third	{
		width: 100%;
	}

	.newsletter-p {
		padding: 15px;
	}
}

@media only screen and (max-width: 768px)	{
	.about-us-text {
		padding: 80px 10px;
	}

	.newsletter-pop-up-p {
		padding: 0;
		width: 90%;
	}

	.products {
		margin-top: 80px;
		margin-bottom: 0;
	}

    .newsletter-pop-up-p,
    .newsletter-pop-up .p1,
    .newsletter-pop-up p,
    .newsletter-pop-up .p,
    .popmake-content p  {
    	padding: 20px;
    	width: 100%;
    }
}

@media only screen and (max-width: 500px)	{
	.gtranslate_wrapper {
		position: relative;
		left: 0;
		top: 0;
		padding-bottom: 15px;
		text-align: right;
	}

	#hamburger {
        left: 0;
    }

	.cart-menu-container {
        position: absolute;
        margin-top: 17px;
        order: 2;
        right: 80px;
        width: 120px;
        justify-content: end;
    }
}