/*
Theme Name: EyeConsultants
Theme URI: http://www.getuwired.com/
Author: GetUWired
Author URI: http://www.getuwired.com/
Description: LASIK Vertical theme created by GetUWired and based on the twentyseventeen theme
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lvbp
Tags: getuwired, one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
6.0 Forms
8.0 Lists
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
	outline: none;
}

button,
select {
	text-transform: none;
}

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

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

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

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -8px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

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

.centered{
	text-align: center;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/*color: #000;*/
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.js .main-navigation ul.toggled-on {
	display: block;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation ul.toggled-on {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
    display: block;
    width: 36px;
    height: 32px;
    padding: 0;
    margin: 14px 14px 14px auto;
		outline:none !important;
}
.js .menu-toggle .icon {
		fill:#FFFFFF;
    width: 100%;
    height: 100%;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
    /* display: none; */
    width: 33px;
    overflow: hidden;
    height: 33px;
    display: block;
    margin: 0 auto;
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 5px;
}

.site-header .menu-scroll-down svg {
    fill: white;
    transform: rotate(90deg);
    height: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	/* padding-left: 2em; */
	/* padding-right: 2em; */
	width: 90%;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

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

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

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
/* Schedule Page */
.scheduler-container{
	margin: 0 auto; 
	position: relative;
	display: grid;
	align-items: center;
	justify-items: center;
}

.ad-blocker-warning{
	text-align: center;
	position: absolute;
	z-index: 0;
	font-size: 30px;
}

.scheduler-iframe{
	border: none; 
	width: 100%;
	max-width: 972px; 
	margin: 25px auto;
	z-index: 1; 
	position: relative;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

/*.site-footer {*/
/*	border-top: 1px solid #cdcdcd;*/
/*}*/

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

.site-footer .footer-top {
    max-width: 1400px;
    margin: 0 auto;
    width: 95%;
    display: flex;
		align-content: center;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
    overflow: hidden;
    padding: 10px 0;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	/*margin-bottom: 1em;*/
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
    -webkit-border-radius: 44px;
    border-radius: 44px;
    color: #fff;
    display: inline-block;
    height: 44px;
		font-size: 22px !important;
    margin: 0 0em 0.5em 0;
    text-align: center;
    padding: 8px;
    width: 44px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #52a2ec;
}

.footer-contact a.footer-phone{
		vertical-align: middle;
    margin-bottom: 16px;
}
.footer-contact a.footer-phone::before {
    background: url(./assets/images/tele-icon.png) no-repeat scroll center center transparent;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 32px;
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
		margin-top:-4px;
}

.social-navigation .icon {
    fill: #52a2ec;
    height: 28px;
    /* top: 12px; */
    width: 28px;
    vertical-align: middle;
		-webkit-transition: all 0.3s;
	 	-moz-transition: all 0.3s;
	 	-ms-transition: all 0.3s;
	 	-o-transition: all 0.3s;
	 	transition: all 0.3s;
}
.social-navigation a:hover .icon,
.social-navigation a:focus .icon {
	fill: #FFFFFF;
}

/* Site info */

.site-info {
	background-color: #52a2ec;
	clear:both;
	color: #FFFFFF;
	font-family: 'Oswald',sans-serif;
	font-size: 15px;
	font-size: 1rem;
	font-weight: 700;
	padding:18px 10px;
	text-align: center;
	text-transform: uppercase;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

/*--------------------------------------------------------------
16.0 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}



/**
 * Carry-over from FV build
 */

 /*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 1.0 Normalize
 2.0 Accessibility
 3.0 Alignments
 --------------------------------------------------------------*/

 /*--------------------------------------------------------------
 1.0 Normalize
 Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
 --------------------------------------------------------------*/

 html {
 	font-family: sans-serif;
 	line-height: 1.15;
 	-ms-text-size-adjust: 100%;
 	-webkit-text-size-adjust: 100%;
 }

 body {
 	color: #343434;
 	margin: 0;
 	font-family: 'Oswald', sans-serif;
 }

 article,
 aside,
 footer,
 header,
 nav,
 section {
 	display: block;
 }

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

 figcaption,
 figure,
 main {
 	display: block;
 }

 figure {
 	margin: 1em 0;
 }

 hr {
 	-webkit-box-sizing: content-box;
 	-moz-box-sizing: content-box;
 	box-sizing: content-box;
 	height: 0;
 	overflow: visible;
 }

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

 a {
 	background-color: transparent;
 	-webkit-text-decoration-skip: objects;
 }

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

 abbr[title] {
 	border-bottom: 1px #767676 dotted;
 	text-decoration: none;
 }

 b,
 strong {
 	font-weight: inherit;
 }

 b,
 strong {
 	font-weight: 700;
 }

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

 dfn {
 	font-style: italic;
 }

 mark {
 	background-color: #eee;
 	color: #222;
 }

 small {
 	font-size: 80%;
 }

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

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

 audio,
 video {
 	display: inline-block;
 }

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

 img {
 	border-style: none;
 }

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

 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: sans-serif;
 	font-size: 100%;
 	line-height: 1.15;
 	margin: 0;
 }

 button,
 input {
 	overflow: visible;
 }

 button,
 select {
 	text-transform: none;
 }

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

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

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

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

 legend {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	color: inherit;
 	display: table;
 	max-width: 100%;
 	padding: 0;
 	white-space: normal;
 }

 progress {
 	display: inline-block;
 	vertical-align: baseline;
 }

 textarea {
 	overflow: auto;
 }

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

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

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

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

 ::-webkit-file-upload-button {
 	-webkit-appearance: button;
 	font: inherit;
 }

 details,
 menu {
 	display: block;
 }

 summary {
 	display: list-item;
 }

 canvas {
 	display: inline-block;
 }

 template {
 	display: none;
 }

 [hidden] {
 	display: none;
 }

 /*--------------------------------------------------------------
 2.0 Accessibility
 --------------------------------------------------------------*/

 /* Text meant only for screen readers. */

 .screen-reader-text {
 	clip: rect(1px, 1px, 1px, 1px);
 	height: 1px;
 	overflow: hidden;
 	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;
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
 	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 	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: 700;
 	height: auto;
 	left: 5px;
 	line-height: normal;
 	padding: 15px 23px 14px;
 	text-decoration: none;
 	top: 5px;
 	width: auto;
 	z-index: 100000; /* Above WP toolbar. */
 }

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

 /*--------------------------------------------------------------
 4.0 Buttons
 --------------------------------------------------------------*/
.button {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #101040;
	padding: 10px 28px;
	border: none;
	box-sizing: border-box;
	white-space: nowrap;
	text-align: center;
}

 .button.button-pill {
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 30px;
}

.button.button-bubble {
	border-radius: 10px;
	/* font-size: 15px; */
	/* font-weight: 700; */
	/* padding: 8px 30px; */
}

 .button.button-outline {
 	border-color: inherit;
 	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
 	-ms-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s;
 }

 .button.button-outline-color {
 	padding: 10px 28px;
	font-size: 18px;
 	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
 	-ms-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s;
 }
 .button.button-outline-color:hover {
 	color: #FFFFFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2984ff+0,044098+100 */
	 background: #2984ff; /* Old browsers */
	 background: -moz-linear-gradient(top, #2984ff 0%, #044098 100%); /* FF3.6-15 */
	 background: -webkit-linear-gradient(top, #2984ff 0%,#044098 100%); /* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(to bottom, #2984ff 0%,#044098 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }


 .button.button-gradient {
	color: #FFFFFF;
	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
 	-ms-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s;
 }

 .button.button-gradient:hover {
	opacity: 0.75;
 }


 .button.button-solid {
 	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
 	-ms-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s;
 }
 .button.button-solid:hover {
 	opacity: 0.75;
 }
 /* .button.button-solid-blue { */
 	/* color: #ffffff; */
 	/* border-color: #101040; */
 	/* background-color: #101040; */
 	/* -webkit-transition: all 0.3s; */
 	/* -moz-transition: all 0.3s; */
 	/* -ms-transition: all 0.3s; */
 	/* -o-transition: all 0.3s; */
 	/* transition: all 0.3s; */
 /* } */
 /* .button.button-solid-blue:hover { */
 	/* opacity: 0.75; */
 /* } */

 .button .theme-btn-icon {
		background-repeat: no-repeat;
	 	background-size: contain;
		height: 24px;
		width: 24px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 12px;
 }

 /* .button.btn-w-icon { */
	 /* padding: 14px 28px; */
 /* } */

 .button.button-outline-color.btn-w-icon,
 .button.button-outline.btn-w-icon {
	 padding: 11px 28px;
 }

 .button.btn-w-icon span {
    vertical-align: middle;
}

 @media all and (max-width: 640px){
 	.button {
 		white-space: normal;
 	}
 }

 /*--------------------------------------------------------------
 5.0 Panel
 --------------------------------------------------------------*/
 .panel-content {

 }
 .panel-content .wrap {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	margin: 0 auto;
 	max-width: 1400px;
 	padding: 20px 40px;
 	width: 100%;

 }
 .blur {
 	filter: blur(10px);
 	transform: translate3d(0,0,0); /* Force GPU */
 }

 .panel-lightbox {
 	position: fixed;
 	top: 0;
 	left: 0;
 	background-color: rgba(0,0,0,0.75);
 	width: 100%;
 	height: 100%;
 	display: none;
 	align-items: center;
 	justify-content: center;
 }
 .panel-lightbox.active {
 	display: flex;
 }
 .panel-lightbox .lightbox-content {
 	padding: 20px;
 }

 .panel-lightbox .wrap {
 	max-width: 1440px;
 	width: 100%;
 }

 .video-container {
 	padding-bottom: 56.25%;
 	height: 0;
 	overflow: hidden;
 	max-width: 100%;
 	position: relative;
 }

 .video-container iframe {
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 }

 .lightbox-controls {
 	text-align: right;
 	color: #FFF;
 }

 .lightbox-controls .dashicons {
 	font-size: 40px;
 	width: 1em;
 	height: 1em;
 	cursor: pointer;
 }

 .lightbox-controls .dashicons.dashicons-no-alt {
 	margin: 0 -0.25em 0;
 }

 /*
 	Sidebar Enabled
  */
 .panel-content.sidebar-enabled .wrap {
 	display: flex;
 	justify-content: space-between;
 }

 .panel-content.sidebar-enabled .column.column-body {
 	padding-right: 1vw;
 	max-width: 1080px;
 	width: 100%;
 }
 .panel-content.sidebar-enabled .column.column-sidebar {
 	max-width: 300px;
 	width: 100%;
 }

 .icon-podium1:before {
   content: "\e901";
   font-size: 3rem;
   color: white;
 }

 .google-calendar {
 	padding-bottom: 75%;
 	position: relative;
 }

 .google-calendar iframe {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 }

 .social-links .menu {
 	font-size: 32px;
 	margin: 0;
 	padding: 0;
 	list-style: none;
 	display: flex;
 }

 .social-links .menu .menu-item {
 	margin: 0 15px 15px 0;
 }

 /* Sharer Links */
 .button_links{
 }
 .button_links a {
 	display: inline-block;
 	vertical-align: top;
 }
 .button_links dl {
 	display: inline-block;
 	vertical-align: top;
 	position: relative;
 	margin: 0;
 }
 .button_links dt.share {
 	color: #10123F;
 	border: 1px solid #10123F;
 	border-radius: 36px;
 	letter-spacing: 0.06rem;
 	padding: 10px 22px;
 	font-size: 1rem;
 }
 .button_links dt.share span{
 	margin-left: 4px;
 }

 .button_links dd {
 	position: absolute;
 	left: 85px;
 	top: -75px;
 	padding: 0 10px;
 	background: #10123F;
 	display: none;
 	text-align: left;
 }
 .button_links dd div:first-child {
 	margin-top: 2px;
 }
 .button_links dd div{
 	border-bottom: 1px dotted #DFDFDF;
 	margin: 10px 0;
 	white-space: nowrap;
 }
 .button_links dd div span{
 	margin-right: 10px;
 }
 .button_links dd div:last-child {
 	margin-bottom: 2px;
 }
 .button_links dl dd a{
 	color: #FFF;
 	text-decoration: none;
 }
 .button_links dl:hover dd{
 	display: block;
 }
 .button_links dd.on {
 	display: block;
 }
 .button_links dd .sharer-link .fa {
 	margin: 0 10px 0 0;
 	width: 1em;
 }

 .button_links a.readmore {
 	color: #FFF;
 	background-color: #10123F;
 	border-radius: 36px;
 	letter-spacing: 0.06rem;
 	padding: 10px 22px;
 	font-size: 1rem;
 	margin: 0 25px 10px 0;
 }
 .button_links dt.share, .button_links a.readmore {
 	width: 150px;
 }
 body.single .button_links {
 	text-align: center;
 }


 #wp-custom-header-video-button{
	display: none;
 }

.calendarInfo {
	max-width: 972px;
	margin: auto;
	text-align: center;
}

.calendarInfo h2 {
	font-size: 26px;
	color: #52a2ec;
}

 @media all and (max-width: 960px){
 	.widget-bottom-banner-container.mobile-960 {
 		display: none;
 	}
 }

 @media all and (max-width: 640px){
 	.widget-bottom-banner-container.mobile-640 {
 		display: none;
 	}
 }

 @media all and (max-width: 320px){
 	.widget-bottom-banner-container.mobile-320 {
 		display: none;
 	}
 }

 /* Tweaks */


span#logo {
    display: block;
}
@media screen and (width:425px){
	  #ytvideo {
	width: 391px!important;
    height: 219.94px!important;
	     }
	#videosection{
	padding:17px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
}

@media screen and (width:375px){
	  #ytvideo {
	width: 343px!important;
    height: 192.94px!important;
	     }
	#videosection{
	padding:17px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
	}
@media screen and (width:320px){
	  #ytvideo {
	width: 328px!important;
    height: 184.5px!important;
	     }
	#videosection{
	padding:17px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
	}
#section2 h2{
 margin-top: 24px!important;
}
#wrapper {
    display: inline-block;
    margin-bottom: 15px;
}
#wrapper video:last-child {
    margin-left: 32px;
    clear: right;
}
#wrapper video {
    display: inline-block;
    width: calc(50% - 16px);
    float: left;
}


