/*
Theme Name: SudTrek
Theme URI: https://www.ajepcom.it/
Description: Tema SudTrek
Author: Giuseppe Guerrasio
Author URI: https://www.thebrainmachine.org/
Version: 1.0.0
Template: freestyle
*/
@import url("../freestyle/style.css");


@media only screen and (min-width:768px){
    .edgtf-team-text-inner {
        height: 12em;
    }
    .edgtf-team-name,
    .edgtf-team-position {
        min-height: 2.3em
    }
}


@media only screen and (min-width:1025px){
    .edgtf-team-text-inner {
        height: 9em;
    }
}


@media only screen and (min-width:1401px){
    .edgtf-team-text-inner {
        height: 6em;
    }
}


@media only screen and (min-width:1024px) and (max-width:1280px){
    .edgtf-page-header {
        display: block;
    }
}


@media only screen and (min-width:1281px){
    .edgtf-elements-holder .edgtf-elements-holder-item-content {
        padding: 20px;
    }
}