/*
Theme Name: Process Cycle Coaching
Author: Magpie Marketing UK
*/

html, body {
	margin: 0;
	padding: 0;
	color: #575756;
	font-family: "Varela Round", Arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	background-color: #000;
}
a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style:none;
}
  
a { 
	outline: 0;
  outline: 0 !important;
  outline-style:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}


button::-moz-focus-inner {
  border: 0;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;  
}
img {
 opacity: 1.0!important;
 transition: opacity 1s ease-in-out!important;
 -moz-transition: opacity 1s ease-in-out!important;
 -webkit-transition: opacity 1s ease-in-out!important;
 }
 a:hover img {
 opacity: .7!important;
 transition: opacity .45s ease-in-out!important;
 -moz-transition: opacity .45s ease-in-out!important;
 -webkit-transition: opacity .45s ease-in-out!important;
 }
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	float: left;
}
#pagewidth-1140 {
	max-width: 1140px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	position: relative;
	padding-top: 220px;
}
#header {
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	min-height: 250px;
	z-index: 1000;
	top: 0px;
}

#header-row-1 {
	width: 100%;
	float: left;
	min-height: 140px;
	position: relative;
	padding-top: 10px;	
	}
#header-row-2 {
	width: 100%;
	float: left;
	position: relative;
	min-height: 110px;
	}	
.header-content {
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
}
.header-bg {
	background-image: url(/images/header-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 96%;
	max-width: 1140px;
	position: fixed;
	z-index: 500;
	top: 0px;
	height: 200px;
	margin-right: 4%;
	}
#header-left {
	float: left;
	position: relative;
	padding-top: 5px;
	margin: 0px;
	padding-right: 2%;
	width: 43%;
	padding-left: 0%;
	z-index: 1600;
}
#header-left img {
	width: 100%;
	max-width: 348px;
	height: auto;
	zoom: 1;
}
#header-right {
	float: left;
	position: relative;
	padding-top: 54px;
	min-height: 88px;
	margin: 0px;
	width: 42%;
	text-align: right;
	color: #FFF;
	padding-right: 13%;
}
.header-contact {
	width: 100%;
	position: absolute;
	z-index: 2000;
	text-align: right;
	right: 24%;
	max-width: 300px;
	}
.header-contact-row, .header-contact-row2 {
	margin: 0px;	
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:right;
	}
.header-contact-row img, .header-contact-row2 img {
	padding-top: 0px;
	padding-left: 5px;
	vertical-align: bottom;
	}	
.header-contact-row a {
	font-size: 30px;
	line-height: 32px;
	color: #000;
	}		
.header-contact-row2 a {
	font-size: 21px;
	line-height: 28px;
	color: #000;
	}
.header-contact-row a:hover, .header-contact-row2 a:hover {
	color: #E20613;
	}
.header-social {
	float: right;
	width: 35px;
	}		
#mainmenu {
	margin: 0px;
	float: left;
	position: relative;
	width: 85%;
	height: 94px;
	padding-top: 0px;
	padding-right: 15%;
	padding-bottom: 0px;
	padding-left: 0px;
}


