/* 
Theme Name: Baltic Mafia Theme
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


footer a, footer  a:visited {
	text-decoration: none;
	position: relative;
	color: #000;
}
footer a:after {
		content: '';
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		background: #000;
		transition: 0.2s;
}

footer a:hover:after {
		width: 100%;
}

@media (min-width: 1200px){
.site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 1140px;
}
}

.home .site-header{
	display: none;
}

#wpcf7-f114-p118-o1 label{
	line-height: 1.4;
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.1px;
	color: #5f6369;
	width: 100%;
}


#wpcf7-f114-p118-o1 [type=submit]{
    background-color: #000;
	font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px 30px 30px 30px;
	padding: 15px 30px;
	color: #fff;
	line-height: 1;
    border: none;
}
#wpcf7-f114-p118-o1 [type="submit"]:hover{
	background-color: #202020;
	transform: scale(1.1);
}

footer{
	background-color: #F8F8F8;
	padding: 1rem 0;
}

.primary-sidebar{
	margin-top: 2rem;
	text-align: center;
}

.currency h4:before{
	content: '€';
    	font-size: 20px;
    	vertical-align: middle;
    	margin-top: -17px;
    	margin-right: 4px;
    	display: inline-block;
}
