﻿.body-content{
    padding: 0 15px 0 15px;
}

.arrow-right:before{
    vertical-align: middle;
    font-family: FontAwesome;
    position: relative;
    content: "\f104";
    top: -2px;
    padding-right: 10px;
}

.container-link{
    padding-top: 30px;
    padding-left: 12%;
    padding-right: 12%;
}

#scrollTopBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    transition: all 2s;
    display: none;
    border: 1px solid rgb(243, 150, 23);
}
#scrollTopBtn .fa-angle-double-up{
    color: rgb(243, 150, 23);
}

#scrollTopBtn:hover{
    background-color: #B36E11;
    border-color: #B36E11;
}
#scrollTopBtn:hover .fa-angle-double-up{
    color: white;
}

::selection {
  background: #F39617; /* WebKit/Blink Browsers */
  color:white;
}
::-moz-selection {
  background: #F39617; /* Gecko Browsers */
  color:white;
}

/*PAGES*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*TITLE*/
.body-content .title {
    /*background-image: url('../img/temp-img.png');*/
    background-color:black;
}

body{
    font-family:Poppins;
}

/*applicato a tutte le righe counselor*/

div.custom-container{
    padding-top:40px;
    padding-bottom:30px;
    padding-left: 12%;
    padding-right: 12%;
}

div.custom-container  h2,
div.custom-container  h1{
    font-family:Poppins;
    font-size: 30px;
    font-weight:600;
    color: #F39617;
}

div.custom-container  p{
    font-family:Poppins;
    font-size: 18px;
}

/*Righe arancioni*/
div.container-orange-back{
    background-color:#F39617;
}

/*Righe verdi*/
.container-green-back{
    background-color: #7B8F40;
}

.btn-orange{
    background-color: #F39617;
    color: white;
    font-size: 16px;
    font-family: Poppins;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 14px;
    user-select: none;
    outline: unset;
    text-decoration: none;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus{
    background-color: #B36E11;
    text-decoration: none;
    color: white;
    outline: unset;
}

/*ESSERE COUNSERLOR */

div.img-box-left img.img-left{
    float: left;
    margin: 0px 20px 0px 0px;
}

.margin-unset-top{
    margin-top: unset;
}

/*ESSERE COUNSERLOR & FORMAZIONE PER AZIENDE...*/

div.container-orange-back h2,
div.container-orange-back p,
div.container-green-back h2,
div.container-green-back p{
    color: white;
}

/*padding testo righe-a-capo*/

div.btn-container{
    padding-bottom: 10px;
}

div.thems-container  .them {
    background-color: white;
    margin-top: 40px;
    padding: 40px 40px;
    position: relative;
}

div.thems-container  .them> h2,
div.thems-container  .them > p{
    font-family: Poppins;
    color:black;
}

div.thems-container  .img-container > img{
    width: 10%;
}
    
/*FRIENDLY SITES*/

div.friendly-sites-container{
    padding-top: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;

}

div.friendly-sites-container .img-container{
    padding-bottom: 18px;
}

div.friendly-sites-container .img-container > img{
    width:100%;
}

.friendly-sites-container a:link,
.friendly-sites-container a:visited,
.friendly-sites-container a:hover,
.friendly-sites-container a:active{
    font-family: Poppins;
    color:black;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
}

.txt-wrap{
    word-wrap: break-word;
}

.friendly-sites-container p{
    padding-top: 30px;
}

.friendly-sites-container .site .btn-border-orange{
    background-color: #F39617;
    color: white;
    font-size: 18px;
    font-family: Poppins;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    user-select: none;
    background-image: none;
    outline: unset;
    padding: 7px 14px;
    display: inline-block;
    margin-top: 30px;
}

/*CONTATTI*/
/*class added to the body for prevent overflow hidden of sweetAlerts*/
.prevent-resize{
    padding-right: 15px;
}

#spinner-container{
    position:fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 52;
    pointer-events:unset;
    background-color: rgba(0,0,0,0.4);
}

.spinner{    
    position: absolute;
    top: 50%;
    left: 50%;
    color: #F39617;
}

