/*
Theme Name: LightBulb Theme
Theme URI: http://lightbulbdigital.com.au
Description: LightBulb Digital 960 grid theme
Version: 2.0
Author: LightBulb Digital
Author URI: http://lightbulbdigital.com.au
*/

@font-face {
    font-family: 'plexesblackproregular';
    src: url('fonts/dstype_-_plexesblackpro-webfont.eot');
    src: url('fonts/dstype_-_plexesblackpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dstype_-_plexesblackpro-webfont.woff') format('woff'),
         url('fonts/dstype_-_plexesblackpro-webfont.ttf') format('truetype'),
         url('fonts/dstype_-_plexesblackpro-webfont.svg#plexesblackproregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'plexesbookproregular';
    src: url('fonts/dstype_-_plexesbookpro-webfont.eot');
    src: url('fonts/dstype_-_plexesbookpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dstype_-_plexesbookpro-webfont.woff') format('woff'),
         url('fonts/dstype_-_plexesbookpro-webfont.ttf') format('truetype'),
         url('fonts/dstype_-_plexesbookpro-webfont.svg#plexesbookproregular') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font-family: 'plexesbookproregular';
}

#body_wrapper {
	min-height: 100%;
}


/** Headings **/
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

a {
	outline: 0;
}

img {
	display: block;
}

strong {
	font-weight: bold;
}

/** Header **/
	
#header_wrapper {
	width: 100%;
	border-top: 3px solid #f15c22;
}
	
#header {
	color: #fff;
	height: 147px;
}

#header h1 {
	background-image: url('images/logo.png');
	width: 226px;
	height: 97px;
	text-indent: -9999em;
	position: relative;
}

#header h1 a {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
}

#logo {
	margin-top: 40px;
}

#menu {
	margin-top: 65px;
}

/** Main Menu

#menu ul {
	float: right;
}

#menu ul li {
	float: left;
	position: relative;
	display: inline-block;	
}

#menu ul li a {
	display: block;
	padding: 10px;
	color: #a9a3a1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
}

#menu ul li a:hover {
	
}

#menu ul li.current_page_item a,
#menu ul li.current_page_parent a {
	
} **/

/** Hero **/
	
#hero_wrapper {
	width: 100%;
	background-color: #231f20;
}

#hero {
	min-height: 200px;
	position: relative;
}

#cutout {
	z-index: 99999;
	position: absolute;
	top: 0px;
	left: -1px;
	width: 87px;
	height: 25px;
	background-image: url('images/cutout.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#hero .page_hero_inner {
	padding-bottom: 15px;
	padding-top: 30px;
}

#hero .page_hero_inner h1 {
	font-size: 40px;
	color: #ffffff;
	width: 600px;
}

#hero .page_hero_inner h2 {
	font-size: 40px;
	color: #a9a3a1;
	width: 600px;
}

/** Home Content **/
	
#home_content {
	margin-top: 34px;
	margin-bottom: 34px;
}

#home_content_left {
	float: left;
	width: 635px;
	padding-right: 30px;
}

#home_content_left h1 {
	font-size: 41px;
	color: #f15c22;
	line-height: 45px;
	padding: 5px 0px;
}

#home_content_left h2 {
	font-size: 34px;
	line-height: 40px;
	color: #4d4d4f;
}

#home_content_right {
	float: right;
	width: 245px;
	height: 200px;
	padding-left: 38px;
	border-left: 1px solid #d1cdcb;	
	font-size: 13px;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#home_content_right h1 {
	font-size: 24px;
	line-height: 28px;
	color: #f15c22;
	padding-top: 10px;
}

#home_content_right p {
	line-height: 20px;
	color: #414141;
	padding-top: 5px;
	
	font-size: 13px;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#home_content_right a {
	color: #414141;
}

#home_content_right #contact_icons {
	width: 231px;
	padding: 10px 0px;
	border-bottom: 1px solid #cecac8;
}

#home_content_right #contact_icons a {
	float: left;
	margin-right: 1px;
	position: relative;
}

#home_content_right .contact_icon {
	display: block;
	overflow: hidden;
	width: 37px;
	height: 29px;
	z-index: 1;
}

#home_content_right .contact_icon_hover {
	display: none;
	overflow: hidden;
	width: 37px;
	height: 29px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#home_content_right .email .contact_icon {
	background-image: url('images/mail_icon.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#home_content_right .email .contact_icon_hover {
	background-image: url('images/mail_icon.png');
	background-position: 0px -29px;
	background-repeat: no-repeat;
}

