/* 
Theme Name: Verticalclimbingcenter
Description: Verticalclimbingcenter
Version: 1.0
*/



@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300&family=Ubuntu+Condensed&display=swap');

/*
    font-family: 'Barlow Condensed', sans-serif;

    font-family: 'Ubuntu Condensed', sans-serif;
*/

body,
html {
    overflow-x: hidden;
    margin: 0;
    width: 100vw;
}

a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}

* {
    margin: 0;
    padding: 0;
}

header {
    background: unset;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    transition: 0.4s;
}

.background-thumbnail{
    height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.background-thumbnail-chi-siamo{
    height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

h1, h2, h3, h4{
	font-family: 'Ubuntu Condensed', sans-serif;
}

p {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
}

.logo-header {
    width: 140px;
    transition: 0.4s;
}

.header-scroll {
    padding: 0;
    background: linear-gradient(to bottom, #12898F, #fff0);
}

.logo-header-scroll {
    width: 100px;
}

.vertical-line {
    border-left: 1px solid #fff;
    height: 240px;
    position: absolute;
    left: 70px;
    bottom: 190px;
}

.testo2home .vertical-line {
    left: 92%!important;
}

.vertical-line{
        -webkit-animation: action 1s infinite  alternate;
        animation: action 1s infinite  alternate;
    }
    @-webkit-keyframes action {
        0% { transform: translateY(0); }
        100% { transform: translateY(-40px); }
    }
    @keyframes action {
        0% { transform: translateY(0); }
        100% { transform: translateY(-40px); }
    }

#menu-principale {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.right-text {
    text-align: right;
}

#menu-principale li {
    display: inline-block;
    padding: 4px 6px;
}

   

.box-corsi p::before{
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
}  
@-webkit-keyframes run {
    0% { left: 0;}
    50%{ left: 5%;}
    100%{ left: 0;}
}

.box-corsi p::after{
    -webkit-animation:linear infinite alternate;
    -webkit-animation-name: runright;
    -webkit-animation-duration: 5s;
}
@-webkit-keyframes runright {
    0% { left: 0;}
    50%{ left: -5%;}
    100%{ left: 0;}
}

#sfondo-home{
	background: url('https://verticalclimbingcenter.it/wp-content/themes/vertical/images/DWssiracusagommonemontagano_5.jpg');
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

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

#menu-principale li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.prima-palestra {
    position: absolute;
    top: 430px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.prima-palestra h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    top: 96vh;
    margin-top: -35px;
    border-radius: 25px;
    position: relative;
}
.icon-scroll::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}

.no-padding{
    padding: 0!important;
}

.box-corsi img {
    width: 100px;
    background: #12898F;
    padding: 20px;
}

.box-corsi p::after {
    left: 5.5em;
    margin-right: 0;
}

.box-corsi p::after {
    background-color: #12898F;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 36px;
    position: relative;
    bottom: 64px;
}

.box-corsi p::before {
    left: -6em;
    margin-right: 10em;
}

.box-corsi p::before {
    background-color: #12898F;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 36px;
    position: relative;
    bottom: 64px;
}

.box-corsi {
    margin: 20px 0;
}

.img1home {
    background: url('https://www.verticalclimbingcenter.it/wp-content/uploads/2020/06/86732099_176283343794294_6441888745665855488_o.jpg');
    height: 580px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img2home {
    background: url('https://www.verticalclimbingcenter.it/wp-content/uploads/2020/06/82054067_144858520270110_8206056994973417472_o.jpg');
    height: 580px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#sezione2home {
    background: #12898F;
}



#sezione2home h2 {
    padding: 15px 0;
    font-size: 26pt;
    text-transform: uppercase;
}

.testo1home p {
    font-size: 18px;
}

.testo1home {
    color: #fff;
    margin: 0 100px;
}

.testo2home {
    color: #fff;
    margin: 0 100px;
}

.verde{
	color: #12898F;
}

.titolo-sezione3home {
    margin: 30px 0px;
}

