/* @override 
	http://wittmer.test/css/wittmer.css
	http://wittmer.test/css/wittmer.css?v4
	https://www.wittmerconstruction.com/css/wittmer.css?*
*/

/* @group Base */

html,body {
  height: 100%;
}

html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
}
*, *:before, *:after {
	box-sizing: inherit;
	-webkit-box-sizing: inherit; 
	-moz-box-sizing: inherit; 
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
}

.row {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}

/* @group H1, H2, H3... */
h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 300;
	color: inherit;
	text-rendering: optimizelegibility;
	margin: 10px 0;
	line-height: 100%;
}

h1 {
	margin-bottom: 40px;
}

h2 {
	font-size: 26px;
}


/* @end */

.mainContent {
	padding-top: 30px;
	background-color: #f3f3f3;
	padding-bottom: 70px;
}

/* @end */

/* @group header */

#header {
	padding: 35px 10px 30px;
	background-color: #333638;
	height: 140px;
	z-index: 101;
	width: 100%;
}

#header.isActive {
	background-color: #171819;
}

#headerLogo {
	width: 33%;
}

#headerMenu {
	width: 66%;
	margin-top: 10px;
	margin-left: 0;
	text-align: right;
}

#headerMenuLinks a {
	text-decoration: none;
	color: white;
	margin-left: 20px;
	font-size: 14px;
	padding-bottom: 3px;
}

#headerMenuLinks a:first-child {
	margin-left: 0;
}

#headerMenuLinks a:hover, #headerMenuLinks a.isSelected {
	border-bottom: 2px solid #ffd900;
}

#headerSocialBadges {
	margin-top: 20px;
}

#headerSocialBadges a {
	margin-left: 10px;
}

#headerMobileMenu {
	display: none;
	text-align: right;
	margin-top: 20px;
}

#headerLogo img {
	width: 100%;
	max-width: 245px;
}

/* @end */

/* @group sideNav */

#sideNav {
	background-color: black;
	position: fixed;
	z-index: 10000;
	left: 0;
	width: 100%;
	/*max-width: 350px;*/
	height: 100%;
	opacity: 0.93;
	padding: 0 20px 20px 30px;
	display: none;
	top: 140px;
}

#sideNav a {
	color: white;
	text-decoration: none;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
}

#sideNav a:hover {
	color: #ffd900;
}

#sideNavSocialBadges {
	margin-top: 20px;
}

#sideNavSocialBadges a {
	display: inline;
	margin-right: 20px;
}



/* @end */

/* @group home */

.homeCallout {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #f9f9f9;
	background-color: #333;
	margin: 0;
	line-height: 20px;
	padding: 12px;
}

.homeCallout a {
	text-decoration: none;
	color: #ffc700;
}

.homeTestimonial {
	text-align: center;
	border-top: 1px solid silver;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.homeTestimonial p {
	padding-right: 20px;
	padding-left: 20px;
}

a.homeAntelopeFlatsLink {
	text-decoration: none;
	color: inherit;
}

#homeAntelopeFlatsBanner {
	display: flex;
	font-size: 1.4rem;
	gap: 50px;
	margin: 40px auto 70px;
	line-height: 1.5;
	align-items: center;
	float: none;
	width: 100%;
	max-width: 820px;
}

#homeAntelopeFlatsBanner p {
	margin: 0;
}

#homeAntelopeFlatsBanner p img {
	margin-left: 5px;
	width: 17px;
	height: auto;
	margin-bottom: -1px;
	opacity: 0.75;
	
}

/* @group colorbars */

#colorBarGroup {
	height: 70px;
}

.colorBar {
	background-color: #fddd66;
	display: inline-block;
	width: 33.33%;
	height: 100%;
}
.colorBar:nth-child(2) {
	background-color: #ffcb18;
}

.colorBar:nth-child(3) {
	background-color: #e6b32d;
}



/* @end */

/* @group heroSlider
 */

