/*

Theme Name: AZ Computer Guru Theme
Theme URI: http://www.azcomputerguru.com
Author: Arizona Computer Guru
Author URI: http://azcomputerguru.com;

Description: A custom theme for ACG Customers
Version: 1.0

*/

/* DEMO SETTINGS */

/* Reset */

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td{
margin: 0;
padding: 0;
border: 0;
}

*{
margin: 0px;
padding: 0px;
border: 0px;
font-family: inherit;
font-size: inherit;
line-height: inherit;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

*:before,
*:after{
box-sizing: inherit;
}

a,
a:visited{
color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main{
display: block;
}

img{max-width:100%;}


/* Top-level styles */

*{transition: all 0.2s ease;}

html{
  scroll-behavior: smooth;
  font:18px/1.4em Segoe UI, sans-serif;
}
body{
  background:var(--bgimg);
  background-color:var(--mainbgcolor);
  background-size:var(--bgsize);
  background-repeat:var(--bgrepeat);
  color:var(--font-primary);
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
h1{font-size:2rem;}
h2{font-size:1.6rem;}
h3{font-size:1.2rem;}
h1,h2,h3{
  line-height:1em;
  margin-bottom:1rem;
  font-weight:normal;
}
p{margin-bottom:1rem;}


/* Structure elements */

.wrapper{width:var(--wrappersize);margin:0 auto 0 auto;}
.flexwrap{display:flex;}

[class*='box-']{}

.box-10{width:10%;}
.box-20, .box-5{width:20%;}
.box-25, .box-4{width:25%;}
.box-30{width:30%;}
.box-40{width:40%;}
.box-50, .box-2{width:50%;}
.box-60{width:60%;}
.box-66{width:66.666666%;}.box-70{width:70%;}
.box-75{width:75%;}
.box-80{width:80%;}
.box-90{width:90%;}
.box-1{width:100%;}
.box-3{width:33.3333333%;}
.box-6{width:16.666666%;}
.box-7{width:14.285714%;}
.box-8{width:12.5%;}
.box-9{width:11.111111%;}


/* Outer Wrapper */

.outer-wrapper.fullwidth{width:100%;}
.outer-wrapper.containwidth{width:80%;margin-left:auto;margin-right:auto;}

/* Header */

header{
  background:var(--headerbgimg);
  background-color:var(--headerbgcolor);
  background-size:var(--headerbgsize);
  background-repeat:var(--headerbgrepeat);
  margin:var(--headermargin);
  border:var(--headerborderassembled);
  background-position:bottom center!important;
}
header .logo{
    width:100%;
    margin:1rem auto 1rem auto;
}
header .flexwrap{
  flex-direction:row;
  justify-content:space-between;
}
header .flexwrap > div{
  flex:1;
}
header .flexwrap .logo-wrap{
  flex:1;
}
header .phone-number{
    text-align:right;
    font-size:2rem;
    line-height:1.2em;
    color:var(--font2);
    padding:1rem;
}
header .logo{}
header .logo a{
  color:var(--color1);
  text-decoration:none;
  display:block;
}
header .logo a img{
  width:100%;
}
header h2{
  font-size:var(--headerheadingsize);
  line-height:var(--headerheadinglh);
}
header .flexwrap .header-right{
	padding-left:2rem;
  flex:var(--headersplit)!important;
}
.header-right{
  padding-right:1rem;
  text-align:right;
}

.home header{
  margin:0;
}
.home header .wrapper{
  position:relative;
}

.home header .logo-wrap{
  width:100%;
  padding-top:8rem;
  position:absolute;
}

.home header .logo{
  width:18%;
  margin:0 auto 0 auto;
}

.home header .logo a img{
  width:100%;
  margin:0;
}

header .logo{
  width:18%;
  margin:6rem auto 6rem auto;
}
.page-id-80 header .logo{
  margin:15rem auto 15rem auto;
}

.page-template-page-noheader nav .wrapper, .nologo nav .wrapper{
  width:80%!important;
}

.page-template-page-noheader header, .nologo header{
  padding-bottom:2rem;
}

nav .navlogo{
  display:inline-block;
  flex:1;
  padding-right:1rem;
}
nav .navlogo img{
  margin-top:0.5rem;
}
.menu-primary-navigation-container{
  flex:4;
}

/* Navigation */

nav{
    background:var(--navbgcolor);
}
nav ul li{
  width:50%;
}
nav{
  margin:var(--navmargin);
}
nav .menu{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}
nav .menu li{
  list-style-type:none;
  line-height:var(--navbuttonlh)!important;
  position:relative;
}
nav .menu li a{
  display:block;
  text-transform:var(--navcapitalize);
  text-decoration:none;
  text-align:center;
  color:var(--font2);
  font-size:var(--navfontsize);
  padding:0 1rem 0 1rem;
}
nav .menu li:hover a{
  background:#601111;
  color:;
}
nav .menu .sub-menu{
  display:none;
}
nav .menu li:hover .sub-menu{
  display:block;
  position:absolute;
  left:0;
  top:4rem;
  width:100%;
  z-index:100;
}
nav .menu .sub-menu li{
  width:100%;
}
nav .menu .sub-menu li a{
  font-size:.9em;
  text-transform:none;
  text-align:left;
}
nav .menu .sub-menu li:hover a{
  background:#b71919!important;
  color:!important;
}
.mobile-menu-icon{
  display:none;
  width:100%;
  background:#000;
  padding:1rem;
  position:fixed;
  bottom:0;
}
.mobile-menu-icon .line{
  width:25px;
  height:5px;
  background-color:#fff;
  margin:5px auto 5px auto;
}
.close{
  display:none;
  width: 32px;
  height: 32px;
  text-align:center;
  margin:2px auto 2px auto;
}
.close:hover{opacity: 1;}
.close:before, .close:after{
  position:absolute;
  text-align:center;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color:;
}
.close:before{transform: rotate(45deg);}
.close:after{transform: rotate(-45deg);}


/* Feature area */

.home .feature{
  text-align:center;
}

.feature .wrapper{
  width:60%;
}
.feature .widget{
    padding-top:12rem;
}
.feature h2{
    color:var(--font2);
    line-height:1em;
}
.feature .widget > h2{
    font-size:4rem;
}
.feature h2{
	text-shadow: 2px 2px 5px rgb(6, 6, 6);
}
.feature h2 span{
    font-size:3rem;
	font-weight:normal;
}

.feature .more-link{
  display:inline-block;
  width:15%;
  margin:8rem 1rem 1rem 1rem;
  color:var(--font2);
  font-size:2rem;
  line-height:2rem;
  border:2px solid;
  border-radius:50px;
  -moz-border-radius:50px;
  -webkit-border-radius:50px;
}
.feature .more-link:hover, .feature .more-link.primary{
  background:var(--primary);
  border:2px var(--primary) solid;
}
.feature .more-link.primary:hover{
  background:var(--font2);
  color:var(--primary);
  border:2px var(--font2) solid;
}

/* Columns: Upper */

.columns-upper{
	background:;
	text-align:center;
}
.columns-upper .widget{
}
.columns-upper .more-link{
	background:var(--color6);
	width:28%;
	padding:0.5rem;
	margin:2rem auto 2rem auto;
	border:2px solid;
}
.columns-upper .more-link:hover{
	background:;
	border:2px solid;
}

/* Global content area */

article{
  background-color:var(--articlebgcolor)!important;
  padding:1rem;
  margin-bottom:1rem;
}

main.front-page{display:none;}

/* Front page template */

main > .flexwrap{
  flex-direction:row;
  justify-content:space-between;
}
main > .flexwrap > article{flex:3;}
main > .flexwrap .post-wrapper{flex-grow:1;}
main > .flexwrap > aside{flex:1;}

> section > h2, article .title, footer h2{
  font-size:3rem;
  line-height:1.5em;
  padding-top:1.5rem;
  font-weight:normal;
  text-transform:uppercase;
  text-align:center;
}
.front-page{}
.front-page article{
  margin:0 auto 0 auto;
}
.front-page article .more-link{
  width:20rem;
  font-size:1.6rem;
  color
  border:2px solid;
  margin:2rem auto 2rem auto;
}
.front-page article .more-link:hover{
  background:;
}
.home h2.title{
  font-size:6rem;
}

/* Page template */

.page .title, .page article h2{
  text-transform:uppercase;
  text-align:center;
  line-height:2em;
}
.page .title{
  color:;
  font-size:3em;
}
.page h2{
  color:;
  font-size:2.5em;
}
.page iframe{
  width:100%;
  height:50vh;
}

.page article ul{
	margin-left:1rem;
}

.page article .more-link{
	width:25%;
	background:#601111;
	color:#fff;
	margin:0;
}

/* Post template */

.single-post article{
  min-height:50vh;
}
.single-post .title{
  color:;
  font-size:3em;
  text-align:center;
  text-transform:uppercase;
}
.post-featured-img{
  display:block;
  margin:2rem auto 2rem auto;
  max-width:50%;
}

.single .featured-img{
	max-width:40%;
}

/* Sidebars / Widgets */

.sidebar .widget{
  padding:1rem;
  min-width:20rem;
  margin:0 1rem 1rem 0;
}
.sidebar ul li{
  list-style-type:none;
  width:100%;
}
.sidebar ul li a{
  display:block;
  text-decoration:none;
  line-height:2rem;
}
.sidebar ul li:hover a{
  background:;
  color:;
  padding-left:0.5rem;
}

/* Below Content */

.below-content{}
.below-content .widget{
	position:relative;
}
.below-content .section-heading{
	position:absolute;
	top:0;
	font-size:2rem;
	width:100%;
	line-height:75px;
	text-align:center;
	text-transform:uppercase;
	background:rgba(0, 0, 0, 0.75);
}

/* Footer */

footer{
  width:100%;
}
footer .widget{
  padding:4rem 0 4rem 0;
}
footer input:hover,
footer input:active,
footer textarea:hover,
footer textarea:active,{
  opacity:1;
}
footer input[type="button"]{
  display:block;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  padding:1.4rem;
  margin:1rem auto 1rem auto;
  border:2px solid;
  cursor:pointer;
}
footer input[type="button"]:hover{
  background:;
}

/* Copyright section */

.credit{
  text-align:center;
	background:;
}
.credit p{
  font-size:.9rem;
  line-height:3em;
  margin:0px;
}

/* Global extras */

.clearfix{
  clear:both!important;
  float:none!important;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
}

.more-link{
  display:block;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  padding:1.4rem;
  margin:1rem auto 1rem auto;
  max-width:100%;
}
.more-link:hover{
  background:;
}

.alignleft{
	float:left;
	margin:1rem 1rem 1rem 0;
}
.aligncenter{
	display:block;
	margin:1rem auto 1rem auto;
}
.alignright{
	float:right;
	margin:1rem 0 1rem 1rem;
}

.nf-form-wrap input, .nf-form-wrap textarea{
  width:100%;
  background:rgba(0, 0, 0, 0.75);
  margin-bottom:2rem;
  font-size:2rem;
  text-transform:uppercase;
  color:;
  padding:2rem;
  border:0px;
  border-bottom:3px solid;
  opacity:0.6;
}

.feature .widget:first-child{
  height:40vh;
}
.feature .widget:first-child h2{
  font-size:1.8rem;
}
.feature .widget:first-child p{
  width:80%;
}
	.feature .more-link{
		width:80%;
	}
.feature .widget:first-child h2:first-of-type{
  margin-top:5vh;
}
  .feature h2{
    font-size:1.4rem;
    line-height:1em;
  }
  .feature h2:first-of-type{
    margin-top:4vh;
  }
.feature .widget:last-child p{
	font-size:1rem;
	line-height:1.4rem;
	margin:0!important;
	padding:0.5rem;
}

/* Theme Overrides */

.home video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-1;
}

nav{
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
}


nav ul li:hover a{

}

.home .feature{
  padding:20vh 0 40vh 0;
  z-index:1000;
}

.feature h2{
  font-size:6rem!important;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:20vh;
}

.feature .arrow {
  border: solid #601111;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 50px;
}
.feature .arrow:hover{
  border:solid #b71919;
  border-width: 0 6px 6px 0;
}
.feature .down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


h1.title{
  font-size:6rem!important;
  text-align:center!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  line-height:1.4em!important;
}
h1.title span{
  display:block;
  font-size:.6em;
  font-style:italic;
  font-weight:300;
}

.single-post h1.title, .page h1.title, .category h1.title{
  font-size:3rem!important;
  text-align:left!important;
}
.page-id-128 h1.title{
  text-align:center!important;
}

h2.title{
  font-size:5rem;
  line-height:3em;
  font-weight:900;
  text-align:center;
  text-transform:uppercase;
  color:#222;
  margin:0 0 0 0!important;
}

.more-link.fp{
  border:none;
  background:#601111;
  color:#fff;
  font-size:2rem;
  line-height:2em;
  max-width:25%;
  padding:0.5em;
}
.more-link.fp:hover{
  border:0;
  background:#b71919;
}

/* Upper Columns */

.columns-upper{
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless.png);
  padding-bottom:1rem;
}
.columns-upper .flexwrap{
  justify-content:space-between;
}
.columns-upper .widget{
  width:100%;
}
.columns-upper .box{
  flex:1;
  position:relative;
}
.columns-upper .box:hover{

}
.columns-upper .box:nth-of-type(2){
  margin:0 1rem 0 1rem;
}

.columns-upper .box div{
  position:absolute;
  bottom:0;
  width:100%;
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless_inverted.png);
}
.columns-upper .box:hover div{
  border-top:5px #721111 solid;
}

