/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  .slide-text-bg1 h2 {
    margin-left: 40%;
  }

  .slide-text-bg2 h1 {
    margin-left: 40%;
  }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  .slide-text-bg1 h2 {
    margin-left: 40%;
  }

  .slide-text-bg2 h1 {
    margin-left: 40%;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .slide-text-bg1 h2 {
    margin-left: 40%;
  }

  .slide-text-bg2 h1 {
    margin-left: 40%;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .slide-text-bg1 h2 {
    margin-left: 40%;
  }

  .slide-text-bg2 h1 {
    margin-left: 40%;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .slide-text-bg1 h2 {
    margin-left: 20%;
  }

  .slide-text-bg2 h1 {
    margin-left: 20%;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .slide-text-bg1 h2 {
    margin-left: 20%;
  }

  .slide-text-bg2 h1 {
    margin-left: 20%;
  }
}

/*
trasformazione immagini zoommate
*/

.alignright.is-resized {
  overflow: hidden;
}

.alignright.is-resized img {
  transition: transform .2s;
  /* Animation */
}

.alignright.is-resized img:hover {
  transform: scale(1.05);
}

.img-responsive.service-box-image {
  border-style: hidden;
}

.section_heading_title h1 {
  font-family: 'Noto Serif', serif !important;
  color: #ffffff;
  font-size: 30px;
}

.section_heading_title p {
  color: #d4d4d4;
}

.service-area h2 > a {
  color: #ffffff;
}

.service-area h2 > a:hover {
  color: black;
}

.flex-slider-center h2,
.flex-slider-center h1 {
  font-family: comics-sans;
}

/*
immagine del navbar cambia grandezza
*/

.navbar-brand img {
  /*position:absolute;*/
  transition: transform 0.5s;
}

.navbar-brand img:hover {
  transform: scale(1.5);
}

/*.navbar-inverse {
  background-color: rgba(0, 0, 0, 0);
}*/

/*
servizi ingrandenti
*/

.service-box img {
  transition: transform 0.5s;
}

.service-box img:hover {
  transform: scale(0.95);
}

/*colori pagine*/

body {
  background-color: #00c2a9;
}

.navbar .navbar-nav > li > a:hover {
  background-color: #00c2a9 !important;
}

.header-top-area,
.sidebar-widget-tab > .active a,
.pagetitle-separator-box {
  background: none repeat scroll 0 0 #00c2a9;
}

.navbar .navbar-nav > .current-menu-item > a {
  background-color: #00c2a9 !important;
}

.slide-text-bg2 h1 {
  border-top: 0px solid #ffffff !important;
  border-bottom: 0px solid #ffffff !important;
}

.page-mycarousel {
  background: url(https://www.simonettalisa.it/wp-content/themes/wallstreet/images/page-header-bg.jpg) repeat scroll 0 0 / cover #143745;
}

.pagetitle-separator-border {
  background-color: #00c2a9 !important;
}

.portfolio-section {
  background-color: #00c2a9;
}

/*
Bomba Atomica Font


* {
  font-family: 'Noto Serif', serif !important;
}

*/

.blog-post-title-wrapper p {
  font-family: 'Noto Serif', serif !important;
  margin-bottom: 0%;
}

.blog-post-title > .blog-post-title-wrapper > h2 {
  font-size: 18px;
  font-family: 'Noto Serif', serif !important;
  margin-bottom: 0%;
}

/*
Modifica Immagini Promo
*/

.home-portfolio-showcase-media {
  transition: transform 0.5s;
}

.home-portfolio-showcase-media:hover {
  z-index: 5;
  transform: scale(1.7) !important;
}

.home-portfolio-showcase-overlay {
  background-color: transparent !important;
}