/*
Theme Name: Ultra Framework
Author: Artur Kostecki
Author URI: http://e-press24.com/
Description: This is united frameworks WordPress starter theme for speed up theme development. Ultra Framework put together power of two great "U": Underscores (_s) by Automattic and UIKit by YOOtheme.This theme is framework, base, starting point and has to help developers develop, so don’t use it as parent theme, instead try turning Ultra into your next amazing theme. If you aren't developer don't worry - Ultra with basic styling is also ready to go out of box. If you like it, just go for it! Enjoy! 
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultra-framework
Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, 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 TYPOGRAPHY
 2.0 ALIGNMENTS
 3.0 ACCESSIBILITY
 4.0 FORMS
 5.0 ELEMENTS
 6.0 COMMENTS
 7.0 NAVIGATION
 8.0 CONTENT
 9.0 WIDGETS
 10.0 CAPTIONS
 11.0 GALLERIES
 12.0 FOOTER
 13.0 HEADER
 14.0 MENU
 15.0 SHORTCODES
 ------------------------------------------------------------*/

/* 1.0 TYPOGRAPHY
 * ============================================================
 */
html {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height:1.6em;
	color: #6f6f6f;
	font-weight:300;
	letter-spacing: .5px;
	overflow-x:hidden;
}
body {
	/*overflow-x:hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
}

.uk-navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 16px;
	font-weight:bold;
	white-space: nowrap;
}
.uk-navbar-nav > li > .menu-link:hover {
	color:#b1dac0 !important;

	}

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

/* 3.0 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: 1000;
	/* Above WP toolbar. */
}

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

/* 4.0 FORMS
 * ============================================================
 */
input,
select,
textarea {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
	color: inherit;
}

select {
	text-transform: none;
	width: 100%;
}

optgroup {
	font: inherit;
	font-weight: bold;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled) {
	cursor: pointer;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input:not([type="radio"]):not([type="checkbox"]),
select {
	vertical-align: middle;
}

select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	height: 30px;
	max-width: 100%;
	padding: 4px 6px;
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #444444;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

select:focus,
textarea:focus,
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #99baca;
	outline: 0;
	background: #f5fbfe;
	color: #444444;
}

select:disabled,
textarea:disabled,
input:not([type]):disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled {
	border-color: #dddddd;
	background-color: #f5f5f5;
	color: #999999;
}

legend {
	width: 100%;
	border: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
}

/*
legend:after {
	content: "";
	display: block;
	border-bottom: 1px solid #dddddd;
	width: 100%;
}
*/
textarea,
select[multiple],
select[size] {
	height: auto;
}

label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.required {
	color: #009dd8;
}

/* 5.0 ELEMENTS
 * ============================================================
 */
em {
	color: #009dd8;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table thead th {
	vertical-align: bottom;
	text-align: left;
	padding: 8px 8px;
}

table td {
	vertical-align: top;
	padding: 8px 8px;
}

table tbody tr:hover {
	background: #eeeeee;
}

table tr {
	border-bottom: 1px solid #e5e5e5;
}

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

.search-field {
	width: 100%;
}

.search-submit {
	background-color: #009dd8;
	color: #fff;
	margin-top: .5em;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	vertical-align: middle;
	line-height: 28px;
	min-height: 30px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	background-origin: border-box;
	border: none;
	cursor: pointer;
}

