/*!
Theme Name: playground-theme
Theme URI: https://www.playground.it
Author: Playground
Author URI: https://www.playground.it
Description: playground works
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: playground-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

 @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

 html {
	 line-height: 1.15; /* 1 */
	 -webkit-text-size-adjust: 100%; /* 2 */
	 font-family: 'Lato', sans-serif !important;
 }
 
 /* Sections
	  ========================================================================== */
 
 /**
  * Remove the margin in all browsers.
  */
 
 body {
	 margin: 0;
	 font-size: 16px !important;
	 font-family: 'Lato', sans-serif !important;
 }
 
 /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
 
 h1 {
	 font-size: 30px !important;
	 margin: 0 0 0.67em 0 !important;
 }
 
 h2 {
	 font-size: 1.3em !important;
	 margin: 0.2em 0 0.5em !important;
 }
 
 h3 {
	 font-size: 1.2em !important;
	 margin: 0.2em 0 0.5em !important;
 }
 
 h4 {
	 font-size: 1em !important;
 }
 
 /* Grouping content
	  ========================================================================== */
 
 /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
 
 hr {
	 box-sizing: content-box; /* 1 */
	 height: 0; /* 1 */
	 overflow: visible; /* 2 */
 }
 
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 
 pre {
	 font-family: monospace, monospace; /* 1 */
	 font-size: 1em; /* 2 */
 }
 
 /* Text-level semantics
	  ========================================================================== */
 
 /**
  * Remove the gray background on active links in IE 10.
  */
 
 a {
	 background-color: transparent;
 }
 
 /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
 
 abbr[title] {
	 border-bottom: none; /* 1 */
	 text-decoration: underline; /* 2 */
	 text-decoration: underline dotted; /* 2 */
 }
 
 /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
 
 b,
 strong {
	 font-weight: bolder;
 }
 
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 
 code,
 kbd,
 samp {
	 font-family: monospace, monospace; /* 1 */
	 font-size: 1em; /* 2 */
 }
 
 /**
  * Add the correct font size in all browsers.
  */
 
 small {
	 font-size: 80%;
 }
 
 /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
 
 sub,
 sup {
	 font-size: 75%;
	 line-height: 0;
	 position: relative;
	 vertical-align: baseline;
 }
 
 sub {
	 bottom: -0.25em;
 }
 
 sup {
	 top: -0.5em;
 }
 
 /* Embedded content
	  ========================================================================== */
 
 /**
  * Remove the border on images inside links in IE 10.
  */
 
 img {
	 border-style: none;
 }
 
 /* Forms
	  ========================================================================== */
 
 /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
 
 button,
 input,
 optgroup,
 select,
 textarea {
	 font-family: inherit; /* 1 */
	 font-size: 100%; /* 1 */
	 line-height: 1.15; /* 1 */
	 margin: 0; /* 2 */
 }
 
 /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
 
 button,
 input { /* 1 */
	 overflow: visible;
 }
 
 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
 
 button,
 select { /* 1 */
	 text-transform: none;
 }
 
 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
	 -webkit-appearance: button;
 }
 
 /**
  * Remove the inner border and padding in Firefox.
  */
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
	 border-style: none;
	 padding: 0;
 }
 
 /**
  * Restore the focus styles unset by the previous rule.
  */
 
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
	 outline: 1px dotted ButtonText;
 }
 
 /**
  * Correct the padding in Firefox.
  */
 
 fieldset {
	 padding: 0.35em 0.75em 0.625em;
 }
 
 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
 
 legend {
	 box-sizing: border-box; /* 1 */
	 color: inherit; /* 2 */
	 display: table; /* 1 */
	 max-width: 100%; /* 1 */
	 padding: 0; /* 3 */
	 white-space: normal; /* 1 */
 }
 
 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
 
 progress {
	 vertical-align: baseline;
 }
 
 /**
  * Remove the default vertical scrollbar in IE 10+.
  */
 
 textarea {
	 overflow: auto;
 }
 
 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
 
 [type="checkbox"],
 [type="radio"] {
	 box-sizing: border-box; /* 1 */
	 padding: 0; /* 2 */
 }
 
 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
	 height: auto;
 }
 
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
 
 [type="search"] {
	 -webkit-appearance: textfield; /* 1 */
	 outline-offset: -2px; /* 2 */
 }
 
 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
 
 [type="search"]::-webkit-search-decoration {
	 -webkit-appearance: none;
 }
 
 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
 
 ::-webkit-file-upload-button {
	 -webkit-appearance: button; /* 1 */
	 font: inherit; /* 2 */
 }
 
 /* Interactive
	  ========================================================================== */
 
 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
 
 details {
	 display: block;
 }
 
 /*
  * Add the correct display in all browsers.
  */
 
 summary {
	 display: list-item;
 }
 
 /* Misc
	  ========================================================================== */
 
 /**
  * Add the correct display in IE 10+.
  */
 
 template {
	 display: none;
 }
 
 /**
  * Add the correct display in IE 10.
  */
 
 [hidden] {
	 display: none;
 }
 
 /*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
 body,
 button,
 input,
 select,
 optgroup,
 textarea {
	 color: #404040;
	 font-size: 16px;
	 font-size: 1rem;
	 line-height: 1.5;
	 height: auto;
 }
 h1 {
	 clear: both;
	 font-weight: 600;
 }
 
 h2, h3, h4, h5, h6 {
	 clear: both;
	 font-weight: 400;
 }
 
 p {
	 margin-bottom: 1.5em;
 }
 
 dfn, cite, em, i {
	 font-style: italic;
 }
 
 blockquote {
	 margin: 0 1.5em;
 }
 
 address {
	 margin: 0 0 1.5em;
 }
 
 pre {
	 background: #eee;
	 font-size: 15px;
	 font-size: 0.9375rem;
	 line-height: 1.6;
	 margin-bottom: 1.6em;
	 max-width: 100%;
	 overflow: auto;
	 padding: 1.6em;
 }
 
 code, kbd, tt, var {
	 font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	 font-size: 15px;
	 font-size: 0.9375rem;
 }
 
 abbr, acronym {
	 border-bottom: 1px dotted #666;
	 cursor: help;
 }
 
 mark, ins {
	 background: #fff9c0;
	 text-decoration: none;
 }
 
 big {
	 font-size: 125%;
 }
 
 /*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
 html {
	 box-sizing: border-box;
 }
 
 *,
 *:before,
 *:after {
	 /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	 box-sizing: inherit;
 }
 
 body {
	 background: #fff;
	 /* Fallback for when there is no custom background color defined. */
 }
 
 hr {
	 background-color: #ccc;
	 border: 0;
	 height: 1px;
	 margin-bottom: 1.5em;
 }
 
 ul, ol {
	 margin: 0 0 1.5em 3em;
 }
 
 ul {
	 list-style: disc;
 }
 
 ol {
	 list-style: decimal;
 }
 
 li > ul,
 li > ol {
	 margin-bottom: 0;
	 margin-left: 1.5em;
 }
 
 dt {
	 font-weight: bold;
 }
 
 dd {
	 margin: 0 1.5em 1.5em;
 }
 
 img {
	 height: auto;
	 /* Make sure images are scaled correctly. */
	 max-width: 100%;
	 /* Adhere to container width. */
 }
 
 figure {
	 margin: 1em 0;
	 /* Extra wide images within figure tags don't overflow the content area. */
 }

 
 /*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
  
 input[type="text"]:focus,
 input[type="email"]:focus,
 input[type="url"]:focus,
 input[type="password"]:focus,
 input[type="search"]:focus,
 input[type="number"]:focus,
 input[type="tel"]:focus,
 input[type="range"]:focus,
 input[type="date"]:focus,
 input[type="month"]:focus,
 input[type="week"]:focus,
 input[type="time"]:focus,
 input[type="datetime"]:focus,
 input[type="datetime-local"]:focus,
 input[type="color"]:focus,
 textarea:focus {
	 color: #111;
 }
 
 select {
	 border: 1px solid #ccc;
 }
 
 textarea {
	 width: 100%;
 }

/*--------------------------------------------------------------
# Custom Forms
--------------------------------------------------------------*/

