html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

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

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

th,
.wp-block-table th {
    font-weight: bold;
    border: 1px solid #EAEAEA;
    padding: 6px 10px;
}

td,
.wp-block-table td {
    border: 1px solid #EAEAEA;
    padding: 6px 10px;
}

caption, th, td {
    text-align: left;
}

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

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

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

a:focus {
    outline: 0;
}

a:hover, a:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a img {
    border: 0;
}

a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    -webkit-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
    color: #666666;
    font: 16px 'Lato', sans-serif;
    line-height: 20px;
    word-wrap: break-word;
}

body {
    background: #eaeaea;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 18px;
    color: #222222;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h2 {
    font-size: 28px;
    line-height: 34px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 22px;
    line-height: 28px;
}

h6 {
    font-size: 19px;
    line-height: 25px;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Tahoma', sans-serif;
    font-size: 16px;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #EAEAEA;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 14px;
    line-height: 1.4;
    white-space: pre-wrap;
}

code,
kbd,
var,
samp,
tt {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 19px;
    white-space: pre-wrap;
}

abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666666;
    cursor: help;
}

address {
    display: block;
    font-style: italic;
    margin: 0 0 15px;
}

ins {
    background: #F8F8F8;
}

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

/* =LINKS
----------------------------------------------- */
a {
    color: #0FBE7C;
    text-decoration: none;
}

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

a:focus {
    outline: thin dotted;
}

/* =IMAGES
----------------------------------------------- */
figure {
    margin: 0;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 18px;
}

.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*****************************************************************/
/*****************************************************************/
/* =BODY
----------------------------------------------- */
body {
    padding-top: 30px;
    padding-bottom: 30px;
}

#page {
    max-width: 1268px;
    margin: 0 auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.wide-1218 #page {
    max-width: 100%;
}

.narrow-978 #page {
    max-width: 1038px;
}

.wide-978 #page {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.inner-wrap {
    margin: 0 auto;
    max-width: 1218px;
}

.wide-1218 .inner-wrap {
    max-width: 1218px;
}

.narrow-978 .inner-wrap, .wide-978 .inner-wrap {
    max-width: 978px;
}

/* =CONTENT
----------------------------------------------- */
#main {
    padding: 40px 0 10px 0;
}

.widget_service_block .widget-title {
    font-size: 22px;
    padding-bottom: 10px;
}

.widget_service_block p {
    padding-bottom: 0;
}

.widget-title a {
    color: #444444;
}

.tg-one-half .widget-title a:hover,
.tg-one-third .widget-title a:hover,
.tg-one-fourth .widget-title a:hover {
    color: #0FBE7C;
}

.tg-one-half p,
.tg-one-half,
.tg-one-half .widget-title,
.tg-one-third p,
.tg-one-third .widget-title,
.tg-one-fourth p,
.tg-one-fourth .widget-title {
    text-align: center;
}

.tg-one-half {
    float: left;
    width: 48.7684729%;
    margin: 0 2.46305419% 0 0;
    padding: 0px 0px 30px;
}

.tg-one-half-last {
    float: right;
    margin: 0px;
}

.widget_recent_work img {
    margin-bottom: 0px;
}

.widget_recent_work .tg-one-half .widget-title,
.widget_recent_work .tg-one-third .widget-title,
.widget_recent_work .tg-one-fourth .widget-title {
    font-size: 22px;
    padding-bottom: 8px;
    text-align: left;
}

.widget_recent_work .tg-one-half p,
.widget_recent_work .tg-one-third p,
.widget_recent_work .tg-one-fourth p {
    text-align: left;
}

.widget_featured_single_post .widget-title {
    font-size: 22px;
    text-align: left;
}

.widget_featured_single_post p {
    text-align: left;
}

.widget_featured_post .tg-one-half .widget-title,
.widget_featured_post .tg-one-third .widget-title,
.widget_featured_post .tg-one-fourth .widget-title {
    text-align: left;
    font-size: 20px;
    padding-bottom: 8px;
    line-height: 22px;
}

.widget_featured_post .tg-one-half p,
.widget_featured_post .tg-one-third p,
.widget_featured_post .tg-one-fourth p {
    text-align: left;
}

