/*
Theme Name: Neve Child
Description: Neve Child
Theme Author: Paweł Boroń
Template: neve
Version: 1.0.0
*/

.hfg_header.site-header {
	box-shadow: none !important;
}

.nav-ul li a {
	font-size: 18px;
	font-weight: 600;
}

.dot-title p {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dot-title.left p {
	justify-content: flex-start;
}

.dot-title p::before {
	content:'';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #1365C4;
	border-radius: 100%;
	margin-right: 10px;
}

.site-footer {
	padding: 60px 0 0px;
	background: #0D0D39 url('/wp-content/uploads/2025/01/kropki-footer.png') no-repeat;
	background-position-x: 80%;
    background-position-y: 50%;
}

.builder-item--footer-one-widgets p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}


.footer--row-inner .widget {
	margin-bottom: 25px;
}


.footer--row-inner a {
	text-decoration: none;
	text-transform: uppercase;
}

.footer--row-inner a:hover {
	color: #58AF38;
	text-decoration: underline;
}

.footer--row-inner .wp-block-heading {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 40px;
}

.footer-bottom {
	display: none;
}

.builder-item--footer-two-widgets .widget_text,
.builder-item--footer-three-widgets .widget_text{
	margin-bottom: 15px;
}

.builder-item--footer-three-widgets .widget_text p {
	text-transform: uppercase;
}

.builder-item--footer-three-widgets .widget_text p a,
.builder-item--footer-two-widgets .widget_text p a {
	font-size: 13px;
	font-weight: 600;
}

.footer-top {
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.bottom-footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 10px;
}

.bottom-footer p {
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #86869C;
}

.bottom-footer .right-wrapper a {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #86869C;
	margin-left: 15px;
}

.footer-main .widget {
	margin-bottom: 0;
}

.site-footer .footer-bottom {
	display: none!important;
}

.title-decor {
	position: relative;
	display: inline-block;
	width: 340px;
	height: 80px;
	background: url('/wp-content/uploads/2025/01/title-decor.svg') no-repeat;
	background-size: contain;
}

.title-decor.revolutionize {
	width: 435px;
	height: 107px;
}

.title-decor.design {
	width: 532px;
	height: 97px;
	background: url('/wp-content/uploads/2025/02/title-decor-4.svg') no-repeat;
}

.second-title-decor {
	position: relative;
	display: inline-block;
	width: 315px;
	height: 95px;
	background: url('/wp-content/uploads/2025/01/title-decor.svg') no-repeat;
	background-size: contain;
}

.third-title-decor {
	position: relative;
	display: inline-block;
	width: 425px;
	height: 80px;
	background: url('/wp-content/uploads/2025/01/title-decor-3.svg') no-repeat;
	background-size: contain;
}

@media (max-width: 1024px) {
	.footer-top .footer--row-inner .row {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.footer--row-inner {
		width: 100%
	}
	
	.site-footer .hide-on-tablet,
	.site-footer .hide-on-mobile{
		display: flex!important;
	}
	
	.site-footer .footer-bottom {
		display: none!important;
	}
}

@media (max-width: 768px) {
	
	.site-footer {
		background-position-x: 95%;
    	background-position-y: 85%;
	}
	
	.footer-top .footer--row-inner .row {
		grid-template-columns: 1fr;
	}
	
	.site-footer .footer-top .widget-area {
		text-align: center;
	}
	
	.title-decor {
		width: 300px;
		height: 65px;
	}
	
	.third-title-decor {
		width: 300px;
	}
}