
*{
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

body,html{
	font-size:18px;
	line-height: 20px;
	color:#333;
  font-family: "brandon-grotesque",sans-serif;
}


button, input, optgroup, select, textarea{
  font-family: "brandon-grotesque",sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0;
	text-transform:uppercase;
	color:#000;
	line-height:1.2;
	font-style:normal;
  font-weight:600;
}

h1{
	font-size:1.7777777778em
}


h2{
	font-size:1.7em
}

h3,h4,h5,h6{
	font-size:1em
}
.jobs-board-application h3 {margin-top: 20px;}

p{
	font-size: 1em;
  line-height: 1.5em;
  font-family: 'chaparral-pro', serif;
}
footer p{
  font-family: "brandon-grotesque",sans-serif;
}

a{
	color:#000;
	text-decoration:none;
	-moz-user-select:none
}
a:hover, a:focus{
  color:#111;
  text-decoration:none;
  -moz-user-select:none
}

:focus {
	outline:none !important;
}

.main-content h1{
  letter-spacing: .15em;
}
.page-title {
  font-size: 1.77em;
  letter-spacing: .15em;
  text-align: center;
}
.main-content .page-title{
  text-align: left;
}

/*/////////////////*/
/* BOOTSTRAP 4 -  20 PERCENT  */
/*/////////////////*/
/*.five-col-row {display: flex;}*/
.col-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    display: flex;
}
@media (min-width: 576px) {
    .col-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
    }
}
@media (min-width: 768px) {
    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
    }
}
@media (min-width: 992px) {
    .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
    }
}
@media (min-width: 1200px) {
    .col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
    }
}
@media (min-width: 1475px) {
    .col-xxl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
    }
}



/* JOE HERO */
.joe-read-more {
  padding-bottom: 40px;
}
@media (min-width: 768px){
  .joe-read-more {
  padding-bottom: 150px;
  }
}

@media screen and (min-width: 640px){
  .page-title {
    font-size: 2.6666666667em;
  }
  .main-content h1{
    font-size: 2.6666666667em;
  }
}

.page-description{
  font-size: 1.1em;
  line-height: 1.3em;
  padding-bottom: 1.5em;
  margin-bottom: 2.1em;
  font-family: "chaparral-pro",serif;
  font-weight: 400;
  border-bottom: 1px solid #000;
}
p.lead, p span.lead{}
p{}
a{}

hr{
  border-color: #000;
}
.centered,
.centered img {
	margin:auto;
}
main{padding-top: 150px;}
main.overlap{padding-top: 0;}
.ineditmode main.overlap{padding-top: 150px;}
.btn{
  border-radius: 0;
  font-size: .777em;
  font-family: "brandon-grotesque",sans-serif;
}
.btn-border{
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-border:active, .btn-border:hover{
  background: #000;
  color: #fff;
  text-decoration: none;
}
.btn-border:active a, .btn-border:hover a{
  color: #fff;
  text-decoration: none;
}

.btn-white-border{
  border: 1px solid #fff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-white-border a {
  color: #ffffff;
}
.btn-white-border:active, .btn-border:hover{
  background: #333;
  color: #ffffff;
  text-decoration: none;
}
.btn-white-border a:active, .btn-border a:hover {
  color: #ffffff;
  text-decoration: none;
}

.ccm-image-slider .btn-border, .thumb-wrapper .btn-border, .phone-reservation .btn-border, .splash .btn-border {
  border: 1px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}
.ccm-image-slider .btn-border:active, .ccm-image-slider .btn-border:hover, .thumb-wrapper .btn-border:active, .thumb-wrapper .btn-border:hover, .phone-reservation .btn-border:active, .phone-reservation .btn-border:hover, .splash .btn-border:active, .splash .btn-border:hover{
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.ccm-image-slider .btn-border a{
  color: #fff;
}
.ccm-image-slider .btn-border:active a, .ccm-image-slider .btn-border:hover a, .ccm-image-slider .btn-border:focus a, {
  color: #fff;
  text-decoration: none;
}
.phone-reservation{
  padding-top: 20px;
  padding-left: 5%; 
  padding-right:5%;
}
.phone-reservation .btn-border a{
  color: #fff;
}
.phone-reservation .btn-border:active a, .phone-reservation .btn-border:hover a, .phone-reservation .btn-border:focus a{
  color: #fff;
  text-decoration: none;
}
.splash .btn-border{
  text-align: center;
  width: 65%;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  white-space: normal;
}
@media (max-width: 600px){
  .splash .btn-border{
    width: 90%;
  }
}
.splash .btn-border a{
  color: #fff;
}
.splash .btn-border:active a, .splash .btn-border:hover a, .splash .btn-border:focus a, {
  color: #fff;
  text-decoration: none;
}
.btn-default, .btn-primary{
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-default:active, .btn-default:hover, .btn-default:focus{
  border: 1px solid #000;
  background: #111;
  color: #FFF;
  text-decoration: none;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus{
  border: 1px solid #000;
  background: #111;
  color: #FFF;
  text-decoration: none;
}
.btn-default a{
  color: #FFF;
}
.btn-default a:active, .btn-default a:hover, .btn-default:hover{
  color: #FFF;
  text-decoration: none;
}
.btn-lg{
  font-size: .9em;
}
.btn-expand{
  width: 100%;
  white-space: normal;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
  opacity: .4;
}
.btn-inversed{
  border: 1px solid #000;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-inversed:active, .btn-inversed:hover, .btn-inversed:focus{
  border: 1px solid #000;
  background: #111;
  color: #FFF;
  text-decoration: none;
}
.btn-inversed a{
  color: #000;
}
.btn-inversed a:active, .btn-inversed a:hover, .btn-inversed:hover{
  color: #FFF;
  text-decoration: none;
}
/* -----------------------
BOOTSTRAP HACKS
----------------------- */
.container-fluid .container {
    padding-left: 0;

    padding-right: 0;
}
.container-fluid .container .row{
  margin-left: 0;
  margin-right: 0;
}
/* -----------------------
BREADCRUMB
----------------------- */
.breadcrumb{
  text-align: center;
  background-color: transparent;
  font-size: .7777777778em;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px; 
}
.breadcrumb .fa{
  margin-right: 5px;
}
.breadcrumb > li + li:before{
  content: "\00b7"; 
}
.breadcrumb > .active{
  color: #000;
}
/* -----------------------
NAVBAR
----------------------- */
.navbar-nav{
	width: 100%;
	font-weight: 600;
}
.navbar-nav ul{
	list-style: none;
}

@media screen and (min-width:961px){
	.navbar-nav{
	display:block;
	margin:0
	}
}
.navbar-nav{
 	width: 90%;
    margin: 0 auto;
}
.navbar-nav a{
	font-size:.7777777778em;
	display:block;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase
}

.navbar-toggle {
    display: none;
}
@media screen and (min-width:961px){
	.navbar-nav{
		background:transparent;
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 0;    
	}
  #navbar2{
    display: none !important;
  }
  .navbar-toggle {
    display: none;
  }
}

 @media screen and (min-width:961px){
	.navbar-nav li{
		float:left;
		position:relative;
		text-align:center
	}
 }

 @media screen and (min-width:961px){

}

.navbar-nav li>a{
 	position:relative;
 	padding:.7222222222em 1.1111111111em;
}
.navbar-nav li>a:hover{
  opacity: .7;
}

@media screen and (min-width:961px){
	.navbar-nav li>a{
	color:#000;
	border:none;
	padding:0
 	}
}


.navbar-nav li>ul{
	display:none;
	background:#252525
}

@media (max-width:960px){
 	.navbar-nav li.is-open>ul{
 	display:block
 	}
  .navbar-toggle {
    display: block;
  }

  .navbar-nav{
   margin: 0;
   padding: 0;
  }
  #navbar2.collapse{
    display: none !important;
  }
  #navbar2.collapse.in{
    display: block !important;
  }
  #navbar2 .navbar-nav > li{
    float: none;
  }
  #navbar2 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-nav>li>a{
    font-size:.7777777778em;
    display:block;
    text-decoration:none;
    color:#000;
    text-transform:uppercase
  }
  #navbar2 .dropdown-menu > li > a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9em;
    padding: 10px 25px;
  }
  #navbar2 .dropdown-menu > li > a:hover, #navbar2 .dropdown-menu > li > a:focus{
    background: transparent;
  }
 }


