/*   
Theme Name: Pie Five Pizza 2017
Theme URI: 
Description: 
Author: Roger Johnston
Author URI: http://www.rogerjohnston.com
Version: 1.0
*/

@font-face {
    font-family: 'brother_1816black_italic';
    src: url('fonts/brother-1816-black-italic-webfont.woff2') format('woff2'),
         url('fonts/brother-1816-black-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brother_1816black';
    src: url('fonts/brother-1816-black-webfont.woff2') format('woff2'),
         url('fonts/brother-1816-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brother_1816book';
    src: url('fonts/brother-1816-book-webfont.woff2') format('woff2'),
         url('fonts/brother-1816-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brother_1816medium_italic';
    src: url('fonts/brother-1816-medium-italic-webfont.woff2') format('woff2'),
         url('fonts/brother-1816-medium-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brother_1816medium';
    src: url('fonts/brother-1816-medium-webfont.woff2') format('woff2'),
         url('fonts/brother-1816-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brother_1816regular_italic';
    src: url('fonts/brother-1816-regular-italic-webfont.woff2') format('woff2'),
         url('fonts/brother-1816-regular-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brother_1816regular';
    src: url('fonts/brother-1816-regular-webfont.woff2') format('woff2'),
         url('fonts/brother-1816-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'knockout';
    src: url('fonts/knockout-webfont.woff2') format('woff2'),
         url('fonts/knockout-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
	color:#000;
	font-family: "brother_1816regular",san-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.62857;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}

h1 {
	font-family: 'knockout';
	font-size: 130px;
	text-transform: uppercase;
}

h2 {
	font-family: "brother_1816black",san-serif;
	font-size: 40px;
	text-transform: uppercase;
}

h3 {
  font-family: "brother_1816black",san-serif;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
}

h4 {
	font-family: "brother_1816black",san-serif;
	font-size: 20px;
	text-transform: uppercase;
}

p {
  margin: 0 0 20px;
}

a {
	color:#d13239;
}

a:hover,
a:visited,
a:active {
	color:#d13239;
}

.red {
	color:#d13239;
}

.white {
	color: #fff;
}

.white:hover,
.white:active,
.white:visited {
	color: #fff;
}

.black {
	color: #000;
}

.black:hover,
.black:active,
.black:visited {
	color: #000;
}

.title {
	font-family: "brother_1816black",san-serif;
	text-transform: uppercase;
}

strong {
	font-family: "brother_1816medium",san-serif;
}


/* Buttons */

.btn {
  border-radius: 30px;
  padding: 6px 20px;
  text-transform: uppercase;
}

.btn > span {
  display: block;
  font-size: 8px;
  line-height: 8px;
}

.btn-primary {
  background-color: #fff;
  border-color: #d13239;
  color: #d13239;
}

.btn-primary:hover {
  background-color: #d13239;
  border-color: #d13239;
  color: #fff;
}

.button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ed1c24;
  border-radius: 20px;
  color: #ed1c24;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

/* Nav */

.navbar-nav {
	margin-top: 30px;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: 110px;
  line-height: 20px;
  padding: 15px;
}

.navbar-brand > img {
	height: 56px;
	margin-top: 12px;
}

.navbar-default {
  background-color: #fff;
  border-color: currentcolor currentcolor #000;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 5px;
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-family: "brother_1816black",san-serif;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
  color: #d13239;
}

.navbar-default .navbar-nav > li > a.nav-ordernow {
	color: #d13239;
	font-family: 'knockout', san-serif;
	font-size: 56px;
}

.navbar-default .navbar-nav > li > a.nav-ordernow:focus, 
.navbar-default .navbar-nav > li > a.nav-ordernow:hover {
  color: #000;
}

.navbar-default .navbar-nav > li > a .caret {
  margin-top: -8px;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #000;
  color: #fff;
}

.dropdown-menu > li > a {
  color: #fff;
  font-family: "brother_1816black",san-serif;
  padding: 5px 50px 5px 20px;
  text-transform: uppercase;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
  background-color: #d13239;
  color: #fff;
  text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #000;
  border: medium none;
  border-radius: 0;
}


.navbar-default .navbar-nav > .open > a.nav-ordernow, 
.navbar-default .navbar-nav > .open > a.nav-ordernow:focus, 
.navbar-default .navbar-nav > .open > a.nav-ordernow:hover {
	background-color: #d13239;
	color: #fff;
	padding-top: 25px;
	margin-top: -10px;
}

.navbar-nav > li.ordernow > .dropdown-menu {
	background-color: #d13239;
	border: medium none;
	border-radius: 0;
	padding: 10px;
}

.ordernow .dropdown-menu > li > a {
	padding: 8px 50px 8px 15px;
}

.ordernow .dropdown-menu > li > a:focus, 
.ordernow .dropdown-menu > li > a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}



/* COC Tooltip */

.coc-tooltip + .tooltip.in{ 
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}

.coc-tooltip + .tooltip > .tooltip-inner {
	background-color: #d13239 !important; 
	background: #d13239 !important; 
	border-radius:0; 
	padding:15px; 
	width: 225px;
	max-width:300px !important; 
	text-transform:uppercase; 
	font-size:13px !important; 
	font-weight:bold;
	letter-spacing: 0.05em !important;
}

.coc-tooltip + .tooltip > .tooltip-arrow { 
	border-bottom-color:#d13239; 
}

/* Footer */

.footer-row-1 {
	background-color: #dadada;
	text-align: center;
	padding: 20px 0;
}

.footer-links {
  margin-bottom: 15px;
}

.footer-links > a {
  color: #000;
  display: inline-block;
  font-family: "brother_1816black",san-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  padding: 0 15px;
  text-transform: uppercase;
}

.copyright {
  font-size: 10px;
  margin: 0;
}

.footer-row-2 {
	background-color: #000;
	padding: 10px 0;
	text-align: center;
}

/* Forms */

.form-control {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
}

.form-control:focus {
  border-color: #d13239;
  box-shadow: none;
}

/* Standard Page */

.page-header {
  border-bottom: none;
  margin: 15px 0 0;
  padding-bottom: 9px;
}

.page-header > h1 {
  border-bottom: 3px solid #000;
}

/* Home Page */

.hp-left-promo-box {
	text-align: center;
}

.hp-left-promo-box h1 {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #000;
  font-size: 90px;
  text-align: center;
}

.hp-left-promo-box .title {
  font-size: 24px;
  margin-top: 30px;
}

.hp-left-promo-box .promo-box-cta {
  text-transform: uppercase;
}

.hp-right-promo-box h1 {
  font-size: 115px;
  line-height: 100px;
  margin: 0;
  text-align: left;
}

.hp-right-promo-box .title {
  margin-bottom: 0;
}

.hp-right-promo-box .promo-box-cta {
  text-transform: uppercase;
}

.hp-location-search .btn-search {
  background-color: #fff;
  border-color: #000 #000 #000 #fff;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
}



/* Menu Page */

.menu-tabs {
	overflow: hidden;
}

.menu-tabs .vc_tta-tab {
  border-bottom: 2px solid #000;
	position: relative;
}

.menu-tabs .vc_tta-title-text {
  color: #000;
  font-family: "knockout",san-serif;
  font-size: 90px;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}

.menu-tabs  .vc_active .vc_tta-title-text {
	color: #d13239;
}

.wpb-js-composer .menu-tabs.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  overflow: visible;
}
 .wpb-js-composer .menu-tabs.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
  overflow: visible;
}

.menu-tabs .vc_tta-tab.vc_active:after {
	right: -60px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 30px;
	margin-top: -30px;
}

.menu-tabs .vc_tta-panels-container .vc_tta-panels {
	color: #000;
	/*padding-left: 30px;*/
	background: -moz-linear-gradient(left,  rgba(222,222,222,0.65) 0%, rgba(195,195,195,0) 15%, rgba(0,0,0,0) 99%); 
	background: -webkit-linear-gradient(left,  rgba(222,222,222,0.65) 0%,rgba(195,195,195,0) 15%,rgba(0,0,0,0) 99%); 
	background: linear-gradient(to right,  rgba(222,222,222,0.65) 0%,rgba(195,195,195,0) 15%,rgba(0,0,0,0) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dedede', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.wpb-js-composer .menu-tabs.vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #000;
	padding-left: 50px;
	padding-top: 40px;
}

.wpb-js-composer .menu-tabs.vc_tta.vc_general .vc_tta-tab > a {
  padding: 5px 20px;
}

.menu-tabs .vc_tta-title-text::before {
  border: 2px solid #000;
  border-radius: 50%;
  color: #000;
  content: "+";
  display: inline-block;
  font-family: brother_1816book;
  font-size: 30px;
  height: 30px;
  line-height: 17px;
  margin-right: 10px;
  margin-top: -13px;
  padding: 4px 3px;
  vertical-align: middle;
  width: 30px;
}

.menu-tabs .vc_tta-tab.vc_active .vc_tta-title-text::before {
  content: "—";
  line-height: 12px;
  padding: 4px 1px;
}

.wpb-js-composer .menu-tabs.vc_tta.vc_general .menu-carousel-tab .vc_tta-panel-body {
  padding: 0;
}

.wpb_images_carousel.wpb_content_element.vc_clearfix.menu-carousel {
}

.menu-tabs .vc_tta-tabs-list .vc_tta-tab:first-child {
	display: none !important;
}


/* Location Page*/

.loc-content-left {
  padding-right: 60px;
}

.loc-search-form {
  border-left: 1px solid #000;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-top: 20px;
  text-align: center;
}

.loc-search-form .col-city {
  padding-right: 5px;
}

.loc-search-form .col-state {
  padding-left: 5px;
  padding-right: 5px;
}

.loc-search-form .col-zip {
  padding-left: 5px;
}

.loc-search-form .form-break {
	margin: 15px 0 10px;
	text-align: center;
}

.loc-search-form .or {
  display: block;
  font-weight: bold;
  margin-top: 4px;
}

.location-map-select {
  margin-top: 50px;
  padding: 15px 0 80px;
  text-align: center;
}

.location-map-select img {
	width:100%;
	height:auto;
	max-width: 839px;
}



/* Location Search - Results */

.loc-search-results {
  padding-top: 30px;
}

.loc-search-results > hr {
  margin-bottom: 40px;
  margin-top: 40px;
}

.loc-search-results-map {
	width:100%;
	max-width:1100px;
	height:200px;
	margin-bottom:15px;
	color: #000;
	}

.loc-search-results .col-loc-details,
.loc-search-results .col-phone,
.loc-search-results .col-hours {
  padding-top: 10px;
}

.loc-search-results .loc-name {
  color: #d13239;
  display: block;
  font-family: "knockout";
  font-size: 60px;
  line-height: 40px;
  text-transform: uppercase;
}

.loc-search-results .loc-name a {
	color: #d13239;
}

.loc-search-results .loc-status {
  color: #000;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
}
	
.loc-search-results .loc-address-1,
.loc-search-results .loc-address-3 {
	display:block;
}

.loc-search-results .loc-hours-title {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
}

.loc-search-results .loc-hours {
	display:block;
}

.loc-search-results .loc-phone-title {
	display:block;
	font-weight:bold;
}

.loc-search-results .loc-phone {
  display: inline-block;
  margin-right: 30px;
}

.loc-search-results .btn {
  margin-top: 15px;
}

/* Individual Location Page */

.single-locations {
	text-align: center;
}

.single-locations .entry-header > h1 {
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.single-locations #map_container {
  position: relative;
}

.single-locations #map {
	height: 0;
	overflow: hidden;
	padding-bottom: 22.25%;
	position: relative;
	pointer-events: none;
}

.single-locations .left-content-block,
.single-locations .right-content-block {
	text-align:center;
	padding:20px 0;
}
	
.single-locations .right-content-block .hours b {
	color:#000;
	display:block;
	margin-top:25px;
}

.single-locations .coke {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 30px;
  text-align: center;
}

.single-locations .coke .serving {
  color: #cf141d;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-locations .coke .coke-freestyle {
  width: 200px;
}

.single-locations .left-content-block .comments {
  display: block;
  font-size: 0.8em;
  font-style: oblique;
  margin: 0 0 10px;
}

.location-info {
	padding: 0;
}

.location-info .address_1, 
.location-info .address_2,
.location-info .phone, 
.location-info .fax {
	display:block;
}

.location-info .city:after, 
.location-list .city:after {
	content:', ';
}
	
.location-info .phone:before, 
.location-list .phone:before {
	content:'p. ';
}
	
.location-info .fax:before, 
.location-list .fax:before {
	content:'f. ';
}	
	
.location-info .location-hours {
	display:block;
}

.location-info .comments {
    display: block;
    margin: 20px 0 0;
}

/* Circle of Crust Page */

.coc-pizza {
  left: -150px;
  position: absolute;
}

.coc-phone {
  position: absolute;
  right: -100px;
  top: -40px;
}

.coc-features {
  font-family: "brother_1816black",san-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.coc-app-store-icons {
  height: 50px;
  margin-left: 10px;
}

.coc-app-store-icons .vc_single_image-img {
  height: auto;
  width: 100%;
}


/* Forms */

.gform_wrapper input[type="text"], 
.gform_wrapper input[type="url"], 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"] {
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  height: 36px;
  line-height: 24px;
  padding: 7px 2px 7px 10px;
}

/* Survey Page */

.survey-locations .col-sm-4:nth-child(3n+1) {
  clear: both;
}

/* Menu Pricing for franchisees page */

.post-4665 #gform_wrapper_25 {
	padding: 40px;
	background: #eee;
}


.menu_price_left {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.menu_price_right {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.price_status .gfield_label {
	visibility: hidden !important;
}

.price_status .ginput_container_radio {
	margin-top: 0 !important;
}


.price_status .gfield_radio li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.post-4665 #gform_wrapper_25 .field_description_below .gfield_description {
	padding-top: 0;
}

/* Gift Card Balance Checker Page */

#check-gc-balance {
	width: 450px;
	background-color: #d13239;
	padding: 65px 30px 50px;
	border-radius: 10px;
	height: 250px;
	margin: 0 auto 80px;
}

#check-gc-balance label {
	color: #fff;
	text-transform: uppercase;
}

.gc-check-results {
	text-align: center;
	width: 450px;
	margin: 0 auto 15px;
}

.gc-check-results h2 {
	margin: 0;
}

/* Franchising */

ul#menu-franchising-menu {
    margin-top: 0;
}

/* In The News Section */

div#nav_menu-2 {
    background-color: #d13239;
    padding: 20px;
	margin-bottom: 20px;
}

div#nav_menu-2 h3.widgettitle {
    font-size: 18px;
    margin-top: 0;
	color: #fff;
}

