/*
Theme Name:     Newspread Child
Theme URI:      http://www.commercegurus.com/themes/newspread/
Description:    Child theme for Newspread
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       newspread
Version:        1.0.1
*/

b, strong {
	font-weight: bold;
}

small {
	color: #999;
    line-height: 1.2em;
    display: block;
}

a,
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
	color:inherit;
}

.single-post #ccfw-page-wrap {
	border-top:0;
}

body.single .ccfw-entry-meta {
    margin-bottom: 20px;
}

.cat-links a:after, body.single-post .ccfw-entry-meta .byline:after, body.single-post .ccfw-entry-meta .posted-on:after {
	display:none;
}

.byline {
	margin-top:25px;
}

body.single img.attachment-newspread-blog-featured-top {
    width: 100%;
    margin-bottom: 0;
}

.single .content-area {
    margin-top: 30px;
}

.single-post .ccfw-entry-content > p:nth-of-type(1):first-letter {
  font-size: inherit;
  line-height: inherit;
  float: inherit;
  padding-right: inherit;
  padding-top: inherit;
  margin-bottom: inherit;
  font-weight: inherit;
}


.ccfw-entry-content {
	margin-top:25px;
}

figcaption {
	margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: left;
    font-size: 13px;
}

p.has-drop-cap::first-letter {
	font-family:serif;
	font-size:90px !important;
}

.content-area p {
	font-size:inherit !important;
	margin-bottom:1em;
}

/* Header*/

#ccfw-header-wrap .ccfw-header-nav {
	display:none;
}

.ccfw-top-bar {
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.4em;
	padding:0.5em 0;
}

.ccfw-top-bar p {
	margin:0;
	font-size:14px;
}

.ccfw-top-bar .ccfw-social-icons {
	margin-bottom:0;
	float:right;
	font-size:1.3em;
}

.ccfw-top-bar .ccfw-social-icons ul li a {
	color:#fff;
}

#ccfw-page-wrap {
	padding-bottom:50px;
}

#ccfw-header-wrap .ccfw-header-nav {
	position:static !important;
}

#ccfw-header-wrap .ccfw-header-main {
	height:auto;
	margin-bottom:20px;
	overflow:visible;
	z-index:inherit;
}

#ccfw-header-wrap {
    position:relative;
}

body:not(.home) #ccfw-header-wrap:before, body:not(.home) #ccfw-header-wrap:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
    box-shadow:0 0 20px rgba(0,0,0,0.5);
    top:50%;
    bottom:0;
    left:25%;
    right:25%;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

body:not(.home) #ccfw-header-wrap:after{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

body:not(.home) .ccfw-primary-nav {
	margin-bottom:30px;
}

.home #ccfw-header-wrap {
	width:100%;
	z-index:999;
	position:absolute;
}

.home #ccfw-header-wrap .ccfw-header-main {
	background-color:transparent;
	margin-bottom:0;
}

#ccfw-header-wrap .ccfw-site-logo {
	float:none;
	width:100%;
}

#ccfw-header-wrap .ccfw-site-logo img {
	height:auto !important;
}

#ccfw-header-wrap .ccfw-header-branding {
	float:none;
	width:100%;
}

#ccfw-header-wrap .ccfw-header-main .container .row > div {
	display:inline-block;
	float:none;
	vertical-align:top;
	margin-left:-4px;
}

body.home #ccfw-header-wrap .ccfw-primary-nav {
	padding:3.5em 0;
}

body:not(.home) #ccfw-header-wrap .ccfw-header-details-right {
	padding:1.5em;
}

#ccfw-header-wrap .ccfw-header-main .container .row > div:first-child {
	margin-left:0;
}

#ccfw-header-wrap .ccfw-header-nav {
    border: 0;
    background-color: #010101;
    color: #fff;
    padding: 5px 0;
}

#ccfw-header-wrap .ccfw-header-nav p {
	margin-bottom:0;
}