.columns-upper .box div h2{
  font-size:1.8rem;
  color:#fff;
  text-align:left;
  text-transform:uppercase;
  font-weight:900;
  line-height:2em;
  padding-left:0.5em;
  margin:0 0 0 0!important;
}

.columns-upper .wpforms-container{
  width:100%;
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless_inverted.png);
  margin-top:1rem;
  padding:1rem;
}

.columns-upper .wpforms-title{
  font-size:2.5rem!important;
  font-weight:900;
  color:#fff;
  text-align:left;
  text-transform:uppercase!important;
  margin-bottom:2rem!important;
}

.columns-upper .wpforms-field-container{
  display:flex;
}
.columns-upper .wpforms-field-container > div{
  flex:1;
  padding-right:1rem!important;
}
.columns-upper .wpforms-field-container input{
  padding:1.6rem!important;
}
.columns-upper .wpforms-field-container .choices__list{
  padding:1rem 0 1rem 0!important;
}
.columns-upper .wpforms-submit-container{
  width:10%!important;
  float:right!important;
  margin-top:-4rem!important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
  padding:0!important;
}
.home div.wpforms-container-full .wpforms-form input[type="submit"], .home div.wpforms-container-full .wpforms-form button[type="submit"], .home div.wpforms-container-full .wpforms-form .wpforms-page-button{
  width:100%!important;
  line-height:2.3rem;
  background:#601111!important;
  color:#fff!important;
  text-transform:uppercase;
  border:none!important;
}