.salesforce_style input {
    border: 0;
    border-bottom: 1px solid #afafaf;
    border-radius: 0;
    display: -webkit-box;
    width: 100%;
}
.salesforce_style .input-pair {
	display: flex;
	justify-content: space-between;
}
.salesforce_style .input-single {
	width: 45%;
	display: grid;
	margin-top: 10px;
}
.salesforce_style textarea {
	height: 225px;
    border: 1px solid #afafaf;
    border-radius: 0;
}
.salesforce_style label {
    font-size: 18px;
}
.input-single span.select2-selection.select2-selection--single, select#select_academy, .filter-calendar span.select2-selection.select2-selection--single {
    border: 0;
    border-bottom: 1px solid #afafaf;
    border-radius: 0;
}
.salesforce_style .btn-type1 {
    width: 210px !important;
    height: 45px;
    background-color: #0067AA !important;
    align-items: right;
    border-radius: 50px 50px !important;
    color: #fff !important;
    font-size: 16px !important;
    float: right;
	text-align: center;
	cursor: pointer;
} 
.salesforce_style input#privacy {
    width: 20px !important;
    display: inline-flex;
}
form.salesforce_style {
    padding: 20px 0 60px 0;
}
.form-box {
	margin:  0 0 50px 0;
	position: relative;
}
h1 a.apply-now, h1 a.request-informations  {
	text-decoration: none;
	color: #000;
	font-weight: 300;
}
h1 a.apply-now.selected, h1 a.request-informations.selected  {
	font-weight: 600;
}

 /*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
 a {
	 color: #0067AA;
 } 
 a:visited {
	 color: unset;
 } 
 a:hover, a:focus, a:active {
	 color: #0067AA;
	 text-decoration: none !important;
 } 
 a:focus {
	 outline: thin dotted;
 } 
 a:hover, a:active {
	 outline: 0;
 }
 
 /*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
 .main-navigation {
	 clear: both;
	 display: block;
	 float: left;
	 width: 100%;
 } 
 .main-navigation ul {
	 display: none;
	 list-style: none;
	 margin: 0;
	 padding-left: 0;
 } 
 .main-navigation ul ul {
	 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	 float: left;
	 position: absolute;
	 top: 100%;
	 left: -999em;
	 z-index: 99999;
 } 
 .main-navigation ul ul ul {
	 left: -999em;
	 top: 0;
 } 
 .main-navigation ul ul li:hover > ul,
 .main-navigation ul ul li.focus > ul {
	 left: 100%;
 } 
 .main-navigation ul ul a {
	 width: 200px;
 } 
 .main-navigation ul li:hover > ul,
 .main-navigation ul li.focus > ul {
	 left: auto;
 } 
 .main-navigation li {
	 float: left;
	 position: relative;
 } 
 .main-navigation a {
	 display: block;
	 text-decoration: none;
	 font-weight: 300;
 } 
 /* Small menu. */
 .menu-toggle,
 .main-navigation.toggled ul {
	 display: block;
 } 
 @media screen and (min-width: 768px) {
	 .menu-toggle {
		 display: none;
	 }
	 .main-navigation ul {
		 display: block;
	 }
 } 
 .site-main .comment-navigation, .site-main
 .posts-navigation, .site-main
 .post-navigation {
	 margin: 0 0 1.5em;
	 overflow: hidden;
 } 
 .comment-navigation .nav-previous,
 .posts-navigation .nav-previous,
 .post-navigation .nav-previous {
	 float: left;
	 width: 50%;
 } 
 .comment-navigation .nav-next,
 .posts-navigation .nav-next,
 .post-navigation .nav-next {
	 float: right;
	 text-align: right;
	 width: 50%;
 }
 
 /*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
 .screen-reader-text {
	 border: 0;
	 clip: rect(1px, 1px, 1px, 1px);
	 clip-path: inset(50%);
	 height: 1px;
	 margin: -1px;
	 overflow: hidden;
	 padding: 0;
	 position: absolute !important;
	 width: 1px;
	 word-wrap: normal !important;
 }
 .screen-reader-text:focus {
	 background-color: #f1f1f1;
	 border-radius: 3px;
	 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	 clip: auto !important;
	 clip-path: none;
	 color: #21759b;
	 display: block;
	 font-size: 14px;
	 font-size: 0.875rem;
	 font-weight: bold;
	 height: auto;
	 left: 5px;
	 line-height: normal;
	 padding: 15px 23px 14px;
	 text-decoration: none;
	 top: 5px;
	 width: auto;
	 z-index: 100000;
 } 
 #content[tabindex="-1"]:focus {
	 outline: 0;
 } 
 
 /*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
 .clear:before,
 .clear:after,
 .entry-content:before,
 .entry-content:after,
 .comment-content:before,
 .comment-content:after,
 .site-header:before,
 .site-header:after,
 .site-content:before,
 .site-content:after,
 .site-footer:before,
 .site-footer:after {
	 content: "";
	 display: table;
	 table-layout: fixed;
 } 
 .clear:after,
 .entry-content:after,
 .comment-content:after,
 .site-header:after,
 .site-content:after,
 .site-footer:after {
	 clear: both;
 }
 
 /*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
 .widget {
	 margin: 0 0 1.5em;
	 /* Make sure select elements fit in widgets. */
 } 
 .widget select {
	 max-width: 100%;
 }
 
 /*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
 .sticky {
	 display: block;
 } 
 .post,
 .page {
	 margin: 0 0 1.5em;
 } 
 .updated:not(.published) {
	 display: none;
 } 
 .page-content,
 .entry-content,
 .entry-summary {
	 margin: 1.5em 0 0;
 } 
 .page-links {
	 clear: both;
	 margin: 0 0 1.5em;
 }
 .single-page {
	margin-top: 60px;
 }	
 
 /*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
 .comment-content a {
	 word-wrap: break-word;
 } 
 .bypostauthor {
	 display: block;
 }
 
 /*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
 .infinite-scroll .posts-navigation,
 .infinite-scroll.neverending .site-footer {
	 display: none;
 } 
 .infinity-end.neverending .site-footer {
	 display: block;
 }
 
 /*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
 .page-content .wp-smiley,
 .entry-content .wp-smiley,
 .comment-content .wp-smiley {
	 border: none;
	 margin-bottom: 0;
	 margin-top: 0;
	 padding: 0;
 } 
 embed,
 iframe,
 object {
	 max-width: 100%;
 }
 .custom-logo-link {
	 display: inline-block;
 }
 .custom-logo-link img{
    max-height: 42px;
    margin: 9px 30px;
    object-fit: contain;
    object-position: left;
 }
 
 /*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
 .wp-caption {
	 margin-bottom: 1.5em;
	 max-width: 100%;
 } 
 .wp-caption img[class*="wp-image-"] {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
 } 
 .wp-caption .wp-caption-text {
	 margin: 0.8075em 0;
 } 
 .wp-caption-text {
	 text-align: center;
 }
 
 /*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
 .gallery {
	 margin-bottom: 1.5em;
 } 
 .gallery-item {
	 display: inline-block;
	 text-align: center;
	 vertical-align: top;
	 width: 100%;
 } 
 .gallery-columns-2 .gallery-item {
	 max-width: 50%;
 } 
 .gallery-columns-3 .gallery-item {
	 max-width: 33.33%;
 } 
 .gallery-columns-4 .gallery-item {
	 max-width: 25%;
 } 
 .gallery-columns-5 .gallery-item {
	 max-width: 20%;
 } 
 .gallery-columns-6 .gallery-item {
	 max-width: 16.66%;
 } 
 .gallery-columns-7 .gallery-item {
	 max-width: 14.28%;
 } 
 .gallery-columns-8 .gallery-item {
	 max-width: 12.5%;
 } 
 .gallery-columns-9 .gallery-item {
	 max-width: 11.11%;
 } 
 .gallery-caption {
	 display: block;
 } 
 
 /*--------------------------------------------------------------
 ## General
 --------------------------------------------------------------*/
 .hide {
	 display: none;
 }
 .blue {
	color: #0067AA;
 }
 .btn-plg:hover {
	 color: #fff;
	 text-decoration: none;
 }
 .btn-type1 {
	 width: 210px;
	 height: 45px;
	 background-color: #0067AA;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 50px 50px;
 } 
 .btn-type2 {
	 text-align: center;
	 background-color: #A19161;
	 border-radius: 50px 50px;
	 font-size: 16px;
	 line-height: 1;
	 padding: 15px 40px;
 } 
 .btn-type3 {
	 border: 1px solid #C3C3C3;
	 border-radius: 50px 50px;
	 font-size: 16px;
	 width: 250px;
	 padding: 5px 20px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
 } 
 .btn-type3 a {
	 color: #282828;
	 text-decoration: none;
	 font-weight: 300;
	 display: contents;
 }
 .btn-type3:hover {
	 color: #282828;
 } 
 .btn-type1 a, a.btn-type1, a.btn-type2 {
	 color: #fff;
	 text-decoration: none;
	 font-weight: 300;
 }
 .btn-type1 a:hover {
	 color: #fff !important;
 } 
 .box-type-1 {
	 width: 250px;
	 height: 290px;
	 background-color: #F7F7F7;
	 border-radius: 10px;
 }
 .box-type-1:hover {
	 background: linear-gradient(180deg, #0F314B 0%, #0164A5 100%);
 }
 .box-type-1 p {
	 text-align: center;
	 font-weight: 300;
	 max-width: 150px;
	 line-height: 1.2;
 } 
 .benefit-thumb {
    max-height: 110px;
    margin: 65px auto 30px auto;
    border-radius: 50%;
    text-align: center;
 }
 .benefit-text {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 90px;
 }
 .benefit-text p {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
 }
 .box-type-1:hover p {
	 color: #fff;
 } 
 .learn-more {
	 text-decoration: none;
 } 
 .learn-more:after {
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 border-right: 1px solid;
	 border-bottom: 1px solid;
	 content: "";
	 display: inline-block;
	 height: 6px;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 width: 6px;
	 margin-bottom: -2px;
	 margin-left: 2px;
 } 
 .line-1 {	
	 box-sizing: border-box;	
	 width: 100%;	
	 border: 0.5px solid #A19161;
	 margin: 40px 0;
 } 
 .line-2 {	
	 box-sizing: border-box;	
	 height: 1px;	
	 width: 22px;	
	 border: 1px solid #A19161;
	 margin: 0 auto;
	 border-radius: 25%;
 } 
 .vertical-line {
	 display: block;
	 width: 1px;
	 background-color: #979797;
 } 
 button.menu-toggle {
	 width: 60px;
	 height: 60px;
	 border-radius: 0;
	 border: 0;
 }
 .breadcrumbs-link {
	 font-size: 12px;
	 margin: 0 0 50px 0;
 }
 .breadcrumbs-link .link-page {
	color: #0067AA;
}
.breadcrumbs-link a {
	text-decoration: none;
}
.breadcrumbs-link ul.post-categories {
    list-style: none !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.breadcrumbs-link ul.post-categories a {
	font-weight: 400;
}
.marker-start-single:after {
    content: " / ";
}
.marker-start-single:nth-last-child(1):after {
    content: "";
}
#anchor-form {
	position: absolute;
	top: -160px;
}
.box-forms {
	position: relative;
}
.error-404 {
	text-align: center;
	margin: 100px 0;
}
.placeholder-logo {
	object-fit: contain !important;
	padding: 10px;
}
#wp-submit {
    background: linear-gradient(180deg, #0F314B 0%, #0164A5 100%);
    color: #fff;
    border: 0;
    padding: 10px 30px;
    border-radius: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0067AA;
    color: white;
}

 

 /*--------------------------------------------------------------
 ## Archive
 --------------------------------------------------------------*/
.archive .box-archive {
	display: flex;
	flex-wrap: wrap;
}

.archive .blocco-news {
    margin: 20px;
}
/*--------------------------------------------------------------
## Select
--------------------------------------------------------------*/
.form-language-inter {
	position: relative;
	max-width: 110px;
}   
/* .form-language-inter select {
	display: none;
} */
.select-selected {
	background-color: transparent;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}
.select-items div,.select-selected {
	color: #ffffff;
	padding: 3px 16px;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
	font-size: 18px;
}
.select-items {
	position: absolute;
	background-color: #272727;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

 
 /*--------------------------------------------------------------
 ## Header
 --------------------------------------------------------------*/
 header#masthead {
	 width: 100%;
	 position: fixed;
	 z-index: 5;
 }
 .top-container {
	 background-color: #0067AA;
	 width: 100%;
	 height: 60px;
 }
 #masthead .site-branding {
	 display: flex;
	 justify-content: space-between;
	 color: #fff;
	 max-width: 1440px;
	 width: 100%;
	 position: relative;
	 margin: 0 auto;
	 max-height: 60px
 } 
 #masthead .site-branding a {
	 color: #fff;
	 text-decoration: none;
	 align-self: center;
 } 
 .top-head-buttons a {
	 text-align: center;
 } 
 .top-head-buttons .reserved-area-btn{
	 background-color: #000;
	 display: flex;
	 align-items: center;
	 padding: 10px 50px;
 }
 .top-head-buttons .reserved-area-btn i.far.fa-user {
	 margin-right: 10px;
 }
 .top-head-buttons .apply-btn{
	 background-color: #A19161;
	 display: flex;
	 align-items: center;
	 padding: 10px 40px;
 } 
 .top-head-elements, .top-head-buttons {
	 display: flex;
 } 
 .top-head-elements .social-list {
	 width: 200px;
 } 
 .top-head-elements .social-list .social-single {
	 width: 30%;
 }
 
 
 /*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
 .site-footer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
 footer#colophon {
	 background-color: #282828;
	 border-top: 4px solid #A19161;
 }
 .container-footer {
	 width: 100%;
	 max-width: 1170px;
	 margin: 0 auto;
	 padding: 80px 0;
	 display: flex;
	 color: #fff;
	 background-color: #282828;
 }
 .box-footer {
	 width: 20%;
 } 
 .container-footer ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
 } 
 .container-footer ul a{
	 text-decoration: none;
	 color: #fff;
	 font-weight: 300;
 } 
 .footer__logo {
	 display: flex;
	 justify-content: space-between;
 } 
 .footer__logo img {
	 max-width: 150px;
	 height: fit-content;
	 padding-right:10px;	 
 } 
 .vertical-line {
	 margin-right: 70px;
 } 
 .footer-bottom {
	 border-top: 1px solid #4E4E4E;
	 background-color: #282828;
	 padding: 10px 30px;
 } 
 .box-footer h3 {
	 color: #A19161;
 } 
 .footer-bottom__box {
	 width: 100%;
	 max-width: 900px;	
	 margin: 0 auto;
	 display: flex;
	 justify-content: space-between;
	 color: #6B6B6B;
	 font-weight: 300;
 } 
 .footer-bottom a {
	 text-decoration: none;
	 font-weight: 300;
	 color: #6B6B6B;
 }

 .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: none;
 }
 .select2-container--default .select2-selection--single .select2-selection__rendered {
	 color: #fff;
 }
 .select2-dropdown {
	background-color: #6B6B6B;
	color: #fff;
	border: none;
 }
 .select2.select2-container.select2-container--default.select2-container--focus {
    max-width: 120px;
}


 /*--------------------------------------------------------------
 ## Social
 --------------------------------------------------------------*/
 .social-list {
	 display: flex;
	 flex-wrap: wrap;
	 width: 100%;
 }
 .social-single {
	 width: 22%;
	 align-items: center;
	 justify-content: center;
	 color: #fff;
 }
 
 /*--------------------------------------------------------------
 ## Pages
 --------------------------------------------------------------*/
 .site-content {
	 width: 100%;
	 margin: 0 auto;
	 padding-top: 60px;
 } 
 .boxed-content {
	 max-width: 1170px;
	 width: 100%;
	 margin: 60px auto 0 auto;
	 padding: 0 10px;
 }
 .box-thumbnail {
	 position: relative;
 }
 .box-thumbnail img {
	 width: 100%;
	 max-height: 800px;
	 object-fit: cover;
 }
 .box-thumbnail__text {
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
	 right: 0;
	 margin: 0 auto;
	 width: 100%;
	 text-align: center;
	 color: #fff;
 }
