/*
Theme Name: BlankSlate-child
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.25em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.dnone{
display: none !important;
}

.post-edit-link, h1{
display: none !important;	
}


.clearMe{
clear: both;
}

#copyright{
display: none !important;	
}



body{
padding: 0;
margin: 0;
font-size: 15px;
font-family: 'Roboto', sans-serif;
background-color: #550e6d;
background: rgb(141,35,177);
background: radial-gradient(circle, #ffffff, #3391ff 95%);
}


#wrapper{
max-width: 2570px;
display: block;
margin: auto;
background-color: #fff;
}


.navigate ul li.button-map{
display: none;
}

/* COVID MESSAGE */

.covidBar{
background-color: #3391ff;
color: #fff;
}

.covidBar .cTitle{
font-family: 'Oregano', cursive;	
font-size: 1.5em;
text-align: center;
}

.covidBar .cTitle{
display: inline-block;
width: 20%;
padding: 10px;
padding-top: 18px;
float: left;
}

.covidBar .cMessage{
display: inline-block;
width: 80%;
float: left;
padding: 10px;
color: #fff;

border-left-width: 3px;
border-left-style: solid;
border-left-color: #ffcc00;
}

.covidBar .cMaxWidth{
max-width: 1500px;
display: block;
margin: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* END COVID MESSAGE */


.navigate{
background-color: #ffcc00;
padding-top: 45px;
padding-bottom: 45px;
}

.navigateMaxWidth{
max-width: 1500px;
display: block;
margin: auto;
}

.navigate ul{
float: right;
width: 70%;
text-align: center;
}

.navigate .logo{
float: left;
width: 28%;
}

.navigate .logo img{
width: 100%;
height: auto;
}

.navigate ul li{
display: inline;
}

.navigate ul li a{
display: inline-block;
font-family: 'Roboto', sans-serif;
font-size: 2em;
padding-left: 20px;
padding-right: 20px;
padding-top:55px;
color: #403300;
text-decoration: none;
}




.bHome{
background-color: #6eb8ff;
background-image: url(//thedog-abides.com/global_graphics/banner_home.jpg);
background-size: 100% auto;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 800px;
max-width: 3440px;
display: block;
margin: auto;
position: relative;
}


.bInside{
background-color: #6eb8ff;
background-image: url(//thedog-abides.com/global_graphics/banner_about.jpg);
background-size: 100% auto;
background-position: bottom center;
background-repeat: no-repeat;
width: 100%;
height: 600px;
max-width: 3440px;
display: block;
margin: auto;
position: relative;
}


.bannerTitle{
padding-top: 100px;
padding-left: 100px;
}

.tagline{
float: right;
padding-right: 10%;
}

.bumpYellow{
background-image: url(//thedog-abides.com/global_graphics/bumpy_orange.png);
height: 25px;
background-repeat: repeat-x;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}

.bumpPurple{
background-image: url(//thedog-abides.com/global_graphics/bumpy_purple.png);
height: 23px;
background-repeat: repeat-x;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}

.purpleMidBottom{
background-image: url(//thedog-abides.com/global_graphics/bg_purple_gradient.png);
padding-top: 25px;
padding-bottom: 35px;
background-repeat: repeat-x;
background-size: 100% 100%;
position: relative;
width: 100%;
text-align: center;
padding-left: 20px;
padding-right: 20px;
}

.bumpPurpleWhite{
background-image: url(//thedog-abides.com/global_graphics/bumpy_purple_white.png);
height: 26px;
background-repeat: repeat-x;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}

.slogan{
font-family: 'Alfa Slab One', cursive;
background-image: url(//thedog-abides.com/global_graphics/paw_up_left.png);
background-repeat: no-repeat;
padding-left: 100px;
padding-right: 100px;
max-width: 1700px;
display: inline-block;
text-align: center;
font-size: 2.5em;
line-height: 1.3em;
color: #fff;
padding-top: 25px;
padding-bottom: 55px;
position: relative;
font-weight: 400;
}

.slogan:after{
content: '';
background-image: url(//thedog-abides.com/global_graphics/star_shape_right.png);
width: 75px;
height: 100px;
display: block;
position: absolute;
right: 0px;
top: 0px;
}


.introCopy{
max-width: 1300px;
padding: 25px;
padding-top: 75px;
padding-bottom: 75px;
display: block;
margin: auto;
text-align: center;
line-height: 1.6em;
font-weight: 500;
color: #1d3a5b;
font-size: 1.6em;
}

.introCopy .rMore{
display: inline-block;
}

.rMore{
background-color: #3391ff;
border-width: 0px;
color: #fff;
border-radius: 20px;
font-family: 'Sniglet', sans-serif;
padding-top: 9px;
padding-bottom: 9px;
padding-left: 20px;
padding-right: 20px;
text-decoration: none;
font-weight: 400;
margin-top: 40px;
}


.purpBar{
background-color: #1d3a5b;
background-image:url(//thedog-abides.com/global_graphics/midPurpTop.png),url(//thedog-abides.com/global_graphics/midPurpBottom.png);
padding-top: 70px;
padding-bottom: 70px;
background-position: top left, left bottom;
background-repeat: repeat-x;
color: #fff;
text-align: center;
}

.turnLightBlue{
background-image:url(//thedog-abides.com/global_graphics/midPurpTop_LB.png),url(//thedog-abides.com/global_graphics/midPurpBottom_LB.png);
background-color: #3391ff;
}

.purpBarFlatBottom{
background-color: #1d3a5b;
background-image:url(//thedog-abides.com/global_graphics/midPurpTop.png);
padding-top: 70px;
padding-bottom: 70px;
background-position: top left;
background-repeat: repeat-x;
color: #fff;
text-align: center;
}


.titler{
max-width: 650px;
}

.col2 div{
width: 50%;
float: left;
padding: 20px;
}


.serviceList{
color: #1d3a5b;
text-align: left;
list-style-type: none;
font-size: 1.25em;
}

.serviceList li{
padding-bottom: 18px;
}

.serviceList li a{
text-decoration: underline;
color: #1d3a5b;
}


.serviceList li{
display: block;
position: relative;
padding-left: 35px;
}


.serviceList li:before{
content: '';
display: block;
position: absolute;
left: 0px;
top: 5px;
height: 25px;
width: 25px;
background-image:url(//thedog-abides.com/global_graphics/paw_up_left.png);
background-size: contain;
background-repeat: no-repeat;
}


.servicePhoto img{
width: 100% !important;
}



.lMore{
float: left;
}

.imgCallNow{
max-width: 550px;
margin-top: 50px;
display: block;
margin-left: auto;
margin-right: auto;
}

.imgService{
max-width: 100%;
margin-bottom: 50px;
}

.homeGal{
max-width: 1200px !important;
display: block;
margin: auto;
padding-top: 50px;
}



.ngg-gallery-thumbnail-box{
width: 33% !important;
}

.ngg-gallery-thumbnail img{
width: 100% !important;
}

.buttonOrange{
background-color: #ffcc00;
display: block;
max-width: 200px;
margin: auto;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
text-transform: uppercase;
font-weight: 800;
text-decoration: none;
font-size: 1.3em;
color: #403300;
border-width: 2px;
border-color: #d7ac00;
border-style: solid;
}


.hrTwirl{
height: 200px;
width: 100%;
background-image:url(//thedog-abides.com/global_graphics/hr_twirl.gif);
background-position: center;
margin-top: 50px;
margin-bottom: 50px;
}


.holdTestimonials{
background-image:url(//thedog-abides.com/global_graphics/bg_testimonials.jpg);
background-size: 100% auto;
background-repeat: no-repeat;
padding: 50px;
}



.serviceArea{
background-image:url(//thedog-abides.com/global_graphics/bg_service_area.jpg);
background-size: cover;
background-position: center center;
text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
position: relative;
}

.serviceArea .textHold{
padding-top: 250px;
padding-bottom: 250px;
text-align: center;
color: #fff;
font-size: 2.5em;
font-weight: 800;
}

.serviceArea .span2{
display: block;
font-size: .7em;
padding-top: 20px;
}

.bumpYellowUp{
background-image: url(//thedog-abides.com/global_graphics/bumpy_orange_up.png);
height: 22px;
background-repeat: repeat-x;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}

.yellowContact{
width: 100%;
text-align: center;
padding-top: 45px;
padding-bottom: 25px;
background-color: #ffcc00;
}

.foot{
background-color: #244266;
padding-top: 150px;
padding-bottom: 150px;
background-image: url(//thedog-abides.com/global_graphics/bg_foot.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.foot .owner{
font-family: 'Sniglet', cursive;	
}

.footMaxWidth{
max-width: 1500px;
display: block;
margin: auto;
padding: 20px;
color: #fff;
}

.col3{
width: 32%;
float: left;
margin: .5%;
text-align: center;
}

.foot .col3{
font-size: 1.3em;
}


.ownerImage{
display: block;
margin: auto;
margin-bottom: 20px;
max-width: 120px;
}

.owner{
font-size: 2em;
}

.ownerLine2{
display: block;
padding-top: 10px;
}

.foot a{
color: #fff;
}

.foot ul{
line-height: 2.5em;
}

.footCenter{
text-align: center;
padding-top: 20px;
clear: both;
margin-top: 70px;
}

.footCenter .callLink{
font-size: 4em;
display: block;
padding-bottom: 70px;
 text-decoration: none;
 font-family: 'Sniglet', cursive;	
}

.footCenter .callLink i{
color: #ffcc00 !important;
}

.note{
line-height: 1.5em;
font-size: .9em;
}

.note span{
display: block;
padding-bottom: 20px;
font-size: 1.2em;
 font-family: 'Sniglet', cursive;	
}


.titler{
max-width: 100%;
}

.contactTitle{
padding-left: 25px;
padding-right: 25px;
}



.insideCopy{
max-width: 1300px;
padding: 50px;
padding-top: 75px;
padding-bottom: 75px;
display: block;
margin: auto;
line-height: 1.6em;
color: #4f4f4f;
font-size: 1.3em;
font-weight: 300;
 text-align: justify;
}


.copyQuote{
font-weight: bold;
color: #511a69;
font-size: 2em;
text-align: center !important;
display: block;
  line-height: 1.5em;
}



.ownerS{
color: #5f0082;
display: block;
font-size: 1.2em;
padding-top: 40px;
}


.hr_fol{
width: 100%;
float: left;
}


.inline_right{
float: right;
max-width: 40%;
margin-left: 5%;
margin-bottom: 5%;
}


.contactTitle{
padding-bottom: 25px;
}



.foot, .serviceArea{
background-size: cover;
background-attachment: fixed;
background-position: center center;
}



.insideCopy .copyQuote, .insideCopy .ownerS{
color: #2471cb !important;
}


.purpleHrBar{
width: 100%;
background-color: #1d3a5b;
margin-bottom: 20px;
background-image: url(//thedog-abides.com/global_graphics/bg_foot.jpg);
background-size: cover;
background-attachment: fixed;
}


.purpleHrBar span{
display: block;
margin: auto;
text-align: center;
font-weight: bold;
font-family: 'Alfa Slab One', cursive;
font-weight: normal !important;
padding-top: 120px;
padding-bottom: 120px;
padding-left: 25px;
padding-right: 25px;
color: #fff;
}

.holdTestimonials{
padding-bottom: 75px;
}


.testimonialTitle{
display: block;
text-align: center;
font-size: 4em;
color: #3391ff;
font-family: 'Sniglet', sans-serif;
margin-bottom: 80px;
line-height: 1.15em;
}


.testimonialHold{
display: block;
margin: auto;
position: relative;
max-width: 900px;
padding: 45px;
background-color: #fff;
border-radius: 30px;
line-height: 1.7em;
font-size: 1.1em;
-webkit-box-shadow: -4px 10px 11px -8px rgba(199,199,199,1);
-moz-box-shadow: -4px 10px 11px -8px rgba(199,199,199,1);
box-shadow: -4px 10px 11px -8px rgba(199,199,199,1);
border-top-width: 2px;
border-top-style: solid;
border-top-color: #eee;
font-family: 'Sniglet', sans-serif;
font-style: italic;
color: #1d3a5b;
text-align: center;
}



.testimonialHold img{
display: block;
margin: auto;
max-width: 230px;
margin-bottom: 20px;
}

.testimonialHold:before{
content: '';
width: 56px;
height: 56px;
background-image: url(//thedog-abides.com/global_graphics/quotePip.png);
background-size: cover;
position: absolute;
left: -15px;
top: -14px;
}


/*RWD*/


@media only screen and (min-width: 2575px){
#wrapper{
margin-top: 20px;
margin-left: auto;
margin-right: auto;
/*
-webkit-box-shadow: -1px 22px 24px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 22px 24px 0px rgba(0,0,0,0.75);
box-shadow: -1px 22px 24px 0px rgba(0,0,0,0.75);
*/
margin-bottom: 100px;
}
}



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

.tagline{
padding-right: 5%;
}

}


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

.tagline{
padding-right: 2%;
}

}




@media only screen and (max-width: 1650px){
.banner{
height: 600px;
}

.bHome .tagline{
max-width: 700px;
margin-top: 2%;
margin-right: 3%;
}
}


@media only screen and (max-width: 1600px){
.slogan{
font-size: 2.2em;
}
}


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

.navigate{
padding-top: 25px;
padding-bottom: 25px;
}

.navigate .logo{
padding-top: 8px;
}

.navigateMaxWidth{
 padding-left: 30px;
 padding-right: 20px;
}

}



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

.covidBar{
font-size: .9em;
}

.bannerTitle{
padding-left: 50px;
}

.slogan{
font-size: 1.75em;
max-width: 1200px;
}

}


@media only screen and (max-width: 1380px){
.navigate ul li a{
padding-top: 50px;
font-size: 1.65em;
}

.covidBar{
font-size: .86em;
}
}


@media only screen and (max-width: 1300px){
.covidBar{
font-size: .75em;
line-height: 1.5em;
}


.homeGal{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}


.bannerTitle{
display: block; 
margin: auto;
padding-left: 0px;
}


}







@media only screen and (max-width: 1250px){
.banner{
height: 500px;
}

.bHome .tagline{
max-width: 550px;
margin-top: 4%;
margin-right: 4%;
}

.bannerTitle{
padding-left: 40px;
padding-top: 50px;
}

.navigate ul li a{
padding-top: 45px;
font-size: 1.35em;
}

.copyQuote{
font-size: 1.33em;
}

}



@media only screen and (max-width: 1230px){
.slogan{
font-size: 2em;
padding-top: 10px;
padding-bottom: 30px;
max-width: 1000px;
}
}


@media only screen and (max-width: 1100px){
.slogan{
font-size: 1.75em;
line-height: 1.5em;
}



}


@media only screen and (max-width: 1075px){
.navigate ul li a{
padding-top: 40px;
font-size: 1.25em;
}
}


@media only screen and (max-width: 1150px){
.covidBar{
font-size: .65em;
}


.imgCallNow{
padding-top: 90px;
}


}


@media only screen and (max-width: 1000px){
.banner{
height: 400px;
}

.bHome .tagline{
max-width: 450px;
margin-top: 4%;
margin-right: 4%;
}

.bannerTitle{
padding: 0px;
max-width: 90%;
}

.navigate ul li.button-5{
display: none;
}

.navigate ul li.button-map{
display: inline-block;
}

}


@media only screen and (max-width: 950px){
.navigate ul li a{
padding-top: 35px;
font-size: 1.15em;
}


.bannerTitle{
max-width: 80%;
}

}


@media only screen and (max-width: 900px){
.insideCopy{
font-size: 1.1em;
}
}


@media only screen and (max-width: 875px){
.slogan{
font-size: 1.55em;
}
}


@media only screen and (max-width: 850px){
.navigate ul li.button-4{
display: none;
}
.navigate ul li a{
padding-top:30px;
font-size: 1.2em;
}


.col3{
font-size: 1em !important;
}

}


@media only screen and (max-width: 825px){
.slogan{
max-width: 700px;
display: block;
margin: auto;
line-height: 1.3em;
background-size: 40px;
background-position: 0px 20px;
}
}




@media only screen and (max-width: 800px){
.banner{
height: 350px;
}

.bHome .tagline{
max-width: 350px;
margin-top: 6%;
margin-right: 4%;
}

.serviceList{
font-size: 1em;
}


.serviceArea{
line-height: 1em;
}

.serviceArea .textHold{
padding-top: 200px;
padding-bottom: 200px;
padding-left: 25px;
padding-right: 25px;
}


}



@media only screen and (max-width: 750px){
.navigate ul li.button-2{
display: none;
}
.navigate ul li a{
padding-top:27px;
}

.copyQuote{
max-width: 80%;
display: block;
margin: auto;
}

.fLogos img{
max-width: 15%;
}

}


@media only screen and (max-width: 700px){
.banner{
height: 300px;
}

.bHome .tagline{
max-width: 300px;
margin-top: 6%;
margin-right: 4%;
}

.introCopy{
padding-top: 40px;
padding-bottom: 40px;
font-size: 1.1em;
}


.serviceArea .textHold{
font-size: 1.75em;
}



}

@media only screen and (max-width: 680px){
.navigate ul li a{
padding-top:23px;
}
}


@media only screen and (max-width: 650px){
.foot{
padding-top: 50px;
padding-bottom: 50px;
}

.col3{
float: none !important;
display: block !important;
text-align: center;
width: 100%;
padding-bottom: 50px;
}
}



@media only screen and (max-width: 600px){
.banner{
height: 250px;
}

.bHome .tagline{
max-width: 250px;
margin-top: 5.5%;
margin-right: 4%;
}

.navigate ul li.button-1, .navigate ul li.button-3, .navigate ul li.button-6{
display: none;
}

.navigate ul{
text-align: right;
font-size: 2em;
width: 50px;
padding-top: 10px;
}

.navigate .logo{
width: 60%;
}


.insideCopy{
font-size: 1em;
padding: 35px;
}


.footCenter{
margin-top: 0px;
font-size: .7em;
}


.wpcf7-text, .wpcf7-textarea{
width: 100% !important;
}

label{
text-align: left;
}


}


@media only screen and (max-width: 550px){
.slogan{
max-width: 100%;
padding-left: 65px;
padding-right: 65px;
font-size: 1.25em;
margin-left: 0px;
margin-right: 0px;
margin: auto;
width: 100%;
}

.slogan:after{
height: 50px;
width: 50px;
background-size: contain;
background-repeat: no-repeat;
}


.col2 div{
width: 100%;
display: block;
float: none;
margin-bottom: 30px;
}

.col2 .lMore{
margin: auto !important;
float: none;
}

.serviceList{
width: 100%;
text-align: center;
margin-bottom: 20px;
}


.imgCallNow{
padding-top: 0px;
margin-top: 0px;
width: 90%;
}

.imgService{
padding-bottom: 0px;
margin-bottom: 0px;
}


.serviceArea .textHold{
padding-top: 150px;
padding-bottom: 150px;
font-size: 1.5em;
}



.foot, .serviceArea{
background-attachment: scroll;
}

.bannerTitle{
max-width: 98%;
}



}


@media only screen and (max-width: 500px){
.bHome{
background-image: url(//thedog-abides.com/global_graphics/banner_home_mobile.jpg);
background-size: 100% 100%;
/* Need new image for mobile */
}

.bHome .tagline{
max-width: 250px;
float: none !important;
display: block;
margin: auto !important;
padding-top: 25px;
}

.navigate{
padding-top: 10px;
padding-bottom: 10px;
}

.navigate .logo{
width: 65%;
}

.navigate ul{
padding-top: 5px;
}

.introCopy{
padding-left: 20px;
padding-right: 20px;
font-size: 1em;
padding-top: 30px;
padding-bottom: 30px;
}

}




@media only screen and (max-width: 450px){
.navigate .logo{
padding-top: 15px;
}

.serviceArea .textHold{
line-height: 1em;
font-size: 1.4em;
}

.footCenter{
margin-top: 0px;
font-size: .5em;
}



.purpleHrBar span{
padding-top: 75px;
padding-bottom: 75px;
}


.imgCallNow{
margin-top: 25px !important;
margin-bottom: 25px !important;
}

.holdTestimonials{
padding: 20px;
padding-bottom: 50px;
}

.testimonialHold{
padding: 20px;
font-size: .9em;
}


}


@media only screen and (max-width: 410px){
.bHome .tagline{
float: right !important;
padding-top: 35px;
}

.testimonialTitle{
font-size: 3em;
}

}


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

.purpleMidBottom{
padding-top: 10px;
padding-bottom: 10px;
}
	
.slogan{
max-width: 100%;
font-size: 1em;
line-height: 1.1em;
background-position: 0px 10px;
}

.serviceArea .textHold{
padding-left: 60px;
padding-right: 60px;
}

.insideCopy{
padding: 20px;
}




}




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

.navigate ul{
padding-top: 0px;
}

}







/* BANNER PER PAGE * /



/* ABOUT BANNER */

.page-id-94 .bInside{
background-position: 0px -450px;
}


@media only screen and (max-width: 2500px){
.page-id-94 .bInside{
background-position: 0px -350px;
}
}


@media only screen and (max-width: 2250px){
.page-id-94 .bInside{
background-position: 0px -250px;
}
}


@media only screen and (max-width: 2000px){
.page-id-94 .bInside{
background-position: 0px -150px;
}
}

@media only screen and (max-width: 1800px){
.page-id-94 .bInside{
background-position:  center center;
}
}


@media only screen and (max-width: 500px){
.page-id-94 .bInside{
background-position:  bottom  center;
}
}





/* SERVICES BANNER */



@media only screen and (max-width: 2320px){
.page-id-113  .bInside{
background-position: 0px -300px;
}
}



@media only screen and (max-width: 1905px){
.page-id-113 .bInside{
background-position: 0px -200px;
}
}

@media only screen and (max-width: 1750px){
.page-id-113  .bInside{
background-position: 0px -100px;
}
}

@media only screen and (max-width: 1500px){
.page-id-113  .bInside{
background-position: 0px 0px;
background-size: cover;
background-position: center center;
}
}

@media only screen and (max-width: 600px){
.page-id-113 .bannerTitle{
padding-top: 50px;
}
}







.grecaptcha-badge { opacity:0;}

