/*
Theme Name: Kids Love
Theme URI: https://themepalace.com/downloads/kids-love
Author: Theme Palace
Author URI: https://themepalace.com
Description: Kids Love is a fun, colorful & attractive WordPress Theme. Kids Love is crafted for any children oriented website: childcare, day care center, preschool, kindergarten, children art & craft school. Kids Love has all the needed functionality for a kindergarten of a day care website as well as child care blog. The theme is beautifully crafted, clean, easy to use, responsive, features different layouts with sidebar position and allows unlimited color selection.
Version: 1.2.3
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kids-love
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kids Love is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Sections
	## Introduction Section
# Footer
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #2f5fff;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-loader {
    text-align: center;
    margin-top: 50px;
}
.blog-loader svg {
    width: 30px;
    height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
    margin-left: 15px;
    animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
	100%{transform: rotate(180deg);}
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #2f5fff;}
    25% {height:30px;transform:translateY(15px);background: #2f5fff;}
    50% {height:5px;transform:translateY(0px);background: #2f5fff;}
    100% {height:5px;transform:translateY(0px);background: #2f5fff;}
}

.backtotop {
    background-color: #2f5fff;
    z-index: 30000;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
	background-color: #333;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

@-webkit-keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #fb772f;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}

@keyframes colorchange {
	0%   {border-color: #e30048;}
	25%  {border-color: #fb772f;}
	50%  {border-color: #9acf0b;}
	75%  {border-color: #a93d7b;}
	100% {border-color: #f1ad02;}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/uploads/pattern.png');
}

#content {
    position: relative;
}

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;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #5276f1;
	margin: 16px 0;
	line-height: 1.2;
	font-weight: 400;
    font-family: 'Fredoka One', cursive;
}

mark {
	background: #ff0;
	color: #333;
}

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;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #ccc;
}
td,
th {
	padding: 10px 25px;
    font-weight: 400;
}

th {
	color: #fff;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #8992bb;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	margin: 0 0 1em;
	color: #8992bb;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	overflow-x: hidden; 
}
blockquote {
    padding: 21px 25px;
    margin: 30px 0;
    font-size: 22px;
    line-height: 1.5;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}
blockquote p:before,
blockquote p:after {
    content: "“";
    display: inline-block;
}
blockquote p:after {
    content: "”";
}
blockquote p {
    margin: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	outline: none;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
    display: inline-block;
    overflow: auto;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 3px;
}

select {
	border: 1px solid #e0e0e0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea,
#respond input,
.wpcf7 input {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    outline: none;
    padding: 0 15px;
    width: 100%;
    max-width: 500px;
    min-height: 50px;
}
#respond input:focus,
#respond textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #fb772f;
}
textarea {
	padding: 15px;
}
#respond textarea {
    height: 200px;
    padding: 15px;
}
#respond input[type="submit"] {
	padding: 16px 35px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    border-radius: 70px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    font-family: 'Fredoka One', cursive;
    background: #ff9944;
    background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
	color: #fff;
    background: -moz-linear-gradient(left, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(left, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to right, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    margin-bottom: 7px;
    display: block;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 21px 0 0;
	text-align: center;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 10px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fb772f;
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus,
a:active {
	color: #5276f1;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    padding: 25px 0;
    background-color: #2f5fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#navigation-menu {
    background-color: #fff;
    position: relative;
    z-index: 3;
    min-height: 70px;
}
#masthead .social-icons {
    margin: 10px 0 0;
}
#social-navigation .social-icons a:hover, 
#social-navigation .social-icons a:focus {
    opacity: 0.8;
}
.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.site-logo {
    margin-right: 20px;
}
.site-logo img {
    max-height: 70px;
    width: auto;
}
.site-title {
    margin: 0;
    line-height: 1.3;
    font-family: 'Fredoka One', cursive;
    font-size: 32px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-title a {
    color: #fff;
}
.site-title a:hover,
.site-title a:focus {
	color: #fff;
	opacity: 0.8;
}
.site-description {
    margin: 4px 0 0;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
}
.main-navigation {
	display: block;
    position: relative;
}
.main-navigation ul#primary-menu li.current-menu-item > a,
.main-navigation ul#primary-menu li:hover > a {
    color: #fb772f;
}
.main-navigation ul#primary-menu li:hover > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation ul#primary-menu > li.current-menu-item > a > svg {
    fill: #fb772f;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #5276f1;
    border-bottom: 1px solid #eee;
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .social-menu-item ul li:not(:last-child) {
    border-bottom: none;
    margin-right: 15px;
}
.main-navigation .social-menu-item ul {
    display: block;
    border: none;
}
.main-navigation .social-menu-item ul li {
    display: inline-block;
}
.main-navigation + .social-icons {
	display: none;
}
.main-navigation li {
	position: relative;
}

.main-navigation ul.nav-menu > li > a {
    padding: 22px 8px;
    color: #5276f1;
}
.main-navigation form.search-form input {
    background-color: #333;
    border-color: #333;
    color: #333;
    font-weight: 400;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
	fill: #fb772f;
}
.main-navigation a:hover,
.main-navigation ul.nav-menu > li > a:hover {
    color: #fb772f;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #5276f1;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #333;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 50px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
    outline: none;
}
.main-navigation svg.icon-close {
    display: none;
}
#search.hidden-small form.search-form {
    position: absolute;
    left: 0;
    right: 0;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.search-menu svg.icon-search {
    fill: #949494;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
    fill: #fff;
}
svg.icon-close {
    width: 20px;
    height: 20px;
}
.search-submit svg.icon-search {
    fill: #adadad;
    opacity: 1;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: #7b7b7b;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #7b7b7b;
    position: absolute;
    right: 15px;
    top: 17px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#site-menu #search {
    display: none;
}
#search-menu {
	display: none;
}
#search-menu .icon-close,
#search-menu.active .icon-search,
.search-menu .icon-close,
.search-menu.active .icon-search {
    display: none;
}
#search-menu.active .icon-close,
.search-menu.active .icon-close {
	display: inline-block;
}
#search-menu button .icon-search,
.search-menu button .icon-search,
#search-menu.active button .icon-search,
.search-menu.active button .icon-search {
	display: inline-block;
}
#search-menu input[type="search"] {
	padding-left: 40px;
    border-radius: 4px;
    min-height: 40px;
    height: auto;
    background-color: #efefef;
    border-color: #efefef;
    padding: 5px 15px 0px 40px;
}
#search-menu form.search-form button.search-submit {
	min-height: 40px;
	height: auto;
}
.menu-toggle {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    outline: none;
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.secondary-menu-toggle {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.secondary-menu-toggle svg {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.secondary-menu-toggle svg.icon-close {
    display: none;
    fill: #000;
    width: 16px;
    height: 16px;
}
.secondary-menu-toggle.active svg.icon-menu-bar {
	display: none;
}
.secondary-menu-toggle.active svg.icon-close {
	display: block;
}
#site-menu .menu-toggle.active svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-label {
    text-transform: uppercase;
    color: #fff;
    padding: 3px 0 0 10px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.active .menu-label {
	color: #fff;
}
svg.icon-menu {
    fill: #fff;
    vertical-align: baseline;
    width: 30px;
    height: 30px;
}
svg.icon-close,
.menu-toggle.active svg.icon-menu {
    display: none;
}
.menu-toggle.active svg.icon-close {
	display: block;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 57px;
    line-height: 62px;
    outline: none;
}
.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 3;
}
.main-navigation .social-menu-item ul {
    display: block;
    border: none;
    position: relative;
    float: none;
    top: 0;
    left: 0;
    background-color: transparent;
    box-shadow: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    margin-top: 20px;
    background-color: #f6f6f6;
    padding: 23px 20px;
}
.navigation.posts-navigation {
	margin-top: 50px;
}
.post-navigation a, 
.posts-navigation a {
    color: #5276f1;
    display: block;
    font-family: 'Fredoka One', cursive;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #fb772f;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    background-color: #5276f1;
    font-family: 'Fredoka One', cursive;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #fb772f;
}
.pagination .prev.page-numbers svg,
.pagination .next.page-numbers svg {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}
.pagination .next.page-numbers svg {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prev.page-numbers svg,
.next.page-numbers svg {
    fill: #cecece;
}
.nav-previous span {
    padding-left: 38px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 38px;
    float: right;
    text-align: right;
}
.navigation.posts-navigation .nav-previous svg,
.navigation.post-navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 7px;
    left: 0;
}
.navigation .nav-next svg {
    position: absolute;
    top: 7px;
    right: 0;
}
.post-navigation span,
.posts-navigation span {
    display: table;
    font-family: 'Fredoka One', cursive;
    font-size: 22px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after,
.post-archive:before,
.post-archive:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after,
.post-archive:before,
.post-archive:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 43px;
}
.widget:last-child {
    margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #efefef;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}
.widget select:focus {
    outline: thin dotted;
}

.widget input {
    outline: none;
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
}

form.search-form button.search-submit {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    border-radius: 0;
    outline: none;
}
.widget_search form.search-form .search-submit {
    width: auto;
    color: #fff;
    background-color: #5276f1;
    left: auto;
    right: 0;
    font-size: 14px;
    height: 50px;
    width: 50px;
    line-height: 25px;
}
.widget_search form.search-form .search-submit:hover,
.widget_search form.search-form .search-submit:focus {
	background-color: #fb772f;
	color: #fff;
}
.widget_search form.search-form .search-submit svg {
	fill: #fff;
	width: 14px;
    height: 14px;
}
.widget_search form.search-form .search-submit:hover svg,
.widget_search form.search-form .search-submit:focus svg {
	fill: #fff;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 55px 0 15px;
    height: 50px;
    background-color: #f6f6f6;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
}

.widget-title {
    font-size: 22px;
    margin: 0 0 16px;
}

.widget li:not(:last-child) {
    margin-bottom: 10px;
}

.widget_instagram ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}
.widget.widget_instagram li {
	margin: 0;
	padding: 5px;
}
.widget_instagram .col-1 li {
	width: 100%;
	float: none;
}
.widget_instagram .col-2 li {
	width: 50%;
	float: left;
}
.widget_instagram .col-3 li {
	width: 33.33%;
	float: left;
}
.widget_instagram .col-4 li {
	width: 25%;
	float: left;
}
.widget_instagram .col-5 li {
	width: 20%;
	float: left;
}
.widget_instagram li img {
	width: 100%;
}
.widget.widget_archive li {
	text-align: right;
}
.widget.widget_archive li a {
	float: left;
}
#secondary .widget-title,
#secondary .widgettitle {
	margin: 0 0 25px;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 25px;
}
input[type="submit"] {
    padding: 16px 35px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    border-radius: 70px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    font-family: 'Fredoka One', cursive;
    background: #ff9944;
    background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #fff;
    background: -moz-linear-gradient(left, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(left, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to right, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
}
.jetpack_subscription_widget form {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}
.jetpack_subscription_widget input[type="email"] {
    width: 100%;
    min-height: 72px;
    padding: 2px 130px 0 30px;
    background-color: #fff;
    border: none;
    border-radius: 60px;
    outline: none;
    color: #fb772f;
    font-weight: bold;
}
.jetpack_subscription_widget input[type="submit"],
.jetpack_subscription_widget button[type="submit"] {
    padding: 15px 37px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    border-radius: 70px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    position: relative;
    text-align: center;
    background: #68b221;
    font-family: 'Fredoka One', cursive;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3); 
    background: -moz-linear-gradient(bottom, #68b221 0%, #68b221 0%, #b8e743 100%, #b8e743 100%);
    background: -webkit-linear-gradient(bottom, #68b221 0%,#68b221 0%,#b8e743 100%,#b8e743 100%);
    background: linear-gradient(to top, #68b221 0%,#68b221 0%,#b8e743 100%,#b8e743 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jetpack_subscription_widget input[type="submit"] i, 
.jetpack_subscription_widget button[type="submit"] i {
	font-size: 42px;
}
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:focus,
.jetpack_subscription_widget button[type="submit"]:hover,
.jetpack_subscription_widget button[type="submit"]:focus {
	background-color: #5276f1;
	color: #fff;
	background: -moz-linear-gradient(left, #68b221 0%, #68b221 0%, #b8e743 100%, #b8e743 100%);
    background: -webkit-linear-gradient(left, #68b221 0%,#68b221 0%,#b8e743 100%,#b8e743 100%);
    background: linear-gradient(to right, #68b221 0%,#68b221 0%,#b8e743 100%,#b8e743 100%);
}
.jetpack_subscription_widget #subscribe-text {
    display: inline-block;
    margin-bottom: 10px;
}
.jetpack_subscription_widget #subscribe-text p {
    margin-top: 0;
    line-height: 25px;
}
.jetpack_subscription_widget #subscribe-submit {
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.jetpack_subscription_widget p {
    margin: 0;
}
.jetpack_subscription_widget .widget-title {
    margin-bottom: 5px;
}
#subscribe-email label {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.widget_popular_post ul,
.widget_latest_post ul,
.widget_featured_post ul {
    padding: 0;
    margin: 0;
    list-style: none;
    clear: both;
    display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li,
.widget.widget_featured_post ul li {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child,
.widget.widget_featured_post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3,
.widget_featured_post h3 {
    font-size: 16px;
    line-height: 1.5;
    display: table-row;
    letter-spacing: 0.01em;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_featured_post h3 a {
	display: block;
}
#secondary .widget_popular_post h3 a,
#secondary .widget_latest_post h3 a,
#secondary .widget_featured_post h3 a {
	font-weight: 600;
}
.widget_popular_post time,
.widget_latest_post time,
.widget_featured_post time {
    display: table-row;
    font-weight: 500;
}
.widget_popular_post h3 a,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
    color: #333;
}
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a:hover,
.widget_featured_post h3 a:focus,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
	color: #fb772f;
}
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post time,
.widget_featured_post a time,
.widget_featured_post time {
    color: #fb772f;
    font-family: 'Fredoka One', cursive;
}
.widget_popular_post img,
.widget_latest_post img,
.widget_featured_post img {
    max-width: 95px;
    width: 95px;
    height: 95px;
    float: left;
    margin-right: 14px;
}
.textwidget img {
    margin-bottom: 25px;
    display: block;
}
.widget.widget_text .btn {
	margin-top: 20px;
}
.textwidget a {
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
}
#secondary .jetpack_subscription_widget input[type="email"] {
    height: 50px;
    min-height: auto;
    background-color: #fff;
    border-color: #fff;
    padding: 15px 18px;
}
#secondary .jetpack_subscription_widget input[type="submit"] {
    position: relative;
    margin: auto;
    min-height: 50px;
    border-radius: 0;
    background-color: #333;
    min-width: 151px;
    margin: 0;
    text-transform: uppercase;
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
	background-color: #fb772f;
}
#secondary p#subscribe-email {
    margin-top: 0;
}
#secondary .widget .social-icons {
    text-align: center;
    margin-top: -10px;
}
#secondary .widget .social-icons li a:hover svg,
#secondary .widget .social-icons li a:focus svg {
	fill: #fff;
}
#secondary .widget {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.1);
}
.widget svg {
	fill: #fb772f;
}
#secondary a,
#secondary li {
    color: #8992bb;
    font-family: 'Fredoka One', cursive;
}
#secondary a:hover,
#secondary a:focus {
    color: #fb772f;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.single span.cat-links {
    display: block;
    color: #fb772f;
    font-size: 16px;
    font-family: 'Fredoka One', cursive;
}
.single span.cat-links ul {
    display: inline-block;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.navigation.pagination svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 20px;
    height: 20px;
    fill: #5276f1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.posts-navigation a:hover svg, 
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:focus svg, 
.navigation.post-navigation a:focus svg {
	fill: #fb772f;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
	margin-right: 20px;
    margin-top: 3px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
	margin-left: 20px;
    margin-top: 3px;
}
.post-categories a {
    color: rgba(255, 255, 255, 0.50);
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
	margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.no-sidebar-content #inner-content-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
	margin-bottom: 43px;
	font-size: 32px;
}
ul.post-categories li:after {
    content: ",";
	color: #fb772f;
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 90px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-left: 80px;
    display: inline-block;
    margin-top: 3px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
.comment-meta .fn {
    margin-left: 20px;
    margin-top: 18px;
}
.comment-content {
    margin-bottom: 13px;
    margin-top: -55px;
    margin-left: 80px;
    background-color: #f6f6f6;
    padding: 50px 20px 20px;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li {
    margin-bottom: 30px;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 16px 30px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    border-radius: 70px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    font-family: 'Fredoka One', cursive;
    background: #ff9944;
    background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:before, 
.reply a:after {
    content: "";
    box-shadow: 0px -5px 5px 0px rgba(250, 109, 29, 1) inset;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 70px;
}
.reply a:after {
    box-shadow: 0px 5px 10px 0px rgba(220, 81, 13, 0.7);
}
.reply a:hover,
.reply a:focus {
    color: #fff;
    background: -moz-linear-gradient(left, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(left, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to right, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #5276f1;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 600;
}
.comment-meta .fn:after {
    content: "|";
    color: #72757a;
    margin-left: 5px;
}
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time {
	color: #fb772f;
}
.comment-metadata a,
.comment-metadata a time {
    color: #5276f1;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
	color: #fb772f;
}
.comment-author.vcard {
    display: inline-block;
}
.comment-metadata {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
}
.comment-content p {
    margin-bottom: 0;
}
#comments {
    margin-top: 40px;
}
.comment-wrap {
    background-color: #fff;
    padding: 20px;
    margin-left: 80px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.page-section {
	padding: 60px 0;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-title,
.section-title {
    font-size: 32px;
    font-size: 2em;
    margin: 0 0 16px;
    word-wrap: break-word;
}
.section-header {
    margin-bottom: 40px;
}
.section-title {
    font-size: 42px;
    position: relative;
}
.section-subtitle {
    color: #fb772f;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
}
.section-content p {
    margin-bottom: 0;
}
.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.read-more {
    margin-top: 30px;
}
.btn {
    padding: 23px 40px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    border-radius: 70px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    font-family: 'Fredoka One', cursive;
    background: #ff9944;
	background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
	background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
	background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:before,
.btn:after {
    content: "";
    box-shadow: 0px -5px 5px 0px rgba(250, 109, 29, 1) inset;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 70px;
}
.btn:after {
	box-shadow: 0px 5px 10px 0px rgba(220, 81, 13, 0.7);
}
.btn:hover,
.btn:focus {
	color: #fff;
	background: -moz-linear-gradient(left, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
	background: -webkit-linear-gradient(left, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
	background: linear-gradient(to right, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
}
.btn svg {
    fill: #fff;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-top: -2px;
}
#infinite-handle {
    text-align: center;
    margin-bottom: 30px;
}
.menu-toggle:hover, 
.menu-toggle:focus {
   outline: thin dotted #000;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.footer-widgets-area .widget .social-icons li {
	display: inline-block;
    width: auto;
}
.social-icons li:not(:last-child) {
    margin-right: 5px;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a,
.social-menu-item .social-icons a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons a:focus {
	outline: none;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a svg,
.social-menu-item .social-icons a svg {
    fill: #fff;
}
/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"],
.social-icons li a[href*="fb.com"] {
 	background-color: #2082e3;
}
.social-icons li a[href*="twitter.com"] {
 	background-color: #1ea0f1;
}
.social-icons li a[href*="linkedin.com"] {
 	background-color: #0077B5;
}
.social-icons li a[href*="plus.google.com"] {
 	background-color: #ec7161;
}

.social-icons li a[href*="youtube.com"] {
 	background-color: #cc181e;
}

.social-icons li a[href*="dribbble.com"] {
 	background-color: #f4a09c;
}

.social-icons li a[href*="pinterest.com"] {
 	background-color: #bd081b;
}

.social-icons li a[href*="bitbucket.org"] {
 	background-color: #205081;
}

.social-icons li a[href*="github.com"] {
 	background-color: #323131;
}

.social-icons li a[href*="codepen.io"] {
 	background-color: #333333;
 }

.social-icons li a[href*="flickr.com"] {
 	background-color: #025FDF;
}

.social-icons li a[href$="/feed/"] {
 	background-color: #089DE3;
}

.social-icons li a[href*="foursquare.com"] {
 	background-color: #F94877;
}

.social-icons li a[href*="instagram.com"] {
 	background-color: #B9358A;
}

.social-icons li a[href*="tumblr.com"] {
 	background-color: #56BC8A;
}

.social-icons li a[href*="reddit.com"] {
 	background-color: #FF4500;
}

.social-icons li a[href*="vimeo.com"] {
 	background-color: #00ADEF;
}

.social-icons li a[href*="digg.com"] {
 	background-color: #00ADEF;
}

.social-icons li a[href*="twitch.tv"] {
 	background-color: #0E9DD9;
}

.social-icons li a[href*="stumbleupon.com"] {
 	background-color: #EB4924;
}

.social-icons li a[href*="delicious.com"] {
 	background-color: #0076E8;
}

.social-icons li a[href*="mailto:"] {
 	background-color: #4169E1;
}
.social-icons li a[href*="soundcloud.com"] {
 	background-color: #FF5500;
}
.social-icons li a[href*="wordpress.org"] {
 	background-color: #0073AA;
}
.social-icons li a[href*="wordpress.com"] {
 	background-color: #00AADC;
}

.social-icons li a[href*="jsfiddle.net"] {
 	background-color: #396AB1;
}

.social-icons li a[href*="tripadvisor.com"] {
 	background-color: #FFE090;
}

.social-icons li a[href*="angel.co"] {
 	background-color: #333333;
 }

.social-icons li a[href*="slack.com"] {
 	background-color: #E60264;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 50px 0;
    text-align: center;
    background-color: #333;
    color: #fff;
}
#page-site-header .page-title {
	font-size: 36px;
	color: #fff;
}
/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: 'Fredoka One', cursive;
}
.trail-items li a {
	color: rgba(255, 255, 255, 0.60);
}
.trail-items li a:hover,
.trail-items li a:focus {
	color: #fff;
}
.trail-items li:not(:last-child):after {
	content: "/";
    color: rgba(255, 255, 255, 0.60);
    padding-left: 4px;
    padding-right: 2px;
}
#page-site-header + #breadcrumb-list {
    display: none;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 175px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#page-site-header .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page-site-header .page-title {
	font-size: 32px;
	color: #fff;
    margin: 0;
    line-height: 1.5;
}
#page-site-header .overlay {
    opacity: 0.6;
}
/*--------------------------------------------------------------
#  Introduction Section
--------------------------------------------------------------*/
#introduction-section {
    background-color: #2f5fff;
    padding: 50px 0;
}
#introduction-section .featured-image {
	padding-bottom: 100%;
	background-size: contain;
    background-repeat: no-repeat;
	background-position: 50%;
    margin-bottom: 30px;
    position: relative;
}
#introduction-section .entry-title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Atma', cursive;
}
#introduction-section .entry-title a {
    color: #fff;
}
#introduction-section .entry-title a:hover,
#introduction-section .entry-title a:focus {
	color: #fb772f;
}
#introduction-section .read-more {
	text-align: left;
}
#introduction-section .btn {
    border: 10px solid #fff;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
}
#introduction-section .slick-arrow {
    z-index: 1;
    background: #ff9944;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px 0px rgba(220, 81, 13, 0.7);
    background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
}
#introduction-section .slick-prev {
	left: -15px;
}
#introduction-section .slick-next {
	right: -15px;
    background: #3591ff;
    box-shadow: 0px 5px 10px 0px rgba(30, 97, 237, 0.7);
    background: -moz-linear-gradient(bottom, #3591ff 0%, #28d5ff 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(bottom, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
    background: linear-gradient(to top, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
}
#introduction-section .slick-arrow:before {
    content: "<";
    box-shadow: 0px -5px 5px 0px rgba(250, 109, 29, 1) inset;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 70px;
    opacity: 1;
    padding-top: 14px;
    font-family: 'Fredoka One', cursive;
}
#introduction-section .slick-next:before {
    content: ">";
    box-shadow: 0px -5px 5px 0px rgba(21, 82, 225, 1) inset;
}
.slick-dots {
    bottom: 50px;
}
.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 5px;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
}
.slick-dots li.slick-active button {
	background-color: #fff;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
#  Hero Section
--------------------------------------------------------------*/
#kids_love_hero_content_section {
    background-color: #F5F6FB;
}
#hero-section article,
#testimonial-section article {
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    min-height: 290px;
}
#hero-section article:before,
#hero-section article:after,
#testimonial-section article:before,
#testimonial-section article:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-color: #fff;
    width: 97%;
    height: 25px;
    bottom: -8px;
    border-radius: 50px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