.box-thumbnail__text h1 {
	font-size: 60px !important;
	line-height: 0;
	color: #fff;
} 
.box-thumbnail__text h2 {
	line-height: 1;
	letter-spacing: 4px;
	margin-bottom: 30px !important;
	color: #fff;
}
.box-thumbnail__text a {
	color: #fff;
}
.box-thumbnail__text .btn-plg {
	margin-top: 10px;
	text-align: center;
	display: inline-table;
}
.sub-title-box span {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
}
.sub-title-box span:before {
	width: 43px;
	border: 1px solid #a09061;
	display: inline-block;
	content: '';
	margin-bottom: 5px;
	margin-right: 15px;
}
/* MAP LOCATIONS */
.location-head {
	width: 100%;
	position: relative;
	margin: 50px 0;
}
.location-head div, .location-head h1 {
	display: inline;
}
.legend-map-list {
	margin: 0 40px;
}
.legend-map-list span {
	margin-right: 20px;
}
.legend-map-list i.fas.fa-square-full {
    padding-right: 10px;
}
.switch-map-list {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.switch-map-list a {
	padding: 10px 30px 11px 30px;
	text-decoration: none;
	border-bottom: 1px solid#000;
	color: #000;
	font-weight: 300;
}
.switch-map-list a.selected {
	padding: 10px 30px 10px 30px;
	border-bottom: 3px solid#0067AA;
	color: #0067AA;
	font-weight: 600;
}
.frame-maps {
	width: 100%;
	height: 400px;
	background-color: #D8D8D8;
	z-index: 2;
}
.content_location .location-info {
	display: flex;
	margin: 50px 0 30px;
}
.content_location .empty-location-info {
	width: 20%;
}
.content_location .title-location-info {
	height: 69px;
	border-right: 1px solid #979797;
	display: flex;
	align-items: center;
	max-width: 260px;
}
.content_location .title-location-info img {
	width: 100%;
	max-width: 30px;
	object-fit: contain;
	margin-right: 20px;
}
.content_location .title-location-info span {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #0067AA;
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 1.2;
}
.content_location .location-info span {
	font-weight: 300;
}
.content_durationstart, .content_benefits, .content_programmes, .content_internshipmilan, .content_calendar, .content_attend {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    left: 0;
}
.content_benefits {
    right: 40px;
}
.box-academy-details__content .content_calendar {
	max-width: 730px;
    padding-bottom: 50px !important;
}
.list-single-location {
	width: 300px;
	font-weight: 300;
	margin-right:100px;
}
.list-single-location a:hover {
	color: #0067AA;
}
.list-single-location img {
	float: left;
	margin: 5px 10px 0 0;
	max-width: 25px;
}
.list-single-location .line-2 {
    height: 0;
    width: 65px;
    border: 0.5px solid #A19161;
    margin: 0 0 20px 0;
}
.list-single-location__title {
	line-height: 1.5;
	font-size: 17px;
	margin-bottom: 20px;
}
.list-single-location__title a {
	color: #404040;
	text-decoration: none;
}
.list-single-location__title__unit {
	font-weight: 600;
}
.list-single-location__title__academy {
	color: #0067AA;
	font-weight: 600;
}
#listId {
	width: 100%;
	min-height: 400px;
}
.carousel-cell {
	width: 300px;
}

