@charset "utf-8";
/* CSS Document */

/******************* Overwriting Genesis Default Styles *******************/
body {
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 20px;
	line-height: 1.4;
	background-color: #fff;
}
a {
	color: #0000ff;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #0000ff;
}
.homepage-menu, .home .default-menu {
	display: none !important;
}
.home .homepage-menu, body .default-menu {
	display: inline-block !important;
}
.site-header {
	min-height: 0;
	background-color: #D60B8B;
	padding: 20px 0;
}
.entry {
	margin-bottom: 0;
}
.site-header .wrap {
	padding: 0;
}
.title-area {
	padding: 0;
}
.genesis-nav-menu a {
	padding: 15px;
}
.site-header .genesis-nav-menu .menu-item {
	margin-right: -4px;
}
.entry {
	padding: 20px;
}
.archive-description, .author-box {
	padding: 20px;
}
.comment-respond, .entry-pings {
	padding: 20px 20px 16px;
}
.entry-comments {
	padding: 20px;
}
.sidebar .widget {
	padding: 20px;
}
.page .entry-title {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 58px;
	border-bottom: 1px solid;
	margin-top: 25px;
	margin-bottom: 40px;
	position: relative;
}
.page .entry-title:after {
	width: 51px;
	height: 5px;
	content: '';
	position: absolute;
	display: block;
	background: #D60B8B;
	bottom: -3px;
}
/* Content Boxes
------------------------------------------------------------ */
 
.content-box-blue, .content-box-gray, .content-box-green, .content-box-purple, .content-box-red, .content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
}
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}
/******************* HOMEPAGE *******************/
.site-inner {
	padding-top: 0;
}
.entry {
	padding: 0;
	background-color: transparent;
}
.vc_row[data-vc-full-width] {
	overflow: visible !important;
}
.sub-heading {
	font-size: 27px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 500;
}
#about p {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 22px;
}
.full-btn {
	display: block;
	text-align: center;
	border-radius: 6px;
}
.social-info {
	margin: 15px 0 0 !important;
}
.social-info li {
	display: inline-block;
	margin: 0 5px;
}
.social-info a {
	background: rgba(255,255,255,0.50);
	text-align: center;
	width: 78px;
	display: block;
	font-size: 38px;
	height: 78px;
	padding: 16px 0 0 10px;
	color: #D60C8C;
	border-radius: 7px;
}
#about-suzanne {
	background-position: 25% !important;
}
.social-info a:hover {
	background: #fff !important;
	border-radius: 50%;
}
.video-testimonial {
	position: relative;
	display: inline-block;
}
.video-testimonial:before {
	content: '';
	background: url(/wp-content/uploads/2016/05/line-bottom2.png) no-repeat right top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -5px;
	right: -4px;
	display: block;
	z-index: 1000;
}
.video-testimonial:after {
	content: '';
	background: url(/wp-content/uploads/2016/05/line-bottom.png) no-repeat left bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -5px;
	left: -4px;
	display: block;
	z-index: 1000;
}
.video-testimonial p {
	margin: 00;
}
#p450718_wrapper {
	position: absolute !Important;
	top: 0;
	width: 100% !Important;
	height: 100% !important;
}
.contact-form ::-webkit-input-placeholder {
 color: #d4d4d4;
 font-weight: normal;
}
.contact-form :-moz-placeholder {
 color: #d4d4d4;
 font-weight: normal;
}
.contact-form ::-moz-placeholder {
 color: #d4d4d4;
 font-weight: normal;
}
.contact-form :-ms-input-placeholder {
 color: #d4d4d4;
 font-weight: normal;
}
.contact-form input[type="text"]:focus ::-moz-placeholder {
 color:#000 !Important;
}
.contact-form input[type="text"]:focus :-ms-input-placeholder {
 color:#000 !Important;
}
.contact-form input[type="text"]:focus :-moz-placeholder {
 color:#000 !Important;
}
.contact-form input[type="text"]:focus ::-webkit-input-placeholder {
 color:#000 !Important;
}
.contact-form input[type="text"] {
	padding: 21px !important;
	font-size: 17px !important;
	font-weight: normal !important;
	margin-bottom: 10px !important;
	border: 1px solid #fff !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.contact-form .gfield_label {
	display: none !Important;
}
.contact-form .gform_wrapper textarea {
	height: 115px !important;
	border: 1px solid #fff;
	padding: 18px 20px !important;
}
.contact-form input[type="text"]:focus, .contact-form .gform_wrapper textarea:focus {
	background: none !important;
	color: #fff !Important;
}
.contact-info {
	margin: 45px 0 0 !important;
}
.contact-info li {
	list-style: none !important;
	margin-bottom: 11px;
}
.contact-info a {
	font-size: 23px;
	color: #f7deeb;
	text-decoration: none !important;
}
.contact-info a .fa {
	margin-right: 14px;
	font-size: 25px;
}
#gform_submit_button_1 {
	background: #31b0c9;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	font-size: 30px;
	padding: 11px 0;
	width: 100%;
}
.gform_wrapper textarea.large, .gform_wrapper .top_label input.large {
	width: 100% !important;
}
.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 4px 0 0 !important;
}
#gform_submit_button_1:hover {
	background: #5CCCE2;
}
.suzane-name {
	line-height: 1;
	margin-top: -36px;
}
#barter p {
	line-height: 1.2;
	font-size: 18px;
}
.testimonial-wrapper {
	background-position: center bottom !Important;
}
.btn-full {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 0 !important;
	line-height: 1;
	font-size: 58px !important;
	font-weight: 700 !important;
	padding: 23px 0 !important;
}
.btn-full strong {
	font-size: 44px !important;
	margin-top: -3px !important;
	display: block;
}
#about-suzanne p {
	font-size: 20px;
	line-height: 1.3;
}
.work-sans {
	font-family: 'Work Sans', sans-serif !iMportant;
}
.extra-bold {
	font-weight: 700 !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.blue-btn {
	background: #36c2dc;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	font-size: 45px;
	padding: 13px 80px;
}
.blue-btn:hover {
	background: #31A1B5;
}
.testimonial-content {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	background: url('/wp-content/uploads/2016/05/quote.png') no-repeat;
	padding-left: 63px;
	padding-top: 3px;
	margin-left: 14px;
	margin-top: 15px;
}
.the-book-heading {
	margin-top: -58px;
}
.do-anything-heading {
	margin-top: -45px;
}
.remove-radius {
	border-radius: 0;
}
/******************* HEADER *******************/
.site-header.sticky {
	position: fixed;
	z-index: 10;
	width: 100%;
	padding: 7px 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.site-header .widget-area {
	width: 75%;
}
.title-area {
	width: 25%;
}
.header-image .site-title > a {
	background: url(/wp-content/uploads/2016/05/logo.jpg) no-repeat left;
	min-height: 47px;
	background-size: 100%;
}
.nav-primary {
	background-color: transparent;
}
.nav-primary .genesis-nav-menu li > a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 16.5px;
	color: #fff;
	outline: none !important;
}
.nav-primary .genesis-nav-menu li > a:hover, .nav-primary .genesis-nav-menu > .sfHover a, .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #52C6DF;
}
.white-txt {
	color: #fff;
}
/******************* FOOTER *******************/
.footer-left {
	float: left;
}
.footer-right {
	float: right;
}
.site-footer {
	font-weight: 500;
	padding: 25px 0;
	border-top: 1px solid #BDBDBD;
}


