/*!
Theme Name: ovyvo
Theme URI: http://underscores.me/
Author: Eric Karkovack
Author URI: https://www.karks.com
Description: The official theme of Ovyvo.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karksus
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.

karks 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
# Columns
# Structure
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive Items
--------------------------------------------------------------*/

/* Set Color and Animation Variables */
:root {
  --trans-scope: all;
  --trans-effect: ease-in;
  --trans-time: 150ms;
  --color-fuchsia: #DC1B65;
  --color-magenta: #A92068;
  --color-purple: #7A246B;
  --color-footer: #5f0d4f;
  --color-grey: #222121;
  --color-medium-grey: #5D5D5D;
  --color-light-grey: #F5F5F5;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #252525;
	font-family: 'Spartan', sans-serif;
	font-size: 18px;
	font-size: 1rem;
	font-display: swap;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h1 {
    color: #DC1B65;
    color: var(--color-fuchsia);
    font-size: 54.93px;
    line-height: 67.02px;
}

h2 {
    color: #A92068;
    color: var(--color-magenta);
    font-size: 43.95px;
    line-height: 53.62px;
}

h3 {
    color: #7A246B;
    color: var(--color-purple);
    font-size: 35.16px;
    line-height: 42.9px;
}

h4 {
    font-size: 28.13px;
    margin: 20px 0;
}

h5 {
    font-size: 22.50px;
}

h6 {
    font-size: 18px;
}

h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
	margin: 0;
	line-height: 1.5;
}

p {
    margin-top: 0;
	margin-bottom: 20px;
}

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%;
}



/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/

.column { width:100%; margin-right:4%; position:relative; float:left; }
.column.last { clear:right; margin-right:0; }
.one_half { width:48%; }
.one_third { width:30.66%; }
.two_thirds { width:65.33%; }
.one_fourth { width:22%; }
.three_fourths { width:74%; }
.one_fifth { width:16.8%; }
.two_fifths { width:37.6%; }
.three_fifths { width:58.4%; }
.four_fifths { width:79.2%; }
.one_sixth { width:13.33%; }
.five_sixths { width:82.67%; }


/* Flexbox Columns */

.flex-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.justify-flexstart {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-spacebetween {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-items-flexstart {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* align-content is for multiline columns */
.align-content-flexstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.align-content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-content-spacebetween {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

/* Individual Column Width */

.flexfallback { } /* ALWAYS include this in each column, plus an individual size below. */

.flexcol-auto {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: auto;
}

.flexcol-half {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 48%;
}

.flexcol-third {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 31%;
}

.flexcol-two-thirds {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 66%;
}

.flexcol-fourth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 23%;
}

.flexcol-three-fourths {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 75%;
}

.flexcol-fifth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 18%;
}

/* No Flexbox? No Problem. */

.no-flexbox .flex-columns {
    display: block;
    clear: both;
}

.no-flexbox .flexfallback {
    width:100%; margin-right:4%; position:relative; float:left;
}

.no-flexbox .flexfallback:last-child {
    clear:right; margin-right:0;
}

.no-flexbox .flexcol-auto {
    display: inline-block;
    width: auto;
}

.no-flexbox .flexcol-half {
    display: block;
    width: 48%;
}

.no-flexbox .flexcol-third {
    display: block;
    width: 30.66%;
}

.no-flexbox .flexcol-two-thirds {
    display: block;
    width: 65.33%;
}

.no-flexbox .flexcol-fourth {
    display: block;
    width: 22%;
}

.no-flexbox .flexcol-three-fourths {
    display: block;
    width: 74%;
}

.no-flexbox .flexcol-fifth {
    display: block;
    width: 16.8%;
}



/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

img:not(.ovyvo-forward-arrow), img:not(.custom-logo) {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

/* Uncomment this for wider page widths */
#page {
	position: relative;
}

header#masthead {
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    box-shadow:         0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    background-image: url("images/header-background.png");
    background-repeat: repeat;
	width:100%;
	height:120px;
	margin:0;
    position: fixed;
    top: 0;
    z-index: 1000;
}

/* Make an Adjustment for Logged in Users */
.admin-bar header#masthead {
    top: 32px;
}

header#masthead .site-branding {
	width:100%;
	height:100px;
	margin:10px auto;
    padding: 0px 60px;
}

img.custom-logo {
    width: 239px;
	max-width: 239px;
    height: 100px;
    max-height: 100px;
}

