/*
Theme Name: WP Bootstrap
Description: A Wordpress Bootstrap Template
Author: Brian Musinski
Author URI: http://avidonline.com/
Version: 1.0
Tags: responsive, white, bootstrap
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme and modified to work with any client
*/


@font-face {
    font-family: 'corkiregular';
    src: url('fonts/corki-regular-webfont.eot');
    src: url('fonts/corki-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/corki-regular-webfont.woff2') format('woff2'),
    url('fonts/corki-regular-webfont.woff') format('woff'),
    url('fonts/corki-regular-webfont.ttf') format('truetype'),
    url('fonts/corki-regular-webfont.svg#corkiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gidoleregular';
    src: url('fonts/gidole-regular-webfont.eot');
    src: url('fonts/gidole-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gidole-regular-webfont.woff2') format('woff2'),
    url('fonts/gidole-regular-webfont.woff') format('woff'),
    url('fonts/gidole-regular-webfont.ttf') format('truetype'),
    url('fonts/gidole-regular-webfont.svg#gidoleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arapeyitalic';
    src: url('fonts/arapey-italic-webfont.eot');
    src: url('fonts/arapey-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/arapey-italic-webfont.woff2') format('woff2'),
    url('fonts/arapey-italic-webfont.woff') format('woff'),
    url('fonts/arapey-italic-webfont.ttf') format('truetype'),
    url('fonts/arapey-italic-webfont.svg#arapeyitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'gidoleregular';
    overflow-x: hidden;
    font-size: 16px;
}

body.customize-support .navbar-fixed-top, body.customize-support .account-links {
    margin-top: 32px;
}

body.modal-open {
    padding-right: 0 !important;
}

/* loading animation */
.modal-loading {
    position: fixed;
    z-index: 7000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.94);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

h1 {
    font-family: 'arapeyitalic';
    font-size: 35px;
    margin-top: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.81);
}

h2 {
    font-family: 'corkiregular';
    text-transform: uppercase;
    background-color: #c41c20;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.81);
    -webkit-filter: drop-shadow(0 .1em .1em RGBA(0, 0, 0, 0.56));
    filter: drop-shadow(0 .1em .1em RGBA(0, 0, 0, 0.56));
}
.qsr-compact-widget .qsr-heading h2[data-v-3b5a2874] {
    padding-left: 0;
    margin-left: 0;
    background-color:transparent;
}

.qsr-select-component .qsr-select-display {
    align-items: center;
    display: flex;
}
.qsr-compact-widget{
    margin-bottom:50px!important;
}
.qsr-compact-widget .qsr-select-display {
    border-color: #c41c20 !important;
    background-color: #c41c20 !important;
}
.qsr-compact-widget .qsr-btn-primary {
    background-color: #c41c20 !important;
}

.qsr-compact-widget .qsr-btn-primary:hover {
    border-color: #c41c20 !important;
    background-color: rgba( #c41c20, .7) !important;
}

.qsr-compact-widget .qsr-select-container-active .qsr-select-display, .qsr-compact-widget .qsr-select-container:hover > .qsr-select-display {
    border-color: #c41c20 !important;
    background-color: rgba(#c41c20,.7) !important;
}
a:hover, a:focus {
    text-decoration: none;
}

img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block
}

img.alignleft {
    float: left;
    display: block
}

img.alignright {
    float: right;
    display: block
}

.comfortLinks_wrapper {
    font-family: 'gidoleregular';
    background-color: #fff;
    font-size: 15px;
    width: auto;
    float: right;
    padding-right: 15px;
    z-index: 1000;
    position: relative;
}

.comfortNav {
    text-align: right;
    text-transform: uppercase;
    padding-left: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.mobileSocial {
    text-align: center;
    padding: 0
}

.comfortNav li, .mobileSocial li {
    list-style: none;
    display: inline;
    padding: 0 0 0 10px;
}

.comfortNav li a, .mobileSocial li a {
    color: #000;
    text-decoraction: none;
    font-size: 30px;
}

.comfortNav li a:hover, .comfortNav li a:active, .comfortNav li a:focus, .mobileSocial li a:hover, .mobileSocial li a:active, .mobileSocial li a:focus {
    text-decoraction: none;
}

.navbar-header {
    height: 60px;
    z-index: 20;
    display: block;
    position: relative;
}

.navbar-brand {
    height: 100%;
    max-height: 100px;
    max-width: 170px;
    padding: 0px 15px;
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 0;
    margin-left: 15px;
}

.navbar-default {
    height: 68px;
    width: 100%;
    font-family: 'corkiregular';
    text-transform: uppercase;
    font-size: 1.4em;
    background-color: #fff;
    border-color: #056839;
    border: 0;
    border-bottom: 3px solid #c41c20;
    border-radius: 0;
}

.navbar-nav > li {
    padding-left: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #056839;
    background-color: transparent;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default:after {
    border-bottom: 3px solid #056839;
    height: 5px;
    width: 100%;
    margin-left: 0;
    z-index: 15;
    position: relative;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: #fff;
    position: relative;
    z-index: 15;
    margin-bottom: -2px;
}

.navbar-toggle {
    margin-top: 12px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(196, 28, 32, 1)
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
#menu-main-nav {
    float: none;
    text-align: center;
}

.foodMenu-nav a {
    color: #fff;
}

.foodMenu-nav a:hover {
    opacity: .8;
}

.foodMenu-nav {
    width: 50%;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.foodMenu-nav li {
    list-style: none;
    display: block;
    background-color: rgba(196, 28, 32, 0.74);
    padding: 5px 25px 5px 25px;
    font-size: 24px;
    font-family: corkiregular;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.81);
    -webkit-box-shadow: 2px 5px 10px 1px RGBA(0, 0, 0, 0.48);
    box-shadow: 2px 5px 10px 1px RGBA(0, 0, 0, 0.48)
}

.content-section {
    border-bottom: 3px solid #c41c20;
}

/*.content-section.inner{background: -moz-linear-gradient(left, rgba(255,255,255,1)67%, rgba(68,68,68,.2)100%);background: -webkit-linear-gradient(left, rgba(255,255,255,1)67%, rgba(68,68,68,.2)100%);background: -ms-linear-gradient(left, rgba(255,255,255,1)67%, rgba(68,68,68,.2)100%);background: -o-linear-gradient(left, rgba(255,255,255,1)67%, rgba(68,68,68,.2)100%);background:linear-gradient(left, rgba(255,255,255,1)67%, rgba(68,68,68,.2)100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3a3a3', GradientType=1 );}*/
.content-section.inner {
    -webkit-box-shadow: inset -400px 0px 300px -300px rgba(0, 0, 0, 0.22);
    box-shadow: inset -400px 0px 300px -300px rgba(0, 0, 0, 0.22);
}

.content-section:after {
    border-bottom: 3px solid #056839;
    width: 100%;
}

/* **********************Home Page************************ */

.vid-wrapper {
    position: absolute;
    width: 101%;
    height: 375px;
    z-index: -100;
    -webkit-transform: translateX(-5%) translateY(-7%);
    -moz-transform: translateX(-5%) translateY(-7%);
    -o-transform: translateX(-5%) translateY(-7%);
    transform: translateX(-5%) translateY(-7%);
    /*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
    background-size: cover;
    overflow: hidden;
}

.background-video {
    min-width: 100%;
    overflow: hidden;
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.vidOverlay-text {
    text-align: center;
}

.heroLogo {
    margin-top: 50px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.heroLogo {
    -webkit-filter: drop-shadow(0 .1em .2em RGBA(34, 34, 34, 0.67));
    filter: drop-shadow(0 .1em .2em RGBA(34, 34, 34, 0.67));
    max-width: 90%;
    height: auto;
}

.tagline {
    font-family: 'arapeyitalic';
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.81);
    font-size: 15px;
    color: #fff;
}

.callToAction {
    display: block;
    color:#fff;
}

.content-section.home {
    z-index: -110;
    position: relative;
}

.img-holder {
    width: 100%;
    position: relative;
}

.img-holder.home img {
    width: 100%;
    height: auto;
}
.text-holder.reservations{
    max-width:600px;
}
.text-holder.home {
    width: 100%;
}

.text-holder.home h1 {
    font-family: 'arapeyitalic';
    font-size: 35px;
    margin-top: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.81);
}

.text-holder.home h2 {
    margin-left: auto;
    padding-left: 0;
    text-transform: uppercase;
    background-color: #c41c20;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.81);
}

.text-holder.home p {
    padding: 15px 15px 0;
}

/* ******************************************************* */
.qsr-standard-widget .qsr-header{
    background-color:#c41c20!important;
}
/* **********************Menu Page************************ */
.menuWrapper {
    margin: -10px -15px 0;
    background-image: url('/wp-content/themes/wpBootStrap/images/menuWrapper-bckgrd.jpg');
    background-repeat: repeat;
    clear: both;
}

.menu.page-title {
    text-transform: uppercase;
    line-height: 100px;
    font-size: 75px;
    font-family: 'corkiregular';
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
    letter-spacing: 5px;
    border-top: 3px solid #c41c20;
    border-bottom: 3px solid #c41c20;
    background-color: #fff;
    -webkit-filter: drop-shadow(-.04em -.0em .05em RGBA(34, 34, 34, 0.3));
    filter: drop-shadow(-.04em -.0em .05em RGBA(34, 34, 34, 0.3));
}

.menu.page-title:before {
    display: block;
    content: '';
    border-bottom: 3px solid #056839;
    width: 100%;
}

.menu.page-title:after {
    display: block;
    content: '';
    border-bottom: 3px solid #056839;
    width: 100%;
}

.helper-text {
    text-align: center;
    margin-bottom: -50px;
    z-index: 12;
    display: block;
    position: relative;
    color: RGBA(102, 102, 102, 0.8);
    font-style: italic;
    padding-bottom: 25px;
}

.fdm-section .fdm-section-header {
    display: block;
    border-bottom: none;
    text-transform: uppercase;
    height: 50px;
    background-color: #c41c20;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 100px;
}

.fdm-section-header h3 {
    font-size: 30px;
    line-height: 50px;
    margin: 0;
}

.fdm-section-header p {
    font-family: 'gidoleregular';
    color: rgb(0, 0, 0);
    height: 25px;
    line-height: 25px;
    margin:10px 0;

}

.fdm-menu,.fdm-menu-footer {
    font-family: corkiregular;
    max-width: inherit;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    background-color: #fff;
    /*-webkit-filter: drop-shadow(.01em .01em .13em RGBA(34, 34, 34, 0.3));*/
    /*filter: drop-shadow(.01em .01em .13em RGBA(34, 34, 34, 0.3));*/
}
.fdm-menu-footer{
    font-size: 18px;
    text-align: center;
}

.fdm-menu-57 {
    width: 100%;
}

.fdm-item-panel .fdm-item-title {
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px;
    font-size: 25px;
    border: 3px solid #056839;
}

.fdm-item-price-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto;
}

.fdm-section {
    text-align: center;
}

.fdm-section li {
    display: inline-block;
    min-width: 250px;
    margin-bottom: 0;
    vertical-align: top;
}

.fdm-item-has-price .fdm-item-panel p {
    padding-right: 0;
    position: relative;
    display: inline-block;
    min-width: 85px;
    padding: 5px 15px;
}

.fdm-item-panel.active .fdm-item-title {
    color: #fff;
    background-color: #056839;
}

.fdm-item-content {
    font-family: 'gidoleregular';
    font-size: 14px;
    text-transform: lowercase;
}

.fdm-item-image {
    float: none;
    width: auto;
    height: auto;
    max-height: 380px;
    margin: 20px auto 10px;
    position: relative;
    display: none;
}

.fdm-menu-57 {
    z-index: 1000;
    position: relative;
    display: block;
}

.fdm-menu-57 .fdm-item-panel:hover {
    cursor: pointer;
}

.fdm-menu-57 .fdm-item-panel:hover .fdm-item-title {
    color: #fff;
    background-color: #056839;
    cursor: pointer;
}

.item {
    width: 100%;
}

.heroMenuItem:before {
    content: '';
    display: block;
    height: 40px;
    background-color: #c41c20;
    position: absolute;
    width: 90%;
    margin-top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: drop-shadow(0em .15em .1em RGBA(34, 34, 34, 0.3));
    filter: drop-shadow(0em .15em .1em RGBA(34, 34, 34, 0.3));
}

.heroMenuItem img {
    margin: auto;
    position: relative;
}

.heroItemName {
    margin-top: 0;
}

.heroMenuItem.notPizza .flickity-viewport {
    height: 405px !important;
}

.heroItemDescription {
    text-align: center;
    margin-bottom: 30px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-transform: lowercase;
}

.fdm-item-price {
    font-size: 18px;
}

.fdm-menu-91 {
    -webkit-filter: drop-shadow(.01em .5em .13em RGBA(34, 34, 34, 0.3));
    filter: drop-shadow(.01em .5em .13em RGBA(34, 34, 34, 0.3));
}

.fdm-menu-91 .fdm-item-title {
    width: 200px;
    border: 3px solid #c41c20;
    margin: 0 auto 20px;
}

.fdm-menu-91 ul {
    display: block;
    float: left;
    position: relative;
    padding-left: 0;
}

.fdm-menu-91 li {
    display: block;
    min-width: inherit;
}

.fdm-menu-91 .fdm-section .fdm-item-content ul {
    width: 110px;
    text-align: center;
}

.fdm-menu-91 .fdm-section .fdm-item-content {
    width: 220px;
    margin: auto;
}

.fdm-sectionid-4 {
    width: 100%;
    margin: auto;
    float: none;
}

.pizza-hours {
    display: none;
    float: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    border: 3px solid #c41c20;
    padding: 10px 20px;
    position: relative;
    clear: both;
    width: 240px;
    margin: 0 auto 25px;
}

.pizza-menu-bottom {
    display: block;
    position: relative;
    z-index: 100;
}

.from-divider {
    background-image: url('images/from-divider.png');
    display: block;
    height: 37px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

.menuWrapper ul {
    padding-left: 0;
}

.menuWrapper ul li {
    list-style: none;
}

.menuWrapper.containedMenu .fdm-menu {
    /*display: none;*/
}

.menuWrapper.containedMenu .fdm-menu.open {
    display: block;
}

.containedMenu .fdm-section {
    max-width: 770px;
    margin: auto!important;
    float: none!important;
}

.containedMenu .fdm-item {
    max-width: 250px;
}

.section-navigation {
    margin: auto -15px;
    margin-top: 26px;
    padding: 30px 0 15px;
    background-color: #fff;
    -webkit-filter: drop-shadow(.01em .01em .13em RGBA(34, 34, 34, 0.3));
    filter: drop-shadow(.01em .01em .13em RGBA(34, 34, 34, 0.3));
    position: relative;
    z-index: 10;
    display: block;
    align-items: center;
    justify-content: center;
}

.section-navigation li {
    text-align: center;
    list-style: none;
    display: flex;
    width: 100%;
    height: 125px;
    margin-bottom: 0;
    float: left;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.section-navigation li.section-14, .section-navigation li.section-15, .section-navigation li.section-16, .section-navigation li.section-17, .section-navigation li.section-18, .section-navigation li.section-19 {
    max-width: 338px;
}

.section-navigation li:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.navImage:hover {
    opacity: .8;
    cursor: pointer;
}

.navImage.active {
    border: 2px solid #c41c20;
    background-color: #c41c20;
}

.bgImg {
    width: 100%;
    height: 125px;
    display: inline-block;
    z-index: -100;
    background-size: cover;
    background-repeat: no-repeat;
}

.bgImg.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px); /* Prefixed CSS3 blur filters */
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px); /* Firefox needs SVG */
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5'); /* IE lte 9 */
}

.navText {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
    border: 2px solid #c41c20;
    width: auto;
    position: relative;
    font-family: corkiregular;
    font-size: 25px;
    z-index: 100;
    top: -147px;
}
.navText.no-image{
    top:unset;
}


/* ******************************************************* */


/* **********************About Page and Group Page************************ */
.content-section.inner h2 {
    margin-bottom: 50px;
}

.text-holder.inner {
    margin-bottom: 50px;
}

.text-holder.inner p {
    text-align: justify;
}

/* *******************About styles only ******************************/
.fun {
    margin-bottom: 5px;
}

.fun-box, .fine-box, .fun-text, .fine-text {
    width: 225px;
    height: 75px;
    color: #fff;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.fun-text, .fine-text {
    width: 100%;
    height: auto;
}

.fun-box, .fine-box {
    font-family: corkiregular;
    font-size: 70px;
    text-transform: uppercase;
    border: 3px solid #fff;
    padding: 10px;
    margin-top: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter:blur(3px);
    background-color: rgba(255, 255, 255, 0.2);
}

.fine-box {
    margin-top: 125px;
}

/*.fun-box .bg, .fine-box .bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}*/

.boxHeadline {
    z-index: 100;
    position: relative;
    /*
    margin-top: -332px;
    */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.81);
}

/*
.fine-box .boxHeadline {
    margin-top: -288px;
}
*/

.fun-text:before, .fine-text:before {
    border-bottom: 3px solid #fff;
    width: 70%;
    content: '';
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.fun, .fine {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.fine:before {
    text-align: center;
    padding-top: 25px;
    content: url("images/ampersand.png");
    width: 150px;
    height: 150px;
    background: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 100px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -80px;
    -webkit-filter: drop-shadow(0 .1em .1em RGBA(0, 0, 0, 0.56));
    filter: drop-shadow(0 .1em .1em RGBA(0, 0, 0, 0.56));
}

/***********************Group page only styles ********************************/
.text-holder.group ul {
    list-style: none;
    text-transform: uppercase;
    font-family: corkiregular;
    font-size: 28px;
    line-height: 45px;
}

.text-holder.group li:first-child {
    margin-top: 0;
}

.text-holder.group li {
    margin-top: 5px;
}

.text-holder.group li::before {
    font-family: 'Glyphicons Halflings';
    font-size: 28px;
    float: left;
    margin-top: 0px;
    margin-left: -17px;
    color: #056839;
    content: "\e084";
    height: auto;
    margin-right: 20px;
}

.form-wrapper {
    height: 425px
}

.bottom-image {
    height: 300px;
}

#groupsSlideshow .item {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* *******************Contact page only styles *********************** */
.content-section.contact.inner h2, .content-section.contact.inner h1,.content-section.resrvations.inner h2, .content-section.resrvations.inner h1 {
    text-align: center;
    margin-left: 0;
}

.map {
    height: 300px;
    padding: 0;
}

#get-directions {
    background: #c41c20;
    color: #fff;
    border: #c41c20;
}

#get-directions:hover {
    opacity: .8
}

.mobile-get-location {
    width: 59%;
    height: 32px;
    float: left;
    margin-top: -1px;
}

#mobile-get-directions {
    background: #c41c20;
    color: #fff;
    border: #c41c20;
    width: 40%;
    height: 30px;
    line-height: 17px;
}

/* *********************form styles ********************** */
.wpcf7-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    z-index: 20;
    position: relative;
    margin-bottom: -300px;
    text-align: center;
    border-radius: 5px;
    -webkit-filter: drop-shadow(0 .1em .1em RGBA(0, 0, 0, 0.56));
    filter: drop-shadow(0 .1em .1em RGBA(0, 0, 0, 0.56));
    padding-top: 25px
}

input, .submit, select, textarea {
    width: 91%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #D1D1D1;
    padding: 5px;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    right: 45px;
    bottom: 20px;
}

.submit {
    background-color: #c41c20;
    font-family: corkiregular;
    text-transform: uppercase;
    border: none;
    color: #fff;
    font-size: 20px;
}

/*******************Contact Form Styles ************************** */
.contact .wpcf7-form {
    margin-bottom: 0;
    z-index: 0;
    padding-bottom: 1px;
}

	.wpcf7-form input::placeholder {
  color: black;
}
		.wpcf7-form input.date {
  background:transparent!important;
}

.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7-not-valid {
    border-color: red;
}

.mc4wp-checkbox label {
    float: left;
    margin: 0 30px 5px;
}

.mc4wp-checkbox input {
    float: left;
    display: inline;
    width: 26px;
}

.wpcf7-recaptcha {
    padding-left: 28px;
    margin-bottom: 35px;
}

.grecaptcha-badge {
    display: none
}

.captcha-print {
    font-size: 10px;
    margin-top: 40px;
    text-align: left;
    margin-left: 30px;
}

/* ******************************************************* */


/* **********************Footer Style************************ */
footer {
    padding-bottom: 55px;
}

.copyright {
    padding-top: 10px;
}

#mc4wp-form-1 {
    text-align: left;
    width: 100%;
    float: right;
    padding-top: 10px;
}

