/*

Theme Name:		Golf Workout
Description:	Theme for http://golfworkoutprogram.com
Version:			1.0
Author:			MisterR
Author URI:		http://misterr.com.ua



*/

/* = Document Setup
---------------------------------------------------- */d

	
.moneyback {
    margin-top: 20px;
    padding: 2em 1em;
    background-color: #f2f2f2;
    border-color: #e2e2e2;
    border-width: 2px;
    border-style: solid;
}

.moneyback .pullLeft {
	width: 27%;
    float: left;
    display: inline-block;
}

.moneyback .pullRight {
    width: 67%;
    display: inline-block;
    padding-left: 30px;
}

.moneyback h3 {
	font-size: 40px;
    text-transform: capitalize;
    line-height: 1.225;
}

@media only screen and (max-width: 767px) {

	.moneyback .pullLeft {
		width: 100%;
		margin: 0 auto;
	}

	.moneyback .pullRight {
		width: 100%;
		display: inline-block;
		padding-left: 0px;
	}

	.moneyback h3 {
		text-align: center !important;
	}
}

*{
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent no-repeat left top;
	word-wrap: break-word;
	outline: none;
}

body{
	font-size: 18px;
	line-height: 28px;
	font-family: 'ProximaNova-Regular';
	font-weight: normal;
	font-style: normal;

	background-color: #f3f3f3;
	color: #000;
}

h1, h2, h3, h4{
	font-family: 'ProximaNova-Bold';
	font-weight: normal;
}

h1 em, h2 em, h3 em, h4 em{
	font-family: 'ProximaNova-BoldIt';
	font-style: normal;
}

h1{
	font-size: 46px;
	line-height: 54px;
	margin-bottom: 25px;
}

h2{
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}

