/*
Theme Name: Rootsera
Theme URI: http://ugandawebsitedesign.com/
Author: Kolo Pius
Author URI: https://www.facebook.com/valerian.okee/
Description: Baddest theme
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:Rootsera
Tags: Blog, Two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options

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.

Halcyon is based on Underscores http://underscores.me/, (C) 2012-2015 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 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-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 0px solid #c0c0c0;
	margin: 0px;
	padding: 0px;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Sanchez', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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;
	font-family: 'Sanchez', serif;
	/* color: #565656; */
	color: #333 !important;
	font-size: 18px;
	line-height: 35px;
	position: relative!important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
	padding-left: 0px !important;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
		inset 0 15px 17px rgba(255, 255, 255, 0.5),
		inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
		inset 0 15px 17px rgba(255, 255, 255, 0.8),
		inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
		inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: thin dotted;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
	color: #111;
	outline: thin dotted;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1ab293;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	/*text-decoration: underline;*/
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 300px;
	color: #fff !important;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li:focus-within > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:focus-within > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
@font-face {
	font-family: 'quentin';
	src: url('fonts/quentin.otf');
}
textarea.wpcf7-form-control,
.wpcf7-form-control[type='text'],
.wpcf7-form-control[type='number'],
.wpcf7-form-control[type='email'],
.wpcf7-form-control[type='password'],
.wpcf7-form-control[type='search'] {
	line-height: normal;
}
textarea.wpcf7-form-control,
.wpcf7-form-control[type='text'],
.wpcf7-form-control[type='number'],
.wpcf7-form-control[type='email'],
.wpcf7-form-control[type='password'],
.wpcf7-form-control[type='search'] {
	width: 100%;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='password'],
textarea,
textarea.wp-editor-area,
.select_container,
select,
.select_container select {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
a.more-link.sc_button,
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='password'],
input[type='search'],
select,
.select_container,
textarea,
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search,
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea,
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection,
.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img,
.sidebar .sidebar_control,
.sidebar .sidebar_control::after,
.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	-webkit-border-radius: 2.3em;
	-ms-border-radius: 2.3em;
	border-radius: 2.3em;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='password'],
textarea,
textarea.wp-editor-area,
.select_container,
select,
.select_container select {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
a.more-link.sc_button,
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='password'],
input[type='search'],
select,
.select_container,
textarea,
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search,
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea,
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection,
.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img,
.sidebar .sidebar_control,
.sidebar .sidebar_control::after,
.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	-webkit-border-radius: 2.3em;
	-ms-border-radius: 2.3em;
	border-radius: 2.3em;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='password'],
textarea,
textarea.wp-editor-area,
.select_container,
select,
.select_container select {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
a.more-link.sc_button,
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='password'],
input[type='search'],
select,
.select_container,
textarea,
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search,
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea,
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection,
.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img,
.sidebar .sidebar_control,
.sidebar .sidebar_control::after,
.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
	-webkit-border-radius: 2.3em;
	-ms-border-radius: 2.3em;
	border-radius: 2.3em;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='password'],
input[type='search'],
select,
textarea {
	padding: 1.186em 2em;
	border: 2px solid #1c140a;
	border-top-color: #1c140a;
	border-right-color: #1c140a;
	border-bottom-color: #1c140a;
	border-left-color: #1c140a;
	border-radius: 0px !important;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='password'],
