/*
 Theme Name:   Neuros Child
 Description:  Neuros Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/neuros
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     neuros
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  neuros-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
.logo-container .logo.retina-logo a img {max-width: 250px;}
header.header-type-1 .header-row .header-icons-container {margin: 10px 15px;}
.header-icon.login-logout .link-login {
color: #f5f5f5 !important;
background: #333333;
min-height: 42px;
min-width: 42px;
line-height: 1;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-border-radius: 50%;
border-radius: 50%;
}

header.header-type-1 .header-icon.login-logout .link-login, header.header-type-1 .mini-cart .mini-cart-trigger {
	min-height: 42px;
    min-width: 42px;
}

header.header-type-1 .header-row .header-icons-container .header-icon {
	margin: 10px 6px;
}
.header-icon.login-logout .link-login:before {
content: "\f007";
font-weight: 100;
font-size: 19px;
}

header.header-type-1 #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 15px 0px 15px;
}

header.header-type-1 .header-row .header-icons-container .header-icon.mini-cart + .header-button-container {
    margin-left: 6px;
}
header.header-type-1 .header-icons-container .header-button-container .neuros-button {
	min-width: 105px;
	padding: 7px;
}

.pum-theme-default-theme .pum-container {
    font-size: 50px;
	border-radius: 25px !important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}
.pum-theme-default-theme .neuros-subheading {
	margin-bottom: 5px !important;
}
.pum-theme-default-theme .neuros-heading-widget {margin-left: 12px;}

.pum-theme-default-theme .neuros-heading-widget .gradient-txt {
	background-clip: text;
    -webkit-background-clip: text;
    text-decoration: none;
    color: transparent;
	background-color: transparent;
    background-image: linear-gradient(262deg, #386BB7 0%, #E24C4A 100%);
	font-size: 50px;
}
.anx-popup-content {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
}

.anx-popup-content .anx-popup-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	flex-wrap: nowrap;
}

.anx-popup-content .anx-popup-image {
	width: 48%;
}

.anx-popup-content .anx-popup-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 25px;
}

.anx-popup-content .anx-popup-text {
	width: 56%;
}

.anx-popup-content .anx-popup-title {
	font-size: 25px;
	line-height: 1.2;
	margin: 0 0 12px;
	color: #111;
}

.anx-popup-content .anx-popup-desc {
	line-height: 1.6;
	color: #555;
	margin: 0 0 10px;
	font-size: 13px;
}

.anx-popup-content .anx-popup-desc:last-child {
	margin-bottom: 0;
}

.page-id-2324 .project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button {
    display: none;
}

footer .footer-additional-menu-container nav .footer-additional-menu li {
	padding: 0 0 0 1em;
}

footer.footer-wrapper form.wpcf7-form label {font-size: 17px;}

footer.footer-wrapper form.wpcf7-form input[name="your-email"] {
	border: 1px solid #ccc;
    margin-top: 20px;
    padding: 5px 10px;
    border-radius: 12px;
	height: 45px;
}

footer.footer-wrapper ul.wp-block-social-links.is-style-logos-only .wp-social-link {
margin: 0 15px !important;
}

@media only screen and (min-width: 992px) {
    .footer-type-3 .footer-widgets > .widget:nth-child(5n+1), .footer-type-3 .footer-widgets > .widget:nth-child(5n+3){
        width: calc(20% - 30px);
    }
	
	.footer-type-3 .footer-widgets > .widget:last-child {
		width: calc(25% - 30px);
	}
}

@media only screen and (max-width: 767px) {
	.anx-popup-content .anx-popup-inner {
		flex-wrap: wrap;
	}
	.anx-popup-content .anx-popup-image,
	.anx-popup-content .anx-popup-text {
		width: 100%;
	}
	.anx-popup-content .anx-popup-title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 575px) {
	footer.footer-wrapper .footer-widgets > :nth-child(1) {
		order: 1;
	}
	footer.footer-wrapper .footer-widgets > :nth-child(2) {
		order: 3;
	}
	footer.footer-wrapper .footer-widgets > :nth-child(3) {
		order: 4;
	}
	footer.footer-wrapper .footer-widgets > :nth-child(4) {
		order: 5;
	}
	footer.footer-wrapper .footer-widgets > :nth-child(5) {
		order: 2;
	}
}