/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}


/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: inherit;
}

h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
}

h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
}

h2::after {
    content: '';
    display: block;
    height: 1px;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}

h3,
h3 a {
    color: #454545;
}

p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}


/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    color: #517C46;
    outline: none;
}

 ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

 ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
}

.section-header {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100vh;
    height: 30vh;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    margin: 0;
}

.section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

hr {
    border-color: #000;
    margin: 3em 20em;
}

section {
    position: relative;
    padding: 100px 0;
}

#about,
#pillars,
#pillar-1,
#pillar-2,
#pillar-3,
#minimaster,
#sustainability,
#whysumrise,
#menu,
#contact {
    text-align: center;
}

.about-image img,
.pillars-thumb img {
    width: 20%;
    height: 20%;
    align-items: center;
}

#google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
}

.img-hero {
    width: 100%;
}


/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
    background: #517C46;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
}


/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}


/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.custom-navbar .navbar-brand span {
    color: #517C46;
}

.top-nav-collapse {
    background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
}

.custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #517C46;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active>a {
    background-color: transparent;
    color: #517C46;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
        background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 12px 0;
    }
    .top-nav-collapse .navbar-brand {
        color: #454545;
    }
    .top-nav-collapse .nav li a {
        color: #575757;
    }
    .top-nav-collapse .nav .section-btn a {
        color: #ffffff;
    }
}


/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
    padding: 0;
}

#home h1 {
    color: #ffffff;
    /*padding-bottom: 65vh;*/
}

#home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 60vh;
}

@media (min-width: 768px) {
    .slider .col-md-8 {
        padding-left: 0;
    }
}

.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
}

.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
}

.slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 100vh;
    min-height: 35em;
}

.slider .item-first {
    background-image: url(../images/banner.jpg);
}

.slider .item-second .section-btn {
    background: #292929;
}

.slider .item-second .section-btn:hover {
    background: #ffffff;
}

.slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
    background: #517C46;
    border-color: transparent;
    color: #ffffff;
}

.more {
    -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
    -moz-transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
    -ms-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border: none;
    bottom: 0;
    color: inherit;
    font-size: 1.5em;
    font-weight: bold;
    height: 8.5em;
    left: 50%;
    letter-spacing: 0.225em;
    margin-left: -8.5em;
    opacity: 1;
    outline: 0;
    padding-left: 0.225em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 16em;
    z-index: 1;
}

.more:after {
    background-image: url("../images/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    content: '';
    display: block;
    height: 1.5em;
    left: 50%;
    margin: 0 0 0 -0.75em;
    position: absolute;
    width: 1.5em;
}


/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
    padding-bottom: 5em;
}

.about-info {
    padding: 3em 5em;
}

.about-info p {
    color: #708F65;
    font-weight: bold;
}

.about-info .section-title {
    padding-bottom: 20px;
}

.about-image {
    position: absolute;
}


/*---------------------------------------
      pillars              
  -----------------------------------------*/

#pillars {
    background: #D8D7D6;
}

.pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
}

.pillars-grid .box {
    grid-row: 1fr 1fr 1fr;
    grid-template-rows: subgrid;
    grid-gap: 5px;
    justify-content: center;
    align-items: center;
}

.pillars-grid .box .box-header {
    height: 5em;
}

.pillars-grid .box .box-header img {
    height: auto;
    width: 25%;
}

.pillars-grid .box .info {
    padding-top: 3em;
    height: 10em;
}

.pillars-grid .box .pillars-more {
    padding-top: 5em;
    height: 5em;
}

.pillars-grid .box .pillars-more p {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}

.pillars-grid .box .pillars-more img {
    height: 30px;
    width: 30px;
    transition: transform .7s ease-in-out;
}

.pillars-grid .box .pillars-more img:hover {
    transform: rotate(180deg);
}

.pillars-grid .box .pillars-more a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}


/*---------------------------------------
     Pillar Detail              
  -----------------------------------------*/

#pillar-1,
#pillar-2,
#pillar-3 {
    background: #D8D7D6;
}

.pillar-section-title {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
}

.pillar-section-title .section-title-item-img {
    grid-column: 2;
}

.pillar-section-title .section-title-item-img img {
    height: auto;
    width: 50%;
}

.pillar-section-title .section-title-item-txt {
    grid-column: 3;
}

.pillar-detail-info {
    padding: 3em 5em;
}

.pillar-detail-info p {
    color: #708F65;
    font-weight: bold;
}


/*---------------------------------------
     Sustainability              
  -----------------------------------------*/

#sustainability {
    background: #FFFFFF;
}

#sustainability .sustainability-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr;
    grid-template-rows: 15em 15em;
    grid-gap: 20px;
}