input[type='search'],
textarea,
textarea.wp-editor-area {
	-webkit-appearance: none;
	outline: none;
	resize: none;
}
textarea,
textarea.wp-editor-area,
select,
option,
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='password'],
input[type='checkbox'],
input[type='radio'] {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease,
		border-color 0.3s ease;
	-ms-transition: color 0.3s ease, background-color 0.3s ease,
		border-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease,
		border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease,
		border-color 0.3s ease;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
input[placeholder],
textarea[placeholder] {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea,
textarea.wp-editor-area {
	font-family: inherit;
	font-size: 1em;
	margin: 0;
	margin-bottom: 0px;
	vertical-align: baseline;
}
select,
label,
textarea {
	width: 100% !important;
}

.wpcf7-form-control,
.wpcf7-submit {
	width: 300px;
}

.wpcf7-submit {
	margin-left: 30px !important;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 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 {
	content: '';
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

.site {
	background: #f7f8f3;
}

.site-branding img {
	max-width: 200px;
}
.custom-background-color .site,
.custom-background-image .site {
	margin: 20px;
}

.container {
	width: 1250px !important;
	max-width: 1250px !important;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:after {
	display: block;
	content: '';
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}

.svg-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	z-index: 2;
}

.svg-shape svg {
	display: block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 1.3px);
	height: 100px;
}

.svg-shape-fill {
	/* fill: #fff; */
	fill: #f3edbd !important;
}

.elementor-shape[data-negative='true'].elementor-shape-top {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.elementor-shape-top {
	top: -1px;
}
.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.row:before, .row:after {display: none !important;}

.site-header .header-top {
	margin: 0 auto;
	background: #f7f8f3;
}

.site-header .header-top .social-network-section {
	float: right;
}

.site-header .header-top .social-network-section .social-networks {
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}

.site-header .header-top .social-network-section span {
	text-transform: uppercase;
	font-family: 'Sanchez', serif;
	display: inline-block;
	margin: 0;
	color: #34495e;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	padding-top: 16px;
	float: left;
}

.site-header .header-top .social-network-section .social-networks:after {
	content: '';
	display: block;
	clear: both;
}

.site-header .header-top .social-network-section .social-networks li {
	float: left;
	list-style: none;
	margin-left: 24px;
}

.site-header
	.header-top
	.social-network-section
	.social-networks
	li:first-child {
	margin-left: 0;
}

.site-header .header-top .social-network-section svg {
	font-size: 14px;
	line-height: 18px;
	color: #2e4154;
}

.site-header .header-top .social-network-section svg:hover {
	color: #1bbc9b;
}

.site-header .header-top .social-network-section .form-section {
	height: 46px;
	width: 45px;
	background: #eaebe6;
	float: right;
	margin-left: 29px;
	padding: 7px 0 0 16px;
}

.site-header .header-top .social-network-section .form-section {
	position: relative;
}

.site-header .header-top .social-network-section .form-section .example form {
	position: absolute;
	right: 0;
	top: 98%;
	z-index: 9999;
	height: 46px;
}

/*.site-header .header-top .social-network-section .form-section form{
	background: 
}*/
.site-header
	.header-top
	.social-network-section
	.form-section
	form
	input[type='search'] {
	border: 0;
	width: 200px;
	border-radius: 0;
	padding: 0 5px;
	background: #eaebe6;
	color: ##757575;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	height: 100%;
}
.eb_shape_divider_wrapper.top {
	top: -6px;
	height: fit-content;
}
.eb_shape_divider_wrapper {
	position: absolute;
	bottom: -1px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}
.eb_shape_divider_wrapper.top img {
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.ebb_shape_divider_wrapper.top {
	bottom: -6px;
	height: fit-content;
}
.ebb_shape_divider_wrapper {
	position: absolute;
	bottom: -1px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}

.uncode-divider-wrap.uncode-divider-wrap-top {
	top: 0;
}
.uncode-divider-wrap.uncode-divider-relative {
	position: absolute;
}
.z_index_0 {
	z-index: 0;
}
.uncode-divider-wrap {
	left: 0;
	pointer-events: none;
	width: 100%;
	z-index: 999 !important;
}

.unncode-divider-wrap.unncode-divider-wrap-top {
	bottom: 0;
}
.unncode-divider-wrap.unncode-divider-relative {
	position: absolute;
}
.z_index_0 {
	z-index: 0;
}
.unncode-divider-wrap {
	left: 0;
	pointer-events: none;
	width: 100%;
	z-index: 999 !important;
}

.featured-destinations .cards .card {
	border-radius: 10px;
	background: transparent;
	margin-bottom: 3rem;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.card,
.wp-caption {
	background: none;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.featured-destinations .cards .card a.featured-image {
	display: block;
	background-size: cover;
	background-position: 50%;
	-webkit-box-shadow: inset 0 -30px 120px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0 -30px 120px rgba(0, 0, 0, 0.33);
	-webkit-transition: box-shadow 0.15s ease 0.1s;
	-o-transition: box-shadow 0.15s ease 0.1s;
	transition: box-shadow 0.15s ease 0.1s;
}
.featured-destinations .cards .card-details {
	background-color: #fff;
	font-family: 'Sanchez', serif;
}
.card-details {
	padding: 1rem;
}
.featured-destinations .cards .card-details .card-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card-details .card-title {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-family: 'Sanchez', serif;
	font-weight: 400;
}
.guide-list-item .media-body .media-heading a,
.page-box .entry-title,
.card-details .card-title a,
.icon-meta i {
	color: #363c48;
}
.card-details .card-title a {
	color: #363c48;
	text-decoration: none !important;
}
.featured-destinations .cards .card-details .meta-details {
	line-height: 13px;
	position: relative;
}
.card-details .meta-details {
	font-size: 13px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#SubMenu.affix .container:before,
#SubMenu.affix .container:after {
	content: ' ';
	display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
#SubMenu.affix .container:after {
	clear: both;
}
.featured-destinations .cards .card-details .hierarchy {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card-details .hierarchy {
	line-height: 13px;
}
ul.hierarchy {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.featured-destinations .cards .card-details .hierarchy .symbol {
	color: #95979c;
	vertical-align: top;
}
ul.hierarchy li.symbol {
	color: #95979c;
	margin: 0 6px 0 2px;
	vertical-align: middle;
}
ul.hierarchy li {
	display: inline-block;
}
ul.hierarchy li a {
	color: #95979c;
	vertical-align: middle;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.featured-destinations .cards.overlap {
	position: relative;
	z-index: 999;
}
.cards {
	margin-bottom: 0rem;
}

.title-row {
	line-height: 48px;
	padding: 0 0 24px;
	vertical-align: bottom;
}
.title-row .title-entry {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin: 0;
	padding: 0 2rem 0 0;
	text-transform: uppercase;
	vertical-align: bottom;
}
.featured-destinations .title-row .title-entry {
	color: #fff;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-family: 'Sanchez', serif;
}
.btn.btn-xs,
button.btn-xs,
input[type='button'].btn-xs,
input[type='submit'].btn-xs {
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 12px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.title-row .btn,
.title-row button,
.title-row input[type='button'],
.title-row input[type='submit'] {
	display: inline-block;
	vertical-align: bottom;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
input[type='submit']:active,
input[type='submit'].active,
.open > .dropdown-toggleinput[type='submit'] {
	background-image: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active,
input[type='submit'].active,
.open > .dropdown-toggleinput[type='submit'] {
	color: #ffffff;
	background-color: #569a29;
	border-color: #529227;
}
.btn:active,
.btn.active,
button:active,
button.active,
input[type='button']:active,
input[type='button'].active,
input[type='submit']:active,
input[type='submit'].active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	color: #ffffff;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #0084c0;
	text-decoration: underline;
}
a:active,
a:hover {
	outline: 0;
}
.btn,
button,
input[type='button'],
input[type='submit'] {
	border: none;
	text-shadow: none;
	padding-bottom: 10px;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}
.btn:hover,
button:hover,
input[type='button']:hover,
input[type='submit']:hover {
	/* border: none;
	text-shadow: none;
	padding-bottom: 10px; */
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > button,
.btn-group-xs > input[type='button'],
.btn-group-xs > input[type='submit'] {
	padding: 3px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 2px;
}
.btn-primary,
button,
input[type='submit'] {
	color: #ffffff;
	//background-color: #6dc234;
	//border-color: #6dc234;
	background-color: #ff6518;
	border-color: #ff6518;
	margin-top: 20px;

}
.btn,
button,
input[type='button'],
input[type='submit'] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 1.6;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.example {
	display: none;
}

.header-bottom {
	background: #416842;
}

.header-bottom:after {
	display: block;
	content: '';
	clear: both;
}

.oleft {
	float: left;
}

.site-branding {
	float: left;
	margin-top: 20px;
}

.site-branding h1 {
	margin: 0;
}

.site-branding h1 a {
	font-size: 30px;
	color: #1bbc9b;
	line-height: 34px;
	font-family: 'Sanchez', serif;
	font-weight: 700;
}

.site-branding .site-description {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
}

.teno {
	color: #fff;
	margin-bottom: 0px;
	line-height: 0.7 !important;
	text-decoration: none;
}
.big40 {
	font-size: 35px !important;
}

.sd-extra-button {
	background-color: #ff6518;
	border-radius: 50px;
	color: #fff;
	float: left;
	font-weight: 900;
	margin-left: 0px;
	padding: 10px 70px !important;
	margin-top: 31px;
	font-family: 'Muli', sans-serif;
	font-style: italic;
}

.sd-opacity-trans {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out !important;
}
.sd-top-phone {
	background-color: #20c9e7;
	border-bottom-left-radius: 500px;
	border-top-left-radius: 500px;
	float: right;
	height: 80px;
	margin-left: 20px;
	padding: 17px 0 0 20px;
}

.sd-phone-style2 {
	background: none;
	padding-left: 0;
	padding-top: 15px;
}

.sd-phone-style2 a {
	color: #625350 !important;
}

.sd-top-phone a {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}

.sd-top-phone span {
	display: block;
	padding-top: 17px;
}

.sd-phone-style2 svg {
	background-color: #20c9e7 !important;
	color: #fff !important;
}
.sd-top-phone svg {
	background: #fff;
	border-radius: 500px !important;
	color: #fff !important;
	height: 50px !important;
	line-height: 50px !important;
	margin-right: 5px !important;
	text-align: center !important;
	width: 50px !important;
	padding: 12px;
	//margin-top: 17px;
}
.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: middle !important;
}

.lelo ul {
	float: right !important;
}

.osep {
	display: block;
	margin: 0;
}

.clearfix {
	clear: both;
}

.gtn {
	padding: 15px 30px;
	border-radius: 50px;
	width: 300px;
}

.befo input[type='submit'],
.befo button {
	margin-left: 0px !important;
	width: 300px;
	border-radius: 0px;
	text-decoration: none !important;
	border: 0px !important;
}

.befo input[type='submit']:hover,
.befo button:hover {
	background: yellowgreen !important;
}

.oretp {
	font-size: 27px !important;
}

.image_holder img {
	width: 100% !important;
}
.phonex {
	//content: "f095";
	//background-color: #ff7044;
	margin-top: 0em;
	width: 104px;
	height: 104px;
}

.blocka {
	display: block;
}

.oleka {
	background: #fff;
	border: 1px solid orange;
	height: 282px;
	text-align: center;
	box-sizing: border-box !important;
	padding: 20px;
	margin-bottom: 3%;
}
.pad20 {
	padding-top: 20px !important;
}

.phonex i,
.phonex svg {
	font-size: 50px !important;
	color: #fff;
	padding: 0px;
	margin-top: 30px;
}

.maxiso {
	width: 100% !important;
}

.ogeno input[type='text'],
.ogeno input[type='email'] {
	border-radius: 0px !important;
	width: 100% !important;
}

.ogeno input[type='submit'],
.ogeno button {
	background: #ff6518 !important;
	margin-top: 30px !important;
	color: #fff !important;
}

.ogeno input[type='submit']:hover,
.ogeno button:hover {
	background: #007bff !important;
}

.borderotop {
	border-top: 1px solid #ff6518;
}

.brodo {
	font-size: 18px !important;
	color: #fff !important;
	padding-top: 0px !important;
	margin-top: 0px !important;
}

.brodo a {
	color: #fff !important;
}

.ipo {
	text-align: left !important;
}

.ipo .post .entry-title {
	text-align: left !important;
	padding-left: 30px !important;
}

.ipo .post p {
	text-align: left !important;
}

.ipo .post .entry-title a {
	text-transform: capitalize !important;
	font-size: 24px !important;
	color: #565656 !important;
	text-align: left !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.poto {
	color: #565656;
	font-size: 18px;
	line-height: 38px;
	padding: 0px 35px !important;
}

.itu {
	background: #f3edbd !important;
}

.titleee {
	text-transform: uppercase;
	color: #fff;
	font-size: 50px;
	padding: 30px;
	padding-left: 0px !important;
	padding-bottom: 0px !important;
	line-height: 32px;
	font-weight: 900;
	font-family: 'Muli', sans-serif;
	margin-bottom: 20px;
	margin-left: 30px !important;
	font-style: italic;
	text-shadow: 1px 1px 5px #000 !important;
}

.headholder {
	position: absolute;
	line-height: 45pt;
	bottom: 0;
	color: #fff;
	background: linear-gradient(transparent, rgba(0, 0, 0, 5));
	padding: 20px;
	font-size: 35pt;
	background-size: cover;
	width: 100% !important;
}

.textleft {
	text-align: left !important;
	font-weight: normal;
	color: #fff !important;
	margin-top: 20px;
	font-size: 15px;
}

.second {
	color: #117586 !important;
}

.third {
	color: #19613d !important;
}

.fa-phone {
	color: #ff6518 !important;
}

.olebo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.item {
	width: 33%;
	height: 100%;
	background: #fff;
	/*margin: 5px;*/
	border-radius: 50px;
}

.first_item {
	background: #ff6518;
	width: 33%;
	float: left;
	margin-right: 15px;
}
.middle_item {
	background: #fff;
	overflow: hidden;
}
.last_item {
	background: #19613d;
	width: 33%;
	float: right;
	margin-left: 15px;
}

textarea {
	height: 200px !important;
}

.owhite {
	color: #fff !important;
}

.leftio {
	float: left !important;
}

.rightio {
	float: right !important;
}

.nopad {
	padding: 0px !important;
}

.pad40 {
	padding: 40px !important;
}

#breadcrumbs {
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom: 0px;
}

#breadcrumbs a {
	color: orangered;
	text-decoration: underline;
}

.osindi img {
	background: #fff;
	padding: 30px;
	width: 100%;
}

.zinga {
	color: #565656;
	font-size: 17px;
	line-height: 35px;
	padding: 0px 35px !important;
	list-style-type: disc;
}

.berto a {
	/* color: orangered !important;
	text-decoration: underline !important; */
}

.orep {
	font-size: 20px !important;
}
.kepo {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 30px;
}

.otesha {
	text-shadow: 1px 1px 5px #000;
}

.befo ul {
	margin-bottom: 40px;
}

.befo a {
	color: #fff;
	border-bottom: 1px solid #fff !important;
	font-size: 16px;
}

.befo h3 {
	color: orange !important;
	font-size: 20px;
	margin-bottom: 40px;
	font-family: 'Muli', sans-serif;
	font-style: italic;
}

.befo h3:after {
	content: '';
	width: 44px;
	height: 2px;
	display: block;
	margin-top: 19px;
	background: orange;
}

.priku {
	height: 44px;
	opacity: 0.2;
}

.relato {
	position: relative !important;
}

.foomage {
	width: 100%;
	border: 10px dashed orange;
	margin-bottom: 20px;
}

.top20 {
	margin-top: 20px !important;
}

.thatp {
	text-align: left !important;
	padding-left: 35px !important;
	color: #fff !important;
}

.primota {
	width: 100% !important;
	padding-bottom: 0px !important;
}

.tuten {
	height: 210px !important;
}

.first-fluid {
	/* background: #fff !important; */
	background: #f3edbd !important;
	min-height: 350px !important;
	padding: 40px 0px !important;
}

.oketo {
	font-size: 40px !important;
	text-align: left !important;
	color: #333 !important;
	margin: 0 0 35px 0 !important;
	font-weight: 900;
	margin-left: 0px;
	padding: 10px 30px;
	font-family: 'Muli', sans-serif;
	font-style: italic;
	text-transform: uppercase;
}

.pago {
	background: #416842 url(images/dark-leather.png) !important;
}

.mainp {
	color: #565656 !important;
	font-size: 18px !important;
	line-height: 38px !important;
	padding: 0px 35px !important;
}

.mainp2 {
	/* color: #565656 !important; */
	font-size: 17px !important;
	line-height: 35px !important;
	padding: 0px 35px !important;
}

.dashedimage {
	width: 100%;
}

.loop-background {
	min-height: 350px;
	padding: 40px 0px;
	/* background: #f3edbd; */
	background: #dbd5a5;
}

.left30 {
	margin-left: 30px !important;
}

.main-ground {
	background: #fff;
	min-height: 350px;
	padding: 40px 0px;
	padding-bottom: 0px;
}

.main-ground2 {
	background: #f3edbd !important;
	min-height: 350px;
	padding: 0px 0px;
	padding-top: 0px;
}

.main-ground3 {
	min-height: 350px;
	padding: 40px 0px;
	/* background: #e8ebda; */
	background: #e6d9a5 url(images/light-wool.png) !important;
}

.main-groundx {
	/* background: #fff; */
	background: #e9e2af;
	min-height: 350px;
	padding: 40px 0px;
}

.centerit {
	text-align: center !important;
}

.conto {
	max-width: 850px;
	margin: auto;
}

.toppa {
	border-top: 5px dashed orange;
}

.pad-down-0 {
	padding-bottom: 0px !important;
}

.bodash {
	border-bottom: 10px solid orange;
}

.bodash2 {
	border-top: 10px dashed orange;
	margin-top: 30px;
}

.mainh2 {
	font-size: 70px !important;
	text-align: left !important;
	color: orange !important;
	margin: 0 0 40px 0 !important;
	font-family: 'Muli', sans-serif;
	font-style: italic;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);*/
}

.fifty5 {
	font-size: 55px !important;
}

.bawhite {
	background: #fff !important;
	border-radius: 25px;
}

.bablue {
	background: #117586 !important;
	border: 1px solid #117586;
}

.bagreen {
	background: #19613d !important;
	border: 1px solid #19613d;
}

.banner-search {
	width: 800px;
	position: absolute;
	z-index: 99;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding-bottom: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
}
.banner-search input[type='search'] {
	position: relative;
	left: 1px;
	height: 55px !important;
	border-radius: 0px !important;
	background: rgba(255, 255, 255, 1);
	border: 0px;
	color: #222 !important;
	float: none !important;
	box-sizing: border-box;
	width: 78% !important;
	margin: 0 0 1rem !important;
	padding: 0.8rem !important;
	border: 1px solid #cacaca !important;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	color: #0a0a0a;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50px !important;
	font-family: 'Muli', sans-serif;
	font-style: italic;
}

.banner-search input[type='submit'],
.banner-search button {
	width: 20% !important;
	float: right !important;
	margin-top: 0px;
	height: 55px;
	border-radius: 50px !important;
}

.diamond-shape {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: -3px;
}

.diamond-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	/* -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
	overflow: hidden;
	width: calc(60% + 1.3px);
	height: 50px;
}

.dark-green {
	background: #19613d url('images/light-wool.png');
}

.elementor-shape-fill {
	fill: #e9e2af;
	transform-origin: center;
	transform: rotateY(0deg);
}

.filloma {
	/* fill: #f3edbd !important; */
	fill: #dbd5a5 !important;
}

.befo a:hover {
	text-decoration: none !important;
	border-bottom: none !important;
}

.kefo a {
	border-bottom: 0px !important;
}

.seu a {
	background: transparent !important;
	border: 1px solid #30160b !important;
	color: #30160b !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none !important;
}

.seu a:hover {
	background: #30160b !important;
	color: #fff !important;
}

.lingu article:hover {
	text-decoration: underline !important;
}

.vieall,
.vieall .badge {
	font-size: 20px !important;
	font-weight: normal;
	background: #254f49 !important;
	border-radius: 0px !important;
}

.lipo .post .entry-title a {
	color: #fff !important;
}
.ipo .post .entry-title a {
	text-transform: capitalize !important;
	font-size: 24px !important;
	text-align: left !important;
	font-weight: normal !important;
	text-decoration: none !important;
	font-style: normal;
}

.ipo .post .entry-title {
	padding-left: 0px !important;
	margin-left: 0px !important;
}

.main-navigation {
	float: left;
	width: auto;
	clear: none;
}

.main-navigation ul li a {
	text-transform: capitalize;
	color: #fff;
	padding: 50px 20px;
	font-family: 'Sanchez', serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	text-align: left;
	//border-right: 1px solid #ebedef;
}

.main-navigation ul ul {
	background: #273c28;
	top: 100%;
	border-top: 2px solid #ff6518 !important;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #e8eaed;
}

.main-navigation .menu {
	margin-bottom: 0;
}

.main-navigation ul ul li a {
	padding: 11px 20px;
	border: 0;
}

.main-navigation ul li svg {
	font-size: 12px;
	line-height: 16px;
	color: #2c3e50;
	display: inline-block;
	position: absolute;
	top: 70%;
	left: 47%;
}

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

.main-navigation ul li a:hover,
.main-navigation ul .current-menu-item,
.main-navigation ul li:hover > a {
	background: none;
}

.main-navigation ul:after {
	content: '';
	display: block;
	clear: both;
}

.main-navigation ul .menu-item-has-children:after {
	position: absolute;
	right: 0;
	top: 45%;
	content: '';
	width: 15px;
	height: 15px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E")
		center center no-repeat;
}

.main-navigation ul svg {
	fill: #fff !important;
}

.main-navigation ul ul .menu-item-has-children:after {
	left: 90%;
	top: 50%;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 192 512'%3E%3Cpath d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E")
		center center no-repeat;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*light slider styles starts*/
.slider {
	margin-bottom: -9px;
	position: relative;
}

ul.owl-carousel {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slider img {
	width: 100%;
}

.slider #lightSlider li {
	position: relative;
}

#lightSlider li .banner-text {
	position: absolute;
	bottom: 30%;
	width: 100%;
	text-align: left;
	z-index: 9999;
}

.slider .owl-carousel .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	text-indent: 30px;
	overflow: hidden;
	width: 21px;
	height: 35px;
	opacity: 0;
	box-shadow: none;
	outline: none;
}

.slider .owl-carousel .owl-nav .owl-prev {
	background: url(images/prev.png) no-repeat;
	left: 10px;
}

.slider .owl-carousel .owl-nav .owl-next {
	background: url(images/next.png) no-repeat;
	right: 10px;
}

.slider:hover .owl-carousel .owl-nav [class*='owl-'],
.slider:focus-within .owl-carousel .owl-nav [class*='owl-'] {
	opacity: 1;
	filter: alpha(opacity=100);
}

.slider .owl-carousel .owl-nav [class*='owl-']:focus {
	outline: thin dotted #fff;
}

.slider .lRootseraideOuter {
	position: relative;
}

.slider .owl-carousel .owl-dots {
	margin-top: 0;
	position: absolute;
	left: 48%;
	bottom: 5%;
}

.slider .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	margin: 5px;
	outline: none;
}

.slider .owl-carousel .owl-dots .owl-dot:focus {
	outline: thin dotted;
}

.slider .owl-carousel .owl-dots .owl-dot span {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: none;
	background: none;
}

.slider .owl-carousel .owl-dots .owl-dot:hover span,
.slider .owl-carousel .owl-dots .owl-dot.active span {
	background: #fff;
}

.banner-text .text {
	width: 442px;
	text-transform: uppercase;
}

.banner-text .text span {
	background: #54555a;
	font-size: 12px;
	line-height: 24px;
	color: #e8f3ff;
	padding: 8px 35px;
	display: inline-block;
	margin-bottom: 2px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.banner-text .text h2 {
	background: #f3e4db;
	font-size: 28px;
	line-height: 38px;
	color: #34495e;
	padding: 23px 25px;
	margin: 0;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	margin-bottom: 10px;
}

.banner-text .read-more {
	background: #1bbc9b;
	padding: 6px 22px;
	display: inline-block;
	color: #fff;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	text-decoration: none;
}

.banner-text .read-more:hover {
	background: #106e5b;
	text-decoration: none;
}

/*light slider styles ends*/

.site-content {
	/* background: #f7f8f3; */
	background-color: #f3edbd !important;
	padding-top: 20px;
}

.top-section {
	margin-bottom: 40px;
	padding-top: 20px;
}

.top-section .section-title {
	text-align: center;
	margin: 0 0 30px;
	color: #34495e;
}

.top-section ul li {
	list-style: none;
	float: left;
	margin-left: 30px;
}

.top-section ul li:first-child {
	margin-left: 15px;
}

.top-section .text .text-content ul:after {
	display: block;
	content: '';
	clear: both;
}

.top-section img {
	vertical-align: top;
}

.top-section .post {
	padding-bottom: 36px;
}

.top-section ul li .post {
	background: #fff;
	padding-bottom: 30px;
}

.byline,
.updated:not(.published) {
	display: inline-block;
}

.post,
.page {
	background: #fff;
}

.post .category {
	display: block;
	margin-bottom: 18px;
}

.top-section .post .category {
	margin: 0;
}

.post .entry-title {
	margin-bottom: 20px;
	padding: 0 20px;
}

.single-post .entry-title {
	padding-left: 0;
}

.top-section .post .entry-title {
	margin: 0;
}

.top-section .post .entry-meta {
	margin-bottom: 0;
}

.top-section .column {
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	/*margin-left: -15px;
	margin-right: -15px;*/
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary .post .entry-header,
.page .entry-header {
	position: relative;
	margin-top: -42px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 0px;
}

#primary .post.no-featured-image .entry-header {
	margin-top: 0;
}

#secondary .widget_recent_entries .post.post-style .entry-header {
	position: relative;
	margin-top: -23px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 18px;
}

.post .entry-header {
	background: #fff;
	text-align: center;
}

#primary {
	padding-bottom: 60px;
}

#primary .post .entry-content {
	border-bottom: 1px solid #ebedef;
}

.top-section .post .entry-header {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	padding-top: 10px;
	position: relative;
}

.post .category a {
	color: #1ab293;
	font-family: 'Sanchez', serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.post .category a:hover {
	color: #787f86;
}

.top-section .post .category a {
	font-size: 12px;
	line-height: 16px;
}

.post-thumbnail {
	display: block;
}

.post .entry-title a {
	color: #34495e;
	font-weight: 600;
	font-family: 'Sanchez', serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
}

.top-section .post .entry-title a {
	font-size: 21px;
	line-height: 25px;
}

.post a:hover {
	color: #1bbc9b;
}

.post .entry-meta span {
	color: #a8b0b4;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}

.post .entry-meta span a {
	color: #a8b0b4;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}

.post .entry-meta span a:hover {
	color: #787f86;
}

.post .entry-content,
.page .entry-content {
	text-align: center;
	padding: 0 36px;
}

.top-section .post .entry-meta span a {
	font-size: 12px;
	line-height: 15px;
}

#primary {
	width: 66.67%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#secondary {
	width: 33.33%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#primary .post {
	margin-bottom: 0px;
}

#primary .advertisement {
	margin-bottom: 40px;
}

#primary .advertisement a {
	display: block;
}

.post .bottom-content {
	text-align: center;
	padding: 30px 32px;
}

.post .bottom-content:after {
	display: block;
	content: '';
	clear: both;
}

.post .bottom-content .entry-meta {
	float: left;
}

.post .bottom-content .entry-meta span a {
	margin-right: 6px;
}

.post .bottom-content .read-more {
	margin-right: 97px;
}

.post .bottom-content .read-more,
.widget-area .widget.widget_halcyon_recent_post .read-more,
.widget-area .widget.widget_halcyon_popular_post .read-more {
	display: inline-block;
	border-right: 1px solid #1bbc9b;
	border-left: 1px solid #1bbc9b;
	color: #1ab293;
	font-size: 14px;
	line-height: 24px;
	padding: 0 18px;
	text-transform: uppercase;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.post .bottom-content .read-more:hover,
.widget-area .widget.widget_halcyon_recent_post .read-more:hover,
.widget-area .widget.widget_halcyon_popular_post .read-more:hover {
	color: #787f86;
}

.post .bottom-content .social-networks {
	margin: 0;
	padding: 0;
	float: right;
}

.post .bottom-content .social-networks:after {
	display: block;
	content: '';
	clear: both;
}

.post .bottom-content .social-networks li {
	float: left;
	list-style: none;
	margin-left: 24px;
}

.post .bottom-content .social-networks li:first-child {
	margin-left: 0;
}

.post .bottom-content .social-networks svg:hover {
	color: #1bbc9b;
}

.post .bottom-content .social-networks svg {
	color: #2e4154;
	font-size: 14px;
	line-height: 18px;
}

#secondary .widget {
	padding: 0 20px;
	padding-top: 26px;
	padding-bottom: 40px;
	margin-bottom: 28px;
	background: #fff;
	text-align: center;
}

.widget-area .advertisement {
	margin-bottom: 28px;
}

.widget-area .widget.widget_search {
	padding: 0;
}

.widget-area .widget.widget_search form {
	border: 1px solid #dde1e5;
	border-right: 0;
	height: 56px;
	background: #fff;
}

.widget-area .widget.widget_search form input[type='search'] {
	border-radius: 0;
	font-size: 13px;
	line-height: 24px;
	color: #a8b0b4;
	float: left;
	border: 0;
	background: none;
	padding: 4px 16px;
	width: 72%;
	height: 46px;
}

.widget-area .widget.widget_search form input[type='submit'] {
	background: url(images/search-icon.png) no-repeat 41% 48% #1bbc9b;
	box-shadow: none;
	/*text-indent: -9999px;*/
	font-size: 0;
	border: 0;
	border-radius: 0;
	font-size: auto;
	/*padding: 21px 26px;*/
	float: right;
	width: 17%;
	height: 54px;
	padding: 0;
}

#secondary .widget .widget-title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color: #1ab293;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
}

#secondary .widget .widget-title:after {
	position: absolute;
	background: #48c1a9;
	content: '';
	height: 1px;
	width: 30px;
	top: 100%;
	left: 44%;
}

.widget-area .widget.widget_halcyon_featured_post a {
	display: block;
	margin-bottom: 20px;
}

.widget-area .widget.widget_halcyon_featured_post .text-holder {
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

.widget-area .widget.widget_halcyon_featured_post .name {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #34495e;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	text-transform: uppercase;
}

.widget-area .widget.widget_halcyon_featured_post .profession {
	display: block;
	color: #a8b0b4;
	font-size: 12px;
	line-height: 24px;
	font-style: italic;
}

.widget-area .widget ul {
	margin: 0;
	padding: 0;
}

.widget_area .widget.widget_archive ul li {
	float: left;
}

.widget-area .widget ul li {
	list-style: none;
}

.widget-area .widget.widget_halcyon_social_links ul li {
	float: left;
	margin-left: 10px;
	border-bottom: 0;
}

.widget-area .widget.widget_halcyon_social_links ul:after {
	display: block;
	content: '';
	clear: both;
}

.widget-area .widget.widget_halcyon_social_links ul li:first-child {
	margin-left: 0;
}

.widget-area .widget.widget_halcyon_social_links ul li svg {
	font-size: 13px;
	line-height: 30px;
	color: #fff;
}

.widget-area .widget.widget_halcyon_social_links ul li a {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}

.widget-area .widget.widget_halcyon_social_links ul li .facebook-icon {
	background: #3b5998;
}

.widget-area .widget.widget_halcyon_social_links ul li .twitter-icon {
	background: #55acee;
}

.widget-area .widget.widget_halcyon_social_links ul li .pinterest-icon {
	background: #cc2127;
}

.widget-area .widget.widget_halcyon_social_links ul li .instagram-icon {
	background: #3f729b;
}

.widget-area .widget.widget_halcyon_social_links ul li .rss-icon {
	background: #f26522;
}

.widget-area .widget.widget_halcyon_social_links ul li .dribbble-icon {
	background: #ea4c89;
}

.widget-area .widget.widget_halcyon_social_links ul li .linkedin-icon {
	background: #0177b5;
}

.widget-area .widget.widget_halcyon_social_links ul li .google-plus-icon {
	background: #dd4b39;
}

.widget-area .widget.widget_halcyon_social_links ul li a {
	padding: 0;
}

.widget-area .widget.widget_subscribe form input[type='text'] {
	border: 1px solid #dde1e5;
	border-radius: 0;
	height: 46px;
	font-size: 13px;
	line-height: 24px;
	color: #a8b0b4;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.widget-area .widget.widget_subscribe form input[type='submit'] {
	width: 100%;
	border: 0;
	box-shadow: none;
	height: 46px;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	background: #1bbc9b;
	text-transform: uppercase;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.widget-area .widget.widget_subscribe form input[type='submit']:hover {
	background: #117661;
}

.widget-area .widget.widget_halcyon_recent_post,
.widget-area .widget.widget_halcyon_popular_post {
	padding-left: 0;
	padding-right: 0;
}

.widget-area .widget.widget_halcyon_recent_post .entry-header,
.widget-area .widget.widget_halcyon_popular_post .entry-header {
	padding: 8px 0 0;
	text-align: center;
	position: relative;
	margin-top: -25px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 18px;
}

.widget-area .widget.widget_halcyon_recent_post .entry-title,
.widget-area .widget.widget_halcyon_popular_post .entry-title {
	margin: 0;
}

.widget-area .widget.widget_halcyon_recent_post .entry-title a,
.widget-area .widget.widget_halcyon_popular_post .entry-title a {
	font-size: 14px;
	line-height: 18px;
}

.widget-area .widget.widget_halcyon_recent_post .entry-content,
.widget-area .widget.widget_halcyon_popular_post .entry-title a {
	margin-top: 0;
}

#secondary .widget.widget_halcyon_recent_post .post,
#secondary .widget.widget_halcyon_popular_post .post {
	padding: 0 0 15px;
	margin-bottom: 15px;
}

.widget-area .widget.widget_categories ul {
	text-align: left;
}

.widget-area .widget ul li a {
	color: #34495e;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 8px 0 0;
}

.widget-area .widget.widget_categories ul li:after {
	display: block;
	content: '';
	clear: both;
}

.widget-area .widget ul li {
	border-bottom: 1px solid #ebedef;
	padding: 15px 0 15px;
}

.widget-area .widget ul li:after {
	display: block;
	clear: both;
	content: '';
}
.widget-area .widget.widget_categories ul li:last-child {
	border: 0;
}

.widget-area .widget.widget_categories ul li,
.widget-area .widget.widget_archive ul li {
	text-align: right;
}

.widget-area .widget.widget_categories ul li a,
.widget-area .widget.widget_archive ul li a {
	float: left;
}

.widget-area .widget.widget_categories ul li span {
	/*float: right;*/
	padding: 10px 0;
}

.widget-area .widget ul li a:hover {
	color: #1ab293;
}

.widget-area .widget_tag_cloud .tagcloud {
	text-align: left !important;
}

.widget-area .widget.widget_calendar caption {
	text-align: center;
}

.widget-area .widget_tag_cloud a {
	display: inline-block;
	color: #627281;
	font-size: 14px;
	border: 1px solid #bac4cd;
	text-transform: uppercase;
	padding: 5px 7px;
	margin: 0 4px 3px 0;
}

.widget-area .widget_tag_cloud a:hover {
	color: #fff;
	background: #1ab293;
}

.navigation.pagination .nav-links {
	text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
	font-size: 34px;
	line-height: 20px;
	color: #fff !important;
	font-weight: 700;
	border: 0px solid #ced4d5;
	padding: 15px;
	margin-right: 6px;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	background: #191915;
	font-style: italic;
}

.navigation.pagination .nav-links .page-numbers:hover {
	background: #1bbc9b;
}

.navigation.pagination .nav-links .page-numbers.current {
	background: #18613d;
}

.site-footer .column {
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dirop {
	width: 100% !important;
	background: #191915;
	padding: 56px 0 54px;
}

.site-footer {
	padding: 0 0 0;
}

.site-footer .widget-area {
	/* background: #30160b !important; */
	background: #2a1f0e !important;
	padding: 106px 0 54px;
	border-bottom: 0px solid #d08510;
}

.site-footer .site-info {
	/* background: #431d0c !important; */
	background: #30230e !important;
}

.site-footer .widget-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 30px;
}

.greyish {
	/* background-color: #e8ebda !important; */
	background: #f3edbd !important;
}

#themegrill_social_icons-2 a,
.social-icons-list-item a {
	border: 0px !important;
}

.site-footer .widget.widget_recent_entries {
	margin-bottom: 0;
}

.site-footer .widget .post-thumbnail {
	float: left;
	margin-right: 11px;
	width: 110px;
}

.site-footer .widget .entry-header {
	overflow: hidden;
	margin-top: 0;
}

.site-footer .widget .entry-header .entry-title a {
	font-size: 14px;
	line-height: 20px;
	color: #cbd0d4;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
}

.site-footer .widget .post {
	background: none;
	border-bottom: 1px solid #5c6973;
	padding: 0 0 15px;
	margin-bottom: 15px;
}

.site-footer .widget .post .entry-header {
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	background: none;
}

.site-footer .widget .post .entry-header .entry-title {
	padding: 0;
}

.site-footer .widget .post .entry-content,
.site-footer .widget .post .read-more {
	display: none;
}

.site-footer .widget .post .post-thumbnail {
	display: block;
}

.site-footer .widget .entry-header .entry-title a:hover {
	color: #1bbc9b;
}

.site-footer .widget .entry-header .entry-meta span a {
	color: #bac2c9;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	display: block;
}

.site-footer .widget .entry-header .entry-meta span a:hover {
	color: #1bbc9b;
}

.site-footer .widget_photo_gallery ul {
	margin-left: -8px;
	margin-right: -8px;
}

.site-footer .widget_photo_gallery ul li {
	width: 33.33%;
	padding-left: 8px;
	float: left;
	padding-right: 8px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-area .widget.widget_halcyon_flickr_stream:after {
	display: block;
	clear: both;
	content: '';
}

.widget-area .widget.widget_halcyon_flickr_stream .flickr_badge_image {
	width: 25%;
	padding-left: 8px;
	float: left;
	padding-right: 8px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-area .widget.widget_halcyon_flickr_stream .flickr_badge_image a {
	display: inline-block;
}

.site-footer .widget_photo_gallery ul li a {
	display: block;
	padding: 0;
}

.site-footer .widget ul li {
	border: 0;
	padding: 0;
}

.site-footer .widget ul li a {
	color: #787f86;
	padding: 0;
}

.site-footer .widget form input[type='text'],
.site-footer .widget form input[type='email'] {
	height: 46px;
	border: 1px solid #44535f;
	background: none;
	width: 100%;
	border-radius: 2px;
	font-size: 13px;
	line-height: 20px;
	color: #a5b0b9;
	margin-bottom: 10px;
}

.site-footer .post:after {
	display: block;
	content: '';
	clear: both;
}

.site-footer .widget form textarea {
	width: 100%;
	background: none;
	border: 1px solid #44535f;
	border-radius: 2px;
	resize: none;
	font-size: 13px;
	line-height: 20px;
	color: #a5b0b9;
	margin-bottom: 10px;
	height: 125px;
}

.site-footer .widget form input[type='submit'] {
	text-transform: uppercase;
	box-shadow: none;
	background: #1bbc9b;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	border: 0;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	padding: 12px 60px;
}

.site-footer .widget form input[type='submit']:hover {
	background: #10715d;
}

.site-footer .site-info {
	color: #565656;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 24px 0;
}

.site-footer .site-info a {
	color: #787f86;
	font-size: 14px;
	line-height: 20px;
}

.site-footer .site-info a:hover {
	color: #152837;
}

.page.full-width #primary {
	width: 100%;
}

.site-content #primary .page .entry-header {
	text-align: left;
	margin-top: 0;
}

.site-content #primary .page .entry-content {
	text-align: left;
	margin-top: 0;
}

.okiplo:hover {
	color: #fff !important;
	background-color: #529227 !important;
	text-decoration: none !important;
}

#primary .page .entry-header .entry-title {
	text-transform: none;
	color: inherit;
	font-size: 70px;
	line-height: 50px;
	font-weight: 900;
	font-family: 'Muli', sans-serif;
	margin-bottom: 50px;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); */
	margin-top: 50px;
	font-style: italic;
}

#primary .page .entry-content h2 {
	text-transform: capitalize;
	font-size: 17px;
	line-height: 20px;
	margin-top: 40px;
	color: #212529;
	font-family: 'Sanchez', serif;
	font-weight: 400;
}

