@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/* ========================================
   SECTION 1: GLOBAL STYLES & BASE ELEMENTS
   ======================================== */

a {
  color: #71717A;
  text-decoration:none;
}

body {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;

}

body > div:not(footer) {
  flex: 1;
}


p {
  margin: 10px 0px;
}

ins {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "Marcellus", serif;
}

img {
  border-radius: 12px !important;
}

hr {
 border: none;
}


/* ========================================
   SECTION 2: FORM ELEMENTS & VALIDATION
   ======================================== */

.form-group {
  position: relative;
}

label.error {
  color: red;
  font-weight: normal;
  position: absolute;
  top: 0px;
  right: 20px;
}

.modal input,
.modal textarea {
  width: 100%;
}

/* ========================================
   SECTION 3: BUTTONS & ACTIONS
   ======================================== */

.btn {
  text-transform: uppercase;
  font-size: 18px;
}

.btn-default {
  background: #944c93;
  color: #fff;
}

/* ========================================
   SECTION 4: UTILITY CLASSES
   ======================================== */

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.img-responsive {
  width: 100%;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 200%;
}

/* ========================================
   SECTION 5: HEADER & NAVIGATION
   ======================================== */

header {
  background: #FFF;
  padding: 0px;
  border-bottom: 1px solid #E4E4E7;
}

header #logo {
  margin: 10px 0px;
	width: 193px;
	height:36px;
}

header .navbar-default {
  margin-bottom: 0px;
  min-height: auto;
}

header .navbar-default .navbar-nav {
  float: none;
}

header .navbar-default li {
  float: none;
  display: inline-block;
}

header .navbar-default li li {
  display: block;
}

header .navbar-default li a {
  line-height: 60px;
  font-size: 14px;
  font-weight: 500;
}

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

header .dropdown-menu li a:hover,
header .dropdown-menu li a:focus {
  background: #e0c2df;
}

.navbar {
  min-height: auto;
  margin-bottom: 10px;
}

.navbar-default {
  border: 0px;
  background: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent !important;
  color: #1E1B4B !important;
}

.navbar-nav > .active > a {
	background: transparent !important;
	color: #86198F !important;
}

header .navbar-collapse{
	padding-right: 0px;
}

header .nav > li > a {
	padding-right: 0px;
	padding-left: 30px;
}

#main-menu .menu-item a {
  text-transform: uppercase;
}

/* Dropdown Bootstrap menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* ========================================
   SECTION 6: FOOTER
   ======================================== */

footer {
  flex-shrink: 0;
  background: #86198f;
  color: #FFFFFF50;
  padding: 20px 0px;
}

footer #logo-footer {
  margin-bottom: 20px;
  width: 120px;
  height: 125px;
}

footer .navbar-nav li {
  float: none;
  color: #FFFFFF;

}

footer .navbar-nav li a {
  padding-top: 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #FFFFFF;

}

footer .fa {
  font-size: 28px;
  margin: 10px 0px;
}

footer .nav > li > a:focus,
footer .nav > li > a:hover {
  background: transparent !important;
  color: #FFFFFF !important;
}

footer .navbar-nav > .active > a {
	background: transparent !important;
	color: #FFFFFF !important;
}



grey {
	color: #FFFFFF50;
}

footer a {
	color: #FFFFFF;
}

footer .navbar-collapse {
	padding: 0px;
}

/* ========================================
   SECTION 7: CONTAINERS & SECTIONS
   ======================================== */

.container.top form input.form-control {
  display: inline-block;
  width: 98%;
}

.container.top form button {
  margin-left: -45px;
  background: transparent;
}

.container.top li a {
  padding: 10px;
}

.container.top ul > li:first-child a,
.container.top ul > li:first-child a:hover {
  background: #5cb85c !important;
  color: white;
  border-radius: 5px;
  border: 1px solid #4cae4c;
  text-transform: uppercase;
}

/* ========================================
   SECTION 8: BANNERS & ALERTS
   ======================================== */

#banner_bottom,
#banner_top {
  padding: 20px 0px 0px;
}