.search-submit:focus,
.search-submit:hover {
	background-color: #00aff2;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

/* 6.0 COMMENTS
 * ============================================================
 */
.comment-list,
.comment-list ol {
	list-style-type: none;
}

.comment-meta {
	margin-bottom: 15px;
	padding: 10px;
	background: #fafafa;
}

.comment-body {
	margin-bottom: 1em;
}

.comment-author {
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 22px;
}

.avatar {
	margin-right: 15px;
	float: left;
}

.comment-metadata a {
	margin: 2px 0 0 0;
	font-size: 11px;
	line-height: 16px;
	color: #999;
}

.comment-content {
	padding-left: 10px;
	padding-right: 10px;
}

.comment-reply-link {
	background-color: #009dd8;
	color: #fff;
	margin: 0;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	vertical-align: middle;
	line-height: 28px;
	min-height: 30px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	background-origin: border-box;
}

.comment-reply-link:focus,
.comment-reply-link:hover {
	background-color: #00aff2;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

.comment-reply-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	color: #444;
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: none;
}

.submit {
	background-color: #009dd8;
	color: #fff;
	margin: 0;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	vertical-align: middle;
	line-height: 28px;
	min-height: 30px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	background-origin: border-box;
	border: none;
	cursor: pointer;
}

.submit:focus,
.submit:hover {
	background-color: #00aff2;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

.comment-awaiting-moderation {
	color: #009dd8;
	font-style: italic;
}

.comment-form-comment textarea {
	width: 100%;
}

.says {
	font-size: 80%;
	color: #999;
}

/* 7.0 NAVIGATION
 * ============================================================
 */
a {
	color:#1098DF;
}
a:hover{
	color: #18c757;
	text-decoration: none;
}
.uk-navbar-nav > li > a[href="#"] {
    cursor: pointer;
}

.comment-navigation,
.post-navigation,
.paging-navigation {
	padding: 2em 0;
	font-family: "Work Sans", sans-serif;
	text-align: left;
}

.comment-navigation a,
.post-navigation a,
.paging-navigation a {
	display: block;
	text-decoration: none;
	padding: 1em;
	border: 1px solid #ddd;
	text-transform: uppercase;
	font-size: 1.2em;
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:hover,
.paging-navigation a:focus {
	border-color: #009dd8;
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
	background: #009dd8;
	color: #fff;
}

.paging-navigation {
	margin-top: -2em;
	text-align: center;
}

.paging-navigation ul {
	display: inline-block;
	margin-top: 50px;
	padding: 0;
	list-style-type: none;
}

.paging-navigation li {
	display: inline-block;
	padding: .5em;
}

.paging-navigation li a {
	padding: .3em 1.4em;
}

.paging-navigation .current {
	padding: .8em 1.1em;
	font-weight: 700;
}

.nav-links {
	max-width: 45em;
	margin: 0 auto;
	padding: 0 .4em;
}

.nav-previous {
	padding-bottom: 1em;
}

.nav-previous a::before {
	font-family: 'FontAwesome';
	content: '\f104';
	padding-right: 10px;
}

.nav-next a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-left: 10px;
}

.more-link {
	display: block;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

/* 8.0 CONTENT
 * ============================================================
 */
 .no-slider{
 	position: relative;
   top: -20px;
   padding:20px;
 }
 #content{
	min-height: calc(100vh - 350px);
 }
 @media (min-width: 1220px) {
	 #content{
	 	max-width:75%;
	 }
}
.bypostauthor {
	display: block;
}

.sticky {
	display: block;
}

.sticky-post {
	color: #999;
	display: block;
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0.076923077em;
	text-transform: uppercase;
	font-style: italic;
}

.entry-title {
	word-wrap: break-word; /* Catch and wrap very long words on small screens */
}

.page-links a {
	display: inline-block;
	min-width: 16px;
	padding: 3px 5px;
	line-height: 20px;
	text-decoration: none;
	box-sizing: content-box;
	text-align: center;
	background: #f2f2f2;
	color: #666;
}

.post-password-form input[type="submit"] {
	background-color: #009dd8;
	color: #fff;
	margin-top: .5em;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	vertical-align: middle;
	line-height: 28px;
	min-height: 30px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	background-origin: border-box;
	border: none;
	cursor: pointer;
}

.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover {
	background-color: #00aff2;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

.no-comments {
	border-top: 1px solid #ddd;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.taxonomy-description {
	font-style: italic;
	text-transform: uppercase;
}

/* 9.0 WIDGETS
 * ============================================================
 */
 #bigcalendar1 table tbody tr:hover{
 	background: inherit;
 }
 #bigcalendar1{
 	width:100% !important;
 }
.widget ul,
.widget ol {
	padding: .7em 0 0;
	list-style-type: none;
}

