/* Links */
a, a:visited { color: #1f9952; font-weight: 400; text-decoration: none; }
a:hover { color: #23B360; }

.button { border: 1px solid #1f9952; }
.button:hover { border: 1px solid #23B360; }

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active, .post-title a:hover, .cat-item a:hover, .widget-archive a:hover, .recentcomments a:hover, .widget-recent-entries a:hover, .comment-meta a:hover, .required  
{ color: #1f9952!important; }

.gallery-next .bx-next:hover  { background: #1f9952 url('../../images/blog/next.png') no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev:hover  { background: #1f9952 url('../../images/blog/prev.png') no-repeat; background-size: 22px 22px;}

.filter.active, .filter:hover { color: #1f9952; }

.tagcloud a { border: 1px solid #1f9952; } 
.tagcloud a:hover { border: 1px solid #23B360; } 

.tabs ul li.active a {border-top: 2px solid #1f9952;}

/* Content */
.parallax.colored { background-color: #1f9952; }
.list-dot { background: #1f9952; }

.projectlist a:hover .projectinfo { 
	background: #1f9952; 
	-webkit-transition: background .33s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear; 
}

.dark {
  background-color: rgba(80, 200, 150, .2);
  border-radius: 0.5em;
}

.ticker {
  color: #fafafa;
  text-shadow: 3px 3px 4px #333;
}

.contact a {
  color: #fff;
}

/* Targets Retina Enabled Devices */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

.gallery-next .bx-next:hover  { background: #1f9952 url('../../images/blog/next@2x.png') no-repeat; background-size: 22px 22px;}
.gallery-prev .bx-prev:hover  { background: #1f9952 url('../../images/blog/prev@2x.png') no-repeat; background-size: 22px 22px;} 

}
