/* 
    Theme Name: Alea
    Version: 1.0
    Author: Khurram
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*#thumbnail-sidebar, .cc-error{
    display: none;
}*/
@media (min-width: 768px) {
    .odyssey-page-content-container h1{
        font-size: 26px;
    }
    .odyssey-page-content-container .page-featured-image{
        max-width: 280px;
    }
}

@media (min-width: 1024px) {
    .odyssey-page-content-container h1{
        font-size: 34px;
    }
    .odyssey-page-content-container .page-featured-image{
        max-width: 370px;
    }
}
@media (min-width: 1280px) {
    .odyssey-page-content-container h1{
        font-size: 44px;
    }
    .odyssey-page-content-container .page-featured-image{
        max-width: 470px;
    }
}
@media (min-width: 1536px){
    .odyssey-page-content-container .page-featured-image{
        max-width: 600px;
    }
    .odyssey-page-content-container h1{
        font-size: 52px;
    }
}
@media (max-width: 767px) {
    .odyssey-page-content-container .wid-full-mb{
        width: 100%;
    }
}