/* CAROUSEL */
button.owl-prev {
    position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
}
.location_list button.owl-prev span {
	margin-left: -30px;
}
button.owl-prev span {
    font-size: 40px;
}
button.owl-next {
    position: absolute;
	top: 50%;
	right: 0;
    transform: translateY(-50%);
}
.location_list button.owl-next span  {
	margin-right: -30px;
}
button.owl-next span {
    font-size: 40px;
}

.owl-dots {
    margin: 0 auto;
    text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
	height: 3px;	
	width: 20px;	
	border-radius: 1.5px;	
	background-color: #D7D7D7;
	margin: 0 5px;
} 
.owl-carousel .owl-dots button.owl-dot.active {
	background-color: #0067AA !important;
} 

/* TRAINING CALENDAR */
.page-template-training-calendar .single-fields {
	margin: 50px 30px 50px 0;
}
.page-template-training-calendar .single-fields img {
	float: left;
}
.page-template-training-calendar .single-field__text {
	display: inline-block; 
	padding-left: 20px;
}
.page-template-training-calendar .single-field__text span {
	font-size: 14px;
}
.page-template-training-calendar .single-field__text .line-2 {
	margin: 12px 0;
}
.page-template-training-calendar #fullCalendar {
	margin-bottom: 50px;
}
.page-template-training-calendar .filter-calendar {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	align-items: center;
}
.filter-category {
    width: 40%;
}
.filter-year, .filter-month {
    width: 15%;
}

/* FULL CALENDAR */
.fc-scroller.fc-day-grid-container {
    max-height: 500px !important;
}
.fc-scroller.fc-day-grid-container {
	height: 450px !important;
}
.fc-row.fc-week.fc-widget-content {
    max-height: 75px !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: left !important;
}
.fc-day-top.fc-sat, .fc-day-top.fc-sun {
	color: #0067AA;
}
th.fc-day-header.fc-widget-header {
    background-color: #F4F4F4;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
	border-color: #C3C3C3;
}
.fc-today {
    background-color: #eaeaea !important;
}
.fc-toolbar.fc-header-toolbar {
    background-color: #0067AA;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #000 !important;
	background-image: none;
	width: 100px;
}
button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	background-color: #000 !important;
	background-image: none;
	width: 100px;
}
.fc-toolbar .fc-center {
    color: #fff;
}
.fc-icon-left-single-arrow:after, .fc-icon-right-single-arrow:after {
    color: #fff;
}
.fc button {
    height: 50px !important;
}
.fc-toolbar .fc-center {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fc-scroller.fc-day-grid-container {
    overflow: hidden !important;
}
.fc-basic-view .fc-body .fc-row {
    min-height: 4.7em !important;
}


 /*--------------------------------------------------------------
 ## TEMPLATE - Academy
 --------------------------------------------------------------*/
.box-academy-details {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	box-shadow: 1px 1px 10px 2px #dedede;
	margin: 50px 0;
}
a.academy_nav {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}
a.academy_nav.selected{
    color: #0067AA;
	text-decoration: underline;
	font-weight: 600;
}
.box-academy-details__menu {
	width: 30%;
	padding: 50px 0;
}
.box-academy-details__menu li {
	display: block;
	padding: 30px 0;
	max-width: 400px;
}
.box-academy-details__menu ul {
    margin: 0;
}
.box-academy-details__content {
	position: relative;
	width: 70%;
	padding: 30px 0;
	font-size: 18px;
	font-weight: 300;
}
.box-academy-details__content .far {
	padding-right: 10px;
}
.box-academy-details__apply {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #F7F7F7;
	line-height: 1;
	padding: 30px 40px;
}
.box-academy-title {
	text-align: center;
	margin: 0 auto;
}
.box-academy-title h1 {
	color: #0067AA;
}
.box-academy-title__details {
	text-align:center;
	font-size: 14px;
	color:#0067AA; 
	margin-top: 50px;
	letter-spacing: 2px;
	font-weight: 600;
}
#where-we-are {
    background-color: #F7F7F7;
    padding: 30px 0 60px;
}
a.nav-form:nth-child(1) {
	margin-right: 20px;
}
a.nav-form:nth-child(2) {
	margin-left: 20px;
}



 /*--------------------------------------------------------------
 ## TEMPLATE - Camp
 --------------------------------------------------------------*/
