/*
Theme Name: Fora Pro
Theme URI: https://crestaproject.com/downloads/fora/
Author: Rizzo Andrea - CrestaProject.com
Author URI: https://crestaproject.com
Description: Fora is a fully responsive, clean and fresh WordPress theme ideal for a personal blog or an e-commerce. Through the customizer you can change colors, choose the social buttons, set the slider blogs and other features. Compatible with Gutenberg. Live demo here https://crestaproject.com/demo/fora-pro/
Version: 1.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fora-pro
Tags: two-columns, right-sidebar, custom-colors, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, e-commerce
Tested up to: 5.6
Requires PHP: 5.6
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Post Formats
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Owl Carousel
# PowerTip
# Shortcodes
# Li Scroll
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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, header.entry-header h2.entry-title {
	font-size: 2em;
	margin: 0.67em 0;
}

.site-title {
	font-size: 3em;
    margin: 0.67em 0;
    letter-spacing: -2px;
	line-height: 1.4;
}

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 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #666666;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 2;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.site-title,
.main-navigation,
.theImgRelatedTitle,
ul.crestatabs,
.flashNews .theFlashTitle {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.hentry p.has-small-font-size {
    font-size: 12px;
    line-height: 1.9;
}
.hentry p.has-regular-font-size {
    font-size: 14px;
}
.hentry p.has-large-font-size {
    font-size: 18px;
	line-height: 1.8;
}
.hentry p.has-larger-font-size {
    font-size: 22px;
	line-height: 1.7;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	display: block;
    padding: 1.5em 1.5em 1.5em 3.5em;
    margin: 0 0 1.5em;
    position: relative;
	border-color: #7fc7af;
	border-right-width: 1px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: double;
    font-style: italic;
	text-align: center;
    font-size: 120%;
}
blockquote::before {
	content: "\201C";
	font-size: 60px;
	color: #7fc7af;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 10px;
}
blockquote cite {
	font-size: 12px;
    font-style: normal;
}

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: #f7f7f7; /* Fallback for when there is no custom background color defined. */
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

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%;
}

