<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Common
================================================== */
body { 
	background: #D1D1CA;
	color: #292929;
}

body .rows {
	background: #F7F6F0;
}

a { color: #292929; }
a:hover { color: #a38979; }

.post-thumb-hover .overlay {
	background-color: #a38979;
}

.post-thumb-preload .loader {
	background-color: #F7F6F0;
}

.more a,
.blog-list .post-format .more-link {
	background: #292929;
	color: #FFF;
}

.more a:hover,
.blog-list .post-format .more-link:hover {
	background: #a38979;
}



/* #Header
================================================== */
.site-header-section { border-bottom: 10px solid #292929; }


/*Menu*/
#main-menu ul li a,
body.not-current-page #main-menu ul li.current-page a {
	color: #292929;
	border-top: 5px solid #F7F6F0;
}

#main-menu ul li.current-page a,
#main-menu ul li a.selected {
	border-top: 5px solid #a38979;
	color: #a38979;
}

#main-menu ul li a:hover,
body.not-current-page #main-menu ul li.current-page a:hover {
	border-top: 5px solid #D1D1CA;
	color: #a38979;
}

#main-menu ul li ul {
	background: #292929;
}

#main-menu ul li ul li a,
#main-menu ul li.current-page ul li a {
	color: #C2C2C2;
}

#main-menu ul li ul li a:hover {
	background: #1A1A1A;
	color: #FFF;
}

body.not-current-page #main-menu ul li.current-page ul li a,
body.not-current-page #main-menu ul li.current-page ul li a:hover { padding: 0 1px; margin: 0; border: 0; }
body.not-current-page #main-menu ul li.current-page ul li a { color: #C2C2C2; }
body.not-current-page #main-menu ul li.current-page ul li a:hover { color: #FFF; }


/*social*/
.site-top-social a {
	background-color: #292929;
}





/*Page header*/
.site-page-header .row {
	border-bottom: 1px solid #E1E1E0; 
}



/* #Sortable Menu
================================================== */
.sortable-menu li a {
	background: #292929;
	color: #FFF;
}

.sortable-menu li a:hover,
.sortable-menu li a.active,
.sortable-menu li.current-cat a {
	background: #a38979;
}




/* #Pagination
================================================== */
.pagination a, 
.pagination span,
.comment-pagination a, 
.comment-pagination span,
.normal-pagination li a {
	background: #292929;
	color: #FFF;
}

.pagination a:hover,
.comment-pagination a:hover,
.pagination span.current,
.comment-pagination span.current,
.normal-pagination li a:hover { 
	background: #a38979;
	color: #FFF;
}

.single-post-pagenation a {
	background-color: #292929;
}

.single-post-pagenation a:hover {
	background-color: #a38979;
}



/* #Portfolio
================================================== */

/*grid*/
.portfolio-grid li .cats,
.portfolio-grid li .cats a,
.post-slide-list li .cats,
.post-slide-list li .cats a {
	color: #999;
}

.portfolio-grid li .cats a:hover,
.post-slide-list li .cats a:hover {
	color: #a38979;
	text-decoration: underline;
}

.portfolio-grid li .item-footer,
.post-slide-list li .item-footer {
	border-bottom: 1px solid #E1E1E0;
	background-color: #DBDBDB;
}

.portfolio-grid li:hover .item-footer,
.post-slide-list li:hover .item-footer {
	border-bottom: 1px solid #a38979;
}


/*list*/
.portfolio-list li {
	border-bottom: 1px solid #E1E1E0;
}

.portfolio-list li .post-details .post-title {
	border-bottom: 1px solid #E1E1E0;
}


/*single*/
.post-portfolio .post-details dl {
	border-bottom: 1px solid #E1E1E0;
}





/* #Post Slide
================================================== */
.post-slide-list h3.title {
	border-top: 5px solid #292929;
}

.post-carousel-wrapper .bx-wrapper .bx-controls-direction a {
	background-color: #292929;
}

.post-carousel-wrapper .bx-wrapper .bx-controls-direction a:hover {
	background-color: #a38979; 
}






/* #Blog
================================================== */
.blog-list li.post {
	border-bottom: 1px solid #E1E1E0;
}

.post-blog .post-date {
	border-right: 1px solid #E1E1E0;
}

.post-blog .zilla-likes {
	border-top: 1px solid #E1E1E0 !important;
}

.post-blog .entry-meta {
	border-bottom: 1px solid #E1E1E0;
}