#home_content_right .phone .contact_icon {
	background-image: url('images/phone_icon.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#home_content_right .phone .contact_icon_hover {
	background-image: url('images/phone_icon.png');
	background-position: 0px -29px;
	background-repeat: no-repeat;
}

#home_content_right .talk .contact_icon {
	background-image: url('images/talk_icon.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#home_content_right .talk .contact_icon_hover {
	background-image: url('images/talk_icon.png');
	background-position: 0px -29px;
	background-repeat: no-repeat;
}

#home_content_right .calendar .contact_icon {
	background-image: url('images/calendar_icon.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#home_content_right .calendar .contact_icon_hover {
	background-image: url('images/calendar_icon.png');
	background-position: 0px -29px;
	background-repeat: no-repeat;
}

#home_content_right .contact {
	position: relative;
	display: block;
	width: 126px;
	height: 28px;
	margin-top: 10px;
}

#home_content_right .contact .contact_btn {
	display: block;
	width: 126px;
	height: 28px;
	background-image: url('images/contact_us_btn.png');
	background-position: 0px -28px;
	background-repeat: no-repeat;
	z-index: 1;
}

#home_content_right .contact .contact_btn_hover {
	display: none;
	width: 126px;
	height: 28px;
	background-image: url('images/contact_us_btn.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
}

.orange-bar {

	width: 100%;
	background-color: #f15c22;
	font-face: "plexesblackproregular";
	color: #fff;
	margin: 0 0 55px 0;
	
}

.orange-bar h4 {
	padding: 35px 0px 0px 30px;
	width: 726px;
	font-size: 28px;
}

.quote-credit {
	float: right;
	padding: 28px 133px 35px 0;
}

.news-head {
	padding: 0px !important;
}

.news-title {
	padding: 15px 0px 5px 0px;
	font-size: 13px;
}

.date {
	padding: 0px !important;
}
/** Main Content Area **/

#content_wrapper {
	width: 100%;
	padding-bottom: 160px;
}
	
#content {
	padding-top: 29px;
}

body.home #content {
	padding-bottom: 0px;
}

#content .post {
	padding-bottom: 68px;
}

#content .entry a {
	color: #f15c22;
}

/** Projects **/
	
#projects {
	padding-bottom: 100px;
}
	
#projects #filters {
	margin-top: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cecac8;
	margin-bottom: 30px;
}

#projects #isotope {
	width: 965px;
}

#projects .isotope-item {
	width: 178px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#projects .isotope-item .project_header {
	height: 75px;
	margin-bottom: 10px;
	position: relative;
}

#projects .isotope-item .project_header h3 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #f15c22;
	font-size: 14px;
}

#projects .isotope-item .project_header h2 {
	position: absolute;
	bottom: 19px;
	left: 0px;
	color: #414141;
	font-size: 16px;
	line-height: 19px;
	padding-right: 10px;
}

#projects .isotope-item .project_thumb {
	height: 150px;
	position: relative;
}

#projects .isotope-item .project_thumb a.permalink_thumb {
	display: block;
}

#projects .isotope-item .project_thumb a.permalink_view {
	display: none;
	width: 137px;
	height: 28px;
	background-image: url('images/view_project_transparent_btn.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-indent: -99999px;
}

#projects .isotope-hidden {
	display: none;
}

/** Recent Projects **/
	
#recent_projects {
}
	
#recent_projects li {
	width: 230px;
	float: left;
	padding-left: 10px;
	position: relative;
}

#recent_projects li:first-child {
	padding-left: 0px;
}

#recent_projects li img {
	display: block;
}

#recent_projects .image-overlay {
	width: 230px;
	height: 100%;
	z-index: 99;
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(255,255,255,0.5);
	display: none;
}

#recent_projects h1.heading {
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #cecac8;
	padding-bottom: 8px;
	margin-bottom: 12px;
	color: #231f20;
}

#recent_projects h4 {
	color: #414141;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: 9px;
}

#recent_projects h5 {
	color: #f15c22;
	font-size: 16px;
	line-height: 24px;
}

#recent_projects p {
	color: #414141;
	font-size: 14px;
	line-height: 20px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
}