@media only screen and (max-width: 768px) {
    #wrapper video {
        width: 100%;
        float: unset;
    }
#wrapper video:last-child {
    margin-left: 0;
    }
#wrapper video:not(:last-child) {
    margin-left: 0;
    clear: right;
    }
}
@media only screen and (width: 768px) {
	#ytvideo {
	width: 670px!important;
    height: 350px!important;
	     }
	#videosection{
	padding:50px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
}
@media only screen and (width: 1920px) {
	#ytvideo {
	width: 900px!important;
    height: 450px!important;
	     }
		#videosection{
	padding:50px 530px !important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
}
@media only screen and (width:1280px) {
	#ytvideo {
	width: 880px!important;
    height: 450px!important;
	     }
		#videosection{
	padding:50px 200px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
}
@media only screen and (width:1024px) {
	#ytvideo {
	width: 870px!important;
    height: 450px!important;
	     }
		#videosection{
	padding:50px 80px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
}
@media only screen and (width:360px) {
	#ytvideo {
	width: 328px!important;
    height: 184.5px!important;
	     }
	#videosection{
	padding:17px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
}
@media only screen and (width:411px) {
	#ytvideo {
	width: 377px!important;
    height: 212.06px!important;
	     }
	#videosection{
	padding:17px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
}
@media only screen and (width:414px) {
	#ytvideo {
	width: 380px!important;
    height: 213.75px!important;
	     }
	#videosection{
	padding:17px!important;
	}
	#section2{
		padding-top:0px!important;
		margin-top: -30px!important;
	}
}