div.contatti-container p{
    padding-top: 40px;
    padding-bottom: 40px
}

div.contatti-container a:link,
div.contatti-container a:visited,
div.contatti-container a:hover,
div.contatti-container a:active{
    font-family: Poppins;
    color:black;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

div.contatti-container form .form-field:first-child{
    margin-top: 30px;
}

div.contatti-container form .form-field{
    width: 100%;
    padding: 10px;
    border: 1px solid #808080;
}

div.contatti-container form input.form-field{
    margin-bottom: 10px;
    outline: unset;
}

div.contatti-container form textarea.form-field{
    margin-bottom: 15px;
    outline: unset;
    resize:none;
}

div.contatti-container form  button{
    border: none;
}

.radio-container{
    text-align: left;
}

div.contatti-container form .checkbox-container .myCheckbox{
    width:15px;
    height:15px;
    border: 1px solid #808080;
    float: left;
    cursor:pointer;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #F39617;
}

div.contatti-container form .checkbox-container .myCheckbox.active:before{
    content: "\f00c";
}
div.contatti-container form label{
    margin-bottom: 15px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-left: 8px;
}

div.contatti-container form label.privacy-label{
    margin-bottom: 10px;
    margin-left: unset;
    color: #F39617;
    font-weight: bolder;
}

textarea#Requests{
    height: 250px;
}

.label-margin-right{
    margin-right: 20%;
}

div.privacy-container textarea{
    resize: vertical;
    padding: 10px 20px;
    margin-bottom: 5px;
}

/*VIDEO & BOOK THERAPY */
div.video-book-container h3{
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

div.category-block{
    margin-bottom: 40px;
}

div.video-book-container  .category-block h3:before{
    content: '';
    position: absolute;
    width: 62px;
    top: 50px;
    border-bottom: 2px solid #F39617;
}

.video-book-container ul{
    list-style-type: none;
    margin-top: 35px;
    padding-left: 30px;
}

.video-book-container ul li.li-underline{
    border-bottom: 1px solid #EEEEEE;
    width: 160px;
}

.underline-out{
    color:red;
}
.nav > li > a:hover, 
.nav > li > a:focus{
    background-color: transparent;
}

ul#book li a,
ul#video li a{
    font-size: 16px;
}

.affix {
    position: fixed !important;
}
.affix-bottom {
    top: unset!important;
    position: fixed!important;
}


ul#book li a:hover,
ul#video li a:hover,
ul#book li.active > a,
ul#video li.active > a {
    color: #F39617;
}

ul#book, 
ul#video{
    margin-top: unset;
}

.underline-out:not(.collapsed){
    border-bottom: 1px solid #EEEEEE;
    width: 160px;
}

.video-book-container ul li{
    padding-bottom: 10px;
    padding-top: 10px;
}

.video-book-container ul li{
    font-size: 16px;
    margin-right: 8px;
}

div.video-book-container ul li .angle-right:before{
    vertical-align: sub;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    vertical-align: baseline;
    padding-right: 10px;
}

div.video-book-container ul li .angle-down:before{
    vertical-align: sub;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    vertical-align: baseline;
    padding-right: 10px;
}

div.video-img-box h2{
    margin-top: 25px;
}
div.bx-wrapper{
    margin-bottom: unset;
}