#hero-section article:after,
#testimonial-section article:after {
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1); 
	bottom: -16px;
	width: 95%;
	z-index: 0;
}
#hero-section .entry-title,
#testimonial-section .entry-title {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.3;
}
#testimonial-section .entry-title {
	font-size: 22px;
	text-transform: none;
}
#hero-section .entry-title span,
#testimonial-section .entry-title span {
    display: block;
}
#hero-section .entry-title a,
#testimonial-section .entry-title a {
    color: #5276f1;
}
#hero-section .featured-image,
#testimonial-section .featured-image {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 10px solid #fff;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#hero-section .entry-title a:hover,
#hero-section .entry-title a:focus,
#testimonial-section .entry-title a:hover,
#testimonial-section .entry-title a:focus {
    color: #fb772f;
}
#testimonial-section .entry-content, 
#testimonial-section .entry-content p {
    font-family: 'Atma', cursive;
    font-size: 24px;
    line-height: 1.32;
    font-weight: 500;
    color: #54576a;
}
#hero-section .featured-image a,
#testimonial-section .featured-image a {
    border-radius: 100%;
    display: inline-block;
}
#hero-section .entry-content p,
#testimonial-section .entry-content p {
    margin-bottom: 0;
}
#hero-section .read-more .btn,
#testimonial-section .read-more .btn {
    background: #3591ff;
    background: -moz-linear-gradient(bottom, #3591ff 0%, #28d5ff 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(bottom, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
    background: linear-gradient(to top, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
}
#hero-section .read-more .btn:hover,
#hero-section .read-more .btn:focus,
#testimonial-section .read-more .btn:hover,
#testimonial-section .read-more .btn:focus {
    background: -moz-linear-gradient(left, #3591ff 0%, #28d5ff 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
    background: linear-gradient(to right, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
}
#hero-section .btn:before,
#testimonial-section .btn:before {
    box-shadow: 0px -5px 5px 0px rgba(21, 82, 225, 1) inset;
}
#hero-section .btn:after,
#testimonial-section .btn:after {
    box-shadow: 0px 5px 10px 0px rgba(30, 97, 237, 0.7);
}
/*--------------------------------------------------------------
#  About Us / Call To Action
--------------------------------------------------------------*/
#kids_love_about_section {
    background-color: #F5F6FB;
}
#hero-section + #about-us {
    padding-top: 0;
}
#call-to-action {
    background-color: #2f5fff;
}
#about-us article,
#call-to-action article {
    margin-bottom: 50px;
}
#about-us article:last-child,
#call-to-action article:last-child {
    margin-bottom: 0;
}
#about-us article.no-post-thumbnail,
#call-to-action article.no-post-thumbnail {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
#about-us .featured-image,
#call-to-action .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 20px solid #fff;
}
#about-us .entry-header .entry-title a {
    color: #5276f1;
}
#call-to-action .entry-header .entry-title a,
#call-to-action .entry-content,
#call-to-action .entry-content p {
    color: #fff;
}
#about-us .entry-header .entry-title a:hover,
#about-us .entry-header .entry-title a:focus,
#call-to-action .entry-header .entry-title a:hover,
#call-to-action .entry-header .entry-title a:focus {
    color: #fb772f;
}
#about-us .entry-content p,
#call-to-action .entry-content p {
    margin-bottom: 0;
}
#about-us .entry-content,
#call-to-action .entry-content {
    margin-bottom: 25px;
}
#about-us .read-more,
#call-to-action .read-more {
    text-align: left;
    margin-top: 0;
}
#about-us article.no-post-thumbnail .read-more,
#call-to-action article.no-post-thumbnail .read-more {
	text-align: center;
}
#call-to-action .btn {
    border: 10px solid #fff;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
}
/*--------------------------------------------------------------
#  Our Services
--------------------------------------------------------------*/
#kids_love_service_section {
    background-color: #F5F6FB;
}
#about-us + #our-services,
#our-services + #about-us {
	padding-top: 0;
}
#our-services .section-header,
.service-item {
    text-align: center;
}
.services-list-wrapper {
    margin: 0 -15px;
}
.services-list-wrapper article {
    padding: 0 15px;
    margin-bottom: 60px;
    text-align: center;
}
.services-list-wrapper article:last-child {
    margin-bottom: 0;
}
.services-list-wrapper.col-1 article {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.service-item img {
    margin-bottom: 40px;
}
.service-item .entry-title {
	position: relative;
    margin-bottom: 15px;
    font-size: 24px;
}
.service-item .entry-title a {
    color: #5276f1;
}
.service-item .entry-title a:hover,
.service-item .entry-title a:focus {
	color: #fb772f;
}
.service-item .entry-content p {
    margin-bottom: 0;
}
.service-item .read-more a {
    width: 50px;
    height: 50px;
    background-color: #ffbc1d;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 10px 0px rgba(220, 81, 13, 0.7); 
    position: relative;
    background: -moz-linear-gradient(left, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(left, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to right, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
}
.service-item .read-more a:before {
	content: "";
    box-shadow: 0px -5px 5px 0px rgba(250, 109, 29, 1) inset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.service-item .read-more {
    margin-top: 20px;
}
.service-item .read-more a:hover,
.service-item .read-more a:focus {
	background: -moz-linear-gradient(top, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
}
.service-icon a {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 90px;
    background-color: #ffbc1d;
    display: inline-block;
    font-size: 42px;
    color: #fff;
    border: 5px solid #fff;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1); 
}
.services-list-wrapper article:nth-child(1n) .service-icon a {
	background: #ff9944;
	background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
}
.services-list-wrapper article:nth-child(2n) .service-icon a {
	background: #68b221;
    background: -moz-linear-gradient(bottom, #68b221 0%, #b8e743 100%, #b8e743 100%, #b8e743 100%);
    background: -webkit-linear-gradient(bottom, #68b221 0%,#b8e743 100%,#b8e743 100%,#b8e743 100%);
    background: linear-gradient(to top, #68b221 0%,#b8e743 100%,#b8e743 100%,#b8e743 100%);
}
.services-list-wrapper article:nth-child(3n) .service-icon a {
    background: #3591ff;
    background: -moz-linear-gradient(bottom, #3591ff 0%, #3591ff 0%, #28d5ff 100%, #28d5ff 100%, #28d5ff 100%);
    background: -webkit-linear-gradient(bottom, #3591ff 0%,#3591ff 0%,#28d5ff 100%,#28d5ff 100%,#28d5ff 100%);
    background: linear-gradient(to top, #3591ff 0%,#3591ff 0%,#28d5ff 100%,#28d5ff 100%,#28d5ff 100%);
}

.services-list-wrapper article:nth-child(1n) .service-icon a:hover,
.services-list-wrapper article:nth-child(1n) .service-icon a:focus {
	background: #ff9944;
	background: -moz-linear-gradient(left, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(left, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to right, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
}
.services-list-wrapper article:nth-child(2n) .service-icon a:hover,
.services-list-wrapper article:nth-child(2n) .service-icon a:focus {
	background: #68b221;
    background: -moz-linear-gradient(left, #68b221 0%, #b8e743 100%, #b8e743 100%, #b8e743 100%);
    background: -webkit-linear-gradient(left, #68b221 0%,#b8e743 100%,#b8e743 100%,#b8e743 100%);
    background: linear-gradient(to right, #68b221 0%,#b8e743 100%,#b8e743 100%,#b8e743 100%);
}
.services-list-wrapper article:nth-child(3n) .service-icon a:hover,
.services-list-wrapper article:nth-child(3n) .service-icon a:focus {
    background: #3591ff;
    background: -moz-linear-gradient(left, #3591ff 0%, #3591ff 0%, #28d5ff 100%, #28d5ff 100%, #28d5ff 100%);
    background: -webkit-linear-gradient(left, #3591ff 0%,#3591ff 0%,#28d5ff 100%,#28d5ff 100%,#28d5ff 100%);
    background: linear-gradient(to right, #3591ff 0%,#3591ff 0%,#28d5ff 100%,#28d5ff 100%,#28d5ff 100%);
}
/*--------------------------------------------------------------
#  Our Gallery
--------------------------------------------------------------*/
#our-gallery {
    background-color: #2f5fff;
}
#our-gallery .section-title {
	color: #fff;
}
.tab-section {
    margin-bottom: 50px;
}
.tab-section ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.tab-section ul li:not(:last-child) {
    margin-bottom: 20px;
}
.tab-section li a {
    background-color: #fff;
    color: #5276f1;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    border-radius: 50px;
}
.tab-section li.active a,
.tab-section li a:hover,
.tab-section li a:focus {
    color: #fff;
	background: #ff9944;
    background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
}
#our-gallery .section-header {
    text-align: center;
}
.grid-item {
    width: 100%;
    margin-bottom: 30px;
}
.grid-item:last-child {
	margin-bottom: 0;
}
.grid-item .featured-image {
    background-size: cover;
    background-position: 50%;
    background-color: #333;
    position: relative;
    padding-bottom: 100%;
    border: 15px solid #fff;
    border-radius: 15px;
}
.grid-item .entry-header {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-overlay {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 10px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    opacity: 0;
}
.grid-item .gallery-overlay .bg {
    background-color: #2f5fff;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0.9;
}
.grid-item:hover .gallery-overlay {
    opacity: 1;
}
.grid-item .entry-header .icon {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 4px solid rgba(255,255,255,0.5);
    border-radius: 100%;
    margin-bottom: 20px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.grid-item .entry-header a i {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 50px;
    font-size: 20px;
}
.grid-item:hover .entry-header .icon {
    -webkit-transform: scale(1);
}
.grid-item .entry-title {
    font-size: 24px;
    color: #fff;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.grid-item:hover .entry-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.grid-item .entry-title a {
    color: #fff;
}
.grid-item .entry-title a:hover,
.grid-item .entry-title a:focus {
    opacity: 0.9;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
/*--------------------------------------------------------------
#  Latest Posts
--------------------------------------------------------------*/
#kids_love_blog_section {
    background-color: #eee;
}
#latest-posts .read-more {
    text-align: center;
}
.archive-blog-wrapper .section-header {
    text-align: center;
}
.archive-blog-wrapper .entry-title a {
    color: #5276f1;
}
.archive-blog-wrapper .entry-title a:hover,
.archive-blog-wrapper .entry-title a:focus {
	color: #fb772f;
}
.archive-blog-wrapper .entry-content p {
    margin-bottom: 0;
}
.archive-blog-wrapper article .read-more {
    text-align: left;
}
.archive-blog-wrapper article .btn {
    background-color: #FEEDE9;
    color: #fb772f;
}
.archive-blog-wrapper article .btn:hover, 
.archive-blog-wrapper article .btn:focus {
    background-color: #fb772f;
    color: #fff;
}
.archive-blog-wrapper article {
    background-color: #fff;
    border-radius: 10px;
}
.archive-blog-wrapper .each-faq:not(:last-child) {
	margin-bottom: 50px;
}
.archive-blog-wrapper .featured-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 100%;
}
.archive-blog-wrapper .entry-container {
    padding: 40px;
}
.archive-blog-wrapper .entry-meta {
    margin-bottom: 15px;
}
.faq-trigger {
    display: none;
}
.trigger-icon {
    width: 50px;
    height: 50px;
    background-color: #ffbc1d;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 10px 0px rgba(220, 81, 13, 0.7);
    position: relative;
    text-align: center;
    background: -moz-linear-gradient(left, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(left, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to right, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
}
.trigger-icon:before {
	content: "";
    box-shadow: 0px -5px 5px 0px rgba(250, 109, 29, 1) inset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.trigger-icon:hover {
	background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%);
}
.trigger-icon i {
    font-size: 20px;
}
.each-faq {
    background-color: #fff;
    border-radius: 10px;
}
.faq-content {
    padding: 20px;
}
.byline, 
.byline a {
    color: #8992bb;
    font-size: 22px;
    font-family: 'Fredoka One', cursive;
}
.archive-blog-wrapper .entry-content {
    margin-bottom: 25px;
}
.archive-blog-wrapper .entry-content a {
    color: #5276f1;
}
.byline a:hover,
.byline a:focus,
.archive-blog-wrapper .entry-content a:hover,
.archive-blog-wrapper .entry-content a:focus {
    color: #fb772f;
}
.archive-blog-wrapper .section-content + .read-more {
	margin-top: 50px;
}
.archive-blog-wrapper .faq-trigger .entry-meta > span:not(:last-child):after {
	display: none;
}
#primary .archive-blog-wrapper article {
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
#primary .archive-blog-wrapper article:last-child {
	margin-bottom: 0;
}
.left-sidebar #primary .archive-blog-wrapper .entry-container,
.right-sidebar #primary .archive-blog-wrapper .entry-container {
    padding: 40px;
}

/*--------------------------------------------------------------
#  Testimonial Section
--------------------------------------------------------------*/
.slick-list {
	overflow: visible;
}
.slick-slide {
	outline: none;
}
.nav-arrows .slick-arrow {
    left: 0;
    right: 0;
    position: relative;
    background: #ff9944;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px 0px rgba(220, 81, 13, 0.7);
    background: -moz-linear-gradient(bottom, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(bottom, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to top, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
}
.nav-arrows .slick-next {
    background: #3591ff;
    box-shadow: 0px 5px 10px 0px rgba(30, 97, 237, 0.7);
    background: -moz-linear-gradient(bottom, #3591ff 0%, #28d5ff 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(bottom, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
    background: linear-gradient(to top, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
}
.nav-arrows .slick-arrow:hover {
	background: -moz-linear-gradient(left, #ff9944 0%, #ff9944 0%, #feb741 100%, #feb741 100%, #feb741 100%);
    background: -webkit-linear-gradient(left, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
    background: linear-gradient(to right, #ff9944 0%,#ff9944 0%,#feb741 100%,#feb741 100%,#feb741 100%);
}
.nav-arrows .slick-next:hover {
	background: -moz-linear-gradient(left, #3591ff 0%, #28d5ff 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
    background: linear-gradient(to right, #3591ff 0%,#28d5ff 100%,#7db9e8 100%);
}
.nav-arrows .slick-arrow:before,
.nav-arrows .slick-arrow:before {
    content: "<";
    box-shadow: 0px -5px 5px 0px rgba(250, 109, 29, 1) inset;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 70px;
    opacity: 1;
    padding-top: 14px;
    font-family: 'Fredoka One', cursive;
}
.nav-arrows .slick-arrow:after {
	box-shadow: 0px 5px 10px 0px rgba(220, 81, 13, 0.7);
}
.nav-arrows .slick-next:before {
	content: ">";
	box-shadow: 0px -5px 5px 0px rgba(21, 82, 225, 1) inset;
}
.nav-arrows .slick-next:after {
    box-shadow: 0px 5px 10px 0px rgba(30, 97, 237, 0.7);
}
/*--------------------------------------------------------------
#  Single Blog
--------------------------------------------------------------*/
.post-categories {
    list-style: none;
    padding: 0;
}
ul.post-categories li {
    display: inline-block;
    vertical-align: middle;
}
.post-categories a {
    color: #fb772f;
    font-size: 22px;
    font-family: 'Fredoka One', cursive;
}
.post-categories a:hover,
.post-categories a:focus {
	color: #5276f1;
}
.posted-on a {
    color: #8992bb;
    font-size: 22px;
    font-family: 'Fredoka One', cursive;
}
.posted-on a:hover,
.posted-on a:focus {
	color: #fb772f;
}
.single .post-categories {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
.single .post-categories li {
    display: inline-block;
}
.single .post-categories a,
.single .byline a {
	color: #fb772f;
    font-size: 16px;
}
.single .post-categories a:hover,
.single .post-categories a:focus,
.single .byline a:hover,
.single .byline a:focus {
    color: #5276f1;
}
.single .byline {
    margin-bottom: 7px;
    display: block;
    font-size: 16px;
}
.single .posted-on {
    margin-bottom: 15px;
    display: block;
}
.single .posted-on a {
    background-color: #fb772f;
    color: #fff;
    padding: 2px 15px;
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
}
/*--------------------------------------------------------------
#  Second Design
--------------------------------------------------------------*/
.second-design #introduction-section {
    background-color: #000;
    padding: 0;
}
.second-design #introduction-section .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.second-design.image-overlay #introduction-section article:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}
.second-design #introduction-section .featured-image {
    width: 100%;
    float: none;
    background-size: cover;
    position: relative;
    height: auto;
    padding: 180px 0;
    margin-bottom: 0;
}
.second-design #introduction-section .entry-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webki-transform: translateY(-50%);
}
.second-design.content-overlay #introduction-section .entry-container {
    background-color: rgba(0, 0, 0, 0.35);
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    padding: 25px;
}
.second-design #introduction-section .section-subtitle {
	margin-bottom: 20px;
}
.second-design #introduction-section .entry-title {
	font-size: 26px;
	margin-bottom: 25px;
}
.second-design #introduction-section .btn {
    border: none;
    box-shadow: none;
    padding: 17px 25px;
    border-radius: 0;
    font-size: 18px;
    background: #fb772f;
}
.second-design #introduction-section .btn:before,
.second-design #introduction-section .btn:after,
.second-design #introduction-section .btn svg {
	display: none;
}
.second-design #introduction-section .btn:hover,
.second-design #introduction-section .btn:focus {
	background-color: #000;
}

@media screen and (min-width: 767px) {
	.second-design #introduction-section .featured-image {
	    padding: 250px 0;
	}
}

@media screen and (min-width: 1024px) {
	.second-design #introduction-section .entry-title {
	    font-size: 52px;
	}
}

@media screen and (min-width: 1200px) {
	.second-design #introduction-section + #hero-section article {
	    margin-top: 0;
	}
	.second-design #introduction-section + #hero-section {
	    padding-top: 80px;
	}
	.second-design #introduction-section .featured-image {
	    padding: 275px 0;
	}
}

@media screen and (min-width: 1900px) {
	.second-design #introduction-section .featured-image {
	    padding: 325px 0;
	}
}

/*--------------------------------------------------------------
#           Dark Version
--------------------------------------------------------------*/
.dark-version,
.dark-version #our-services,
.dark-version #about-us,
.dark-version #hero-section,
.dark-version #latest-posts {
    background-color: #000;
}

.dark-version #masthead,
.dark-version #secondary .widget,
.dark-version .navigation.post-navigation, 
.dark-version .navigation.posts-navigation,
.dark-version pre,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version blockquote.wp-block-quote,
.dark-version .archive-blog-wrapper article,
.dark-version #introduction-section,
.dark-version #hero-section article, 
.dark-version #testimonial-section article,
.dark-version #our-gallery,
.dark-version #call-to-action {
    background-color: #111;
}

.dark-version .widget_search form.search-form input,
.dark-version .each-faq,
.dark-version .jetpack_subscription_widget,
.dark-version #colophon {
    background-color: #222;
}

.dark-version .pagination .prev.page-numbers svg, 
.dark-version .pagination .next.page-numbers svg,
.dark-version .navigation.posts-navigation svg, 
.dark-version .navigation.post-navigation svg,
.dark-version .navigation.posts-navigation a:hover svg, 
.dark-version .navigation.post-navigation a:hover svg {
    fill: #fff;
}

.dark-version,
.dark-version p,
.dark-version b, 
.dark-version strong,
.dark-version a:hover,
.dark-version a:focus,
.dark-version figcaption,
.dark-version cite,
.dark-version h1, 
.dark-version h2, 
.dark-version h3, 
.dark-version h4, 
.dark-version h5, 
.dark-version h6,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version #secondary a,
.dark-version .widget_search form.search-form input,
.dark-version #colophon .widget-title, 
.dark-version #colophon .widgettitle,
.dark-version .pagination .page-numbers.next, 
.dark-version .pagination .page-numbers.prev,
.dark-version .post-navigation a, 
.dark-version .posts-navigation a,
.dark-version th,
.dark-version .archive-blog-wrapper .entry-title a,
.dark-version .service-item .entry-title a,
.dark-version #about-us .entry-header .entry-title a,
.dark-version #hero-section .entry-title a, 
.dark-version #testimonial-section .entry-title a,
.dark-version #testimonial-section .entry-content, 
.dark-version #testimonial-section .entry-content p,
.dark-version.third-design #introduction-section .section-subtitle,
.dark-version.third-design #introduction-section .entry-title a {
    color: #fff;
}

.dark-version #secondary a:hover,
.dark-version #secondary a:focus
.dark-version #secondary .textwidget a:hover, 
.dark-version #secondary .textwidget a:focus,
.dark-version .post-navigation a:hover, 
.dark-version .posts-navigation a:hover,
.dark-version .post-navigation a:focus, 
.dark-version .posts-navigation a:focus,
.dark-version .pagination .page-numbers:hover,
.dark-version .pagination .page-numbers:focus,
.dark-version .archive-blog-wrapper .entry-title a:hover,
.dark-version .archive-blog-wrapper .entry-title a:focus,
.dark-version .service-item .entry-title a:hover,
.dark-version .service-item .entry-title a:focus,
.dark-version #about-us .entry-header .entry-title a:hover,
.dark-version #about-us .entry-header .entry-title a:focus,
.dark-version #hero-section .entry-title a:hover, 
.dark-version #hero-section .entry-title a:focus, 
.dark-version #testimonial-section .entry-title a:hover,
.dark-version #testimonial-section .entry-title a:focus,
.dark-version.third-design #introduction-section .entry-title a:hover,
.dark-version.third-design #introduction-section .entry-title a:focus {
    color: #fff;
    opacity: 0.8;
}

.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea, 
.dark-version #respond input, 
.dark-version .wpcf7 input {
	border-color: #111;
}

.dark-version .site-info {
    border-top-color: rgba(255, 255, 255, 0.10);
}

.dark-version #hero-section article:before, 
.dark-version #hero-section article:after, 
.dark-version #testimonial-section article:before, 
.dark-version #testimonial-section article:after {
	display: none;
}

.dark-version.third-design #introduction-section .entry-container {
    background-color: rgba(0, 0, 0, 0.50);
}

@media screen and (min-width: 992px) {
	.dark-version .each-faq > .faq-trigger {
		background-color: #111;
	}
}
@media screen and (min-width: 1024px) {
	.dark-version.second-design .main-navigation a, 
	.dark-version.second-design .main-navigation ul.nav-menu > li > a,
	.dark-version.third-design .main-navigation a, 
	.dark-version.third-design .main-navigation ul.nav-menu > li > a {
	    color: #fff;
	}
	.dark-version.second-design .main-navigation .nav-menu > li > a > svg,
	.dark-version.third-design .main-navigation .nav-menu > li > a > svg {
		fill: #fff;
	}
}

@media screen and (min-width: 1200px) {
	.dark-version #hero-section article {
		background-color: #111;
	}
	.dark-version #testimonial-section article {
		background-color: #000;
	}
}

/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #fb772f;
}
#colophon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#colophon a,
#colophon p,
#colophon li {
    color: #fff;
}
#colophon .site-info a {
	color: #fff;
}
.footer-widgets-area li, 
.footer-widgets-area li a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
#colophon a:hover,
#colophon a:focus {
    opacity: 0.8;
}
#colophon .social-icons li:not(:last-child) {
	margin-right: 15px;
}
#colophon .footer-widgets-area .widget li:not(:last-child) {
	margin-bottom: 15px;
}
#colophon .widget-title, 
#colophon .widgettitle {
    color: #fff;
    font-size: 32px;
    position: relative;
    margin-bottom: 28px;
}
.custom-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.custom-menu ul li:last-child {
	margin-right: 0;
}
#colophon .social-icons li a svg {
    fill: #fff;
}
#colophon .social-icons li a:hover svg,
#colophon .social-icons li a:focus svg {
    fill: #fff;
}
.site-info .social-icons {
    display: inline-block;
}
.site-info {
    text-align: center;
    padding: 15px 0;
    color: #fff;
    border-top: 1px solid #cc5f24;
}
.site-info span {
	display: block;
	text-align: center;
    color: #fff;
}
.site-info .custom-menu a {
    color: #fff;
    font-family: 'Fredoka One', cursive;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.site-info span + .social-icons {
	margin-top: 15px;
}
.custom-menu {
    margin-bottom: 15px;
}
#colophon .widget:not(:last-child) {
    margin-bottom: 20px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
	margin-bottom: 0;
}
.footer-widgets-area .hentry {
	margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
	margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.jetpack_subscription_widget {
    background-color: #cc5f24;
	border-radius: 50px;
	padding: 35px 25px 50px;
    max-width: 600px;
    margin: 0 auto;
}
.jetpack_subscription_widget .widgettitle, 
.jetpack_subscription_widget .widget-title {
	margin: 0;
}
.jetpack_subscription_widget input[type="email"]::-webkit-input-placeholder {
	color: #fb772f;
	opacity: 1;
}
.jetpack_subscription_widget input[type="email"]::-moz-placeholder {
	color: #fb772f;
	opacity: 1;
}
.jetpack_subscription_widget input[type="email"]:-moz-placeholder {
	color: #fb772f;
	opacity: 1;
}
.jetpack_subscription_widget input[type="email"]::-ms-input-placeholder {
    color: #fb772f;
    opacity: 1;
}

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1 #respond input[type="submit"],
.header-font-1 .site-title,
.header-font-1 .main-navigation a,
.header-font-1 .post-navigation a, 
.header-font-1 .posts-navigation a,
.header-font-1 .pagination .page-numbers,
.header-font-1 .pagination .page-numbers.dots:hover,
.header-font-1 .pagination .page-numbers.dots:focus,
.header-font-1 .post-navigation span,
.header-font-1 .posts-navigation span,
.header-font-1 input[type="submit"],
.header-font-1 .jetpack_subscription_widget input[type="submit"],
.header-font-1 .jetpack_subscription_widget button[type="submit"],
.header-font-1 .widget_popular_post a time,
.header-font-1 .widget_popular_post time,
.header-font-1 .widget_latest_post a time,
.header-font-1 .widget_latest_post time,
.header-font-1 .widget_featured_post a time,
.header-font-1 .widget_featured_post time,
.header-font-1 #secondary a,
.header-font-1 #secondary li,
.header-font-1 .single span.cat-links,
.header-font-1 .reply a,
.header-font-1 .section-subtitle,
.header-font-1 .btn,
.header-font-1 .trail-items li,
.header-font-1 .tab-section li a,
.header-font-1 .byline, 
.header-font-1 .byline a,
.header-font-1 .nav-arrows .slick-arrow:before,
.header-font-1 .nav-arrows .slick-arrow:before,
.header-font-1 .post-categories a,
.header-font-1 .posted-on a,
.header-font-1 .site-info .custom-menu a,
.header-font-1 #introduction-section .entry-title,
.header-font-1 #testimonial-section .entry-content, 
.header-font-1 #testimonial-section .entry-content p {
	font-family: 'Rajdhani', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2 #respond input[type="submit"],
.header-font-2 .site-title,
.header-font-2 .main-navigation a,
.header-font-2 .post-navigation a, 
.header-font-2 .posts-navigation a,
.header-font-2 .pagination .page-numbers,
.header-font-2 .pagination .page-numbers.dots:hover,
.header-font-2 .pagination .page-numbers.dots:focus,
.header-font-2 .post-navigation span,
.header-font-2 .posts-navigation span,
.header-font-2 input[type="submit"],
.header-font-2 .jetpack_subscription_widget input[type="submit"],
.header-font-2 .jetpack_subscription_widget button[type="submit"],
.header-font-2 .widget_popular_post a time,
.header-font-2 .widget_popular_post time,
.header-font-2 .widget_latest_post a time,
.header-font-2 .widget_latest_post time,
.header-font-2 .widget_featured_post a time,
.header-font-2 .widget_featured_post time,
.header-font-2 #secondary a,
.header-font-2 #secondary li,
.header-font-2 .single span.cat-links,
.header-font-2 .reply a,
.header-font-2 .section-subtitle,
.header-font-2 .btn,
.header-font-2 .trail-items li,
.header-font-2 .tab-section li a,
.header-font-2 .byline, 
.header-font-2 .byline a,
.header-font-2 .nav-arrows .slick-arrow:before,
.header-font-2 .nav-arrows .slick-arrow:before,
.header-font-2 .post-categories a,
.header-font-2 .posted-on a,
.header-font-2 .site-info .custom-menu a,
.header-font-2 #introduction-section .entry-title,
.header-font-2 #testimonial-section .entry-content, 
.header-font-2 #testimonial-section .entry-content p {
	font-family: 'Cherry Swash', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3 #respond input[type="submit"],
.header-font-3 .site-title,
.header-font-3 .main-navigation a,
.header-font-3 .post-navigation a, 
.header-font-3 .posts-navigation a,
.header-font-3 .pagination .page-numbers,
.header-font-3 .pagination .page-numbers.dots:hover,
.header-font-3 .pagination .page-numbers.dots:focus,
.header-font-3 .post-navigation span,
.header-font-3 .posts-navigation span,
.header-font-3 input[type="submit"],
.header-font-3 .jetpack_subscription_widget input[type="submit"],
.header-font-3 .jetpack_subscription_widget button[type="submit"],
.header-font-3 .widget_popular_post a time,
.header-font-3 .widget_popular_post time,
.header-font-3 .widget_latest_post a time,
.header-font-3 .widget_latest_post time,
.header-font-3 .widget_featured_post a time,
.header-font-3 .widget_featured_post time,
.header-font-3 #secondary a,
.header-font-3 #secondary li,
.header-font-3 .single span.cat-links,
.header-font-3 .reply a,
.header-font-3 .section-subtitle,
.header-font-3 .btn,
.header-font-3 .trail-items li,
.header-font-3 .tab-section li a,
.header-font-3 .byline, 
.header-font-3 .byline a,
.header-font-3 .nav-arrows .slick-arrow:before,
.header-font-3 .nav-arrows .slick-arrow:before,
.header-font-3 .post-categories a,
.header-font-3 .posted-on a,
.header-font-3 .site-info .custom-menu a,
.header-font-3 #introduction-section .entry-title,
.header-font-3 #testimonial-section .entry-content, 
.header-font-3 #testimonial-section .entry-content p {
	font-family: 'Philosopher', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4 #respond input[type="submit"],
.header-font-4 .site-title,
.header-font-4 .main-navigation a,
.header-font-4 .post-navigation a, 
.header-font-4 .posts-navigation a,
.header-font-4 .pagination .page-numbers,
.header-font-4 .pagination .page-numbers.dots:hover,
.header-font-4 .pagination .page-numbers.dots:focus,
.header-font-4 .post-navigation span,
.header-font-4 .posts-navigation span,
.header-font-4 input[type="submit"],
.header-font-4 .jetpack_subscription_widget input[type="submit"],
.header-font-4 .jetpack_subscription_widget button[type="submit"],
.header-font-4 .widget_popular_post a time,
.header-font-4 .widget_popular_post time,
.header-font-4 .widget_latest_post a time,
.header-font-4 .widget_latest_post time,
.header-font-4 .widget_featured_post a time,
.header-font-4 .widget_featured_post time,
.header-font-4 #secondary a,
.header-font-4 #secondary li,
.header-font-4 .single span.cat-links,
.header-font-4 .reply a,
.header-font-4 .section-subtitle,
.header-font-4 .btn,
.header-font-4 .trail-items li,
.header-font-4 .tab-section li a,
.header-font-4 .byline, 
.header-font-4 .byline a,
.header-font-4 .nav-arrows .slick-arrow:before,
.header-font-4 .nav-arrows .slick-arrow:before,
.header-font-4 .post-categories a,
.header-font-4 .posted-on a,
.header-font-4 .site-info .custom-menu a,
.header-font-4 #introduction-section .entry-title,
.header-font-4 #testimonial-section .entry-content, 
.header-font-4 #testimonial-section .entry-content p {
	font-family: 'Slabo 27px', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5 #respond input[type="submit"],
.header-font-5 .site-title,
.header-font-5 .main-navigation a,
.header-font-5 .post-navigation a, 
.header-font-5 .posts-navigation a,
.header-font-5 .pagination .page-numbers,
.header-font-5 .pagination .page-numbers.dots:hover,
.header-font-5 .pagination .page-numbers.dots:focus,
.header-font-5 .post-navigation span,
.header-font-5 .posts-navigation span,
.header-font-5 input[type="submit"],
.header-font-5 .jetpack_subscription_widget input[type="submit"],
.header-font-5 .jetpack_subscription_widget button[type="submit"],
.header-font-5 .widget_popular_post a time,
.header-font-5 .widget_popular_post time,
.header-font-5 .widget_latest_post a time,
.header-font-5 .widget_latest_post time,
.header-font-5 .widget_featured_post a time,
.header-font-5 .widget_featured_post time,
.header-font-5 #secondary a,
.header-font-5 #secondary li,
.header-font-5 .single span.cat-links,
.header-font-5 .reply a,
.header-font-5 .section-subtitle,
.header-font-5 .btn,
.header-font-5 .trail-items li,
.header-font-5 .tab-section li a,
.header-font-5 .byline, 
.header-font-5 .byline a,
.header-font-5 .nav-arrows .slick-arrow:before,
.header-font-5 .nav-arrows .slick-arrow:before,
.header-font-5 .post-categories a,
.header-font-5 .posted-on a,
.header-font-5 .site-info .custom-menu a,
.header-font-5 #introduction-section .entry-title,
.header-font-5 #testimonial-section .entry-content, 
.header-font-5 #testimonial-section .entry-content p {
	font-family: 'Dosis', sans-serif;
}