#banner_bottom img,
#banner_top img {
  max-width: 100%;
}

#banner_bottom .post.preview,
#banner_bottom #banner_top_inner,
#banner_top .post.preview,
#banner_top #banner_top_inner {
  margin-top: 0px;
}

#banner_bottom .post.preview.featured,
#banner_bottom .featured#banner_top_inner,
#banner_top .post.preview.featured,
#banner_top .featured#banner_top_inner {
  background: #fff;
}

#banner_bottom .fa-thumb-tack,
#banner_top .fa-thumb-tack {
  display: none;
}

.banner_inevidenza {
  background: #449d44;
  padding: 20px;
  font-size: 130% !important;
  margin-bottom: 20px;
}

.banner_inevidenza a {
  color: white;
}

.banner_add_free {
  padding: 20px;
  background: orange;
  color: white;
  font-size: 2em;
  margin-top: 20px;
}

.banner_add_free .fa {
  margin-right: 10px;
}

.banner_add_free a {
  color: white;
}

/* ========================================
   SECTION 9: TYPOGRAPHY & TITLES
   ======================================== */

.par_title {
  color: #944c93;
  font-size: 2.2rem;
  line-height: 6rem;
}

.hentry h2 {
  font-size: 42px;
  color: #944c93;
  margin-bottom: 30px;
}

.hentry td h2 {
  margin-bottom: 0;
}

article header {
  background: transparent;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

/* ========================================
   SECTION 10: RECOMMENDED & ICONS
   ======================================== */

.recommended {
  background: #944c93;
  color: #fff;
  font-size: 1.3em;
  padding: 6px;
  text-transform: uppercase;
}

.recommended .fa {
  margin: 0px 5px;
}

.post-6504 .icons {
  padding: 40px 0px;
}

.post-6504 .icons a:hover {
  text-decoration: none;
}

.post-6504 .icons .fa {
  font-size: 60px;
}

/* ========================================
   SECTION 11: HOME PAGE - RESOURCES SECTION
   ======================================== */
/*
.home .resources {
  font-size: 30px;
  margin-top: 20px;
  padding: 60px 0px 58px 0px;
  background: #944c93;
}

.home .resources .fa {
  font-size: 70px;
}

.home .resources a {
  color: white;
}

.home .resources div > p > a {
  font-size: 0.5em;
  display: block;
}*/

/* ========================================
   SECTION 12: CALENDAR
   ======================================== */

.calendario.container {
  border: 1px solid #dddddd;
  margin-top: 20px;
  border-radius: 12px;
  font-size: 15px;
  background: #FFF;
}

.calendario.container h2 {
  margin-bottom: 30px;
	color: #1E1B4B;
}

.calendario a {
	color: #86198F;
}

/* ========================================
   SECTION 13: EVENTS SLIDER
   ======================================== */

.events_slider .post {
  border-right: 10px solid white;
  border-left: 10px solid white;
}

.events_slider .post.banner {
  height: 270px;
  background: url("images/bannerEventi2.png") no-repeat center center;
  cursor: pointer;
  background-size: 70%;
}

/* ========================================
   SECTION 14: ENTRY CONTENT & IMAGES
   ======================================== */

.entry-content-thumbnail img {
  max-width: 100%;
  height: auto;
}

.attachment img {
  max-width: 100%;
  height: auto;
}

/* ========================================
   SECTION 15: POST CARDS & PREVIEWS
   ======================================== */

.main-content-inner {
	width: 100% !important;
	display: flex;
	flex-direction: column;
    justify-content: center;

}

.post {
  position: relative;
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.post .image,
.post.preview .content .col2,
.post #banner_top_inner .content .col2,
#banner_top_inner .content .post .col2 {
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
	
}

.post .title {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  background: rgba(148, 76, 147, 0.9);
  color: white;
  padding: 10px;
  min-height: 70px;
}

.post .title .sale {
  text-decoration: line-through;
  color: #3a3a3a;
}

.post.preview,
#banner_top_inner {
  border: 1px solid #dddddd;
  margin-top: 20px;
  position: relative;
	
  background: #FFF;
}

