/* ------------ Google Fonts ------------ */

.header-style {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    
}

.p-style {
   font-family: 'Roboto', sans-serif;
}





/* ------------ Hide on Small Screen ------------ */
@media (max-width: 750px) { 
  .hide-small {   
    display: none;
  };      
}

/* ------------ Small Screen Contact Us Button Center ------------ */
@media (min-width: 992px) { 
  .sm-button-center{   
    margin-left: 1rem;
  };      
}

/* ------------ Small Screen Text Center ------------ */
@media (max-width: 992px) { 
  .sm-text-center{   
    text-align: center;
  };      
}



@media (min-width: 800px) {
    .bg-header-h {
        max-height: 800px;
    }
}




/* ------------ Centering Header Text ------------ */
@media (max-width: 575.98px) { 
  .center-header {
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-header {
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-header {;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-header {
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-header {
    text-align: left;
  };
}

/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .center-form {
    margin: auto;
    width: 100%;
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-form {
    margin: auto;
    width: 80%;
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-form {
    margin-left: 40px;
    width: 70%;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-form {
    margin-left: 20px;
    width: 60%;
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}

/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(30,38,59,0.3) 50%);
  margin-bottom: -16px;
  };      
}

@media (min-width: 576px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(30,38,59,0.3) 50%);
  margin-bottom: -16px;
  };
}

@media (min-width: 992px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 80%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1200px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 90%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1400px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 90%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1600px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 95%);
  margin-bottom: -16px;
  };
}

@media (min-width: 1800px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 100%);
  margin-bottom: -16px;
  };
}

@media (min-width: 2000px) { 
  .bg-dark-red-cover {
  background: linear-gradient(90deg, rgba(30,38,59,1) 0%, rgba(0,0,0,0) 100%);
  margin-bottom: -16px;
  };
}

