@charset "utf-8";

/* Reset ------------------------------------------------------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	/*list-style: none;*/
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

strong {
	font-family: 'MuseoSans-500', sans-serif;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea.largetextarea {
	height: 300px;
	max-height: 300px;
}

small {
	font-size:0.8em;
}

/* Defaults ------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: 'MuseoSans-300', sans-serif;
    font-size: 1.8em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-color: #404040;
    color: #3e545d;
}

a {
   	color: #1b6508;
}

a:link, a:visited{
	text-decoration: underline;
}

a:active, a:hover{
	text-decoration: none;
}

.introductory_text a {
	color: #7ac673;
}

hr {
	color: #ccc;
	border: none 0;
	height: 1px!important;
	border-top: 1px solid #ccc;
	text-align: left !important;
}

h3, h4, h5, address, pre, blockquote {
	margin: 5px 0 10px 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 25px;
}

h3, h4, h5 {
	color: #343434;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'MuseoSans-500', sans-serif;
	color: #404040;
}

h1 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 2.0em;
}

.translucentblack h1 {
	margin: 5px 0 10px 0;
	text-align: right!important;
    text-transform: none!important;
    padding: 0!important;
	font-size: 40px;
}

h2 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 1.5em;
}

h3 {
}

h5 {

}

h6 {
}

img {
	border: 0;
}

.clear {
	clear: both;
	line-height:0;
}

.clear_both {
	clear: both;
}

.valign_middle img,
.valign_middle a {
	vertical-align: middle;
}

iframe {
	max-width: 100%;
}

.google_map {
	width: 100%;
}

/* -------------------------------------------------------------------------------------------- */

#logo_container {
	margin: 10px 0 0 0;
	width: 29%;
	max-width: 200px;
	max-height: 37px;
}

#google_translate_element {
	width: 10%;
	margin: 18px 0 5px 1%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 480px) { /* iPhone */

	#google_translate_element {
		margin: 0;
	}

}

#google_translate_element div.skiptranslate.goog-te-gadget * {
	background: #303030;
	color: #fff;
	border: none;
}

#header_right {
	width: 66%;
	margin: 0;
	text-align: right;
}

#navBar {
	width: 99%;
	margin: 20px 0 0 1%;
	padding: 0;
	text-align: right;
}

/* -------------------------------------------------------------------------------------------- */

#header,
#container1,
#footer {
	box-sizing: content-box;
}

#header {
    margin: 0;
    padding: 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	min-height: 82px;
	background: url('../../../../../wp-content/themes/sportsprosconnect/images/assets/translucent_black-2.png');
	transition: background 0.6s ease-in-out 0s;
}

body.home #header {
	background: url('../../../../../wp-content/themes/sportsprosconnect/images/assets/translucent_black-2.png');
}

body.fix_menu #header {
	background: #333;
}

@media (max-width: 480px) {
	#header {
		position: inherit;
		border-bottom: none;
	}
}

#header_container {
	padding: 0 2%;
	margin: 0 auto;
    max-width: 1260px;
}

@media (max-width: 1260px) {
	#header_container {
		/*max-width: 96%;*/
		/*margin: 0 1%;*/
	}
}

#container1 {
	width: 100%;
    margin: 0;
    padding: 0 0 0 0; /* Depth of the header */
	background: #fff;
}

#container2 {
	margin: 0 auto;
	padding: 0;
}

/* -------------------------------------------------------------------------------------------- */

/* Home Portrait Tablet Fix */
@media only screen and (max-width: 1000px) and (min-width: 768px) {

	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-12 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-11 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-10 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-9 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-8 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-7 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-6 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-5 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-4 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-3 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-2 {width: 100% !important;}
	body .vc_row-fluid.home-tablet-portrait-fix > .vc_col-sm-1 {width: 100% !important;}

}

/* -------------------------------------------------------------------------------------------- */

/* Revolutions Slider Overrides */
/* Below are set in slider itself - Slider Settings -> CSS/ JavaScript */

/*

.tp-caption a.button {color: #fff; margin: 0 0 0 2%;}
.tp-caption a.button:hover {color: #fff;}
.tp-caption h1 {color: #fff; line-height: 1.0em;}

.tp-caption.translucentblack,
.tp-caption.translucentblackdark {
	padding-top: 5px!important;
}

.tp-caption.translucentblack p,
.tp-caption.translucentblack h1,
.tp-caption.translucentblackdark p,
.tp-caption.translucentblackdark h1 {
	text-align: right;
}

.tp-caption.translucentblack p,
.tp-caption.translucentblackdark p {
	line-height: 1.2em!important;
}

*/

.tp-caption.translucentblack h1,
.tp-caption.translucentblackdark h1 {
	text-align: left!important;
	font-size: 40px;
}

.tp-caption.translucentblack p,
.tp-caption.translucentblackdark p {
	text-align: left!important;
	font-size: 20px;
}

.tp-caption.translucentblack.centered h1,
.tp-caption.translucentblackdark.centered h1 {
	text-align: center!important;
}

.tp-caption.translucentblack.centered p,
.tp-caption.translucentblackdark.centered p {
	text-align: center!important;
}

@media (max-width: 972px) {
	body.home .tp-mask-wrap {
		left: 15%!important;
	}
}

@media (max-width: 480px) {
	.tp-caption.translucentblack p,
	.tp-caption.translucentblackdark p {
		text-align: left!important;
		font-size: 30px;
	}
}

/* -------------------------------------------------------------------------------------------- */

.rev-scroll-btn {
	-moz-box-shadow: 0 1px 5px #ccc;
	-webkit-box-shadow: 0 1px 5px #ccc;
	box-shadow: 0 1px 5px #ccc;
	z-index: 10000000!important;
}

.rev-scroll-btn:hover {
	-moz-box-shadow: 0 1px 5px #808080;
	-webkit-box-shadow: 0 1px 5px #808080;
	box-shadow: 0 1px 5px #808080;
}

body.fix_menu .rev-scroll-btn {
	display: none;
}

a.anchor {
	display: block;
	position: relative;
	top: -130px;	/* Offset */
	visibility: hidden;
}

/* -------------------------------------------------------------------------------------------- */

.container {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.container.vpad {
	padding-top: 10px;
	padding-bottom: 10px;
}

.container.grey {
}

/* -------------------------------------------------------------------------------------------- */

#logo_container {
	padding: 0;
	float: left;
	vertical-align: bottom;
}

#logo {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#header_right {
	float: right;
	padding: 0;
	text-align: right;
}

#header #telephone_number {
	padding: 0;
	margin: 35px 1% 0 2%;
	float: left;
	font-family: 'MuseoSans-500', sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff!important;
	text-decoration: none;
}

#header_right #telephone_number a {
	color: #222!important;
	text-decoration: none;
}

