/*

Theme Name: A.O. Comunication per Strazza
Theme URI: http://aocommunication.it
Author: Lino Marmo
Author URI: http://aocomunication.it
Description:
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ao_strazza
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, custom-header, featured-images, sticky-post, full-width-template, threaded-comments, translation-ready, theme-options, blog, portfolio

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
		Body
	0.  General
	1.  Header & footer
	2.  Image
	3.  Services
	4.  Portfolio
	5.  Inputs & textareas styles
	6.  Benefits styles
	7.  Pricing plans styles
	8.  Home Page
	9.  Testimonials list-style-position:
	10. clients styles
	11. Blog styles
        12. Exception

------------------------------------------------------------------*/

/* ##### GENERAL  ##### */

p.dosis {
  font-family: 'Dosis', sans-serif;
}

p.poiret {
  font-family: 'Poiret One', cursive;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: bold;
}

h3.satisfy {
  font-family: 'Satisfy', cursive;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* calendar widget */

.widget_calendar {
  float: left;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline, .updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.content-details p{
  font-size:12px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.ngg-gallery-thumbnail {
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
}

.ngg-gallery-thumbnail img {
  margin: 0 !important;
}

* {
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #6d6e6e;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: 'Poiret One', cursive;
  font-weight: 700;
  letter-spacing: 2px;
}

body.home {
  background: #f1f1f1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Marck Script', cursive;
}

h3, h2, h1 {
  font-size: 36px;
}

/* ##### 00 : GENERAL  ##### */

.content-area {
  margin-top: 230px;
}

.content-area ul {
  list-style-position: inside;
}

.home .content-area {
  margin-top: 15px;
}

h2.content-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@media(max-width:768px) {
  #container-paged>div.col-md-8.col-xs-12.col-sm-12.entry-content, #container-home, #container-home>div.col-md-8.col-xs-12.col-sm-12.entry-content, .nopaddingxs {
    padding: 0px;
  }
}

.white-section {
  background-color: #fff;
}

.light-gray-section {
  background-color: #efeff0;
}

img {
  max-width: 100%;
  height: auto;
}

/*blockquote*/

blockquote.bq {
  padding: 30px;
  font-style: italic;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  background-color: #efeff0;
}

/*links*/

a {
  color: #60606e;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.link {
  position: relative;
}

a.link:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover, a:focus {
  color: #60606e;
  text-decoration: none;
}

a:hover:after {
  width: 50%;
}

/*texts*/

.poppins-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.hand-text {
  font-family: 'Marck Script', cursive;
  font-weight: normal;
}

span.hand-text {
  float: right;
  float: right;
  font-size: 28px;
}
@media(min-width:769px){
    span.hand-text{
        margin-top:20px;
    }
    
}
.site-info a {
  font-family: 'Reenie Beanie', cursive;
  font-size: xx-large;
}

.open-sans-text {
  font-family: 'Ubuntu', sans-serif
}

.white-text {
  color: white;
}

.gray-text {
  color: #999999;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Poiret One', cursive;
  color: #6d6e6e;
  line-height: 20px;
}

/*section's title*/

.section-title {
  width: 50%;
  margin: 0 auto 60px;
  text-align: center;
}

.section-title span {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #60606e;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title span:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  width: 60px;
  height: 20px;
}

.section-title p {
  line-height: 24px;
  color: #60606e;
}

@media (max-width: 991px) {
  .section-title {
    margin: 0 auto 50px;
  }
  .section-title span:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*lists*/

/*list 1*/

ul.list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

ul.list li:last-child {
  margin-bottom: 0
}

ul.list li:before {
  font-family: "Ionicons";
  content: '\f374';
  position: absolute;
  left: 0;
}

/*list 2*/

ul.list_2 li {
  list-style: none;
  float: left;
  width: 100%;
}

ul.list_2 li a {
  display: inline-block;
  padding: 20px;
  border-bottom: solid 1px #bfbfbf;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul.list_2 li:first-child a {
  border-top: solid 1px #bfbfbf;
}

ul.list_2 li a>span {
  float: right;
}

/*list 3 (tags)*/

ul.tags {
  float: left;
}

ul.tags li {
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

ul.tags li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #999999;
  background-color: #e5e5e5;
  padding: 0 15px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

ul.tags li a:hover {
  background-color: #f2f2f2;
  color: #60606e;
}

div.tagcloud {
  float: left;
}

div.tagcloud a, .tags-links a {
  margin-bottom: 5px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #999999;
  background-color: #e5e5e5;
  padding: 0 15px;
  font-family: "Poppins", sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
}

div.tagcloud a:hover, .tags-links a:hover {
  background-color: #f2f2f2;
  color: #60606e;
}

.cool-process-steps ul {
  max-width: 95%;
  margin: auto;
  float: none;
}

.slick-prev {
  left: -5px !important;
}

.slick-next {
  right: -5px !important;
}

/*social icons*/

ul.social-icons li {
  list-style: none;
  float: left;
  margin: 0 10px;
}

ul.social-icons li:first-child {
  margin: 0 10px 0 0;
}

ul.social-icons li:last-child {
  margin: 0 0 0 10px;
}

ul.social-icons li a {
  color: #fff;
  font-size: 22px;
}

ul.social-icons li a:hover {
  color: #333;
}

/*buttons*/

.btn {
  min-width: 150px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.btn.green {
  color: #333;
}

.btn.white {
  background-color: #fff;
}

@media (max-width: 991px) {
  .btn {
    margin: 20px 0;
  }
}

/*tab menu*/

.tab {
  overflow: hidden;
  float: left;
}

.tab nav {
  width: 100%;
  display: inline-block;
  float: left;
  border-bottom: solid 2px #e6e6e6;
  margin-bottom: 30px;
  position: relative;
}

.tab nav .bottom-line {
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.tab nav a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px 20px;
  color: #999999;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

.tab nav a.current {
  color: #60606e;
}

.tab .tab_single {
  display: none;
}

.tab .tab_single.shown {
  display: block;
}

/* ##### 01 : HEADER & FOOTER  ##### */

/*header*/

header.main-header {
  height: 220px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #1d3142;
}

@media(max-width:767px) {
  header.main-header {
    max-height: 180px;
  }
  .home header.main-header {
    max-height: 220px;
  }
}

.home header.main-header {
  background: transparent;
}

@media (min-width:992px) {
  header.main-header .logo {
    text-align: center;
    float: none;
  }
  /*home page nav desktop*/
  .home header {
    top: 10%;
  }
}

/*logo*/

.logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  text-align: center;
}

.menu {
  float: none;
}

/*desktop nav*/

nav.desktop-nav {
  float: left;
  margin:auto;
 
}

nav.desktop-nav li {
  list-style: none;
}

nav.desktop-nav ul.first-level>li {
  float: left;
  margin-right: 20px;
  position: relative;
}

nav.desktop-nav ul.first-level>li:last-child {
  margin-right: 0
}

nav.desktop-nav ul.first-level>li>a {
  display: inline-block;
  line-height: 100px;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

nav.desktop-nav ul.first-level>li>a:hover {
  color: #faba32;
}

nav.desktop-nav ul.first-level>li>a:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 20%;
  width: 60%;
  height: 4px;
  background-color: #faba32;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

nav.desktop-nav ul.first-level>li:hover>a:after {
  top: 75px;
  opacity: 1;
}

nav.desktop-nav ul.first-level>li a {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

nav.desktop-nav ul.first-level>li>ul.sub-menu {
  background-color: #faba32;
  display: none;
}

nav.desktop-nav ul.first-level>li:last-child>ul.sub-menu {
  left: auto;
  right: 0;
}

nav.desktop-nav ul.first-level>li>ul.sub-menu>li>a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
}

nav.desktop-nav ul.first-level>li>ul.sub-menu>li:nth-child(even)>a {
  background-color: #585866;
}

nav.desktop-nav ul.first-level>li>ul.sub-menu>li>a:hover {
  background-color: #404051;
}

@media (max-width: 991px) {
  .menu nav.desktop-nav {
    display: none;
  }
}

/*mobile nav*/

nav.mobile-nav {
  display: inline-block;
  min-width: 300px;
  width: 100%;
  background-color: #60606e;
  position: absolute;
  right: 0;
  top: 150px;
  display: none;
}

nav.mobile-nav>ul.first-level li {
  list-style: none;
}

nav.mobile-nav>ul.first-level>li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

nav.mobile-nav>ul.first-level>li a:hover {
  background-color: #faba32;
  color: #1d3142;
}

/*nav.mobile-nav > ul.first-level > li > ul.sub-menu{
	display: none;
	background-color: #faba32;
                  color:#1d3142;
}*/

/*menu icon*/

header.main-header .menu-icon {
  float: left;
  cursor: pointer;
  margin-top: 41.5px;
  /* (100 - 17) / 2 (17px is the icon's height) */
  display: none;
}

header.main-header .menu-icon .line {
  height: 2px;
  width: 30px;
  background-color: #f1f1f1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

header.main-header .menu-icon .line:nth-child(2) {
  margin: 7px 0;
  width: 15px;
}

header.main-header .menu-icon .line:last-child {
  width: 20px;
}

@media (max-width: 991px) {
  header.main-header .menu-icon {
    display: block;
  }
}

/*footer*/

footer.main-footer {
  background-color: #D3D2D3;
  padding: 30px 0;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

footer.main-footer p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}

.footer.main-footer h4 {}

@media (max-width:767px) {
  footer.main-footer {
    padding: 5px 0;
  }
  ul.the_champ_sharing_ul, ul.heateor_ss_follow_ul {
    padding: 3px !important;
    margin: auto !important;
  }
  .container-home {
    margin-bottom: 20px;
  }
}

footer.main-footer h4 {
  margin: 10px auto;
  font-size: 16px;
  color: #1d3142;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

footer, footer.main-footer nav.footer-nav ul {
  padding: 0;
  margin: 0;
}

footer.main-footer nav.footer-nav ul li {
  list-style: none;
  width: 100%;
}

footer.main-footer nav.footer-nav ul li:first-child {
  margin: 0 20px 0 0;
  
}

footer.main-footer nav.footer-nav ul li a {
  color: #333;
  font-weight: 400; 
}

.main-footer {
  font-size: 12px;
}

/*footer menu */

.footer_menu {
  list-style-type: none;
  padding-left: 0;
  color: #C9C9C9;
}

.footer_menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #f1f1f1;
  line-height: 1.6;
}

.red-text {
  font-weight: bold;
}

.adress-contact i {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 20px;
  line-height: 20px;
}

.pea_cook_wrapper p {
  color: #fff;
}

#top-link-block {
  position: fixed;
  bottom: 18px;
  left: 10px;
  text-align: center;
  display: none;
}

@media (max-width: 991px) {
  footer.main-footer * {
    text-align: center;
  }
  footer.main-footer ul.social-icons li {
    margin: 10px 0px;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3)
  }
}

@media(max-width:767px) {
  .footer_menu li {
    line-height: 1.8;
    border: none;
  }
  footer.main-footer h4 {
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    padding: 10px;
  }
  .site-info>h4 {
    border: none !important;
  }
}

#colophon>div>div>div:nth-child(1)>div.the_champ_sharing_container.the_champ_vertical_sharing.the_champ_hide_sharing.the_champ_bottom_sharing>ul>li:nth-child(2) {
  display: none;
}

@media(max-width:991px) {
  #colophon>div>div>div:nth-child(1)>div.the_champ_sharing_container.the_champ_vertical_sharing.the_champ_hide_sharing.the_champ_bottom_sharing>ul>li:nth-child(2) {
    display: block;
  }
}

/* ##### 02 : IMAGE  ##### */

@media (max-width:767px) {
  img .blog-thumb {
    vertical-align: middle;
    margin-top: 60px;
  }
  .the_champ_bottom_sharing {
    padding: 0 10px !important;
  }
  .site-info img {
    margin-bottom: 30px !important;
    margin: auto;
    bottom: 0px;
  }
  .site-logo img {
    max-width: 150px !important;
  }
}

/* ##### 03 : SERVICES  ##### */

.services .services-left i.icon {
  display: block;
  font-size: 36px;
}

.services .services-left .service-title {
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}

.services .services-left ul li {
  list-style: none;
  text-transform: uppercase;
  line-height: 30px;
  color: #999999;
}

@media (max-width: 991px) {
  .services .services-left {
    text-align: center;
    margin-bottom: 50px;
  }
}

/* ##### 04 : PORTFOLIO  ##### */

.portfolio .categories-grid span {
  font-size: 30px;
  margin-bottom: 50px;
  display: inline-block;
}

.portfolio .categories-grid .categories ul li {
  list-style: none;
  margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #60606e;
  margin-left: 20px;
}

.portfolio .categories-grid .categories ul li a.active {
  margin-left: 0;
  padding: 0 10px;
  color: white;
}

@media (max-width: 991px) {
  .portfolio .categories-grid span {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .portfolio .categories-grid .categories ul li {
    text-align: center;
  }
  .portfolio .categories-grid .categories ul li a {
    margin-left: 0;
  }
}

.portfolio_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: inline-block;
}

.portfolio_item .portfolio_item_hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.portfolio_item .portfolio_item_hover .item_info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio_item .portfolio_item_hover .item_info span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #60606e;
  font-size: 18px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease-in-out .3s;
  transition: all .5s ease-in-out .3s;
  opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info em {
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 5px;
  color: white;
  margin-top: 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease-in-out .5s;
  transition: all .5s ease-in-out .5s;
  opacity: 0;
}

.portfolio_item:hover .portfolio_item_hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio_item:hover .item_info em, .portfolio_item:hover .item_info span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*single project*/

.project_images {
  float: left;
}

.related_projects {
  float: left;
}

.pages_pagination {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: right;
  font-size: 24px;
  margin: 50px 0;
}

.pages_pagination .all {
  float: left;
}

.pages_pagination>a {
  display: inline-block;
  height: 100%;
  width: 50px;
  text-align: center;
}

.pages_pagination>a:hover {
  color: white;
}

@media (max-width: 991px) {
  .related_projects img {
    margin-bottom: 30px
  }
}

/* ##### 05 : INPUTS & TEXTAREAS STYLES  ##### */

/*textarea 1*/

.textarea_1 {
  height: 200px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, .1);
  position: relative;
}

.textarea_1 textarea {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 20px;
  background-color: transparent;
  float: left;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #9a9a9a;
}

.textarea_1>span {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1;
}

/*input 1*/

.input_1 {
  height: 50px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, .1);
  position: relative;
}

.input_1 input[type="text"] {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0 20px;
  float: left;
  position: relative;
  background-color: transparent;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #9a9a9a;
}

.input_1>span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1;
}