/* ------------ Background Images ------------ */
.bgimg {
    background-image: url('https://s3.us-east-1.amazonaws.com/longviewtree.com/assets/img/jpg/tree-removal-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



/* ------------ Custom Buttons ------------ */
.btn-barry {
    color: #fff;
    background-color: #4A91B6;
    border-color: #4A91B6;
}
.btn-barry:hover {
    color: #fff;
    background-color: #33657F;
    border-color: #33657F;
}

.btn-barry-dark {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}
.btn-barry-dark:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-sign-up {
    color: #fff !important;
    background-color: #727272 !important;
    border-color: #727272 !important;
}

.btn-sign-up:hover {
    color: #fff !important;
    background-color: #9d6d53 !important;
    border-color: #9d6d53 !important;
}

.btn-barry-nav {
    color: #fff;
    background-color: #4A91B6;
    border-color: #4A91B6;
    border-radius: 50px;
}
.btn-barry-nav:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
    border-radius: 50px;
}

.btn-review {
    color: #000;
    background-color: #f8f9fa ;
    border-color: #f8f9fa ;
}
.btn-review:hover {
    color: #000;
    background-color: #c6c7c8;
    border-color: #c6c7c8;
}

.btn-red-dark {
    color: #fff;
    background-color: #4A91B6;
    border-color: #fff;
}
.btn-red-dark:hover {
    color: #fff;
    background-color: #8c2025;
    border-color: #fff;
}

.btn-form {
  color: #fff;
  border-color: #fff;
  width: 100%;
}

.btn-form:hover {
  color: #fff;
  background-color: #222222;
  border-color: #fff;
  width: 100%;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* ------------ Custom Form Fields ------------ */
.form-red-dark,
.form-red-dark:focus {
  color: #fff;
  background-color: #8c2025;
  border-color: #8c2025;
}

.form-grey-dark,
.form-grey-dark:focus {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

/* ------------ Center Objects ------------ */
.center {
margin: auto;
width: 70%;
}

/* ------------ Center Google Partner ------------ */
.center-google {
margin: auto;
}

/* ------------ Custom Form Text ------------ */
.form-text {
  color: #fff;
}

/* ------------ Background Colors ------------ */
.bg-barry {
    background-color: #4A91B6 !important;
}

.bg-barry-shadow {
    box-shadow: 0px 5px 25px #260406 inset;
}

.bg-barry-shadow-2 {
    box-shadow: 0px 3px 8px #260406;
}

.bg-barry-footer {
    background-color: #f1f1ef !important;
}

.bg-taupe {
  background-color: #F5F5EB;
}

.bg-hunter-green {
  background-color: #26453d;
}

.bg-taupe-dark {
  background-color: #c4c4bc;
}

.bg-grey-dark {
  background-color: #7a7a75;
}

/* ------------ red Background Color ------------ */
.bg-red {
  background-color: #4A91B6;
}

.bg-grey {
  background-color: #4e4e4e;
}

.bg-dark-grey {
  background-color: #610b0f;
}

/* ------------ Vertical Div Spacing ------------ */
.vertical-div-spacing {
    margin-top: 3em;
    margin-bottom: 3em;
}

.header-vertical-div-spacing {
    margin-top: 2em;
}


@media (min-width: 576px) { 
  .min-h-400 {
    min-height: 300px;
  };
}

@media (min-width: 992px) { 
  .min-h-400 {
    min-height: 425px;
  };
}

@media (min-width: 1200px) { 
  .min-h-400 {
    min-height: 350px;
  };
}

@media (min-width: 1400px) { 
  .min-h-400 {
    min-height: 350px;
  };
}


.min-h {
  min-height: 300px;
}

.min-h-200 {
  min-height: 250px;
}

.min-h-500 {
  min-height: 500px;
}

.min-h-700 {
  min-height: 700px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-text {
  max-width: 1200px;
}

/* ------------ Text Colors ------------ */
.text-barry {
    color: #4A91B6 !important;
}

.text-barry-wildlife {
    color: #E95902;
}

.text-barry-green {
    color: #00713c;
}

/* ------------ Red Text ------------ */
.blue-text {
  color: #4A91B6;
}

/* ------------ Vertical Line ------------ */
.vertical-line {
    padding-left: 1rem;
    border-left: 1px solid #212529 !important;
}

.vertical-line-grey {
    padding-left: 1rem;
    border-left: 1px solid #bdbdbd !important;
}

/* ------------ Center Image ------------ */
.center-img {
display: flex;
justify-content: center;
vertical-align: middle;
}

/* ------------ Custom Image Size ------------ */
.img-size {
  width: 300px;
  height: 300px;
  vertical-align: middle;
  border-radius: 25px;
}

/* ------------ Center Services Text ------------ */
.center-services {
margin: auto;
width: 100%;
margin-top: 50px;
}



/* ------------ Custom Rounded Shape ------------ */
.custom-rounded {
  border-radius: 25px;
}









/* ------------ Footer Link ------------ */
.footer-link {
  color: #000000;
  text-decoration: none;
}

.footer-link:hover {
  color: #4A91B6;
  text-decoration: underline;
}

/* ------------ Square Button ------------ */
.square-button-text {
    color: #4A91B6 !important;
}

.square-button-text:focus,
.square-button-text:hover {
    color: #ffffff !important;
}

.square-button-text.active,
.square-button-text:active {
    color: #4A91B6;
    text-decoration: none;
    background-color: transparent;
}

.btn-square {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
    margin: 1rem 1rem 1rem 1rem !important;
    padding: 1rem 0rem 0rem 0rem !important;
    width: 8rem;
    display: block;
    text-decoration: none;
}

.btn-square:focus,
.btn-square:hover {
    background-color: #4A91B6 !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
}

.box-center {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  text-align: center;
  width: 200px;
  padding: 25px;
}

.overlap-up {
  margin-top: -95px;
}

@media (max-width: 575.98px) { 
  .align-xs-items{   
    flex: 0 0 auto;
    width: 50%;
  };      
}

.rounded-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.min-h-260 {
  min-height: 260px;
}

.box-width {
  max-width: 400px;
}

.profile-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  min-height: 580px;
}

/* ------------ Rounded Image ------------ */

.rounded-image {
  border-radius: 25px;
}






.header-text-shadow {
    text-shadow: 1px 1px 5px #000000;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* ------------ All Rights Text Size Mobile ------------ */
@media (max-width: 575.98px) { 
  .all-rights {
    font-size: 0.75em;
  };
}

/* ------------ Webaam Logo Bottom ------------ */

.logo-bottom {
    width: 100px;
    height: 35px;
    position: relative;
    display: inline-block;
}
.logo-bottom .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.logo-bottom:hover .img-top {
    display: inline;
}

.max-w-500 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.circle-border {
  margin: auto;
  width: 200px;
  border-radius: 50%;
  border-color: #26453d !important;
}

.rounded-box-taupe {
  background-color: #F5F5EB !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.box-black {
  background-color: #000000 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.dropdown-menu {
  background-color: #F5F5EB !important; 
}

.phone-button {
  max-width: 300px;
}

#describePestProblem {
  height: 150px;
}