/*
Theme Name: RW Bootstrapped
Theme URI: https://vermontrestaurantweek.com/
Author: Tyler Machado
Author URI: http://www.tylermachado.com/
Description: Bootstrap theme for Restaurant Week
Version: 1.0
*/


@import url('assets/css/bootstrap.css');
@import url('assets/css/bootstrap-responsive.css');

/* GOOGLE MAP */

#googft-mapCanvas img {
  max-width: none;
}

#googft-mapCanvas {
  height: 512px;
  padding: 0;
  width: 100%;
  vertical-align: middle;
}
#googft-legend {
background-color:#fff;
border:1px solid #000;
font-family:Arial, sans-serif;
font-size:12px;
margin:5px;
padding:10px 10px 8px;
}
#googft-legend p {
font-weight:bold;
margin-top:0;
}
#googft-legend div {
margin-bottom:5px;
}
.googft-legend-swatch {
border:1px solid;
float:left;
height:12px;
margin-right:8px;
width:20px;
}
.googft-legend-range {
margin-left:0;
}
.googft-dot-icon {
margin-right:8px;
}
.googft-paddle-icon {
height:24px;
left:-8px;
margin-right:-8px;
position:relative;
vertical-align:middle;
width:24px;
}
.googft-legend-source {
margin-bottom:0;
margin-top:8px;
}
.googft-legend-source a {
color:#666;
font-size:11px;
}

.map-container {
	max-width:100% !important;
	width:512px;
}
.bigmap-container {
	max-width:100% !important;
}


/* DON'S ADDITIONS */

.mc4wp-form {
	margin-top: 40px;
    border-top: none;
    background-color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
.mc4wp-form-theme-red input[type=submit] {
	border-radius: 5px;
	}
.mc4wp-form-basic label, .mc4wp-form-theme label {
	opacity: .4;
	}
.mc4wp-form-basic .mc4wp-success,
.mc4wp-form-theme .mc4wp-success {
	color: #f48220;
}


p.sevendayslink { margin-bottom:30px; }

.btn-toolbar .btn-group {
	margin-right:5px;
	}

.btn-toolbar .btn-group + .btn-group {
	margin-right:5px;
	}

.btn-group {
	margin: 0;
	}
.btn-group + .btn-group {
	margin: 0;
	}

#at4-share {
	margin-top: 250px !important;
}


.restaurant-menu h2 { /* for old menu call-out */
	background-color: #FF6600;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: 0 !important;
	margin: 0;
	padding: 8px 12px;
	text-transform: uppercase;
	}

.restaurant-menu h3 {
	line-height: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	margin: 30px 40px 10px 0;
	}
#menu-info {
	margin-bottom: 40px;
	}

.nav li {
	font-size: 18px;
	}

.hidden-phone {
	height: 270px;
	}

#logo-badge {
	/*
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	*/
	width: 300px;
	height: 275px;
	z-index: 10;

	}
h1#logo {
	margin: 0 !important;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	}
h1#logo a {
	margin-left: 12px;
	display: block;
	width: 274px;
	height: 285px;
	text-indent: -9999px;
	background: #fff url(https://www.vermontrestaurantweek.com/wp-content/themes/bootstrap/assets/img/rwlogo.png) no-repeat 0 0;
	}

h1#logo a:hover {
	}

#vfcu {
	background-color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 5px 0 10px;
    }
#vfcu a {
	margin: 5px 0 0 12px;
	display: block;
	width: 274px;
	height: 52px;
	text-indent: -9999px;
	background: transparent url(https://www.vermontrestaurantweek.com/wp-content/themes/bootstrap/assets/img/vfcu-presents.png) no-repeat 0 0;
	}

.date {
	color: #fff;
	font-size: 24px;
	display: block;
	padding: 8px 10px;
	border-radius: 5px;
	margin-top: 40px;
	background-color: rgba(0,0,0,0.5);
	font-weight: 700;
	text-shadow: 2px 2px #333;
	letter-spacing: -.01em;
	}

.span4 h4 {
	font-family:"proxima-nova",sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	}


h5 {
	border-bottom: 1px dotted #CCCCCC;
    color: #FF6600;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 5px;
    clear: both;
	}



.pull-left {
	margin: 20px 0;
	}

.top {
	display: block;
	text-align: center;
	}

.top a, .top a:link, .top a:visited {
	color: #fff;
	background-color: #990000;
	border-radius: 5px;
	padding: 4px 8px;
	margin-top: 20px;
	}

.top a:hover {
	background-color: #ff6600;
	color: #fff;
	text-decoration: none;
	}