/* =CALENDAR WIDGET
----------------------------------------------- */
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
    text-align: left;
    padding-bottom: 10px;
}

#wp-calendar caption {
    text-align: center;
}

.widget_calendar #wp-calendar th {
    font-weight: 600;
}

.widget-title span {
    border-bottom: 2px solid #0FBE7C;
    padding-bottom: 5px;
}

.elementor .widget_service_block .widget-title span,
.elementor .widget_testimonial .widget-title span,
.elementor .widget_featured_single_post .widget-title span {
    border: none;
}

#colophon #wp-calendar th,
#colophon #wp-calendar td {
    border: 1px solid #444444;
    padding: 3px 2px 3px 8px;
}

.widget th,
.widget td {
    padding: 1px 1px 1px 2px;
}

/* =POST CONTENT
----------------------------------------------- */
.post .entry-title a, .page .entry-title a {
    color: #444444;
}

.post .entry-title a:hover, .page .entry-title a:hover {
    color: #0FBE7C;
}

.entry-content ul {
    list-style: square;
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}

.entry-content ol {
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}

.entry-content li > ul, .entry-content li > ol {
    margin-bottom: 0;
}

.post .entry-content a:hover {
    text-decoration: underline;
}

.blog-alternate-medium #primary article:nth-child(odd) figure {
    float: left;
    padding-right: 4%;
}

.blog-alternate-medium #primary article:nth-child(even) figure {
    float: right;
    padding-left: 4%;
}

.post .entry-meta a {
    color: #666666;
}

.type-page .entry-meta a {
    color: #666666;
}

.post .entry-meta a:hover {
    color: #0FBE7C;
}

.type-page .entry-meta a:hover {
    color: #0FBE7C;
}

.post .entry-meta span {
    float: left;
    padding: 0 6px 0 6px;
}

.post .entry-meta span:first-child {
    border-left: none;
}

.author-box .author-img img {
    margin-bottom: 0;
}

.single #content .tags a {
    border: 1px solid #EAEAEA;
    padding: 3px 5px;
    border-radius: 3px;
    color: #666666;
}

.single #content .tags a:hover {
    color: #0FBE7C;
    text-decoration: none;
}

/* =HEADER
----------------------------------------------- */
#header-text-nav-container {
    border-bottom: 1px solid #EAEAEA;
}

#header-text-nav-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

#header-left-section {
    float: left;
    margin-right: 25px;
}

#header-logo-image {
    float: left;
    padding: 0 20px 0 0;
    max-width: 100%;
}

#header-logo-image img {
    margin-bottom: 0px;
}

#header-text {
    float: left;
    padding: 10px 20px 0 0;
}

#site-title a {
    color: #444444;
    font-size: 36px;
}

h1#site-title {
    padding-bottom: 5px;
}

h3#site-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

#site-title a:hover {
    color: #0FBE7C;
}

#header-right-section {
    float: right;
}

#header-right-section .widget {
    text-align: right;
    padding-top: 10px;
}

#header-right-section .widget h3 {
    padding-bottom: 5px;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
    background-color: #333333;
    border-top: 1px solid #EAEAEA;
}

.footer-widgets-area {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #999999;
}

.footer-widgets-area .tg-one-fourth .widget-title {
    text-align: left;
}

.footer-widgets-area h3.widget-title {
    color: #D5D5D5;
}

.footer-widgets-area .tg-one-half p,
.footer-widgets-area .tg-one-third p,
.footer-widgets-area .tg-one-fourth p {
    text-align: left;
    color: #999999;
}

.footer-widgets-area a {
    color: #D5D5D5 !important;
}

.footer-widgets-area a:hover {
    color: #0FBE7C !important;
}

#colophon {
    font-size: 14px;
    line-height: 18px;
}

#colophon .widget {
    padding-bottom: 25px;
}

#colophon .widget-title {
    font-size: 22px;
    line-height: 32px;
}

#colophon p {
    font-size: 14px;
    line-height: 18px;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
    background-color: #333333;
    border-top: 1px solid #EAEAEA;
}

.footer-widgets-area {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #999999;
}

.footer-widgets-area h3.widget-title {
    color: #d5d5d5;
    text-align: left;
}

.footer-widgets-area .tg-one-fourth p {
    text-align: left;
    color: #999999;
}

