/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
	font-size: 1.6em;
}

.timebox-container {
	text-align:center;
	 justify-content: center;
}

.timebox {
	width:200px;
	border-radius:10px;
	padding:5px;
	background-color: black;
	text-align:center;
	font-family: "Roboto","Arial",sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    white-space: pre-wrap; /* css-3 */       white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.timebox-nobg {
	display:none;
	width:200px;
	border-radius:10px;
	padding:5px;
	text-align:center;
	font-family: "Roboto","Arial",sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    white-space: pre-wrap; /* css-3 */       white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.timebox-clock {
	margin-top:10px;
	padding:5px;
	font-family:Roboto;
	font-size:2rem;
}

.timebox-date {
	margin-top:10px;
	font-size:1.25rem;
	padding:5px;
}

.channel-container {
display: grid;
	 justify-content: center;
  grid-template-columns: repeat(auto-fill, 200px);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
select {
	border-radius:1rem;
	margin-top:5px;
	max-width:100%;
	height:30px;
	background-color:black;
	color:white;
}

.tv-widget-fundamentals,
.tv-widget-fundamentals__label,
.tv-widget-fundamentals__value
{
	font-size: 20px;
}

.column {
	background-color:#1E222D;
	padding:10px;
	border:2px solid #434651;
}

h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}

h3.widget-title {
	text-align:center;
	margin-bottom: 10px;
}
.site-navigation .sub-menu {
	background-color: #f6f7f7;
}

.round-border {
	border: 2px solid #434651;
	padding:5px;
	border-radius: 10px;

}

.rounded-list-item {
	border: 2px solid #434651;
	border-radius: 10px;
	padding:20px;	background-color:#363a41;
	/*height:300px;*/
}

pre {
	color:white;
	background-color:black;
}

a {
	color:white;
}
a:link {
 color: white;
}
a:visited {
 color: white;
}
a:hover {
 color: white;
}
a:active {
 color: white;
}
a:inactive {
 color: white;
}

#article .page-content, .entry-content, .entry-footer {
     margin-left: 10px;
     margin-right: 10px; 
     max-width: none; 
}

.sidebar-area {
	background-color:black;
}
.accordian-h1 {
	background-color:black;
	color:white;
	text-align:center;
	margin:5px;
}
.accordian-h2 {
	background-color:#2E2E2E;
	color:white;
	text-align:center;
	margin:5px;
}

.accordian-content {
	color:white;	
}
.accordian-link {
	margin:5px;
	color:white;	
}
.site-title a {
	text-decoration: none;
}
.site-content{
	border-top-color: 434651;
	padding-bottom:0px;
	margin-bottom:0px;
}
.home.page .content-area-inside .entry-header {
	margin-bottom:0px;
}

.easingslider-wrapper {
	background-color: #4d4d4d;	
}

.arrow{
    position: absolute;
	  left: 50%;
    bottom: 50px;
    transform: translate(-50%,-50%);	
}
.arrow span{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #434651;
    border-right: 2px solid #434651;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-10px,-10px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
.sidebar-area .widget {
  border-bottom: 0px;
    padding: 10px;
}

#pl-w5d028f1b804c9 .so-panel {
   margin-bottom: 0px; 
}
#pl-w5d028f1b804c9 {
   margin-bottom: 0px; 
}
#g4-name,#g4-email {
	width:80%;
}
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
	
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.site-header {
	background-color:#000000;
}

.site-navigation {
	background: rgba(0, 0, 0, 0.8) !important;

}
.circle-image {
	border-radius: 50%;
}
.grunion-field-label{
	font-size:20px;
	font-style:normal;
	font-weight:normal;
}
#g4-name{
	font-size:10pt;
}
#g4-email{
	font-size:10pt;
}
#contact-form-comment-g4-comment{
	font-size:10pt;
	height:100px;
}
.vtop {
	vertical-align:top;
}

.bookcover {
	width:150px;
	height:230px;
	margin-left: auto;
  margin-right: auto;		
			
	/*
	display: block;
	*/
}
.entry-title {
    margin-bottom:10px;
}

.entry-content {
    margin-bottom:10px;
}