a.custom-logo-link {
	line-height:0px;
	vertical-align: top;
	clear: both;
	display: block;
}

#content {
	width:1088px;
	margin:0 auto;
    padding-top: 120px;
}

footer#colophon {
    background-color: #7A246B;
    background-color: var(--color-footer);
	width:100%;
	height:auto;
	margin:0;
}

footer#colophon .footer-inner {
    color: #FFF;
    font-size: 14.4px;
	width:1088px;
	margin:100px auto;
}

.social-footer a:link, .social-footer a:visited {
    color: #FFF;
    font-size: 30px;
    margin-right: 20px;
}

.social-footer a:last-of-type {
    margin-right: 0px;
}

.footer-bottom {
    margin-top: 100px;
    text-align: center;
}

.footer-bottom a:link, .footer-bottom a:visited {
    color: #FFF;
}

#backtop {
	display:none;
}

/*--------------------------------------------------------------
# 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. */
    overflow-x: hidden;
}

hr {
	background-image: url("images/ovyvo-separator.png");
    background-repeat: no-repeat;
	border: 0;
	height: 6px;
    margin-top: 20px;
	margin-bottom: 20px;
}

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

ul {
	list-style: disc;
}

.wp-block-query ul {
	margin: 0;
}

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;
}



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

table {
	border:1px solid #ddd;
	width:100%;
	margin:18px 0px;
    border-collapse: collapse;
}
table th {
	padding:5px 20px;
	text-align:left;
	font-weight:bold;
	color:#111;
}
table td {
	border-top:1px solid #ddd;
	padding:5px 20px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 24px 0;
    background: #DC1B65;
	background: var(--color-fuchsia);
	color: #FFF;
    font-family: 'Montserrat',sans-serif;
	font-size: 18px;
	line-height: 1;
    font-weight: bold;
	padding: 8.24px 25.51px;
    transition: var(--trans-scope) var(--trans-effect) var(--trans-time)
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #A92068;
    background: var(--color-magenta);
    cursor: pointer;
}

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 {
    background: #A92068;
    background: var(--color-magenta);
}

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: 5px;
    transition: var(--trans-scope) var(--trans-effect) var(--trans-time)
}

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%;
}

/* Search Form */

.search-icon::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
}

.search-icon {
    float: left;
    left: 10px;
    top: 30px;
    position: relative;
    z-index: 100;
    color: #7e7e7e;
}

input[type="text"]#search {
    padding-left: 30px;
}

.footer-search input[type="text"]#search {
	width: 100%;
	max-width: 240px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {

.search-icon {
    display: none;
}

input[type="text"]#search {
    padding-left: 10px;
}

}

/* Footer Newsletter Form */

.footer-inner .gform_wrapper ul li.gfield {
    margin-top: 0px;
    padding-top: 0;
}

.footer-inner .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

.footer-inner .gform_wrapper .gform_footer {
    padding: 0px 0 10px 0;
    margin: 15px 0 0 0;
    clear: both;
    width: 100%;
}

.footer-inner button,
.footer-inner input[type="button"],
.footer-inner input[type="reset"],
.footer-inner input[type="submit"] {
	border: 2px solid;
	border-color: #FFF;
	border-radius: 24px 0;
	background: transparent;
	color: #FFF;
    font-family: 'Montserrat',sans-serif;
	font-size: 18px;
	line-height: 1;
	padding: 8.24px 25.51px;
}

.footer-inner button:hover,
.footer-inner input[type="button"]:hover,
.footer-inner input[type="reset"]:hover,
.footer-inner input[type="submit"]:hover {
    background: #A92068;
	background: var(--color-magenta);
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #DC1B65;
    color: var(--color-fuchsia);
    text-decoration: none;
    transition: var(--trans-scope) var(--trans-effect) var(--trans-time);
}

a:visited {
    color: #DC1B65;
	color: var(--color-fuchsia);
}

a:hover, a:focus, a:active {
    color: #A92068;
	color: var(--color-magenta);
}

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation a {
	display: block;
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    font-weight: bold;
	text-decoration: none;
	color:var(--color-fuchsia);
	padding:4px 14px;
	line-height:34px;
	margin:0;
}

/* Call-To-Action Link in Navigation */
.main-navigation li.special-link a {
    background: #DC1B65;
    background: var(--color-fuchsia) 0% 0% no-repeat padding-box;
    border-radius: 24px 0px;
    color: #FFF;
    padding: 4px 17px;
}



