/*   

Theme Name: frankenmuth-brewery2

Theme URI: http://digwp.com

Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1

Version: 1

*/



/*

 Table Of Content:

 1) Fonts, General Styles

 2) Blog styles

 --------------------------------*/

 

/*

1) Fonts, General Styles

--------------------------------*/
.page-template-banquet .banquet_form_place ul li input[type=submit],
.page-template-banquet .slider_button a,
.page-template-banquet .ban_column_right a,
.page-template-banquet .static-banner-holder h1 span,
.page-template-banquet .banquet_box_img h6 span,
.page-template-banquet .btn {background:#76b7ca!important; } 

.page-template-banquet .banquet_form_place ul li input[type=submit]:hover,
.page-template-banquet .slider_button a:hover,
.page-template-banquet .ban_column_right a:hover
.page-template-banquet .btn:hover {background:#3a849a!important; }  

@font-face {

    font-family: 'norwesterregular';

    src: url('assets/fonts/norwester/norwester-webfont.eot');

    src: url('assets/fonts/norwester/norwester-webfont.eot?#iefix') format('embedded-opentype'),

         url('assets/fonts/norwester/norwester-webfont.woff2') format('woff2'),

         url('assets/fonts/norwester/norwester-webfont.woff') format('woff'),

         url('assets/fonts/norwester/norwester-webfont.ttf') format('truetype'),

         url('assets/fonts/norwester/norwester-webfont.svg#norwesterregular') format('svg');

    font-weight: normal;

    font-style: normal;



}

*,

*:after,

*:before {

  margin: 0;

  padding: 0;

  /* Removes padding behaviour on widths */

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

html {

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



/* CUSTOMIZE THIS */

body {

  font-family: 'norwesterregular','Martel','serif';

  font-size: 14px;

  line-height: 24px;

  color: #ffffff;

  background: #000000;

}

a {

  color: #ffffff;

  text-decoration: none;

}

a:hover,

a:focus {

  color: #ffffff;

  text-decoration: underline;

}

a:focus {

  outline: 0;

}

h1,.h1 {

  font-size: 45px;

}

h2,.h2 {

  font-size: 45px;

}

h3,.h3 {

  font-size: 2em;

}

h4,.h4 {

  font-size:30px;

}

h5,.h5 {

  font-size:20px;

}

h6,.h6 {

  font-size: 1em;

}

p {

  margin: 0 0 20px;

}

ul, ol {

  margin-top: 0;

  margin-bottom: 10px;

}

ul ul,

ol ul,

ul ol,

ol ol {

  margin-bottom: 0;

}

::-webkit-input-placeholder { /* WebKit browsers */

  color: #fff;

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

  color: #fff;

  opacity:  1;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */

  color: #fff;

  opacity:  1;

}

:-ms-input-placeholder { /* Internet Explorer 10+ */

  color: #fff;

}

blockquote {

  margin:-5px 10px 10px 21px;

  padding:10px 0px 0px 13px;

  quotes: "\201C""\201D""\2018""\2019";

  font-family:'Martel';

  font-size:24px;

  font-weight:600;

  line-height:38px;

}

blockquote:before {

    color: #200700;

    content: open-quote;

    font-family: "Martel";

    font-size: 30px;

    font-weight: 600;

    line-height: 0.1em;

    margin-left: -26px;

    margin-right: 2px;

    vertical-align: -4px;

}

blockquote:after {

    color: #200700;

    content: close-quote;

    font-size: 30px;

	font-family:'Martel';

    line-height: 0.1em;

    margin-left: 2px;

    vertical-align: -6px;

	font-weight:600;

}

blockquote  p{

	display:inline;

	margin:0;

}

/* /CUSTOMIZE THIS */



.text-left {

  text-align: left;

}

.text-right {

  text-align: right;

}

.text-center {

  text-align: center;

}

.text-justify {

  text-align: justify;

}

.text-nowrap {

  white-space: nowrap;

}

.text-lowercase {

  text-transform: lowercase;

}

.text-uppercase {

  text-transform: uppercase;

}

.text-capitalize {

  text-transform: capitalize;

}

.clearfix {

  clear: both;

}

img {

  vertical-align: top;

  max-width:100%;

}





 



/*

2) Blog Styles

--------------------------------*/

.gform_button{    padding: 10px 9px;

    border: 0px;

    border-radius: 0px;

    background: #eaa200;

    color: #fff;

    font-size: 18px;

    font-family: 'norwesterregular';

    text-transform: uppercase;

    box-shadow: none;

    cursor: pointer;

    text-align: center;

    transition: all 0.2s linear;

}

.bands  {

    background: #b12a1c none repeat scroll 0 0;

    display: inline-block;

    letter-spacing: 2px;

    padding: 10px 15px 5px 16px;

    color: #fff;

   font-size:18px; text-transform: uppercase;

    transform: rotateZ(-4deg);

    -webkit-transform: rotateZ(-4deg);

}





/* Alignment */

.alignleft {

    display: inline;

    float: left;

    margin-right: 1.5em;

}

.alignright {

    display: inline;

    float: right;

    margin-left: 1.5em;

}

.aligncenter {

    clear: both;

    display: block;

    margin: 0 auto;

}



/* Content */

.hentry {

    margin: 20px 0 20px;

	padding-bottom:20px;

	border-bottom: solid 1px #eee;

}

.entry-meta {

    clear: both;

}

.byline {

    display: none;

}

.single .byline,

.group-blog .byline {

    display: inline;

}

.entry-content,

.entry-summary {

    margin: 1.5em 0 0;

}

.page-links {

    clear: both;

    margin: 0 0 1.5em;

}



blockquote.left {

	margin-right: 20px;

	text-align: right;

	margin-left: 0;

	width: 33%;

	float: left;

}

blockquote.right {

	margin-left: 20px;

	text-align: left;

	margin-right: 0;

	width: 33%;

	float: right;

}

 

/* Asides */

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

    display: none;

}

 

/* Media */

.site-header img,

.entry-content img,

.comment-content img,

.widget img {

    max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

.site-header img,

.entry-content img,

img[class*="align"],

img[class*="wp-image-"] {

    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

.site-header img,

.entry-content img,

img.size-full {

    max-width: 100%;

    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

    border: none;

    margin-bottom: 0;

    margin-top: 0;

    padding: 0;

}

.wp-caption {

    border: 1px solid #ccc;

    max-width: 100%;

}

.wp-caption.aligncenter,

.wp-caption.alignleft,

.wp-caption.alignright {

    margin-bottom: 1.5em;

}

.wp-caption img {

    display: block;

    margin: 1.2% auto 0;

    max-width: 98%;

}

.wp-caption-text {

    text-align: center;

}

.wp-caption .wp-caption-text {

    margin: 0.8075em 0;

}

.site-content .gallery {

    margin-bottom: 1.5em;

}

.gallery-caption {

}

.site-content .gallery a img {

    border: none;

    height: auto;

    max-width: 90%;

}

.site-content .gallery dd {

    margin: 0;

}



/* Navigation */

.site-content .site-navigation {

    margin: 0 0 1.5em;

    overflow: hidden;

}

.site-content .nav-previous {

    float: left;

    width: 50%;

}

.site-content .nav-next {

    float: right;

    text-align: right;

    width: 50%;

}



/* Widgets */

.widget {

    margin: 0 0 1.5em;

}

.btn,button{

	padding: 7px 9px ;

	border: 0px;

	border-radius: 0px;

	background: #eaa200;

	color: #fff;

	font-size: 18px;

	font-family: 'norwesterregular';

	text-transform: uppercase; 

	box-shadow:none;

	cursor:pointer;

	text-align:center;

	transition: all 0.2s linear;

}

.btn:hover,

.btn:focus{

	text-decoration:none;

	background:#cd8e00;

}



.banquet_box{width: 224px !important}

.banquet_box:nth-child(3n+3){margin-right: 21px !important;}

.banquet_box:nth-child(4n+4){margin-right: 0px !important;}

.donload_menus{float: left; width: 100%;}

.main_bn{float: left;margin: 10px;}

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

  .banquet_box {

    width: 23.5% !important;

  }

  .banquet_box:nth-child(3n+3){margin-right: 2% !important;}

}

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

  .banquet_box {

    width: 23% !important;

  }

}

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

  .banquet_box {

    width: 100% !important;

  }

}