/******************* RESPONSIVE DESIGN *******************/
@media screen and (max-width: 1290px) {
.remove-lg {
	display: none !important;
}
}
@media screen and (max-width: 1290px) and (min-width: 990px) {
#banner-top {
	background-position: 65% 0 !important;
}
.vc_custom_1463106133841 {
	font-size: 58px !important;
}
.vc_custom_1463106557877 {
	font-size: 90px !Important;
}
.barter-with {
	font-size: 54px !important;
}
.suzane-name {
	font-size: 79px !important;
}
.vc_custom_1463106365895 {
	font-size: 29px !Important;
}
}
 @media screen and (max-width: 1100px) {
.btn-full strong {
	font-size: 32px !important;
}
.vc_custom_1463044955672 {
	margin-bottom: 25px !important;
	font-size: 28px !important;
}
.testimonial-wrapper h3, #about-suzanne h3 {
	font-size: 46px !important;
}
.testimonial-wrapper p {
	font-size: 20px;
}
#about-book h4 {
	font-size: 25px !important;
}
#about-book h4 br {
	display: none !important;
}
.buy-wrapper p {
	font-size: 21px;
}
.buy-wrapper h3, #about-book h3 {
	font-size: 47px !important;
}
.header-image .site-title > a {
	background-size: 100%;
}
.nav-primary .genesis-nav-menu li > a {
	font-size: 15px;
	padding: 15px 7px;
}
#banner-top h2 {
	font-size: 55px !important;
}
#banner-top h4 {
	font-size: 23px !important;
}
.blue-btn {
	font-size: 35px;
}
body .social-info a {
	width: 70px;
	height: 70px;
}
.footer-left, .footer-right {
	font-size: 14px;
}
}
 @media screen and (max-width: 990px) {
.genesis-nav-menu .menu-item:last-child {
	border: none;
}
.nav-primary {
	margin-top: 10px;
}
.genesis-nav-menu .menu-item {
	display: block;
	border-bottom: 1px solid #fff;
}
#gform_1 {
	margin-top: -40px;
}
#footer, #footer h3 {
	text-align: center !important;
}
#free-chapter img {
	margin-bottom: -55px;
}
body .social-info a {
	width: 60px;
	height: 60px;
	padding: 7px 0 0 10px;
}
body .vc_custom_1463044301166 {
	font-size: 40px !Important;
}
#about-suzanne .vc_col-sm-7, #free-chapter .vc_col-sm-5, #free-chapter .vc_col-sm-6, #barter .vc_col-sm-7, #barter .vc_col-sm-5 {
	width: 100% !important;
}
#about-suzanne {
	background-position: right !important;
}
.buy-wrapper p br {
	display: none;
}
body .buy-wrapper h3, body #about-book h3 {
	font-size: 41px !important;
}
#banner-top h2 {
	font-size: 45px !important;
}
.gc-responsive-menu-icon {
	display: block;
	text-align: right;
	margin-top: -36px;
}
body .title-area {
	width: 280px;
}
.site-header .widget-area {
	width: 100% !important;
}
#banner-top {
	background-position: 64% !important;
}
body .testimonial-wrapper {
	padding: 15px 0 !Important;
}
.testimonial-wrapper h3, #about-suzanne h3 {
	font-size: 42px !important;
	text-align: center !important;
}
#about-book .vc_col-sm-5, #about-book .vc_col-sm-7 {
	width: 100% !Important;
}
.book-img img {
	max-width: 300px;
	margin-bottom: -40px;
}
body #about-book h3 {
	text-align: center !Important;
}
#about-book h4 {
	font-size: 28px !important;
	text-align: center !Important;
}
#about-suzanne .vc_col-sm-5 {
	display: none;
}
.footer-left, .footer-right {
	float: none;
	margin: 8px;
}
#footer .vc_col-sm-6 {
	width: 100%;
}
}
 @media screen and (max-width: 730px) {
.social-info {
	text-align: center;
}
.suzane-name {
	font-size: 60px !important;
	margin-top: 10px;
}
#about-book .wpb_single_image {
	width: 100%;
	margin: 0 auto !important;
	display: block;
	float: none;
	max-width: 300px;
}
.testimonial-wrapper .testimonial-content p {
	font-size: 19px;
}
#footer h3 {
	text-align: center !IMPORTANT;
	font-size: 50px !IMPORTANT;
	padding-bottom: 22px;
}
#buy-now h3 {
	padding-bottom: 20px !important;
}
.barter-with {
	font-size: 40px !important;
}
#free-chapter h2.excerpt-from {
	font-size: 47px !important;
}
#free-chapter h2.the-book-heading {
	margin-top: -40px;
	font-size: 70px !important;
}
#free-chapter h2.do-anything-heading.extra-bold {
	font-size: 26px !important;
	margin-top: -31px;
}
div#about-book h3, div#about-book h4 {
	text-align: center !IMPORTANT;
}
#banner-top {
	background: left !important;
	padding: 10% 0 !important;
}
ul.contact-info {
	width: 100%;
	margin: 0 auto !IMPORTANT;
	max-width: 355px !important;
	display: block;
	float: none;
}
ul.contact-info li a {
	font-size: 18px !important;
}
div#free-chapter img {
	width: 200px;
}
div#barter {
	padding-top: 15px !IMPORTANT;
}
.vc_custom_1463101731173 .gform_wrapper {
	margin: -42px 0 0;
	max-width: 100%;
}
}
 @media screen and (max-width: 450px) {
.contact-info li a {
	font-size: 14px !important;
}
body .contact-info a .fa {
	margin-right: 4px;
	font-size: 15px;
}
body .title-area {
	width: 200px;
}
body .btn-full strong {
	font-size: 23px !important;
}
body .blue-btn {
	font-size: 30px !Important;
}
.buy-wrapper .wpb_single_image img {
	width: 150px;
}
a.blue-btn {
	padding: 15px 30px;
	font-size: 30px;
}
body .social-info a {
	width: 39px;
	height: 39px;
	padding: 0px;
	text-decoration: none;
}
.testimonial-content {
	padding: 0;
	background-position: top center;
	padding-top: 51px;
}
body div#about-suzanne {
	padding-top: 0px !important;
}
body .social-info a .fa {
	font-size: 27px;
	display: block;
	padding: 7px 0px 0px 7px;
}
body #free-chapter h2.excerpt-from {
	font-size: 30px !important;
}
body #free-chapter h2.the-book-heading {
	margin-top: -35px;
	font-size: 46px !important;
}
body #free-chapter h2.do-anything-heading.extra-bold {
	font-size: 16px !important;
	margin-top: -31px;
}
h2.barter-with {
	font-size: 36px !important;
}
h2.suzane-name {
	font-size: 53px !important;
	margin-top: -12px;
	padding-bottom: 5px;
}
}
