/*
Theme Name: Twenty Thirteen Customized
Description: Twenty Thirteen Customized Theme
Author: Mattia Denti
Author URL: https://acelvia.com
Template: twentythirteen
Version: 1.0.0
Text Domain: twentythirteen-custom
*/

textarea {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, sans-serif;
}

.site {
	margin: 0;
	max-width: none;
	width: auto;
}

.site-main {
	max-width: 1098px;
	margin: 5px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.site-header {
	background-color: #a8b50a;
}

.site-header .home-link {
	max-width: 555px;
  min-height: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 43px;
	padding: 20px 0;
}

.site-header .title-address {
	font-size: 13px;
	max-width: 500px;
	text-align: right;
	margin: 0 auto 20px auto;
}

.site-header .home-link img {
	width: 100%;
}

.main-navigation {
	max-width: 1018px;
}

.nav-menu li a {
  color: #6109B3;
	border: 2px solid #ffffff;
	padding: 13px 8px;
	text-transform: uppercase;
  text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	border: 2px solid #49b350;
	padding: 13px 8px;
  background-color: transparent;
  color: #bc360a;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	font-style: normal;
	font-weight: bold;
}

.navbar {
	background-color: #fff;
  max-width: none;
	border-bottom: 5px solid #a8b50a;
}

.frontpage-slideshow {
	padding: 10px 0 0 0;
}

.frontpage-slideshow .ngg-slideshow {
	width: 100%;
	height: 334px;
}

.align-right {
	float: left;
	padding-left: 30px;
}

.content-area {
        border: 1px solid #CCCCCC;
}

.nivo-caption {
	position: relative !important;
}

.hentry {
	padding: 40px 50px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0;
	width: auto;
  max-width: none;
}

.entry-title {
	text-transform: uppercase;
	color: rgb(97, 9, 179);
}

.entry-header {
  margin-bottom: 30px;
}

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	text-align: justify;
}

.navigation a {
	color: #6109B3;
}

.navigation a:hover {
	color: #bc360a;
}

.site-footer {
	background-color: #a8b50a;
	color: rgb(20, 20, 18);
}


.company-address {
	font-size: 16px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 15px 0 30px 0;
	width: 100%;
}

.site-info {
	padding: 0 0 5px;
}


@media (max-width: 767px) {
  .entry-content table h3 {
    font-size: 13px;
  }
}

@media (max-width: 643px) {
	.site {
		width: 100%;
	}
}

@media (max-width: 359px) {
	.entry-content table h3 {
		font-size: 10px;
	}

	.entry-content,
	.entry-header {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}