.spaceLeft {
	margin-left: 0.5em;
}
.spaceRight {
	margin-right: 0.5em;
}
.spaceLeftRight {
	margin: 0 0.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-radius: 25px;
	background: #7fc7af;
	color: #f7f7f7;
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	-o-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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: #7fc7af;
    background: transparent;
    color: #7fc7af;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	border-radius: 25px;
	padding: 3px;
	text-indent: 13px;
	outline: none;
	background: #f7f7f7;
	-o-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

select {
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
    border-radius: 25px;
	background: #f7f7f7;
    text-indent: 1px;
	outline: none;
	-o-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

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,
select:focus {
	color: #666666;
	border-color: #7fc7af;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #7fc7af;
	text-decoration: none;
	-o-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color: #666666;
}

a:focus {
	outline: thin dotted;
}

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

header.entry-header h2.entry-title a,
header.entry-header h2.entry-title a,
header.entry-header h2.entry-title a,
.site-branding a {
	color: #666666;
}

header.entry-header h2.entry-title a:hover,
header.entry-header h2.entry-title a:focus,
header.entry-header h2.entry-title a:active {
	color: #7fc7af;
}

.footer-color-part a,
.footer-color-part a:hover,
.footer-color-part a:focus,
.footer-color-part a:active {
	color: #ffffff;
}

.footer-color-part a:hover,
.footer-color-part a:focus,
.footer-color-part a:active {
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
    width: 100%;
    margin-top: 3em;
	border-color: #eaeaea;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.main-navigation.menuFixed {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99;
	margin: 0;
	background: #f7f7f7;
	border-top-color: transparent;
	-webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

.main-navigation.menuFixed.withBorder {
	top: 15px;
}

body.admin-bar .main-navigation.menuFixed {
	top: 32px;
}

body.admin-bar .main-navigation.menuFixed.withBorder {
	top: 47px;
}

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

.main-navigation li {
	display: inline-block;
    position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 1.5em;
	color: #666666;
	-webkit-transition: border-top 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border-top 0.3s ease-in-out, color 0.3s ease-in-out;
}

.main-navigation > div > ul > li > a {
	border-top: 1px solid transparent;
    margin-top: -1px;
}

.main-navigation li a:not(:last-child):after {
	content: "\f107";
	font-family: FontAwesome;
	margin: 0 0 0 7px;
	line-height: 1;
}
.main-navigation ul ul li a:not(:last-child):after {
	content: "\f105";
	margin: 0 0 0 7px;
	float: right;
	line-height: inherit;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 99999;
	visibility:hidden;
	opacity:0;
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}

.main-navigation ul ul a {
	width: 220px;
    text-transform: none;
    background: #f7f7f7;
    text-align: left;
	border-color: #eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    padding: 1em;
}

.main-navigation ul ul li:last-child > a {
	border-bottom: 0px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation ul li:active > ul, .main-navigation ul li.focus > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:active > ul, .main-navigation ul ul li.focus > ul  {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	margin-top: -1px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation > div > ul li:hover > a, 
.main-navigation > div > ul li.focus > a {
	color: #7fc7af;
}

.main-navigation > div > ul > .current_page_item > a,
.main-navigation > div > ul > .current-menu-item > a,
.main-navigation > div > ul > .current_page_ancestor > a,
.main-navigation > div > ul > .current-menu-ancestor > a,
.main-navigation > div > ul > li > a:hover,
.main-navigation > div > ul > li > a:focus {
	border-top: 1px solid #7fc7af;
}

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

@media screen and (min-width: 1026px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		text-align: center;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-main .navigation.pagination {
	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%;
}

.post-navigation .nav-next {
	border-color: #eaeaea;
    border-left-width: 1px;
    border-left-style: solid;
}

.site-main .post-navigation,
.relatedBox {
    padding-bottom: 3.5em;
	border-color: #eaeaea;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.authorAbout,
.relatedBox {
	margin-top: 3em;
}

.site-main .post-navigation span.meta-nav {
	display: block;
	font-size: 12px;
	color: #666666;
}

.site-main .navigation.pagination {
	clear: both;
}

.site-main .navigation.pagination .nav-links {
	border-color: #eaeaea;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
    padding: 1.5em 0;
	text-align: center;
}

.site-main .navigation.pagination .nav-links .prev {
	float: left;
}

.site-main .navigation.pagination .nav-links .next {
	float: right;
}

.site-main .navigation.pagination .nav-links .page-numbers {
	background: #7fc7af;
    border-radius: 25px;
    padding: 0.7em;
    display: inline-block;
    line-height: 1;
    color: #f7f7f7;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	-o-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
}

.site-main .navigation.pagination .nav-links .page-numbers.current {
	border-color: #7fc7af;
	background: transparent;
	color: #666666;
}
/*--------------------------------------------------------------
# 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,
.main_header:before,
.main_header:after,
.widget_archive li:before, 
.widget_archive li:after, 
.widget_categories li:before,
.widget_categories li:after,
.entry-meta:before,
.entry-meta:after,
.theAuthorBox:before,
.theAuthorBox:after,
ul.tab-forapro-tabs:before, 
ul.tab-forapro-tabs:after,
ul.crestatabs:before,
ul.crestatabs:after,
.foraPostWidget:before,
.foraPostWidget:after,
#footer .main_footer:before,
#footer .main_footer:after,
.widget.widget_search:before,
.widget.widget_search:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.main_header:after,
.widget_archive li:after, 
.widget_categories li:after,
.entry-meta:after,
.theAuthorBox:after,
ul.tab-forapro-tabs:after,
ul.crestatabs:after,
.foraPostWidget:after,
#footer .main_footer:after,
.widget.widget_search:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 4em;
    padding: 3em 1.5em;
    position: relative;
    border-color: #eaeaea;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 0;
    border-style: solid;
}
.widget.withoutTitle {
	border-top-width: 4px;
	border-top-style: double;
}

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

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
	border-collapse: separate;
}
#wp-calendar > caption {
	padding: 6px 0;
	color: #f7f7f7;
	text-align: center;
	background: #7fc7af;
}
#wp-calendar th {
	text-align: center;
	background: rgba(102,102,102,0.1);
	padding: 5px 0;
}
#wp-calendar tfoot td {
	border: none;
	padding-top: 5px;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tbody td {
	text-align: center;
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	padding: 5px 0;
}
#wp-calendar tbody td#today {
	border-color: #7fc7af;
	border-style: solid;
	border-width: 1px;
}

.widget_archive li, .widget_categories li {
	text-align: right;
}
.widget_archive li a, .widget_categories li a {
	float: left;
}
.widget.widget_categories li:before {
	font-family: FontAwesome;
	content: "\f114";
	padding-right: 0.5em;
	float: left;
}
.widget.widget_archive li:before {
	font-family: FontAwesome;
	content: "\f0da";
	padding-right: 0.5em;
	float: left;
}
/* Menu Widget */
aside ul.menu ul.sub-menu {
	display: none;
	padding-left: 2em;
}
aside ul.menu li {
	position: relative;
	border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: transparent;
    padding: 0;
}
aside ul.menu li a {
	border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-color: #eaeaea;
    padding: 1em 0;
	display: block;
	height: 57px;
}
aside ul.menu .indicatorBar {
	position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
	cursor: pointer;
    font-family: 'FontAwesome';
	font-size: 12px;
    border-left-width: 1px;
    border-left-style: dashed;
    border-color: #eaeaea;
}
aside ul.menu .indicatorBar:before {
	content: "\f107";
}
aside ul.menu .indicatorBar.yesOpenBar:before {
	content: "\f106";
}
/* Custom Widget */
.theImgWidget {
	margin-right: 1em;
	float: left;
	position: relative;
}
.foraPostWidget img {
	height: auto;
	max-width: 100%;
	width: 100%;
	position:relative;
	display: block;
}
.foraPostWidget .theText {
	display: block;
}
.foraPostWidget .theText a {
	display: table;
}
.foraPostWidget .theText span.date {
	margin: 0px;
	display: inline-block;
	font-size: 12px;
}
.foraPostWidget .theText span.comm {
	display: inline-block;
	float: right;
	font-size: 12px;
}
.twitter-item:before {content: "\f099"; font-family: FontAwesome;padding-right: 0.5em; color:#1b95e0;font-size: 18px;line-height: 1;}
#twitter-widget iframe {margin-top:1em}
.newsPicContainer {text-align: center;}
.newsPic {
	display: inline-block;
	margin: 0em .2em .2em 0em;
	position: relative;
}
.newsPic a {display: block;}
.newsPic img {display: block;}
.instagram-pics, .instagram-pics-big {overflow: hidden;}
ul.crestatabs {
	margin-bottom: 1.5em;
}

ul.crestatabs li {
	float: left;
	cursor: pointer;
	border-bottom: 0;
	opacity: 0.3;
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
ul.crestatabs li:hover,ul.crestatabs li.active {
	opacity:1;
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
/* Search widget */
.widget.widget_search input[type="search"] {
	width: 68%;
    display: inline-block;
    -webkit-appearance: none;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 4px 15px;
    line-height: 1;
	float: left;
	height: 36px;
}
.widget.widget_search input[type="submit"] {
	width: 32%;
    display: inline-block;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	float: right;
	height: 36px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.border-fixed {
	background: #ffffff;
	position: fixed;
    z-index: 9999;
}
.border-fixed.border-top {
	top: 0;
	width: 100%;
	height: 15px;
}
body.admin-bar .border-fixed.border-top {
	top: 32px;
}
.border-fixed.border-bottom {
	bottom: 0;
	width: 100%;
	height: 15px;
}
.border-fixed.border-left {
	left: 0;
	width: 15px;
	height: 100%;
}
.border-fixed.border-right {
	right: 0;
	width: 15px;
	height: 100%;
}

header.site-header .main_header,
footer.site-footer .main_footer,
#content.site-content {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}
#content.site-content {
	margin: 4em auto 3em;
}
.header_wrapper {
	display: table;
    table-layout: fixed;
    width: 100%;
    padding: 3em 0 0;
}
.site-branding, .site-search, .site-social {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.site-branding {
	width: 40%;
	border-color: #eaeaea;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 1em 0;
}
.site-branding img {
	max-height: 200px;
}
.search-container.withCart {
	width: 80%;
	float: right;
}
.site-search, .site-social {
	width: 30%;
	padding: 0 3em;
}
.site-search .search-container input[type="search"] {
	border-radius: 25px;
	text-indent: 55px;
	outline: none;
	width: 100%;
}
.site-search .search-container label {
	position: relative;
}
.site-search .search-container label:after{
	display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: absolute;
    left: 0;
	top: -8px;
    padding: 0px 15px;
    margin: 4px 0;
	color: #7fc7af;
	border-color: #eaeaea;
	border-right-style: solid;
	border-right-width: 1px;
}
.site-search .search-container input[type="submit"] {
	display: none;
}
.site-social a {
	border-radius: 25px;
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.5em;
    display: inline-block;
	margin: 2px 0;
}
#primary.content-area {
	width: 67%;
}
#secondary.widget-area {
	float: left;
	width: 33%;
}
body.no-sidebar #primary.content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.site-title, .site-description {
	margin: 0;
}
.site-description {
	letter-spacing: 2px;
	font-size: 12px;
	color: #7fc7af;
}
header.entry-header .entry-title {
	letter-spacing: -1px;
}
header.entry-header .entry-title {
	border-color: #eaeaea;
	border-bottom-style: solid;
	border-bottom-width: 1px;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    text-align: center;
	font-weight: 400;
}
header.entry-header .cat-links {
	text-align: center;
    display: block;
	font-size: 16px;
    letter-spacing: 2px;
}
header.entry-header .cat-links a:before {
    content: '\f292';
    font-family: 'FontAwesome';
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
	margin-left: 5px;
}
.widget .widget-title {
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.widget .widget-title:before, .widget .widget-title:after {
	content: "";
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    height: auto;
	border-color: #eaeaea;
	border-bottom-style: double;
	border-bottom-width: 4px;
    margin: 0 2% 0 -55%;
}
.widget .widget-title:after {
	margin: 0 -55% 0 2%;
}
.widget .widget-title h3, ul.crestatabs li {
	margin: 0;
    display: inline-block;
    padding: 0 1em;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
	letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
}
.post-format {
	display: block;
}
.tagcloud a, .tags-links a, .read-more a, .foraSliderCaption .sliderMore a, .page-links .page-links-number, .socialWidget a {
	display: inline-block;
    padding: 0.7em 1em;
    line-height: 1;
    background: #7fc7af;
    margin: 2px 0;
    border-radius: 25px;
    color: #f7f7f7;
	font-size: 12px;
	letter-spacing: 1px;
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
	-o-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    transition: border-color .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
}
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active,
.tags-links a:hover,
.tags-links a:focus,
.tags-links a:active,
.read-more a:hover,
.read-more a:focus,
.read-more a:active,
.foraSliderCaption .sliderMore a:hover,
.foraSliderCaption .sliderMore a:focus,
.foraSliderCaption .sliderMore a:active,
.site-main .navigation.pagination .nav-links a.page-numbers:hover,
.site-main .navigation.pagination .nav-links a.page-numbers:focus,
.site-main .navigation.pagination .nav-links a.page-numbers:active,
.page-links a .page-links-number:hover,
.page-links a .page-links-number:focus,
.page-links a .page-links-number:active,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:focus,
.woocommerce-pagination .page-numbers li .page-numbers:active,
.socialWidget a:hover,
.socialWidget a:focus,
.socialWidget a:active {
	border-color: #7fc7af;
	background: transparent;
	color: #7fc7af;
}
.socialWidget {
	text-align: center;
}
.socialWidget a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    padding: 0;
}
.entry-meta {
	font-size: 12px;
	letter-spacing: 1px;
	border-color: #eaeaea;
	border-bottom-style: solid;
	border-bottom-width: 1px;
    padding-bottom: 1em;
}
.entry-meta > span {
	float: left;
	text-align: center;
	width: 50%;
}
body.single .entry-meta > span,
.entry-meta.post-count > span,
body.group-blog .entry-meta > span {
	width: 33.3333%;
}

body.single .entry-meta.post-count > span,
body.group-blog .entry-meta.post-count > span {
	width: 25%;
}

.entry-meta .posted-on, 
.entry-meta .byline,
.entry-meta.post-count .comments-link {
	border-color: #eaeaea;
	border-right-style: solid;
	border-right-width: 1px;
}
.foraViews {
	color: #7fc7af;
}
.sepHentry {
    color: #eaeaea;
    width: 100%;
    margin: 3em auto;
    overflow: hidden;
    text-align: center;
}
.sepHentry:before, .sepHentry:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    height: auto;
	border-color: #eaeaea;
	border-bottom-style: double;
	border-bottom-width: 4px;
    margin: 0 2% 0 -55%;
}
.sepHentry:after {
    margin: 0 -55% 0 2%;
}

.entry-featuredImg {
	position: relative;
	overflow: hidden;
}

.entry-featuredImg img,
.blockRelatedImg img {
	display: block;
	width: 100%;
	-o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry-featuredImg:hover a img,
.blockRelatedImg:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}
.read-more {
	display: block;
	text-align: center;
}
.read-more a,
.foraSliderCaption .sliderMore a {
	padding: 1em 1.8em;
	text-transform: uppercase;
    font-weight: 700;
}
header.page-header {
	text-align: center;
    background: #7fc7af;
    color: #f7f7f7;
    border-radius: 25px;
	margin-bottom: 3em;
}
header.page-header .taxonomy-description {
	padding: 0 1em 1em;
}
footer.site-footer #footer .foo {
	position: relative;
	z-index: 2;
	padding: 1.5em;
}
footer.site-footer #footer .foo.one {
	float: left;
	width: 100%;
}
footer.site-footer #footer .foo.two {
	float: left;
	width: 50%;
}
footer.site-footer #footer .foo.three {
	float: left;
	width: 33.3333%;
}
.footer-color-part {
	background: #2f2f2f;
	color: #8e8e8e;
	padding: 0.5em 0 1.5em;
}
.site-info {
	font-size: 12px;
    text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.main_footer .site-social-footer {
	width: 100%;
	text-align: center;
	margin: 2.5em 0;
}
.main_footer .site-social-footer a {
	width: 60px;
    height: 60px;
    line-height: 58px;
    display: inline-block;
    border-radius: 50%;
    font-size: 2em;
    margin: 10px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
}
#toTop {
  position: fixed;
  bottom: -50px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  color: #f7f7f7;
  background: #7fc7af;
  border-radius: 25px;
  -webkit-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -moz-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -o-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
	-webkit-transition-property: bottom;
	-moz-transition-property: bottom;
	-o-transition-property: bottom;
	transition-property: bottom;
}
#toTop.visible {
	bottom: 30px;
}
#toTop:hover {
    text-decoration: none;
}
.notdisplay {
	display: none;
}
.edit-link {
	display: block;
}
.edit-link.center {
	text-align: center;
}
.topBreadcrumb, .woocommerce-breadcrumb {
	text-align: center;
    padding: 1em;
    margin-bottom: 2em;
    background: rgba(102,102,102,0.1);
}
.authorAbout {
	background: rgba(102,102,102,0.1);
	padding: 1.5em;
}
.authorImg {
	float: left;
	text-align: center;
	width: 10%;
}
.authorAbout .title-author h2 {
	margin: 0 0 0.8em;
}
.authorText {
	float: left;
	width: 90%;
	text-align: justify;
	padding-left: 1em;
}
.authorAbout img {
	position: relative;
	border-radius: 50%;
}
.authorAbout .authorDesc {
	margin: 0;
}
.authorAbout .theShare {
	margin: 1em 0 0;
	text-align: right;
}
.authorAbout .theShare a {
	width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border: 1px solid;
    border-radius: 25px;
	margin: 2px 0;
}
.authorAbout .title-author h2 i,
.relatedBox .title-related h2 i,
.comments-area h2 i {
	color: #7fc7af;
}
.theImgRelated {
	margin: 0 0.5em;
    padding: 1.5em;
    position: relative;
    border-color: #eaeaea;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 4px;
    border-style: solid;
    border-top-style: double;
}
.theImgRelatedTitle {
	font-weight: 400;
	text-align: center;
}
.entry-related {
	font-size: 12px;
	letter-spacing: 1px;
    text-align: center;
}
.entry-related > span {
	display: block;
}
.blockRelatedImg {
	overflow: hidden;
	margin-bottom: 1em;
}
/* Start Slider */
.fora_slider {
	position: relative;
	border-color: #7fc7af;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
.singleSliderItem {
	height: 600px;
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
    z-index: 2;
}
.singleSliderItem img {
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
}
.blockSliderImage .singleSliderItem img {
	-webkit-animation: forazoom 30s infinite;
    animation: forazoom 30s infinite;
}
@-webkit-keyframes forazoom {
    0% { transform: scale(1) }
    50%  { transform: scale(1.1) }
    100% { transform: scale(1) }
}
@keyframes forazoom {
    0% { transform: scale(1) }
    50%  { transform: scale(1.1) }
    100% { transform: scale(1) }
}
.blockSliderContent {
    position: absolute !important;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.foraSliderCaption {
	cursor: pointer;
    position: relative;
    background: rgba(102,102,102,0.3);
    -webkit-transition: background ease-in-out .3s;
    -o-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s;
}
.foraSliderCaption .singleSliderItem {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.foraSliderCaption .caption h3 {
	margin: 0 0 1em 0;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -1px;
}
#owl-post-nav-content .synced .foraSliderCaption {
	background: rgba(102,102,102,0.0);
}
#owl-post-nav-content .foraSliderCaption:hover {
	background: rgba(102,102,102,0.1);
}
.foraSliderCaption .inner-item {
	height: 600px;
	border-color: rgba(247,247,247,0.3);
	border-right-style: solid;
	border-right-width: 1px;
    position: relative;
    overflow: hidden;
}
.foraSliderCaption .inner-item .caption {
	position: absolute;
    z-index: 3;
    bottom: -75px;
    right: 0;
    left: 0;
    background: transparent;
    padding: 2em;
    -webkit-transition: border-color ease-in-out .3s, background ease-in-out .3s, bottom cubic-bezier(.42,.66,.14,1.24) .4s, opacity ease-in-out .3s, visibility ease-in-out .3s;
    -o-transition: border-color ease-in-out .3s, background ease-in-out .3s, bottom cubic-bezier(.42,.66,.14,1.24) .4s, opacity ease-in-out .3s, visibility ease-in-out .3s;
	transition: border-color ease-in-out .3s, background ease-in-out .3s, bottom cubic-bezier(.42,.66,.14,1.24) .4s, opacity ease-in-out .3s, visibility ease-in-out .3s;
    color: #f7f7f7;
    text-align: center;
	opacity: 0;
	border-color: #7fc7af;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	visibility: hidden;
}
#owl-post-nav-content .synced .foraSliderCaption .inner-item .caption {
    background: rgba(102,102,102,0.6);
	bottom: -5px;
	opacity: 1;
	visibility: visible;
}
.foraSliderCaption .caption a {
	color: #f7f7f7;
}
.foraSliderCaption .entry-slider {
	margin-bottom: 2em;
	font-size: 12px;
}
.foraSliderCaption .sliderMore {
	display: inline;
}
.blockSliderContent .owl-controls {
	display: none !important;
}
.blockSliderContent .owl-controls .owl-pagination {
	position: absolute;
    bottom: -40px;
    width: 100%;
	text-align: center;
}
.blockSliderContent .owl-controls .owl-page {
	width: 10px;
    height: 10px;
    background: #7fc7af;
    margin: 0 5px;
	display: inline-block;
	-o-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.blockSliderContent .owl-controls .owl-page.active {
	width: 20px;
}
/* End Slider */
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky header.entry-header .entry-title {
	position: relative;
}

.sticky header.entry-header .entry-title:before {
	content: "\f02e";
    font-family: FontAwesome;
    position: relative;
    margin: 0 10px;
	color: #7fc7af;
}

.hentry {
	margin: 0 0 3em;
}

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

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

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

.entry-summary {
	text-align: justify;
}

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

.page-links .page-links-number {
	margin: 2px;
}

.page-links > .page-links-number {
	background: transparent;
    color: #666666;
	border-color: #7fc7af;
	border-width: 1px;
	border-style: solid;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.audioEmbed, .videoEmbed {
	position: relative;
	overflow: hidden;
}
.videoEmbed p, .audioEmbed p {
	margin-bottom: 0px;
	display: flex;
}
.video-container, .videoEmbed {
	float: none;
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 0px;
}

.video-container iframe, .video-container object, .video-container embed, .videoEmbed iframe, .videoEmbed object, .videoEmbed embed, .videoEmbed .wp-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.videoEmbed .wp-video .mejs-container, .videoEmbed .wp-video .mejs-container .wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
}

.galleryEmbed, .audioEmbed, .videoEmbed {
	margin: 0;
}
.singleGalleryEmbed {
	position: relative;
}
.singleGalleryEmbed a {
	display: block;
}
.singleGalleryEmbed img {
	width: 100%;
	display: block;
}
.embedGalleryCaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 3em;
	color: #f7f7f7;
    background: rgba(102,102,102,0.6);
}

.galleryEmbed .owl-controls .owl-buttons {
	opacity: 0;
	-o-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.galleryEmbed .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	top: 30%;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40%;
	text-align: center;
	background: #f7f7f7;
	opacity: 0.5;
	-o-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.galleryEmbed .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	top: 30%;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40%;
	text-align: center;
	background: #f7f7f7;
	opacity: 0.5;
	-o-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.galleryEmbed .owl-controls .owl-buttons div i {
	color: #666666;
	line-height: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.galleryEmbed .owl-controls .owl-buttons .owl-prev:hover,
.galleryEmbed .owl-controls .owl-buttons .owl-next:hover,
.galleryEmbed:hover .owl-controls .owl-buttons {
	opacity: 1 !important;
}

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

aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
aside ul li {
	border-color: #eaeaea;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding: 1em 0;
}
aside ul li:first-child {
	padding-top: 0;
}
aside ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
#respond.comment-respond,
#comments.comments-area {
	outline: none;
}
#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 3em 0;
}
#comments ol .pingback {
	margin: 0 0 3.5em;
	position: relative;
	border-color: #eaeaea;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 1.5em;
}
#comments ol article {
	margin: 0 0 2.5em;
    padding: 1.5em;
    position: relative;
    border-color: #eaeaea;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-width: 4px;
    border-style: solid;
    border-top-style: double;
}
#comments ol ol {
	padding-left: 5%;
}
#comments article footer img {
	float: left;
	margin-right: 1em;
	border-radius: 50%;
}
#comments article .comment-content {
	clear: both;
	padding-bottom: .5em;
}
#comments article .comment-metadata {
	font-size: 12px;
}
#comments .reply {
	position: absolute;
	bottom: 1.5em;
    right: 1.5em;
	font-size: 12px;
}
.comment-awaiting-moderation {
	margin: 0;
	color: red;
	font-size: 12px;
}
.comments-area {
	margin-top: 3em;
	clear: both;
}
.comment-reply-title {
	margin: 0;
}
.comment-reply-title small {
	margin: 0 1em;
}
.comment-notes {
	margin: 0;
    font-size: 12px;
	margin-bottom: 1.5em;
}
.comments-area .required {
	color: red;
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	margin: 0;
	margin-bottom: 1em;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 33.3333%;
	float: left;
}
.comment-respond .comment-form-email {
	padding: 0 1em;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
	width: 100%;
}
.comment-respond .form-submit {
	clear: both;
}

