/*
Theme Name: Last Pixel Studio
Description: Last Pixel Wordpress theme
Author: Kieran Molloy
*/


a {
	color: #f37736;
}

h1:after {
	color: #f37736;
}

h2:after {
	color: #f37736;
}

h3:after {
	color: #f37736;
}


/* ------------------------------------
HEADER
------------------------------------ */

header .top-menu ul li.current { 
	background: #f37736;
}

header .logo {
	margin-top: 20px;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */

.sidebar ul li.green {
	color: #f37736;
}

.sidebar h4:after {
	color: #f37736;
}

#copyright .up {
	background-color: #f37736;
}

body .fancybox-skin {
	background: #000000;
}

nav .menu > li.green a {
	color: #6eb43f;
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */

#showreels .reel a:hover .title span {
	background: #f37736;
}

#showreels .reel a:hover .play {
	background-color: #f37736;
}

.isotope .project:hover .info h3 span {
	background: #f37736;
}

#blog #pagination .prev-posts a:hover, #blog #pagination .next-posts a:hover {
	background: #f37736;
} 

#blog #pagination .prev-posts a.none, #blog #pagination .next-posts a.none {
	background: #49494a;
	color: #303033;
}

#contact .address .green {
	color: #f37736;
}

/* ------------------------------------
PROJECTS
------------------------------------ */

#interactive .block a:hover .title span {
	background: #f37736;
}

/* ------------------------------------
FORMS
------------------------------------ */

.button:hover {
	background: #f37736; 
}


div.selector span {
	color: #f37736;
}

.main .gform_wrapper .gfield_required {
	color: #f37736;
}

.main .gform_wrapper .gform_footer input.button:hover {
	color: #252528;
	background: #f37736;
}

/* ------------------------------------
MEDIA QUERIES
------------------------------------ */

@media screen and (max-width:999px) {

	#copyright .up {
		background-color: #f37736;
	}
	
}

@media screen and (max-width:768px) {
	
	.filter li:hover a {
		color: #f37736;
	}

}

/* Hamburgular Icon */

/* Icon 3 */

.menu-icon {
  background-color: #f37736; 
  border-radius: 0px 0px 0px 4px;
}