/* CSS Document */

/*
Notes: it is highly recommendable to use lighter color than dark ones, if your main color is not good enough go to the contrast helper in this same file and uncomment it.
*/

/* @group Main Color default: #FCD665 */
.fa-angle-double-right{
	color:#db2bcc
}
 div.tags span,
section.tweets div.slick,
.pagination a,
.button,
.pace .pace-progress{
	background: #db2bcc;
}
div.post-tags a{color: #00aeff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;}
/*Pagination button styling */
.pagination span{
	background:#db2bcc;	display: inline-block;
	margin: 0 5px;
	height: 30px;
	font: 14px 'Roboto Condensed';
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 30px;
	padding: 0 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}}


.title.bordered,
div.text blockquote,
#footer{
	border-color: #FCD665;
}

/* @end */

/* @group Secondary Color default: #000 (links, titles, etc): Important to use some dark color to generate contrast */

a,
.button,
h1, h2, h3, h4, h5, h6,
#header nav div.social,
#header nav div.social ul li a,
#header nav form button,
.slick-prev:before, .slick-next:before,
 div.tags span,
div.meta a.comments:hover,
.pagination a, .pagination span, .pagination a:hover, .pagination .current{ color: #000; }


/*#header nav ul.menu > li > a:hover:before, #header nav ul.menu > li.current-menu-item > a:before,*/
section.tweets h3,
.button.dark,
#single section.related a.thumb span,
section.widget_tag_cloud a,
.spinner > div{ background: #db2bcc; }


/* Footer styling section */
#footer{ background: black;}
#footer div  div > ul > li > a {color:#909090;}
#footer div #footer-links > li >a {color:#909090}
/* @end */

/* @group Third Color default: #666 (links rollover, tags rollover, titles, etc)*/

a:hover{ color: #666;text-decoration:none!important; }
.no_hover_effect{color:#fff;}
/* @end */

/* @group Fourth Color default: #888 (dates and comments)*/

article time, div.meta time,
div.meta a.comments{ color: #888; }

/* @end */

/* @group Sixth Color default: #ccc (border color for sections)*/

hr,
div.articles article.first,
div.articles article.default,
#single .left-content article.post,
#single #comments,
section.author,
aside#featured div.box article,
div.text pre{ border-color: #ccc; }

/* @end */


/* @group Secondary Color default: #535353 (paragraphs)*/

body{ color: #535353; }

/* @end */


/*
	Contrast helper
	Note: sometimes if you pick a dark color the text, buttons and links will not look good enough. In these cases, uncomment all lines below:
*/

/*.button, .button:hover,
#header nav ul.menu > li > a,
#header nav div.social,
#header nav div.social ul li a,
#header nav form button,
section.tweets div.slick,
div.tags a, div.tags span,
.pagination a, .pagination span, .pagination a:hover, .pagination .current,
section.tweets div.slick a{ color: #fff; }

#header nav ul.menu > li > a:hover:before, #header nav ul.menu > li.current-menu-item > a:before,
.spinner > div{
	background: #fff;
}*/