/* #FlexSlider
================================================== */
.flex-container-gallery .flex-direction-nav li a,
.flex-container-slideshow .flex-direction-nav li a,
.flex-container-gallery .flex-control-nav li a,
.flex-container-slideshow .flex-control-nav li a {
	background-color: #292929;
}

.flex-container-gallery .flex-direction-nav li a:hover,
.flex-container-slideshow .flex-direction-nav li a:hover,
.flex-container-gallery .flex-control-nav li a:hover,
.flex-container-gallery .flex-control-nav li a.flex-active,
.flex-container-slideshow .flex-control-nav li a:hover,
.flex-container-slideshow .flex-control-nav li a.flex-active {
	background-color: #a38979;
}

.flex-container-gallery .flex-caption {
	background: #292929;
	color: #FFF;
}

.flex-container-slideshow .flex-caption h3.title {
	background-color: #a38979;
}

.flex-container-slideshow .flex-caption .desc {
	background-color: #292929;
}




/* #Revslider
================================================== */
.tp-bullets.simplebullets.round .bullet {
	background: #292929;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background: #a38979;
}


.tp-leftarrow,
.tp-rightarrow,
.tp-leftarrow.default,
.tp-rightarrow.default {
	background-color: #292929;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color: #a38979;
}




/* #Widgets
================================================== */
.widget-post li .meta,
.widget-post li .meta a { 
	color: #999; 
}

.widget-post li .meta a:hover { 
	color: #a38979; 
}

.widget-tabs .tabs li a {
	background: #D1D1CA;
}

.widget-tabs .tabs li a.active {
	background: #292929;
	color: #FFF;
}

.widget-tabs .tabs li a:hover {
	background: #a38979;
	color: #FFF;
}

.side-widget-area h3.title {
	border-bottom: 5px solid #292929;
}

.widget-tag-cloud .clouds a {
	color: #FFF;
	background: #292929;
}

.widget-tag-cloud .clouds a:hover {
	color: #FFF;
	background: #a38979;
}




/* #Comments
================================================== */
#comments-title,
#reply-title {
	border-bottom: 5px solid #292929;
}

.commentlist li .comment-wrap {
	border-bottom: 1px solid #E1E1E0;
}

.commentlist li.pingback {
	border-bottom: 1px solid #E1E1E0;
}

.comment-form-file input[type="text"],
.comment-form-content {
	border: 1px solid #E1E1E0;
	background: #FFF;
	color: #999;
}

.comment-form-file input[type="text"]:focus,
.comment-form-content:focus {
	border: 1px solid #D1D1D1;
	background: #FFF;
	color: #333;
}

#commentform input[type="submit"] {
	background: #a38979;
	color: #FFF;
}

#commentform input[type="submit"]:hover {
	background: #292929;
	color: #FFF;
}




/* #Pages
================================================== */

/*contact*/
.contact-form-wrapper input[type="text"],
.contact-form-wrapper #comments,
.contact-form-wrapper .wpcf7-textarea {
	border: 1px solid #E1E1E0;
	background: #FFF;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper #comments:focus {
	border: 1px solid #D1D1D1;
	background: #FFF;
}

.contact-form-wrapper input[type="submit"]  {
	background: #a38979;
	color: #FFF;
}

.contact-form-wrapper input[type="submit"]:hover {
	background: #292929;
	color: #FFF;
}

.contact-form-wrapper h3,
.contact-info h3 {
	border-bottom: 5px solid #292929;
}





/* #Shortcode
================================================== */

/*accordion*/
.shortcode-accordions-wrap .accordions li {
	border: 1px solid #CFCFCF;
}

.shortcode-accordions-wrap .accordion-head {
	background: #E5E4DF;
}

.shortcode-accordions-wrap .accordion-content {
	border-top: 1px solid #CFCFCF;
}

.shortcode-accordions-wrap .accordion-head:hover,
.shortcode-accordions-wrap .accordion-head .active {
	color: #a38979;
}



/*toggle*/
.shortcode-toggles-wrap .toggles li {
	border: 1px solid #CFCFCF;
}

.shortcode-toggles-wrap .toggle-head {
	background: #E5E4DF;
}

.shortcode-toggles-wrap .toggle-content {
	border-top: 1px solid #CFCFCF;
}

.shortcode-toggles-wrap .toggle-head:hover,
.shortcode-toggles-wrap .toggle-head .active {
	color: #a38979;
}