.page-template-football-camp .box-academy-details__menu li {
    padding: 50px 0;
}

 /*--------------------------------------------------------------
 ## HOMEPAGE
 --------------------------------------------------------------*/
 #home-offer-social {
	 display: flex;
	 width: 100%;
 }
 #home-offer-social #home-offer {
	 width: 75%;
	 padding-right: 5%;
 } 
 #home-offer-social #box-social {
	 width: 25%;
	 position: relative;
 } 
 #box-social #box-social__box {
	 max-height: 1470px;
	 overflow: hidden;
	 margin-top: 30px;
	 margin-right: -100px;
 } 
 #home-offer-social .container-btn {
	 display: flex;
	 justify-content: space-between;	
 }
 #home-offer .btn-plg.btn-type1 {
	 width: 65.5%;
	 margin-right: 20px;
	 padding: 10px 21px;
 }
 .inter-title {
	color: #0067AA;	
	letter-spacing: 4px;	
	line-height: 19px;
 }

 /* SOCIAL  */
 iframe#twitter-widget-0 {
	 padding-right: 30px !important;
 }
 #box-social #social-scroll-arrow-down {
	 border-width: 0 2px 2px 0!important;
	 display: block;
	 bottom: 1px;
	 border-color: unset!important;
	 border-style: solid;
	 padding: 7px;
	 border: solid #979797;
	 height: 0;
	 margin-left: -4px;
	 margin-top: -2px;
	 width: 0;
	 transform: rotate(45deg);
	 -webkit-transform: rotate(45deg);
	 margin: 30px 100px 0 auto;
 }
 .timeline-Widget {
	 background-color: #F7F7F7; 
 }
 #instafeed {
	display: flex;
	flex-direction: column;
 }
 #instafeed a img{
	width: 100%;
 }
/* == END SOCIAL == */

 .row-box {
	 display: flex;
	 width: 100%;
	 justify-content: space-between;
	 margin: 30px 0 50px;
 } 
 .tab-offer { 
	 margin-bottom: 70px;
	 overflow: hidden;
	 position: relative;
 } 
 .tab-offer__text {
	 overflow:auto;
	 margin-bottom: 30px;
 } 
 .tab-offer__benefits h4:before {
	 width: 30px;
	 border: 1px solid #a09061;
	 display: inline-block;
	 content: '';
	 margin-bottom: 5px;
	 margin-right: 15px;
 }
 .tab-offer__benefits h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
 } 
 .tab-offer__btn {
	 display: flex;
	 justify-content: space-between;
 }
.benefit-1 {
	background-image: url(/wp-content/themes/playground-theme/img/top-classes-1-desk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.benefit-2 {
	background-image: url(/wp-content/themes/playground-theme/img/kit-1-desk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.benefit-3 {
	background-image: url(/wp-content/themes/playground-theme/img/internship-1-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.benefit-4 {
	background-image: url(/wp-content/themes/playground-theme/img/certificate-1-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.benefit-1:hover {
	background-image: url(/wp-content/themes/playground-theme/img/top-classes-2-desk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.benefit-2:hover {
   background-image: url(/wp-content/themes/playground-theme/img/kit-2-desk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.benefit-3:hover {
   background-image: url(/wp-content/themes/playground-theme/img/internship-2-desk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.benefit-4:hover {
   background-image: url(/wp-content/themes/playground-theme/img/certificate-2-desk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.benefit-thumb {
    height: 110px;
    margin: 65px auto 30px auto;
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: center;
} 
 #home-news-events h1 {
	 text-align: center;
	 margin: 50px auto;
 } 
 #home-news-events .btn-plg.btn-type1 {
	 margin: 50px auto;
 } 
 #where-we-are {
	 background-color: #F7F7F7;
	 padding: 30px 0;
 } 
 #where-we-are .frame-maps {
	 width: 100%;
	 height: 400px;
	 background-color: #D8D8D8;
	 z-index: 2;
 } 
 #where-we-are .location-info {
	 display: inline-block;
	 margin: 50px 0 30px;
 }
 .phone-location-info, .address-location-info, .email-location-info {
	padding: 0 0 0 35px;
	float: left;
	min-width: 250px;
 } 
 #where-we-are .empty-location-info {
	 width: 20%;
 } 
 #where-we-are .title-location-info {
	 height: 69px;
	 border-right: 1px solid #979797;
	 display: flex;
	 align-items: center;
	 max-width: 260px;
	 padding-right: 30px;
	 float: left;
 }
 #where-we-are .title-location-info img {
	 width: 100%;
	 max-width: 30px;
	 object-fit: contain;
	 margin-right: 20px;
 }
 #where-we-are .title-location-info span {
	 text-transform: uppercase;
	 letter-spacing: 4px;
	 color: #0067AA;
	 font-size: 16px;
	 font-weight: 600 !important;
	 line-height: 1.2;
 }
 #where-we-are h3 {
	 margin: 0;
 } 
 #where-we-are .location-info span {
	 font-weight: 300;
 } 
 #home-apply-now {
	position: relative;
 }
 #home-apply-now h1 {
	 text-align: center;
	 margin: 50px auto
 } 
 #home-apply-now .contact-form {
	 width: 100%;
	 margin: 0 auto;
 }
 #home-apply-now .salesforce_style .btn-type1 {
	 float: unset;
	 margin: 0 auto;
 }
 
 /* HOME - Slider */
 #home-slider .flex-control-nav {
	 bottom: 5%;
 }
 #home-slider ol.flex-control-nav.flex-control-paging li a {
	 width: 20px;
	 height: 3px;
	 background: rgba(255,255,255,0.5);
 }
 #home-slider ol.flex-control-nav.flex-control-paging li a.flex-active {
	 width: 20px;
	 height: 3px;
	 background: #fff;
 }
 .flex-prev {
	 border-width: 0 2px 2px 0!important;
	 display: block;
	 bottom: 1px;
	 border-color: unset!important;
	 border-style: solid;
	 padding: 7px;
	 border: solid #fff;
	 height: 0;
	 margin-left: -4px;
	 margin-top: -2px;
	 width: 0;
	 transform: rotate(135deg);
	 -webkit-transform: rotate(135deg);
	 margin: 30px auto;
	 color: #fff !important;
	 width: 0 !important;
	 height:0 !important;
	 background-image: none !important;
	 left: 0 !important;
 }
 .flex-next {
	 border-width: 0 2px 2px 0!important;
	 display: block;
	 bottom: 1px;
	 border-color: unset!important;
	 border-style: solid;
	 padding: 7px;
	 border: solid #fff;
	 height: 0;
	 margin-left: -4px;
	 margin-top: -2px;
	 width: 0;
	 transform: rotate(-45deg);
	 -webkit-transform: rotate(-45deg);
	 margin: 30px auto;
	 color: #fff !important;
	 width: 0 !important;
	 height:0 !important;
	 background-image: none !important;
	 right: 0 !important;
 }
 
 .flex-nav-prev a {
	 margin-left: 20px !important;
 }
 .flex-nav-next a {
	 margin-right: 20px !important;
 }
 .metaslider .caption-wrap {
	 position: absolute !important;
	 max-width: 500px !important;
	 top: 50% !important;
	 transform: translateY(-50%);
	 left: 0 !important;
	 right: 0 !important;
	 bottom: unset !important;
	 background: none !important;
	 color: #fff !important;
	 opacity: 1 !important;
	 margin: 0 auto !important;
	 display: block !important;
	 width: 100% !important;
	 line-height: 36px !important;
	 font-size: 30px !important;
 }
 .metaslider .caption-wrap .caption {
	 text-align: center;
	 margin-bottom: 20px;
	 font-size: 60px;
    line-height: 1;
 }
 
 .metaslider .caption-wrap a {
	 word-wrap: break-word;
	 text-align: center;
	 margin: 0 auto;
	 left: 0;
	 right: 0;
	 display: table;
 }
 a.title-image-slider.btn-plg.btn-type1 {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 right: 0;
	 margin: 0 auto;
	 color: #fff;
 }



 /*--------------------------------------------------------------
 ## Template List News
 --------------------------------------------------------------*/

 .blocco-news.first_news {
	width: 100%;
	max-width: 690px;
	height: 570px;
 }

 .first_news.blocco-news img {
    width: 690px;
	height: 364px;
 }

 .section-content-news-events {
	 display: flex;
	 flex-wrap: wrap;
 }
 .section-content-news-events .breadcrumbs-link {
	 width: 100%;
 }
 .section-content-news-events #news-section {
    width: 66%;
}
.section-content-news-events .sidebar-section {
	width: 33%;
	padding-left: 20px;
}

