/**
 * Theme Name:     Checathlon Child
 * Author:         Sami Keijonen
 * Template:       checathlon
 * Text Domain:	   checathlon-child
 * Description:    Checathlon is the perfect theme for your next business site. Or selling your digital products using Easy Digital Downloads Plugin. You can also showcase your services, portfolios, testimonials, and team members. There are multiple widget areas to set content in many ways. What more you need for your business or e-commerce site!
 */

article.type-download a.entry-header-bg-link,
article.download a.entry-header-bg-link {
    position: relative;
}

article.type-download a.entry-header-bg-link:hover,
article.download a.entry-header-bg-link:hover {
    background: transparent;
}

.entry-header-bg {
    height: 400px;
}

article.type-download .entry-header-bg,
article.download .entry-header-bg {
	background-color: #fff;
	height: auto;
}

header .site-title a {
	display: none;
}

.custom-header-image .site-header-wrap {
	background-size: 100%;
}

#custom_html-3 {
	background: linear-gradient( rgba( 59, 59, 59, 0.95), rgba( 59, 59, 59, 0.95) ), rgba( 59, 59, 59, 0.95) url('https://www.sharkthemes.com/wp-content/uploads/2017/12/macbook-577758_1920-min.jpg');
	background-size: auto, cover;
}

body.archive nav.navigation.pagination { 
	display: none; 
}

.blog-loader svg {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    width: 50px;
    height: 50px;
		margin: auto;
    display: block;
		fill: #474747;
}

/* #st-topbar-cta {
	padding: 50px 0;
} */

#st-topbar-cta .st-topbar-cta-message p {
	margin-bottom: 0;
}

.wedocs-single-wrap {
	width: 90%;
	max-width: 1140px;
	margin: auto;
}

.wedocs-single-wrap .wedocs-sidebar {
	width: 35%;
}

.wedocs-single-wrap .wedocs-single-content {
	width: 65%;
}

/* h2.front-page-featured-title.front-page-title.widget-title {
    text-align: center;
    font-size: 2.375rem;
    font-family: Lora,serif;
    font-style: italic;
    margin-bottom: 40px;
} */

#bbpress-forums div.bbp-the-content-wrapper input {
    background: #ddd;
}

li.bbp-forum-info, li.bbp-topic-title {
	font-size: 18px;
}

.green-text {
	color: #69c258;
}

.blue-text {
	color: #4db39e;
}

.red-text {
	color: #d8594a;
}

.page-template-demo-template #primary .entry-content {
	max-width: 1140px;
	text-align: center;
}

table.compare-table {
	width: 100%;
	border-collapse: collapse;
}

/* .rc-anchor-invisible,
.grecaptcha-badge {
	display: none;
} */

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 62.875em) {
	.site-header {
			padding-top: 1.5rem;
			padding-bottom: 1.5rem;
	}
}