 
/*Theme Name: JHP Lab Studio Pilates
Theme URI: http://www.pixelabdesign.it/
Description: Template JHP Lab Studio Pilates
Version: 1.0
Author: Sebastiano Cullemi
Author URI: http://www.pixelabdesign.it/

*/
body{
    margin:0;
    padding: 0;
    background-color: #f8f8f8;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 24px;
 }
p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
}
a{
  color: #bd9c69;
}
header {
    background-color: rgba(51, 51, 51, 0.9);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
ol li {
    margin: 20px 0;
}


/*HEADER*/
.menu-mainmenusx-container, .menu-mainmenudx-container {
    text-align: center;
}
.menu {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu li {
    display: inline-table;
    padding: 42px 5px;
}
.menu li a {
    color: #fff;
    font-size: 17px;
    margin: 0 20px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out 0s;
}
.current-menu-item a, .menu li a:hover {
    border-bottom: 2px solid #bd9c69 !important;
}
.logocontent {
    padding: 12px;
}
.logocontent img {
    height: auto;
    width: 100%;
}
/*END HEADER*/



/* CONTENT*/
.wrap{
    margin: 40px 0px;
}
.descrizione{
    padding:20px;
    background-color: #333;
    clip: white
}
.titlehome {
    color: #bd9c69;
    font-size: 34px;
    margin: 10px;
    text-align: center;
}
.titlehome span {
    color: #c6c6c6;
    font-weight: 200;
    text-align: center;
}
.description {
    color: #999;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
}
.minislide {
    height: 400px;
    overflow: hidden;
    width: 100%;
}
.minislide {
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.titlepage {
    background-color: rgba(51, 51, 51, 0.7);
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.titlepage h1 {
    bottom: 0;
    color: #c6c6c6;
    font-size: 45px;
    font-weight: 200;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fotosezione {
    background: rgba(0, 0, 0, 0) url("http://www.jhpstudiopilates.it/wp-content/themes/jhplab/images/pilates.jpg") no-repeat scroll 50% 0 / cover ;
    height: 300px;
    position: relative;
}
.fotosezionedue {
    background: rgba(0, 0, 0, 0) url("http://www.jhpstudiopilates.it/wp-content/themes/jhplab/images/axis.jpg") no-repeat scroll 50% 0 / cover ;
    height: 300px;
    position: relative;
}
.fotosezione h2, .fotosezionedue h2 {
    color: white;
    font-size: 40px;
    margin: 0;
    padding: 125px 0 0;
    text-align: center;
    position: relative;
    z-index: 2
}
.fotosezione p, .fotosezionedue p {
    color: white;
    font-size: 16px;
    margin: 10px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: 0.3s all ease-in-out
}
.fotosezione:hover > .overlay, .fotosezionedue:hover > .overlay{
  background-color: rgba(0, 0, 0, 0.7);
}
.label {
    margin: 0 !important;
}
.sub {
    margin: 0 0 10px;
}
.sub input {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
}
.due {
    display: inline-block;
    margin-right: 5px;
    width: 48%;
}
.label textarea {
    border: 1px solid #ddd;
    height: 130px;
    width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
    background: #999 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-top: 10px;
}
h3{
  font-weight: inherit;
}
.copy {
    color: #ccc;
    font-size: 16px;
    margin: 10px 10px 0;
}
.realizzazione {
    font-size: 14px;
    margin: 10px 10px;
}

/* END CONTENT */



/* FOOTER */
footer {
    background: #333 none repeat scroll 0 0;
    color: #999;
    padding: 30px;
    font-size: 14px;
    text-align: center;
}
footer p{
  color: #999;
}
/* END FOOTER */

/* VARIE */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.contentslide {
    position: relative;
}.center-it {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.caption {
  margin-top: 10px;
}

.mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #fff;
  text-align: center;
  box-shadow: 0 0 16px #333;
}
.mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  -webkit-animation: scroll 1.3s ease-out infinite forwards;
  -moz-animation: scroll 1.3s ease-out infinite forwards;
  animation: scroll 1.3s ease-out infinite forwards;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #bd9c69;
    color: #333;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0.6;
    display: none;
}
#back-to-top:hover {
    opacity: 1 !important;
    color: #fff;
}

#back-to-top i {
    padding: 4px;
}
/* END VARIE */
#responsive-menu-title {
    text-align: center;
}
#responsive-menu-title img {
    width: 150px;
}





@media only screen and (min-width: 320px) and (max-width: 801px) {
    .logocontent img {
    height: auto;
    position: relative;
    top: 5px;
    width: 120px;
}
    .logocontent {
        padding: 10px;
        text-align: center;
    }
    .titlehome {
    color: #bd9c69;
    font-size: 25px;
    line-height: 28px;
    margin: 10px;
    text-align: center;
}
.description {
    color: #999;
    font-size: 14px;
    font-weight: lighter;
    line-height: 17px;
    text-align: center;
}
.fotosezione {
    margin-bottom: 40px;
}
.fotosezione h2{
  font-size: 30px;
}
}


@media only screen and (min-width: 320px) and (max-width: 640px) {
.minislide {
    height: 200px;
}
.titlepage h1 {
    bottom: 10px;
    font-size: 25px;
}
}




