@import url("https://cornerkitchendahlonega.com/assets/web-fonts/SegoeUI.css");


@import url('//fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
    height: 100%;
}

body {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Crimson Text', serif;
    margin: 0 0 15px;
}

.container{
    max-width: 1400px;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.heroArea {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

/*background-image: -webkit-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%);
background-image:  -moz-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%);
background-image:  -o-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%);
background-image:  -ms-linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, 1) 100%);*/



}

.heroArea:after {
  /*  content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
        opacity: .6; */
  }

.navMenu {
    display: flex;
    align-items: center;
    height: 100%;
}

.navMenu li {
    display: block;
}

.navMenu li a {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 0px 7px #000;
    padding: 18px 0px;
    border-bottom: 1px dotted #fff;
    min-width: 138px;
}

.sectionContent h2 {
    color: #28814A;
    font-style: italic;
    font-size: 40px;
    font-weight: 500;
}

.sectionContent p {
    color: #000000;
}

.topContent {
    padding-top: 30px;
    position: relative;
}

.bdr {
    height: 1px;
    width: 100%;
    background: #000000;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.topContentShadow {
    position: relative;
}

.topContentShadow img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 100%;
}

.address {
    padding-bottom: 20px;
}

.hours {
    padding-bottom: 20px;
}

.address a {
    color: #0D0902;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

.social a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}

.hours span {
    font-weight: 600;
}

.circleTxt {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #6A341A;
    font-weight: 700;
    font-size: 25px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    padding: 10px 0px;
    padding-top: 5px;
}
.singleCircle {
    text-align: center;
    margin-top: -20px
}