/*BreakLine*/
div.book-container/*:not(:last-child)*/,
div.video-container {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
div.book-container img{
    width: 100%;
}

div.img-container img{
    height:inherit;
    width:100%;
}

div.book-container .info-container{
    display:table;
    margin-bottom:  25px;
}
div.video-container .info-container{
    display:table;
    margin-bottom:  25px;
    margin-top: 36px;
}

div.book-container h4,
div.video-container h4{
    color: #7B8F40; 
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    float:left;
    margin-right: 25px;
}

div.book-container h2,
div.video-container h2{
    color:black;
    font-family: Poppins;
    font-weight: Bold; 
    font-size: 25px;
}

div.book-container .info-container a{
    background-color: #2F79C2;
    color: white;
    padding: 5px 15px;
    text-decoration:none;
    vertical-align: -webkit-baseline-middle;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
}

div.video-container .info-container a{
    background-color: #C2482F;
    color: white;    
    padding: 5px 15px;
    text-decoration:none;
    vertical-align: -webkit-baseline-middle;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
}



div.category-block li a:link,
div.category-block li a:visited,
div.category-block li a:hover,
div.category-block li a:active {
    text-decoration: none;
    color: black;
}

/*font-size/weight categorie & p */
div.category-block li a{
    font-family: Poppins;
    font-weight: 300;
}

div.book-container p,
div.video-container p{
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
}

div.book-container p,
div.video-container p{
    margin-bottom: 10px;
}

div.video-book-container .read-more{
    font-family: Poppins;
    font-weight: Bold;
    font-size: 18px;
    color: #F39617;
    text-decoration: none;
}

/*--Davide-- video-preview*/
.section-block.block-video{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

.section-block.block-video iframe{
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}

.section-block.block-video .video-preview{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
}

.section-block.block-video .video-preview::before {
    content: "";
    background-image: url('../img/icons/play.png');
    background-size:cover;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*INDEX PAGE*/

.slider-title-container{    
    top: 12%;
    position: absolute;
    /*temp*/
    background-color: rgba(255, 255, 255, 0.80);
    margin: 0 12%;    
    max-width: 600px;
    padding: 20px 30px 40px;
}

.slider-title-container h1,    
.slider-title-container p{    
    font-family: Poppins;
}

.slider-title-container h1{    
    font-size: 60px;
    font-weight: bold;
    margin-bottom: unset
}

.slider-title-container p{    
    font-size: 20px;
    margin-bottom: 20px;
}

/*slide re-style*/
div.bx-wrapper{
    border: none;
}

div.bx-wrapper .bx-pager {
    bottom: 30px;
}


/*Both Carousel - Slide settings */
/*Resize pager-link*/
div.bx-wrapper .bx-pager.bx-default-pager a,
div.owl-theme .owl-dots .owl-dot span{
    height: 15px;
    width: 15px;
    border-radius: 25px;
    margin-right: 10px;
}

div.bx-wrapper .bx-pager.bx-default-pager a,
div.owl-theme .owl-dots .owl-dot span{
    background-color: rgba(255,255,255, 0.6);
}

div.bx-wrapper .bx-pager.bx-default-pager a.active,
div.bx-wrapper .bx-pager.bx-default-pager a:hover,
div.bx-wrapper .bx-pager.bx-default-pager a:focus,
div.owl-theme .owl-dots .owl-dot.active span, 
div.owl-theme .owl-dots .owl-dot:hover span{
    background-color: white;
    opacity: unset;
}

/*Carousel*/
.owl-carousel.owl-loaded{
    margin-top:40px;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 50px;
}

div.owl-carousel, div.owl-carousel .owl-item{
    position: initial;
}
/*~~~~~*/

a.green-link{
    color: #7B8F40; 
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
}

a.green-link:link,
a.green-link:visited,
a.green-link:hover,
a.green-link:active {
    text-decoration: none;
}
.brown-link{
    color: white;
}
.brown-link:hover,
.brown-link:focus,
.brown-link:active{
    color: #B36E11;
}

.black-link{
    color:#F39617;    
    word-wrap: break-word;
}
.black-link:hover,
.black-link:focus,
.black-link:active{
    color: #B36E11;
}

div.chi-sono{
    display: table;
}

div.chi-sono .angle-right{
    font-size: 18px;
    font-weight: bold;
    color: #7B8F40;
}

div.chi-sono .angle-right:after{
    vertical-align: middle;
    font-family: FontAwesome;
    position: relative;
    content: "\f105";
    top: -2px;
    padding-left: 10px;
}

div.chi-sono h2{
    margin-bottom: 10px;
    margin-top:unset;
}

.chi-sono p{
    margin-bottom: 10px;
}

.index-video{
    padding-left: 90px
}

.index-video-container div h2{
    color: black;
}

.index-video-container div p{
    color: black;
    padding-bottom: 40px;
}

.ul-white,
.ol-white{
    color: white;
    font-size: 16px;
}

.ul-black{
    font-size: 16px;
    list-style-type: disc;
    float: left;
    margin-top: 10px;
    padding-left: unset;
    margin-left: 20px;
}

.site{
    margin-top: 80px;
}

.float-initial{
    float:initial;
}

.grid{
    display: grid;
}

.aphorism-container{
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 12%;
}
.aphorism{
    font-size: 16px;
    margin-bottom: unset;
}

a:hover,
a:focus{
    text-decoration: none;
}

.padding-bottom-unset{
    padding-bottom: unset;
}

.pointer{
    cursor: pointer;
}
a.link-unset,
a.link-unset:focus,
a.link-unset:hover{
    text-decoration:none;
    color: black;
}

.chi-sono-info p {
    margin-bottom: 20px;
}

.dropdown-menu > li > a{    
    padding: 10px 20px;
}

.dropdown-menu > li:not(:first-child){
    border-top: 1px solid #eeeeee;
}

.dropdown-menu{
    font-size: 16px;
}

.btn-orange.form-btn{
    padding: 7px 14px;
}


.title-container{
    position: relative;
    z-index: 1;
    background: white;
}

.title-image{
    margin: 0 -15px 0 -15px;
}

.title-image #cover {
    width: 100%;
}

ul#nav {
    max-width: 350px;
    overflow: auto; 
    padding-right:20px;
    margin-left: 30px;
}

#nav::-webkit-scrollbar-track{
    -webkit-box-shadow: inset -1px 2px 6px rgba(0,0,0,0.4);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#nav::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}
#nav::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #F39617;
}