#header_right #telephone_number span {
	color: #969696!important;
}

#header_right .social_media_icons {
	float: right;
	text-align: right;
	height: 33px;
	padding: 0;
	margin: 3px 0 0 0;
	white-space: nowrap;
	min-width: 45px;
}

#header_right .social_media_icons img {
	margin-left: 7px;
}

.social_media_icons img {
	padding: 0;
	filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:url(/css/desaturate.svg);
	filter:none;
	-webkit-filter:grayscale(0);
}

.social_media_icons img:hover{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	-webkit-filter:grayscale(1);
}

/* -------------------------------------------------------------------------------------------- */

#mobile_nav_close_button {
	display: none;
}

#mobile_nav_icon_container {
	display: none;
}

.mobile_show { /* Hide mobile content areas */
	display: none;
}

@media (max-width: 1260px) {

	.navigation li a {
		font-size: 0.7em;
		color: #f00;
		margin: 0;
		padding: 5px 3px;
	}

	.navigation {
		line-height: 24px;
		padding-left: 0;
	}

}

@media (max-width: 1024px) {

	.navigation li a {
		font-size: 0.6em;
	}

}

@media (max-width: 972px) {

	#header_right {
		clear: both;
		float: none;
		/*position: absolute;
		right: 20px;
		top: 32px;*/
		margin: 0;
		width: 100%;
	}

	#logo_container {
		padding: 5px 0 0 0;
	}

	#google_translate_element {
		/*float: right;*/
		margin-right: 4%;
	}

	#navBar {
		width: 100%;
		height:36px;
		padding: 0;
		margin: 0;
	}

	.navigation {
		line-height: 24px;
		padding-left: 0;
	}

	.navigation a {
		font-size: 0.5em;
	}

	.navigation li a {
		margin: 0 0 25px 0.3%;/* Ensures dropdown reached */
	}

	.navigation a {
	}

}

@media (max-width: 808px) {

	.navigation li a {
		font-size: 0.6em;
		padding: 5px 5px;
		margin: 0 0 25px 0.2%; /* Ensures dropdown reached */
	}

}

@media (max-width: 480px) { /* iPhone */

 	#container1 {
	    padding: 0 0 0 0;
	}

	#mobile_nav_close_button {
		display: block;
		line-height: 38px;
		background: #808080;
		color: #fff;
		padding: 30px 0 0 0;
		margin: 0;
		text-indent: 8%;
		width: 100%;
		cursor: pointer;
		font-size: 0.8em;
		text-align: left;
	}

	#mobile_nav_icon_container {
		display: block;
		/*background: #fff;*/
		padding: 0;
		margin: 0;
		width: 100%;
		text-align: right;
	}

	#mobile_nav_icon_container #mobile_nav_icon {
		padding: 0;
		margin: 22px 5% 0 0;
		cursor: pointer;
		z-index: 10000;
	}

	#logo_container {
		position: absolute;
		width: 50%;
		top: 0;
		left: 2%;
		z-index: 0;
	}

	#google_translate_element {
		float: left;
		margin-right: 0;
	}

	#header_right {
		position: relative;
		top: 0;
		left: 0;
		clear: both;
		width: 98%;
		padding: 0;
		margin:0;
		z-index: 100000;
	}

	#telephone_number,
	.social_media_icons {
		display: none;
	}

	#navBar {
		clear: both;
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin:0;
		display: none;
		z-index: 100000;
	}

	.hide_mobile_vspace {
		margin-top: 0!important;
		margin-bottom: 0!important;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.mobile_show { /* Hide mobile content areas */
		display: block;
	}

	.mobile_hide,
	.content_row.mobile_hide { /* Hide certain content areas from mobile */
		display: none!important;
	}

}

/* -------------------------------------------------------------------------------------------- */

/* navigation all in dropdowns.css */

/* -------------------------------------------------------------------------------------------- */


#content {
	padding: 0;
	margin: 0;
	width: 100%;
}

/* -------------------------------------------------------------------------------------------- */

.content_row {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}

.content_row ul {
    padding-left: 1.0em;
}

.content_row li {
    margin-bottom: 20px!important;
}

.content_row_content {
    max-width: 1260px;
	padding: 40px 2%;
	margin: 0 auto;
}

.content_row.content_area_one .content_row_content {
	padding: 0 2% 0 2%;
	/*min-height: 400px;*/
}

body.home .content_row.content_area_one .content_row_content {
	padding: 80px 2% 0 2%;
}

.content_row.content_area_one.slider_page .content_row_content {
	padding: 0 2% 0 2%;
}

.content_row.content_area_one .content_row_content h1 {
	text-align: center;
    text-transform: UPPERCASE;
    padding: 80px 2% 40px 2%;
}

.vc_row {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* Coloured Visual Composer Rows */

.vc_row.wpb_row.vc_row-fluid.white,
.vc_row.wpb_row.vc_row-fluid.grey,
.vc_row.wpb_row.vc_row-fluid.light-grey,
.vc_row.wpb_row.vc_row-fluid.mid-grey,
.vc_row.wpb_row.vc_row-fluid.dark-grey,
.vc_row.wpb_row.vc_row-fluid.green {
    padding-top: 40px;
    padding-bottom: 40px;
}

.vc_row.wpb_row.vc_row-fluid.first {
    padding-top: 180px;
}

@media (max-width: 972px) {
    .vc_row.wpb_row.vc_row-fluid.first {
        padding-top: 80px;
    }
}

@media (max-width: 480px) {
    .vc_row.wpb_row.vc_row-fluid.first {
        /*padding-top: 0px;*/
    }
}

.vc_row.wpb_row.vc_row-fluid.mid-grey *,
.vc_row.wpb_row.vc_row-fluid.dark-grey *,
.vc_row.wpb_row.vc_row-fluid.green *{
    color: #fff;
}

.vc_row.wpb_row.vc_row-fluid.mid-grey input,
.vc_row.wpb_row.vc_row-fluid.dark-grey input,
.vc_row.wpb_row.vc_row-fluid.green input,
.vc_row.wpb_row.vc_row-fluid.mid-grey select,
.vc_row.wpb_row.vc_row-fluid.dark-grey select,
.vc_row.wpb_row.vc_row-fluid.green select,
.vc_row.wpb_row.vc_row-fluid.mid-grey select *,
.vc_row.wpb_row.vc_row-fluid.dark-grey select *,
.vc_row.wpb_row.vc_row-fluid.green select * {
    color: #333!important;
}

.vc_row.wpb_row.vc_row-fluid.mid-grey .testimonial_bubble *,
.vc_row.wpb_row.vc_row-fluid.dark-grey .testimonial_bubble *,
.vc_row.wpb_row.vc_row-fluid.green .testimonial_bubble *{
    color: #333;
}

.vc_row.wpb_row.vc_row-fluid.grey * {
    color: #333;
}

.vc_row.wpb_row.vc_row-fluid.grey {
    background: #f0f0f0;
}

.vc_row.wpb_row.vc_row-fluid.light-grey {
	background: #fafafa;
}

.vc_row.wpb_row.vc_row-fluid.mid-grey {
	background: #808080;
}

.vc_row.wpb_row.vc_row-fluid.dark-grey {
	background: #3c3c3c;
}

.vc_row.wpb_row.vc_row-fluid.green {
    background: #7ac673;
}


/* Bespoke 5 column layout */
.vc_row.five-col .wpb_column.vc_column_container.vc_col-sm-1 {
    display: none;
}

@media (min-width: 480px) {
    .vc_row.five-col .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 20%;
    }
}