.mainContent {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.circleContent {
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.imgOverLayTxt {
    text-align: center;
    background: #84C39C;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    transform: rotate(-6deg);
    margin-top: -50px;
    padding: 10px;
}
.imgOverLayTxt.right {
    background: #CFE87C;
    color: #0D0902;
    text-shadow: 0px 0px #fff;
    transform: rotate(6deg);
}

.imgOverLayTxt h4 span {
    font-weight: 400;
    font-size: 22px;
}

.phoneTel {
    text-align: center;
    margin-top: -40px;
}

.phoneTel h3 {
    color: #28814A;
    font-size: 34px;
    margin-bottom: 5px;
}

.phoneTel p {
    color: #0D0902;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
}

.map {
    margin-top: -12px;
}

.footerMenu li {
    display: inline-block;
}

.footerMenu li a {
    color: #28814A;
    font-size: 30px;
    font-weight: 600;
    padding: 0px 15px;
    border-right: 1px dotted #0D0902;
    display: block;
}

.footerMenuSec {
    padding: 20px 0px;
}

.footerMenu li:last-child a {
    border: none;
}

.footerArea {
    background: #5D5B5B;
    padding: 20px 0px;
}

.footerTxt {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 8fr 4fr;
}
.footerTxt p {
    color: #fff;
    padding: 10px 0px;
}

.footerTxt p span a {
    color: #fff;
}

.footerTxt p span {
    padding-left: 19px;
    border-left: 1px dotted #fff;
    margin-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bdrCircle {
    border: 2px dotted #0D0902;
    padding: 40px 20px;
    border-radius: 50%;
}

.topContentLogo {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 5%;
}

.topContentLogo.right {
    left: auto;
    right: 2%;
}

.innerLogo {
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.inner .navMenu li {
    display: inline-block;
    flex: 1;
   
    
    text-align: center;
}

.inner .navMenu li a {
    border: none;
    padding: 2px 0px;
    min-width: auto;
    font-size: 29px;
}

.inner .navMenu li:last-child a {
    border: none;
}

.inner .navMenu {
    align-items: end;
    padding-bottom: 15px;
    justify-content: center;
    display: block
}

.inner .navMenu ul {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 100%;
}

.inner .navMenu li:last-child {
    border: none;
}

.logoMain {
    margin-top: 30px;
    margin-bottom: -30px;
}

.inner .hours {
    padding-bottom: 0;
    padding-top: 55px;
    color: #fff;
    padding-left: 15px;
    font-size: 17px;
}

.innerSocial {
    text-align: right;
}
.innerSocial p {
    color: #84C39C;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-top: 20px;
    font-size: 17px;
}

.innerSocial .social {
    display: grid;
    grid-template-columns: 7fr 5fr;
}

.innerSocial .social .telPhone a {
    color: #fff;
}

.orderNowBtn {
    color: #FACE75 !important;
    text-transform: uppercase;
    font-size: 24px !important;
    background: url(https://cornerkitchendahlonega.com/assets/img/order-now-btn-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 60px;
    width: 320px;
    line-height: 52px;
    letter-spacing: 2px;
    text-align: center;
}

.orderNow {
    text-align: start;
    margin-top: 10px;
}

.innerSocial .orderNow {
text-align: right;
}


.innerSocial .social a {
    color: #fff;
}

.mainTitle {
    text-align: center;
    background: url(https://cornerkitchendahlonega.com/assets/img/page-title-bg.png);
    padding: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 45px;
    font-size: 40px;
    color: #775F31;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

.headingTitle h4 {
    color: #775F31;
    font-weight: 400;
    font-size: 35px;
    margin-top: 80px;
}

.imgTitleBox {
    text-align: center;
}

.imgTitleBox h4 {
    color: #6A341A;
    font-weight: 600;
    font-size: 30px;
}

.bdRight .col-lg-3 {
    border-right: 2px dotted #707070;
    padding-left: 27px;
}

.bdRight .col-lg-3:last-child {
    border: none;
}


.txtImgGrid {
    position: relative;
    display: grid;
    grid-template-columns: 7fr 5fr;
    height: 100%;
    padding-top: 30px;
}

.txtImgGrid:after {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 5500px;
    content: "";
    background: #28814A;
    z-index: -1;
}

.contentDark.bgRight {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 50px;
}

.contentDark.bgRight:after {
    position: absolute;
    left: -50px;
    top: 0;
    height: 100%;
    width: 5500px;
    content: "";
    background: #84C39C;
    z-index: -1;
}

.imgRotate {
    position: relative;
    z-index: 2;
}

.txtImgGrid .txt {
    padding-top: 35px;
    color: #fff;
}

.txtImgGrid .txt h1 {
    margin-bottom: 5px;
    font-size: 43px;
}

.txtImgGrid .txt p {
    color: #F8E6C4;
    font-size: 24px;
}

.contentDark.bgRight h3 {
    color: #0D0902;
    font-weight: 400;
}

.contentDark.bgRight h3 a {
    color: #28814A;
    font-weight: 700;
    text-decoration: underline;
}

.contentDark.bgRight .hand {
    display: inline-block;
}

.contentDark.bgRight .hand img {
    display: block;
    float: right;
}

.txtStyle2 p a {
    color: #28814A;
    font-weight: 700;
    text-decoration: underline;
}

.txtStyle2 h4 {
    font-weight: 400;
}

.caterArea {
    overflow: hidden;
}

.ytFrame iframe {
    height: 400px;
    border: 2px solid #DCA637;
    padding: 15px;
}

.storyArea {
    background: #28814A;
    padding: 50px 0px;
}

.storyArea .singleImg img {
    position: absolute;
    top: -85px;
    max-width: 300px;
}

.storyArea .singleImg {
    position: relative;
}

.storyArea h4 {
    color: #fff;
    text-align: center;
}

.txtStyle3 p {
    margin-bottom: 30px;
    padding-right: 20%;
}

.contactInfo {
    text-align: center;
}

.contactInfo .socialIcon a {
    display: block;
    color: #28814A;
    font-size: 25px;
    font-weight: 700;
    padding: 5px 0px;
}

.contactInfo .socialIcon {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.contactInfo .socialIcon a i {
    padding-right: 10px;
    transform: translateY(4px);
    font-size: 30px;
}

.contactInfo h4, .contactUsForm h4 {
    color: #28814A;
    font-weight: 700;
    font-size: 30px;
}

.contactInfo p {
    color: #000000;
    font-size: 26px;
    line-height: 35px;
}

.contactUsForm {
    border-left: 2px dashed #707070;
    padding-left: 30px;
}

.sideNav {
    position: fixed;
   
    right: 0px;
    top: 200px;
    background: url(https://cornerkitchendahlonega.com/assets/img/side-nav-bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 16px;
    z-index: 99;
}



.sideNav h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}
.sideNav img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 55%;
}

.sideNav span {
    display: block;
    margin: 8px 0px;
    border-bottom: 1px dashed #707070;
    margin-left: 20px;
}

.headingTitle h4 a.linkCoffee {
    color: #775F31;
    text-decoration: underline;
}
a.undeline {
    color: #000;
    text-decoration: underline;
}


#scroll {
    display:none;
}



@media only screen and (max-width: 425px) {
    .orderNow {
        text-align: center;
    }
}

/*#scroll{
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#8e1212;
    text-indent:-9999px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff
}
*/