.body-font-1 {
	font-family: 'News Cycle', sans-serif;
}

.body-font-2 {
	font-family: 'Pontano Sans', sans-serif;
}

.body-font-3 {
	font-family: 'Gudea', sans-serif;
}

.body-font-4 {
	font-family: 'Quattrocento Sans', sans-serif;
}

.body-font-5 {
	font-family: 'Khand', sans-serif;
}
/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	#hero-section .featured-image,
	#testimonial-section .featured-image {
		width: 290px;
		height: 290px;
	}
	.services-list-wrapper.col-2 article,
	.services-list-wrapper.col-3 article,
	.services-list-wrapper.col-4 article {
	    width: 50%;
	    float: left;
	    text-align: left;
	}
	.services-list-wrapper.col-2 article:nth-child(2n+1),
	.services-list-wrapper.col-3 article:nth-child(2n+1),
	.services-list-wrapper.col-4 article:nth-child(2n+1) {
		clear: left;
	}
	.services-list-wrapper.col-2 article:nth-last-child(-n+2),
	.services-list-wrapper.col-3 article:nth-last-child(-n+2),
	.services-list-wrapper.col-4 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.grid-item {
	    width: 50%;
	    padding: 0 15px;
	}
	.tab-section-content {
	    margin: 0 -15px;
	}
	.tab-section-content .section-header {
	    padding: 0 15px;
	}
	.archive-blog-wrapper .entry-meta > span {
	    display: inline-block;
	    vertical-align: middle;
	    margin-right: 25px;
	    position: relative;
	}
	.archive-blog-wrapper .entry-meta > span:last-child {
		margin-right: 0;
	}
	.archive-blog-wrapper .entry-meta > span:not(:last-child):after {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    background-color: #8992bb;
	    width: 9px;
	    height: 3px;
	    position: absolute;
	    top: 18px;
	    right: -18px;
	}
	#page-site-header {
	    padding: 275px 0;
	}
	.footer-widgets-area.col-2 .hentry,
	.footer-widgets-area.col-4 .hentry {
		width: 50%;
		float: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(odd),
	.footer-widgets-area.col-4 .hentry:nth-child(odd) {
		padding-right: 40px;
	}
	.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 767px) {
	.site-logo img {
	    max-height: 80px;
	    width: auto;
	}
	#page-site-header .page-title {
		font-size: 42px;
		margin: 0 0 5px;
	}
	#introduction-section {
		padding: 0;
	}
	#introduction-section article.no-post-thumbnail .entry-container {
	    width: 100%;
	    padding: 80px 0;
	}
	#introduction-section article {
	    position: relative;
	    display: table;
	    width: 100%;
	}
	#introduction-section .entry-container, 
	#introduction-section .featured-image {
	    width: 50%;
	    display: table-cell;
	}
	#introduction-section .entry-container {
	    float: left;
	    padding: 60px 30px 80px 0;
	}
	#introduction-section .featured-image {
	    padding-bottom: 0;
	    position: absolute;
	    top: 0;
	    right: 0;
        height: 100%;
        margin-bottom: 0;
	}
	#about-us .wrapper,
	#call-to-action .wrapper {
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	#about-us .featured-image,
	#call-to-action .featured-image {
		border: 30px solid #fff;
		border-left: none;
	}
	#about-us article:nth-child(odd) .featured-image,
	#call-to-action article:nth-child(even) .featured-image {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#about-us article:nth-child(even) .featured-image,
	#call-to-action article:nth-child(odd) .featured-image {
		border: 30px solid #fff;
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.services-list-wrapper.col-3 article {
	    width: 33.33%;
	}
	.services-list-wrapper.col-3 article:nth-child(2n+1) {
		clear: none;
	}
	.services-list-wrapper.col-3 article:nth-child(3n+1) {
		clear: left;
	}
	.services-list-wrapper.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	#about-us article.has-post-thumbnail,
	#call-to-action article.has-post-thumbnail {
	    width: 100%;
	    position: relative;
	    display: table;
	}
	#about-us article.has-post-thumbnail .featured-image,
	#about-us article.has-post-thumbnail .entry-container,
	#call-to-action article.has-post-thumbnail .featured-image,
	#call-to-action article.has-post-thumbnail .entry-container {
		width: 50%;
		display: table-cell;
	}
	#about-us article.has-post-thumbnail .featured-image,
	#call-to-action article.has-post-thumbnail .featured-image {
		padding-bottom: 0;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	#about-us article:nth-child(even) .featured-image,
	#call-to-action article:nth-child(odd) .featured-image {
		left: auto;
		right: 0;
	}
	#about-us article.has-post-thumbnail .entry-container,
	#call-to-action article.has-post-thumbnail .entry-container {
		float: right;
		text-align: left;
		padding: 50px;
	}
	#about-us article:nth-child(even) .entry-container,
	#call-to-action article:nth-child(odd) .entry-container {
		float: left;
		padding: 50px;
	}
	.archive-blog-wrapper article.has-post-thumbnail {
	    position: relative;
	    display: table;
	    width: 100%;
	}
	.archive-blog-wrapper article.has-post-thumbnail .featured-image {
		width: 42.6%;
		display: table-cell;
		padding-bottom: 0;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
	}
	.archive-blog-wrapper article.has-post-thumbnail .entry-container {
		width: 57.4%;
		float: right;
		text-align: left;
	}
	.left-sidebar #primary .archive-blog-wrapper .entry-container,
	.right-sidebar #primary .archive-blog-wrapper .entry-container {
	    padding: 50px;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous {
	    padding-right: 25px;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		padding-left: 25px;
	}
	.footer-widgets-area.col-3 .hentry {
		margin-bottom: 0;
		width: 33.33%;
		float: left;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child) {
		padding-right: 40px;
	}
	.site-info.col-2 span {
	    width: 50%;
	    float: left;
	    text-align: left;
        margin: 6px 0;
	}
	.site-info.col-2 span:nth-child(2),
	.site-info.col-2 .social-icons {
	    width: 50%;
	    float: right;
	    text-align: right;
	}
	.site-info span + span {
		margin-top: 0;
	}
	.site-info span + .social-icons {
		margin-top: 0;
	}
}
@media screen and (min-width: 992px) {
	.page-section {
		padding: 80px 0;
	}
	.section-header {
	    margin-bottom: 50px;
	}
	.section-title {
		font-size: 62px;
	}
	.section-subtitle {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.entry-title {
		font-size: 32px;
		font-size: 2em;
	}
	.btn,
	input[type="submit"],
	#respond input[type="submit"] {
		font-size: 24px;
	}
	.btn svg {
	    fill: #fff;
	    width: 20px;
	    height: 20px;
	    margin-left: 10px;
	    margin-top: -6px;
	}
	#introduction-section .entry-container {
	    float: left;
	    padding: 50px 50px 100px 0;
	}
	#introduction-section .entry-title {
	    font-size: 62px;
	}
	#introduction-section .entry-content, 
	#introduction-section .entry-content p {
	    font-size: 22px;
	    line-height: 42px;
	}
	#hero-section .read-more .btn {
	    font-size: 18px;
	}
	#about-us .entry-header .entry-title,
	#call-to-action .entry-header .entry-title {
		font-size: 62px;
		margin-bottom: 25px;
	}
	#about-us .entry-content,
	#call-to-action .entry-content {
		margin-bottom: 40px;
	}
	#about-us .entry-title:after,
	#call-to-action .entry-title:after {
	    margin-top: 40px;
	}
	.service-item .entry-title {
	    font-size: 34px;
	}
	.services-list-wrapper.col-4 article {
		width: 25%;
	}
	.services-list-wrapper.col-4 article:nth-child(2n+1) {
		clear: none;
	}
	.services-list-wrapper.col-4 article:nth-child(4n+1) {
		clear: left;
	}
	.services-list-wrapper.col-4 article:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	.services-list-wrapper.col-4 article .service-item {
		padding: 0;
	}
	#our-gallery .wrapper {
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	    justify-content: center;
	}
	.tab-section {
	    width: 30%;
	    margin-bottom: 0;
	    margin-right: 50px;
	}
	.tab-section-content {
		width: 70%;
	}
	#our-gallery .section-header,
	.tab-section li a {
	    text-align: left;
	}
	.testimonial-section-modern #call-to-action {
	    padding-bottom: 225px;
	}
	.testimonial-section-modern #call-to-action + #testimonial-section {
	    padding-top: 0;
	    position: relative;
	    width: 90%;
	    max-width: 1200px;
	    margin: 0 auto;
	    padding-left: 15px;
	    padding-right: 15px;
	    left: 0;
	    right: 0;
	}
	.testimonial-section-modern #call-to-action + #testimonial-section .wrapper {
	    margin-top: -130px;
	    position: relative;
	    width: 100%;
	    max-width: 100%;
	    padding: 0;
	}
	.archive-blog-wrapper .entry-container {
	    padding: 60px;
	    padding-right: 130px;
	    position: relative;
	}
	.archive-blog-wrapper .entry-title {
	    margin-bottom: 28px;
        font-size: 34px;
	}
	.archive-blog-wrapper .entry-content {
	    margin-bottom: 38px;
	}
	.each-faq > .faq-trigger {
	    display: block;
	    background-color: #fff;
    	padding: 25px 40px;
    	border-radius: 10px;
    	box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.1);
    	cursor: pointer;
	    margin-bottom: 25px;
    	display: flex;
	    align-items: center;
	    flex-direction: row;
	    justify-content: space-between;
	}
	.each-faq.open > .faq-trigger {
	    display: none;
	}
	.each-faq.open .faq-trigger.trigger-icon {
	    display: block;
	}
	.faq-trigger h4 {
	    font-size: 32px;
	    margin: 0;
	    max-width: 500px;
    	padding: 0 15px;
	}
	.archive-blog-wrapper .faq-trigger .entry-meta {
		margin: 0;
	}
	.entry-container .trigger-icon {
	    position: absolute;
	    top: 40px;
	    right: 20px;
	    cursor: pointer;
	}
	#testimonial-section .entry-content, 
	#testimonial-section .entry-content p {
		font-size: 32px;
	}
	.footer-widgets-area.page-section {
	    padding-bottom: 50px;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry:first-child {
	    width: 28%;
	    padding-right: 55px;
	}
	.footer-widgets-area.col-5 .hentry {
		width: 18%;
		float: left;
	    padding-right: 25px;
	}
	.footer-widgets-area.col-4 .hentry:last-child {
		padding-right: 0;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1),
	.footer-widgets-area.col-5 .hentry:nth-child(5n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 20%;
	}
	.footer-widgets-area.col-4 .hentry:first-child {
	    width: 40%;
	    padding-right: 100px;
	}
	.comments-title, 
	#reply-title {
		font-size: 42px;
	}
	.site-info {
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	    justify-content: center;
	}
	.site-info.col-3 span, 
	.site-info.col-3 .social-icons {
	    width: 20%;
	}
	.site-info.col-3 .custom-menu {
	    width: 60%;
        margin-top: 18px;
	}
	.site-info.col-3 span {
		text-align: left;
		padding-right: 25px;
	}
	.site-info.col-3 .social-icons {
		text-align: right;
	}
	#colophon .jetpack_subscription_widget .widgettitle, 
	#colophon .jetpack_subscription_widget .widget-title {
		padding-right: 25px;
	}
	#colophon .jetpack_subscription_widget .widgettitle, 
	#colophon .jetpack_subscription_widget .widget-title, 
	.jetpack_subscription_widget form {
	    display: inline-block;
	    vertical-align: middle;
	    margin: 0;
	}
	.jetpack_subscription_widget {
	    max-width: 100%;
	}
	.footer-widgets-area.page-section.col-1 .widget {
	    width: 80%;
	    float: right;
	}
	.footer-widgets-area.page-section.col-1 .widget.widget_text {
	    width: 20%;
	    float: left;
        padding-right: 50px;
		position: relative;
		top: 30px;
	}
	.jetpack_subscription_widget {
	    border-radius: 100px;
	    padding: 29px 25px;
	    padding-left: 50px;
	    text-align: left;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}
	.jetpack_subscription_widget form {
	    float: right;
	    max-width: 715px;
	    width: 70%;
	}
}
@media screen and (min-width: 1024px) {
	#masthead .social-icons li:not(:last-child) {
	    margin-right: 15px;
	}
	#masthead .social-icons {
	    margin: 0;
	}
	#social-navigation {
	    float: right;
	    display: flex;
	    align-items: center;
	    justify-content: right;
	    min-height: 70px;
	}
	.menu-overlay.active,
	.main-navigation li.social-menu-item {
		display: none;
	}
	.site-branding {
	    text-align: left;
	    float: left;
	    max-width: 25%;
	    width: 25%;
	    display: flex;
	    align-items: center;
	    min-height: 70px;
	}
	.main-navigation li.social-menu-item {
	    margin-left: 15px;
        vertical-align: middle;
	}
	.main-navigation .nav-menu > li > a > svg {
		fill: #fff;
	}
	#site-menu .search-menu {
		display: none;
	}
	#search-menu a svg {
	    fill: #949494;
	}
	.main-navigation {
	    float: left;
		display: block !important;
		height: auto !important;
	}
	.main-navigation a,
	.main-navigation ul.nav-menu > li > a {
		color: #fff;
	}
	.main-navigation li.menu-item-has-children:hover > a > svg, 
	.main-navigation li.menu-item-has-children > a:hover > svg {
		fill: #fb772f;
	}
	#masthead .main-navigation ul#primary-menu li.current-menu-item > a,
	#masthead .main-navigation ul.nav-menu > li > a:hover,
	.main-navigation ul#primary-menu li:hover > a {
		color: #fb772f;
	}
	.main-navigation ul#primary-menu > li.current-menu-item > a > svg {
		fill: #fb772f;
	}
	.main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul li:hover > ul:before {
	    content: "";
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #fff;
	    position: absolute;
	    top: -10px;
	    right: 8px;
	    width: 5px;
	}
	.main-navigation ul ul li:hover > ul:before {
		display: none;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation ul.sub-menu li a {
		border-bottom: none;
	}
	.main-navigation ul ul li:not(:last-child) {
	    border-bottom: 1px solid #ddd;
	}
	.main-navigation ul ul {
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
	.main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li:focus > a {
		background-color: #fb772f;
		color: #fff;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	.main-navigation li.search-menu {
		display: none;
	}
	#masthead .social-icons li a svg,
	#masthead .social-icons li a:hover svg,
	#masthead .social-icons li a:focus svg {
		fill: #fff;
	}
	.main-navigation .search-active .icon-search {
		display: none;
	}
	.main-navigation .search-active .icon-close {
		display: inline-block;
	}
	#masthead .main-navigation ul ul li.menu-item-has-children > a {
	    padding-right: 35px;
	}
	#masthead .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 17px;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.main-navigation ul#primary-menu ul li.current-menu-item > a,
	.main-navigation ul#primary-menu ul li:hover > a,
	.main-navigation ul#primary-menu ul li:focus > a {
	    color: #fff;
	}
	.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
	.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
		fill: #fff;
	}
	button.dropdown-toggle,
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.main-navigation form.search-form {
	    border: 20px solid #333;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border-color: #fff;
	    color: #333;
	}
	.main-navigation form.search-form svg.icon-search {
		fill: #333;
	}
	.social-icons li a svg {
	    fill: #fff;
	}
	.menu-sticky #masthead.nav-shrink {
		position: sticky;
	    top: 0;
	    padding: 15px 0;
	    z-index: 3000;
	    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.30);
	}
	.menu-sticky.customize-support #masthead.nav-shrink {
	    top: 32px;
	}
	#introduction-section .featured-image img {
		max-height: 600px;
	}
	#introduction-section .slick-prev {
		left: -50px;
	}
	#introduction-section .slick-next {
		right: -50px;
	}
	.service-item {
	    padding: 0 25px;
	}
	#page-site-header .page-title {
		font-size: 52px;
	}
	.no-sidebar nav.navigation.pagination {
	    text-align: center;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 70%;
    	float: left;
	    padding-right: 30px;
    }
    .right-sidebar #secondary,
    .left-sidebar #secondary {
    	width: 30%;
    	float: left;
    }
	.left-sidebar #primary {
		padding-left: 30px;
		padding-right: 0;
		float: right;
	}
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
    .boxed-layout #page {
	    max-width: 1200px;
	    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
        background-color: #fff;
	}
	.frame-layout #page {
		background-color: #fff;
	}
	.frame-layout {
		max-width: 1600px;
		width: 90%;
		margin: 50px auto;
	}
}
@media screen and (min-width: 1200px) {
	#page-site-header {
	    padding: 0;
	    height: 100vh;
	}
	#introduction-section .entry-container {
	    padding: 50px 50px 100px 0;
	}
	#introduction-section .entry-title {
	    font-size: 82px;
	    margin-bottom: 50px;
	}
	#introduction-section {
	    padding-bottom: 150px;
	}
	#hero-section article,
	#testimonial-section article {
	    background-color: #fff;
	    display: flex;
	    align-items: center;
	    flex-direction: row;
	    justify-content: space-between;
	    width: 100%;
	    padding-right: 60px;
	    border-radius: 20px;
	}
	#hero-section article.no-post-thumbnail .entry-container,
	#testimonial-section article.no-post-thumbnail .entry-container {
		margin-left: 0;
		padding-left: 50px;
	}
	#introduction-section + #hero-section {
	    padding-top: 0;
	}
	#introduction-section + #hero-section article {
		margin-top: -130px;
	}
	#hero-section .featured-image {
		top: -50px;
		left: -50px;
	}
	#testimonial-section .featured-image {
		top: -50px;
		left: -50px;
	}
	#hero-section .entry-container {
	    max-width: 780px;
	    width: 50%;
	    padding: 0 25px;
	}
	#testimonial-section .entry-container {
	    max-width: 760px;
	    width: 70%;
	    padding: 0 25px;
	}
	.testimonial-section-modern #call-to-action + #testimonial-section {
		position: absolute;
	}
	.home.page.testimonial-section-modern .footer-widgets-area.page-section {
	    padding-top: 250px;
	}
	#testimonial-section .slick-list {
	    background-color: #fff;
	    border-radius: 20px;
	}
	.nav-arrows {
	    margin-top: 40px;
	}
	.nav-arrows .slick-arrow {
		margin: 15px 0;
	}
	#hero-section .entry-title {
		font-size: 32px;
	}
	.tab-section {
	    width: 20%;
	    margin-right: 100px;
	}
	.tab-section-content {
	    width: 80%;
	}
	#our-gallery .section-header {
	    max-width: 675px;
	}
	.grid-item:nth-child(1n) {
	    width: 40%;
	}
	.grid-item:nth-child(2n) {
	    width: 60%;
	}
	.grid-item:nth-child(3n) {
	    width: 40%;
	}
	.grid-item:nth-child(1n) .featured-image {
	    padding: 108px 0 107px;
	}
	.grid-item:nth-child(2n) .featured-image {
	    padding: 245px 0;
	}
	.grid-item:nth-child(3n) .featured-image {
	    padding: 108px 0 107px;
	}
	#masthead .wrapper {
		position: relative;
		z-index: 3000;
	}
	#about-us article.has-post-thumbnail .entry-container,
	#call-to-action article.has-post-thumbnail .entry-container {
		padding: 70px 80px;
	}
	#about-us article:nth-child(even) .entry-container,
	#call-to-action article:nth-child(even) .entry-container {
		padding: 70px 100px;
	}
	#about-us article,
	#call-to-action article {
		margin-bottom: 70px;
	}
	.archive-blog-wrapper .entry-container {
	    padding: 80px;
	    padding-right: 130px;
	}
}
@media screen and (min-width: 1900px) {
	body, button, input, select, textarea {
	    font-size: 18px;
	    line-height: 35px;
	}
	p {
	    font-weight: 600;
	}
	.wrapper {
	    max-width: 1440px;
	}
	.btn {
		font-size: 34px;
	}
	.btn svg {
	    fill: #fff;
	    width: 24px;
	    height: 24px;
	    margin-left: 20px;
	    margin-top: -6px;
	}
	.main-navigation ul.nav-menu > li:not(:last-child) {
	    margin-right: 20px;
	}
	.main-navigation ul.nav-menu > li > a {
	    padding: 22px 12px;
	    font-size: 22px;
	}
	.page-section {
		padding: 93px 0 100px;
	}
	#introduction-section {
	    padding-bottom: 100px;
	}
	#introduction-section .entry-container {
		padding: 100px 60px 200px 0;
		width: 42%;
	}
	#introduction-section .featured-image {
	    position: relative;
	    top: 0;
	    right: 0;
	    height: auto;
	    margin-bottom: 0;
	    display: block;
	    float: right;
	    padding: 400px 0;
	    width: 58%;
	}
	#introduction-section .entry-title {
	    font-size: 110px;
	}
	#introduction-section .entry-content {
	    margin-bottom: 35px;
	}
	#hero-section .entry-container {
	    max-width: 630px;
	    width: 50%;
	    padding: 0 25px;
	    margin-left: -95px;
	}
	#hero-section article.no-post-thumbnail .entry-container,
	#testimonial-section article.no-post-thumbnail .entry-container {
		margin-left: 0;
	}
	#hero-section .read-more .btn {
	    font-size: 24px;
	}
	#testimonial-section .entry-container {
	    max-width: 925px;
	    width: 100%;
	    padding: 0 25px;
	    margin-left: -95px;
	}
	#hero-section .entry-title {
	    font-size: 34px;
	}
	#about-us article.has-post-thumbnail .featured-image,
	#call-to-action article.has-post-thumbnail .featured-image {
	    width: 45.75%;
	}
	#about-us article.has-post-thumbnail .entry-container,
	#call-to-action article.has-post-thumbnail .entry-container {
	    width: 54.25%;
	}
	.service-item {
	    padding: 0 50px;
	}
	#about-us .entry-header .entry-title,
	#call-to-action .entry-header .entry-title,
	.section-title {
		font-size: 82px;
	}
	#about-us article.has-post-thumbnail .entry-container,
	#call-to-action article.has-post-thumbnail .entry-container {
		padding: 95px 200px 94px 135px;
	}
	#about-us article:nth-child(even) .entry-container,
	#call-to-action article:nth-child(even) .entry-container {
		padding: 95px 135px 94px 200px;
	}
	#about-us article,
	#call-to-action article {
		margin-bottom: 100px;
	}
	#about-us .has-post-thumbnail .entry-content,
	#call-to-action .has-post-thumbnail .entry-content {
		max-width: 585px;
	}
	#our-gallery .section-header {
	    max-width: 875px;
	}
	.archive-blog-wrapper .entry-container {
		padding: 100px;
	    padding-left: 80px;
		padding-right: 130px;
	}
	.each-faq > .faq-trigger {
		padding: 45px 50px;
	}
	.faq-trigger h4 {
		max-width: 900px;
	}
	.entry-container .trigger-icon {
		top: 50px;
		right: 30px;
	}
	.archive-blog-wrapper .section-content + .read-more {
	    margin-top: 70px;
	}
	.testimonial-section-modern #call-to-action + #testimonial-section {
		max-width: 1440px;
	}
	.jetpack_subscription_widget input[type="email"] {
		min-height: 90px;
	}
	.jetpack_subscription_widget input[type="submit"], 
	.jetpack_subscription_widget button[type="submit"] {
	    padding: 24px 37px;
	}
	.jetpack_subscription_widget {
		padding: 20px;
	    padding-left: 70px;
	}
	#colophon .jetpack_subscription_widget .widgettitle, 
	#colophon .jetpack_subscription_widget .widget-title {
	    font-size: 52px;
	}
	#secondary .widget:not(:last-child) {
	    margin-bottom: 50px;
	}
	.right-sidebar #primary {
	    padding-right: 50px;
    }
    .left-sidebar #primary {
	    padding-left: 50px;
    }
	.footer-widgets-area.col-3 .hentry:not(:last-child),
	.footer-widgets-area.col-2 .hentry:nth-child(odd) {
		padding-right: 100px;
	}
	.footer-widgets-area.page-section {
		padding-bottom: 80px;
	}
	.site-info {
		padding: 45px 0;
	}
	.site-info.col-3 span {
		padding-right: 50px;
	}
	.boxed-layout #page {
	    max-width: 1600px;
	    width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	#masthead {
		z-index: 3000;
	}
	.main-navigation ul.nav-menu > li > a {
	    padding: 22px 4px;
	}
	.main-navigation li.social-menu-item {
	    margin-left: 5px;
	}
	.main-navigation .social-menu-item ul li:not(:last-child) {
	    margin-right: 5px;
	}
	#hero-section article,
	#testimonial-section article {
	    padding: 40px 30px 50px;
	    text-align: center;
	}
	#hero-section article .featured-image,
	#testimonial-section article .featured-image {
		margin: 0 auto 20px;
	}
	#hero-section article .entry-container,
	#testimonial-section article .entry-container {
		max-width: 600px;
		margin: 0 auto;
	}
	.nav-arrows .slick-arrow {
		display: inline-block !important;
		margin: 50px 10px 0;
	}
}
@media screen and (max-width: 1023px) {
	#masthead {
		padding: 15px 0;
	}
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation li.social-menu-item {
	    margin-left: 0;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	.main-navigation ul ul,
	.main-navigation ul ul ul {
	    box-shadow: none;
	    float: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    display: none;
	}
	.main-navigation ul.sub-menu li {
	    padding-right: 0;
	}
	.main-navigation .menu-item-has-children > a:before {
	    content: "";
	    float: right;
	    position: relative;
	    right: 25px;
	    background-color: #ccc;
	    width: 1px;
	    height: 25px;
	}
	.main-navigation .menu-item-has-children > a:after {
	    padding-top: 3px;
	}
	.main-navigation ul.nav-menu > li > a,
	.main-navigation ul.sub-menu li a {
	    padding: 15px 15px 15px 25px;
	}
	.main-navigation ul.sub-menu li a {
		padding-left: 50px;
	}
	.main-navigation ul.sub-menu ul li a {
		padding-left: 75px;
	}
	.main-navigation ul.sub-menu ul ul li a {
		padding-left: 100px;
	}
	.main-navigation ul.sub-menu ul ul ul li a {
		padding-left: 125px;
	}
	.main-navigation .menu-item-has-children a svg {
		display: none;
	}
	.main-navigation ul.sub-menu li a {
		border-left: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #fff;
	    border-top: 1px solid #eee;
	}
	.main-navigation {
		position: static;
	}
	.main-navigation a {
		color: #5276f1;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #333;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	#masthead.site-header .main-navigation {
	    margin-top: 0;
	    position: absolute;
	    z-index: 3;
	    max-width: 100%;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	    display: none;
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border: none;
	    min-height: 55px;
	}
	.main-navigation form.search-form button.search-submit {
		height: 59px;
	}
	.main-navigation form.search-form input {
		padding-left: 25px;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	    top: 28px;
	}
	#social-navigation {
		display: none;
	}
	.main-navigation li.social-menu-item {
	    padding: 10px 25px;
	}
	.main-navigation li.social-menu-item .social-icons {
	    margin: 0;
	}
	#secondary {
	    margin-top: 50px;
	}
	#page {
	    overflow-x: hidden;
	}
}

