/*
Theme Name: Pressive
Theme URI: https://thrivethemes.com/
Author: Thrive Themes
Text Domain: thrive
Author URI: https://thrivethemes.com/
Description: Functional, stunning design and a feature set streamlined to improve your online business. Pressive will show your content and offers in the best light possible.
Version: 1.300.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, thrive, lead capture
*/
.yottie-widget-inner .yottie-widget-video {    
	background: #ffffff !important;
}
.yottie-widget-inner .yottie-widget-video-info-title , .yottie-popup-video-title{
    color: #7e7e7e !important;
	text-decoration: none !important;
	font-family: 'Lato' !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.yottie-widget-inner .yottie-widget-video-info-title{
	white-space: normal !important;
    line-height: 1.2em !important;
    font-size: 19px !important;
    height: 48px !important;
}
@media (max-width: 800px) {
	.yottie-widget-inner .yottie-widget-video-info-title{
		line-height: 1.15em !important;
		font-size: 17px !important;
		height: 39px !important;
	}
}
@media (max-width: 440px) {
	.yottie-widget-inner .yottie-widget-video-info-title{
		line-height: 1.1em !important;
		font-size: 15px !important;
		height: 32px !important;
	}
	#sfwd-mark-complete{
		margin-bottom: -10px !important;
	}
}
.yottie-widget-video{
	box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.3);
	/*border-radius: 2px;*/
}.hidden{
	display: none !important;
}
/*style the prev and next links*/
#learndash_next_prev_link .next-link, #learndash_next_prev_link .prev-link{	
	font-size: 120% !important;
	padding: 12px 26px;
	border: 1px solid #ff6600;
	background-color: #ffffff;
	color: #535353;
	border-radius: 30px;
	box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
}
#learndash_next_prev_link .next-link:hover, #learndash_next_prev_link .prev-link:hover{	
	box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.5);
}
#learndash_next_prev_link{
    position: relative;
	z-index: 999999999;
}
/*mark complete button*/
/* - the form*/
#sfwd-mark-complete{
	z-index: 8888888;
    position: relative;
	text-align: right;
    margin-top: 39px;
    margin-bottom: -107px;
}
/* - the button*/
input[type="submit"]{
	font-size: 120% !important;
	font-family: Lato !important;
	padding: 13px 26px 14px;
	border: none;
	background-color: #ff6600;
	color: #ffffff;
	border-radius: 30px;
	box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
	cursor: pointer;
}
input[type="submit"]:hover{
	box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.5);
}
input:focus {outline:0;}

.sfwd-courses-template-default h1.entry-title, .single-sfwd-lessons h1.entry-title{
	font-weight: bold;
    font-family: Lato !important;
}
#learndash_course_content_title{
	display:none;
}
#learndash_course_content #lesson_heading, .learndash #learndash_course_status{
	font-family: Lato !important;
	color: #aeaeae;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: bold;
}
.learndash_lessons .lessons_list, #learndash_lessons a{
	font-family: Lato !important;
	color: #535353;
	font-size: 20px !important;
	text-transform: uppercase;
	font-weight: bold;
}
/*footer*/
.f-i .fmm {
    background: rgb(83,83,83);
}
.f-i .fmm p {
    float: none;
	text-align: center;
	margin: 0px auto 15px;
	font-family: Lato;
    font-weight: 400;
	font-size: 15px !important;
    color: rgb(154, 154, 154) !important;
}
.f-i .fmm a, .f-i .fmm a:hover{
	color: rgb(154, 154, 154) !important;
}

/*INTERVIEWS section at bottom of dashboard*/
.tve_post_grid_grid .tve_post_grid_image_wrapper{
	margin: 20px 20px 0px 20px !important;
	border: 2px solid white !important;
}
.tve_post_grid_grid .tve_post .tve_pg_container{
	box-shadow: 0px 8px 16px 0px rgba(56,74,0,0.3);
}
.tve_post_grid_grid .tve_post .tve_pg_container .tve_post_grid_image_wrapper{
	box-shadow: 0px 8px 12px rgba(153, 153, 153, 0.4);
}
.tve_pg_img_overlay .thrv-icon-forward{
	display:none;
}
.thrv_post_grid .tve_post .tve-post-grid-title {
	padding: 20px 20px 40px;
}
/*opt-in box*/
.thrv-leads-form-box h2.tve-u-15aa44e1f1a117{
	font-size: 26px !important;
	font-weight: bold !important;
}
/*style the progress bar*/
dd.course_progress div.course_progress_blue {
	background-color: #ff6600 !important;
	border-radius: 10px;
}
dd.course_progress {
    border-radius: 10px;
}