.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #A92068;
	color:var(--color-magenta);
}

.main-navigation li.special-link {
    margin-left: 15px;
}

.main-navigation li:hover.special-link a,
.main-navigation li.focus.special-link a {
    background-color: #A92068;
    background-color: var(--color-magenta);
    color: #FFF;
}

.main-navigation ul ul a,
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
    line-height: 21px;
    /*border-bottom: 1px solid #5D5D5D;
    border-bottom: 1px solid var(--color-medium-grey);*/
    padding: 6px 10px;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation ul li {
    text-align: left;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #A92068;
    color: var(--color-magenta);
}

.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 li {
    background-color: #e3e1e1;
}


.main-navigation ul ul li:hover {
    background-color: #FFF;
}

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

.main-navigation ul ul ul li {
    background-color: #F3F3F3;
}

.main-navigation ul ul ul li:hover {
    background-color: #FFF;
}

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

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

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

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


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

.slicknav_menu {
	display:none;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: inline-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%;
}

/* Footer Menu */

ul#footer-menu {
	list-style:none;
	display:block;
	float:right;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:24px;
}

ul#footer-menu li {
	list-style:none;
	display:block;
	float:left;
	margin-left:12px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
}

ul#footer-menu li a {
	text-decoration:none;
}


/*--------------------------------------------------------------
# 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;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*--------------------------------------------------------------
# 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;
}

/* Clearfix */

.clearfix {
margin:0px auto;
clear:both;
}

.clearfix:before, .clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}

.clearfix:after {
clear:both;
}

.ie7 .clearfix {
*zoom: 1;
}

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

.footer-bottom .widget {
    margin: 0 0 100px;
}

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

h2.widget-title {
    color: #FFF;
    font-family: 'Spartan',sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin: 0px 0px 10px;
}

h2.widget-title a:link, h2.widget-title a:visited {
    color: #FFF;
}

.widget_nav_menu ul.menu {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.widget_nav_menu ul.menu li {
    margin-bottom: 10px;
}

.widget_nav_menu ul.menu li a {
    color: #FFF;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content ul.checks {
    margin-top: 20px;
}

#content ul.checks li {
    font-size: 14.4px;
    line-height: 21.6px;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 33px;
    background-image:url("images/check.png");
    background-repeat: no-repeat;
}

.slider-container {
	background-color: #993068;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    box-shadow:         0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    display: block;
    margin-bottom: 0px;
	height: auto;
	min-height: 380px;
	/*max-height: 720px;*/
}

.slider-container h1, .slider-container h3, .mobile-slider-container h1, .mobile-slider-container h3 {    
    color: #FFF !important;
}

.mobile-slider-container {
    /*-webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    box-shadow:         0px 3px 9px 0px rgba(0, 0, 0, 0.16);*/
    display: none;
}

.mobile-shadow {
    display: none;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0;
}

.sticky {}
/*article.post {
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}*/
.single article.post, .single article.staff, .single article.success, .single .job-content  {
	border:0;
	margin-bottom:100px;
}

.job-post {
	margin-top: 120px !important;
}

header.page-header {
    margin-bottom: 100px;
}

.entry-title {
	text-align: center;
}

.entry-title a, .entry-title a:visited {
	color:#000;
}
.entry-meta {
	font-size:13px;
	margin-bottom:18px;
}
.entry-photo {
	margin:0 0 15px 15px;
	position:relative;
	float:right;
}
.entry-content {
	position:relative;
}
.entry-footer {
	position:relative;
	clear:both;
	font-size:14px;
	margin-top:18px;
}
.entry-tags {
	display:block;
	margin-bottom:15px;
	position:relative;
	float:left;
}

.ovyvo-mobile-page-title {
    display: none;
}


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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

iframe {
	margin:18px auto;
	text-align:center;
}

.grecaptcha-logo iframe {
    margin: 0 auto;
}


.nav-previous a:before {
	content:'\f100';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
}

.nav-next a:after {
	content:'\f101';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 5px;
}

/* WP Page Navi */
.wp-pagenavi {
    margin-bottom: 100px;
}

/* Success Stories */

.success-stories-container {
	margin-top: 50px;
    margin-bottom: 100px;
}

.success-stories-before, .success-stories-after {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 20px;
    width: 260px;
    height: auto;
}