.front-page-section-title {
    margin-bottom: 10px;
}
h1 {
	  font-size:1.6em;  
    margin-bottom: 10px;
}
h2 {
  font-size:1.4em;  
	margin-bottom: 10px;
}
h3 {
  font-size:1.2em;  
	text-transform: uppercase;
	margin-bottom: 10px;
}
h4 {
  font-size:1em;  
	text-transform: uppercase;
	margin-bottom: 10px;
}
h5 {
  font-size:0.9em;  
	text-transform: uppercase;
	margin-bottom: 10px;
}


h6 {
  font-size:0.75em;  
	text-transform: uppercase;
	margin-bottom: 10px;
}

.channel-entry {
	border-radius:10px;
	padding:5px;
	background-color: black;
	text-align:center;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    white-space: pre-wrap; /* css-3 */       white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.channel-time {
	color:#888888;
	font-size:0.75em;
}
.layout-content-full-width .entry.front-page-section {
    max-width: 100%;
}

.home.page .content-area-inside {
     margin-bottom: 0px; 
}

.sidebar {
		background-color:#1c202b;
}

.sidebar-area {
		background-color:#1c202b;
}
.sidebar-area .sidebar-toggle-button {
    height: 80px;
	background-color:#1c202b;
	color:white;
    padding: 1.53846154em;
}
.sidebar-area .sidebar-toggle-button:before {
	color:white;
}
.sidebar-area .sidebar-toggle-button:after {
	color:white;
}
.sidebar-area .sidebar-toggle-button:hover {}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

h1 {
		text-transform:uppercase;
}

option {
	background-color:white;
	color: black;
}

select#type {
	border-radius:0;
	padding-left:10px;
}
.sku_wrapper,
.posted_in,
.tagged_as {
		display:block;
}

.mark, mark {
	display:none;
}

.woocommerce-loop-category__title {
	text-align:center;
}

.cart-empty,
.woocommerce-info,
.woocommerce-message {
	background-color:rgb(28, 32, 43);
	color:white;
}

.orderby,
select {
		border-radius: 0;
}

.woocommerce form.checkout_coupon .coupon-error-notice {
	color:#9c3b3b;
}

.pmb-price {
	font-size: 15pt;
	margin: 0px;
	padding:0px;
	text-align: center;
}

h1.entry-title,
h1 {
	text-transform:uppercase;
}

.products {
	text-align:center;
}

/*
 * Hide unused dhop catalog buttons.
 * */
.product_type_simple,
.woocommerce ul.products li.product .button,
a.added_to_cart.wc-forward {
	display:none;
}

.cart-icon {
	font-size: 1.5em;
}

div.site-identity p.site-description,
div.site-identity a {
	text-shadow: 2px 2px black;
}

.attachment-ovation-banner.size-ovation-banner.wp-post-image,
.attachment-ovation-featured-image.size-ovation-featured-image.wp-post-image{
	border: 2px solid #434651;
	border-radius: 10px;
	padding:5px;

}

.woocommerce table.shop_table {
	border:none;
}
.woocommerce table.shop_table td {
	border-color:#333333;
}

td[data-title="Total"],
td[data-title="VAT"],
td[data-title="Subtotal"] {
	text-align:right;
}

th.product-subtotal {
	text-align:right;
}

tr.tax-total {
	white-space: nowrap;
		border-color:#333333;
}

tr.cart-subtotal {
		border-color:#333333;
}

.icon-container {
	display:inline;
	margin-right:15px;
	text-align:center;
}

.icon-container-no-margin-right {
	display:inline;
}


.page-icon {
	font-size: 1.5em; 
	margin-right: 5px;
}

img.alignleft {
margin: 0px 10px;	
}

textarea#comment,
.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.woocommerce ul.products li.product a img {
	border: 2px solid #434651;
	padding:5px;
	border-radius: 10px;
}

.icon-label {
	font-size: .7em;
	text-align:center;
}

.icon-button {
	text-align:center;
	background-color:#1c202b;
  color: white;
  cursor: pointer;
	padding:0px;
}

.icon-button:hover{
	background-color: #008000;
}

