/* content with or without sidebar */


/*  CONTENT */

#content_area {
	text-align: left;
	
}

@media screen and (min-width: 900px) {
	/* #content_area {
		padding:2em 0em 2em 0em;
	}
      #content_area.noSidebar #content {
            width: 90%;
      } */
	/* #content, #content_area.homepage #content {
		width:66%;
		margin-right: 0;
		float:left;
	} */
}
@media (min-width: 550px) and (max-width: 1230px) {
	/* #content_area {
		padding:2em 1em 2em 1em;
	}
	#content {
		width:66%;
		float:left;
	} */
}


@media (min-width: 1px) and (max-width: 549px) {
	/* #content_area {
		padding:1em 0 2em .8em;
	}
	#content {
		width:65%;
	} */
}

@media (min-width: 550px) and (max-width: 899px) {
	/* #content_area {
		padding:1em 0 2em 0;
	}
	#content {
		width:65%;
	} */
}

/* if the section has a sidebar ... */
#content_area.hasSidebar {
      position:relative;
}

#contentwrap,
#content_area.wrap.default #content,
#content_area.noSidebar #content,
#content_area.hasSidebar #content,
#content_area.wrap.careers #contentContact {
	/* width: 97%; */
	padding: 0 1.5rem;
}

#content_area.wrap.careers #contentContact .error {
	color: red;
}

#content_area.hasSidebar #content {
	width: 63%;
}

@media screen and (max-width: 900px) {
	#content_area.hasSidebar #content {
		
	}
}
@media screen and (max-width: 899px) {

	/* #content_area.hasSidebar #content {
		width: 63%;
	} */
}

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

	#content_area.hasSidebar #content {
		/* width: 96% !important; */
		width: auto;
	}
}

#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom{
	float: right;
	width: 26%;
	
	clear: both;
}
#content_area.hasSidebar #sidebar-top{
	top: 2em;
}
#content_area.hasSidebar #sidebar-bottom{
	bottom: 1em;
}

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

	#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom {
		display:none;
	}
}

#content_area.theBottomContent {
	padding-bottom: 0;
}


/* sidebar */
.sb_side_menu {
    display: block;
}

#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom{
	float: right;
	width: 26%;
	clear: both;
	margin-right: 0;
}
#content_area.hasSidebar #sidebar-top{
	top: 2em;
}
#content_area.hasSidebar #sidebar-bottom{
	bottom: 1em;
}

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

	#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom {
		display:none;
	}
}



@media (min-width: 550px) and (max-width: 899px) {


#content_area.hasSidebar #sidebar-top, #content_area.hasSidebar #sidebar-bottom {
    float: right;
    width: 29%;
    clear: both;
    margin-right: 1.5rem;
	}

}



/**************************** CUSTOM ************************************/
/*** homepage ***/

.homeboxesContainer {
	width: 100%;
	background: #f5f5f5;
	padding: 1.4em 0 1em 0;
	border-bottom: 1px solid #d8d8d8;
}

.homeboxes {
	width: 96%;
	margin: 0 auto;
	
}

.homebox1 {
	float: left;
	width: 31.6%;
	margin-right: 2.55%;
	
}

.homebox2 {
	float: left;
	width: 31.6%;
	
}

.homebox3 {
	float: right;
	width: 31.6%;
	
}



.homeboxPic {
	
}

.homeboxPic img {
	vertical-align: bottom;
}

.homeboxTitle {
	text-align: center;
	margin-top: 1em;
}

.homeboxTitle a {
	font-size: 1.3em;
	font-weight: 400;
	color: #000000;
	text-transform: uppercase;
	
}

.homeboxTitle a:hover {
	color: #0f75bc;
}

.homeContent {
	width: 88%;
	
	margin: 0 auto;
	
}

.homeContentCentered {
	text-align: center;
}

.homeContent p {
	line-height: 1.7em;
}