.no-buttons-bot-padd .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

h3.mbr-header__text {
    padding-top: 20px;
}

@media (max-width: 1260px) {
	.content_row_content {
		max-width: 96%;
	}
	.content_row h2 {
		font-size: 1.3em;
	}
}

.content_row.grey {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background: #f0f0f0;
}

.content_row.light-grey {
	background: #fafafa;
}

.content_row.mid-grey {
	background: #a38f84;
    color: #fff;
}

.content_row.mid-grey * {
    color: #fff;
}

.content_row.dark-grey {
	background: #3c3c3c;
    color: #fff;
}

.content_row.dark-grey * {
    color: #fff;
}

.content_row.green {
	background: #7ac673;
    color: #fff;
}

.content_row.green * {
    color: #fff;
}

.content_row.contact_form {
	padding-top: 0;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	background: #e7e7e7;
}

.content_row.contact_form h2 {
	text-align: center;
	text-transform: UPPERCASE;
}

.content_row.quotation {
	padding: 40px 30px 40px 30px;
}

.content_row.quotation p {
	font-size: 1.1em;
}

.content_row.quotation h2 {
	display: none;
}

.content_row.quotation .content_row_content {
	width: 100%;
	float: none;
}

.content_row.quotation .content_row_content li {

}

.content_row.contact.grey {
	padding: 40px 30px 40px 30px;
}

.content_row.contact.grey a.anchor {

}

.content_row.contact .content_row_content div {
	width: 50%;
	float: left;
	word-wrap: break-word;
}

.content_row.contact .content_row_content iframe {
	clear: both;
	width: 84%;
	margin-top: 40px;
}

.selectedListItem {
	background: #757575!important;
}

/* -------------------------------------------------------------------------------------------- */

input[type=checkbox]{
    -webkit-appearance:checkbox;
}

input[type=radio] {
    -webkit-appearance:radio!important;
}

.membership_checkout {

}

div#pmpro_pricing_fields strong {
	color: yellow!important;
}

.membership_checkout .pmpro_checkout tbody td,
.membership_checkout .pmpro_checkout thead th {
	padding: 10px 0!important;
}

.membership_checkout .pmpro_checkout thead th { /* Says selected membership level and gives opt8ion to change it */
	display: none!important;
}

.pmpro_form hr {
	display: none;
}

.pmpro_form.pmpro_signup_form,
.membership_checkout #pmpro_user_fields,
.membership_checkout #pmpro_checkout_box-additional_information {
	width: 100%;
	background: #68bb61;
	margin: 40px auto;
}

.pmpro_form.pmpro_signup_form,
.membership_checkout #pmpro_user_fields {
	padding: 2% 5% 40px 5%;
}

.membership_checkout #pmpro_checkout_box-additional_information {
	padding: 2% 5% 140px 5%;
}

.pmpro_checkout-field {
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}

.pmpro_thead-name {
	padding: 0 0 30px 0!important;
}

.pmpro_form.pmpro_signup_form h2 {
	display: none;
}

#content > div.content_row.content_area_one.default_page > div > div.vc_row.wpb_row.vc_row-fluid.green.vc_custom_1470323019752 > div > div > div > div:nth-child(5) > div > form > div:nth-child(11) > a {
	display: none; /* Sign up page Login Button */
}

.pmpro_form.pmpro_signup_form label,
.membership_checkout #pmpro_user_fields label,
.pmpro_checkout-field label {
	clear: both;
	width: 100%!important;
	height: 14px!important;
	text-align: left!important;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 10px 0!important;
	text-transform: UPPERCASE;
	display: inline-block;
}

.pmpro_form.pmpro_signup_form textarea,
.pmpro_form.pmpro_signup_form input,
.pmpro_form.pmpro_signup_form, select
.membership_checkout #pmpro_user_fields textarea,
.membership_checkout #pmpro_user_fields input,
.membership_checkout #pmpro_user_fields select
.pmpro_checkout-field textarea,
.pmpro_checkout-field input,
.pmpro_checkout-field select {
	line-height: 17px!important;
	padding: 1%!important;
	border-style:none;
	margin: 0 0 20px 0!important;
	font-size: 20px!important;
}

#contact_address_div {
	margin-bottom: 0!important;
}

#contact_address_2_div label {
	display: none;
}

.pmpro_form.pmpro_signup_form textarea,
.pmpro_form.pmpro_signup_form input,
.membership_checkout #pmpro_user_fields textarea,
.membership_checkout #pmpro_user_fields input,
.pmpro_checkout-field textarea,
.pmpro_checkout-field input{
	width: 96%!important;
	max-width: 96%!important;
}

.pmpro_checkout-field select {
	width: auto!important;
	max-width: auto!important;
}

.pmpro_checkout-field input.twenty,
.pmpro_checkout-field input.thirty,
.pmpro_checkout-field input.twelve{
	width: 26%!important;
	max-width: 36%!important;
}

form.pmpro_form .pmpro_checkout-field input[type="checkbox"] {
    cursor: pointer;
	width: 20px!important;
	max-width: 20px!important;
	display: inline-block;
}

.pmpro_checkout-field.pmpro_checkout-field-checkbox label {
	width: auto!important;
}

.pmpro_message.pmpro_error {
	color: #f00!important;
}

.membership_checkout form.pmpro_form .pmpro_submit {
	display: inline-block!important;
	margin-left: 0!important;
	float: none!important;
	clear: both!important;
	position: relative;
	/*top: -140px;*/
	left: 5%!important;
}

.membership_checkout form.pmpro_form .pmpro_submit .pmpro_btn {
	background: orange!important;
	color: #fff!important;
	font-size: 16px;
}

input[type="button"]#discount_code_button  {
	background: silver!important;
	color: #404040!important;
	width: 100px!important;
	display: block;
	text-decoration:none!important;
	font-size: 14px!important;
}

.membership_checkout img {
	max-width: 100%!important;
}

.membership_checkout form.pmpro_form #contact_logo {
	background: transparent;
	margin-bottom: 50px;
	border: none;
	padding: 0!important;
}

