/*
Theme Name: Cobblandworks
Theme URI:
Author: Greenbyte
Author URI: https://www.cobblandworks.com/
Description: A free WordPress theme for blogs that are designed to have beautiful typography. It is developed using responsive design, ensuring that your blog will be no less beautiful when viewed on a smartphone or tablet.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, pink, responsive-layout, full-width-template, one-column, two-columns, featured-images, translation-ready, right-sidebar, editor-style, custom-header, custom-background, custom-menu, threaded-comments
Text Domain: tribute
This theme, like WordPress, is licensed under the GPL.
*/

:root {
  --white-color: #fff;
  --black-color: #000;
  --black-color1: #111;
  --dark-brown-color: #3d290f;
  --green-color: #8fc53e;
  --vibrant-color: #f68d43;
  --tinted-green: #ecf0e7;
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/FontAwesome.otf);
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/7Auwp_0qiz-afTLGLQ.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #0e0e0e;
  font-family: 14px;
  font-family: Muli;
  font-weight: 500;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7b7b7b;
  font-family: 13px;
  font-family: Muli;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7b7b7b;
  font-family: 13px;
  font-family: Muli;
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  margin: 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  color: #a6a6a6;
  font-style: italic;
}

p.wp-caption-text {
  color: #a6a6a6;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .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
}

blockquote {
  background: #f9f9f9;
  color: #222222;
  overflow: hidden;
  border-left: 4px solid #cd2122;
  position: relative;
  font-size: 21px;
  font-style: italic;
  padding: 18px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
}

a,
button,
input:focus,
textarea:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

::-moz-selection {
  background: #b142e9;
  color: #fff
}

::selection {
  background: #00aee4;
  color: #fff
}

a {
  color: #212739;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--vibrant-color);
  outline: 0;
}

ul li {
  font-weight: 400;
  font-family: Muli;
  line-height: 26px;
  font-size: 17px;
}

ul {
  list-style: none;
  padding: 0px;
}

ul li a:hover {
  color: #cd2122;
}

address {
  color: #fff;
  line-height: 26px;
  font-size: 13px;
  margin-bottom: 15px;
}

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

big {
  font-size: 125%
}

pre {
  background-color: #fff;
  border: #eaeaea solid 1px;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 26px
}

label {
  color: #858585;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
}