.icon-button i {
	font-size:1.5em;
	text-align:center;
}

#sticky-bar {

  position: fixed;
  z-index: 89;
	left:0px;
	bottom:0px;
	margin:0px;
	padding:0px;
	min-height:70px;
	
	width:100%;
	vertical-align:middle;
	background-color:#1c202b;

	border-radius: 10px 10px 0px 0px;
	border:none;
	border-top: 2px solid #434651;		
	text-align:center;
	white-space:nowrap;
}

#infinite-footer {
	width:0px;
	height:0px;
}



.contact-icon {
	font-size:2.5rem;
	padding:0px;
	margin:0px;
	margin-left:10px;
}

.site-footer {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.woocommerce form .show-password-input {
	background-color:white;
	border-radius: 5px;
	border: 2px solid #434651;
	height:30px;
	width:30px;
}

a {
	outline:none;
}

.content-area {
	max-width:100%;
}

.site-content-inside {
	max-width:100%;
}


.layout-content-full-width .entry:not(.block-grid-item),
.layout-content-full-width.home.page .content-area-inside .entry-content, .layout-content-full-width.home.page .content-area-inside .entry-header {
	max-width:100%;
}

/*
 * Buttons
 * */
button {
	text-transform: uppercase;
}

a.button.wc-forward,
.woocommerce.cart.button,
.woocommerce.cart input.button,
button.button,
.pushbutton-wide,
a.woocommerce-button.button.view
 {
	color: white;
	 font-weight:normal;
}


.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background-color: #000000;
  color: #fff;
}

input[type="submit"],
.woocommerce-Button.button,
.button
{
	background-color:#AA4500 !important;
	color:white !important;
	font-weight:normal !important;
	border: 2px solid #434651 !important;

}

.spacex-launch-icon {
	border:1px solid #434651;
	border-radius: 10px;
	height:25px;
}

select {
	margin-top: 0px;
}

.size-full {
	margin-bottom:0px;
}

blockquote.aligncenter, 
.wp-caption.aligncenter, 
img.aligncenter {
	margin-bottom:5px;
}

.launch-details {
	display:none;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #1e1e1e;
}

::-webkit-scrollbar-thumb {
  background: #555; 
  border-radius: 10px; 
}
.layout-content-full-width .entry-image {
	overflow:unset !important;
}

a {
	color: #60A5FA !important;
}

.layout-content-full-width .entry-image {
	margin-top:0px;
}

th,
p.site-title a,
h1,
h1.site-title a,
h1.entry-title,
h2,
h2.entry-title,
h3,
h4,
h5,
h6,
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.page-section-title,
h1.front-page-section-title,
h2.front-page-section-title{
	color:#cc4500 !important;
	text-shadow: 3px 3px black;
}


.front-page-section-layout--full-width .front-page-section-body,
.front-page-section-layout--full-width.page .front-page-section-body {
	max-width: fit-content;
}

.entry-media {
	display:none;
}

.brand-icon-floating {
		float:left;
	margin:5px;
}

.brand-icon-floating,
.brand-icon {
	width:100px;
	border-radius: 10px;
}

.feature-panel {
	padding:10px;
}


.bi-youtube {
	color:red;
}

.phonetic {
	color: #CC4500;
	font-weight:bold;
}

.so-panel {
	margin-bottom: 0px !important;
}

#totop-button {
	text-align:center;
	vertical-align:middle;
	position:fixed;
	bottom: 5px;
	right: 5px;
	z-index:99;
	font-size: 2em;
	cursor: pointer;
	
}

a.rsswidget {
	font-weight:normal !important;
}

.feed-selector {
	width:100%;
}

.btn-details {
	background-color:black;
	color:white;
}

.big-saying {
	text-align: center;
	font-size: 1.3em;
	font-weight:normal;
	font-style:italic;
}

header.entry-header {
	margin-bottom:10px;
}

th {
	font-weight:normal;
	text-transform:uppercase;
}


h1.site-title {
	  background-color: #000000;
    opacity: 80%;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #434651;
	font-size:3em;
}

.grok-imagine-input {
	font-size: 12pt;
	width:100%;
}