@media (max-width:960px){
	#navbar .navbar-nav{
		display: none;
	}
}


.nav > li > a:hover, .nav > li > a:focus,.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background: transparent;
}

/* -----------------------
END NAVBAR
----------------------- */
.ccm-image-slider-container{
  background: #000;
}
.ccm-image-slider .rslides img{
  opacity: .7;
}
.ccm-image-slider .rslides_nav{
	top: 60% ;
	background: transparent;
	background: rgba(0,0,0,.1);	
}
.ccm-image-slider .rslides_nav:hover, .ccm-image-slider .rslides_nav:focus {
  background: transparent;
  background: rgba(0,0,0,.3);
  text-decoration: none !important; 
}
.ccm-image-slider .rslides_nav{
	font-family: FontAwesome;
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    border: 1px solid #FFF;
}
.ccm-image-slider .rslides_nav.prev{
  left: 10px;
}
.ccm-image-slider .rslides_nav.next{
  right: 10px;
}
.ccm-image-slider .rslides_nav.prev:after{
	content: "\f104";
}
.ccm-image-slider .rslides_nav.next:after{
	content: "\f105";
}
@media screen and (max-width:1600px){
	.ccm-image-slider .rslides img{
	    width: 120%;
	    margin-left: -10%;
	}
}
@media screen and (max-width:1200px){
	.ccm-image-slider .rslides img{
	    width: 150%;
	    margin-left: -25%;
	}
}
@media screen and (max-width:1024px){
	.ccm-image-slider .rslides img{
	    width: 170%;
	    margin-left: -35%;
	}
}
@media screen and (max-width:960px){
	.ccm-image-slider .rslides img{
	    width: 160%;
	    margin-left: -30%;
	}
}
@media screen and (max-width:660px){
	.ccm-image-slider .rslides img{
	    width: 200%;
	    margin-left: -50%;
	}
}
@media screen and (max-width:660px){
	.ccm-image-slider .rslides img{
	    width: 260%;
	    margin-left: -80%;
	}
}
.ccm-image-slider-text {
    position: absolute;
    width: 60% !important;
    left: 20% !important;
    top: 58% !important;
    transform: translateY(-50%);
    text-align: center;
    color: #FFF;
    z-index: 99;
}
.ccm-image-slider-title{
	color: #FFF;
	font-size: 2.3em;
	font-weight: 800;
}
.title-header {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 1.35em;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}
@media (max-width:600px) {
  .title-header {
    font-size: 1.1em;
    letter-spacing: -1px;
    line-height: 1.15;
  }
}
.ccm-image-slider-text p{
  font-weight: 600;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
}
/* -----------------------
HEADER
----------------------- */
.page-header{
  overflow: hidden;
}
/*.page-header img{
  max-width: none;
}*/
@media screen and (max-width:1600px){
  .main-menu .page-header img{
      width: 110%;
      margin-left: -5%;
  }
}
@media screen and (max-width:1200px){
  .main-menu .page-header img{
      width: 125%;
      margin-left: -12%;
  }
}
@media screen and (max-width:1024px){
  .main-menu .page-header img{
      width: 135%;
      margin-left: -17%;
  }
}
@media screen and (max-width:960px){
  .main-menu .page-header img{
      width: 130%;
      margin-left: -15%;
  }
}
@media screen and (max-width:660px){
  .main-menu .page-header img{
      width: 150%;
      margin-left: -25%;
  }
}
@media screen and (max-width:660px){
  .main-menu .page-header img{
      width: 180%;
      margin-left: -40%;
  }
}
.header-container{
  margin-right: auto;
  margin-left: auto;
}

.logo-nav{
  overflow: hidden;
  display: block;
  width: 285px;
  margin: 0 auto;
   margin-bottom: -55px;
  /* 30th anniversary */
/*  margin-bottom: -35px;*/
}
.logo-nav h1{
  
}

#logo img{
  margin: 0 auto;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 285px;
/*  margin-top: 22px;*/
}
.nav-wrapper{
  top: 10px;
}
.header-container{
  padding-left: 0;
  padding-right: 0;
  min-height: 110px;
}
.header-container .row{
  margin-left: 0;
  margin-right: 0;
}

header{
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header.site-header{
  position: absolute;
  z-index: 100;
  background-color: rgba(0,0,0, 0);
  width: 100%; 
  min-height: 75px;
}
header.site-header.active, .ineditmode header.site-header, .page-template-our-work header.site-header{
  background-color: rgba(255,255,255, 1);
  box-shadow: 0 0 10px rgba(0,0,0, .25);
}
header.site-header.always{
  background-color: rgba(255,255,255, .88);
  box-shadow: 0 0 10px rgba(0,0,0, .25);
}
.ineditmode .hero-caption{
  position: relative;
  top:auto;
  tranform:none;
}
.ineditmode .page-type-blog-entry #internal-hero .hero-caption{
  margin-top: 150px;
}

.menu{
  padding-top: 20px;
  float: right;
}
.navbar h1{
  margin: 5px 0 0;
}
header.nav{float: right;}
header .search{
  color: rgba(0,0,0,.4);
  position: absolute;
  right: 4%;
  top: 2px;
}
header .search span{
  margin-right: 5px;
  font-size: 13px;
}
header .search .btn:hover{
  opacity: .7;
}
.btn-primary-outline {
  background-color: transparent;
  border-color: transparent;
  font-size: 14px;
}
.btn-primary-outline:active, .btn-primary-outline.active{
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.utility ul{
  padding-left: 0;
}
.utility li{
  display: inline;
  list-style: none;
}

.nav-icon2 {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 15px;
  /* background: url(../images/hamburger.svg) no-repeat center center; */
  background-color: transparent;
  background-size: 32px;
  height: 40px;
  width: 32px;
  /* border-radius: 50%; */
}

.nav-icon2 {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-icon2.open {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 15px;
  /* background: url(../images/close.svg) no-repeat center center; */
  background-color: transparent;
  background-size: 32px;
  height: 40px;
  width: 32px;
}      


/* Icon 2 */

#nav-icon2 {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent;
  background-size: 32px;
  height: 40px;
  width: 32px;
  z-index: 999;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 15px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 25px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 35px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 20px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 20px;
}

#nav-icon2.open span:nth-child(3) {
  left: 0%;
  opacity: 0;
  top: 25px;
}

#nav-icon2.open span:nth-child(4) {
  left: 50%;
  opacity: 0;
  top: 25px;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 30px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 30px;
}

.collapse.in .navbar-nav{
  display: block;
}
/* -----------------------
OPEN TABLE
----------------------- */

.opentable-wrapper{
  background: #4c86a0;
/*  background: url(../images/cloth_alike-k.png);*/
  margin-bottom: 40px;
  padding-bottom: 20px;
}
#OT_searchWrapper dt{
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 33px;
}
.OT_feedTitle{display: none;}
#OT_searchWrapper label, #OT_searchWrapper dd{
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 33px;
}
.page-template-home #OT_searchWrapper label {
  color: #FFF;
}
#OT_searchWrapper select, #OT_searchWrapper .OT_feedFormfieldCalendar{
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#OT_searchWrapper{
  position: relative;
  margin: 0 auto;
  display: table;
}
#OT_searchWrapper #dateDisplay{
  display: none;
}
#cal1{
    position: absolute;
    top: 73px;
    left: auto;
    display: block;
    background-color: #FFF;
    box-shadow: 2px 2px 4px #ccc;
    padding-left: 15px;
    padding-right: 15px;
