/*
Theme Name: Marianne Schnall
Theme URI: https://marianneschnall.com
Version: 1.0
Description: A bespoke theme for Marianne Schnall based on Bootstrap and Beaver Builder
Author: Perisphere Media
Author URI: https://perispheremedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@media screen and (max-width: 992px) {
	.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky):not(.fl-builder-content-editing) {
		position: relative;
	}
}

#logo-article-list-wrapper .pp-content-post {
	border-bottom: dotted 1px #888;
}

#logo-article-list-wrapper .pp-post-last {
	border-bottom: none;
}

header .fl-menu-mobile-clone {
    width: 100% !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter:none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    /* a:after {
        content: " (" attr(href) ")";
    }


    a abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    } */

    header.fl-builder-content {
        position: relative !important;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 90% !important;
    }

    .fl-node-wzjivcb47o02,
    #logo-article-list-wrapper .fl-col-small,
    .press-spotlights .fl-col-small {
        width: 90% !important;
        max-width: 90% !important;
        float: none;

    }

    @page {
      margin: 0.5cm;
    }

    p, h2, h3 {
      orphans: 3;
      widows: 3;
    }

	h1 {
		font-size: 18pt !important;
	}

	h2 {
		font-size: 16pt !important;
	}

	h3, h4, h5, h6 {
		font-size: 14pt !important;
	}

	p {
		font-size: 12pt !important;
	}

    h2,
    h3 {
      page-break-after: avoid;
    }

    footer.text-right {
      text-align: center !important;
    }

    .fl-accordion-content {
      display: block !important;
    }

    .fl-logo-img {
      text-align: center;
      max-height: 180px;
      margin: 0 auto;
    }

    .fl-row-content-wrap {
        min-height: 0 !important;
    }

    .sidebar,
	nav,
    .page-navigation,
    .wp-prev-next,
    .fl-page-footer-widgets,
    .fl-page-bar,
    .fl-module-content-slider,
    footer.fl-builder-content,
    footer,
    .fl-module-sidebar,
    .fl-theme-builder-header-sticky,
    .donot-print
     {
      display: none !important;
    }

}