#ccfw-header-wrap .social-menu > li,
#ccfw-header-wrap .search-menu > li {
    height: auto;
    line-height: 1em;
    margin: 0.25em 0 0.25em 1em;
}

#ccfw-header-wrap .social-menu > li a,
#ccfw-header-wrap .search-menu > li a {
    color:#fff;
    font-size:1.4em;
}

#ccfw-header-wrap .blog-menu {
	text-align:center;
}

#ccfw-header-wrap .blog-menu > li {
	float:none;
	display:inline-block;
	padding:0.5em 0;
}

#ccfw-header-wrap .blog-menu > li.menu-highlight {
	background-color:#E70000;
}

#ccfw-header-wrap .blog-menu > li.menu-highlight a,
#ccfw-header-wrap .blog-menu > li.menu-highlight a:hover {
	color:#fff;
}

#ccfw-header-wrap .blog-menu > li.menu-highlight:hover {
	background-color:#D70000;
}

#ccfw-header-wrap .blog-menu > li > a {
	text-transform:uppercase;
	font-weight:700;
}

#ccfw-header-wrap .blog-menu ul a {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #333;
}

#ccfw-header-wrap  .blog-menu a, .social-menu > li,
#ccfw-header-wrap  .search-menu > li {
	line-height:inherit;
}

.blog-menu > .has-children > a:after, .blog-menu > .page_item_has_children > a:after {
	top:15px;
}

/* Now on Newstands */

.ccfw-header-newstands {
	padding:0;
	position:relative;
}

.ccfw-header-newstands-inner {
	position:absolute;
	top:0;
}

.ccfw-header-newstands-title {
	display:block;
	text-align:center;
	background-color:#345d7d;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 14px;
    padding: 0.5em 0;
}

/* Forms */
.content-area select {
	width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    font-size: 1em;
    color: #111;
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    margin-top: 5px !important;
    margin-bottom: 0px;
}

/* Slider */

.slider-text > div {
    text-shadow: -4px 4px 8px #323232 !important;
}

/* Home */
body.home #ccfw-page-wrap {
	background-color:#F7F7F1;
}

.elementor-page .ccfw-news-layout-custom .ccfw-news-post:first-child {
	border-top:1px solid #D1D2CC;
	padding-top:10px;
}
.elementor-page .ccfw-news-layout-custom .ccfw-news-post .ccfw-news-post-img,
.elementor-page .ccfw-news-layout-pages .ccfw-news-post .ccfw-news-post-img {
	width: 40%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-bottom: 0;
}

.elementor-page .ccfw-news-layout-custom .ccfw-news-post .ccfw-news-post-content,
.elementor-page .ccfw-news-layout-pages .ccfw-news-post .ccfw-news-post-content {
	display: inline-block;
    width: 55%;
    margin-left: 4%;
    vertical-align: middle;
}

.elementor-page .ccfw-news-layout-custom .ccfw-news-post.ccfw-news-nothumb .ccfw-news-post-content,
.elementor-page .ccfw-news-layout-pages .ccfw-news-post.ccfw-news-nothumb .ccfw-news-post-content {
	margin-left:0;
}

