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

body{
    margin:0;
    padding: 0;
    background: #fff;
    font-family: 'Titillium Web', sans-serif;
    color: #666
 }

 a{
    color: #0962a6;
    font-weight: 600;
 }
.hideme
{
    opacity:0;
}
.riel {
    max-width: 300px;
    margin-top: 40px;
}
.rie{
    text-align: center;
}
.testoriello p {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin: 0px;
}
/* HEADER */
#header {
    background: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}
.menucont{
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #569BAC;
    padding: 10px 0px;
}
.logo {
    height: 110px;
}
.col-sm-4.contlogo {
}
/* END HEADER */


.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}


/* MENU */
#menu-mainmenu {
    padding: 32px 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}
#menu-mainmenu li {
    display: inline;
    position: relative;
    margin: 0px 10px 0px
}
#menu-mainmenu li a {
    color: #1d1e1b;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition: 0.2s all ease-in-out;
    font-size: 19px;
    font-weight: 400;
}
.current-menu-item a{
  opacity: 1 !important;
}
.preventivo a {
    background: #0962a6;
    color: #fff !important;
    padding: 1px 10px;
}
.preventivo::after {
    height: 0px !important;
}
/* END MENU */

/* EFFETTO MENU */
#menu-mainmenu .current-menu-item::after, #menu-mainmenu li::after {
    position: absolute;
    bottom: -4px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #0962a6;
    display: block;
    content: '';
    transition: 0.3s;
}
#menu-mainmenu li::after{
    position:absolute;
    bottom: -4px;
    left:0;
    height:2px;
    width:0%;
    background-color:#0962a6;
    display:block;
    content:'';
    transition:0.3s;
}

#menu-mainmenu li:hover::after{
    left:0;
    width:100%;
}

.cta {
    padding: 9px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #0962a6;
    transition: 0.2s all ease-in-out;
    border: 1px solid #0962a6;
    text-align: right;
    margin-top: 16px;
    position: relative;
    float: right;
}
.cta span {
    background: #fff;
    position: absolute;
    top: -11px;
    padding: 0px 5px;
    letter-spacing: 1px;
    width: 65%;
    right: 0;
    font-size: 15px;
    text-align: right;
    z-index: 0;
}
.cta p {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 4px;
}
.cta p i {
    position: relative;
    top: 4px;
    font-size: 30px;
}
/* FINE EFFETTO MENU */