#mainmenu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	float: right;
}
#mainmenu li {
	list-style-type: none;
	font-size: 11px;
	color: #000000;
	display: block;
	height: 94px;
	font-family: "Varela Round", Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 94px;
	font-weight: bold;
	float: left;
}
#mainmenu li a {
	height: 94px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-bottom: 0px;
	width: 94px;
	background-image: url(/images/menu-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	float: left;
	text-transform: uppercase;
}
#mainmenu li a:hover {
	color: #E20613!important;
	background-image: url(/images/menu-red.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainmenu li:hover > a,
#mainmenu ul ul :hover > a,
#mainmenu a:focus {
}
#mainmenu li:hover > a,
#mainmenu a:focus {
	color: #E20613!important;
	background-image: url(/images/menu-red.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainmenu ul li:hover > ul {
	display: block;
}
#mainmenu .current-menu-item > a,
#mainmenu .current-menu-ancestor > a,
#mainmenu .current_page_item > a,
#mainmenu .current_page_ancestor > a {
	color: #E20613!important;
	background-image: url(/images/menu-red.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.content {
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	float: left;
}
.content-soliloquy {
	position: relative;
	width: 100%;
	float: left;
	background-image: url(/images/divider1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 66px;
}
.content img, .content-soliloquy img {
	max-width: 100%;
	height: auto;
	zoom: 1;;
}	
	
.divider {
	background-image: url(/images/divider1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 40px;
	}	
	
/* FOOTER */ 	

.footer-holder {
	width: 100%;
	clear: both;
	margin: 0px;
	float: left;
	padding: 0px;
	font-family: "Varela Round", Arial, helvetica, sans-serif;
	
}
.footer-holder2 {
	background-color: #000000;
	width: 100%;
	clear: both;
	margin: 0px;
	float: left;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: "Varela Round", Arial, helvetica, sans-serif;
	background-image: url(/images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.footer-small-text {
	font-size: 16px;
	}
.footer-space {
	padding-right: 7px;
	padding-left: 7px;
	}
.footer-space2 {
	padding-right: 7px;
	white-space: nowrap;
	padding-left: 7px;
	}		
.footer {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 2%;
	padding-left: 2%;
	position: relative;
	width: 96%;
	max-width: 1140px;
	margin-top: 0px;
	padding-bottom: 0px;	
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	color: #E20613;
}
.footer li, .footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none!important;
	}
.footer-row-1 {
	float: left;
	position: relative;
	margin: 0px;
	width: 60%;
	background-image: url(/images/footer-cog.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #575756;
	font-size: 14px;
	line-height: 20px;
	min-height: 74px;
	padding-top: 0px;
	padding-right: 40%;
	padding-bottom: 8px;
	padding-left: 0px;
}

.footer-row-2 {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.footer-row-2-left {
	float: left;
	position: relative;
	margin: 0px;
	width: 50%;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer-row-2-right {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 50%;
	color: #FFF;
	text-align: right;
}
.footer-row-2-right p {
	margin: 0px;
	padding: 0px;
}
.footer-phone a {
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
	}
.footer-email a {
	font-size: 21px;
	line-height: 26px;
	color: #FFF;
	}	
.footer-column {
	float: left;
	width: 50%;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0%;
	
}
.footer-column-2 {
	float: left;
	width: 48%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer-column-2 img {
	max-width:100%;
	height:auto;
	zoom:1;
	}
.footer-column-2-row-1 {
	float: left;
	width: 100%;
	text-align: right;
}
.circle-icon {
	background: #ffffff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	padding: 5px;
	margin-right: 8px;
}	
.icon-text {
	line-height: 32px;
	display: block;
	font-weight: 700!important;
	}	
.icon-text2 {
	line-height: 32px;
	display: block;
	font-size: 30px;
	}		
h1 {
	font-family: "Varela Round", Arial, helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-right: 0px;
	padding-left: 0px;
	color: #575756;
	margin: 0px;
	font-weight: 700;
	text-transform: uppercase;
}	
h2 {
	font-family: "Varela Round", Arial, helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-right: 0px;
	padding-left: 0px;
	color: #575756;
	margin: 0px;
	font-weight: 700;
}
h3 {
	font-family: "Varela Round", Arial, helvetica, sans-serif;
	font-size: 22px;
	line-height: 32px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-right: 0px;
	padding-left: 0px;
	color: #575756;
	margin: 0px;
}

p {
	padding-top: 0px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

a {
	text-decoration: none;
	color: #E20613;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}	 				
.alt{

}
.red {
	color: #E20613;
	}
.riding-icon, .fitness-icon, .nutrition-icon, .maintenance-icon, .equipment-icon, .repair-icon {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 4px;
	}
.riding-icon {
	background-image: url(/images/riding-icon.png);
	}	
.fitness-icon {
	background-image: url(/images/fitness-icon.png);
	}
.nutrition-icon {
	background-image: url(/images/nutrition-icon.png);
	}
.maintenance-icon {
	background-image: url(/images/maintenance-icon.png);
	}
.equipment-icon {
	background-image: url(/images/equipment-icon.png);
	}
.repair-icon {
	background-image: url(/images/repair-icon.png);
	}						
.nowrap {
	white-space: nowrap!important;
	display: inline-block;
	}	
.nowrap::before {
	content:"• ";
	color: #E20613;
	}	
.url {
	color: #CE6E1A;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
img.aligncenter {
	text-align: center!important;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

img.alignright {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.alignleft {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}
	
.wp-caption-text {
	text-align: center;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	line-height: 14px;
}
.wp-caption {
}
.entrybody img { 
	
}
.widgettitle {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	}
.entrybody li   {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.entrytitle h2 {
	color: #e6a516;
	font-size: 26px;
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: 700;
}
.entrytitle h2 a
{
	color: #e6a516;
	text-decoration: none;
}
.entrytitle h2 a:hover{
	color: #000000;
	text-decoration: none;
}
.entrytitle h3 {
	color: #e6a516;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-weight: 700;
}
#sidebar h2 {
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 12px;
	font-weight: 700;
}
.read-more {
	text-decoration: underline!important;
	}	
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom: 0px;
}

.entrybody img {
	max-width: 100%;
	height: auto;
	zoom: 1;
		
}
.entrybody a {
	color: #E20613;
	text-decoration: none;
}
.entrybody a:hover {
	color: #999999;
	text-decoration: none;
}
.postinfo {
	margin-top: 8px;
	font-size: 14px;
	margin-bottom: 10px;
	}
.navigation a:hover {
	color: #3C393A;
	}
.entrymeta {
	font-size: 14px;
}

/* SOLILOQUY */

.soliloquy-container .soliloquy-pager {
	text-align: right!important;
	right: 20px!important;
	bottom: 40px!important;
	}
a.soliloquy-pager-link {
	font-size:0px!important;
	}	
.soliloquy-container .soliloquy-pager-link {
	background-image: url(/images/white-dot.png)!important;
	background-repeat: repeat;
	height: 25px!important;
	width: 25px!important;	
	}	
.soliloquy-container .soliloquy-pager-link.active, .soliloquy-container .soliloquy-pager-link:hover {
	background-image: url(/images/red-dot.png)!important;
	}
	
/* ENVIRA GALLERY */

#envira-gallery-wrap-28 .envira-gallery-item-inner { background-color: #000 !important;

 }
 
#envira-gallery-wrap-28 .envira-gallery-wrap a.envira-gallery-link {
display: block;
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
 
#envira-gallery-wrap-28 .envira-gallery-item-inner img, #envira-gallery-wrap-28 a.envira-gallery-link, #envira-gallery-wrap-28 img.envira-gallery-image {
    opacity: 1 !important;
} 
  
#envira-gallery-wrap-28 .envira-gallery-item-inner .envira-caption {
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background-color: rgba(0,0,0,0.8)!important;
	/* Optional: add transitions so the title smoothly fades in/out on hover */
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
  
#envira-gallery-wrap-28 .envira-gallery-item-inner .envira-caption {
	opacity: 1;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
}	
	
	
@media (max-width: 1020px) {
.header-contact {
	right: 32%;
	}
}
@media (max-width: 880px) {
.header-bg {
	background-image: url(/images/header-bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
#header-left {
	float: left;
	position: relative;
	padding-top: 5px;
	margin: 0px;
	padding-right: 2%;
	width: 49%;
	padding-left: 0%;
}	
#header-right {
	float: left;
	position: relative;
	padding-top: 24px;
	min-height: 88px;
	margin: 0px;
	width: 49%;
	text-align: right;
	color: #FFF;
	padding-right: 0%;
}
.header-contact {
	width: 100%;
	position: absolute;
	z-index: 2000;
	text-align: right;
	right: 0%;
	max-width:300px;
	}
}
@media (max-width: 780px) {
.footer-row-1 {
	width: 50%;
	padding-right: 50%;
}			
}
@media (max-width: 760px) {

#envira-gallery-wrap-28 .envira-gallery-item-inner .envira-caption {
	height: 26px;
	padding-right: 0px;
	padding-left: 4px;
}
#envira-gallery-wrap-28 .envira-gallery-item-inner .envira-caption {
	opacity: 1;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}
#mainmenu {
	margin: 0px;
	float: left;
	position: relative;
	width: 100%;
	height: 94px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0px;
}

}
@media (max-width: 680px) {
}
@media (max-width: 656px) {
.footer-column-2-row-2 li {
	line-height: 130px;
}

}

@media (max-width: 860px) {
#mainmenu {
	display:none;
}	
.header-bg {
	background-image: none;	
	}
#header {
	height: 180px!important;
	position: relative;
}
	
#header-row-1 {
	width: 100%;
	float: left;
	min-height: 10px;
	position: relative;
	padding-top: 10px;	
	}
#header-row-2 {
	width: 100%;
	float: left;
	position: relative;
	min-height: 10px;
	}
#header-left {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	padding-top: 15px;
}
#header-right {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	background-image: none;
	text-align: center;
	padding-top: 10px;
	min-height: 58px;
}	
#pagewidth-1140 {
	padding-top: 0px;
}
.header-contact {
	width: 100%;
	position: relative;
	text-align: right;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	}

}

@media (max-width: 560px) {


.footer-row-2-left {
	float: left;
	position: relative;
	margin: 0px;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.footer-row-2-right {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #FFF;
	text-align: center;
}
}
@media (max-width: 480px) {
.footer-row-1 {
	width: 100%;
	padding-right: 0%;
	min-height: 200px;
	background-position: center bottom;
}
	
	

.footer-column-2-row-1 {
	text-align: left;
	padding-bottom: 15px;
	}
.footer-column, .footer-column-2 {
	float: left;
	width: 96%;
	margin-right: 0%;
	padding-top: 8px;
	padding-right: 2%;
	padding-left: 2%;
}	
.footer-column {
	padding-bottom: 0px;
}
.footer-column-2 {
	padding-bottom: 20px;
}
.footer-column-2-row-2 li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
	line-height: 260px;
}
}




 @media print {
/*hide the header, footer and left column when printing*/ 
#header {
	display: none;
}
#footer {
	display: none;
}
/*hide the right column when printing*/ 

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
}
p, ul, li, td, h1, h2, b, strong, a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}
}