#recent_projects a.view-project {
	width: 137px;
	height: 28px;
	background-image: url('images/view_project_btn.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 1;
	text-indent: -99999px;
	display: block;
	position: relative;
}

#recent_projects a.view-project span.link-overlay {
	width: 137px;
	height: 28px;
	background-image: url('images/view_project_btn.png');
	background-position: 0px -28px;
	background-repeat: no-repeat;
	z-index: 99;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}


/** Footer **/

#footer_wrapper {
	margin-top: -68px;
	background-color: #f15c22;
	width: 100%;
}
	
#footer {
	color: #fff;
	height: 130px;
	line-height: 1;
	font-size: 12px;
}

#footer_left {
	text-align: left;
}

#footer_right {
	text-align: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul.menu li {
	float: left;
	margin-left: 7px;
	padding-left: 7px;
	background-image: url('images/footer_menu_divider.png');
	background-position: 0px 28px;
	background-repeat: no-repeat;
}

#footer ul.menu li:first-child {
	margin-left: 0px;
	padding-left: 0px;
	background-image: none;
}


/** Misc **/
.clearfix {
	clear: both;
}

.toggler { width: 500px; height: 200px; position: relative; }
		#button { padding: .5em 1em; text-decoration: none; }
		#effect { width: 240px; height: 135px; padding: 0.4em; position: relative; background: #fff; }
		#effect h3 { margin: 0; padding: 0.4em; text-align: center; }
		
body.home #overlay {
	width: 100%;
	height: 100%;
	background-image: url('images/logo_large.png');
	background-position: center 225px;
	background-repeat: no-repeat;
	position: fixed;
	background-color: #ffffff;
	display: none;
	top: 0px;
	z-index: 999999;
}

/** Single Project **/
	
.lightbulb_gallery_wrapper {
	position: relative;
	margin-bottom: 31px;
}

.lightbulb_gallery_wrapper .project_fields {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 221px;
	border-left: 1px solid #cecac8;
}

.lightbulb_gallery_wrapper .project_fields_inner {
	padding: 0px 10px 0px 20px;
	font-size: 16px;
}

.lightbulb_gallery_wrapper .project_fields p {
	margin-bottom: 10px;
	font-size: 16px;
}

.lightbulb_gallery_wrapper .project_fields p span, .lightbulb_gallery_wrapper .project_fields table.project_fields_method span {
	color: #a9a3a1;
}

.lightbulb_gallery_wrapper .project_fields table.project_fields_awards li {
	color: #a9a3a1;
}

