/*
Theme Name: 21 Designs Australia
Theme URI: http://www.21designs.com.au
Author: 21 Designs Australia
Author URI: https://21designs.com.au
Description: Custom theme for mm site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentyonedesigns
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin');


:root {
	--main-font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', helvetica, sans-serif;
	font-weight: 700;
	color: #981b3c;
}

body {
	overflow-x:hidden;
	height:100%;
	width: 100%;
	color: #555;
}

body.custom-background:not(.home) {
	background: none;
}

select, input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], input[type="search"] {
	border: 1px solid #ccc;
}

button, select, input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], input[type="search"], input[type="button"], input[type="reset"], input[type="submit"], textarea {
	line-height: 3em;
	padding: 0 8px;
	font-size: 14px;
	border-radius: 3px;
	height: 3em;
}

table tfoot {
	background: transparent;
}



/*
Header Banner
*/

.header-banner{
		/* background:linear-gradient(120deg, #e8e8e0 0%,transparent 60%, #981b3c 76px); */
		height: 40px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+50,7db9e8+50 */
		background: linear-gradient(120deg, #e8e8e0 60%,#981b3c 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

/*
Top Menu
*/

#main-menu-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
}

#main-menu-top ul {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

/* Left side
*/
#main-menu-top ul li>a {
	color: #aaaaa1;
	font-size: 0.8em;
	font-family: Roboto Slab;
}

#main-menu-top ul li a:before {
	font-family: 'FontAwesome';
	font-size: 1.2em;
	content: '\f007';
	color: #aaaaa1;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
}

#main-menu-top ul li:hover a,
#main-menu-top ul li:hover a:before {
	color: #981b3c;
}

#main-menu-top ul li:nth-child(3) a:before {
	font-family: 'FontAwesome';
	content: '\f007';
}

#main-menu-top ul li:nth-child(2) a:before {
	font-family: 'FontAwesome';
	content: '\f2c3';

}

#main-menu-top ul li:nth-child(1) a:before {
	font-family: 'FontAwesome';
	content: '\f002';
}

#main-menu-top>li>a:hover:after {
	transform: rotate(-90deg);
	background: #444;
	color: #fff;
}


/* right side

*/
#main-menu-top-right {
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#main-menu-top-right a {
	padding: 0;
	margin-bottom: 0;
	font-size: 0.9rem;
	font-family: Roboto Slab;
	color: white;
}

#main-menu-top-right a:hover {
	color: #ebe0ad;
}

#main-menu-top-right a:nth-child(1) {
	margin-right: 2%;
	margin-left: 10%;
}

#main-menu-top-right a::before {
	font-family: 'FontAwesome';
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}

#main-menu-top-right a.facebooklink::before {
	content: '\f082 ';
}

#main-menu-top-right a.emaillink::before {
	content: '\f0e0';
}




/*
Main menu styling
*/

header .main-menu-container {
	height: 120px;
	background: #284173;
}

header .signup{
	height: 40px;
	background:linear-gradient(45deg,transparent 7%, #8f9fbf 1px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.signup h2 {
	margin: 0;
}

.signup h2 .textwidget p {
	font-size: 0.9rem;
	margin-left: 115px;
	color: white;
	font-family: Roboto Slab;
	margin-bottom: 0;
	font-weight: 400;
}

.signup h2 .textwidget p::before{
	color: white;
	font-family: 'FontAwesome';
	font-size: 16px;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\f06b ';
	margin-right: 5px;
}

.signup h2 .textwidget a {
	text-decoration: underline;
	color: #284173;
}

.main-menu-container-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

#main-menu > li > a {
	color: white;
	font-size: 16px;
	font-family: Roboto;
	text-transform: uppercase;
}


.main-menu-container-nav ul > li > a::after {
	position: relative;
	top: 1px;
	padding-right: 1px;
	margin-left: 8px;
	font-family: 'FontAwesome';
	font-size: 18px;
	content: '\f107';
	color: #059cec;
	width: 22px;
	height: 22px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	transition: .3s all ease-out;
	display: inline-block;
	transform: rotate(-90deg);
}

.main-menu-container-nav ul > li:hover > a::after {
	transform: rotate(0deg);
	color: #fff;
}

.main-menu-container-nav ul > li::last-child{
	background: #41a5f3;
	border-radius: 10px;
}

