/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/*=================================*/
/* General Avada Element CSS       */
/*=================================*/

/* Table Pricing Element - Increase Title Font Size */
.fusion-pricing-table .title-row {
	font-size: 26px;
	font-weight: bold;
}

/* Table Pricing Element - Change Price Color to Green */
.fusion-pricing-table .panel-container .panel-body .price .integer-part,
.fusion-pricing-table .panel-container .panel-body .price .decimal-part {
	color: #269700;
}


/* Testimonials - Increase Width */
.fusion-testimonials {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* Testimonials - Left Align Text */
.fusion-testimonials.clean .reviews blockquote q {
	text-align: left;
}

/* Extra Large Button - Increase Font Size */
.fusion-button {
	font-size: 24px !important;
}


/*=================================*/
/* Sales Page CSS                  */
/*=================================*/

/* Arrows and Bullets */
ul.red_arrow_list, ul.green_check_list {
    list-style-type: none;
	padding-left: 0px;
}

.center_bullets {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.red_arrow_list li {
	background-image: url("http://www.exercise.lgc.gs/wp-content/uploads/2017/06/red-arrow-bullet.png");
	background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 40px;
    padding-bottom: 15px;
}

.green_check_list li {
	background-image: url("http://www.exercise.lgc.gs/wp-content/uploads/2017/06/green-check-bullet.png");
	background-repeat: no-repeat;
    background-position: 0px -2px;
    padding-left: 45px;
    padding-bottom: 25px;
}

#guarantee_section {
	border-top: #ececec 1px solid;
}

/* Sales Page(s) Remove Top White-Space */
.page-id-501 #main,
.page-id-580 #main,
.page-id-563 #main,
.page-id-1024 #main,
.page-id-1047 #main {
	padding-top: 0px;
}

/* Hide Class Section */
.hide_section {
	display: none;
}



