/* ---------------------------------------------------
    1. CUSTOM RESPONSIVE THEME FOR AMERIBOMBAS
---------------------------------------------------- */


@media only screen and (max-width: 768px) {

    .tp-caption {
        display: none !important;
    }

    .rev_slider,
    .rev_slider_wrapper,
    .rev-slidebg {
        max-width: 575px !important;
        height: 220px !important;
        object-fit: contain;
    }

    .rev_slider img {
        width: 575px !important;
        height: 220px !important;
        object-fit: contain;
    }
}


/*
 * 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 */


    .twelve h1 {
      font-size: 12px;
      padding: 20px 0;
    }
     

    .logo100 {
      margin-left: 0 !important;
    }

	.lang-pt {
		margin-left: 0;
	}

}

/* 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 : 1200px) {
/* Styles */

    .header01 #site-navigation.headroom--not-top, .header07 #site-navigation.headroom--not-top, .header08 #site-navigation.headroom--not-top {
      position: relative;
    }

    .navbar-header {
        display: none !important;
    }

    #site-navigation .menu > li, #site-navigation .menu > ul > li {
      margin: 0 1px;
    }

}

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

    #site-navigation .menu > li, #site-navigation .menu > ul > li {
      margin: 0 9px;
    }

}

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