/*=============================================================
	Conway THEME:
	  - main color: #8CDE00
=============================================================*/

/* Text select 
--------------------------------------------------------------*/
::selection, 
::-moz-selection
{
	background: #8cde00; 
	color:#fff;
}/*When text is selectet with the cursor*/

/* Links hover color
--------------------------------------------------------------*/
a, 
h1 a:hover,
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover
{
	color: #8cde00;
}

/* Paragraph link color
--------------------------------------------------------------*/
p a:hover
{
	color: #fff;
	background: #8cde00; 
}


/* Nav item hover
--------------------------------------------------------------*/
.nav_simple li a:hover,
.nav_simple li a.hov
{
	background: #8cde00;
}
.nav_simple ul li a:hover,
.nav_simple ul li a.hov,
.nav_simple ul li.mn_arr em
{
	background: #8cde00;
}
.nav_simple li ul {
	border-top: 1px solid #8cde00;
}
#nav li ul li ul {
	border-left: 1px solid #8cde00;
}

/* Image color bg/text
--------------------------------------------------------------*/
.img_wrap_in .img_wrap_caption{
	background: #8cde00;
}

.img_wrap_in .img_wrap_caption h2,
.img_wrap_in .img_wrap_caption h3
{
	color: #8cde00;
	background: #fff;
}
.img_wrap_in .img_wrap_caption h2 a,
.img_wrap_in .img_wrap_caption h3 a
{
	color: #8cde00;
}
.img_wrap_in .img_wrap_caption .cmore, 
.img_wrap_in .img_wrap_caption .czoom, 
.img_wrap_in .img_wrap_caption .cplay, 
.img_wrap_in .img_wrap_caption .clink{
	color: #8cde00;
}

/* Pagination
--------------------------------------------------------------*/
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span 
{
	background-color: #8cde00;
	color: #fff;
	border-color: #8cde00;
}

/* Tabs
--------------------------------------------------------------*/
.tabbable .nav.nav-pills li.active a{
	background: #8cde00;
}

/* Blockquote
--------------------------------------------------------------*/
blockquote:hover {
	border-color: #8cde00;
}

/* Button
--------------------------------------------------------------*/
.button:hover,.button.active{
	background: #8cde00;
	color: #fff;
}

/* Call to action
--------------------------------------------------------------*/
.callto{
	border-left-color: #8cde00;
	border-right-color: #8cde00;
}

/* Comments
--------------------------------------------------------------*/
ul#comments_list li.comment .comment_head .comment_top_right a:hover
{
	color: #fff; 
	background: #8cde00;
}

/* Blog 
--------------------------------------------------------------*/
.blog_post .post_header:hover .post_headtype{
	background: #8cde00;
}
.blog_related_posts a.title:hover {
	color: #fff;
	background: #8cde00;
}


/* Portfolio
--------------------------------------------------------------*/
#portfolio_menu li a:hover, 
#portfolio_menu li a.active_cat 
{
	background: #8cde00; 
	color: #fff;
}

/* Contact form
--------------------------------------------------------------*/
.contact_icn{
	background: #8cde00;
}

/* Widgets
--------------------------------------------------------------*/
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li.current-menu-item a{
	color: #fff;
	background: #8cde00;
	border-left: 10px solid #333;
}
.widget.widget_categories ul li a:hover, .widget.widget_categories ul li.current-menu-item a,
 .widget.widget_archive ul li a:hover, .widget.widget_archive ul li.current-menu-item a 
 {
	color: #fff;
	background: #8cde00;
}
.widget.widget_latest_posts ul li a.title:hover {
	color: #fff;
	background: #8cde00;
}
.widget.widget_twitter ul li a:hover {
	color: #fff;
	background: #8cde00;
}

/* Slider
--------------------------------------------------------------*/
.flex-direction-nav li a:hover {
	background-color: #8cde00;
}

/* Form
--------------------------------------------------------------*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #8cde00;
}

