/*
 Theme Name:   Avenue Calgary (PenNews Child)
 Theme URI:    http://pennews.pencidesign.com/
 Description:  PenNews Child Theme
 Author:       PenciDesign
 Author URI:   http://pencidesign.com
 Template:     pennews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 Text Domain:  pennews-child
*/

/** TABLE OF CONTENTS
 *
 * 1.0 - Posts
 *  1.1 - All Posts
 *  1.2 - Regular Articles
 *  1.3 - Sponsored Articles
 * 2.0 - Pages
 * 3.0 - Ads
 * 4.0 - Sidebar
 * 5.0 - IE Fixes
 * 6.0 - New Ads plugin
 **/

 /** 
  * 1.0 - Posts 
 **/

 /* 1.1 - All Posts */

 .excerpt p {
     font-size: 1.25em;

 }
 .entry-meta span.entry-meta-item {
     padding-left: 0px;
 }
 /* .issue, .excerpt, .sponsored-by, .entry-meta span.entry-meta-item {
     padding-left: 10px;
 } */

 .entry-meta, .excerpt {
     margin-left: 10px;
 }

 .issue p {
    margin: 11px 0 0;
    font-style: italic;
 }

 .supplemental-byline {
     margin-right: 10px;
 }

 span.penci-byline + span.penci-posted-on {
     margin-left: 10px;
 }

 /* 1.2 - Regular Articles */

 /* 1.3- Sponsored Articles */

 .sponsored-by {
    display: flex;
    justify-content: flex-start;
 }

 .sponsored-by a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 11px;
 }

 .sponsored-by a p {
    color: #333;
    margin: 0;
    text-align: left;
}

 .sponsored-by a img {
     max-height: 45px;
     max-width: 50%;
     padding-right: 16px;
 }

 .sponsored-by .sponsor-name {
    padding: 4px 0 4px 16px;
    min-width: 150px;
    max-width: 50%;
    border-left: 1px solid #333;
 }

 .sponsored-by .brought-to-you-by {
    font-weight: 600;
 }

 .sponsored-by .sponsor-name p {
    margin-bottom: 0;
    text-align: left;
 }

 /** 
  * 2.0 - Pages 
 **/
 .page-template-page-iframe #page * {
    margin: 0 !important;
    padding: 0 !important;
 }

 .page-template-page-iframe p {
     font-size: 0;
     line-height: 0;
 }

 .page-template-page-iframe img {
     min-height: 360px;
 }

 .page-template-page-iframe #pressboard-ad-sponsorship-tag { 
     display: none;
 }

 /** 
  * 3.0 - Ads
 **/

 .header__banner div {
     margin: 0 auto;
 }
 
 .penci_single_ad_after_content {
    display: flex;
    justify-content: center;
 }

 /** 
  * 4.0 - Sidebar
 **/
 @media screen and (max-width: 1240px) and (min-width: 960px) {
    .two-sidebar .site-main .penci-wide-content, .sidebar-right .site-main .penci-wide-content, .penci-vc_two-sidebar .penci-wide-content, .penci-vc_sidebar-right .penci-wide-content {
        width: calc(100% - 300px);
    }

    .two-sidebar .site-main .widget-area, .sidebar-right .site-main .widget-area, .penci-vc_two-sidebar .widget-area, .penci-vc_sidebar-right .widget-area {
        width: 300px;
    }
 }

 @media screen and (min-width: 960px) {
    .theiaStickySidebar .widget_custom_html {
        padding: 0;
    }
 }

/** 
  * 5.0 - IE Fixes
 **/
 
.site-branding img { 
    max-width: 500px;
}

/**
  * 6.0 - New Ads plugin
 **/
.widget.widget_doubleclick_widget/*, .penci-block-vc.penci-text-block */{
	padding: 0;
}

.penci-google-adsense.penci_archive_ad_below_header {
    margin: 10px auto 0;
}

.penci_single_ad_after_content {
    display: block;
}

.dfw-unit.dfw-lazy-load.dfw-loaded.display-block::before {
	font-size: 10px;
}

.penci-archive__content, .single .penci-content-post {
    padding: 20px 15px 0;
}

.snow-report-widget-container {
	font-family: "Montserrat", serif;
}