.ccfw-news-list-custom .ccfw-news-layout-wrap h2.widget-title,
.ccfw-news-list-pages .ccfw-news-layout-wrap h2.widget-title {
	font-family: Libre Franklin;
    letter-spacing: 0px;
    font-size: 28px;
    padding-bottom: 0;
    border-bottom: 0px solid #111;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ccfw-news-layout-custom,
.ccfw-news-layout-pages {
	margin-right:50px;
}

.ccfw-news-layout-custom .ccfw-news-post,
.ccfw-news-layout-pages .ccfw-news-post {
   	margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #D1D2CC;
}

.ccfw-news-layout-custom .ccfw-news-post:first-child,
.ccfw-news-layout-pages .ccfw-news-post:first-child {
	margin-top:0;
}

.ccfw-news-layout-custom .ccfw-news-post:last-child,
.ccfw-news-layout-pages .ccfw-news-post:last-child {
	border-bottom:0;
}

.ccfw-news-layout-custom .ccfw-news-post .ccfw-news-post-inner,
.ccfw-news-layout-pages .ccfw-news-post .ccfw-news-post-inner {
	padding:10px;
	position:relative;
}

.ccfw-news-layout-custom .ccfw-news-post.ccfw-news-featured .ccfw-news-post-inner,
.ccfw-news-layout-pages .ccfw-news-post.ccfw-news-featured .ccfw-news-post-inner,
.blog .ccfw-blog-loop-item .ccfw-news-featured.ccfw-news-post-inner,
.archive .ccfw-blog-loop-item .ccfw-news-featured.ccfw-news-post-inner {
	background-color:#E9F3F5;
}

.blog .ccfw-blog-loop-item .ccfw-news-post-inner div[class^="col-"],
.archive .ccfw-blog-loop-item .ccfw-news-post-inner div[class^="col-"] {
	float:none;
	display:inline-block;
	vertical-align:middle;
	margin-left:-2px;
	position:static;
}

.blog .ccfw-blog-loop-item .ccfw-news-post-inner,
.archive .ccfw-blog-loop-item .ccfw-news-post-inner {
	margin:0 15px;
	padding:10px 0;
}

.read-more {
	color: #509eaf;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    white-space:nowrap;
}

.ccfw-news-layout-custom .ccfw-news-post.ccfw-news-nothumb .ccfw-news-post-content,
.ccfw-news-layout-pages .ccfw-news-post.ccfw-news-nothumb .ccfw-news-post-content {
	width:99%;
}

.ccfw-news-layout-custom .ccfw-news-post-content h3 a,
.ccfw-news-layout-pages .ccfw-news-post-content h3 a {
	font-weight:600;
	text-transform:uppercase;
}
body .home-sidebar .elementor-widget-heading h4.elementor-heading-title {
	line-height:1em;
	text-transform:uppercase;
	padding-top:1.5em;
}
body .home-sidebar .elementor-widget-heading:not(.no-line) h4.elementor-heading-title {
	padding-top:2em;
}
body .home-sidebar .elementor-widget-heading:not(.no-line) h4.elementor-heading-title:before,
.ccfw-default-sidebar.widget-area > div:not(.no-line) h2.widget-title:before {
	content:'';
	display:block;
	width:40%;
	border-top:4px solid #6D6C71;
	margin-bottom:1.5em;
}

.ccfw-news-layout-custom .ccfw-news-post-date {
	font-weight:600;
}

.ccfw-news-layout-custom .ccfw-news-post.ccfw-news-featured {
	position:relative;
}

.blog .ccfw-blog-loop-item,
.archive .ccfw-blog-loop-item {
	position:relative;
	margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
	overflow:visible;
}

.ccfw-blog-loop-item:first-child {
	border-top:1px solid #eee;
}

.ccfw-news-layout-custom .ccfw-news-post.ccfw-news-featured .ccfw-news-ribbon,
.blog .ccfw-entry-content .ccfw-news-ribbon,
.archive .ccfw-entry-content .ccfw-news-ribbon {
	width:60px;
	height:35px;
	position:absolute;
	right:30px;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	top:-16px;
	text-align:center;
	font-weight:600;
	padding-top:2px;
	line-height:1.4em;
}

.ccfw-news-ribbon.ribbon-red {
	background-color:#9A0424;
}

.ccfw-news-ribbon.ribbon-blue {
	background-color:#345D7D;
}

.blog .ccfw-entry-content .ccfw-news-ribbon,
.archive .ccfw-entry-content .ccfw-news-ribbon {
	top:-6px;
}

.ccfw-news-layout-custom .ccfw-news-post.ccfw-news-featured .ccfw-news-ribbon:before,
.blog .ccfw-entry-content .ccfw-news-ribbon:before,
.archive .ccfw-entry-content .ccfw-news-ribbon:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -20px;
	border-bottom: 20px solid transparent;
}