/* CONTENT */
.botheader {
    height: 260px;
    background: #ddd;
    margin-bottom: 40px;
}
.hometitle {
    font-size: 30px;
    text-transform: uppercase;
    color: #198799;
}
.slide{
    margin-top: 115px;
}
.boxiconhome {
    padding: 80px 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.iconhome{
    text-align: center;
}
.iconhome i {
    font-size: 60px;
    background: #444;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    transition: 0.2s all ease-in-out
}
.iconhome:hover i {
    background: #0962a6
}
.titicon {
    font-size: 26px;
    font-weight: 400;
    margin: 10px 0px 0px 0px;
    color: #333;
}
.desicon {
    margin: 0px;
    font-weight: 300;
    color: #444;
    font-size: 16px;
}
.titlesection {
    font-size: 34px;
    margin: 0px;
    color: #1d1e1b;
    position: relative;
    padding-bottom: 8px;
}
.titlesection::after {
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #f2be48;
    content: "";
}
.second {
    background: #0962a6;
    padding: 60px 0px;
    color: #fff
}
.second .titlesection{
    color: #fff;
    font-weight: 400;
}
.third {
    padding: 60px 0px;
}
.lastnews {
    padding: 0px;
    list-style: none;
    margin: 20px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
.post {
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.1);
}
.imgfeatured {
    overflow: hidden;
}
.imgfeatured img{
    display: table;
}
.post img{
    transform: scale(1);
    transition: 0.2s all ease-in-out;
    display: table;
}
.post:hover img {
    transform: scale(1.1);
}
.titlenews {
    padding: 15px;
    display: inline-block;
    width: 100%;
    font-size: 24px !important;
    text-decoration: none;
    font-weight: 300;
    position: relative;
}
.excerpt p {
    margin: 0px;
    padding: 0px 15px 15px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: 200;
}
.titlenews::after {
    content: "";
    height: 1px;
    width: 20px;
    background: #0962a6;
    position: absolute;
    bottom: 8px;
    left: 15px;
}
.subtitle {
    margin-top: 0px;
    font-weight: 200;
    margin-bottom: 10px;
}
.testoslide h4 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8) !important;
}
.imamgineofferta {

}
.imamgineofferta img {
    width: 100%;
    height: auto;
    max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imamgineofferta:hover img{
}
.schedaofferta {
    position: relative;
    overflow: hidden;
}
.contenutoofferta {
    padding: 20px 20px 10px;
}
.contenutoofferta h4 {
    margin: 0px;
}
.descrizioneofferta {
    line-height: 21px;
    font-size: 15px;
    color: #999;
}
.contenutoofferta h4 {
    margin: 0px;
    font-size: 19px;
    height: 60px;
    color: #0962a6;
}
.vaiofferta {
    color: #fff;
    background: rgba(206, 24, 28, 0.9);
    display: table;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: 100%;
    transition: 0.2s all ease-in-out;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    width: 100%;
}
.schedaofferta:hover .vaiofferta{
    visibility: visible;
    opacity: 1 
}
.vaiofferta p {
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
    font-size: 25px;
}
.wrap img {
    width: 100%;
    height: auto;
}
.separatore {
    width: 30px;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #0962a6;
    margin: 10px auto
}
.lamborghini {
    display: inline-block;
    width: 100%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}
.lamborghini h4 {
    font-size: 30px;
    margin: 0px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    color: #444;
}
.lamborghini img {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.testoslide h5, .testoslide h6 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8) !important;
}
.wrap{
	margin-bottom: 40px;
	margin-top: 40px;
}
.wrapdue{
    margin-bottom: 40px;
}
.servizi {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.singolo-servizio {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px
}
.serv {
    display: inline-block;
    width: 100%;
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-top: 3px solid #0962a6;
}
.imgfeaturedserv img {
    width: 100%;
    height: auto;
}
.titleserv {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 27px;
    line-height: 27px;
}
.overlayslide {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.titlepage {
    font-size: 45px;
    margin: 0px;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    padding-top: 190px;
    z-index: 4;
}
.titlepage::after {
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #0962a6;
    content: "";
}
.subt {
    font-size: 30px;
    margin-top: 0px;
    font-weight: 400;
}
.finanzcont {
    background: #d79e1d;
    color: #fff;
    padding: 60px 0px;
    text-align: center;
}
.finanzcont p {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
}
/* END CONTENT */





.parallax {
    width: 100%;
    position: relative;
    text-align: center;
    border-top: 4px solid #0962a6;
    border-bottom: 4px solid #0962a6;
}
#slide1{
    height: 100%;
    background-image:url('images/parallax.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    padding: 60px 0;
    background-position: center bottom;
}
.parallax p {

}
.overlayparallax{
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}



/* FOOTER */
footer {
    padding: 40px 0px;
    background: #0962a6;
    font-size: 14px;
    color: #fff
}
footer a{
    color: #fff
}
.footerone img {
    height: 70px;
    opacity: 1;
}
.widget_text.footerone {
}
.widget_text.footertwo {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.copy {
    background: #054e86;
    color: #fff;
    padding: 10px 0px;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy p{
    margin: 0px;
    opacity: 0.6
}
.copy a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    opacity: 0.6
}
.footerone p {
    margin: 10px 0px 0px;
    text-transform: uppercase;
    font-size: 15px;
}
footer #menu-mainmenu-2 {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer #menu-mainmenu-2 a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    text-decoration: none;
    opacity: 0.7;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    border-left: 2px solid;
    line-height: 18px;
    padding-left: 7px;
    margin-top: 7px;
    transition: 0.2s all ease-in-out
}
footer #menu-mainmenu-2 a:hover {
    opacity: 1
}
.footerthree {
    text-align: center;
}
.footerthree a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #5fb8c8;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-top: 44px;
    display: inline-block;
    opacity: 0.6;
    transition: 0.2s all ease-in-out
}
.footerthree a:hover {
    opacity: 1
}
.footerfour p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}
.conticon {
    margin-top: 10px;
}
.conticon i {
    opacity: 0.5;
    font-size: 48px;
    margin-right: 10px;
    transition: 0.2s all ease-in-out
}
.conticon i:hover {
    opacity: 1
}
.widget_text.footerfour {
    margin-top: 0px;
    text-align: right;
}
footer .preventivo a {
    background: transparent !important;
}
/* END FOOTER */



