/*
Theme Name:     The Mounty Child
Theme URI:      http://themounty.ancorathemes.com/
Description:    Make your modifications to The Mounty in this child theme.
Author:         AncoraThemes
Author URI:     http://ancorathemes.com
Version:        1.0
Template:       the-mounty
*/

/* Utilities */
@import url("./nrx_grid.css");

.d-flex {
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.align-items-baseline {
	align-items: baseline;
}

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

ul li {
	list-style: none;
}

section.nrx_space-top-40 div hr { /* stile hr paragrafo itinerari */
	margin: 30px auto !important;
	width: 70%;
}

.nrx_text-center {
	text-align: center;
}

.nrx_circle {
	width: 200px;
	height: 200px;
	border-radius: 50% !important;
}

.d-inline-block {
	display: inline-block;
}

/* Typography */
.scheme_default h1,
.scheme_default h2,
.scheme_default h3,
.scheme_default h4,
.scheme_default h5 {
	color: #161a42;
}

.scheme_default h6, .nrx_percorsi .nrx_pink {
	color: #e45163;
}

.nrx_percorsi .nrx_pink {
	font-size: 1.9rem;
}

.nrx_percorsi h5 {
	color: #ffce00;
	font-size: 1.9rem;
}

.nrx_percorsi h6 {
	color: #fff;
	font-size: 1.4rem;
}

.nrx_percorsi .nrx_menu-item {
	margin-top: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px !important;
}

/* BUTTONS */
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
	background: transparent !important;
	color: #161a42;
	border: 3px solid #161a42;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
	background-color: #161a42 !important;
	color: #fff;
	border-color: #161a42;
}

/* END Utilities */
.sidebar .widget {
	border-radius: 20px;
}

#nrx_sidebar * {
	color: black;
	text-align: left !important;
}

.nrx_menu-section {
	flex-wrap: wrap;
}

.nrx_menu-section ul {
	margin-top: 5px;
}

.nrx_menu-section div {
	height: 10px;
}

.nrx_menu-section-mobile li {
	margin: 5px;
}

.nrx_separator-with-text {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.nrx_separator-with-text h6 {
	margin: 10px;
}

.nrx_separator-with-text ul {
	margin-top: 10px;
	padding-top: 10px;
}

#nrx_sidebar hr, .content article hr {
	border-top: 2px solid lightgray;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}

#nrx_sidebar h5 {
	margin-bottom: 0px !important;
}

.nrx_service-list {
	padding-left: 0;
	flex-wrap: wrap;
}

.nrx_service-list i {
	margin-right: 10px;
	font-size: 30px;
}

.nrx_service-list p {
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
}

.nrx_service-list li {
	margin-bottom: 10px;
}

.w-30 {
	width: 30%;
}

.w-50 {
	width: 49%;
}

.w-70 {
	width: 70%;
}

.nrx_title {
	width: 70%;
}

.nrx_black {
	color: black;
}

.nrx_gallery img {
	width: 49%;
}

.nrx_gray-block {
	padding: 4%;
	background-color: #efeeea;
	border-radius: 20px;
}
.nrx_prima-arrivo {
	margin-top: 60px;
}

.nrx_prima-arrivo > a {
	justify-content: flex-start;
}

.nrx_prima-arrivo .nrx_info-img {
	min-width: 150px; 
	height: 150px;
	border-radius: 20px;
}

.nrx_prima-arrivo .nrx_content {
	margin-left: 10px;
}

.nrx_prima-arrivo h5 {
	margin-top: 15px; 
	margin-bottom: 5px;
}

.nrx_prima-arrivo p {
	font-weight: 400;
	margin-bottom: 0;
}

.nrx_sidebar-like-section {
	padding: 3%;
	border-radius: 5em;
	background-color: #efeeea;
}

.nrx_sidebar-like-section * {
	margin-top: 0;
	margin-bottom: 0;
}