/*   width: 250px;
*/   z-index: 999;
    -webkit-overflow-scrolling: touch;
    transition: transform .15s ease-out,opacity .15s ease-out,position .15s ease-out,max-height 0s .15s;
}
#OT_date{
  width: 160px;
  height: 45px;
}
#OT_date input{
  width: 150px;
}

#OT_submitWrap{
  margin-left: 10px;
}
#OT_searchWrapper dd#OT_submitWrap{
  margin-right: 0;
}
#imageCal{
  text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 14px;
    margin-top: 0;
}
#imageCal td{
  background-color: #FFF;
}
#imageCal .monthRow{
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#imageCal table{width: 250px;}
.partOfCal{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.months.partOfCal{
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
#OT_searchWrapper input#submit {
    height: 33px;
    border-radius: 0;
}
.imgCal{
  max-width: 95%;
}

#OT_searchWrapper select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* -----------------------
HOMEPAGE
----------------------- */
.callout{
  margin-top: 20px;
  margin-bottom: 20px;
}
.callout p:nth-last-child(2){
  margin-bottom: 60px;

}
.callout p:last-child{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-events {
  background: #eee;
  padding: 45px 30px 15px 20px;
}
@media (max-width: 721px) {
.careers-wrapper .btn-primary {
  margin-top: 10px;
}
}
/* -----------------------
OVERLAYS
----------------------- */

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.3);
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.thumb-wrapper:hover .overlay {
 /* opacity: 0.25;
  background: #c5a47e;*/
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

.event-list .post-content {
  position: absolute;
  top: 15%;
/*  transform: translateY(-50%);
*/  padding: 0 20px;
  left: 0;
  right: 2%;
  position: absolute;
  z-index: 5;
  max-width: 83%;
}
@media (max-width: 1200px){
  .event-list .post-content {
    top: 5%;
  }
}
@media (max-width: 767px){
  .event-list .post-content {
    top: 20%;
  }
}
@media (max-width: 480px){
  .event-list .post-content {
    top: 15%;
  }
}
.restaurant-flag{
  background-color: #000;
  padding: 5px;
}
.restaurant-flag h6{
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
}
.event-list{
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-thumb{
  position: relative;
}
.event-list .post-title{
  font-size: 1.4em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 800;
  margin: 10px auto;
  color: #FFF;
}
.event-list .post-title a{
  color: #FFF;
}
.event-thumb img{
  width: 100%;
  margin: 0 auto;
}
.date-flag{
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #FFF;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
}

.side-nav .event-restaurant-logo{
  max-width: 115px;
  margin: 10px auto 40px;
}
.side-nav .date-flag {
  position: relative;
  bottom: auto;
  right: auto;
  border: 1px solid #000;
  max-width: 165px;
  margin: 0 auto 20px;
}

.side-nav .event-month {
  font-size: 15px;
  color: #FFF;
  margin: 0 -10px 5px;
  padding: 5px;
}
.side-nav .event-date {
  font-size: 40px;
  line-height: 40px;
}
.side-nav .event-time {
  font-size: 14px;
  padding: 2px;
}

.side-nav .event-details{
  margin-bottom: 30px;
}
.side-nav .event-details p{
  font-family: 'brandon-grotesque', sans-serif;
}
.side-nav .event-details .btn{
  white-space: normal;
}
.event-details span{
  margin-top: 10px;
  margin-bottom: 10px;
}
.event-details-bottom span{
  margin-bottom: 10px;
}

.event-month{
  font-size: 11px;
  background: purple;
  color: #FFF;
  margin: 0 -10px 5px;
}
.event-date{
  font-size: 30px;
}
.event-time{
  font-size: 10px;
}
.event-series-title {
  padding-top: 20px;
}
.event-related tbody {
  border: 1px solid #dddddd;
}
.event-related tbody tr td {
  padding: 15px;
  line-height: 1.2em;
}
@media (min-width: 992px) {
.event-related tbody tr td {
line-height: 1.8em;
}
}
.event-related span {
  margin-bottom: 0;
  float: right;
}
.ccm-block-share-this-page ul{
  padding-left: 0;
}
.ccm-block-share-this-page ul li a{
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  color: #000;
  padding: 9px;
  text-align: center;
}
.ccm-block-share-this-page li{
  margin-top: 10px;
}
div.ccm-block-feature-item {margin-bottom: 0 !important;}
div.ccm-block-feature-item p {margin-left: 0 !important;}

/* -----------------------
RESTAURANT COLORS
----------------------- */
.restaurant_color_bartolotta {
    background-color: #231f20;
}
.restaurant_color_mrb{
    background-color: #d1232a;
}
.restaurant_color_bacchus{
/*    background-color: #392e2c;
*/    /*background-color: #251100;*/
background-color: #000000;
}
.restaurant_color_commodore{
    background-color: #869F78;
}
.restaurant_color_downtownkitchen{
    background-color: #6c6d70;
}
.restaurant_color_harborhouse{
    background-color: #4e7282;
}
.restaurant_color_joeygerards{
    background-color: #a5652d;
}
.restaurant_color_bistro{
    background-color: #cd6e18;
}
.restaurant_color_missbeverlys{
    background-color: #ffdd17;
}
.restaurant_color_northpoint{
    background-color: #ee1d23;
}
.restaurant_color_pizzeria{
    background-color: #a80731;
}
.restaurant_color_ristorante{
    background-color: #834c3a;
}
.restaurant_color_rumpus{
    background-color: #ffa700;
}
.restaurant_color_sponsored{
    background-color: #231f20;
}


/* -----------------------
EMAIL SIGNUP
----------------------- */
.page-template-home .email-wrapper.footer-email{
  display: none;
}
.email-wrapper.footer-email.main-bart-email{
  margin-bottom: -40px;
}
.email-wrapper{
  background: #ededed;
/*  background: url(../images/cloth_alike.png);*/  
  margin-top: 40px;
/*  margin-bottom: 40px;*/
}
.email-signup{
  padding-top: 50px;
  padding-bottom: 60px;
}
.campaign-monitor h2{
  text-align: center;
  font-weight: 700;
}
.campaign-monitor h2:before{
  content: "\f2b6";
  font-family: FontAwesome;
  font-size: 20px;
  padding: 15px;
  margin-right: 10px;
  line-height: 50px;
  background: #222;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
}
.campaign-monitor .form-group{
  width: 40%;
  margin: 2% 1%;
  float: left;
}
.campaign-monitor .btn{
  margin: 2% 1%;
  display: inline-block;
}
.page-template-catering-landing .form-group {
  margin-bottom: 15px;
}
.g-recaptcha {padding-left:15px;} 
/* -----------------------
EMAIL SIGNUP - CAMPAIGN MONITOR
----------------------- */
.barto-email-forms button {
    background: #000;
    color: #fff;
    padding: 9px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: brandon-grotesque, sans-serif;
}
.barto-email-btn {
    text-align: center;
  }
.barto-email-forms button:hover,
.barto-email-forms button:focus {
  background:rgba(0,0,0,.85);
}
.barto-email-forms label {
    font-size: 18px;
    font-weight: 700;
    font-family: brandon-grotesque, sans-serif;
    margin-bottom: 3px;
    margin-top: 15px;
}
.barto-email-forms input {
  padding: 5px 10px;
  font-family: brandon-grotesque, sans-serif;
  width: 100%;
}

.barto-email-forms .form-area {
    width: 40%;
    margin: 2% 1%;
    float: left;
}
@media (min-width: 768px)
{
  .barto-email-forms button {
    margin-top: 16px;
  }
  .barto-email-btn {
    text-align: left;
  }
}
/* -----------------------
RESTAURANT LIST
----------------------- */

.restaurant-wrapper{
  margin-top: 40px;
  margin-bottom: 40px;
}
.restaurant-list,
.bonuscard-list,
.giftcard-list {
  margin-bottom: 30px;
}

.restaurant-list .post-thumb,
.bonuscard-list .post-thumb,
.giftcard-list .post-thumb{
  background: #000;
  position: relative;

}
.restaurant-list .post-thumb img,
.bonuscard-list .post-thumb img,
.giftcard-list .post-thumb img{
  opacity: .85;
  width: 100%;
  height: 100%;
}
.restaurant-list .post-content,
.bonuscard-list .post-content,
.giftcard-list .post-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 20px;
  /* width: 80%; */
  left: 2%;
  right: 2%;
  position: absolute;
  z-index: 5;
}
.restaurant-list .post-content .post-title,
.bonuscard-list .post-content .post-title,
.giftcard-list .post-content .post-title{
  font-size: 1.35em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 20px;
}

ul.restaurant-filter{
  margin: 10px auto 20px;
  text-align: center;
}
/* -----------------------
VENUES
----------------------- */

.page-template-venues .page-header,
.page-template-venues-branded .page-header {
    padding-bottom: 2%;
}
main.venue-body {
    padding-top: 90px;
}
.venue-body.stuck-tester{
    position: absolute;
    top: 0;
    margin-bottom: 110px;
    background-color: transparent;
}
.venue-body .stuck-side{
    background-color: rgba(255,255,255, .88);
    padding: 15px;
}
 .venue-body .col-stuck {
    top:20px !important;
}


.venue-body .stuck-side ul{
    padding-left: 0;
    width: 75%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content:space-evenly;
    -moz-justify-content:space-evenly;
    -ms-flex-pack:space-evenly;
    justify-content: space-evenly;
    align-items: center;
    /*justify-content: -webkit-justify-content;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}
.venue-body .stuck-side ul h3 {
    margin-bottom: 0;
}
.venue-body .stuck-side li{
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
/*    line-height: 2.1;*/
}
/*.stuck-side ul li a {
    font-size: inherit;
    padding-top: 0;
    padding-bottom: 0;
}*/
/*.stuck-side .btn-inversed {
    padding:12px 15px;
}*/
.venue-info .ccm-block-feature-item{
  /*border-top: 1px solid #000;*/
  padding-top: 15px;
  padding-bottom: 15px;
}
.venue-info .ccm-block-feature-item:first-child{
  border-top: none;
}
.venue-info p{
  padding-left: 12%;
  font-size: .7777777778em;
  text-transform: uppercase;
  word-wrap: break-word;
  position: relative;
  color: #000;
  font-family: 'brandon-grotesque', sans-serif;
  margin-bottom: 0;
}
.venues-title h1 {
    margin-bottom: 0;
}
.venues-title h3 {
    margin-top:20px;
}
.great-venues {
    padding: 0px 0 30px 0;
    margin-bottom: 6%;
    border-top:1px solid #000;
    border-bottom: 1px solid #000;
}
.venue-menus h4 {
    padding: 10px 0 5px 0;
}
.venue-menus h4 i {
    padding-right: 3px;
}
.venue-menus p {
    padding: 15px 0;
}
.venue-social {
    padding-bottom: 10%;
    padding-top: 13%;
    border-top:1px solid #000;
    margin:2% 0 25% 0;
}
.venue-int-nav {
    background: #eee;
    padding: 5%;
    margin-top: 3%;
}
.venue-body .event-space-icon {
    padding-bottom: 5px;
}
.venue-body .ccm-image-slider-text p {
    font-weight: 600;
    font-family: 'brandon-grotesque', sans-serif;
}
.event-space-content {
    padding:6% 0 5% 0;
}
.event-space-content h2 {
    padding-left: 15px;
    padding-right: 15px;
}
.event-space-content h2:before {
    font-family: FontAwesome;
    content:"\f124";
    font-size: 1em;
    padding-right: 12px;
}
.event-space-content .ccm-block-feature-item h4 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    font-family: 'chaparral-pro', serif;
}
.event-space-details .row>div {
    padding: 3% 15px;
}
.event-space-details ul {
    margin-left:-15px;
}
.event-space-anchor-bkg {
    background: #eee;
}
.event-space-anchor-bkg p {
    margin:0;
}
hr#event-space-cta-hr {
    margin: 25px 15px;
}
.event-side-text {
  font-size: .85em;
  padding-top: 10px;
}
.venue-contact-bkg {
    background: #eee;
    padding: 5% 0;
}
.venue-body .img-responsive img {
    width: 100%;
    height: auto;
}
/*=======================================
HIDE GLOBAL EMAIL ONLY ON VENUES TEMPLATE
========================================*/
/*.page-template-venues .main-bart-email {
  display: none;
}
.page-template-venues .venues-mailing-list {
  margin-top:30px;
}
.page-template-venues footer {
  margin-top: 0;
}
*/
@media (max-width: 1024px){
    .venue-body .stuck-side ul {
        display: block;
        justify-content: space-between;
        column-count: 2;
    }
}
@media (max-width: 767px){
    .venue-body .stuck-side ul {
        display: block;
        column-count:1;
    }
    .event-space-content .btn-default {
    width:100%;
    }
    .venue-menus .ccm-block-feature-item {
    text-align: center;
}
    .venue-social {
        border-bottom: 1px solid #000;
    }
    .venue-contact-bkg {
    padding: 10% 0;
}
}
@media (min-width: 961px){
    main.venue-body {
        padding-top: 110px;

    }
    .venue-body .non-stuck-side{
        display: none;
    }
}
@media (max-width: 960px){
    .stuck-side ul{
        width: 85%;
        margin: 0 auto;
    }
    .venue-body .col-stuck{
        display: none;
        height: 0 !important;
        margin: 0;
    }
    .venue-body .stuck-tester{
        display: none !important;
        margin: 0;
        height: 0;
    }
    .venue-body .non-stuck-side{
        display: block;
    }
}

