/*
Theme Name: uma
*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/*
    Google Fonts
*/

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*
	General
*/

/* General */

.hide {
	display: none;
}

.transition {
	transition: all 300ms ease-in-out;
}

/* Clearings */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.footer-widget-area:before,
.footer-widget-area:after,
.widget:before,
.widget:after,
.site-info:before,
.site-info:after,
.wrap:before,
.wrap:after,
.section:before,
.section:after,
.posts-list:before,
.posts-list:after,
.main-menu-container:before,
.main-menu-container:after,
.site-content-container:before,
.site-content-container:after,
.brand-container:before,
.brand-container:after,
.footer-bar:before,
.footer-bar:after,
.container:before,
.container:after,
.top-bar:before,
.top-bar:after,
.posts-list .post:before,
.posts-list .post:after,
.related-posts:before,
.related-posts:after,
.mobile-bar:before,
.mobile-bar:after,
.posts-links:before,
.posts-links:after,
.single-nav-links:before,
.single-nav-links:after,
.right-col:before,
.left-col:before,
.right-col:after,
.left-col:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.footer-widget-area:after,
.widget:after,
.site-info:after,
.wrap:after,
.section:after,
.main-menu-container:after,
.site-content-container:after,
.posts-list:after,
.brand-container:after,
.footer-bar:after,
.container:after,
.top-bar:after,
.posts-list .post:after,
.related-posts:after,
.mobile-bar:after,
.posts-links:after,
.single-nav-links:after,
.right-col:after,
.left-col:after {
	clear: both;
}

/* Accessibility */

.screen-reader-text {
	display: none;
}


/*
	Formatting
*/

/* General */

hr {
	border: none;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
}

body {
	background-color: #282828;
	color: #111111;
}

body,
button,
input,
select,
textarea,
code,
kbd,
tt,
var,
pre,
.posts-list .post {
	font-family: 'Lato',Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}

.entry-content h1,
.textwidget h1,
.entry-content h2,
.textwidget h2,
.entry-content h3,
.textwidget h3,
.entry-content h4,
.textwidget h4,
.entry-content h5,
.textwidget h5,
.entry-content h6,
.textwidget h6 {
	margin: 10px 0 20px;
	line-height: 1.4;
	font-weight: bold;
}

.entry-content h1,
.textwidget h1 {
	font-size: 32px;
}

.entry-content h2,
.textwidget h2 {
	font-size: 28px;
}

.entry-content h3,
.textwidget h3 {
	font-size: 24px;
}

.entry-content h4,
.textwidget h4 {
	font-size: 20px;
}

.entry-content h5,
.textwidget h5 {
	font-size: 16px;
}

