/* 
Theme Name: Gestisko
Theme URI: https://www.pixelabdesign.it/
Description: Template Gestisko
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/


body{
    margin:0;
    padding: 0;
    background: #f1f1f1;
    font-family: 'Source Sans Pro', sans-serif;
 }
p{
	color: #444;
	line-height: 26px;
}
/* HEADER */
#header {
    background: #333333;
    height: 70px;
    display: table;
    width: 100%;
}

.logocontent {
    padding: 15px 50px;
    background: #9cb749;
    text-align: center;
    width: 100%;
    height: 70px;
}
.logo img {
    width: 100%;
    height: auto;
}
.info {
    padding: 9px;
    background: #9cb749;
    color: #fff;
    width: 100%;
}
.info a{
    color: #fff;
    text-decoration: none;
}
.ptop {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    position: relative;
}
.pbottom {
    color: white;
    font-size: 26px;
    margin: 0px 0px 0px 0px;
    letter-spacing: 1px;
}
/* END HEADER */


/* MENU */
#menu-mainmenu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}
#menu-mainmenu li {
    display: inline;
    position: relative;
    padding: 25px 0px;
}
#menu-mainmenu li a {
    color: white;
    text-decoration: none;
    padding: 25px 10px;
    display: inline-block;
    margin: 0px 0px;
    text-transform: uppercase;
    background: transparent;
    transition: 0.2s all ease-in-out;
}
.current_page_item a, #menu-mainmenu li a:hover  {
    background: rgba(255, 255, 255, 0.2) !important;
}
#menu-item-18 a {
    color: #9cb749 !important;
    font-weight: bold;
}

/* END MENU */


/* SUB MENU */
.sub-menu {
    left: 0;
    margin: 0 !important;
    padding: 0px 0 0 !important;
    position: absolute !important;
    text-align: left !important;
    transition: all 0.2s ease-in-out 0s;
    width: 220px;
    z-index: 24;
    opacity: 0;
    visibility: hidden;
    top: 70px;
}
.menu-item-has-children{
    position: relative;
}
.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.sub-menu li {
    display: table !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background-color: #333 !important;
}
.sub-menu li a {
    border-top: 2px solid #000;
    display: block;
    font-size: 14px !important;
    margin: 0;
    padding: 10px 20px !important;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.sub-menu li a:hover{
   color: #fff !important;
   background-color: #000 !important;
   border-top: 2px solid #fff;
   border-bottom: 0px;
}
.menu-item-has-children:hover .sub-menu li a{
    color: white !important
}
.menu-item-has-children:hover > .sub-menu .current-menu-item a{
   color: #fff !important;
   background-color: #000 !important;
   border-top: 2px solid #fff;
   border-bottom: 0px solid #fff;
}
.sub-menu .current-menu-item{
   color: #fff !important;
   background-color: #000 !important
}

.menu-mainmenu-container li:hover > .sub-menu{
    transform: scale(1);
    transform-origin: 50% 0 0;
}

.menu-item-has-children a:hover > .sub-menu  {
    color: #fff !important;
}

header .menu-item-has-children::after {
    content: "";
}

.menu-item-has-children:hover::after {
    content: "";
}

.sub-menu > .current-menu-item {
    background: #000 none repeat scroll 0 0;
    color: white !important;
}

header .menu-item-has-children > a::after {
    content: "";
    font-family: "FontAwesome";
    margin-left: 6px;
}
/* END SUB MENU */


#overlay .menu-item-has-children > a::after {
    content: "";
}
#overlay .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block !important;
    position: relative !important;
    top: 0;
    left: auto !important;
    padding-left: 30px !important;
}
#overlay .sub-menu {
    opacity: 1;
    visibility: visible;
    display: inline;
    position: relative !important;
    top: 0;
    left: 0 !important;
}
#overlay .sub-menu li {
    background: transparent !important;
    border: none !important;
    margin-bottom: 5px;}
#overlay .sub-menu li a {
    border: none;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 17px !important;
    line-height: 17px;
}
#overlay .sub-menu li a:hover {
    background: transparent !important;
}

