.logo a {
    background: #fff;
    position: absolute !important;
    width: 300px;
    padding: 10px 30px;
    border-radius: 39px;
    border-top-left-radius: 0;
    top: -33px;
    left: -7px;
    border-bottom-right-radius: 0;
}

.admin-bar #mainmenu.isSticky {
    margin-top: 32px;
}
#mainmenu.isSticky {
    position: fixed;
    width: 100%;
    left: 0;
    border-radius: 0;
    top: 0;
    box-shadow: 2px 2px 12px #00000024;
    background-color: #16232a;
}


#mainmenu.isSticky .logo a {
    background: #fff;
    position: static !important;
    padding: 5px 22px;
    border-radius: 0;
    border-top-left-radius: 0;
    top: -33px;
    left: -7px;
    width: 207px;
    border-bottom-right-radius: 0;
}

#mainmenu.isSticky img {
    max-width: 100%;
}

#mainmenu.isSticky .contact {
    padding: 0 33px;
    border-radius: 0;
    border-top-left-radius: 0;
}


#mainmenu .nav.navbar-nav > li > a > span,
#mainmenu .nav.navbar-nav li.contact:hover > a > span{
    color: #fff;
}

#mainmenu .nav.navbar-nav li:hover > a > span{
    color: #377487;
}


#mainmenu .nav.navbar-nav li.active > a > span,
#mainmenu .nav.navbar-nav li.active:hover > a > span{
  padding: 10px 23px;
  border-radius: 30px;
  border-top-left-radius: 0;
  color: #fff;
  background-color: #377487;
}

#mainmenu {
    background-color: #16232a66;
    border-radius: 50px;
    padding:0;
}

#mainmenu .navbar-nav {
    display: flex;
    gap: 0 20px;
}

#mainmenu .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: all 500ms ease;
    opacity: 1;
    padding: 15px 0px 15px;
    font-family: 'Archivo', sans-serif;
}

#mainmenu .navbar-nav .nav-link.active span{
    background-color: #377487;
    padding: 10px 23px;
    border-radius: 30px;
    border-top-left-radius: 0;
    color: #fff;
}

#mainmenu .contact{
    position: relative;
    display: inline-block;
    padding: 0 55px;
    border-radius: 30px;
    border-top-left-radius: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Archivo', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background: #377487
}
.sep .lb{
    background: #377487;height: 3px;width: 60px;margin-bottom: 10px;
}
.sep .white{
    background: #ffffff;height: 5px;margin-bottom: 26px;width: 35px;
}

.hero-horse {
    position: absolute;
    right: 0;
    top: 21px;
}

#heroSec .btns-box {
    display: none;
}
#heroSec.main-slider.style3 .content h3 {
    margin-bottom: 0;
}

#heroSec.main-slider.style3 .slide{
padding: 390px 0px 260px;
}

section#heroSec {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    background-color: #16232a;
}

section#heroSec:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    content: "";
    z-index: 0;
}

section#heroSec h3 {position: relative;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 1;
    transition: all 1000ms ease;
    }

section#heroSec h2 {position: relative;
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 23px;
    opacity: 1;
    transition: all 1000ms ease;
    }

section#heroSec p {color: #ffffff;
      font-size: 18px;
      line-height: 36px;
      font-weight: 400;
      margin: 0;
    }

    .mouse {
    width: 35px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 60px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}
    .mouse::before {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff;
      border-radius: 50%;
      opacity: 1;
      animation: wheel 1.8s infinite;
      -webkit-animation: wheel 1.5s infinite;
    }

    @keyframes wheel {
      to {
        opacity: 0;
        top: 40px;
      }
    }
    @-webkit-keyframes wheel {
      to {
        opacity: 0;
        top: 40px;
      }
    }


section#aboutSec {
    padding: 35px 0 100px;
}

section#theFarmSec {
    padding: 0 0 85px;
}

#horsesSec .single-features-style1 .img-holder .title h3 a {padding: 0 30px;}

#horsesSec .text-holder h3 {
    font-family: 'Archivo', sans-serif;
    color: #fff;
    font-size: 15px;
}

#horsesSec .text-holder h3 a {
    color: #8f8f8f;
    font-weight: 600;
}

section#instaSec {
    padding: 4rem 0 4rem;
}

#instaSec .sec-title.style2 .big-title h2 {
    text-transform: none;
}

section#serviceSec {
  margin-top: -37px;
    padding: 0rem 0 4rem;
}

#blogCar .client-info {
    padding-bottom: 0;
}

#blogCar .client-info > p {
    display: none;
}