.widget li ul,
.widget li ol {
	margin-left: .5em;
}

.widget-title {
	text-transform: uppercase;
}

/* RSS widget */
.widget_rss li {
	margin-bottom: 1em;
}

.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 1em;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #333;
	font-size: .8em;
}

.rssSummary {
	padding: .5em 0;
	font-family: "Work Sans", serif;
	font-size: .8em;
	line-height: 1.4em;
}

/* Archive and Categories widgets */
.widget_archive li {
	color: #999;
}

.widget_categories .children {
	padding-top: 0;
	padding-bottom: .5em;
}

.widget_categories li {
	color: #999;
}

/* Pages and Menu widgets */
.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding-top: 0;
}

.widget_pages a,
.widget_nav_menu a {
	display: block;
	padding: .8em 0;
	border-bottom: 1px solid #ddd;
}

.site-content .widget_pages li,
.site-content .widget_nav_menu li {
	padding: 0;
}

/* Meta widget */
.site-content .widget_meta li {
	padding: .3em 0;
}

/* Text widget */
.textwidget {
	font-size: .8em;
	line-height: 1.6em;
}

/* Calendar widget */
.calendar_wrap {
	width: auto;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	margin-bottom: 15px;
	text-align: center;
	line-height: 20px;
}

#wp-calendar th {
	padding: 2px;
}

#wp-calendar td {
	padding: 2px;
	text-align: center;
}

#today {
	background: #009dd8;
	color: #fff;
}

/* 10.0 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;
	font-family: "Work Sans", sans-serif;
	font-size: 90%;
	color: #999;
	font-style: italic;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-caption {
	margin: 0;
	display: block;
	font-family: "Work Sans", sans-serif;
	font-size: 85%;
	font-style: italic;
	border: none;
	padding: 0.5em;
}

.gallery-caption::before {
	content: "";
}

/* 11.0 GALLERIES
 * ============================================================
 */
.gallery {
	margin: 1.5em 0;
}

[class*="gallery-"] {
    box-sizing: border-box;
    
}  

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 1em;
    margin: 0;
    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%;
}

/* 12.0 FOOTER
 * ============================================================
 */
.site-footer {
	background-color: #252525;
	color: #ddd;
	padding: 30px 5% 60px 5%;
}

/* 13.0 HEADER
 * =============================================================
 */
 
 .site{
 	background:white; /*Make site background white to hide slider*/
 }
 
 .slider-container{
 	height:calc(100vh - 260px);
 }

.rev_slider_wrapper{
	z-index:-1; /*slider is behind everything*/
   /*	position: fixed !important;/*fix the slider during scroll*/
   	height: 100vh !important;/*make slider full screen*/
}
.forcefullwidth_wrapper_tp_banner{
    height:calc(100vh - 260px) !important;
}
.tp-fullwidth-forcer{
	position: absolute;
    z-index: -1000;
}
#info-container{
	overflow:hidden;
	background-color: rgba(0,0,0,0.4);
	height: 130px;
	
}

#TICKER{
	/*padding: 10px 0 10px 0;*/
	
	white-space: nowrap;
    display:inline;
    position:relative;

	
}
#TICKER span a{	
	font-weight:700;
	color:white;
}
#TICKERSPEED{
	height: 10px;
}

/* 14.0 MENU
 * =============================================================
 */
 .sticky-placeholder{
 	height:130px;
 }
 .sticky-container{
	height:130px;
}
 .main-navbar{
  	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	align-items:center;
 	background-color: #1b3525;
 	height: 130px;
 	padding: 0 5% 0 5%;
 }
.logo{
	/*flex-basis: 50%;*/
	height: 130px;
	display: flex;
	align-items:center;
	z-index:100;
}
.logo img{
	padding:5px;
	background-color: #1b3525;
	border-radius: 100%;
	max-width: calc(20px + 10vw);
}
.logo-text{
	display: flex;
	/*flex-basis: 50%;*/
}
.logo-text a{
	white-space: nowrap;
	color: white;
    font-size: calc(1em + 2vw);
    font-weight: normal;
    font-family: 'Anton', sans-serif;
    align-self: center;
    line-height: calc(1em + 2vw + 5px);
    padding-right:10px;
}