.post.preview .info-request,
#banner_top_inner .info-request {
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.post.preview a:hover,
#banner_top_inner a:hover {
  color: #000;
  text-decoration: none;
}

.post.preview h2,
#banner_top_inner h2 {
  margin-top: 0px;
  font-size: 24px;
	color: #1E1B4B;
}

.post.preview h2:hover{
	color:#86198F;
}

.post.preview div:visited, 
.post.preview div:hover {
	color:#71717A;
	text-decoration:none;
}

.post.preview .content,
#banner_top_inner .content {
  display: flex;
}

.post.preview .content .col1,
#banner_top_inner .content .col1 {
  flex: 1;
  text-align: center;
  align-self: center;
  color: #944c93;
}

.post.preview .content .col1 .fa,
#banner_top_inner .content .col1 .fa {
  font-size: 22px;
}

.post.preview .content .col2,
#banner_top_inner .content .col2 {
  flex: 2;
  padding: 0px;
  height: auto;
  overflow: hidden;
}

.post.preview .content .col3,
#banner_top_inner .content .col3 {
  flex: 4;
  padding: 10px 20px;
}

#banner_top_inner .col2 {
  min-height: 150px;
  background-size: cover;
}

.post.preview.insegnante .col2,
.insegnante#banner_top_inner .col2,
.post.preview.centri .col2,
.centri#banner_top_inner .col2 {
  height: 200px;
}

.post.preview.insegnante .col3,
.insegnante#banner_top_inner .col3,
.post.preview.centri .col3,
.centri#banner_top_inner .col3 {
  align-self: flex-start;
}

.post.preview.post .col2,
#banner_top_inner .col2 {
  min-height: 274px;
}

.post.preview.post .col3,
#banner_top_inner .col3 {
  align-self: flex-start;
}

.post.preview.featured,
.featured#banner_top_inner {
  background: #f6f6f6;
}

.post.preview.featured .fa-thumb-tack,
.featured#banner_top_inner .fa-thumb-tack {
  position: absolute;
  right: -10px;
  top: -13px;
  font-size: 25px;
  transform: rotate(45deg);
  color: #f5a20b;
}

.post.main .image,
.post.main .post.preview .content .col2,
.post.preview .content .post.main .col2,
.post.main #banner_top_inner .content .col2,
#banner_top_inner .content .post.main .col2 {
  height: 400px;
}

/* ========================================
   SECTION 16: POST CONTENT
   ======================================== */

.post-content {
  overflow-x: hidden;
}

.post-content a {
  color: #944c93;
  text-decoration: underline;
}

.post-content .post a {
  text-decoration: none;
  color: black;
}

