/*
Theme Name: Rise
Theme URI: http://thrivethemes.com/
Author: Thrive Themes
Author URI: http://thrivethemes.com/
Text Domain: thrive
Description: Rise description
Version: 2.5.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, thrive, lead capture
*/

.category-featured-image-wrapper img {
	height: 300px;
    width: 100%;
    object-fit: cover;
	position: relative;
}

.category-featured-image-wrapper:after {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom right, #004680, #24447b) !important;
    opacity: .58 !important;
    z-index: 0;
}

.category-featured-image-wrapper {
	position: relative;
	height: 300px;
	margin-bottom: 30px;
}

.category-featured-image-wrapper h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 10;
	text-align: center;
	text-transform: capitalize;
}

h3.articles-intro {
	margin-bottom: 25px;
}

body.category .far.fat.f1.blue {
	display: none;
}

body.category .archive-control-area-inside ul,
body.category .archive-control-area-inside ol {
	padding-left: 30px;
	margin-bottom: 35px;
}

body.category .archive-control-area-inside ul li,
body.category .archive-control-area-inside ol li{
	color: #666;
	margin-bottom: 10px;
}

body.category .archive-control-area-inside h2 {
	font-size: 32px;
	margin-bottom: 15px;
}

body.category .archive-control-area-inside h3 {
	margin-bottom: 15px;
}

body.category .archive-control-area-inside {
	border-bottom: 3px solid #c9dbef;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.category-featured-image-wrapper h1 {
		font-size: 22px;
	}
}

body.single-cancer-resources .awr-i {
	display: none;
}

body.single-cancer-resources .cnt {
	margin-bottom: 80px;
}

.left-side {
	width: 25%;
	display: inline-block;
/* 	border: 1px solid green; */
	margin-right: 30px;
		vertical-align: top;
}

.right-side {
	width: 70%;
	display: inline-block;
/* 	border: 1px solid red; */
	vertical-align: top;
}

body.single-cancer-resources .ninja-forms-form-wrap {
	padding: 35px;
	background-color: #f3f3f3;
}

body.single-cancer-resources h1 {
	margin-bottom: 45px;
	font-size: 42px;
}

body.single-cancer-resources h4 {
	font-size: 14px;
	background-color: #f4364c;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 3px;
	margin-bottom: 15px;
}

body.single-cancer-resources .nf-form-content input:not([type=button]), 
body.single-cancer-resources .nf-form-content textarea {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}

body.single-cancer-resources .nf-form-content input[type=button], 
body.single-cancer-resources .nf-form-content input[type=submit] {
    background: #1abc9c;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
	border-radius: 4px;
	padding: 10px 20px;
}

body.single-cancer-resources .nf-form-fields-required {
	display: none;
}

body.single-cancer-resources .nf-form-content label {
    font-size: 16px !important;
    line-height: 20px;
}


.resource-image img{
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.left-side {
	width: 100%;
	display: block;
	margin-right: 0;
}

.right-side {
	width: 100%;
	display: block;
	vertical-align: top;
}
}