/* -----------------------
FOOTER
----------------------- */
.page-template-home footer {
  margin-top:0;
}
footer{
  background-color: #000;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFF;
}
footer a{
  color: #FFF;
}
footer a:hover, footer a:active {
  color: #eee;
}

footer .address .small{
  margin-bottom: 5px;
}
footer .footer-logo img{
  margin: 0 auto;
  max-width: 275px;
  /*  30th anniversary  */
  padding-bottom: 10px;
}
footer .footer-nav ul{
  list-style: none;
  padding-left: 0;
}
footer .footer-nav ul li{
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
footer .footer-nav.footer-right ul li{
  text-align: right;
}
footer .social{
  padding-top: 30px;
}
footer .social .fa{
  font-size: 22px;
  margin: 10px;
}

.modal-dialog{
  color: #FFF;
  z-index: 1050;
  top: 25%;

}
.modal-backdrop.in{
  opacity: .9;
}
.modal-content{
  background-color:transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
#site-search .input-group input{
  box-shadow: none;
  border: 1px solid #ccc;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px;
}
#site-search .input-group-btn {
    font-size: 18px;
}
#site-search .ccm-search-block-text{
  border-radius: 4px 0 0 4px !important;
}
#site-search .input-group-btn .btn{
  box-shadow: none;
  border: 1px solid #ccc;
  border-left: none;
  color: #000;
  background-color: #FFF;
  height: 34px;
  border-radius: 0 4px 4px 0;
}
#site-search .input-group-btn .btn:hover, .modal-content .input-group-btn .btn:active{
  color: #222;
}
.modal-header{
  border: none;
}

#site-search .input-group-btn .btn{
  font-family: FontAwesome;
  font-weight: normal;
  height: 42px;
}

button.close {
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #FFF;
    opacity: 1;
    text-shadow:none;
}
.close:hover, .close:focus{
  color: #FFF;
  opacity: .7;
}

.ccm-block-topic-list-list li{
  display: inline;
  list-style: none;
}
/* -----------------------
Catering
----------------------- */
.main-content p{
  font-family: "chaparral-pro",serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.2em;
}
.side-nav{
  border: 1px solid #000;
  padding: 1.1111111111em 1.1111111111em;
  text-align: center;
  margin-bottom: 1.6666666667em;
}
.side-nav li{
  list-style: none;
}
.side-nav ul ul{
  padding-left: 0;
}