.entry-content a {
	color: orangered;
	text-decoration: underline;
}

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

.single-post #primary .post .entry-header {
	text-align: left;
	margin-top: 0;
}

.single-post #primary .post .entry-content, .bottom-content {
	text-align: left;
	padding: 50px 100px;
	margin-top: 0px;
}

.single-post #primary .post .entry-title {
	text-transform: none;
	color: inherit;
	font-size: 45px;
	line-height: 50px;
	font-style: italic;
	font-weight: 900;
	font-family: 'Muli', sans-serif;
	margin-bottom: 40px;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); */
	margin-top: 0px;
}

.single-post #primary .post h2 {
	text-transform: capitalize;
	color: inherit;
	font-size: 35px;
    line-height: 60px;
    margin: 20px 0px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.tipo {
	text-transform: capitalize!important;
	font-size: 40px!important;
	font-family: 'Sanchez', serif!important;
	font-style: normal!important;
}

.single-post #primary .post h1 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.single-post #primary .post h3 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 17px;
	line-height: 20px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.single-post #primary .post h4 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.single-post #primary .post h5 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.single-post #primary .post h6 {
	text-transform: uppercase;
	color: #34495e;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.single-post #primary .post blockquote {
	background: #f3f3f3;
	border-left: 3px solid #1bbc9b;
	padding: 3px 25px;
	margin: 0;
	line-height: 28px;
	color: #787f86;
	font-style: italic;
}