.ccfw-news-ribbon.ribbon-red:before {
	border-left: 30px solid #9A0424;
	border-right: 30px solid #9A0424;
}

.ccfw-news-ribbon.ribbon-blue:before {
	border-left: 30px solid #345D7D;
	border-right: 30px solid #345D7D;
}

/* Events list widget */
.content-area ol.tribe-list-widget {
	list-style-type:none;
	padding-left:0;
	margin-top:0;
}
.content-area ol.tribe-list-widget li {
	line-height:1.4em;
}
.tribe-event-title, .tribe-event-duration {
	display:inline;
	font-size:0.9em;
}
.tribe-event-title a {
	font-weight:700;
}
body .tribe-events-list-widget .tribe-events-list-widget-events {
	padding:0;
}

/* subpages */

body.archive .entry-header,
body.search .entry-header,
body.error404 .entry-header,
body.blog .entry-header,
body .entry-header {
	text-align:left;
    margin: 30px 0 40px;
    padding: 0;
}

.entry-header h1 {
	color:#333 !important;
}

body .entry-header h1,
body .entry-header .ccfw-entry-meta,
body .entry-header .taxonomy-description p,
body.blog .entry-header h1,
body .taxonomy-description {
	padding:0;
}

body .entry-header h1 {
	margin-bottom:0;
}

.entry-header:after {
	display:none;
}

.ccfw-entry-meta a {
	font-weight:600;
}

/* Sidebar */

.ccfw-default-sidebar .ccfw-news-post-content h3 a,
.ccfw-default-sidebar .ccfw-news-layout3 .ccfw-news-post .ccfw-news-post-meta span {
	font-weight:600;
}

.ccfw-news-post-content h3 {
	margin-top:0.5em;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
	color:#333;
	font-weight:600;
	font-size:0.9em;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ccfw-footer-container {
	background-color:#222;
}

.ccfw-default-sidebar {
	margin-top:30px;
}

/*.ccfw-default-sidebar > div,
.ccfw-default-sidebar > aside {
    margin:0;
	padding:1.5em;
}*/

.ccfw-default-sidebar > div.sidebar-adv {
	padding:0;
}

.ccfw-default-sidebar .widget .widget-title,
.ccfw-default-sidebar.widget-area .ccfw-news-layout-wrap h2.widget-title {
	padding-top:20px;
	line-height: 1em;
    text-transform: uppercase;
    text-align:left;
    font-weight:600;
}

.sidebar-arp,
.sidebar-events {
	margin:0;
	padding:1.5em;
}

.sidebar-arp {
	background-color:#fff;
}

.sidebar-events {
	background-color:#E9F3F6;
}

.sidebar-adv {
	background-color:transparent;
}

.sidebar-adv .widget-title {
	text-transform:uppercase;
	margin:-0.5em 0 0.25em 0;
}

.ccfw-default-sidebar .widget .widget-title span {
	display:inline-block;
}

.ccfw-default-sidebar .widget .widget-title span:first-line {
	font-weight:400;
}

/*.ccfw-default-sidebar > div:first-child:not(.sidebar-arp):not(.sidebar-events):not(.sidebar-adv),
.ccfw-default-sidebar > aside:first-child:not(.sidebar-arp):not(.sidebar-events):not(.sidebar-adv) {
	padding-bottom: 100px;
    background-image: url(images/sidebar-bg.png);
    background-position: bottom right;
    background-size: 65%;
    margin-bottom: 0;
    background-repeat: no-repeat;
}*/

.home-sidebar .elementor-widget-wp-widget-tribe-events-list-widget {
	background-color:#e5eff1;
}


.ccfw-default-sidebar .widget:first-child .widget-title:before {
	content: '';
    display: block;
    width: 40%;
    border-top: 4px solid #6D6C71;
    margin-bottom: 1.5em;
}

.ccfw-default-sidebar .ccfw-news-post-date {
	opacity:0.85;
}

/* Footer */

#ccfw-page-wrap {
	top:0;
}

