/*!
Theme Name: Salena Walker 2018
Theme URI: http://underscores.me/
Author: Madamadari
Author URI: http://www.madamadari.com
Description: Salena Walker - Qualified Naturopathic Nutrition Practitioner
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: salenawalker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Salena Walker 2018 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 32px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f20d2e;
	text-decoration:none;
}

a:visited {
	color: #f20d2e;
}

a:hover, a:focus, a:active {
	color: #404040;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
    position: absolute;
    top: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
}
.salena-content {
	width:96%;
	max-width:1000px;
	margin:0 auto 0;
	position:relative;
}


.salena-content-wide {
	width:96%;
	margin:0 auto 0;
	position:relative;
}


.height100 {
	height:100%;
	height:100vh;
}
#home-hero {
	min-height:100%;
	min-height:100vh;
	height:100%;
	height:100vh;
	background:#ccc;
	overflow:hidden;
	position:relative;
}


.fullimage {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	top:0;
	left:0;
	z-index:0;
	display:block;
}
.fullbgimage, .fullbgimage-mobile {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	top:0;
	left:0;
	z-index:0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fullbgimage, .fullbgimage-mobile {
	  position:absolute;
	  width:100%;
	  height:100%;
	  height:auto;
	  object-fit:cover;
	  top:0;
	  left:0;
	  z-index:0;
	  top: 50%;
	  left: 50%;
      transform: translate(-50%, -50%);
	}
}
.fullbgimage {
	display:none;
}
.fullbgimage-mobile {
	display:block;
}
.verticalcenter {
	z-index:1;
	width:100%;
	position: absolute;
	transform: none;
	text-align:center;
	color:#fff;
    top: auto;
    bottom:10px;
}

.topleftpanel {
	z-index: 1;
    width: 100%;
    position: absolute;
    top: 260px;
    max-width: 550px;
    transform: translateY(-50%);
    text-align: left;
    color: #404040;
}
@media (min-width: 800px) {
	.topleftpanel {
	    width: 100%;
	    top: 260px;
	}
}
@media (min-width: 1000px) {
	.topleftpanel {
	    width: 100%;
	    top: 360px;
	}
}


.home-hero-head {
    position: relative;
    font-weight: 100;
    font-size: 30px;
    line-height: 35px;
    color:#3d4633;
    text-align:center;
    padding-bottom: 20px;
    opacity:0;
}
.home-hero-subhead {
    position: relative;
    font-weight: 100;
    font-size: 18px;
    line-height: 25px;
    padding-right: 0px;
    color:#3d4633;
    opacity:0;
}

.home-hero-subhead-welsh {
    font-weight: 400;
}
#home-hero h1 {
    position: relative;
    font-weight: 100;
    font-size: 33px;
    line-height: 41px;
    color:#fff;
    text-align:center;
    padding-bottom: 30px;
    opacity:0;
}
#home-hero h2 {
    position: relative;
    font-weight: 100;
    font-size: 18px;
    line-height: 25px;
    padding-right: 0px;
    color:#fff;
    opacity:0;
}



@media (min-width: 1000px) {
.salena-content {
	width:100%;
}
.fullbgimage {
	display:block;
}
.fullbgimage-mobile {
	display:none;
}
.verticalcenter {
	width:55%;
	text-align:left;
	top: 30%;
	bottom:auto;
    transform: translateY(-50%);
}
.home-hero-head {
    font-size: 60px;
    line-height: 75px;
    text-align:left;
}
.home-hero-subhead {
    font-size: 30px;
    line-height: 40px;
    padding-right: 10px;
    text-align:left;
}
#home-hero h1 {
    font-size: 60px;
    line-height: 75px;
    text-align:center;
}
#home-hero h2 {
    font-size: 30px;
    line-height: 40px;
    padding-right: 10px;
    text-align:center;
}
.verticalcenter {
	z-index:1;
	width:55%;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	text-align:left;
	color:#404040;
}
}




#home-newsletter {
	background:#f20d2e;
	overflow:hidden;
}
#home-mystory {
	background:#fff;
	overflow:hidden;
	margin-bottom: 60px;
}
.mystoryswiperimages {
	width:100%;
}
.mystoryswiper {
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.mystoryimagepadding {
	padding:40px!important;
}
#home-consult {
	min-height:100%;
	min-height:100vh;
	background:#ccc;
	overflow:hidden;
	position:relative;
}
#home-blog {
	background:#fff;
	overflow:hidden;
}
.homeposts {
	width: 100%;
	padding:20px;
	display: inline-block;
    vertical-align: top;
    position:relative;
    margin-bottom:40px;
}
.homepost-featured {
	height:auto;
	overflow:hidden;
}
.homeposts img {
	width:100%;
	height:100%;
	object-fit:cover;
}
@media (min-width: 800px) {
.homeposts {
	width: calc(33% - 2px);
	padding:20px;
}
.homepost-featured {
	height:300px;
	overflow:hidden;
}
}

#home-testimonials {
	background:#f20d2e;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
	position:relative;
	color:#fff;
}


.testswipe {
	margin-bottom:60px;
}
#masthead {
	position:absolute;
	z-index:100;
	width:100%;
}
div {
	margin:0;
}
.test{
	background:#000;
}
#test{
	background:#000;
}

.ontheright {
	width:100%;
	float:right;
	padding:0 10px;
}
.ontheleft {
	width:100%;
	float:left;
	padding:0 10px;
}
@media (min-width: 800px) {
.ontheright {
	width:50%;
	float:right;
}
.ontheleft {
	width:50%;
	float:left;
}
}

.sepline {
	width:100%;
	height:2px;
	background:#f20d2e;
	margin-left:0%;
	position:relative;
}
.heart {
    position: relative;
    width:100%;
    top: -28px;
    margin-bottom:-28px;
}
.heart-overlay {
    position: relative;
    width:40px;
    height:2px;
    left:50%;
    transform:translateX(-50%);
    top: -2px;
    background:#fff;
}
.heart-image {
	margin: 0 auto 0;
    width: 40px;
}

h1 {
	font-weight:100;
	font-size: 29px;
    line-height: 41px;
    text-align:left;
}
h2 {
	font-weight:100;
	font-size: 18px;
    line-height: 25px;
}

button {
	font-family: 'Open Sans', sans-serif;
    background: #f20d2e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    border: 2px solid #f20d2e;
    border-radius: 25px;
    letter-spacing: 2px;
    float: right;
    width:100%;
    transition: all 0.2s ease;
}
button:hover {
    background: transparent;
    color: #f20d2e;
    border: 2px solid #f20d2e;
}
.buttonondark:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.whiteright {
	color:#fff;
	right:0;
	width:100%;
	position: relative;
    float: right;
    top: auto;
    bottom: auto;
    transform: none;
    margin-top: 300px;
    background: rgb(0,0,0,0.5);
    padding: 0 10px 20px 10px;
    margin-bottom: 10px;
}


.darkright {
    width: 100%;
    color: #fff;
    right: 0;
    position: relative;
    float: right;
    top: 20px;
    bottom: auto;
    transform: none;
    margin-bottom: 50px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 30px 30px 30px;
}
@media (min-width: 800px) {
	.darkright {
	    width: 41%;
	}
}

@media (min-width: 800px) {
h1 {
	font-size: 38px;
    line-height: 55px;
    text-align:left;
}
button {
	width:100%;
}
.whiteright {
	width:41%;
	color:#fff;
	right:0;
	position: relative;
    float: right;
    top: auto;
    bottom: auto;
    transform: none;
    margin-bottom: 50px;    
    margin-top: 0px;
    background: transparent;
    padding: 0;
    margin-bottom: 50px;
}
}


input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #f20d2e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    border: 2px solid #f20d2e;
    border-radius: 25px;
    letter-spacing: 2px;
    float: right;
    width:100%;
    transition: all 0.2s ease;
}
@media (min-width: 800px) {
input[type="submit"] {
	width:auto;
}
}
input[type="submit"]:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}



.main-navigation li {
    float: left;
    position: relative;
    text-align: center;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-navigation li:nth-child(3) {
    margin-left:0%;
}

.menu-main-navigation-container {
	height: 70px;
    background: transparent;
}
.site-branding {
    width: auto;
    display: inline-block;
    margin-top: -35px;
    margin-left: 10px;
    overflow: hidden;
}
.site-branding img {
	width:100%;
	max-width:253px;
}
@media (min-width: 1000px) {
.site-branding {
    margin-left: 40px;
}
.menu-main-navigation-container {
	height: 70px;
    background: #fff;
}
}

.main-navigation a {
    color: #000;
}

.verticalcenterfull {
	z-index: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    color: #404040;
    text-align: center;
}
.verticalcenterfull a {
	text-decoration:none;
}

.verticalcenterblog {
	z-index: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    color: #404040;
    text-align: center;
}
.verticalcenterblog a {
	text-decoration:none;
}

.salena-content-text {
    width: 96%;
    max-width: 640px;
    margin: 80px auto 80px;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    padding:0 10px;
}

.hidden {
	display:none;
}
.testimonials {
    font-weight: 100;
    font-size: 20px;
    line-height: 37px;
}
@media (min-width: 800px) {
.testimonials {
    font-weight: 100;
    font-size: 38px;
    line-height: 55px;
}
}
.testimonials-footer a {
	font-weight: 600;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}
.testimonials-footer a:hover {
    color: #000;
}
@media (min-width: 800px) {
.testimonials-footer a {
    font-size: 23px;
}
}

@media (max-width: 800px) {
.swiper-button-prev, .swiper-button-next {
	display: none;
}
}
#home-testimonials h1 {
	text-align:center;
}
.title {
	text-align:center;
}

.homeposts a {
	text-decoration:none;
	color:#404040;
}

.mystorypag {
	bottom:-5px!important;
	text-align:center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f20d2e;
}
#home-testimonials .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E)!important;
}

.thetag {
    background: #f20d2e;
    color: #fff!important;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1px 10px;
    margin-top: -13px;
    z-index: 20;
    position: relative;
    float: left;
    border-radius:25px;
    border:1px solid #f20d2e;
}
.thetag a {
	color:#fff;
}
.thetag a:hover {
	color:#f20d2e!important;
}
.thetag:hover {
	color:#f20d2e!important;
    background: #fff;
}
.clear {
	clear:both;
}

/*--------------------------------------------------------------
## New menu
--------------------------------------------------------------*/