.blocco-events {
    display: flex;
    padding: 20px 0px 20px 0 !important;
    border-bottom: 1px solid #000;
}
.blocco-events:nth-last-child(1) {
    border-bottom: none;
}

.sidebar-section .blocco-events__left a {
	width: 120px;
	height: 90px;
	display: block;
	background-color: grey;
    border-radius: 10px;
}
.sidebar-section .blocco-events__left img{
	width: 100%;
	max-width: 120px;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
}
.sidebar-section .post-time {
	font-size: 12px;
	font-weight: 300;
}
.sidebar-section .post-title a {
	font-size: 16px;
	line-height: 1;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
.sidebar-section .blocco-events__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.sidebar-section div#social-section {
    margin-top: 100px;
}

.page-template-list-news #box-social #box-social__box {
	width: 100%;	
}

.page-template-list-news #box-social #social-scroll-arrow-down {
	margin: 30px auto;
}

.page-template-list-news #box-social #box-social__box {
	max-height: 800px;
}
.loader {
    margin: 0 auto;
    max-width: 150px;
}

/*--------------------------------------------------------------
## Template About Inter Academy
--------------------------------------------------------------*/

.page-template-about .box-who-we-are__banner {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position-x: center;
	position: relative;
	margin: 30px 0;
}

.page-template-about .box-thumbnail__text i {
	padding: 0 20px;
}

.page-template-about .box-thumbnail__text h4 {
	font-weight: 300;
	margin: 20px 0;
}

.page-template-about button.btn-video {
    color: #fff;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    padding: 0 !important;
}

.page-template-about button.btn-video a {
    color: #fff;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    padding: 0 !important;
}

.page-template-about .box-who-we-are__banner_text {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
	transform: translatey(-50%);
}

.page-template-about .box-who-we-are__banner_text h1 {
	font-style: italic;
	line-height: 0.5;
}


.page-template-about .box-numbers {
	background-color: #F8F8F8;
	text-align: center;
	padding: 40px 50px;
}
.page-template-about .box-numbers img {
	margin: 0 auto;
	display: block;
	padding: 30px;
}
.box-numbers .box-numbers__text {
	border-right: 1px solid #979797;
	margin: 0 auto;
	width: 100%;
}
.page-template-about .box-numbers .box-numbers__text h1 {
	color: #0067AA;
	text-align: center;
	line-height: 0.5;
}
.page-template-about .box-numbers .box-numbers__text span {
	color: #282828;
	text-align: center;
	display: block;
}

.page-template-about .box-technical-staff {
	text-align: center;
	margin-top: 100px !important;
}

.page-template-about .box-technical-staff .box-technical-staff__description {
    max-width: 690px;
    margin: 0 auto;
}

.page-template-about .box-technical-staff .box-technical-staff__single {
    margin: 20px 0;
    background: #F8F8F8;
    padding: 15px 30px;
}

.page-template-about .box-technical-staff .box-technical-staff__single__text {
	display: flex;
	flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.page-template-about .box-philosophy {
	margin-top: 100px !important;
}
.page-template-about .box-philosophy .box-philosophy__img_bottom {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-20%,30%);
}
.box-numbers__single:nth-last-child(1) .box-numbers__text {
	border-right: unset;
}

.page-template-about .box-sponsor {
    margin-top: 150px !important;
}

 /*--------------------------------------------------------------
 ## Template Where We Are
 --------------------------------------------------------------*/
.page-template-where-we-are .list-single-location__title a {
    cursor: auto;
}
.page-template-where-we-are .list-single-location__title a:hover {
    color: unset;
}

  /*--------------------------------------------------------------
 ## Template Reserver
 --------------------------------------------------------------*/
.page-template-reserved .content-reserved {
	margin: 60px auto;
}

.page-template-reserved #tabella_download td {
	padding: 10px !important;
}


 /*--------------------------------------------------------------
 ## News
 --------------------------------------------------------------*/
 .list-news-events {
	 display: flex;
	 justify-content: space-between;
 }
 .blocco-news {
	 width: 330px;
	 height: 390px;
	 background-color: #282828;
	 border-radius: 10px;
	 color: #fff;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
 }
 .blocco-news .link:after {
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 border-right: 1px solid;
	 border-bottom: 1px solid;
	 content: "";
	 display: inline-block;
	 height: 6px;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 width: 6px;
	 margin-bottom: 1px;
	 margin-left: 1px;
 }
 
 .blocco-news img {
	 width: 330px;
	 height: 190px;
	 object-fit: cover;
	 border-top-right-radius: 5%;
	 border-top-left-radius: 5%;
 }
 
 .blocco-news__text {
	 position: relative;
 }
 .blocco-news__text a {
	 color: #fff;
	 text-decoration: none;
 }
 .blocco-news__text__top {
	 display: flex;
	 justify-content: space-between;
	 padding: 20px 20px 15px 20px;
 }
 .blocco-news__text p {
	 padding: 0 20px;
	 margin: 0;
	 font-weight: 300;
 }
 .first-news {
	 margin-bottom: 50px;
 }
 .other-news {
    display: flex;
    flex-wrap: wrap;
    max-width: 690px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.other-news .blocco-news {
	margin-bottom: 30px;
}
 .post-time, .post-categories{
	 line-height: 1;
	 font-size: 12px;
	 font-weight: 300;
 }
 .post-title {
	 padding: 0 20px;
 }
 .post-title a:hover {
	 color: #0067AA;
 }
 .blocco-news ul.post-categories {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: flex;
 }
 .post-tags {
	 padding: 5px 20px 25px 20px;
	 color: #A19161;
 }
 .post-tags a {
	 color: #A19161;
	 text-decoration: none;
 }
 a#load-more-news {
    margin: 0 auto;
}
 
 
 /*leaflet*/


 /* CAROUSEL
 .flickity-page-dots .dot {
	width: 20px !important;
	height: 3px !important;
	border-radius: 0 !important;
} */
 
 /*--------------------------------------------------------------
 ## Media Query
 --------------------------------------------------------------*/
 @media screen and (min-width: 1200px) { 
	.only-mob-1200 {
		display: none !important;
	}
 }

 @media screen and (min-width: 768px) { 
 
	/* COMMON - Desk */
	.only-mob {
		display: none !important;
	}

	 /* Header - Desk */
	 header #site-navigation ul.nav-menu {
		 display: flex;
		 justify-content: space-around;
	 }
	 .nav-container {
		 background: rgba(0, 0, 0, 0.7);
		 overflow: hidden;
		 position: fixed;
		 width: 100%;
		 z-index: 5;
	 }
	 .nav-menu {
		 width: 100%;
		 max-width: 1440px;
		 margin: 0 auto;
	 }
	 .nav-menu li.menu-item , .nav-menu li.page_item {
		 padding: 10px 50px;
	 }
	 .nav-menu li.menu-item a, .nav-menu li.page_item a {
		 color: #fff;
	 }
	 .menu-mob-add {
		display: none;
	}

	/* Footer - Desk*/
	.footer__logo img {
		max-width: 150px;
		height: fit-content;
		padding-right:10px;	 
		padding-left:10px;
	} 

 }

 @media screen and (max-width: 1399px) { 
	#box-social #box-social__box {
		margin: 0 auto;
		max-width: 360px;
	}
	#box-social #social-scroll-arrow-down {
		margin: 30px 150px 0 auto;
	}
	/* button.flickity-button.flickity-prev-next-button.previous, button.flickity-button.flickity-prev-next-button.next {
		display: none;
	} */
}
 