/*--------------------------------------------------------------
# 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 .navigation.pagination,
.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;
}

#infinite-footer {
    z-index: 9999;
}
/*--------------------------------------------------------------
# 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 {
	padding: 0.8075em 0;
	background: rgba(102,102,102,0.1);
}

.wp-caption-text {
	text-align: center;
	font-size: 80%;
}

/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(./images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.widget-area .owl-buttons, .footer-widget .owl-buttons {
	position: absolute;
    top: -25px;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}
.imgRelated .owl-buttons {
	text-align: right;
	position: absolute;
	top: -50px;
	right: 0;
	line-height: 1;
}
.owl-theme .owl-controls .owl-buttons div {
display: inline-block;
zoom: 1;
margin: 3px 3px;
padding: 0px 5px;
-o-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
opacity:0.5;
}

.owl-item.loading{
min-height: 150px;
background: url(./images/AjaxLoader.gif) no-repeat center center
}  

/*--------------------------------------------------------------
# PowerTip
--------------------------------------------------------------*/
#powerTip {
	cursor: default;
	background: #333333;
	color: #ffffff;
	display: none;
	padding: 3px 6px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	font-size: 12px;
	border-radius: 4px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #333333;
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #333333;
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333333;
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333333;
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333333;
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333333;
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333333;
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none !important;
	border-bottom: 10px solid #333333;
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/* Box */
.box {
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 1.5em;
}
.box.success {
	background: #e2f2cb;
}
.box.warning {
	background: #fffddb;
}
.box.error {
	background: #ffe6e2;
}
.box.info {
	background: #d6f6ff;
}
.boxInside {
	padding-left: 55px;
	min-height: 50px;
}
.boxInside .fa-info-circle {
	color: #2CB4DA;
}
.boxInside .fa-times {
	color: #F03317;
}
.boxInside .fa-exclamation-triangle {
	color: #ECC21B;
}
.boxInside .fa-check {
	color: #8AB84D;
}
.boxIconStyle {
	margin-left: -55px;
	float: left;
	font-size: 50px !important;
	color: rgba(0,0,0,.1);
}
/* Dropcap */
.dropcap {
	display: block;
	float: left;
	margin: 8px 8px 0 0;
	font-size: 50px;
	line-height: 5rem;
	width: 5rem;
	height: 5rem;
	text-align: center;
}
.dropcap.square, .dropcap.circle {
	background: #7fc7af;
	width: 5rem;
	height: 5rem;
	text-align: center;
	color: #f7f7f7;
}
.dropcap.circle {
	border-radius: 50%;
}
/* Hightlight */
.highlight {
	background: rgba(0,0,0,.05);
	padding: 0 5px;
}
/* Toggle */
.theToggle {background: rgba(102,102,102,0.1);width: 100%;margin-bottom: 0.5em;}
h5.trigger {margin: 0px !important;padding: 1em 1.5em;}
h5.trigger a:before {display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content:"\f138";padding-right: 0.5em;}
h5.trigger.active a:before {display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content:"\f13a";padding-right: 0.5em;}
h5.trigger a {display: block;text-decoration:none !important;}
.toggle_container {overflow: hidden; padding: 1em 1.5em;}
/* Button color */
.btnColor {
	background-color: rgba(0,0,0,.08);
	border: 1px solid rgba(0,0,0,.08);
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-flex;
	border-radius: 25px;
}
.btnColor a {
	text-decoration:none !important;
	padding: 1em;
	line-height: 1;
	font-weight: 700;
	color: #666666;
}
.btnColor:hover {
	background-color: transparent !important;
}
/* Tabs shortcode */
.tab-forapro-wrapper {
	margin-bottom: 1.5em;
}
ul.tab-forapro-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 1em;
}
ul.tab-forapro-tabs li {
	float:left;
	display: inline-block;
	cursor:pointer;
	padding: 0.8em 1em;
	margin-right: 0.3em;
	background: rgba(102,102,102,0.1);
	opacity: 0.5;
	-webkit-box-shadow: inset 0px -4px 10px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -4px 10px -3px rgba(0,0,0,0.3);
	box-shadow: inset 0px -4px 10px -3px rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul.tab-forapro-tabs li h5 {
	margin: 0;
	font-weight: 400;
}
ul.tab-forapro-tabs li a, h5.trigger a {
	text-decoration:none;
}
ul.tab-forapro-tabs li.active {
	opacity: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tab-forapro-content-wrapper {
	background: rgba(102,102,102,0.1);
	padding: 1em 1.5em;
}
/* Column shortcode */
.oneHalf {
	float:left;
	padding-right: 1.5em;
	width:50%;
}
.oneThird {
	float:left;
	padding-right: 1.5em;
	width:33%;
}
.twoThird {
	float:left;
	padding-right: 1.5em;
	width:66%;
}
.last {
	padding-right: 0px;
}

/*--------------------------------------------------------------
# Li Scroll
--------------------------------------------------------------*/
.tickercontainer { 
	height: 33px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-width: 100%;
	border-color: #eaeaea;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.tickercontainer .mask {
position: relative;
left: 10px;
top: 0;
width: 100%;
overflow: hidden;
}
ul.newsticker { 
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
left: 300px;
}
ul.newsticker li {
float: left; 
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
} 
ul.newsticker span {
margin: 0 30px 0 0;
font-weight:300;
} 

.flashNews {
	clear: both;
    position: relative;
}
.flashNews.withBorder {
	margin-top: 15px;
}

.flashNews .theFlashTitle {
	float: right;
    margin: 0;
    height: 33px;
    line-height: 33px;
    background: rgba(102,102,102,0.1);
    font-weight: 400;
    position: relative;
    padding: 0 15px 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.flashNews.withBorder .theFlashTitle {
	padding: 0 30px 0 15px;
}

@media all and (max-width: 1366px) {
	.foraSliderCaption .inner-item, .singleSliderItem {
		height: 500px;
	}
}

@media all and (max-width: 1200px) {
	header.site-header .main_header,
	footer.site-footer .main_footer,
	#content.site-content {
		max-width: 980px;
	}
}
@media all and (max-width: 1025px) {
	.menu-toggle {
		padding: 1em 1.5em;
		font-size: 14px;
		margin: 0 auto;
		z-index: 9999;
		width: 100%;
		border-radius: 0px;
		outline: none;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		border: 1px solid transparent;
		background: #7fc7af;
		color: #f7f7f7;
	}
	.main-navigation {
		border-color: #7fc7af !important;
		border-style: solid;
		border-width: 3px;
	}
	.main-navigation a {
		border-color: #eaeaea;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding: 1em;
	}
	.main-navigation li {
		display: block;
	}
	.main-navigation li a:not(:last-child):after, .main-navigation ul ul li a:not(:last-child):after {
		content: "" !important;
		font-family: FontAwesome;
		margin: 0;
	}
	.main-navigation ul li .indicator {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		font-family: 'FontAwesome';
		font-size: 12px;
		width: 49px;
		line-height: 49px;
		text-align: center;
		border-color: #eaeaea;
		border-left-style: solid;
		border-left-width: 1px;
		color: #7fc7af;
	}
	.main-navigation ul li .indicator:before {
		content: "\f067";
	}
	.main-navigation ul li .yesOpen.indicator:before {
		content: "\f068";
	}
	.main-navigation ul ul, .main-navigation ul ul ul {
		float: none;
		position: relative;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		visibility: visible;
		opacity: 1;
		display: none;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		padding-left: 3%;
		z-index: 9;
		background: none !important;
		border: none;
	}
	.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:active > ul, .main-navigation ul ul li.focus > ul {
		margin-top: 0px;
	}
	.main-navigation ul ul.active, .main-navigation ul ul ul.active {
		display: block;
	}
	.main-navigation ul ul a {
		font-size: inherit;
		width: 100%;
		background: inherit !important;
		padding: 1em;
	}
	.main-navigation > div > ul > li > a,
	.main-navigation > div > ul > .current_page_item > a,
	.main-navigation > div > ul > .current-menu-item > a,
	.main-navigation > div > ul > .current_page_ancestor > a,
	.main-navigation > div > ul > .current-menu-ancestor > a,
	.main-navigation > div > ul > li > a:hover,
	.main-navigation > div > ul > li > a:focus {
		border-top: none !important;
	}
	.main-navigation ul ul li:last-child > a {
		border-color: #eaeaea;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.foraSliderCaption .inner-item,
	.singleSliderItem {
		height: auto;
		overflow: inherit;
	}
	.border-fixed {
		display: none;
	}
	#owl-main-slide,
	.foraSliderCaption .entry-slider,
	.foraSliderCaption .sliderMore,
	.foraSliderCaption .wooButton {
		display: none !important;
	}
	.foraSliderCaption .singleSliderItem {
		display: block;
		position: relative;
	}
	.foraSliderCaption .inner-item .caption {
		background: rgba(102,102,102,0.6);
		bottom: -5px;
		opacity: 1;
		visibility: visible;
	}
	.blockSliderContent {
		position: relative !important;
		width: 100%;
		top: inherit;
		bottom: inherit;
		left: inherit;
		right: inherit;
	}
	.singleSliderItem img {
		position: relative;
		top: inherit;
		bottom: inherit;
		left: inherit;
		right: inherit;
	}
	.blockSliderContent .owl-controls {
		display: block !important;
	}
	.flashNews.withBorder {
		margin-top: 0;
	}
	.main-navigation.menuFixed.withBorder {
		top: 0;
	}
}

@media all and (max-width: 1000px) {
	header.site-header .main_header,
	footer.site-footer .main_footer,
	#content.site-content {
		max-width: 880px;
		padding: 0 1.5em;
	}
	#primary.content-area,
	#secondary.widget-area {
		width: 100%;
	}
	#secondary.widget-area {
		padding: 0 !important;
	}
	#secondary {
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		column-count: 2;
		column-gap: 2em;
	}
	#secondary section {
		-webkit-column-break-inside: avoid;
		margin: 1em 0 3em;
	}
	.main_footer section {
		margin: 1em 0 3em;
	}
	.site-search .search-container input[type="search"] {
		text-indent: 8px;
	}
	.site-search .search-container label:after {
		display: none;
	}
	footer.site-footer #footer .foo.one,
	footer.site-footer #footer .foo.two,
	footer.site-footer #footer .foo.three,
	.oneHalf, .oneThird, .twoThird {
		width: 100%;
	}
	.search-container.withCart {
		width: 65%;
	}
}
@media all and (min-width: 768px) {
  body.no-sidebar .alignfull {
    margin-left: calc(50% - 48.5vw);
    margin-right: calc(50% - 48.5vw);
    width: auto;
    max-width: 1000%;
  }

  body.no-sidebar .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
	#secondary {
		-webkit-column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-count: auto;
		-moz-column-gap: initial;
		column-count: auto;
		column-gap: initial;
	}
	#secondary aside {
		-webkit-column-break-inside: initial;
		padding: 0;
	}
	.site-branding, .site-search, .site-social {
		display: block;
		width: 100%;
		border: 0;
	}
	.site-branding {
		padding: 0.5em 0;
	}
	.site-search, .site-social {
		padding: 0 1em;
	}
	.site-search .search-container input[type="search"] {
		text-indent: 55px;
	}
	.site-search .search-container label:after {
		display: inline-block;
	}
	.header_wrapper {
		padding: 1em 0 0;
	}
	.main-navigation {
		margin-top: 2em;
	}
	.site-search {
		margin-top: 1em;
	}
	.search-container.withCart {
		width: 80%;
	}
	.authorAbout .title-author h2 {
		text-align: center;
	}
	.authorImg {
		width: 100%;
	}
	.authorText {
		width: 100%;
		padding: 0 !important;
	}
	.authorAbout .theShare {
		text-align: center !important;
	}
}
@media all and (max-width: 559px) {
	header.site-header .main_header,
	footer.site-footer .main_footer,
	#content.site-content {
		padding: 0 1em;
	}
	.site-title {
		font-size: 2.5em;
	}
	.foraSliderCaption .caption h3 {
		font-size: 1em;
		margin: 0;
	}
	.foraSliderCaption .inner-item .caption {
		padding: 1em;
	}
	.entry-meta .posted-on, .entry-meta .byline, .entry-meta.post-count .comments-link {
		border-right: 0px;
	}
	body.single .entry-meta > span,
	.entry-meta > span,
	.entry-meta.post-count > span,
	body.single .entry-meta.post-count > span {
		width: 100%;
	}
	.post-navigation .nav-next {
		border-top-width: 1px;
		border-top-style: solid;
		border-left-width: 0;
		border-left-style: solid;
	}
	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		width: 100%;
		text-align: center;
	}
	.post-navigation .nav-previous {
		padding-bottom: 1em;
	}
	.post-navigation .nav-next {
		padding-top: 1em;
	}
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
		width: 100%;
	}
	.comment-respond .comment-form-email {
		padding: 0;
	}
	h1, header.entry-header h2.entry-title {
		line-height: 1.5;
		font-size: 1.5em;
	}
	.embedGalleryCaption {
		display: none;
	}
	footer.site-footer #footer .foo {
		padding: 0;
	}
}