#sustainability .sustainability-box-img-1 {
    grid-column: 2;
    grid-row: 1;
}

#sustainability .sustainability-box-txt-1 {
    grid-column: 3;
    grid-row: 1;
}

#sustainability .sustainability-box-img-2 {
    grid-column: 2;
    grid-row: 2;
}

#sustainability .sustainability-box-txt-2 {
    grid-column: 3;
    grid-row: 2;
}

#sustainability .sustainability-box-txt-1 ul {
    color: #708F65;
    text-align: left;
}

#sustainability .sustainability-box-txt-1 li {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

#sustainability .sustainability-box-txt-2 ul {
    color: #708F65;
    text-align: left;
}

#sustainability .sustainability-box-txt-2 li {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}


/*---------------------------------------
     Why Sumrise              
  -----------------------------------------*/

#whysumrise {
    background: #D8D7D6;
    padding-bottom: 1em;
}

.whysumrise-section-title {
    padding-bottom: 20px;
}

#whysumrise .whysumrise-grid {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    padding-top: 3em;
    height: 45em;
}

#whysumrise .whysumrise-box-img {
    grid-column: 3;
    grid-row: 1;
    justify-content: center;
    align-items: center;
    padding-left: 5em;
    height: 100%;
}

#whysumrise .whysumrise-box-img img {
    height: 35%;
    width: auto;
}

#whysumrise .whysumrise-box-txt {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    align-items: center;
    padding-top: 3em;
}

#whysumrise .whysumrise-box-txt .pointer-1 {
    width: 430px;
    height: 60px;
    position: relative;
    background: #708F65;
    justify-self: center;
    text-justify: center;
    align-content: center;
    text-align: center;
    margin-bottom: 0.25em;
    box-shadow: -0.5em 0 0.5em #778870;
}

#whysumrise .whysumrise-box-txt .pointer-1:before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #708F65;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

#whysumrise .whysumrise-box-txt .pointer-1 p {
    color: white;
    padding: 0.25em;
    justify-self: center;
    text-justify: center;
    align-content: center;
    text-align: center;
    font-weight: bold;
}

#whysumrise .whysumrise-box-txt .pointer-2 {
    width: 480px;
    height: 80px;
    position: relative;
    background: #708F65;
    margin-bottom: 0.25em;
    box-shadow: -0.5em 0 0.5em #778870;
}

#whysumrise .whysumrise-box-txt .pointer-2:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid #708F65;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

#whysumrise .whysumrise-box-txt .pointer-2 p {
    color: white;
    padding: 0.5em;
    font-weight: bold;
}

#whysumrise .whysumrise-box-txt .pointer-3 {
    width: 450px;
    height: 80px;
    position: relative;
    background: #708F65;
    margin-bottom: 0.25em;
    box-shadow: -0.5em 0 0.5em #778870;
}

#whysumrise .whysumrise-box-txt .pointer-3:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid #708F65;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

#whysumrise .whysumrise-box-txt .pointer-3 p {
    color: white;
    padding: 0.5em;
    font-weight: bold;
}

#whysumrise .whysumrise-box-txt .pointer-4 {
    width: 470px;
    height: 90px;
    position: relative;
    background: #708F65;
    margin-bottom: 0.25em;
    box-shadow: -0.5em 0 0.5em #778870;
}

#whysumrise .whysumrise-box-txt .pointer-4:before {
    content: "";
    position: absolute;
    right: -45px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 45px solid #708F65;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
}

#whysumrise .whysumrise-box-txt .pointer-4 p {
    color: white;
    padding: 0.5em;
    font-weight: bold;
}

#whysumrise .whysumrise-box-txt .pointer-5 {
    width: 500px;
    height: 90px;
    position: relative;
    background: #708F65;
    margin-bottom: 0.25em;
    box-shadow: -0.5em 0 0.5em #778870;
}

#whysumrise .whysumrise-box-txt .pointer-5:before {
    content: "";
    position: absolute;
    right: -45px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 45px solid #708F65;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
}

#whysumrise .whysumrise-box-txt .pointer-5 p {
    color: white;
    padding: 0.5em;
    font-weight: bold;
}


/*---------------------------------------
     MENU              
  -----------------------------------------*/

#menu {
    padding-bottom: 0;
}

#menu .container {
    width: 100%;
}

#menu .col-md-4 {
    margin: 0;
    padding: 0;
}

.menu-thumb img {
    width: 100%;
    transition: 0.5s;
}

.menu-thumb:hover img {
    transform: scale(1.15);
}

#menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
}

.menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
}

.menu-info .menu-item {
    float: left;
}

.menu-info .menu-price {
    float: right;
}

.menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
}

