/* @import 'https://fonts.googleapis.com/css?family=Arvo:400|Fira+Sans:400,500,700'; */
@font-face {
    font-family: 'Arvo';
    font-display: swap;
    src: url('fonts/arvo-regular-webfont.woff2') format('woff2'),
         url('fonts/arvo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/firasans-bold-webfont.ttf') format('ttf'),
         url('fonts/firasans-bold-webfont.woff2') format('woff2'),
         url('fonts/firasans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    font-display: swap;    
    src: url('fonts/firasans-light-webfont.woff2') format('woff2'),
         url('fonts/firasans-light-webfont.woff') format('woff'),
         url('fonts/firasans-light-webfont.ttf') format('truetype'),
         url('fonts/firasans-light-webfont.svg#fira_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-feature-settings: "liga" 0;
}

@font-face {
    font-family: 'fira_sansmedium';
    font-display: swap;    
    src: url('fonts/firasans-medium-webfont.ttf') format('ttf'),
         url('fonts/firasans-medium-webfont.woff2') format('woff2'),
         url('fonts/firasans-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans';
    font-display: swap;    
    src: url('fonts/firasans-regular-webfont.ttf') format('ttf'),
         url('fonts/firasans-regular-webfont.woff2') format('woff2'),
         url('fonts/firasans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/*
Theme Name: goodvision
Theme URI: http://www.fusoniq.com.au
Author: Fusoniq Solutions
Author URI: http://www.fusoniq.com.au
Description: goodvision theme
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goodvision


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.

goodvision is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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%;
    -webkit-font-feature-settings: "liga" 0;
    -moz-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
}

body {
	margin: 0;
}

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,
.hidden {
	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 {
    font-family: 'Fira Sans', sans-serif;
	color: inherit;
	font: inherit;
	margin: 0;
    max-width: 100%;
}

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;
}
thead
td,
th {
	padding: 0;
}
tr:nth-child(1) {
    border-bottom: 1px solid #ccc;
}
tr:nth-child(odd) {
    background: #ededed;
}
td {
    padding: 1em 0.5em 0.5em;    
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
*{
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans',sans-serif;
    font-weight: 700;
	clear: both;
    word-wrap: break-word;
}

body {
  font-family: 'Fira Sans',sans-serif;
  font-weight: 400;    
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

#page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  #page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

p {
	margin-bottom: 1.5em;
}

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 http://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. */
}

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 1em;
    padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.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. */
}

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

.site-branding {
    float: left;
}

.site-title {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    font-size: 1.1rem!important;
    float: left;
    margin: 0 2.5rem 0 2.5rem;
}

.site-title a {
    text-decoration: none;
    color: #333333!important;
}

.site-description {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 8px;
    font-size: 0.8rem!important;
    float: left;
    clear: both;
    margin: 0 2.5rem 0 2.5rem;
}

.site-logo{
    float: left;
    margin: 0 1rem 0 0;
}
@media screen and (max-width: 1000px) {
   .site-logo{
        float: left;
        margin: 0 2.5rem 0 2.5rem;
    } 
}
.site-logo img{
    max-height: 48px;
    vertical-align: top;
}

.top-menu{
    float: left;
    width: 100%;
    padding: 0.25rem;
    background: #ededed;
}
.optomsearch-bar{
    float: left;
    width: 100%;
    padding: 0.5rem 0rem;
    background: #FFE033;
}

.findoptom-button {
    display: block!important;
    border-radius: 20px;
    padding: 0.5em!important;
    text-align: center;
    background: #FFD800;
    color: #FFF!important;
    text-decoration: none;
    border: 3px solid #FFF;
    
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s
}
.findoptom-button:hover {
    display: block!important;
    border-radius: 20px;
    padding: 0.5em!important;
    text-align: center;
    background: #fff;
    color: #404040!important;
    text-decoration: none;
    border: 3px solid transparent;
    
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s
}
.mailinglist-sgnup {
    position: relative;
    z-index: 1000;
    float: left;
    width: 100%;
    padding: 0.5rem 2.5rem;
    background: #FFE033;    
}

.mailinglist-sgnup strong {
    margin-right: 1em;
}

.mailinglist-sgnup input {
    font-size: 1rem;
    border: 0px solid transparent!important;
    border-radius: 0px!important;
    outline: none;
    padding: 5px!important;
    margin: 5px 0 10px!important;
}

.site-footer {
    position: relative;
    z-index: 1000;
    float: left;
    width: 100%;
    padding: 51px 0 20px;
    overflow: hidden;
    background: #303030;
    font-size: 12px;
    text-transform: uppercase;
    color: #B0B0B0;
}

.site-info ul.last-line{
    border-top: 2px solid #b0b0b0;
    padding-top: 1em;
    width: 100%;
    list-style: none;
}

.site-info ul.last-line li {
    display: inline-block;
    margin-right: 40px;
}

.header-search {
    float: right;
}

.header-search input[type="submit"]{
    color: #333;
}
.header-search input[type="submit"]:hover,
.header-search input[type="submit"]:active,
.header-search input[type="submit"]:focus{
    background: #ffd800;
}

.mini-menu {
    float: right;
    color: #ccc;
}
.mini-menu ul {
    list-style: none;
    margin: 0;
    padding: 5px 20px 0px;
}
.mini-menu ul li {
    display: inline-block;
}

.search-form {
    overflow: hidden;
}

.search-form .search-field {
    position: relative;
    float: left;
    color: #666;
    border: none;
    border-radius: 0px!important;
    -webkit-appearance: none;
    height: 30px;
    width: 195px;
    padding: 3px;
    outline: none;
}

.search-form .search-submit {
    position: relative;
    float: left;
    font-family: 'FontAwesome';
    font-size: 22px;
    box-shadow: none;
    border: none;
    background: #FFE033;
    padding: 0.25rem 0.75rem!important;
    height: 30px;
}
.search .entry-thumbnail {
    padding: 0!important;
    margin: 0!important;
}
.search .entry-thumbnail img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;';
    vertical-align: top;
}
.search .search-body {
    min-height: 150px;
    border: 1px solid #ededed;
}
.search .search-body .entry-title{
    font-weight: 400;
    font-size: 1.25em;
    margin: 0.5em 0;
}
.search .search-body .entry-meta,
.search .search-body .entry-footer{
    font-size: 0.6em;
}
.search .search-body .entry-footer span{
    float: left;
    clear:both;
}
.search .search-body .entry-summary{
    font-size: 0.8em;
}
.search article.page,
.search article.post {
    float: left;
    width: 100%;
    margin: 0 0 0.5em;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
	font-size: 1rem;
	line-height: 1;
    background: #333;
    box-shadow: none;
    text-shadow: none;
    border: 0px solid transparent;
    border-radius: 0px;
    color: #fff;
    padding: 10px;
    outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: black;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: black;
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #227DA8;
    text-decoration: none;
    word-wrap: break-word;
}

a:visited {
	color: #278EBF;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.cbp-hrmenu {
    display: block;
    float: left;
    position: relative;
    z-index: 1000!important;
    width: 100%;
    padding-top: 1em;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
}

.cbp-hrmenu .wrapper{
    padding: 0!important;
}

#menucontainer {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* general ul style */
.cbp-hrmenu #menucontainer ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu #menucontainer > ul {
    float: left!important;
	margin: 0 auto;
	padding: 0 0 0 1.2em;
}

.cbp-hrmenu li i {
    font-size: 0.75em;
    vertical-align: text-bottom;
    cursor: pointer;
    padding: 0.25em;
}

.cbp-hrmenu li i:hover {
    color: #ffe013;
    background: #ededed;
    border-radius: 100%;
}

.cbp-hrmenu #menucontainer .cbp-hrsub-inner {
    max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.2em 0 236px;
}

.cbp-hrmenu #menucontainer .cbp-hrsub-inner li ul {
    padding: 0 0 0 0;
}