.side-nav ul li a, .ccm-block-tags-wrapper a{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .7777777778em;
  padding-top: 7px;
  padding-bottom: 7px; 
}
.side-nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
/*  text-underline-offset: 6px;*/
}
.side-nav ul li a:focus, .side-nav ul li a:active {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
/*  text-underline-offset: 6px;*/
}
.side-nav .ccm-block-tags-wrapper a{
  display: block;
}
.side-nav h5{
  position: relative;
}
.side-nav ul.nav:first-child li a, .side-nav h5{
  font-size: .8888888889em;
  text-transform: uppercase;
  padding: .7142857143em 0 2.1428571429em;
  margin-bottom: 2.1428571429em;
  letter-spacing: .1em;
  font-weight: 600;
}
.side-nav ul.nav:first-child li a:after, .side-nav h5:after{
  content: " ";
  width: 26px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  background: #000;
}
.side-nav ul li ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #b5b5b5;
}

.side-nav li.nav-selected>a:before {
  content: "\f0da";
  font-family: FontAwesome;
  width: 14px;
  height: 14px;
  font-size: 14px;
  position: absolute;
  top: 25%;
  left: -10px;
  color: #333;
}
.side-nav ul.nav:first-child li.nav-selected>a:before{
  display: none;
}
.page-header {
  margin-top: 0;
  padding-bottom: 40px;
  border:none;
}
.main-content .page-intro {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.main-content h3{
  margin-top: 30px;
}
.restaurant-btn-list .btn{
  width: 100%;
}
.restaurant-btn-list .btn a{
  white-space: normal;
}
.restaurant-logo-box {
    border: 1px solid #000;
    margin-bottom: .8333333333em;
    padding: 1.1111111111em;
    text-align: center;
}
.restaurant-logo-box img{
  margin: 0 auto;
}
.restaurant-info .ccm-block-feature-item{
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 10px;
}
.restaurant-info .ccm-block-feature-item:first-child{
  border-top: none;
}
.ccm-block-feature-icon{
  width: 10%;
  display: inline;
  float: left;
  text-align: center;
}
.restaurant-info p{
  padding-left: 12%;
  font-size: .7777777778em;
  text-transform: uppercase;
  word-wrap: break-word;
  position: relative;
  color: #000;
  font-family: 'brandon-grotesque', sans-serif;
}
.restaurant-info:first-child p{
  border-top: none;
}
.page-navigation{
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.map-link{
  font-family: "chaparral-pro",serif;
  text-decoration: none;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}
.ccm-block-next-previous-previous-link, .ccm-block-next-previous-next-link{
  width: 25%;
  display: inline;
}
.ccm-block-next-previous-previous-link{
  float: left;
}
.ccm-block-next-previous-next-link{
  float: right;
}
.btn-next,
.btn-prev{
  width: 100%;
}
.btn-prev .fa{
  float: left;
  display: inline;
  line-height: 1.3em;
}
.btn-next .fa{
  float: right;
  display: inline;
  line-height: 1.3em;
}

.galleria-thumbnails-container {
  margin: 0 auto;
  width: 75%;
}
.galleria-image-nav-right, .galleria-image-nav-left{
  transition: none;
  font-family: FontAwesome;
  color: #FFF;
  display: block;
  text-align: center;
  height: 61px !important;
  width: 38px !important;
  font-size: 20px;
  line-height: 60px;
  border: 1px solid #000;
  background-color: #000;
  opacity: 1 !important;
}

.galleria-image-nav-left:after {
  content: "\f104";
}
.galleria-image-nav-right {
  left: auto;
  right: 10px !important;
  background-image: none !important;
}

.galleria-image-nav-left {
  right: auto;
  left: 10px !important;
  background-image: none !important;
}
.galleria-image-nav-right:after {
  content: "\f105";
}
.galleria-thumb-nav-left, .galleria-thumb-nav-right{
  top: 10px !important;
}

/* Make Galleria container responsive */
    .galleria-container {
      width: 100% !important;
      height: auto !important;
      max-width: 100% !important;
    }

    /* Make images scale to container */
    .galleria-image img {
      width: 100% !important;
      height: auto !important;
      top: 0 !important;
      left: 0 !important;
      position: relative !important;
      object-fit: contain;
    }

    /* Arrow visibility and repositioning */
    .galleria-image-nav-right,
    .galleria-image-nav-left {
      width: 30px;
      height: 30px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 100;
      display: block !important;
      top: 130%;
      transform: translateY(-50%);
      position: absolute;
    }
@media (min-width: 768px){
/* Arrow visibility and repositioning - desktop */
    .galleria-image-nav-right,
    .galleria-image-nav-left {
      top: 50%;
    }
  }







.contact-entry{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-entry h2{
  font-size: 1.1em;
}
.contact-entry p{
  font-size: .9em;
  font-style: italic;
}
.contact-entry a{
  font-family: 'brandon-grotesque', sans-serif;
  font-size: .777778em;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.blog-entry{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.blog-entry:last-child{
  border-bottom: none;
}
.blog-entry h2{
  margin-top: 20px;
}
.ccm-block-page-list-date p{
  font-style: italic;
}

.page-type-blog-entry .page-header img{
  width: 100%;
  height: auto;
}

.tag-icon{
  display: inline;
}
.blog-main .ccm-block-tags-wrapper{
  display: inline;
}
.blog-main .ccm-block-tags-wrapper a:after {
  content: ", ";
}
.blog-main .ccm-block-tags-wrapper a:last-child:after {
  content: " ";
}

.blog-main .ccm-block-page-attribute-display-wrapper{
  font-style: italic;
}

.catering-btns .btn {
  width: 100%;
}
/* -----------------------
SEARCH
----------------------- */
.search-page-search form{
  width: 100%;
  margin: 0 auto 30px;
  display: block;
  overflow: hidden;
}
.search-page-search form .ccm-search-block-text{
  display: inline;
  height: 33px;
  float: left;
  width: 75%;
}
.search-page-search form .ccm-search-block-submit{
  display: inline-block;
  margin: 0;
  float: left;
  margin-left: 5px;
  width: 20%;
}
#searchResults{
  padding-top: 60px;
}

/* -----------------------
CAREERS
----------------------- */
.ccm-block-page-list-page-entry.careers-list-entry {
    padding-bottom: 50px;
    margin: 50px auto;
    border-bottom: 1px solid #000;
}

.well{
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.form-control{
  background-color: #fff;
  color: #000;
  transition: all .15s linear;
  box-sizing: border-box;
}
#OT_searchWrapper select{

}
.jobs-board-application INPUT.form-control{
  background-color: #fff;
  display: block;
  font-size: .8888888889em;
  margin: 0 0 1.6666666667em 0;
  padding: .5555555556em;
  width: 100%;
  transition: all .15s linear;
  box-sizing: border-box;
}

.jobs-board-application .required-field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: red;
}
.jobs-board-application .required-field ::-moz-placeholder { /* Firefox 19+ */
    color: red;
}
.jobs-board-application .required-field :-ms-input-placeholder { /* IE 10+ */
    color: red;
}
.jobs-board-application .required-field :-moz-placeholder { /* Firefox 18- */
    color: red;
}

.label-group{
  font-family: 'brandon-grotesque', sans-serif;
}
.form-control::placeholder {
  color: #000;
  font-size: 16px
}

.jobs-board-application{
  margin-top: 40px;
}
.jobs-board-application .radio-group{
  padding-left: 20px;
  font-size: 16px;
}
.jobs-board-application .radio-group .radio{
  display: inline;
  padding-right: 40px;
}
.jobs-board-application .radio label, .jobs-board-application .checkbox label {
  padding-left: 0;
}
.jobs-board-application h2, .jobs-board-application h4{
  margin-top: 40px;
}
.agreement{
  font-size: .888889em;
  margin: 15px auto;
}
.disclaimer{
  font-size: .777778em;
}

.ccm-form .form-actions{
  padding-left: 15px;
}
/* -----------------------
SOCIAL
----------------------- */

.social .social-block .fa, .social .social-block .icon-img{
  font-size: 18px;
  border-radius: 50%;
  line-height: 40px;
/*  padding: 12px;*/
  width: 40px;
  height: 40px;
  color: #FFF;
  margin: 5px;
}
.restaurant-wrapper .social .social-block .icon-img{
  display: inline-block;
}
.restaurant-wrapper .social .social-block .icon-img img{
  margin-top: -2px;
}
.restaurant-wrapper .social .fa-twitter{
  background-color: #55acee;
}
.restaurant-wrapper .social .fa-facebook{
  background-color: #3b5998;
}
.restaurant-wrapper .social .fa-instagram{
  background-color: #4c68d7;
}
.restaurant-wrapper .social .fa-pinterest-p{
  background-color: #cb2027;
}
.restaurant-wrapper .social .fa-google{
  background-color: #d34836;
}
.restaurant-wrapper .social .fa-google-plus{
  background-color: #d34836;
}
.restaurant-wrapper .social .fa-yelp{
  background-color: #af0606;
}
.restaurant-wrapper .social .fa-tripadvisor{
  background-color: #00af87;
}
.restaurant-wrapper .social .zomato{
  background-color: #cb202d;
}  
.restaurant-wrapper .social .open-table{
  background-color: #DA3743;
}  

.restaurant-wrapper .social{
  width: 100%;
  margin: 20px auto;
  padding-top: 20px;
  border-top: 1px solid;
}
.splash .container{
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.splash.mrb .container{
  width: 100%;
} 

.splash .b-splash-logo img{
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px){
  .splash .b-splash-logo img{
    max-width: 250px;
  }
}
@media (max-width: 600px){
  .splash .b-splash-logo img{
    max-width: 200px;
  }
}
.splash{
  background: url(../images/mr-b_bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100vh;
  max-height: 100vh;
  padding-top: 50px;
}
.splash h1{
  margin: 40px auto;
  color: #FFF;
}
@media (min-width: 1024px){
  .splash h1{
    font-size: 2em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .splash h1{
    font-size: 1.2em;
    margin: 30px auto;
  }
  .splash .b-splash-logo img{
    max-width: 150px;
  }
  .splash .btn-border{
    font-size: 16px ;
  }
}
/* -----------------------
EVENT - SOLD OUT
----------------------- */
.event-sold-out-overlay {
  background-color: rgba(255,255,255,.8);
  padding: 10px 15px;
  position: absolute;
  margin-top: -55px;
  z-index: 5;
}
.event-sold-out-overlay h3 {
  margin-bottom: 0;
}

/* -----------------------
RESERVATION PAGE
----------------------- */
.main-menu #OT_searchWrapper input#submit{
  background-color: #000;
}
.main-menu img.partOfCal{
  width: auto;
  height: auto;
  margin-top: 0 !important;
}

.main-menu #OT_defList{ 
  display: table;
  float: none;
  margin: 0 auto;
  width: auto;
}

@media (max-width: 767px){
  .main-menu #OT_searchWrapper dt, .main-menu #OT_searchWrapper dd{
    margin-right: 0;
  }
  .main-menu #OT_defList{
    width: 90%;
    text-align:center;
  }

  .main-menu #OT_searchWrapper select {
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
  }

   .main-menu #OT_searchWrapper .OT_feedFormfieldCalendar{
    display: inline-block;
  }
  .imgCal{
    height: 0;
  }
}