.post-content a.btn {
  text-decoration: none;
  color: white;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-content .info {
  margin: 20px 0px;
  background: #f6f6f6;
  padding: 20px 0px;
}

.post-content .info .fa {
  margin-right: 10px;
}

.post-content iframe {
  width: 100%;
  height: 350px;
  border: 0px;
}

.post-content .btn-success {
  margin-top: 20px;
  font-size: 20px;
}

.post-content .btn-warning {
  margin-bottom: 20px;
  font-size: 20px;
}

.post-content .price {
  font-weight: 900;
  font-size: 2em;
  color: orange;
  margin-top: 6px;
}

.post-content .attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

.post-content .ts-fab-list li.active a {
  border: 0px;
  background: #944c93;
  padding-left: 10px;
}

.post-content .ts-fab-list li a {
  background: #dddddd;
  padding-left: 10px;
  border: 0px;
  color: #000;
}

.post-content .ts-fab-tab {
  border: 2px solid #944c93;
  background: #f6f6f6;
  border-radius: 8px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 50px;
  margin-bottom: 10px;
}

/* ========================================
   SECTION 17: PRODUCT PREVIEWS & SHOPPING
   ======================================== */

.product.preview {
  margin-bottom: 40px !important;
  border: 1px solid #dddddd;
  padding: 20px;
  min-height: 320px;
  position: relative;
}

.product.preview .cutting {
  text-align: center;
  overflow: hidden;
  height: 150px;
}

.product.preview a:hover,
.product.preview a {
  text-decoration: none;
}

.product.preview .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.product.preview .price {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.product.preview ins,
.single-product ins {
  text-decoration: none !important;
}

.product.preview del,
.single-product del {
  color: #dddddd;
}

.search .product.preview.product {
  padding: 0px;
  min-height: auto;
}

.single-product .panel {
  box-shadow: none;
}

/* ========================================
   SECTION 18: SIDEBAR & FILTERS
   ======================================== */

.filters {
	padding-left:0px;
	padding-right:0px;
}

.search-form {
    display: flex;
    align-items: center;
	height: 50px;
	gap:10px;
	margin-top: 20px;
}

.search-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
	font-size: 14px;
	height:50px;
	color: #1E1B4B;
	box-shadow: none;
}

.search-input:focus{
	border-color: #86198F;
	box-shadow: none;
}

.search-btn {
    background-color: #F3E8F4;
    border: none;
    padding: 12px 30px;
    color: #86198F;
    border-radius: 8px;
    cursor: pointer;
	height:50px;
}

.search-btn:hover,
.search-btn:focus,
.search-btn:active,
.search-btn:active:focus {
    background-color: #E7D1E9;
	color: #86198F;
	box-shadow: none;
}


.sidebar .filters {
    background: #944c93;
    color: white;
    padding: 20px;
    text-align: left;
}

.sidebar .filters h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
}

.sidebar > div {
    margin-top: 20px;
}


/* ========================================
   SECTION 19: MAP SECTION
   ======================================== */

.container-fluid.map {
  background: #944c93;
  color: #fff;
}

.container-fluid.map a {
  color: #fff;
}

.container-fluid.map input {
  display: inline-block;
  width: 25%;
  font-size: 110%;
  text-align: center;
  margin: 0 10px;
}

.container-fluid.map #map-container .fa {
  margin: 0px 5px;
}

.container-fluid.map #map-container a:visited,
.container-fluid.map #map-container a:focus,
.container-fluid.map #map-container a:active,
.container-fluid.map #map-container a:hover,
.container-fluid.map #map-container a {
  text-decoration: none;
}

.container-fluid.map #map-container a.active {
  color: #e0c2df;
}

.container-fluid.map #map-container input[name=city] {
  width: 25%;
  text-align: left;
}

.container-fluid.map h3 {
  margin-top: 14px;
}

#map {
  height: 350px;
  margin: 0 -15px 10px -15px;
}

#map .gm-style-iw {
  color: black;
}

#map .gm-style-iw a {
  color: black;
}

#map .gm-style-iw img {
  max-width: 40%;
  margin: 0px 0px 0px 20px;
  float: right;
}

#map .gm-style-iw a.btn {
  color: white;
}

#map .gmnoprint > img {
  display: none;
}

/* ========================================
   SECTION 20: PAGINATION
   ======================================== */

.pagination span, a {
  border: none !important;
  border-radius: 6px !important;
}

.pagination li a {
  color: #1E1B4B;
}

.pagination li a {
  color: #1E1B4B;
}

.pagination > li > a:hover {
  background: #FDF4FF ;
  color: #18181B;
}

.pagination .disabled span {
  color: #8f8da5;
}

.pagination .active span,
.pagination .active span:hover {
  background: transparent;
  color: #1E1B4B;
  border: 1px solid #E4E4E7 !important;
}



/* ========================================
   SECTION 21: ALERTS & NOTIFICATIONS
   ======================================== */

.alert.facebook form {
  margin-bottom: 0px;
}

.alert.facebook input.form-control {
  width: 300px;
}

/* ========================================
   SECTION 22: TEMPLATE PAGES - COMMON STYLES
   ======================================== */

.page-template-page-pubblica p {
  margin: 0;
  padding: 0;
  line-height: 1.7rem;
}