#blogCar .text {
    margin-bottom: 20px;
}
#blogCar .text p {
    line-height: 24px;
    font-size: 15px;
}

#blogCar a.btn-two {
    padding: 0 35px;
    line-height: 40px;
}

#blogCar .img-box {
    background-size: cover;
    background-position: center;
}

#testimonialSec .testimonial-style2-outer-box {
    position: relative;
    display: block;
    background: #ffffff;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    -webkit-box-shadow: 0px 6px 10px 1px #eaeaea;
    box-shadow: 0px 6px 10px 1px #eaeaea;
}
#testimonialSec .single-testimonial-style2 .img-box img{opacity: 0;}
#testimonialSec .single-testimonial-style2 .img-box {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 212px;
    height: 100%;
}

#testimonialSec .single-testimonial-style2 {
    position: relative;
    display: block;
    padding-left: 200px;
}


.single-features-style1 .img-holder .inner .img {
    width: 100%;
    height: 360px;
    background-position: center;
    background-size: cover;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.single-features-style1:hover .img-holder .inner .img {
    transform: scale(1.2) rotate(1deg);
}


.single-features-style1 .text-holder span{
  display: block;
}

.single-features-style1 .text-holder span.detail {
    color: #17242b;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    border-top-right-radius: 0;
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 5px;
}
.single-features-style1 .text-holder span.detail:after {
    content: '';
    background: #377487;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.single-features-style1 .text-holder span.detail:before {
    content: '';
    background: #17242b;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.single-features-style1 .text-holder span.dob {
    font-weight: 600;
    background: #377487;
    color: #fff;
    display: inline-flex;
    margin: 4px 0 0;
    padding: 0px 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
}

#pageTitle {
    padding: 240px 40px 70px;
    text-align: center;
    position: relative;
    border-bottom-left-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#pageTitle:before {
    position: absolute;
    content: "";
    background: #16232a78;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 0px;

}

#pageTitle h2 {
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 50px;
}

body.single-horses section#pageTitle {
    padding: 240px 40px 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



#featured_img .about-style1-image-box {
    margin: -75px auto 0;
}

#horseGall {
    padding: 0 0px 0px;
}

#singleHorseGal {
    position: relative;
}
#singleHorseGal:before {
    position: absolute;
    top: -54px;
    right: 60px;
    width: 90%;
    bottom: 0;
    left: 71px;
    border: 5px solid #377487;
    content: "";
    z-index: -1;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 130%;
    display: none;
}

.gallery-item a {
  position: relative;
    height: 460px;
    display: block !important;
    background-size: cover !important;
    background-position: center !important;
}

.gallery-item a:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 71%);
}

#singleHorseGal .owl-item.active.center .gallery-item a:before {
  background-color:transparent
}


#horseContent {
    padding-top: 35px;
    padding-bottom: 0;
    background: #377487;
    position: relative;
}
section#horseContent:after {
    content: "";
    position: absolute;
    height: 90px;
    width: 100%;
    background: url(https://aspire.freewpthemeshub.com/wp-content/uploads/2022/05/triangle-down-blue2.svg) no-repeat;
    bottom: 0px;
    background-size: 100%;
    z-index: 1;
    transform: translateY(100%);
}

#horseContent > img {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: -86px;
    transition: unset;
}

#horseContent h2{
    color:#fff;
    font-size: 45px;
    margin-bottom: 8px;
}

#horseContent .border-box {
    margin-bottom: 8px;
}


#horseContent .text-holder span{
  display: block;
}

#horseContent .text-holder {
  text-align: center;
}

#horseContent .border-box .linetop {
  width: 100px;
}

#horseContent .text-holder span.detail {
    font-family: 'Lora', serif;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    border-radius: 50px;
    border-top-right-radius: 0;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0;
}

/* #horseContent .text-holder span.detail:after {
    content: '';
    background: #377487;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#horseContent .text-holder span.detail:before {
    content: '';
    background: #17242b;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);

} */


#horseContent .text-holder span.dob {
    font-size: 17px;
    font-weight: 500;
    background: #377487;
    color: #fff;
    display: inline-flex;
    margin: 2px 0 0;
    padding: 0;
    border-radius: 0;
    border-top-left-radius: 0;
}

#horseDesc {
    position: relative;
    display: block;
    background: #fff;
    /* background: url(/wp-content/themes/httpswww-ssquares-tech/assets/images/pattern/pattern-bg-2.png) #16232a; */
    padding-top: 95px;
padding-bottom: 60px;
}

#horseDesc .text-holder {
  color:#16232a;text-align: center;
}

