/*
 Theme Name:   Colorado Times Recorder
 Theme URI:    https://coloradotimesrecorder.com
 Description:  Bone Child Theme
 Author:       Ghostleft
 Author URI:   https://ghostleft.com
 Template:     bone
 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, two-columns, right-sidebar, responsive-layout
 Text Domain:  bone-child
*/

.post--list--paper .postFeaturedImg, .btn.btn--circle, .btn, a.btn, input[type="submit"], .btn.btn--pill, .userActions-btn .avatar, .postCategory { border-radius: 0 !important; }

@media (max-width: 767px) {
	.social-btn {
		display: none;
	}
	.post--list .postFeaturedImg {
    width: 100%;
	}
	.bodyCopy img, .bodyCopy iframe, .bodyCopy object, .bodyCopy embed, .bodyCopy figure {width: 100% !important;}
	.twitter-tweet-rendered {width:100%!important;}
}

@media (min-width: 768px) {
	.featuredBlock--tiles {
    border: solid 3px #262626;
    padding: 6px;
	}
	.post--list .u-ratio2to1 {
	padding-bottom: 0;
	}
	.featuredBlock--tiles .postTitle { 
	font-size: 18px !important;
	}
	.featuredBlock--tiles .big-tile .postTitle {
    font-size: 22px !important;
	}
}

.featuredBlock--tiles .tile-item .post--tile {
background-color: #262626;
}

div.siteHeader-content-component { padding: 20px 0; }

div.siteTitle {
	border: 3px solid #262626;
	padding: 0 10px;
}

div.siteLogo-name {
	font-family: 'PT Serif', serif;
}

.siteHeader-nav {
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}

.compactSearch .searchField-form-input {
	border-bottom: none !important;
	background: #fafafa !important;
}

#menu-primary-menu, .readMoreLink {
	font-weight: 600;
}

/* 
div.siteLogo-description {
	font-style: italic;
	text-align: center;
	padding-bottom: 10px;
}
*/

.theiaStickySidebar {
	padding-top: 20px !important;
}

div.popover:not(.tl-popover) {
	background-color:white !important;
}

.fotorama__stage {
	background: none;
}

.postFormatMedia--gallery {
	padding: 10px;
	border: none;
}

.postFormatIcon {display:none;}

.o-blockLink div.ccfic, div.ccfic {
    max-width: 200px;
    padding: 5px;
}

.o-overlay {
	background: rgba(0,0,0,.6);
}

.postCategory {
	border-radius: 0;
	background: #262626;
}

.ccfic-text, .ccfic a, .ccfic-source {
    color: rgba(0,0,0,0.4);
    font-size: 12px;
    font-style: italic;
}

figure {
    display: table;
    margin: 0;
}

figcaption { 
    display: table-caption; 
    caption-side: bottom;
	color: rgba(0,0,0,0.4);
    font-size: 13px;
	line-height: 16px;
	padding:10px 0;
}

.bodyCopy blockquote {
    border-left: 4px solid rgba(0,0,0,.8);
    background: rgba(0,0,0,.2);
    color: rgba(0,0,0,.8);
    font-size: 1.1em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    margin: 36px 0 36px 0;
    padding: 1em;
}

.u-wideBlock--content .postMeta--author, .home .featuredBlock .postMeta--author { 
	color: rgba(255,255,255,.8) !important; 
}

.adSidebar--1 {
	background: rgba(0,0,0,.05);
}

.adSidebar--1 .widget-title {
	background-color: inherit;
	margin: 10px 0;
}

.adSidebar--1 .widget-title span {
	background-color: inherit;
}

.postTags-list>a, .postVia-list>a, .postSource-list>a {
	text-transform: uppercase;
}

.widget_mc4wp_form_widget input[type="email"], .widget_mc4wp_form_widget input[type="text"], .widget_mc4wp_form_widget input[type="textarea"] {
    border-bottom: 2px solid #333;
}

.mc4wp-form-297 {
    background: #fff;
    background-size: 600% 600%;

    -webkit-animation: gradient 30s ease infinite;
    -moz-animation: gradient 30s ease infinite;
    animation: gradient 30s ease infinite;
}

@-webkit-keyframes gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


/* Hiding elements */
div.postRibbon, .mdPostLike, .fa-external-link-square {
	display: none !important;
	visibility: hidden !important;
}

.grecaptcha-badge { opacity:0; }

/* Comment Styling */
.bbp-template-notice.info, .bbp-pagination, .bbp-author-role, .bbp-topic-meta, .bbp-footer {
	display: none;
	visibility: hidden;
}