/*

Theme Name: River City Engineering

Theme URI: https://rivercityeng.com/

Description: A theme for the River City Engineering website

Author: Ginny Weaver Design

Author URI: http://www.ginnyweaver.com/

Template: twentysixteen

Version: 1.0

*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; 
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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 {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input:focus::-webkit-input-placeholder {
	color : transparent;
}
input:focus::-moz-placeholder {
	color : transparent;
}
input:-moz-placeholder {
	color : transparent;
}
input:focus::-webkit-input-placeholder {
	opacity : 0;
}
input:focus::-moz-placeholder {
	opacity : 0;
}
input:-moz-placeholder {
	opacity : 0;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #757575;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

h1,
h2,
h3,
h5,
h6 {
	clear: both;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #1D1D1D;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h4 {
	font-weight: 600;
	color: #1D1D1D;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

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: #ffffff;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #939393 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

:-moz-placeholder {
	color: #939393 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

::-moz-placeholder {
	color: #939393 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	
	
	
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	font-size: 16px !important;
	background: #F7F7F7 !important;
	border: 2px solid #EDECEC !important;
	border-radius: 0 !important;
	color: #757575 !important;
	padding: 15px !important;
	box-shadow: none  !important;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff !important;
	border-color: #CCCCCC !important;
	color: #757575 !important;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #55ba47;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #716147;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */



.main-navigation {
	font-family: 'Poppins', sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 0;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	text-transform: none;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-footer .main-navigation a {
	font-size: 15px;
	white-space: normal;
}

.projects-menu a {
	letter-spacing: 1.5px;
}

.site-footer .main-navigation a:hover,
.site-footer .main-navigation a:focus {
	opacity: 0.7;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	
}

.main-navigation .primary-menu {
	
}

.main-navigation .menu-item-has-children > a {
	
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 58px;
}

.dropdown-toggle:after {
	border: 0 solid #000;
	content: "\f431";
	font-size: 28px;
	left: 15px;
	position: relative;
	width: 58px;
	line-height: 48px !important;
	text-align: left !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #000;
}

.dropdown-toggle:focus {
	outline: none;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.social-navigation a:before {
	font-family: "Font Awesome 5 Brands"; 
	font-weight: 400;
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin: 5px 0 0 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 15px 0.4375em 0;
}

.social-navigation li:last-of-type {
	margin-right: 0;
}

.social-navigation a {
	border: none;
	color: #ffffff;
	display: block;
	height: 34px;
	position: relative;
	width: 30px;
}

.social-navigation a:hover {
	color: #55ba47;
}

.social-navigation a:before {
	content: "\f415";
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	font-size: 18px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.site-footer .social-navigation a:hover:before,
.site-footer .social-navigation a:focus:before {
	color: #55ba47;
	opacity: 1;
	text-decoration: none;
}

.social-navigation a[href*="amazon.com"]:before {
	content: "\f270";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f1a6";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f09a";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f16e";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f180";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f0d2";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.social-navigation a[href*="snapchat.com"]:before {
	content: "\f2ab";
}

.social-navigation a[href*="tiktok.com"]:before {
	content: "\e07b";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f173";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f099";
}

.social-navigation a[href*="untappd.com"]:before {
	content: "\f405";
	font-size: 20px;
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f40a";
}

.social-navigation a[href*="vine.co"]:before {
	content: "\f1ca";
}

.social-navigation a[href*="yelp.com"]:before {
	content: "\f1e9";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f167";
}

.social-navigation a[href^="mailto:"]:before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f0e0";
}

.social-navigation a[href$="/feed/"]:before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f09e";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: 'Poppins', sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */



.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

.tagcloud ul li {
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #ffffff;
	position: relative;
}

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.site-content {
	word-wrap: break-word;
	background-color: transparent;
	padding-top: 63px;
}


/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-header-menu {
	padding: 40px 4% 20px 4%;
	background-color: #55ba47;
	height: auto;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.site-header-menu {
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	left: 0;
}

	.site-header-menu {
		
		
	}
	
	.main-navigation ul ul {
		display: block;
		margin-left: 0.875em;
	}

	.no-js .main-navigation ul ul {
		display: block;
	}

	.main-navigation ul .toggled-on {
		display: block;
	}
	
	.main-navigation ul .dropdown-toggle.toggled-on {
		display: block;
	}

.hamburger {
 font:inherit;
 display:inline-block;
 overflow:visible;
 margin:0;
 padding:15px;
 cursor:pointer;
 transition-timing-function:linear;
 transition-duration:.15s;
 transition-property:opacity,filter;
 text-transform:none;
 color:inherit;
 border:0;
 background-color:transparent
}
.hamburger.toggled-on:hover,
.hamburger:hover {
 opacity: 1;
}
.hamburger.toggled-on .hamburger-inner,
.hamburger.toggled-on .hamburger-inner:after,
.hamburger.toggled-on .hamburger-inner:before {
 background-color:#1D1D1D;
}
.hamburger-box {
 position:relative;
 display:inline-block;
 width:26px;
 height:18px
}
.hamburger-inner {
 top:50%;
 display:block;
 margin-top:-2px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
 position:absolute;
 width:26px;
 height:3px;
 transition-timing-function:ease;
 transition-duration:.15s;
 transition-property:transform;
 border-radius:0;
 background-color:#1D1D1D;
}
.hamburger-inner:after,
.hamburger-inner:before {
 display:block;
 content:""
}
.hamburger-inner:before {
 top:-7px
}
.hamburger-inner:after {
 bottom:-7px
}

.hamburger--squeeze .hamburger-inner {
 transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-duration:75ms
}
.hamburger--squeeze .hamburger-inner:before {
 transition:top 75ms ease .12s,opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
 transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}
.hamburger--squeeze.toggled-on .hamburger-inner {
 transition-delay:.12s;
 transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transform:rotate(45deg)
}
.hamburger--squeeze.toggled-on .hamburger-inner:before {
 top:0;
 transition:top 75ms ease,opacity 75ms ease .12s;
 opacity:0
}
.hamburger--squeeze.toggled-on .hamburger-inner:after {
 bottom:0;
 transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
 transform:rotate(-90deg)
}

.menu-toggle {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	right: 20px;
	z-index: 10;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	
}

.menu-toggle:focus {
	outline: none;
}

.menu-toggle.toggled-on:focus {
	outline: none;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	
}

.single-post .entry-content {
	max-width: calc(500px + 9%);
}

.blog-header {
	padding: 40px 4.5455% 0 4.5455%;
	margin: 0 auto;
	max-width: calc(500px + 9%);
}

.entry-header {
	padding: 60px 4.5455% 0 4.5455%;
}

.entry-content {
	min-height: 300px;
	padding: 0 4.5455% 80px 4.5455%;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 36px;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2,
.post-template-default h2 {
	font-size: 28px;
	line-height: 1.2173913043;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3,
.post-template-default h3 {
	font-size: 24px;
	color: #000000;
	line-height: 1.1052631579;
	margin-top: 15px;
	margin-bottom: 15px;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4,
.post-template-default h4 {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	line-height: 1.1052631579;
	margin-top: 15px;
	margin-bottom: 15px;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.comment-content h5,
.comment-content h6,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h5,
.textwidget h6 {
	font-weight: 500;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	padding-bottom: 30px;
	border-bottom: 1px solid #55ba47;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	
}

.page-header .page-title {
	color: #55ba47;
	font-size: 36px;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 60px;
	padding-bottom: 25px;
	margin-left: 4.5455%;
	margin-right: 4.5455%;
}

body.error404 .page-content {
	margin-left: 4.5455%;
	margin-right: 4.5455%;
	padding-bottom: 60px;
}

.page-title {
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: 'Poppins', sans-serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0;
}


/**
 * 11.6 - Footer
 */

	
.site-footer {
	font-size: 15px;
	color: #bfbfbf;
	background-color: #212529;
	background-size: cover;
	background-position: center bottom;
}

.site-footer a {
	color: #f8f9fa;
}

.site-footer a:hover {
	color: #55ba47;
}

.site-footer .social-navigation a {
	color: #ffffff;
}

.site-footer .social-navigation a:hover, .site-footer .social-navigation a:active, .site-footer .social-navigation a:focus {
	color: #55ba47 !important;
}

.site-footer a.credit-link {
	color: #bfbfbf;
}

.site-footer p {
	font-size: 15px;
}

.site-footer h3, .elementor-template-full-width .site-footer h3 {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.site-footer .menu-social-media-container {
	margin-left: -7px;
}

.cafe-sidebar h4 {
	margin-bottom: 10px;
}
	
.site-footer .main-navigation li > a {
	text-transform: none;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0;
	padding: 8px 0;
}

.footer-contact {
	padding: 7px 0;
	line-height: 1.3125;
}

.site-footer .main-navigation li > a:hover {
	color: #efefef;
}

.site-footer .footer-widget {
	margin-bottom: 30px;
}

.site-footer .footer-widget.footer-logo {
	margin-bottom: 40px;
}

.site-footer .main-navigation .primary-menu > li {
	float: none;
	display: block;
}

.footer-wrapper {
	padding: 60px 20px 40px 20px;
}

.site-info {
	text-align: center;
	background-color: #55ba47;
	padding: 10px 4.5455%;
}

.site-footer .site-info {
	color: #efefef;
}

.site-footer .site-info a {
	color: #efefef;
}

.footer-navigation {
	display: none;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Poppins, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
	font-family: Poppins, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.elementor-widget-image .widget-image-caption

.wp-caption .wp-caption-text, .elementor-widget-image .widget-image-caption.wp-caption-text {
	color: #727272;
	font-size: 14px;
	font-style: normal;
	line-height: 1.3;
	padding-top: 15px;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/** start caroursel code */

/**
 * HOMEPAGE SLIDESHOW
 */

.carousel {
	position: relative;
	width: 100%;
	height: 550px;
	background-color: #444444;
}

.carousel-inner {
	height: 550px;
}

.carousel .carousel-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 550px;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	align-items: center;
	padding: 0;
	overflow: hidden;
}

.page-template-template-homepage .carousel-inner .slide-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
}

.page-template-template-homepage #carouselPro .carousel-inner .slide-overlay {
	justify-content: flex-start;
	align-items: flex-end;
}

#carouselPro .slide-content {
	margin-top: 0;
	padding: 30px 30px;
	width: auto;
	display: inline-block;
}

#carouselPro .slide-content p {
	font-style: italic; 
	color: #FFFFFF; 
	margin-bottom: 0; 
	padding: 15px 20px; 
	background-color: #55ba47;
}

.page-template-template-homepage .site-inner > .slide-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: 20;
    background: rgba(0, 0, 0, 0);
}

.carousel-item video {
	object-fit: cover;
  	width: 100vw;
  	height: 100vh;
  	position: absolute;
  	top: 0;
  	left: 0;
}

.carousel.carousel-fade .carousel-item {
	-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;
	opacity: 0;
	background-position: center center;
	background-size: cover;
}

.carousel.carousel-fade .active.carousel-item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

#carouselQuotes.carousel {
	background-color: transparent;
	height: 300px;
}

#carouselQuotes.carousel.carousel-inner, #carouselQuotes.carousel .carousel-item {
	height: 100%;
	min-height: 100%;
}

#carouselQuotes.carousel .carousel-inner {
	max-width: 1000px;
	margin: 0 auto;
}

#carouselQuotes.carousel .slide-content {
	color: #333333;
	margin-top: 0;
	text-align: center;
}