ul#nav:not(.affix) {
    height: unset!important;
}

.breadcrumb-container{
    background-color:#f2f2f2;
    padding: 8px 4%
}

#breadcrumb{
    margin-bottom: unset;
}
#breadcrumb a{
    color:black;
}

a.breadCrumb {
    font-weight: bold;
}

.read-more-absolute{
    position: absolute;
    bottom: 40px;
    transform: translate(-50% , -50%);
    left: 50%;
}

div.them p{
    margin-bottom: 50px;
}

.margin-bottom-unset{
    margin-bottom: unset;
}

.ul-container{
    display: inline-block;
}

.custom-container.book{
    padding-bottom: unset;
}

.custom-container.video{
    padding-top: unset;
}
.custom-container.video:before {
    background-color: #eeeeee;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 50px;
    width: 100%;
}
.full-size-img{
    width:100%;
}
.vertical-align-center{
    transform: translate(0,-50%);
    position: relative;
    top: 50%;
}

.img-contatti img{
    width: 85%;
    margin-top: 15px;
}

.block{
    display: block;
}

.div-translate{
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
}

.owl-carousel .owl-item .owl-lazy{
    width: 50%;
    margin: auto;
}

#pages-cover{
    background-position: center;
    background-size: cover;
    min-height: 125px;
    max-height: 524px;
}

div.video .iframe-container{
    width: 100%;
    height: 368px;
}
div.index-video-container .iframe-container{
    width: 100%;
    height: 348px;
}

.video-title{
    text-align: center;
}

.slider-box{
    background-position: center;
    background-size: cover;
    min-height: 125px;
    max-height: 524px;
}

.text-left{
    text-align: left;
}
div.custom-container.thems-container{
    padding-bottom: 60px;
}

.last-p{
    margin-bottom: 30px;
}

.lonely-theme{
    margin-bottom: 5px;
}

a.green-link.light-link{
    font-size: 18px;
    font-weight: 300;
}

.lazy-show{
    display: none;
    padding-left: unset;
}

.image-2x {
    display: none;
}

.image-normal {
    display: none;
}

.radio-item:first-child{
    padding-right: unset;
}

.field-validation-error{
    font-size: 11.7px !important;
    color: #f00;
    text-align: left;
}

div.contatti-container p.field-validation-error{
    padding: unset;
}

#contactForm{
    width: 80%;
    margin: auto;
}

.checkbox-container.privacy-container{
    text-align: left;
}

.warningField{
    border-color: red !important;
}
#brainstorm{
    width: 100%;
}