.span8 h6 {
	font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidebar-widget {
    float: left;
    /* margin: 40px 0 20px; */
	}
.restaurant-finder {
	margin-top: 0 !important;
	border-top: none;
	background-color: #eee;
	padding:10px 20px;
	border-radius: 5px;
	}

.home-search-widget {
    margin: 20px 0 20px;
    text-align: center;
	}

.home-search button {
	display:block;
	}

.home-search {
	margin: 0 5px 0 0;
	float: left;
	}

.home-search-lockup {
	margin: 0 auto;
	padding: 8px 0 1px;
	border-radius: 5px 5px 5px 5px;
	background-color: #EEEEEE;
	}

.form-home {
	display: inline;
	margin: 0 10px 10px 0;
	}

form {
	margin: 0 0 10px;
		}

.dropdown-menu {
	text-align: left;
	}

/* keeps dropdowns from touching searchfield on narrow screens */
.btn-group, .input-append {
	padding-bottom: 10px;
	}



/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}

/* To fill the container and nothing else
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
*/

#addthis {
	margin: 20px 0;
	clear:both;
	width: 100%;
	}

.addthis_default_style a {
	margin-right: 5px;
	}

.googft-info-window h2 {
	font-size: 22px !important;
	line-height: 24px;
	font-family:"proxima-nova",sans-serif;
}
.googft-info-window p {
	font-size: 14px;
	}

.wpfp-span ul li {
	list-style:none;
	font-size:20px;
	border-bottom:1px dotted #ccc;
	padding:5px 0;
}

.wpfp-span ul {
	margin:0 0 15px 0;
}

.wpfp-span {
	margin:0 100px 20px 0;
}

button.disabled a:visited {
	color:#ccc !important;
}


    /* GLOBAL STYLES
    -------------------------------------------------- */

    body {
      padding-bottom: 40px;
      color: #5a5a5a;
    }

    h1, h2, h3, h4 {
    	font-family:'sentinel a','sentinel b',Georgia,'Times New Roman',Times,sans-serif;
    	letter-spacing:-0.03em;
    	line-height: 1.3em;
    }

    body, p, li, address, button, input, button, select, textarea  {
		font-family: "proxima-nova","Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	body, p, li, address, button {
    	font-size:16px;
    }

.container {
	line-height: 1.4;
	}
.container li {
	margin-bottom: 4px;
	}

	input {
		width:166px;
	}

    a {
    	color: #990000;
    }

    a:hover, a:active {
    	color: #f48120;
    }

    a:visited {
    	color:#888888;
    }

    footer {
    	margin-top:20px;
    	padding-top:10px;
    	text-align: center;
    }



    li {

    }

    h1.page-title {
    	margin-top:20px;
    }

    img .alignright,
    .alignright {
    	float:right;
    	margin:0 0 5px 20px;
    }

    img.alignleft {
    	float:left;
    	margin:0 5px 5px 0;
    }

    .archive-entry {
    	border-bottom:1px dotted #cccccc;
    	/* min-height:210px; */
    	clear:both;
    	padding-bottom:20px;
    }
    .archive-entry h3 {
    line-height: 100%;
    }

    p.archive-address {
		text-transform: uppercase;
		font-size: 11px;
		line-height: 13px;
		margin: 5px 0 7px;
		color:rgb(150, 150, 150);
    }

	.thumb img.attachment-thumbnail {
  		max-width: 150px;
    	float:left;
 		margin:0 20px 10px 0;
 	 }

	.thumb img.attachment-large {
		max-width: 280px;
    	float:right;
 		margin:0px 0px 10px 20px;
 	 }

	.restaurant-menu p {
		margin:0 60px 10px 20px;
	}

.restaurant-menu h4 {
		text-transform: uppercase;
		font-family:"proxima-nova",sans-serif;
		color: #AAAAAA;
		font-size: 15px !important;
		letter-spacing: 0.2em;
		padding-top: 8px;
	}

	.sidebar-search button {
		display:block;
	}

	.sidebar-search {
		margin: 5px 5px 0 0;
		float: left;

	}




    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

.navbar {
	margin-bottom: 50px;
	}

.navbar-inverse .navbar-inner {
	border-radius: 0;
	background-color: #990000;
 	background-repeat: repeat-x;
 	filter: none;
 	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	}

.navbar-inverse .nav .active > a {
	border-radius: 0;
	background-color: #500000;
	background-image: none;
 	background-repeat: no-repeat;
 	filter: none;
	}



    /* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
	border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
    }

.navbar-wrapper {
      background: transparent url(https://www.vermontrestaurantweek.com/wp-content/themes/bootstrap/assets/img/nav-header-ariels.jpg) no-repeat 0 45%;
      background-size: cover;
      position: relative;
      /* top: 0;
      left: 0;
      right: 0;
      margin-top: 0;*/
      z-index: 10;

    }