/* -----------------------
CENTER
----------------------- */
.centerMe {
  text-align: center;
}
.centerMe>[class^="col-"] {
  text-align: initial;
  float: none;
  margin: 20px auto;
  display: inline-block;
}

.row .events{
  margin-right: 0;
  margin-left: 0;
}


.page-template-catering .page-intro h2{
  text-align: center;
}
.page-template-catering .main-content .page-intro h2{
  text-align: left;
}
/* -----------------------
HOLIDAY EVENT
----------------------- */
.page-template-event-holiday main {
  padding-top: 0;
}

/*.calendar-box {padding-top: 7px;}*/
.calendar-box .date-flag {
  position: relative;
  bottom: auto;
  right: auto;
  border: 1px solid #000;
  max-width: 165px;
  margin: 0 auto 20px;
}

.calendar-box .event-month {
  font-size: 15px;
  color: #FFF;
  margin: 0 -10px 5px;
  padding: 5px;
}
.calendar-box .event-date {
  font-size: 40px;
  line-height: 40px;
}
.calendar-box .event-time {
  font-size: 14px;
  padding: 2px;
}
.calendar-box .event-day {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: .5rem;
}
.calendar-box .event-date {
  padding-bottom:.8rem;
}
.holiday-slider .ccm-image-slider-text {
  width: 100% !important;
  left: 0 !important;
  top: 42% !important;
}
.holiday-slider h2 {
  padding: 0 4%;
  font-size: 1.35rem;
  font-weight: 800;
}
.holiday-slider .rslides {
  height: 200px;
}
@media screen and (max-width:1999px){
.holiday-slider .ccm-image-slider .rslides img {
  width: 100%;
  margin-left: auto;
}
.holiday-hero .ccm-image-slider .rslides img {margin-left: auto !important;}
}
@media screen and (min-width:768px) and (max-width:1199px){
  .holiday-slider .ccm-image-slider-text {
    width: 100% !important;
    left: 0 !important;
    top: 58% !important;
    font-size: .8rem;
  }
  .holiday-slider .rslides {
  height: auto;
}
}
@media screen and (min-width:1200px) {
.holiday-slider .ccm-image-slider-text {
  top:45% !important;
}
}
/* -----------------------
MEDIA QUERIES
----------------------- */
@media (min-width: 1200px){
  .header-container{
    max-width: 1300px;
  }
  .galleria-container{
    height: 615px !important;
  }

}


@media (max-width: 1200px){
  #OT_searchWrapper dd#OT_restaurant{
    float: none;
    display: block;
  }
  #OT_searchWrapper dd#OT_restaurant select{
/*    width: 528px;
*/  width: 85%;
    margin-bottom: 20px;
  }
  #OT_defList{
    margin: 0 auto;
    /*width: 75%;*/
    display: table;
  }
  .logo-nav{
    width: 265px
  }
  #logo img{
    width: 265px
  }
  .galleria-container{
    height: 615px !important;
  } 
}
@media (max-width: 1150px){
 .logo-nav{
    width: 250px;
    /* 30th anniversary */
/*    margin-bottom:-52px;*/
  }
  #logo img{
    width: 250px
  }
}

@media (max-width: 1024px){
  header .search{
    right: 3%;
  }

}
@media (max-width: 991px){
/*  .opentable-wrapper .container{
    width: 95%;
  }*/
  #OT_defList {
    margin: 0 auto;
    /*width: 95%;*/
    display: table;
  }
  .event-list .post-title {
    font-size: .9em;
    line-height: 1em;
  }
  .event-list .post-title {
    font-size: .9em;
    line-height: 1em;
  }
  .event-list .post-content{
    width: 75%;
  }
  .galleria-container{
    height: 400px !important;
  }

 
}
@media (min-width: 960px){
  #navbar2 .collapse-search{
    display:hidden;
  }
}
@media (max-width: 960px){
  .logo-nav{
    margin: 0;
  }
  header .search{
    display: none;
  }
  #navbar2 .collapse-search{
    display: block;
    margin-bottom: 10px;
  }
  #navbar2 .navbar-nav{
    width: 100%;
    /* 30th anniversary */
    margin-top: 20px;
  }
  #navbar2 .navbar-nav li>a{
    padding-left: 0;
  }
  #logo img{
    margin-top: 0;
    /* 30th anniversary */
    /* margin-top: 15px;*/

  }
  .header-container{
    min-height: 90px;
  }

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

@media (max-width: 768px) {

 
}

