/*!
Theme Name: Whitewater Equestrian
Theme URI: http://underscores.me/
Author: Kyler Boudreau
Author URI: https://kylerboudreau.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE


/*--------------------------------------------------------------
# Custom Additions
--------------------------------------------------------------*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html, body {font-family: "DM Sans", serif;font-weight:400;font-size:20px;margin:0 !important;padding:0 !important;color:#292929;line-height:1.7;background:#fff;line-height: 1;-webkit-text-size-adjust: 100%;}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body {padding:0;margin:0;position:relative;cursor:default;}
p{margin:0 0 18px 0;padding:0;}
strong, b {font-weight:600;}
li {padding:0 0 16px 0;}
a img {border: none;}
img {width:100%;}

a{color:#de9729;text-decoration:none;line-height:inherit;}
a:link{color:#de9729;text-decoration:none;line-height:inherit;}
a:visited{color:#de9729;text-decoration:none;line-height:inherit;}
a:hover, a:focus{color:#de9729;text-decoration:none;cursor: pointer;outline: none;}

.aos-tablet{/* this is used to control AOS on mobile */}

iframe {
   aspect-ratio: 16 / 9;
   height: 100%;
   width: 100%;
}

h1{font-family: "DM Sans", serif;font-weight:800;margin:0 0 11px 0;padding:0;font-size:43px;color:#292929;}
h2{font-family: "DM Sans", serif;font-weight:700;margin:0 0 7px 0;padding:15px 0 0 0;font-size:34px;color:#292929;}
h3{font-family: "DM Sans", serif;font-weight:600;margin:0 0 6px 0;padding:7px 0 0 0;font-size:27px;color:#292929;}
h4{font-family: "DM Sans", serif;font-weight:400;font-size:29px;font-size:22px;color:#292929;}

.clear{clear:both;}
.box-sizing{-moz-box-sizing:border-box;-webkit-box-sizing: border-box;box-sizing:border-box;}

.full-width-form{display:flex;justify-content: space-between;flex-wrap:wrap;}
.form-field{flex:0 1 47%;}
.form-text{flex:0 1 100%;}

pre {background: #eee;font-family: courier, monospace;font-size:16px;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;overflow: auto;padding: 1.6em;}
img, object, embed {max-width: 100%;height: auto;}
img {display: block;border:none;}
a img {border: none;}
object, embed {height: 100%; }

.wp-block-image figcaption, .wp-block-embed figcaption {text-align:center;font-size:13px;margin:0;padding:8px 0 0 0;}
.wp-block-image img {padding:11px 0 7px 0;}
.row{padding-right:15px;padding-left:15px;}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}

/* input fields */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {text-align:center;display:inline-block;color:#fff;font-size:22px;font-weight:500;padding:11px 25px;background:#292929;-webkit-border-radius: 2px 2px 2px 2px ;border-radius: 2px 2px 2px 2px;border-width:none;-webkit-box-shadow:none;border:none;}

.color-button{text-align:center;display:inline-block;color:#000;font-size:22px;font-weight:500;padding:11px 25px;background:#f5cf14;-webkit-border-radius: 2px 2px 2px 2px ;border-radius: 2px 2px 2px 2px;border-width:none;-webkit-box-shadow:none;border:none;}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {border-color: #ccc #bbb #aaa;}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {border:none;border-color: #aaa #bbb #bbb;-webkit-border-radius: 0 0 0 0;border-radius: 0 0 0 0;}

input[type="text"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {height:47px;width:100%;padding:4px 0 0 14px;background:#fff;border-radius:none !important;border:1px solid #cfcfd3;width:100%;margin:0 0 15px 0;font-size:18px;}
input[type="email"] {height:47px;width:100%;padding:4px 0 0 14px;background:#fff;border-radius:none !important;border:1px solid #cfcfd3;width:100%;margin:0 0 15px 0;font-size:18px;}

textarea {height:100px;width:100%;padding:14px 0 0 14px;background:#fff;border-radius:none !important;border:1px solid #cfcfd3;width:100%;margin:9px 0 15px 0;}

input[type="text"]::-webkit-input-placeholder {font-size:18px;color: #0d0e29;} /* Chrome/Opera/Safari */
input[type="text"]::-moz-placeholder {font-size:18px;color: #0d0e29;} /* Firefox 19+ */
input[type="text"]:-ms-input-placeholder {font-size:18px;color: #0d0e29;} /* IE 10+ */
input[type="text"]:-moz-placeholder {font-size:18px;color: #0d0e29;} /* Firefox 18- */
textarea::-webkit-input-placeholder {font-size:18px;color: #0d0e29;} /* Chrome/Opera/Safari */
textarea::-moz-placeholder {font-size:18px;color: #0d0e29;} /* Firefox 19+ */
textarea:-ms-input-placeholder {font-size:18px;color: #0d0e29;} /* IE 10+ */
textarea:-moz-placeholder {font-size:18px;color: #0d0e29;} /* Firefox 18- */
input[type="email"]::-webkit-input-placeholder {font-size:18px;color: #0d0e29;} /* Chrome/Opera/Safari */
input[type="email"]::-moz-placeholder {font-size:18px;color: #0d0e29;} /* Firefox 19+ */
input[type="email"]:-ms-input-placeholder {font-size:18px;color: #0d0e29;} /* IE 10+ */
input[type="email"]:-moz-placeholder {font-size:18px;color: #0d0e29;} /* Firefox 18- */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {color: #111;width: 100%;}
select {border: 1px solid #ccc;-webkit-border-radius: 0 0 0 0;border-radius: 0 0 0 0;font-size:18px;}


/* =============================================================================
   WP Block Buttons
   ========================================================================== */
.wp-block-buttons a:link {color:#fff;}
.wp-block-buttons a:hover {color:#fff;}
.wp-block-buttons a:visited {color:#fff;}

/* =============================================================================
   Top
   ========================================================================== */
.top{width:100%;padding:14px 43px 14px 43px;background:#fff;border-bottom:1px solid #8e8e8f;}
.logo{float:left;width:150px;padding:0 0 0 0;}
.navigation{float:right;padding:34px 0 0 0;font-style: normal;font-weight:600;}

li.mega-menu-item.mega-current-menu-item a.mega-menu-link{font-weight:500 !important;}

/* =============================================================================
   Home
   ========================================================================== */
.home-main{position:relative;width:100%;}

/* home testimonial section */
.home-testimonial-section{border-top:1px solid #eee;display:flex;flex-wrap: wrap;justify-content: space-between;padding:122px 147px 111px 147px;text-align:center;background-color: #F1F1F1;}
.testimonial{background:#fff;flex:0 1 30%;position:relative;border:1px solid #292929;}
.testimonial-image{width:130px;height:130px;margin:-50px auto 0 auto;position: absolute;left: 0;right: 0;margin-left: auto;margin-right: auto;}
.testimonial-image img {border-radius:50%;border: 7px solid #000;outline: 3px solid #fff;outline-offset: -5px;}
.testimonial-name{text-align:center;font-size:18px;padding:10px 0 0 0;}
.testimonial-city{text-align:center;font-size:14px;}
.testimonial-line{width:150px;height:1px;background:#292929;margin:20px auto 10px auto;}
.testimonial-text{padding:85px 35px 35px 35px;}
.testimonial-mobile{display:none;}
/* end home testimonial section */

/* home boxes section */
.home-boxes{display:flex;justify-content: space-between;flex-wrap: nowrap;padding:15px 52px 15px 52px;}
.home-box{flex:0 1 30%;}
.home-box-image img {margin:0 auto;width:100px;}
.home-box h3 {text-align:center;}
.home-box p {text-align:center;}
/* end home boxes section */

.home-intro{text-align:center;padding:34px 34px;width:65%;margin:0 auto;}
.home-intro h1{font-size:47px;line-height:1;}
.home-intro-sub{font-size:29px;line-height:1;}

.home-cta-section{text-align:center;display:flex;justify-content: center;padding:0 0 74px 0;}
.home-button{display:inline-block;background:#BF9346;font-size:25px;font-weight:700;margin:0 auto;padding:15px 25px 11px 25px;color:#fff;-webkit-border-radius: 4px 4px 4px 4px;border-radius: 4px 4px 4px 4px;}


/* =============================================================================
   Sub Pages
   ========================================================================== */
.sub-page h1 {margin:0 0 25px 0;line-height:1;}
.sub-page{width:80%;margin:0 auto;padding:43px 40px 65px 40px;}
.sub-left{float:left;width:47%;}
.sub-right{float:right;width:47%;}

/* =============================================================================
   Sub Pages
   ========================================================================== */
.sub-header{background:#f0f0f0;}
.sub-title-container{width:52%;margin:0 auto;font-size:20px;padding:34px 0 7px 0;}
.sub-title-container h1 {font-size:47px;line-height:1.3;}
.sub-image{width:1100px;height:520px;margin:0 auto -200px auto;overflow:hidden;position:relative;-webkit-border-radius: 3px 3px 3px 3px;border-radius: 3px 3px 3px 3px;}
.sub-content{width:60%;margin:0 auto;font-size:20px;}
.novashare-buttons-wrapper{margin-bottom:17px;}




/* =============================================================================
contact and map page
========================================================================== */
.map-flex{display:flex;flex-wrap:nowrap;padding:34px 0;}
.map-text{flex:0 1 50%;padding:11px 111px 122px 111px;}
.map-image{flex:0 1 50%;}
.map-code{overflow:hidden;padding-bottom:56.25%;position:relative;height:100%;}
.map-code iframe{left:0;top:0;height:100%;width:100%;position:absolute;}
.map-text h2 {font-size:43px;margin:0;padding:0;}

/* =============================================================================
   Pricing Page
   ========================================================================== */
.pricing-page{width:80%;margin:0 auto;padding:43px 0 65px 0;}
.pricing-left{padding:25px;border:1px solid #ccc;-webkit-border-radius: 7px 7px 7px 7px;border-radius: 7px 7px 7px 7px;min-height:150px;float:left;width:48%;}
.pricing-right{padding:25px;border:1px solid #ccc;-webkit-border-radius: 7px 7px 7px 7px;border-radius: 7px 7px 7px 7px;min-height:150px;float:right;width:48%;}
.pricing-left img, .pricing-right img {margin:0 auto;-webkit-border-radius: 5px 5px 0 0;;border-radius: 5px 5px 0 0;border-bottom:3px solid #292929;}
.pricing-left h2, .pricing-right h2 {text-align:center;}
.pricing-col-1{width:47%;float:left;text-align:center;}
.pricing-col-2{width:47%;float:right;text-align:center;}
.pricing-button{width:75%;display:block;text-align:center;background:#383839;font-size:25px;font-weight:700;margin:0 auto;padding:15px 25px 11px 25px;color:#fff;-webkit-border-radius: 7px 7px 7px 7px;border-radius: 7px 7px 7px 7px;}
.pricing-button-gems{width:75%;display:block;text-align:center;background:#fff;font-size:25px;font-weight:700;margin:0 auto;padding:15px 25px 11px 25px;color:#fff;-webkit-border-radius: 7px 7px 7px 7px;border-radius: 7px 7px 7px 7px;}

.credit-cards{display:flex;justify-content: center;}
.credit-card{flex:0 1 100px;padding:0 5px;}

/* =============================================================================
  Text & Image
   ========================================================================== */
.image-text-page{width:80%;margin:0 auto;padding:43px 40px 65px 40px;}

/* =============================================================================
  Hours
   ========================================================================== */
.hours{}
.hours-left{width:50%;float:left;}
.hours-right{width:50%;float:right;text-align;right;}
.hours-button{width:75%;display:inline-block;text-align:center;background:#383839;font-size:25px;font-weight:700;padding:15px 25px 11px 25px;color:#fff;-webkit-border-radius: 7px 7px 7px 7px;border-radius: 7px 7px 7px 7px;}

/* =============================================================================
   Testimonials
   ========================================================================== */
.testimonial-page{width:60%;margin:0 auto;padding:43px 0 65px 0;}
.testimonials{padding:0 0 34px 0;font-family: "DM Sans", serif;font-weight: 300;font-style: italic;font-size:34px;}
.testimonials-name{font-weight: 600;font-family: "DM Sans", serif;font-style: normal;font-size:22px;padding:0 0 0 14px;}
.testimonials p {padding:11px;margin:0;line-height:1.2;}

/* =============================================================================
   Custom Jobs
   ========================================================================== */
.cj-top-header{width:100%;background:#f7f7f7;font-weight:400;font-size:26px;padding:7px 25px 5px 25px;text-align:center;border-bottom:1px solid #e4e4e4;}
.cj-intro{display:flex;flex-direction:row;}
.cj-featured{flex:0 1 50%;}
.cj-text{font-size:20px;flex:0 1 50%;padding:50px 50px;}
.cj-image-area{padding:35px;}
.cj-flex{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.cj-pic{flex:0 1 25%;padding:0 15px 15px 0;}
.cj-header{width:100%;background:#f7f7f7;padding:7px 25px 5px 35px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;}
.cj-testimonial{padding:65px 150px;font-family: 'Courgette', cursive;font-size:40px;}

.cj-main-container{display:flex;justify-content: space-between;flex-wrap: nowrap;}
.cj-summary-intro{flex:0 1 47%;display:flex;justify-content:space-between;flex-direction: column;}
.cj-summary-featured{flex:0 1 75%;}
.cj-summary-text{flex:0 1 100%;font-size:18px;}


/* =============================================================================
   Lower Opt-In
   ========================================================================== */
.lower-optin-container{display:flex;justify-content:center;padding:0 125px 74px 125px;margin:0;background:#f5f5f5;}
.lower-optin{flex:0 1 70%;padding:111px 0 56px 0;text-align:center;}
.lower-optin-title{text-align:center;font-size:60px;font-weight:900;color:#3f4246;line-height:1.3;}
.lower-optin p {padding:11px 122px 7px 122px;line-height:1.7;}
.lower-optin-form{width:90%;margin:11px auto;}
.lower-optin-form input[type="email"]{height:60px;width:100%;float:left;font-size:17px;border:none;background:#fff;color:#8e8e91;padding:17px 17px 14px 22px;margin:0 0 11px 0;-webkit-border-radius: 0 0 0 0;border-radius: 0 0 0 0;}
.lower-optin-form input[type="submit"]{height:60px;color:#3f4246;background:#f1c713;width:100%;float:left;border:none;margin:0;font-size:17px;font-weight:600;-webkit-border-radius: 0 0 0 0;border-radius: 0 0 0 0;}
/* placeholders */
.lower-optin-form input[type="email"]::-webkit-input-placeholder {font-size:17px;font-weight:300;color:#8e8e91;} /* Chrome/Opera/Safari */
.lower-optin-form input[type="email"]::-moz-placeholder {font-size:17px;font-weight:300;color:#8e8e91;} /* Firefox 19+ */
.lower-optin-form input[type="email"]:-ms-input-placeholder {font-size:17px;font-weight:300;color:#8e8e91;} /* IE 10+ */
.lower-optin-form input[type="email"]:-moz-placeholder {font-size:17px;font-weight:300;color:#8e8e91;} /* Firefox 18- */

/* =============================================================================
   Contact Page
   ========================================================================== */
.contact-page{display:flex;padding:47px 100px 74px 100px;justify-content: space-between;}
.contact-left, .contact-right {flex:0 1 45%;padding:34px 0 0 0;}

/* -----------------------------------------
  Footer
----------------------------------------- */
.footer{color:#fff;font-size:18px;background:#292929;padding:74px 100px 122px 100px;display:flex;justify-content:space-between;font-family: "DM Sans", serif;font-weight: 400;font-style: normal;}

.footer-one{flex:0 1 30%;}
.footer-logo{width:150px;padding:0 0 22px 0;}

.footer-one p {font-size:17px;}
.footer-two{flex:0 1 25%;padding:15px 0 0 0;}
.footer-three{flex:0 1 25%;}
.footer-one p {font-size:14px;padding:19px 0 0 0;line-height:1.7;}
.footer-two p {font-size:15px;padding:0 0 0 0;margin:0 0 6px 0;}
.footer-two a:link{color:#fff;}
.footer-two a:visited{color:#fff;}
.footer-two a:hover{color:#fff;}
.footer-social{display:flex;}
.footer-social-icon{flex:0 1 43px;margin:0 5px 0 0;}
.footer-copyright{width:100%;font-weight:400;font-size:14px;color:#fff;text-align:center;padding:22px 0 25px 0;border-top:1px solid #eee;background:#292929;}

/* =============================================================================
   Blog Page & Single Post & Custom Posts Page
   ========================================================================== */
.wp-block-media-text {margin:0 -150px 47px -150px;padding-top:22px;}
.wp-block-media-text__media{width:700px;}
.wp-block-media-text__content p {padding:47px 47px 52px 47px;background:#000;color:#fff;}
.wp-block-media-text__content a:link {color:#f3f3f3;text-decoration:underline;}
.wp-block-media-text__content a:visited {color:#f3f3f3;text-decoration:underline;}
.wp-block-media-text__content a:hover {color:#f3f3f3;text-decoration:underline;}

/* menu */
#menu-category{display:flex;justify-content:center;margin:11px 0 5px 0;}
#menu-category-menu li {float:left;list-style:none;text-align:center;border:2px solid #000;margin:0 7px 15px 7px;padding:7px 22px 4px 22px;-webkit-border-radius: 2px 2px 2px 2px ;border-radius: 2px 2px 2px 2px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
#menu-category-menu li:hover {}
#menu-category-menu li a {text-decoration: none;color: #000;display: block;font-weight:400;}
#menu-category-menu li a:hover {text-decoration: none;color: #000;}
.blog-category-menu ul {padding:0 !important;margin:0 !important;}

/* table of contents */
.toc{padding:25px 43px 25px 43px;background:#fff;color:#0a0a0a;margin:25px 0 5px 0;border:2px solid #0a0a0a;border-radius:5px;font-size:17px;}
.toc h3 {padding:0 0 15px 0;}
.toc-item{display:inline-block;padding:0 0 0 0;line-height:1.2;}
.toc-bullet{width:20px;float:left;}
.toc-link{float:left;border-bottom:1px dashed #a0a0a0;padding:0 0 0 0;margin:0 0 7px 7px;}
.toc-link a:link{color:#0a0a0a;text-decoration:none;}
.toc-link a:hover{color:#0a0a0a;text-decoration:none;}
.toc-link a:visited{color:#0a0a0a;text-decoration:none;}
.blog-post .toc img{padding:3px 0 0 0;}

/* post summary boxes */
.blog-summary{padding:29px 50px 74px 50px;display:flex;justify-content:flex-start;flex-wrap: wrap;}
.blog-summary-header{padding:11px 47px 0 47px;font-size:34px;margin:0;text-align:center;}
.blog-summary-box{flex:0 1 30%;margin:0 1.5% 47px 1.5%;}
.blog-summary-box h2 {font-weight:700;line-height:1.2;}
.blog-summary-box p {font-size:15px;font-weight:300;margin:0;padding:0;}
.blog-summary-image {border-radius:7px;}
p.blog-featured-links{padding:15px 0 0 0;}
.blog-latest-item p {padding:5px 0 15px 0;}

blockquote {font-size: 29px;margin: 1.11em 0 1.11em 0;padding: 19px 40px 7px 40px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;line-height: 1.45;position: relative;background:none;}
blockquote:before {display: block;content: "\201C";font-size: 80px;position: absolute;left: -10px;top: -10px;}
blockquote cite {font-size: 14px;display: block;margin-top: 5px;}
blockquote cite:before {content: "\2014 \2009";}

.blog-post{width:100%;background:#fff;margin:0 auto;padding:222px 0 65px 0;}
.blog-post img {padding:15px 0;}
.blog-title-container{width:1100px;margin:0 auto;font-size:14px;padding:22px 0 17px 0;font-weight:600;}
h1.blog-title{font-weight:800;margin:5px 0 11px 0;padding:0;font-size:47px;color:#292929;line-height:1.15;}
.blog-author-and-categories{display:flex;flex-direction: flex-start;flex-wrap: nowrap;}
.blog-author-section{flex:0 1 35%;display:flex;flex-wrap: nowrap;padding:4px 0 2px 0;}
.blog-author-pic{flex:0 1 56px;}
.blog-author-pic img {border-radius:50%;-webkit-border-radius:50%;}
.blog-author-text{flex:0 1 70%;font-size:12px;font-weight:600;padding:25px 0 0 19px;}
.blog-categories-section{flex:0 1 65%;padding:29px 0 11px 22px;}
.blog-category{margin:0 7px 7px 0;-webkit-border-radius: 15px 15px 15px 15px;border-radius: 15px 15px 15px 15px;border:2px solid #ccc;font-size:14px;font-weight:600;display:inline-block;padding:5px 17px;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
.blog-category:hover{border:2px solid #292929;}
.blog-category a:link{color:#292929;}
.blog-category a:hover{color:#292929;}
.blog-category a:visited{color:#292929;}
.blog-excerpt{font-weight:600;font-size:29px;line-height:1.3;color:#232323;padding:0 0 22px 0;}

.blog-schema-summary{border-radius:15px;padding:17px 25px;font-size:17px;background:#f7f7f7;margin:0 0 11px 0;}
.blog-schema-summary h3 {font-size:22px;font-weight:700;}



/* -----------------------------------------
   Media Queries Specific to Profile and Profile Admin and Theater
----------------------------------------- */

/*** 1600px ***/
@media screen and (max-width: 1600px) {


}

/*** 1450px ***/
@media screen and (max-width: 1450px) {


}

/*** 1400px ***/
@media screen and (max-width: 1400px) {


}

/*** 1300px ***/
@media screen and (max-width: 1300px) {

.home-testimonial-section{padding:122px 47px 111px 47px;}

}

/*** 1200px ***/
@media screen and (max-width: 1200px) {

.home-section-1-text{width:50%;padding:25px 65px 0 60px;}
.sub-page, .image-text-page{width:100%;}

}

/*** 1100px ***/
@media screen and (max-width: 1100px) {

.home-testimonial-section{padding:92px 122px 92px 147px;}
.testimonial{flex:0 1 100%;position:relative;margin:0 0 25px 0;}
.testimonial-image{width:130px;height:130px;margin:50px 0 0 -74px;position: absolute;left: 0;right: 0;}
.testimonial-text{padding:35px 47px 35px 74px;text-align:left;}

}

/*** 1000px ***/
@media screen and (max-width: 1000px) {

.image-text-page{width:100%;padding:25px 40px 65px 40px;}
.sub-left{padding-top:0;margin-top:0;}
.sub-page{width:100%;padding:25px 40px 65px 40px;}
.sub-left{width:100%;padding:34px 40px;}
.sub-right{width:100%;padding:34px 0;}

.cj-summary-featured{flex:0 1 40%;}
.cj-summary-text{flex:0 1 55%;font-size:16px;}

}

/*** 965px ***/
@media screen and (max-width: 965px) {

}

/*** 950px ***/
@media screen and (max-width: 950px) {

}

/*** 900px ***/
@media screen and (max-width: 900px) {

}

/*** 850px ***/
@media screen and (max-width: 850px) {

}

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

.cj-intro{flex-direction:column;}
.cj-featured{flex:0 1 100%;}
.cj-text{flex:0 1 100%;}
.cj-pic{flex:0 1 33%;}
.cj-testimonial{padding:65px 90px;font-size:30px;}
.cj-summary-intro{flex-direction: column;}
.cj-summary-featured{flex:0 1 100%;}
.cj-summary-featured img {width:300px;margin:0 auto;border-radius:50%;}
.cj-summary-text{flex:0 1 100%;font-size:20px;padding:10px 0 35px 0;}

}

/*** 768px ***/

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

.home-boxes{flex-direction: column;}
.home-box{flex:0 1 100%;}


}


/*** 750px ***/

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

/* footer */
.footer{flex-wrap: wrap;}
.footer-two{display:block;}
.footer-one, .footer-two, .footer-three {flex:0 1 100%;margin-bottom:25px;}


}

/*** 700px ***/
@media screen and (max-width: 700px) {


}


/*** 650px ***/
@media screen and (max-width: 650px) {

/* home testimonials */
.home-testimonial-section{padding:92px 25px 52px 25px;}
.testimonial-mobile{display:block;clear:both;height:25px;}
.testimonial-image{margin:-50px auto 0 auto;position: absolute;left: 0;right: 0;margin-left: auto;margin-right: auto;}
.testimonial-text{padding:83px 22px 35px 22px;font-size:18px;text-align:center;}

}


/*** 600px ***/
@media screen and (max-width: 600px) {

h1{line-height:1.2;font-size:34px;margin-bottom:20px;}

.home-intro{width:100%;padding:25px 43px 25px 43px;}
.home-intro h1 {font-size:34px;}
.home-section-1-text{width:100%;padding:25px 43px 25px 43px;float:right;}
.home-section-1-image{width:100%;float:left;}

.footer{padding:25px 40px 122px 40px;font-size:20px;}

.image-text-page{width:100%;padding:0;}

.pricing-left{width:100%;}
.pricing-right{width:100%;}

.map-flex{flex-wrap:wrap;}
.map-text{flex:0 1 100%;padding:11px 40px 40px 40px;}
.map-image{flex:0 1 100%;}
.hours-button{font-size:22px;}

.wrangler-left{width:100%;}
.wrangler-right{width:100%;}


}

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

.home-boxes{padding:15px 25px 15px 25px;}

.cj-pic{flex:0 1 50%;}
.cj-testimonial{padding:65px 35px;font-size:30px;}
.cj-summary-featured img {width:200px;margin:0 auto;border-radius:50%;}

}


/*** 465px ***/

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


}

/*** 400px ***/

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


}

/*** 320px ***/

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


}






/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: "DM Sans", serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: "DM Sans", serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "DM Sans", serif;font-weight:400;font-size:20px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}




/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
