/*
Theme Name: Assemble
Theme URI: http://assemble.edge-themes.com
Description: A Contemporary Portfolio Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: assemble
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.5
License: GNU General Public License
License URI: licence/GPL.txt

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

*/

@media (max-width: 1024px) {
    body .edgtf-top-bar {
        display: none;
        visibility: hidden;
    }
    body .edgtf-vertical-align-containers .edgtf-position-center, 
    body .edgtf-vertical-align-containers .edgtf-position-left, 
    body .edgtf-vertical-align-containers .edgtf-position-right {
        /* display: none !important;
        visibility: hidden !important; */
    }
    body h1 {
        /* font-size: 70px; */
        font-size: 60px;
      }    
    body h2 {
        /* font-size: 40px; */
        font-size: 32px;
    }
    body .edgtf-title.edgtf-title-size-small .edgtf-title-holder h1 {
        font-size: 24px;
    }
    body footer .widget.widget_nav_menu ul li {
        margin-bottom: 25px;
    }
    body .edgtf-portfolio-list-holder.edgtf-pl-hover-circle-info article .edgtf-pli-text-holder {
        opacity: 0.8 !important;
    }

}