.input_1>span.active, .textarea_1>span.active {
  font-size: 10px;
  top: 0px;
  left: 5px;
  background-color: #fff;
  padding: 5px
}

/*input 2*/

.input_2 {
  width: 100%;
  height: 40px;
  background-color: #ececec;
  position: relative;
}

.input_2>input {
  height: 100%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border: 0;
  background-color: transparent;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.input_2>button {
  height: 100%;
  width: 40px;
  border: 0;
  background-color: transparent;
}

.input_2>input:focus {
  background-color: #f2f2f2;
}

/* ##### 06 : BENEFITS STYLES  ##### */

/*benefits 1*/

.benefits_1_single {
  width: 100%;
  text-align: center;
}

.benefits_1_single>i {
  display: inline-block;
  font-size: 60px;
  position: relative;
}

.benefits_1_single>i:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 20px;
  width: 40px;
  z-index: -1
}

.benefits_1_single>.title {
  font-size: 18px;
}

/*benefits 2 */

.benefits_2_single {
  margin-bottom: 30px;
}

.benefits_2_single:nth-last-child(-n+3) {
  margin-bottom: 30px;
}

.benefits_2_single>i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 30px;
  margin-right: 20px;
}

.benefits_2_single>.title {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #60606e;
}

/* ##### 07 : PRICING PLANS STYLES  ##### */