@media (max-width: 480px) {
    .pmpro_asterisk {
        display: none;
    }
}

@media (min-width: 480px) {
	.membership_checkout form.pmpro_form .pmpro_submit {
		left: 0;
	}
}

#pmpro_paypalexpress_checkout > input:nth-child(3) { /* PayPal button */
	clear: both;
	line-height: 2.8em!important;
	background-color: #fff;
	border: 2px solid #000!important;
	padding: 5px;
	position: relative;
	top: 0;
}

#pmpro_paypalexpress_checkout > input:nth-child(3):hover {
	background-color: #efefef;
}

p#pmpro_account_loggedin,
p#pmpro_account_loggedin * {
	color: yellow!important;
	font-weight: bold;
}

#pmpro_level_cost {
	display: none;
}

/* -------------------------------------------------------------------------------------------- */

blockquote {
	font-size: 0.8em;
	width: 95%;
	padding-top: 30px;
	padding-left: 5%;
	color: #000;
	background-image: url('/wp-content/themes/sportsprosconnect/images/assets/background_block_quote.png');
	background-repeat: no-repeat;
    background-position: top left;
	min-height: 100px;
}

blockquote.latest_tweets {
	padding-top: 20px;
	background-image: url('/wp-content/themes/sportsprosconnect/images/assets/background_latest_tweets.png');
}

.testimonial_post_title {
	font-family: 'MuseoSans-500', sans-serif;
}

blockquote.latest_news_item {
	padding-top: 0;
	background-image: url('/wp-content/themes/sportsprosconnect/images/assets/background_blog.png');
	line-height: 1.6em;
	width: 95%;
	padding-left: 5%;
}

@media (max-width: 1260px) {
	blockquote.latest_news_item {
		padding-left: 8%;
	}
}

@media (max-width: 972px) {
	blockquote.latest_news_item {
		padding-left: 10%;
	}
}

@media (max-width: 480px) {
	blockquote.latest_news_item {
		padding-left: 5%;
	}
}

/* -------------------------------------------------------------------------------------------- */

.form {

}

.form span {
	font-size: 14px;
}

.form fieldset {
	text-align: left;
	margin: 0;
	padding: 3% 0 3% 0;
	border: none;
}

.form fieldset label {
	width: 100%;
	height: 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding: 0 0 10px 0;
	text-indent: 0;
	margin: 0!important;
	border: none;
	color: #08174c;
	text-transform: UPPERCASE;
	display: inline-block;
}

.form fieldset textarea,
.form fieldset input,
.form fieldset select {
	width: 96%;
	line-height: 17px;
	padding: 2%;
	border-style:none;
	margin: 0;
}

.form.contact_form fieldset,
.form.newsletter_form fieldset {
	padding: 0;
}

.form.newsletter_form fieldset .button {
	height: 3.7em;
}

.form.contact_form fieldset {
	margin: 20px 0;
}

.form.contact_form fieldset input {
    color: #222;
    font-size: 1.2em;
}

.form.contact_form fieldset input.button {
    width: auto;
	line-height: auto;
	padding: 1%;
	margin: 20px 5% 20px 0;
    float: right;
    font-size: 0.8em;
}

.form.search_form {
    margin: 30px auto;
}

.form.search_form input,
.form.search_form select {
    color: #333!important;
}

.form.search_form fieldset input.button {
    /*width: auto;*/
	line-height: auto;
	padding: 1%;
	margin: 20px 5% 0 0;
    float: right;
    font-size: 0.8em;
    border: none!important;
    color: #fff!important;
}

.form.search_form fieldset input.button:hover,
.form.organisers_manual fieldset input.button:hover {
    color: #fff!important;
}

/*#wp-submit {
    max-width: 150px!important;
	line-height: auto;
	padding: 1%;
	margin: 20px 5% 20px 0;
    float: right;
    font-size: 0.8em;
}*/

.form #your-message {
	height: 104px;
	font-family: 'ubunturegular', sans-serif;
	font-size: 14px;
	line-height: 14px;
	background: #fff!important;
	color: #08174c;
	overflow: auto;
	padding: 2%;
}

.form img {
/*	border: 1px solid #969696;
	width: 120px;
	height: 30px;
	padding: 0!important;
	margin: 0!important;*/
}

.form #the_cap {
	/*padding: 10px 0 2px 8px!important;
	margin: 0!important;*/
}

.form_left,
.form_right {
	width: 50%;
	float: left;
}

.form_middle {
	display: none;
}

.form .hidden {
	visibility: hidden;
}

/* -------------------------------------------------------------------------------------------- */

.break_links a {
    word-break: break-all;
    word-wrap: break-word;
    font-size: 0.9em;
}

/* -------------------------------------------------------------------------------------------- */

.open_quick_contact {
    text-decoration: underline;
	cursor: pointer;
}

.open_quick_contact:hover {
    text-decoration: none;
}

.button_quick_contact {
	width: 150px;
}

#page_slides.index .page_slides_pane .button_quick_contact {
	height: 55px;
	line-height: 55px;
	width: 196px;
	font-size: 0.8em;
	font-family: 'MuseoSans-500', sans-serif;
}

#contact_us_button {
	position: fixed;
	top: 240px;
	right:0px;
	width: 62px;
	background: transparent;
	z-index: 2000;
	margin-left: 0;
    margin-right: 0;
	cursor: pointer;
	z-index: 200000;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

@media (max-width: 972px) {
	#contact_us_button {
		width: 42px;
		opacity:0.6;
		filter:alpha(opacity=60); /* For IE8 and earlier */
	}
}

#quick_contact {
	position:fixed;
    background:#222;
    width:465px;
	right: 0px;
	top: 0px;
    margin-left: 0;
    margin-right: -465px;
	z-index: 20000;
	min-height: 602px;
	color: #fff;
	opacity:0.9;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

@media (max-width: 480px) {
	#quick_contact,
	#contact_us_button {
		display: none;
	}
}

#quick_contact_inner {
	width: 100%;
	padding: 3% 5%;
}


.sliding_form .form {
	background: transparent;
}

.sliding_form h3,
.sliding_form h4 {
	color: #cccdca;
}

.sliding_form_top h3 {
	float: left;
	text-transform: UPPERCASE;
	font-size: 1.6em;
	margin: 0 0 20px 0;
	padding: 0;
}

.sliding_form p {
	font-size: 0.8em;
	font-family: 'MuseoSans-300', sans-serif;
}

.sliding_form .white_link {
	color: #fff;
	text-decoration: none;
}

.sliding_form_top img {
	float: right;
	background: url('../../../../../wp-content/themes/sportsprosconnect/images/assets/close_button0-2.png') no-repeat left top;
	width: 31px;
	height: 31px;
	cursor: pointer;
}