body #carouselQuotes h3, .page-template-template-testimonials .entry-content .testimonial-block h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}

.page-template-template-testimonials .entry-content .testimonial-block h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#carouselPro.carousel {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
}



#carouselPro.carousel .carousel-control-next-icon {
	background-image: url("images/button-next.png");
	width: 30px;
	height: 30px;
}

#carouselPro.carousel .carousel-control-prev-icon {
	background-image: url("images/button-prev.png");
	width: 30px;
	height: 30px;
}

.slide-content {
	width: 100%;
	color: #FFF;
	padding: 20px 4.5455% 20px 4.5455%;
}

.page-template-template-homepage .carousel-control-next, .page-template-template-homepage .carousel-control-prev {
	z-index: 10;
	width: 7%;
	min-width: 40px;
	max-width: 70px;
}

.page-template-template-homepage .carousel-control-next.hide-arrows, .page-template-template-homepage .carousel-control-prev.hide-arrows {
	display: none;
}

.page-template-template-homepage .carousel-control-next {
	justify-content: flex-start;
}

.page-template-template-homepage .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	margin-right: 0;
}

.page-template-template-homepage .carousel-control-prev {
	justify-content: flex-end;
}

.page-template-template-homepage .carousel-control-prev-icon {
	 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
	 width: 30px;
	 height: 30px;
	 margin-left: 0;
}

.carousel-control-prev-icon {
   
}



.page-template-template-homepage .carousel-inner .slide-overlay.slide-left {
	justify-content: flex-start;
	text-align: left;
}

.page-template-template-homepage .carousel-inner .slide-overlay.slide-center {
	justify-content: center;
	text-align: center;
}

.page-template-template-homepage .carousel-inner .slide-overlay.slide-right {
	justify-content: flex-end;
	text-align: right;
}

.page-template-template-homepage .carousel-indicators {
    z-index: 100;
}

.page-template-template-homepage .carousel-indicators.hide-circles {
	display: none;	
}

.page-template-template-homepage .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
	border-radius: 8px;
	border-top: none;
	border-bottom: none;
    margin-right: 9px;
    margin-left: 9px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}

.page-template-template-homepage .carousel-indicators li.active, .page-template-template-homepage .carousel-indicators li:hover {
    background-color: rgba(255,255,255,1.0);
}



/** end caroursel code */


/**
 * ACCORDION CODE
 * -----------------------------------------------------------------------------
 */

button.accordion {
    position: relative;
	background-color: #ffffff;
    cursor: pointer;
    width: 100%;
	font-weight: 400;
	text-transform: none;
    text-align: left;
	letter-spacing: 1px;
    outline: none;
    font-size: 36px;
	line-height: 36px;
    transition: 0.4s;
	border-radius: 0;
	border: none;
	padding: 30px 30px;
	color: #3aa8ff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.2s ease;
}

.multi-columns.three-values {
	padding: 0 4.5455% ;
}

.accordion-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 35px;
	right: 30px;
}

.accordion-icon:before, .accordion-icon:after {
	content: "";
	position: absolute;
}

.accordion-icon:before {
	left: 50%;
	width: 1px;
	margin-left: 0;
	height: 100%;
	border-left: 1px solid #424242;
}


.accordion-icon:after {
	top: 50%;
	height: 1px;
	border-top: 1px solid #424242;
	margin-top: 0;
	width: 100%;
}

button.accordion.active .accordion-icon:before {
	border-left: none;
}

.accordion-content {
	
}

.accordion-divider {
	background-color: #ffffff;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #424242;
}