.burger-container {
	display: inline-block;
    cursor: pointer;
    background: #f20d2e;
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 8px 10px 10px 10px;
    z-index: 5000;
    width: 55px;
    height: 55px;
}
#circlescale {
	display: inline-block;
    cursor: pointer;
    background: #f20d2e;
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 10px;
    z-index:4998;
    transform: scale(30);
 	transition: transform 0.95s ease;
    width: 55px;
    height: 55px;
}
@media (min-width: 1000px) {
.burger-container {
	display: none;
}
#circlescale {
	display: none;
}
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#mobile-menu {
	position:fixed;
	width:100%;
	height:100%;
	height:100vh;
	top:0;
	left:110%;
	z-index:4999;
	transition: left 0.5s ease;
	color:#fff;
}

#mobile-menu ul {
	list-style-position: outside;
	margin:50px 0 0 0;
}
.menu-item {
	list-style-type: none;
	padding: 20px;
    font-size: 190%;
    text-align:center;
}
.menu-item a {
	color:#fff;
	position:relative;
	text-decoration:none;
	display: inline;
    padding: 0 2px 2px 2px;
}
.menu-item a:hover {
	color:#fff;
}
.menu-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu-item a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (min-width: 1000px) {
.menu-item {
    text-align:left;
}
.menu-item a {
	color:#404040;
}
.menu-item a:hover {
	color:#404040;
}
.menu-item a:before {
  background-color: #404040;
}
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.blogpadding {
	height:200px;
	width:100%;
}

.blackout {
	width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    z-index: 1;
    top:0;
}

.logo-sprite {
    position: relative;
    width: 180px;
    height: 180px;
    background: #f20d2e;
    z-index: 1;
    border-radius: 50%;
    padding: 10px;
    padding-top: 42px;
    border: 2px solid #fff;
}
.logo-sprite img {
	width:100%;
}
@media (min-width: 1000px) {
.logo-sprite {
    width: 220px;
    height: 220px;
}
}

.newsletter-signup {
	text-align:center;
}
.newsletter-signup h1 {
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
}
.newsletter-signup h2 {
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
	font-weight:bold;
}
.newsletter-signup input[type="text"], .newsletter-signup input[type="email"] {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	margin: 3px;
	width: 100%;
}
@media (min-width: 500px) {
.newsletter-signup input[type="text"], .newsletter-signup input[type="email"] {
	width: 25%;
}
}
.newsletter-signup p {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
}
.newsletter-signup p a, .newsletter-signup p a:hover {
	color:#fff;
	font-weight:bold;
}

footer {
    text-align: center;
    padding: 20px;
    background: #eee;
    margin-top: 70px;
}
.footer-menu {
	width:100%;
}
.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align:center;
}
.footer-menu li {
	display: inline-block;
    padding: 20px 15px 0px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size:17px;
}
.footer-menu li a {
    color:#404040;
    text-decoration:none;
}
.footer-menu li a:hover {
    color:#f20d2e;
    text-decoration:none;
}