.page-template-page-pubblica .main-content-inner .fa {
  margin: 20px 0 0;
  color: #944c93;
}

.page-template-page-pubblica .main-content-inner .col-sm-2 .fa {
  font-size: 130px;
  min-height: 150px;
}

/* ========================================
   SECTION 23: PAYMENT & PURCHASE PAGES
   ======================================== */

.page-id-6504 h1,
.page-id-6504 h2,
.page-template-page-paga-pubblicazione h1,
.page-template-page-paga-pubblicazione h2,
.page-template-page-paga-banner h1,
.page-template-page-paga-banner h2,
.page-template-page-paga-servizi h1,
.page-template-page-paga-servizi h2,
.page-template-page-paga h1,
.page-template-page-paga h2 {
  text-align: center;
  font-size: 180%;
  margin: 40px 0px;
}

.page-id-6504 h3,
.page-template-page-paga-pubblicazione h3,
.page-template-page-paga-banner h3,
.page-template-page-paga-servizi h3,
.page-template-page-paga h3 {
  margin-top: 0px;
}

.page-id-6504 input[type=text],
.page-template-page-paga-pubblicazione input[type=text],
.page-template-page-paga-banner input[type=text],
.page-template-page-paga-servizi input[type=text],
.page-template-page-paga input[type=text] {
  width: 100%;
}

.page-id-6504 input[type=submit],
.page-template-page-paga-pubblicazione input[type=submit],
.page-template-page-paga-banner input[type=submit],
.page-template-page-paga-servizi input[type=submit],
.page-template-page-paga input[type=submit] {
  margin-top: 20px;
}

.page-id-6504 .alert-warning,
.page-template-page-paga-pubblicazione .alert-warning,
.page-template-page-paga-banner .alert-warning,
.page-template-page-paga-servizi .alert-warning,
.page-template-page-paga .alert-warning {
  color: white;
  background: #c17fc4;
}

.page-id-6504 .alert-danger,
.page-template-page-paga-pubblicazione .alert-danger,
.page-template-page-paga-banner .alert-danger,
.page-template-page-paga-servizi .alert-danger,
.page-template-page-paga .alert-danger {
  color: white;
  background: #9d5ba3;
}

.page-id-6504 form,
.page-template-page-paga-pubblicazione form,
.page-template-page-paga-banner form,
.page-template-page-paga-servizi form,
.page-template-page-paga form {
  margin-bottom: 10px;
}

.page-id-6504 .thumbnail .fa,
.page-template-page-paga-pubblicazione .thumbnail .fa,
.page-template-page-paga-banner .thumbnail .fa,
.page-template-page-paga-servizi .thumbnail .fa,
.page-template-page-paga .thumbnail .fa {
  font-size: 2em;
}

