/*!
Theme Name: Cold Spring Child
Theme URI: https://presentationmultimedia.com
Author: Presentation Multimedia
Author URI: https://presentationmultimedia.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Cold Spring Child
Template: Cold Spring
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; list-style: none;
	vertical-align: baseline;box-sizing:border-box;
}
a{text-decoration:none;-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;}
img{max-width:100%; height: auto;} 

ol {
    padding-left: 30px;
}
ol li{list-style-type:decimal;}

ol li ul {
    padding-left: 30px;
}
ol li ul li{list-style-type:circle;}

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue.eot');
    src: url('fonts/BebasNeue.eot') format('embedded-opentype'),
         url('fonts/BebasNeue.woff2') format('woff2'),
         url('fonts/BebasNeue.woff') format('woff'),
         url('fonts/BebasNeue.ttf') format('truetype'),
         url('fonts/BebasNeue.svg#BebasNeue') format('svg');
}
@font-face {
    font-family: 'BebasNeueLight';
    src: url('fonts/BebasNeueLight.eot');
    src: url('fonts/BebasNeueLight.eot') format('embedded-opentype'),
         url('fonts/BebasNeueLight.woff2') format('woff2'),
         url('fonts/BebasNeueLight.woff') format('woff'),
         url('fonts/BebasNeueLight.ttf') format('truetype'),
         url('fonts/BebasNeueLight.svg#BebasNeueLight') format('svg');
}

@font-face {
    font-family: 'LiberatorMedium';
    src: url('fonts/LiberatorMedium.eot');
    src: url('fonts/LiberatorMedium.eot') format('embedded-opentype'),
         url('fonts/LiberatorMedium.woff2') format('woff2'),
         url('fonts/LiberatorMedium.woff') format('woff'),
         url('fonts/LiberatorMedium.ttf') format('truetype'),
         url('fonts/LiberatorMedium.svg#LiberatorMedium') format('svg');
}
@font-face {
    font-family: 'KlinicSlabBook';
    src: url('fonts/KlinicSlabBook.eot');
    src: url('fonts/KlinicSlabBook.eot') format('embedded-opentype'),
         url('fonts/KlinicSlabBook.woff2') format('woff2'),
         url('fonts/KlinicSlabBook.woff') format('woff'),
         url('fonts/KlinicSlabBook.ttf') format('truetype'),
         url('fonts/KlinicSlabBook.svg#KlinicSlabBook') format('svg');
}
@font-face {
    font-family: 'KlinicSlabBold';
    src: url('fonts/KlinicSlabBold.eot');
    src: url('fonts/KlinicSlabBold.eot') format('embedded-opentype'),
         url('fonts/KlinicSlabBold.woff2') format('woff2'),
         url('fonts/KlinicSlabBold.woff') format('woff'),
         url('fonts/KlinicSlabBold.ttf') format('truetype'),
         url('fonts/KlinicSlabBold.svg#KlinicSlabBold') format('svg');
}
@font-face {
    font-family: 'LiberatorHeavy';
    src: url('fonts/LiberatorHeavy.eot');
    src: url('fonts/LiberatorHeavy.eot') format('embedded-opentype'),
         url('fonts/LiberatorHeavy.woff2') format('woff2'),
         url('fonts/LiberatorHeavy.woff') format('woff'),
         url('fonts/LiberatorHeavy.ttf') format('truetype'),
         url('fonts/LiberatorHeavy.svg#LiberatorHeavy') format('svg');
}

body{background:url(images/bg.png) repeat 0 0 #fff; font-family: 'Roboto', sans-serif;  font-size: 16px;
    line-height: 1.6em;    color: #414141; overflow-x: hidden; }


a{color:#3a9101; text-decoration:none ;}
a:hover{color:#83bf01; text-decoration:none;}
strong{font-weight:bold;}
.show,.in {
    visibility: visible !important;
}

:focus {
outline: 0 !important;
}




section{float:left; width:100%;}
#wrapper{float:left; width:100%;  overflow-x: hidden;}
@media screen and (min-width:1200px){
.container{width:1230px; max-width:100%; margin: auto; padding: 0 15px;}
}
#header{float:left; height:170px; width:100%; transition: all 0.4s ease; background:url(images/header.png) repeat-x 0 bottom #000000 ;position: absolute; top:-200px; left: 0; z-index:2; padding-top:200px; box-sizing:content-box;}
#header.sticky{position:fixed ; z-index:999 ; top:0 ; padding-top:0 ;    height: 100px;}

.logo{width:132px; float:left; position:absolute; left:50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);    margin-top: 100px;    z-index: 999999999999;transition: all 0.4s ease;}
.phone{float:right; width:136px; height:46px; position:absolute; right:0; top:200px; background:#a30402; border-left:solid 1px #e8681b; border-bottom:solid 1px #e8681b;-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;transition: all 0.4s ease;}
.phone a{background:url(images/phone.png) no-repeat 0 center; margin:0 0 0 16px; padding:0 0 0 22px; float:left; color:#fff; line-height:45px; font-size:16px;font-family: 'BebasNeue'; text-decoration:none !important; letter-spacing:0.5px;}


#header.sticky .logo{  margin-top: 0;width: 80px;}

#header.sticky .phone{top:0; }


.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 768px) {
	#navbar{float:right;}
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 769px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;float: right; clear:both;    width: 100%;margin: 60px 0 0 0;transition: all 0.4s ease;    padding-right: 130px;
  }
 .sticky #navbar {
    margin: 25px 0 0 0;
}
	
	.navbar-nav {
    float: none;
    display: inline-block;
}
}  
.third-menu{margin-right:155px !important;}
.fourth-menu{margin-left:155px !important;}

.navbar-default {
    background: none !important;
    float: right !important;
    border: none !important;
    width: 100%;margin: 0;
}
.navbar-default .navbar-nav>li{margin:0; padding:0 30px; background:none !important;}
.navbar-default .navbar-nav>li:first-child{}
.navbar-default .navbar-nav>li>a{padding: 0;
    letter-spacing:1px;
    text-decoration: none;
    line-height:50px;
    background: none !important;
   position: relative;
	font-family: 'BebasNeue';
    font-size:20px;
    padding: 0;
    text-align: center;
    text-decoration: none;
	color: #fff !important;
    font-weight: none;
	
	}
	.navbar-default .navbar-nav>li>a:before{ background:url(images/menu-ho.png) repeat-x 0 bottom !important; width:0; height:8px; position:absolute; left:0; bottom:0; content:''; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;}
	.navbar-default .navbar-nav li a:hover,.navbar-default .navbar-nav li.current-menu-item > a,.navbar-default .navbar-nav li.current-menu-parent > a{color: #fff !important; }
	.navbar-default .navbar-nav li a:hover:before,.navbar-default .navbar-nav li.current-menu-item > a:before,.navbar-default .navbar-nav li.current-menu-parent > a:before{width:100%;  }
	.dropdown-menu{background:#cdcdcd;
    width: 200px;
    padding:0; border: none; border-radius: 0;
   box-shadow:none;    top: 60px;}
.dropdown-menu>li>a {
   padding: 10px 15px 10px 15px;
    width: auto;
   
    text-decoration: none;
    color: #000;
    text-transform: inherit;
    line-height:15px;
        font-family: 'montserrat', arial, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;   white-space: normal !important; background: none !important;
}
.dropdown-menu>li.current-menu-item>a,.dropdown-menu>li>a:hover{color: #000 !important;background: #a5a5a5 !important;}
.dropdown-menu>li>a:last-child > a, .dropdown-menu>li:last-child>a {
    border-bottom: 0;
}
.arrow-submenu{display: none; width: 25px; height: 40px; background:url(images/down.png) no-repeat center center; background-size: 15px auto !important; font-size: 0 !important; }
.open_submenu .arrow-submenu{background:url(images/top.png) no-repeat center center;}
.dropdown-toggle > .arrow-submenu{position: absolute;
    right: 0;
    top: 0; display: block; }

@media screen and (min-width:769px){
.arrow-submenu{display:none !important;}
}
@media all and (min-width:992px) and (max-width:1199px){

	.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
	.dropdown-menu>li>a {
    font-size: 14px;
}
.navbar-default .navbar-nav>li {
    padding: 0 25px;
}
.third-menu {
    margin-right: 90px !important;
}
.fourth-menu {
    margin-left: 90px !important;
}
	}




@media all and (min-width:769px) and (max-width:991px){
#navbar {
    padding-right: 70px;
}
.navbar-default .navbar-nav>li {
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}
	.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.dropdown-menu>li>a {
    font-size: 13px;
}
.navbar-default .navbar-nav>li {
    padding: 0 7px;
}
.third-menu {
    margin-right: 90px !important;
}
.fourth-menu {
    margin-left: 90px !important;
}	
}

@media screen and (max-width:768px){
	
	.nav>li {
    float: left;
    width: 100%;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 0;
}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #e8681b;
}
.navbar-toggle {
    padding:10px;
    margin: 0 !important;
    border: solid 2px #e8681b !important;
    background: #fff !important;
    width: 54px;
    height: 54px;
    border-radius: 0;
}
	.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}




	.navbar-collapse{top:80px;
    position: fixed;
    z-index: 999999999;
    overflow-x: hidden;
    transition: .5s;background: #000 !important; width:100%; left: -100%; height: 100% !important; border: none !important;    padding:40px 0 100px 0 !important;}
	.collapse.show,.collapse.in {
     left: 0px;
}
	.navbar-default .navbar-nav>li {
    margin: 0;
    background: none !important;padding: 0;
}
.navbar-default .navbar-nav>li>a {
    padding: 0;
    font-size: 30px;
    color: #fff !important;
    line-height: 60px;
    text-align: center;
}
.fourth-menu {
    margin-left: 0 !important;
}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
}

	.navbar-default .navbar-nav li a:hover,.navbar-default .navbar-nav li.current-menu-item > a,.navbar-default .navbar-nav li.current-menu-parent > a{color: #e8681b !important; }
	.navbar-default .navbar-nav .dropdown-menu > li > a {
    background: none !important;
    margin: 0;
    padding: 0;
    border: none !important;
    color: #fff !important;
    line-height: 30px;
    font-size: 14px;
}
	.navbar-default .navbar-nav .dropdown-menu > li.current-menu-item > a{color: #edb715 !important;}

	.navbar-nav .open .dropdown-menu {
    border-bottom: none;
}
	.dropdown-menu {
    background: none;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
}
	.active_submenu{display:block !important;}
	
	.dropdown-menu {
    width: 100%;
    padding:0 0 0 15px !important;
    box-shadow: none;
    top: 0;
}
	.navbar {
    margin-bottom: 0;
}
	.navbar-toggle {
    top: 12px !important;
}

	.navbar-header button[aria-expanded="true"] .icon-bar {
    transform: rotate(45deg);
    margin-top:-3px;
}
	.navbar-header button[aria-expanded="true"] .icon-bar+.icon-bar {
    transform: rotate(-45deg);
    margin-top: -3px;
}
	.navbar-header button[aria-expanded="true"] .icon-bar+.icon-bar+.icon-bar {
    display: none !important;
}	
}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}




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

.banner{float:left; width:100%; text-align:center; padding:170px 0 100px 0; position:relative; background-size:cover !important; background-attachment:fixed !important;}
.banner-inner{float:left; width:100%; position:relative; z-index:2;}
.banner-image{float:left; width:100%; height:100%; position:absolute; left:0; top:0; z-index:0;}
.banner:before,.page-banner:before{background:rgba(0,0,0,0.4); width:100%; height:100%; content:''; position:absolute; left:0; top:0; z-index:1;}
.banner h2{display:inline-block; vertical-align:top; color:#fff; font-size:93px; text-transform:uppercase;font-family: 'LiberatorMedium'; margin:0 0 170px; line-height:93px; padding:15px 0; position:relative;}
.banner h2:before{position:absolute; left:0; top:0; width:100%; height:9px; background:url(images/line-top-banner.png) no-repeat center top; content:'';}
.banner h2:after{position:absolute; left:0; bottom:0; width:100%; height:9px; background:url(images/line-bottom-banner.png) no-repeat center top; content:'';}

.page-banner{float:left; width:100%; text-align:center; padding:116px 0; position:relative; background-size:cover !important; background-attachment:fixed !important;}
.page-banner h2{display:inline-block; vertical-align:top; color:#fff; font-size:93px; text-transform:uppercase;font-family: 'LiberatorMedium'; margin:0 0 0; line-height:93px; padding:15px 0; position:relative;}
.page-banner h2:before{position:absolute; left:0; top:0; width:100%; height:9px; background:url(images/line-top-banner.png) no-repeat center top; content:'';}
.page-banner h2:after{position:absolute; left:0; bottom:0; width:100%; height:9px; background:url(images/line-bottom-banner.png) no-repeat center top; content:'';}


.banner-text{background:#fff; display:inline-block; width:500px; min-height:150px; max-width:100%;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; padding:30px 35px;}
.detail{float:left; width:50%; text-align:left;}
.detail+.detail{padding:0 0 0 44px; border-left:solid 1px #e7e7e7; height:70px;}
.detail h4{color:#BB0402; font-size:16px; text-transform:uppercase;font-family: 'BebasNeue'; text-transform:uppercase; letter-spacing:0.5px; padding:0 0 0 24px; margin:0 0 10px;}
.detail p{color:#5E5E5E; font-size:16px; font-family: 'KlinicSlabBook'; line-height:26px; margin:0 !important;}
.detail p strong{font-weight:normal;font-family: 'KlinicSlabBold';}
.detail h4{background:url(images/time.png) no-repeat 0 3px;}
.detail+.detail h4{background:url(images/location.png) no-repeat 0 3px;}

#content{float:left; width:100%;}

.home-sec1{padding:75px 0 90px 0; text-align:center;}
.title1{display:inline-block; vertical-align:top; color:#bf1312; font-size:93px; text-transform:uppercase;font-family: 'LiberatorMedium'; margin:0 0 170px; line-height:93px; padding:15px 0; position:relative; margin:0 0 100px 0;}
.title1:before{position:absolute; left:0; top:0; width:100%; height:9px; background:url(images/line-top.png) no-repeat center top; content:'';}
.title1:after{position:absolute; left:0; bottom:0; width:100%; height:9px; background:url(images/line-bottom.png) no-repeat center top; content:'';}

.tab-sec{float:left; width:100%; background:#fff;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; min-height:400px; position:relative;}

.home-sec2{padding:0 0 100px 0; text-align:center;}
.about-sec{float:left; width:100%; background:#fff;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; text-align:left;}
.about-img{float:left; width:570px; margin:-27px 0;}

.about-img img{-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;-webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 19px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 19px 0px rgba(50, 50, 50, 0.5);}

.about-text{display:block; padding:60px 60px 0 636px;} 
.about-text p{color:#515151; font-size:18px; font-family: 'KlinicSlabBook'; line-height:26px; margin:0 0 25px 0;} 

.sec-title{display:inline-block; position:relative;font-family: 'LiberatorHeavy'; font-size:84px; color:#f2f2f2; line-height:84px; margin:0 0 10px 0;}
.sec-title h2{position:relative;font-family: 'BebasNeue'; font-size:24px; color:#BB0402; position:absolute; left:4px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); letter-spacing:1px;    width: 100%;}





.home-sec3{padding:0 0 150px 0; text-align:center;}
.menu-img{float:right; width:570px; margin:-27px 0;}

.menu-img img{-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;-webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 19px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 19px 0px rgba(50, 50, 50, 0.5);}
.menu-text{display:block; padding:60px 636px 0 60px;} 
.menu-text ul{margin:20px 0 0 0; padding:0;}
.menu-text ul li{background:url(images/border.png) repeat-x bottom left; line-height:32px; color:#515151; font-size:18px;font-family: 'KlinicSlabBold'; padding:0 75px 3px 0; position:relative;}
.menu-text ul li span{float:right; position:absolute; right:0; top:0; text-align:right; color:#B5B5B5; font-size:19px; font-family: 'KlinicSlabBook';}
.menu-inner{float:left; width:100%;}
.menu-img1{float:left; width:100%; margin:75px 0 0 0;}
.menu-inner{float:left; width:100%; margin:0 0 125px 0;}



#footer{float:left; width:100%; background:url(images/footer.png) repeat-x 0 0; height:257px; text-align:center; margin:50px 0 0 0;}
#footer .container{width:1230px;}
.footer-col0{float:left; margin:28px 35px 0 0; border:dotted 1px #545454; padding:8px;}
.map{float:left; border:solid 1px #545454; padding:8px;}
.footer-col1{float:left; text-align:left; margin:80px 0 0 0;}
.footer-col2{display:inline-block; vertical-align:top; margin:26px 0 0 0;}
.footer-col3{float:right; text-align:right; margin:108px 0 0 0;}
.footer-col3 a{float:left; width:40px; height:40px;margin:0 0 0 16px;}
.youtube{background:url(images/youtube.png) no-repeat center center; }
.facebook{background:url(images/facebook.png) no-repeat center center; }
.twitter{background:url(images/twitter.png) no-repeat center center; }
.instagram{background:url(images/instagram.png) no-repeat center center; }

.youtube:hover{background:url(images/youtube-ho.png) no-repeat center center; }
.facebook:hover{background:url(images/facebook-ho.png) no-repeat center center;}
.twitter:hover{background:url(images/twitter-ho.png) no-repeat center center;}
.instagram:hover{background:url(images/instagram-ho.png) no-repeat center center;}

.footer-col3 h3{float:left; line-height:40px; color:#fff; font-size:20px;font-family: 'BebasNeue'; letter-spacing:1px;}


#footer p{font-family: 'KlinicSlabBold';color:#fff; font-size:16px;line-height:26px;}
#footer h6{font-family: 'BebasNeue';color:#fff; font-size:20px;line-height:26px; letter-spacing:0.5px; margin:0 0 10px 0;}
#footer h6 a{color:#fff;}

.footer-col2 img{margin:0 0 10px 0;}
div.wpcf7-response-output {
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
}



.menu-sec .sec-title{text-align:center;}
.menu-sec .sec-title h2{text-align:center;left:0 !important;}


.menu-sec{float:left; width:100%; padding:0 90px 90px 90px; background:url(images/line.png) no-repeat center bottom; margin:0 0 70px 0;}
.row{margin:0 -15px;}
.col3{float:left; width:25%; padding:0 15px; }
.menus{float:left; width:100%; position:relative; text-align:left; margin:35px 0 0 0; }
.menus h6{color:#515151; font-size:18px;font-family: 'KlinicSlabBold'; line-height:26px;padding:0 45px 0 0;}
.menus p{color:#515151; font-size:17px; font-family: 'KlinicSlabBook'; line-height:26px;}
.prices{float:right; position:absolute; right:0; top:0;color:#B5B5B5; font-size:19px;font-family: 'KlinicSlabBook'; line-height:26px;}

.menu-sec p{color:#515151; font-size:15px; font-family: 'KlinicSlabBook'; line-height:26px;}
.menu-sec p strong{font-family: 'KlinicSlabBold'; }
.menu-sec p span{color:#BB0402;font-family: 'KlinicSlabBold';}

.menu-sec2 {
    padding:0;
    background:none;
    margin: 0 0 0 0;
}
.menu-half{float:left; width:50%; padding:0 65px; margin-top:-78px; padding-top:85px; padding-bottom:80px;}
.menu-half+.menu-half{ background:url(images/line2.png) repeat-y left top; }

.col6{float:left; width:50%; padding:0 15px; }





.tab-sec .nav {
    float: none;
    width: auto;
    text-align: center;
    margin: -47px 0 90px 0;
    padding: 0;
    border: none;
    display: inline-block;-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.4); overflow:hidden;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.tab-sec .nav-pills>li {
    margin: 0 !important; 
}
.tab-sec .nav-pills>li a{-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;width:235px; height:63px; line-height:63px; text-align:center; background:url(images/tab.png) no-repeat center center; padding:0; color:#444444; font-size:18px;font-family: 'BebasNeue'; letter-spacing:1px;}
.tab-sec .nav-pills>li a.active{background:url(images/tab-ho.png) no-repeat center center;color:#fff;}



#exTab3{position:relative; z-index:3;}
.waterark1{position:absolute; left:-170px; top:-190px; z-index:2;}
.waterark2{position:absolute; right:-177px; top:33%; z-index:2;}
.waterark3{position:absolute; left:-170px; bottom:-190px; z-index:2;}

.waterark4{position:absolute; left:0; bottom:-280px; z-index:2;width:100%; text-align:center;}




.about-sec1{position:relative; z-index:2;}
.page-inner{float:left; width:100%; background:#fff; margin:-30px 0 300px 0;-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: left; padding:115px 200px 100px 200px;  position:relative;}
.aboutpage-img{float:right; margin:0 0 0 40px;}	
.aboutpage-img img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.5);
}
.page-inner p {
    color: #515151;
    font-size: 18px;
    font-family: 'KlinicSlabBook';
    line-height: 26px;
    margin: 0 0 25px 0;
}
body {
    padding-top: 170px;
}


#beermenus-widget-container .list-item {
    border-top: none !important;
    margin-bottom: 0;
	
	background: url(images/border.png) repeat-x bottom left;
    line-height: 32px;
    color: #515151;
    font-size: 18px;
    font-family: 'KlinicSlabBold';
    padding: 0 75px 3px 0 !important;
    position: relative;    min-height: 35px;float: left;
    width: 100%;
}
#beermenus-widget-container .list-item h3{float:left; text-align:left;}
#beermenus-widget-container .beer-meta {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    color: #B5B5B5;
    font-size: 19px;
    font-family: 'KlinicSlabBook';
}
#beermenus-widget-container .beer-meta span{display:none;}
#beermenus-widget-container .beer-meta span.beer-abv{display:block;}
#beermenus-widget-container .beer-name {
        line-height: 32px !important;
    color: #515151 !important;
    font-size: 18px !important;
    font-family: 'KlinicSlabBold' !important; margin:0 !important;    position: static;left: 0 !important;
    float: left;
    text-align: left;
	
	
}
#beermenus-widget-container .beer-name a{color: #515151 !important;}
#beermenus-widget-container ul.list {
    border: none !important;    float: left;
    width: 100%;
}

.serving{display:none;}

.read-more{float:left; width:100%; margin:40px 0 0 0;}
.read-more a{display:inline-block;     background: #a30402; color:#fff !important; padding:0 30px; line-height:60px;font-size:22px;
    font-family: 'BebasNeue';
    letter-spacing: 1px;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
.read-more a:hover{background:#444;}
#menu_widget{
    display: inline-block; padding:0 15px; width:830px; max-width:100%;
}
.gallery-row{margin:0 -15px;}
.gallery-col{float:left; width:33.333%; padding:0 15px; margin:0 0 30px;}
.gallery-col img{float:left; width:100%; }

.page-template-tpl-gallery .page-inner {
    padding: 50px 50px 100px 50px;
}
.contact-left{float:left; width:100%;}
.contact-right{float:left; width:50%; margin:40px 0 0 0; padding:0 44px 0 0;}
.contact-map{float:left; width:50%; margin:40px 0 0 0;padding: 0 0 0 44px;
    border-left: solid 1px #e7e7e7;}
.contact-map iframe{float:left; width:100%; height:400px;}
.contact-right label{float:left; width:100%;color: #515151;
    font-size: 18px;
    font-family: 'KlinicSlabBook';}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
.wpcf7-text {float:left; height:36px; padding:0 10px;color: #515151;
    font-size: 18px;
    font-family: 'KlinicSlabBook'; width:100%;    border: solid 1px #ccc;}
.wpcf7-textarea {float:left; height:100px; padding:5px 10px;color: #515151;
    font-size: 18px;
    font-family: 'KlinicSlabBook'; resize:none; width:100%;    border: solid 1px #ccc;}
.contact-right p{float:left; width:100%; margin:0 0 15px 0;}

.wpcf7-submit{display:inline-block;     background: #a30402; color:#fff !important; padding:10px 30px; font-size:22px; border:none;
    font-family: 'BebasNeue';
    letter-spacing: 1px;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
.wpcf7-submit:hover{background:#444;}
.contact-right h2,.contact-map h2{    color: #BB0402;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'BebasNeue';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px;border-bottom: solid 1px #e7e7e7; padding:0 0 10px 0;}

@media screen and (max-width:1199px){
#footer .container {
    width: 100%;
}
.about-img {
    float: left;
    width: 100%;
    margin: 0;
}
.about-img img{float: left;
    width: 100%;}
.about-text {
    display: block;
    padding: 60px;
    float: left;
    width: 100%;
}
.page-inner {
    padding: 50px;
}
.menu-img {
    width: 100%;
    margin: 0;
}
.menu-img img{ width: 100%;}
.menu-text {
    padding: 60px;
    float: left;
    width: 100%;
}
}

@media screen and (max-width:1024px){
.footer-col3 h3{display:none;}

}

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

.phone a {
    background: url(images/phone.png) no-repeat center center;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-decoration: none !important;
    width: 45px;
}
.phone {
    width: auto;
    border: solid 1px #e8681b;
}

#footer {
    background: url(images/footer.png) repeat-x 0 bottom #000;
    height: auto; padding-bottom:30px;
}
.footer-col0 {
    margin: 28px 0 20px 0;
    width: 100%;
}
.map ,.map iframe{
    width: 100%;
}

.sec-title {
    font-size: 50px;
}
.col6 {
    width: 100%;
}
.col3 {
    width: 50%;
}
}
@media screen and (max-width:768px){
	body {
    padding-top: 80px;
}
#header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    padding-top: 0;
}
#header.sticky {
    height: 80px;
}
.logo {
    width: 70px;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0; padding:5px 0 0 0 ;
}
#header.sticky .logo {
    width: 70px;
}
.phone {
    top: 12px;
	    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;width: 54px;
    height: 54px; position:absolute; right:90px; border:solid 2px #e8681b;
}
.phone a {
    width: 52px;
    height: 52px;
}
#header.sticky .phone {
    top:12px;
}
.menu-sec {
       padding: 0 30px 60px 30px;margin: 0 0 30px 0;
}
.menu-sec+.menu-sec{padding: 0 30px 0 30px;}
.menu-half {
        padding: 0 0 60px 0;
	width:100%;     background: url(images/line.png) no-repeat center bottom;   margin: 0 0 30px 0 !important;
}
.menu-half+.menu-half {
    background: url(images/line.png) no-repeat center bottom;      margin-bottom: 0 !important;
    
}
.col3 {
    width: 100%;
}
.home-sec1 .nav>li {
    width: auto !important;
}
.tab-sec .nav {
    margin: -47px 0 40px 0;
}
.menu-sec:last-child{background:none !important;}

.page-inner {
    padding: 30px;
}
.gallery-col{width:50%; }
.page-template-tpl-gallery .page-inner {
    padding: 50px 30px 100px 30px;
}
}

@media screen and (max-width:600px){
.banner h2 {
    font-size: 35px;
    margin: 0 0 40px;
    line-height: 50px;
}
.detail {
    width: 100%;
}
.detail+.detail {
    padding: 0;
    border-left: none;
    height: auto;
    margin-top: 30px;
}
.footer-col1 {
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
}
.footer-col3 {
    float: right;
    text-align: center;
    margin: 20px 0 0 0;
    width: 100%;
}
.footer-col3 a {
    float: none;
    margin: 0 8px;
    display: inline-block;
}
.about-text {
    padding: 30px;
}
.title1 {
    font-size: 60px;
    line-height: 70px;
}
.tab-sec .nav-pills>li a {
    width: auto;
    padding: 0 25px;
}
.home-sec2 {
    padding: 0 0 0 0;
}
.aboutpage-img {
    float: right;
    margin: 0;
    width: 100%;
}
.aboutpage-img img{width: 100%;}
.page-banner h2 {
    font-size: 60px;
    line-height: 70px;
}
.waterark4{display:none;}
.page-inner {
    margin-bottom: 0;
}
.menu-text {
    padding: 30px;
}
.home-sec3 {
    padding: 0 0 80px 0;
}
.title1 {
    margin: 0 0 80px 0;
}

.menu-text .sec-title {
    width: 100%;
}
.banner {
    padding: 60px 0 60px 0;background-attachment: scroll !important;
}
.page-template-tpl-gallery .page-inner {
    padding: 20px;
}
}


@media screen and (max-width:479px){
.gallery-col{ width:100%;}

}

.first-come{float: left;
    width: 100%;
    margin: 0 0 20px;    font-weight: bold;}
	
.menu-inner .first-come {
    float: left;
    width: 100%;
    margin: 30px 0 20px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}	
.menu-inner .first-come p{    display: inline-block;
    padding: 15px;
       border: solid 2px #BB0402;
    color: #BB0402;}