/*
Theme Name: Rise Child
Theme URI: http://thrivethemes.com/
Template: rise
Author: Thrive Themes
Author URI: http://thrivethemes.com/
Description: Rise description
Tags: blog,thrive,lead capture
Version: 1.300.12.1521110923
Updated: 2018-03-15 10:48:43
*/

/* Get rid of annoying full-screen menu that shows in Google Cache */
header:before {
height: 0% !important;

}

/* Reduce space from Menu to Header */
.cnt {
 margin-top:25px !important;
}


/* Reduce paragraph spacing */
p {
 margin-bottom: 20px !important;
}


/* Remove ">" signs from Table of Contents (they are created by theme) */
.bSe ul.toc_list li:before {
content:none !important;
}


/* Remove ">" signs & replace with circles */
.bSe ul li {
	list-style-type: disc;
	padding-left: 0 !important;
	margin-left: 15px;
}

.bSe ul li:before {
	display: none !important;
}

/* Remove ">" signs from AAWP (they are created by theme) */
div.aawp-product__description li:before {
content:none !important;
}

/* Make text a much more readable color */
.meta li, .meta li a, .bSe ul, .bSe ol {
	color:#424242 !important;
}

/* Make H2 & H3 smaller across all devices */
h2 {
font-size: 1.80em !important;

}

@media only screen and (max-width: 540px) {
.bSe h2 {
    font-size: 26px !important;
}
}

@media only screen and (max-width: 1080px) {
.bSe h2 {
    font-size: 26px !important;
}
}

@media only screen and (max-width: 540px) {
.bSe h3 {
    font-size: 22px !important;
}
}
	
h3 {
    font-size: 1.375em !important;
}

/* Reduce authorbox image dimensions */
.aut-i .aui {
    height: 100px !important;
    width: 100px !important;	
}

/* Image border for indvidual reviews primarily */
img.border-image {
	border: 3px solid #eee;
	padding:3px; 
}


/* Make right aligned header image not hug text on small screens */
@media all and (max-width: 767px) {
img.right-aligned-header-image {
max-width: 250px;
}
}

@media all and (max-width: 540px) {
img.right-aligned-header-image {
float: none;
display: block;
margin: 0 auto;
}
}

/* Prevent first paragraph from being bigger font-size */
p.ifp {
    font-size: 1em!important;
		
}