.single-post #primary .post .pull-right {
	width: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
	padding: 26px 20px;
	margin-top: 0;
	text-align: right;
	margin-bottom: 0;
}

.single-post #primary .post .pull-left {
	width: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
	padding: 26px 20px;
	margin-top: 0;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.page.full-width #primary {
	width: 100% !important;
}

.single-post #primary .post .dropcap {
	color: #787f86;
	font-size: 82px;
	line-height: 30px;
	font-weight: 700;
	float: left;
	margin: 20px 6px 54px;
}

.single-post #primary .post .highlight {
	background: #1bbc9b;
	color: #fff;
}

.single-post #primary .post table {
	border: 1px solid #d8d8d8;
}

.single-post #primary .post table th {
	background: #e6e6e6;
	color: #34495e;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	/*padding: 16px 42px;*/
	padding: 2% 5%;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

.single-post #primary .post table td {
	color: #34495e;
	font-size: 15px;
	line-height: 22px;
	/*padding: 16px 42px;*/
	padding: 2% 6%;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

.single-post #primary .post pre {
	background: #f3f3f3;
	font-family: 'Courier 10 Pitch', Courier, monospace;
	font-size: 14px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	color: #787f86;
	max-width: 100%;
}

#primary .post .tags {
	display: inline-block;
	margin: 30px 0;
	font-size: 13px;
	line-height: 16px;
	color: #88959c;
	font-style: italic;
}