.titolo-sezione3home h2{
    margin: 15px 0px;
}

.logo-footer {
    width: 140px;
}

footer h3 {
    color: #fff;
    font-size: 26px;
    padding: 15px 0;
}

footer p, a {
    color: #fff;
}

footer a {
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
}

footer {
    margin-top: 100px;
}

.sfondo-footer {
    background: #12898F;
    padding: 30px;
}

.copyright {
    padding: 15px 0;
}

.copyright a {
    color: #12898F;
    text-decoration: none;
}

#sezione-contatto h2 {
    padding: 15px 0;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-text {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #555;
    margin: 10px 0;
    border: none;
    box-shadow: 0px 0px 5px 2px #ededed;
    padding: 5px 0px;
    font-weight: 100;
    width: 330px;
    transition: 0.3s;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
    transform: scale(1.01);
    box-shadow: 2px 2px 12px 2px #00000024;
}

.wpcf7-form-control.wpcf7-text:focus {
    transform: scale(1.01);
    box-shadow: 2px 2px 12px 2px #00000024;
}

.wpcf7-form-control.wpcf7-textarea:focus {
    transform: scale(1.01);
    box-shadow: 2px 2px 12px 2px #00000024;
}

.wpcf7-form-control.wpcf7-submit {
    padding: 12px 50px;
    font-size: 16px;
    font-weight: 100;
    background: #12898F;
    border: none;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    transition: 0.3s;
}

.wpcf7-form-control.wpcf7-submit:hover {
    cursor: pointer;
    background: none !important;
    color: #39489E !important;
}

.info-contatti {
    margin-bottom: 40px;
}

iframe {
    margin-top: 100px;
    margin-bottom: -100px;
}

.archive-title {
    text-align: center;
    color: #12898F;
    margin-bottom: 100px;
    font-size: 26px;
}

.box-attivita {
    background: #12898F;
    padding: 30px;
    color: #fff;
    margin-bottom: 80px;
}

.box-attivita h3 {
    padding: 15px 0;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

.box-attivita p {
    font-size: 18px;
    text-align: justify;
}

.box-attivita img {
    width: 90px;
    background: #12898F;
    position: relative;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    padding: 20px;
    margin-bottom: -70px;
}

#sezione3home a {
    color: #12898F;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #12898F;
    padding: 10px 20px;
    position: relative;
    top: 30px;
    font-family: 'Ubuntu Condensed', sans-serif;
    transition: 0.3s;
}

#sezione3home a:hover {
    border: 1px solid #12898F;
    background: #12898F;
    color: #fff;
}

.img2chisiamo {
    background: url('https://www.verticalclimbingcenter.it/wp-content/uploads/2020/06/82054067_144858520270110_8206056994973417472_o.jpg');
    height: 400px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#sezione1chisiamo h2 {
    padding: 15px 0;
    font-size: 32pt;
    text-transform: uppercase;
}