.sliding_form_top img:hover {
	background: url('../../../../../wp-content/themes/sportsprosconnect/images/assets/close_button1-2.png') no-repeat left top;
}

.sliding_form .form fieldset {
	text-align: left;
	margin: 0;
	padding: 3% 0 2% 0;
	border: none;
}

.sliding_form .form fieldset label {
	font-size: 0.8em;
	border: none;
	color: #fff;
	font-family: 'MuseoSans-300', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.sliding_form .form fieldset textarea,
.sliding_form .form fieldset input,
.sliding_form .form fieldset select {
	width: 100%;
	line-height: 17px;
	padding: 3% 2%;
	border: 1px solid #888f97;
	background: #606060;
	color: #efefef;
	font-size: 0.8em;
	font-family: 'MuseoSans-300', sans-serif;
}

.sliding_form .form #comments {
	height: 80px;
	font-size: 0.8em;
	line-height: 14px;
	background: #5d6b76!important;
	color: #efefef;
	overflow: auto;
	padding: 2%;
}

.sliding_form .form .button{
	height: 29px;
	line-height: 29px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #ec6627!important;
	text-transform: none;
	padding: 0 20px;
	width: 25%;
	float: right;
}

.sliding_form .form .button:hover {
	background: #ff8915!important;
}

.sliding_form_bottom .white_link:hover {
	text-decoration: underline;
}

.sliding_form_bottom span {
	color: #ff9334;
	font-family: 'MuseoSans-500', sans-serif;
}

/* -------------------------------------------------------------------------------------------- */

.body.p_get_in_touch #contact_us_button,
.body.p_get_in_touch #quick_contact {
	display: none;
}

/* -------------------------------------------------------------------------------------------- */

.floatLeft {
	float: left;
	width: 130px;
}

.floatRight {
	float: right;
	width: 130px;
}

.clear {
	clear: both;
}

.centered_image {
	text-align: center;
	margin: 20px 0 20px 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.image_left {
	width: 483px;
	padding: 0;
	margin: 0 0 20px 0;
}

.image_left img {
	float: left;
	margin: 0 20px 0 5px;
	padding: 0;
}

.image_left p {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 280px!important;
}

.image_left ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 29px;
	width: 250px!important;
	float: left;
}

.image_left ol li {
	padding-bottom: 10px;
}

.picture_left {
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}

.picture_right {
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
}

.profile_picture_left {
	width: 134px;
	height: 210px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}

.profile_picture_right {
	width: 134px;
	height: 210px;
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
}

/* -------------------------------------------------------------------------------------------- */

.pmpro_form.pmpro_signup_form .pmpro_btn.pmpro_btn-submit-checkout,
#wp-submit, /* WP Login Form */
.button,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern {
	min-width: 122px;
	/*height: 2.8em;*/
	display: inline-block;
	text-align: center!important;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	text-indent: none;
	text-transform: UPPERCASE;
	cursor: pointer;
	text-decoration: none!important;
	padding-right: 1%;
	padding-left: 1%;
	transition: background-color, border 0.4s ease-in-out 0s!important;
	font-family: 'robotobold', sans-serif;
	border-width: 2px;
}

@media (max-width: 972px) {
	.pmpro_form.pmpro_signup_form .pmpro_btn.pmpro_btn-submit-checkout,
    #wp-submit, /* WP Login Form */
	.button,
	.vc_btn3-container .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern {
		min-width: 96%;
		margin-bottom: 20px!important;
	}
}

.pmpro_form.pmpro_signup_form .pmpro_btn.pmpro_btn-submit-checkout,
#wp-submit { /* WP Login Form */
    max-width: 150px;
}

#rememberme { /* WP Login Form */
    max-width: 40px;
}

#loginform-custom input { /* WP Login Form */
    color: #000!important;
}

.pmpro_form.pmpro_signup_form .pmpro_btn.pmpro_btn-submit-checkout,
.button {
	line-height: 2.8em;
}

.pmpro_form.pmpro_signup_form .pmpro_btn.pmpro_btn-submit-checkout {
	border: 2px solid #000!important;
	max-width: 180px!important;
	width: 180px!important;
}

.vc_btn3-container.vcm_button .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern {
	line-height: 0.6em;
}

.wpb_wrapper .button {
	line-height: 2.6em;
}

#pmpro_levels_table {
	margin: 40px auto!important;
    background: transparent;
}

#pmpro_levels_table * {
	color: #fff;
}

#pmpro_levels_table th {
  font-weight: bold;
  font-size: 1.6em;
}

#pmpro_levels_table th,
#pmpro_levels_table td {
  padding: 10px;
  width: auto;
}

#pmpro_levels_table .pmpro_btn {
  background: #222;
  border: none;
}

#pmpro_levels_table .pmpro_btn:hover {
  opacity: 0.7;
}

#wp-submit, /* WP Login Form */
.button,
.vc_btn3-container.vcm_button .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-success,
.vc_btn3-container.vcm_button .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-green {
	background-color: #7ac673;
	border: 2px solid #7ac673!important;
}

#wp-submit:hover, /* WP Login Form */
.button:hover,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-success:hover,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-green:hover {
	background-color: #252525!important;
	border: 2px solid #252525!important;
}

#wp-submit:hover {
	color: #fff!important;
}

.pmpro_form.pmpro_signup_form .pmpro_btn.pmpro_btn-submit-checkout,
.button.default,
.vc_btn3-container.vcm_button .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-default,
.vc_btn3-container.vcm_button .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-grey {
	background-color: transparent;
	border: 2px solid #252525!important;
	color: #252525;
}

.pmpro_form.pmpro_signup_form .pmpro_btn.pmpro_btn-submit-checkout:hover,
.button.default:hover,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-default:hover,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-grey:hover {
	background-color: #252525!important;
	border: 2px solid #252525!important;
	color: #fff!important;
}

a.vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-default,
a.vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-grey {
	background-color: transparent;
	border: 2px solid #252525!important;
	color: #252525;
}

a.vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-default:hover,
a.vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-grey:hover {
	background-color: #252525!important;
	border: 2px solid #252525!important;
	color: #fff;
}

.membership_image {
    max-width: 100%;
    height: auto;
}

.button.selected {
	background-color: transparent;
	border: none!important;
	border: 2px solid #fff!important;
}

.button.selected:hover {
	background-color: #fff!important;
	border: 2px solid #fff!important;
	color: #252525!important;
}
body.page-title-partners .vc_single_image-img.attachment-full {
	border: 1px solid #ccc;
}

/* -------------------------------------------------------------------------------------------------- */

#recent_posts_chooser {
	text-align: center;
	margin-bottom: 2.0em;
}

.featured_content_image {
	float: right;
	margin: 0 0 5% 5%;
	max-width: 95%;
}

