/* 
--------------------------------------- TODAS QUERIES ---------------------------------------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) { 
    
}
/* 
--------------------------------------- TODOS IPHONES ---------------------------------------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) { 
/* FONTES */
    h1 {
        font-size: 30px !important;
    }
    
/* HEADER */
    #main_navigation .logo-container {
		padding: 0 10px !important;
	}
	#mobile-menu-container i.fa-navicon {
		font-size: 20px;
	}
	#main_navigation .logo-container { 
		width: 220px;
	}
	#logo img {
		width: 240px;
	}
	
/* HOME */
    /* Clientes de referencia */
    .home .lshowcase-logos {
        max-width: 100% !important;
	}
    .home .lshowcase-logos .bx-wrapper {
        margin: 0px !important;
        width: 100% !important;
        max-width: 320px !important;
    }
    .home .bx-controls .bx-next, .bx-controls .bx-prev {
        display: none !important;
    }
	.chronosly-closure .chronosly-content-block {
		padding: 5px !important;
	}
	.ev-item .full_time {
		width: 100% !important;
		text-align:left !important;
	}
    
/* PAGINA - ENTRDA - CURSOS */
    /* Acerto das colunas na pagina Agile */
    .page-id-906 .accordion-cursos {
        width: 100% !important;
    }

    /* Acerto das colunas na pagina Soft Skills */
    .page-id-912 .accordion-cursos {
         width: 100% !important;
    }

/* CURSOS */
    /* Breadcrumbs */
    .titlebar-heading h1 span {
		font-size: 10px
	}
	
/* PDC */
	#section_0 {
		padding: 40px 20px 40px 0!important;
	}
	#section_0 .container {
		overflow-x: scroll;
		padding-bottom: 20px;
	}
/* FOOTER */
	#footer .pdc-menu {
	  width: 100% !important;
	}
	#footer .copyright-right {
		width: 100% !important;
	}
}

/* 
--------------------------------------- IPHONES PORTRAIT ------------------------------------ */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation : portrait) { 

/* HOME */
    /* Clientes de referencia */
    .single-testimonial .image {
        display: none !important;
    }
    .single-testimonial blockquote .text, .single-testimonial .company, .single-testimonial .client {
        padding: 0px !important;
        margin-left: 0px !important;
    }
	
}


/* 
--------------------------------------- IPHONES LANDSCAPE ------------------------------------ */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation : landscape) { 

/* HOME */
    /* imagens scopphu 
    .home .row-fluid .span4 { 
        width: 33.33% !important; 
        float: left !important; 
        display: inline-flex !important;
    }
    .home .row-fluid .span4 img {
        max-width: 120px !important;
    }*/
    /* Clientes de referencia */
    .home .lshowcase-logos .bx-wrapper {
        margin: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
/* POSTS */
    .page-nav-prev {
        width: 50% !important; float: left !important;
    }
    .page-nav-next {
        width: 50% !important; float: left !important;
    }
}
