
/* latin-ext */
@font-face {
    font-family: 'Headland One';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3TB2fNSSZ0.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Headland One';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3TB1_NS.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* gujarati */
@font-face {
    font-family: 'Shrikhand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/shrikhand/v12/a8IbNovtLWfR7T7bMJwrGIKR4zg.woff2) format('woff2');
    unicode-range: U+0964-0965, U+0A80-0AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;
}

/* latin-ext */
@font-face {
    font-family: 'Shrikhand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/shrikhand/v12/a8IbNovtLWfR7T7bMJwrDYKR4zg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Shrikhand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/shrikhand/v12/a8IbNovtLWfR7T7bMJwrA4KR.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.container-fluid{
  overflow: hidden;
}
.logo-cover{
  padding: 20px;
  display: block;
}
.logo{
  width: 480px;
  height: 137px;
}
.header{
padding: 10px 31px 0px;
}
.header a{
  text-decoration: none;
  color:#141617;
  display:block;
  font-weight: 400;
  font-family: 'Headland One';
}
.right-header{
  text-align:right;
  padding:20px 2px 20px 0px;
}
.right-header a{
font-size: 16px;
line-height:28px;
}
.right-header p{
  font-size: 13px;
  line-height:28px;
   font-family: 'Headland One';
}
.container-fluid.slider{
  position: relative;
  padding-top:6.5%;
  padding-bottom: 20%;
  overflow: hidden;
}
.slider-image{
    pointer-events: none;
    width:100%;
    height:100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    opacity: 1;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url('https://sutherncluck.com/assets/images/Cluck_slider.gif');
    min-height: 150px;
    transform: translate3d(0px,0px, 0px);
}
.slider-content{
  max-width: 1200px;
  margin: 0 auto;
}
.slider-content p{
  font-size: 96px;
  line-height: 96px;
    font-family: 'Shrikhand';
    color: #ffffff;
    margin-bottom: 40px;
}
.slider-content p .span1{
  color: #e87518;
    -webkit-text-stroke: 2px black;
    margin-left: -25px;
}
.slider-content p .span2{
  -webkit-text-stroke: 2px black;
  margin-left: -25px;
}
.slider-duck-image{
    float: right;
    margin-left: 15px;
    width: 500px;
    height: 350px;
}
a.order-btn{
  border: solid 4px white;
    border-radius: 7px;
    display: inline;
    float: right;
    margin-left: 15px;
    vertical-align: top;
}
.bg-colored-section{
  position: relative;
  height: 270px;
  padding-top: 80px;
}
.bg-colored-image{
  pointer-events: none;
    width:100%;
    height:100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/colored-bg.jpg');
    min-height: 150px;
    transform: translate3d(0px,0px, 0px);
}
.bg-colored-section h2{
  font-size: 48px;
  line-height: 58px;
    font-family: 'Shrikhand';
    text-align: center;
        color: #ffffff;
    -webkit-text-stroke: 2px black;
}
a.item-content{
  background-size: cover;
  background-position: center center;
  padding:20% 15% 20% 25%;
  position: relative;
    text-decoration: none;
  color: #ffffff;
  display: block;
  transition: .3s;
  height: 100%;
}
a.item-content:hover{
  filter: contrast(140%);
}
a.item-content1{
background-image:url(../images/chandlerchoice.jpg);
}
a.item-content2{
background-image:url(../images/party-wings.png);
}
a.item-content3{
background-image:url(../images/burger.jpg);
}
a.item-content4{
background-image:url(../images/sutherncluck-ribs.jpg);
}
a.item-content5{
background-image:url(../images/delicious-hot-dog.jpg);
}
a.item-content6{
background-image:url(../images/newwaffle.png);
}
a.item-content7{
background-image:url(../images/sutherncluck-salad.jpg);
}
a.item-content8{
background-image:url(../images/sutherncluck-cobbler-1.jpg);
}
a.item-content9{
background-image:url(../images/flaky-fish.jpg);
}
a.item-content10{
background-image:url(../images/perfectly-pulled-pork.jpg);
}
a.item-content11{
background-image:url(../images/lemonade.jpg);
}
a.item-content12{
background-image:url(../images/chandlerpoint-.jpg);
}
.item-content::after{
  content: '';
  width: 100%;
  height:100%;
  background-color: hsla(200,7%,8%,50%);
  position: absolute;
  left: 0px;
  top: 0px;
}
.all-items h3{
  font-family: 'Shrikhand';
 font-size:35px;
 line-height:42px;
 margin-bottom: 20px;
 margin-top: 5px;
 position: relative;
 z-index: 1;
}
.all-items p{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
   font-family: 'Headland One';
   position: relative;
   z-index: 1;
}
.item-margin-left{
  padding-left: 5px !important;
  margin-bottom: 10px;
}
.item-margin-right{
  padding-right: 5px !important;
  margin-bottom: 10px;
}
.footer{
  padding-top:40px;
  padding-bottom:15px;
  background-color: #000000;
  color: #ffffff;
}
.footer .footer-content{
  text-align: center;
}
.footer .footer-content h3{
 font-family: 'Shrikhand';
 font-size: 24px;
 line-height: 29px;
 font-weight: 700;
 margin-bottom:30px;
}
.footer .footer-content p{
 font-family: 'Headland One';
 font-size: 16px;
 line-height:28px;
 font-weight:400;
 margin-bottom: 20px;
}
.footer-margin-bottom{
  margin-bottom: 30px !important;
}
.footer .footer-content a{
  color: #ffffff;
  text-decoration: none;
}
.footer a.order-btn{
  float: none;
  margin:0 auto;
  display:inline-block;
  margin-top: 20px;
}
.payments img{
  width: 393px;
  height: 55px;
  margin-top:60px;
}
.footer-bottom{
  margin-top:30px;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-bottom p{
  color: rgba(255,255,255,.4);
  font-size: 13px;
  line-height: 22px;
   font-family: 'Headland One';
   overflow: hidden;
}
ul.social-icons{
  padding: 0px;
  margin:0px 0px 0px auto;
  display: flex;
  list-style-type: none;
  justify-content: end;
}
ul.social-icons li{
margin: 0px 10px 0px;
}
ul.social-icons a{
 display: block;
 color: #ffffff;
 opacity: .8;
 font-size:17px;
 text-decoration: none;
 position: relative;
}
ul.social-icons a span{
  display: none;
    display: block;
    width: auto;
    background: #333;
    line-height: 0px;
    padding: 11px 10px 12px 10px;
    border-radius:2px;
    font-family: 'Headland One';
    font-size: 12px;
    position: absolute;
    top: -22px;
    left: -40px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
ul.social-icons a:hover span{
  opacity: 1;
}

ul.social-icons-top{
  padding: 0px;
  margin:0px 0px 0px auto;
  display: flex;
  list-style-type: none;
  justify-content: end;
}
ul.social-icons-top a{
 display: block;
 color: #333;
 opacity: .8;
 font-size:17px;
 text-decoration: none;
 position: relative;
}
ul.social-icons-top a span{
  display: none;
    display: block;
    width: auto;
    background: #333;
    line-height: 0px;
    padding: 11px 10px 12px 10px;
    border-radius:2px;
    font-family: 'Headland One';
    font-size: 12px;
    position: absolute;
    top: -22px;
    left: -40px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
ul.social-icons-top a:hover span{
  opacity: 1;
}

a.back-to-top-btn{
    background-color: #333;
    border-radius:6px 6px 0px 0px;
    bottom: 0;
    right: 75px;
    height: 35px;
    position: fixed;
    text-align: center;
    width: 48px;
    opacity:0;
    z-index: 100000;
    transition: opacity .4s ease-in-out,background .2s ease-in-out;
    line-height: 1;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
}
a.back-to-top-btn.btn-active{
    opacity:.9;
    transition: opacity .4s ease-in-out,background .2s ease-in-out;
}
a.back-to-top-btn:hover{
  background-color: #198fd9;
}
.orders-image-section{
  display: none;
}
@media(max-width:992px){
  .right-header{
        padding: 0px 2px 20px 0px;
  }
.logo{
  width: 100%;
  height: auto;
}
}
@media(min-width:576px) and (max-width:768px){
  a.item-content {
    padding: 20% 15% 20% 10%;
  }
  .margin-sm-auto{
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media(max-width:640px){
  .orders-image-section{
    display: block;
  }
  .orders-image-section img{
    width: 400px;
    display: block;
    margin:0 auto;
  }
}
@media(max-width:576px){
.logo{
  width:auto;
  height:86px;
}
.payments img {
    width: 335px;
    height: auto;
}
ul.social-icons{
  justify-content: center;
}
.slider-duck-image{
  width: 385px;
    height: auto;
    float: left;
}
.item-margin-left{
  padding-left: 0px !important;
}
.item-margin-right{
  padding-right: 0px !important;
}
.bg-colored-section{
  padding-top: 30px;
}
a.order-btn{
  margin-left: auto;
  margin-right: 15px;
}
}
@media(max-width:400px){
    .orders-image-section img{
    width:100%;
  }
.logo{
  width:100%;
  height:auto;
}
.slider-duck-image{
  width:285px;
    height: auto;
}
.payments img {
    width:290px;
    height: auto;
}
}