/*

Theme Name: Reliant Well Drilling
Theme URI: http://www.reliantservices.pump
Author: Arizona Computer Guru
Author URI: http://azcomputerguru.com;

Description: A custom theme for ACG Customers
Version: 1.0

*/


/* DEMO SETTINGS */

:root{
 
  --color1:#fff200;
  --color2:;
  --color3:;
  --color4:;
  --color5:;
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/* 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:url(https://clients.computerguru.me/reliant/dev/wp-content/uploads/2025/01/reliant-bg-1.png) top center no-repeat fixed;
  background-size:cover;
  font-family: "Quicksand", 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;
  font-family: "Quicksand", serif;
}
p{margin-bottom:1rem;}


/* Structure elements */

.wrapper{width:90%;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{
    padding-top:4rem;
}
header .logo-wrap{
  width:33%;
  margin:0 auto 0 auto;
}
header .flexwrap{
  flex-direction:row;
  justify-content:space-between;
}
header .flexwrap > div{
  flex:4;
}
header .flexwrap section{
  flex:1;
}
header .logo{
    display:block;
    margin:1rem 0 1rem 0;
}
.home header .logo{
    display:block;
    margin:1rem auto 0 auto;
}
header .logo{}
header .logo a{
  color:var(--color1);
  text-decoration:none;
  display:block;
}
header .logo a img{
  width:100%;
}
header .phone{
    margin-top:4.25rem!important;
}
.home header .phone{
    margin:0 0 0 0!important;
}
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;
}

/* Navigation */

nav{
    background:var(--color1);
    border-bottom:2px #000 solid;
    font-family: "Quicksand", serif;
    font-weight:300;
}
nav ul li{
  width:50%;
}
nav{
    width:100%;
  position:fixed;
  top:0;
}
nav .menu{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}
nav .menu li{
  list-style-type:none;
  line-height:3rem!important;
  position:relative;
}
nav .menu li a{
  display:block;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  font-weight:300;
  padding:0 1rem 0 1rem;
}
nav .menu li:hover a{
  background:#000;
  color:#fff;
}
nav .menu .sub-menu{
  display:none;
}
nav .menu li:hover .sub-menu{
  display:block;
  position:absolute;
  left:0;
  top:4rem;
  width:15rem;
  z-index:100;
}
nav .menu .sub-menu li a{
  font-size:.9em;
  text-transform:none;
}
nav .menu .sub-menu li:hover a{
  background:!important;
  color:!important;
}
.mobile-menu-icon{
  display:none;
  width:100%;
  background:;
  padding:1rem;
  position:fixed;
  bottom:0;
}
.mobile-menu-icon .line{
  width:25px;
  height:5px;
  background-color:#fff200;
  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:#fff200;
}
.close:before{transform: rotate(45deg);}
.close:after{transform: rotate(-45deg);}


/* Feature area */

.home .feature{
  text-align:center;
}
.feature .phone{
  font-size:2.5rem;
  line-height:1em;
  margin:1rem 0 0 0;
  color:#fff;
}
.feature .widget:nth-of-type(2){
    height:40vh;
}


.home .feature2{
    width:100%;
    background:url(https://clients.computerguru.me/reliant/dev/wp-content/uploads/2025/03/concrete2.png) top center repeat fixed;
    color:#fff;
    padding:2rem;
    text-align:center;
    margin:6rem 0 0 0;
    border-bottom:1px #fff200 solid;
    font-size:1.2rem;
    line-height:1.6em;
}
.home .feature2 h2{
    font-size:3rem;
    line-height:1em;
}


/* Columns: Upper */

.columns-upper{
	background:;
	text-align:center;
}
.columns-upper .flexwrap{
    display:flex;
    flex-wrap:wrap;
    gap:1rem;
    justify-content:space-between;
}

.columns-upper .widget{
	padding:0;
	background:rgba(0,0,0,0.75);
	color:#fff;
	flex:1;
	flex-grow:1;
	border-bottom:1px #fff200 solid;
	font-weight:300;
}
.columns-upper .widget:nth-of-type(4){
    flex-basis:100%;
}
.columns-upper .widget h2{
    font-size:2rem;
    line-height:1.4em;
    background:#fff200;
    color:#000;
    text-transform:uppercase;
    font-weight:300;
}
.columns-upper .widget .flexwrap{
    display:flex;
    font-size:1.4rem;
    line-height:1.2em;
}
.columns-upper .widget .flexwrap > p{
    flex:2;
    padding:2.5rem 1rem 1rem 1rem;
}
.columns-upper .widget .flexwrap > img{
    flex:1;
    padding:0 1rem 1rem 0;
}
.columns-upper .more-link{
    display:block;
    width:100%;
    background:#000;
    color:#fff;
    font-size:1.4rem;
    line-height:1em;
    text-transform:uppercase;
    text-align:right;
    margin:1rem 0 0 0;
}
.columns-upper .more-link:hover{
    background:#fff200;
    color:#000;
}

/* Global content area */

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

/* Front page template */

main{
    background:url(https://clients.computerguru.me/reliant/dev/wp-content/uploads/2025/03/old_wall.webp); repeat fixed;
    border-bottom:1px #fff200 solid;
}

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

.title, main h2{
  font-size:3rem!important;
  line-height:1.5em!important;
  padding-top:1.5rem!important;
  font-weight:normal!important;
  text-transform:capitalize!important;
  text-align:left!important;
}
.front-page{}
.front-page article{
  margin:0 auto 0 auto;
}

/* Page template */

main article{
    font-family: "Quicksand", sans-serif;
    flex:3;
}
main article p, main article li, main article a{
    font-size:1.4rem;
    line-height:2em;
    color:#555;
    font-weight:300;
}
main article .more-link{
    display:block;
    width:20rem;
    padding:1rem;
    font-size:1.4rem;
    color:#fff;
    line-height:2em;
    background:url(https://clients.computerguru.me/reliant/dev/wp-content/uploads/2025/03/concrete2.png) repeat fixed;
    border-bottom:1px #fff200 solid;
    margin:2rem 0 2rem 0;
}
main article .more-link:hover{
    background:#fff200;
    color:#000;
    border-bottom:1px #000 solid;
}
/* 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%;
}

/* Sidebars / Widgets */
main aside{
    flex:1;
}
.sidebar .widget{
  padding:1rem;
  min-width:20rem;
  margin:0 1rem 1rem 0;
  background:var(--sidebarwidgetbgcolor);
  color:var(--sidebarfontcolor);
  line-height:1.8em!important;
  border-left:1px #000 solid;
  margin:1rem 0 1rem 1rem;
  padding:0 1rem 1rem 1rem;
}
.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;
}
main .sidebar h2{
    font-size:1.4rem!important;
    font-weight:900!important;
}

/* 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);
}

/* Columns Lower */

.columns-lower{
    
}

/* Footer */

footer{
  width:100%;
  background:url(https://clients.computerguru.me/reliant/dev/wp-content/uploads/2025/03/concrete2.png) repeat fixed;
  color:#fff;
  font-size:1.2rem;
  line-height:1.4em;
  margin-top:-5px;
  border-top:1px #fff200 solid;
}
footer .wrapper{
    border-bottom:2px #fff200 solid;
}
footer .widget{
  padding:4rem 0 4rem 0;
  flex:1;
}
footer .widget:nth-of-type(2){
    flex:3;
    padding:2em 0 0 2em;
}
footer .widget h2{
    font-size:2.4rem;
    line-height:2em;
    font-weight:300;
}
footer .widget h2 span{
    font-size:2rem;
    font-style:italic;
    font-weight:bold;
    color:#fff200;
}
footer input, footer textarea, footer select{
  background:#000;
  color:#fff!important;
  padding:1em!important;
  border:1px #fff200 solid;
  font-size:1.8rem!important;
  text-transform:uppercase!important;
  font-style:italic;
}
footer input:hover,
footer input:active,
footer textarea:hover,
footer textarea:active,{
  opacity:1;
}
footer input[type="button"], footer button{
  display:block!important;
  float:right!important;
  background:none!important;
  color:#fff!important;
  font-weight:bold!important;
  font-size:1.4rem!important;
  line-height:2em!important;
  font-style:italic!important;
  cursor:pointer!important;
  text-transform:uppercase!important;
}
footer .forminator-button:hover{
  color:#fff200!important;
}

/* Copyright section */


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

/* 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 0rem 1rem 1rem;
}
.aligncenter{
	display:block;
	margin:1rem auto 1rem auto;
}
.alignright{
	float:right;
	margin:1rem 1rem 1rem 0;
}

.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;
}

.testimonials.flexwrap{
    justify-content:space-between;
    flex-wrap:wrap;
}
.testimonials .testimonial{
    flex:1;
    flex-basis:48%;
    margin:.25rem;
    border:1px #323232 solid;
    padding:1rem;
    background:url(https://clients.computerguru.me/reliant/dev/wp-content/uploads/2025/03/concrete2.png) repeat fixed;
    color:#fff;
    border:1px #fff200 solid;
}
.testimonials .testimonial p{
    font-size:1.2rem;
    font-style:italic;
    color:#fff;
}

/* Media Queries / Responsive */


@media (min-width:2500px){.wrapper{;}}
@media (max-width:1920px){html{font-size:16px;}}
@media (max-width:1600px){
  html{font-size:15px;}
}
@media (max-width:1400px){html{font-size:14px;}}
@media (max-width:1250px){
  html{font-size:12px;}
  .feature .widget:first-child{height:35vh;}
}

@media (orientation:portrait) and (max-width:1200px){

  html{font-size:16px;}
  body{overflow-x:hidden;padding-bottom:4rem;}
  .wrapper{width:100%;z-index:1;}
  header, main, footer{padding:0.5rem 1rem 0.5rem 1rem;}
  header{padding-top:1rem;}
  header .logo-wrap{width:100%;}
  .flexwrap{display:block;}
.feature .wrapper{
  width:100%;
  
}
.columns-upper .flexwrap{
    display:block;
}
.columns-upper .widget{
    width:95%;
    margin:1rem auto 1rem auto;
}
  nav{height:auto;}
  nav .menu{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:rgba(186, 191, 15, 0.91);
    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;font-weight:900;}
  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;}
  
  .feature .widget:nth-of-type(2){
      display:none;
  }
.title, main h2{
    font-size:1.8rem!important;
    font-weight:bold!important;
    line-height:2em!important;
}
.alignleft, .aligncenter, .alignright{
    display:block;
    float:none;
    width:60%;
    margin:1rem auto 1rem auto;
}
  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 .widget h2 span{
      display:block;
  }
    footer .widget:nth-of-type(2){
        padding:0;
    }
  .mobile-menu-icon{
      display:block;
      z-index:100;
      background:#000;
      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;}
  
  
  .testimonials .testimonial{
    flex:1;
    flex-basis:100%;
}
  
}
