/*
Theme Name: Academist
Theme URI: https://academist.qodeinteractive.com/
Description: A Modern Learning Management System and Education Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: academist
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* alinear logo a la izquierda en moviles */
.eltdf-mobile-header .eltdf-vertical-align-containers .eltdf-position-center {
    text-align: left !important;
}
/* aumentar tamaño modal youtube */
@media only screen and (max-width: 768px) {
    body .pp_pic_holder #pp_full_res iframe {
    width: 100%!important;
    height: 200px !important;
	}
	.eltdf-footer-top-holder #text-19{
		margin-top: 50px;
	}
}

.eltdf-icon-element {
    width: 7% !important;
}
.eltdf-icon-text  {
    width: 85% !important;
}
/* margenes footer */
.eltdf-footer-top-alignment-left .eltdf-column-content:nth-child(1){
    padding-right: 60px;
    
}
.eltdf-footer-top-alignment-left .eltdf-column-content:nth-child(3){
    padding-left: 100px;
}
@media only screen and (max-width: 768px) {
	.eltdf-footer-top-alignment-left .eltdf-column-content:nth-child(1){
    	padding-right: 0px;  
	}
	.eltdf-footer-top-alignment-left .eltdf-column-content:nth-child(3){
   		padding-left: 0px;
	}
}
/* eliminar icono de fullscreen en el modal de video */
.pp_expand{
    display: none !important
}

/* aumentar tamaño redes sociales */
.eltdf-footer-top-holder .eltdf-social-icon-widget-holder  { 
	font-size: 20px !important
}
footer .widget {
    margin: 0 0 12px !important;
}
footer #text-19{
	margin-top:30px  !important;
}
/* cambiar el footer a vista movil en ipad */
@media only screen and (max-width: 1024px) and (min-width:681px) {
    .eltdf-page-footer .eltdf-column-content.eltdf-grid-col-4 {
        width: 70%;
        float: left;
		margin-left: 15%;
        margin-bottom: 30px
    }
    .eltdf-footer-top-alignment-left .eltdf-column-content:nth-child(1){
        padding-right: 70px !important;
    
    }
    .eltdf-footer-top-alignment-left .eltdf-column-content:nth-child(3){
        padding-left: 15px !important;
    }
}