.testimonials{
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/testimonial-bg.jpg) center center fixed;
  background-size:cover;
  padding:5rem 0 12rem 0;
  color:#fff;
}
.testimonials h2{
  font-size:4rem!important;
  font-weight:400;
  line-height:2em;
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless_inverted.png);
  width:75%;
  padding-left:3.5em;
  text-align:center;
}
.testimonials h2 span{
    text-transform:uppercase;
    font-weight:900;
}
.testimonials p{
  font-size:2.5rem;
  padding:5rem 20rem 2rem 0;
  line-height:1.6em;
  font-style:italic;
  text-align:center;
  margin-top:3rem;
}
.testimonials p span{
  font-size:2em;
  display:inline-block;
}
.testimonials .link-wrapper{
  text-align:center;
  padding:5rem 20rem 0 0;
}
.testimonials .more-link{
  display:inline-block;
  margin-right:2rem;
  font-size:2rem;
  color:#b71919;
  text-decoration:none;
  text-transform:capitalize;
}
.testimonials .more-link:hover{
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless_inverted.png);
  color:#fff;
  border-top:2px #b71919 solid;
}


.upcoming-events{
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless.png);
  padding-bottom:1rem;
}
.upcoming-events > h2{
  font-size:6rem;
  color:#222;
  text-align:center;
  text-transform:uppercase;
  font-weight:900;
  line-height:2em;
}
.upcoming-events .flexwrap{
  padding:0 0 5rem 0;
}
.upcoming-events .post-item{
  flex:1;
  background:#fff;
  position:relative;
  padding-bottom:2rem;
}
.upcoming-events .post-item:nth-of-type(2){
  margin:0 2rem 0 2rem;
}
.upcoming-events .post-item .post-img{
  position:relative;
}
.upcoming-events .post-item .post-meta{
  position:absolute;
  bottom:1rem;
  left:1rem;
  width:10rem;
  background:#601111;
  color:#fff;
  font-size:2.6rem;
  font-weight:900;
  padding:1.5rem;
  text-align:center;
  text-transform:uppercase;
  line-height:1.4em;
}
.upcoming-events .post-item h2{
  padding-bottom:0.5rem;
  border-bottom:2px #601111 solid;
  margin-bottom:0.5rem;
}
.upcoming-events .post-item .post-content{
  margin:2rem;
  padding-bottom:0.5rem;
}
.upcoming-events .post-item .more-link{
  position:absolute;
  bottom:1rem;
  right:0;
  width:30%;
  margin:0;
  padding:0.5rem 0 0 0;
}


