/**
 * Theme Name:          TBS Comics V2
 * Description:         a custom child theme for The Genesis Framework.
 * Author:              Mike Hemberger, Cecil Killingsworth
 * Author URI:          https://clkmedia.co
 * Version:             1.0.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Structure and Layout
	- Common Classes
	- Content Area
		- Entry Meta
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */
/**
* Colors
// dark blue = #071b26
// med blue =
// light blue =
// green =

*/

@import url('https://fonts.googleapis.com/css?family=Bangers');
/* @import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Raleway'); */
/* @import url("https://use.typekit.net/kex7nge.css"); */
@font-face {
  font-family: 'clkmedia';
  src: url('includes/font/clkmedia.eot?62787023');
  src: url('includes/font/clkmedia.eot?62787023#iefix') format('embedded-opentype'),
       url('includes/font/clkmedia.woff2?62787023') format('woff2'),
       url('includes/font/clkmedia.woff?62787023') format('woff'),
       url('includes/font/clkmedia.ttf?62787023') format('truetype'),
       url('includes/font/clkmedia.svg?62787023#clkmedia') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**
 * Retina Logo
 *
 * If uploading double sized (retina) image,
 * put exactly half the width in pixels for retina display.
 * Example: Retina (2x) image is 360px by 90px, CSS should be:
 * max-width: 180px;
 */
.wp-custom-logo .site-title a {
	max-width: 180px;
	margin:0;
}

body, body.has-boxed-site-container {
	/* background-color: #f4f4f4; */
  background: url(images/background-hero-wide.jpg) no-repeat center top #1b1b1b;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title a,
.adjacent-entry-pagination a {
	font-family: 'Open Sans', sans-serif;
}

.hero-heading .heading-title {font-family: 'Bangers', cursive;font-size: 84px;line-height: 1;}

.page h1,
.single h1,
.blog h1,
.home h2,
.page h2 {font-family: 'Bangers', cursive;font-size: 60px;line-height: 1;}
.page h2 {font-size: 3rem;}

.page h1,.single h1,.search h1,.blog h1 {text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);}
.search h1 {font-family: 'Bangers', cursive;font-size: 48px;}

.author-box-title,
.entry-comments h3,
.comment-respond h3,
.widgettitle,
.widget-title {
	font-weight: 700;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

.site-container {
	background-color: #fff;
	max-width: 1248px;
	/* margin: -1px auto; */
	margin: 0;
	/* border: 1px solid rgba(0,0,0,0.085); */
	-webkit-transition: margin 0.025s ease-in-out;
	-o-transition: margin 0.025s ease-in-out;
	transition: margin 0.025s ease-in-out;
}

.site-container.boxed {
    background-color: #fff;
    max-width: 1248px;
    -webkit-box-shadow: 0 4px 24px rgba(0,0,0,.03);
    box-shadow: 0 4px 24px rgba(0,0,0,.03);
}

.site-inner {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	background-image: url(images/halftone-yellow-corner-left.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.width-full,
.section .wrap.width-full,
.section.banner-area > .wrap.width-full {
	max-width: 1248px;
	margin-left: auto;
	margin-right: auto;
}

.site-header {
    height: auto;
    background-color: #232323;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: 0;
    width: 100%;
		background-image: url(images/bg-header.jpg);
		background-repeat: repeat;
		background-position: center center;
		background-size: auto;
    /* background-image: url(/wp-content/uploads/2018/09/dk-wood-horizontal.jpg); */
    /* background: #232323;
    background: -moz-linear-gradient(107deg, #1ACB97 0, #1a3e5d 80%);
    background: -webkit-linear-gradient(107deg, #1ACB97 0, #1a3e5d 80%);
    background: -o-linear-gradient(107deg, #1ACB97 0, #1a3e5d 80%);
    background: -ms-linear-gradient(107deg, #1ACB97 0, #1a3e5d 80%);
    background: linear-gradient(343deg, #1ACB97 0, #1a3e5d 80%); */
}

.sticky-header .site-header {
	/* minus 2px for border */
	max-width: 1198px;
}

.header-before {
	border-bottom: 1px solid rgba(0,0,0,0.03);
}

/* .nav-primary .current-menu-ancestor>a, .nav-primary .current-menu-item>a, .nav-primary .nav-search:focus, .nav-primary .nav-search:hover, .nav-primary a:focus, .nav-primary a:hover, .nav-primary>.menu-item-has-children:focus>a, .nav-primary>.menu-item-has-children:hover>a {
    background-color: #f3f400;
    color: #323232;
} */

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

.section > .wrap {
	/* max-width: 1200px; */
}
.section.banner-area > .wrap {
    /* max-width: 1200px; */
    z-index: 5;
}

.image-bg .inner {
	border: 6px solid rgba(0,0,0,0.075);
}

.breadcrumb,
.md-content .breadcrumb,
.sm-content .breadcrumb,
.xs-content .breadcrumb,
.no-sidebars .breadcrumb {
	-ms-flex-preferred-size: calc( 100% + 48px );flex-basis: calc( 100% + 48px );
	max-width: calc( 100% + 48px );
	background-color: #f8f8f8;
	font-size: 13px;
	padding: 8px 24px;
	margin: 0;
	border-bottom: 1px solid #f0f0f0;
	-webkit-font-smoothing: antialiased;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.nav-header {
	/* display: none; */
	/* visibility: hidden; */
}

#mai-toggle {
	/* display: -webkit-inline-box; */
	/* display: -ms-inline-flexbox; */
	/* display: inline-flex; */
	/* visibility: visible; */
}

.header-phone-block {padding: 0 20px;}
.header-phone-block .widgettitle {color: #777777;font-size: 1.3rem;margin: 0;}
.header-phone-block a {color:#f3f400;}

/* # Banner Area
---------------------------------------------------------------------------------------------------- */
/* banner styles */
.has-banner-area .overlay.overlay-dark::after {
  background-color: rgb(154, 42, 0,0.75); *//* red
    /* background-color: rgba(87, 87, 87, 0.9);/* gray */ */
}

.single-restaurant .banner-area.section {
    margin-bottom: 0;
    z-index: -1;
}
.overlay.overlay-gradient::after, .gradient-red-orange {
    /* background-image: -o-linear-gradient(top,rgba(0,0,0,0) 25%,rgba(0,0,0,.7));
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(25%,rgba(0,0,0,0)),to(rgba(0,0,0,.6)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,.7)); */
	/* orange-red */
	background: -moz-linear-gradient(top, rgba(252,190,102,0.9) 0%, rgba(237,107,90,0.9) 99%, rgba(237,106,90,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(252,190,102,0.9) 0%,rgba(237,107,90,0.9) 99%,rgba(237,106,90,0.9) 100%);
	background: linear-gradient(to bottom, rgba(252,190,102,0.9) 0%,rgba(237,107,90,0.9) 99%,rgba(237,106,90,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcbe66', endColorstr='#e6ed6a5a',GradientType=0 );
}
.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: all .2s ease-in-out;
    z-index: 1;
    background: url(images/halftone-black.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .35;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

.content {
	padding-left: 24px;
	padding-right: 24px;
}

.content,
.sidebar {
	margin-top: 0;
	margin-bottom: 0;
}

/* Sidebar */
.sidebar .callout {
    background:#e7e7ec;
}

.sidebar .widget.image-widget-margin {
    padding: 0px;
    background: none;
    box-shadow: none;
    border: none;
    overflow: visible;
}
.sidebar .widget.image-widget-margin .widget-title {
    margin: 0px;
}

.sidebar .widget.full-width-widget {
    padding: 0px;
}

.sidebar .widget.dark {
    background: #323232;
}
.sidebar .widget.light {
	background: #f5f5f9;
    box-shadow: none;
    border: none;
}
.sidebar .widget.dark .widget-title {
	text-align: center;
    margin-bottom: 16px;
	border-bottom: 2px solid #57575d;
    padding-bottom: 6px;
    color: #efeff4;
}

.sidebar .widget-title {
	font-family: 'Bangers', cursive;font-size: 32px;
	margin-bottom: 32px;
	border-bottom: 2px solid #efeff4;
	padding-bottom: 5px;
	color: #a71900;
}
.sidebar .widget.full-width-widget .widget-title {
	text-align: center;
    margin-bottom: 0px;
    border-bottom: 2px solid #ccc;
    padding: 8px;
    color: #4cb4ae;
}
.sidebar .widget.image-widget-margin .fl-builder-module-template,
.sidebar .widget.full-width-widget .fl-builder-module-template {
    margin: 0 auto;
    padding: 0px;
}


.sidebar {
	background-color: #fbfbfb;
}

.entry,
.sidebar .widget {
	background-color: transparent;
	border: none;
}

.content .archive-description {
	padding-top: 24px;
}

.content .entry,
.related.products .product {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.content-sidebar-sidebar .sidebar,
.content-sidebar .sidebar.sidebar-primary,
.sidebar-content-sidebar .sidebar.sidebar-primary {
	border-left: 1px solid #f0f0f0;
}

.sidebar-sidebar-content .sidebar,
.sidebar-content .sidebar.sidebar-primary,
.sidebar-content-sidebar .sidebar.sidebar-secondary {
	border-right: 1px solid #f0f0f0;
}

.sidebar .widget {
	margin: 0;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar .widget:last-child {
	border: none;
}

.singular.has-banner-area .featured-image {
	margin-top: 24px;
}

.singular:not(.has-banner-area) .featured-image {
	margin-top: -1px;
	margin-left: -24px;
	margin-right: -24px;
}

.singular:not(.has-banner-area):not(.has-sidebar) .featured-image {
	margin-top: 30px;
}

.flex-entry.column .entry-image-before-entry:not(.aligncenter):not(.alignleft):not(.alignright),
.flex-entry.entry > .woocommerce-LoopProduct-link,
.related.products .product > .woocommerce-LoopProduct-link {
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/* ## Page Builder
--------------------------------------------- */
body.has-boxed-site-container.mai-page-builder .site-inner {
    width: 100%;
    max-width: 100%;
    float: none;
    background: 0 0;
    padding: 0;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}

.page-builder-full,
.page-builder-full .site-container,
.page-builder-full .site-container .site-inner,
.page-builder-full .site-container .site-inner .wrap,
.page-builder-full .site-container .content-sidebar-wrap,
.page-builder-full .site-container main.content,
.page-builder-full .site-container main.content > article.entry,
.page-builder-full .site-container main.content > article.entry .entry-content {
	max-width: 100%;
	width: 100%;
	background: none;
	border: 0;
	float: none;
	margin: 0 auto;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: #555;
    font-size: .8em;
    margin-bottom: 24px;
    display: block;
    padding: 4px;
    background: #f4ed94;
    color: #333;
    font-style: italic;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ebe9eb;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: -24px;
	margin-right: -24px;
	background: none;
}

.flex-entry .entry-footer .entry-meta {
	margin-top: 20px;
}

.entry-comments .comment-meta {
	-webkit-font-smoothing: antialiased;
}

.adjacent-entry-pagination,
.after-entry .widget,
.comment-respond,
.content .author-box,
.entry-comments,
.entry-pings {
	/* margin-left: 24px; */
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer,
.footer-widgets,
.nav-secondary {
	background-color: #323232;
}
.footer-widgets {
	background: url(images/city-sketch.png) no-repeat center bottom #2e2d29;
}
.site-footer {
	background-color: #222;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: auto;
}
.footer-widgets .widget-title, .footer-widgets .widgettitle {
	font-family: 'Bangers', cursive;
	font-size: 28px;
}

/* site branding */
a.clkmedia {display: inline-block; border: none;margin-left: 5px;/* overflow: hidden; */}
a.clkmedia:before {
	font-family: 'clkmedia'!important;
    font-size: 20px;
    content: "\e800";
    color: #FFFFFF;
    /* width: 30px;
	height:30px;
    padding: 0px; */
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

.enews-widget input {
	margin-bottom: 12px;
}

.woocommerce-page.post-type-archive-product .breadcrumb {
	margin-bottom: 16px;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
	.site-container {
		margin: 16px auto;
	}
}

@media only screen and (min-width: 1160px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 545px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {.header-phone-block a {color:#dd3333;}}

@media only screen and (max-width: 544px) {}