#mc4wp-form-1 input, #mc4wp-form-1 p {
    margin: 0;
}

#mc4wp-form-1 input.submit {
    width: 100px;
    border-radius: 0px;
    margin-top: 5px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: corkiregular;
    text-transform: uppercase;
    font-size: 20px;
    padding: 2px 5px;
}

a.mailchimpClose {
    color: #c41c20;
}

.email-input input {
    width: 100%;
    border-radius: 0;
    margin-left: 0 !important;
}

.scroll-top {
    bottom: 0;
    position: fixed;
    right: 5px;
    z-index: 6500;
}

.scroll-top span {
    color: #c41c20;
    font-size: 35px;
    text-align: center;
    line-height: 35px;
    opacity: 0.7;
    width: 35px;
    height: 35px;
}

.scroll-top:hover span {
    opacity: 1;
}

.callToAction {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    font-family: 'arapeyitalic'!important;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    margin-bottom: -5px;
}

.btn-wrapper-callout{
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom:20px
}
.btn-wrapper-callout a h2{
    margin:10px auto;
}
@media screen and (min-width:768px){
    .btn-wrapper-callout{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom:20px
    }
    .btn-wrapper-callout a:first-child{
        margin-right:20px;
    }
}


@media screen and (min-width: 768px) {
    .comfortLinks_wrapper {
        font-size: 15px;
        width: 60%;
        padding-top: 16px;
        padding-right: 45px;
    }

    .comfortNav {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .comfortNav {
        text-align: right;
    }

    .comfortNav li a {
        font-size: 15px;
    }

    .navbar-brand {
        max-width: 230px;
        padding: 10px 15px;
        float: left;
    }

    .navbar-header {
        height: 90px;
    }

    .navbar-default {
        height: 100px;
        padding: 0 40px 0 50px;
    }

    .navbar-nav > li {
        padding-left: 25px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: transparent;
    }

    #menu-main-nav {
        height: 100px;
        float: right;
        position: absolute;
        right: 15px;
    }

    #menu-main-nav li a {
        line-height: 40px;
        margin-top: 40px;
        padding-bottom:0;
    }

    .navbar-default:after {
        height: 7px;
        width: 120%;
        margin-left: -100px;
    }

    /* **********************Home Page************************ */
    .vid-wrapper {
        min-width: 105%;
        width: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        margin-left: 15px;
    }

    .heroLogo {
        display: block;
    }

    .heroLogo img {
        height: auto;
        width: auto;
    }

    .tagline {
        font-size: 25px;
        letter-spacing: 2px
    }

    .foodMenu-nav {
        width: 100%;
        display: flex;
        position: relative;
        text-align: center;
        padding-left: 0;
        align-items: center;
        justify-content: center;
    }

    .foodMenu-nav a {
        margin-right: 50px;
    }

    .foodMenu-nav li {
        display: inline-block;;
        padding: 5px 50px 5px 50px;
    }

    .foodMenu-nav a:last-child {
        margin-right: 0;
    }

    .img-holder.home {
        min-width: 518px
    }

    /* ******************************************************* */
    /* **********************Menu Page************************ */
    .menuWrapper.containedMenu {
        min-height: 800px
    }

    .menuWrapper.containedMenu .fdm-menu {
        /*left: 50%;*/
        /*-webkit-transform: translateX(-50%);*/
        /*transform: translateX(-50%);*/
        position: relative;
        margin:auto;
    }

    .section-navigation {
        max-width: 1016px;
        padding-left: 0;
        margin: auto;
        margin-top: 40px;
        padding:15px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        -webkit-filter: drop-shadow(.01em .01em .13em rgba(34, 34, 34, 0));
        filter: drop-shadow(.01em .01em .13em rgba(34, 34, 34, 0));
    }
    .section-navigation .flickity-viewport{
        width:100%;
    }

    .section-navigation li {
        max-width: 253px;
    }

    .fdm-menu,.fdm-menu-footer {
        max-width: 700px;
    }


    .fdm-menu-57 {
        z-index: 0;
    }

    .fdm-sectionid-4 {
        /*width: 335px;*/
    }

    .fdm-menu-91 .fdm-item-title {
        /*margin-left: 75px;*/
    }

    .fdm-menu-91 .fdm-section .fdm-item-content ul {
        width: 130px;
        text-align: left;
    }

    .fdm-menu-91 .fdm-section .fdm-item-content {
        width: auto;
    }

    .fdm-menu-91 .fdm-item-content ul:nth-child(1) {
        margin-left: 75px;
    }

    .fdm-menu-91 .fdm-item-content ul:nth-child(3) {
        margin-left: 75px;
    }

    .pizza-hours {
        display: none;
        float: right;
        margin-right: 125px;
        clear: none;
    }

    .heroMenuItem.notPizza .flickity-viewport {
        height: 446px !important;
    }

    .heroMenuItem:before {
        width: 50%;
    }

    .heroItemDescription {
        width: 40%;
    }

    /* ******************************************************* */
    /* **********************About Page, Groups Page, Contact Page************************ */
    .content-section.inner {
        -webkit-box-shadow: inset -500px 0px 300px -300px rgba(0, 0, 0, 0.22);
        box-shadow: inset -500px 0px 300px -300px rgba(0, 0, 0, 0.22);
    }

    .content-section.inner h2 {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }

    .text-holder.inner {
        margin-bottom: 50px;
    }

    .text-holder.inner.about p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }


    /* *******************About page only styles *********************** */
    .fun {
        margin-bottom: 5px;
    }

    .fun, .fine {
        height: 500px;
    }