.our-staff{
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/our-staff-bg.jpg) top center fixed;
  background-size:cover;
  padding:5rem 0 12rem 0;
  color:#fff;
}
.our-staff > h2{
  font-size:6rem;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  font-weight:900;
  line-height:2em;
}
.our-staff .flexwrap{
  padding:0 0 5rem 0;
}
.our-staff .post-item{
  flex:1;
  background:#efefef;
  position:relative;
  padding-bottom:2rem;
}
.our-staff .post-item:nth-of-type(2){
  margin:0 2rem 0 2rem;
}
.our-staff .post-item .post-img{

}
.our-staff .post-item h2{
  width:100%;
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless_inverted.png);
  color:#fff;
  font-size:2rem;
  text-transform:uppercase;
  font-weight:900;
  padding-left:1em;
  line-height:2em;
}
.our-staff .post-item h2 span{
  display:inline-block;
  float:right;
  text-align:right;
  font-size:.5em;
  font-style:italic;
  font-weight:300;
  text-transform:lowercase;
  padding-right:1rem;
}
.our-staff .post-item .post-content{
  margin:2rem;
  padding-bottom:0.5rem;
  color:#222;
}
.our-staff .post-content .post-img{
  flex:1;
}
.our-staff .post-content .post-img img{
  display:block;
  margin:2rem auto 2rem auto;
  border:5px #fff solid;
  border-radius:100px;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
}
.our-staff .post-content .contents{
  flex:2;
  padding-left:1rem;
  font-size:1.3rem;
  line-height:2em;
  padding-top:2rem;
}
.our-staff .post-item .more-link{
  position:absolute;
  bottom:1rem;
  right:0;
  width:30%;
  margin:0;
  padding:0.5rem 0 0 0;
  color:#b71919;
}