.simon {
    background: linear-gradient(to bottom, #12898F00, #12898F75), url('https://www.verticalclimbingcenter.it/wp-content/uploads/2020/06/WhatsApp-Image-2020-06-03-at-22.53.45.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.luigi {
    background: linear-gradient(to bottom, #12898F00, #12898F75), url('https://www.verticalclimbingcenter.it/wp-content/uploads/2020/06/team-2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.federica {
    background: linear-gradient(to bottom, #12898F00, #12898F75), url('https://www.verticalclimbingcenter.it/wp-content/uploads/2020/06/team-3.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.silvia {
    background: linear-gradient(to bottom, #12898F00, #12898F75), url('https://www.verticalclimbingcenter.it/wp-content/uploads/2020/06/team-4.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.davide {
    background: linear-gradient(to bottom, #12898F00, #12898F75), url('https://www.verticalclimbingcenter.it/wp-content/uploads/2020/06/team-5.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.membro h3 {
    padding: 15px;
    font-size: 30px;
    top: 400px;
    position: absolute;
}

.membro {
    color: #fff;
    padding-bottom: 15px;
    background: #ededed;
    border-bottom: 4px solid #12898F;
    margin-bottom: 30px;
    height: 820px;
}

#team .col-md-6 .membro {
    height: 720px;
}

.testochisiamo p {
    font-size: 15pt;
}

.membro h4 {
    padding: 15px;
    color: #12898F;
    font-size: 24px;
}

.membro p {
    color: #333;
    padding: 0 15px;
}

.testochisiamo {
    max-width: 600px;
    margin: 0 0 30px;
}

#news-slider {
    margin-top: 80px;
}

.psac-post-categories {
    display: none!important;
}

.psac-post-short-content {
    display: none !important;
}

.psac-readmorebtn {
    border: 1px solid #12898F!Important;
    color: #12898F!important;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px!important;
}

.psac-readmorebtn:hover {
    border: 1px solid #12898F!Important;
    color: #fff!important;
    background: #12898F!important;
}

.psac-post-meta span {
    font-style: unset!important;
    font-family: 'Ubuntu Condensed', sans-serif!important;
    color: #12898F!important;
}







/*menu mobile--------------------------------------------------*/
@keyframes slideInLeft {
    0% {
        transform: translate3d(-250px, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-250px, 0, 0);
        visibility: hidden;
    }
}

body.open {
    overflow: hidden;
    z-index: 999;
    position: relative;

}

body.open:after {
    opacity: 1 !important;
    visibility: visible;
    background: #12898F;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100%;
}

.b-nav {
    position: absolute;
    z-index: 11;
    right: 50%;
    transform: translateX(50%);
}

.b-nav:not(.open) {
    visibility: hidden;
}

.b-nav li {
    color: rgba(68, 68, 68, 1);
    list-style-type: none;
    padding: 10px;
    text-align: left;
    transform: translateX(-250px);
}

.b-nav li:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: slideOutLeft;
}

.b-nav li:first-child {
    padding-top: 120px;
}

.b-nav.open {
    visibility: visible;
}

.b-nav.open li {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: slideInLeft;
    text-align: center;
}

.b-link {
    background: transparent;
    border-left: rgba(68, 68, 68, 0) solid 2px;
    color: rgba(68, 68, 68, 1);
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 30px;
    text-decoration: none;
    transition: all 0.4s ease;
    width: auto;
}

.b-link:hover,
.b-link--active {
    border-left: rgba(68, 68, 68, 1) solid 2px;
    padding-left: 30px;
}

.b-menu {
    background: rgba(255, 255, 255, 0);
    border: rgba(255, 255, 255, 0) solid 2px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    padding-left: 8.5px;
    padding-top: 0;
    position: relative;
    transition: all 0.4s ease;
    user-select: none;
    width: 45px;
    z-index: 12;
}

.b-bun {
    background: #fff;
    position: relative;
    transition: all 0.4s ease;
}

.b-bun--top {
    height: 2px;
    top: 2px;
    width: 25px;
}

.b-bun--mid {
    height: 2px;
    top: 9px;
    width: 38px;
}

.b-bun--bottom {
    height: 2px;
    top: 15px;
    width: 25px;
}

.b-container {
    height: 60px;
    right: 30px;
    position: absolute;
    top: 30px;
}

.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
    background: rgba(255, 255, 255, 1);
}

.b-container.open .b-main {
    border: rgba(68, 68, 68, 1) solid 2px;
}

.b-container.open .b-bun--top {
    background: #fff;
    top: 9px;
    transform: rotate(45deg);
}

.b-container.open .b-bun--mid {
    opacity: 0;
}

.b-container.open .b-bun--bottom {
    background: #fff;
    top: 5px;
    transform: rotate(-45deg);
}

.b-container.open .b-brand {
    color: rgba(68, 68, 68, 1);
}

.b-nav.open a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

.b-nav.open a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
}
/*menu mobile--------------------------------------------------*/