#primary .post .tags a {
	font-size: 14px;
	line-height: 18px;
	color: #88959c;
}

#primary .post .tags a:hover {
	color: #fc7f8e;
}

.single-post #primary ul {
	margin: 0 0 15px;
	padding: 0;
}

.single-post #primary ul li {
	list-style: none;
	padding-left: 13px;
	background: url(images/style-guide-list-icon.png) no-repeat 0 13px;
}

.single-post #primary ul ul {
	margin: 10px 0;
}

.single-post #primary ol ol {
	margin: 10px 0;
	margin-left: 0px;
}

.single-post #primary ol {
	margin: 0 0 15px;
	padding: 0 0 0 16px;
}

.single-post #primary form input[type='text'] {
	width: 53%;
	height: 42px;
	margin-bottom: 30px;
	border: 1px solid #dde1e5;
}

.single-post #primary form textarea {
	width: 75%;
	resize: none;
	height: 150px;
	border: 1px solid #dde1e5;
	margin-bottom: 30px;
}

.single-post #primary form input[type='reset'] {
	background: #34495e;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	text-transform: uppercase;
	border: 0;
	box-shadow: none;
	padding: 7px 25px;
}

.single-post #primary form input[type='submit'] {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	text-transform: uppercase;
	background: #1bbc9b;
	border: 0;
	box-shadow: none;
	padding: 7px 25px;
}