ul#menu-in-the-news-menu {
    padding: 0;
}

ul#menu-in-the-news-menu li {
    list-style-type: none;
}

ul#menu-in-the-news-menu li a, 
ul#menu-in-the-news-menu li a:hover, 
ul#menu-in-the-news-menu li a:visited, 
ul#menu-in-the-news-menu li a:active {
    color: #fff;
}

/* Everest landing page */
.ev-landing-h1 { font-size: 50px; font-family: "brother_1816black",san-serif; line-height: 60px; }
.ev-landing-h2 { font-size: 100px; line-height: 100px; display: inline-block; margin-top: 10px; margin-bottom: 0px; }
.ev-landing-btn button { padding: 13px 20px !important; background-image: none !important; text-transform: uppercase; font-family: "brother_1816black",san-serif; font-size: 25px !important; line-height: 30px !important; }
.ev-landing-text p { font-size: 20px; line-height: 30px; }
.ev-landing-text span.red { color: #d13239; }
.ev-landing-text span.blue { color: #5273D4; }
.ev-landing-h3 { font-size: 40px; font-family: "brother_1816book",san-serif; line-height: 50px; }
.ev-landing-info h4 { color: #d13239; font-size: 40px; font-family: "brother_1816medium",san-serif; line-height: 50px; text-transform: capitalize; }
.ev-landing-info p { font-family: "brother_1816regular",san-serif; font-size: 35px; line-height: 45px; letter-spacing: -1px; }
.ev-landing-info p small { font-size: 16px; line-height: 20px; display: block; font-weight: 700; color: #5273D4; letter-spacing: 0; }

@media (max-width:1199px) {
	
	h2 {
	  font-size: 36px;
	}
	
	h3 {
	  font-size: 24px;
	  line-height: 36px;
	}
	
	.navbar-brand {
  		height: 95px;
	}
	
	.navbar-brand > img {
	  height: 40px;
	  margin-top: 14px;
	}
	
	.navbar-nav {
	  margin-top: 24px;
	}
	
	.navbar-default .navbar-nav > li > a {
	  font-size: 13.5px;
	  padding-left: 12px;
	  padding-right: 12px;
	}
	
	.navbar-default .navbar-nav > li > a.nav-ordernow {
  		font-size: 45px;
	}
	
	.hp-left-promo-box h1 {
	  font-size: 85px;
	}
	
	.hp-right-promo-box h1 {
	  font-size: 90px;
	  line-height: 80px;
	}
	
	.hp-left-promo-box .promo-box-cta,
	.hp-right-promo-box .promo-box-cta {
	  font-size: 14px;
	}
	
	.loc-content-left {
	  padding-right: 20px;
	}
	
	.loc-search-form {
	  padding-left: 30px;
	}
	
	.coc-title {
	  font-size: 110px;
	  line-height: 90px;
	}
	
	.coc-features {
	  font-size: 16px;
	}
	
}


@media (max-width:991px) {
	
	h2 {
	  font-size: 30px;
	}
	
	.navbar-header {
		float: none;
	}
	
	.navbar-brand {
		height: 60px;
		padding: 15px 0 5px;
		width: 100%;
	}
	
	.navbar-brand > img {
	  height: 35px;
	  margin: 5px auto 0;
	}
	
	.navbar-nav {
	  margin: 0 auto;
		float: none;
	}
	
	.navbar-default .navbar-nav > li > a {
	  font-size: 13px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
	
	.navbar-default .navbar-nav > li > a.nav-ordernow {
	  font-size: 40px;
	}
	
	.footer-links > a {
	  font-size: 11px;
	  padding: 0 10px;
	}
	
	.hp-left-promo-box h1 {
	  font-size: 60px;
	}
	
	.hp-left-promo-box .title {
	  font-size: 20px;
	  margin-top: 26px;
	}
	
	.hp-right-promo-box h1 {
	  font-size: 60px;
	  line-height: 60px;
	}
	
	.hp-right-promo-box p {
	  font-size: 11px;
	  line-height: normal;
	}
	
	.hp-right-promo-box .title {
	  font-size: 11px;
	}
	
	.hp-left-promo-box .promo-box-cta, 
	.hp-right-promo-box .promo-box-cta {
	  font-size: 11px;
	}
	
	.loc-search-form .or {
	  margin-bottom: 10px;
	  margin-top: 0;
	}
	
	.loc-search-form .col-zip {
	  padding-left: 15px;
	}
	
	.coc-title {
	  font-size: 95px;
	  line-height: 80px;
	}
	
	.coc-features {
	  font-size: 13px;
	}
	
	.coc-intro img {
	  height: 45px;
	}
	
	.coc-phone {
	  right: -140px;
	}
	
}


@media (max-width:767px) {
	
	h1 {
		font-size: 80px;
	}
	
	h2 {
	  font-size: 30px;
	}
	
	.btn {
	  width: 100%;
	}
	
	.navbar-brand {
	  height: 85px;
	}
	
	.navbar-brand > img {
	  height: 55px;
	  margin: 0 auto;
	  padding: 10px 0;
	}
	
	.navbar-brand {
	  float: none;
	  padding: 0;
	}
	
	.navbar-toggle {
	  position: absolute;
	  right: -5px;
	  top: 4px;
	}
	
	.navbar-toggle .icon-bar {
	  border-radius: 0;
	  display: block;
	  height: 1px;
	  width: 35px;
	}
	
	.navbar-toggle .icon-bar + .icon-bar {
	  margin-top: 8px;
	}
	
	.navbar-default .navbar-toggle {
	  border-color: #fff;
	  border-radius: 0;
	}
	
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover {
	  background-color: #fff;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #000;
	}
	
	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
	  border-top: 5px solid #000;
	}
	
	.navbar-nav {
	  margin-top: 0;
	}
	
	.navbar-default .navbar-nav > li > a {
	  font-size: 18px;
	  padding: 15px 0;
	  text-align: center;
	}
	
	.navbar-nav .open .dropdown-menu {
	  background-color: #e7e7e7;
	  margin-bottom: 10px;
	  text-align: center;
	}
	
	.navbar-default .navbar-nav .open.ordernow .dropdown-menu > li > a {
		color: #fff;
	}
	
	.footer-row-1 .footer-links > a {
	  display: block;
	  font-size: 14px;
	  padding: 5px 0;
	}
	
	.footer-row-2 .footer-tagline {
	  height: 25px;
	}
	
	#menu-carousel {
	  display: none;
	}
	
	#menu-carousel .vc_tta-panel-title {
	  display: none;
	}
	
	.page-id-14.wpb-js-composer .menu-tabs.vc_tta-color-white.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
		padding-left: 20px !important;
		padding-top: 0 !important;
	}
	.page-id-14 .vc_custom_1503031479229 {
		padding: 0 !important;
	}
	
	.page-id-14 .vc_custom_1503031413721 {
		margin-left: 0px !important;
		border-left-width: 0px !important;
		padding-top: 0px !important;
		padding-left: 0 !important;
	}
	
	.hp-left-promo-box h1 {
	  font-size: 50px;
	}
	
	.hp-right-promo-box h1 {
	  font-size: 50px;
	  line-height: 50px;
	}
	
	.single-locations .entry-header > h1 {
	  font-size: 50px;
	  line-height: 50px;
	}
	
	.loc-search-results .loc-name {
	  font-size: 50px;
	  line-height: 45px;
	}
	
	.loc-search-form {
	  border-left: none;
	  padding-left: 0;
	}
	
	.loc-search-form .col-city {
	  padding-right: 15px;
	}
	
	.loc-search-form .col-state {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	
	.coc-logo {
	  text-align: center !important;
	}
	
	.coc-logo .vc_single_image-img {
	  height: 150px !important;
	  width: auto !important;
	}
	
	.coc-title {
	  font-size: 80px;
	  line-height: 70px;
	  margin-top: 0;
	  text-align: center;
	}
	
	.coc-features {
	  font-size: 16px;
	  text-align: center;
	}
	
	.coc-intro {
	  text-align: center;
	}
	
	.coc-intro > a {
	  display: block;
	  margin-top: 15px;
	}
	
	.coc-phone {
	  display: none;
	}
	
	.coc-pizza {
	  left: 0;
	  position: absolute;
	  top: -300px;
	}
	
	.menu_price_left, 
	.menu_price_right {
		width: 100%;
		display: block;
	}
	
	.price_status .gfield_label {
		display: none !important;
	}
	
	#check-gc-balance,
	.gc-check-results {
		width: 100% !important;
		height: auto !important;
	}
	
	#check-gc-balance {
		padding: 40px 30px 30px !important;
	}
	
	
	#check-gc-balance button {
		margin-top: 10px;
	}
	
	.ev-landing-h1 { font-size: 25px; line-height: 30px; margin-top: 10px; }
	.ev-landing-h2 { font-size: 45px; line-height: 55px; }
	.ev-landing-text p { font-size: 15px; line-height: 20px; }


}


.announcement {
	background-color: #d13239;
    text-align: center;
}

.announcement a,
.announcement a:hover {
	color: #fff !important;
}