.footer-widgets-area a {
    color: #D5D5D5;
}

.footer-widgets-area a:hover {
    color: #0FBE7C;
}

#colophon {
    font-size: 14px;
    line-height: 18px;
}

#colophon .widget {
    padding-bottom: 25px;
}

#colophon .widget-title {
    font-size: 22px;
    line-height: 32px;
}

#colophon p {
    font-size: 14px;
    line-height: 18px;
}

/* =RESPONSIVE STRUCTURE
----------------------------------------------- */
@media screen and (max-width: 1308px) {
    #page {
	width: 97%;
    }
    .wide-1218 #page, .wide-978 #page {
	width: 100%;
    }
    .inner-wrap {
	width: 94%;
    }
}

@media screen and (max-width: 1078px) {
    body {
	padding: 15px 0;
    }
    .footer-socket-wrapper .small-menu li {
	float: none;
	display: inline;
    }
    .footer-socket-wrapper .small-menu a {
	float: none;
	display: inline;
	padding: 5px 5px 0;
    }
}

@media screen and (max-width: 768px) {
    #header-left-section {
	float: none;
	max-width: 100%;
	margin-right: 0px;
    }
    #header-logo-image {
	float: none;
	text-align: center;
	margin-bottom: 10px;
	padding-right: 0;
    }
    #header-text {
	float: none;
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
    }
    #header-right-section {
	float: none;
	max-width: 100%;
    }
    #header-right-section .widget {
	padding: 0 0 10px 0;
	float: none;
	text-align: center;
    }
    .spacious-menu-header-button-enabled .main-navigation .menu-primary-container > ul {
	display: none;
    }
    .main-navigation ul {
	display: none;
    }
    #featured-slider .entry-title span {
	font-size: 18px;
	line-height: 1.4;
    }
    #featured-slider .entry-content p {
	font-size: 14px;
	line-height: 1.4;
    }
    /* =RESPONSIVE SUB TOGGLE MENU
    ----------------------------------------------- */
    /* sub-toggle */
    .main-small-navigation li.current-menu-item > .sub-toggle i {
	color: #d40234;
    }
    .sub-toggle span {
	display: inline-block;
	font-size: 11px;
	line-height: 23px;
	margin-left: 0;
    }
    .better-responsive-menu #header-right-section {
	float: right;
	margin-top: 15px;
	max-width: 100%;
    }
    .better-responsive-menu #header-right-section .widget {
	margin-bottom: 10px;
    }
    .better-responsive-menu #header-logo-image {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
    }
    .better-responsive-menu #header-left-section {
	float: left;
	margin-top: 10px;
    }
    .better-responsive-menu #header-text {
	margin: 13px 0 0;
	float: left;
	text-align: left;
    }
    .better-responsive-menu #site-title a {
	font-size: 28px;
    }
    .better-responsive-menu #header-text-nav-wrap {
	padding: 0;
    }
    .better-responsive-menu #header-text-nav-wrap #header-right-section .widget {
	padding: 0;
    }
    .better-responsive-menu #header-text-nav-container {
	position: relative;
	margin-bottom: 15px;
	border: none;
    }
}

@media screen and (max-width: 767px) {
    .social-links ul {
	display: inline-block;
    }
    #header-meta .small-menu ul {
	display: inline-block;
    }
}

@media screen and (max-width: 600px) {
    .better-responsive-menu #header-logo-image {
	display: block;
	float: none;
    }
    .better-responsive-menu #header-text {
	display: block;
	float: none;
	margin-top: 12px;
	text-align: center;
    }
    .better-responsive-menu #header-left-section {
	padding-top: 10px;
	text-align: center;
	float: none;
    }
    .better-responsive-menu #header-right-section {
	padding-top: 10px;
	float: none;
    }
    .better-responsive-menu .site-header.spacious-header-display-four #header-left-section,
    .better-responsive-menu .site-header.spacious-header-display-four #header-right-section {
	float: none;
    }
    #featured-slider .entry-title span {
	font-size: 14px;
    }
    #featured-slider .entry-content p {
	font-size: 10px;
    }
    #controllers a {
	height: 4px;
	margin: 0 3px;
	width: 12px;
    }		
}