/* CONTENT */
.title, .titlepage {
    font-weight: 600;
    color: #9cb749;
    margin-bottom: 0px;
}
.titlepage {
    color: #9cb749;
    font-size: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.wrap {
    margin: 60px 0px;
}
.excursionhome {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.singlex {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 0px 0px #c6c6c6;
    transition: 0.2s all ease-in-out;
    position: relative;
    overflow: hidden;
}
.singlex:hover{
    box-shadow: 0px 0px 12px 2px #c6c6c6;
}
.thumb {
    height: 250px;
    overflow: hidden;
}
.thum img {
    width: 100%;
    height: auto;
}
.contentex {
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.titoloex {
    color: #9cb749;
    margin: 0px;
    text-decoration: none;
}
.titoloex h3 {
    color: #9cb749;
    margin: 0px 0px 5px 0px;
}
.contentex p {
    margin: 0px;
    color: #888;
    font-weight: 200;
}
.scopri {
    width: 100%;
    display: table;
    background: #9cb749;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding: 4px 0px;
    text-transform: uppercase;
    transition: 0.2s all ease-in-out
}
.scopri:hover {
    background: #1f482a;
}
.conttop {
    position: absolute;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    padding: 5px 10px;
    top: -31px;
    transition: 0.2s all ease-in-out
}
.singlex:hover > .conttop{
    top:0;
}
.contbot {
    position: absolute;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    padding: 5px 10px;
    bottom: -37px;
    transition: 0.2s all ease-in-out
}
.singlex:hover > .contbot{
    bottom:0;
}
.contbot h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
}
.separatore {
    color: #9cb749;
    text-align: center;
    font-size: 35px;
    font-weight: 200;
    padding: 0px 20px;
    background: #f1f1f1;
    display: table;
    margin: 50px auto 30px;
    z-index: 2;
    position: relative;
}
.line {
    height: 1px;
    width: 100%;
    background: #9cb749;
    content: "";
    position: relative;
    bottom: 0;
    display: block;
    top: -42px;
    z-index: 0;
}
.parallax {
    background: url(images/parallax.jpg);
    /* Set a specific height */
    height: 350px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative; 
}
.overlaypa{
    background: rgba(156, 183, 73, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.contparallax {
    position: relative;
    z-index: 3;
    color: white;
    padding: 120px 0px 0px 0px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
}


.posthome {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.contentpost {
    background: #fff;
    display: table;
    width: 100%;
}
.singlepost {
    border: 1px solid #ddd;
}
.titolopost {
    color: #9cb749;
    text-decoration: none;
}
.titolopost h3 {
    color: #9cb749;
    margin: 10px 0px;
}
.contentpost p {
    color: #888;
    font-weight: 200;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}
.continua {
    color: #9cb749;
    font-size: 14px;
    padding: 10px 0px;
    display: block;
}
.tutti {
    padding: 30px 0px;
    text-align: center;
}
.tutti a {
    color: #9cb749;
    background: #f1f1f1;
    padding: 10px 20px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
    border: 1px solid #9cb749;
    transition: 0.2s all ease-in-out;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.tutti a:hover {
    color: #fff;
    background: #9cb749;
}
.linebot {
    height: 1px;
    width: 100%;
    background: #9cb749;
    content: "";
    position: relative;
    bottom: 0;
    display: block;
    top: -50px;
    z-index: 0;
}
.imgevidenza {
    height: 200px;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}
.imgevidenza img {
    width: 100%;
    height: auto;
}
.overlaypage{
    background: rgba(156, 183, 73, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* END CONTENT */





/* FOOTER */
footer{
	background: #333;
	color: white;
	padding: 40px 0px;
}
.design {
    background: #333;
    color: white;
    font-size: 14px;
    border-top: 1px solid #9cb749;
}
.design p{
	margin:10px 0px;
    color: white;
}
.design a{
	color: white;
	text-decoration: none;
}
.right{
	text-align: right;
}
.fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
}
.topfooter {
    background: #fff;
    width: 100%;
    padding: 70px;
}
.fa.fa-info-circle {
    color: #9cb749;
    font-size: 50px;
}
.topfoo {
    margin: 11px 0px 0px 0px;
    font-size: 30px;
    font-weight: 200;
}
.richiedi {
    margin-top: 14px;
    display: table;
    background: #444;
    padding: 8px 15px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    text-decoration: none
}
.richiedi:hover {
    background: #9cb749
}
.logofooter img {
    width: 200px;
    opacity: 1;
}
footer p {
    color: #999;
    line-height: 21px;
}
.socialicon {
    color: #9cb749;
    font-size: 35px;
    text-decoration: none;
    transition: 0.2s all ease-in-out
}
.socialicon:hover {
    color: #fff;
}
footer .menu {
    padding: 0px;
    list-style: none;
}
footer .menu li a {
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s all ease-in-out
}
footer .menu li a:hover {
    color:#fff;
}

footer .current_page_item a{
    background: transparent !important;
}
/* END FOOTER */






/* VARIE */
.ezfc-form-elements input {
    background: #fff !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
}
.ezfc-theme-slick .ezfc-label {
    padding: 10px 0px !important;
}
.ezfc-price {
    background: #9cb749;
    color: white;
    padding: 10px 30px !important;
}
#ezfc-submit-1 {
    background: #444;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s all ease-in-out
}
#ezfc-submit-1:hover {
    background: #111;
}
.co input {
    background: transparent none repeat scroll 0 0;
    border: 2px solid white;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    width: 100%;
}
.co textarea {
    background: transparent none repeat scroll 0 0;
    border: 2px solid white;
    color: white;
    font-family: source sans pro;
    font-size: 16px;
    height: 100px;
    padding: 8px;
    width: 100%;
}
.co .field {
    margin-top: 0;
}
.field select {
    padding: 9px;
    border: 1px solid #c6c6c6;
    width: 100%;
    margin-bottom: 10px;
}
.co .label {
    margin-top: 0;
    margin-bottom: 5px;
}
.richiestowhite {
    color: white;
    font-size: 17px;
    margin-left: 3px;
}
.co{
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.wpcf7-submit{
    background-color: transparent;
    transition: all 0.2s ease-in-out
}
.wpcf7-submit:hover{
    background-color: #fff;
    color: black;
}
div.wpcf7-mail-sent-ok {
    background: #398f14 none repeat scroll 0 0;
    border: 2px solid #398f14;
    color: white;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: #f7e700 none repeat scroll 0 0;
    margin: 0 15px;
}
.couno input {
    background: #fff;
    border: 1px solid #c6c6c6;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px !important;
}
.couno textarea {
    background: #fff;
    border: 1px solid #c6c6c6;
    color: #444;
    font-family: source sans pro;
    font-size: 16px;
    height: 100px;
    padding: 6px;
    width: 100%;
}
.couno .field {
    margin-bottom: 9px;
    margin-top: 0;
}
.couno .label {
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
}
.couno .richiestowhite {
    color: red;
    margin-left: 0;
}
.wpcf7-form-control-wrap.acceptance-966 {
    display: inline-table;
}
.couno .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #999;
    color: #fff;
    background-color: #999;
    transition: all 0,2s ease-in-out
}
.couno .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #9cb749; 
    color: white;
}
.formpage .col-md-6 {
    width: 100%;
}
.formpage {
    background: #9cb749;
    display: inline-block;
    padding: 15px 10px;
    margin-bottom: 40px;
}
.formpage .label {
    color: #fff;
    font-weight: 400;
}
.formpage .co {
    margin-top: 0px !important;
    display: inline-block;
    width: 100%;
}
.formpage .couno .wpcf7-form-control.wpcf7-submit{
    border: 1px solid #fff;
    background: transparent; 
    color: #fff;
    text-transform: uppercase;
}
.formpage .couno .wpcf7-form-control.wpcf7-submit:hover{
    border: 1px solid #fff;
    background: #fff; 
    color: #9cb749;
    text-transform: uppercase;
}
.formpage .couno .field{
    margin-bottom: 0px !important;
}
.formpage .ajax-loader {
    display: none !important;
}

.preventivo .col-md-4 .label{
    height: 30px;
}
.liistro {
    background: #9cb749;
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: navajowhite;
    opacity: 0.7;
    transition: 0.2s all ease-in-out
}
.liistro:hover {
    opacity: 1;
}
/* END VARIE */


/* RESPONSIVE MENU */

.button_container {
    cursor: pointer;
    height: 27px;
    position: fixed;
    right: 25px;
    top: 22px;
    transition: 0.3s all ease-in-out;
    width: 35px;
    z-index: 100;
}

.button_container span {
    background: #9cb749 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s all ease-in-out;
    width: 100%;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}

.overlay {
    background: rgba(156, 183, 73, 1);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
}

.overlay nav {
    font-size: 1.7em;
    height: 70%;
    position: relative;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    left: 20px;
    text-transform: lowercase;
    transition: 0.3s all ease-in-out;
}

.overlay ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlay ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlay.open ul li {
    opacity: 1
}
.overlay ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.button_container.active .topp {
    background: #fff none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}

.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}

.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}

.button_container.active .bottombottom {
    color: #fff;
}
.overlay.open {
    height: 100%;
    opacity: 0.9;
    visibility: visible;
    z-index: 2
}
#overlay .current_page_item a {
    background: transparent !important;
}
/* END RESPONSIVE MENU */







#toTop {
    background: #333;
    bottom: 60px;
    color: #000;
    cursor: pointer;
    display: none;
    font-size: 11px;
    padding: 0px 0px 2px 0px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    opacity: 1;
    font-size: 25px;
}
#toTop i{
    color: white;
}



/* RESPONSIVE */
@media only screen and (min-width: 320px) and (max-width: 768px) {
.logocontent {
    padding: 15px 10px;
}
.logo img {
    width: 100%;
    height: 43px;
}
.topfooter {
    padding: 50px 0px;
    text-align: center;
}
.richiedi {
    margin: 0 auto;
    margin-top: 30px;
}
footer {
    padding: 30px 0px;
    text-align: center;
}
footer .menu {
    margin: 30px 0px;
}
.design {
    text-align: center;
}
.col-md-6.right {
    text-align: center;
}
.topfoo {
    font-size: 22px;
}
.contparallax {
    padding: 40px 0px 0px 0px;
    font-size: 19px;
}
.titlepage {
    font-size: 37px;
}
}