/*    .fun-box .boxHeadline {
        margin-top: -426px;
    }

    .fine-box .boxHeadline {
        margin-top: -356px;
    }*/

    .fun-box, .fun-text, .fine-box, .fine-text {
        width: 385px;
        height: 125px;
    }

    .fun-box {
        margin-top: 60px;
    }

    .fine-box {
        margin-top: 135px;
    }

    .fun-text, .fine-text {
        width: 30%;
    }

    /* *******************Group page only styles *********************** */
    .text-holder.group ul {
        font-size: 36px;
        line-height: 50px;
    }

    .text-holder.group li::before {
        font-size: 36px;
    }

    .form-wrapper {
        height: 370px
    }

    .bottom-image {
        height: 500px;
        margin-top: -100px;
    }

    #groupsSlideshow .item {
        height: 500px;
    }

    /* *******************Contact page only styles *********************** */
    .content-section.contact.inner h2, .content-section.contact.inner h1,.content-section.reservations.inner h2, .content-section.reservations.inner h1 {
        text-align: left;
        margin-left: 0;
    }

    .qsr-compact-widget .qsr-heading h2[data-v-3b5a2874] {
        margin-top: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .map {
        height: 500px;
    }

    .form-inline .form-control {
        display: inline-block;
        width: 91%;
        vertical-align: middle;
        margin-top: 2px;
    }

    /* **************Form styles ******************************/
    .wpcf7-form {
        width: 95%;
    }

    fieldset span:last-child {
        margin-left: 5px;
    }

    fieldset span:nth-child(2) {
        margin-left: 5px;
    }

    fieldset span:only-child {
        margin-left: 0;
    }

    .fname, .phone, .occasion, .email2 {
        width: 45%
    }

    .date, .time {
        width: 22%
    }

    .numGuest {
        width: 45%
    }

    /*****************Contact form only styles ************************ */
    .contact .wpcf7-form {
        width: 75%;
        margin-top: 3.7em;
        margin-left: 8em;
        z-index: 10;
        position: relative;
        margin-bottom: -300px;
    }


    .comments {
        width: 91%
    }

    .contact .fname {
        width: 91%;
    }

    .contact .email, .contact .phone {
        width: 45%;
    }

    .content-section.contact.inner h2,.content-section.reservations.inner h2 {
        margin-left: -135px;
        padding-left: 135px;
        width: 100%;
    }
    .qsr-compact-widget .qsr-heading h2[data-v-3b5a2874] {
        padding-left: 0;
        margin-left: 0;
        background-color:transparent;
    }

    .qsr-compact-widget .flatpickr-input {
        margin-bottom: 0;
    }
    .text-holder.contact.inner p {
        padding-right: 9em;
    }

    /* ******************************************************* */
    /*****************Footer form only styles ************************ */
    #mc4wp-form-1 {
        text-align: right;
        width: 500px;
    }

    .email-input input {
        width: 200px;
        border-radius: 0;
        margin-left: 17px !important;
    }

}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 55px;
        margin-top: .7em;
        text-align: center;
    }

    .comfortLinks_wrapper {
        padding-right: 85px;
    }

    .navbar-default {
        padding: 0 40px 0 75px;
    }

    #menu-main-nav {
        right: 55px;
    }

    /* **********************Home Page************************ */
    .vid-wrapper {
        top: 50%;
    }

    .img-holder {
        width: 50%;
        float: left;
        position: relative;
        z-index: 10;
    }

    .img-holder img {
        width: 100%;
        height: auto;
    }

    .text-holder.home {
        width: 50%;
        position: absolute;
        right: 0;
    }

    .img-holder img {
        width: 100%;
        height: auto;
        min-width: 490px;
    }

    .callToAction {
        margin-bottom: -155px;
    }

    .foodMenu-nav.home {
        margin-top: 160px;
    }

    .text-holder.home h1 {
        font-size: 55px;
        margin-top: .7em;
        text-align: left;
        padding-left: .2em;
    }

    .text-holder.home h2 {
        margin-left: -2em;
        padding-left: 2.4em;
        font-size: 35px;
        text-align: left;
        display: block
    }

    .text-holder.home p {
        padding-right: 40px;
    }


    /* ******************************************************* */
    /* **********************Menu Page************************ */
    .fdm-menu,.fdm-menu-footer {
        max-width: 760px;
    }

    .fdm-sectionid-4 {
        /*width: 390px;*/
    }

    .fdm-menu-91 .fdm-item-title {
        /*margin-left: 130px;*/
    }

    .fdm-menu-91 .fdm-item-content ul:nth-child(1) {
        margin-left: 130px;
    }

    .fdm-menu-91 .fdm-item-content ul:nth-child(3) {
        margin-left: 130px;
    }

    /* ******************************************************* */


}