.menu-thumb .menu-info h3,
.menu-thumb .menu-info p,
.menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

.menu-thumb .menu-info h3 {
    margin-top: 0;
}

.menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.menu-thumb:hover .menu-info h3,
.menu-thumb:hover .menu-info p,
.menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
}

.menu-thumb:hover .menu-info {
    background: rgba(0, 0, 0, 0.8);
}


/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact {
    background: #D8E2D5;
}

.contact-section-title {
    padding-bottom: 20px;
}

#contact .section-title {
    padding-bottom: 0;
}

#contact .text-success,
#contact .text-danger {
    display: none;
}

#contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
}

#contact .form-control:hover,
#contact .form-control:focus {
    border-bottom-color: #c9c9c9;
}

#contact input {
    height: 55px;
}

#contact .contact-info {
    color: #000;
    font-weight: bold;
    text-align: left;
    align-content: left;
}

#contact .contact-info-p {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 3em;
}

#contact .contact {
    text-align: left;
    list-style: none;
    list-style-type: none;
    font-size: 20px;
}

#contact .contact ul {
    list-style: none;
    margin: 0 0 2em 0;
    padding-left: 1em;
    list-style-type: none;
}

#contact .contact li {
    display: list-item;
    padding-top: 10px;
    lu
}

#contact button#cf-submit {
    background: #517C46;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
}

#contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
}


/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 120px 0;
    padding-bottom: 80px;
}

footer .section-title {
    padding-bottom: 10px;
}

footer h2 {
    font-size: 20px;
}

footer a,
footer p {
    color: #909090;
}

footer strong {
    color: #d9d9d9;
}

footer address p {
    margin-bottom: 0;
}

.footer-info,
footer .social-icon {
    margin-top: 20px;
}

.footer-open-hour {
    background: #ce3232;
    background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
}

.footer-open-hour::after {
    background: rgba(29, 29, 29, 0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
}

.footer-open-hour h2 {
    color: #ffffff;
}

.footer-open-hour p {
    color: #d9d9d9;
}

.footer-open-hour strong {
    color: #f9f9f9;
}


/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
}


/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit;
    }
}

@media only screen and (max-width: 1200px) {
    .about-info {
        padding-right: 0;
    }
    .about-image {
        position: relative;
    }
}