.cbp-hrmenu #menucontainer > ul > li {
	display: inline-block;
    padding-right: 0.75em;
}

.cbp-hrmenu #menucontainer > ul > li > a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 10px;
    font-size: 1rem!important;
    font-weight: 400;
    padding: 0.5em 0 1em;
    color: #333;
    display: inline-block;
    text-decoration: none!important;
    border-bottom: 5px solid #fff;
    vertical-align: text-top;
}

.cbp-hrmenu #menucontainer > ul > li > a:hover {
	border-bottom: 5px solid #FFE033;
}
.cbp-hrmenu #menucontainer > ul > li.cbp-hropen > a,
.cbp-hrmenu #menucontainer > ul > li.current-menu-item > a{
border-bottom: 5px solid #FFE033;
}
.cbp-hrmenu #menucontainer > ul > li.cbp-hropen a,
.cbp-hrmenu #menucontainer > ul > li.cbp-hropen > a:hover {
	
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    visibility:hidden;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    left: 0;
    padding-bottom: 0;
    -webkit-transition: max-height 800ms ease-in-out 100ms, padding 500ms ease-in-out 50ms;
    -moz-transition: max-height 800ms ease-in-out 100ms, padding 500ms ease-in-out 50ms;
    -o-transition: max-height 800ms ease-in-out 100ms, padding 500ms ease-in-out 50ms;
    transition: max-height 800ms ease-in-out 100ms, padding 500ms ease-in-out 50ms;
}

.cbp-hropen .cbp-hrsub {
    visibility:visible;
    max-height: 900px;
    padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner ul > div {
    width: 33%;
    float: left;
    padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrmenu .cbp-hrsub-inner ul > div > li a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 9px;
    font-size: 0.9rem!important;
    font-weight: 400;
    color: #333333;
    text-decoration: none!important;
    border-bottom: 2px solid #fff;
}

.cbp-hrmenu .cbp-hrsub-inner ul > div > li a:hover,
.cbp-hrmenu .cbp-hrsub-inner ul > div > li.current-menu-item a:hover {
    border-bottom: 2px solid #FFE033!important;
}

.cbp-hrsub h4 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 10px;
    font-size: 1rem!important;
    font-weight: 700;
    color: #333333;
    padding: 2em 0 0.3em;
    margin: 0;
    font-size: 160%;
}

.cbp-hrsub h4:hover,
.cbp-hrsub li.current-menu-item h4{
    color: #ffe033;
}

.hidden-header{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0!important;
  position: absolute;
  width: 1px;
  font-size: 0%!important;    
}

#menu-dropdown {
    display: none;
    background: #ffe033;
    width: 10%;
    float: left;
    text-align: center;
    padding: 1.5em 0;
    margin-bottom: -1px;
}

#menu-dropdown:hover {
    background: #ffd800;
    cursor: pointer;
}

/*media queries */

@media screen and (max-width: 1300px) {
    #menucontainer {
        width: 100%!important;
    }
    .cbp-hrmenu #menucontainer .cbp-hrsub-inner {
        padding: 0 1.2em!important;
    }
}

@media screen and (max-width: 52.75em) { 

    #menucontainer {
        width: 100%!important;
    }
    
	.cbp-hrmenu #menucontainer{
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 
    .cbp-hrmenu {
        padding-top: 0em;
    }
    
    .site-branding {
        width: 100%;
        display: block;
    }
    
    .site-logo {
        float: left;
        width: 90%;
        margin: 0.5rem 0rem 0.5rem 0rem;
        padding-left: 2em;
        display: block;
    }
    
    #menu-dropdown {
        display: block;    
    }
    
    .top-menu,
    .optomsearch-bar,
    .mailinglist-sgnup {
        text-align: center;
    }
    .header-search,
    .mini-menu {
        width: 100%;margin-bottom: 5px;
    }
    .header-search .search-form {
        display:inline-block;
    }
    .mailinglist-sgnup input {
        width: 100%!important;
    }
    #menucontainer {
        width: 100%!important;
    }
    #menucontainer .menu {
        display: none;
    }
	.cbp-hrmenu #menucontainer{
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu #menucontainer > ul,
	.cbp-hrmenu #menucontainer .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu #menucontainer .cbp-hrsub-inner {
		padding: 0 1rem;
		font-size: 75%; 
	}
    
    .cbp-hrmenu #menucontainer .cbp-hrsub-inner ul > li > a,
        .cbp-hrmenu #menucontainer .cbp-hrsub-inner ul > li > a > h4{
        font-size: 1.2em!important;
        line-height: 2em!important;
    }
    
	.cbp-hrmenu #menucontainer > ul > li {
		display: block;
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
        border-bottom: 1px solid #ededed;
	}

	.cbp-hrmenu #menucontainer > ul > li.menu-item-has-children > a { 
		display: block;
        width: 90%;
        float: left;
		padding: 1em 3em;
	}
    
    .cbp-hrmenu #menucontainer > ul > li > a { 
		display: block;
        width: 100%;
        float: left;
		padding: 1em 3em;
	}
    
	.cbp-hrmenu #menucontainer .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub #menucontainer h4 {
		padding-top: 0.6em;
	}
    .cbp-hrmenu #menucontainer > ul > li {
        padding-right: 0;
    }
    .cbp-hrmenu #menucontainer li i{
        background: #ededed;
        width: 10%;
        float: left;
        text-align: center;
        padding: 1.5em 0;
        margin-bottom: -1px;
    }
    .cbp-hrmenu #menucontainer li i:hover{
        border-radius: 0;    
    }
}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu #menucontainer .cbp-hrsub-inner > ul > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

.site-main {
    overflow: hidden;
    position: relative;
}

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

.postnav-container {
    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%;
}
#cooler-nav{clear: both; height: 100px; padding-top: 10px; margin: 0 0 40px; border-top: 1px solid #ccc;}
#cooler-nav .nav-box{background: #e9e9e9; height: 100px; margin-bottom: 10px;}
#cooler-nav img {object-fit: cover; font-family: 'object-fit: cover;'; height: 100%;}
#cooler-nav .previous img{float: left; margin: 0 10px 0 0;}
#cooler-nav .next img{float: right; margin: 0 0 0 10px;}
#cooler-nav p{font-family: 'Arvo'; word-wrap: break-word; font-weight: 700; text-align: center; margin: 5px 10px 0; font-size: 12px; padding: 10% 0;}
#cooler-nav .previous{float: left; vertical-align: middle; width: 250px;}
#cooler-nav .next{float: right; width: 250px;}
@media screen and (max-width: 400px){#cooler-nav .nav-box{width: 100%!important;}}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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;
}
.sidebar-poplabel {
position: absolute;
    opacity: 0.5;
    left: -38px;
    top: 140px;
    background: #ffe033;
    padding: 10px;
    z-index: 1000;
    box-shadow: inset 0 0 0 0 #ffd800;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
    cursor: pointer;
}
.sidebar-closelabel {
    position: absolute;
    top: 0;
    right: 17px;
    background: #ffe033;
    padding: 10px;
    z-index: 1000;
    box-shadow: inset 0 0 0 0 #ffd800;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
    cursor: pointer;
}
.sidebar-poplabel:hover{
    opacity: 1;
    box-shadow: inset 40px 0 0 0 #ffd800;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.sidebar-closelabel:hover{
    box-shadow: inset 0 40px 0 0 #ffd800;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
@media screen and (max-width: 43em){
    .sidebar-poplabel {
        top: initial;
        bottom: 100px;
    }
}
#secondary {
    padding-top: 30px;
    padding-right: 0px!important;
    position: fixed;
    height: 100%;
    width: 300px;
    right: -300px;
    top: 0;
    background: #fff;
    z-index: 1000;
    border: 3px solid #ffe033;
    -webkit-transition: right 0.75s ease-in-out;
	-moz-transition: right 0.75s ease-in-out;
	transition: right 0.75s ease-in-out;
}
.logged-in #secondary {
    top: 32px;
}
#secondary.popped-out {
    right: 0!important;
    -webkit-transition: right 0.75s ease-in-out;
	-moz-transition: right 0.75s ease-in-out;
	transition: right 0.75s ease-in-out;
}
.scrollbox {
    height: 100%;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 4px!important;
    width: 5px!important;
}