.main-menu-container-nav ul > li:hover::last-child {
	background: #981b3c;
}

.main-menu-container-nav ul > li::last-child > a::after{
	color: white;
	background: #41a5f3;
}

/*breadcrumbs styling */

.breadcrumbs {
	height: 40px;
	background:linear-gradient(120deg,  #41a5f3 32%, #e8e8e0 0%);
	align-items: center;
	margin: 0;
}

.breadcrumb-spacer {
	width: calc(32% - 125px) !important;
}
 
.breadcrumb-content {
	width: calc(68% + 125px) !important;
}
 
.breadcrumbs p {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 0.8em;
	color: #fff;
}


.breadcrumbs p::before{
	margin-right: 10px;
	font-family: 'FontAwesome';
	font-size: 20px;
	content: '\f0ac';
	color: #aaaaa1;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	transition: .3s all ease-out;
	display: inline-block;
	color: #fff;
}

.breadcrumbs span {
	color: #981b3c;
	font-size: 0.7rem;
	text-transform: uppercase;
}

.breadcrumbs span {
	font-size: 0.7rem;
	color: #981b3c;
}

#breadcrumbs > span:first-child {
	margin-left: 1.5rem;
}

.breadcrumbs a {
	color: #981b3c;
	float: left;
}

#breadcrumbs i {
	line-height: 20px;
	margin: 0 8px;
	float: left;
	font-size: 0.75rem;
	color: #981b3c;
}

#breadcrumbs > i:first-child {
	margin-left: 1.5rem;
}





/**
 * Main content
 *
 */

main.content-main {
	margin: 2rem 0;
}

main.content-main h1 {
	margin-top: 0.25rem;
}

#front-page-main {
	height: 60vh;
}

#home-page-intro {
	padding: 2em;
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 25%;
	left: 50%;
	border-radius: 5px 0 0 5px;
}

#home-page-intro .banner h1 {
	text-transform: uppercase;
	font-size: 5rem;
	font-weight: 800;
	line-height: 0.8;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 12px rgba(0,0,0,0.25);
}

#home-page-intro .banner h1 .maroon {
	color: #981b3c;
}

#home-page-intro .banner p {
	width: 800px;
	padding: 20px 20px 60px 20px;
	background: transparent;
	text-align: center;
	color: #284173;
	font-size: 1.1rem;
}

#home-page-intro .banner p img {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 20px;
}

#home-page-intro .banner p a {
	position: absolute;
	background: #41a5f3;
	width: 200px;
	color: #fff;
	cursor: pointer;
	bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
	font-weight: 600;
	font-size: 1.1rem;
	border-radius: 3px;
}

#home-page-intro .banner p a:hover {
	background: #284173;
}

#home-page-intro .banner p a:before {
	content: '\f059';
	font-family: 'FontAwesome';
	display: inline-block;
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
}

#featured-articles {
	position: absolute;
	width: 100vw;
	transform: translateY(-60px);
}

#featured-articles a {
	display: block;
	border: 3px solid #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.25);
	transform: scale(0.95) rotate(0);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#featured-articles a:hover {
	transform: scale(1) rotate(1deg);
}

#featured-articles a img {
	width: 100%;
}

#featured-articles .featured-video-plus {
	border: 8px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.25);
	margin-bottom: 0;
}

.images-right{
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	overflow: hidden;
	position: relative;
}

.images-left{
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	overflow: hidden;
	position: relative;
}

.images-left img, .images-right img {
	width: 100%;
}

.images-right p.widget-title{
	color: white;
	text-transform: uppercase;
	font-size: 0.8rem;
	width: 100%;
	height: 3rem;
	background: #284173;
	margin: 0;
	padding: 0;
	padding-right: 40%;
	padding-left: 20px;
	text-align: start;
	display: flex;
	align-items: center;
}

.images-left p.widget-title{
	color: white;
	text-transform: uppercase;
	font-size: 0.8rem;
	width: 100%;
	height: 3rem;
	background: #284173;
	margin: 0;
	padding: 0;
	padding-right:40%;
	padding-left: 20px;
	text-align: start;
	display: flex;
	align-items: center;
}


.images-left:hover:after, .images-right:hover:after {
	content: 'Subscribers Only';
	top: 126px;
	width: 200px;
	right: -100px;
	height: 200px;
	background: #981b3c;
	transform: rotate(-45deg);
	float: right;
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	text-align: center;
	color: white;
	display: inline-block;
}