@media screen and (max-width: 1199px) { 

	/* HOMEPAGE */
	div#home-offer-social {
	   padding: 0 20px;
   }
   .box-type-1 {
	   width: 210px;
	   background-size: contain;
   }

	.only-desk-1200 {
		display: none !important;
	}

	.blocco-news {
		margin: 20px auto !important;
	}

		
	/* Football Academy e Camp - Mobile*/
	#accordionMap.accordion .btn-link {
		color: #000;
		text-decoration: none !important;
	}
	#accordionMap.accordion .card {
		border: unset;
	}
	#accordionMap.accordion h5 {
		border-bottom: 1px solid #000;
	}
	.box-academy-details__apply_mob {
		background-color: #f7f7f7;
		text-align: center;
		padding: 20px;
	}
	.box-academy-details__apply_mob a.btn-plg.btn-type1 {
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 991px) { 
	.nav-menu li.menu-item {
		padding: 20px 0px;
		z-index: 5;
	}
	 .nav-container .select-selected {
		padding: 3px 0px;
	}

	.nav-container .select-items div,.nav-container .select-selected {
		font-size: 16px;
	}
	.nav-container .select-items div {
		padding: 10px 0;
		text-align: center;
	}
	.menu-mob-add-first {
		border-top: 1px solid lightgray;
		margin-top: 15px;
		padding-top: 30px !important;
	}
	.select-items {
		margin-top: 10px;
	}
	.phone-location-info, .address-location-info, .email-location-info {
		padding: 0;
	 }

	 #social-scroll-arrow-down {
		 display: none !important;
	 }


	/* Homepage - Mobile */
	div#home-offer-social {
	   flex-direction: column;
   }
   #home-offer-social #home-offer, #home-offer-social #box-social {
		width: 100%;
		padding: 0;
	}
	#where-we-are {
		padding: 30px 20px;
	}
	#where-we-are .location-info {
		flex-direction: column;
		margin: 30px 0 30px;
	}
	#where-we-are .title-location-info {
		border-right: unset;
		padding-bottom: 20px;
		position: relative;
	}
	#where-we-are .title-location-info:after {
		content:''; 
		width:60px; 
		height:1px; 
		background:#979797; 
		position:absolute; 
		bottom:-4px;
	}
	#where-we-are h3 {
		margin: 20px 0;
	}

	/* Map List - Mobile */
	.list-single-location {
		max-width: 50%;
		width: 50%;
	}

	/* About Inter Academy - Mobile*/
	.page-template-about .box-numbers .box-numbers__text {
		border-right: unset;
		max-width: 160px;
		border-bottom: 1px solid #979797;
		padding-bottom: 30px;
	}
	.page-template-about p.box-technical-staff__description {
		text-align: justify;
	}
	.page-template-about .box-technical-staff {
		text-align: left;
		margin-top: 0px !important;
	}
	.page-template-about .box-technical-staff .box-technical-staff__single {
		border-radius: 10px;
	}
	.page-template-about .box-philosophy .box-philosophy__img_bottom {
		display: none;
	}
	.page-template-about .box-philosophy {
		margin-top: 0px !important;
	}
	.page-template-about .box-philosophy .row {
		display: flex;
		flex-direction: column-reverse;
	}
	.page-template-about .box-sponsor {
		margin-top: 0px !important;
	}
	.page-template-about .box-sponsor h1 {
		margin-bottom: 70px !important;
	}

	/* Reserved Area - Mobile */
	#sidebar_download {
		max-width: 100%;
	}

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

	/* COMMON - Mobile */
	h1 {
		margin: 0;
	}
	.only-desk {
		display: none !important;
	}
	button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
		width: 50px;
	}
	button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
		width: 50px;
	}
	img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
		height: 400px;
		object-fit: cover;
	}
	.box-thumbnail__text h1 {
		font-size: 30px !important;
		line-height: 1;
	}
	.breadcrumbs-link {
		margin: 0 0 20px 0;
	}
	.boxed-content {
		margin: 20px auto 0 auto;
	}

	/* FORM - Mobile */
	.salesforce_style .input-pair {
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	.salesforce_style .input-single {
		width: 100%;
	}
	.salesforce_style .input-textarea {
		width: 100%;
		margin: 30px auto;
	}

	/* MAP - Mobile */
	.location-head {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 30px 0;
	}
	.switch-map-list {
		position: relative;
	}
	.location-head div, .location-head h1 {
		margin: 20px 0;
	}
	/* MAP LIST - Mobile */
	.list-single-location {
		max-width: 100%;
		width: 100%;
	}

	/* HEADER - Mobile */

	.custom-logo-link img {
		margin: 9px 10px;
	}
	.top-head-buttons a {
		text-align: center;
		font-size: 14px;
	}
	header#masthead {
		position: relative;
	}
	#site-navigation {
		background: url(http://interacademy1.inter.it/redebrasil/wp-content/themes/playground-theme/img/logo_inter_menu.png) no-repeat bottom, #0066aa;
		background-position-x: 100px;
		background-position-y: 280px;
	}
	li#menu-item-lang {
		padding-top: 0;
	}
	.main-navigation.toggled .menu-toggle {
		width: 100%;
	}
	.form-language-inter {
		border: 1px solid #fff;
		border-radius: 20px;
		padding: 0 10px;
	}
	.main-navigation.toggled {
		position: fixed;
	}
	.main-navigation.toggled .menu-toggle {
		top: -60px;
	}
	.main-navigation.toggled ul {
		display: flex;
		flex-direction: column;
		padding: 15px 30px;
	}
	.top-head-buttons .reserved-area-btn, .top-head-elements .social-list {
		display: none;
	}
	.main-navigation li {
		padding: 15px 5px 15px 30px;
	}
	.main-navigation li a {
		color: #fff;
	}
	.nav-container .menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		background-color: #282828;
		color: #fff;
	}
	.top-container, header#masthead, .head-logo {
		max-height: 60px;
	}
	.site-branding {
		padding-right: 50px;
	}
	.top-head-buttons .apply-btn{
		background-color: #A19161;
	}
	.top-head-buttons .apply-btn {
		padding: 10px 22px;
	}
	.site-content {
		padding-top: 0px;
	}

	.main-navigation.toggled .menu-toggle i {
		-webkit-animation-name: head-menu_right; /* Safari 4.0 - 8.0 */
		-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
		animation-name: head-menu_right;
		animation-duration: 1s;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		-o-animation-fill-mode: forwards;
		animation-fill-mode: forwards;

		transform: translate(50%,50%);
		position: absolute;
		top: 0;

	}
	  
	  /* Safari 4.0 - 8.0 */
	  @-webkit-keyframes head-menu_right {
		from {
			right: 40%;
		}
		to {    
			right: 50px;
		}
	  }
	  
	  /* Standard syntax */
	  @keyframes head-menu_right {
		from {
			right: 40%;
		}
		to {    
			right: 50px;
		}
	  }

	  .main-navigation .menu-toggle .menu-toggle__menu {
		display: none;
	}

	  .main-navigation.toggled .menu-toggle .menu-toggle__menu {
		-webkit-animation-name: head-menu_left; /* Safari 4.0 - 8.0 */
		-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
		animation-name: head-menu_left;
		animation-duration: 1s;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-fill-mode: forwards;
		-ms-animation-fill-mode: forwards;
		-o-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		
		display: block;
		position: absolute;
		top: 0;
		transform: translate(0%,75%);
	}
	  
	  /* Safari 4.0 - 8.0 */
	  @-webkit-keyframes head-menu_left {
		from {
			left: 40%;
		}
		to {    
			left: 30px;
		}
	  }
	  
	  /* Standard syntax */
	  @keyframes head-menu_left {
		from {
			left: 40%;
		}
		to {    
			left: 30px;
		}
	  }

	  .main-navigation.toggled .menu-toggle .fas:before {
			content: "\f00d";
		}

	/* FOOTER - Mobile */
	.container-footer {
		flex-direction: column;
		padding: 40px 30px;
	}
	.box-footer {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.vertical-line {
		display: none;
	}
	.footer__logo {
		border-bottom: 1px solid lightgray;
	}
	.social-single {
		width: 40px;
	}
	.footer-bottom__box {
		flex-direction: column;
	}
	.footer__lang {
		display: none;
	}

	/* HOME - Slider mobile */
	.metaslider {
		height: 485px;
	}
	.metaslider .slides img {
		height: 485px !important;
		object-fit: cover;
	}

	/* HOME - Offer mobile */
	.tab-offer__text {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#home-offer .btn-plg.btn-type1 {
		width: auto;
		margin-right: 0px;

	}
	.tab-offer__text h1 {
		max-width: 50%;
		line-height: 1;
		white-space: nowrap;
	}
	.row-box {
		flex-direction: column;
		align-items: center;
		margin: 30px 0 30px;
	}
	.box-type-1 {
		width: 100%;
		max-height: 123px;
		display: flex;
		align-items: center;
		margin: 5px;
		max-width: 360px;
		background-size: cover;
	}
	.box-type-1 p {
		text-align: left;
	}
	#home-offer .line-2 {
		display: none;
	}
	.benefit-thumb, .benefit-text {
		width: 50%;
		position: relative;
	}
	.benefit-thumb img {
		max-width: 80px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.benefit-text {
		justify-content: left;
		color: #fff;
		font-weight: 600;
	}
	a.btn-plg.btn-type3.learn-more {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	.benefit-thumb img {
		display: none;
	}
	.benefit-1 {
		background-image: url(/wp-content/themes/playground-theme/img/top-classes-mob.jpg);
	}
	
	.benefit-2 {
		background-image: url(/wp-content/themes/playground-theme/img/kit-mob.png);
	}
	
	.benefit-3 {
		background-image: url(/wp-content/themes/playground-theme/img/internship-mob.jpg);
	}
	
	.benefit-4 {
		background-image: url(/wp-content/themes/playground-theme/img/certificate-mob.jpg);
	}
	
	.benefit-1:hover {
		background-image: url(/wp-content/themes/playground-theme/img/top-classes-mob.jpg);
	}
	
	.benefit-2:hover {
		background-image: url(/wp-content/themes/playground-theme/img/kit-mob.png);
	}
	
	.benefit-3:hover {
		background-image: url(/wp-content/themes/playground-theme/img/internship-mob.jpg);
	}
	
	.benefit-4:hover {
		background-image: url(/wp-content/themes/playground-theme/img/certificate-mob.jpg);
	}


	/* NEWS TEMPLATE - Mobile */
	.section-content-news-events {
		flex-direction: column;
	}
	.section-content-news-events #news-section {
		width: 100%;
		margin: 0 auto;
	}
	.section-content-news-events .sidebar-section {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 50px;
	}
	.page-template-list-news #box-social #box-social__box {
		max-height: unset;
	}
	.blocco-news {
		width: 300px;
	}
	.blocco-news.first_news {
		width: 300px;
		height: 390px;
	}
	.first_news.blocco-news img {
		width: 300px;
		height: 190px;
	}
	.page-template-list-news .post-tags {
		display: none;
	}
	.page-template-list-news .other-news {
		flex-direction: column;
	}
	.other-news .blocco-news__text {
		display: inline-block;
		background-color: #fff;
		color: #000;
	}
	.other-news .blocco-news__text a {
		display: block;
		float: left;
	}
	.other-news .blocco-news img {
		width: 152px;
		height: 152px;
		border-radius: 10px;
	}
	.other-news .blocco-news {
		height: unset;
	}
	.other-news .blocco-news__text a {
		color: #000;
	}
	.page-template-list-news h1 {
		text-align: center;
	}
	.other-news .blocco-news__right-mob {
		width: 50%;
		float: left;
		font-size: 12px;
	}
	.other-news .blocco-news__text__top {
		flex-direction: column;
	}
	.other-news .post-time, .other-news .post-categories {
		line-height: 1.5;
	}
	.blocco-news__text p {
		padding: 0 20px;
		margin: 0;
		font-weight: 300;
		font-size: 14px;
	}


	/* Academy e Camp - mobile */
	.page-template-football-academy .benefit-thumb img, .page-template-football-camp .benefit-thumb img {
		max-width: 80px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.page-template-football-academy .benefit-text, .page-template-football-camp .benefit-text {
		color: #000;
		padding: 20px;
	}
	.page-template-football-academy .benefit-text p, .page-template-football-camp .benefit-text {
		text-align: center;
		margin: 0;
	}
	.page-template-football-academy .benefit-thumb img, .page-template-football-camp .benefit-thumb img {
		display: block;
	}
	button.owl-prev {
		display: none;
	}
	button.owl-next {
		display: none;
	}
}
 
@media screen and (max-width: 575px) { 
	 
}





#partner{background-color:#D7D1C6;width:98%;padding:1%;}
#partner p{font-weight:bold;font-size:16px;}
#partner a{display:block;margin:0 1%;float:left;}
#blocco_interno p{margin:0 0 10px 0;font-size:14px;width:98%;padding:1%;}
#titolo_interno{margin:0;font-weight:bold;color:#fff;text-transform:uppercase;font-size:16px;text-align:right;height:36px !important;width:99%;padding-right:1% !important;background:url(images/titolo_interno.png) no-repeat top right;line-height:36px !important;display:block;text-indent:inherit;}
#blocco_interno p a{text-decoration:none;color:#0066AA;}
#sidebar_download{margin:1%;width:38%;float:left;}
#lightbox{display:none;opacity:0.8;position:absolute;top:0px;left:0px;min-width:100%;min-height:100%;z-index:1000;background-color:#000;cursor:pointer;}
#lightbox_div{display:none;position:absolute;top:30%;left:50%;margin-left:-500px;margin-top:-150px;width:960px;height:80%;z-index:1001;background-color:#FFF;padding:1% 20px;}
#sidebar_download a{display:block;width:90%;margin:0 10% 20px 0;}