#heroSlider {
	max-width: 2700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#heroSliderPrev {
	z-index: 10;
	position: absolute;
	width: calc(50% - 470px);
	font-size: 30px;
	font-weight: bold;
	background-color: black;
	text-decoration: none;
	background: rgba(255,255,255,0.7);
	color: white;
	height: 363px;
	border-style: none;
	top: 0;
	left: 0;
}

#heroSliderNext {
	z-index: 11;
	background: rgba(255,255,255,0.7);
	border-style: none;
	width: calc(50% - 470px);
	height: 363px;
	color: white;
	text-align: left;
	position: absolute;
	right: 0;
	top: 0;
}

.heroSliderPrevButton {
	position: absolute;
	right: -40px;
	background-color: rgba(0,0,0,0.3);
	width: 40px;
	top: 140px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 0;
}

.heroSliderNextButton {
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	width: 40px;
	top: 140px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	left: -40px;
	line-height: 0;
}

/* @group Dots */

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
	bottom: 0;
	margin: 0 0 10px;
}

.slick-list {
	text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
	list-style-type: decimal;
}
    
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: .8;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.4;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font: 40px/20px 'slick';
}

.slick-dots li.slick-active button:before
{
    opacity: 1.0;
    color: white;
}

/* @end */
/* @end */
/* @end */


/* @group antelope flats */
#antlpFlatsHero {
	padding: 60px 0;
	text-align: center;
}

#antlpFlatsHero img {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin-bottom: 80px;
}
/* @end */

/* @group about */

#aboutHero.subPageHero {
	background-image: url(/images/hero-sub-about.jpg);
}



/* @end */

/* @group services */

.servicesFeature {
	margin-bottom: 50px;
}

.servicesFeature p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#servicesHero.subPageHero {
	background-image: url(/images/hero-sub-services.jpg);
}



/* @end */

/* @group portfolio */

.portfolioGroup {
	display: none;
}

.portfolioSlider {
	text-align: center;
	margin-bottom: 15px;
}

.portfolioSlider img {
	width: 100%;
	max-width: 900px;
	height: auto;
}

.unslider-arrow {
	position: absolute;
	top: 45%;
	font-size: 20px;
	background-color: rgba(0,0,0,.5);
	color: #f3f3f3;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}



#portfolioFilterGroup {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

#portfolioFilterGroup h2 {
	padding-bottom: 20px;
}

.portfolioFilter {
	width: 170px;
	border: 1px solid silver;
	background-color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	color: gray;
	margin: 5px;
	padding: 10px;
}

.portfolioFilter.isActive {
	background-color: #0078d3;
	color: white;
	border-color: #00599d;
}

.portfolioFilter img {
	width: 100%;
}



/* @end */

/* @group customers */

#customerMain {
	width: 60%;
}

#customerLogin {
	border-left: 1px solid silver;
	margin-top: 10px;
	width: 30%;
	padding-left: 30px;
}

#customerVideoStill {
	width: 100%;
	max-width: 501px;
	height: auto;
}

#customerLogin label {
	font-size: 12px;
}

#customerLogin input[type="text"],#customerLogin input[type="password"] {
	width: 100%;
	max-width: 300px;
}

#customerLogin input[type="submit"] {
	margin-top: 21px;
}

#customerRememberMe {
	font-size: 12px;
	margin-top: 20px;
}

/* @end */

/* @group contact */

#contactForm table {
	width: 100%;
}

#contactForm .g-recaptcha {
	margin-bottom: 20px;
}

#contactForm textarea,#contactForm input[type="text"] {
	border: 1px solid silver;
	margin-bottom: 20px;
}

#contactForm textarea {
	height: 150px;
	width: 100%;
	max-width: 500px;
}

/* @end */

/* @group footer */

#footer {
	padding-top: 50px;
	padding-bottom: 10px;
	border-top: 1px solid #e0e0e0;
	text-align: center;
}