.latest_news_post_title_link {
	text-align: center;
	text-transform: UPPERCASE;
	margin-top: 30px;
}

.latest_news {
	text-align: left;
}

.latest_news .button_container {
	clear: both;
	width: 100%;
	text-align: center;
}

.latest_news .button {
	clear: both;
	margin: 30px auto!important;
	float: none!important;
}

/* -------------------------------------------------------------------------------------------- */

#club_list {
    margin: 0;
    padding: 0;
}

#club_list .club_row {
    background: #fff;
    margin-bottom: 10px;
}

#club_list .club_row a.club_name,
#club_list .club_row strong,
#club_list .club_row p {
    color: #333;
}

#club_list .club_row a.club_name:link,
#club_list .club_row a.club_name:visited {
    text-decoration: none;
}

#club_list .club_row a.club_name:active,
#club_list .club_row a.club_name:hover {
    text-decoration: underline;
}

#club_list .club_row .button {
    width: 95%;
    margin-top: 10px;
}

/* -------------------------------------------------------------------------------------------- */

.testimonial_bubble {
    position: relative;
}

.testimonial_bubble:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#f7f7f7 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.testimonial_person {
    width: 90%;
    padding-left: 10%;
    font-size: 0.9em;
}

/* -------------------------------------------------------------------------------------------- */

.news_item {
	margin: 10px auto 20px auto;
	padding: 20px 0;
	text-indent: 0;
	list-style: none;
	display: inline-block;
	width: 98%;
	background: #fafafa;
	display: inline-block;
	position: relative;
}

.content_row.light-grey .news_item {
	background: #fff;
}

.news_item img {
	max-width: 100%;
	max-height: 100%;
}

.news_item .article_image {
	width: 18%;
	margin: 0 4% 0 4%;
	vertical-align: middle!important;
	display: inline-block;
	/*min-height: 100%;*/ /* Uncomment to align vertically */
	min-height: 200px;
	padding: 0;
}

.news_item .article_image .helper { /*This allows vertical alignment of image see //stackoverflow.com/questions/7273338/ */
    display: inline-block;
    height: 100%;
    vertical-align: middle!important;
}

.news_item .article_post_categories {
	margin: 0;
	padding: 0;
}

.news_item .article_content {
	width: 86%;
	padding: 0;
	margin: 0 10% 0 4%;
	font-size: 1.2em;
	line-height: 1.3em;
	display: inline-block;
}

.news_item .article_content .article_content_inner {
	margin: 0 0 4% 0;
}

.news_item.with_image .article_content {
	vertical-align: middle!important;
	width: 64%;
	margin: 5px 5% 0 0;
}

.news_item.full_article .article_content img {
	/*float: right;*/
	/*margin-left: 3%;
	margin-bottom: 3%;*/
}

.news_item h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 10px 0;
}

.news_item .article_image img {
	vertical-align: middle!important;
	width: 100%;
    max-width: 100%;
	border: 0;
	/* Uncomment below to make image actual width shrink to fit */
	width: auto; /* IE8 Fix - otherwise max-width: 100% hides completely */
	height: auto; /* IE8 Fix - otherwise max-width: 100% hides completely */
	max-width: 100%;
	max-height: 100%;
}

.article_date,
.article_link {
	/*z-index: 999;*/
}

.article_link img{
	vertical-align: middle!important;
	text-align: center;
	width: 107px;
	height: 110px;
	min-height: 107px;
	line-height: 110px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('../../../../../wp-content/themes/sportsprosconnect/images/assets/blog_more0-2.png');
}

.article_link:hover img{
	background-image: url('../../../../../wp-content/themes/sportsprosconnect/images/assets/blog_more1-2.png');
}


@media (max-width: 480px) {

	.article_link img{
		width: 86px;
		height: 88px;
		min-height: 88px;
		line-height: 90px;
		background-image: url('../../../../../wp-content/themes/sportsprosconnect/images/assets/blog_more_mobile0-2.png');
	}

	.article_link:hover img{
		background-image: url('../../../../../wp-content/themes/sportsprosconnect/images/assets/blog_more_mobile1-2.png');
	}

/*  */

	.news_item.with_image .article_content {
		vertical-align: middle!important;
		width: 90%;
		margin: 0 5%;
	}

	.news_item.full_article .article_content img {
		/*float: right;*/
		/*margin-left: 3%;
		margin-bottom: 3%;*/
	}

	.news_item h2 {
		font-size: 1.2em;
		padding: 0;
		margin: 0;
	}

	.news_item .article_image img {
		vertical-align: middle!important;
		width: 100%;
	    max-width: 100%;
		border: 0;
		display: none;
	}

	.news_item .article_image img { /* Uncomment below to make image actual width shrink to fit */
		/*width: auto;*/ /* IE8 Fix - otherwise max-width: 100% hides completely */
		height: auto; /* IE8 Fix - otherwise max-width: 100% hides completely */
		max-width: 100%;
		max-height: 100%;
	}

/*  */

}


.article_link .helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle!important;
}

.article_meta,
.author_and_add_this {
	width: 100%;
	clear: both;
	padding-top: 0;
	font-size: 0.7em!important;
	font-family: 'MuseoSans-500', sans-serif;
}

p.article_meta div span {
	color: #000!important;
	font-size: 0.7em!important;
}

.news_item.with_image .article_content .author_and_add_this {
	width: 98%;
}

.article_author {
	font-size: 1.0em;
	width: 40%;
	padding: 0;
	float: left;
}

.add_this_button {
	float: right;
	width: 57%;
	padding: 0;
	margin: 0 3% 0 auto;
	text-align: right;
}

@media (max-width: 972px) {
	.article_author,
	.add_this_button {
		width: 93%;
	}
}

/* -------------------------------------------------------------------------------------------- */

/*.pagination_bar {
	clear: both;
	margin: 50px 0;
	width: 100%;
}

.button.paginate {
	list-style: none;
	margin: 10px 5px 0 0;
	display: inline-block;
	text-align: center;
	color: #fff;
	word-wrap: break-word;
	vertical-align: middle!important;
	font-size: 1.2em;
	border-color: #000;
	padding: 0;
	min-width: 50px!important;
	height: 50px;
	line-height: 46px;
}

*/

.pagination_bar .button.paginate.current_page {
	background: #9e9e9e!important;
}

.pagination_bar form {
	display: inline-block;
}

.vc_row.wpb_row.vc_row-fluid.green .pagination_bar form input {
	color: #fff!important;
}

.button.paginate,
.archive_links li {
	list-style: none;
	margin: 10px 2% 20px 0;
	display: inline-block;
	width: 22%;
	text-align: center;
	/*float: left;*/
	background: #7ac673;
	padding: 0;
	color: #fff;
	word-wrap: break-word;
	/*-khtml-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;*/
	vertical-align: middle!important;
	font-size: 0.8em;
    font-family: 'robotobold', sans-serif;
    text-transform: UPPERCASE;
}