.page-id-6504 .thumbnail .ribbon,
.page-template-page-paga-pubblicazione .thumbnail .ribbon,
.page-template-page-paga-banner .thumbnail .ribbon,
.page-template-page-paga-servizi .thumbnail .ribbon,
.page-template-page-paga .thumbnail .ribbon {
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.page-id-6504 .thumbnail .ribbon span,
.page-template-page-paga-pubblicazione .thumbnail .ribbon span,
.page-template-page-paga-banner .thumbnail .ribbon span,
.page-template-page-paga-servizi .thumbnail .ribbon span,
.page-template-page-paga .thumbnail .ribbon span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #5cb85c;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}

.page-id-6504 .alert h1,
.page-template-page-paga-pubblicazione .alert h1,
.page-template-page-paga-banner .alert h1,
.page-template-page-paga-servizi .alert h1,
.page-template-page-paga .alert h1 {
  font-size: 300%;
  margin: 20px 0px;
}

.page-id-6504 .alert h3,
.page-template-page-paga-pubblicazione .alert h3,
.page-template-page-paga-banner .alert h3,
.page-template-page-paga-servizi .alert h3,
.page-template-page-paga .alert h3 {
  text-align: center;
  font-size: 26px;
}

.page-id-6504 .alert ul,
.page-template-page-paga-pubblicazione .alert ul,
.page-template-page-paga-banner .alert ul,
.page-template-page-paga-servizi .alert ul,
.page-template-page-paga .alert ul {
  list-style: none;
  padding: 0px;
}

.page-id-6504 .alert ul li,
.page-template-page-paga-pubblicazione .alert ul li,
.page-template-page-paga-banner .alert ul li,
.page-template-page-paga-servizi .alert ul li,
.page-template-page-paga .alert ul li {
  margin: 0px;
  font-size: 24px;
  line-height: 39px;
}

.page-id-6504 .alert ul li span,
.page-template-page-paga-pubblicazione .alert ul li span,
.page-template-page-paga-banner .alert ul li span,
.page-template-page-paga-servizi .alert ul li span,
.page-template-page-paga .alert ul li span {
  margin-right: 15px;
  display: inline-block;
  width: 20px;
  text-align: right;
  font-size: 25px;
}

.page-id-6504 .dicono,
.page-template-page-paga-pubblicazione .dicono,
.page-template-page-paga-banner .dicono,
.page-template-page-paga-servizi .dicono,
.page-template-page-paga .dicono {
  padding: 0px 40px;
  margin-top: 30px;
}

.page-id-6504 .dicono h2,
.page-template-page-paga-pubblicazione .dicono h2,
.page-template-page-paga-banner .dicono h2,
.page-template-page-paga-servizi .dicono h2,
.page-template-page-paga .dicono h2 {
  margin: 20px 0px;
}

.page-id-6504 input[type="text"],
.page-template-page-paga-pubblicazione input[type="text"],
.page-template-page-paga-banner input[type="text"],
.page-template-page-paga-servizi input[type="text"],
.page-template-page-paga input[type="text"] {
  margin-bottom: 20px;
}

/* ========================================
   SECTION 24: SERVICES PAGE SPECIFIC
   ======================================== */

.page-template-page-paga-servizi .col-sm-6:nth-child(odd) ul li:nth-child(n+4) {
  color: #ccc;
}

.page-template-page-paga-servizi .col-sm-4:nth-child(1) ul li:nth-child(n+3) {
  color: #ccc;
}

.page-template-page-paga-servizi .col-sm-4:nth-child(2) ul li:nth-child(n+5) {
  color: #ccc;
}

.page-template-page-paga-servizi .alert-info {
  font-size: 21px;
  line-height: 41px;
}

/* ========================================
   SECTION 25: CREATE POST/COURSE/EVENT PAGES
   ======================================== */

.page-template-page_create_posts label[for="meta_prezzo"],
.page-template-page_create_posts label[for="prezzo"],
.page-template-page-create_corso label[for="meta_prezzo"],
.page-template-page-create_corso label[for="prezzo"],
.page-template-page-create_event label[for="meta_prezzo"],
.page-template-page-create_event label[for="prezzo"],
.page-template-page-create_posts label[for="meta_prezzo"],
.page-template-page-create_posts label[for="prezzo"] {
  display: block;
}

.page-template-page_create_posts select[name="meta_prezzo"],
.page-template-page_create_posts select[name="prezzo"],
.page-template-page-create_corso select[name="meta_prezzo"],
.page-template-page-create_corso select[name="prezzo"],
.page-template-page-create_event select[name="meta_prezzo"],
.page-template-page-create_event select[name="prezzo"],
.page-template-page-create_posts select[name="meta_prezzo"],
.page-template-page-create_posts select[name="prezzo"] {
  display: inline-block;
  width: 100px;
}

.page-template-page_create_posts .btn,
.page-template-page-create_corso .btn,
.page-template-page-create_event .btn,
.page-template-page-create_posts .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-page_create_posts #tickets_number,
.page-template-page_create_posts #online_sale,
.page-template-page_create_posts .prezzo,
.page-template-page-create_corso #tickets_number,
.page-template-page-create_corso #online_sale,
.page-template-page-create_corso .prezzo,
.page-template-page-create_event #tickets_number,
.page-template-page-create_event #online_sale,
.page-template-page-create_event .prezzo,
.page-template-page-create_posts #tickets_number,
.page-template-page-create_posts #online_sale,
.page-template-page-create_posts .prezzo {
  display: none;
  vertical-align: middle;
}

.page-template-page_create_posts #tickets_number input[type=number],
.page-template-page_create_posts #online_sale input[type=number],
.page-template-page_create_posts .prezzo input[type=number],
.page-template-page-create_corso #tickets_number input[type=number],
.page-template-page-create_corso #online_sale input[type=number],
.page-template-page-create_corso .prezzo input[type=number],
.page-template-page-create_event #tickets_number input[type=number],
.page-template-page-create_event #online_sale input[type=number],
.page-template-page-create_event .prezzo input[type=number],
.page-template-page-create_posts #tickets_number input[type=number],
.page-template-page-create_posts #online_sale input[type=number],
.page-template-page-create_posts .prezzo input[type=number] {
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.page-template-page_create_posts #tickets_number,
.page-template-page_create_posts #online_sale,
.page-template-page-create_corso #tickets_number,
.page-template-page-create_corso #online_sale,
.page-template-page-create_event #tickets_number,
.page-template-page-create_event #online_sale,
.page-template-page-create_posts #tickets_number,
.page-template-page-create_posts #online_sale {
  margin-left: 10px;
}

.page-template-page_create_posts #contract,
.page-template-page-create_corso #contract,
.page-template-page-create_event #contract,
.page-template-page-create_posts #contract {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.page-template-page_create_posts #contract > div,
.page-template-page-create_curso #contract > div,
.page-template-page-create_event #contract > div,
.page-template-page-create_posts #contract > div {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  background: white;
  padding: 30px;
  overflow: scroll;
  border-radius: 10px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
}