.success-stories-photos {
    margin: 40px auto;
    text-align: center;
}

.success-stories-photos-before {
    margin-right: 20px;
}

.success-stories-photos-before, .success-stories-photos-after {
    text-align: center;
    margin: 20px auto;
}

.success-stories-photos-before img, .success-stories-photos-after img {
    text-align: center;
}

.success-stories-before img, .success-stories-after img {
    border-radius: 24px 0;
    width: 260px;
    height: 260px;
    text-align: center;
}


/* Staff Profiles - Styles from OVYVO Page Title Block */

.staff-profile-quote {
    color: #A92068;
    color: var(--color-magenta);
    font-family: 'Montserrat',sans-serif;
    font-size: 22.5px;
    font-weight: 600;
    line-height: 33.75px;
    margin: 20px auto;
    text-align: center;
}

.single-staff #content h2 {
    margin-top: 100px;
}

.single-staff #content .ovyvo-cta-pt-left h2 {
    margin-top: 23.24px;
}

/* Home Page Specific */

figure.hero-slider {
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    box-shadow:         0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 0;
}


/* Blog Posts Archive */

.ovyvo-blog-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 100px auto;
    }
    
    .ovyvo-blog-inner-container {
        margin-bottom: 60px;
    }
    
    .ovyvo-blog-left {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 10px;
    }
    
    .ovyvo-blog-left img, .home-page-query-image img {
        border-radius: 24px 0;
    }
    
    .ovyvo-blog-title {
        font-family: 'Montserrat',sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .ovyvo-blog-desc {
        font-size: 18px;
        font-weight: normal;
        margin-top: 20px;
    }
    
    
    @media screen and (min-width: 768px) and (max-width: 1100px) {
    
    
    .ovyvo-blog-left {
        width: 40%;
    }
    
    
    }
    
    
    @media screen and (min-width: 320px) and (max-width: 768px) {
    
    .ovyvo-blog-inner-container {
        margin-bottom: 50px;
        text-align: center;
    }
    
    .ovyvo-blog-left img {
        margin: 0 auto;
    }
    
    }

/* OVYVO CTA PT (from custom post type) */

.ovyvo-cta-pt-outer {
        background-color: #A92068;
        margin-top: 100px;
        margin-bottom: 0;
        padding: 100px 0;
    }
    
    .ovyvo-cta-pt-container {
        color: #FFF;
        line-height: 21px;
        margin: 0 auto;
        padding: 0 0;
        width: 100%;
        max-width: 1088px;
    }
    
    .ovyvo-cta-pt-container a:link, .ovyvo-cta-pt-container a:visited {
        color: #FFF;
    }
    
    .ovyvo-cta-pt-right {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        line-height: 1.5em;
        text-align: center;
    }
    
    .ovyvo-cta-pt-left h2 {
        color: #FFF;
    }
    
    .ovyvo-cta-pt-right-inner {
        margin: auto;
        max-width: 80%;
    }
    
    img.ovyvo-cta-pt-desktop {
        display: block;
    }
    
    img.ovyvo-cta-pt-mobile {
        display: none;
    }
    
    a.ovyvo-cta-pt-button {
        background-color: #DC1B65;
        border: 2px solid #FFF;
        border-radius: 24px 0px;
        color: #FFF;
        display: inline-block;
        font-family: 'Montserrat', sans-serif;
        font-size: 22.5px;
        font-weight: bold;
        padding: 10px 20px;
        text-decoration: none;
    }
    
    a:hover.ovyvo-cta-pt-button {
        background-color: #7A246B;
        color: #FFF;
    }
    
    @media screen and (min-width: 768px) and (max-width: 1100px) {
    
    .ovyvo-cta-pt-container {
        width: 96%;
        max-width: 96%;
    }
    
    .ovyvo-cta-pt-outer {
        padding: 50px 0;
    }
    
    }
    
    
    @media screen and (min-width: 320px) and (max-width: 768px) {
    
    .ovyvo-cta-pt-outer {
        margin-top: 50px;
        margin-bottom: 0;
        padding: 50px 0;
    }
    
    .ovyvo-cta-pt-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 96%;
        max-width: 96%;
    }
    
    .ovyvo-cta-pt-left img {
        width: 100%;
        max-width: 100%;
    }
    
    .ovyvo-cta-pt-left, .ovyvo-cta-pt-right {
        width: 100%;
        text-align: center;
    }
    
    .ovyvo-cta-pt-right {
        padding-bottom: 50px;
    }
    
    .ovyvo-cta-pt-right h4 {
        line-height: 1.6em;
    }
    
    img.ovyvo-cta-pt-desktop {
        display: none;
    }
    
    img.ovyvo-cta-pt-mobile {
        display: block;
    }


    }