.lightbulb_gallery .lbg_left {
	float: left;
	width: 710px;
	height: 400px;
	margin-bottom: 14px;
	background-image: url('images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.lightbulb_gallery .lbg_left img {
	min-width: 710px;
	max-width: 710px;
	min-height: 400px;
	max-height: 400px;
}

.lightbulb_gallery .lbg_right {
	float: left;
	width: 950px;
}

.lightbulb_gallery .lbg_right a {
	display: block !important;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.lightbulb_gallery .lbg_right a:nth-child(8) {
	margin: 0 0 0 0;
}

.lightbulb_gallery .lbg_right a.current {
	cursor: default;
}

.lightbulb_gallery .lbg_right a img {
	margin: 0;
	opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.lightbulb_gallery .lbg_right a.current img,
.lightbulb_gallery .lbg_right a:hover img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lightbulb_gallery .lbg_right a.current .lbg_overlay {
	display: none !important;
}

.lightbulb_gallery .lbg_right .lbg_overlay {
	width: 110px;
	height: 89px;
	z-index: 99;
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.5);
}

.project_quote {
	border-top: 1px solid #cecac8;
}

.project_quote h1 {
	line-height: 37px;
	padding: 15px 0px 17px 0px;
	color: #231F20;
	width:90%;	
}

.project_quote .project_quote_credit  {
	text-align:right;
	padding-bottom:15px;
	padding-top:11px;
}

.project_quote .project_quote_credit p {
	padding-right:80px;
}

.project_content p {
	font-size: 14px;
	color: #414141;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.project_col_left {
	width: 460px;
	float: left;
}

.project_col_right {
	width: 460px;
	float: right;
}

.project_content {
	border-top: 1px solid #cecac8;
	padding-top: 15px;
}

.project_content h1 {
	margin: 10px 0px;
	color: #f15c22;
	font-size: 30px;
}

.project_content a.return_btn {
	display: block;
	width: 179px;
	height: 28px;
	float: right;
	background-image: url('images/return_to_projects_btn.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 15px;
}

/* Page Template */

.page_content {
	padding-top: 15px;
}

.page_col_left {
	width: 470px;
	float: left;
}

.page_col_right {
	width: 460px;
	float: right;
}

.page_content h1 {
	padding: 0px;
	color: #f15c22;
	font-size: 30px;
}

.page_content h2 {
	color: #414141;
	font-size: 21px;
}

.page_content h3 {
	color: #f15c22;
	font-size: 17px;
}

.page_content p, .page_content td {
	font-size: 14px;
	color: #414141;
	line-height: 20px;
	margin-bottom: 15px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.page_content li {
	font-size: 14px;
	color: #414141;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 15px;
	background-image: url('images/list_style_img.png');
	background-repeat: no-repeat;
	background-position: 0px 9px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.widget_content {
	border-top: 1px solid #cecac8;
	padding-top: 55px;
	padding-bottom: 58px;
}

.page_quote {
	border-top: 1px solid #cecac8;
}

.page_quote h1 {
	line-height: 37px;
	padding: 15px 0px 17px 0px;
	color: #231F20;
}


/* Contact Form 7 */

.wpcf7 {
	position: relative;
}

.wpcf7 input[type="text"]  ,
.wpcf7 input[type="email"] ,
.wpcf7 input[type="tel"]   {
	background-color: #ededee;
	border: none;
	width: 450px;
	padding: 5px;
	outline: none;
	color: #808285;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 14px;
	height: 15px;
}

.wpcf7 h1 {
	padding: 10px 0px 15px 0px;
	color: #f15c22;
	font-size: 30px;
}

.wpcf7 h1 span {
	color: #333132;
	font-size: 15px;
	font-style: italic;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.wpcf7 h1 span small {
	font-size: 12px;
}

.wpcf7 h1 span.color {
	color: #f15c22;
	font-size: 12px;
}

.wpcf7 p {
	margin-bottom: 15px;
}

.wpcf7 label {
	color: #f15c22;
	font-size: 16px;
	line-height: 23px;
}

.wpcf7 textarea {
	background-color: #ededee;
	border: none;
	width: 450px;
	padding: 5px;
	outline: none;
	color: #808285;
	max-width: 450px;
	min-width: 450px;
	resize: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
}

.wpcf7 textarea.desc {
	height: 175px;
	min-height: 175px;
	max-height: 175px;
}

.wpcf7 textarea.hear {
	height: 56px;
	min-height: 56px;
	max-height: 56px;
}

.wpcf7 span.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #f15c22;
	font-size: 15px;
	width: 450px;
	padding: 5px;
	height: 15px;
	color: #ffffff;
}

.wpcf7 span.description span.wpcf7-not-valid-tip {
	height: 175px;
}

.wpcf7 input.wpcf7-submit {
	display: block;
	width: 160px;
	height: 28px;
	float: right;
	background-image: url('images/submit_request_btn.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.wpcf7 div.wpcf7-response-output {
	position: absolute;
	top: 25px;
	right: 0px;
	font-size: 12px;
	color: #f15c22;
}

div.wpcf7-mail-sent-ok {
	color: #429a01 !important;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	position: absolute;
	top: 394px;
	right: 167px;
}

/** NEWS **/

a.view-news {
	width: 137px;
	height: 28px;
	background-image: url('images/read_more_btn.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 1;
	text-indent: -99999px;
	display: block;
	position: relative;
}

a.view-news:hover {
	background-image: url('images/read_more_btn.png');
	background-position: 0px -28px;
	background-repeat: no-repeat;
}

.news-title {
	color: #f15c22;
	font-size: 21.19px;
	padding: 0 0 5px 0;
	margin : 0;
}

.news-text {
    float: left;
    width: 450px;
    color: #414141;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
	padding: 0px 0px 15px 0px;
}

.news-image {
    float: right;
    width: 409px;
}

.news-content {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #cecac8;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.read-more {
	padding-top: 25px;
}

#news-pagination {
	display: block;
	margin-bottom: 20px;
}



.wp-paginate .prev, .wp-paginate .next {
}
.wp-paginate a {
    background: none !important;
    border: 0px !important;
    color: #f15c22 !important;
    margin-right: 4px  !important;
    padding: 4px 8px !important;
    text-align: center !important;
    text-decoration: none !important;
}

.wp-paginate a:hover {
    text-decoration: underline !important;
}

.wp-paginate .current {
    background: none !important;
    border: 0px !important;
    color: #f15c22 !important;
    margin-right: 4px;
    padding: 4px 8px;
    text-decoration: underline;
}

#footer_col1, #footer_col2, #footer_col3 {

	float: left;
	padding-top: 25px;
	height: 90px;
}


#footer_col1 {
	width: 290px;
}

#footer_col1 p {
	font-size: 11px;
}

#footer_col2 img {
	float: left;
	padding: 15px 15px 0 0 ;
}

#footer_col2 span {
	
	font-size: 16px;
	margin-bottom: 10px;
}

#footer_col3 span {
	
	font-size: 16px;
	margin-bottom: 10px;
}


