<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky .entry-title a:before {
	content: '\F08D';
	font-family: 'FontAwesome';
	color: inherit;
	margin-right: 5px;
}
.hentry {
	margin: 0;
}
.archive .hentry {
	margin: 30px;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.home .entry-content {
	margin-top: 0;
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
{
 margin-top:15px;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;/* Adhere to container width. */
}
.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%;
}
.wp-caption {
	margin: 1em 0 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
	margin-right: 20px;
}
.wp-caption.alignright {
	margin-left: 20px;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/* -----------------------------------
** Widgets area
-------------------------------------*/
.widget {
	background: #fff;
	padding: 42px 45px;
	box-shadow: 0 0 35px rgba(95, 95, 95, 0.07);
	border-radius: 5px;
	margin-bottom: 30px;
}
.widget select {
	font-family: inherit;
	padding: 8px 20px;
	width: 100%;
}
.widget ul {
	padding: 0;
	list-style: none;
}
.widget ul li {
	margin-bottom: 12px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget-title {
	position: relative;	
	margin-bottom: 35px;
}

.evana-widget-area section.widget_categories ul li {
	margin: 18px 0 18px 0;
}
.evana-widget-area section.widget_categories ul li li {
	padding-left: 10px;
}
.evana-widget-area section.widget_categories ul ul {
	margin-top: 18px;
	padding-left: 10px;
}
.evana-widget-area section.widget_categories ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.widget &gt; ul {
	list-style-type: none;
	padding-left: 0;
}
.widget .menu {
	padding-left: 0;
}
.widget &gt; ul li span {
	padding-left: 5px;
	color: #b5b5b5;
}
.calendar_wrap tr td, .calendar_wrap tr th {
	padding: 0 8px;
	text-align: center;
	border: 0;
}
.calendar_wrap td#prev {
	text-align: left;
}
.calendar_wrap td#next {
	text-align: right;
}
.widget_tag_cloud .border-heading {
	margin-top: 10px;
}
.widget_tag_cloud .heading {
	margin-top: 23px;
}
.widget_tag_cloud ul {
	padding: 0;
	margin: 0;
}
.widget_tag_cloud ul li {
	display: inline-block;
	list-style: none;
	margin-bottom: 5px;
	margin-right: 1px;
}
.widget_tag_cloud .tagcloud a {
	padding: 3px 10px;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 1px;
}
.widget_tag_cloud .tagcloud a:hover {
	background: #dcab8a;
	color: #fff;
}
/* recent post widget */
.widget_evana_recent_post .meta-box {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0;
}
.widget_evana_recent_post .image img {
	width: 100%;
}
.widget_evana_recent_post p {
	font-size: 14px;
}
.widget_evana_recent_post .recent-post-items {
	margin-bottom: 25px;
}
section.widget.widget_nav_menu ul li {
	padding: 5px 0;
	margin: 0;
}
section.widget.widget_nav_menu .dropdown &gt; li {
	border-top: none;
}
section.widget_pages ul li {
	padding: 10px 0;
}
section.widget_pages .children {
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 0;
}
.widget ul li ul.sub-menu li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #FFF;
	margin-right: 10px;
}
/* -----------------------------------
** End Widgets area
-------------------------------------*/
/* -----------------------------------
** Start Blog Area
-------------------------------------*/
.evana-content-area, .evana-widget-area {
	padding-top: 80px;
	padding-bottom: 75px;
}
.blog article.post {
	margin-bottom: 45px;
}
.meta-info .date {
	margin-right: 15px;
}
.entry-content .musica-button {
	margin-top: 20px;
}
.blog-thumbnail {
	margin-top: 40px;
}
.meta-box {
	font-size: 16px;
	font-weight: 700;
	color: #808080;
}
.meta-box .date {
	text-transform: uppercase;
}
.meta-box a {
	font-weight: 700;
	color: #808080;
}
.meta-box .comment .fa-dot-circle-o, .meta-box .author .fa-dot-circle-o {
	font-size: 12px;
	margin: 0 10px;
	color: #cccccc;
}
.meta-box .comment i {
	margin-right: 3px;
}
.single-blog-item {
	text-align: center;
	margin-top: 22px;
}
.single-blog-item .image {
	max-width: 170px;
	max-height: 170px;
	margin: auto auto 30px auto;
}
.single-blog-item .image img {
	margin-left: auto;
	margin-right: auto
}
.single-blog-item h4 {
	font-size: 16px;
	text-transform: uppercase;
}
.single-blog-item h4 a {
	color: #222222;
}
.single-blog-item .meta-description {
	margin: 12px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #b5b5b5;
}
.single-blog-item .meta-description span.category a {
	color: #b5b5b5;
	margin-left: 10px;
}
.single-blog-item .meta-description span.category a:hover {
	color: #dcab8a;
}
article.post .entry-meta ul.post-categories {
	display: inline-block;
}
article.post .entry-meta ul.post-categories li {
	display: inline-block;
	list-style-type: none;
	padding: 0 5px;
}
article.post .entry-meta ul.post-categories li a {
	font-size: 12px;
	color: #b5b5b5;
	text-transform: uppercase;
}
.single-blog-item p {
	line-height: 26px;
}
.single-blog-item a.read-more {
	font-size: 30px;
	color: #d1d1d1;
	display: inline-block;
	margin: 19px 0;
	letter-spacing: 3px;
}
.nav-previous a span {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-weight:700;
}
.nav-previous a span:before {
	content: '\f177';
	font-family: 'FontAwesome';
	color: inherit;
	margin-right: 10px;
}
.nav-next a span {	
	color: inherit;
	font-weight:700;
}
.nav-next a span:after {
	content: '\f178';
	font-family: 'FontAwesome';
	color: inherit;
	margin-left: 10px;
}
span.post-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #121212;
	width: calc(100% - 140px);
	padding-right: 10px;
}
.nav-next span.post-title {
	padding: 0;
	padding-left: 10px;
}
.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%;
}
span.edit-link {
	display: block;
	margin: 15px 0;
}
span.edit-link a {
	float: left;
}
span.edit-link a.vc_inline-link {
	float: right;
}
span.edit-link:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.search-form {
	position: relative;
}
.search-form input {
	padding: 8px 20px;
	color: #868686;
	font-size: 13px;
	line-height: 30px;
	width: 100%;
	border: 1px solid #b5b5b5;
}
.search-form input:focus {
	outline: 0;
}
.search-form i {
	position: absolute;
	right: 20px;
	top: 18px;
}
/* search-box */
.content-search-box input[type="text"] {
	border-radius: 40px;
}
.content-search-box .searchform {
	position: relative;
	margin-bottom: 50px;
}
.content-search-box .submit-button {
	position: absolute;
	top: 16px;
	right: 15px;
	background: transparent;
	border: 0;
	font-size: 18px;
	color: #fff;
}
.post-password-form input[type="password"] {
	height: 40px;
}
.post-password-form input[type="submit"] {
	vertical-align: top;
	margin-left: 10px;
}
.post-password-required .entry-header h3.entry-title {
	line-height: 42px;
}
.page-header {
	border-bottom: 1px solid #2d2c31;
}
/* Posts page Pagination Navigation */
.navigation.pagination {
	display: block;
	margin: 30px 0;
}
.nav-links, .page-links {
	font-size: 15px;
	color: #000000;
	margin: 35px 0;
	font-family: "Poppins", sans-serif;
}
.nav-links a, .nav-links span {
	/*margin-right: 8px;*/
	padding:6px 15px;
}
.page-links a span, .page-links &gt; span {
	font-weight: 600;
	font-size: 16px;
	margin-right: 8px;
}
.nav-links .page-numbers {
	float: left;
	/*margin: 3px 8px 3px 0;*/
}
.nav-links a {
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
}
/*.nav-links a:hover,*/
.page-numbers.current {
	color:#fff;
	background-color:#dcab8a;
}
.page-links {
	margin-top: 15px;
}
.page-links .page-links-title {
	font-size: 16px;
	padding-left: 0;
	width: auto;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
/*--------------------------------------------------------------
	Comments-Area
--------------------------------------------------------------*/
.single-comment .image img {
	border-radius: 50%;
}
time.updated {
	margin-left: 10px;
}
time.published.updated {
	margin-left: 0;
}
.comment-box {
	margin-top: 55px;
}
.comment-box ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-box ol.comment-list {
	margin-bottom: 55px;
}
.comment-box .comment-list .children {
	clear: both;
	list-style-type: none;
}
.comment-box .comment-list .children li {
	border-bottom: none;
	margin: 0;
	padding: 0;
	margin-bottom:15px;
}
.comment-box .comment-list li p{
	margin-bottom:5px;
}
.comment-box ol.comment-list .pingback .image {
	display: none;
}
.comment-box ol.comment-list .pingback .text {
	padding-left: 0;
}
.comment-form {
	margin-top: 25px;
}
.comment-edit-link, .comment-reply-link {
	text-transform: uppercase;
	margin-right: 10px;
}

.comment-respond .comment-reply-title {
	font-weight: 900;
	margin: 30px 0;
	font-size: 35px;
}
.comment-box .heading, .comment-form .heading {
	font-weight: 900;
	padding-bottom: 50px;
	font-size: 35px;
	margin: 0;
}
.single-comment.replay-comment {
	padding-left: 50px;
}
.comment-form .row {
	margin-left: -9px;
	margin-right: -9px;
	display: flex;
}
.comment-form .row .single-input {
	padding: 0 9px;
	flex: 1 1 auto;
}
/* -----------------------------------
**    New Style
-------------------------------------*/

.form-element {
	margin-bottom: 10px;
}
.evana-content-area .single.next {
	text-align: right;
	display: table;
}
.evana-content-area .single.prev {
	display: table;
}
.evana-content-area .single .heading {
	padding: 0 10px;
}
.evana-content-area .single.next &gt; a, .evana-content-area .single.prev &gt; a {
	display: table-cell;
	vertical-align: middle;
}
.evana-content-area .single.next h3, .evana-content-area .single.prev h3 {
	margin-top: 0;
	display: table-cell;
}
.widget ul li ul.sub-menu {
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 0;
}
.page-links &gt; span {
	color: #dcab8a;
}
.page-links &gt; span.page-links-title {
	background: transparent;
	color: #b5b5b5;
}
.author-title {
	margin: 0;
}
.evana-separator {
	background: #e7e7e7;
	height: 1px;
	width: 100%;
	margin: 20px 0;
	border: 0;
}
.site-footer .evana-separator {
	margin: 0;
}
.post-thumb-single, .blog-post-thumbnail {
	margin-bottom: 30px;
}
.blog-tags {
	list-style: none;
	padding: 0;
}
.blog-tags li {
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
}
.blog-tags a {
	border: 1px solid #e7e7e7;
	padding: 5px 20px;
	border-radius: 20px;
}
.tag-and-social-share {
	margin: 30px 0;
	margin-top: 10px;
}
.tag-and-social-share .social-icon {
	margin-top: 3px;
}
.comment-box .heading, .comment-form .heading {
	font-weight: 900;
	padding-bottom: 50px;
	font-size: 35px;
}
.single-comment.replay-comment {
	padding-left: 50px;
}
.comment-list &gt; .children, .comment-list &gt; li {
	list-style: none;
	margin-bottom:15px;
}
.comments-title {
	font-size: 30px;
	margin-top: 40px;
}
.comment-author-email-url {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}
.comment-author-email-url &gt; p {
	padding-left: 5px;
	padding-right: 5px;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.comment-author-email-url &gt; p input {
	width: 100%;
}
.comment-form-comment textarea {
	width: 100%;
}
.recent-post-item {
	padding-top: 12px;
}
.recent-post-item .image {
	float: left;
	width: 83px;
}
.recent-post-item h5 {
	margin-bottom: 2px;
	font-weight: 600;
}
.recent-post-item .text.has-thumb {
	margin-left: 110px;
}
.footer-menu ul {
	padding-left: 0;
}
.footer-menu li {
	list-style: none;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}
.footer-menu li:last-child {
	padding-right: 0;
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu-container {
	margin: 40px 0;
}
.blog-gallery-post {
	margin-bottom: 30px;
}
.blog-qoute-post {
	position: relative;
	margin-bottom: 30px;
}
.blog-qoute-post .evana-divider {
	z-index: 10;
}
.blog-qoute-post .media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: 1;
}
.blog-qoute-post .qoute {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	cursor: pointer;
	text-align: center;
}
.blog-qoute-post .qoute blockquote {
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	border: 0;
	font-size: 22px;
	line-height: 33px;
	font-style: italic;
}
.blog-qoute-post .qoute i {
	font-size: 30px;
}
.blog-gallery-post.owl-carousel .owl-dot, .blog-gallery-post.owl-carousel .owl-nav .owl-next, .blog-gallery-post.owl-carousel .owl-nav .owl-prev {
	width: 45px;
	height: 45px;
	color: #fff;
	border-radius: 500px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #dcab8a;
}
.blog-gallery-post.owl-carousel .owl-nav {
	width: 100%;
	opacity: 0;
	transition: .3s;
}
.blog-gallery-post.owl-carousel:hover .owl-nav {
	opacity: 1;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-next {
	right: 10px;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.blog-detail-quote {
	padding: 20px 0;
}
.blog-detail-quote .icon {
	width: 110px;
	float: left;
	margin-top: 4px;
	font-size: 60px;
}
.blog-detail-quote blockquote {
	border: 0;
	margin-left: 110px;
	padding: 0;
}
.blog-detail-quote blockquote p {
	font-size: 25px;
	font-weight: 300;
	line-height: 33px;
	font-family: "Poppins", sans-serif;
}
.evana-blog-separeator {
	background: #e7e7e7;
	height: 1px;
	width: 100%;
	margin: 20px 0;
	border: 0;
}
/* Common */
/* -----------------------------------
** Back To Top
-------------------------------------*/
.cd-top {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.8) url("../images/cd-top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
/* error-page */
.error404 .main-content {
	padding-top: 120px;
	padding-bottom: 100px;
}
.error-page-text {
	text-align: center;
	padding-bottom: 26px;
}
.error-page-text .error-title {
	font-size: 180px;
	line-height: 140px;
	font-weight: 700;
}
.error-page-text span {
	display: block;
	line-height: 50px;
	font-size: 28px;
	font-weight: 300;
}
.error-page-text span.ops {
	font-size: 57px;
	font-weight: 400;
	padding: 15px 0;
}
.error404 .content-search-box {
	max-width: 750px;
	margin: 0 auto;
}
/* Conact Form*/
.name-email-website-field {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.evana-contact-form {
	margin-top: 55px;
}
.evana-contact-form .form-group {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 10px;
}
.evana-contact-form .heading {
	margin-bottom: 40px;
}
span.wpcf7-not-valid-tip {
	color: #dcab8a;
	font-size: 1em;
	font-weight: normal;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
div.wpcf7-validation-errors {
	border: 2px solid #dcab8a;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.fidvits-active {
	margin-bottom: 40px;
}
.fidvits-active iframe {
	width: 100%;
}


.blgo-post-author &gt; div, .single-comment &gt; div {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.blgo-post-author &gt; div .image, .single-comment &gt; div .image {
	display: table-cell;
	vertical-align: middle;
	width: 90px;
}
.blgo-post-author &gt; div .text, .single-comment &gt; div .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 30px;
}
.blgo-post-author &gt; div .text h3, .single-comment &gt; div .text h3 {
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 13px;
	display: inline-block;
	padding-right: 15px;
}
.blgo-post-author &gt; div .text .date, .single-comment &gt; div .text .date {
	text-transform: uppercase;
	margin-bottom: 13px;
	white-space: nowrap;
	display: inline-block;
}</pre></body></html>