.nrx_note-e-suggerimenti {
	margin-right: 30px;
	width: 50px;
	height: 50px;
	background-color: white;
	border-radius: 50%;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nrx_note-e-suggerimenti i {
	margin-right: 0px;
}

.nrx_listing {
	box-sizing: border-box;
	flex-wrap: wrap;
}

.nrx_listing li {
	width: calc(100% / 3 - 24px);
	border: 2px solid transparent;
	margin: 20px 10px;
	margin-bottom: 60px;
	/* padding: 30px 10px; */
	text-align: center;
	border-radius: 20px;
	transition: all 0.3 ease-out;
	position: relative;
	padding-bottom: 50px;
	opacity: 0.7;
}

.nrx_listing li.w-50 {
	width: 49%;
	margin: 0;
	margin-top: 40px;
}

.nrx_listing li .nrx_menu-item {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	transition: all 0.3s ease;
}

.nrx_listing li:hover {
	opacity: 1;
}



/* 
.nrx_listing li:hover {
	border-color: #161a42;
}

.nrx_listing li:hover img {
	filter: opacity(50%);
} */

.nrx_listing img {
	max-width: 100%;
	border-radius: 15px 15px 0 0;
	width: 100%;
}

.nrx_menu-item {
	background-color: #161B4B;
}
.nrx_menu-item.nrx_strutture {
	background-color: #009289;
}
.nrx_menu-item.nrx_ristoranti {
	background-color: #E45163;
}
.nrx_menu-item.nrx_itinerari {
	background-color: #FFCE00;
}

/* .nrx_listing li:hover .nrx_hover-gradient {
	background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
} */

.nrx_listing p {
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}

.nrx_listing h5 {
	margin-bottom: 0;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.sidebar .widget {
	padding: 9%;
}

.nrx_filter {
	flex-wrap: wrap;
}

.nrx_filter li {
	max-width: 15%;
	padding: 5px 20px;
	margin: 10px 5px;
	display: flex;
	align-items: center;
}

footer .widget .widgettitle {
	margin-bottom: 10px;
	min-height: 62px;
}

#nrx_sidebar .cf_column-1_1.cf_column-button input {
	color: white;
}

.nrx_punteggio {
	text-align: right;
}

.nrx_prefooter1 {
	background-color: #efeeea;
	text-align: center;
}

.nrx_prefooter1 h3 {
	margin-top: 0;
}

.nrx_prefooter1 .nrx_item img, .nrx_azioni a img {
	transition: all 0.25s ease;
}

.nrx_prefooter1 .nrx_item:hover img, .nrx_azioni a:hover img {
	transform: scale(1.1);
}

.nrx_prefooter2 {
	/* background-image: url("/wp1/app/uploads/2023/02/ascoli-for-all-percorsi-bg-small-def.png");
	background-size: cover;
	height: 600px; */
	text-align: center;
	position: relative;
	background-image: linear-gradient(#efeeea, transparent);
}
.nrx_prefooter2 .sc_content_width_1_1 {
	padding: 40px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nrx_prefooter2 h3 {
	margin-top: 0;
}

.nrx_prefooter2 img, footer .nrx_prefooter-wave {
	min-width: 100%;
}

.sc_content_width_1_1 > img {
	min-width: auto;
}

.nrx_prefooter2 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-modern.vc_btn3-color-black {
	color:  #161a42;
	border: 3px solid  #161a42;
}

.nrx_prefooter-gallery {
	margin-top: -10vh;
}

.nrx_prefooter-gallery div{
	width: 25%;
	margin-right: 5px;
}
.nrx_prefooter-gallery div:last-child{
	margin-right: 0;
}

.nrx_prefooter-border {
	border-right: 2px solid lightgray;
}

.nrx_item {
	width: calc(100% / 6);
}

.nrx_item p {
	width: 75%;
	margin: auto;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 700;
	line-height: 1.8;
}

.nrx_legenda .d-flex.align-items-center {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.nrx_legenda .nrx_legenda-colore {
	margin-right: 10px; 
	display: flex;
	justify-content: center;
	width: 30px; 
	font-size: 25px; 
	height: 30px; 
	background-color: #e45163; 
	border-radius: 50%;
}
.nrx_legenda .nrx_legenda-colore.nrx_bck-black {
	background-color: #000;
}
.nrx_legenda .nrx_legenda-colore.nrx_bck-green {
	background-color: #009289;
}

.nrx_legenda p {
	width: 90%;
}

.post_featured_wrap .post_featured img {
	border-radius: 20px;
}

.nrx_gallery img {
	border-radius: 15px;
	margin-bottom: 5px;
}

.post_featured img {
	width: 100%;
}

.nrx_prefooter-border {
	margin-top: 50px; 
	width: 2px; 
	height: 30px; 
	background-color: gray;
}

.nrx_azioni {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.nrx_azioni img {
	width: 50%;
	border-radius: 50%;
}

.nrx_azioni a {
	margin-right: 50px;
}
.nrx_azioni a:last-child {
	margin-right: 0;
}

.nrx_azioni-item {
	height: 350px;
	padding: 50px;
	border-radius: 10px;
	background-color: #efeeea;
}

.nrx_azioni-item img {
	width: 125px;
	height: 125px;
}

.nrx_azioni-item h4, 
.nrx_azioni-item h5, 
.nrx_azioni-item h6, 
.nrx_percorsi-per-tutti h5, 
.nrx_percorsi-per-tutti h6 {
	font-family: 'Titillium Web';
	font-weight: 900;
	text-decoration: underline;
}

.nrx_listing h4, .nrx_listing h5, .nrx_listing h6, .nrx_percorsi-per-tutti h4, .nrx_percorsi-per-tutti h5, .nrx_percorsi-per-tutti h6 {
	margin-bottom: 0;
	min-height: 80px;
}

.nrx_percorsi-per-tutti {
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.nrx_percorsi-per-tutti li {
	width: 15%;
	padding: 15px 25px;
	border: 1px solid gray;
	border-radius: 10px;
	margin-right: 25px;
}

.nrx_footer-wave {
	width: 15%;
}

.nrx_wave-text {
	font-size: 15px;
	margin: 10px;
}

.nrx_contacts-info {
	display: none;
	margin-left: -20px;
	padding-left: 40px;
	border-left: 2px solid lightgray;
}

.nrx_contacts-info p {
	font-size: 13px;
	line-height: 1;	
}

footer .nrx_widgettitle {
	margin-top: 8px;
	margin-left: 30px;
	font-family: 'Titillium Web';
	font-weight: 700;
	font-size: 1.333em;
}

.nrx_padding-text {
	padding: 0 40px;
}

.nrx_hero-img {
	width: 100%;
}



.nrx_hero-cpt {
	text-align: center;
	background-image: url("/wp1/app/uploads/2023/03/ascoliforall-banner-page-waves-white-def.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.nrx_hero-cpt .nrx_empty-space1 {
	height: 12vw;
}

.nrx_hero-cpt .nrx_empty-space2 {
	height: 10vw;
}

.fa-solid.fa-star {
    margin-right: 0px;
}








@media screen and (min-width: 768px) and (max-width: 1024px) {
	.nrx_percorsi-per-tutti li {
		width: calc(49% - 75px);
		margin-top: 15px;
	}

	
	.nrx_prefooter2 .sc_content_width_1_1  img {
		height: 50px;
	}

	.nrx_prefooter2 h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.nrx_prefooter2 .nrx_pink {
		margin-bottom: 0;
	}

	.nrx_icons-list {
		flex-wrap: wrap;
	}

	.nrx_icons-list .nrx_item {
		width: calc(100% / 3 - 20px);
	}

	body > div.body_wrap > div > footer > div:nth-child(1) > div > div > div > section.nrx_prefooter1 > div > div > div > div:nth-child(6) {
		display: none;
	}

	.nrx_listing li {
		width: calc(100% / 2 - 24px);
		opacity: 1;
	}	

	#trx_addons_widget_recent_posts-2 {
		margin-top: 3em !important;
	}

	/* .nrx_hero-img, .content, .nrx_hero-cpt {
		padding-top: 40px;
	} */

	.nrx_menu-section ul {
		margin-top: 0px;
	}
}

@media screen and (max-width: 767px) {

	.sm-pt-40 {
		padding-top: 40px;
	}

	.nrx_listing {
		padding-left: 0;
	}

	.nrx_listing h5 {
		font-size: 20px;
	}

	.nrx_listing li {
		width: 100%;
		opacity: 1;
		padding-bottom: 75px;
	}

	.nrx_listing li .nrx_menu-item {
		width: 50%;
	}

	.nrx_half-section {
		max-width: 100vw;
		margin: auto;
		padding: 0 30px;
	}

	.nrx_filter li {
		max-width: 50%;
	}

	.nrx_heading-content {
		flex-wrap: wrap;
	}

	.nrx_title, .nrx_punteggio {
		width: 100% !important;
	}

	.nrx_punteggio {
		text-align: left;
	}

	.nrx_icons-list, .nrx_before-travel {
		flex-direction: column;
	}

	.nrx_icons-list .nrx_item {
		width: 100%;
	}

	.nrx_icons-list .nrx_prefooter-border {
		display: none;
	}

	.nrx_percorsi-per-tutti {
		padding-left: 0;
	}

	.nrx_azioni {
		flex-wrap: wrap;
	}

	.nrx_percorsi-per-tutti li, .nrx_azioni a {
		width: 75%;
		margin-top: 15px;
		margin-right: 0;
	}

	.nrx_service-list li, .nrx_gallery img {
		width: 100%;
	}

	.nrx_info-img {
		padding: 30px 0;
	}

	.nrx_prefooter-gallery {
		margin-top: -50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.nrx_prefooter-gallery div {
		width: 100%;
		margin-right: 0;
	}

	.nrx_prefooter2 > img {
		height: 600px;
		max-width: none;
	}
	
	.nrx_prefooter-wave {
		display: none;
	}

	.nrx_menu-section ul {
		margin-top: 0;
	}
}

@media (max-width: 479px) {

	.nrx_sidebar-like-section div p {
		font-size: 0.8rem;
		line-height: 1.5;
	}

	.nrx_menu-item {
		font-size: 1rem;
		margin: 20px 0;
	}

	article section div.w-30 {
		width: 40%;
	}
}