.sale-tag {
	width: 50px;
	height: 100px;
	background: #40c781;
	transform: rotate(-45deg);
}

#front-page-slogan {
	background: rgba(255,255,255,0.9);
	/* background: url( 'images/guarantee-background.jpg' ); */
	padding-top: 150px;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#front-page-slogan .widget {
	margin: 15px;
}

#front-page-slogan .widget h2 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 4rem;
	text-align: center;
	color: #284173;
}

#front-page-slogan .widget .textwidget:before {
	font-family: FontAwesome;
	content: '\f10d';
	font-size: 3rem;
	float: left;
	color: #ddd;
	margin-top: -60px;
}

#front-page-slogan .widget .textwidget:after {
	font-family: FontAwesome;
	content: '\f10e';
	font-size: 3rem;
	float: right;
	color: #ddd;
	margin-top: -30px;
}

#front-page-slogan .widget .textwidget p {
	font-family: Roboto Slab;
	font-size: 1.4rem;
	line-height: 2;
	color: #284173;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
}





#front-page-features {
	height: 960px;
	background: #284173;
	display: flex;
	justify-content: center;
	align-items: center;
}

#front-page-features .grid-container{
	margin-top: 480px;
}

#front-page-features a.icon-container p {
	color: white;
}



#front-page-features i {
	font-size: 100px;
	color: #fff;
	transform: scale(0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#front-page-features a:hover i {
	color: #41a5f3;
	transform: scale(0.9);
}

#font-page-subscriptions{
	background: #fff;
	height: 320px;
}

.subscriptions p.widget-title {
	font-size: 5rem;
	color: #981b3c;
	font-weight: 800;
	text-transform: uppercase;
	margin: 2rem 0 0 0;
}

.subscriptions .textwidget p {
	font-size: 1.5rem;
	color: #284173;
}

.subscriptions-boxes {
	padding: 10px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background: #fcfaf8;
	border: 3px #fff solid;
	border-radius: 10px;
	box-shadow: 0 0 16px rgba(0,0,0,0.25);
}

.subscriptions-boxes p.widget-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 0;
	color: #fff;
	line-height: 1.2;
	padding: 1rem 3rem;
	background: #284173;
	border-radius: 8px 8px 0 0;
}

.subscriptions-boxes .textwidget {
	text-align: center;
}

.subscriptions-boxes .textwidget p {
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	color: #41a5f3;
}

.subscriptions-boxes .textwidget p.price {
	color: #41a5f3;
	font-size: 3rem;
	font-weight: 900;
	margin: 1rem auto;
}

.subscriptions-boxes .textwidget p.price span.price-extras {
	font-size: 1rem;
	vertical-align: super;
	margin-left: 0.25rem;
}

/* .subscriptions-boxes .textwidget p.price span {
	color:  #981b3c;
	font-size: 38px;
	font-weight: 900;
} */


.small-price {
	color: #981b3c;
	font-size: 18px;
	position: relative;
	bottom: 12px;
}


.subscriptions-boxes .textwidget ul {
	text-align: left;
	font-size: 18px;
	padding: 15px;
	padding-bottom: 0;
	list-style: none;
	line-height: 1.2;
	color: #284173;
}

.subscriptions-boxes .textwidget ul li:before {
	transform: rotate(-90deg);
	font-family: 'FontAwesome';
	content: '\f107';
	color: #981b3c;
	font-size: 20px;
	margin-right: 8px;
	display: inline-block;
}


.subscriptions-boxes .textwidget a {
	background: #981b3c;
	width: 240px;
	border-radius: 3px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 1rem;
}

.subscriptions-boxes .textwidget a:hover {
	background: #41a5f3;
}


/*
custom logo
*/
.custom-logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}


.grid-container.full {
	max-width: 1920px;
}





/**
 * Sidebar styles
 *
 */

#secondary {
	border-left: 3px solid #f0f0f0;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-bottom: 4rem;
	margin-top: 4rem;
}

#secondary .menu {
	display: block;
}

#secondary h4 {
	font-size: 1.4rem;
	margin: 1rem 0;
	color: #981b3c;
}

#secondary ul {
	list-style: none;
	margin-left: 0.25rem;
}