div.accordion-wrapper {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-height: 0;
    overflow: hidden;
	opacity: 0;
	border: 0;
	-webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: max-height 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: max-height 0.3s ease-out, opacity 0.3s ease-in;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-in;
}

.accordion-text, .accordion-photo {
	padding-bottom: 40px;
}

.accordion-photo img {
	width: 100%;
	height: auto;
}

.multi-columns .accordion-text p {
    padding: 0;
    font-size: 20px;
	line-height: 30px;
}

.multi-columns .accordion-text p:last-of-type {
	margin-bottom: 0;
}

/** end Accordion code */


/**
 * MODAL WINDOW CODE
 */


 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #FFFFFF; /* Fallback color */
  background-color: rgba(255,255,255,0.9); /* Green w/ opacity */
	background-color: #55ba47;
}

/* Modal Content/Box */
.modal-content {
  color: #FFFFFF;
  background-color: #55ba47;
  margin: 0 auto;
padding: 40px 20px 48px 20px;
border: none;
border-radius: 0;
  width: 100%; /* Could be more or less, depending on screen size */
	height: 100%;
  box-shadow: none;
  z-index: 100;
  position: relative;
  animation-name: animatetop;
  animation-duration: 0.3s
}

.home .modal-content {
	width: 90%;
}

/* Add Animation */
@keyframes animatetop {
  from {opacity: 0}
  to {opacity: 1}
}

/* The Close Button */
.close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: white;
  float: right;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  border: none;
  text-shadow: 0;
	opacity: 1;
  z-index: 100;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  border: none;
}


/**
 * WOOCOMMERCE CODE
 */

.product-template-default #content .twentysixteen div.product div.images {
  display: none;
}

.product-template-default #content .twentysixteen div.product div.summary {
  width: 100%;
}

.woocommerce .entry-summary h1 {
	margin-bottom: 20px;
	line-height: 1.1;
}

body.woocommerce div.product#product-69 .entry-summary > p.price {
	display: none;
}

body.woocommerce-page .col2-set .col-2 {
	margin-top: 40px;
}