#footer_col3 {
	width: 510px;
}
#footer_col2 {
	width: 150px;
}
#footer_col3 .wpcf7-form {
	display: block;
	overflow: hidden;
}
#footer_col3 .wpcf7-text {

	float: left;
	width: 180px;
	margin-right: 12px;
	background:rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    
}

#footer_col3 .wpcf7-submit {

	float: left;
	background-color: #000000 !important;
	background-image: none !important;
	width: 80px !important;
	height: 26px !important;
	color: #ffffff !important;
	text-align: center;
	text-indent: 0px !important;
}

#footer_col3 .wpcf7-response-output {
	height: 20px;
}

#footer_col3 .ajax-loader {
	padding: 0 !important;
    border: none !important;
    margin-left: 0px !important;
    position: relative !important;
}

#footer_col3 .wpcf7-response-output {

	color: #ffffff !important;
	padding-top: 30px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 25px;
}


#footer #footer_col1 p {
	padding: 0px !important;
	margin: 0px !important;
}

.menu-footer-menu-container {
	padding-bottom: 15px;
}


#news-pagination {
	display: none;
}

/* Mail Chimp Sign Up Form */


#mc-embedded-subscribe-form {
    margin-top:5px;
    margin-bottom:10px;
}

#mc-embedded-subscribe-form > div {
    float:left;
    width:290px;
}

#mc-embedded-subscribe-form input[type="text"], 
#mc-embedded-subscribe-form input[type="email"] {
    float: left;
    width: 120px;
    margin-right: 12px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    padding:5px;
    outline:none;
}
#mc-embedded-subscribe-form input::-webkit-input-placeholder{
    color:#ffffff !important;
}

#mc-embedded-subscribe-form input::-moz-input-placeholder {
    color:#ffffff !important;
}
#mc-embedded-subscribe-form input::-ms-input-placeholder {
    color:#ffffff !important;
}

#mc-embedded-subscribe-form input[type="email"] {
    margin-top:5px;
    width:265px;
}

#mc-embedded-subscribe-form input[type="submit"] {
    float: left;
    background-color: #000000 !important;
    background-image: none !important;
    width: 80px !important;
    height: 26px !important;
    color: #ffffff !important;
    text-align: center;
    text-indent: 0px !important;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-top: 0px;
    border: none;
    cursor: pointer;
}

/* ----------------------------------------------------------- GREG ----------------------------------------------------------------- */

#hamburger1 {
	visibility: hidden;
}

#tel {
    position: absolute;
    top: 40px;
    color: #f15c22;
	font-size: 18px;
    text-align: right;
}

#tel span {
	display: inline-block;
    height: 25px;
}

#tel div {
	display: inline-block;
    vertical-align: bottom;
}

#tel a {
	display: inline-block;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 105px;
  border-bottom: 1px solid rgb(0,0,0,.1);
}

.sticky #header h1 {
    width: 130px;
    height: 60px;
    text-indent: -9999em;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;

}

#header h1 {
	transition-duration: 1s;	
}

.sticky #menu {
	margin-top: 20px;
}

.sticky #logo {
	margin-top: 10px;
	width: 15%;
}

.sticky #tel {
	top: 5px;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #hero_wrapper {
  padding-top: 60px;
}

/** Mobile menu **/

@media only screen and (max-width: 800px) {
	
#hamburger1 {
	visibility: visible;
}
	
#tel {
	visibility: hidden;		
}
	
.sticky #logo {
	margin-top: 10px;
	width: 55%;
	transform: translateY(-35px);
}