#horseDesc > img {
    position: absolute;
    height: 90px;
    width: 100%;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    bottom: 0;
}

#horsePro {
    padding: 60px 0;
    /* border-top: 1px solid #16232a26; */
}

#horsePro .img_border {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;

}

#horsePro .prog-items a {
    display: block;
    text-align: center;
    line-height: 20px;
    box-shadow: 2px 2px 12px #0000001a;
    border-radius: 5px;
    padding: 0 0 8px;
}
#horsePro .prog-items a span {
  display: block;text-align: center;
  font-size: 13px;
  padding-left: 8px;
  padding-right: 8px;
}
#horsePro .prog-items a span.name {
    color: #16232a;padding-top: 8px;
}
#horsePro .prog-items a span.dob {
  color:#377487;
}

#horsePro .row {
    display: flex;
    justify-content: center;
}

#horseVid {
    padding: 60px 0;
}

#horsePedigree {
    position: relative;
    display: block;
    background: url(/wp-content/themes/httpswww-ssquares-tech/assets/images/pattern/pattern-bg-2.png) #dfdfdf;
    padding-top: 160px;
    padding-bottom: 80px;
}

#horsePedigree .pedigree_inner_sec table tr td {
    border-bottom: 1px solid #091a3b;
}


#horsePedigree .pedigree_sec {font-size: 16px;}
#horsePedigree .pedigree_inner_sec table tr td {border-bottom: 1px solid #091a3b;}
#horsePedigree .pedigree_inner_sec table td {border: none;}
#horsePedigree .last {border: none!important;}
#horsePedigree .pedigree_first_td {font-size: 15px;padding: 10px;}
#horsePedigree .pedigree_second_td {font-size: 15px;padding: 10px;}
#horsePedigree .pedigree_third_td {font-size: 15px;padding: 10px;}


/*post*/

body.single-post #pageTitle .border-box .linebottom {
    background: #377487;
}

body.single-post #pageTitle {
    padding: 240px 40px 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

body.single-post #pageTitle .meta-info {
  margin-top: 20px;
    color: #fff;
    position: relative;
}
body.single-post #pageTitle .meta-info a {
  color:#fff
}


body.single-post #featured_img.about-style1-image-box:before{
  display: none;
}

section#blogSingle {
    padding: 50px 0;
}

.sidebar {
  display: none;
}




#blogSingle .main-content .image-box img {
    border: 12px solid white;
    box-shadow: 2px 2px 12px #00000033;
    border-top-left-radius: 125px;
}

#blogSingle .post-content {
    margin: 40px 0;
}

#blogSingle .post-content a {
    color: #377487;
}


#blogSingle aside ul li:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 18px;
    line-height: 19px;
    border-bottom: 1px solid #00000017;
}

#blogSingle { margin-bottom: 35px;}

#blogSingle aside h2.widget-title {
    margin-bottom: 25px;
}

#blogSingle aside {
    margin-bottom: 28px;
}

#blogSingle aside ul li a {
    color: #377487;
}

#blogSingle.arch {}
#blogSingle.arch .isotope {
    box-shadow: 2px 2px 12px #00000026;
    border-radius: 0;
    border-bottom-left-radius: 25px;
    margin-bottom: 30px;
}
#blogSingle.arch .isotope .image {
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#blogSingle.arch .post-title {

}

#blogSingle.arch .post-title a {
    font-family: 'Archivo', sans-serif;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 20px;
    background: #377487;
    color: #fff;
    font-weight: 500;
    border-bottom-left-radius: 25px;
    display: block;
    transition: all ease 200ms;
}

#blogSingle.arch .post-title a:hover {
    border-radius: 0;
}

nav.prev-next-posts {
    display: flex;
    justify-content: space-between;
}

nav.prev-next-posts a {
    background: #16232a;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    box-shadow: 2px 2px 12px #0000002e;
}

.contact_address {
    display: flex;
    flex-direction: column;
    gap: 18px 20px;
}

.cont_item {
    gap: 0 14px;
    display: flex;
    align-items: center;
}

.cont_item p {
    margin: 0;
    font-size: 18px;
    color: #16232a;
}

.cont_item i {
    font-size: 30px;
    color: #377487;
}