body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt,
body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt {
	background-color: #55ba47;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover,
body.woocommerce #respond input#submit.alt:hover, 
body.woocommerce a.button.alt:hover, 
body.woocommerce button.button.alt:hover, 
body.woocommerce input.button.alt:hover {
	background-color: #716147;
}

body.woocommerce button.button {
	padding: 12px 1em;
}

body.woocommerce div.product p.price, body.woocommerce div.product span.price {
  color: #55ba47;
}

body div.product-addon-totals {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

body div.product-addon-totals .wc-pao-subtotal-line {
  border-top: 1px solid #efefef;
}
body.product-template-default .entry-summary {
  border-bottom: none;
}


/** start sticky header code */
	
.site-inner {
	padding-top: 0;
}
	
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}

.header-logo {
	position: absolute;
	top: 12px;
	left: 3%;
	width: 100px;
	z-index: 250;
}

.top-nav {
	padding: 4px 3%;
	background-color: #212529;
	height: 38px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.top-nav a {
	color: #ffffff;
}

/** end sticky header code */


/* new css multiple selection */
.ms-drop ul {
	padding:0 !important;
	margin:0 !important;
	max-height:150px !important;
}
.ms-drop ul > li {
	padding:0 !important;
	margin:0 !important;
	display:block;
	width:100%;
}
.ms-drop ul > li:not(:last-child) {
	border-bottom:1px solid #e0e0e0;
}
.ms-drop ul > li label {
	position:relative;
	width:100% !important;
}
.ms-drop ul > li label input[type="checkbox"] {
	width:0;
	height:0;
	position:absolute;
	opacity:0;
	visibility:hidden;
}
.ms-drop ul > li label span {
	display:block;
	padding:5px 20px 5px 10px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor:pointer;
	position:relative;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	margin:0 !important;
}
.ms-drop ul > li label span:after {
	content:"+";
	position:absolute;
	right:8px;
}
.ms-drop ul > li label input[type="checkbox"]:checked + span {
	background-color:#0e9159;
	color:#fff;
}
.ms-drop ul > li label input[type="checkbox"]:checked + span:after {
	content:"-";
}
.multipal-select {}

/* end new css multiple selection */


/**
 * CUSTOM CODE
 */

.team-block {
	background-color: #fff;
	border: 2px solid #EDECEC;
	padding: 20px;
	margin-bottom: 20px;
}

a.team-read-more {
	font-size: 14px;
	font-weight: 500;
}

.team-links {
	margin-top: 20px;
	margin-bottom: 10px;
}

.single-team-member .team-links {
	margin-top: 5px;
	margin-bottom: 0;
}

.team-links a {
  	font-size: 20px;
  	padding: 10px;
	margin-right: 5px;
	
	color: #55ba47;
	background-color: #EAF7E9;
	display: inline-block;
	line-height: 1;
  	text-align: center;
  	transition: all .3s;
}

.team-links a:hover {
	color: #fff;
	background-color: #55ba47;
}

.team-links a svg {
	fill: #55ba47;
	display: block;
  	height: 1em;
  	position: relative;
  	width: 1em;
}

.team-links a:hover svg {
	fill: #fff;
}

.team-block .team-thumbnail {
	margin-bottom: 20px;
}

.team-block h3.team-name {
	margin-top: 0;
	margin-bottom: 7px;
}
	
.team-block h3.team-name a {
	color: #1D1D1D;
}
	
p.team-title {
	font-size: 14px;
	line-height: 1.4;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

h1.elementor-heading-title {
	line-height: 1.2;
}

.elementor-widget-text-editor h2 {
	padding-top: 10px;
}

.page-template-default .post-thumbnail, .page-template-page-fullwidth .post-thumbnail {
	display: none;
}

.page-template-default .hentry, .page-template-page-fullwidth .hentry {
	margin: 0 auto;
	max-width: 1000px;
}

h1.elementor-heading-title, h2.elementor-heading-title, h3.elementor-heading-title, h4.elementor-heading-title, h5.elementor-heading-title, h6.elementor-heading-title {
	margin: 0;
}

h3 {
	margin-bottom: 25px;
}

.elementor-post__excerpt p:after {
 content: " ...";
}

.service-menu h3.elementor-heading-title {
	font-size: 15px;
}

.service-menu a.elementor-element {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.service-menu .elementor-widget-text-editor {
	display: none;
}

.service-menu .elementor-widget-icon > .elementor-widget-container, .service-menu .elementor-widget-heading > .elementor-widget-container {
	display: flex !important;
	align-items: center;
}

.service-menu .elementor-widget-icon {
	width: 60px !important;
	max-width: 60px !important;
}

.service-menu .elementor-widget-heading {
	width: calc(100% - 80px) !important;
	max-width: calc(100% - 80px) !important;
}

.home-services p {
	margin-bottom: 0;
}

.photo-fit img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
 }

.rce-btn.elementor-widget-button a.elementor-button, .rce-btn.elementor-widget-button a.elementor-button:active, .rce-btn.elementor-widget-button a.elementor-button:focus {
	background-color: #fff !important;
	border-radius: 40px;
	border: 1px solid #cccccc !important;
	color: #757575 !important;
}

.rce-btn.elementor-widget-button a.elementor-button:hover {
	background-color: #55BA47 !important;
	border: 1px solid #55BA47 !important;
	color: #fff !important;
}

.rce-btn.elementor-widget-button .elementor-button-text {
	line-height: 20px;
}

.rce-btn.elementor-widget-button a.elementor-button .elementor-button-icon svg, .rce-btn.elementor-widget-button a.elementor-button:focus .elementor-button-icon svg, .rce-btn.elementor-widget-button a.elementor-button:active .elementor-button-icon svg {
	fill: #55BA47 !important;
	width: 20px;
	height: 20px;
}

.rce-btn.elementor-widget-button a.elementor-button:hover .elementor-button-icon svg {
	fill: #fff !important;
}

.elementor-widget-heading h4.elementor-heading-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.clients-wrapper img {
	width: auto;
	max-height: 100px;
}

.elementor-widget.elementor-list-item-link-full_width .elementor-icon-list-text a {
  width: auto;
	display: inline-block;
}

.elementor-widget-text-editor a {
	text-decoration: underline !important;
}

.single-post h2 b {
	font-weight: 400;
}

.page-template-template-featuredgallery .content-area {
	padding: 60px 20px;
}

.gallery-content {
	max-width: 1140px;
	margin: 0 auto;
}

h3.subhead-caps {
	color: #55ba47;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
	font-size: 15px;
  text-transform: uppercase;
	margin-bottom: 10px;
}

.page-template-template-featuredgallery .gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content-img {
	width: 30%;
}

.invoice-page {
	margin-top: -40px;
}

.invoice-page table {
	border: none;
}

.invoice-page td {
	border: none;
	padding-left: 0;
	padding-right: 0;
}


.blog article, .category-blog article {
	background-color: #ffffff;
}

.blog article, .category-blog article, .blog-sidebar article {
	border: 2px solid #F0F1F3;
}

.blog .elementor-posts .elementor-post__text, .category-blog .elementor-posts .elementor-post__text, .blog-sidebar .elementor-posts .elementor-post__text {
	padding: 20px 20px 20px 20px;
}

.elementor .elementor-element.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 0 !important;
}

.blog .elementor-posts .elementor-post__title {
	font-size: 20px;
	line-height: 1.2;
}

.blog-sidebar .elementor-posts .elementor-post__title {
	margin-bottom: 5px;
}

.blog .elementor-post__title a:hover {
	text-decoration: underline !important;
}

.site-main .post-thumbnail {
	margin-bottom: 40px;
}

.elementor-widget-heading h1.elementor-heading-title.elementor-size-xl, .elementor-widget-heading h1.elementor-heading-title.elementor-size-large, .elementor-widget-heading h1.elementor-heading-title.elementor-size-default, .elementor-widget-heading h2.elementor-heading-title.elementor-size-xl {
	font-family: "Poppins", sans-serif !important;
	font-weight: 600 !important;
}

h1, .elementor-widget-heading h1.elementor-heading-title.elementor-size-xl, .elementor-widget-heading h1.elementor-heading-title.elementor-size-large, .elementor-widget-heading h1.elementor-heading-title.elementor-size-default, .elementor-widget-heading h2.elementor-heading-title.elementor-size-xl, .elementor-widget-heading.h2-large h2 {
	font-size: 36px;
}

.elementor-widget-heading h3.elementor-heading-title.elementor-size-medium {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.contact-sidebar .gform-theme--foundation .gfield.gfield--width-half {
  grid-column: 1/-1;
  min-inline-size: 0;
}

body .gform-theme--foundation .gform-field-label:where(:not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(.ginput_quantity_label)) {
	display: inline-block;
}

span.gfield_required {
	margin-left: 2px;
}

.gform_page_footer input.gform_previous_button.gform-theme-button {
	color: #ffffff !important;
}

.hide-instruction .gfield_description.instruction {
	display: none;
}

.gfield select {
	height: 50px;
}

.elementor h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.single-post .elementor h3 {
	font-family: "Poppins", sans-serif;
  	font-weight: 400;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label, .gform_wrapper .gsection_description {
	font-size: 16px;
}

.form-subhead {
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #caccd0;
}

.form-subhead p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

body .gform-theme--framework .gf_progressbar .percentbar_blue {
  background-color: #55ba47;
}

.main-navigation.top-navigation .primary-menu > li {
	float: left;
}

.footer-icon {
	margin-top: 25px;
	margin-bottom: 15px;
}

.entry-content .gform_wrapper h3, .elementor .gform_wrapper h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.entry-content .gform_wrapper h3:first-child, .elementor .gform_wrapper h3:first-child {
	margin-top: 40px;
	margin-bottom: 10px;
}

.gchoice label {
	font-size: 16px;
}

fieldset#field_1_11 {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset#field_1_11 > legend {
	display: none;
}

.gform-theme--framework .gfield--type-multiselect > label.gform-field-label {
	display: none;
}

.gform-theme--foundation .gform_fields input[type="text"], .gform-theme--foundation .gform_fields input[type="email"], .gform-theme--foundation .gform_fields input[type="tel"] {
	width: 100%;
}

.gform_heading {
	display: none;
}

#gform_1 .gfield {
	margin-top: -20px;
}

#gform_1 .gfield--type-email label, #gform_1 .gfield--type-text label, #gform_1 .gfield--type-phone label {
	display: none !important;
}

.gfield input[type="text"], .gfield input[type="email"], .gfield input[type="tel"] {
	height: 50px;
}

a.service-block {
	cursor: pointer;
}

a.service-block:hover h3.elementor-heading-title, a.service-block:hover h4.elementor-heading-title, a.service-block:hover .elementor-element, a.service-block:hover .elementor-element p {
	color: #FFF !important;
}

a.service-block:hover img {
	opacity: 0;
}

a.service-block h4.elementor-heading-title, .service-block h4.elementor-heading-title, .arrow-link h4.elementor-heading-title {
	padding-right: 18px;
	background-image: url("images/icon-arrow-green.png");
	background-position: right 2px;
	background-size: 12px 12px;
	background-repeat: no-repeat;
}

.arrow-link h4.elementor-heading-title {
	display: inline-block;
}

a.service-block:hover h4.elementor-heading-title {
	background-image: url("images/icon-arrow-white.png");
}

a.service-block .elementor-element p {
	margin-bottom: 0 !important;
}

.main-navigation.top-navigation li {
	background-position: left 6px;
	background-size: 18px 18px;
  	background-repeat: no-repeat;
	margin-left: 30px;
}

li.top-phone  {
  background-image: url("images/icon-phone-green.png");
}

li.top-invoice {
  background-image: url("images/icon-pay-green.png");
}

li.top-hiring {
  background-image: url("images/icon-star-green.png");
}

.main-navigation.top-navigation a {
	padding: 0 20px 0 30px;
	line-height: 30px;
	text-decoration: none;
}

.main-navigation.top-navigation a:hover {
	color: #55ba47;
}

.elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor h1, .entry-content h1, .entry-content h2, .entry-content h5, .entry-content h6, .elementor-template-full-width h1, .elementor-template-full-width h2, .elementor-template-full-width h5, .elementor-template-full-width h6, .entry-summary h1, .entry-summary h2, .entry-summary h5, .entry-summary h6, .comment-content h1, .comment-content h2, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h5, .textwidget h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.entry-title {
	font-size: 39px;
	line-height: 1.2;
	margin-bottom: 40px;
	font-weight: 600;
	color: #000000;
}

h2 {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 25px;
	font-weight: 500;
}

.home h2 {
	font-size: 42px;
}

h3, h3.elementor-heading-title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
}

body.no-sidebar .twentysixteen .site-main {
  margin-right: 0;
  margin-left: 0;
}

a.anchor-link {
  visibility: hidden;
  width: 0;
  height: 0;
}

.footer-widget {
	 width: 100%;
}