.single-post #primary form input[type='submit']:hover {
	background: #34495e;
}

.single-post #primary form input[type='submit']:focus {
	outline: thin dotted #000;
	outline-offset: 1px;
}

.single-post #primary form input[type='reset']:hover {
	background: #1bbc9b;
}

.jcf-file {
	margin-bottom: 20px;
}

.single-post #primary form .form-element {
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.single-post #primary form .form-element.password {
	margin-top: 25px;
}

.single-post #primary form .radio-section:after {
	content: '';
	display: block;
	clear: both;
}

.single-post #primary form .radio-section li {
	float: left;
	background: none;
	padding: 0;
	margin-left: 20px;
}

.jcf-file .jcf-upload-button {
	float: left;
	font-size: 14px;
	line-height: 26px;
	background: #e3e3e3;
	color: #62676d;
	text-transform: uppercase;
	height: 36px;
	padding: 5px 19px;
	border: 0;
	border-radius: 4px;
}

.jcf-file .jcf-fake-input {
	float: right;
	font-size: 15px;
	line-height: 26px;
	color: #787f86;
	border: 0;
	height: 36px;
	padding: 5px 5px;
}

.jcf-select {
	height: 42px;
	padding: 3px 0;
	width: 31%;
	border: 1px solid #dde1e5;
}

.jcf-radio {
	border: 1px solid #9b9b9f;
}

.jcf-radio span {
	background: #787f86;
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	line-height: 30px;
	color: #a8b0b4;
}

.jcf-checkbox {
	background: url(images/check-box.png) no-repeat;
}

.jcf-checkbox.jcf-checked {
	background: url(images/checked-img.png) no-repeat;
}

.jcf-select .jcf-select-opener {
	background: url(images/select-icon.png) no-repeat 0 16px;
}

.single-post #primary form .radio-section li:first-child {
	margin-left: 0;
}

.single-post #primary .post .bottom-content ul li {
	background: none;
}

.single-post #primary .author-section .text-holder {
	overflow: hidden;
	margin-top: -16px;
}

.single-post #primary .author-section .text-holder span {
	font-size: 17px;
	line-height: 24px;
	color: #34495e;
	display: block;
	margin-bottom: -16px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	text-transform: uppercase;
}

.single-post #primary .author-section {
	background: #fff;
	padding: 30px 42px;
	margin-bottom: 40px;
}

.single-post #primary .author-section .avatar {
	float: left;
	margin-right: 30px;
}

.single-post #primary .comments-area {
	background: #fff;
	padding: 30px 30px;
	margin-bottom: 40px;
}

.single-post #primary .comments-area .comments-title {
	font-size: 21px;
	line-height: 25px;
	color: #34495e;
	margin-bottom: 15px;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	text-transform: uppercase;
}

.single-post #primary .comments-area .comment-body:after {
	display: block;
	content: '';
	clear: both;
}

.single-post #primary .comments-area ol li {
	list-style: none;
}

.single-post #primary .comments-area .avatar.photo {
	float: left;
	margin-right: 20px;
	border: 1px solid #dde1e5;
}

.single-post #primary .comments-area .comment-content {
	margin-left: 106px;
}

.single-post #primary .comments-area .fn {
	font-size: 14px;
	line-height: 24px;
	color: #34495e;
	font-family: 'Sanchez', serif;
	font-weight: 600;
}