.footer-social-menu {
	width:100%;
}
.footer-social-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align:center;
}
.footer-social-menu li {
	display: inline-block;
    padding: 20px 15px 0px 15px;
}
.footer-social-menu li a {
    color:#404040;
    text-decoration:none;
}
.footer-social-menu li a:hover {
    color:#f20d2e;
    text-decoration:none;
}

a {
	color:#f20d2e;
}
a:hover {
	color:#404040;
}

blockquote {
	background:url('img/heart-blockquote.png') top center no-repeat;
	background-size: auto 100%;
	text-align:center;
    margin: 10px;
}
blockquote p {
    font-size:170%;
    line-height: 160%;
	color:#f20d2e;
}
.blockquoteurl {
    font-size:100%;
    line-height: 100%;
}
@media (min-width: 600px) {
	.blockquoteurl {
	    font-size:170%;
	    line-height: 160%;
	    cursor:pointer;
	}
}

.blogslider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height:100vh;
}


.blog_posttype, .blog_posttype a, .blog_posttype a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
    background: #f20d2e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #f20d2e;
    border-radius: 25px;
    letter-spacing: 2px;
    display: inline;
    padding: 0 10px;
    transition: all 0.2s ease;
}
.blog_posttitle, .blog_posttitle a, .blog_posttitle a:hover {
	font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: 100;
    font-size: 33px;
    line-height: 41px;
    color:#fff;
    text-align:center;
    padding-bottom: 30px;
	text-decoration:none;
	padding-top:10px;
}
.blog_readmore, .blog_readmore a {
	font-family: 'Open Sans', sans-serif;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 25px;
    letter-spacing: 2px;
    display: inline;
    padding: 0 10px;
    width:100%;
    transition: all 0.2s ease;
}
.verticalcenterblog:hover > .blog_readmore {
    background: #f20d2e;
    color: #fff;
    border: 2px solid #f20d2e;
}
.verticalcenterblog:hover > .blog_posttype {
    letter-spacing:10px;
}