.testyWrapper {
    width: 100%;
    
	margin-bottom: 1em;
	padding-top: 1.5em;
	padding-bottom: .4em;
	background-image: -webkit-linear-gradient(top, #00adee, #0f76bd); 
	background-image:    -moz-linear-gradient(top, #00adee, #0f76bd); 
	background-image:     -ms-linear-gradient(top, #00adee, #0f76bd); 
	background-image:      -o-linear-gradient(top, #00adee, #0f76bd); 
	background-image:         linear-gradient(top, #00adee, #0f76bd);
	}

.testyContent {
    width: 88%;
    margin: 0 auto;
    text-align: center;
}

.homeContentBottom {
	width: 96%;
	margin: 0 auto;
}

.broserGalleriesBoxes {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #cccccc;
}

.browseGalleriesLeft {
	float: left;
	width: 48.4%;
	max-width: 567px;
	
}

.browseGalleriesRight {
	float: right;
	width: 48.4%;
	max-width: 567px;
	
}

.broserGalleriesPic {
	background: #000000;
}

.broserGalleriesPic img {
	vertical-align: bottom;
}

.broserGalleriesPic img:hover {
	opacity: .85;
}

.browseGalleriesTitle {
	text-align: center;
	margin: 1em auto;
}

.browseGalleriesTitle a {
	font-size: 1.3em;
	font-weight: 400;
	color: #000000;
	
}

.browseGalleriesTitle a:hover {
	color: #0f75bc;
}

.bottomBannerContainer {
	width: 100%;
	background: #0f75bc;
	display: inline-block;
	vertical-align: bottom;
}

.bottomBannerText {
	float: left;
	font-size: 1.2em;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1px;
	width: 72%;
	margin-left: 0;
	padding: 1.65em 0;
	text-transform: uppercase;
	margin-left: 0;
	
}

.bottomBannerButton {
	float: right;
	
	font-size: 1.2em;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	padding: .55em 1em;
	border: 2px solid #ffffff;
	margin-right: 7.15%;
	margin-top: 1.1em;

}

.bottomBannerButton:hover {
	color: #ffffff;
background: #000000;
border: 2px solid #000000;	
}


.faqLine {
    padding-top: .6em;
    border-bottom: 1px solid #252525;
    margin-bottom: 1.5em;
}

.beautifulStaircaseHome {
	float: right;
	width: 36%;
	margin: .7em 0 1em 1em;
}

.beautifulStaircaseHome img {
	vertical-align: bottom;
}


/**********side contact form*************/

#side-contact-form {
	width: 70%;
    margin: 0 auto;
}
#side-contact-form form input[type=text],
#side-contact-form form input[type=email],
#side-contact-form form textarea {
	background: #f4f7f8;
	outline: none;
	color: #1e3039;
	font-size: 1rem;
	padding: 1.2rem;
	font-weight: 500;
	border: none;
	border-radius: .75rem;
}

#side-contact-form form select,
#side-contact-form form select option {
	color: #1e3039;
}



#side-contact-form form input::-webkit-input-placeholder,
#side-contact-form form textarea::-webkit-input-placeholder {
	color: #1e3039;
	font-weight: 500;
	font-size: 1rem;
}

#sidebarContact form input::-moz-placeholder,
#sidebarContact form textarea::-moz-placeholder {
	color: #1e3039;
	font-weight: 400;
	font-size: 1rem;
}

#sidebarContact form input:-moz-placeholder,
#sidebarContact form textarea:-moz-placeholder {
	color: #1e3039;
	font-weight: 400;
	font-size: 1rem;
}

#sidebarContact form input::-ms-input-placeholder,
#sidebarContact form textarea::-ms-input-placeholder {
	color: #1e3039;
	font-weight: 400;
	font-size: 1rem;
}

#sidebarContact form input::placeholder,
#sidebarContact form textarea::placeholder {
	color: #1e3039;
	font-weight: 400;
	font-size: 1rem;
}





#sidebarContact form div {
	position: relative;
}

#sidebarContact form p.formerror {
	color: red;
	position: absolute;
	font-style: italic;
	font-size: 14px;
	top: -16px;
}


#side-contact-form form input[type=submit] {
	max-width: 330px;
	width: 150px;
	background: #346a8d;
	color: white;
	border: 1px solid #346a8d;
	border-radius: .75rem;
	margin: 2rem auto 0;
	outline: none;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	text-transform: none;
	transition: all .4s;
}

#side-contact-form form input[type=submit]:hover {
	background: #4b6d87;
	border: 1px solid #346a8d;
	transition: all .4s;
}

#side-contact-form form #captcha-image-box {
	margin-bottom: calc(1rem - 3px);
}

#side-contact-form form #captchaContainer {
	margin: 0 auto;
}


@media only screen and (max-width: 679px) {
	#side-contact-form {
		width: 75%;
	}
}

@media only screen and (max-width: 550px) {
	#side-contact-form {
		width: 96%;
	}
}


	
@media (min-width: 550px) and (max-width: 1000px) {

}

@media (max-width: 549px) {

}


.sideformtxt1 {font-size:1.6em;font-weight:700; color: #222222; margin: 0; line-height: 1.3em; letter-spacing: 1px;}
.sideformtxt2 {font-size:1.15em;font-weight:400;color:#222222; margin: 0 0 1.5em 0; text-transform: none; }
	

#sidebutton {
	font-family: 'Catamaran', sans-serif;
	padding:0.6em 1em;
	cursor:pointer;
	background: #0f75bc;
	border: 2px solid #0f75bc;
	text-align: center;
	color: #ffffff;
	margin-top: .8em;
	letter-spacing: 1px;
	font-weight:600;
	}
	
#sidebutton:hover {
background: #222222;
border: 2px solid #222222;	
color: #ffffff;

}





/*bulk of mobile here */

