/* Enter Your Custom CSS Here */
/* Linea sotto "Categorie" in homepage */
.widget .widget-title:before {
    content: "";
    width: 41px;
    height: 3px;
    background-color: #007FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Linea sotto "Categorie" in homepage */
.widget ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #008000;
    position: absolute;
    left: 0;
}

/* Bottone leggi ancora */
#blog .blog-post .blog-post-button {
    height: 45px;
    line-height: 45px;
    background-color: #0086c3;
    padding: 0 30px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

/* Colore Invia */
input[type=submit] {
    width: auto;
    height: 36px;    
    padding: 0 40px;
    display: inline-block;
  	background-color:#275D8C !important;
    color: #fff;
    border: 1px solid #d7d7d7;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

article[id*=post-].post-box {
				height: 150px;
				position: relative;
				background: #2b2b2b;
				color: #fff;
				margin: 0 1% 1.8em 1%;
				padding: 14px;
				color: #fff;
				text-shadow: 1px 1px #000;
				width: 20.15%; 
				display: inline; 
				float: left;
				z-index: 0;
				overflow: hidden;

			}

.post-box-img img
{
  z-index: -1;
}

body {
  font-size: 16px !important;
}

#blog {
    padding: 20px 0 40px 0 !important;
}

.markup-format a {
    color: #4bba41 !important;    
}

#header .bottom-header h2 {
    color: #4bba41 !important;
}

.form-control {
  width:50% !important;
}

.panel-success>.panel-heading {
      height: 50px !important;
}

.panel-info>.panel-heading {
      height: 50px !important;
}

.panel-title {
    margin-top: -1px !important;
    font-size: 24px !important;
}

body {
  font-family: sans-serif;
}



a:focus, a:hover {
    color: #337ab7 !important;
    text-decoration: inherit !important;    
}

a {
    color: white !important;
    text-decoration: none !important;
}

#footer {
    width: 100%;
    background-color: rgba(73, 185, 63, 0.8);
    padding: 40px 0;
}

#footer .widget .widget-title h3 {    
    color: white !important;
}

@media (min-width: 768px)
bootstrap.min.css?ver=3.3.6:5
.col-sm-offset-2 {
    margin-left: 0% !important;
}

.widget .widget-title h3 {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.hr2 {
  margin-top: 20px;  

  border: 0;

  border-top: 10px solid rgba(73, 185, 63, 0.8);
}

.hr2 {

  height: 0;

  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;
}

.hr3 { 

  border: 0;

  border-top: 10px solid #00A6DC;
}

.hr3 {

  height: 0;

  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;
}