@media (min-width: 1000px) {
.blog_posttype, .blog_posttype a, .blog_posttype a:hover {
    font-size: 20px;
}
.blog_posttitle, .blog_posttitle a, .blog_posttitle a:hover {
    font-size: 60px;
    line-height: 75px;
    text-align:center;
}
.blog_readmore, .blog_readmore a {
    font-size: 19px;
}
}

.blog_smallreadmore, .blog_smallreadmore a {
	font-family: 'Open Sans', sans-serif;
    background: transparent;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #404040;
    border-radius: 25px;
    letter-spacing: 2px;
    display: block;
    padding: 0 10px;
    transition: all 0.2s ease;
    float:right;
    position:absolute;
    bottom:0;
    right:0;
}

.homeposts:hover .blog_smallreadmore {
    background: #404040;
    color: #fff;
    border: 2px solid #404040;
}

.testimonial-onpage {
	margin-top:20px;
	padding-top: 20px;
}
.testimonial-onpage-signoff {
	color:#f20d2e;
	text-align:right;
	font-weight:bold;
}

#primary-menu {
	float: right;
    margin-right: 20px;
    display:none;
}

@media (min-width: 1000px) {
#primary-menu {
    display:block;
}
}

.transparentbackground {
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 20px 20px 20px;
	opacity:0;
}