.page-pusher {
    position: relative;
    left: 0;
    height: 100%;
    -webkit-transition: left 0.75s ease-in-out;
	-moz-transition: left 0.75s ease-in-out;
	transition: left 0.75s ease-in-out;
}

.page-pusher.pushed {
    left: -300px;
    -webkit-transition: left 0.75s ease-in-out;
	-moz-transition: left 0.75s ease-in-out;
	transition: left 0.75s ease-in-out;
}

@media screen and (max-width: 400px) {
    #secondary {
        width: 100%;
        right: -100%;
    }
    .page-pusher.pushed{
        left: -100%;    
    }
}

#secondary .widget {
    border-bottom: 1px solid #ccc;
    padding: 0 0.5rem 0.5rem 0.5rem
}

#secondary .widget-title {
    font-size: 13px;
}
#secondary .widget ul {
    padding: 10px 0 10px 19px;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
    font-size: 13px;
}
#secondary .widget ul li:before{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 14px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.footer-widgets .widget h2 {
    color: #fff;
    font-size: 1.5em;
    margin-top: 0;
}

.footer-widgets .widget ul {
    padding: 10px 0 10px 19px;
    margin: 0;
    margin-bottom: 15px;
    list-style: none;
    font-size: 13px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.grey-strip {
    background: #EDEDED;
}

.page h1.entry-title,
.page h2.page-blurb,
.page-title {
    font-family: 'Arvo', serif;
    font-size: 2.25em;
    line-height: 1.25;
}
.page .featured-img-header {
    position: relative;
    float: left;
    width: 100%;
}
.page h2.page-blurb {
    white-space: pre-line;
    position: absolute;
    bottom: 30%;
}
.titlehighlight{
    background: #FFE033;
    border-style: solid;
    border-width: 0 8px 0 8px;
    border-color: #FFE033;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.ack-caption {
    color: #fff;
    font-size: 0.7em;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    display: inline-block;
    bottom: 14%;
    right: 18%;
    position: absolute;
}
.page .so-panel.widget_sow-editor h3.widget-title {
    border-bottom: 5px solid #ffe033;
    line-height: 1.75;
    display: inline;
}

.page .center-image-header {
    text-align: center;
}

.page .so-panel.widget_sow-image h3.widget-title {
    border-top: 3px solid #ffe033;
    font-size: 0.85em;
    padding-top: 5px;
    display: inline-block;
    font-weight: 400;
}

.page .intro-paragraph {
    font-size: 1.5em;
    font-weight: 300;
}
@media (max-width: 567px) {    
    .page .intro-paragraph {
        font-size: 1.25em;
        font-weight: 300;
    }
}
.page .top-push90 {
    padding-top: 90px;
}

.page .page-thumbnail {
    position: relative;
}
.page .page-thumbnail img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}
@media screen and (max-width: 700px){
    .page .page-thumbnail img {
        height: 400px;    
    }
}
.related-area {
    background: #ededed;
    float: left;
    width: 100%;
}
.fp-smallheader {
    border-bottom: 5px solid rgba(255,216,0,0.6);
    display: inline-block;
}
#stories-pushlink {
    display: inline-block;
    float: right;
    background: #fff;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #278ebf;
    border-radius: 3px;
    margin: 0 10px 15px 0;
}
#stories-pushlink:hover {
    background: #278ebf;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.agevision-link {
    text-align: center;
}
.agevision-link .agevision-thumb {
    position: relative;
    max-width: 275px!important;
    max-height: 275px!important;
    border-radius: 100%!important;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border:1px solid transparent;
    position:relative;
    z-index:1;
}
.agevision-link .agevision-thumb:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.agevision-link .agevision-thumb img {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    height: 275px!important;
    width: 275px!important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.agevision-link .agevision-thumb img:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.agevision-link p {
    border-top: 3px solid #ffd800;
    display: inline-block;
    margin-top: 5px;
    padding-top: 10px;
}
@media screen and (max-width: 550px){
    .agevision-link {
        min-height: 180px!important;
    }
    
    .agevision-link .agevision-thumb img {
        top: initial;
        height: 190px;
        width: 190px;
    }
    
    .agevision-link .agevision-thumb {
        position: relative;
        max-width: 190px;
        max-height: 190px;
    }
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.masonry-loop {
    padding-top: 10px;
}
.single ul.masonry-loop {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}
.masonry-item .post{
    width: 100%!important;
    min-height: 410px!important;
    background: #fff!important;
    float: left!important;
    padding-bottom: 15px!important;
    margin: 0 0 0.5em!important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15)!important;
}
.masonry-item .sharedaddy{
    display: none!important;
}
.masonry-item .contenticon {
    position: absolute;
    cursor: pointer;
    display: block;
    padding: 5px 10px;
	-webkit-transition: all ease 0.25s;
	-moz-transition: all ease 0.25s;
	transition: all ease 0.25s;
    z-index: 100;
}

.masonry-item .contenttype_post,
.masonry-item .contenttype_aside,
.masonry-item .contenttype_chat,
.masonry-item .contenttype_link,
.masonry-item .contenttype_quote,
.masonry-item .contenttype_status {
    background: #f37053;
    box-shadow: inset 0 0 0 0 #c55a42;
}
.masonry-item .contenttype_post:hover,
.masonry-item .contenttype_aside:hover,
.masonry-item .contenttype_chat:hover,
.masonry-item .contenttype_link:hover,
.masonry-item .contenttype_quote:hover,
.masonry-item .contenttype_status:hover {
    box-shadow: inset 0 35px 0 0 #c55a42;
}
.masonry-item .contenttype_image {
    background: #9be854;
    box-shadow: inset 0 0 0 0 #4ab530;
}
.masonry-item .contenttype_image:hover {
    box-shadow: inset 0 35px 0 0 #4ab530;
}
.masonry-item .contenttype_gallery {
    background: #8359F7;
    box-shadow: inset 0 0 0 0 #6437DE;
}
.masonry-item .contenttype_gallery:hover {
    box-shadow: inset 0 35px 0 0 #6437DE;
}
.masonry-item .contenttype_video {
    background: #423D45;
    box-shadow: inset 0 0 0 0 #2B272E;
}
.masonry-item .contenttype_video:hover {
    box-shadow: inset 0 35px 0 0 #2B272E;
}
.masonry-item .contenttype_audio {
    background: #52CBFF;
    box-shadow: inset 0 0 0 0 #24A1D6;
}
.masonry-item .contenttype_audio:hover {
    box-shadow: inset 0 35px 0 0 #24A1D6;
}

.masonry-item .contenticon a{
    color: #fff;
}
.masonry-item .entry-header {
    position: relative!important;
    padding-bottom: 0!important; 
    margin: 0!important; 
    background: #fff!important; 
}
.masonry-item .entry-thumbnail {
    position: relative!important;
    height: 190px!important;
    width: 100%!important;
    overflow: hidden!important;
}
.masonry-item .entry-thumbnail img {
    height: 190px!important;
    width: 100%!important;
    object-fit: cover!important;
    font-family: 'object-fit: cover;';
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.masonry-item .entry-thumbnail img:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.masonry-item .entry-title {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    position: static!important;
    font-size: 1.25em!important;
    margin: 0.75rem 0!important;
    padding: 0 10px!important;
    line-height: 1.5;
}
.masonry-item .entry-title a {
    color: #333!important;
    border-bottom: 2px solid #fff!important;
}
.masonry-item .entry-title a:hover {
    text-decoration: none!important;
    border-bottom: 2px solid #FFE033!important;
}
.masonry-item .entry-meta {
    position: static!important;
    float: none!important;
    border-bottom: 0px solid transparent!important;
    font-size: 10px!important;
    padding: 0 10px!important;    
}
.masonry-item .author-meta {
    margin-top: 0!important;
}
.masonry-item .byline {
    display: none!important;
}
.masonry-item .posted-on {
    float: left!important;
}
.masonry-item .entry-content {
    font-size: 14px!important;
    letter-spacing: 0.025em!important;
    margin: .5rem 0 0!important;
    padding: 0 10px!important;
}

.masonry-item .entry-content figure {
    margin: 1em 0!important;
}
.masonry-item .entry-footer {
    padding: 0 10px!important;
}

.masonry-item .comments-link{
    position: absolute!important;
    right: 13px!important;
    bottom: 16px!important;
}
.masonry-item .comments-link a {
    color: #FFE033!important;
}
.masonry-item .comments-link a:hover {
    color: #ffd600!important;
}
.comment-counter{
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    padding: 1px 3px;
    margin-top: -6px;
    margin-left: -4px;
    border-radius: 15px;
    background-color: #333333;
}
.masonry-item .tags-links,
.masonry-item .cat-links,
.masonry-item .edit-link {
    font-size: 12px;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.masonry-item .entry-footer {
    float: left;
    padding: 0 5px 5px 5px;    
}
.single .tags-links,
.single .cat-links,
.single .edit-link {
    font-size: 12px;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.tags-links a,
.cat-links a {
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #278EBF;
    border-radius: 3px;
    margin: 0 3px 5px 0;
}

.tags-links a:hover,
.cat-links a:hover {
    background: #278EBF;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.single .post {
    background: #fff;
    float: left;
    width: 100%;
}

.single .entry-header {
    position: relative;
    padding-bottom: 45px;
    margin: 0 -10px;
    background: #fff;
}

.single .entry-thumbnail {
   
}

.single .entry-thumbnail img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.single .entry-details{
    margin: 0 auto;
}

.single .entry-title {
    font-family: 'Arvo', serif;
    font-size: 2em;
    position: absolute;
    top: 50%;
    word-break: break-word;
}

.single .entry-title .titlehighlight{
    background: #FFE033;
    border-style: solid;
    border-width: 0 8px 0 8px;
    border-color: #FFE033;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.single .entry-meta {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    bottom: -5px;
    border-bottom: 1px solid #ccc;
}

.single .entry-meta .author-thumbnail {
    float: left;
    margin: 0 15px 0 0;
}

.single .entry-meta .author-thumbnail img{
    border-radius: 360px;
    border: 2px solid rgb(255, 255, 255);
}

.single .entry-meta .author-meta .byline {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    float: left;
    clear: right;
}
.single .entry-meta .author-meta .posted-on {
    float: left;
}

.single .entry-meta .author-meta {
    margin-top: 40px;
}

.single .entry-meta .sd-title {
    display: none;
}

.single .entry-meta .sharedaddy {
    float: right;
    clear: initial;
    margin-top: -45px;
}

@media screen and (max-width: 1800px) { .ack-caption { right: 10%; } }

@media screen and (max-width: 1300px) { .ack-caption { right: 3%; } }

@media screen and (max-width: 400px) {
    .mini-menu ul {
        font-size: 0.83em;
    }
    
    .related-area {
        margin: 10px -10px -10px 0;
    }
    
    .page h2.page-blurb {
        font-family: 'Arvo', serif;
        font-size: 1.25em!important;
        line-height: 1.25!important;
        word-wrap: break-word;
    }
    
    .single .entry-header {
        padding-bottom: 0px;
    }
    .single .entry-title{
        font-size: 1.5em;
        line-height: 1.25;
        left: 8px;
        top: 35%;
    }
    
    .ack-caption {
        bottom: 37.5%;
        right: initial;
        left: 10px;
    }
    
    .single .entry-title .titlehighlight{
        border-width: 0 5px 0 5px;
    }
    .single .entry-meta {
        position: relative;
        float: left;
        width: 100%;
        padding: 0 20px;
        bottom: 0;
        border-bottom: 1px solid #ccc;
    }
    
    .single .entry-meta .author-meta {
        text-align: center;
        margin-top: 0!important;
    }
    .single .entry-meta .author-thumbnail{
        text-align: center;
    }
    
    .single .entry-meta .sharedaddy {
        float: none;
        clear: both;
        text-align: center;
        margin: 5px auto;
    }
    
    .single .entry-meta .author-thumbnail,
    .single .entry-meta .author-meta .byline,
    .single .entry-meta .author-meta .posted-on {
        float: none;    
    }
}

.single .entry-content {
    padding: 0 10px;
}
.single .content-area {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    background: #fff;
}
.single .entry-footer{
    float: left;
    padding: 0 5px 5px 5px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area{
    margin: 0 0 -10px;
    background: #dbdbdb;
    float: left;
    width: 100%;
}
.comments-title {
    border-bottom: 5px solid rgba(255,216,0,0.6);
    display: inline-block;
}
p.comment-awaiting-moderation {
    clear: both;
    color: #ccc;
    margin: 0.25rem 0;
}
.comment-body {
    position: relative;
    display: block;
    background: #fff;
    width: 100%;
    padding: 0.5rem;
    border: 1px #f1f1f1 solid;
    float: left;
    clear: both;
    margin: 0.25rem 0;
}
.comment-list,
.comment-list ol.children{
    float: left;
    width: 100%;
    list-style: none;
}
.comment-meta{
    display: block;
    float:left;
}
.comment-author.vcard {
    display: block;
    float: left;
    clear: left;
    margin-bottom: 0.25rem;
}

.comment-author.vcard b.fn a:visited,
.comment-author.vcard b.fn a{
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 1px; 
    font-weight: 700;
    text-decoration: none;
    color: #595959;
}
.author-avatar {
    position: absolute;
    display: block;
    left: -45px;
    top: -1px;
    margin-right: 1rem;
}
.author-avatar img{
    width: 45px;
    height: 45px;
}
.comment-metadata {
    display: block;
    float: left;
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
}
.comment-metadata .edit-link{
    background: none;
}
.comment-metadata a,
.comment-metadata a:visited{
    color: #ccc;
    text-decoration: none;
}
.comment .reply{
    display: block;
    font-size: 0.7rem;
    clear: both;
}
.comment-content{
    position: relative;
    display: block;
    color: #666666;
    font-size: 12px;
    clear: both;
    float: left;
    overflow: hidden;
}
.comment-content p {
    margin: 0.5rem 0;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

@media screen and (max-width: 50rem){
    .comment-list, .children{
        width: 100%;
        -webkit-padding-start: 0px;
        margin: 0;
    }
    .author-avatar{
        position: relative;
        float: left;
        left: auto;
    }
    
    .comment-meta {
        float: left;
    }
    
    .comment-metadata {
        float: right;
        margin: 0.35rem 0 0 1rem;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

.genericon {
    font-size: 2.5em!important;
    color: #fff;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0!important;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}

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


@media screen and (max-width: 1400px) {
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
            max-width: 16.66%;
    }
}

@media screen and (max-width: 900px) {
    
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item{
            max-width: 25%;
    }

}

@media screen and (max-width: 600px) {
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
            max-width: 33.33%;
    }

}

@media screen and (max-width: 500px) {
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
            max-width: 50%;
    } 
}

@media screen and (max-width: 400px) {
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
            max-width: 100%;
    } 
}


.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 6px 8px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.gallery-item:hover .gallery-caption { 
    opacity: 1; 
}

.site-main .gallery a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
}
.clearfix {
    clear: both;
}

/*---------------------------------------------------------------
## Miscellaneous
---------------------------------------------------------------*/
/* Style the buttons that are used to open and close the accordion panel */
.eye_container {
    padding: 0!important;
}
.eye_accordion {
    background-color: #eee;
    display: block;
    color: #444;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
}
.eye_container p {
    margin: 0;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.eye_accordion.active, .eye_accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

div.panel p{
    height: 0;
    margin: 0;
}
.sw_eye_image {
    display: none;
}
@media screen and (max-width: 767px){
    .sw_eye_image {
        display: block;
        margin: 0 auto 1.5em;
        max-height: 300px;
    }
    .eye_images {
        display: none!important;
    }
}

.eye_images img {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.eye_images img.show {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block !important;
}

div.panel.show p {
    padding: 1em 0;
    height: auto;
    margin-bottom: 1.5em;
}


.circle-image-row .sow-image-container {
    position: relative;
    max-width: 275px!important;
    max-height: 275px!important;
    border-radius: 100%!important;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border:1px solid transparent;
    position:relative;
    z-index:1;
}
.circle-image-row .sow-image-container:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.circle-image-row .sow-image-container img {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    height: 275px!important;
    width: 275px!important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.circle-image-row .sow-image-container img:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
    -webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.circle-image-row .widget-title {
    color: #227da8;
    cursor: pointer;
    font-size: 1em!important;
    border-top: 3px solid #ffd800;
    display: inline-block;
    margin-top: 15px;
    padding-top: 10px;
}

/*---------------------------------------------------------------
## Optometrist Profile
---------------------------------------------------------------*/

.gvfl-member-name {
    margin: 1em 0 10px;
    border-bottom: 6px solid #ffe033;
    display:block;
    float: left;
    clear: both;
}

.gvfl-details-container > strong {
    display: block;
    float: left;
    clear: both;
}

.gvfl-details-container > span {
    display: block;
    clear: both;
    float: left;
    margin-bottom: 15px;
}

.gvfl-member-info span.gvfl-memberaddress,
.gvfl-member-info span.gvfl-member-phone,
.gvfl-member-info span.gvfl-memberwebsite {
    padding-left: 20px;
}
    
.gvfl-member-info span i {
    margin-left: -16px;
    padding-right: 4px;
    font-size: 20px;
}

.gvfl-member-info,
.gvfl-member-services,
.gvfl-member-social,
.gvfl-member-fq {
    overflow: hidden;
    margin-bottom: 1em!important;
}

.gvfl-member-meta {
    padding-left: 0!important;
}

.gvfl-member-meta p {
    font-size: 14px;
    margin: 5px 0 7px;
    line-height: 1;
}

.gvfl-member-social p {
    font-size: 1rem;
}

.gvfl-member-social i {
    position: relative;
    top: 7px;
}

.gvfl-member-social .fa-facebook-square {
    color: #4867AA;
    background: #fff;
    line-height: 0.8;
    border-radius: 3px;
}

.gvfl-member-social .fa-linkedin-square {
    color: #007bb5;
    background: #fff;
    line-height: 0.8;
    border-radius: 3px;
}

.gvfl-member-social .fa-twitter-square {
    color: #1da1f2;
    background: #fff;
    line-height: 0.8;
    border-radius: 3px;
}

.gvfl-member-avatar {
    padding-top: 2em;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.gvfl-member-avatar img {
    border-radius: 100%;
    height: auto;
    max-width: 300px;
    width: 90%;
}

.gvfl-member-info,
.gvfl-member-social,
.gvfl-member-fq {
    background: #f9f9f9;
}
.gvfl-member-services {
    background: #ffe033;
    border-right: 1px solid #ffd900;
    border-bottom: 1px solid #e0c52d;
}
.gvfl-member-social,
.gvfl-member-fq {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e2e2e2;
}

.gvfl-member-info {
    border-bottom: 1px solid #e2e2e2;
}

.gvfl-member-services, 
.gvfl-member-social,
.gvfl-member-fq {
    padding: 15px;
}

.gvfl-additional-practice-link {

}

.gvfl-member-practice {
    background: #F2F2F2;
    padding: 0 0 5px!important;
}
.gvfl-member-practice span {
    margin: 10px 5px 0;
    padding-left: 15px;
    font-size: 13px;
    display: inline-block;
}
.gvfl-member-practice span i {
    margin-left: -15px;
    padding-right: 2px;
    font-size: 18px;
}
.gvfl-member-practice .Practice,
.gvfl-member-info .Practice {
    background: #167BB3!important;
    color: #fff!important;
    font-size: 14px;
    clear: both;
}

.gvfl-member-practice .Practice {
    width: 100%!important;
    margin: 15px auto 0!important;
}

.gvfl-practice-container {
    padding: 15px;
}
.gvfl-practice-name {
    padding: 1em;
    background: #E6E6E6;
}

.readmore {
    max-height: 108px;
    position: relative;
    overflow: hidden;
}

.readmore[aria-expanded="false"]:before {   
  content:'';
  width:100%;
  height:30px;    
  position:absolute;
  left:0;
  bottom:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe033+0,ffe033+52&0+0,1+52 */
/*background: -moz-linear-gradient(top, rgba(255,224,51,0) 0%, rgba(255,224,51,1) 52%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(255,224,51,0) 0%,rgba(255,224,51,1) 52%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(255,224,51,0) 0%,rgba(255,224,51,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe033', endColorstr='#ffe033',GradientType=0 ); /* IE6-9 */
}

.gvfl-profile-btn {
    padding: .75em 2em;
    border-radius: 5px;
    background: #00708f;
    width: 280px;
    color: #fff!important;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

.gvfl-profile-btn:hover {
    background: #066ca5;
    text-decoration: none;
}
@media screen and (min-width: 568px) and (max-width: 1169px) {
    .gvfl-member-services, 
    .gvfl-member-social {
        min-height: 200px!important;
    }
    
    .gvfl-member-meta {
        padding-right: 0!important;
    }
    
    .gvfl-member-social,
    .gvfl-member-fq {
        border-right: 0px solid transparent;
    }
    
    .gvfl-member-services, 
    .gvfl-member-social,
    .gvfl-member-fq,
    .gvfl-member-info {
        margin-bottom: 0!important;
    }
}
@media screen and (min-width: 1px) and (max-width: 567px) {
    .gvfl-member-avatar img {
        height: auto;
        width: 90%;
        margin-top: 50px!important;
    }
    
    .gvfl-member-avatar {
        padding-top: 0;
    }
        
    .gvfl-member-info {
        font-size: 12px!important;
        margin: 0!important;
    }
    
    .gvfl-member-info span {
        font-size: 11px;
    }
    
    .gvfl-member-info span.gvfl-memberaddress,
    .gvfl-member-info span.gvfl-member-phone,
    .gvfl-member-info span.gvfl-memberwebsite {
        padding-left: 20px;
    }
    
    .gvfl-member-info span i {
        margin-left: -16px;
        padding-right: 4px;
    }
    
    .gvfl-member-info .Practice {
        font-size: 12px;
        max-width: 90%;
    }
    
    .gvfl-member-meta p, .gvfl-member-social p {
        font-size: 11px;
    }
    
    .gvfl-member-name {
        margin: 40px 0 9px;
        border-bottom: 3px solid #ffe033;
    }
    
    .gvfl-member-info .wrapper {
        padding: 0!important;
    }
    
    .gvfl-member-meta {
        padding-right: 0!important;
    }
    
    .gvfl-member-social,
    .gvfl-member-fq {
        border-right: 0px solid transparent;
    }
    
    .gvfl-member-services, 
    .gvfl-member-social,
    .gvfl-member-fq,
    .gvfl-member-info {
        margin-bottom: 0!important;
    }
    
    .gvfl-member-services, 
    .gvfl-member-social {
        min-height: 195px!important;
    }
    
    .gvfl-avatar-container,
    .gvfl-details-container {
        padding: 0!important;
    }
}

/*---------------------------------------------------------------
## popup
---------------------------------------------------------------*/

.hustle-modal {
    padding: 55px 60px 83px !important;
    text-align: center;
    border-radius: 350px;
    background: #FFE033;
    position: fixed;
    z-index: 10000;
    max-height: 400px;
    max-width: 400px!important;
}

.hustle-layout .mailchimp-agree {
    display: block!important; 
    clear: both!important;
}

.wph-modal.module_id_1 .hustle-modal .hustle-modal-title {
	font-family: 'Arvo';
    color: #333!important;
	text-align: center;
}

.wph-modal.module_id_1 .hustle-modal .hustle-modal-message {
	color: #333!important;
}

@media screen and (max-width: 420px){
    .hustle-modal {
        border-radius: 65px;
    }
}

.wph-modal.module_id_1 .hustle-modal .hustle-modal-body {
    background-color: transparent!important;
    box-shadow: none!important;
    max-width: 410px;
}
.wph-modal.module_id_1 .hustle-modal-body  {
    background-color: transparent!important;
    box-shadow: none!important;
}

.wph-modal.module_id_1 .hustle-modal {
    text-align: center;
}

.wph-modal.module_id_1 .hustle-modal .mc4wp-form-fields strong {
    display: none;
}
.wph-modal.module_id_1 .hustle-modal-close,
.wph-modal.module_id_1 .hustle-modal .hustle-modal-close {
    top: 20px;
    right: 47%;
    position: absolute;
}

.wph-modal.module_id_1 .hustle-modal .hustle-modal-content {
    background: transparent!important;
    box-shadow: none!important;
    max-width: 410px;
    text-align: center;
}

.hustle-modal .hustle-modal-body input[type="text"],
.hustle-modal .hustle-modal-body input[type="email"] {
    width: 99%;
    height: 28px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
    border: 0px solid transparent;
    border-radius: 15px;
    padding: 5px 15px;
    color: #848484;
    outline: none;
    clear:both;
}

.hustle-modal-message {
    text-align: center;
}

.hustle-modal-terms-link {
    font-size:12px;
    clear: both;
}

/*---------------------------------------------------------------
## Hero and Tower Ads
---------------------------------------------------------------*/

.sticky-hero {
    margin: 0 auto;
}

.sticky-hero .widget_media_image {
    margin: 0 auto;
    text-align: center;
}

.sticky-hero .widget_media_image img {
    display: block;
    margin: 0 auto;
    width: 100vw;
}

section.tower {
    width: 100%;
    padding: 20px;
    display: block;
    clear: both;
    text-align: center;
}

.tower.sticky {
    position: fixed;
    z-index: 0;
    top: 30px;
    margin: 0 auto;
}

section.tower.widget_media_image img {
    max-width: 10vw!important;
}

section.tower.desktop-show {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

@media (min-width : 1170px) {
    
    .sticky-hero .widget_media_image img {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    section.tower {
        display: block!important;
        width: initial!important;
        height: initial!important;
        visibility: visible!important;
        position: absolute;
        padding: 0;
        top: 30px;
    }

    section.towerleft {
        left: 30px;
    }

    section.towerright {
        right: 30px;
    }
}
/*---------------------------------------------------------------
## Modest Grid
---------------------------------------------------------------*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

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

body {
	margin: 0;
}

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.nested {
	margin-bottom: 0 !important;
}

.wrapper:before,
.row:before {
	display: table;
	content: " ";
}

.wrapper:after,
.row:after {
	clear: both;
	display: table;
	content: " ";
}

.dt-1, .tl-1, .tp-1, .ml-1, .mp-1,
.dt-2, .tl-2, .tp-2, .ml-2, .mp-2,
.dt-3, .tl-3, .tp-3, .ml-3, .mp-3,
.dt-4, .tl-4, .tp-4, .ml-4, .mp-4,
.dt-5, .tl-5, .tp-5, .ml-5, .mp-5,
.dt-6, .tl-6, .tp-6, .ml-6, .mp-6,
.dt-7, .tl-7, .tp-7, .ml-7, .mp-7,
.dt-8, .tl-8, .tp-8, .ml-8, .mp-8,
.dt-9, .tl-9, .tp-9, .ml-9, .mp-9,
.dt-10, .tl-10, .tp-10, .ml-10, .mp-10,
.dt-11, .tl-11, .tp-11, .ml-11, .mp-11,
.dt-12, .tl-12, .tp-12, .ml-12, .mp-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 1px;
	margin-bottom: 10px;
}

.mp-1 {
	width: 8.33333333333%;
}

.mp-2 {
	width: 16.6666666667%;
}

.mp-3 {
	width: 25%;
}

.mp-4 {
	width: 33.33%;
}

.mp-5 {
	width: 41.6666666667%;
}

.mp-6 {
	width: 50%;
}

.mp-7 {
	width: 58.3333333333%;
}

.mp-8 {
	width: 66.6666666667%;
}

.mp-9 {
	width: 75%;
}

.mp-10 {
	width: 83.3333333333%;
}

.mp-11 {
	width: 91.6666666667%;
}

.mp-12 {
	width: 100%;
}

.ml-1 {
	width: 8.33333333333%;
}

.ml-2 {
	width: 16.6666666667%;
}

.ml-3 {
	width: 25%;
}

.ml-4 {
	width: 33.33%;
}

.ml-5 {
	width: 41.6666666667%;
}

.ml-6 {
	width: 50%;
}

.ml-7 {
	width: 58.3333333333%;
}

.ml-8 {
	width: 66.6666666667%;
}

.ml-9 {
	width: 75%;
}

.ml-10 {
	width: 83.3333333333%;
}

.ml-11 {
	width: 91.6666666667%;
}

.ml-12 {
	width: 100%;
}

.tp-1 {
	width: 8.33333333333%;
}

.tp-2 {
	width: 16.6666666667%;
}

.tp-3 {
	width: 25%;
}

.tp-4 {
	width: 33.33%;
}

.tp-5 {
	width: 41.6666666667%;
}

.tp-6 {
	width: 50%;
}

.tp-7 {
	width: 58.3333333333%;
}

.tp-8 {
	width: 66.6666666667%;
}

.tp-9 {
	width: 75%;
}

.tp-10 {
	width: 83.3333333333%;
}

.tp-11 {
	width: 91.6666666667%;
}

.tp-12 {
	width: 100%;
}

.tl-1 {
	width: 8.33333333333%;
}

.tl-2 {
	width: 16.6666666667%;
}

.tl-3 {
	width: 25%;
}

.tl-4 {
	width: 33.33%;
}

.tl-5 {
	width: 41.6666666667%;
}

.tl-6 {
	width: 50%;
}

.tl-7 {
	width: 58.3333333333%;
}

.tl-8 {
	width: 66.6666666667%;
}

.tl-9 {
	width: 75%;
}

.tl-10 {
	width: 83.3333333333%;
}

.tl-11 {
	width: 91.6666666667%;
}

.tl-12 {
	width: 100%;
}

.dt-1 {
	width: 8.33333333333%;
}

.dt-2 {
	width: 16.6666666667%;
}

.dt-3 {
	width: 25%;
}

.dt-4 {
	width: 33.33%;
}

.dt-5 {
	width: 41.6666666667%;
}

.dt-6 {
	width: 50%;
}

.dt-7 {
	width: 58.3333333333%;
}

.dt-8 {
	width: 66.6666666667%;
}

.dt-9 {
	width: 75%;
}

.dt-10 {
	width: 83.3333333333%;
}

.dt-11 {
	width: 91.6666666667%;
}

.dt-12 {
	width: 100%;
}

.indent-dt-1 {
	margin-left: 8.33333333333%;
}

.indent-dt-2 {
	margin-left: 16.6666666667%;
}

.indent-dt-3 {
	margin-left: 25%;
}

.indent-dt-4 {
	margin-left: 33.33%;
}

.indent-dt-5 {
	margin-left: 41.6666666667%;
}

.indent-dt-6 {
	margin-left: 50%;
}

.indent-dt-7 {
	margin-left: 58.3333333333%;
}

.indent-dt-8 {
	margin-left: 66.6666666667%;
}

.indent-dt-9 {
	margin-left: 75%;
}

.indent-dt-10 {
	margin-left: 83.3333333333%;
}

.indent-dt-11 {
	margin-left: 91.6666666667%;
}

.indent-dt-12 {
	margin-left: 100%;
}

@media (max-width: 1199px) {
	.wrapper {
		max-width: 1170px;
	}
}

@media (max-width : 1169px) {
	.wrapper {
		max-width: 1024px;
	}

	.dt-1,
	.dt-2,
	.dt-3,
	.dt-4,
	.dt-5,
	.dt-6,
	.dt-7,
	.dt-8,
	.dt-9,
	.dt-10,
	.dt-11,
	.dt-12 {
		width: 100%;
	}

	.mp-1 {
		width: 8.33333333333%;
	}

	.mp-2 {
		width: 16.6666666667%;
	}

	.mp-3 {
		width: 25%;
	}

	.mp-4 {
		width: 33.33%;
	}

	.mp-5 {
		width: 41.6666666667%;
	}

	.mp-6 {
		width: 50%;
	}

	.mp-7 {
		width: 58.3333333333%;
	}

	.mp-8 {
		width: 66.6666666667%;
	}

	.mp-9 {
		width: 75%;
	}

	.mp-10 {
		width: 83.3333333333%;
	}

	.mp-11 {
		width: 91.6666666667%;
	}

	.mp-12 {
		width: 100%;
	}

	.ml-1 {
		width: 8.33333333333%;
	}

	.ml-2 {
		width: 16.6666666667%;
	}

	.ml-3 {
		width: 25%;
	}

	.ml-4 {
		width: 33.33%;
	}

	.ml-5 {
		width: 41.6666666667%;
	}

	.ml-6 {
		width: 50%;
	}

	.ml-7 {
		width: 58.3333333333%;
	}

	.ml-8 {
		width: 66.6666666667%;
	}

	.ml-9 {
		width: 75%;
	}

	.ml-10 {
		width: 83.3333333333%;
	}

	.ml-11 {
		width: 91.6666666667%;
	}

	.ml-12 {
		width: 100%;
	}

	.tp-1 {
		width: 8.33333333333%;
	}

	.tp-2 {
		width: 16.6666666667%;
	}

	.tp-3 {
		width: 25%;
	}

	.tp-4 {
		width: 33.33%;
	}

	.tp-5 {
		width: 41.6666666667%;
	}

	.tp-6 {
		width: 50%;
	}

	.tp-7 {
		width: 58.3333333333%;
	}

	.tp-8 {
		width: 66.6666666667%;
	}

	.tp-9 {
		width: 75%;
	}

	.tp-10 {
		width: 83.3333333333%;
	}

	.tp-11 {
		width: 91.6666666667%;
	}

	.tp-12 {
		width: 100%;
	}

	.tl-1 {
		width: 8.33333333333%;
	}

	.tl-2 {
		width: 16.6666666667%;
	}

	.tl-3 {
		width: 25%;
	}

	.tl-4 {
		width: 33.33%;
	}

	.tl-5 {
		width: 41.6666666667%;
	}

	.tl-6 {
		width: 50%;
	}

	.tl-7 {
		width: 58.3333333333%;
	}

	.tl-8 {
		width: 66.6666666667%;
	}

	.tl-9 {
		width: 75%;
	}

	.tl-10 {
		width: 83.3333333333%;
	}

	.tl-11 {
		width: 91.6666666667%;
	}

	.tl-12 {
		width: 100%;
	}

	.indent-dt-1,
	.indent-dt-2,
	.indent-dt-3,
	.indent-dt-4,
	.indent-dt-5,
	.indent-dt-6,
	.indent-dt-7,
	.indent-dt-8,
	.indent-dt-9,
	.indent-dt-10,
	.indent-dt-11,
	.indent-dt-12 {
		margin-left: 0;
	}

	.indent-tl-1 {
		margin-left: 8.33333333333%;
	}

	.indent-tl-2 {
		margin-left: 16.6666666667%;
	}

	.indent-tl-3 {
		margin-left: 25%;
	}

	.indent-tl-4 {
		margin-left: 33.33%;
	}

	.indent-tl-5 {
		margin-left: 41.6666666667%;
	}

	.indent-tl-6 {
		margin-left: 50%;
	}

	.indent-tl-7 {
		margin-left: 58.3333333333%;
	}

	.indent-tl-8 {
		margin-left: 66.6666666667%;
	}

	.indent-tl-9 {
		margin-left: 75%;
	}

	.indent-tl-10 {
		margin-left: 83.3333333333%;
	}

	.indent-tl-11 {
		margin-left: 91.6666666667%;
	}

	.indent-tl-12 {
		margin-left: 100%;
	}
}

@media (max-width: 1023px) {
	.tl-1,
	.tl-2,
	.tl-3,
	.tl-4,
	.tl-5,
	.tl-6,
	.tl-7,
	.tl-8,
	.tl-9,
	.tl-10,
	.tl-11,
	.tl-12 {
		width: 100%;
	}

	.mp-1 {
		width: 8.33333333333%;
	}

	.mp-2 {
		width: 16.6666666667%;
	}

	.mp-3 {
		width: 25%;
	}

	.mp-4 {
		width: 33.33%;
	}

	.mp-5 {
		width: 41.6666666667%;
	}

	.mp-6 {
		width: 50%;
	}

	.mp-7 {
		width: 58.3333333333%;
	}

	.mp-8 {
		width: 66.6666666667%;
	}

	.mp-9 {
		width: 75%;
	}

	.mp-10 {
		width: 83.3333333333%;
	}

	.mp-11 {
		width: 91.6666666667%;
	}

	.mp-12 {
		width: 100%;
	}

	.ml-1 {
		width: 8.33333333333%;
	}

	.ml-2 {
		width: 16.6666666667%;
	}

	.ml-3 {
		width: 25%;
	}

	.ml-4 {
		width: 33.33%;
	}

	.ml-5 {
		width: 41.6666666667%;
	}

	.ml-6 {
		width: 50%;
	}

	.ml-7 {
		width: 58.3333333333%;
	}

	.ml-8 {
		width: 66.6666666667%;
	}

	.ml-9 {
		width: 75%;
	}

	.ml-10 {
		width: 83.3333333333%;
	}

	.ml-11 {
		width: 91.6666666667%;
	}

	.ml-12 {
		width: 100%;
	}

	.tp-1 {
		width: 8.33333333333%;
	}

	.tp-2 {
		width: 16.6666666667%;
	}

	.tp-3 {
		width: 25%;
	}

	.tp-4 {
		width: 33.33%;
	}

	.tp-5 {
		width: 41.6666666667%;
	}

	.tp-6 {
		width: 50%;
	}

	.tp-7 {
		width: 58.3333333333%;
	}

	.tp-8 {
		width: 66.6666666667%;
	}

	.tp-9 {
		width: 75%;
	}

	.tp-10 {
		width: 83.3333333333%;
	}

	.tp-11 {
		width: 91.6666666667%;
	}

	.tp-12 {
		width: 100%;
	}

	.indent-tl-1,
	.indent-tl-2,
	.indent-tl-3,
	.indent-tl-4,
	.indent-tl-5,
	.indent-tl-6,
	.indent-tl-7,
	.indent-tl-8,
	.indent-tl-9,
	.indent-tl-10,
	.indent-tl-11,
	.indent-tl-12 {
		margin-left: 0;
	}

	.indent-tp-1 {
		margin-left: 8.33333333333%;
	}

	.indent-tp-2 {
		margin-left: 16.6666666667%;
	}

	.indent-tp-3 {
		margin-left: 25%;
	}

	.indent-tp-4 {
		margin-left: 33.33%;
	}

	.indent-tp-5 {
		margin-left: 41.6666666667%;
	}

	.indent-tp-6 {
		margin-left: 50%;
	}

	.indent-tp-7 {
		margin-left: 58.3333333333%;
	}

	.indent-tp-8 {
		margin-left: 66.6666666667%;
	}

	.indent-tp-9 {
		margin-left: 75%;
	}

	.indent-tp-10 {
		margin-left: 83.3333333333%;
	}

	.indent-tp-11 {
		margin-left: 91.6666666667%;
	}

	.indent-tp-12 {
		margin-left: 100%;
	}
}

@media (max-width: 767px) {
	.tp-1,
	.tp-2,
	.tp-3,
	.tp-4,
	.tp-5,
	.tp-6,
	.tp-7,
	.tp-8,
	.tp-9,
	.tp-10,
	.tp-11,
	.tp-12 {
		width: 100%;
	}

	.mp-1 {
		width: 8.33333333333%;
	}

	.mp-2 {
		width: 16.6666666667%;
	}

	.mp-3 {
		width: 25%;
	}

	.mp-4 {
		width: 33.33%;
	}

	.mp-5 {
		width: 41.6666666667%;
	}

	.mp-6 {
		width: 50%;
	}

	.mp-7 {
		width: 58.3333333333%;
	}

	.mp-8 {
		width: 66.6666666667%;
	}

	.mp-9 {
		width: 75%;
	}

	.mp-10 {
		width: 83.3333333333%;
	}

	.mp-11 {
		width: 91.6666666667%;
	}

	.mp-12 {
		width: 100%;
	}

	.ml-1 {
		width: 8.33333333333%;
	}

	.ml-2 {
		width: 16.6666666667%;
	}

	.ml-3 {
		width: 25%;
	}

	.ml-4 {
		width: 33.33%;
	}

	.ml-5 {
		width: 41.6666666667%;
	}

	.ml-6 {
		width: 50%;
	}

	.ml-7 {
		width: 58.3333333333%;
	}

	.ml-8 {
		width: 66.6666666667%;
	}

	.ml-9 {
		width: 75%;
	}

	.ml-10 {
		width: 83.3333333333%;
	}

	.ml-11 {
		width: 91.6666666667%;
	}

	.ml-12 {
		width: 100%;
	}

	.indent-tp-1,
	.indent-tp-2,
	.indent-tp-3,
	.indent-tp-4,
	.indent-tp-5,
	.indent-tp-6,
	.indent-tp-7,
	.indent-tp-8,
	.indent-tp-9,
	.indent-tp-10,
	.indent-tp-11,
	.indent-tp-12 {
		margin-left: 0;
	}

	.indent-ml-1 {
		margin-left: 8.33333333333%;
	}

	.indent-ml-2 {
		margin-left: 16.6666666667%;
	}

	.indent-ml-3 {
		margin-left: 25%;
	}

	.indent-ml-4 {
		margin-left: 33.33%;
	}

	.indent-ml-5 {
		margin-left: 41.6666666667%;
	}

	.indent-ml-6 {
		margin-left: 50%;
	}

	.indent-ml-7 {
		margin-left: 58.3333333333%;
	}

	.indent-ml-8 {
		margin-left: 66.6666666667%;
	}

	.indent-ml-9 {
		margin-left: 75%;
	}

	.indent-ml-10 {
		margin-left: 83.3333333333%;
	}

	.indent-ml-11 {
		margin-left: 91.6666666667%;
	}

	.indent-ml-12 {
		margin-left: 100%;
	}
}

@media (max-width: 567px) {
	.ml-1,
	.ml-2,
	.ml-3,
	.ml-4,
	.ml-5,
	.ml-6,
	.ml-7,
	.ml-8,
	.ml-9,
	.ml-10,
	.ml-11,
	.ml-12 {
		width: 100%;
	}

	.mp-1 {
		width: 8.33333333333%;
	}

	.mp-2 {
		width: 16.6666666667%;
	}

	.mp-3 {
		width: 25%;
	}

	.mp-4 {
		width: 33.33%;
	}

	.mp-5 {
		width: 41.6666666667%;
	}

	.mp-6 {
		width: 50%;
	}

	.mp-7 {
		width: 58.3333333333%;
	}

	.mp-8 {
		width: 66.6666666667%;
	}

	.mp-9 {
		width: 75%;
	}

	.mp-10 {
		width: 83.3333333333%;
	}

	.mp-11 {
		width: 91.6666666667%;
	}

	.mp-12 {
		width: 100%;
	}

	.indent-ml-1,
	.indent-ml-2,
	.indent-ml-3,
	.indent-ml-4,
	.indent-ml-5,
	.indent-ml-6,
	.indent-ml-7,
	.indent-ml-8,
	.indent-ml-9,
	.indent-ml-10,
	.indent-ml-11,
	.indent-ml-12 {
		margin-left: 0;
	}

	.indent-mp-1 {
		margin-left: 8.33333333333%;
	}

	.indent-mp-2 {
		margin-left: 16.6666666667%;
	}

	.indent-mp-3 {
		margin-left: 25%;
	}

	.indent-mp-4 {
		margin-left: 33.33%;
	}

	.indent-mp-5 {
		margin-left: 41.6666666667%;
	}

	.indent-mp-6 {
		margin-left: 50%;
	}

	.indent-mp-7 {
		margin-left: 58.3333333333%;
	}

	.indent-mp-8 {
		margin-left: 66.6666666667%;
	}

	.indent-mp-9 {
		margin-left: 75%;
	}

	.indent-mp-10 {
		margin-left: 83.3333333333%;
	}

	.indent-mp-11 {
		margin-left: 91.6666666667%;
	}

	.indent-mp-12 {
		margin-left: 100%;
	}
}

/* Hide columns */
@media (min-width: 1px) and (max-width: 567px) {
	.mp-hide {
		display: none !important;
	}
	
	.ml-hide {
		display: none !important;
	}
	
	.tp-hide {
		display: none !important;
	}
	
	.tl-hide {
		display: none !important;
	}
	
	.dt-hide {
		display: none !important;
	}
}

@media (min-width: 568px) and (max-width: 767px) {
	.ml-hide {
		display: none !important;
	}
	
	.tp-hide {
		display: none !important;
	}
	
	.tl-hide {
		display: none !important;
	}
	
	.dt-hide {
		display: none !important;
	}
}

@media (min-width: 768) and (max-width: 1023px) {
	.tp-hide {
		display: none !important;
	}
	
	.tl-hide {
		display: none !important;
	}
	
	.dt-hide {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.tl-hide {
		display: none !important;
	}
	
	.dt-hide {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.dt-hide {
		display: none !important;
	}
}