.pricing_plan {
  padding: 30px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.pricing_plan:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
}

.pricing_plan:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
  box-shadow: 0 0 50px rgba(0, 0, 0, .2)
}

.pricing_plan .plan_title {
  font-size: 30px;
}

.pricing_plan .plan_price {
  padding: 5px 20px;
  color: white;
  font-size: 14px;
  display: inline-block;
}

.pricing_plan ul {
  margin: 50px 0;
}

/* ##### 08 : Home Page Style  ##### */

@media (min-width:991px) {
  .container-home, .container-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ##### 09 : TESTIMONIALS STYLES  ##### */

.testimonials {
  position: relative;
  float: left;
}

.testimonials_single {
  width: 100%;
  text-align: center;
}

.testimonials_single .author_pic {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.testimonials_single p {
  margin: 30px 0;
}

.testimonials_single .author_name {
  padding: 7px;
  color: white;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

/* ##### 10 : CLIENTS STYLES  ##### */

.clients_single {
  border: solid 1px rgba(0, 0, 0, .1);
  padding: 20px;
  overflow: hidden;
  text-align: center;
}

.clients div[class^="col"] {
  margin-bottom: 30px;
}

.clients div[class^="col"]:nth-last-child(-n+3) {
  margin-bottom: 0
}

@media (max-width: 767px) {
  .clients div[class^="col"]:first-child {
    margin-top: 30px
  }
  .clients div[class^="col"]:nth-last-child(-n+3) {
    margin-bottom: 30px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clients div[class^="col"] {
    margin-top: 30px
  }
  .clients div[class^="col"]:nth-last-child(-n+3) {
    margin-bottom: 30px
  }
}

.clients_single img {
  max-width: 100%;
  max-height: 100px;
  opacity: .5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.clients_single:hover img {
  opacity: 1
}

/* ##### 11 : BLOG STYLES  ##### */

/*blog posts*/

.blog_post {
  margin-bottom: 100px;
}

.post_media {
  margin-bottom: 30px;
}

.post_media * {
  width: 100%;
  height: auto;
  /*max-height: 500px;*/
}

.post_title {
  margin-bottom: 20px;
}

.post_title span.post_date {
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 5px;
  color: white;
}

.post_info {
  margin-bottom: 20px
}

.post_info .post_date {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: white;
  float: left;
  margin-right: 15px;
}

.post_info>* {
  line-height: 30px
}

.post_info>i {
  color: #cccccc;
  font-size: 18px;
  margin-right: 5px;
}

.post_info>span {
  color: #cccccc;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-right: 20px;
}

.blog_post>a {
  display: inline-block;
  margin-top: 10px;
}

/*masonry blog posts*/

.blog_post_masonry {
  width: 100%;
  margin-bottom: 50px;
}

.blog_post_masonry .post_media {
  margin-bottom: 0
}

.blog_post_masonry .post_info {
  margin: 10px 0;
}

.blog_post_masonry .post_date {
  display: block;
  width: 100%;
}

/*sidebar*/

@media (max-width: 991px) {
  .sidebar {
    margin-top: 100px;
  }
}

.sidebar {
  float: left;
}

.sidebar .widget {
  margin-bottom: 50px;
  width: 100%;
  float: left;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget_title {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sidebar .widget .related_post {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}

.related_post:hover .thumb {
  opacity: .5
}

.thumb {
  max-height: 60px;
  max-width: 60px;
  display: inline-block;
  margin-right: 15px;
  float: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sidebar .widget .related_post .post_title {
  font-size: 14px;
}

.sidebar .widget .related_post .post_date {
  font-size: 12px;
}

.thumb:hover {
  opacity: .5
}

/*pagination*/

.blog_pagination {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 60px;
}

.blog_pagination {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}

.blog_pagination span {
  display: inline-block;
  padding: 0 20px;
}

.blog_pagination i {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.blog_pagination .nav-links:hover i.prev {
  display: inline-block;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.blog_pagination .nav-links:hover i.next {
  display: inline-block;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Comments */

.comment-body {
  border: 2px solid #e3e3e3;
  border-radius: 0px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.comment-form p.logged-in-as, .comment-form p.comment-notes {
  border: 2px solid transparent;
  border-radius: 0px;
  background-color: #d9edf7;
  color: #31708f;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.comment-form p.logged-in-as a {
  color: #31708f;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
  font-family: "Poppins", sans-serif;
  color: #9a9a9a;
  border: solid 2px rgba(0, 0, 0, .1);
  border-radius: 0px;
  display: block;
  height: 44px;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form input[type="url"]:focus, .comment-form textarea:focus {
  border: 2px solid #46B289 !important;
}

.comment-form #comment {
  height: auto;
}

.comment-form label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .comment-form p.comment-form-author, .comment-form p.comment-form-email {
    width: 50%;
    float: left;
  }
  .comment-form p.comment-form-author {
    padding-right: 10px;
  }
  .comment-form p.comment-form-email {
    padding-left: 10px;
  }
  .comment-form p.comment-form-url, .comment-form p.form-submit {
    float: none;
    clear: both;
  }
  .comment-form p.form-submit {
    margin-top: 15px;
  }
}

.comment-list li {
  list-style-type: none;
}

ul.comment-list li {
  list-style: none;
}

ul.comment-list .well li {
  list-style: inherit;
}

ul.children, ol.children {
  padding-left: 50px;
}

#commentform .form-allowed-tags {
  margin-bottom: 20px;
}

.form-control {
  font-family: "Poppins", sans-serif;
  color: #9a9a9a;
  border: solid 2px rgba(0, 0, 0, .1);
  border-radius: 0px;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#commentform input[type="text"].form-control, #commentform input[type="email"].form-control, #commentform input[type="url"].form-control {
  height: 44px;
}

.wpcf7-form-control {
  margin-bottom: 20px;
}

.well {
  border: 2px solid #e3e3e3;
  border-radius: 0px;
}

.alert {
  border: 2px solid transparent;
  border-radius: 0px;
}

.widget ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.widget ul li:before {
  font-family: "Ionicons";
  content: '\f374';
  position: absolute;
  left: 0;
}

.widget ul li:last-child {
  margin-bottom: 0;
}

.post-navigation h2.screen-reader-text, .pagination h2.screen-reader-text {
  display: none;
}

.single-post .blog_post {
  margin-bottom: 60px;
}

.page-numbers {
  padding: 5px;
  border: 2px solid #e1e1e2;
  margin: 0px 2px;
}

.posts-pagination {
  text-align: center;
}

select {
  padding: 5px;
  border: 2px solid #e1e1e2;
}

.archive .page-header {
  margin: 0px 0 20px;
}

.site-header, .site-header a, .site-header h1, .site-header h2, .site-header h3, .site-header h4, .site-header h5, .site-header h6, .site-header p, .site-header span, #myCarousel, #myCarousel a, #myCarousel h1, #myCarousel h2, #myCarousel h3, #myCarousel h4, #myCarousel h5, #myCarousel h6, #myCarousel p, #myCarousel span {
  color: #fff;
}

/*.home nav.desktop-nav ul.first-level > li a{
    font-size: 30px;
}*/

nav.desktop-nav ul.first-level>li a {
  text-transform: none;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.site-logo img {
  max-width: 250px;
  padding-top: 20px;
}

h1.site-title {
  margin-top: 10px;
  margin-bottom: 0px;
}

p.site-description {
  line-height: 20px;
}

.header_back {
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.2);
}

.header_back .page-title a, .header_back .page-title {
  color: #fff;
  font-size: 54px;
}

.header_back .page-title p {
  color: #fff;
}

/* CUSTOMIZE THE CAROUSEL */

html, body, #page {
  height: 100%;
}

.home #page {
  background: #fff;
}

.carousel-inner, .carousel, .item, .fill {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.carousel-indicators {
  bottom: 80px;
}

.row_goto {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  font-size: 65px;
  color: #fff;
  z-index: 3000;
}

@media (max-width: 767px) {
  html, body, #page {
    height: 100%;
  }
  .carousel-inner, .carousel, .item, .fill {
    height: auto;
    min-height: 230px;
    width: auto;
    position: relative;
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .the_champ_sharing_ul {
    max-width: 95%;
  }
}

.service_img img {
  /*max-width: 100px;
	max-height: 100px;*/
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 5px solid #e9eff3;
  background-color: #c8d7e1;
}

.service_img img {
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.service_img img:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.footer_copyright {
  padding: 10px;
  background-color: rgba(138, 136, 141, 0.65);
  color: #fff;
}

.footer_copyright p {
  color: #fff;
}

.gap {
  margin-top: 60px;
}

/* Default Color Scheme*/

blockquote.bq {
  border-left: solid 10px #46B289;
}

ul.list_2 li a:hover {
  border-bottom: solid 1px #46B289;
}

.pricing_plan {
  border-top: solid 5px #46B289;
}

.pricing_plan:after {
  border-top: 10px solid #46B289;
}

.pricing_plan .plan_price, .team_member .team_member_hover .team_member_info .team_member_job, .testimonials_single .author_name, .post_info .post_date, .post_title span.post_date, .portfolio_item .portfolio_item_hover .item_info em, .pages_pagination>a:hover, .benefits_1_single>i:after, .benefits_2_single>i, .tab nav .bottom-line, .site-hero .small-title, .portfolio .categories-grid .categories ul li a.active, .btn.green, .green-section, a.link:after, .section-title span:after {
  background-color: #46B289;
}

.blog_pagination .page:hover i.prev, .blog_pagination .page:hover i.next, .widget ul li:before, ul.list li:before, .btn.white, .input_1>span.active, .textarea_1>span.active, ul.social-icons li a:hover, .green-text, #commentform code {
  color: #46B289;
}

.form-control:focus {
  border: 2px solid #46B289 !important;
}

a.page-numbers:hover, span.page-numbers.current {
  border: 2px solid #46B289;
  background-color: #46B289;
  color: #fff;
}

.entry-content table th, .entry-content table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.entry-content ul ul, .entry-content ol ol {
  margin-left: 20px;
}

.post_info .post_date a {
  color: #fff;
}

/* 12 Exception */

iframe {
  overflow: hidden;
}

.il-nostro-lavoro h2, .i-nostri-clienti h2, .lavori h2, .gallery h2 {
  text-align: center;
}

.contact h2, .contact h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
}
.gallery .title-page {display: none;}
.ngg-galleryoverview {
text-align:center;
}

.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}