/* 
Theme Name: MSTWORKING
Theme URI: 
Author: Michael Rosser
Version: 2.0 
Tags: Simple, effective 
*/

/* Global Styles - Start */

@charset "UTF-8";
/* CSS Document */

body {
		background-color: #6B6B6B;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
			  	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

		font-size: 17px;
	line-height: 25px;
		color: white;
	}
					*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
				}

strong {
    font-weight: 700;
}

h1 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #ff6600;
	
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: grey;
    border-radius: 5px;
	color: black;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}
	
	html, body { height: 100%; }

.gg-image-caption {
			  	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

	font-weight: 700;
}

/*WP FORMS STYLE*/

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-label {
	color: orange;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
	color: orange;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}


div.wpforms-container-full .wpforms-form .wpforms-field-label .wpforms-field-name-first {
    background-color: white;
    box-sizing: border-box;
    border-radius: 2px;
    color: orange;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}



div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-last {
    background-color: white;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea {
    background-color: white;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    line-height: 1.3;
}

div.wpforms-container-full .wpforms-form input[type=email].wpforms-field-email {
    background-color: white;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-email .wpforms-field-label {
      color: white;
    display: block;
    float: none;
    font-size: 16px;
    width: 100%;
    line-height: 1.3;
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #eee; /* Grey background */
    border: 1px solid #ddd; /* Dark grey border */
    color: #333; /* Text color */
    font-size: 1em; /* Size of text */
    padding: 10px 15px; /* Distance between text and border */
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-label {
      color: orange;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-email .wpforms-field-label {
      color: orange;
}



.container {
  width: 100%;
  height: 20vh;
  position: relative;
}

.slideshow .slide {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transition: opacity 1s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.slideshow .slide.show {
  opacity: 1;
}

.show {
    opacity: 1;
        }


	
	.slideshow {
		width: 100%;
		height: 20vh;
				min-height: 200px;

		background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/08/NewSlide.jpg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top:0;
		left:0;
	}
	
		.masthead{
		width: 100%;
		height: 199px;
		background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/06/OrangeBar-1.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
		position: absolute;
			z-index: 2;
		bottom:0;
		left:0;
			text-align: center;
	}
	
	.menu1, .menu2 {
		display: none;
	}

	.logo {
			width:50%;
			height: 195px;
		margin-left: auto;
		margin-right: auto;
			background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/06/MSTLogo.png);
			background-position: center center;
			background-size: contain;
			background-repeat: no-repeat;
		}
		
	
	.wrapper {
		width: 100%;
		height: auto;
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		padding-bottom: 10px;
	}
	
	.content {
		width: 100%;
		height: auto;
margin-left: auto;
	margin-right: auto;
		padding: 10px;
	}

.content a:link {
	color: #ff6600;
	font-size:20px;
}

.content a:visited {
	color: #ff6600;
}
.content a:active{
	color: #ff6600;
}

.content a:hover {
	color: white;
}
	
	.sidebar {
		width: 100%;
		height: auto;
	margin-left: auto;
	margin-right: auto;
		padding: 10px;
	}


.sidebar-title {
	font-family: Century Gothic, sans-serif;
	background-color: #e85d22;
	float: left;
	clear: left;
	color: white;
	width: 100%;
	height: auto;
	font-size: 30px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.sidebar-box {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	padding: 5px;
}

.sidebar-box img {
	width: 100%;
	height: auto;
}

.sidebar-box li {
	padding: 2px;
	color: white;
	width: 100%;
	display: block;
	
}

.sidebar-box a:link {
	padding: 2px;
	color: orange;
	width: 100%;
	float: left;
}

.sidebar-box a:visited {
	padding: 2px;
	color: orange;
	width: 100%;
}

.sidebar-box a:active {
	padding: 2px;
	color: orange;
	width: 100%;
}

.textwidget p {
	margin: 0;
	font-size: 19px;
	padding: 0;
	font-family: Century Gothic, sans-serif;
	margin-bottom: 20px;
	line-height: 30px;
	width: 90%;
}
	
	.footer {
		width: 100%;
		height: auto;
		overflow: hidden;
	margin-left: auto;
	margin-right: auto;
		text-align: center;
		border-top: thin solid #e85d22;
	}

.bottommenu {
	margin-left: auto;
	margin-right: auto;
		text-align: center;
		border-top: thin solid #e85d22;
	padding: 10px;
	width: 100%;
	height: auto;
		overflow: hidden;
}

.sidebar-box li {
	padding: 2px;
	color: white;

	display: block;
	
}

.bottommenu a:link {
	padding: 2px;
	color: orange;
	float: left;
}

.bottommenu a:visited {
	padding: 2px;
	color: orange;
}

.bottommenu a:active {
	padding: 2px;
	color: orange;
}


.footer a:link {
	color: orange;
}

.footer a:visited {
	color: orange;
}

.footer a:active {
	color: orange;
}


.gallery {
	align-items: center;		/* YOU CAN CHOOSE DIFFERENT VALUES HERE */
	justify-content: center;	/* YOU CAN CHOOSE DIFFERENT VALUES HERE */
	list-style: none;		/* THIS REMOVES THE BULLET POINT FOR EACH LIST ITEM */
}
	
	.gallery .gallery-item {
	flex-basis: 100px;	/* WIDTH OF EACH ITEM - ADJUST FOR YOUR OWN PURPOSES */
	height: auto;		/* HEIGHT OF EACH ITEM - ADJUST FOR YOUR OWN PURPOSES */
	padding: 10px;		/* SET WHATEVER PADDING VALUE YOU WANT */
	margin: 10px;		/* SET WHATEVER MARGIN VALUE YOU WANT */
		float: left;
}

/* USE THIS TO MAKE THE FEATURED IMAGES BEHAVE PROPERLY ACROSS ALL DEVICES */

.gallery .gallery-item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;	/* SET WHATEVER SIZE VALUE YOU WANT */
		border: 10px solid #cfcfcf;

}

/* YOU MIGHT NEED THIS TO FIX THE TYPICAL INDENTION BEHAVIOR OF UNORDERED LISTS */

.gallery .gallery-item ul {
	margin-left: 0;
}
	.gallery .gallery-caption {
	color: white;
	font-size: 17px;
	margin: 0 0 12px;
		text-align: center;
		max-width: 100%;
}


.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-4 .gallery-item { width: 40%; }

@media screen and (min-width: 700px) {
		
		
		
	
	.slideshow {
		width: 100%;
		height: 55vh;
		min-height: 200px;
		background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/08/NewSlide.jpg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top:0;
		left:0;
	}
	
		.masthead{
		width: 100%;
		height: 199px;
		background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/06/OrangeBar-1.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
		position: absolute;
		bottom:0;
		left:0;
			text-align: center;
	}
		
		.mastheadcontainer{
		width: 100%;
		height: 199px;
			max-width: 1500px;
			margin-left: auto;
			margin-right: auto;
		}
		
		.menu1, .menu2 {
		display:inherit;
	}
	
		.menu1 {
			width:41.6666%;
			height: 195px;
			float: left;
			line-height: 199px;
  white-space: nowrap;
		}
		
		.logo {
			width:16.6666%;
			height: 195px;
			float: left;
			background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/06/MSTLogo.png);
			background-position: center center;
			background-size: contain;
			background-repeat: no-repeat;
		}
		
		
		
		.menu2 {
			width:41.6666%;
			height: 195px;
			float: left;
			line-height: 199px;
  white-space: nowrap;
		}
		
		ul {
		  list-style-type: none;
    margin: 0;
    padding: 0;
			text-decoration: none;
		}
		li {
    display: inline;
			padding-left: 5%;
padding-right: 5%;
			text-decoration: none;
		
}
		
		.menu1 a:link {
			color: white;
			text-decoration: none;
			}
				.menu1 a:visited {
			color: white;
			text-decoration: none;
}
	
				.menu1 a:hover {
			color: #6B6B6B;
			text-decoration: none;
}
		
	

	.menu1 a:active {
			color: white;
			text-decoration: none;
}
	
	
			.menu2 a:link {
			color: white;
			text-decoration: none;
			}
				.menu2 a:visited {
			color: white;
			text-decoration: none;
}
	
				.menu2 a:hover {
			color: #6B6B6B;
			text-decoration: none;
}
		
	

	.menu2 a:active {
			color: white;
			text-decoration: none;
}
	
		
		
	.wrapper {
		width: 100%;
		height: auto;
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-right: 1%;
		margin-left: 2%;
		border-right: thin solid #e85d22;
	}
	
	.sidebar {
		width: 100%;
		height: auto;
		float: left;
				margin-left: 1%;

		
	}
	
	.sidebar-box {
		float: left;
		width: 50%;
		height: auto;
	}
		
	
	.bottommenu {
		width:100%;
		height: 50px;
		float: left;
	
	}
		.footer {
		width: 100%;
		height: 50px;
			float: left;
	
	}
	
	.gallery {
	align-items: center;		/* YOU CAN CHOOSE DIFFERENT VALUES HERE */
	justify-content: center;	/* YOU CAN CHOOSE DIFFERENT VALUES HERE */
	list-style: none;		/* THIS REMOVES THE BULLET POINT FOR EACH LIST ITEM */
}
	
	.gallery .gallery-item {
	flex-basis: 100px;	/* WIDTH OF EACH ITEM - ADJUST FOR YOUR OWN PURPOSES */
	height: auto;		/* HEIGHT OF EACH ITEM - ADJUST FOR YOUR OWN PURPOSES */
	padding: 10px;		/* SET WHATEVER PADDING VALUE YOU WANT */
	margin: 10px;		/* SET WHATEVER MARGIN VALUE YOU WANT */
		float: left;
}

/* USE THIS TO MAKE THE FEATURED IMAGES BEHAVE PROPERLY ACROSS ALL DEVICES */

.gallery .gallery-item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;	/* SET WHATEVER SIZE VALUE YOU WANT */
		border: 10px solid #cfcfcf;

}

/* YOU MIGHT NEED THIS TO FIX THE TYPICAL INDENTION BEHAVIOR OF UNORDERED LISTS */

.gallery .gallery-item ul {
	margin-left: 0;
}
	.gallery .gallery-caption {
	color: white;
	font-size: 17px;
	margin: 0 0 12px;
		text-align: center;
		max-width: 100%;
}


.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-4 .gallery-item { width: 30%; }
	
	@media screen and (min-width: 1024px) {
		
		
		
	
	.slideshow {
		width: 100%;
		height: 450px;
		min-height: 450px;
		background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/08/NewSlide.jpg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		top:0;
		left:0;
	}
	
		.masthead{
		width: 100%;
		height: 199px;
		background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/06/OrangeBar-1.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
		position: absolute;
		bottom:0;
		left:0;
			text-align: center;
	}
		
		.mastheadcontainer{
		width: 100%;
		height: 199px;
			max-width: 1500px;
			margin-left: auto;
			margin-right: auto;
		}
		
		.menu1, .menu2 {
		display:inherit;
	}
	
		.menu1 {
			width:41.6666%;
			height: 195px;
			float: left;
			line-height: 199px;
  white-space: nowrap;
		}
		
		.logo {
			width:16.6666%;
			height: 195px;
			float: left;
			background-image: url(http://mst-home-improvements.com/wp/wp-content/uploads/2018/06/MSTLogo.png);
			background-position: center center;
			background-size: contain;
			background-repeat: no-repeat;
		}
		
		
		
		
	.wrapper {
		width: 100%;
		height: auto;
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content {
		width: 65%;
		height: auto;
		float: left;
		margin-right: 2%;
		margin-left: 2%;
		border-right: thin solid #e85d22;
	}
	
	.sidebar {
		width: 20%;
		height: auto;
		float: left;
				margin-left: 2%;

		
	}
		
		.sidebar-box {
		float: left;
		width: 100%;
		height: auto;
	}
		
		.footer {
		width: 100%;
		height: 50px;
			float: left;
	
	}
		
		.footer {
		width: 100%;
		height: 50px;
			float: left;
	
	}
		
		.gallery-columns-4 .gallery-item { width: 20%; }
	
	}