.footer-contact {
	padding-left: 25px;
	background-position: left 10px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

.footer-email {
	background-image: url("images/icon-email.png");
}

.footer-phone {
	background-image: url("images/icon-phone.png");
}

.main-navigation.footer-widget a {
	white-space: normal;
}

.footer-logo img {
	max-width: 120px;
	height: auto;
	margin-bottom: 25px;
}

.grey-bg {
	color: #FFFFFF;
	background-color: #424242;
	width: 100%;
}

.white-bg {
	color: #424242;
	background-color: #FFFFFF;
}

.green-bg {
	color: #FFFFFF;
	background-color: #55ba47;
}

.orange-bg {
	color: #FFFFFF;
	background-color: #da6f39;
}

.blue-bg {
	color: #FFFFFF;
	background-color: #0293b0;
}
.white-bg {
	background-color: #FFFFFF;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 0.8;
}

.archive .site-main {
	padding-bottom: 25px;
}

.green {
	color: #55ba47;
}

.orange {
	color: #da6f39;
}

.blue {
	color: #0293b0;
}

.overlay .headline-wrapper.hvr-radial-out:hover {
  	color: #55ba47;
}

.post-flex .post-wrapper .overlay {
  opacity: 1;
}

.post-flex .post-wrapper img {
	min-height: 200px;
}

.archive .post-wrapper {
  padding: 0;
  margin-bottom: 25px;
	background-size: cover;
	background-position: center center;
}

.archive .post-wrapper img {
	visibility: hidden;
}

.post-wrapper .overlay a.headline-wrapper, .post-wrapper:nth-of-type(2) .overlay a.headline-wrapper, .post-wrapper:nth-of-type(3) .overlay a.headline-wrapper,.post-wrapper:nth-of-type(4) .overlay a.headline-wrapper {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
}

.post-flex .post-wrapper {
	position: relative;
}

.post-flex .post-wrapper .overlay {
	  opacity: 1;
		display: flex;
		align-items: center;
	  justify-content: center;
		color: #FFF;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	  -webkit-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}

.modal-bio {
	padding-top: 100px;
}

.team-cred {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.modal-flex {
	max-width: 1500px;
	margin: 0 auto;
}

.multi-columns .modal-bio h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.multi-columns .modal-bio p {
	font-size: 18px;
	line-height: 1.5;
}

.modal-photo {
  width: 300px;
  min-width: 300px;
	position: relative;
}

.modal-photo img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

a.anchor-link {
	display: block;
	visibility: hidden;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: -1px;
}

.slide-content .learn-more:hover,
.slide-content .learn-more:active {
	background-color: #FFFFFF;
}

.single-projects .learn-more:hover,
.single-projects .learn-more:active {
	background-color: #55ba47;
	border: 1px solid #55ba47;
}

.page-template-template-homepage .slide-content .learn-more:hover, 
.page-template-template-homepage .slide-content .learn-more:active {
	color: #55ba47;
}

.post-wrapper .learn-more:hover,
.post-wrapper .learn-more:active {
	background-color: #FFFFFF;
}

.page-template-template-homepage .post-wrapper .learn-more:hover,
.page-template-template-homepage .post-wrapper .learn-more:active {
	color: #55ba47;
}

#carouselFSB {
	display: none;
}

a.hide-button {
	display: none;
}

.wpcf7-form p {
	margin-bottom: 15px;
}

.wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

.hide-mobile {
	display: none;
}

.show-mobile {
	display: block;
}

.overlay {
	color: #FFF;
	display: flex;
	align-items: center;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.overlay-content {
	padding: 20px 20px 40px 20px;
}

.post-photo img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.column-thirds:hover .overlay {
	background: rgba(21, 162, 187, 0.6);
}

.left-cta {
	margin-bottom: 20px;
}

.cta-container-inner {
	margin-top: 40px;
	margin-bottom: 40px;
}

.learn-more, a.learn-more, .entry-content a.learn-more, input[type="submit"], .gform-theme--framework.gform-theme.gform_wrapper input.button, .brdr-link a.btn, .left-cta a, .right-cta a {
	position: relative;
	font-family: "Poppins", sans-serif !important;
  	font-size: 15px !important;
  	font-weight: 600 !important;
	line-height: 20px;
  	padding: 12px 24px;
	text-decoration: none;
	color: #757575;
	background-color: #fff !important;
	border-radius: 40px;
	border: 1px solid #cccccc;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

input.wpcf7-submit[type="submit"], input.wpcf7-submit[type="submit"]:active, input.wpcf7-submit[type="submit"]:focus {
  margin-top: 10px;
  padding-right: 46px;
  background-image: url("images/button-arrow-green.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}

body .elementor-widget-archive-posts .elementor-post__read-more, body .elementor-posts .elementor-post__read-more, a.team-read-more {
  font-size: 14px;
  padding-right: 36px;
  background-image: url("images/button-arrow-green.svg");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center right 16px;
}

input.wpcf7-submit[type="submit"]:hover {
  background-image: url("images/button-arrow-white.svg");
}

a.team-read-more:hover, a.team-read-more:focus, a.team-read-more:active {
  background-image: url("images/button-arrow-gray.svg");
}

 a.message-button {
  padding-right: 46px;
  background-image: url("images/button-arrow-white.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right 16px;
  font-weight: 600;
}

a.message-button:hover {
	color: #fff;
	opacity: 0.7;
}

.learn-more.learn-small {
	font-size: 16px;
	padding: 12px 20px;
}

.learn-more:hover, a.learn-more:hover, .entry-content a.learn-more:hover, input[type="submit"]:hover, .brdr-link a.btn:hover, .left-cta a:hover, .right-cta a:hover {
	background-color: #55BA47 !important;
	border: 1px solid #55BA47;
	color: #fff;
}

.single-projects i.fa.hvr-icon:before {
  font-size: 14px;
  line-height: 12px;
  padding-left: 15px;
}

i.fa.hvr-icon:before {
	font-size: 18px;
	line-height: 18px;
	content: '>';
	padding-left: 20px;
	font-style: normal;
}

.learn-more.button-hide {
	display: none;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0;
}

.edit-link {
	display: none;	
}

.clearfloat {
    clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media screen and (max-width: 985px) {
	
	 div.site-header {
		border-bottom: 1px solid #efefef;
	 }
	
	.header-logo {
	  top: 7px;
	  left: 20px;
	  width: 64px;
	}
	
	.site-header .social-navigation {
		display: none;
	}
	
	.quote-icon {
		display: none;
	}
	
	#carouselPro.carousel, #carouselPro .carousel-inner, #carouselPro.carousel .carousel-item, .page-template-template-homepage #carouselPro .carousel-inner .slide-overlay {
		height: 400px;
	}
	
	#carouselPro.carousel .carousel-item {
		position: relative;
	}
	
	.single-projects .learn-more {
		margin-top: 0;
	}
	
	.site-header-menu {
		background-color: #ffffff;
		padding-top: 80px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.site-header {
		height: 63px;
	}
	
	.site-header .main-navigation a {
		font-size: 15px;
		line-height: 20px;
		font-weight: 600;
		text-transform: none;
		letter-spacing: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
	
	.menu-projects-container {
		display: none;
	}
	
	.site-header-menu {
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
	}
	
	.main-navigation ul ul {
		display: none;
		margin-left: 0.875em;
	}

	.no-js .main-navigation ul ul {
		display: block;
	}

	.main-navigation ul .toggled-on {
		display: block;
	}
	
}

@media screen and (max-width: 599.99px) {
	
	li.top-hiring {
		display: none;
	}
	
	.home-flex.cafe-flex {
	  padding: 72px 0 0 0;
	}
	
	.cafe-flex .text-flex {
		padding: 0 4.5455% 40px 4.5455%;
	}
	
	.cafe-flex .headline-icon {
		display: none;
	}
	
	.certificates-content {
		text-align: center;
	}
	
	.certificates-content p {
		text-align: left;
	}
	
	.weekly-specials {
		margin-bottom: 80px;
	}
	
	.home .left-hero .headline-icon {
		display: none;
	}
	
	.weekly-right {
		margin-top: 60px;	
	}
	
	.desktop-square {
		display: none;
	}
	
	.post-rectangle, .post-square, .post-fifty, .post-full {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	
	.row-wrapper {
		padding-bottom: 0;
	}
}


@media screen and (max-width: 479.999px) {
	
	#carouselPro .slide-content {
	  padding: 0;
	  width: 100%;
	  display: block;
	}
	
	
	
}


/**
 * >= 480px
 */

@media screen and (min-width: 480px) {
	
	h1, .elementor-widget-heading h1.elementor-heading-title.elementor-size-xl, .elementor-widget-heading h1.elementor-heading-title.elementor-size-large, .elementor-widget-heading h1.elementor-heading-title.elementor-size-default, .elementor-widget-heading h2.elementor-heading-title.elementor-size-xl, .elementor-widget-heading.h2-large h2 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	.team-member-archive {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.team-block {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
	.team-block:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.right-hero {
		height: 300px;
	}
	
	.testimonial-block {
		padding: 40px 40px 40px 95px;
		background-image: url("images/start-quote.png");
		background-size: 50px 39px;
		background-position: 25px 35px;
		background-repeat: no-repeat;
}
	
	.page-template-template-homepage .slide-content h2 {
		font-size: 22px;
	}
	
	.archive .post-wrapper {
		width: calc(50% - 12.5px);
		margin-right: 25px;
	}
	
	.archive .post-wrapper:nth-of-type(2n) {
	  margin-right: 0;
	}
	
	.our-clients img {
		width: 30%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	a.headline-wrapper.values-circle {
	  top: 100px;
	  right: 6%;
	  width: 150px;
	  height: 150px;
	  display: flex;
	}
	
	.slide-content {
	  margin-top: 5%;
	}
	
	.slide-circle {
		top: 60px;
		right: 5%;
		width: 65%;
		padding-top: 65%;
		display: block;
	}
	
	#carouselFSB {
		display: block;
	}
	
	#carouselMobile {
		display: none;
	}
	
	.carousel {
		height: 550px;
	}

	.carousel-inner {
		height: 550px;
	}

	.carousel .carousel-item {
		height: 550px;
	}

	.page-template-template-homepage .carousel-inner .slide-overlay {
		height: 550px;
	}
	
	.footer-wrapper {
		justify-content: space-between;
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
	}
	
}


@media screen and (min-width: 600px) and (max-width: 985px) {
	
	.cafe-flex .photo-flex.photo-desktop {
		align-self: flex-start;
	}
	
	.home .home-flex, .page-template-template-about .home-flex {
	  align-items: flex-start;
		margin-top: 30px;
	}
	
	.home .home-flex .text-flex, .page-template-template-about .home-flex .text-flex {
	  margin-top: 0;
	}
	
}


/**
 * >= 600px
 */

@media screen and (min-width: 600px) {
	
	.cta-container-inner {
		display: flex;
	}

	.left-cta {
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	.post-template-default h1, .post-template-default h2, .post-template-default h3, .post-template-default h4, .post-template-default h5, .post-template-default h6 {
		clear: none;
	}
	
	.alignleft, img.alignleft {
		float: left;
		margin: 0 20px 20px 0px;
	}

	.alignright, img.alignright {
		float: right;
		margin: 20px 0 20px 20px;
	}
	
	p.sidebar-special span {
		display: inline-block;
	}
	
	.certificates-content {
	  padding: 40px 50px;
	}
	
	.cafe-wrapper {
		padding: 40px;
	}
	
	.home-certificates {
		justify-content: flex-end;
	}
	
	.specials-wrapper {
	  padding: 80px 4.5455%;
	}
	
	.page-template-template-cafe .specials-wrapper, .page-template-template-bread .specials-wrapper, .page-template-template-pastries .specials-wrapper, .page-template-template-catering .specials-wrapper {
	  padding: 50px 4.5455% 35px 4.5455%;
	}
	
	.weekly-specials {
	  display: flex;
	  justify-content: space-between;
	}
	
	.weekly-left, .weekly-right {
		width: 47%;
	}
	
	.home-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.home-flex.contact-flex {
		display: block;
	}
	
	.home-flex.cafe-flex {
		padding-bottom: 100px;
	}
	
	.home-flex.contact-flex .text-flex {
  		width: 100%;
	}
	
	.home-flex.contact-flex .photo-flex {
  		width: 100%;
	}

	.home-flex img {
		width: 100%;
		height: auto;
	}

	.photo-flex {
		width: 47%;
		position: relative;
	}
	
	.photo-flex.photo-desktop {
		display: block;
	}
	
	.cafe-flex .photo-flex.photo-desktop {
		display: flex;
		justify-content: flex-end;
	}

	.photo-flex.photo-mobile, .right-hero.photo-mobile {
		display: none;
	}

	.text-flex {
		width: 45%;
		margin-top: 75px;
	}
	
	.cafe-flex .text-flex {
		width: 45%;
		margin-top: 0;
	}
	
	.page-template-template-gift .cafe-flex .text-flex {
		width: 45%;
		margin-top: 40px;
	}
	
	.contact-flex .text-flex {
		margin-top: 0;
	}

	.photo-big {
		position: relative;
		z-index: 5;
		width: 70%;
	}

	.photo-small {
		position: absolute;
		z-index: 1;
		bottom: -50px;
		right: 0;
		width: 55%;
	}

	.home-announcements .text-flex {
	  margin-top: 0;
	}

	.home-announcements .photo-flex {
		width: 40%;
		position: relative;
		display: flex;
		justify-content: flex-end;
	}

	.home-announcements .photo-big {
		position: relative;
		z-index: 1;
		width: 75%;
	}

	.home-announcements .photo-small {
		position: absolute;
		z-index: 5;
		bottom: 50px;
		left: 0;
		width: 55%;
	}
	
	.right-hero {
	  height: 350px;
	}
	
	.mobile-square {
		display: none;
	}
	
	.row-wrapper {
		display: flex;
	}
	
	.post-fifty {
		width: calc(50% - 12.5px);
	}
	
	.post-fifty:first-of-type {
	  margin-right: 25px;
	}
	
	.footer-contact {
  		background-position: left 8px;
	}
	
	.footer-widget {
	  width: 48%;
	}
	
	.post-wrapper {
		width: 42%;
		padding-left: 2%;
		padding-right: 2%;
		text-align: center;
	}

}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 710px) {
	
	body.woocommerce-page .col2-set .col-2 {
		margin-top: 0;
	}
	
	.carousel {
		height: 550px;
	}

	.carousel-inner {
		height: 550px;
	}

	.carousel .carousel-item {
		height: 550px;
	}

	.page-template-template-homepage .carousel-inner .slide-overlay {
		height: 550px;
	}
	
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 0;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 0;
	}

	.site-main {
		
	}

	.site-header {
		
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 1.5em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 15px;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


@media screen and (max-width: 782.99px) {
	
	.top-nav .social-navigation, .top-nav .elementor-3786 {
		display: none;
	}
	
	.top-nav {
		justify-content: center;
	}
	
	.cafe-wrapper {
	  font-size: 16px;
	  line-height: 22px;
	}
	
	.photo-sidebar {
		display: none;
	}
	
	.page-template-template-cafe .cafe-right {
	  margin-top: -20px;
	}
	
	.cafe-right {
	  margin-top: 50px;
	}
	
	.cafe-left h2 {
	  text-align: center;
	  margin-bottom: 15px;
	}
	
	.mobile-hours {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.mobile-hours span:after {
		content: ',';
	}
	
	.mobile-hours span:last-of-type:after {
		content: '';
	}
	
	.desktop-hours {
		display: none;
	}
	
	.desktop-bread {
		display: none;
	}
	
	.home-hero {
	  padding: 72px 0 0 0;
	}
	
	.left-hero {
	  padding-top: 40px;
	}
	
	.menu-price {
		display: flex;
		justify-content: flex-end;
	}
	
	.about-photo {
		max-width: 300px;
		margin: 0 auto;
	}
	
	h1.blog-title {
		margin-top: 15px;
	}
	
	.page-template-template-homepage .column-thirds h2 {
    	font-size: 60px;
		line-height: 60px;
		margin-bottom: 15px;
	}
	
}



@media screen and (max-width: 766px) {
	
	.photo-contain .elementor-widget-container {
		height: 400px !important;
		overflow: hidden;
	}
	
	.clients-wrapper img {
		max-width: 300px !important;
	}
	
	.photo-overlap .elementor-element {
		width: 100% !important;
		display: block !important;
	}
	
	.photo-overlap .elementor-element > .elementor-widget-container {
		width: 100% !important;
		padding-bottom: 110%;
		position: relative;
	}

	.photo-overlap img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	
}


@media screen and (min-width: 766.001px) {
	
	.footer-wrapper {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.photo-overlap .elementor-element:last-of-type > .elementor-widget-container {
		margin-left: 37% !important;
	}
	
	.photo-overlap .elementor-element > .elementor-widget-container {
		width: 63%;
    	padding-bottom: 70%;
		position: relative;
	}
	
	.inspiration-row .elementor-widget-container {
		width: 100%;
		position: relative;
	}
	
	.inspiration-row.row-one .e-child:first-of-type .elementor-widget-container, .inspiration-row.row-two .e-child:last-of-type .elementor-widget-container {
		padding-bottom: 40% !important;
	}
	
	.inspiration-row.row-one .e-child:last-of-type .elementor-widget-container, .inspiration-row.row-two .e-child:first-of-type .elementor-widget-container {
		padding-bottom: 73.5% !important;
	}
	
	.photo-overlap img, .inspiration-row img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}


@media screen and (min-width: 766.001px) and (max-width: 985px) {
	
	.service-block h3 {
		font-size: 24px;
	}

}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 783px) {
	
	.entry-content, .page-content {
		min-height: 300px;
	}

	.column-halfs {
		width: calc(50%);
	}

	.column-halfs:last-of-type {
		margin-right: 0;
	}
	
	.column-thirds {
		width: calc(33.333333% - 5.333333px);
		margin-right: 8px;
		margin-bottom: 0;
	}
	
	.column-thirds:nth-child(3n) {
		margin-right: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


@media screen and (max-width: 909.99px) {
	
	.sidebar {
		clear: both;
	}
	
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 910px) {
	
	.no-sidebar.page-template-template-shop .site-content {
		padding-bottom: 40px;
	}
	
	.site-header {
		
	}
	.content-area {
		
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		
	}

	.sidebar {
		
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	
	.no-sidebar.product-template-default .content-area, .no-sidebar.page-template-template-shop .content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}
	
	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.page-template-default.no-sidebar .content-area, .post-template-default.no-sidebar .content-area, .citystate-template-default.no-sidebar .content-area, .error404 .content-area {
		margin: 0 auto;
		max-width: 1000px;
	}
	
	.single-projects.no-sidebar .content-area {
		max-width: 1600px;
		margin: 0 auto;
	}

	

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}

@media screen and (min-height: 590px) and (min-width: 985.001px) {

	.home-flex.cafe-flex, .home-flex.contact-flex {
		padding: 120px 6% 110px 6%;
		justify-content: space-around;
		height: 100%;
	}

}

/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 985.001px) {
	
	.team-block {
		width: calc(25% - 15px);
	}
	
	.team-block:nth-of-type(2n) {
		margin-right: 20px;
	}
	
	.team-block:nth-of-type(4n) {
		margin-right: 0;
	}
	
	.site-footer a.credit-link {
		color: #fff;
	}
	
	.site-footer {
		color: #fff;
		background-image: url("images/footer-bg.jpg");
		background-size: cover;
		background-position: center bottom;
	}
	
	.footer-wrapper {
		padding: 80px 4% 140px 4%;
	}
	
	.site-header .main-navigation .primary-menu > li:last-of-type a {
		padding-right: 0;
	}

	.gform-theme--foundation .gform_fields .gfield--width-half:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.footer-widget {
		width: 23%;
	}
	
	.learn-more:hover, .entry-content a.learn-more:hover {
		color: #ffffff;
	}
	
	.elementor-widget-heading h1.elementor-heading-title.elementor-size-xl {
		font-size: 56px;
	}
	
	h1, .elementor-widget-heading h1.elementor-heading-title.elementor-size-large, .elementor-widget-heading h1.elementor-heading-title.elementor-size-default, .elementor-widget-heading.h2-large h2 {
		font-size: 50px;
		line-height: 1.2;
	}
	
	.hero-container .elementor-widget-heading h1.elementor-heading-title.elementor-size-default {
		font-size: 60px;
	}
	
	.home .elementor-widget-heading h2.elementor-heading-title.elementor-size-default {
		font-size: 50px;
		line-height: 1.1;
		font-weight: 600;
		letter-spacing: -1px;
	}
	
	.elementor-widget-heading h2.elementor-heading-title.elementor-size-large {
		font-size: 36px;
		line-height: 1.2;
	}
	
	.entry-title {
		font-size: 46px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	/** start sticky header code */

	.site-header, .header-logo {
		position: fixed;
	}
	
	.header-logo {
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.header-logo.sticky {
		top: 9px;
		width: 80px;
	}
	
	header.sticky {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	
	.site-header {
		top: 0;
		padding: 0 3% 0 3%;
		height: 100px;
		z-index: 101;
		background-color: #ffffff;
		box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.site-header .site-header-menu .main-navigation .primary-menu > li > a {
		line-height: 100px;
	}
	
	.site-header.sticky {
		top: 0;
		padding: 0 3% 0 3%;
		background-color: #ffffff;
		height: 80px;
		box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
	}
	
	.site-header.sticky .site-header-menu .main-navigation .primary-menu > li > a {
		line-height: 80px;
	}
	
	.site-header.sticky .main-navigation ul#menu-top-nav > li > a:hover, .page-template-template-homepage .site-header.sticky .main-navigation ul#menu-top-nav > li > a:hover {
		color: #55ba47;
	}
	
	.site-header.sticky .main-navigation a {
		
	}

/** end sticky header code */
	
	.hide-mobile {
		display: block;
	}

	.show-mobile {
		display: none;
	}

	.menu-wrapper {
		justify-content: space-around;
	}
	
	h1.blog-title {
		margin-bottom: 10px;
	}
	
	.site-content {
		padding: 100px 0 0 0;
	}
	
	#carouselFSB.carousel {
		height: 100%;
	}
	
	.carousel-inner {
		height: 100%;
	}
	
	.carousel .carousel-item {
		height: 100vh;
		min-height: 400px;
	}
	
	.page-template-template-homepage .carousel-inner .slide-overlay {
		height: 100%;
	}
	
	.overlay-content {
		padding: 40px;
	}
	
	nav.social-navigation, nav.main-navigation {
		display: inline-block;
	}
	
	.site-header nav.social-navigation {
		position: absolute;
		right: 0;
		top: 5px;
	}
	
	.site-footer nav.main-navigation {
		display: block;
	}
	
	.social-navigation li {
		margin: 0 20px 0 0;
	}
	
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		justify-content: flex-end;
		height: auto;
		min-height: auto;
		position: relative;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		padding: 0;
		background-color: transparent;
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		height: auto;
	}

	.main-navigation {
		margin: 0;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 20px;
		white-space: nowrap;
		font-weight: 600;
	}
	
	.site-header .main-navigation .primary-menu > li {
	  display: inline-block;
		padding: 0;
	}
	
	.site-header-menu .main-navigation .primary-menu > li > a {
	  position: relative;
		padding: 0 20px;
		text-transform: uppercase;
	}
	
	.footer-navigation {
		display: block;
		margin: 0;
	}
	
	.footer-navigation ul {
		list-style: none;
		margin: 0;
	}
	
	.footer-navigation ul li {
		display: inline-block;
	}
	
	.footer-navigation a {
		font-size: 12px;
		padding: 0 0.875em;
	}
	
	

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #55ba47;
		text-decoration: none;
	}

	.main-navigation ul ul {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #ffffff;
		border-bottom: 1px solid #efefef;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 100;
		opacity: 0;
		box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.07);
		transition-duration: 200ms;
		transition-timing-function: ease-in;
		transition-property: opacity;
		-webkit-transition-duration: 200ms;
		-webkit-transition-timing-function: ease-in;
		-webkit-transition-property: opacity;
	}

	.main-navigation ul ul ul {
		top: -10px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		
		border: none;
		border-bottom-width: 0;
		
	}

	.main-navigation ul ul a {
		background-color: #ffffff;
		white-space: normal;
		width: 260px;
		text-transform: none;
		letter-spacing: 0;
		padding-top: 11px;
		padding-bottom: 11px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	
	
	
	.main-navigation ul ul a:hover {
		background-color: #ffffff;
	}
	
	.main-navigation ul ul li:last-of-type a {
		border-bottom: 0;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		
	}

	.main-navigation ul ul:before {
		
	}


	.main-navigation ul ul:after {
		
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: 0;
		right: auto;
		opacity: 1;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle {
		display: none;
	}
	
	.site-main {
		
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 40px;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.post-template-default h2 {
		font-size: 30px;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	.post-template-default h3 {
		font-size: 20px;
  		line-height: 1.3;
  		font-weight: 600;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


@media screen and (min-width: 985.001px) and (max-width: 1199.99px) {
	
	.elementor-element.home-services {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.site-header-menu {
  		padding-left: 60px;
	}
	
	.main-navigation a {
  		font-size: 14px;
	}
	
	.main-navigation a {
  		padding: 0.65625em 15px;
	}
	
	.site-header .main-navigation .primary-menu > li {
		padding: 0;
	}
	
	.site-header-menu .main-navigation .primary-menu > li > a {
		padding: 0 15px;
		text-transform: none;
	}
	
	.site-header .social-navigation li {
		margin-right: 5px;
	}
	
	.site-header .social-navigation li:last-of-type {
	  margin-right: 0;
	}
	
	.slide-subheader span {
		display: block;
	}
	
}


@media screen and (max-width: 1199.99px) {

	.slide-subheader span {
		display: block;
	}
	
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 1200px) {
	
	.site-header-menu .main-navigation .primary-menu > li > a {
		position: relative;
    	padding: 0 20px;
    	text-transform: uppercase;
	}
	
	.about-us {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.about-photo {
		width: calc(35% - 60px);
		margin-right: 60px;
	}
	
	.about-text {
		width: 65%;
	}
	
	.our-services {
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.page-template-template-homepage .slide-content h2 {
  		font-size: 56px;
	}
	
	.page-circle {
  		width: 47%;
  		padding-top: 47%;
	}
	
	.modal-flex {
	  padding-left: 8%;
		padding-right: 8%;
	}
	
	.slide-circle {
		top: 150px;
		right: 16%;
		width: 46%;
		padding-top: 46%;
	}
	
	.our-clients img {
		width: 15%;
	}
	
	.main-navigation li li > a {
		margin-left: 0;
	}
	
	.site-footer .main-navigation li > a {
	  margin-left: 0;
	}
	
	
	
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}

@media screen and (min-width: 985.001px) and (max-width: 1259px) {
	
	.service-menu a.elementor-element {
		width: calc(50% - 10px) !important;
	}
	
	.footer-navigation ul {
		margin: 0 20px;
		text-align: center;
	}
	
	.site-footer .social-navigation ul  {
		display: flex;
	}
}


/**
 * 14.5 - >= 1260px
 */

@media screen and (min-width: 1260px) {
	
	
	
}

@media screen and (min-width: 1340px) {
	
	.page-circle {
  		width: 43%;
  		padding-top: 43%;
	}
	
	#carouselPro.carousel {
	  height: 560px;
	}
	
	.slide-circle {
		top: 150px;
		right: 16%;
		width: 41%;
		padding-top: 41%;
	}
	
	.accordion-icon {
		width: 50px;
		height: 50px;
		top: 50px;
		right: 30px;
	}
	
	h1.entry-title {
		
	}
	
	a.headline-wrapper.values-circle {
		top: 300px;
		right: 15.5%;
	}
	
}


@media screen and (min-width: 1560px) {
	
	p.sidebar-special span {
		display: inline-block;
	}
	
	.page-template-template-homepage .slide-content h2 {
		font-size: 68px;
	}
	
	.page-circle {
  		width: 33%;
  		padding-top: 33%;
	}
	
	.team-top .overlay-content {
		padding-bottom: 120px;
	}
	
	#carouselPro.carousel {
	  height: 630px;
	}
	
	ul#menu-projects li {
		margin-right: 20px;
	}
	
	.projects-menu a {
		letter-spacing: 2px;
	}
	
	.accordion-icon {
	  width: 55px;
	  height: 55px;
	  top: 55px;
	  right: 30px;
	}
	
	h1.entry-title {
		
	}
	
	a.headline-wrapper.values-circle {
	  top: 360px;
	  right: 15.5%;
	}
	
}
	

@media screen and (min-width: 1860px) {
	
	
	
}


@media screen and (min-width: 2100px) {
	
	.elementor .elementor-element.hero-headline h1.elementor-heading-title {
		font-size: min(7vw, 180px) !important;
	}
	
}


@media screen and (max-height: 400px) {

	.page-template-template-homepage .site-inner > .slide-overlay {
		align-items: flex-start;
	}
	
	.slide-content {
		margin-top: 150px;
	}
	
	.carousel {
		height: 400px;
	}

	.carousel-inner {
		height: 400px;
	}

	.carousel .carousel-item {
		height: 400px;
	}

	.page-template-template-homepage .carousel-inner .slide-overlay {
		height: 400px;
	}

	.page-template-template-homepage .site-inner > .slide-overlay {
		height: 400px;
	}
	
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,

	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

@media screen and (min-width: 985.001px) {

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
	
	[data-aos=slide-up]{transform:translate3d(0,50%,0)}
	
}