/* Full Width Grey & White Bands */

.wide-band {
    padding: 0px 40px;
}

.gray-band {
    background: #F5F5F5;
    padding: 100px 40px;
}

.wp-block-group.wide-band-content {
  max-width: 1088px;
  width:100%;
  margin:0 auto;
}


/* Define Custom Colors on the Front End */

/* white */
.has-white-color {
  color:#FFFFFF;
}
.has-white-background-color {
    background-color:#FFFFFF;
}

/* fuchsia */
.has-fuchsia-color {
  color:#DC1B65;
}
.has-fuchsia-background-color {
    background-color:#DC1B65;
}

/* magenta */
.has-magenta-color {
  color:#A92068;
}
.has-magenta-background-color {
    background-color:#A92068;
}

/* purple */
.has-purple-color {
  color:#7A246B;
}
.has-purple-background-color {
    background-color:#7A246B;
}

/* grey */
.has-grey-color {
  color:#222121;
}
.has-grey-background-color {
    background-color:#222121;
}

/* medium-gray */
.has-medium-gray-color {
  color:#5D5D5D;
}
.has-medium-gray-background-color {
    background-color:#5D5D5D;
}

/* light-gray */
.has-light-gray-color {
  color:#F5F5F5;
}
.has-light-gray-background-color {
    background-color:#F5F5F5;
}


/* Gutenberg Editor Specific */ 

/* Spacing Between Blocks */
.wp-block-image {
    line-height: 0;
}

.wp-block-group {
    margin: 100px 0;
}

/* Separator Block */

.wp-block-separator {
    border: none;
    border-bottom: none;
        border-bottom-width: none;
}


/* Treat Wide/Full Alignment Blocks Properly */
@media screen and (min-width: 800px) {
.alignwide, .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}
}


/* Button Block Default */
a.wp-block-button__link, a.wp-block-button__link:visited, 
.wp-block-button__link, .wp-block-button__link:visited, 
.wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:visited {
    background-color: #DC1B65;
    border: 2px solid #FFF;
    border-radius: 24px 0px;
    color: #FFF;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22.5px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
}

.wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:hover {
    background-color: #7A246B;
    color: #FFF;
    text-decoration: none;
}


/* CoBlocks Social */

#content .wp-block-coblocks-social ul li {
    background-image: none;
}



/* Bowtie Widget */
#bowtie-cta-bubble{
  border-radius: 24px 0px!important;
  margin-bottom:5px!important;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16)!important;
}

#bowtie-cta-header{
    color:#DC1B65;
    font-family: 'Spartan', sans-serif!important;
    font-weight:600!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
}

#bowtie-cta-title, #bowtie-cta #bowtie-cta-input, #bowtie-main_container{
    color: #252525!important;
    font-family: 'Spartan', sans-serif!important;
}

#bowtie-cta-click{
    background:#DC1B65!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight:700!important;
    font-size: 1.2rem!important;
    line-height: 1.5!important;
    padding: 10px 20px!important;
    border: 2px solid #FFF;
    border-radius: 24px 0px!important;
}

#bowtie-main_container{
    border-radius:24px 0!important;
}

#bowtie-header{
    border-radius:24px 0 0!important;
}

.webchat_user_bubble, .webchat_company_bubble{
    font-family: 'Spartan', sans-serif!important;
    border-radius:24px 0!important;
}

#bowtie-switch-channel{
    border-radius:24px 0!important;
}

.bowtie-switch-title{
    color:#A92068!important;
    font-family: 'Spartan', sans-serif!important;
    font-weight:600!important;
}

.bowtie-switch-subtitle{
    color:#252525!important;
}

#bowtie-text_entry, .input_tooltip_title, .input_tooltip_item, .time_divider{
    font-family: 'Spartan', sans-serif!important;
}