.cont_item .icon {
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_item p a {
    color: #16232a;
}

.ccf7 {display: flex;flex-direction: column;gap: 20px 0;}

.cfrow {display: flex;gap: 0px;}
.cfrow.one .col {width: 100%;}
.cfrow.two .col {width: 50%;}
.cfrow.three .col {width: 33.33%;}
.cfrow.four .col {width: 25%;}

.ccf7 .cf-input {
    padding: 9px 25px;
    border: 1px solid #16232a59;
    box-shadow: 3px 2px 10px -3px #00000030;
    width: 100%;
    border-radius: 5px;
}
.ccf7 .cf-input.text {}
.ccf7 .cf-input.textarea {}
  .ccf7 .cf-input.submit {
      background: #377487;
      color: #fff;
      border: 0;
  }
.ccf7 .cf-input.submit:focus {outline: 0;}

@media only screen and (max-width:767px) {
  .cfrow {flex-direction: column;}
  .cfrow .col {width: 100%;}
}


.footer-bottom .outer-box {justify-content: center;}

/**/


.shapedividers_com-9089{overflow:hidden;position:relative;}
.shapedividers_com-9089::before{
  content:'';
  font-family:'shape divider from ShapeDividers.com';
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 90px;
  background-position: 50% 0%;
  background-image: url('/wp-content/uploads/2022/04/triangle-down.svg');
}

a.single_slider {
    display: block;
}
@media (min-width:768px){
  .shapedividers_com-9089::before{
    background-size: 100% 90px;
    background-position: 50% 0%;
  }
}

@media (min-width:1025px){
  .shapedividers_com-9089::before{
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 90px;
    background-position: 50% 0%;
    background-image: url('/wp-content/uploads/2022/04/triangle-down.svg');
  }

}
@media (min-width:2100px){
  .shapedividers_com-9089::before{
    background-size: 100% calc(2vw + 90px);
  }
}

.shapedividers_com-7157{
overflow:hidden;
position:relative;
}
.shapedividers_com-7157::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
background-size: 100% 90px;
background-position: 50% 0%;
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fbd8c2"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fbd8c2"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fbd8c2"/></svg>');
}

@media (min-width:768px){
.shapedividers_com-7157::before{
background-size: 100% 90px;
background-position: 50% 0%;
}
}

@media (min-width:1025px){
.shapedividers_com-7157::before{
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw;
background-size: 100% 90px;
background-position: 50% 100%;
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 773.74 154.98"><g fill="%23ffffff"><path d="M773.74 154.98H0L386.87 77.5Z"/><path d="M773.74 154.98 386.87 0 0 154.98Z" opacity=".66"/></g></svg>');
}
}
@media (min-width:2100px){
.shapedividers_com-7157::before{
background-size: 100% calc(2vw + 90px);
}
}




@media only screen and (max-width: 600px){
  #horsePedigree .pedigree_inner_sec {   overflow: scroll;}
}


@media (min-width: 1200px){
  .horse-arch .container {
      max-width: 1300px;
  }
}



@media only screen and (max-width: 767px){
    .headerlawer-left-style3 .logo {
        left: 0px !important;
    }
    .logo a {
        width: 250px;
        padding: 2px 14px;
        top: -12px;
        left: 0;
    }
    .navbar-light .navbar-toggler {
        border: 0;
        color: rgb(251 249 249);
    }
    #mainmenu {
        background-color: #16232a;
        border-radius: 50px;
        padding: .5rem 1rem;
    }
    .navbar-light .navbar-toggler i {
        font-size: 35px;
    }
    #mainmenu .navbar-nav {
        display: flex;
        gap: 0;
    }
    section#heroSec .auto-container {
        padding: 0 15px !important;
    }
    .hero-horse {
        position: relative;
        right: 0;
        top: 100px;
    }
    .main-slider.style3 .content .btns-box {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
    }
    .about-style1-image-box {
        margin-top: 61px;
    }
    .sec-title .big-title h2 {
        font-size: 35px;
    }
    .single-blog-post-style2:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
    }
    .single-blog-post-style2 .text-holder {
        position: relative;
        display: block;
        padding-left: 0;
    }
    .single-features-style1 .img-holder .title h3 a {
        padding: 15px 40px;
        font-size: 20px;
        line-height: 34px;
        font-weight: 400;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    #homeHorseCar, #blogCar .owl-carousel .owl-stage {margin:0;}
    #homeHorseCar .owl-dots {display: none;}
    #homeHorseCar .owl-nav, #blogCar .owl-nav {
        display: flex;
        justify-content: center;
        position: absolute;
        transform: translateX(-50%);
        gap: 0 20px;
        left: 50%;
        top: unset;
        bottom: -15px;
    }

    #blogWrap {
        padding: 40px !important;
    }
    #blogCar .img-box {
        width: 100%;
    }

    #homeHorseCar .owl-nav, #blogCar .owl-nav {
          bottom: -141px;
    }
}