.menu-container{
	/*text-transform: uppercase;*/
}
.menu-links{
	display:flex;
}
.uk-navbar-nav{
	display:flex;
	flex-wrap: nowrap
}

@media (min-width: 1000px) {
.sticky-header .logo img{
	max-width: 100px;	
}
}
.sticky-header{
	position:fixed;
	height: 130px;
	top:0px;
	width:100%;
	z-index:1000;
}
/*
.main-navbar {
    z-index: 1000;
}*/
.full-width-inline-form{
	white-space:nowrap;
	
}
.full-width-inline-form input{
	width:calc(100% - 47px);
	
}
.full-width-inline-form button{
	width:47px;
	
}
.search-bar-1{
	width:100%;
	display:none;
	position:relative;
}

#menu-primary-search{
	float: right;
}
#menu-primary-search .menu-link{
	font-size:23px; 
}
#menu-footer{
	float:right; 
}
@media (max-width: 1534px) {
#menu-primary, #menu-footer, #menu-primary-search, .reservation-tab, .covid-tab{
	display:none !important;
}
}
@media (min-width: 1535px){
	.uk-navbar-flip{
	display:none !important;
	}
}

.menu-link{
	color:#243833;
	font-weight:bold;
}
.uk-nav-sub .menu-link {
	padding-left:10px;
}
.menu-tab{
	position:absolute;
	right:0;
	font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    padding: 15px;	
    border-radius: 0 0 40% 40%;
}
.reservation-tab{
	background: #46abe2;
    margin-right:5%;
    color: white;
}
.reservation-tab:hover{
	background: #18c757;
	color: white;
}
.covid-tab{
	padding: 10px;
	white-space: nowrap;
    border-radius: 10px;
    background: #8A1434;
	color: white;
}
.covid-tab:hover{
	background: #ff7f00;
	color: white;
}