/* ========================================
   SECTION 26: LANDING PAGE
   ======================================== */

#page-landing {
  padding: 0px;
}

#page-landing .container {
  background: url("images/landing_bg.jpg") no-repeat top center;
  padding: 0px;
}

#page-landing .content {
  padding: 0 90px;
  font-size: 140%;
  color: #8e539d;
}

#page-landing .content h2:first-child {
  margin-top: 70px;
  color: #fff;
  font-size: 240%;
  margin-top: 120px;
}

#page-landing .content > p:first-of-type {
  height: 340px;
  color: #fff;
}

#page-landing .content .wp-block-columns:nth-child(5) {
  height: 420px;
}

#page-landing .content h2:nth-child(7),
#page-landing .content .wp-block-columns:nth-child(8),
#page-landing .content h2:nth-child(11),
#page-landing .content h3:nth-child(12),
#page-landing .content .wp-block-columns:nth-child(13) {
  color: #fff;
}

#page-landing .content .wp-block-columns:nth-child(13) {
  height: 330px;
}

#page-landing .content .wp-block-button:nth-child(14) a {
  margin-bottom: 15px;
}

#page-landing .content h2:nth-child(11) {
  margin-bottom: 20px;
}

#page-landing .content .wp-block-columns:nth-child(8) {
  height: 450px;
}

#page-landing h2 {
  font-size: 180%;
  text-align: center;
  margin: 20px 0 50px 0;
}

#page-landing h3 {
  text-align: center;
  font-size: 150%;
}

#page-landing .wp-block-button .wp-block-button__link {
  text-transform: uppercase;
  font-size: 100% !important;
  font-weight: bold;
  margin-bottom: 5.5em;
}

#page-landing .fa {
  vertical-align: middle;
  margin-right: 10px;
}

#page-landing header {
  background: none;
  height: 168px;
  padding: 30px 20px 0px 20px;
}

#page-landing footer {
  background: #262426;
  color: #fff;
}

#page-landing footer a {
  color: #fff;
}

#page-landing footer .divider {
  margin: 0px 20px;
}

#page-landing footer textarea {
  height: 80px;
}

#page-landing footer input[type=submit] {
  border: none;
  border-radius: 23px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 11px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
  background: #cf2e2e;
}

