/*

Theme Name: Typal.makewp005

Theme URI: http://makewp.ru/typalen/

Author: the MakeWP team

Author URI: http://makewp.ru/

Description: Typal  is a theme for typical business website. The basic theme options, customizable background, custom logo image, headers, 3 custom menu, support post format, emphasis box and blocks the call to action on the home page, a 5 of places to display widgets and responsive layout.

Version: 1.3.8

License: GNU General Public License

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: red, white, gray, black, custom-header, custom-background, post-formats, sticky-post, right-sidebar, translation-ready



This theme, like WordPress, is licensed under the GPL, and is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

*/

@import url('css/reset.css?v=20140223');
@import url('css/typal.css');
@import url(https://fonts.googleapis.com/css?family=Passion+One|Open+Sans:400,700,300);

.sf-menu {
	padding: 20px;
	border: 2px dashed #b97a00;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #ffa800, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: 1px 1px #faf26a;
	font-weight: normal;
	background: #fcce00; /* Old browsers */
	background: -moz-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcce00), color-stop(100%, #ffa800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcce00 0%, #ffa800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcce00', endColorstr='#ffa800', GradientType=0 ); /* IE6-9 */
}

.menu-toggle {
	padding: 20px;
	border: 2px dashed #b97a00;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #ffa800, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: 1px 1px #faf26a;
	font-weight: normal;
	background: #fcce00; /* Old browsers */
	background: -moz-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcce00), color-stop(100%, #ffa800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcce00 0%, #ffa800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcce00', endColorstr='#ffa800', GradientType=0 ); /* IE6-9 */
}

#home-tagline {
	background: none !important;
}

.site-content {
	margin-top: 30px;
	padding: 20px 40px;
	border: 2px dashed #cdcdcd;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #fff, 2px 1px 6px 4px rgba(0, 0, 0, 0.5);
	font-weight: normal;
	background: #fff; /* Old browsers */
}

#secondary {
	display: none;
}

#comments {
	display: none;
}

.entry-title {
	color: #7d795c !important;
	padding: 10px;
	border: 2px dashed #7d795c;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #e8e2b9, 2px 1px 6px 4px rgba(9, 7, 31, 0.5);
	text-shadow: 1px 1px #faf26a;
	font-weight: normal;
	background: #fbfcd9; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfcd9 0%, #e8e2b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfcd9), color-stop(100%, #e8e2b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfcd9 0%, #e8e2b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfcd9 0%, #e8e2b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfcd9 0%, #e8e2b9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fbfcd9 0%, #e8e2b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcd9', endColorstr='#e8e2b9', GradientType=0 ); /* IE6-9 */
}

strong {
	font-size: 24px;
	color: #ffa800;
	display: block;
	padding: 30px 0 10px;
}

p {
	text-align: justify;
	font-size: 18px;
	color: #4c442f;
}

.footerwidget-left {
	margin: 0 2%;
	color: #384a15 !important;
	padding: 10px;
	font-size: 12px !important;
	border: 2px dashed #38500a;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #8FC525, 2px 1px 6px 4px rgba(0, 0, 0, 0.5);
	background: #a4df32; /* Old browsers */
	background: -moz-linear-gradient(top, #a4df32 0%, #8fc525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4df32), color-stop(100%, #8fc525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a4df32 0%, #8fc525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a4df32 0%, #8fc525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a4df32 0%, #8fc525 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a4df32 0%, #8fc525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4df32', endColorstr='#8fc525', GradientType=0 ); /* IE6-9 */
}
.footerwidget-left p {
	text-align:center;
	color: #384a15 !important;
	font-size: 12px !important;
}

.col > .mini-title {
	display:none;
}

.col > .textwidget {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	width:33%;
	float:left;
}

.col > .textwidget p {
	text-align:center;
}

.textwidget a {
	width:60%;
	color: #905f00;
	padding: 5px 10px;
	border: 2px dashed #b97a00;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #ffa800, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
	text-shadow: 1px 1px #faf26a;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Passion One', cursive;
	display: block;
	margin:15px auto 0 auto;
	font-weight: normal;
	background: #fcce00; /* Old browsers */
	background: -moz-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcce00), color-stop(100%, #ffa800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcce00 0%, #ffa800 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcce00 0%, #ffa800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcce00', endColorstr='#ffa800', GradientType=0 ); /* IE6-9 */
}

.home-posts-description {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom: 2px dashed #cdcdcd;
}

.home-posts-description h3 a {
	display:block;
	text-align:center;
	color:#ffa800 !important;
	text-decoration:none;
	font-family: 'Passion One', cursive;
	font-size:35px;
} 

.home-posts-description h3 a:hover {
	color: #F00 !important;
}  

.home-posts-description p {
	text-align:center;
}

.textwidget p {
	display:block;
	text-align:center;
	color:#7d795c !important;
	text-decoration:none;
	font-family: 'Passion One', cursive;
	font-size:24px;
	text-transform:uppercase;
	text-shadow:none !important;
}

.footerwidget-left p {
	font-family: 'Open Sans', sans-serif;
	color:#000 !important;
}



#contactos_1 h6, #contactos_2 h6, #contactos_3 h6 {
	font-size:18px;
	color:#ffa800;
	display:block;
	padding: 10px 0;
	text-align:center;
}

#contactos_1 p, #contactos_2 p, #contactos_3 p {
	font-size:16px;
	margin-bottom:10px;
	text-align:center;
} 

#contactos_1 {
	padding-top:20px;
	width:30%;
	overflow:auto;
	float:left;
	text-align:center;
	font-size:14px;
}

#contactos_3 {
	padding-top:20px;
	width:30%;
	overflow:auto;
	float:left;
	text-align:center;
	margin-left:3%;
	font-size:14px;
}

#contactos_2 {
	padding-top:20px;
	width:30%;
	overflow:auto;
	float:right;
	text-align:left;
}

#wpgmza_map_1 {
	margin: 15px 0;
}

.wrapper-form h6 {
	font-size: 18px;
	color: #ffa800;
	display: block;
	padding: 10px 0 20px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

input[type="text"],
input[type="email"] {
	max-width: 420px;
	width: 96% !important;
}

/* Hide Post meta data */
.entry-meta {
	display: none;
}

.site-header .menu-toggle {
	font-size: 14px;
}

.ementa-jardim strong,
.ementa-bercario strong {
	display: inline-block;
	margin: initial;
	font-size: initial;
	padding: 0;
}

.ementa-jardim strong {
	color: #6094C9;
}

.su-spoiler-title {
	font-size: 16px !important;
}

.ementa-jardim p,
.ementa-bercario p {
        font-size: 16px;
}


@media screen and (max-width: 900px) {
	#contactos_1, #contactos_2, #contactos_3 {
		width: 100%;
		text-align: center;
	}

	#contactos_3 {
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.site-content {
		padding: 20px;
	}

	.wrapper-map {
		display: none;
	}

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

	#page {
		margin-top: 40px;
	}
	
	.entry-title {
		padding: 5px;
		font-size: 30px !important;
	}
}
