/*********************************************************************************

  CUSTOM RESPONSIVE THEME TRIBUNA LIBERAL

**********************************************************************************/


/*
 * Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
 */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */


.single-box.landScape-small-with-meta .img img {
    height: 215px !important;
}


.owl-carousel .owl-stage-outer {
    
}

  .image_big_home {
    height: 250px;
  }

.tag-mobile {
  top: 130px !important;
}

.links-widget .title {
    padding-left: 0;
}

.footer .footer-widget ul li a {
    padding-left: 0;
}

.single-news .content-wrapper .inner-content {
    padding: 15px 0px 0px;
}

  .more-news {
      margin-top: 0;
  }

  .header-area .title {
      width: 60%;
  }

  .aside {
    margin-top: 0;
  }

  .single-box.landScape-small-with-meta .content {
      padding: 20px 0 0 0;
  }

  .my-col-home {
    margin-top: -50px;
  }

  .home-front-area {
      margin-top: 20px !important;
  }

  .single-box.landScape-small-with-meta .img {
      width: 100%;
  }

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

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */



  .home-front-area {
      padding-top: 0;
      margin-top: -95px;
  }

  .image_big_home {
    height: 400px !important;
  }

}


@media only screen 
and (min-width : 1024px) 
and (max-width : 1223px) {
  .owl-carousel .owl-stage-outer {
    /*border: 1px solid green;*/
    height: 460px;
  }
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */

  .mainmenu-area .navbar #main_menu .navbar-nav .nav-link {
      padding: 14px 7px;
  }

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}