.entry-content h6,
.textwidget h6 {
	font-size: 16px;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

blockquote {
	margin: 0 0 15px;
	padding: 10px 20px;
	overflow: hidden;
	text-align: center;
	color: #105c96;
	font-size: 22px;
	font-style: italic;
	line-height: 1.7;
}

blockquote p:last-child {
	margin: 0;
}

blockquote cite {
	display: block;
	margin-top: 10px;
	font-style: normal;
	font-weight: 600;
}


address {
	margin: 0 0 20px;
}

pre {
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
}

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

mark,
ins {
	text-decoration: none;
}

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

pre,
mark,
ins {
	background: transparent;
}

:focus {
	outline: none;
}

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

big {
	font-size: 125%;
}

/* Forms */

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

fieldset {
	margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 10px;
	max-width: 100%;
	border: solid 1px #cccccc;
	color: #666666;
	background: #ffffff;
	border-color: #bbbbbb;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222222;
	border-color: #333333;
}

select,
textarea {
	padding: 5px 10px;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 0 10px 5px;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: normal;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 20px;
	text-shadow: none;
	transition: background 0.2s;
	line-height: 30px;
}

button,
input[type="button"],
input[type="submit"] {
	color: #ffffff;
	background-color: #383838;
	font-size: 13px;
	font-weight: bold;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #f0d716;
	background-color: #448a0d;
}

/* Placeholder */

::-moz-placeholder {
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

/* Selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #333;
}

:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
}

:-ms-input-placeholder {
	color: #333;
}

/* Lists */

ul,
ol {
	padding: 0 0 0 20px;
	margin: 0 0 15px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dd {
	margin: 0 15px 15px;
}

dt {
	font-weight: bold;
}

/* Tables */

table {
	border-collapse: collapse;
	margin: 0 0 20px;
	width: 100%;
}

table, th, td {
	border: solid 1px #cccccc;
}

th,
td {
	padding: 10px;
}

/* links */

a {
	text-decoration: none;
	color: #105c96;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: underline;
	color: #105c96;
}


/*
	Header
*/

/* General */

.brand-logo a,
.brand-logo img {
	max-width: 100%;
	max-height: 100%;
}

.main-bar {
	border-top: solid 1px rgba(255,255,255,0.3);
}

.header-main-container {
	display: none;
}

.site-branding {
    position: relative;
}

/* Mobile Bar*/

.mobile-bar {
	position: relative;
	text-align: center;
	background: #7ea716;
    background: -moz-linear-gradient(top, #7ea716 0%, #458b0d 48%, #335f05 100%);
    background: -webkit-linear-gradient(top, #7ea716 0%,#458b0d 48%,#335f05 100%);
    background: linear-gradient(to bottom, #7ea716 0%,#458b0d 48%,#335f05 100%);
}

.mobile-logo img {
	display: block;
	margin: auto;
	height: 64px;
	position: absolute;
	top: 0;
	bottom: 0;
}

.mobile-bar,
.menu-toggle-on,
.search-toggle {
	color: #ffffff;
}

.mobile-bar:hover,
.menu-toggle-on:hover,
.search-toggle:hover,
.mobile-bar:active,
.menu-toggle-on:active,
.search-toggle:active {
	color: #eeeeee;
}

.mobile-bar-1 .mobile-logo img {
	right: 0;
	left: 0;
}

.mobile-bar-2 .mobile-logo img {
	right: 10px;
}

.mobile-bar-3 .mobile-logo img {
	left: 10px;
}


/*
	Navigation
*/

/* General */

.main-navigation a,
.footer-navigation a {
	color: #ffffff;
}

.mobile-navigation a {
	color: #ffffff;
}

.mobile-navigation a:hover {
	color: #f0d716;
}

.main-navigation ul,
.mobile-navigation ul,
.footer-navigation ul,
.social-navigation ul,
.language-navigation ul {
	margin: 0;
	padding: 0;
	user-select: none;
	list-style: none;
}

.sub-menu {
	display: none;
}

.sub-menu.toggled-on {
	display: block;
}

/* Mobile Navigation */

.mobile-menu-container {
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	z-index: 2000;
	width: 100%;
	overflow-y: scroll;
	background-color: #383E43;
}

.mobile-bar-3 .mobile-menu-container {
	right: -100%;
	left: auto;
}

.mobile-menu-container.toggled-on {
	left: 0;
	z-index: 100000;
}

.mobile-menu-container .sub-menu {
	background-color: rgba(127, 127, 127, 0.07);
}

.mobile-bar-3 .mobile-menu-container.toggled-on {
	right: 0;
	left: auto;
}

.mobile-navigation {
	clear: both;
	display: block;
	margin: 70px 0;
	font-size: 18px;
}

.mobile-navigation a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

.mobile-navigation ul {
	list-style: none;
}

.mobile-navigation li {
	position: relative;
	text-decoration: none;
}

.mobile-navigation li.menu-item-has-children a {
	padding: 0 48px;
}

/* Footer Navigation */

.footer-navigation {
	text-align: center;
	font-size: 14px;
}

.footer-navigation li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.footer-navigation li:last-child {
	margin: 0;
}

/* Social Navigation */

.social-navigation {
	margin: 0 15px;
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 18px;
}

.social-navigation a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.49);
	color: #ffffff;
}

.social-navigation a:hover {
	color: #f0d716;
}

.social-navigation li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
}

.social-navigation li:last-child {
    margin: 0;
}

.social-navigation i {
	line-height: 0;
}

.social-navigation .fa-twitter {
	margin: 0 0 0 -2px;
}

/* Toggles */

.menu-toggle {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu-toggle:hover,
.menu-toggle:focus {
	box-shadow: none;
	outline: 0;
}

.menu-toggle i {
	line-height: 0;
}

.menu-toggle-on,
.menu-toggle-off,
.dropdown-toggle,
.search-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.search-toggle:hover,
.search-toggle:focus {
	background-color: transparent;
}

/* Menu toggles */

.menu-toggle-on {
	float: left;
	width: 50px;
	font-size: 30px;
}

.mobile-bar-2 .menu-toggle-on {
	float: left;
	width: 70px;
}

.mobile-bar-3 .menu-toggle-on {
	float: right;
}

.menu-toggle-off {
	float: right;
	margin: 0;
	line-height: 50px;
	width: 50px;
	font-size: 50px;
}

.mobile-bar-3 .menu-toggle-off {
	float: left;
}


/* Dropdown toggles */

.dropdown-toggle {
	position: absolute;
	width: 48px;
	top: 0;
	right: 0;
	cursor: pointer;
	font-size: 28px;
}

.dropdown-toggle i {
	line-height: 0;
	transition: all 300ms ease-in-out;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on i {
	transform: rotate(-180deg);
}

.footer-navigation .dropdown-toggle {
	display: none;
}

/* Navigation Links */

.single-nav-links a,
.posts-links a,
a.load-more-button {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background-color: #383f43;
	color: #fbb331;
}

.single-nav-links a:hover,
.posts-links a:hover,
a.load-more-button:hover {
	color: #ffffff;
}

.posts-links a > span {
	display: block;
	position: relative;
}

.single-pagination-links,
.single-nav-links {
	margin: 15px 0 0;
	text-align: center;
}

.posts-links .arrows a,
.single-nav-links .arrows a {
	font-size: 18px;
	font-weight: bold;
}

.single-nav-links a,
.posts-links a,
.load-more-button {
	font-size: 14px;
	font-weight: bold;
}

/* Posts List Links */

.posts-links .previous-posts {
	float: right;
}

.posts-links .next-posts {
	float: left;
}

.posts-links .next-text:after,
.posts-links .previous-text:before {
	position: absolute;
	top: 49%;
	padding: 0;
	margin: 1px 0 0 0;
	font-size: 24px;
}

.posts-links .next-text {
	padding: 0 15px 0 30px;
}

.posts-links .previous-text {
	padding: 0 30px 0 15px;
}

.posts-links .next-text:after {
	left: 10px;
}

.posts-links .previous-text:before {
	right: 10px;
}

/* Common */

.pagination,
.load-more-button-container,
.posts-links {
	text-align: center;
}

.single-pagination-links span,
.pagination .page-numbers,
.pagination a {
	font-weight: bold;
}

/* Pagination */

.pagination {
	border-top: solid 1px #cccccc;
}

.pagination span {
	background-color: #424242;
	color: #ffffff !important;
}

.pagination a,
.single-pagination-links a {
	text-decoration: none;
	background-color: #94c120;
}

.single-pagination-links span,
.pagination a,
.pagination span {
	padding: 15px 0;
	width: 30px;
}

.pagination span,
.pagination i,
.pagination a,
.single-pagination-links span {
	line-height: 0;
    border-radius: 15px;
	display: inline-block;
	color: #333333;
}

.pagination a:hover {
	background-color: #567b1e;
	color: #ffffff;
}

/* Load More */

.load-more-button {
	display: inline-block;
	padding: 0 15px;
}


/*
	Layout
*/

/* General */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

#page {
	position: relative;
	word-wrap: break-word;
}

.container {
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
}

.site-content {
	background-color: #ffffff;
}

.site-content,
.site-content-container {
	position: relative;
}

.page .sidebar-site-content .sidebar-container,
.sidebar-container .sidebar {
	background-color: #c8b07e;
}


/*
	Single
*/

/* General */

.entry-header {
	padding: 15px;
}

.entry-header div {
	margin: 0 0 10px;
}

.entry-header div:last-child {
	margin: 0;
}

.entry-header .breadcrumbs {
	margin: 0 0 10px;
}

.entry-header .breadcrumbs a {
    background-color: #fbb331;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
	padding: 5px 13px;
	margin: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1;
    text-decoration: none;
}

.entry-header .breadcrumbs a:last-child {
	margin: 0;
}

/* Entry Featured Image */

.main-post .featured-image {
	display: block;
	width: 100%;
}

.main-post .featured-image img {
	display: block;
	width: 100%;
}

.category-174 .featured-image {
	display: none;
}

/* Entry Title */

.main-post .entry-title {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
}

/* Entry Meta */

.main-post .entry-meta a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

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

/* Entry Social */

.entry-social {
	font-size: 0;
}

.entry-social .share-button {
	font-size: 14px;
}

.main-post .entry-social {
	padding: 0;
	line-height: 0;
}

.main-post .entry-social .share-button {
	display: inline-block;
	margin: 0 8px 0 0;
	cursor: pointer;
}

.main-post .entry-social .share-button:last-child {
	margin: 0;
}

.main-post .entry-social a {
	display: inline-block;
    text-decoration: none;
    line-height: 40px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.entry-social a:hover,
.entry-social a:focus {
	color: #f0d716;
}

.main-post .entry-social .txt {
	font-size: 14px;
	display: none;
}

.main-post .entry-social i {
	display: inline-block;
	line-height: 0;
}

.entry-social .facebook a {
	background-color: #3b5998;
}

.entry-social .twitter a {
	background-color: #4099ff;
}

.entry-social .whatsapp a {
	background-color: #128c7e;
}

.entry-social .linkedin a {
	background-color: #007bb6;
}

.entry-social .pinterest a {
	background-color: #cb2027;
}

/* Entry Content */

.main-post .entry-content {
	padding: 15px;
	font-size: 18px;
}

.main-post .entry-content p:last-child {
	margin: 0;
}

.main-post .entry-content iframe {
	display: block;
}

/* Related Posts */

.related-posts {
    border-top: solid 1px #cccccc;
}

.related-posts .section-name {
	text-align: left;
	padding: 15px 15px 0;
}

.related-posts .section-name span {
	padding: 0;
}

.related-posts .posts-list .post {
	overflow: hidden;
}

.related-posts .entry-data {
	padding: 0 0 0 95px;
	line-height: 1.4;
}

.related-posts .entry-media {
	float: left;
	width: 80px;
	height: 80px;
}

.related-posts .entry-media img {
	width: auto;
	height: 100%;
	object-fit: cover;
}


/*
	Pages
*/

/* General */

.page-header {
	padding: 10px 0;
	border-bottom: solid 1px #cccccc;
}

.page-header .page-title {
	margin: 0;
    padding: 0 10px;
}

.page-header .section-name {
	line-height: 0;
}

.page-header .section-name span {
	margin: 0;
	padding: 0;
}

.page-title {
	text-align: center;
}

.archive .page-title {
	font-size: 24px;
	font-weight: bold;
}

.main-page {
	min-height: 400px;
}

.main-page .entry-title {
	font-weight: bold;
	font-size: 24px;
}

.main-page .featured-image,
.main-page .featured-image img {
	display: block;
	width: 100%;
}

.main-page .entry-content {
	font-size: 18px;
	padding: 15px 15px;
}

.main-page .entry-content iframe {
	display: block;
}

.main-page .entry-content p:last-child {
	margin: 0;
}

.main-page .entry-content p:last-child iframe:last-child {
	margin: 0;
}

/* 404 page */

.page-404 {
	padding: 150px 15px;
}

.page-404 .text-404 {
	margin: 0 0 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.page-404 .number-404 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

/* Structure */

.uma-structure {
	font-size: 0;
}

.uma-menber {
	width: 50%;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}

.uma-menber:first-child {
	display: block;
	width: 100%;
}

.uma-menber img {
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
	padding: 0 5px;
}

.uma-menber .text {
	display: block;
	padding: 10px 5px;
    font-weight: bold;
    color: #005b00;
}


/*
	Footer
*/

/* General */

.site-footer {
	text-align: center;
	background-color: #383E43;
	color: #ffffff;
}

.site-footer .widget-title {
	color: #f0d716;
	margin: 0 0 15px;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.footer-widget-col {
	padding: 10px 15px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}

.footer-widget-col:last-child {
	border: none;
}

.footer-widget-area {
    background-color: #2f2f2f;
    border-bottom: solid 1px #88651c;
}

.site-footer .footer-widget-col:last-child {
	margin: 0;
}

.footer-bar {
	text-align: center;
	color: #dfdfdf;
}

.footer-bar a,
.footer-bar a:hover {
	color: #dfdfdf;
}

.copyright-content {
	margin: 0;
}

/* Footer site info*/

.footer-site-info {
	padding: 30px 15px 0;
}

.footer-logo {
	margin: 0 auto;
	max-width: 240px;
}

.footer-social .social-navigation {
	position: inherit;
	right: auto;
	top: auto;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	font-size: 20px;
}

.footer-social .social-navigation ul {
    height: 40px;
}

.footer-social .social-navigation a {
	border-radius: 0;
	background-color: transparent;
    color: #f0d716;
}

.footer-social .social-navigation li {
	margin: 0 0 0 10px;
}


.footer-bar {
	line-height: 40px;
}


/*
	Search
*/

/* General */

.search-form {
	overflow: hidden;
	line-height: 0;
	border: solid 1px #cccccc;
}

input.search-field {
	border: none;
	margin: 0;
	padding: 0 10px;
	width: 100%
}

.search-field:focus{
	border: none;
	overflow: hidden;
	outline: none;
}

.search-submit {
	display: none;
}

/* 404 search */

.page-404 .search-form {
	margin: 0 0 15px;
}

/* Search Header */

.search .page-header {
	padding: 10px;
}

.search-toggle {
	float: left;
	padding: 0;
	text-align: center !important;
	width: 50px;
	line-height: 0;
	font-size: 24px;
}

.mobile-bar-2 .search-toggle,
.mobile-bar-3 .search-toggle {
	display: none;
}

.search-toggle i {
	line-height: 0;
}

.header-search-container {
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
    top: 100%;
	display: none;
	z-index: 2;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
    background-color: rgba(0, 0, 0, 0.7);
}

.header-search-container.toggled-on {
	display: block;
}


/*
	Widgets
*/

.widget li .social-link {
	font-weight: normal;
	font-size: 12px;
}

.tagcloud {
	line-height: 1.5;
}

.widget .tagcloud a {
	font-size: 14px !important; /* !important to overwrite inline styles */
}

/* General */

.site-footer .widget {
	padding: 30px 0;
	border: none;
}

.widget:last-child {
	margin: 0;
}

.widget-title {
	margin: 0 0 15px;
	text-align: center;
}

/* widget forms */

.widget select {
	width: 100%;
}

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

.widget li {
	border-bottom: solid 1px #cccccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.widget li ul {
	position: relative;
	margin: 10px 20px 0 0;
	padding: 10px 0 0;
	border-top: solid 1px #cccccc;
}

.widget li a {
	font-weight: bold;
}

.site-footer .widget li a {
	font-weight: normal;
	color: #ffffff;
}

/* widget lists */

.widget li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.site-footer .widget li,
.site-footer .widget li ul {
	border: none;
}

.site-footer .widget li {
	padding: 0;
	margin: 0 0 15px;
}

.site-footer .widget li i {
	margin: 0 10px 0 0;
	display: inline-block;
	color: #c8b07e;
}

.site-footer .widget li:last-child {
	margin: 0;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text img {
	margin: 0 auto;
	width: 100%;
	display: block;
}

.widget_text iframe {
	display: block;
}

.widget_text .textwidget p:last-child {
	margin: 0;
}

.widget_text .textwidget p:last-child iframe:last-child {
	margin: 0;
}

.widget_text ul {
	padding: 0 20px 0 0;
	margin: 0 0 15px;
	list-style: disc;
}

.widget_text li {
	border: none;
	margin: 0;
	padding: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

.site-footer .widget_recent_entries li {
	margin: 0 0 25px;
}

/* Widget Images */

.widget_media_image img {
	display: block;
}

/* Widget List */

.widget-list li {
	text-align: center;
}


/*
	Posts List
*/

/* General */

.posts-list {
	font-size: 0;
}

.zero-result {
	padding: 210px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.posts-list a {
	text-decoration: none;
}

.posts-list .post {
	position: relative;
	padding: 15px;
	border-bottom: solid 1px #ccc;
}

.posts-list .post:last-child {
	border: none;
}

.posts-list .entry-media {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}

.posts-list .entry-media img {
	display: block;
	width: 100%;
	z-index: 0;
}

.posts-list .post:hover img {
	opacity: .8;
}

.posts-list .entry-title {
	margin: 0;
	font-size: 16px;
	color: #222222;
	transition: all 300ms ease-in-out;
}

.posts-list .entry-data {
	color: #777777;
}

.posts-list .entry-meta {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1;
	display: block;
}

.posts-list .entry-categories {
	font-weight: 700;
}

.posts-list .datetime {
	display: inline-block;
}

.entry-meta .byline {
	display: inline-block;
	margin: 0;
}

/* Archives */

.archive  .posts-list .post.with-thumb .entry-data {
	margin: 10px 0 0;
}


/*
	Page Builder
*/

/* Layouts */

.section {
	position: relative;
	overflow: hidden;
}

.section-3-col {
	margin: 0;
}

.col-right {
	background-color: #ffffff;
}

/* Commons */

.section-name,
.widget-title {
	text-align: center;
	margin: 0;
	position: relative;
}

.section-name span,
.section-name a,
.widget-title span,
.widget-title a {
	color: #505050;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 13px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    text-decoration: none;
}

.col-left .section-name {
    z-index: 1;
	margin: 0;
	text-align: left;
}

.col-left .section-name a,
.col-left .section-name span,
.sidebar .section-name span,
.section-name a {
    margin: 0;
    background-color: #6a952b;
    color: #ffffff;
	padding: 0 10px;
	line-height: 40px;
    font-weight: normal;
    font-size: 16px;
	display: block;
	text-align: left;
}

.col-left .section-name a:hover,
.section-name a:hover {
	background-color: #567b1e;
}

.sidebar .section-name {
	margin: 0;
}

.section-block .section-name i {
	font-size: 14px;
	color: rgba(40, 40, 40, 0.4);
	line-height: 40px;
	position: absolute;
	right: 10px;
}

/* Slider */

.slider-section {
	max-height: 395px;
}

.slider-section .entry-media {
	max-height: 395px;
}

.slider-section .post {
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
	border: none;
	position: relative;
}

.slider-section .entry-data {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 10px;
    margin: 0;
	color: #ffffff;
	float: inherit;
}

.slider-section .entry-title {
	font-size: 16px;
    line-height: 1.4;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.slider-section .entry-media {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
}

.slider-section .entry-media img {
	width: 100%;
	height: auto;
}

.slider-section .img-filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 64%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 64%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 64%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slick-dots {
	bottom: 10px;
	display: none !important;
}

.slick-dots li button::before {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

.slick-dots li.slick-active button:before {
	color: #f0d716;
}

.slick-dotted.slick-slider {
	margin: 0;
}

.slick-prev {
	left: 10px;
    z-index: 1;
}

.slick-next {
	right: 25px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 32px;
}

/* Video Section */

.video-section .post {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.video-section .entry-data {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 15px;
	line-height: 1.4;
	color: #ffffff;
	float: inherit;
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.9)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 50%, rgba(0,0,0,.9) 100%);
}

.video-section .entry-title {
    line-height: 1.5;
	margin: 0;
	color: #ffffff;
}

.video-section .entry-media {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
}

.video-section .entry-media img {
	width: 100%;
	height: auto;
}

.video-section .img-filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-section .play {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	padding: 6px 0 0 3px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	border: solid 2px #ffffff;
	width: 40px;
	height: 40px;
}

/* Cat Section Sidebar Wide */

.cat-section-sidebar-wide .entry-tile {
	margin: 0;
}

.cat-section-sidebar-wide .entry-data {
	margin: 15px 0 0;
}

/* Cat Section */

.cat-section:last-child {
	border: none;
}

.cat-section .post {
	overflow: hidden;
}

.cat-section .entry-data {
	padding: 0 0 0 95px;
	line-height: 1.4;
}

.cat-section .entry-media {
	float: left;
	width: 80px;
	height: 80px;
}

.cat-section .entry-media img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

/* Facebook Section */

.fb-section blockquote {
	display: none;
}

/* SG Desc */

.sg_img img {
	width: 100%;
	display: block;
	position: relative;
}

.sg_img .sg_title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 15px 10px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
    line-height: 1.25;
}

.sg_img .sg_name {
	font-weight: normal;
	font-size: 28px;
}

/* UMA Links */

.links_title {
	margin: 0;
    background-color: #6a952b;
    color: #ffffff;
    padding: 10px;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
}

.uma_links {
    margin: 0;
    padding: 0;
    user-select: none;
    list-style: none;
    font-size: 20px;
}

.uma_links li {
	padding: 3px 10px;
}

.uma_links a {
	color: #ffffff;
}

/* Twitter */

.section_twitter,
.section_twitter iframe {
	display: block;
	height: 299px;
	margin: 0;
    background-color: #292f33;
}

.section_twitter iframe {
	height: 300px;
}

/* Facebook */

.section_facebook {
	height: 300px;
	width: 100%;
}

.section_facebook iframe {
	display: block;
	margin: 0;
}


/*
	Media
*/

/* General */

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100% !important;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
figure,
.wp-caption,
.gallery-caption {
	margin: 0 0 15px 0;
	width: 100%;
	max-width: 100% !important;
}

.wp-caption,
.gallery-caption {
	font-size: 13px;
	font-style: italic;
}

.alignleft {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 10px 0 0;
}

img.aligncenter {
	margin: 0 auto;
	display: block;
}

.wp-block-image {
	margin: 0;
}

.wp-block-image .aligncenter {
	text-align: center;
	margin: 0;
}

.wp-block-image .aligncenter img {
	display: inline-block;
}


/*
	Media queries
*/

@media (min-width:480px)  {


	/*
		Page Builder
	*/

	/* Slider Section */

	.slider-section .entry-title {
		font-size: 20px;
		line-height: 1.7;
	}

	.slider-section .entry-data {
		padding: 0 15px 20px;
		margin: 0 0 20px;
		line-height: 1.7;
	}

	.slick-dots {
		display: block !important;
	}


	/* Video Section */

	.video-section .post {
		margin: 0;
	}


	/*
		Pages
	*/

	/* Structure */

	.uma-menber img {
		padding: 0 10px;
	}

	.uma-menber .text {
		padding: 10px;
	}
}

@media (min-width:600px)  {

	/*
		General
	*/

	.container-shadow {
		-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	}


	/*
		Single
	*/

	/* Related Posts */

	.related-posts .post {
		display: inline-block;
		vertical-align: top;
		width: 33.333333%;
		margin: 0;
		border: none;
		padding: 0 7.5px 10px;
	}

	.related-posts .section-name {
		padding: 15px;
	}

	.related-posts .posts-list {
		padding: 0 7.5px 15px;
	}

	.related-posts .entry-data {
		padding: 0;
		margin: 10px 0 0;
		line-height: 1.4;
	}

	.related-posts .entry-media {
		float: inherit;
		width: 100%;
		height: auto;
	}

	.related-posts .entry-media img {
		height: auto;
		object-fit: inherit;
	}


	/*
		Page Builder
	*/

	.col-left .section-name a,
	.col-left .section-name span,
	.sidebar .section-name span,
	.section-name a {
		font-size: 20px;
	}

	/* Layouts */

	.section-3-col .right-col-in {
		width: 34.03571429%;
		margin: 0 2.571428571% 0 0;
		float: left;
	}

	.section-3-col .main-col {
		width: 63.39285714%;
		float: right;
	}

	/* Cat Section */
	
	.cat-section .entry-data {
		padding: 0 0 0 165px;
	}
	
	.cat-section .entry-media {
		width: 150px;
		height: auto;
	}
	
	.cat-section .posts-list .entry-title {
		line-height: 1.6;
	}

	.cat-section .entry-media img {
		width: 100%;
		height: auto;
		object-fit: inherit;
	}

	/* Video Section */

	.video-section .post {
		width: 50%;
		display: inline-block;
	}

	/* 
		Archives
	*/

	.archive .posts-list .post.with-thumb .entry-media,
	.search .posts-list .post.with-thumb .entry-media {
		float: left;
		width:  150px;
	}

	.archive .posts-list .post.with-thumb .entry-data,
	.search .posts-list .post.with-thumb .entry-data {
		padding: 0 0 0 165px;
		margin: 0;
	}


	/*
		Pages
	*/

	.uma-menber {
		width: 33.333333%;
	}

	.uma-menber:first-child {
		width: 100%;
	}


	/*
		Footer
	*/

	.footer-logo {
		max-width: 390px;
	}
}

@media (min-width:801px)  {

	/*
		Layouts
	*/

	.container {
		width: 790px;
	}


	/*
		Pages
	*/

	.page-content,
	.page-404,
	.search-page {
		min-height: 350px;
	}


	/*
		Archives
	*/

	
	.archive .posts-list .post.with-thumb .entry-data,
	.search .posts-list .post.with-thumb .entry-data {
		padding: 0 0 0 290px;
	}
	
	.archive .posts-list .post.with-thumb .entry-media,
	.search .posts-list .post.with-thumb .entry-media {
		width: 275px;
	}
	
	.archive .posts-list .entry-title,
	.search .posts-list .entry-title {
		font-size: 20px;
	}


	/*
		Page Builder
	*/

	/* Layouts */

	.section-3-col .right-col {
		margin: 0;
	}

	.section-3-col .right-col-in {
		width: 300px;
		margin: 0 20px 0 0;
	}

	.section-3-col .main-col  {
		width: 470px;
	}

	/* Cat Section */
	
	.cat-section .entry-data {
		padding: 0 0 0 290px;
	}
	
	.cat-section .entry-media {
		width: 275px;
	}
	
	.cat-section .posts-list .entry-title {
		font-size: 18px;
	}

	.cat-section .posts-list .entry-meta {
		margin: 15px 0 0;
	}
}

@media (min-width:1025px) {

	/*
		Layout
	*/

	.container {
		width: 1000px;
	}

	.sidebar-site-content {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}


	/*
		Single
	*/

	.entry-social .whatsapp {
		display: none !important;
	}

	.main-post {
		padding: 0;
	}

	.main-post .entry-title,
	.main-page .page-title {
		font-size: 28px;
	}

	.single-post .content-area,
	.page .sidebar-site-content .content-area {
		width: 680px;
		margin: 0;
	}

	.single-post .sidebar-container,
	.page .sidebar-site-content .sidebar-container {
		width: 336px;
		margin: 0;
	}


	/*
		Header
	*/

	.site-header {
		z-index: 5000;
		background: #7ea716; /* Old browsers */
		background: -moz-linear-gradient(top, #7ea716 0%, #458b0d 48%, #335f05 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #7ea716 0%,#458b0d 48%,#335f05 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #7ea716 0%,#458b0d 48%,#335f05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ea716', endColorstr='#335f05',GradientType=0 ); /* IE6-9 */
	}

	.mobile-bar {
		display: none;
	}

	.header-main-container {
		display: block;
	}

	.brand-container {
		line-height: 0;
		padding: 5px 0;
		text-align: center;
	}

	.brand-logo {
		width: auto;
		height: 115px;
		display: inline-block;
	}


	/*
		Navigation
	*/

	/* Language Navigation */

	.language-navigation {
		margin: 0;
		position: absolute;
		right: 15px;
		top: 0;
		font-size: 12px;
	}

	.language-navigation a {
		display: block;
		color: #ffffff;
		text-decoration: underline;
	}

	.language-navigation a:hover {
		color: #f0d716;
	}

	.language-navigation li {
		display: inline-block;
		list-style: none;
		padding: 0;
		margin: 0 10px 0 0;
	}

	.language-navigation li:last-child {
		margin: 0;
	}

	/* Social Navigation */

	.social-navigation {
		margin: 0;
	}

	/* Main Navigation */

	.main-navigation .menu > li {
		display: inline-block;
	}

	/* Main Navigation */

	.main-navigation {
		width: auto;
		margin: 0 auto;
		user-select: none;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}

	.main-navigation li {
		position: relative;
		z-index: 10;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
		padding: 0 10px;
	}

	.main-navigation li.menu-item-has-children > a {
		padding: 0 20px 0 10px;
		position: relative;
	}

	.main-navigation .sub-menu {
		position: absolute;
		width: 220px;
		text-align: left;
		visibility: hidden;
		background-color: rgba(50,50,50,0.9);
	}

	.main-navigation .sub-menu > li > .sub-menu {
		left: 100%;
		top: 0;
	}

	.main-navigation .menu li:hover > .sub-menu {
		visibility: visible;
		display: block;
	}

	.main-navigation .menu > li > .sub-menu > li:hover > .sub-menu {
		visibility: visible;
		display: block;
	}

	.main-navigation .sub-menu > li > a {
		padding: 7px 10px;
	}

	.main-navigation .sub-menu > li > a:hover {
		background-color: rgba(50,50,50,1);
		color: #f0d716;
	}

	/* Footer Navigation */

	.footer-navigation li {
		margin: 0 15px 0 0;
	}

	.footer-navigation li:last-child {
		margin: 0;
	}

	/* Toggles */

	.menu-toggle,
	.dropdown-toggle {
		display: none;
	}

	.main-navigation li.menu-item-has-children > a:after {
		text-shadow: none;
		position: absolute;
		right: 5px;
		top: 53%;
		padding: 0;
		font-size: 12px;
	}

	.main-navigation li.menu-item-has-children li.menu-item-has-children > a:after {
		right: 0px;
	}

	.main-navigation .sub-menu li.menu-item-has-children > a:after {
		transform: rotate(-90deg);
		margin-right: 10px; 
	}


	/*
		Page Builder
	*/

	/* Layouts */

	.section-3-col {
		margin: 0;
	}

	.section-3-col .right-col {
		margin: 0;
		width: 685px;
		float: right;
	}

	.section-3-col .left-col {
		width: 300px;
		float: left;
	}

	.section-3-col .left-col .section-block:first-child {
		border: none;
		padding: 0;
	}

	.section-3-col .right-col-in {
		width: 220px;
		float: right;
	}

	.section-3-col .main-col {
		width: 450px;
		float: left;
	}

	.col-right {
		float: left;
		width: 664px;
		margin: 0;
	}

	.col-left {
		float: right;
		width: 336px;
	}

	/* Slider Section */

	.slider-section {
		height: 500px;
		max-height: 500px;
	}

	.slider-section .entry-media {
		height: 500px;
		max-height: 500px;
	}

	.slider-section .entry-title {
		font-size: 24px;
	}

	.slider-section .entry-data {
		margin: 0 0 30px;
	}

	.slick-dots {
		bottom: 20px;
	}

	/* Video Section */

	.video-section .post {
		width: 100%;
		display: block;
	}


	/*
		Widgets 
	*/

	.site-footer .widget-title {
		text-align: left;
		min-height: 31px;
	}

	.widget-list {
		text-align: left;
	}

	.widget-list-2-col ul {
		font-size: 0;
	}

	.widget-list-2-col li {
		font-size: 14px;
		display: inline-block;
		width: 50%;
	}


	/*
		Footer
	*/

	/* Footer Widget Area */
	
	.footer-widget-area {
		padding: 30px 10px;
	}

	.footer-widget-col {
		margin: 0;
		padding: 0 10px;
		float: left;
		border: none;
	}

	.footer-widget-col .widget-list li {
		text-align: left;
		vertical-align: top;
	}

	.footer-widget-col .widget {
		padding: 15px 0;
	}

	.footer-widget-area-1 .footer-widget-col:first-child {
		width: 60%;
	}

	.footer-widget-area-1 .footer-widget-col:last-child {
		width: 40%;
	}

	.footer-widget-area-2 .footer-widget-1 {
		width: 46%;
	}

	.footer-widget-area-2 .footer-widget-2,
	.footer-widget-area-2 .footer-widget-3 {
		width: 27%;
	}

	.footer-widget-area-3 .footer-widget-3 {
		width: 46%;
	}

	.footer-widget-area-3 .footer-widget-1,
	.footer-widget-area-3 .footer-widget-2 {
		width: 27%;
	}

	/* Footer Text Content	*/

	.copyright-content {
		margin: 0;
	}
	
	.footer-bar {
		line-height: 60px;
	}
}

@media (min-width:1281px) {

	/*
		Layout
	*/

	.container {
		width: 1200px;
	}


	/*
		Page Builder
	*/
	
	/* Layouts */

	.section-3-col .right-col {
		width: 885px;
	}

	.section-3-col .right-col-in {
		width: 320px;
	}

	.section-3-col .main-col {
		width: 550px;
	}

	.col-right {
		width: 864px;
	}
	
	/* Slider */

	.slider-section {
		height: 600px;
		max-height: 600px;
	}

	.slider-section .entry-media {
		height: 600px;
		max-height: 600px;
	}

	
	/*
		Single
	*/
	
	/* General */

	.main-post .entry-social .whatsapp {
		display: none;
	}

	.single-post .content-area,
	.page .sidebar-site-content .content-area {
		width: 880px;
	}

}


/*
	Admin Bar related CSS
*/


@media screen and (min-width: 400px) {
}

@media screen and (min-width: 600px) {
	.logged-in .mobile-menu-container {
		top: 46px;
	}
}

@media screen and (min-width: 600px) {
}

@media screen and (max-width: 782px) {
}

@media screen and (min-width: 782px ) {
	.logged-in .mobile-menu-container {
		top: 32px;
	}
}


/*
	Print
*/

@media print {
	.site-header,
	.top-bar,
	.entry-social,
	.related-posts,
	.sidebar,
	.site-footer {
		display: none;
	}

	.entry-header,
	.entry-content {
		padding: 20px 0;
	}
}


/*
	Heights
*/

/* Formatting */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	line-height: 34px;
}

/* Navigation */

.mobile-navigation {
	line-height: 48px;
}

.mobile-bar,
.menu-toggle-on,
.search-toggle {
	line-height: 80px;
}

.social-navigation,
.social-navigation a {
	line-height: 40px;
}


/* Navigation Links */

.pagination,
.load-more-button-container,
.posts-links {
	line-height: 50px;
}

.single-nav-links-2 .next-text:after,
.single-nav-links-2 .previous-text:before,
.single-nav-links-1 a,
.load-more-button {
	line-height: 40px;
}

.single-nav-links-3 .next-text:after,
.single-nav-links-3 .previous-text:before {
	line-height: 50px;
}

@media (min-width:1025px) {

	/* Header */

	.social-navigation,
	.language-navigation {
		line-height: 115px;
	}

	.main-bar .search-toggle,
	.main-navigation .menu > li > a {
		line-height: 40px;
	}

	.brand-container {
		line-height: 0;
	}
}


/*
	Icons
*/

.pagination .page-numbers.next:after,
.pagination .page-numbers.prev:before,
.next-text:after,
.previous-text:before {
	line-height: 0;
	font-family: 'Font Awesome\ 5 Free';
}

.pagination .page-numbers.next:after,
.next-text:after {
	content: "\f105";
}

.pagination .page-numbers.prev:before,
.previous-text:before {
	content: "\f104";
}

.fa-times-thin:before {
	content: '\00d7';
}

@media (min-width:1025px) {

	.main-navigation li.menu-item-has-children > a:after {
		content: "\f107";
		font-family: 'Font Awesome\ 5 Free';
		line-height: 0;
	}
}