main.category{
  padding-bottom:2rem;
}
.category header{
  background:none!important;
}
.category h2.title{
  font-size:2rem!important;
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless_inverted.png);
  color:#fff;
  padding:1rem;
  line-height:2em;
  text-align:left;
}
.category h2.title span{
  font-size:.6em;
  float:right;
}
.category .flexwrap{
	flex-wrap:wrap;
}
.category article.post{
  background:#efefef;
  margin:.25rem .25rem 2rem .25rem;
  padding:0 0 5rem 0;
  position:relative;
  flex:0 32%;
  flex-grow:1;
}
.category article.post{
	flex-grow:0;
}
.category .post img{
  display:block;
  margin:2rem auto 2rem auto;
  border:5px #fff solid;
}
.category .post .contents{
  padding:1rem 1rem 0 1rem;
}
.category .more-link{
  width:100%;
  background:#601111;
  color:#fff;
  margin:0;
  text-align:right;
  padding-right:1rem;
  font-weight:bold;
  position:absolute;
  bottom:0;
}
.category .more-link:hover{
  background:#b71919;
}

.category-testimonials .post p{
  padding:1rem!important;
  font-size:1.4rem!important;
  line-height:1.6em;
  font-style:italic;
}

.post-thumb{
	width:100%;
	height:30vh;
	background-position:center center!important;
}