.sidebar-bottom {
	text-align:center;
	padding: 1.5em 0 0.5em;
}

.sidebar-bottom p,
.sidebar-bottom .widget {
	margin:0;
}

.home .sidebar-bottom {
	background-color:#F7F7F1;
}

.ccfw-first-footer-wrapper .widget {
	float:none;
}

.ccfw-footer-container {
	padding:40px 0 20px;
	border-top:8px solid #9D9D9D;
}

.ccfw-first-footer-wrapper {
	padding:0;
}

.ccfw-first-footer-wrapper .widget_nav_menu li:first-child {
	margin-top:0;
	padding-top:0;
}

.ccfw-first-footer-wrapper .ccfw-social-icons {
	margin-bottom:0;
    padding: 0px 15px;
}

.ccfw-first-footer-wrapper .ccfw-social-icons ul {
	text-align:left;
}

.ccfw-first-footer-wrapper .ccfw-social-icons ul li a {
	color:#fff;
}

.ccfw-first-footer-wrapper .ccfw-social-icons ul li:first-child {
	padding-left:0;
}

.ccfw-first-footer-wrapper .widget {
	margin-bottom:20px;
}

.ccfw-first-footer-wrapper .widget_nav_menu li {
	margin-top:0;
	padding-top:0;
	text-transform:uppercase;
}

body .ccfw-first-footer-wrapper .widget-title {
	margin-bottom:0;
}

.ccfw-second-footer-wrapper {
	float:left;
	clear:none;
	margin-top:-100px;
	padding:0 30px;
}

.subscriber_container {
		background-color: #eee;
		padding: 1px 20px 30px 20px;
		text-align: center;
		border-radius: 5px;
		margin-top: 20px;
}

.subscriber_container a {
		background-color: #097dc7;
		border-radius: 10px;
		padding: 10px;
		border: none;
		color: white;
		display: inline-block;
		margin-bottom: 20px;
}

.subscriber_container a:hover{
		opacity: 0.9;
}

.content-area p{
font-family: Arial, sans-serif!important;
}

@media (max-width:1200px) {
	body .blog-menu > li > a, .social-menu, .search-menu {
		font-size:14px;
	}
	.blog-menu > li > a {
		padding-left:5px;
		padding-right:5px;
	}

	.ccfw-header-main div {
		position:static;
	}

	#ccfw-header-wrap .ccfw-header-main .ccfw-header-newstands {
		display:none !important;
	}
}

@media (max-width:991px) {
	body .blog-menu > li > a, .social-menu, .search-menu {
		padding:10px 0;
	}
	.home #ccfw-header-wrap {
		position:static;
	}
	body.home #ccfw-header-wrap .ccfw-primary-nav {
		padding:0 0;
	}
	.ccfw-footer-container {
	    text-align: center;
	}
	.ccfw-first-footer-wrapper .ccfw-social-icons ul {
		text-align:center;
		margin:1em 0;
	}
	.ccfw-top-bar {
		display:none;
	}
}

@media (max-width:767px) {
	.elementor-page .ccfw-news-layout-custom .ccfw-news-post .ccfw-news-post-img,
	.elementor-page .ccfw-news-layout-pages .ccfw-news-post .ccfw-news-post-img {
		width: 100%;
    	display: block;
	}
	.elementor-page .ccfw-news-layout-custom .ccfw-news-post .ccfw-news-post-content,
	.elementor-page .ccfw-news-layout-pages .ccfw-news-post .ccfw-news-post-content {
		display: inline-block;
	    width: 100%;
	    margin-left: 0;
	    margin-top:1em;
	}
}