/*table in a form*/
form table {
    line-height: 1.75em;
	font-family: Lato,sans-serif;
    font-weight: 400;
}
form table tr.title{
	background-color: #f3f3f3;
	border: 2px solid white;
	box-shadow: 1px 4px 16px 0px rgba(0, 0, 0, 0.3);
}
form table td{
	color: #535353;
	font-size: 18px;
	padding: 17px;
}
form input, form select{
	color: #535353;
	font-size: 18px;
	border: 1px solid #c6c6c6;
	padding: 4px;
	font-family: Lato,sans-serif;
    font-weight: 400;
	border-radius: 3px;
}
@media (max-width: 400px) {
	form select{
		width: 240px;
		text-overflow: ellipsis;
	}
}

input[type="submit"].orange-gradient-button{
	overflow: hidden;
    min-height: 54.7619px;
    font-size: 27px !important;
    border: medium none;
    background-color: rgb(240, 105, 26);
    text-align: right;
    border-radius: 200px;
    box-shadow: rgba(124, 46, 0, 0.4) 0px 8px 12px 0px;
    padding: 18px 35px !important;
    background-image: linear-gradient(0deg, rgb(240, 106, 26) 0%, rgb(240, 132, 26) 100%) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
}

/*linkedin profile quiz form*/
.form-subheader{
	font-family: 'Lato' !important;
	font-size: 27px !important;
	font-weight: bold;
	color: #9fc03b !important;
	margin-top: 2em;
	margin-bottom: 0.4em;
}
.horizontal-radio-group, .horizontal-radio-group .radio-group{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.horizontal-radio-group{
	margin: 1em 0px;
}
.horizontal-radio-group p{
	margin-bottom: 0px;
	font-size: 120%;
	width: 100%;
}
.horizontal-radio-group .radio-group .radio label{
	display:none;
}
/* Hide the browser's default radio button */
.horizontal-radio-group .radio-group .radio input {
  position: absolute;
  opacity: 0;
  width:36px;
  height:36px;
  margin:0px 0.6em;
}

/* Create a custom radio button */
.radio-custom {
	display: block;
	border: 5px solid #9fc03b;
	border-radius: 100%;
	background-color: #dddddd;
	height: 25px;
	width: 25px;
	margin:0px 0.6em;
	z-index: 5;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
	cursor: pointer;
}

/* On mouse-over, add a grey background color */
.horizontal-radio-group .radio-group .radio:hover input ~ .radio-custom {
  background-color: #eeeeee;
}

/* When the radio button is checked, add a blue background */
.horizontal-radio-group .radio-group .radio input:checked ~ .radio-custom {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-custom:after {
  content: "";
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.horizontal-radio-group .radio-group .radio input:checked ~ .radio-custom:after {
  display: block;
}
.horizontal-radio-group .radio-group .radio input{
	cursor: pointer;
}

/* Style the indicator (dot/circle) */
.horizontal-radio-group .radio-group .radio .radio-custom:after {
  width: 15px;
  height: 15px;
  margin-top:5px;
  margin-left:5px;
  border-radius: 50%;
  background: #9fc03b;
  z-index: 6;
	transition: all .25s linear;
	-webkit-transition: all .25s linear;
}
.total-number{
	font-family: 'Lato' !important;
	font-size: 46px !important;
	font-weight: bold;
	color: #9fc03b !important;
	padding: 15px 60px 20px;
    border: 2px #9fc03b solid;
    border-radius: 50px;
}
.total-text{
	font-family: 'Lato' !important;
	font-weight: bold;
	color: #535353 !important;
	margin-top: 30px;
	text-transform: uppercase;
}
@media (max-width: 600px) {
	.hide-on-mobile{
		display:none !important;
	}
	.horizontal-radio-group{
		margin: 1em 0px 1.6em;
		flex-direction: column;
	}
}