#secondary ul li > a {
    color: #333;
    font-size: 1rem;
    padding: 0.5rem;
}

#secondary ul li > a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    display: inline-block;
    text-decoration: none;
    color: #fc0;
    margin-right: 8px;
}

/**
 * Footer styles
 *
 */

#footer-top {
	min-height: 80px;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-image: url("images/footer-background.jpg");
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
}

footer #footer-col-1,
footer #footer-col-2,
footer #footer-col-3 {
	color:#981b3c;
	font-family: Roboto Slab;
}

footer .footer-col img {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

footer h4.widget-title {
    font-size: 1.4rem;
    margin: 1rem 0;
}

footer ul.menu li > a {
	color: #333;
	font-size: 1rem;
	padding: 0.5rem;
}

footer ul.menu li > a:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	display: inline-block;
	text-decoration: none;
	color: #fc0;
	margin-right: 8px;
}

#footer-bottom {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #000;
}

#top-margin {
	margin-top: 30px;
}

#footer-top .grid-x .grid-margin-x :nth-child(2) {
	background-color: black;
}

#footer-col-1 .footer-logos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

footer .menu {
	display: block;
}

footer .icon-grid {
	display: grid;
	justify-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
}

.icon-grid a {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
    text-align: center;
    margin: 1rem 0;
    line-height: calc(3.6rem - 6px);
    border: 3px solid;
    border-radius: 50%;
    background: #fff;
	color: #981b3c;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.icon-grid a i {
	color: #981b3c;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.icon-grid a:hover {
	color: #1468a0;
	background: #1468a0;
}

.icon-grid a:hover i {
	color: #fff;
	background: #1468a0;
}

footer #footer-col-1 .textwidget{
	color: initial;
	margin-top: 30px;

}


.menu-icon2::after {
	content: '\f00d ';
	font-family: 'FontAwesome';
	display: inline;
	text-decoration: none;
	color: white;
	text-shadow: none;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	border: 0;
}

.title-bar{
	display: none;
}



/**
 * WordPress class overrides
 *
 */

h1.page-title {
	margin: 40px 0 20px 0;
	color: #1779ba;
}

/**
 * CPT Archives
 *
 * Displays a grid/list of the main taxonomy terms
 * for this custom post type.
 *
 */

.post-type-archive-skills .skill-types,
.post-type-archive-training-sessions .training-session-types,
.post-type-archive-worksheets .record-types {
	margin: 2em 0;
}

.post-type-archive-skills .skill-type,
.post-type-archive-training-sessions .training-session-type {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.4rem;
	height: 180px;
	flex: 1 0 390px;
}

.post-type-archive-worksheets .record-type {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.4rem;
	height: 227px;
	flex: 1 0 240px;
}

.post-type-archive-skills .skill-type a,
.post-type-archive-training-sessions .training-session-type a {
	display: block;
	height: 160px;
	width: 100%;
}

.post-type-archive-worksheets .record-type a {
	display: block;
	height: 205px;
	width: 100%;
}

.post-type-archive-skills .skill-type a div,
.post-type-archive-training-sessions .training-session-type a div,
.post-type-archive-worksheets .record-type a div {
    height: 100%;
}

.post-type-archive-skills .skill-type a:hover div,
.post-type-archive-training-sessions .training-session-type a:hover div,
.post-type-archive-worksheets .record-type a:hover div {
	background: rgba(255,255,255,0.25);
}

.post-type-archive-skills .skill-type a div h3,
.post-type-archive-training-sessions .training-session-type a div h3 {
	position: relative;
	top: 100px;
	font-size: 1.4rem;
	background: rgba(0,0,0,0.25);
	color: #fff;
	padding: 5px;
}

.post-type-archive-worksheets .record-type a div h3 {
	position: relative;
	top: 162px;
	font-size: 1.4rem;
	background: rgba(0,0,0,0.25);
	color: #fff;
	padding: 5px;
}

.post-type-archive-skills .skill-type a:hover div h3,
.post-type-archive-training-sessions .training-session-type a:hover div h3,
.post-type-archive-worksheets .record-type a:hover div h3 {
	background: rgba(0,0,0,0.5);
}





/**
 * CPT Taxonomy Term pages
 *
 * Displays a list of posts for the
 * selected taxonomy term
 *
 */
