/*
 Theme Name:   DiceTable Child
 Theme URI:    #
 Description:  DiceTable WordPress Theme
 Author:       Web Dev
 Author URI:   #
 Template:     DiceTable
 Version:      1.0
 Text Domain:  DiceTable-child
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
/* clear */
.clear:before, .clear:after { content: ' '; display: table; }

.clear:after { clear: both; }
.clear { *zoom: 1; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper { max-width: 1280px; width: 95%; margin: 0 auto; position: relative; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1140px) {

}
@media only screen and (min-width: 1280px) {
    .networking-venue .dice_table .left-content-inner h2{
        font-size: 60px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection { background: #04A4CC; color: #FFF; text-shadow: none; }
::-webkit-selection { background: #04A4CC; color: #FFF; text-shadow: none; }
::-moz-selection { background: #04A4CC; color: #FFF; text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 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 .wp-caption-text, .gallery-caption { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.contact-info.mobile-contact-info{ display:none; }
.fw-500 { font-weight: 500 !important; }
.fs-1{ font-size: 2.75em !important; line-height: 58px;}
.fs-2{ font-size: 70px; }
.fs-3{ font-size: 28px; }
.fs-4{ font-size: 22px; }
.fs-34{ font-size: 34px !important; line-height: 46px;}
.p-14{ font-size: 14px; }
.mt-1{ margin-top: 15px; }
.mt-2{ margin-top: 22px; }
.mt-5{ margin-top: 48px; }
.mb-5{ margin-bottom: 48px; }
.pt-5{ padding-top:48px; }
.text-decoration-underline{ text-decoration: underline; }
.btn-outline-primary{ border: 2px solid #074776!important; color: #074776!important;}
.mb-35{ margin-bottom: 35px; }
.align-items-end{ align-items: flex-end !important; }
.align-items-start{ align-items: flex-start !important; }
.text-white{ color: #ffffff; }
.text-black{ color: #000000; }
.row-gap-2{ row-gap:20px; }
.column-gap-4{ column-gap: 40px; }
.bg-secondary{ background-color: #d73695; }
.text-primary{ color: #074776; }
.justify-content-start{ justify-content: flex-start; }

/* custom css style */
.social-links li.twitter, .social-links li.tiktok{
    display: none;
}
header .navbar .navbar-collapse ul li a, .contact-info a{
    font-weight: 500;
}
.site-nav ul li a:hover, div#nav_menu-2 ul#menu-quick-links li a:hover, 
div#nav_menu-3 ul#menu-terms li a:hover, .footer-contact span.det-ph a:hover, 
.footer-contact span.det-em a:hover, 
.footer-menu div#nav_menu-2 ul#menu-quick-links li.current_page_item.active-menu a,
.footer-menu div#nav_menu-3 ul#menu-terms li.current_page_item.active-menu a,
.footer-menu .widget_nav_menu ul li.current_page_item.active-menu a,
.footer-menu .widget_nav_menu ul li a:hover,
.site-nav ul li.current_page_item.active-menu a{
    color: #074776;
}
.slide-parent .slick-prev, .slide-parent .slick-next{    
    width: 107px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #074776;
}
.slide-parent .slick-prev{
    border-top-left-radius: 20px; /* Top-left corner */
    border-bottom-left-radius: 20px; /* Bottom-left corner */
    margin-right: 40px;
}
.slide-parent .slick-next{
    border-top-right-radius: 20px; 
    border-bottom-right-radius: 20px;
    margin-left: 40px;
}
.slide-parent .slick-prev:hover, .slide-parent .slick-next:hover{
    border: 2px solid #074776;
    opacity: 0.8;
    background: #074776;
}
.slide-parent .slick-prev:before, .slide-parent .slick-next:before {
    content: none;
}
.slide .slide-inner{
    min-height: 472px;
    background-color: rgba(0, 0, 0, .28);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}
.slide .slide-inner .slide-content h4{ line-height: 30px; letter-spacing: 0; }
.slide .slide-inner .slide-content p{ 
    line-height: 19px; 
    letter-spacing: 0; 
    width: 75%;
    margin: auto;
    display: flex;
}
.banner_with_latest_entry .btn-latest-entry a.btn-primary:first-of-type, 
.content_row .btn-latest-entry a.btn-primary:first-of-type{
    background-color: #d73695;
    color: #ffffff;
    border: 2px solid #d73695;
}
.banner_with_latest_entry .btn-latest-entry a.btn-primary:first-of-type svg path,
.content_row .btn-latest-entry a.btn-primary:first-of-type svg path{
    stroke: #ffffff;
}
.banner_with_latest_entry .btn-latest-entry a.btn-primary:first-of-type:hover svg path,
.content_row .btn-latest-entry a.btn-primary:first-of-type:hover svg path{
    stroke: #B01DB5;
}
.banner_with_latest_entry .btn-latest-entry a.btn-primary:first-of-type:hover,
.content_row .btn-latest-entry a.btn-primary:first-of-type:hover {
    background-color: #ffffff;
    color: #d73695;
    border: 2px solid #d73695;
}
.slide-parent .slider-title h3{ 
    color: #000000; 
    font-weight:500; 
    line-height:37px; 
}
.networking-venue .content_row {background-image: none;}
h2.span-color span{ color: #d73695; }
body .btn-latest-entry a.btn { text-wrap: auto; }
.why_add_a_dice_table .content-block img{ width: auto; }
.dice_table .left-content-inner h2{
    line-height: 1.4;
}
#what-is-dice-table .left-content h2{
    line-height: 140px;
    letter-spacing: 10px;
    font-weight: 500;
}
.table_theme{
    margin-top: 75px;
    margin-bottom: 90px;
}
.table_theme>.container>.row{ 
    margin: 0;
    margin-top: 48px;
 }
.table_theme h2.title{
    font-size: 50px;
    line-height: 70px;
    max-width: 55%;
    margin: auto;
}
.table_theme .message_board {
    padding: 24px;
    border-radius: 30px;
}
.table_theme .message_board h3{
    display: flex;
    gap: 25px;
    margin-top: 0;
}
.table_theme .message_board ul,
.customer-slide-right ul{
    list-style: none;
    padding-left: 0;
}
.table_theme .message_board ul li{
    line-height: 24px;
    padding-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #E05CE5;
    font-size: 18px;
    gap: 8px;
}
.table_theme .message_board ul li:last-child {
    border: none;
}
.table_theme .message_board ul li p a{
/*    color: #ffffff;*/
}
.table-themes-dice-left{
    padding-right: 40px;
}
.table-themes-dice-left .col-md-6 {
    padding-right: 70px;
    padding-left: 0;
    margin-bottom: 60px
}
.table-themes-dice-left .col-md-6 p:after {
    content: '';
    border-bottom: 2px solid #000000;
    bottom: 0;
    right: 0px;
    position: absolute;
    width: 40%;
}
.table-themes-dice-left h3{
    line-height: 37px;
}
.table-themes-dice-left p{
    line-height: 21px;
    max-width: fit-content;
    position: relative;
    padding-bottom: 30px;
    padding-right: 10px;
}
.table-themes-dice-right{ 
    padding: 0; 
}
/* customer page start */
.customer-slide-right h2, #why-add-a-dice-table h2, .dice_table_look_like_block h2{
    margin-bottom: 22px;
}
.customer-slide-right .no-content h4, .customer-slide-right .no-content h1{
    font-size: 38px;
    line-height: 51px;
}
.customer-slide-right .no-content h1{
    margin-top: 10px;
    margin-bottom: 10px;
}
.customer-slide-right p{
    font-size: 22px;
    line-height: 30px;
}
.customer-slide-right ul li{
    font-size: 18px;
    line-height: 24px;
    color: #343434;
}
.customer-slide-right ul.bg{
    background-color: #fff;
    padding:30px;
    border-radius: 15px;
    opacity: 65%;
}
.customer-slide-right h3{
    font-size: 30px;
    line-height: 40px;
}
.app-image{
    margin-top: 70px;
}
.app-image .img-wrapper:first-child{
    margin-right: 70px;
    margin-left: 15px;
} 
.banner_slide .slick-dots{
    text-align: left;
    left: 18%;
    bottom: -40px;
    max-width: 50%;
}
.banner_slide .slick-dots li button:before {
    font-size: 22px;
    color: #A9B3BC;
    opacity: 100%;
}
.banner_slide .slick-dots li.slick-active button:before {
    color: #ffffff;
    opacity: 100%;
}
#why-add-a-dice-table{
    margin-top: 78px;
    margin-bottom: 0px;
}
#why-add-a-dice-table h4{
    font-size: 24px;
    line-height: 37px;
    margin-top: 22px;
    margin-bottom: 20px;
}
#why-add-a-dice-table .row > [class*="col-"]:nth-child(1) .content-block,
#why-add-a-dice-table .row > [class*="col-"]:nth-child(4) .content-block{
    padding-left: 0;
}
#why-add-a-dice-table .content-block{
    padding: 35px 14px;
}
/*.slick-dots:has(li:first-child:last-child) {
    display: none !important;
}*/
#why-add-a-dice-table .content-block .svg-wrapper.svg-custom-class{
    background: #074776;
    width: 100%;
    max-width: 165px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 3px solid #074776;
    transition: color .15s , background-color .15s , border-color .15s , box-shadow .15s;
}
#why-add-a-dice-table .content-block .svg-wrapper.svg-custom-class:hover{
    background: #ffffff;
}
#why-add-a-dice-table .content-block .svg-wrapper.svg-custom-class:hover svg path{
    fill: #074776 !important;
}
.customer-slide-right ul li span{
        vertical-align: middle;
}
.dice_table_look_like_block .slick-prev.slick-arrow,
.dice_table_look_like_block .slick-next.slick-arrow{
    width: 76px;
    height: 51px;
}
.dice_table_look_like_block .slick-prev.slick-arrow{
    left: 5%;
}
.dice_table_look_like_block .slick-next.slick-arrow{
    right: 5%;
}
.dice_table_look_like_block .slick-initialized .slick-slide {
    display: grid;
    gap: 10px;
}
.dice_table_look_like_block .slick-slider .slick-track{
    display: flex;
    gap: 10px;
}
.dice_table_look_like_block .slider-wrapper, .dice_table_look_like_block .slider-wrapper img{
    width: 100%;
    height: 100%;
}
.content_row {
    background-image: -moz-linear-gradient(67deg,   rgb(215,54,149) 16%,  rgb(245,139,200) 36%,  rgb(237,247,255) 67%,  rgb(237,247,255) 99%);
    background-image: -webkit-linear-gradient(67deg,   rgb(215,54,149) 16%,  rgb(245,139,200) 36%,  rgb(237,247,255) 67%,  rgb(237,247,255) 99%);
    background-image: -ms-linear-gradient(67deg,   rgb(215,54,149) 16%,  rgb(245,139,200) 36%,  rgb(237,247,255) 67%,  rgb(237,247,255) 99%));
    padding: 78px 0px 68px 0px;
}
body a.btn.btn-primary span{
    vertical-align: middle;
}
section.banner_with_latest_entry{
    position: relative;
    z-index: 1;
}
/* section.banner_with_latest_entry:before{
    content: '';
    position: absolute;
    top: 30%;
    left: 0px;
    background: url('img/dice.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    mix-blend-mode: darken;
} */
/*.btn-primary.focus, .btn-primary:focus, .btn-default.focus, .btn-default:focus, .btn:focus {
    color: unset;
    background-color: unset;
    border-color: unset;
}*/
.banner_with_latest_entry .btn-latest-entry a.btn-primary, 
.content_row .btn-latest-entry a.btn-primary,
body a.btn-primary.read-more {
    background-color: #ffffff;
    color: #074776;
    border: 2px solid #074776;
}
.banner_with_latest_entry .btn-latest-entry a.btn-primary:hover, 
.content_row .btn-latest-entry a.btn-primary:hover,
body a.btn-primary.read-more:hover{
    color: #fff;
    background-color: #074776;
    border-color: #074776;
}
/*.btn:focus, .btn:active:focus {
    outline: unset;
}*/
.cta-logo.find-a-table img{
    mix-blend-mode: multiply;
}
.icon-p span svg{
    vertical-align: middle;
}
.footer-soc-cpy .fa-square:before, 
.share-moments.share_your_dice_table .fa-square:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('img/tiktok.svg') no-repeat center;
  background-size: contain;
}
.share-moments.share_your_dice_table .fa-square:before{
    width: 30px;
    height: 30px;
}
section.share-moments ul.social-links li a:hover .fa-square:before{
    background: url('img/tiktok-white.svg') no-repeat center;
} 
div#mc_embed_signup form{
    margin: 0;
}
#mc_embed_shell{
    margin-top: 48px;
}
#mc_embed_signup form h2{
    color: #074776;
    font-size: 24px;
}
#mc_embed_signup form .optionalParent input.btn-primary{
    background: #074776;
    border: 1px solid #074776;
    padding: 20.5px;
    line-height: 0;
}
#mc_embed_signup form .optionalParent input.btn-primary:hover{
    background: #ffffff;
    color: #074776;
}
#coming-soon{
    padding-left: 15px;
    padding-right: 0px;
}
/** Privacy Policy **/
.privacy-policy #privacy-policy.content_row, #terms-and-conditions.content_row, #account-deletion.content_row {
    background-image: -webkit-linear-gradient(67deg, rgb(244, 155, 247) 1%, rgb(244, 155, 247) 16%, rgb(244, 155, 247) 36%, rgb(237, 247, 255) 67%, rgb(237, 247, 255) 99%);
}
.privacy-policy #privacy-policy.content_row h1, #terms-and-conditions.content_row h1{
    text-align: center;
}
.privacy-policy #privacy-policy.content_row h3, #terms-and-conditions.content_row h3{
    margin-top: 30px;
}
.privacy-policy #privacy-policy.content_row p, #terms-and-conditions.content_row p{
    margin: 0 0 20px;
}
.privacy-policy #privacy-policy.content_row li, #terms-and-conditions.content_row li{
    margin: 0 0 15px;
}
.header-cell.contact-info.info-desktop{
    display: flex;
    gap: 20px; 
}
.footer-app-download{
   margin: 40px 0px 20px 0px;  
   display: flex;
   gap: 40px;   
}
.header-cell.contact-info a img, .footer-app-download a img{
        max-width: 200px;
        width: 100%;
}
.header-cell.site-branding a img {
    width: 111px;
}
@media only screen and (max-width: 1459px) {
    #some-eateries-will-have-table-themes h2.title {
        max-width: 80%;
    }
}
@media only screen and (max-width: 1430px) {
    #why-add-a-dice-table .row > [class*="col-"]:nth-child(1) .content-block,
    #why-add-a-dice-table .row > [class*="col-"]:nth-child(3) .content-block,
    #why-add-a-dice-table .row > [class*="col-"]:nth-child(4) .content-block{
        padding-left: 0;
    }
    #why-add-a-dice-table .content-block{
        padding: 20px;
    } 
    header .navbar .navbar-collapse ul li {
        padding: 0px 20px;
    }
    .footer-app-download{
       margin: 20px 0px 20px 0px;     
    }
}
@media only screen and (max-width: 1300px) {
    header .navbar .navbar-collapse ul li {
        padding: 0px 10px;
    }
    .table-themes-dice-left{
        padding-right: 0px;
    }
    .table-themes-dice-left .col-md-6 {
        padding-right: 40px;
    }
    .table-themes-dice-left .col-md-6:after {
        right: 20px;
    }
    #why-add-a-dice-table .content-block{
        padding: 0px;
        padding-bottom: 20px;
    } 
    .dice_table .left-content h2{
        font-size: 44px;
    }
}
@media only screen and (max-width: 1199px) {
    .share_your_dice_table{
        text-align: center;
    }
    section.share-moments.share_your_dice_table {
        padding-top: 50px;
    }
    .header-cell.contact-info a img, .footer-app-download a img{
        max-width: 180px;
    }
    .header-cell.contact-info.info-desktop{
        gap: 0px; 
    }
}
@media only screen and (max-width: 1100px) {
    header .navbar .navbar-collapse ul li {
        padding: 0px 8px;
    }
    header .navbar .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .app-image .img-wrapper:first-child {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1024px) {

    .navbar-toggle {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #333;
        margin: 6px 0;
    }

    .navbar-default .navbar-collapse.menu-open {
        display: block!important;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        padding: 20px;
    }

    .navbar-default .navbar-collapse ul li {
        padding: 10px;
        text-align: left;
        display: block;
        width: 100%;
    }

    .navbar-default .navbar-collapse ul li a {
        text-decoration: none;
        display: block;
        color: #333;
        font-size: 18px;
    }
    .navbar-default .navbar-collapse ul li.current-menu-item a {
        color: #074776;
    }
    header .header-cell.site-nav .navbar.navbar-default{
        float: right;
        width: 100%;
        display: grid;
        position: unset;
    }
    header .navbar .navbar-collapse ul li {
        padding: 10px 10px;
    }
    .contact-info.mobile-contact-info{ display:block; }
    .navbar-default .navbar-collapse.collapse {
        transition: transform 0.3s ease-in-out;
        opacity: 0;
        pointer-events: none;
    }

    .navbar-default .navbar-collapse.collapse.menu-open {
        opacity: 1;
        pointer-events: visible;
        cursor: pointer;
    }

    .icon-bar {
        transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    }

    .first-bar, .last-bar {
        position: absolute;
    }

    .navbar-toggle.open .first-bar {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .navbar-toggle.open .middle-bar {
        opacity: 0;
    }

    .navbar-toggle.open .last-bar {
        transform: rotate(-48deg) translate(6px, -6px);
    }
    .navbar-header .navbar-toggle {
        background-color: white;
        border: 2px solid #074776;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #074776!important;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #074776!important;
    }
    .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
        background-color: #fff!important;
    }
    .navbar-collapse{ 
        background-color: #fff !important; 
        padding: 20px !important;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 1000; 
    }
    .header-cell.contact-info.info-desktop{
        display: none;
    }
    .header-cell.contact-info.mobile-contact-info a:first-child{
        margin-bottom: 15px;
    }
    .footer-app-download{
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-app-download a img {
        max-width: 240px;
    }
}
@media screen and (max-width: 991px) {
    .fs-1 {
        font-size: 2em !important;
        line-height: 48px;
    }
    .fs-34{
        font-size: 30px !important;
        line-height: 40px;
    }
    .banner_block .img-col{
        width: auto;
    }
    .banner_block .img-col img {
        max-height: 450px;
    }
    .customer-slide-right h2, #why-add-a-dice-table h2, .dice_table_look_like_block h2 {
        margin-bottom: 0px;
    }
    .customer-slide-right .no-content h4, .customer-slide-right .no-content h1{
        font-size: 30px;
        line-height: 41px;
    }
    .customer-slide-right .mb-5.no-content{
        margin-bottom: 0;
    }
    .customer-slide-right ul li {
        margin-bottom: 20px;
        margin-top: 12px;
    }
    .app-image {
        margin-top: 50px;
    }
    .customer-slide-right ul.bg {
        padding: 20px;
    }
    .customer-slide-right h3 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 28px;
        margin-top: 28px;
    }
    .customer-slide-right{
        margin-top: 30px;
    }
    #why-add-a-dice-table {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    #why-add-a-dice-table>.row {
        padding-top: 38px;
    }
    .dice_table_look_like_block .slick-prev.slick-arrow, .dice_table_look_like_block .slick-next.slick-arrow {
        width: 50px;
        height: 21px;
    }
    section.content_row{
        padding: 38px 0px 38px 0px;
    }
    section.share-moments.share_your_dice_table {
        padding-top: 30px;
        padding-bottom: 38px;
    }
    .footer-logo{
        text-align: center;
    }
    .cta-logo.find-a-table{
        align-items: center;
    }
    .dice_table .left-content h2{
        font-size: 40px;
    }
    section#find-your-fit-in-the-four-table-themes h2.title {
        font-size: 2em !important;
        line-height: 48px !important;
        max-width: 100%;
    }
}
@media screen and (max-width: 980px) {
    #what-is-dice-table .container .row.d-flex, .dice_table .container .row.d-flex{
        flex-wrap: wrap;
    }
    #some-eateries-will-have-table-themes h2.title {
        max-width: 100%;
    }
    .dice_table .content-block {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    section.banner_with_latest_entry {
        margin-bottom: 50px;
        padding-top: 70px;
    }
    section#what-is-dice-table{
        padding-top: 50px;
    }
    #what-is-dice-table .left-content h2 {
        line-height: 100px;
        font-size: 50px;
    }
    #some-eateries-will-have-table-themes {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #some-eateries-will-have-table-themes h2.title {
        font-size: 40px;
        line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .fs-1 {
        font-size: 1.8em !important;
        line-height: 32px;
    }
    .fs-2{ 
        font-size: 45px; 
    }
    .mt-5{
        margin-top: 28px;
    } 
    .mb-5{
        margin-bottom: 28px;
    }
    .slide-parent .slick-prev{
        margin-right: 20px;
    }
    .slide-parent .slick-next{
        margin-left: 20px;
    }
    section.banner_with_latest_entry {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-top: 45px;
    }
    section.banner_with_latest_entry>.container>.row,
    section.content_row>.container>.row {
        margin: 0;
    }
    .slide-parent .slider-title{
        padding: 0 15px;
    }
    .slide-parent.mt-5{ margin-top: 20px; }
   .main-navigation .container {
        padding: 0px 15px;
   }
   #some-eateries-will-have-table-themes h2.title {
        font-size: 32px;
        line-height: 40px;
    }
    .table-themes-dice-left .col-md-6 {
        margin-bottom: 30px;
    }
    #some-eateries-will-have-table-themes {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #what-is-dice-table .left-content h2 {
        line-height: 76px;
        font-size: 36px;
    }
    section#what-is-dice-table {
        padding-top: 40px;
    }
    .app-image .img-wrapper img {
        max-width: 230px;
    }

    .customer-slide-right .no-content h4, .customer-slide-right .no-content h1{
        font-size: 20px;
        line-height: 24px;
    }
    .customer-slide-right ul li {
        margin-bottom: 10px;
        margin-top: 5px;
        font-size: 16px;
    }
    .app-image {
        margin-top: 35px;
    }
    .customer-slide-right{
        margin-top: 22px;
    }
    .customer-slide-right p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .customer-slide-right ul.bg {
        padding: 15px;
    }
    .customer-slide-right h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .app-image.justify-content-start {
        justify-content: flex-start;
        row-gap: 20px;
        margin: 0;
    }
    .app-image .img-wrapper:first-child {
        margin-left: 0px;
    }
    .banner_block {
        padding-top: 58px;
    }
    #why-add-a-dice-table h4 {
        font-size: 20px;
        line-height: 27px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    #why-add-a-dice-table .content-block .svg-wrapper.svg-custom-class {
        margin: auto;
    }
    #why-add-a-dice-table .content-block{
        text-align: center;
        padding-bottom: 30px;
    }
    .dice_table_look_like_block .slick-prev.slick-arrow, .dice_table_look_like_block .slick-next.slick-arrow {
        width: 70px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .arrow-section{
        margin-top: 30px;
    }
    .eatery-slider-images.pt-5{
        padding-top: 28px;
    }
    .why_choose_dice_table .dice_features .col-12 {
        margin-bottom: 20px;
    }
    .why_choose_dice_table .dice_features .dice_fea_gradientbg {
        padding: 20px 55px 20px 19px;
    }
    #some-eateries-will-have-table-themes .message_board ul li {
        line-height: 22px;
        padding-bottom: 25px;
        font-size: 16px;
        margin-top: 15px;
    }
    .fs-34{
        font-size: 24px !important;
        line-height: 30px;
    }
    #some-eateries-will-have-table-themes .message_board h3 {
        gap: 15px;
        align-items: center;
    }
    #some-eateries-will-have-table-themes .message_board h3 span svg{
        width: 40px;
        vertical-align: bottom;
    }
    .table-themes-dice-left>.row{
        text-align: center;
    }
    .table-themes-dice-left p {
        max-width: none;
    }
    .table-themes-dice-left .col-md-6 p:after {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .table-themes-dice-left .col-md-6, .table-themes-dice-left p {
        padding-right: 0px;
    }
    .dice_table .left-content h2{
        font-size: 30px;
    }
    section#find-your-fit-in-the-four-table-themes h2.title {
        font-size: 1.8em !important;
        line-height: 32px !important;
    }
}
@media screen and (max-width: 664px) {
    .navbar-toggle .icon-bar {
        width: 25px;
    }
    .navbar-header .navbar-toggle {    
        padding: 3px 6px;
    }
}
@media screen and (max-width: 599px) {
    .slide-parent .slider .slide {
        padding: 0 15px;
    }
    #some-eateries-will-have-table-themes .message_board ul li:last-child {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 516px) {
    .slide-parent .slick-prev{
        margin-right: 10px;
    }
    .slide-parent .slick-next{
        margin-left: 10px;
    }
    body .btn-latest-entry .btn {
        padding: 1.3rem 2rem;
    }
    .fs-1 {
        font-size: 1.6em !important;
        line-height: 26px;
    }
    .fs-2{ 
        font-size: 32px; 
    }
    .fs-3 {
        font-size: 22px;
    }
    .fs-34{
        font-size: 22px !important;
        line-height: 25px;
    }
    .slide-parent .slick-prev .arrow img, .slide-parent .slick-next .arrow img{
        padding-left: 10px;
        padding-right: 10px;
    }
   #what-is-dice-table .left-content h2{ 
        line-height: 70px;
        font-size: 32px;
   }
   .slide .slide-inner {
        min-height: 440px;
    }
    #some-eateries-will-have-table-themes h2.title {
        font-size: 28px;
        line-height: 35px;
    }
    #some-eateries-will-have-table-themes {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    body .btn.btn-primary {
        font-size: 16px;
    }
    .dice_table .left-content h2{
        font-size: 28px;
    }
    body .footer-menu {
        flex-wrap: wrap;
        gap: 20px;
    }
    section#find-your-fit-in-the-four-table-themes h2.title {
        font-size: 1.6em !important;
        line-height: 26px !important;
    }
}
@media screen and (max-width: 476px) {
    body .footer-menu .footer-soc-cpy .widget_nav_menu {
        margin-top: 0px;
        margin-bottom: 18.2px;
      }
}
@media screen and (max-width: 400px) {
 .btn-latest-entry a.btn {
        font-size: 16px;
    }
 .customer-slide-right h2 {
        font-size: 22px;
        line-height: 24px;
    }
 .customer-slide-right .no-content h4, .customer-slide-right .no-content h1{
        font-size: 18px;
        line-height: 22px;
    }
 .customer-slide-right p {
        font-size: 16px;
        line-height: 20px;
    }
 .customer-slide-right h3 {
        font-size: 20px;
        line-height: 22px;
    }
 body .btn.btn-primary{
        padding: 1.8rem 2rem;
    }
 .customer-slide-right ul.bg {
        padding: 10px;
    }
}
@media screen and (max-width: 380px) {
    #what-is-dice-table .left-content h2{ 
      font-size: 30px; 
      line-height: 70px;
   }
   .fs-1 {
        font-size: 1.4em !important;
        line-height: 24px;
    }
    body .btn-latest-entry a.btn {
        padding: 1rem 1rem;
        font-size: 14px;
    }
    body .btn-latest-entry a.btn svg {
        margin-left: 15px;
        width: 16px;
    }
    .slide-parent .slider-title h3 {
        font-size: 19px;
        line-height: 28px;
    }
    #some-eateries-will-have-table-themes h2.title {
        font-size: 24px;
        line-height: 30px;
    }
    section#find-your-fit-in-the-four-table-themes h2.title {
        font-size: 1.4em !important;
        line-height: 24px !important;
    }
}
@media screen and (max-width: 320px) {
    body .btn.btn-primary {
        padding: 1rem 1rem;
    }
}