/*

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

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.

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url("../cafe-soux/style.css");

.myButton {
	box-shadow: 0px 10px 14px -7px #276873;
	background-color:#1a7667;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin: auto;
	text-align: center;
	display: block;
	width: 67%;
	margin-top: 42px;
	margin-bottom: 55px;
	border-color: #5ca18b;
	border-width: 1px;
	border-style: solid;
}
.myButton:hover {
	background-color: #fff;
}
.myButton:active {
	position:relative;
	top:1px;
}

#tpbr_topbar img {
	height: 22px;
}
#tpbr_topbar a {
	color: #fff;
	padding: 0px 10px 0px 10px;
}
#tpbr_topbar a:hover {
	color: rgb(184, 110, 32);
}

.home .banner-text .widget-area {
	margin-top: 40px;
}

@media only screen and (min-width: 400px) {
	#tpbr_topbar #email {
		display: inline;
	}
}