.sticky #menu {
	margin-top: 0;
	transform: translateY(-30px);
}
	
.sticky #search-mobile {
	transform: translateY(65px);	
}

/*@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
* {
  box-sizing: border-box;
}
html,
body {
  font-family: "Nunito", sans-serif;
  height: 100%;
  width: 100%;
}
body {
  background: #404040;
  display: table;
}
a {
  text-decoration: none;
}*/

/*.grid_18.omega {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.grid_18.omega {
  background: #fff;
  display: inline-block;
  height: 520px;
  margin: 0 30px;
  position: relative;
  width: 320px;
  
  position: absolute;
  top: 0;
  left: 300px;
}
.grid_18.omega::before {
  background: #555;
  border: 2px solid #4a4a4a;
  border-radius: 50%;
  bottom: -67px;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  width: 50px;
  transform: translateX(-50%);
}
.grid_18.omega {
  background: aliceblue;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 10;
} */
.grid_18.omega nav {
  background: #fff;
  /*border-bottom: 1px solid #ddd;*/
  height: 60px;
  position: relative;
}
.grid_18.omega #menu-main-menu {
    display: block;
    position: absolute;
    top: 60px;
    left: -120px;
    width: 300px;
    z-index: 10;
    min-width: 200px;
}
.grid_18.omega #menu-main-menu::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.3s;
}
.grid_18.omega #menu-main-menu li {
  border-bottom: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s;
  
    display: block;    
	float: none;
    margin-left: 0;
}
.grid_18.omega #menu-main-menu li a {
  background: #fff;
  color: #404040;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 20px;
  text-align: left;
  width: 100%;
  transition: all 0.3s;
}
.grid_18.omega #menu-main-menu li a:hover {
  color: coral;
}
#menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#menu input[type="checkbox"]:checked + label {
  border: 4px solid silver;
  border-radius: 50%;
  height: 28px;
  top: 16px;
  left: 18px;
  width: 28px;
  transform: rotate(-135deg);
}
#menu input[type="checkbox"]:checked + label::before {
  background: silver;
  top: 8px;
  left: 4px;
  width: 12px;
}
#menu input[type="checkbox"]:checked + label::after {
  background: silver;
  opacity: 1;
  top: 8px;
  left: 4px;
  visibility: visible;
  width: 12px;
}
#menu input[type="checkbox"]:checked + label:hover {
  border-color: coral;
}
#menu input[type="checkbox"]:checked + label:hover::before,
#menu input[type="checkbox"]:checked + label:hover::after {
  background: coral;
}
#menu input[type="checkbox"]:checked ~ #menu-main-menu::before {
  opacity: 1;
  visibility: visible;
}
#menu input[type="checkbox"]:checked ~ #menu-main-menu li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#menu input[type="checkbox"]:checked ~ #menu-main-menu li:nth-child(1) {
  transition-delay: 0s;
}
#menu input[type="checkbox"]:checked ~ #menu-main-menu li:nth-child(2) {
  transition-delay: 0.1s;
}
#menu input[type="checkbox"]:checked ~ #menu-main-menu li:nth-child(3) {
  transition-delay: 0.2s;
}
#menu input[type="checkbox"]:checked ~ #menu-main-menu li:nth-child(4) {
  transition-delay: 0.3s;
}
#menu label {
  background: none transparent;
  border: 4px solid coral;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  cursor: pointer;
  display: block;
  height: 16px;
  position: absolute;
  top: 18px;
  left: 20px;
  width: 24px;
  transition: all 0.2s;
}
#menu label::before {
  background: coral;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 24px;
  transition: all 0.2s;
}
#menu label::after {
  background: coral;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transform: rotate(90deg);
  transition: all 0.2s;
}

	/** Home Page slider **/