.page-container{
	display:flex!important;
}
#contact-container {
 margin-bottom: -50px!important;    
}


.page-container {
    display: flex!important;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
}
#header-logo{
	width: 25% !important;
	flex: 0 25%;
}
#top-right-container{
	width: 75% !important;
	flex: 0 75%;
}

#nav-container ul li{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
div#header-logo > a {
    display: block;
    width: 100%;
}
div#header-logo > a > #logo{
	width: 275px ;
}
#top-container{
	padding-right: 0 !important
}
@media screen and (min-width: 960px) and (max-width: 1279px){
div#header-logo > a > #logo {
    width: 202px;
	height: 93px;
}
}

@media only screen and (max-width: 1080px){
.page-container {
    width: 100%;
    margin: 0 auto;
}
	#menu-menu-home > li > a{
		font-size: 15px !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px){
	#top-right-container{
		flex-wrap: wrap;
	}
	#contact-container {
		width: 100% !important;
		flex: 0 100%;
		max-width: 100% !important;
		display: flex !important;
		flex-wrap: wrap !important;
		flex-direction: row !important;
		justify-content: flex-end;
	}
	#contact-container > a{
		flex: 0 40% !important;
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		height: 52px  !important;
	}
	#contact-container > a:last-child{
		margin-left: 20px !important;
	}
	#nav-container #menu-label {
    height: 60px!important;
    width: 60px!important;
}
}
@media only screen and (max-width: 800px) {
	#nav-container .menu-menu-home-container {
    z-index: 9999999 ;
}
}
@media only screen and (max-width: 800px) and (min-width: 768px){
	#nav-container .menu-menu-home-container {
    width: 100%;
    position: absolute !important;
    left: 0;
    top: 214px !important;
    z-index: 9999999;
}
}
@media only screen and (max-width: 580px){
	div#header-logo > a > #logo {
    width: 168px !important;
}
}