/*
Theme Name: Suzanne Elizabeth
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
  Suzanne Elizabeth
Author: Kyndon Cox
Author URI: http://example.com
Template: blossom-spa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fifteen-child
*/

.page .entry-content .wp-block-media-text {
    margin: 20px 0;
}

.main-navigation ul li span {
    top: 0;
}

.ccpages_more a,
.ccpages_more a:visited {
    color: #9CBE9C;
}

/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 150px;
}*/

@media screen and (max-width: 1024px) {
    .main-navigation button.toggle-btn {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .main-navigation button.toggle-btn {
        display: inline-block;
    }
}

@media only screen and (max-width: 770px) {
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: none;
    }

    .responsive-nav #mega-menu-wrap-primary .mega-menu-toggle {
        display: flex;
    }

    .responsive-nav #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        display: block;
    }
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    display: none;
}

