/*
Template 3 - “Cafe Soux”

Theme Name: Cafe Soux
Theme URI: http://nextadtemplate3.com
Author: NEXT Ad Agency
Author URI: http://nextadagency.com/
Description: Based on the starter theme underscores
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cafe-soux
Tags:

Cafe Soux is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


*/


/* =============================================================
	General Styles  
   ============================================================= */

body{
	color: #2e0505;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-weight: 300;
}

#page{
}

.site-main .row{
	margin-top: 30px;
	margin-bottom: 30px;
}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
caption{
	font-weight: 300;
}

.callout, .menu caption{
	font-size: 20px;
}

p{
	text-align: justify;
	}

a{
  color: #72C02C;
  text-decoration: none;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
	
	-webkit-border-radius:3px;  
	-moz-border-radius:3px;
	border-radius: 3px;
}

#calendar_wrap table{
	min-width: 200px;
}

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

/* =============================================================
	Btn Styles 
   ============================================================= */

.btn{
	text-decoration: none;	
	font-family: 'Open Sans', sans-serif;
	text-transform: lowercase;
	white-space: normal;
	
	-webkit-border-radius: 0;  
	-moz-border-radius:    0;
	border-radius:         0;
}

.btn:hover{
	text-decoration: none;
}

.btn-primary,
a.btn-primary{
	background: #231F20;
	color: #fff;
	border: 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background: #553e2c;
	color: #fff;
}



/* =============================================================
	Panel Styles 
   ============================================================= */




/* =============================================================
	Header Styles 
   ============================================================= */
.header-area{
	color: #fff;
	padding-top: 35px;
}

.site-branding{
	text-align: center;
}

.banner-text{
	text-align: justify;
}

.banner-text h2{
	margin-bottom: 30px;
	text-align: center;
	text-transform: lowercase;
}




/* =============================================================
	Navbar Styles 
   ============================================================= */

  .navbar-default{
  	background: transparent;
  	border:0;
  }

	.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	}
	.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 12px;
	}
	.navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 5px;
	width: 63px;
	margin-right: auto;
	margin-left: auto;
	}
	.navbar-default .navbar-toggle{
		border:0;
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: rgba(45,41,38,.65);
	}

	.navbar-collapse{
		background: rgba(45, 41, 38, 0.95);
		position: absolute;
		width: 100%;
		z-index: 3;
	}

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

/* =============================================================
	Main Styles 
   ============================================================= */
.page .entry-title {
	display: none;
}

table.menu{
	min-width: 200px;
	width: 100%;
}


table.menu + table.menu,
table.menu + p,
p + table.menu{
	margin-top: 40px;
}

table.menu th{
	font-weight: 300;
	white-space: nowrap;
	padding-right: 5px;
}

table.menu th + td{
	width:100%;
	background: url('img/dot.png') left bottom repeat-x;
}

table.menu td + td{
	padding-left: 5px;
	text-align: right;
}


.horzSplit .row{margin-top: 0; margin-bottom: 0;}

.horzSplit .noPadding{
	padding-left: 0;
	padding-right: 0;
}

.shorter{
	padding: 50px 15px 0;
}

.vertSplit .col-xs-12 + .col-xs-12{
	margin-top: 50px;
}

/* =============================================================
	Sidebar Styles  
   ============================================================= */







/* =============================================================
	Comments Styles 
   ============================================================= */




/* =============================================================
	Form Styles 
   ============================================================= */

label{
	font-weight: 300;
}

.required{
	color: #553e2c;
	display: block;
	font-size: .8em;
}

.form-horizontal .control-label{
	padding-top: 0;
}

.form-horizontal .form-group{
	margin-bottom: 20px;
}

.form-control{
	border-color:#231F20;

	-webkit-border-radius:0;  
	-moz-border-radius:0;
	border-radius: 0;
}


/* =============================================================
	Site-footer Styles 
   ============================================================= */
.site-footer{
	background:#595654;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}
.site-footer a{
	color: #fff;
	text-transform: lowercase;
}
.site-footer a:hover{color: #fff;}

.site-footer a img{
	display: block;
	margin: 0 auto;
}
.site-footer a p{
	display: none;
}

.noPaddingSmall{margin-bottom: 20px;}

.noPaddingSmall .widget-area{
	padding-left: 5px;
	padding-right: 5px;
}


.site-footer .logo{
	text-align: right;
}

.site-footer .logo img{
	max-height: 100px;
	width: auto;
}



/* =============================================================
	Widget - Lightweight Social Icons Styles 
   ============================================================= */
.lsi-social-icons {
	max-width: 150px;
}

.lsi-social-icons li a{
	border: 2px solid #fff;
	background: none !important;
}

/* =============================================================
	Widget - Simple Image Styles 
   ============================================================= */
p.simple-image{
	margin: 0;
}

/* =============================================================
	Media Query Medium (>768px) Styles 
   ============================================================= */
@media screen and (min-width: 768px) {



	.navbar-default,
	.navbar-collapse{
		border:0;
		background: none;
		width: auto;
		position: relative;
	}

	.navbar-default .navbar-nav > li + li{
		margin-left: 10px;
	}

	.navbar-default .navbar-nav > li> a{
		font-size: 15px;
		padding: 10px 15px;
		font-weight: 300;
		color: #fff;
		letter-spacing: 5px;
		text-transform: uppercase;
	}

	.navbar-default .navbar-nav > .active,
	.navbar-default .navbar-nav > li:hover{
		border-bottom: 5px solid #fff;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
		background: none;
		color: #fff;
	}

	.nav .menu-item a:last-of-type {
		padding-right: 0;
	}

	.banner-text{
		margin-top: 150px;
		margin-bottom: 150px;
	}

	.twoCols{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;

		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		-moz-column-gap: 40px; /* Firefox */
		column-gap: 40px;
	}

	.site-footer{
		background-image:url(img/footer_grain.jpg);
		background-position: center top;
		padding: 30px 0 10px;
	}
	
	.site-footer a p{
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.noPaddingSmall{margin-bottom:0;}

	.noPaddingSmall .col-xs-3{
		padding-left: 15px;
		padding-right: 15px;
	}

	.pushDown{
		margin-top: 70px;
	}

	.click-to-call {
		padding-right: 15px;
		text-align: right;
	}
}




/* =============================================================
	Media Query Large (>992px) Styles 
   ============================================================= */

@media (min-width: 992px) {


	.vertSplit .col-xs-12{
		border-right: 3px solid #231F20;
	}

	.vertSplit .col-xs-12 + .col-xs-12{
		border-left: 3px solid #231F20;
		border-right: 0;
		margin-left: -3px;
		margin-top: 0;
	}

	.narrower{
		padding:20px 45px 10px; 
	}

	.narrower form{
		margin-top: 30px;
	}
}





/* =============================================================
	Media Query Large (>1200px) Styles 
   ============================================================= */

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

/* =============================================================
	Media Query Large (<768px) Styles 
   ============================================================= */

@media (max-width:768px) {
	.click-to-call {
		text-align: center;
	}
}