.tax-skill-type .featured-document,
.tax-training-session-type .featured-document,
.tax-worksheet-type .featured-document {
	padding: 5px;
	margin: 40px 0 20px 0;
	border: 1px solid #ddd;
}

.tax-skill-type .skills-group,
.tax-training-session-type .training-sessions-group,
.tax-worksheet-type .records-group {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
}

.tax-skill-type .skills-parent h3,
.tax-training-session-type .training-sessions-parent h3,
.tax-worksheet-type .records-parent h3 {
	font-size: 1.6rem;
}

.tax-skill-type .skills-parent h3 a,
.tax-training-session-type .training-sessions-parent h3 a,
.tax-worksheet-type .records-parent h3 a {
	color: #41a5f3;
}

.tax-skill-type .skills-parent h3 a:hover,
.tax-training-session-type .training-sessions-parent h3 a:hover,
.tax-worksheet-type .records-parent h3 a:hover {
	color: #fff;
	background: #1468a0;
}

.tax-skill-type .skills-parent p,
.tax-training-session-type .training-sessions-parent p,
.tax-worksheet-type .records-parent p {
	background: #f8f8f8;
	position: relative;
	min-height: 105px;
	padding: 0.5rem 0.5rem 0.5rem 6rem;
}

.tax-skill-type .skills-parent p i,
.tax-training-session-type .training-sessions-parent p i,
.tax-worksheet-type .records-parent p i {
	font-size: 4rem;
	margin-bottom: 3rem;
	color: #ddd;
    float: left;
    margin-right: 1.5rem;
}

.tax-skill-type .skill-record,
.tax-training-session-type .training-sessions-record,
.tax-worksheet-type .records-record {
	margin-top: 1rem;
}

.tax-skill-type .skill-record .pdf-wrapper,
.tax-training-session-type .training-sessions-record .pdf-wrapper,
.tax-worksheet-type .records-record .pdf-wrapper {
	padding-top: 1rem;
}

.tax-skill-type .skill-record h3,
.tax-training-session-type .training-sessions-record h3,
.tax-worksheet-type .records-record h3 {
	border-bottom: 1px solid #284173;
	font-size: 1.4rem;
}

.tax-skill-type .skill-record h3 a,
.tax-training-session-type .training-sessions-record h3 a,
.tax-worksheet-type .records-record h3 a {
	display: inline-block;
	border-radius: 3px 3px 0 0;
	padding: 0.5rem 3rem 0.5rem 2rem;
	background: #284173;
	color: #fff;
}

.tax-skill-type .skill-record p,
.tax-training-session-type .training-sessions-record p,
.tax-worksheet-type .records-record p {
	background: #f4f4f4;
	padding: 1rem;
}

