/*
Theme Name: Legatus Premium Theme
Theme URI: http://legatus.orange-themes.com/
Description: Legatus Premium Wordpress Theme
Author: Orange Themes
Author URI: http://www.orange-themes.com/
Version: 1.2.5
Tags: 
License: GNU General Public License
License URI: README_License.txt
*/


/** Wordpress default clases */

.wp-caption { background: #f1f1f1; line-height: 18px; margin-bottom: 20px; max-width: 632px !important; /* prevent too-wide images from breaking layout */ padding: 4px; text-align: center; }

.wp-caption-text { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

.sticky { background: #f8f8f8; padding: 0px 0px 16px 0px; }

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }



/* VECCHIA ROBA DA ASSODIGITALE3 */


.navigation.gallery {
    padding: 35px 0;
    dispaly: block;
}

.navigation.gallery a {
    color: #fff;
    text-decoration: none;
    background: #264c84;
    padding: 5px;
    font-size: 14px;
    display: block;
}

.navigation .center {
    width: 150px;
	float: left;
	margin-left: 160px;
	text-align: center;
}

.navigation .floatleft {
	float: left;
}

.navigation .floatright{
	float: right;
}



#footer, #advocacy, #copyright {
	padding-top: 30px;
	border-top: 1px dashed #ccc;
	clear: left;
	/*width: 1040px !important;*/
}

#advocacy {
	padding-top: 0px;
	margin-bottom: 30px;
	border-top: 0;
	/*border-bottom: 1px dashed #ccc;*/
	
}

#advocacy ul{
	/*margin-left: 40px;*/
	/*margin-left: 70px;*/
	display: inline-block;
	margin-top: 20px;
}

#advocacy li {
	float: left;
}

#advocacy, #copyright {
	padding-bottom: 30px;
}

#footer h3 {
	font-family: Colaborate, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	/*margin-left: -40px;*/
}

#footer .column {
	width: 325px;
	float: left;
	margin-right: 1px;
	padding-bottom: 30px;
	margin-left: 100px;
}

#footer .categories, #footer .pages, #footer .rss {
	font-size: 12px;
	line-height: 24px;
}

#footer .pages {
	margin-bottom: 20px;
}

#footer .categories a, #footer .pages a, #footer .rss a {
	color: #000;
	text-decoration: none;
}

#footer .categories a:hover, #footer .pages a:hover, #footer .rss a:hover {
	text-decoration: underline;
}

#footer .widget_rss a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

#footer .widget_rss a:hover {
	text-decoration: underline;
}

#footer .widget_rss li {
	padding-bottom: 5px;
}

#copyright p.title {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

#copyright p.content {
	font-size: 11px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

#copyright .cc {
	float: left;
	margin-right: 2px;
}

#copyright .privacy {
	padding-top: 5px;
}

#copyright p.address {
	font-size: 11px;
	padding-top: 20px;
}


.clear-left {
	clear: left;
}

.clear {
	clear: both;
}

/* fine assodigitale3 */


/* MODIFICATO DA D.S. */

.ot-menu.very-top-menu
{
	width: 1050px !important;	/*Per non fare andare a capo menu in alto */
}

.social-icon{

font-size: 20px !important;
text-decoration: none !important;	/*Social icon non devono essere sottolineate*/

}

#pinterestbtn {
margin-top: -40px !important;
}

.article-header{
	padding-top: 5px !important;
}

#share {
	height: 20px;  
}

.breaking-arrow-right{

	display: none !important;
}

.breaking-arrow-left{

	display: none !important;
}

/* PER SOCIAL BUTTON NEL POST */
#___plusone_0{
vertical-align: middle !important;
}

/* Centratura widget twitter in post */
#twitter-widget-0 {
	margin-left: -12px;
}

/* PER SOCIAL BUTTON SOTTO HEADER ASSODIGITALE */
#___plusone_1 {
vertical-align: middle !important;
}

.IN-widget span{
vertical-align: middle !important;

}

.ob_what
{
display:none !important;
}

/* FINE MODIFICATO DA D.S. */




.gal-current-image .loading {
	display:inline-block;
	background:#fff url(./images/loading.gif) no-repeat center center;
	line-height:0px;
	min-height:400px;
	width:968px;
}

.waiter > img {
  position:relative;
}

.gal-current-image .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.port-last-image .loading {
	display:inline-block;
	background:#fff url(./images/loading.gif) no-repeat center center;
	line-height:0px;
	min-height:400px;

}

.port-last-image  .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* isotope transition styles */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
  
#infscr-loading {
	background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 0;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	left: 50%;
	margin-left: -45px;
	padding-top: 20px;
	position: fixed;
	text-align: center;
	z-index: 1000;
	width: 90px;
	background-repeat:no-repeat;
	background-position: center center;
}
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor {}

img { height: auto !important; }