#footerWittmerLogo {
	display: inline-block;
}

#footerContactInfo {
	font-size: 16px;
	line-height: 20px;
	color: gray;
	text-align: left;
	display: inline-block;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

#footerCredit {
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-top: 10px;
	margin-top: 50px;
	border-top: 1px dotted #e2e2e2;
}

#footerCredit a {
	text-decoration: none;
	color: #999;
}

#footerSocialBadges {
	opacity: 0.5;
	width: 50%;
	float: right;
	text-align: left;
	padding-left: 13px;
	margin-top: 10px;
}

#footerSocialBadges a:first-child {
	margin-right: 10px;
}

/* @end */


/* @group Blog Post */

#blogHero.subPageHero {
	background-image: url(/images/hero-sub-blog.jpg);
	color: white;
	font-size: 18px;
	padding-top: 100px;
}

#blogHero h1 {
	margin: 0px;
	font-size: 80px;
	font-weight: 900;
}

#blogHero p {
	margin: 0px;
}

#blogSideNav h3 {
	font-weight: 700;
}

#blogRecentLinks a {
	display: block;
	text-decoration: none;
	color: #3d3d3d;
	font-weight: 300;
}

#blogRecentLinks a:hover {
	color: #025fd9;
}

#blogTagLinks {
	margin-top: 50px;
}

#blogTagLinks a {
	display: inline-block;
	text-decoration: none;
	/*color: white;
	background-color: #234a87;*/
	background-color: #545454;
	color: white;
	margin: 3px;
	padding: 2px 10px 2px 10px;
}

#blogTagLinks a:hover {
	background-color: #edc200;
}

.blogPost {
	border-bottom: 1px dashed #D3D3D3;
	padding-bottom: 50px;
	margin-top: 50px;
}

.blogPost:first-child {
	margin-top: 0px;
}

.blogPost h2 {
	font-weight: 900;
	margin-bottom: 6px;
}

.blogPost:last-child {
	border-bottom: none;
}

.blogPostHeaderImage {
	text-align: left;
	padding-bottom: 20px;
}

.blogPostHeaderImage img {
	max-width: 100%;
}

.blogPostImage {
	text-align: center;
}

.blogPostImage img {
	max-width: 100%;
}

.blogPost a.button {
	display: inline-block;
	/*background-color: #e8cd00;
	color: black;*/
	background-color: #545454;
	color: white;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
}

.blogPost a.button:hover {
	background-color: #edc200;
}
/* @end */

/* @group styles */

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

.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.paragraphHeader {
	color: #4c4c4c;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
}

a.paragraphHeader .boxLinkArrow {
	font-size: 16px;
	margin-left: 6px;
	vertical-align: -1px;
}

a.paragraphHeader:hover {
	color: #f4bf00;
}

.buttonWhite {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	font-size: 16px;
	padding: 10px 30px;
}

.subPageHero {
	height: 362px;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

.youTubeWrapper {
	overflow:hidden;
    padding-bottom:56.1%;
    position:relative;
    height:0;
}

.youTubeWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/* @end */

/* @group Media Queires */

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

#headerLogo {
	width: 70%;
}

#headerMenu {
	display: none;
}

#headerMobileMenu {
	display: block;
	width: 27%;
}
}

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

#footer {
	text-align: center;
}

#footerWittmerLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footerContactInfo {
	margin: 25px 0 0;
	text-align: center;
}

#footerSocialBadges {
	text-align: center;
	width: 100%;
	float: none;
	padding-left: 0px;
}

#homeAntelopeFlatsBanner {
	font-size: 1.25rem;	
}

#customerMain {
	width: 100%;
}

#customerLogin {
	margin-top: 20px;
	padding-left: 0;
	border-left-style: none;
	width: 100%;
	margin-left: 0;
}
}

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

#homeAntelopeFlatsBanner {
	flex-direction: column;
	text-align: center;
	font-size: 1.1rem;	
}
}
/* @end */