.current_page_item a, .current_page_item a:hover {
	color:#fff;
}
@media (min-width: 1000px) {
.current_page_item a, .current_page_item a:hover {
	color:#f20d2e;
}
}

.current_page_item a:before {
    background-color: #f20d2e;
}
.emailfont {
	font-size: 19px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f20d2e;
}
.emailfont a {
	color:#f20d2e;
	transition: all 0.2s ease;
	cursor:pointer;
}
.emailfont a:hover {
	color:#404040;
}

@media screen and (min-width: 400px) {
	.emailfont {
		font-size: 25px;
	}
}

.post-navigation {
	width: 100%;
    margin-top: 0px!important;
    margin-bottom: 80px!important;
}

.nav-previous:before {
	content:"Previous Post: ";
}
.nav-next:before {
	content:"Next Post: ";
}

.nav-previous, .nav-next {
	margin-top:20px;
	width: 100%!important;
}
@media screen and (min-width: 400px) {
	.nav-previous, .nav-next {
		width: 44%!important;
	}
}

.nav-previous a, .nav-next a {
	color:#f20d2e;
	transition: all 0.2s ease;
	cursor:pointer;
	text-decoration: none;
	font-weight:bold;
}

.nav-previous a:hover, .nav-next a:hover {
	color:#404040;
}

.testimonial-bg {
	padding-bottom: 1px;
    padding-top: 1px;
}

.testimonial-bg:nth-child(odd) {
	background:#f20d2e;
	color:#fff;
	font-weight:bold;
}
.testimonial-bg:nth-child(odd) .testimonial-onpage-signoff {
    color: #fff;
}
.testimonial-bg:nth-child(even) {
	background:#fff;
	color:#404040;
	font-weight:normal;
}
.testimonial-bg:nth-child(even) .testimonial-onpage-signoff {
    color: #f20d2e;
}



/*--------------------------------------------------------------
# Testing border style to match montage graphics
--------------------------------------------------------------*/

.homepost-featured {
    border: 10px solid #fff;
    box-shadow: 0px 0px 8px #dedede;
}

.thetag {
    margin-top: 15px;
    margin-bottom: 5px;
}


/*--------------------------------------------------------------
# social links contact page
--------------------------------------------------------------*/

.contact-social-menu {
	width:100%;
}
.contact-social-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align:center;
}
.contact-social-menu li {
	display: inline-block;
    padding: 0px 15px 0px 15px;
}
.contact-social-menu li a {
    color:#404040;
    text-decoration:none;
}
.contact-social-menu li a:hover {
    color:#f20d2e;
    text-decoration:none;
}

/*--------------------------------------------------------------
# search form styles
--------------------------------------------------------------*/

* {
  box-sizing: border-box;
}

/* Style the search field */
form.searchform input[type=text] {
	padding: 5px;
    font-size: 17px;
    border: 1px solid grey;
    background: #f1f1f1;
    vertical-align: top;
}

/* Style the submit button */
form.searchform button {
    width: 20%;
    padding: 9px;
    background: #f20d2e;
    color: white;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
    vertical-align: top;
    border:1px solid #f20d2e;
}

form.searchform button:hover {
  background: #fff;
  color:#f20d2e;
}

/* Clear floats */
form.searchform::after {
  content: "";
  clear: both;
  display: table;
}



ul {
	list-style-position: inside;
	list-style-image: url('img/heart-list.png');
}


