/* 
Theme Name: Giuliana Di Luciano
Description: Giuliana Di Luciano
Version: 1.0
*/


body,
html {
    overflow-x: hidden;
    margin: 0;
    width: 100vw;
    font-family: 'Roboto', sans-serif;
}
.archive-title {
    text-align: center;
    font-size: 15pt;
    margin-bottom: 20px;
    display: block;
}
.image {
  display: none;
  position: relative;
}
.logo {
    width: 200px;
    margin-right: 34px;

}
.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ededed;
    margin: 10px 0px;
}
#center p {
    text-align: center;
    margin: 20px 0px;
}
.wpcf7-form-control.wpcf7-submit {
    background: #ed62a8;
    border: 0px;
    width: 100px;
    text-transform: uppercase;
    color: white;
    font-size: 11pt;
    letter-spacing: 2px;
}
.mobile {
    width: 70%;
    margin: 0PX;
}
input {
    padding: 10px;
    margin: 10px 0px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@font-face {
    font-family: 'butlerregular';
    src: url('butler_regular-webfont.woff2') format('woff2'),
         url('butler_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'butlerbold';
    src: url('butler_bold-webfont.woff2') format('woff2'),
         url('butler_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'butlerextrabold';
    src: url('butler_extrabold-webfont.woff2') format('woff2'),
         url('butler_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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


* {
    padding: 0;
}
h1,
h2,
h3,
h4 {
    font-weight: 100;
    font-family: 'butlerbold';

}

p {
    font-family: 'Roboto', sans-serif;
    color: #555;
    text-align: justify;
}
#frase p
{
    text-align: center;
}


header {

    display: table;
    width: 100%;
    position: fixed;
    background: #e5007e;
    padding: 0px;
    text-align: center;
    z-index: 9999999;
    transition: all 0.2s ease;
    -webkit-transition: all 1s ease 0.2s;
    -moz-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
}
.header-scroll
{
    background: #ed62a8;
    transition: all 0.2s ease;
    -webkit-transition: all 1s ease 0.2s;
    -moz-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
}
h3 {
    margin: 10px 0px;
    font-size: 15pt;
}
h4 {
    color: #555;
}
#quadrato {

    width: 38px;
    background: #fce3ef;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 0;

}
#servizi p {
    text-align: left;
}
#frase {
    display: table;
    width: 100%;
    background: #fce3ef;
    padding: 80px 0px;
    text-align: center;
}
#frase p {
    margin: 20px auto;
}
#servizi {
    display: table;
    width: 100%;
    margin: 120px 0px;
}
#servizi img {

    z-index: 2;
    position: relative;

}
.margintop {
    margin-top: 50px;
}
#copyright a {
    color: #555;
}
#frase h4 {
    text-align: center;
    font-size: 16pt;
    color: #555;
}
#menu-menu-principale {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
#menu-menu-principale li {
    display: inline-block;
    padding: 20px;
}
#menu-menu-principale li a {
    color: white;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;

}
.iconok {
    position: relative;
    width: 50px;
    background: ;
}
.logo {

    width: 200px;
}
.iconcontact {
    width: 50px;
    display: table;
    text-align: center;
    margin: 30px auto;
}
#topBtn {

    position: fixed;
    z-index: 99999999;
    bottom: 0;
    right: 0;
    margin: 20px;
    background: #fffc;
    width: 50px;
    height: 50px;
    color: #555;
    font-size: 16pt;
    border: 0;

}
#slideshow {

    background: url("https://www.giulianadilucianopsicologa.it/wp-content/uploads/2020/05/ciao.jpeg");
    height: 90vh;
    background-size: cover;

}

#copyright {
    background: #fce3ef;
    display: table;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #555;
}
.vertical {

    display: table;
    width: 100%;
    height: 100vh;

}
.verticalfoto {

    display: table;
    width: 100%;
    height: 400px;

}
.title {

    font-size: 30pt;
    margin: 10px 0px;
    color: #555;

}
#bordino {

    width: 80px;
    background: #e5007e;
    height: 5px;
    margin: 20px 0px;

}

#bordino::after {

    content: "";
    background: #e5007e;
    height: 1px;
    position: relative;
    display: block;
    left: 0px;
    width: 22em;
    top: 2px;

}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.rosa {
    background: #ed62a8;
    display: table;
    color: white;
    padding: 0px;
    margin: 0px;
    font-family: butler;
    font-weight: normal;
    font-size: 33pt;
}
#contatti {
    display: table;
    width: 100%;
    margin: 70px 0px;
    color: #555;
}
.text-center {
    text-align: center;
}
.viola {

    background: #e5007e;
    display: table;
    color: white;
    padding: 0px;
    margin: 0px;

}
.img {

    width: 100%;
    height: auto;
    padding-top: 21px;

}
#ciao {
    display: table;
    width: 100%;
    margin: 50px 0px;
}
#quadrato {
    width: 38px;
    background: #fce3ef;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.sfondorosa
{
	    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,fce3ef+40,fce3ef+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 40%, #fce3ef 40%, #fce3ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 40%,#fce3ef 40%,#fce3ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#ffffff 40%,#fce3ef 40%,#fce3ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fce3ef',GradientType=1 ); /* IE6-9 */
height: 30vh;
}

.sfondorosasx{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fce3ef+0,fce3ef+73,fce3ef+73,ffffff+73,ffffff+73,ffffff+100 */
background: #fce3ef; /* Old browsers */
background: -moz-linear-gradient(left,  #fce3ef 0%, #fce3ef 73%, #fce3ef 73%, #ffffff 73%, #ffffff 73%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fce3ef 0%,#fce3ef 73%,#fce3ef 73%,#ffffff 73%,#ffffff 73%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fce3ef 0%,#fce3ef 73%,#fce3ef 73%,#ffffff 73%,#ffffff 73%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce3ef', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
height: 30vh;
}


/*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: rgba(255, 255, 255, 1);
    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: 110px;
}

.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;
}

.b-link {
    background: transparent;
    border-left: rgba(68, 68, 68, 0) solid 2px;
    color: rgba(68, 68, 68, 1);
    font-family: Helvetica-Neue, Helvetica, Arial, sans-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;
    top: 15px
}

.menu a {
    color: #555;
    font-size: 16pt;
    text-decoration: navajowhite;
    text-transform: uppercase;
}
#contatti a {
    color: #555;
}
.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: 20PX;
}

.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: rgba(68, 68, 68, 1);
    top: 9px;
    transform: rotate(45deg);
}

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

.b-container.open .b-bun--bottom {
    background: rgba(68, 68, 68, 1);
    top: 5px;
    transform: rotate(-45deg);
}

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

#menu-mobile li a {
    text-decoration: none;
    color: #555;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
}

/*menu mobile--------------------------------------------------*/
