<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
  * Name: Create &amp;amp; Build
  * Version: 1.0
  * Author: Rollthemes
  * Author URI: http://www.rollthemes.com
*/
 
@import url("shortcodes.css");


/**
  * Reset
  * Repeatable Patterns  
  * Top
  *	Header
  *	Top Slider
  *	Page Title
  * Blog
  * Blog Single
  * Post Full-width
  * Widgets  
  * widget search
  * widget popular news
  * widget tag
  * Footer
  * Bottom
  * Event Page
  * Event Single Page
  * Page 404
  * Project-Single
  * Home Dark
  * Home Boxed
  * Switcher
  * GoTop Button
  * Parallax
*/

/* Reset
-------------------------------------------------------------- */
/* Repeatable Patterns
-------------------------------------------------------------- */

.blog-full-width .wrap-post-full-width {
	float: left;
	width: 33.33333333333333%;
	margin-bottom: 30px;
	padding: 0 15px;	
}

.blog-full-width.columns2 .wrap-post-full-width {
	width: 50%;
}

.blog-full-width.columns4 .wrap-post-full-width {
	width: 25%;
}

.blog-full-width .post-full-width {
	text-align: center;		
	border: 1px solid #e5e5e5;
}

.post-full-width .title-post {	
	margin: 45px 0 19px;		
}

.post-full-width .title-post a {
	font-size: 34px;
	line-height: 28px;
	font-weight: 300;
	color: #323232;
	letter-spacing: -1px;
}

.post-full-width .title-post a:hover {
	color: #f1c40f;
}

.post-full-width .content-post {
	padding: 0 30px 0;
}

.post-full-width .featured-post {
	position: relative;
}

.post-full-width .post-format li {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
}

.post-full-width .post-format li {
	width: 60px;
	height: 60px;
	background: #f1c40f;
	color: #fff;
	text-align: center;
	padding: 8px;
	font-weight: 800;	
}

.post-full-width .post-format li span {
	display: block;
}

.post-full-width .post-format li .day {	
    font-size: 34px;
    line-height: 28px;
    font-weight: 800;
}

.post-full-width .post-format li .month {	
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;	
	color: #323232;
	margin: 2px 0 0;
}

.post-full-width p {
	margin-bottom: 40px;
}

/* Load More */
.loadmore-btn.text-center.btn-loadmore {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	height: 30px;
	width: 30px;
	background: url(../images/icon/load-more.png) no-repeat;
	background-size: 30px 30px;
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}


/* Widgets
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 44px;
}

.widget .widget-title {
	font-size: 34px;
	line-height: 34px;
	color: #323232;
	margin-bottom: 27px;
	font-weight: 800;
	letter-spacing: -2px;
}

.widget ul li {
	position: relative;
 }

.widget ul li:first-child {
}

.widget ul li:before {
	position: absolute;
    left: 0;
	top: 10px;
	font-size: 21px;
	color: #fff;	
}

.sidebar .widget ul li span {
	color: #f1c40f;
}

.widget ul li a {
	color: #fff;
}

.widget ul li a:hover {
	color: #f1c40f;
}

/* widget search */
.widget.widget-search #searchform {	
	width: 100%;
	height: 60px;
	position: relative;
	margin: 0;
}

.widget.widget-search #searchform #s {
	height: 60px;
	line-height: 20px;
	width: 100%;	
	padding: 0 10px 0 28px;	
	border: 1px solid #7f7f7f;	
}

.widget.widget-search #searchform #s:focus {
    color: #f1c40f;
    border-color: #f1c40f;
}

.widget.widget-search #searchform #searchsubmit {
	padding: 0;
	position: absolute;
	right: 28px;
	top: 22px;	
	font-family: 'icomoon';
	content: "\e60a";	
	color: #f1c40f;
	background: transparent;
	border: none;	
	text-align: center;	
	font-size: 18px;
	width: 20px;
	height: 20px;
}

/* widget popular news */
.widget.widget-popular-news .widget-title {
	margin-bottom: 18px;
}

.widget.widget-popular-news ul li {
	padding: 22px 0 11px;	
}

.widget.widget-popular-news ul li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget.widget-popular-news ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget.widget-popular-news ul li:before {
	content: "";
}

.widget.widget-popular-news ul li .thumb {
	float: left;
	width: 70px;
	margin-right: 21px;
	margin-top: 9px;
	overflow: hidden;	
}

.widget.widget-popular-news ul li .text {
	overflow: hidden;		
}

.widget.widget-popular-news ul li .text p {	
	margin-bottom: 0;
	position: relative;
	padding: 0 27px;
	color: #323232;
}

.widget.widget-popular-news ul li .text p:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "\e626";
	font-family: 'icomoon';	
	color: #f1c40f;
	font-size: 17px;
}

.widget.widget-popular-news ul li .text h6 {	
	margin-bottom: 8px;
	font-weight: 300;
	line-height: 30px;
}

.widget.widget-popular-news ul li .text h6 a {
	color: #808080;
}

.widget.widget-popular-news ul li .text h6 a:hover {
	color: #f1c40f;
}

/* widget tag */
.widget.widget-tag .tag-list a {
	display: inline-block;
	text-align: center;
	margin: 0 6px 10px 0;
    padding: 8px 30px;
	border: 1px solid #e5e5e5;	
	color: #323232;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;	
}

.widget.widget-tag .tag-list a.active {
	background: #f1c40f;
	border: 1px solid #f1c40f;
	color: #fff;	
}

.widget.widget-tag .tag-list a.active:hover {	
	color: #fff;
	background: #f1c40f;
	border: 1px solid #f1c40f;
}

.widget.widget-tag .tag-list a:hover {
	color: #f1c40f;
}

/* Slide about
-------------------------------------------------------------- */
.featured-about .flexslider .flex-direction-nav .flex-prev {
	left: 50px;
}

.featured-about .flexslider .flex-direction-nav .flex-next {
	right: 50px;
}
/* Footer
-------------------------------------------------------------- */

</pre></body></html>