/*
Theme Name: Sistem Survey Special Theme
Theme URI: http://aitec.it
Author: The Aitec Team
Author URI: http://aitec.it
Description: A special theme created for Sistem Costruzioni
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: survey

*/

body{ font-family:'Open Sans', sans-serif; font-size:14px; color:#000; position:relative; margin:0; padding:0; }

a{ text-decoration:none; transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in;}
a:hover, a:visited, a:active, a:focus { text-decoration:none;}
a:hover { transition: color 0.2s ease-in; -moz-transition: color 0.2s ease-in; -webkit-transition: color 0.2s ease-in; }

h1,h2,h3,h4,h5{ margin: 0.5em 0 0.5em 0; }

hr { border-top: 1px solid rgba(255,255,255,.6); } 

b, strong { font-weight:bold; }

p { margin-bottom:5px; }

.autosquare { overflow:hidden; display:block; background-color:#efefef; background-attachment:scroll; background-position:center; background-size:cover; background-repeat:no-repeat;}
.autosquare img{ opacity:0; }

.btn{ border-radius:3px; transition: all 0.2s ease-in;}
.btn:hover{ transition: all 0.2s ease-in; }

.btn-default { color:#fff; border-color:#003882; border-radius:0; background-color:#003882;}
.btn-default:hover { color:#fff; background-color:#97bf0d; border-color:#fff;}

.btn-default.inverted { background-color:#fff; color:#807f85; border-color:#fff; }
.btn-default.inverted:hover { color:#7baa27 !important; }

.btn.wide { display: block; width: 100%; }

.btn-wrapper{ margin:15px 0; text-align:center; }

img.size-full { max-width: 100%; height: auto; margin-bottom: 15px; }
.alignright{ float:right; margin: 0 0 1em 1em; }
.alignleft{ float:left; margin: 0 1em 1em 0;}
.aligncenter { display: block; margin: 0 auto; max-width:100%; padding:1em; text-align:center;}

.neutralize{ -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: gray; filter: grayscale(100%); transition:all 0.2s ease-in-out;}
.neutralize:hover{ -webkit-filter: grayscale(0); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); filter: gray; filter: grayscale(0%);}

.row-eq-height {  display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex; }

.show-overflow{ overflow:visible !important;}

/* General Animation Styles */

.delayHalf		{ -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }
.delayOne		{ -webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s; }
.delayOneHalf	{ -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s; }
.delayTwo		{ -webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s; }
.delayThree		{ -webkit-animation-delay: 3s; -moz-animation-delay: 3s; animation-delay: 3s; }

/* Header styles */

#main-header { height: 110px; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in;  }
#main-header.sticky { position: fixed; top: 0; right: 0; left: 0; z-index: 100; box-shadow: 0 0 4px rgba(0,0,0,0.5); background: #fff; }

#main-menu-wrapper { height:110px; position: relative; }

#logo-wrapper{ position:absolute; z-index:10; display:block; top:0; padding:0;}
#logo-wrapper .logo { height: 90px; margin: 10px 0; }

#main-header .menu { list-style:none inside; margin:0; padding:0; }
#main-header .menu li{ display:inline-block; vertical-align:top;}

#main-header .main-menu { position:relative; margin:0; padding:0; height:110px; line-height:110px; float:right; }
#main-header .main-menu > li { transition:all 0.3s ease-in; position:relative; height:100%;}
#main-header .main-menu > li > a { color:#828187; display: block; text-transform:uppercase; font-family:'Open Sans Condensed', sans-serif; font-size:1.6em; margin: 0; padding: 0 1em; height: 100%; transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; }
#main-header .main-menu > li > a:hover { color:#e91e24; text-decoration:none; transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; }

#main-header .main-menu > li.menu-item-has-children > a:after { font-family:"Font Awesome 5 Free"; content:""; font-weight:bold; margin-left: 4px; }
#main-header .main-menu li:hover, #main-header .main-menu > li.current-menu-item a, #main-header .main-menu > li.highlight a{ text-decoration:none; transition:all 0.25s ease-out;}

#main-header .main-menu > li:hover .sub-menu {  -webkit-animation-name: slideMenu; animation-name: slideMenu;   -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
#main-header .main-menu .sub-menu { -webkit-animation-name: slideMenuRevert; animation-name: slideMenuRevert;   -webkit-animation-duration: .15s; animation-duration: .15s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
#main-header .main-menu .sub-menu { border:1px solid rgba(0, 0, 0, 0.2); border-radius:0 0 5px 5px; line-height:35px; font-size:14px; visibility:hidden; opacity:0; display:block; position: absolute; right: 0; width:198px; top: 70px; z-index: 10; background-color: #fff; padding: 0; transition:all 0.25s ease-out;}
#main-header .main-menu .sub-menu li { display:block; }
#main-header .main-menu .sub-menu li a{ color:#777; font-weight:400; border-bottom:1px solid #e5e5e5; display:block; padding:0.2em 1em; transition:all 0.2s ease-in;}
#main-header .main-menu .sub-menu li:last-child a{ border-bottom:none;  border-radius:0 0 5px 5px;}
#main-header .main-menu .sub-menu li a:hover{ background-color:#276984; color:#fff; text-decoration:none; transition:all 0.2s ease-out;}

#mobile-menu-toggle { display: none; position: absolute; right: 0; top: 0; bottom: 0; height: 110px; padding: 35px 15px 35px 0; cursor: pointer; z-index: 5; }
#mobile-menu-toggle span {height: 2px; background-color: #a53d17; width: 40px; display: block; margin: 9px 0; }

#mobile-menu-toggle span { -webkit-animation-duration: .15s; animation-duration: .15s;  -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#mobile-menu-toggle.open span:nth-child(1) {-webkit-animation-name:upper; animation-name:upper; }
#mobile-menu-toggle.open span:nth-child(2) {-webkit-animation-name:medium; animation-name:medium; }
#mobile-menu-toggle.open span:nth-child(3) {-webkit-animation-name:lower; animation-name:lower;  }

#mobile-menu-toggle span:nth-child(1) {-webkit-animation-name:upperRev; animation-name:upperRev; }
#mobile-menu-toggle span:nth-child(2) {-webkit-animation-name:mediumRev; animation-name:mediumRev; }
#mobile-menu-toggle span:nth-child(3) {-webkit-animation-name:lowerRev; animation-name:lowerRev;  }
#mobile-menu { position: absolute; z-index:999; margin: 0; padding: 15px 15px 20px 15px; list-style: none inside; display: none; right: 0; left: 0; background-color: #fff; border-bottom: 1px solid #efefef; box-shadow: 0 4px 4px rgba(0,0,0,0.3); }
#mobile-menu > li { display: block !important; text-align: right; border-bottom: 1px solid #e5e5e5; position:relative; }
#mobile-menu > li:last-child { border-bottom:none; }
#mobile-menu > li a { color:#666; letter-spacing:0.1em; text-transform:uppercase; padding: 15px; display:block; }
#mobile-menu > li.menu-item-has-children .sub-menu-toggle{ cursor:pointer; background-color:#efefef; display: block; position: absolute; z-index: 1; left: 0; font-size: 25px; line-height: 52px; font-weight: bold; color: #666; top: 0; bottom: 0; width: 52px; text-align: center; }
#mobile-menu > li.menu-item-has-children .sub-menu-toggle:hover{ color:#bb0000; }
#mobile-menu .sub-menu { display:none; margin:0; padding:0; border-top: 1px dashed #ccc; }
#mobile-menu .sub-menu > li{ display: block !important; text-align: right; border-bottom: 1px solid #e5e5e5; position:relative; }
#mobile-menu .sub-menu > li a{ padding: 5px 30px 5px 15px; }

/* Slider Styles */

#slider { position: relative; }

#slider .carousel-inner { height: 100%; position: relative; width: 100%; }
#slider .carousel-inner > .carousel-item { height: 100%; }
#slider .slide{ background-attachment:scroll; background-color:transparent; background-position:center; background-repeat: no-repeat; background-size:cover; position:absolute; top:0; right:0; bottom:0; left:0;}
#slider .slide img{display:none;}

.slide-cover { position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); }
.carousel-caption { position: absolute; right: 0; bottom:auto; left: 0; top:0; z-index: 10; color: #fff; text-align: inherit; padding:0; text-align:center; text-shadow:0 1px 2px rgba(0, 0, 0, 0.8); font-size:1.2em;}
.carousel-caption .button-wrapper{ text-shadow:none; margin:1em 0;}

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3{ margin:0 0 15px 0; }
.carousel-caption h1 { font-size:60px; }
.carousel-caption h2 { font-size:28px; }
.carousel-caption h3 { font-size:18px; }

.carousel-control-next, .carousel-control-prev { z-index: 20; }

/* Breadcrumb Styles */

#bcrumbs-wrapper { background-color: #fefefe; }
.breadcrumbs { margin: 0; font-size: 1.2em; padding: 30px 0; color: #7d7c81; font-weight: 300; text-transform: uppercase; }
.breadcrumbs a{ margin: 0 4px; color:#7d7c81; font-weight:700;}
.breadcrumbs a:hover{ margin: 0 4px; color:#ec1c23;}
.breadcrumbs  ol { list-style: outside none none; margin: 0; padding: 0; display:inline-block; vertical-align:top;}
.breadcrumbs  ol li { display:inline-block; vertical-align:top; }
.breadcrumbs  ol li:after { content:' / '; display:inline-block; vertical-align:top; margin:-1px 2px 0 2px; }
.breadcrumbs  ol li:last-child:after { display:none;  }

/* Content Styles */

.button-wrapper.centro{ text-align:center; }
.button-wrapper.destra{ text-align:right; }

.deco-title { margin:0.5em 0 1em 0; font-weight:300; font-family:'Open Sans Condensed', sans-serif; text-transform:uppercase; color:#003882; }

.deco-title.sinistra { text-align:left; }
.deco-title.destra { text-align:right;}
.deco-title.centro { text-align:center; }

.double-title { font-weight:300; font-family:'Open Sans Condensed', sans-serif; text-transform:uppercase; color:#818085; }
.double-title .deco-title { margin:0.5em 0 5px 0; }
.double-title .deco-subtitle { margin:0 0 1em 0; color:#97bf0d; font-weight: 500; }

.double-title .deco-subtitle.sinistra { text-align:left; }
.double-title .deco-subtitle.destra { text-align:right; }
.double-title .deco-subtitle.centro { text-align:center; }

.double-title h2.deco-title { font-size: 3em; }
.double-title h3.deco-subtitle { font-size: 2.1em; }

.no-spacing .vc_column-inner{ padding-top: 0 !Important; }

.white-text{ color:#fff; }
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5{ color:#fff; font-weight:900; text-shadow:0 2px 4px rgba(0,0,0,0.3);}
.white-text a{ color:#fff; }
.white-text a:hover{ color:#222; }

.error-404{ margin-bottom:3em; }

/* Single page Styles */

.single .post-meta { padding: 1em; border-top: 1px solid #ccc; background-color: rgba(255,255,255,0.4); border-bottom: 1px solid #ccc; margin-bottom: 1em; }
.single .post-meta .posted, .single .post-meta .posted-in, .single .post-meta .posted-in { font-weight:700; }
.single .single-post-wrapper{ padding-bottom: 2em; }
.single .post-content{ padding-bottom: 2em; }

.single .post-content { border-top: 1px solid #efefef; padding-top: 2em; padding-bottom:2em; margin-top:1em; }

.sidebar { margin-left: -1px; }

.event-info-wrapper { margin-bottom: 30px; background: #fff; }

/* Archive page Styles */

.post-title { margin-bottom: 5px; color:#c54351;}
.sticky .post-title { color:#276984;}

.archive .post, .blog .post { margin: 2em 0; padding: 0 15px 0 0; position: relative; }
.archive .post h2, .blog .post h2 { margin-top:0; margin-bottom:15px;}
.archive .post-meta, .blog .post-meta { padding: 1em 0; border-top:1px solid #efefef; }
.archive .post-meta .posted, .blog .post-meta .posted{ font-weight:700; }
.archive .post .button-wrapper, .blog .post .button-wrapper { padding:10px 0; }
.archive .post .button-wrapper.sinistra, .blog .post .button-wrapper.sinistra { text-align:left; }
.archive .post .button-wrapper.centro, .blog .post .button-wrapper.centro { text-align:center; }
.archive .post .button-wrapper.destra, .blog .post .button-wrapper.destra { text-align:right; }


.post-thumbnail { border: 15px solid #efefef; border-radius: 0; }

.no-results{ margin-bottom:2em; }

/* Blog roll elements Styles */

.br-element{ position:relative; background-color:#fff; transition:all 0.3s ease-in-out; margin-bottom:32px;}

.br-element h3 { margin: 10px 0 20px 0; }

.br-element .post { background-color: #e5e5e5; }
.br-element .post .thumbnail { box-shadow:none; margin: 1em; background-attachment: scroll;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.br-element .post h2 { margin:1em 0; font-size:16px; padding:0 15px 0 0; line-height:1em; height:3em; overflow:hidden; text-transform:uppercase;}
.br-element .post .post-excerpt { font-size: 14px; padding: 0 15px 0 0; font-weight: 300; line-height: 18px; height:120px; overflow:hidden; position:relative; }
.br-element .post .post-excerpt:after { position:absolute; content:''; right:0; left:0; bottom:0; height:18px; background:linear-gradient(to top, #fff, transparent);}
.br-element .post .read-more { top: 0; }

.br-slider { overflow: hidden; padding: 0 15px; margin: 0 -15px; }
.br-slider-control {position:relative; opacity:0; transition: opacity 0.3s ease-in;}
.br-slider:hover .br-slider-control{ opacity:1; transition: opacity 0.1s ease-in; }
.br-slider-control span { background-color: rgba(0, 0, 0, 0.3); color: #fff; font-size: 3em; height: 2em; line-height: 2em; position: absolute; text-align: center; width: 2em; z-index: 2; transition:all 0.2 ease-in; cursor:pointer;}
.br-slider-control span:hover { background-color: rgba(0, 0, 0, 0.5); box-shadow:0 0 2px rgba(0,0,0,0.3); }
.br-slider-control .br-slider-control-left { left:0; }
.br-slider-control .br-slider-control-right { right:0;}

/* Archive Styles */

.post-wrapper{ padding:2em 0 0 0; margin-top:2em;   }

/* Cross Navigation Styles */

.cross-navigation{ margin-top:2em; padding:1em 0;}


/* Sidebar Styles */

.left-content { border-right:1px solid #efefef; padding-top:2em;}
.sidebar { border-left:1px solid #efefef; padding-top:2em; background-color:rgba(255,255,255,0.4); }

.sidebar ul { list-style: none inside; padding: 0; margin: 0 0 1em 0; }
.sidebar ul li a{ color:#1b273d; display:block; transition:all 0.2s ease-in; margin-bottom:0.5em; }
.sidebar ul li a:hover{ color:##ffb600; transition:all 0.2s ease-out;}

.sidebar .sidebar-widget { margin:0 0 30px 0; padding:0; }
.sidebar .sidebar-widget a { text-decoration:none !important; }
.sidebar .sidebar-widget h2 { font-size: 18px; margin: 0 0 1em 0; padding: 0.5em 0; border-bottom: 1px solid #a53d17; }

.sidebar-widget > ul { list-style: none inside; padding: 0; margin: 0 0 1em 0; }
.sidebar-widget > ul ul { margin: 0px 0 0 15px; padding: 0; list-style: circle outside; }
.sidebar-widget > ul ul li{ font-size:0.8em; }

.widget_search .search-wrapper input[type="text"] { border-radius: 3px 3px 0 0; }
.widget_search .search-wrapper button { border-radius: 0 0 3px 3px; }


/* Contact form Styles */

.contact-form-wrapper h4 { border-bottom: 1px solid #ccc; margin: 1em 0; padding: 0 0 0.5em; }
.contact-form-wrapper .privacy-area { background-color: #fff; min-height: 95px; margin-bottom: -25px; }

span.wpcf7-list-item { display: inline-block; margin: 0 0 0 0; }

/* Footer Styles */

#main-footer{ background-color:#003882; color:#fff; padding-top:3em; padding-bottom:3em;}
#main-footer a{ color:#fff; }
#main-footer a:hover{ color:#97bf0d; }

.credit-wrapper { border-right: 1px solid #fff; display: inline-block; line-height: 18px; margin: 3px 0; padding: 0px 10px; vertical-align: top; letter-spacing: 1px; font-size: 16px; }
.credit-wrapper.no-border { border:none;  }

#credits { padding: 15px 0; font-size:12px; text-align:center; background-color:#fff; }

/* Pagination Styles */

.pagination { display: block; text-align: center; margin:2em 0; }
.pagination .screen-reader-text{ display: none; }
.pagination .page-numbers { border:1px solid #7BAA27; background-color: #7BAA27; color: #fff; display: inline-block; height: 32px; line-height: 32px; width: 32px; vertical-align:top;}
.pagination .page-numbers.current { background-color: #fff; color: #711D37;}
.pagination .page-numbers:hover{ color:#F8E27C; }
.pagination .page-numbers.next, .pagination .page-numbers.prev {font-family:'Font Awesome 5 Free';}

/* Modal lightbox */

.lightbox {cursor:pointer;}
.modal-lightbox { background-color: rgba(0, 0, 0, 0.8); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 100001; }
.modal-lightbox .modal-lightbox-close, .modal-lightbox .modal-lightbox-prev, .modal-lightbox .modal-lightbox-next {font-size: 3em; position: absolute; color: #fff; transition:all 0.1s ease-in; cursor:pointer;}
.modal-lightbox .modal-lightbox-close:hover, .modal-lightbox .modal-lightbox-prev:hover, .modal-lightbox .modal-lightbox-next:hover { color: #6DADD6;}
.modal-lightbox .modal-lightbox-close{  right: 0.5em; top: 0.5em;  }
.modal-lightbox .modal-lightbox-prev{ left: 0.5em; top: 50%; }
.modal-lightbox .modal-lightbox-next{ right: 0.5em; top: 50%; }
.modal-lightbox-image { box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.8); position: absolute; }

/*Random numbers effects Styles*/

.randomNumbers { margin: 1em 0; text-align: center; font-weight: 300; opacity:0; position:relative;}
.randomNumbers > span { margin: 0 5px 1em 0; font-weight: 600; display: block; text-align: center; font-size: 2em; }
.randomNumbers > span:after { content: ''; display: block; position: absolute; border-bottom: 2px dashed #fff; margin: 0.5em 0; right: 33%; left: 33%; }
.randomNumbers .numberCover { position: absolute; top: 0; right: 0; left: 0; }
.randomNumbers .numberCover:after { display:none; }

/* Map Shortcode */

#map-wrapper{ min-height:350px; }