@media screen and (min-width: 1200px) {
    .text-holder.home h1 {
        font-size: 65px;
        margin-top: 1.3em;
        margin-top: 4vw;
    }

    .text-holder.home h2 {
        margin-left: -3.3em;
        padding-left: 3.6em;
        padding-left: 8.4vw;
        margin-left: -8.4vw;
        font-size: 45px;
        margin-top: .7em;
        margin-top: 1vw
    }

    .text-holder.home h2 {
        -webkit-padding-start: 3.6em;
    }

    .text-holder.home p {
        padding-right: 100px;
    }

    /* **********************Menu Page************************ */
    .fdm-menu,.fdm-menu-footer {
        max-width: 1016px;
    }

    .fdm-section li {
        display: inline-block;
        min-width: 250px;
    }

    .fdm-sectionid-4 {
        /*width: 650px;*/
    }

    .fdm-menu-91 .fdm-item-content ul:nth-child(3) {
        margin-left: auto;
    }

    /* ******************************************************* */
    /* **********************About Page************************ */
    .pageMainText {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        min-width: 900px;
    }

    .contact .pageMainText,.reservations .pageMainText {
        max-width: inherit;
        margin-right: auto;
        margin-left: auto;
        float: left;
        min-width: inherit;
    }

    /* ******************************************************* */
    /* **********************Groups Page************************ */
    .bottom-image {
        margin-top: -200px;
    }


    /* **************Form styles ******************************/
    .wpcf7-form {
        width: 27%;
    }

    /* ******************************************************* */

}


@media screen and (min-width: 1400px) {
    .text-holder.home p {
        padding-right: 280px;
    }


}

/* *********** Helpers ************* */

/* ************ animations ************** */
.bounce {
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: 2px solid #990000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s 3;
    -webkit-animation: bounce 2s 3;
    -moz-animation: bounce 2s 3;
    -o-animation: bounce 2s 3;
    cursor: pointer;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.no-margin {
    margin: 0;
}

.no-padding-sides {
    padding-left: 0;
    padding-right: 0;
}

.required {
    color: #AB1911;
    font-weight: bolder;
}

.new-years {
    list-style: none;
    display: block;
    background-color: rgba(196, 28, 32, 0.74);
    padding: 5px 25px 5px 25px;
    font-size: 24px;
    font-family: corkiregular;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.81);
    -webkit-box-shadow: 2px 5px 10px 1px RGBA(0, 0, 0, 0.48);
    box-shadow: 2px 5px 10px 1px RGBA(0, 0, 0, 0.48);
    width: 50%;
    margin: auto;
}

#menu-main-nav .dropdown-menu > li > a {
    line-height: 25px;
    margin-top: 0;
}