h3{
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h4{
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

a{
	text-decoration: underline;
	color: #06b370;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	color: #07d384;
}

select,
textarea,
input{
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"]{
	border: 1px solid #d6d6d6;
	background-color: #fff;

	font-size: 18px;
	line-height: 27px;
	font-family: 'ProximaNova-Regular';
	color: #000;
}

select,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"]{
	padding: 11px 18px;
	height: 51px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"]{
	-webkit-appearance: none;
}

textarea{
	padding: 11px 18px;
	resize: vertical;
}

input[type="radio"],
input[type="checkbox"]{
	width: 18px;
	height: 18px;
	margin: 0 6px 0 0;
	cursor: pointer;
}

input[type="button"],
input[type="submit"]{
    padding: 20px 56px;
    border-radius: 31px;
    font-size: 22px;
    line-height: 33px;
	-webkit-appearance: none;
	border-color: #f24603 !important;
	white-space: normal;
	cursor: pointer;
	background-color: #f24603 !important;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus{
	background-color: #ff6e04 !important;
}

input:-ms-input-placeholder { color: #a3a3a3; }
input::-webkit-input-placeholder { color: #a3a3a3; }
input:-moz-placeholder { color: #a3a3a3; opacity: 1; }
input::-moz-placeholder { color: #a3a3a3; opacity: 1; }

textarea:-ms-input-placeholder { color: #a3a3a3; }
textarea::-webkit-input-placeholder { color: #a3a3a3; }
textarea:-moz-placeholder { color: #a3a3a3; opacity: 1; }
textarea::-moz-placeholder { color: #a3a3a3; opacity: 1; }

em{
	font-family: 'ProximaNova-RegularIt';
	font-style: normal;
}

strong{
	font-family: 'ProximaNova-Bold';
	font-weight: normal;
}

em strong,
strong em{
	font-family: 'ProximaNova-BoldIt';
	font-weight: normal;
	font-style: normal;
}

hr{
	margin: 50px auto;
	height: 0;

	border-color: #d9d9d9;
	border-width: 0 0 1px;
	border-style: solid;
	clear: both;
}

/* = Core Classes
---------------------------------------------------- */

.wrap{
	padding: 0 30px;
	max-width: 1140px;
	margin: 0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.alignleft{
	margin: 5px 25px 15px 0;
	float: left;
	z-index: 5;
}

.aligncenter{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.alignright{
	margin: 5px 0 15px 25px;
	float: right;
	z-index: 5;
}

.textleft{
	text-align: left;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.hidden{
	display: none;
}

.nomargin{
	margin: 0;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 0;
}

.clearfix::after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.non-selectable{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* = Site Container
---------------------------------------------------- */

.site-container{
	position: relative;
	overflow: hidden;
}

.javascript-warning{
	background-color: #f24603;
	padding: 8px 0;

	font-size: 20px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

/* = Site Header
---------------------------------------------------- */

.site-header{
	padding-top: 27px;
    padding-bottom: 33px;
}

.home .site-header{
	position: absolute;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
}

.internal .site-header{
	border-bottom: 1px solid #dbdbdb;
	background-color: #fafafa;
	padding-top: 15px;
    padding-bottom: 5px;
}

/* title */

.site-title{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}

.site-title strong{
	display: inline-block;

	font-size: 24px;
	line-height: 50px;
	font-family: 'ProximaNova-Black';
	font-weight: 400;
	color: #06b370;
}

.site-title span{
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
	font-family: 'ProximaNova-Bold';
	color: #202528;
}

/* navigation */

.site-navigation{
	float: right;
}

.site-navigation li{
	list-style: none;
	display: block;
}

.site-navigation li a{
	display: block;
}

.site-navigation .nav-menu{
	display: inline-block;
}

.site-navigation .nav-menu li{
	margin-right: 20px;
	float: left;
}

.site-navigation .nav-menu li a{
	padding: 10px 30px;
	border-radius: 25px;

	font-size: 21px;
	line-height: 30px;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	text-decoration: none;
	color: #202528;
}

.site-navigation .nav-menu li a:hover{
	color: #07d384;
}

.site-navigation .nav-menu li.extra {
	margin-right: 0px;
}

.site-navigation .nav-menu li.extra a{
	background-color: #06b370;
	color: #fff;
}

.site-navigation .nav-menu li.extra a:hover{
	background-color: #07d384;
	color: #fff;
}

.site-navigation .account{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	position: relative;

	background-image: url(lib/images/account-icon.png);
	background-position: center;
	background-size: 50px 50px;
}

.site-navigation .user-menu{
	min-width: 100px;
	padding-top: 10px;
	display: none;
	z-index: 1;

	position: absolute;
	top: 100%;
	right: 0;
}

.site-navigation .account:hover .user-menu{
	display: block;
}

.site-navigation .user-menu li{
	background-color: #e2e2e2;
}

.site-navigation .user-menu li a{
	padding: 7px 16px;

	font-size: 19px;
	line-height: 27px;
	font-family: 'ProximaNova-Bold';
	text-decoration: none;
	white-space: nowrap;
	color: #202528;
}

/* = Site Main
---------------------------------------------------- */

.page.with-sidebar .page-inner{
	padding-right: 410px;
}

.page.with-sidebar .page-content{
	width: 100%;
	float: left;
}

.page.with-sidebar .page-sidebar{
	width: 360px;
	margin-right: -410px;
	float: right;
}

/* = Page Header
---------------------------------------------------- */

.page-title{
	margin-bottom: 0;
}

/* home */

.page-header.home{
	padding-top: 120px;
	padding-bottom: 150px;
	position: relative;

	background-color: #06b370;
	text-align: center;
}

.page-header.sales{
	background-color: #06b370;
}

.page-header.pitch {
}

.page.default.pitch .page-header, .pitchWrap header {
    padding: 50px 0;
}

.pitchWrap {
 	position: relative;
	background-color: #232b4f;
    padding: 1em;
    text-align: center;
}

.page.default.pitch .page-title, .pitchWrap header h1 {
	color: #fafafa;
	text-transform: capitalize;
	font-size: 3.5em;
}


img.pitchBackground {
	background-position: center;
    position: relative;
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.thumbing img {
	height: 150px;
}


.page-header-outer{
	display: table;
	height: 480px;
	width: 100%;
}

.page-header-inner{
	vertical-align: middle;
	display: table-cell;
}

.page-header.home .wrap{
	position: relative;
	z-index: 1;
}

.page-header.home .page-title{
	text-transform: uppercase;
	line-height: 68px;
	font-size: 60px;
}

.page-tagline{
	font-size: 28px;
	line-height: 36px;
	font-family: 'ProximaNova-Semibold';
	margin-top: 6px;
}

.page-tagline li{
	list-style: none;
}

.page-tagline ol > li{
	counter-increment: item;
}

.page-tagline ol > li::before{
	width: 1.5em;
	padding-right: 0.5em;
	content: counter(item) ".";
	display: inline-block;
	text-align: right;
}

.page-tagline ul > li::before{
	width: 8px;
	height: 8px;
	margin-right: 8px;
	margin-bottom: 3px;
	display: inline-block;
	content: "";

	background-color: #06b370;
	border-radius: 50%;
}

.page-header.home .button{
	margin-top: 42px;
}

.page-header .background{
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page-header .background.mobile{
	display: none;
}

/* default */

.page-header.default{
	padding-top: 40px;
	padding-bottom: 34px;
}

.page-header.default .page-title{
	text-transform: uppercase;
}

/* post */

.page-header.post{
	margin-bottom: 65px;
	padding-bottom: 48px;
	position: relative;
}

.page-header.post::after{
	height: 3px;
	width: 286px;
	margin-left: -143px;
	background-color: #ccc;
	content: "";

	position: absolute;
	left: 50%;
	bottom: 0;
}

.page-header.post .page-title{
	text-align: center;
}

/* = Page Content
---------------------------------------------------- */

.page-content p{
	margin-bottom: 28px;
}

.page-content p:empty{
	margin-bottom: 0;
}

.page-content ol,
.page-content ul{
	margin-bottom: 28px;
	list-style: none;
}

.page-content ol{
	counter-reset: item;
}

.page-content li{
	margin-bottom: 7px;
}

.page-content ol > li{
	counter-increment: item;
}

.page-content ol > li::before{
	width: 1.5em;
	padding-right: 0.5em;
	content: counter(item) ".";
	display: inline-block;

	font-weight: bold;
	text-align: right;
}

.page-content ul > li{
	padding-left: 20px;
	position: relative;
}

.page-content ul > li::before{
	width: 8px;
	height: 8px;
	display: block;
	content: "";
	background-color: #06b370;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.page-content blockquote{
	margin: 40px 0;

	font-size: 24px;
	line-height: 32px;
	font-family: 'CharterBT-Italic';
}

.page-content blockquote p:last-child,
.page-content blockquote ol:last-child,
.page-content blockquote ul:last-child{
	margin-bottom: 0;
}

.page-content img{
	max-width: 100%;
	height: auto;
}

.page-content iframe{
	max-width: 100%;
}

.page-content table{
	border-collapse: collapse;
}

/* = Page Content Sections
---------------------------------------------------- */

.page-content-section{
	padding-top: 70px;
	padding-bottom: 50px;
	background-position: center;
	background-size: cover;
}

/* customizations */

.page-content-section.a-proven-program{
	font-size: 21px;
	line-height: 34px;
	text-align: center;
}

.page-content-section.a-proven-program h2{
	font-size: 70px;
	line-height: 72px;
	font-family: 'ProximaNova-Black';
	text-transform: uppercase;
	margin-bottom: 30px;
}

.page-content-section.a-proven-program h3{
	font-size: 50px;
	line-height: 58px;
	font-family: 'ProximaNova-Light';
}

.page-content-section.a-proven-program p{
	max-width: 945px;
	margin-right: auto;
	margin-left: auto;
}

.page-content-section.a-proven-program .button{
	margin-top: 40px;
}

.page-content-section.do-you-want-to-play-better-golf{
	line-height: 27px;
}

.page-content-section.do-you-want-to-play-better-golf .one-half{
	width: 41.65%;
}

.page-content-section.do-you-want-to-play-better-golf .one-half.last{
	padding-left: 8.50%;
	width: 40.20%;
}

.page-content-section.do-you-want-to-play-better-golf h2{
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
}

.page-content-section.do-you-want-to-play-better-golf h2 strong{
	font-size: 90px;
	line-height: 98px;
	font-family: 'ProximaNova-Black';
	color: #06b370;
}

.page-content-section.do-you-want-to-play-better-golf h3{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 15px;
}

.page-content-section.do-you-want-to-play-better-golf .bigger{
	font-size: 28px;
	line-height: 36px;
	font-family: 'ProximaNova-Semibold';
}

.page-content-section.it-took-me-outrageously-longer{
	line-height: 27px;
}

.page-content-section.it-took-me-outrageously-longer .one-half{
	width: 41.25%;
}

.page-content-section.it-took-me-outrageously-longer h2{
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}

.page-content-section.it-took-me-outrageously-longer h2 strong{
	font-size: 90px;
	line-height: 98px;
	font-family: 'ProximaNova-Black';
	color: #06b370;
}

.page-content-section.it-took-me-outrageously-longer .bigger{
	font-size: 28px;
	line-height: 36px;
	font-family: 'ProximaNova-Semibold';
}

.page-content-section.it-took-me-outrageously-longer .bigger.green{
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	color: #06b370;
}

.page-content-section.two-months-later-i-created-the-gwp{
	font-size: 21px;
	line-height: 34px;
	text-align: center;
}

.page-content-section.two-months-later-i-created-the-gwp .wrap{
	max-width: 945px;
}

.page-content-section.two-months-later-i-created-the-gwp h2{
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.page-content-section.two-months-later-i-created-the-gwp h2 em{
	margin-bottom: 35px;
	padding-bottom: 45px;
	position: relative;
	display: block;

	font-size: 36px;
	line-height: 44px;
	font-family: 'CharterBT-Italic';
	text-transform: none;
}

.page-content-section.two-months-later-i-created-the-gwp h2 em::after{
	height: 3px;
	width: 286px;
	margin-left: -143px;
	background-color: #fff;
	display: block;
	content: "";

	position: absolute;
	left: 50%;
	bottom: 0;
}

.page-content-section.what-is-the-golf-workout-program{
	font-size: 21px;
	line-height: 34px;
	text-align: center;
}

.page-content-section.what-is-the-golf-workout-program .wrap{
	max-width: 945px;
}

.page-content-section.what-is-the-golf-workout-program h2{
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

/* = Contact Forms
---------------------------------------------------- */

.gform_wrapper{
	margin-bottom: 28px;
}

.gform_wrapper br,
.gform_wrapper .gform_heading p,
.gform_wrapper form + p,
.gform_wrapper + p{
	display: none;
}

.gform_wrapper .validation_error{
	margin-bottom: 28px;
	color: #f24603;
}

.gform_wrapper .gform_fields{
	margin-bottom: 0;
}

.gform_fields .gfield{
	margin-bottom: 14px;
	padding-left: 0;
	clear: both;
}

.gform_fields .gfield::before{
	display: none;
}

.gform_fields .gfield.left,
.gform_fields .gfield.right{
	width: 48.4211%;
	clear: none;
	z-index: 2;
}

.gform_fields .gfield.gform_hidden,
.gform_fields .gfield.gfield_visibility_hidden,
.gform_fields .gfield.gform_validation_container{
	display: none;
}

.gform_fields .gfield .gfield_label{
	margin-bottom: 4px;
	display: block;
}

.gform_fields .gfield.no-label .gfield_label{
	display: none;
}

.gform_fields .gfield .gfield_required{
	display: none;
}

.gform_fields .gfield select,
.gform_fields .gfield textarea,
.gform_fields .gfield input[type="tel"],
.gform_fields .gfield input[type="text"],
.gform_fields .gfield input[type="email"],
.gform_fields .gfield input[type="number"],
.gform_fields .gfield input[type="password"]{
	width: 100%;
}

.gform_fields .gfield textarea{
	height: 132px;
}

.gform_fields .gfield.gfield_error select,
.gform_fields .gfield.gfield_error textarea,
.gform_fields .gfield.gfield_error input[type="tel"],
.gform_fields .gfield.gfield_error input[type="text"],
.gform_fields .gfield.gfield_error input[type="email"],
.gform_fields .gfield.gfield_error input[type="number"],
.gform_fields .gfield.gfield_error input[type="password"]{
	border-color: #f24603;
}

.gform_fields .gfield ul.gfield_radio,
.gform_fields .gfield ul.gfield_checkbox{
	margin-bottom: 0;
}

.gform_fields .gfield ul.gfield_radio li,
.gform_fields .gfield ul.gfield_checkbox li{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
	padding-left: 0;
}

.gform_fields .gfield ul.gfield_radio li:last-child,
.gform_fields .gfield ul.gfield_checkbox li:last-child{
	margin-bottom: 0;
}

.gform_fields .gfield ul.gfield_checkbox li::before{
	display: none;
}

.gform_fields .gfield ul.gfield_radio li input,
.gform_fields .gfield ul.gfield_checkbox li input{
	margin-bottom: 4px;
	height: 16px;
	width: 16px;
}

.gform_fields .gfield .validation_message{
	display: none;
}

.gform_footer img{
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
}

.gform_footer p,
.gform_footer + p{
	display: none;
}

.gform_confirmation_message{
	margin-bottom: 28px;
}

/* = Sign Up Form
---------------------------------------------------- */

.sign-up-form .gform_wrapper{
	margin-bottom: 0;
}

.sign-up-form .gform_fields::after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.sign-up-form .gform_fields .gfield{
	float: left;
	clear: none;
}

.sign-up-form .gform_fields .gfield_label{
	display: none;
}

.sign-up-form .gform_footer input{
	background-color: #f24603;
}

.sign-up-form .gform_footer input:hover,
.sign-up-form .gform_footer input:active,
.sign-up-form .gform_footer input:focus{
	background-color: #ff6e04;
}


/* = Page Sidebar
---------------------------------------------------- */

.page-sidebar{
	line-height: 25px;
}

.page-sidebar .widget{
	border: 1px solid #d9d9d9;
	background-color: #fbfcfd;
}

.page-sidebar .widget:nth-child(n+2){
	margin-top: 50px;
}

.page-sidebar .widget-title{
	border-bottom: 1px solid #d9d9d9;
	background-color: #eee;

	padding: 22px 40px 21px;
	margin-bottom: 0;
}

.page-sidebar p{
	margin-bottom: 25px;
}

.page-sidebar p:empty{
	margin-bottom: 0;
}

.page-sidebar ol,
.page-sidebar ul{
	margin-bottom: 25px;
}

.page-sidebar .widget-title + ol,
.page-sidebar .widget-title + ul{
	padding: 30px 35px 35px;
	margin-bottom: 0;
}

.page-sidebar li{
	margin-bottom: 13px;
	font-size: 16px;
}

.page-sidebar li:last-child{
	margin-bottom: 0;
}

.page-sidebar ul > li{
	padding-left: 19px;
	position: relative;
	list-style: none;
}

.page-sidebar ul > li::before{
	width: 7px;
	height: 7px;
	display: block;
	content: "";

	background-color: #dadada;
	border-radius: 50%;

	position: absolute;
	top: 9px;
	left: 0;
}

.page-sidebar a{
	display: inline-block;
	text-decoration: none;
	color: #f24603;
}

.page-sidebar a:hover,
.page-sidebar a:active,
.page-sidebar a:focus{
	text-decoration: underline;
	color: #ff6e04;
}

.page-sidebar .button:hover,
.page-sidebar .button:active,
.page-sidebar .button:focus{
	text-decoration: none;
}

.page-sidebar img{
	max-width: 100%;
	height: auto;
}

.page-sidebar iframe{
	max-width: 100%;
}

.page-sidebar table{
	border-collapse: collapse;
}

/* cta */

.page-sidebar .widget_call_to_action{
	background: none;
	border: none;
}

.page-sidebar .widget_call_to_action .widget-inner{
	width: 360px;
	padding: 46px 20px 40px;
	box-sizing: border-box;
	text-align: center;

	border: 1px solid #d9d9d9;
	background-color: #ebebeb;

	background-image: url(lib/images/cta-widget.png);
	background-position: right bottom;
	background-size: contain;
}

.page-sidebar .widget_call_to_action .widget-title{
	border-bottom: none;
	background: none;
	padding: 0;

	font-size: 26px;
	line-height: 34px;
	font-family: 'ProximaNova-Black';
}

.page-sidebar .widget_call_to_action .main-text{
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}

.page-sidebar .widget_call_to_action .above-text{
	font-size: 24px;
	line-height: 32px;
	font-family: 'ProximaNova-Light';
	text-transform: uppercase;
	margin-top: 20px;
}

.page-sidebar .widget_call_to_action .button{
	margin-top: 26px;
}

.page-sidebar .widget_call_to_action .below-text{
	font-size: 19px;
	line-height: 25px;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	margin-top: 15px;
}

/* menu */

.page-sidebar .widget_nav_menu .menu{
	padding: 30px 35px;
	margin-bottom: 0;
}

/* search */

.page-sidebar .widget_search form{
	padding: 25px 35px;
}

.page-sidebar .widget_search form input[type="text"]{
	width: 100%;
}

.page-sidebar .widget_search form input[type="submit"]{
	display: none;
}

/* text */

.page-sidebar .widget_text .textwidget{
	padding: 30px 35px 35px;
}

.page-sidebar .widget_text .textwidget p:last-child,
.page-sidebar .widget_text .textwidget ol:last-child,
.page-sidebar .widget_text .textwidget ul:last-child{
	margin-bottom: 0;
}

/* image/text */

.page-sidebar .image-text-widget-image{
	display: block;
}

.page-sidebar .image-text-widget-text{
	padding: 30px 35px 35px;
}

.page-sidebar .image-text-widget-text p:last-child,
.page-sidebar .image-text-widget-text ol:last-child,
.page-sidebar .image-text-widget-text ul:last-child{
	margin-bottom: 0;
}

/* = Blog Page
---------------------------------------------------- */

.page.blog .page-inner{
	padding-bottom: 82px;
}

.page.blog .page-content{
	max-width: 680px;
}

/* sign up form */

.page.blog .sign-up-form{
	padding: 35px 40px 28px;
	border: 1px solid #dfdfdf;
	background-color: #06b370;
	color: #fafafa;
}

.page.blog .sign-up-form .title{
	margin-bottom: 15px;

	font-size: 28px;
	line-height: 36px;
	font-family: 'ProximaNova-Semibold';
	text-transform: none;
}

.page.blog .sign-up-form .text{
	line-height: 25px;
}

.page.blog .sign-up-form .text p{
	margin-bottom: 22px;
}

.page.blog .sign-up-form form::after{
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.page.blog .sign-up-form .gform_body{
	width: 66.5552%;
	padding-top: 3px;
	float: left;
}

.page.blog .sign-up-form .gfield{
	width: 46.4824%;
}

.page.blog .sign-up-form .gfield:first-child{
	margin-right: 7.0352%;
}

.page.blog .sign-up-form .gform_footer{
	width: 30.2676%;
	float: right;
}

.page.blog .sign-up-form .gform_footer input{
	width: 100%;
	padding: 14px 22px;
}

.page.blog .sign-up-form .gform_footer img{
	display: none;
}

/* posts */

.page.blog .post:nth-child(n+2){
	margin-top: 70px;
}

.page.blog .post-thumb{
	position: relative;
	display: block;
}

.page.blog .post-thumb img{
	display: block;
	width: 100%;
}

.page.blog .post-thumb-outer{
	background-color: rgba(6,179,112,0.7);
	position: absolute;
	display: none;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page.blog .post-thumb:hover .post-thumb-outer{
	display: block;
}

.page.blog .post-thumb-middle{
	display: table;
	height: 100%;
	width: 100%;
}

.page.blog .post-thumb-inner{
	vertical-align: middle;
	display: table-cell;
}

.page.blog .post-thumb-title{
	padding: 30px 35px;

	font-size: 32px;
	line-height: 40px;
	font-family: 'ProximaNova-Bold';
	text-align: center;
	color: #fff;
}

.page.blog .post-text{
	padding: 37px 45px 47px;
	background-color: #fff;
}

.page.blog .post-title{
	margin-bottom: 4px;
}

.page.blog .post-title a{
	text-decoration: none;
	color: inherit;
}

.page.blog .post-title a:hover,
.page.blog .post-title a:active,
.page.blog .post-title a:focus{
	color: #07d384;
}

.page.blog .post-excerpt p{
	margin-bottom: 22px;
}

/* pagination */

.page.blog .pagination{
	margin-top: 30px;
}

.page.blog .pagination .prev,
.page.blog .pagination .next{
	width: 242px;
	margin: auto;
}

.page.blog .pagination .prev{
	float: left;
}

.page.blog .pagination .next{
	float: right;
}

.page.blog .pagination .button{
	margin-top: 20px;
	width: 100%;
}

/* = Single Post
---------------------------------------------------- */

.page.post .page-inner{
	padding-bottom: 70px;
	padding-top: 55px;
}

.page.post .post-thumbnail{
	margin-bottom: 45px;
	position: relative;
}

.page.post .post-thumbnail img{
	display: block;
	width: 100%;
}

.page.post .post-thumbnail span{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page.post .page-content p + h2,
.page.post .page-content ol + h2,
.page.post .page-content ul + h2{
	margin-top: 22px;
}

.page.post .page-content p + h3,
.page.post .page-content ol + h3,
.page.post .page-content ul + h3{
	margin-top: 22px;
}

.page.post .page-content p img:last-child:first-child{
	margin-bottom: 25px;
	margin-top: 30px;
}

/* sign up form */

.page.post .sign-up-form{
	padding: 65px 70px 56px;
	border: 1px solid #d9d9d9;
	background-image: url(lib/images/suf-post.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.page.post .sign-up-form .title{
	font-size: 46px;
	line-height: 54px;
}

.page.post .sign-up-form .text{
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}

.page.post .sign-up-form .gform_wrapper{
	margin: 30px auto 0;
	max-width: 950px;
}

.page.post .sign-up-form .gform_body{
	background-color: #2a2a2a;
	padding: 38px 60px 24px;
	margin-bottom: 38px;
}

.page.post .sign-up-form .gfield{
	list-style: none;
	width: 46.9880%;
}

.page.post .sign-up-form .gfield:first-child{
	margin-right: 6.0240%;
}

.page.post .sign-up-form .gfield select,
.page.post .sign-up-form .gfield textarea,
.page.post .sign-up-form .gfield input[type="tel"],
.page.post .sign-up-form .gfield input[type="text"],
.page.post .sign-up-form .gfield input[type="email"],
.page.post .sign-up-form .gfield input[type="number"],
.page.post .sign-up-form .gfield input[type="password"]{
	font-size: 20px;
	line-height: 30px;
	padding: 14px 26px;
}

.page.post .sign-up-form .gfield select,
.page.post .sign-up-form .gfield textarea,
.page.post .sign-up-form .gfield input[type="tel"],
.page.post .sign-up-form .gfield input[type="text"],
.page.post .sign-up-form .gfield input[type="email"],
.page.post .sign-up-form .gfield input[type="number"],
.page.post .sign-up-form .gfield input[type="password"]{
	height: 60px;
}

.page.post .sign-up-form .gform_footer input{
	padding: 16px 40px;
	border-radius: 33px;
	min-width: 270px;

	font-size: 23px;
	line-height: 34px;
}

/* pagination */

.page.post .pagination{
	margin-top: 25px;
}

.page.post .pagination .prev,
.page.post .pagination .next{
	width: 242px;
	margin: auto;
}

.page.post .pagination .prev{
	float: left;
}

.page.post .pagination .next{
	float: right;
}

.page.post .pagination .button{
	margin-top: 20px;
	width: 100%;
}

/* = Sign Up Page
---------------------------------------------------- */

.page.sign-up{
	position: relative;
}

.page.sign-up .page-content{
	padding-top: 55px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

/* sign up form */

.page.sign-up .sign-up-form{
	padding: 55px 70px 80px;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
}

.page.sign-up .sign-up-form .title{
	margin-bottom: 6px;
	text-transform: uppercase;
	line-height: 51px;
}

.page.sign-up .sign-up-form .text{
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}

.page.sign-up .sign-up-form .gform_wrapper{
	margin: 55px auto 0;
	max-width: 950px;
}

.page.sign-up .sign-up-form .gform_body{
	background-color: #2a2a2a;
	padding: 38px 60px 24px;
	margin-bottom: 38px;
}

.page.sign-up .sign-up-form .gfield{
	list-style: none;
	width: 46.9880%;
}

.page.sign-up .sign-up-form .gfield:first-child{
	margin-right: 6.0240%;
}

.page.sign-up .sign-up-form .gfield select,
.page.sign-up .sign-up-form .gfield textarea,
.page.sign-up .sign-up-form .gfield input[type="tel"],
.page.sign-up .sign-up-form .gfield input[type="text"],
.page.sign-up .sign-up-form .gfield input[type="email"],
.page.sign-up .sign-up-form .gfield input[type="number"],
.page.sign-up .sign-up-form .gfield input[type="password"]{
	font-size: 20px;
	line-height: 30px;
	padding: 14px 26px;
}

.page.sign-up .sign-up-form .gfield select,
.page.sign-up .sign-up-form .gfield textarea,
.page.sign-up .sign-up-form .gfield input[type="tel"],
.page.sign-up .sign-up-form .gfield input[type="text"],
.page.sign-up .sign-up-form .gfield input[type="email"],
.page.sign-up .sign-up-form .gfield input[type="number"],
.page.sign-up .sign-up-form .gfield input[type="password"]{
	height: 60px;
}

.page.sign-up .sign-up-form .gform_footer input{
	padding: 16px 40px;
	border-radius: 33px;
	min-width: 270px;

	font-size: 23px;
	line-height: 34px;
}

/* background */

.page.sign-up .background{
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.page.sign-up .background.mobile{
	display: none;
}




/* = Default Page
---------------------------------------------------- */

.page.default .page-content-inner{
	padding: 60px 55px 40px;
	background-color: #fff;
}

.page.default.full-width .page-content{
	margin-bottom: 50px;
}

.page.default.full-width .page-title {
	text-align: center;
}


/* = Full-Width Page
---------------------------------------------------- */
.page.full-width, .page.sales, .page.pitch {
	position: relative;
	background-color: #e2e2e2;
}


/* = GLOBAL New Pages Added
---------------------------------------------------- */
.page.default.sales .page-header, .page.default.full-width .page-header, .page.default.payment .page-header, .page.post.default.lesson header {
    background-color: #323232;
    padding: 80px 0;
    text-align: center;
    color: #fafafa;
}

.page.default.sales .page-content, .page.default.payment .page-content, .page.default.lesson .page-content, .page.default.pitch .page-content {
    margin-bottom: 50px;
    max-width: 800px;
    margin: 0 auto;
}

/* = Sales Page
---------------------------------------------------- */

.page.default.sales .page-content-inner {
    padding: 75px 85px 40px;
    padding: 60px 55px 40px;
}

.page.default.sales .page-content {
    margin-bottom: 50px;
    max-width: 800px;
    margin: 0 auto;
}
.page.default.sales .page-title {
	text-align: center;
	text-transform: capitalize;
}


.page.sales .page-content, .page.pitch .page-content {
	padding-top: 55px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}


/* buy section */
.pitchSection {
	padding: 10px 0 0;
    margin-bottom: 20px;
}

.buy {
  text-align: center;
  overflow: auto;
  clear: both;
}

.buy .buyCenter {
    float: none;
    margin-left: auto;
    max-width: 500px;
    margin-bottom: 20px;
    margin: 0 auto;
    padding: 1em;
    background-color: #232b4f;
    color: #ffffff;
	font-size: 1.17em;
    border-color: #151a30;
    border-width: 5px;
    border-style: solid;
}

.buy .buyCenter h3 {
	font-size: 40px;
	text-transform: capitalize;
    line-height: 1.225;
}

.buy .buyCenter hr {
    border-color: #06b370;
    max-width: 75px;
    border-width: 0 0 2px;
    margin: 20px auto;
}

.buy .buyCenter .button.huge {
	padding: 16px 100px;
}

.price {
	font-size: 52px;
	font-family: 'ProximaNova-Bold';
    display: inline-block;
    background-color: #06b370;
    height: 130px;
    width: 130px;
    line-height: 130px;
    border-radius: 50%;
    margin-bottom: .5em;
}

.price-discount {
	font-size: 52px;
	font-family: 'ProximaNova-Bold';
    display: inline-block;
    height: 130px;
    width: 130px;
    line-height: 130px;
    text-decoration: line-through !important;
    text-decoration-color: #FF0000 !important;
}

span.price-strike {
	    text-decoration: line-through #FF0000 !important;
}

.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 2px solid red;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.price .green-price {
	background-color: #3377C2 !important;
    color: #fefefe;
}

/* = Courses/Lessons Page
---------------------------------------------------- */

.sensei-results-links {
	display: none;
}


.sensei p.sensei-message.info, .sensei div.sensei-message.info, .course-container p.sensei-message.info, .course-container div.sensei-message.info, .course p.sensei-message.info, .course div.sensei-message.info, .lesson p.sensei-message.info, .lesson div.sensei-message.info, .quiz p.sensei-message.info, .quiz div.sensei-message.info, .learner-info p.sensei-message.info, .learner-info div.sensei-message.info {
    background: #06b370;
    border-radius: 0px;
    color: #ffffff;
    margin: 0;
}

footer.quiz-area p {
	text-align: center;
}



div.meter {
    height: auto !important;
	margin: 0;
	border-radius: 0;
}

.meter > span {
	border-radius: 0 !important;
}

.page.default.sales header h1 {
	display: none;
}

.single-course-header, .progress.statement.course-completion-rate, .status.in-progress {
	display: none;
}

span.grade, .module-status {
	display: none;
}

.module .module-lessons ul > li::before {
	display: none;
}

/* = Lessons Page
---------------------------------------------------- */
.page.lesson{
	position: relative;
	background-color: #e2e2e2;
}


.page.post.default.lesson header h1 {
	text-align: center;
}

.sensei-message, .sensei-message.info, .sensei-message.tick, .sensei-message.alert {
	text-align: center;
	margin: 0 !important;
}

.training-prompt {
    padding: 40px;
    background-color: #06b370;
    border: 3px solid #059c62;
    color: #fff;
	background-repeat: no-repeat;
    background-size: 14%;
}

.training-prompt h2 {
	font-size: 48px;
}

.training-prompt .pdown {
	background-image: url(/wp-content/themes/golfworkout/lib/images/training-prompt.png);
    background-position: 0px 20px;
    padding: 20px 0px 0px 30%;
}

.training-prompt p {
	font-size: 28px;
}

.subtitle a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.502);
}
/* = Quizzes Page
---------------------------------------------------- */
.page.quiz{
	position: relative;
	background-color: #e2e2e2;
}


.page.post.default.quiz header h1 {
	text-align: center;
}

.page.post.default.quiz .page-content {
	margin-bottom: 50px;
    width: 800px;
    margin: 0 auto;
}

.entry.quiz-questions {
    padding: 60px 55px 40px;
    background-color: #fff;
}

.entry.quiz-questions ul > li::before {
	display: none;
}

.lesson div.sensei-message.tick {
    background: #06b370;
    border-radius: 0px;
    color: #ffffff;
    margin: 0;
}

.quiz-block {
	text-align: center;
}

ul.answers li {
	margin-top: .5em;
	padding-left: 2em;
}

.quiz input.quiz-submit.reset:hover, .lesson input.quiz-submit.reset:hover {
	background: #e73f3f;
}

.sensei-message .next-lesson {
    max-width: 200px;
    margin: 20px auto 0 !important;
    display: block !important;
}

.answer_message.user_right {
	display: none;
}


.course-title a {
	text-decoration: none;
}

.entry .meter {
	display: none;
}

ul.course-container  > li::before {
	display: none;
}

/* = Cart Page
---------------------------------------------------- */
.page.sales.payment {
	background-color: #f3f3f3;;
}

.page.sales.payment .page-content {
	padding-top: 0;
    padding-bottom: 20px;
}

.woocommerce table.cart img {
    width: 45px;
    height: auto;
}

.wc-proceed-to-checkout {
	float: right;
}

.product-stylecart {
	background-color: #06b370;
}

th.product-remove, th.product-name, th.product-price, th.product-quantity, th.product-subtotal {
	color: #ffffff;
}

.woocommerce table.shop_table {
	border: none;
	border-radius: none;
}

.woocommerce table.shop_table td {
	border-top: 5px solid #fff;
}


.woocommerce .cart-collaterals .cart_totals h2 {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.order-total  {
	font-family: 'ProximaNova-Bold';
}

.woocommerce-checkout #payment div.payment_box {
	padding: 0 .1em !important;
}

@media only screen and (max-width: 767px) {
	.product-price, .product-thumbnail {
	    display: none !important;
	}
}
/* = Checkout Page
---------------------------------------------------- */

/* one column checkout page */
.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 {
    clear: both;
    float: none !important;
    width: 100% !important;
    margin-right:0 !important;
    text-align: left;
    padding-bottom: 10px;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: none;
    width: inherit;
}

.woocommerce-info::before {
	display: none;
}


.woocommerce-info {
    border: none;
    padding: inherit;
    color: #202528;
    background-color: #ffffff;
}

.woocommerce-info a, .lost_password a {
	text-decoration: none;
}

.woocommerce form.login {
	border: none;
    padding: 0;
}

strong.product-quantity {
	display: none;
}

.sd-checkout ul {
	margin-bottom: 0px;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
}

.woocommerce-checkout #payment {
	background: none !important;
    border-radius: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: inherit !important;
	color: inherit !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

ul.payment_methods > li::before, ul.order_details > li::before  {
	display: none !important;
}

.product-name a {
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

.woocommerce-additional-fields, .order-again {
	display: none;
}

.woocommerce form .form-row .required {
	color: #000;
	margin-left: -3px;
	text-decoration: none !important;
}

.woocommerce-checkout-review-order-table-top-part {
	margin-bottom: 0px !important;
}

.form-row.place-order {
	text-align: center !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	width: 100% !important;
	float: none !important;
}

/*.page.default.sales.payment .page-content-inner {
	background-color: inherit;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}
*/
/* = Account page
---------------------------------------------------- */

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  float: left;
  min-height: 1px;
  position: relative;
}

.woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content a {
	text-decoration: none;
}

.woocommerce-MyAccount-navigation {
  width: 33.33333%;
}
.woocommerce-MyAccount-navigation  ul {
  list-style-type: none;
  padding:0;
  margin:0;
}

.woocommerce-MyAccount-navigation  ul li {
  padding:10px 0;
}

.woocommerce-MyAccount-content {
  width: 66.66667%;
}

.page-content ul > li.woocommerce-MyAccount-navigation-link::before {
	display: none;
}


@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  width: 100%;
  }
  .woocommerce-MyAccount-navigation  ul {
  margin-bottom:30px;
  }
  .woocommerce-MyAccount-navigation  ul li {
  padding:0;
  }
}


/* = Recent Posts
---------------------------------------------------- */

.recent-posts{
	padding-top: 60px;
	padding-bottom: 5px;
	overflow: hidden;
}

.recent-posts .title{
	margin-bottom: 45px;

	font-size: 60px;
	line-height: 68px;
	text-transform: uppercase;
	text-align: center;
}

.recent-posts-list{
	margin: 0 -53px;
	text-align: center;
	line-height: 0;
	font-size: 0;
}

.recent-posts .post{
	width: 50%;
	padding: 0 53px;
	margin-bottom: 70px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.recent-posts .post-thumb{
	position: relative;
	display: block;
}

.recent-posts .post-thumb img{
	display: block;
	width: 100%;
}

.recent-posts .post-thumb-outer{
	background-color: rgba(6,179,112,0.7);
	position: absolute;
	display: none;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.recent-posts .post-thumb:hover .post-thumb-outer{
	display: block;
}

.recent-posts .post-thumb-middle{
	display: table;
	height: 100%;
	width: 100%;
}

.recent-posts .post-thumb-inner{
	vertical-align: middle;
	display: table-cell;
}

.recent-posts .post-thumb-title{
	padding: 30px 35px;

	font-size: 32px;
	line-height: 40px;
	font-family: 'ProximaNova-Bold';
	text-align: center;
	color: #fff;
}

.recent-posts .post-text{
	padding: 35px 45px 130px;
	background-color: #fff;
	position: relative;
}

.recent-posts .post-title{
	font-size: 28px;
	line-height: 33px;
	text-transform: none;
	margin-bottom: 13px;
}

.recent-posts .post-title a{
	text-decoration: none;
	color: inherit;
}

.recent-posts .post-title a:hover,
.recent-posts .post-title a:active,
.recent-posts .post-title a:focus{
	color: #07d384;
}

.recent-posts .post-excerpt{
	font-size: 18px;
	line-height: 26px;
}

.recent-posts .read-more{
	position: absolute;
	bottom: 49px;
	right: 45px;
	left: 45px;
}

/* = Site Footer
---------------------------------------------------- */

.site-footer{
	background-color: #2a2a2a;
	padding-bottom: 42px;
	padding-top: 45px;
}

/* bottom navigation */

.bottom-navigation{
	margin-top: 6px;
	float: right;
}

.bottom-navigation li{
	margin-right: 20px;
	list-style: none;
	display: block;
	float: left;
}

.bottom-navigation li:last-child{
	margin-right: 0;
}

.bottom-navigation li a{
	padding: 10px 30px;
	border-radius: 25px;
	display: block;

	font-size: 21px;
	line-height: 30px;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.bottom-navigation li a:hover{
	color: #07d384;
}

.bottom-navigation li.extra a{
	background-color: #06b370;
	color: #fff;
}

.bottom-navigation li.extra a:hover{
	background-color: #07d384;
	color: #fff;
}

/* copyrights */

.copyrights{
	float: left;

	line-height: 31px;
	color: #fff;
}

.copyrights .name{
	font-family: 'ProximaNova-Bold';
	text-decoration: none;
	color: inherit;
}

.woocommerce-error li::before, .woocommerce-info li, .woocommerce-message li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important;
    display: none !important;
}

.sd-checkout {
	margin-top: 1em;
}

.sd-checkout ul > li {
	font-size: .88em;
}


ul.payment_methods li {
	padding-left: 0px !important;
}

.woocommerce-Price-amount.amount {
	float: right;
	margin-right: 1em;
}f