/* 1.0 Shortcodes
 * ============================================================
 */
 .image-header{
 	overflow:hidden;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left:50%;
    text-align:center !important;
    color:white;
    text-transform: uppercase;    
    line-height:1em;
}
 .image-header p{   
    text-align:center !important;
}
 .image-header-small{ 	
    font-size:calc(18px + 3vw);;
    padding: .125em 0 .125em 0;
 }
 .image-header-normal{ 	
    font-size:calc(20px + 5vw);
    font-weight:bold;
    padding: .25em 0 .25em 0;
 }
 .image-header-large{ 	
    font-size:calc(30px + 7vw);
    font-weight:bold;
    padding: 7vh 0 5vh 0;
    top:-63px;
 }
 .flex-container{
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	
}
.flex-wrap{	
	 
}
@media (max-width: 600px) {
 .flex-wrap{
 justify-content:center;
	 flex-wrap:wrap;	
}
}
 .flex-wrap>div{
 	flex-grow: 1;
 	flex-basis:400px;
}
 .flex-container-vertical{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	max-height: 100vh;
	
}
.flex-container img{
	width:100% !important;
}
.flex-column{
	padding:20px;
	align-items:center;
}
.flex-container-left{
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	
}
.checklist{
	font-size: 1.1em;
	padding:10px;
}
.checklist-icon {
    cursor: pointer;
    font-weight: bolder;
    float: left;
    color: #18c757;
    font-size: 1.4em;
    padding-right: 5px;
}
.checklist-title{
	padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
}
.context-menu {
   /* padding-bottom: 10px;*/
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: auto;
    padding: 15px;
    font-size: 1.5em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #18c757;
    opacity: 0.9;
    z-index: 100;
    border-radius: 50% 50% 0px 0px;
}
.context-menu-arrow {
	display:none;
    width: 100%;
    color: white;
    position: relative;
    top: 5px;
}
.context-menu a {
	color:white;
	display:none;
    max-width: 25%;
    min-width: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
}
.context-menu a:hover{
	color:black;
}
.context-menu:not(:hover) .context-menu-arrow{
    display:inherit;
}
.context-menu:hover a{
    display:inherit;
}
.info-image{
	flex:1;
	flex-basis: 400px;
	align-items:stretch;
	/*border-radius:20px;*/
	border:solid;
	border-width: 1px;
	border-color: rgba(50,50,50,.1);
	/*background: #effcef;*/
    /*background: #b1dac0;*/
    /* background: #f0f9f3; */
     
    box-shadow: 5px 5px 2px rgba(50,50,50,.2);
}
@media (min-width: 767px) {
	.info-image-content {
		width:45%;
	}
}
.info-image-content {
	padding: 2% 4% 2% 4%;
}
.info-image-vertical-content {
	flex: 1;
	flex-basis:50%;
	padding: 0 2.5% 0 2.5%;
	color:white !important;
}
.info-image-content *, .info-image-vertical-content *{
	color:black;
	opacity:0.87;

}
.info-image-image{
	width:50%;
}
.info-image-vertical-image{
	flex: 1;
	flex-basis:50%;
}
:target:before {
content:"";
display:block;
height:130px; /* fixed header height*/
margin:-130px 0 0; /* negative fixed header height */
}
.toggle{
	margin:15px;
}
.toggle .uk-accordion-title {
	background: #1098DF;
    text-align: center;
    color: black;
    opacity: 0.87;
    font-size: 1.25em;
    /* text-transform: uppercase; */
    padding: 10px;
    color:white;
    opacity:1;
    margin-bottom: 0px;
}
.toggle .uk-accordion-title:hover{
	/*background: #1b3525;*/
    /*background: #b1dac0;*/
    background: #18c757;
    /* background: #f0f9f3; */
}
.toggle .uk-accordion-content{
	padding:0px;
}
/*.toggle {
	border:solid;
	border-width:2px;
	border-radius: 6px 6px 6px 6px;
	border-color: #dff3e6;
}*/
.toggle-arrow{
	text-align:center;
}
hr{	
	opacity:.4;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(24, 199, 87, 0), rgba(27, 53, 37, 0.75), rgba(24, 199, 87, .75), rgba(27, 53, 37, 0.75), rgba(24, 199, 87, 0));
}
.icon-box {
	text-align: center;
  
    margin: 20px 1.5%;   
    padding: 20px;
  
    flex-grow:1;
    box-shadow: 5px 5px 2px rgba(50,50,50,.2);
    border-style: solid;
    border-color: rgba(50,50,50,.2);
    border-width: 1px;
    border-radius: 6px;
}

.icon-box-icon{
	font-size:1.5em;
	bottom-margin:0px;
	margin:auto;
	/*background-color: #1098DF !important;*/
    width: 100px;
    height: 100px;
  
    color: #1098DF;
    display:flex;
    align-items: center;
    justify-content: center;
}



.icon-box:hover .icon-box-icon{
	font-size:1.75em;
	/*background: #18c757 !important;*/
}
.icon-box:hover p, .icon-box:hover .icon-box-icon{
	color:#18c757;
}
.uk-tab > li, .uk-tab > li > a{
	background: #effcef;
    /*background: #b1dac0;*/
    /* background: #f0f9f3; */
}
.uk-tab > li:hover, .uk-tab > li > a:hover{
	background: #effcef;
    /*background: #b1dac0;*/
    /* background: #f0f9f3; */
}

.star-grid{
	width:100%;
}

/*social button Tweaks*/
li.share-twitter a:before{
	    content: '\f099' !important;
    	font-family: FontAwesome !important;
}
li.share-facebook a:before{
	    content: '\f230' !important;
    	font-family: FontAwesome !important;
}
li.share-google-plus-1 a:before{
	    content: '\f1a0' !important;
    	font-family: FontAwesome !important;
}
iframe{
	 box-shadow: 5px 5px 2px rgba(50,50,50,.2);
}
/*tweaks*/
.wp-caption{
	display:none; 
}