@media screen and (max-width: 992px) {
	.grid-item:nth-child(3n) {
		width: 100%;
	}
	.faq-content {
	    display: block !important;
	}
	.trigger-icon {
	    display: none;
	}
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	#introduction-section .featured-image:before {
		display: none;
	}
	#introduction-section .entry-container,
	#about-us .entry-container,
	#call-to-action .entry-container,
	#about-us .read-more,
	#call-to-action .read-more,
	#introduction-section .read-more,
	.archive-blog-wrapper .entry-container {
	    text-align: center;
	}
	.jetpack_subscription_widget #subscribe-submit {
	    position: relative;
	    text-align: center;
	    right: auto;
	    left: auto;
	    margin: 25px auto 0;
        display: block;
	}
	.jetpack_subscription_widget input[type="email"] {
	    padding: 2px 30px 0 30px;
	    max-width: 500px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.jetpack_subscription_widget form {
		text-align: center;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
    	margin: 15px 0;
	}
	.post-navigation span.previous-article b, 
	.post-navigations span.previous-article b, 
	.post-navigation span.next-article b, 
	.post-navigations span.next-article b {
		font-size: 18px;
	}
	.comment-wrap {
	    margin-left: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 567px) {
	.menu-label {
		display: none;
	}
	.menu-toggle {
		height: 60px;
	}
	.site-logo img {
	    max-height: 70px;
	    width: auto;
	}
	.site-branding {
	    display: block;
	}
	.site-logo {
	    margin-right: 0;
	}
	.site-logo + #site-identity {
	    margin-top: 15px;
	}
	.archive-blog-wrapper .entry-container {
		padding: 20px 10px;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before, 
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		margin-left: 0;
		margin-right: 0;
	}
	.comment-content {
		margin-left: 0;
	    background-color: #fff;
	    margin-top: 25px;
	    padding: 15px 20px;
	}
	.reply {
		padding-left: 0;
	}
	#comments ol.children {
	    margin-left: 25px;
	}
	.comment-meta .fn {
	    margin-left: 0;
	    margin-top: 10px;
	}
	#colophon .widget-title:before, 
	#colophon .widgettitle:before {
		right: 0;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
	.custom-menu ul li {
	    display: block;
	    margin: 0 0 10px;
	}
	.footer-widgets-area {
		text-align: center;
	}
	.textwidget img {
		margin-left: auto;
		margin-right: auto;
	}
}