.time_divider{
    font-weight:600!important;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
# Responsive Items
--------------------------------------------------------------*/

@media screen and (max-width: 1040px) {

img.custom-logo {
    width: 239px;
	max-width: 239px;
    height: 100px;
	max-height: 100px;
}


/* Full Width Grey & White Bands */

.wp-block-group.wide-band-content {
  max-width: 100%;
  width:100%;
  margin:0 auto;
}


.wide-band {
    padding: 0px 50px;
}

.gray-band {
    background: #F5F5F5;
    padding: 50px 40px;
}


/* Mobile Page Titles */

header.page-header {
    margin-bottom: 50px;
}


.post-type-archive-success header.page-header {
    margin-bottom: 0px;
}





.single-staff #content h2 {
    margin-top: 50px;
}


}

@media screen and (min-width: 768px) and (max-width: 1100px) {

h1 {
    font-size: 2em;
    line-height: 1.6em;
    margin: 50px auto;
}

h2 {
    font-size: 1.75em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.4em;
}

hr {
    background-size: contain;
}

header#masthead {
    position: relative;
}

header#masthead .site-branding {
    width: 96%;
    height: 100px;
    margin: 10px auto;
    padding: 0px 0px;
}

#content {
    padding-top: 0;
    width: 96%;
}

footer#colophon .footer-inner {
    width: 96%;
    margin: 100px auto;
}

.main-navigation a {
    font-size:17px;
	padding:4px 14px;
	line-height:34px;
}

.success-stories-container {
    width: 96%;
    margin: 50px auto 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.success-stories-entry .entry-header, .success-stories-link {
    text-align: center;
}

.success-stories-before img, .success-stories-after img {
    width: auto;
    max-width: 260px;
    height: auto;
    max-height: 260px;
}

.success-stories-before, .success-stories-after {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 10px;
    width: 44%;
    text-align: center;
}

.success-stories-entry {
    width: 100%;
}

.job-post {
	margin-top: 0px !important;
	}
    

}



@media screen and (min-width: 769px) and (max-width: 900px) {

.main-navigation a {
    font-size:16px;
	padding:4px 12px;
	line-height:34px;
}

}



@media screen and (min-width: 769px) and (max-width: 799px) {


#content {
	width:100%;
	min-width:100% !important;
	max-width:100% !important;
	padding:0 0;
	margin:auto;
}

.entry-content > *:not( .alignwide ):not( .alignfull ), .entry-header {
	margin-left: auto;
	margin-right: auto;
	max-width: 96%;
}


}




@media screen and (min-width: 320px) and (max-width: 768px) {

/* Display certain screen reader text on mobile */
.screen-reader-text.mobile-screen-only {
	border: 0;
	clip: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative!important;
	width: auto;
}

h1.screen-reader-text.mobile-screen-only {
    margin: 50px auto 0;
    text-align: center;
}



h1 {
    font-size: 2em;
    line-height: 1.6em;
    margin: 50px 0;
}

h2 {
    font-size: 1.75em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.4em;
}

hr {
    background-size: contain;
}

ul, ol {
    margin: 0 0 1.5em .1em;
}


body {
	margin:0;
	padding:0;
}
	
img, .wp-caption {
	max-width:480px;
	height:auto;
}

img.alignr, .alignright, .right, img.alignl, .alignleft {
	display:block;
	position:relative;
	float:none !important;
	margin:18px auto !important;
	margin-left:auto !important;
}	

/* Structure */

header#masthead {
	width:100%;
	height:auto;
    position: relative;
    top: auto;
}

/* Make an Adjustment for Logged in Users */
.admin-bar header#masthead {
    top: 0px;
}

header#masthead .site-branding {
	width:100%;
	height:auto;
	margin:0px auto;
    padding: 10px 0 0 0;
    text-align: left;
}

img.custom-logo {
    width: auto;
	max-width: 119px;
    height: auto;
    max-height: 50px;
    padding-left: 28px;
}

.header-right { 
    display: none;
}

#logo {
	margin:10px auto;
	text-align:center;
	display:block;
	position:relative;
}

#content {
	width:100%;
	min-width:100% !important;
	max-width:100% !important;
	padding:0 0;
	margin:auto;
}

.slider-container {
    display: none;
}

.mobile-slider-container {
	display: block;
}

.mobile-shadow {
    background-color: #A92068;
    /*-webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    0px 3px 9px 0px rgba(0, 0, 0, 0.16);
    drop-shadow:         0px 3px 9px 0px rgba(0, 0, 0, 0.16);*/
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.16));
    height: 6px;
    margin-top: 0;
    /*width: 100%;*/
    display: block;
}