@media (max-width: 767px) {
  footer .footer-nav ul li, footer .footer-nav.footer-right ul li{
    text-align: center; 
  }
  
  .ccm-image-slider-text {
    width: 80% !important;
    left: 10% !important;
  }
  #OT_searchWrapper dd, #OT_searchWrapper dt {
    float: none;
    display: block;
  }
  #OT_date p{
    margin-bottom: 0;
  }
  #OT_searchWrapper dd#OT_restaurant select{
    width: 90%;
  }
  #OT_searchWrapper select{
    margin-bottom: 10px;
  }
  #OT_submitWrap{
    margin-left: 0;
    margin-top: 15px;
  }

  #OT_defList {
    text-align: center;
  }
  #OT_searchWrapper select {
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    width: 150px;
  }
  #OT_searchWrapper dt, .main-menu #OT_searchWrapper dd {
    margin-right: 0;
  }
  #OT_searchWrapper .OT_feedFormfieldCalendar {
    display: inline-block;
  }
  #OT_searchWrapper dt, #OT_searchWrapper dd{
    margin-right: 0;
  }
  #OT_dateLbl{
    margin-top: 2px;
  }
  #OT_searchWrapper dd#OT_date{
    display: inline-block;
  }
  #cal1{
   left: 15px
  }
  .ccm-block-share-this-page li{
    display: inline;
    margin: 10px;
  }
  .side-nav .date-flag{
    max-width: 165px;
    margin: 0 auto 20px;
  }
  .galleria-thumbnails-container {
    width: 95%;
  }
   .event-list .post-title {
    font-size: 1.7em;
    line-height: 1.2em;
  }


}
@media (max-width: 600px) {
  .campaign-monitor h2:before {
    display: block;
    line-height: 30px;
    width: 60px;
    height: 60px;
    margin: 15px auto;
  }
  .campaign-monitor .form-group {
    width: 97%;
    margin: 2%;
    float: none;
  }
  .ccm-image-slider-text {
    width: 70% !important;
    left: 15% !important;
  }
  .ccm-image-slider-title{
    font-size: 1.9em;
    letter-spacing: -1px;
  }
  .ccm-image-slider-text p{
    letter-spacing: -.25px;
  }
  header .search span{
    display: none;
  }
  .rslides_nav {
    height: 45px !important;
    width: 30px !important;
  }
  .ccm-image-slider .rslides_nav{
    line-height: 45px;
  }
  .campaign-monitor .btn {
    margin: 2% auto;
    display: block;
  }
  .ccm-block-next-previous-previous-link, .ccm-block-next-previous-next-link{
    width: 100%;
  }
  ul.restaurant-filter li{
    width:45%;
    margin: 5px auto;
  }
  ul.restaurant-filter li .btn{
    width: 100%;
  }
  .search-page-search form .ccm-search-block-text{
    width: 65%;
  }
  .search-page-search form .ccm-search-block-submit{
    width: 30%;
  }
}
@media (max-width: 480px) {
  .galleria-container{
    height: 320px !important;
  }
  .event-list .post-title {
    font-size: 1.3em;
    line-height: 1em;
  }
  
}

@media (max-width: 350px) {
  .ccm-image-slider-title {
    font-size: 1.5em;
    margin-bottom: 5px;
  }
  .ccm-image-slider-text p {
    font-size: .7em;
  }
  #logo img {
      width: 210px;
      margin-left: 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  
}

/* MENU ITEMS ICONS */

.menuitems .col-xs-12.col-sm-6{
  margin-top: 20px;
}
.menuitems .menu_item p:last-of-type{}
.menu_item .flags, .menu_item .special_flag{
    margin-top: 5px;
}
.menu_item p{
    display: inline;
}

.menu_item span{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center; 
    border-radius: 50%;
    margin-right: 5px;
/*    margin-left: 5px;*/
    background-size: cover;
}