/*	#meteor-slideshow {
		width: 100% !important;
	}*/
	
	.meteor-slides .meteor-clip {
		width: 100%;
	}
	
	.meteor-slides #slides_content {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	
	.meteor-slides .slide_content {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%; 
		padding: 30px;
		z-index: 10;
		background: rgb(0,0,0,0.25);
		max-width: 420px;
	}
	
	/** Home Page styles **/

	#home_content_right {
		display: none;
	}

	#home_content_left {
		width: 100%;
	}

	/*ecent_projects p {
		font-size: 24px;
		line-height: 1.3em;
	}*/
	
	#recent_projects li {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
		width: 100%;
	}
	
	
	/** Headings **/
	h1 {
		font-size: 2.2em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.5em;
	}

	h5 {
		font-size: 1.5em;
	}
	
	p {
		font-size: 1.2em;
	}
	
	#home_content_left h1 {
    	font-size: 36px;
	}


	#home_content_left h2{
    	font-size: 24px;
	}
	
	.orange-bar h4 {
		padding: 35px 0px 0px;
		font-size: 28px;
		width: 100%;
	}

	
	/** Containers width **/
	* {
		box-sizing: border-box;
	}
	
	body {
		min-width: 320px;
	}
	
	#body_wrapper {
		overflow: hidden;
	}
	
	.container_24 {
    	width: 100%;
		padding: 10px;
	}
	
	/*#hero_wrapper .container_24 {
		overflow: hidden;		
	}*/
	
	.grid_24 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.container_24 .grid_24 {
		width: 100%;
	}

	.container_24 .grid_6 {
		width: 75%;
	}

	.container_24 .grid_18 {
		width: 20%;
	}
	
	#header h1 {
		width: 100%;
		background-repeat: no-repeat;
	}
	
	/* Hero section */
	#hero_wrapper {
		overflow: hidden;
	}
	
	#hero_wrapper .container_24 {
		padding: 0;
	}
	
	#hero_wrapper .grid_24 {
		margin: 0;
	}
	
	#cutout {
		top: -1px;
		left: 15px;
	}
	
	.meteor-clip div {
		width: 100% !important;
	}

	.meteor-clip img {
		width: 100% !important;
	}
	
	/** Projects **/
	#menu-projects {
		width: 120px;
		float: left;
		margin: 0 0;
	}
	
	#content .grid_24 {
		overflow: hidden;
	}
	
	#hero .page_hero_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#page_hero_inner table {
		width: 100%;
	}
	
	#hero .page_hero_inner h1 {
		width: 100%;
		font-size: 24px;
	}

	#hero .page_hero_inner h2 {
		width: 100%;
		font-size: 24px;
	}
	
	#projects #filters {
		margin-top: 0;
	}
	
	#projects #isotope {
		width: 320px;
	}
	
	#projects {
		margin: 0 25%;
	}
	
	/*.attachment-project-thumbnail {
		width: 300px;
		height: 240px;
	}*/
	
	/** Preject **/
	.lightbulb_gallery_wrapper .project_fields {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}
	
	.lightbulb_gallery .lbg_left {
		width: 100%;
		height: 100%;
	}
	
	.lightbulb_gallery .lbg_left img {
		width: 100%;
		min-width: 300px;
		min-height: 100px;
	}
	
	.lightbulb_gallery .lbg_right {
		width: 100%;
	}
	
	.lightbulb_gallery .lbg_right a img {
		width: 100px;
		margin-bottom: 5px;
	}
	
	.lightbulb_gallery .lbg_right a:nth-child(8) {
		margin: 0 10px 0 0;
	}
	
	.project_col_right {
		width: 100%;
		float: left;
	}

	.project_col_left {
		width: 100%;
		float: left;
	}
	
	/** News **/
	.news-image {
		float: right;
		width: 100%;
	}
	
	/** Masonry **/
	.page_col_left {
		width: 100%;
	}
	
	/** Contact **/
	.page_col_right {
		float: left;
		width: 100%;
	}
	
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
		width: 100%;
		height: 30px;
	}
	
	.wpcf7 textarea {
		width: 100%;
		min-width: 320px;
	}

	iframe {
		width: 100%;
	}
	
	/** News **/
	.news-text {
		width: 100%;
	}
	
	.news-text table {	/** News Images with no pagination functionality **/
		display: none;
	}
	
	/** Footer **/
	#footer_wrapper {
		height: 370px;
	}
	
	#footer_col3 {
		width: 100%;
	}
	
	#mc-embedded-subscribe-form > div {
		width: 100%;
	}
	
	#mc-embedded-subscribe-form input[type="submit"] {
		margin-top: 10px;
	}

	body.home #overlay {
		background-image: url('images/logo.png');

	}
	
	#callnowbutton {
		top: 10px;
		right: 120px;
	}
	
	.post .entry .page_content .page_col_right img {
		width: 100%;
		height: 100%;
	}
	
}