/*tabs*/
.shortcode-tabs-wrap,
.shortcode-left-tabs-wrap {
	border: 1px solid #CFCFCF;
}

.shortcode-tabs-wrap .tabs {
	background: url(../images/shortcodes/linebg.png) repeat-x 0 100% #EBE9E4;
}

.shortcode-tabs-wrap .tabs li {
	border-right: 1px solid #CFCFCF;
}

.shortcode-tabs-wrap .tabs li a:hover {
	color: #a38979;
}

.shortcode-tabs-wrap .tabs li .active {
	background: #F7F6F0;
	color: #a38979;
}

.shortcode-left-tabs-wrap {
	background: url(../images/shortcodes/left-tab-bg.png) repeat-y 0 0;
}

.shortcode-left-tabs-wrap .tabs li {
	border-bottom: 1px solid #CFCFCF;
}

.shortcode-left-tabs-wrap .tabs li .active {
	background: #F7F6F0;
	color: #a38979;
}



/*testimonial*/
.shortcode-testimonials ul {
	background: #EBE9E4;
}


/*pricing table*/
.shortcode-price-tables .pricing-item .button a:hover,
.shortcode-price-tables .pricing-item-active .title,
.shortcode-price-tables .pricing-item-active .button a {
	background: #a38979;
}

.shortcode-price-tables .pricing-item-active .currency,
.shortcode-price-tables .pricing-item-active .button a:hover {
	background: #6E4738;
}

.shortcode-price-tables .pricing-item {
	background: #FFF;
}

.shortcode-price-tables .pricing-item li:nth-child(2n+1) {
	background: #EBE9E4;
}


/*table*/
table { 
	text-align: left;
	border: 1px solid #E1E1E0;
}

th, thead td { 
	text-align: left;   
	font-weight: bold;
	padding: 8px 15px;
	background: #EBE9E4;
	color: #333;
}

td { 
	padding: 8px 15px; 
	border-top: 1px solid #E1E1E0;
}



/*icon box and menu*/
.shortcode-iconbox,
.sti-menu li a {
	background: #EBE9E4;
}

.shortcode-iconbox:hover,
.sti-menu li a:hover {
	background: #D9D7D2;
}

.sti-menu li a:hover p {
	color: #292929;
}

.sti-menu li a:hover h2,
.shortcode-iconbox:hover h3.title a {
	color: #a38979;
}


/*title*/
.post-format h3.shortcode-title {
	border-top: 5px solid #292929;
}



/*search list*/
.search-lists li {
	border-bottom: 1px solid #E1E1E0;
}



/*hr*/
.shortcode-hr {
	border-top: 1px solid #E1E1E0; 
}



/*faqs*/
.faq-list .faq-wrap .item h5.toggle {
	background: #EBE9E4;
}

.faq-list .faq-wrap .item h5.active,
.faq-list .faq-wrap .item h5.toggle:hover {
	background: #D9D7D2;
	color: #a38979;
}

.faq-list .faq-wrap .item h5.toggle .toggle-arrow {
	background-color: #292929;
}

.faq-list .faq-wrap .item h5.active .toggle-arrow,
.faq-list .faq-wrap .item h5.toggle:hover .toggle-arrow {
	background-color: #a38979;
}

.faq-list .faq-wrap .toggle-content {
	background: #EBE9E4;
}




/*slogan &amp; tagline*/
.site-tagline {
	background: #EBE9E4;
	border-left: 5px solid #292929;
}

.site-tagline-has-button .button a {
	background: #292929;
	color: #FFF;
}

.site-tagline-has-button .button a:hover {
	background: #a38979;
	color: #FFF;
}



/*tweets slide*/
.flexslider-tweets {
	background: #EBE9E4;
	border-left: 5px solid #292929;
}

.flexslider-tweets ul {
	background: url(../images/tweets-slide.png) no-repeat 20px 50%;
}

.flexslider-tweets ul li .date a {
	color: #999;
}

.flexslider-tweets ul li .date a:hover {
	color: #a38979;
}




/* #Footer
================================================== */
.site-footer-section {
	background: #D1D1CA;
}

.site-footer-section .row { 
	border-top: 5px solid #a38979; 
}

.footer-widgets-area {
	background: #F7F6F0; 
	border-top: 1px solid #E1E1E0; 
}

#nav-bottom-menu li span {
	color: #999;
}

#toTop {
	background-color: #292929;
}

#toTop:hover {
	background-color: #a38979;
}</pre></body></html>