.single-post #primary .comments-area .comment-metadata a {
	font-size: 12px;
	line-height: 16px;
	color: #a8b0b4;
	font-style: italic;
}

.single-post #primary .comments-area .reply {
	margin-left: 106px;
}

.single-post #primary .comments-area .reply a {
	font-size: 10px;
	line-height: 24px;
	color: #fff;
	background: #1bbc9b;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 15px;
}

.single-post #primary .comments-area .children {
	margin-left: 60px;
}

.single-post #primary .comments-area .comment-body {
	margin-bottom: 40px;
}

.single-post #primary .comments-area ol li {
	margin-bottom: 40px;
}

.single-post #primary .comments-area .reply a:hover {
	background: #127a65;
}

.single-post #primary .comment-form .comments-area.form .comment-reply-title {
	font-size: 21px;
	line-height: 25px;
	color: #34495e;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	text-transform: uppercase;
}

.single-post
	#primary
	.comment-form
	.comments-area.form
	form
	input[type='text'] {
	margin-right: 6%;
}

.single-post #primary .comment-form .comments-area.form form input[type='text'],
.single-post
	#primary
	.comment-form
	.comments-area.form
	form
	input[type='email'] {
	height: 50px;
	width: 100%;
	border: 1px solid #dde1e5;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

.single-post #primary .comment-form .comments-area.form form input[type='url'] {
	height: 50px;
	border: 1px solid #dde1e5;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

.single-post #primary .comment-form .comments-area.form form textarea {
	height: 180px;
	border: 1px solid #dde1e5;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

.single-post #primary .comment-form .comments-area.form form p {
	/*overflow: hidden;*/
	margin: 0;
}

.single-post #primary .comment-form .comments-area.form form p:after {
	display: block;
	clear: both;
	content: '';
}

.single-post
	#primary
	.comment-form
	.comments-area.form
	form
	input[type='checkbox'] {
	margin-right: 10px;
}

.single-post
	#primary
	.comment-form
	.comments-area.form
	form
	.comment-form-cookies-consent,
.single-post #primary .comment-form .comments-area.form form .comment-notes {
	margin: 0 0 30px;
}

/*.blog .post .entry-header{
	margin-top: 0 !important;
	text-align: left;
}*/
.blog .post .entry-content {
	text-align: left;
}

.blog .post .entry-content .tags {
	font-style: italic;
	font-size: 13px;
	line-height: 17px;
	color: #a8b0b4;
}

.blog .post .entry-content .tags a {
	font-size: 14px;
	line-height: 18px;
	color: #88959c;
}

.blog .post .entry-content .tags a:hover {
	color: #1bbc9b;
}

.search .site-content .page-header {
	min-height: 100px;
	/*background: #fff;*/
	padding: 0 15px;
}

.search .site-content .page-header .page-title {
	font-size: 28px;
	line-height: 32px;
	color: #34495e;
	font-family: 'Sanchez', serif;
	font-weight: 600;
	margin: 0;
}

.search .site-content .entry-summary {
	padding: 0 36px;
}

.search .site-content .post {
	padding-bottom: 36px;
}

.blog.full-width .site-content #primary {
	width: 100%;
}

#mobile-menu-opener {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.container {
		width: 100%;
	}

	.flex-control-thumbs {
		left: 6%;
	}

	.widget-area .widget.widget_search form input[type='search'] {
		width: 69%;
	}
}

@media only screen and (max-width: 991px) {
	.main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		width: 320px;
		height: 100%;
		z-index: 10;
		background: #fff;
		padding-top: 80px;
		-webkit-transform: translateX(420px);
		-moz-transform: translateX(420px);
		transform: translateX(420px);
		-webkit-transition: ease 0.35s;
		-moz-transition: ease 0.35s;
		transition: ease 0.35s;
	}

	body.menu-open .main-navigation {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.main-navigation li {
		float: none;
		display: block;
		width: 100%;
	}

	.main-navigation li .angle-down {
		position: absolute;
		top: 0;
		right: 0;
		background: transparent;
		cursor: pointer;
		width: 58px;
		height: 58px;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}

	.main-navigation li .angle-down.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-navigation li .angle-down:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 15px;
		height: 20px;
		content: '';
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E")
			center center no-repeat;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.main-navigation ul li a {
		padding: 20px;
		display: block;
		border-right: 0;
		border-top: 1px solid #ebedef;
	}

	.main-navigation ul .menu-item-has-children:after {
		display: none;
	}

	.main-navigation ul ul {
		border-top: 1px solid #ebedef;
		box-shadow: none;
		float: none;
		position: unset;
		left: inherit;
		background: none;
		display: none;
	}

	.main-navigation ul ul li a {
		width: 100%;
		padding: 20px;
	}

	#mobile-menu-opener {
		display: block;
		width: 25px;
		height: 18px;
		cursor: pointer;
	}

	#mobile-menu-opener span {
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
		margin-bottom: 5px;
	}

	#mobile-menu-opener span:last-child {
		margin-bottom: 0;
	}

	.main-navigation .btn-close-menu {
		width: 50px;
		height: 50px;
		border: 2px solid #000;
		border-radius: 50%;
		position: absolute;
		top: 15px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		cursor: pointer;
	}

	.main-navigation .btn-close-menu:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 25px;
		content: '';
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E")
			center center no-repeat;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.85);
		z-index: 2;
		-webkit-transition: ease 0.35s;
		-moz-transition: ease 0.35s;
		transition: ease 0.35s;
		opacity: 0;
		visibility: hidden;
	}

	body.menu-open .overlay {
		visibility: visible;
		opacity: 1;
	}

	.site-header .header-bottom .container:after {
		display: none;
	}

	.site-header .header-bottom .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.site-branding {
		margin-top: 0;
		max-width: 85%;
	}

	.header-bottom {
		padding: 15px 0;
	}

	.main-navigation ul li svg {
		display: none;
	}

	.fa-angle-down::before {
		display: none;
	}

	.slider .banner-text {
		bottom: 16%;
	}

	.widget-area .widget.widget_search form input[type='search'] {
		height: 24px;
		padding: 6px 16px;
		width: 64%;
	}

	.widget-area .widget.widget_search form {
		height: 40px;
	}

	.widget-area .widget.widget_search form input[type='submit'] {
		height: 38px;
	}

	.top-section .post .text .text-content {
		bottom: 6%;
		left: 8%;
	}

	.post .bottom-content .entry-meta span {
		width: 100%;
	}

	.post .bottom-content .entry-meta {
		float: none;
		margin-bottom: 10px;
	}

	.post .bottom-content .social-networks {
		float: none;
	}

	.post .bottom-content .social-networks li {
		float: none;
		display: inline-block;
	}

	.post .bottom-content .read-more {
		margin-bottom: 10px;
	}

	#lightSlider li .banner-text {
		bottom: 17%;
	}
	
		#mobile-menu-opener {
		display: block;
		width: 45px;
		height: 38px;
		cursor: pointer;
		background: #fff;
		float: right;
		padding: 10px;
	}

	.container {
		width: 100% !important;
	}

	.zipu {
		display: none !important;
	}

	.site-branding {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.featured-destinations .cards.overlap {
		margin-top: 10px !important;
	}
	.featured-destinations .title-row .title-entry {
		color: #565656 !important;
		text-shadow: none !important;
	}
	.tuten {
		width: 100%;
		height: auto !important;
	}

	.oketo {
		font-size: 50px !important;
	}

	.dashedimage {
		margin-top: 30px !important;
	}

	.gtn {
		width: 250px !important;
	}

	.mainh2 {
		font-size: 40px !important;
	}

	.mainp2 {
		padding: 0px !important;
	}

	.pad-down-0 {
		padding-bottom: 30px !important;
	}

	.befo h3:after {
		margin: auto;
		margin-top: 19px;
	}

	.site-footer .widget-area {
		padding: 40px 0 54px;
	}

	.thatp {
		text-align: center !important;
	}

	.main-navigation {
		z-index: 1000 !important;
	}

	.main-navigation ul ul li a {
		color: inherit !important;
	}

	.headholder {
		position: relative !important;
		line-height: 0px !important;
		background: none !important;
	}

	.titleee {
		font-size: 40px;
		padding: 10px;
		margin-top: 0px;
	}

	#breadcrumbs,
	#breadcrumbs a {
		color: #565656 !important;
		font-size: 17px !important;
	}

	.navigation.pagination .nav-links .page-numbers {
		font-size: 30px !important;
		padding: 15px !important;
		font-weight: normal !important;
	}

	.navigation.pagination .nav-links {
		padding-left: 15px !important;
	}

	.single-post #primary .post .entry-title {
		font-size: 42px !important;
		line-height: 47px !important;
		text-shadow: none !important;
		margin-bottom: 15px !important;
	}

	#primary {
		padding-bottom: 0px !important;
	}

	.olebo {
		display: block;
	}

	.olebo .item {
		width: 100% !important;
		height: auto !important;
	}

	.olebo .col-sm-4 {
		width: 33% !important;
	}

	.olebo .col-sm-8 {
		width: 64% !important;
	}

	.dirop {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.dirop input[type='search'] {
		width: 100% !important;
		clear: both !important;
	}

	.dirop button {
		width: 250px !important;
		float: left !important;
	}
	.titleee {
		color: #444 !important;
		text-shadow: none !important;
		line-height: 50px !important;
	}

	#breadcrumbs, .banner-search, .nono {
		display: none !important;
	}

	.content-area,
	#primary {
		padding-bottom: 30px !important;
	}

	.loko {
		font-size: 25px !important;
		color: #fff !important;
		padding: 30px 0px;
	}
	
	.oketo {
    font-size: 30px !important;
    }
    
    .ipo .post .entry-title a, .main-navigation ul li a {
    color: #333!important;
        
    }
    
    .kepo u {
    margin-top: 30px !important;
 }
 
 .site-info .container .row .col {
     width: 100% !important;
 }
 
 .single-post #primary .post .entry-content, .bottom-content {
    text-align: left;
    padding: 50px 20px;
    margin-top: 0px;
} 