.page div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button{
  width:25%!important;
  line-height:2.3rem;
  background:#601111!important;
  color:#fff!important;
  text-transform:uppercase;
  border:none!important;
}
.gallery-item img{
  height:auto!important;
}

footer{
  background:url(https://compoundfunctionalfitness.com/wp-content/uploads/2021/06/concrete_seamless_inverted.png);
  color:#fff;
}
footer .flexwrap > div{
  flex:1;
  margin:1rem;
}
footer .widget h2{
  font-size:2rem;
  text-transform:uppercase;
  font-weight:900;
}
footer .widget ul li{
  list-style-type:none;
  clear:both;
}
footer .widget:nth-of-type(2) li img, footer .widget li p{
  float:left;
}
footer .widget:nth-of-type(2) li p{
  border: 1px #f00 solid;
  width: 75%;
  line-height: 70px;
  padding-left: 1rem;
  margin-left: 1rem;
}
footer .widget:nth-of-type(3) li{
  margin-bottom:1rem;
}
footer .rpwwt-post-title{
  font-size:1.2rem;
  text-decoration:none;
  display:block;
}
footer .rpwwt-post-categories, footer .rpwwt-post-date{
  display:inline-block;
  padding-right:.5rem;
  font-size:.8em;
  font-style:italic;
}
footer .menu li{
  line-height:2em;
}
footer .menu li a{
  text-decoration:none;
  font-style:italic;
}
footer .menu .sub-menu{
  padding-left:1rem;
}
footer .menu li:hover a{
  color:#601111!important;
}
footer .menu li .sub-menu li:hover a{
  color:#b71919!important;
}


/* Media Queries / Responsive */

@media (max-width:2500px){html{font-size:17px;}}
@media (max-width:2200px){html{font-size:16px;}}
@media (max-width:2100px){footer .widget{font-size:.9rem;}}
@media (max-width:1920px){html{font-size:15px;}}
@media (max-width:1800px){footer .widget{font-size:.8rem;}footer .widget:nth-of-type(2) li p{width:70%;}}
@media (max-width:1700px){html{font-size:14px;}}
@media (max-width:1600px){html{font-size:13px;}}
@media (max-width:1550px){
  footer .widget:nth-of-type(2) li img{max-width:32px;}
  footer .widget:nth-of-type(2) li p{line-height:32px;border:none;}
}
@media (max-width:1500px){html{font-size:12px;}footer .widget:nth-of-type(2) li p{width:75%;}}
@media (max-width:1250px){
  html{font-size:12px;}
  .feature .widget:first-child{height:35vh;}
}

@media (max-width:1200px){

  html{font-size:16px;}
  body{overflow-x:hidden;padding-bottom:4rem;}
  .wrapper{width:100%;z-index:1;}
  header{padding-top:1rem;}
  .flexwrap{display:block;}
.feature .wrapper{
  width:100%;
}
header{background:none!important;}
header .logo, .page-id-80 header .logo{
    width:60%!important;
    margin:1rem auto 1rem auto!important;
}
nav{height:auto;}
nav .menu{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  transform:translateY(-100%);
  opacity:0;
  padding:1ch;
}
nav .menu li{width:100%;margin:0.5ch 0 0.5ch 0;}
nav .menu li a{font-size:1rem;color:var(--color4);}
nav .menu li:hover a{background:var(--color2);color:var(--color4);}
nav .menu li:hover .sub-menu, nav .menu li:active .sub-menu{width:100%!important;}
section > h2, article .title, footer h2{
  font-size:2rem;
  line-height:1.5em;
  padding:1.5rem;
}
main{padding:0;}
.front-page article{
  width:100%;
}
section > h2, article .title, footer h2{
  font-size:1.6rem;
}
footer{
  padding-top:2vh;
}
.category article{
  width:auto;
  max-width:100%;
  margin:1rem;
}
.below-content .section-heading{
font-size:1rem;
line-height:1.4rem;
}
footer{
  position:static!important;
  z-index:1;
}
footer h2{
  font-size:2rem!important;
}
footer input, footer textarea{
  margin-bottom:1rem;
  font-size:1.2rem;
  text-transform:uppercase;
  color:;
  padding:0.5rem;
  border:0px;
  border-bottom:3px #000000 solid;
  opacity:0.6;
}
footer textarea{max-height:8vh;}
.mobile-menu-icon{display:block;z-index:100;border-top:2px var(--color3) solid;}
.nav-active{transform:translateY(0%)!important;opacity:1!important;position:fixed!important;z-index:100000;}
nav ul li a{}
nav ul li:hover .sub-menu, nav ul li:active .sub-menu{
  position:static;
  display:block;
}
nav ul li:hover .sub-menu li, nav ul li:active .sub-menu li{
  background:;
  line-height:1.6rem;
  width:100%;
  margin:0;
}
.menu-active .line{display:none;}
.menu-active .close{display:block;}
.sidebar{padding-left:0px;}
[class*='box-']{width:100%;}
.credit p{line-height:1.4em;}

#menu-primary-navigation{
  background:#000!important;
  color:#fff!important;
}

nav ul li:hover a{
  background:#601111!important;
}

header{
  padding-top:0;
}
header .logo, .home header .logo{
  width:50%;
}

.home header .logo-wrap{
  padding-top:0;
  text-align:center;
}

.home header .logo img{
  width:auto!important;
  max-height:20vh!important;
  margin:0 auto 0 auto!important;
}

.home .feature{
  padding:15vh 2rem 40vh 2rem!important;
}

.feature .widget:first-child h2:first-of-type{
}
.feature h2{
  font-size:2rem!important;
  margin-top:2rem!important;
	margin-bottom:10vh!important;
	line-height:1.2em;
}
.feature h2 span{
  font-size:1rem;
}

.more-link.fp{
  max-width:90%!important;
  width:90%;
}

h2.title, .home h2.title{
  font-size:2.5rem;
}

.page article .more-link{
  width:80%;
  margin:2rem auto 2rem auto;
}

.columns-upper .box{
  height:auto!important;
}

.columns-upper .box > div h2{
  font-size:1.4rem!important;
}

.columns-upper .box:nth-of-type(2){
  margin:0!important;
}

.columns-upper .wpforms-title{
  font-size:1.5rem!important;
}

.columns-upper .wpforms-field-container{
  flex-direction:column;
}

.columns-upper .wpforms-submit-container{
  width:25%!important;
  float:none!important;
  margin:2rem auto 2rem auto!important;
}

.testimonials h2{
  font-size:2rem!important;
  padding:1rem!important;
  width:90%!important;
}
.testimonials p{
  padding:1rem!important;
  font-size:1.8rem!important;
}

.testimonials .link-wrapper{
  padding:0!important;
}

.upcoming-events > h2, .our-staff > h2{
  font-size:3rem!important;
  line-height:1.4em!important;
}

.upcoming-events .post-item:nth-of-type(2), .our-staff .post-item:nth-of-type(2){
  margin:0!important;
}

.our-staff .post-item h2{
  font-size:1.4rem!important;
}

.our-staff .post-content .post-img img{
  width:30%;
}

.category h2.title{
  font-size:1.4rem!important;
}

footer .widget{
  padding:1rem 0 1rem 0;
}

footer .footer-logo{
  display:block;
  margin:2rem auto 2rem auto;
}

footer .widget h2{
  text-align:center;
  margin-top:2rem;
}

.aligncenter, .alignleft, .alignright{
  float:none;
  clear:both;
  display:block;
  margin:2rem auto 2rem auto;
}

.credit p{
  line-height:1.6em!important;
  padding:0 4rem 4rem 4rem!important;
}

h1.title{
  font-size:3rem!important;
}

	.gallery-item{
		float:none!important;
		width:90%!important;
		margin:1rem auto 1rem auto;
	}

}

.aligncenter, .alignleft, .alignright{height:auto!important;}

@media (max-height:900px and max-width:1500px;){
  .feature h2{font-size:5rem!important;margin-bottom:8vh!important;}
}


/* TEMPORARY OVERRIDES */

.upcoming-events .post-meta{display:none;}