.form-control,
#comment,
label input {
  border: 1px solid #cccccc;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  resize: none;
  background: #none;
  position: relative;
  width: 100%;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus {
  box-shadow: none;
  outline: 0;
}

button {
  outline: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 0px;
}

button:hover,
.search-submit:hover {
  background-color: #cd2122;
}

.btn {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 34px;
  background: var(--green-color);
  border-radius: 0px;
  white-space: inherit;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0px;
  font-family: Muli;
  border-radius: 5px;
}


.btn:hover,
.btn:focus,
.btn:active {
  color: white;
}


.btn:hover,
.btn:focus,
.btn:active:focus {
  background: #5b841d;
  color: #fff;
  outline: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #9b9b9b;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  resize: none;
  background: none;
  position: relative;
  width: 100%;
  padding-left: 14px;
  outline: none;
}

textarea {
  height: auto;
  padding: 10px 12px;
}

button,
input[type="submit"] {
  background: #fff;
  padding: 12px 30px;
  color: #272727;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: default-button;
}

button,
input[type="submit"]:hover {
  background: #272727;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 400;
}

h1 {
  font-size: 40px;
  color: #fff;
  font-family: Muli;
  font-weight: 600;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

p {
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: Muli;
  font-weight: 400;
  color: var(--black-color1);
}

body {
  color: #3f3f3f;
  font-family: Muli;
  font-size: 14px;
  line-height: 1.625;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body img {
  max-width: 100%;
}

.top-heading {
  font-size: 14px;
  line-height: 21px;
  color: var(--vibrant-color);
  font-weight: 700;
  font-family: "Muli";
  letter-spacing: 2px;
}

.vibrant-color {
  color: var(--vibrant-color);
}

.banner-title {
  font-size: 52px;
  line-height: 68px;
  color: var(--white-color);
}

.section-heading h3 {
  font-size: 37px;
  line-height: 56px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}
.section-heading h2 {
  font-size: 38px;
  line-height: 56px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}
/* .section-heading h2 {
  font-size: 45px;
  line-height: 54px;
} */

section {
  display: block;
  padding: 40px 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}


.bgcolor-white-color {
  background-color: white;
}

.bgcolor-lightgreen-color {
  background-color: rgba(236, 240, 231, 1);
}


.container1200 {
  width: 100%;
  max-width: 1200px;
  display: block;
  position: relative;
}

.Global-topbar {
  background-color: var(--dark-brown-color);
  padding: 15px 0;
}

.Global-topbar p {
  margin-bottom: 0px;
  color: var(--white-color);
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.Global-topbar p a {
  color: var(--vibrant-color);
  font-style: italic;
}

.header-main-area {
  padding: 18px 0;
}

.header-main-area .header-info {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-main-area .header-nav {
  margin: 0 auto;
}

.header-main-area .container1200 {
  width: 100%;
  max-width: 1240px;
}


.header-main-area .stellarnav ul {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}

.header-main-area .stellarnav ul li {
  margin-right: 30px;
}

.header-main-area .stellarnav ul li a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-color1);
  font-weight: 700;
  letter-spacing: 1px;
}

.header-main-area .stellarnav ul li:last-child {
  margin-right: 0px;
}

.header-btn .btn-call {
  position: relative;
  border-radius: 5px;
  padding-left: 48px;
}

.header-btn .btn-call .icon {
    position: absolute;
    left: 13px;
    font-size: 25px;
    top: 8px;
}

.header-main-area .header-info .stellarnav ul li.current_page_item > a {
    color: var(--black-color1);
}

.header-main-area .header-info .stellarnav ul li:hover a {
    color: var(--black-color1);
}

.stellarnav>ul>li>a {
    position: relative;
    display: inline-block;
}

.stellarnav>ul>li>a::after {
 content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}

.stellarnav>ul>li>a:hover::after {
  width: 100%;
  background: var(--green-color);
}

.header-main-area .header-info .stellarnav ul li.current_page_item > a::after {
  opacity: 1;
  width: 100%;
  background-color: var(--green-color);
}

.header-main-area .header-info .stellarnav ul li.current_page_item > a {
    color: var(--green-color);
}

.header-main-area .header-info .stellarnav ul li:hover a {
    color: var(--black-color1);
}

.stellarnav>ul>li>a {
    position: relative;
    display: inline-block;
}

.stellarnav>ul>li>a::after {
 content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}

.stellarnav>ul>li>a:hover::after {
  width: 100%;
  background: var(--green-color) !important;
}
.header-main-area .header-info .stellarnav ul li.current_page_item > a::after {
  opacity: 1;
  width: 100%;
  background-color: var(--green-color) !important;
}
  




/* Home Banner */

.main-banner {
  position: relative;
  overflow: hidden;
  display: block;
}

.main-banner .bgImage {
  padding: 7rem 0 11rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.main-banner .bgImage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-brown-color);
  opacity: .75;
}

.main-banner .top-heading {
  font-size: 17px;
  line-height: 26px;
  color: var(--vibrant-color);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.main-banner .banner-title {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 13px;
}

.main-banner .btn {
  padding: 19px 35px;
}


.main-banner .banner-txt h6 {
  color: var(--white-color);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4rem;
}

.main-banner .banner-req {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-banner .banner-req .media-btn {
  padding-right: 20px;
}

.main-banner .banner-req .media-txt a {
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
  color: var(--white-color);
}

.main-banner .banner-req .media-txt a:hover {
    color: var(--vibrant-color);
}


.main-banner .banner-req .media-txt p {
  font-size: 17px;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 0px;
}

.main-banner .banner-req .media-txt .fa {
  color: var(--vibrant-color);
  margin-right: 15px;
}

.main-banner .bg-grass {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
}

/* Home About */

.hm-abt {
  position: relative;
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.hm-abt .media-body {
    padding-right: 2rem;
}


.hm-abt .media-figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
  column-gap: 10px;
}

.hm-abt figure:first-child {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.hm-abt .btn {
  padding: 16px 38px;
}

/* Home Information */


.hm-info {
  padding: 0;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.hm-info .media-body {
  padding: 3rem 0;
  background-color: rgba(61, 41, 15, .9);
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
}

.hm-info .media-body {
  padding: 3rem 8rem;
}

.hm-info .section-heading h3 {
  color: var(--white-color);
}

.hm-info .media-body p {
  color: var(--white-color);
}

.hm-info .btn {
    padding: 17px 34px;
}


.hm-choose {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

.hm-choose .media-body {
    padding: 0px 4rem;
}

.hm-choose .entry-post {
  background-color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

.hm-choose .entry-icon svg {
  width: 55px;
  height: 55px;
  color: var(--vibrant-color);
  fill: var(--vibrant-color);
  margin: 0 auto 20px auto;
}

.hm-choose h4 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.hm-cta {
  background-color: var(--dark-brown-color);
}

.hm-cta .section-heading h3 {
  color: var(--white-color);
  margin-bottom: 15px;
}

.hm-cta p {
  color: var(--white-color);
  margin-bottom: 0;
}
.hm-cta h6{
	color: var(--white-color);
  margin-bottom: 0;
}
.hm-cta .media-btn {
  text-align: right;
}

/* home Services */

.hm-services {
  padding: 3rem 0 0;
}

.hm-services .section-heading {
  margin-bottom: 3rem;
}

.hm-services .section-heading h2 {
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
}

.hm-services .top-heading {
  color: var(--vibrant-color);
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 1rem;
}

.hm-services .col-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}


.hm-services .col-grid .entry-post {
  position: relative;
  overflow: hidden;
  display: block;
}

.hm-services .entry-img {
  position: relative;
}

.hm-services .entry-img::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.3; z-index: 9;
}

.hm-services .entry-overlay {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 10px;
	z-index: 9;
}

.hm-services .entry-overlay h4 {
  font-size: 20px;
  line-height: 26px;
  color: var(--white-color);
  margin-bottom: 0px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

.hm-services .col-grid .entry-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.hm-services .desc {
  font-size: 15px;
  color: var(--green-color);
  font-weight: 700;
}

.hm-services .entry-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hm-services .entry-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}




/* Home See Work */

.hm-seework {
  background-color: var(--dark-brown-color);
  padding: 3rem 0;
}

.hm-seework .top-heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  color: var(--vibrant-color);
  display: block;
  margin-bottom: 1rem;
}

.hm-seework .section-heading h3 {
  color: var(--white-color);
  margin-bottom: 10px;
}

.hm-seework .media-body p {
  color: var(--white-color);
}

.hm-seework .media-body .btn {
  border-radius: 5px;
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  padding: 17px 50px;
  font-family: "Muli";
}

.hm-seework .media-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.hm-seework figure img {
  height: 157px;
  width: 100%;
  object-fit: cover;
}


/* Home Faq */

.hm-faq {
  background-color: var(--tinted-green);
  padding: 3rem 0;
  background-repeat: repeat;
}

.hm-faq .top-heading {
  margin-bottom: 1rem;
  display: block;
}

.hm-faq .section-heading {
  margin-bottom: 3rem;
}

.hm-faq .max-width {
  width: 100%;
  max-width: 890px;
  display: block;
  margin: 0 auto;
}

.hm-faq .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  margin-bottom: 10px;
}

.hm-faq .set>a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 0px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: var(--white-color);
  font-size: 18px;
  line-height: 27px;
  color: var(--black-color1);
}

.hm-faq .set>a i {
    float: right;
    margin-top: 2px;
    width: 30px;
    height: 30px;
    background: var(--vibrant-color);
    border-radius: 100%;
    line-height: 31px;
    text-align: center;
    color: #fff;
}

.hm-faq .set>a.active {
  background-color: var(--white-color);
  color: var(--black-color);
}

.hm-faq .content {
  background-color: transparent;
  border-bottom: 0px solid #ddd;
  display: none;
}

.hm-faq .content p {
  padding: 20px;
  margin: 0;
  color: var(--black-color1);
  font-size: 16px;
  line-height: 24px;
}

.hm-faq .media-body1 p {
  color: #111;
}

.hm-faq .media-body1 h5,
.hm-faq .media-body1 h5 a {
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
  color: #111;
}

.hm-faq .media-body1 a:hover {
  color: var(--vibrant-color);
}

.hm-faq .media-body1 .fa {
  margin-right: 20px;
  color: var(--vibrant-color);
  font-size: 28px;
  vertical-align: -4px;
}


/* Inner Banner */


.inner-banner .bgImage {
  padding: 5rem 0 6rem;
  position: relative;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner {
  position: relative;
  overflow: hidden;
  display: block;
}

.inner-banner .grass-bg {
  height: 40px;
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.inner-banner .bgImage::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--dark-brown-color);
  opacity: 0.75;
}

.inner-banner .top-heading {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.inner-banner p {
  color: var(--white-color);
}

.inner-banner .banner-title {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 13 px;
}

/* Service Page -- Layout */

.service-list {
  padding: 4rem 0;
}

.service-list .media-body {
    padding-right: 2rem;
} 

.service-list .flex-row-reverse .media-body {
  padding-right: 0;
  padding-left: 2rem;
}




.service-list svg {
  width: 70px;
  height: 70px;
  color: var(--vibrant-color);
  fill: var(--vibrant-color);
}

.service-list .page_header {
  display: flex;
  /* align-items: center; */
}

.service-list .page_header .page-icon {
  margin-right: 30px;
}

.service-list .page_header .top-heading {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: 10px;
}

.service-list .page_header h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 37px;
  line-height: 44px;
  font-weight: 700;
}

.service-list .btn {
    font-size: 17px;
    line-height: normal;
    padding: 20px 40px;
}

.service-list .page_content {
  margin-bottom: 2rem;
}



/* Contact Page - Layout */

.contact-page {
    padding: 5rem 0;
}

.contact-page .media-list {
  display: flex;
}

.contact-page .page-icon {
  margin-right: 30px;
}


.contact-page .page-icon svg {
  width: 55px;
  height: 55px;
  fill: var(--vibrant-color);
  color: var(--vibrant-color);
}

.contact-page .page-heading h4 {
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  line-height: 26px;
  color: #111;
  margin-bottom: 0;
  font-weight: 700;
}
.contact-page .page-heading h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  line-height: 26px;
  color: #111;
  margin-bottom: 0;
  font-weight: 700;
}
.contact-page .page-heading p a:hover {
  color: var(--black-color1);
}

.contact-page .hours ul li {
    display: flex;
    justify-content: space-between;
}

.contact-page .form-info {
    width: 100%;
    max-width: 482px;
    background-color: rgba(236, 240, 231, 1);
    padding: 2rem;
}

.contact-page .form-info input[type="submit"] {
  width: 100%;
}


/* Aboout Page -- Layout */

.abt-info {
    padding: 5rem 00;
}

.abt-info .media-body {
    padding: 0 1rem 0 2rem;
}

.abt-info .section-content {
    margin-bottom: 30px;
    display: block;
}

.abt-info .section-list {
  display: flex;
  text-align: center;
}

.abt-info figure {
    width: 100%;
    height: 100%;
}

.abt-info figure img {
    height: 100%;
    object-fit: cover;
}


.abt-info .list-icon svg {
  height: 55px;
  width: 55px;
  margin: 0 auto 30px auto;
  display: block;
  color: var(--white-color);
  fill: var(--white-color);
}

.abt-info .section-list .list-info {
  margin-right: 15px;
  background-color: var(--vibrant-color);
  border-radius: 5px;
  padding: 35px 20px;
  max-width: 45%;
  width: 100%;
}

.abt-info .section-list .list-info:last-child {
  margin-right: 0;
  background-color: #fef4ec;
  max-width: 55%;
  width: 100%
}


.abt-info .list-text h5 {
  color: var(--white-color);
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  line-height: 24px;
  margin-bottom: 10px;
}

.abt-info .list-text p {
  color: var(--white-color);
}

.abt-info .section-list .list-info:last-child h5,
.abt-info .section-list .list-info:last-child p {
  color: var(--black-color1);
}

.abt-info .section-list .list-info:last-child .list-icon svg {
  color: var(--vibrant-color);
  fill: var(--vibrant-color);
}

.abt-chose {
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -100px;
  background-color: #ecf0e7;
}

.abt-chose .col-item {
  background-color: var(--white-color);
  padding: 25px 0;
  text-align: center;
  border-radius: 5px;
}

.abt-chose .entry-icon svg {
  color: var(--vibrant-color);
  fill: var(--vibrant-color);
  height: 55px;
  width: 55px;
  margin: 0 auto 0 auto;
  display: block;
}

.abt-chose .col-item .entry-icon {
  padding-bottom: 20px;
}

.abt-chose .col-item h4 {
  color: var(--black-color1);
  /* font-family: "Libre Baskerville", serif; */
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px;
}

.abt-exp {
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 4rem;
}

.abt-exp .media-body {
    padding-right: 2rem;
}


.abt-exp .media-figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
  column-gap: 10px;
}

.abt-exp .media-figure figure:first-child {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.abt-exp ul {
    list-style: none;
    margin-bottom: 40px;
}

.abt-exp ul li {
    line-height: 26px;
    margin-bottom: 9px;
    font-size: 17px;
    font-family: Muli;
    font-weight: 400;
    padding-left: 40px;
    background-image: url('https://www.cobblandworks.com/wp-content/uploads/2025/09/tree-img.png');
    background-repeat: no-repeat;
}

/* Home Form */

.form-info input[type="text"],
.form-info input[type="email"],
.form-info input[type="tel"] {
  width: 100%;
  height: 55px;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border: 1px solid #fff;
  padding-left: 15px;
}

.form-info textarea {
  width: 100%;
  height: 130px;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border: 1px solid #fff;
}

.form-info input[type="submit"] {
  background-color: var(--green-color);
  border-radius: 5px;
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  padding: 17px 50px;
  font-family: "Muli";
  color: var(--white-color);
}

.form-info input[type="submit"]:hover {
  background-color: #5b841d;
}
.service-page {
    padding-bottom: 0px;
}

.page-id-35 .hm-cta {
  background-color: rgb(45, 30, 10);
}

.map-layout {display: flex;}

/*
font-family: "Libre Baskerville", serif;
font-family: "Roboto", sans-serif;

*/



/* Home Free Estimate */

.hm-freestimate {
  padding: 0;
}

.hm-freestimate .form-info {
  padding: 0 15px
}

.hm-freestimate .form-info .col-12 {
  padding: 0 5px;
}


.hm-freestimate .section-heading h2 {
  font-size: 55px;
  color: var(--black-color1);
  line-height: 66px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  position: relative;
}

.hm-freestimate .sparator {
  display: block;
  height: 2px;
  background: var(--vibrant-color);
  margin-bottom: 25px;
  width: 100%;
  max-width: 100px;
}

.hm-freestimate .media-body {
  padding: 5rem;
  background-image: url('images/dot.png');
  background-color: var(--tinted-green);
  height: 100%;
}

.hm-freestimate figure {
  margin-bottom: 0px;
  height: 100%;

}

.hm-freestimate figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Footer */

.site-footer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  display: block;
  position: relative;
}

.site-footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--dark-brown-color);
  opacity: .94;
}