.ovyvo-mobile-page-title {
    background-color: #A92068;
    color: #FFF;
    display: block;
    margin-top: 0px;
    padding:0 40px;
}

.ovyvo-mobile-page-title h1 {
    color: #FFF;
    margin: 0px auto 0px;
    padding: 20px 0 26px 0;
}

h3.ovyvo-mobile-page-title-sub {
    color: #FFF;
    margin:5px 0 20px;
    text-align: center;
}

.ovyvo-mobile-page-title-content {
        text-align: left;
        padding-bottom: 50px;
}

.ovyvo-mobile-page-title-content p:last-of-type {
        margin-bottom: 0;
}

.entry-content > *:not( .alignwide ):not( .alignfull ), .entry-header {
	margin-left: auto;
	margin-right: auto;
	max-width: 96%;
}

footer#colophon {
	width:100%;
	height:auto;
	margin:0;
}

footer#colophon .footer-inner {
	width:96%;
    text-align: center;
}

.footer-widget-2, .footer-widget-3, .footer-widget-4 {
    margin-top: 50px;
}

.widget-area .right {
    text-align: center;
}

.footer-bottom {
    margin-top: 50px;
    text-align: center;
}

.footer-bottom .widget {
    margin: 0 0 50px;
}

#backtop {
	display:block;
	font-size:36px;
	line-height:36px;
	text-align:center;
	margin:15px auto;
}

/* Navigation */
button.menu-toggle {
    display: none;
}

.slicknav_menu {
	display:block;
}

#site-navigation, .main-navigation ul {
	display:none;
}

.post-navigation {
    width: 96%;
    margin-left: auto !important;
    margin-top: auto !important;
}

/* Footer Menu */

ul#footer-menu {
	list-style:none;
	display:block;
	float:none;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:24px;
}

ul#footer-menu li {
	list-style:none;
	display:block;
	float:none;
	margin-left:0px;
	margin-bottom:14px;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight:600;
}

ul#menu-footer-menu li a {
	text-decoration:none;
}

.search-icon {
    float: left;
    left: 50px;
    top: 4px;
    position: relative;
    z-index: 100;
    color: #7e7e7e;
}

header.page-header {
    margin-bottom: 0px;
}

.archive .hentry {
	margin: 50px 0 0;
}


/* Home Page Specific */
.home-logos .wp-block-column {
    margin-bottom: 30px;
}



.success-stories-photos {
    text-align: center;
}

.success-stories-container {
    width: 96%;
    margin: 50px auto 40px;
}

.success-stories-entry .entry-header, .success-stories-link {
    text-align: center;
}

.success-stories-before img, .success-stories-after img {
    width: auto;
    max-width: 98%;
    height: auto;
    max-height: auto;
}

.mobile-slider-container {
    background-color: #A92068;
    display: block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  	transition: height 0.66s ease-out;
}

/* Home Mobile Slider Adjustment */
.home .mobile-slider-container {
    background-color: #A92068;
    display: block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	min-height: 375px;
}

.job-post {
	margin-top: 0px !important;
	}
    


/* Gutenberg Editor Specific */ 

/* Spacing Between Blocks */
.wp-block-group {
    margin: 50px 0;
}

/* Flexbox Columns */

.flex-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Individual Column Width */

.flexcol-auto {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: auto;
}

.flexcol-half {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-third {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-two-thirds {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-fourth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-three-fourths {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-fifth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexfallback {
    margin-bottom: 10px;
}

/* Columns */

.column, .one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_fifth, .two_fifths, .three_fifths, .four_fifths, .one_sixth, .five_sixths { width:100%; display:block; clear:both; margin-right:0%; position:relative; float:none; margin-bottom:26px; }

.column.last { clear:both; margin-right:0; }


.header-left {
    margin-bottom: 0px;
}

.success-stories-before, .success-stories-after {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 44%;
    text-align: center;
}

.ovyvo-blog-left, .ovyvo-blog-right {
        text-align: center;
        width: 100%;
    }

	
}





@media screen and (min-width: 320px) and (max-width: 640px) {


img, .wp-caption {
	max-width:300px;
	height:auto;
}

.mobile-slider-container {
    background-color: #A92068;
    display: block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	min-height: auto;
}

/* Home Mobile Slider Adjustment */
.home .mobile-slider-container {
    background-color: #A92068;
    display: block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	min-height: 375px;
}


}