/* ========================================
   SECTION 27: SOCIAL & FLOATING ELEMENTS
   ======================================== */

#social_follow {
  position: fixed;
  bottom: 20px;
  left: -1000px;
  background: white;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  font-size: 1.3em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#social_follow .fa:before {
  margin-right: 5px;
}

#social_follow a {
  margin-right: 10px;
  display: inline-block;
}

#social_follow.slidein {
  left: 20px;
}

/* ========================================
   SECTION 28: COMMENTS
   ======================================== */

#comments {
  position: relative;
}

#comments .rating legend {
  display: none;
}

#comments .rating:not(:checked) > label {
  width: 25px;
}

#comments .tval {
  display: none;
}

#comments .wpcr_aggregate {
  position: absolute;
  top: 15px;
  right: 0px;
  width: auto;
}

/* ========================================
   SECTION 29: BLOCKS & ELEMENTS
   ======================================== */

.wp-block-button__link {
  color: white !important;
  text-decoration: none !important;
}

#ez-toc-container {
  width: 100%;
  background: #f1e4f0;
}

/* ========================================
   SECTION 30: RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 480px) {
  .post.preview .content,
  #banner_top_inner .content {
    display: block;
  }

  .post.preview .content .col1,
  #banner_top_inner .content .col1 {
    padding: 10px;
  }

  .post.preview .content .col1 div,
  #banner_top_inner .content .col1 div {
    display: inline-block;
    margin-right: 5px;
  }


  .well.cart {
    display: block;
  }

  .container-fluid.map input {
    width: 100%;
  }

  .container-fluid.map label {
    display: none;
  }

  .container-fluid.map #map-container input[name=city] {
    width: 100%;
    text-align: left;
  }

  #social_follow {
    font-size: 0.9em;
    left: -1000px;
    bottom: 0;
    width: 100%;
  }

  #social_follow.slidein {
    left: 0px;
  }
}

@media (max-width: 768px) {
  /* Ограничиваем overflow для navbar-collapse */
  header .navbar-collapse {
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0px;
  }

  /* Уменьшаем padding пунктов меню */
  header .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Делаем меню более компактным */
  header .navbar-default li a {
    line-height: 45px !important;
    font-size: 13px;
  }

  /* Гибкое изменение размера логотипа */
  header #logo {
    width: 150px;
    height: 28px;
    margin: 8px 0px;
  }

  /* Добавляем box-sizing для корректного расчета ширины */
  header .container {
    gap: 10px;
  }

  header .col-md-4 {
    flex: 0 0 auto;
    min-width: auto;
  }

  header .site-navigation-inner {
    flex: 1 1 auto;
    max-width: calc(100% - 160px);
  }
}

@media (max-width: 480px) {
  header .navbar-collapse {
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  header .navbar-default li {
    display: block;
    text-align: left;
    padding: 3px 0px;
  }

  header .navbar-default li a {
    line-height: 35px !important;
    font-size: 12px;
    padding: 0px 10px !important;
  }

  header #logo {
    width: 120px;
    height: 22px;
    margin: 5px 0px;
  }

  header .nav > li > a {
    padding-left: 20px !important;
    padding-right: 10px !important;
  }

  header .container {
    flex-wrap: wrap;
    padding: 0 5px;
  }
}

/* Адаптивный футер для планшетов и мобилок */
@media (max-width: 768px) {
  footer .col-md-4,
  footer .col-md-7 {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .col-md-7 .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  footer .col-xs-4 {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

/* Дополнительная оптимизация для очень маленьких экранов */
@media (max-width: 480px) {
  footer {
    padding: 15px 0px;
  }

  footer #logo-footer {
    width: 100px;
    height: 105px;
    margin-bottom: 15px;
  }

  footer .fa {
    font-size: 24px;
    margin: 8px 5px 8px 0px;
  }

  footer .col-xs-4 {
    width: 100% !important;
    margin-bottom: 20px;
    font-size: 13px;
  }

  footer .navbar-nav li a {
    padding-bottom: 3px;
  }
}

.navbar-collapse {
	box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
