/* content with or without sidebar */


/*  CONTENT */

#content_area {
	text-align: left;
	
}

@media screen and (min-width: 1186px) {

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

}


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

}

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

}

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

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


#content_area.wrap.homepage.noSidebar {
	padding: 0;
}

#content_area.wrap.homepage.noSidebar #content {
	padding: 3rem 1.5rem;
}

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

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

	/* #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: 1185px) {


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

}



/**************************** 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: 50%;
    margin: 0 auto;
}
#side-contact-form form input[type=text],
#side-contact-form form input[type=email],
#side-contact-form form textarea {
	background: transparent;
	outline: none;
	color: black;
	font-size: 1rem;
	padding: 1rem 1.5rem;
	font-weight: 400;
	border: 1px solid #ccc;
	/* border-radius: .5rem; */
}

#side-contact-form form input::placeholder,
#side-contact-form form textarea::placeholder {
	color: black;
	/* text-transform: uppercase; */
	font-size: 1rem;
}

#side-contact-form form input[type=submit] {
	/* max-width: 330px; */
	/* width: 240px; */
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: normal;
	background: #5b2d83;
	color: white;
	border: 1px solid #5b2d83;
	/* border-radius: 2rem; */
	margin: 0 auto;
	outline: none;
	text-transform: uppercase;
	transition: all .4s;
}

#side-contact-form form input[type=submit]:hover {
	background: white;
	color: #5b2d83;
	cursor: pointer;
    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: 'Montserrat', sans-serif;
	padding: .5em 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: 1185px) {
	
	.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: 1186px) {
	
	.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: 1186px) and (max-width: 1230px) {

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

}