.uncode-divider-wrap, .slider .svg-shape {
   display: none!important; 
}
}

@media only screen and (max-width: 767px) {
	/*.site-header .container{
		padding: 0;
	}*/
	.top-section .post-thumbnail img {
		width: 100%;
	}
	
	.milo {
	    width: 100%!important;
	    max-width: 100%!important;
        flex: 100%;
	}
	
	.molo {
	    display: none!important;
	}
	
	.card {
	    box-shadow: none!important;
	    border: 0px!important;
	}
	
	.card h3 {
	    clear: both;
        margin-bottom: 20px;
	}
	
	.pad20tie {
	    padding: 20px!important;
	}
	
	.col-sm-4, .col-sm-3 {
	    -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
	}
	
	.autoauto {
	    margin: auto!important;
	}

	.site-header .header-top .social-network-section {
		float: none;
		width: 100%;
		text-align: center;
	}

	.site-header .header-top .social-network-section span {
		float: none;
	}

	.site-header .header-top .social-network-section .social-networks li {
		float: none;
		display: inline-block;
	}

	.site-header .header-top .social-network-section .form-section {
		width: 100%;
	}

	.site-header .header-top .social-network-section .form-section .example form {
		top: 0;
		left: 0;
	}

	.site-header
		.header-top
		.social-network-section
		.form-section
		form
		input[type='text'] {
		width: 100%;
		float: left;
		padding: 10px 15px 3px;
	}

	.site-header .header-top .social-network-section .fa-search {
		position: absolute;
		right: 0;
		width: 15%;
		display: block;
		top: 40%;
	}

	.slider .banner-text {
		position: relative;
		background: #fff;
		top: 100%;
		padding-bottom: 20px;
	}

	.banner-text .text {
		width: 100%;
		padding: 10px 0 0;
	}

	.top-section .column {
		width: 100%;
	}

	#primary {
		width: 100%;
	}

	.post .entry-content {
		padding: 0 16px;
	}

	.navigation.pagination .nav-links .page-numbers {
		padding: 1px 7px;
		margin-right: 4px;
	}

	#secondary {
		width: 100%;
	}

	.site-footer .column {
		width: 100%;
	}

	.site-branding {
		margin-bottom: 50px;
		padding-bottom: 30px;
	}

	.widget-area .widget.widget_social_networks ul li {
		float: none;
		display: inline-block;
	}

	.advertisement {
		text-align: center;
	}

	.site-footer {
		text-align: center;
	}

	.blog .post .entry-header {
		text-align: center;
	}

	.blog .post .entry-content {
		text-align: center;
	}

	.single-post #primary .comments-area .avatar.photo {
		float: none;
		width: 100%;
	}

	.single-post #primary .comments-area .comment-content {
		margin: 0 0 0;
	}

	.single-post #primary .comments-area .reply {
		margin: 0;
		text-align: center;
	}

	.single-post #primary .comments-area .children {
		margin: 0;
		padding: 0;
	}

	.alignleft {
		float: none;
		width: 100%;
	}

	.single-post #primary .comments-area .comments-title {
		text-align: center;
	}

	.single-post #primary .author-section {
		text-align: center;
	}

	.single-post #primary .comments-area {
		text-align: center;
	}

	.showcase-thumbnail-wrapper.showcase-thumbnail-wrapper-horizontal {
		display: none;
	}

	.showcase-content {
		overflow: none !important;
		background: #fff !important;
	}

	.site-content {
		padding-top: 15px;
	}

	.top-section .post {
		margin-bottom: 30px;
	}

	.site-header .form-section .example {
		display: block;
	}

	.site-header .header-top .social-network-section .form-section {
		margin-left: 0;
	}

	.site-header .header-top .social-network-section .social-networks {
		margin-left: 0;
		margin-bottom: 15px;
	}

	/*#search-btn {
        display: none;
    }*/

	.site-header .header-top .social-network-section .form-section form {
		height: 46px;
	}

	.site-header
		.header-top
		.social-network-section
		.form-section
		form
		input[type='search'] {
		float: left;
		padding: 0 5px;
		height: 100%;
	}

	#mobile-menu-opener {
		display: block;
		width: 45px;
		height: 38px;
		cursor: pointer;
		background: #fff;
		float: right;
		padding: 10px;
	}

	.container {
		width: 100% !important;
	}

	.zipu {
		display: none !important;
	}

	.site-branding {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.featured-destinations .cards.overlap {
		margin-top: 10px !important;
	}
	.featured-destinations .title-row .title-entry {
		color: #565656 !important;
		text-shadow: none !important;
	}
	.tuten {
		width: 100%;
		height: auto !important;
	}

	.oketo {
		font-size: 50px !important;
	}

	.dashedimage {
		margin-top: 30px !important;
	}

	.gtn {
		width: 250px !important;
	}

	.mainh2 {
		font-size: 40px !important;
	}

	.mainp2 {
		padding: 0px !important;
	}

	.pad-down-0 {
		padding-bottom: 30px !important;
	}

	.befo h3:after {
		margin: auto;
		margin-top: 19px;
	}

	.site-footer .widget-area {
		padding: 40px 0 54px;
	}

	.thatp {
		text-align: center !important;
	}

	.main-navigation {
		z-index: 1000 !important;
	}

	.main-navigation ul ul li a {
		color: inherit !important;
	}

	.headholder {
		position: relative !important;
		line-height: 0px !important;
		background: none !important;
	}

	.titleee {
		font-size: 40px;
		padding: 10px;
		margin-top: 0px;
	}

	#breadcrumbs,
	#breadcrumbs a {
		color: #565656 !important;
		font-size: 17px !important;
	}

	.navigation.pagination .nav-links .page-numbers {
		font-size: 30px !important;
		padding: 15px !important;
		font-weight: normal !important;
	}

	.navigation.pagination .nav-links {
		padding-left: 15px !important;
	}

	.single-post #primary .post .entry-title {
		font-size: 42px !important;
		line-height: 47px !important;
		text-shadow: none !important;
		margin-bottom: 15px !important;
	}

	#primary {
		padding-bottom: 0px !important;
	}

	.olebo {
		display: block;
	}

	.olebo .item {
		width: 100% !important;
		height: auto !important;
	}

	.olebo .col-sm-4 {
		width: 33% !important;
	}

	.olebo .col-sm-8 {
		width: 64% !important;
	}

	.dirop {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.dirop input[type='search'] {
		width: 100% !important;
		clear: both !important;
	}

	.dirop button {
		width: 250px !important;
		float: left !important;
	}
	.titleee {
		color: #444 !important;
		text-shadow: none !important;
		line-height: 50px !important;
	}

	#breadcrumbs, .banner-search, .nono {
		display: none !important;
	}

	.content-area,
	#primary {
		padding-bottom: 30px !important;
	}

	.loko {
		font-size: 25px !important;
		color: #fff !important;
		padding: 30px 0px;
	}
	
	.oketo {
    font-size: 30px !important;
    }
    
    .ipo .post .entry-title a, .main-navigation ul li a {
    color: #333!important;
        
    }
    
    .kepo u {
    margin-top: 30px !important;
 }
 
 .site-info .container .row .col {
     width: 100% !important;
 }
 
 .single-post #primary .post .entry-content, .bottom-content {
    text-align: left;
    padding: 50px 20px;
    margin-top: 0px;
} 

.uncode-divider-wrap, .slider .svg-shape {
   display: none!important; 
}
}
}