/* VARIE */
.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;
}
.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: transparent none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    width: 100%;
    margin-bottom: 10px;
}
.couno textarea {
    background: transparent none repeat scroll 0 0;
    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: black;
    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: none;
    color: #fff;
    background-color: #999;
    transition: all 0,2s ease-in-out
}
.couno .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #0962a6; 
    color: white;
}
.richiediinfo {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.wrap .col-md-8 p {
    margin-top: 0px;
}
.ri {
    padding: 15px 15px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0962a6;
    font-weight: 600;
}
.preventivo{
    display: none !important
}
.call {
    display: none; 
}
#toTop {
    background: #0962a6;
    bottom: 60px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    opacity: 1;
    font-size: 25px;
}
#toTop i{
    color: white;
}
/* END VARIE */






/* RESPONSIVE MENU */

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

.button_container span {
    background: #0962a6 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(206, 24, 28, 0.9);
    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: #0962a6 none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}

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

.button_container.active .bottom {
    background: #0962a6 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: 9
}
/* END RESPONSIVE MENU */









/* RESPONSIVE */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.cta span {
    width: 70%;
}
.cta p {
    font-size: 25px;
}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.lamborghini {
    display: block;
    width: 50%;
    margin: 30px auto 0px !important;
}
.button_container {
    display: block
}
.iconhome{
	margin: 0px auto 40px;
	width: 60%;
}
#slide1 {
    background-size: cover;
}
footer {
    text-align: center;
}
.widget_text.footerone {
    margin-bottom: 10px;
}
.footertwo {
    margin: 20px 0px;
}
#menu-mainmenu-2 li {
    display: inline-block;
    margin: 0px 10px;
}
#menu-mainmenu-2 li a {
    border: none !important;
}
.widget_text.footerfour {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px;
}
.copy {
    text-align: center;
}
.col-md-6.right {
    text-align: center;
    margin: 10px 0px 5px;
}
.boxiconhome {
    padding: 10px 0px;
}
.call {
    position: fixed;
    bottom: 0;
    left: 0px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    padding: 0px 5px 10px 5px;
    display: block !important;
    border-top-right-radius: 20px;
    border: 3px solid #0962a6;
}
.call p {
    color: #0962a6;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.call i {
    color: #0962a6;
    font-size: 45px;
    position: relative;
    bottom: -9px;
}
}


@media only screen and (min-width: 320px) and (max-width: 479px) {
.titlesection {
    font-size: 27px;
}
.second {
    padding: 20px 0px;
}
.lamborghini {
    display: block;
    width: 80%;
    margin: 30px auto 0px !important;
}
.botheader {
    height: 280px !important;
}
.titlepage {
    font-size: 35px;
    padding-top: 160px;
}
.iconhome{
	margin: 0px auto 40px;
	width: 60%;
}
#slide1 {
    background-size: cover;
}
footer {
    text-align: center;
}
.widget_text.footerone {
    margin-bottom: 10px;
}
.footertwo {
    margin: 20px 0px;
}
#menu-mainmenu-2 li {
    display: inline-block;
    margin: 0px 10px;
}
#menu-mainmenu-2 li a {
    border: none !important;
}
.widget_text.footerfour {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px;
}
.copy {
    text-align: center;
}
.col-md-6.right {
    text-align: center;
    margin: 10px 0px 5px;
}
.boxiconhome {
    padding: 10px 0px;
}
.call {
    position: fixed;
    bottom: 0;
    left: 0px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    padding: 0px 5px 10px 5px;
    display: block !important;
    border-top-right-radius: 20px;
    border: 3px solid #0962a6;
}
.call p {
    color: #0962a6;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.call i {
    color: #0962a6;
    font-size: 45px;
    position: relative;
    bottom: -9px;
}
.button_container {
    display: block
}
.slide {
    margin-top: 0px !important;
}
}