@media (min-width: 1px) and (max-width: 549px) {
	
	.beautifulStaircaseHome {
		float: none;
		width: 96%;
		margin: 0 0 1em 0;
	}
	
	h2.home {
		margin-top: 1em;
		margin-bottom: .5em;
	}
	
	.broserGalleriesBoxes {
		width: 96%;
	}
	
	.browseGalleriesLeft {
		float: none;
		width: 100%;
		margin: 0 auto 1em auto;
	}
	
	.browseGalleriesRight {
		float: none;
		width: 100%;
		margin: 0 auto 1em auto;
	}
	
	.browseGalleriesTitle {
		text-align: center;
		margin: .5em auto;
	}
	
	.testyWrapper {
		margin-bottom: .3em;
	}
	
	.homebox1, .homebox2 {
		float: none;
		width: 100%;
		max-width: 370px;
		margin: 0 auto 1.3em auto;
	}
	
	.homebox3 {
		float: none;
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
	
	.homeboxTitle {
    	margin-top: .8em;
	}
	
	.homeboxTitle br {
		display: none;
	}
	
	.bottomBannerText {
		float: none;
		font-size: 1.05em;
		width: 93%;
		margin: 0 auto;
		text-align: center;
		padding: .75em 0 .5em 0;
		line-height: 1.2em;
	}
	
	.bottomBannerButton {
		float: none;
		font-size: 1.05em;
		margin: 0 auto;
		padding: .4em 0;
		width: 215px;
		text-align: center;
		margin-bottom: .7em;
	}
	
	.mobileLaserCutting {
		float: left;
		width: 96%;
	}
	
	.homeContent {
		width: 95%;
		float: left;
		text-align: left;
	}

	.homeContentTagline {
    	font-size: 1.2em;
	}
	
	h1.home br {
		display: none;
	}
	
	.servicesCategory {
		float: left;
		width: 95%;
		margin-bottom: 1.4em;
	}
	
	.servicesCategoriesDivider {
    	width: 95%;
	}
	
	.bottomServicsPicLeft {
		display: none;
	}
	
	.bottomServicesContentRight {
		float: left;
		width: 97%;
	}
	
	.bottomServicePicTablet {
		float: right;
		width: 39%;
		margin: 0 0 1em 1em;
	}

}	
	
	

@media (min-width: 550px) and (max-width: 899px) {
	
	.browseGalleriesTitle {
    margin: .7em auto;
	}
	
	h1.home {
    font-size: 1.8em;
	}
	
	h2.home {
    font-size: 1.35em;
    margin-top: 1.1em;
    margin-bottom: .9em;
    }
	
	.homeboxTitle {
    margin-top: .5em;
	}
	
	.homeboxTitle a {
    font-size: 1.15em;
    }
	
	.bottomBannerText {
	float: none;
    font-size: 1.05em;
    width: 96%;
    margin: 0 auto;
	text-align: center;
	padding: .75em 0 .5em 0;
	}
	
	.bottomBannerButton {
	float: none;
    font-size: 1.05em;
	margin: 0 auto;
	padding: .4em 0;
	width: 225px;
	text-align: center;
	margin-bottom: .7em;
	}
	
	.homeContent {
    width: 96%;
	}
	
	
}

@media screen and (min-width: 900px) {
	
	.browseGalleriesTitle br {
		display: none;
	}
	
	.homeboxTitle br {
		display: none;
	}
	
}
	




@media (min-width: 900px) and (max-width: 1109px) {
	
	.bottomBannerText {
    font-size: .9em;
    width: 74%;
    margin-left: 1em;
	}
	
	.bottomBannerButton {
    font-size: .9em;
    margin-right: 3%;
    margin-top: 1.08em;
	padding: .55em .8em;
	}
	
}


@media (min-width: 1110px) and (max-width: 1230px) {
	
	.bottomBannerText {
    font-size: 1em;
    width: 72%;
    margin-left: 1em;
	}
	
	.bottomBannerButton {
    font-size: .95em;
    margin-right: 3%;
    margin-top: 1.08em;
	padding: .55em .8em;
	}
	
}		


@media (min-width: 900px) and (max-width: 1230px) {

	.browseGalleriesTitle a {
    	font-size: 1.2em;
    }

}


/************************ FOOTER **********************/


.smBottomContainer{
	margin-top:0.3em;
	text-align:left;
}
.smBottomIcon{
	display:inline;
	margin-right: 1em;
}
.smBottomIcon:last-child{
	margin-right: 0;
}
.smBottomIcon img{
	height:2em;
}

/*********************** FOOTER MEDIA QUERIES **********************/

@media (min-width: 1px) and (max-width: 626px) {
	
	
	.smBottomContainer {
		text-align:center;
	}
}






@media (min-width: 900px) {
	#sidebar-bottom.sb_blog.sidebarPart {
		padding-right: 1.25rem;
	}
}

@media (min-width: 550px) and (max-width: 915px) {
	#sidebar-top.sb_blog.sidebarPart {
		display: none;
	}

	#content_area.wrap.blog.hasSidebar {
		display: flex;
	}

	#content_area.wrap.blog.hasSidebar #sidebar-bottom {
		flex: 1;
	}

	#content_area.wrap.blog.hasSidebar #sidebar-bottom .blog-list.sidebarIntro {
		padding: 0 1em 0 0;
	}

	.blogposttext {
		word-break: break-word;
	}
}


@media only screen and (max-width: 549px) {
	.blogposttext {
		word-break: break-word;
	}
}