.tax-skill-type .skill-record .pdf-wrapper a,
.tax-training-session-type .training-sessions-record .pdf-wrapper a,
.tax-worksheet-type .records-record .pdf-wrapper a ,
.tax-skill-type .skill-record .pdf-wrapper span {
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
	transform: scale(0.8) rotate(0);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.tax-skill-type .skill-record .pdf-wrapper a:hover,
.tax-training-session-type .training-sessions-record .pdf-wrapper a:hover,
.tax-worksheet-type .records-record .pdf-wrapper a:hover {
	transform: scale(1) rotate(1deg);
	border: 1px solid #fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.tax-skill-type .skill-record .featured-image-container {
    padding: 5px;
    border: 1px solid #ddd;
}
.tax-skill-type .skill-record .skills-child .featured-image-container {
    padding: 0;
    border: none;
}

.tax-skill-type .skill-record .featured-image-container.locked,
.tax-skill-type .featured-document.locked,
.tax-training-session-type .training-sessions-record .pdf-wrapper,
.tax-training-session-type .featured-document.locked,
.tax-worksheet-type .records-record .pdf-wrapper {
    position: relative;
}

.tax-skill-type .skill-record .featured-image-container.locked:before,
.tax-skill-type .skill-record .pdf-wrapper span.locked:before,
.tax-worksheet-type .records-record .pdf-wrapper span.locked:before,
.tax-training-session-type .featured-document.locked:before,
.tax-skill-type .featured-document.locked:before,
.tax-skill-type .skill-record .skills-child.locked:before,
.tax-training-session-type .training-sessions-record .pdf-wrapper span.locked:before {
    background: rgba(255,255,255,0.75);
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: " ";
    position: absolute;
}

.tax-skill-type .skill-record .pdf-wrapper span.locked:after,
.tax-worksheet-type .records-record .pdf-wrapper span.locked:after,
.tax-skill-type .featured-document.locked:after,
.tax-skill-type .skill-record .skills-child.locked:after,
.tax-skill-type .skill-record .featured-image-container.locked:after,
.tax-training-session-type .featured-document.locked:after,
.tax-training-session-type .training-sessions-record .pdf-wrapper span.locked:after {

    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: FontAwesome;
    content: "\f023";
    color: #981b3c;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    width: 5rem;
    height: 5rem;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    line-height: calc(5rem - 3px);
    border: 3px solid #981b3c;    

}
.tax-skill-type .skills-child,
.tax-training-session-type .training-sessions-child,
.tax-worksheet-type .records-child {
	transform: scale(0.85);
	text-align: center;
	width: 100%;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.tax-skill-type .skills-child:not(.locked):hover,
.tax-training-session-type .training-session-child:hover,
.tax-worksheet-type .records-child:hover {
	transform: scale(1);
}

.tax-skill-type .skills-child h4,
.tax-training-session-type .training-sessions-child h4,
.tax-worksheet-type .records-child h4 {
	font-size: 0.9rem;
	background: #f8f8f8;
	text-transform: uppercase;
	margin-top: 0.5rem;
	margin-bottom: 0;
	padding: 0.5rem;
	border-radius: 2px;
}

.tax-skill-type .skills-child h4:not(.locked):hover,
.tax-training-session-type .training-sessions-child h4:hover,
.tax-worksheet-type .records-child h4:hover {
	background: #284173;
}

.tax-skill-type .skills-child h4:hover a,
.tax-training-session-type .training-sessions-child h4:hover a,
.tax-worksheet-type .records-child h4:hover a {
	color: #fff;
}

.tax-skill-type .skills-child p,
.tax-training-session-type .training-sessions-child p,
.tax-worksheet-type .records-child p {
    font-size: 0.9rem;
}

.tax-skill-type .featured-image,
.tax-training-session-type .featured-image,
.tax-worksheet-type .featured-image {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #ddd;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.tax-skill-type .featured-image i,
.tax-training-session-type .featured-image i,
.tax-worksheet-type .featured-image i {
	position: absolute;
	top: -20px;
	right: -20px;
	color: #fff;
	font-size: 50px;
	text-shadow: 0 0 4px rgba(0,0,0,0.25);
}



/**
 * PDF Embed overrides
 *
 */

.single-skills .video,
.single-training-session .video,
.single-records .video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.single-skills .video iframe,
.single-skills .video object,
.single-skills .video embed,
.single-training-session .video iframe,
.single-training-session .video object,
.single-training-session .video embed,
.single-records .video iframe,
.single-records .video object,
.single-records .video embed {
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 95%;
	height: 95%;
	background: #fff;
	padding: 10px;
	margin-top: 2rem;
	border: 5px solid #eee;
}

/**
 * PDF Embed overrides
 *
 *

.pdfemb-inner-div-wantmobile-fswrap.pdfemb-wantmobile:before {
    content: '\f1c1';
    font-family: FontAwesome;
    font-size: 2rem;
}

div.pdfemb-wantmobile-fsarea {
    margin-top: 0;
    padding-top: 0;
}

div.pdfemb-inner-div-wantmobile-fswrap {
	height: 40px;
    background: white;
    border: none;
    text-align: center;
}

div.pdfemb-viewer {
	height: 40px;
	background: white;
	border: none !important;
}
.pdfemb-pagescontainer {
	display: none !important;
}

*/

.pdfemb-viewer,
.pdfemb-pagescontainer,
.pdfemb-inner-div,
.pdfemb-the-canvas {
	width: 100% !important;
}

div.pdfemb-viewer {
	padding: 5px !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
}

div.pdfemb-inner-div-wantmobile {
	background: #fff !important;
}

.pdfemb-pagescontainer {
	max-width: 100% !important;
}

div.pdfemb-wantmobile-fsarea {
	background-color: transparent !important;
	height: 100% !important;
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	max-height: 100% !important;
}

.pdfemb-wantmobile-fsarea:before {
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 3em;
	color: #999;
	text-shadow: 0 0 4px rgba(0,0,0,0.25);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1em;
}

.cell .pdfemb-viewer .pdfemb-pagescontainer {
    opacity: 0;
}

.archive .cell .pdfemb-viewer {
    border: none !important;
}

.single .cell .pdfemb-viewer {
    border: 1px solid #ddd !important;
}




/**
 * Woocommerce overrides
 *
 */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #981b3c;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #41a5f3;
}

.woocommerce form.login {
	border: none;
}

.woocommerce form.login .form-row-wide:nth-of-type(2), .woocommerce-page form.login .form-row-wide:nth-of-type(2) {
	margin-right: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
	float: left;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: right;
	padding-left: 5rem;
	padding-right: 5rem;
	margin-top: -88px;
	margin-right: 0;
}

.woocommerce .wc-memberships-restriction-message {
	margin: 2em 0 0 0!important;
	border-top-color: #fa0;
	color: #aaa;
}

.woocommerce .wc-memberships-restriction-message:before {
	font-family: FOntAwesome;
	color: #fa0;
	content: "\f023";
}

.skills-child .woocommerce .wc-memberships-restriction-message {
    display: none;
/*	margin: 2em 0 0 0!important;
	font-size: 0.9rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;*/
}

.skills-child .woocommerce .wc-memberships-restriction-message:before {
	content: '';
}

/**
 * Pagination
 *
 */

nav.prev-next-posts {
	position: relative;
	width: 100%;
}

.paging-bottom {
	color: #ccc;
	font-size: 12px;
	padding: 1em 0;
	margin: 1em 0;
	text-align: right;
	border-top: 1px dotted #ddd;
}

span.page-numbers,
a.page-numbers {
	border: 1px solid #eee;
	background: #f4f4f4;
	text-align: center;
	width: 24px;
	height: 24px;
	margin: 0 1px;
	line-height: 24px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

span.page-numbers.page-num {
	position: absolute;
	left: 0;
	border: none;
	background: none;
	color: inherit;
	width: auto;
	margin: 0;
}

span.page-numbers.current {
	border: 1px solid #e0e0e0;
	background: #eee;
	color: #ccc;
}

a.next.page-numbers,
a.prev.page-numbers {
	border: none;
	background: none;
	color: inherit;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.next.page-numbers {
	margin: 0 0 0 1em;
}


nav.post-navigation .nav-links {
    margin-bottom: 15px;
    display: flex;
}
nav.post-navigation .nav-links > div {
    flex: auto;
}
nav.post-navigation .nav-links a .meta-nav {
    display: none;
}
nav.post-navigation .nav-links .nav-previous {
    margin-right: 0;
}
nav.post-navigation .nav-links .nav-previous a:before {
    content: "\f053";
    font-family: "FontAwesome";
    margin-right: 10px;
}
nav.post-navigation .nav-links .nav-next {
    text-align: right;
}
nav.post-navigation .nav-links .nav-next a:after {
    content: "\f054";
    font-family: "FontAwesome";
    margin-left: 10px;
}

.entry-header{
	margin-bottom: 20px;
}

.post-thumbnail{
	margin-bottom: 20px;
}
.wp-pagenavi{
	margin:20px 0;
}
.loop-blog{
	margin-top:20px;
}

.nav-previous{
	float: left;
    clear: both;
    margin-right: 30%;
}

.wp-block-column.service-pricing {
	flex-basis: calc(30% - 16px);
}

/*.wp-block-column:first-child {
	flex-basis: calc(70% - 16px);
}*/

.service-pricing-heading {
	margin-top: 1rem;
	padding-top: 2rem;
	border-top: 1px dotted #ddd;
}

.service-pricing {
	border-left: 5px solid #f4f4f4;
}

.service-pricing h4 {
	color: #284173;
	font-size: 3.8rem;
	line-height: 1;
	margin-top: 1rem;
}

.service-pricing p {
	margin-left: 1rem;
}

.dollarsign {
	font-size: 2.4rem;
}

#ebook {
    background: white;   
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#ebook h1, #ebook h3 {
    font-family: Roboto, Arial, sans-serif;
}
#ebook h3 {
    margin-top: 30px;
    font-size: 1.6rem;
    margin-bottom: 0;
}
#ebook h1 {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 2rem;
}
#ebook h1 span, #ebook h3 span {
    color: #284173;
}
#ebook img {
    margin-top: -30px;
    margin-bottom: -40px;
}