.cat-cloud {
	margin: 30px 0 20px 0;
}
.cat-cloud a {
	background: #f20d2e;
    color: #fff;
    padding: 3px 13px;
    margin: 10px;
    font-weight: bold;
    border:1px solid #f20d2e;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display:inline-block;
}
.cat-cloud a:hover {
	background: #fff;
    color: #f20d2e;
}

.center {
	text-align:center;
}

ul {
	list-style-position: inside;
	list-style-image: url('img/heart-list.png');
}

.sfsi_widget {
	text-align:center;
}
.norm_row {
    float: none;
    min-width: 25px;
    text-align: center!important;
    width: auto!important;
    position: relative!important;
}

.relpost-block-single-image {
    border: 5px solid #fff!important;
    box-shadow: 0 0 4px #a5a5a5;
}
.relpost-block-single {
    width: 33.33%;
    height:300px;
}
.relpost-block-single:hover {
    background-color: #fff!important;
}
.relpost-block-single-text {
	font-family: 'Open Sans', sans-serif!important;
	font-size:16px!important;
	color:#404040!important;
	text-align:left!important;
}
.relpost-block-container:before {
    content: "More posts you may like";
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #404040;
    margin-bottom: 15px;
}
.comment-meta {
	background: #fff;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-top: 30px;
}
.my-post-nav {
	margin-top:10px;
}
.the-comments input[type="submit"]:hover {
    background: #f20d2e;
}

#panel-join {
	background:#f20d2e;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	position:relative;
	color:#fff;
}


#panel-join h1 {
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
}

#panel-join h1 a, #panel-join h1 a:hover  {
	color:#fff;

}
#panel-join h2 {
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
	font-weight:bold;
}


#panel-join p {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
}
#panel-join p a, #panel-join p a:hover {
	color:#fff;
	font-weight:bold;
}



.enrol-content-text {
    width: 96%;
    max-width: 640px;
    margin: 40px auto 40px;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    padding:0 10px;
}

.enrol-content-text ul {
	list-style-position: inside;
	list-style-image: url('img/little-heart-white.png');
}

#course-hero {
	min-height:400px;
	height:400px;
	background:#ccc;
	overflow:hidden;
	position:relative;
}
#course-hero h1 {
    position: relative;
    font-weight: 100;
    font-size: 40px;
    line-height: 45px;
    color:#fff;
    text-align:center;
    padding-top: 30px;
    opacity:0;
}
.course-content-text {
    width: 96%;
    max-width: 640px;
    margin: 80px 0 80px;
    position: relative;
    font-size: 18px;
    line-height: 32px;
}
.enrolbox {
	width: 100%;
    max-width: 640px;
    position: relative;
	background:#eeeeee;
	padding: 9px;
	border: 1px solid #f20d2e;
	text-align:center;
}

.findoutmore {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	color: #f20d2e;
	text-transform: uppercase;
	padding: 2px 21px;
	font-weight: 600;
	font-size: 19px;
	border: 2px solid #fff;
	border-radius: 25px;
	letter-spacing: 2px;
	transition: all 0.2s ease;
	margin-bottom: 20px;
}
.findoutmore:hover {
    background: #f20d2e;
    color: #fff;
    border: 2px solid #fff;
}

#rcorners {
    border-radius: 25px;
    border: 2px solid #f20d2e;
    padding: 10px 20px 80px 20px;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.courses {
	border-radius: 25px;
    border: 2px solid #f20d2e;
    padding: 10px 20px 80px 20px;
	width: 100%;
	padding:20px;
	display: inline-block;
    vertical-align: top;
    position:relative;
    margin-bottom:40px;
}
.courses-featured {
	height:auto;
	overflow:hidden;
}
.courses img {
	width:100%;
	height:100%;
	object-fit:cover;
}
@media (min-width: 800px) {
.courses {
	width: calc(50% - 4px);
	padding:20px 20px 50px 20px;
}
.courses-featured {
	height:300px;
	overflow:hidden;
}
}

.courses_readmore {
    position: absolute;
    bottom: 20px;
    right: 3%;
    width: 94%;
}