.menu_item span.flag_gluten_free{background-image: url(../images/dietary/gluten-free.svg); /*background-color: #ff9012;*/}
.menu_item span.flag_contains_fish{background-image: url(../images/dietary/fish.svg);/*background-color:#25408f;*/}
.menu_item span.flag_contains_nuts{background-image: url(../images/dietary/nuts.svg);/*/*background-color:#d2232a;*/}
.menu_item span.flag_contains_dairy{background-image: url(../images/dietary/dairy.svg);/*background-color: #000;*/}
.menu_item span.flag_vegetarian{background-image: url(../images/dietary/vegetarian.svg);/*background-color:#3fae2a;*/}
.menu_item span.flag_vegan{background-image: url(../images/dietary/vegan.svg);/*background-color:#ec008c;*/}
.menu_item span.flag_contains_peanuts{background-image: url(../images/dietary/peanuts.svg);}
.menu_item span.flag_contains_eggs{background-image: url(../images/dietary/eggs.svg);}
.menu_item span.flag_contains_soy{background-image: url(../images/dietary/soy.svg);}
.menu_item span.flag_contains_sesame{background-image: url(../images/dietary/sesame.svg);}
.menu_item span.flag_keto{background-color:#6c15e1;}
.menu_item span.flag_whole_30{background-color:#006cff;}
.menu_item span.flag_qualify{background-color: #196719;}


.menu_item span:after {
    /*color: #FFF;
    font-size: 14px;
    line-height: 32px;*/
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    color:#333;
    font-size: 12px;
    line-height: 8;
    margin-left: 0;
}

.menu_item span.flag_gluten_free:after{content: "GF";}
.menu_item span.flag_contains_fish:after{content: "FISH";}
.menu_item span.flag_contains_nuts:after{content: "NUTS";}
.menu_item span.flag_contains_dairy:after{content: "DAIRY";}
.menu_item span.flag_vegetarian:after{content: "VEG";}
.menu_item span.flag_vegan:after{content: "VEGAN";}
.menu_item span.flag_contains_peanuts:after{content: "PNUTS";}
.menu_item span.flag_contains_eggs:after{content: "EGGS";}
.menu_item span.flag_contains_soy:after{content: "SOY";}
.menu_item span.flag_contains_sesame:after{content: "SESAME";}
.menu_item span.flag_keto:after{content: "K";}
.menu_item span.flag_whole_30:after{content: "30";}
.menu_item span.flag_qualify:after{content: "QP";}



.page-template-home .menu_item h4, .page-template-home .menu_item .menuitem-grouped h6, .page-template-home .menu_item .menu_item-grouped h6, .page-template-home .menu_item .menu_item-grouped p{
    color: #FFF;
}
.page-template-home .menu_item .menuitem-grouped h6{
  text-transform: none;
}


.menu_item .menu_item-grouped h6, .menu_item .menu_item-grouped p{
    display: inline-block;
    line-height: 1em;
    color: #000000;
}
.menu_item .menu_item-grouped h6, .menu_item .menuitem-grouped h6{
    text-transform: none;
    margin-right: 15px;
    margin-bottom: 5px;
    font-family: "chaparral-pro",serif;
    font-weight: 400;
    font-style: normal;
}
.menu_item .menu_item-grouped span{
    margin-bottom: 15px;
    margin-right: 0;
}

.diet-key.menu_item span{
    float: none;
    display: block;
    margin: 0 auto;
    height: 45px;
    width:45px;
}
.diet-key.menu_item{
    margin-bottom: 15px;
    clear: none;
}
.diet-key.menu_item span:after{
    font-size: 18px;
    line-height: 45px;
}
.diet-key.menu_item small{
    text-align: center;
    display: block;
    margin-top: 5px;
}
.diet-key-row{
  clear: both;
  display: block;
  overflow: hidden;
}

.main-menu h2 a{
    color: #000;
}
.main-menu h2 {
  padding-bottom: 20px;
  margin: 80px auto 40px;
  padding-bottom: 20px;
  position: relative;
}
.main-menu h2:after {
  content: " ";
    width: 26px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    background: #000;
}
@media screen and (max-width: 550px) {
    .main-menu img {
        height: auto;
        padding-top: 20%;
    }
}

@media (max-width: 767px){
    .diet-key{
        width: 25%;
        float: left;
    }
}
@media (min-width: 768px){
    .diet-key-row{
        display: flex;
        justify-content: space-between;
    }
    .diet-key{
        width: 25%;
        float: left;
    }
    .take_home_items_dtkitch .col-xs-12.col-sm-4:first-child{
        width:33.33333% !important;
    }
}

.menuitems.desserts .col-xs-12.col-sm-4:first-child{
    width: 33%;
    text-align: left;
}
@media (max-width: 767px){
    .menuitems.desserts .col-xs-12.col-sm-4:first-child{
        width: 100%;
    }
}
.menuitems.desserts .col-xs-12.col-sm-4:first-child h6{
    margin-right: auto;
}
.menuitems.desserts .col-sm-4 .col-xs-12.col-sm-4:first-child {
    clear: none !important;
}
.menuitems .col-xs-12.col-sm-4:first-child{
  width: 100%;
  text-align: center;
}
.menuitems .col-xs-12.col-sm-4:first-child h6{
  margin-right: 0;
}
.menuitems .col-sm-4:nth-child(2), .menuitems .col-sm-4:nth-child(5), .menuitems .col-sm-4:nth-child(8), .menuitems .col-sm-4:nth-child(11){
    clear: both;
}

.menuitems .col-sm-4{
  margin: 20px auto;
}
.menu_item .menuitem-grouped h6{
  color: #FFF;
  font-size: 20px;
}
.menu_item .menu_item-top_flags{
  margin-bottom: 15px;
}
.menu_item .menu_item-top_flags span{
  margin-bottom: 0;
}

.take_home_items_dtkitch .col-xs-12.col-sm-4:first-child{
  text-align: left;
}
.take_home_items_dtkitch .col-sm-4:nth-child(2),
.take_home_items_dtkitch .col-sm-4:nth-child(5),
.take_home_items_dtkitch .col-sm-4:nth-child(8),
.take_home_items_dtkitch .col-sm-4:nth-child(11) {
  clear: none;
}
.menu_item-grouped {
  padding-bottom: 15px;
}
.menu_item-grouped h6 {
  font-size: 20px;
}
p.specials-descript {
  margin-bottom: 5px;
}

/* Join Bartolotta Rewards - ICON */
.join-rewards img {
  width: 25px !important;
  height: 25px !important;
}

/* open table style overrides */
.ot-dtp-picker.wide .ot-powered-by, h1.ot-title { display: none !important; }

.ot-dtp-picker .ot-dtp-picker-button
{
	-webkit-box-shadow: 0 0 0 0px #da3743 !important;
	box-shadow: 0 0 0 0px #da3743 !important;
}

.ot-button
{
	background-color: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border-radius: 0px !important;
	height: 48px !important;
	font-size: 14px !important;
}

.ot-dtp-picker.wide
{
	width: fit-content !important;
	margin: auto;
}

.ot-dtp-picker .ot-dtp-picker-form
{
	margin: 0;
	border: 0px solid #ccc!important;
	border-radius: 0px !important;
	background: transparent !important;
}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button { width: 150px !important; float:left !important}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector
{
	width: 150px !important;
	background: white !important;
}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector.ot-restaurant-picker { border-radius: 0px 0 0 0px !important; }

@media (max-width: 960px)
{
	.ot-dtp-picker.wide
	{
		width: 100% !important;
		margin: auto;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	
	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button { width: 100% !important; }
	
	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector
	{
		width: 270px !important;
		background: white !important;
		margin-bottom: 10px !important;
		float: none !important;
	}
	
	.ot-dtp-picker.wide .ot-dtp-picker-form
	{
		height: auto !important;
		width: 270px !important;
		margin: auto !important;
		display: block !important;
		background: transparent !important;
	}
}

.fa-facebook, .fa-linkedin, .fa-pinterest, .fa-twitter,.fa-instagram, .fa-google, .fa-yelp, .fa-tripadvisor {
    font-family: "Font Awesome 5 Brands"!important;
}

.img-fluid ,.ccm-image-block {
    height: auto;
    display: block;
    max-width: 100%;
}

/* wrap button text for different screen size */

.btn {
    white-space:normal !important;
    word-wrap: break-word; 
}

/* wrap strong text for different screen size */

b, strong {
  white-space: normal !important;
  word-wrap: break-word;
}

.tab-content>.tab-pane.active {
    display: block;
}
.faq-template {
  padding: 0 20px;
}
.faq-template .tab-content {
  padding: 20px;
}

/*// CATERING TYPE //*/
.catering-hero .ccm-image-slider-text {
  top:50% !important;
}
.cater-venue p {font-size: 1.1em;}
.dark-overlay-content {
  position: relative;
  background: #121212;
  padding: 2em;
  margin:0;
  width: 100%;
  color: #ffffff;
}
.centered-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.align-items-center {align-items: center !important;}
.d-flex {display: flex !important;}
.w-100 {width: 100% !important;}
.mx-auto {margin-left: auto !important; margin-right: auto !important;}
.aos-animate {visibility: visible; transform: translateZ(0);}
.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (min-width: 992px) {
  .dark-overlay-content {
  position: absolute;
  z-index: 1;
  background: #121212;
  padding: 3.5em;
  margin-top: 9%;
  min-height: 450px;
  color: #ffffff;
}
.solutions-img-underlay img{
  min-height: 500px;
  object-fit: cover;
}
.solutions-img-underlay img img {
  object-fit: cover;
}
.img-position-right img {margin-left: 25%;}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.offset-md-4 {
        margin-left: 33.333333%!important;
    }
.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
}
/*// FLEX CLASSES ///*/
.flex          { display: flex; }
.inline-flex   { display: inline-flex; }
.flex-row      { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-column   { flex-direction: column; }
.flex-column-reverse { flex-direction: column-reverse; }
.flex-wrap       { flex-wrap: wrap; }
.flex-nowrap     { flex-wrap: nowrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.justify-start     { justify-content: flex-start; }
.justify-end       { justify-content: flex-end; }
.justify-center    { justify-content: center; }
.justify-between   { justify-content: space-between; }
.justify-around    { justify-content: space-around; }
.justify-evenly    { justify-content: space-evenly; }
.items-start    { align-items: flex-start; }
.items-end      { align-items: flex-end; }
.items-center   { align-items: center; }
.items-baseline { align-items: baseline; }
.items-stretch  { align-items: stretch; }
.content-start    { align-content: flex-start; }
.content-end      { align-content: flex-end; }
.content-center   { align-content: center; }
.content-between  { align-content: space-between; }
.content-around   { align-content: space-around; }
.content-evenly   { align-content: space-evenly; }
.self-auto     { align-self: auto; }
.self-start    { align-self: flex-start; }
.self-end      { align-self: flex-end; }
.self-center   { align-self: center; }
.self-stretch  { align-self: stretch; }
.flex-grow      { flex-grow: 1; }
.flex-grow-0    { flex-grow: 0; }
.flex-shrink    { flex-shrink: 1; }
.flex-shrink-0  { flex-shrink: 0; }
.flex-auto      { flex: 1 1 auto; }
.flex-initial   { flex: 0 1 auto; }
.flex-none      { flex: none; }

/*// PADDING OPTIONS //*/
.py-0 { padding-top: 0; padding-bottom: 0; }
.py-1 { padding-top: 4px; padding-bottom: 4px; }
.py-2 { padding-top: 8px; padding-bottom: 8px; }
.py-3 { padding-top: 16px; padding-bottom: 16px; }
.py-4 { padding-top: 24px; padding-bottom: 24px; }
.py-5 { padding-top: 48px; padding-bottom: 48px; }
.py-6 { padding-top: 60px; padding-bottom: 60px; }
/*// PADDING TOP //*/
.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 4px; }
.pt-2 { padding-top: 8px; }
.pt-3 { padding-top: 16px; }
.pt-4 { padding-top: 24px; }
.pt-5 { padding-top: 48px; }
.pt-5 { padding-top: 60px; }
/*// PADDING BOTTOM //*/
.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 4px; }
.pb-2 { padding-bottom: 8px; }
.pb-3 { padding-bottom: 16px; }
.pb-4 { padding-bottom: 24px; }
.pb-5 { padding-bottom: 48px; }
.pb-6 { padding-bottom: 60px; }