.pagination_bar .button.paginate {
	background: #3c3c3c!important;
	width: 30px;
	min-width: 30px;
	margin-top: 15px!important;
	margin-bottom: 20px!important;
}

.button.paginate.next {
	float: right;
}

.button.paginate:hover {
	background: #7ac673!important;
}

.archive_links ul {
    padding-left: 0!important;
}

.archive_links li:hover {
	background: #9e9e9e;
}

.archive_links li a {
	color: #fff;
	text-decoration: none;
	word-wrap: break-word;
	vertical-align: middle!important;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px 0;
}

/* -------------------------------------------------------------------------------------------- */

.helper { /*This allows vertical alignment of image see //stackoverflow.com/questions/7273338/ */
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/* 4 column grid ------------------------------------------------------------------------------------ */

.col-fr-1, .col-fr-2, .col-fr-3, .col-fr-4 {
	/*height: 100px;*/
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block; /* NB PC Safari requires a clear div after final box unless this is here */
}

.col-fr-1 *, .col-fr-2 *, .col-fr-3 *, .col-fr-4 * {
	max-width: 100%;
}

.col-fr-4,
.no-hgutters .col-fr-4 {
	width: 100%;
}
.col-fr-3,
.no-hgutters .col-fr-3 {
	width: 75%;
	/*background: pink;*/
}
.col-fr-2,
.no-hgutters .col-fr-2 {
	width: 50%;
	/*background: orange;*/
}
.col-fr-1,
.no-hgutters .col-fr-1 {
	width: 25%;
	/*background: yellow;*/
}

.hgutters .col-fr-3 {
	width: 74.3333334%;
}
.hgutters .col-fr-2 {
	width: 48.6666667%;
}
.hgutters .col-fr-1 {
	width: 23%;
}

.col-fr-1.vpadd-sm,
.col-fr-2.vpadd-sm,
.col-fr-3.vpadd-sm,
.col-fr-4.vpadd-sm {
	padding-top: 1%;
	padding-bottom: 1%;
}

.col-fr-1.vpadd-md,
.col-fr-2.vpadd-md,
.col-fr-3.vpadd-md,
.col-fr-4.vpadd-md {
	padding-top: 2%;
	padding-bottom: 2%;
}

.col-fr-1.vpadd-lg,
.col-fr-2.vpadd-lg,
.col-fr-3.vpadd-lg,
.col-fr-4.vpadd-lg {
	padding-top: 3%;
	padding-bottom: 3%;
}

.col-fr-1.hpadd-sm,
.col-fr-2.hpadd-sm,
.col-fr-3.hpadd-sm,
.col-fr-4.hpadd-sm {
	padding-left: 1%;
	padding-right: 1%;
}

.col-fr-1.hpadd-md,
.col-fr-2.hpadd-md,
.col-fr-3.hpadd-md,
.col-fr-4.hpadd-md {
	padding-left: 2%;
	padding-right: 2%;
}

.col-fr-1.hpadd-lg,
.col-fr-2.hpadd-lg,
.col-fr-3.hpadd-lg,
.col-fr-4.hpadd-lg {
	padding-left: 3%;
	padding-right: 3%;
}

.col-fr-1.gutt-right,
.col-fr-2.gutt-right,
.col-fr-3.gutt-right,
.col-fr-4.gutt-right {
	margin-right: 2.66666667%;
}

.col-fr-1.gutt-auto,
.col-fr-2.gutt-auto,
.col-fr-3.gutt-auto,
.col-fr-4.gutt-auto {
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
}

@media (max-width: 480px) { /* iPhone */

	.col-fr-1.hpadd-sm,
	.col-fr-2.hpadd-sm,
	.col-fr-3.hpadd-sm,
	.col-fr-4.hpadd-sm {
		padding-left: 3%;
		padding-right: 3%;
	}

	.col-fr-1.hpadd-md,
	.col-fr-2.hpadd-md,
	.col-fr-3.hpadd-md,
	.col-fr-4.hpadd-md {
		padding-left: 5%;
		padding-right: 5%;
	}

	.col-fr-1.hpadd-lg,
	.col-fr-2.hpadd-lg,
	.col-fr-3.hpadd-lg,
	.col-fr-4.hpadd-lg {
		padding-left: 8%;
		padding-right: 8%;
	}

	.col-fr-1,
	.col-fr-2,
	.col-fr-3,
	.col-fr-4,
	.no-hgutters .col-fr-1,
	.no-hgutters .col-fr-2,
	.no-hgutters .col-fr-3,
	.no-hgutters .col-fr-4,
	.hgutters .col-fr-1,
	.hgutters .col-fr-2,
	.hgutters .col-fr-3,
	.hgutters .col-fr-4,
	.col-fr-1.gutt-right,
	.col-fr-2.gutt-right,
	.col-fr-3.gutt-right,
	.col-fr-4.gutt-right,
	.col-fr-1.gutt-auto,
	.col-fr-2.gutt-auto,
	.col-fr-3.gutt-auto,
	.col-fr-4.gutt-auto {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		float: none;
		display: inline-block;
		clear: left;
		/*height: 200px!important;*/
	}

	.col-fr-1.vpadd-sm,
	.col-fr-2.vpadd-sm,
	.col-fr-3.vpadd-sm,
	.col-fr-4.vpadd-sm {
		padding-top: 8%;
		padding-bottom: 8%;
	}

}


/* 3 column grid ------------------------------------------------------------------------------------ */

.col-th-1, .col-th-2, .col-th-3 {
	/*height: 100px;*/
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block; /* NB PC Safari requires a clear div after final box unless this is here */
}

.col-th-1 *, .col-th-2 *, .col-th-3 * {
	max-width: 100%;
}

.col-th-3,
.no-hgutters .col-th-3 {
	width: 100%;
}
.col-th-2,
.no-hgutters .col-th-2 {
	width: 66%;
}
.col-th-1,
.no-hgutters .col-th-1 {
	width: 33%;
}

.hgutters .col-th-2 {
	width: 65.6666667%;
}
.hgutters .col-th-1 {
	width: 31.5555556%;
}

.col-th-1.vpadd-sm,
.col-th-2.vpadd-sm,
.col-th-3.vpadd-sm {
	padding-top: 1%;
	padding-bottom: 1%;
}

.col-th-1.vpadd-md,
.col-th-2.vpadd-md,
.col-th-3.vpadd-md {
	padding-top: 2%;
	padding-bottom: 2%;
}

.col-th-1.vpadd-lg,
.col-th-2.vpadd-lg,
.col-th-3.vpadd-lg {
	padding-top: 3%;
	padding-bottom: 3%;
}

.col-th-1.hpadd-sm,
.col-th-2.hpadd-sm,
.col-th-3.hpadd-sm {
	padding-left: 1%;
	padding-right: 1%;
}

.col-th-1.hpadd-md,
.col-th-2.hpadd-md,
.col-th-3.hpadd-md {
	padding-left: 2%;
	padding-right: 2%;
}

.col-th-1.hpadd-lg,
.col-th-2.hpadd-lg,
.col-th-3.hpadd-lg {
	padding-left: 3%;
	padding-right: 3%;
}

.col-th-1.gutt-right,
.col-th-2.gutt-right,
.col-th-3.gutt-right {
	margin-right: 2.66666667%;
}

.col-th-1.gutt-auto,
.col-th-2.gutt-auto,
.col-th-3.gutt-auto {
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
}

@media (max-width: 480px) { /* iPhone */
	.col-th-1,
	.col-th-2,
	.col-th-3,
	.no-hgutters .col-th-1,
	.no-hgutters .col-th-2,
	.no-hgutters .col-th-3,
	.hgutters .col-th-1,
	.hgutters .col-th-2,
	.hgutters .col-th-3,
	.col-th-1.gutt-right,
	.col-th-2.gutt-right,
	.col-th-3.gutt-right,
	.col-th-1.gutt-auto,
	.col-th-2.gutt-auto,
	.col-th-3.gutt-auto {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		float: none;
		display: inline-block;
		clear: left;
		/*height: 200px!important;*/
	}
}

/* -------------------------------------------------------------------------------------------- */

.flip-container {
  perspective: 1000;
  transform-style: preserve-3d;
  width: 320px;
  height: 280px;
  width: 30%;
  display: inline-block;
  min-height: 380px;
  text-align: center;
  margin: 10px 1.5% 20px 1.5%;
}

.flip-container .flipper {
  width: 100%;
}

.flip-container .front {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotateY(0deg);
  width: 100%;
  text-align: center;
}

.flip-container .front img {
  border-radius: 50%;
}

.flip-container .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
  width: 100%;
}