.navbar-wrapper .navbar {
	/* position: relative; */
    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {

      /*height: 50px;*/
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }


    .navbar .brand {
      padding: 16px 20px 16px 4px; /* Increase vertical padding to match navbar links */
      font-size: 20px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
      font-family:"proxima-nova", sans-serif;
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 20px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }

    .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    	background-color:#bd362f;
    }

    .navbar-inverse .brand, .navbar-inverse .nav > li > a {
    	color: #fff;
    	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}

	.navbar-inverse .btn-navbar {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #0e0e0e;
		background-image: -moz-linear-gradient(top, #6d0000, #550000);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d0000), to(#550000));
		background-image: -webkit-linear-gradient(top, #6d0000, #550000);
		background-image: -o-linear-gradient(top, #6d0000, #550000);
		background-image: linear-gradient(to bottom, #6d0000, #550000);
		background-repeat: repeat-x;
		border-color: #040404 #040404 #000000;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}

	.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus {
    	background-color: #bd362f;
	}

	.navbar-inverse .nav-collapse .nav > li > a {
    	color: #fff;
	}

	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  		 background-color:#990000;
  		 background-image:none;
   		 background-repeat: repeat-x;
    	 text-decoration: none;
	}

	.restaurant-search {
		text-align:center;
		margin-bottom:20px;
	}

	.restaurant-search .dropdown {
		display:inline;
	}

	.restaurant-search .dropdown {
		text-align:left;
	}

	.restaurant-count {
		color: #969696;
    	font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    	font-size: 50%;
    	letter-spacing: 0;
	}

	.category-link, .remove-parent {
		display:inline-block;
	}

	.category-link a, .remove-parent {

		background-color:#eeeeee;
		border-radius:3px;
		font-size:11px;
		font-weight: bold;
	font-family:"proxima-nova",helvetica,arial,sans-serif;
		text-transform:uppercase;
		padding: 4px 6px 3px;
	}

	.category-link a:hover {
		color:#fff;
		background-color:#f48120;
		text-decoration: none;
	}

	.remove-parent {
		line-height:11px;
		padding:3px;
	}


    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 30px;
      margin-top:-50px;
    }

    .carousel .container {
     position: relative;
     z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 500px;
    }

    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
    }

    .carousel-caption {
      background-color: rgba(0, 0, 0, 0.5);
      position: static;
      max-width: 550px;
      padding: 15px 20px;
      margin-top: 250px;
      -moz-border-radius: 15px;
	  border-radius: 15px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.3em;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }

    .carousel-caption h1 {
    line-height: 1.1em;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    }

    .carousel-caption .btn {
      margin-top: 10px;
    }

    .lead p {
    	line-height:1.25;
    }

    .carousel-inner {
    	overflow:hidden;
    	height:500px;
    }



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span3 {
      text-align: center;
      /* margin-top:15px; */
    }
.marketing h2 {
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 28px;
	font-size: 30px;
    }

.marketing h4 {
	font-size: 22px;
	line-height: 1em;
	margin-top: 20px;
    }

    .marketing .span3 p {
      margin-left: 30px;
      margin-right: 30px;
    }


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 20px 0;
      border: 1px 0 dotted #ccc;
    }
    .featurette {
      clear: both;
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
      max-width: 50%;
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    .circle-image {
    	border-radius: 50%;
    	}

    /* Thin out the marketing headings */
    h2.featurette-heading {
      font-size: 48px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -1px;
    }

.how .span12 .row-fluid .span3 h2 {
	line-height: 1em;
	}
.how .span12 .row-fluid .span3 {
	text-align: center;
	margin-bottom: 30px;
	}





    /* CUSTOMIZE THE FOOTER
    -------------------------------------------------- */

    .sponsor-row-1 h4,
    .sponsor-row-2 h4,
    .sponsor-row-3 h4     {
    	font-family:'sentinel a','sentinel b',Georgia,'Times New Roman',Times,sans-serif;
    	font-size: 14px;
    	font-weight: 700;
    	letter-spacing: 0.1em;
    	padding-bottom: 5px;
    	text-align: center;
    	text-transform: uppercase;
    	border-radius: 4px;
    	background-color: #F1F1F1;
    	padding: 6px 10px;
    	margin: 50px 0 30px;
    }

.sponsor-row-1 img {
    	text-align:center;
    	margin:0 auto;
    	display:block;
    }



    .sponsor-row-2 img,
    .sponsor-row-3 img {
    	max-width:80%;
    }

    .sponsor-row-2,
    .sponsor-row-3 {
    	margin-top:10px;
    }

    .sponsor-row-3 {
    	margin-bottom:30px;
    }

.brandFooter {
	background-color: #5a5a5a;
	margin: 30px 0 -40px 0;
	border-top: 8px solid #f1f1f1;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	}
.brandFooter p {
	font-size: 1.3em;
	}
.brandFooter a {
	color: #fff;
	text-decoration: none;
	}
.brandFooter a:hover {
	text-decoration: underline;
	}
p.credit {
	font-family:'sentinel a','sentinel b',Georgia,'Times New Roman',Times,sans-serif;
	letter-spacing:-0.01em;
	font-style: italic;
	font-size: 1.1em;
	}
	p.footerLogo {
	padding-bottom: 30px;
	}



    /* RESPONSIVE CSS
    -------------------------------------------------- */


@media (min-width: 1200px) {



}

@media (min-width: 768px) and (max-width: 979px) {

.span12 { /* no margin on restaurant search nav */
	margin-left: 0 !important }

.home-search-lockup .form-search .input-append { /*moves red buttons below search field */
	clear: both;
	display: block;
	}

	       .navbar .brand {
      text-indent:-9999px; /*hides VTRW beside logo*/
    }

    }
@media (max-width: 979px) {




	    .navbar-wrapper {
    		margin-top:0;
    	}

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: 0;
      }

      .carousel .item {
        height: 300px;
      }

      .carousel-inner {
      	height:300px;
      }

      .carousel-caption {
      	margin-top:50px;
      }


      .featurette {
        height: auto;
        padding: 0;
      }

      .featurette-image.pull-right {
        display: block;
        max-width: 40%;
        margin: 0 auto 20px 20px;
      }
      .featurette-image.pull-left {
        display: block;
        float: right;
        max-width: 40%;
        margin: 0 auto 20px 20px;
      }

     /* .marketing h2 {
      	font-size:24px;
      } */

      ul.nav.pull-right {
      	margin-top:40px;
      }

      .navbar-inverse .nav-collapse .dropdown-menu a {
      	color:#fff;
      }

    }


    @media (max-width: 767px) {

.home-search-lockup .form-search .input-append { /*moves red buttons below search field */
	clear: both;
	display: block;
	}

      #logo-badge {
      	left:15px;
      	}

      .navbar-wrapper {
    		margin-top:20px;
    	}

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }

      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }

      .carousel-inner {
    	overflow:hidden;
    	height:280px;
    }

      .carousel-caption {
      background-color: rgba(0, 0, 0, 0.5);
      position: static;
      max-width: 767px;
      width:auto;
      height:100%;
      vertical-align:middle;
      padding: 20px;
      margin-top: 5%;
      -moz-border-radius: 0;
	  border-radius: 0;
    }
      .carousel-caption h1 {
        font-size: 30px;
      }

      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }

      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

      footer .row {
      	text-align:center;
      }

      h1.page-title {
    		margin-top:-10px;
    	}

      ul.nav.pull-right {
      	margin-top:0;
      }

	.thumb img.attachment-large {
		max-width: 280px;
    	float:right;
 		margin:0 0px 10px 20px;
 	 }


    }

    @media (max-width: 480px) {


/* .item.active img:nth-child(2) {
  display: none;
}  */



    	h1 {
    		font-size:30px;
    	}

    	h2.featurette-heading {
    	font-size: 30px;
    	line-height: 30px;
    	}

			.archive-entry h3 {
    	line-height: 1em;
    	}

    	.featurette {
    	text-align: center;
    	}

    	.featurette .lead {
    	font-size: 1em;
    	line-height: 1.3em;
    	}

    	.featurette-image.pull-left,
    	.featurette-image.pull-right {
    	max-width: 100%;
    	}

    	img.alignright,
    	img.alignleft {
    		float:none;
    		display:block;
    		margin:0 auto 5px;
    		}

.thumb img.attachment-large { /* makes resto images on phone full width */
  		max-width: 100%;
 			margin:6px 0 10px 0;
 	 }

img.alignright.size-full { /* makes event-at-a-glance images on phone full width */
  		width: 100%;
 			margin:6px 0 15px 0;
 	 }

    	.restaurant-search .dropdown {
			display: block;
			margin-bottom: 10px;
		}

    	.archive-entry {
    		margin-top: 15px;
    		padding-top: 15px;
    		border-top: 1px dotted #ccc;
    		border-bottom: 0;
    	}


    	.carousel-inner {
    		overflow:visible;
    		height:auto;
    	}

    	.carousel .item {
    		height:auto;
    	}

    	.carousel img {
    		position:inherit;
    	}

    	.carousel-caption {
    		margin-top:0;
    		background-color:inherit;
    	}

    	.carousel-caption h1, .carousel-caption .lead p {
    		text-shadow:none;
    		color:#5a5a5a;
    	}

.sponsor-row-1 img,
.sponsor-row-2 img,
.sponsor-row-3 img { /* add space below tall logos */
	padding-bottom: 20px;
	}


button.btn.btn-large.pull-right,
button.btn.btn-large.pull-left {
float: none;
}



    }