@media only screen and (max-width: 992px) {
    section {
        padding: 60px 0;
    }
    .custom-navbar .section-btn {
        margin-left: 1em;
    }
    .slider .item {
        background-position: center;
    }
    .about-info {
        padding: 0;
    }
    .pillars-info {
        margin-bottom: 50px;
    }
    #menu .menu-thumb {
        width: 103%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
        padding-right: 10px;
        padding-left: 10px;
    }
    .pillars-grid {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }
    h1,
    h2,
    h3 {
        line-height: normal;
    }
    hr {
        border-color: #000;
        margin: 3em 15em;
    }
    .custom-navbar {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        text-align: center;
    }
    .custom-navbar .nav li a {
        line-height: normal;
        padding: 10px;
    }
    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #252525;
        font-weight: 600;
    }
    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #575757;
    }
    .custom-navbar .navbar-nav.navbar-right li {
        display: inline-block;
    }
    .custom-navbar .navbar-nav.navbar-right .section-btn {
        display: block !important;
        width: 50%;
        margin: 10px auto 10px auto;
        padding: 10px;
    }
    .custom-navbar .section-btn a {
        color: #ffffff !important;
    }
    .slider .caption {
        padding: 0;
    }
    .menu-thumb .menu-info {
        top: 80%;
    }
    footer {
        padding: 60px 0;
        padding-bottom: 60px;
    }
    .pillars-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 3fr;
        grid-gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .pillars-grid .box {
        grid-row: 1fr;
        display: grid;
        grid-template-rows: subgrid;
        grid-gap: 5px;
        justify-content: center;
        align-items: center;
        padding-top: 2em;
    }
    .pillars-grid .box .box-header {
        height: 5em;
    }
    .pillars-grid .box .box-header img {
        height: auto;
        width: 20%;
    }
    .pillars-grid .box .info {
        padding-top: 3em;
        height: 10em;
    }
    .pillars-grid .box .pillars-more {
        padding-top: 1em;
        height: 5em;
    }
    .pillars-grid .box .pillars-more p {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 5px;
    }
    .pillars-grid .box .pillars-more img {
        height: 30px;
        width: 30px;
        transition: transform .7s ease-in-out;
    }
    .pillars-grid .box .pillars-more img:hover {
        transform: rotate(180deg);
    }
    .pillars-grid .box .pillars-more a {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 5px;
    }
    #sustainability .sustainability-grid {
        display: grid;
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    #sustainability .sustainability-box-img-1 {
        grid-column: 2;
        grid-row: 1;
    }
    #sustainability .sustainability-box-txt-1 {
        grid-column: 2;
        grid-row: 2;
    }
    #sustainability .sustainability-box-img-2 {
        grid-column: 2;
        grid-row: 3;
    }
    #sustainability .sustainability-box-txt-2 {
        grid-column: 2;
        grid-row: 4;
    }
    #sustainability .sustainability-box-txt-1 ul {
        color: #708F65;
        text-align: left;
    }
    #sustainability .sustainability-box-txt-1 li {
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
    }
    #sustainability .sustainability-box-txt-2 ul {
        color: #708F65;
        text-align: left;
    }
    #sustainability .sustainability-box-txt-2 li {
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
    }
    #whysumrise .whysumrise-grid {
        display: grid;
        grid-template-columns: 1fr 4fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 20px;
        padding-top: 3em;
        height: 85em;
    }
    #whysumrise .whysumrise-box-img {
        grid-column: 2;
        grid-row: 2;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    #whysumrise .whysumrise-box-img img {
        height: 35%;
        width: auto;
    }
    #whysumrise .whysumrise-box-txt {
        grid-column: 2;
        grid-row: 1;
        justify-content: center;
        align-items: center;
        padding-top: 3em;
        padding-bottom: 3em;
    }
    #whysumrise .whysumrise-box-txt .pointer-1 {
        width: 430px;
        height: 60px;
        position: relative;
        background: #708F65;
        justify-self: center;
        text-justify: center;
        align-content: center;
        text-align: center;
        margin-bottom: 0.25em;
        box-shadow: -0.5em 0 0.5em #778870;
    }
    #whysumrise .whysumrise-box-txt .pointer-1:before {
        content: "";
        position: absolute;
        right: -30px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 30px solid #708F65;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }
    #whysumrise .whysumrise-box-txt .pointer-1 p {
        color: white;
        padding: 0.25em;
        justify-self: center;
        text-justify: center;
        align-content: center;
        text-align: center;
        font-weight: bold;
    }
    #whysumrise .whysumrise-box-txt .pointer-2 {
        width: 430px;
        height: 80px;
        position: relative;
        background: #708F65;
        margin-bottom: 0.25em;
        box-shadow: -0.5em 0 0.5em #778870;
    }
    #whysumrise .whysumrise-box-txt .pointer-2:before {
        content: "";
        position: absolute;
        right: -40px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 40px solid #708F65;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }
    #whysumrise .whysumrise-box-txt .pointer-2 p {
        color: white;
        padding: 0.5em;
        font-weight: bold;
    }
    #whysumrise .whysumrise-box-txt .pointer-3 {
        width: 430px;
        height: 80px;
        position: relative;
        background: #708F65;
        margin-bottom: 0.25em;
        box-shadow: -0.5em 0 0.5em #778870;
    }
    #whysumrise .whysumrise-box-txt .pointer-3:before {
        content: "";
        position: absolute;
        right: -40px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 40px solid #708F65;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }
    #whysumrise .whysumrise-box-txt .pointer-3 p {
        color: white;
        padding: 0.5em;
        font-weight: bold;
    }
    #whysumrise .whysumrise-box-txt .pointer-4 {
        width: 430px;
        height: 110px;
        position: relative;
        background: #708F65;
        margin-bottom: 0.25em;
        box-shadow: -0.5em 0 0.5em #778870;
    }
    #whysumrise .whysumrise-box-txt .pointer-4:before {
        content: "";
        position: absolute;
        right: -55px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 55px solid #708F65;
        border-top: 55px solid transparent;
        border-bottom: 55px solid transparent;
    }
    #whysumrise .whysumrise-box-txt .pointer-4 p {
        color: white;
        padding: 0.5em;
        font-weight: bold;
    }
    #whysumrise .whysumrise-box-txt .pointer-5 {
        width: 430px;
        height: 110px;
        position: relative;
        background: #708F65;
        margin-bottom: 0.25em;
        box-shadow: -0.5em 0 0.5em #778870;
    }
    #whysumrise .whysumrise-box-txt .pointer-5:before {
        content: "";
        position: absolute;
        right: -55px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 55px solid #708F65;
        border-top: 55px solid transparent;
        border-bottom: 55px solid transparent;
    }
    #whysumrise .whysumrise-box-txt .pointer-5 p {
        color: white;
        padding: 0.5em;
        font-weight: bold;
    }
}

@media only screen and (max-width: 580px) {
    h1 {
        font-size: 2.1em;
    }
    h2 {
        font-size: 1.8em;
    }
    .menu-thumb .menu-info {
        top: 60%;
    }
}