.flip-container .back .staff-name {
  color: #91c5c5;
  font-size: 1.0em;
  padding: 0;
  margin: 0;
  text-align: left;
  background-image: url("../../../../../wp-content/themes/sportsprosconnect/images/assets/linked_in-2.png");
  background-position: right 5px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.flip-container .back .staff-name p:hover {
  background-image: url("../../../../../wp-content/themes/sportsprosconnect/images/assets/linked_in1-2.png");
}

.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/*
	Some vertical flip updates
*/
.vertical.flip-container {
  position: relative;
}

.vertical .back {
  transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
  transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
  transform: rotateX(180deg);
}

.team-info {
  background: #0069b4;
  color: white;
  height: auto;
  font-size: 0.9em;
  width: 100%;
  padding: 5%;
  z-index: 900;
  cursor: default;
  text-align: left;
  min-height: 380px;
}

@media (max-width: 972px) {
	.flip-container {
	  	min-height: 340px;
	}

	.team-info {
	  	min-height: 340px;
	  	font-size: 0.7em;
	}
}

div.ppt {
	display: none!important;
}

/* -------------------------------------------------------------------------------------------- */

#footer {
    clear: both !important;
	color: #a7a9ac;
	font-size: 11px;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'ubunturegular', sans-serif;
}

#footer_container {
	margin: 0 auto;
	padding: 20px 2%;
	max-width: 1260px;
}

@media (max-width: 1260px) {
	#footer_container {
		max-width: 96%;
	}
}

@media (max-width: 972px) {

}

#footer_container_inner {
	padding: 2% 2% 2% 0;
	margin: 0 auto;
}

@media (max-width: 1260px) {

}

#footer p {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 10px 0;
}

#footer p strong {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	font-family: 'ubunturegular', sans-serif;
}

.footer_menu {

}

.footer_menu li {
	list-style: none;
	display: block;
	width: 100%;
	margin: 5px 0 10px 0;
}

.footer_menu a {
	color: #a7a9ac;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#footer a {
	word-wrap: break-word;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer .selected{
	text-decoration: underline;
}

#footer_contact {
	text-align: right;
}

#footer_contact p {
	color: #fff;
	font-size: 1.2em;
	margin: 15px 0;
	padding: 0;
}

@media (max-width: 1260px) {
	#footer_contact p {
		font-size: 1.8em;
	}
}

@media (max-width: 972px) {
	#footer_contact p {
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {

	#footer_contact img {
		width: 80%;
		height: auto;
	}

}

#footer_contact p a {
	color: #fff;
}

#footer_contact p span {
	color: #a7a9ac;
}

#footer_contact p a span {
	color: #2c8c31;
}

#footer .social_media_icons img {
	margin-right: 7px;
}

#affiliate_footer_logo {
	max-width: 100%;
	height: auto;
	border: 0;
	margin: 30px auto 20px;
}

#sportsproslogo_footer {
	margin-bottom:  10px;
}

.coach_search_nav .vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern {
	padding: 2% 0;
}
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern {
	color: #fff;
	padding: 2% 2%;
	font-weight: normal;
	font-family: 'robotobold', sans-serif;
	text-transform: UPPERCASE;
	text-decoration: none !important;
	transition: background-color 0.4s ease-in-out 0s;
	z-index: 2001;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	background-image: none;
}

.single_pvs_slider_checkbox {
	padding-bottom: 40px;
}

.single_pvs_slider_checkbox .label { /* A div */
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 5px;
}

 /* The pvs_switch - the box around the pvs_slider */
label.pvs_switch {
	position: relative;
	display: inline-block;
	width: 60px!important;
	height: 34px!important;
}

/* Hide default HTML checkbox */
.pvs_switch input {display:none;}

/* The pvs_slider */
.pvs_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.pvs_slider.updating {
    background-color: #404040!important;
}

.pvs_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:disabled + .pvs_slider {
  background-color: #f7f7f7;
  cursor: default;
}

input:disabled + .pvs_slider:before {
  background-color: #efefef;
  cursor: default;
}

input:checked + .pvs_slider {
  background-color: #7ac673;
}

input:focus + .pvs_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .pvs_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded pvs_sliders */
.pvs_slider.pvs_round {
  border-radius: 34px;
}

.pvs_slider.pvs_round:before {
  border-radius: 50%;
}

#pvs_shortcodes_list {
	width: 100%;
}

#pvs_shortcodes_list .pvs_shortcode {
	width: 27%;
	padding: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	display: inline-block;
	background: #fff;
}

.footer_partner {
	margin: 20px 20px 20px 0;
}

.whatsapp_link {
	vertical-align: top;
	color: #fff;
	margin: 10px 0 0 5px;
	display: inline-block;
}