.site-footer .footer-logo {
  margin-bottom: 2rem;
}

.site-footer .footer-logo img {
  width: 100%;
  max-width: 200px;
}

.site-footer .btn {
  font-size: 14px;
  border-radius: 10px;
}

.footer-title {
  color: var(--white-color);
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.footer-title:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 55px;
  height: 1px;
  background-color: var(--vibrant-color);
}

.site-footer p,
.site-footer p a {
  color: var(--white-color);
  font-size: 15px;
  line-height: 23px;
}

.site-footer .col-item2 p {
  padding-right: 1rem;
}

.site-footer ul li {
  color: var(--white-color);
  font-size: 15px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer address {
  margin-bottom: 20px;
}

.site-footer address p {
  margin-bottom: 10px;
}

.site-footer .social ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.site-footer .social ul li {
  display: block;
  margin-right: 10px;
}

.site-footer .social ul li:last-child {
  margin-right: 0px;
}

.site-footer .social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--vibrant-color);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
}


/* Site Copyright */

.site-copyright {
  background-color: var(--vibrant-color);
  padding: 10px 0;
}

.site-copyright p {
  color: var(--white-color);
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
}
.site-copyright p a {
  color: var(--white-color);
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
}

.site-copyright p a:hover {
	color: #111;
}


/* sticky */

.header.sticky {
  top: 0px;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: auto;
  background: var(--white-color);
  padding: 0px;
}


.header.sticky .Global-topbar {
  display: none;
}


/* validation-errors */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #f7e700; clear: both; color: #a94442; background-color: #f2dede; border-color: #ebccd1; margin-left: 0px;}
.wpcf7-not-valid { border-color: red !important;}
span.wpcf7-not-valid-tip {display: none;}
div.wpcf7-mail-sent-ok { border: 2px solid #398f14;   color: #3c763d;    background-color: #dff0d8;    border-color: #d6e9c6;  clear: both;  margin-left: 0px;}
