/*
        Theme Name: Lazio
        Description: This is a genesis child theme created for Lazio.
        Author: Wisdmlabs
        Author URI: http://www.wisdmlabs.com/
        
        Template: genesis
        Template Version: 1.7.1

*/

/* # Table of Contents
- Imports
- HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
- Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Gallery
        - Forms
        - Tables
- Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
- Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
- Widgets
        - Featured Content
- Plugins
        - Genesis eNews Extended
        - Jetpack
- Site Header
        - Title Area
        - Widget Area
- Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
- Content Area
        - Entries
        - Entry Meta
        - Pagination
        - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
        - Retina Display
        - Max-width: 1200px
        - Max-width: 960px
        - Max-width: 800px
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

/* @import url(//fonts.googleapis.com/css?family=Lato:300,400,700); */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}.ubermenu-nav li:nth-child(2) a{padding: 10px 0 9px!important;max-width: 100px;text-align: center;}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    /*color: #e5554e;*/
    color:#002744;
    text-decoration: none;
}

a:hover {
    color: #333;
}

p {
    margin: 0 0 0px;
    padding: 0;
    font-size:20px;
    color:#333333;
    font-family: 'Open Sans', sans-serif;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: 002845;
	font-weight: 600;
    line-height: 1.2;
    margin:0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding:8px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #e5554e;
    color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #e5554e;
    color: #fff;
}

.entry-content .button:hover {
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1080px;
}

.site-inner {
    clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 918px;
    padding-left:20px;
}
/*.content-sidebar-wrap .content{
    width:918px;
}*/
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
    padding:0;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width:162px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
}

.entry-title {
    font-size: 32px;
}
.wdm-entry-title{
    color:#fff;
    background:#00a651;
    padding:20px;
    margin-bottom:25px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #e5554e;
}

.widget-title {
    font-size:19px;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #e5554e;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    min-height: 160px;
}

.site-header .wrap {
    padding: 60px 0 25px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    width: 360px;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.header-image .site-title > a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    min-height: 118px;
    width: 100%;
}
.wdm-footer-banner {
    background: url(images/logo.png) no-repeat left;
    min-height:118px;
    width:100%;
}
.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 30px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #e5554e;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #f7f7f7;
    border-bottom:1px solid #d4d4d4;
}

.nav-primary .genesis-nav-menu a {
    color:#002744;
    font-weight:600;
    font-size:11px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    padding: 50px 60px;
}

.content .entry {
    background-color: #fff;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 30px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #eeeeee;
    color: #bdbdbd;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 4px 12px;
    border:1px solid #bdbdbd;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #ffffff;
    color:#bdbdbd;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.entry-comments {
    padding: 40px;
}

.comment-header {
    font-size: 16px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 15px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color:white;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets .menu a:hover{
	text-decoration:underline;
}

.footer-widgets .widget {
    margin-bottom: 20px;
}

.footer-widgets p {
    margin-left:0 !important;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-2{
    width:30%;
    float:left;
}
.footer-widgets-3{
    width:24%;
}

.footer-widgets-4,
.footer-widgets-5 {
    width: 23%; 
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
    float: left;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        max-width: 960px;

    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        width:798px;

    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    /* .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3, */
    .sidebar-primary,
    .title-area {
        width:162px;
    }
	
}

@media only screen and (max-width: 960px) {

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .wrap {
        padding: 20px 0;
    }

    .header-image .title-area {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

}

@media only screen and (max-width: 800px) {

    body {
        background-color: #fff;
        font-size: 16px;
    }

    .site-inner,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

}
/*--------------------------------------------------------Custom styling-------------------------------------------*/
.nav-primary .wrap{
    max-width:100%;
}
/*-----------------General------------------*/
.wdm-white{
    color:white;
}
.wdm-green{
    color:#00a651;
}
.wdm-blue{
    color:#002744;
}
.wdm-green-bg{
    background-color:#00a651;
}
.wdm-yellow-bg{
    background-color:#ced000;
}
.wdm-blue-bg{
    background-color:#002744;
}
.wdm-white-bg{
    background-color:#fff;
}
.wdm-green-border{
    border-left:5px solid #00a651;
}
.wdm-center{
    text-align:center;
}
.wdm-right{
    text-align:right;
}
.wdm-light-grey-bg{
    background-color:#eeeeee;
}

.fa.fa-angle-right{
    font-size:20px;
    margin-top:2px;
    margin-bottom:0px;
    padding:8px 15px;
}
.fa.fa-arrow-right{
    font-size:20px;
    padding:10px 12px;
}
.wdm-iconarrow-right{
	font-size:30px;
	padding:6px;
}
.nav-primary .genesis-nav-menu a:after,.facebook a:before,.wdm-point-right-arrow,.wdm-bandi-search input[type="submit"],.wdm-plus:after{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    padding:5px;
    margin-top:5px;
} 
.wdm-plus:after{
    content: "\f132";
}
.nav-primary .genesis-nav-menu .menu-item-has-children > a:after{
    content: "\f347";
    font-size:11px;
    padding:0 5px;
    margin:0;
}
.fa-arrow-right.wdm-blue-bg:hover,.wdm-iconarrow-right.wdm-blue-bg:hover{
    color:#002744;
    background: white;
}
.fa-arrow-right.wdm-blue-bg,.wdm-iconarrow-right.wdm-blue-bg{
    border:1px solid #002744;
}
.fa-arrow-right.wdm-green-bg,.wdm-iconarrow-right.wdm-green-bg{
    border:1px solid #00a651;
}
.fa-arrow-right.wdm-green-bg:hover,.fa-angle-right.wdm-green-bg:hover,.wdm-iconarrow-right.wdm-green-bg:hover{
    color:#00a651;
    background: white;
}
.facebook a:before{
    content: "\f305";
    font-size:13px;
    padding:0 5px;
    margin:0;
}
.content-sidebar-wrap:after{
    content:"";
    display:block;
    clear:both;
}
.wdm-img-container{
    line-height:0;
}
.wdm-img-container-news{
    line-height:0;
	min-height:208px;
    border-right:1px solid #d4d4d4;
    border-left:1px solid #d4d4d4;
    border-top:1px solid #d4d4d4;
}
.wdm-success-content{
    position:absolute;
    bottom:0;
    padding:20px;
}
.wdm-large-success-story .wdm-success-content .three-fourths,.wdm-large-success-story .wdm-success-content .one-fourth{
    float:none;
    display:table-cell;
}
.wdm-large-success-story .wdm-success-content .one-fourth {
    vertical-align:bottom;
}
.wdm-large-success-story .wdm-success-content h1{
    line-height:1.2;
    margin-bottom:20px;
}
.wdm-small-success-story .wdm-success-content h1{
    font-size:21px;
    line-height:1.2;
    margin-bottom:10px;
}
.wdm-large-success-story .wdm-success-content p {
    font-size:14px;
    line-height:1.2;
}
.wdm-small-success-story .wdm-success-content p {
    font-size:14px;
    line-height:1.2;
    margin-bottom:10px;
}
.wdm-large-success-story, .wdm-small-success-story {
    position:relative;
}
.wdm-large-success-story img,.wdm-small-success-story img {
	width:100%;
}
.wdm-story-thumb img{
    width:116px;
}
.wdm-small-success-story.one-half{
    width:49.8%;
    margin-left:0.4%;
}
.wdm-small-sucess-stories{
    margin-top:0.3%;
}
.wdm-small-success-story.one-half.first{
    margin-left:0;
}
.wdm-success-stories-featured {
    margin-bottom:20px;
}
.post-image {
	max-width:900px;
}
/* ------------ Icon Fonts ----------------------*/
@font-face {
    font-family: 'lazioiconfonts';
    src:url('fonts/lazioiconfonts.eot?tbil38');
    src:url('fonts/lazioiconfonts.eot?#iefixtbil38') format('embedded-opentype'),
        url('fonts/lazioiconfonts.woff?tbil38') format('woff'),
        url('fonts/lazioiconfonts.ttf?tbil38') format('truetype'),
        url('fonts/lazioiconfonts.svg?tbil38#lazioiconfonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="wdm-icon"], [class*=" wdm-icon"] {
    font-family: 'lazioiconfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wdm-icondocument:before {
    content: "\e600";
}
.wdm-iconexternal-link:before {
    content: "\e601";
}
.wdm-iconfacebook:before {
    content: "\e602";
}
.wdm-iconlink:before {
    content: "\e603";
}
.wdm-iconpencil:before {
    content: "\e604";
}
.wdm-iconrss:before {
    content: "\e605";
}
.wdm-iconsearch:before {
    content: "\e606";
}
.wdm-iconsmall-downarrow:before {
    content: "\e607";
}
.wdm-icontwitter:before {
    content: "\e608";
}
.wdm-iconkeyboard-arrow-down:before {
    content: "\e609";
}
.wdm-iconkeyboard-arrow-left:before {
    content: "\e60a";
}
.wdm-iconkeyboard-arrow-right:before {
    content: "\e60b";
}
.wdm-iconkeyboard-arrow-up:before {
    content: "\e60c";
}
.wdm-iconarrow-up:before {
    content: "\e60d";
}
.wdm-iconarrow-right:before {
    content: "\e60e";
}
.wdm-iconarrow-left:before {
    content: "\e60f";
}
.wdm-iconarrow-down:before {
    content: "\e610";
}
.wdm-icondownload3:before {
    content: "\e9c7";
}
/*--------------Icon fonts custom styling -----------*/
.wdm-icondocument:before {
    color:#00a651;
    font-size:18px;
}
.wdm-icondownload3{
    font-size:14px;
    margin:0 10px;
}
.wdm-iconexternal-link{
    margin:0 5px;
}
/*----------------------------------Responsive menu ---------------------*/

#primary-nav-link-container {
    text-align: center;
    display: none;
    background: #00a651;
    padding:10px 0;
}
.fa.fa-bars{
    margin-right:5px;
}
a#primary-nav-link{
    color:white;
    font-weight:600;
    font-size:20px;
}
a#primary-nav-link:focus {
    outline: none;
}
/*------------Home top widgets--------------------*/
.wdm-home-top-image{
    line-height:0;
}

.wdm-home-bottom-container{
    background-color:#002744;
    padding:24px 10px 36px 10px;
}
.wdm-home-bottom-container .widget-title,.wdm-home-bottom-container a{
    color:#00a651;
    font-size:20px;
    margin-bottom:0;
}
.wdm-home-bottom-container p{
    margin-bottom:0;
    font-size:13px;
}
/*-----------Home bottom widgets-------------------*/
.wdm-home-bottom .wdm-home-bottom-inner{
    position:relative;
    line-height:0;
}
.wdm-home-bottom .wdm-home-bottom-inner .wdm-home-bottom-title{
    position:absolute;
    bottom:0px;
    padding:10px 10px 10px 26px;
}
.wdm-home-bottom .wdm-home-bottom-inner .wdm-home-bottom-title .widget-title{
    margin-bottom:0;
    font-size:24px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}
.wdm-home-bottom .wdm-home-bottom-inner .wdm-home-bottom-title .widget-title a{
    color:white;
}
.home-bottom.widget-area{
    margin-top:16px;
}
/*----------------Home page content--------------------*/
.wdm-news-container{
    /* padding:5px 15px 15px; */ 
    /* border:1px solid #d4d4d4; */
    margin-bottom:18px;
	min-height:416px;
/*     min-height:204px;
    max-height:204px;
 *//* 	min-height:426px;
	max-height:426px; */
}
.wdm-video-container{
    margin-bottom:18px;
}
.wdm-news-container p,.wdm-video-container p{
    font-size:16px;
    margin-bottom:5px;
    line-height:1.25;
}
.wdm-news-container .wdm-post-img img {
	width:100%;
	max-height:208px;
}
.wdm-video-container .wdm-video-content,.wdm-news-container .wdm-post-content{
    padding:13px 18px;
    border-right:1px solid #d4d4d4;
    border-left:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    max-height: 218px;
    min-height: 218px;
}
.wdm-video-container .wdm-post-title{
    height:58px;
}
.wdm-tag{
    display:inline-block;
    color:white;
    font-size:12px;
    padding:0px 14px;
    margin-bottom:15px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    text-transform: uppercase;
}
.wdm-post-title{
    font-size:20px;
    margin-bottom:10px;	
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    line-height:1;
}
.wdm-post-title a{
    color:#002744;
}
.wdm-news-container:hover,.wdm-video-content:hover{
	background-color:#f5f5f5;
}
/* .wdm-post-content:hover,.wdm-video-content:hover{
	background-color:#f5f5f5;
} */
.wdm-home-banner{
    margin-top:12px;
}
.home-widget-area .one-fourth{
    width:24%;
    margin-left:1.33%;
}
.home-widget-area .first{
    margin-left:0;
}
.home-widget-area{
    margin-bottom:28px;
}
.wdm-special-heading h1{ 
    font-size:15px;
}
.wdm-special-heading{
    border-top:2px solid #002744;
    border-bottom:1px solid #002744;
    padding:10px 18px 10px 5px;
    margin-bottom:10px;
}
.wdm-special-heading h1{
    margin-bottom:0;
    color:#002744;
}
.wdm-special-heading span{
    font-size:12px;
}
.wdm-special-heading span:hover{
	text-decoration:underline;
}
.wdm-home .wdm-special-heading{	
    margin-bottom:14px;
}
.wdm-post-video{
    line-height:0;
}
.wdm-video-container p{
    margin-bottom:21px;
}
/* .wdm-video-container{
    min-height:426px;
    max-height:426px;
} */
.ssba, .ssba a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
}
/*-----CTA-------*/
.wdm-home-cta{
    /*	padding:5px 24px 5px;*/
    padding:13px 24px;
    margin-bottom:16px;
}

/*----------------Impresse and subpages -----------------------------*/
.wdm-featured-image{
    line-height:0;
}
.wdm-nospace-onefourth{
    width:25%;
    margin:0;
}
.wdm-nospace-onethird{
    width:33.334%;
    margin:0;
}
.wdm-nospace-onehalf{
    width:50%;
    margin:0;
}
.wdm-inter-boxes{
    height:158px;
    padding:20px 15px 13px 15px;
    position:relative;
    -moz-box-sizing:    border-box;   /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
    box-sizing:        border-box; 
}
.wdm-entilocali-container .wdm-inter-boxes p{
    font-size:14px;
    line-height:1.2;
}
.wdm-spazioattivo-container .wdm-inter-boxes p{
    font-size:14px;
}
.wdm-inter-boxes .fa,.wdm-inter-boxes  .wdm-iconarrow-right{
    position:absolute;
    bottom:13px;
}
.wdm-inter-boxes.wdm-border{
    border-right:1px solid rgba(0,39,68,0.2);
}
.wdm-imprese-widget-inner-desc p{
    font-size: 14px;
    text-align:left;
    line-height:1.25;
}
.wdm-imprese-widget-inner-desc{
    padding:15px;
}
.wdm-imprese-widget-large-image{
    padding:20px;
    position:relative;
}
.wdm-imprese-widget-inner{
    width:170px;
    margin-right:25px;
}
.wdm-small-widget .wdm-imprese-widget-inner{
    margin-right:0px;
}
.wdm-imprese-widget-inner-img{
    line-height:0;
}
.wdm-imprese-widget-inner-desc{
    height:110px;
}
.wdm-imprese-widget-inner-desc p{
    margin-bottom:0;
}
.wdm-widget-bg-title{
    position:absolute;
    bottom:20px;
    color:white;
}
.wdm-widget-bg-title h4,.wdm-widget-bg-title h6{
    font-weight:400;
}
.wdm-widget-bg-title p{
    font-size:14px;
    line-height:1.2;
}
.wdm-large-widget > h4,.wdm-small-widget > h4{
    margin:22px 0;
}
.widget_wdm_small_widget.first .one-half{
    margin-left:0;
}
.imprese-external .widget-first .one-fourth{
    margin-left:0;
}
.wdm-external-link, .wdm-external-img{
    text-align:center;
}
.wdm-external-link{	
    border-top:4px solid #00a651;
}
.wdm-external-link a{
    font-size:14px;
    color:#00a651;
    display:block;
    padding:5px;
}
.wdm-external-link a:hover,.wdm-external-link a:active,.wdm-external-link a:focus{
    background-color:#008a43;
    color:white;
}
.imprese-widgetarea{
    margin-top:40px;
}
.wdm-external-link-container{
    margin-top:40px;
}
.imprese-external{
    margin-top:30px;
}
.wdm-small-widget div {
    background-size:cover;
}
/*-------------WDM Page template----------*/
.wdm-organisation a.wdm-link{
    font-weight:600;
    text-decoration: underline;
}
.page-template-wdm-page-php p{
    font-size:14px;
    margin-bottom: 25px;
    font-weight:400;
}
.page-template-wdm-page-php .wdm-page-content,.page-template-wdm-page-php .wdm-page-content span{
	font-weight:400;
}
.wdm-page-content p{
	color: #002744;
}
.page-template-wdm-page-php h6{
    margin-bottom:10px;
}
.wdm-generali .wdm-one-third-wrapper,.wdm-organisation .wdm-member-wrapper{
    margin-bottom: 36px;
}
.wdm-one-third-wrapper li,.wdm-member-wrapper li{
    width:33.33%;
    margin:0;
    font-size:12px;
    height:65px;
    display:table;
    border-right:1px solid #d5d5d5;
    border-bottom:1px solid #d5d5d5;
    padding-left:25px;
    padding-right:25px;
}
.wdm-one-third-wrapper li.last,.wdm-member-wrapper li.last{
    border-right:none;
}
.wdm-one-third-wrapper li:nth-child(n+4),.wdm-member-wrapper li:nth-child(n+4){
    border-bottom-color:#e8e8e8;
}
.wdm-one-third-wrapper li .wdm-icondownload3,.wdm-member-wrapper li .wdm-plus{
    float:right;
}
.wdm-one-third-wrapper li a{
    display:block;
    color: #878787;
    font-weight: 600;
    background: url('images/doc-icon.png') no-repeat;
    padding-left: 30px;
    display:table-cell;
    vertical-align:middle;
    background-position:center left;
}
.wdm-one-third-wrapper li.pdf a {
	background-image: url('images/PDF.png');
}
.wdm-one-third-wrapper li.excel a {
	background-image: url('images/excel.png');
}
.wdm-one-third-wrapper li.word a {
	background-image: url('images/word.png');
}
.wdm-one-third-wrapper li.xml a {
	background-image: url('images/xml.png');
}
.wdm-one-third-wrapper li a:hover,.wdm-member-wrapper li a:hover{
	text-decoration:underline;
}
.wdm-member-wrapper li a{
    display:block;
    color: #878787;
    font-weight: 600;
    display:table-cell;
    vertical-align:middle;
}
.wdm-page-content ol li {
   list-style-type: inherit !important;
}
.wdm-one-third-wrapper,.wdm-member-wrapper{
    background: #f9f9f9;
}
.wdm-bullet{
    background: url('images/list-square.png') no-repeat;
    background-position:center left;
    padding-left: 20px;
}
.wdm-organisation .wdm-links-container{
    margin-bottom: 40px;
    padding:20px 40px;
}
.wdm-member-wrapper .wdm-plus:after{
    padding:0;
    margin:0;
    font-size:12px;
}
/*--------------Success Stories ----------------*/
.wdm-single-story{
    display:table;
    width:100%;
}
.wdm-single-story .five-sixths,.wdm-single-story .one-sixth{
    display:table-cell;
    vertical-align:middle;
    float:none;
    height:82px;
}
.wdm-single-story .wdm-story-thumb,.wdm-single-story .wdm-story-content {
    display:table-cell;
    vertical-align:middle;
}
.wdm-single-story .five-sixths{
    width:85%;
}
.wdm-single-story .one-sixth{
    width:15%;
    text-align:center;
}
.wdm-story-content{
    padding-left:20px;
    padding-right:20px;
}
.wdm-light-desc {
    font-weight:normal;
}
.wdm-general-success-stories{
    margin-top:15px;
}
.wdm-general-success-stories li{
    border-bottom:1px solid #fff;
}
/*-------------- Bandi --------------*/
.wdm-bandi-title{
    background: url('images/pencil.png') #00a651 no-repeat ;
    background-position: 98%; 
}
.wdm-spazio-title{
    background: url('images/spazio-title.png') no-repeat;
    background-position: right;
    padding:12px;
}
.wdm-bandi-page-content,.wdm-bandi-heading{
    padding-left:20px;
}
.wdm-bandi-apperti-container,.wdm-bandi-chiusi-container{
    margin-top:70px;
}
.wdm-bandi-heading{	
    margin-bottom:36px;
}
.wdm-bandi-page-content li{
    list-style-image: url('images/list-square.png');
    font-size:14px;
    line-height:1.2;
}
.wdm-bandi-page-content .wdm-documents li {
	list-style-type:none;
	list-style-image:none;
}
.wdm-bandi-page-content p{
    font-size:14px;
    color:#002744;
    line-height:1.2;
    margin-bottom:20px;
}
.wdm-bandi-page-content ul{
/*     margin-left:30px; */
	margin-left:0px;
}
.su-spoiler.my-custom-spoiler a:hover { text-decoration:underline;}
.su-spoiler.my-custom-spoiler .su-spoiler-title { background-color: #00a651;color:#fff;}
.su-spoiler.my-custom-spoiler .su-spoiler-title .su-spoiler-icon,
.su-spoiler.su-spoiler-closed.my-custom-spoiler .su-spoiler-title .su-spoiler-icon {
    left: 3px;
}
.su-spoiler.my-custom-spoiler .su-spoiler-content { background-color: #f7f7f7 }
.wdm-accordion-header{
    background-color:#dcdcdc;
    height:77px;
    display:table;
    width:100%;
}
.wdm-accordion-header .four-sixths,.wdm-accordion-header .two-sixths,.wdm-accordion-header  .five-sixths{
    float:none;
    display:table-cell;
    vertical-align:middle;
}
.wdm-accordion-title h6{
    font-size:14px;
}
.wdm-accordion-title{
    padding-left:20px;
    padding-right:45px;
/*    border-right:1px solid white;*/
}
.wdm-accordion-date{
    font-size:12px;
    color:#878787;
    font-weight:600;
    padding-left:20px;
    line-height:77px;
}
.wdm-accordion-section {
    border-bottom:1px solid white;
}
.wdm-accordion-section .four-sixths,.wdm-above-accordion .four-sixths {
    width:60%;
    margin:0;
}
.wdm-accordion-section .two-sixths,.wdm-above-accordion .two-sixths{
    width:40%;
    margin:0;
}
.wdm-accordion-header .two-thirds{
    width:78%;
}
.wdm-accordion-header .one-third{
    width:22%;
    margin-left:0;
    float:right;
}
.wdm-accordion-content p{
    font-size:14px;
    font-weight:600;
    color:#878787;
    line-height:1.2;
    margin-bottom:30px;
}
.wdm-accordion-content p.wdm-objective{
    font-size:12px;
    margin-bottom:0;
    margin-top:30px;
}
.wdm-accordion-content{
    padding:28px 20px;
}
.wdm-accordion-content h6 {
    font-size:14px;
}
.wdm-accordion-content .wdm-documents {
    margin-top:30px;
}
.wdm-accordion-content .wdm-documents li {
    /* width:50%; */
	width:50%;
    float:left;
    font-size:12px;
    font-weight:600;
    margin-bottom:22px;
	line-height:18px;
	/* margin-left:4%; */
}

.wdm-documents a {
    color:#878787;
    font-weight:600;
    background:url('images/doc-icon.png') no-repeat;
    display:block;
    padding-left:19px;
    background-size:14px 18px;
}
.wdm-documents li.wdm-xml a {
	background:url('images/xml.png') no-repeat;
}
.wdm-documents li.wdm-pdf a {
	background:url('images/PDF.png') no-repeat;
}
.wdm-documents li.wdm-word a {
	background:url('images/word.png') no-repeat;
}
.wdm-documents li.wdm-xls a {
	background:url('images/excel.png') no-repeat;
}
.wdm-documents {	
    height:130px;
    overflow:auto;
}
.wdm-accordion-icon {
    width:100%;
    height:77px;
    float:right;
    text-align:center;
    border-left:1px solid white;
    -moz-transition: transform 0.1s,background-color 1s ease;
    -webkit-transition: transform 0.1s,background-color 1s ease;
    -o-transition: transform 0.1s,background-color 1s ease;
    transition: transform 0.1s,background-color 1s ease;
	cursor:pointer;
}

.wdm-accordion-icon .wdm-iconarrow-down {
    font-size:30px;
    line-height:77px;
}
.wdm-accordion-icon .wdm-iconlink {
    line-height:77px;
    color:#878787;
}
.wdm-accordion-header.ui-state-active .wdm-accordion-icon {
    background:#00a651;
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    -moz-transform: rotate(180deg); 
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); 
    border-right:1px solid white;
    border-left-width:0px;
}
.wdm-bandi-search {
    position:relative;
    width:260px;
}
.wdm-bandi-search input[type="submit"]{
    position:absolute;
    left:0;
    bottom:0;
    background:transparent;
    color:#002744;
    font-size:24px;
    margin:0;
}
.wdm-bandi-search input[type="text"]{
    background-color:#ebebeb;
    color:#656565;
    font-size:13px;
    padding:6px 35px;
    border-color:#ebebeb;
    border-bottom-color:#002744;
}
.wdm-above-accordion{
    font-size:14px;
    font-weight:600;
}
.wdm-above-accordion .four-sixths,.wdm-above-accordion .two-sixths, .wdm-above-accordion .five-sixths{
    padding:10px 0 10px 20px;
}
.wdm-bandi-page-content .wdm-accordion-content h6 a:hover{
	color:#00a651;
	text-decoration:underline;
}
/*------------Spazio subpages ------------*/
.wdm-page-content p.wdm-blue,.wdm-page-content ul.wdm-blue{
    font-size:14px;
    font-weight:600;
}
ul.wdm-list{
    margin-left:30px;
}
ul.wdm-list li{
    list-style-image: url('images/list-square.png');
}

.wdm-page-content .wdm-para{
    font-size:16px;
    margin-bottom: 30px;
}
.wdm-page-content p.wdm-blue,.wdm-page-content .wdm-list{
    margin-bottom: 30px;
}
.wdm-links-container{
    background: #f9f9f9;
    padding:14px 40px;
    border-bottom:1px solid #e8e8e8;
}
.wdm-links-container li{
    font-size:12px;
    margin-bottom: 15px;
    list-style-type: none !important;
}
.wdm-links-container li:last-child{
    margin-bottom: 0;
}
.wdm-links-container h6{
    margin-bottom: 20px;
}
.wdm-links-container a {
    color:#878787;
    font-weight:600;
    background: url('images/doc-icon.png') no-repeat;
    background-size: contain; 
    padding-left: 30px;
}
.wdm-links-container .pdf a {
	background-image: url('images/PDF.png');
}
.wdm-links-container .excel a {
	background-image: url('images/excel.png');
}
.wdm-links-container .word a {
	background-image: url('images/word.png');
}
.wdm-links-container .xml a {
	background-image: url('images/xml.png');
}
.wdm-links-container a:hover{
	text-decoration:underline;
}
.wdm-links-container .wdm-icondownload3{
    margin: 5px 20px;
}
/*-------------Blog Archive----------*/
.wdm-post-container{
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom:1px solid #e5e5e5;
}
.wdm-category-posts-container{
    padding: 0 20px;
}
.wdm-cat-date{
    font-weight: 400;
    font-size:14px;
    color:#a9a9a9;
    margin-bottom: 10px;
}

.wdm-post-container .wdm-post-content p{
    font-size:16px;
    line-height: 1.25;
    text-align:justify;
}
.wdm-post-cat-title,.wdm-post-cat-title a{
    color:#002744;
    font-size:20px;
}
a.wdm-read-more{
    font-size: 16px;
    color: #00a651;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
}
a.wdm-read-more:hover{
	text-decoration:none;
}
/* --------- Single post page ------*/
.single-post .entry-meta{
    margin-bottom: 0;
}
.single-post .entry-title{
    margin-bottom: 15px;
}
.single-post .entry-categories a{
    color:#00a651;
    font-size:16px;
    font-weight: 400;
}
.single-post .entry-content{
    margin-bottom: 24px;
}
.single-post .entry-footer .entry-meta{
    border-top:1px solid #e5e5e5;
}
.single-post p{
    font-size:16px;
    margin-bottom:20px;
}
/*----------------Footer------------*/
.site-footer .wrap{
    padding:40px 0;
}
.footer-widgets .wrap,.site-footer .wrap{
    /* padding:30px 25px; */
    background:#002744;
}
.footer-widgets p{
    font-size:13px;
    font-weight:400;
}
.wdm-pre{	
    white-space:pre;
}
.widget_nav_menu a{
    font-size:13px;
    font-weight:400;
}
.footer-widgets-1.widget-area{
    padding: 27px 0 27px;
    border-bottom: 1px solid #00a651;
    margin-bottom: 30px;
}
.footer-widgets-2.widget-area,.footer-widgets-3.widget-area{
    padding-left:30px;
}
.footer-widgets-4.widget-area,.footer-widgets-5.widget-area{
    padding-left:50px;
}
.footer-widgets li{
    line-height:1.2;
}
.footer-widgets .footer-widgets-3 p{	
    margin-bottom:0;
}
.footer-widgets .footer-widgets-1 .widget{
    margin-bottom:0;
}
/* --------------------- Sidebar --------------------------------*/
#wdm_breadcrumb_widget-2 > a > h4{
    display:inline;
}
.wdm-breadcrumb{
    font-size:12px;
    color:#002744;
    border-bottom:2px solid #002744;
    font-weight: 400;
    padding-bottom:20px;
}
.wdm-pages{
    padding-top:20px;
}
.wdm-pages a{
    font-size:14px;
}
.wdm-subpages{
    margin-left:8px;
	/* margin-left:18px; */
    font-size:14px;
}
.wdm-current-parent,.wdm-current-parent:hover,.wdm-current-parent:active,.wdm-current-parent:focus{
    color:#00a651;
    font-weight:400;
    margin-bottom: 8px;
    display: block;
}
.wdm-current-page{
	font-weight:600;
    display: block;
}
.wdm-subpages .wdm-iconarrow-right{
    margin: 0;
    font-size: 20px;
    padding: 0px;
} 
.wdm-subpages a:not(.wdm-current-page) .wdm-iconarrow-right{
	display:none;
}
.wdm-subpages a:not(.wdm-current-page):hover .wdm-iconarrow-right{
	display:block;
}
.wdm-pages > li{
    font-weight:400;
}
.wdm-pages > li a:not(.wdm-current-parent){
    margin-bottom: 12px;
    display: block;
}
/* .wdm-subpages > li a:last-child {
	margin-bottom:0;
} */
/* .wdm-subpages{
    margin-bottom: 12px;
} */
.sidebar-content .sidebar-primary{
    margin-right:20px;
    height:100%;
    display: table-cell;
    vertical-align: top;
    float:none;
    position: relative;
}
.content-sidebar-wrap .content{
    display:table-cell;
    vertical-align: top;
    float:none;
}
.content-sidebar-wrap{
    position: relative;
}
.wdm-pages{
    padding-right:10px;
    max-width: 162px;
    right:0;
    width:100%;
}
body.sidebar-content .content-sidebar-wrap{
    position: relative;
}
body.sidebar-content .content-sidebar-wrap:after{
    content: "";
    display: block;
    border-right:1px solid rgba(0,39,68,0.2);
    position: absolute;
    height: 97%;
    left:162px;
    top:40px;
}
.wdm-subpages a:not(.wdm-current-page){
    color:#939393;
    font-weight:400;
    font-size:13px;
}
.wdm-subpages a:not(.wdm-current-page):hover{
	color:#002845;
	font-weight:600;
}
.wdm-pages > li a.wdm-open{
    /* margin-bottom: 5px; */
	margin-bottom: 12px;
}
/*---------------Responsive sidebar ---------------------------*/
.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}
/* -------------------------- Home page Bandi Search form -------------------- */
#bandisearch select{
    text-transform:capitalize;
    margin-bottom:23px;
}
#bandisearch select,#bandisearch input[type="text"]{
    background-color:#ebebeb;
    color:#828282;
    font-weight:400;
}
#bandisearch input[type="submit"] {
    background-color:#00a651;
    width:100%;
    border-bottom:5px solid #008a43;
    margin-top:23px;
    font-weight:400;
    padding:12px 16px;
}
#mc-embedded-subscribe-form input[type="submit"] {
    background-color:#00a651;
    width:100%;
    border-bottom:5px solid #008a43;
    font-weight:400;
    padding:12px 16px;
	margin-bottom:18px;
}
#bandisearch input[type="submit"]:hover,#bandisearch input[type="submit"]:active,#bandisearch input[type="submit"]:focus{
	border-bottom:2px solid #008a43;
}
#bandisearch{
    border:1px solid #d4d4d4;
    padding:20px;
    box-sizing:border-box;
    min-height:579px;
    max-height:579px;
}
#bandisearch, #mc-embedded-subscribe-form{
    border:1px solid #d4d4d4;
    padding:20px;
    box-sizing:border-box;
    max-height:579px;
}
#bandisearch fieldset{
    border:none;
    margin:0;
    padding:0;
}
#bandisearch legend{
    width:100%;
    color:#002744;
    font-weight:600;
    font-size:16px;
    border-bottom:1px solid #002744;
    margin-bottom:16px;
}
#mc-embedded-subscribe-form legend{
    font-family: 'Open Sans', sans-serif;
    width:90%;
    color:#002744;
    font-weight:600;
    font-size:16px;
    border-bottom:1px solid #002744;
    margin-bottom:16px;
}
#bandisearch p{
    font-size:14px;
    line-height:1.25;
    font-weight:400;
    margin-bottom:20px;
}
#bandisearch label{
    font-size:13px;
    color:#002744;
    font-weight:600;
    font-style:italic;
    display:block;
    margin-bottom:7px;
}
/*-------------------- Footer Newsletter ----------------------*/
.form-iscrizione h2{
    color:white;
    font-size:19px;
    font-weight:normal;
    margin-bottom:10px;
}
.form-iscrizione input[type="text"]{
	padding: 9px 8px 8px;
}
.form-iscrizione input[type="text"],.search-form input[type="search"]{
    width:180px;
    font-size:14px;
}
.form-iscrizione input[type="submit"],form.search-form input[type="submit"]{
    background:#00a651;
    color:white;
    font-weight:400;
    /* padding:8px 24px; */
	padding:8px 24px 9px;
    margin-left:-5px;
}
.form-iscrizione input[type="submit"]:hover,form.search-form input[type="submit"]:hover{
	background:#009146;
}
fieldset.form-iscrizione{
    border:none;
}
::-webkit-input-placeholder{
    font-style:italic;
    color:#979797;
}
:-moz-placeholder{
    font-style:italic;
    color:#979797;
}
::-moz-placeholder{
    font-style:italic;
    color:#979797;
}
:-ms-input-placeholder{
    font-style:italic;
    color:#979797;
}
/* Error 404 */
.error404 .entry-content p{
	font-size:16px;
	margin-bottom:15px;
}
/* ------------- WP Page Navi -------------------------*/
body .wp-pagenavi a:hover, body .wp-pagenavi span.current{
    background-color:white;
    border-color:#bdbdbd;
    color:#bdbdbd;
}
body .wp-pagenavi a,body .wp-pagenavi span.extend{
    color:#bdbdbd;
    background-color:#eeeeee;
    border-color:#bdbdbd;
	padding:0px 7px;
}
body .wp-pagenavi span.current{
    font-weight:normal;
	padding:0px 7px;
}
/*--------------- Bandi Pagination-----------------------*/
.page-template-bandi-php .wp-pagenavi{
    background-color:#002744;
    text-align: center;
    padding: 6px 0;
}
.page-template-bandi-php .wp-pagenavi a,body.page-template-bandi-php .wp-pagenavi span.current{
    font-size:14px;
    font-weight:400;
}
body.page-template-bandi-php .wp-pagenavi a, body.page-template-bandi-php .wp-pagenavi span.extend{
    color:white;
    background-color:transparent;
    border-width:0px;
}
body.page-template-bandi-php .wp-pagenavi a:hover, body.page-template-bandi-php .wp-pagenavi span.current{
    background-color: #00a651;
    border-width:0px;
    color: white;
}
body.page-template-bandi-php .wp-pagenavi a,body.page-template-bandi-php .wp-pagenavi span{
    padding:2px 8px;
    margin:0;
}
.page-template-bandi-php .wp-pagenavi .previouspostslink,.page-template-bandi-php .wp-pagenavi .nextpostslink{
    visibility:hidden;
}
.page-template-bandi-php .wp-pagenavi .previouspostslink:after{
    font-family: "FontAwesome";
    content:"\f104";
    visibility:visible;
    margin-left:-8px;
    opacity:0.5;
    font-size:18px;
}
.page-template-bandi-php .wp-pagenavi .previouspostslink:before{
    font-family: "FontAwesome";
    content:"\f104";
    visibility: visible;
    font-size:18px;
}
.page-template-bandi-php .wp-pagenavi .nextpostslink:after{
    font-family: "FontAwesome";
    content:"\f105";
    visibility:visible;
    margin-left:-8px;
    font-size:18px;
}
.page-template-bandi-php .wp-pagenavi .nextpostslink:before{
    font-family: "FontAwesome";
    content:"\f105";
    visibility: visible;
    opacity:0.5;
    font-size:18px;
}
.wdm-featured-image img{
    width:100%;
}
/* Single post page */
.wdmVideoContainer {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.wdmVideoContainer iframe, .wdmVideoContainer object, .wdmVideoContainer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.single-post .entry{	
	padding:0;
}
/* Sidr */
.sidr-class-ubermenu-nav{
	padding:0 10px!important;
}
.sidr-class-fa-facebook:before{
	content:"\f09a";
	font-family: "FontAwesome";
	display:block;
	font-style:normal;
}
.sidr-class-fa-twitter:before{
	content:"\f099";
	font-family: "FontAwesome";
	display:block;
	font-style:normal;
}
.sidr-class-fa-rss:before{
	content:"\f09e";
	font-family: "FontAwesome";
	display:block;
	font-style:normal;
}
.sidr-class-wdm-social{
	text-align:center;
}
.sidr-class-ubermenu-content-block{
	line-height:1;
	text-align:center;
	margin-bottom:10px;
}
.sidr-class-ubermenu-target-with-image{
	margin:10px 0;
	line-height:0;
	text-align:center;
}
body .sidr ul li ul li a, body .sidr ul li ul li span,body .sidr ul li a, body .sidr ul li span{
	padding:0;
}
a#primary-nav-link{
	display:block;
}
.ubermenu .ubermenu-item-notext > .sidr-class-ubermenu-icon{
line-height: 1.3em;
}
input {
    -webkit-appearance: none!important;
    -webkit-border-radius:0; 
    border-radius:0;
}
/* Bullet Shortcode Styling */
.wdm-bullet-list li.wdm-bullet-item{
    list-style-image: url('images/list-square.png');
    line-height: 1.2;
}
ul li{
    font-size: 14px;
    /*list-style-type: inherit;*/
}
ol li{
    font-size: 14px;
}
/* Heading Shortcodes */
.wdm-h1{
	font-size:30px;
}
.wdm-h2{
	font-size:24px;
}
.wdm-h3{
	font-size:18px;
}
.wdm-h4{
	font-size:14px;
}
.wdm-h5{
	font-size:13px;
}
.wdm-h5{
	font-size:11px;
}
.wdm-h6{
	font-size:10px;
}
.page-template-wdm-page-php .wdm-page-content h1,.page-template-wdm-page-php .wdm-page-content h2,.page-template-wdm-page-php .wdm-page-content h3,.page-template-wdm-page-php .wdm-page-content h4,.page-template-wdm-page-php .wdm-page-content h5,.page-template-wdm-page-php .wdm-page-content h6{
	margin-bottom:25px;
	font-weight:400;
}
.page-template-wdm-page-php .wdm-page-content h1.wdm-h1{
	font-size:24px;
	color:#002744;
}
.page-template-wdm-page-php .wdm-page-content h2.wdm-h2{
	font-size:20px;
}
.page-template-wdm-page-php .wdm-page-content h3.wdm-h3{
	font-size:16px;
}
.page-template-wdm-page-php .wdm-page-content h4.wdm-h4{
	font-size:14px;
}
.page-template-wdm-page-php .wdm-page-content h5.wdm-h5{
	font-size:14px;
}
.page-template-wdm-page-php .wdm-page-content h6.wdm-h6{
	font-size:14px;
}
.page-template-wdm-page-php .wdm-page-content ol,.page-template-wdm-page-php .wdm-page-content ul{
	margin-left:25px;
    margin-bottom:25px;
}
/* .page-template-wdm-page-php .wdm-page-content ul.wdm-member-wrapper {
	margin-left:0;
} */
.page-template-wdm-page-php .wdm-page-content h1,.page-template-wdm-page-php .wdm-page-content h2,.page-template-wdm-page-php .wdm-page-content h3,.page-template-wdm-page-php .wdm-page-content h4,.page-template-wdm-page-php .wdm-page-content h5,.page-template-wdm-page-php .wdm-page-content h6{
	color:#a9a9a9;
}
.content ul li{
    list-style-type: inherit;
}
.content ul.wdm-general-success-stories li{
    list-style:  none;
}
.page-template-wdm-page-php .wdm-page-content ul.wdm-ul > li{
	list-style-image: url('images/list-square.png');
}
.page-template-wdm-page-php .wdm-page-content ul.wdm-ul > li ul li{
	list-style-image:none;
}
.wdm-home-top-image > a{
	display:block;
	position:relative;
}
span.wdm-overlay {
	background-color: rgba(0,0,0,0.5);
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
}
span.wdm-overlay .wdm-iconarrow-right,span.wdm-white-overlay .wdm-iconarrow-right{
	font-size:50px;
	padding:0;
}
.wdm-home-top-image > a:hover span.wdm-overlay {
	display:block;
	padding-top:30%;
	padding-bottom:30%;
	text-align:center;
}
.wdm-imprese-widget-inner-img > a{
	display:block;
	position:relative;
}
span.wdm-white-overlay {
	background-color: rgba(255,255,255,0.5);
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
}
.wdm-imprese-widget-inner-img > a:hover span.wdm-white-overlay {
	display:block;
	padding-top:30%;
	padding-bottom:30%;
	text-align:center;
}
/* Member Modal */
.page-template-wdm-page-php .wdm-page-content .modal-title {
	margin-bottom:0;
	color:#002845;
}
.page-template-wdm-page-php .wdm-page-content ul.wdm_more_information_wrapper,.page-template-wdm-page-php .wdm-page-content ul.wdm_more_information_single_wrapper,.page-template-wdm-page-php .wdm-page-content ul.wdm_attachment_link_wrapper {
	margin-left:0;
	margin-bottom:0;
}
.wdm-page-content ul.wdm_more_information_single_wrapper, .wdm-page-content ul.wdm_attachment_link_wrapper {
	padding: 20px 0;
}
.wdm-member-wrapper .wdm_more_information_single_wrapper li.one-half {
	padding-left:0;
	padding-right:0;
}
body .modal {	
	top:53px;
}
body .modal-content {
	border-radius:0px;
}
body .modal-body {
	padding:0 20px;
}
body .modal-dialog {
	padding-top:25px;
}
body .modal-header .close {
	margin-top: -45px;
	margin-right:-15px;
	font-size: 30px;
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight:normal;
}
#wdm_resume_link {
	color: #878787;
	font-weight: 600;
	font-size:12px;
	margin:20px 0;
	display:block;
}
#wdm_role_modal {
	font-size:16px;
	font-weight:400;
	color: #878787;
}
body .modal-footer {
	background-color:#f9f9f9;
	font-size:12px;
	font-weight:600;
	text-align:left;
}
.modal-header {
	background-color: #f9f9f9;
}
.wdm-member-wrapper .wdm_attachment_link_wrapper li{
	border:none;
	width:100%;
	background: url('images/doc-icon.png') no-repeat;
	background-position:left 25%;
	height:auto;
	margin-bottom:15px;
	padding-right:0;
}
.wdm-member-wrapper .wdm_attachment_link_wrapper li a {
	padding:5px 10px;
	background-color:#f9f9f9;
	border-bottom:1px solid #cccccc;
}
.wdm-member-wrapper .wdm_attachment_link_wrapper li a:hover {
	text-decoration:none;
}
.wdm-member-wrapper li.one-half {
	width:48.717948717948715%;
	margin-left:2.564102564102564%;
	border:none;
	height:auto;
	/* margin-bottom:20px; */
}
.entry-content ul.wdm-member-wrapper,.entry-content ul.wdm_more_information_wrapper {
	margin-left:0;
}
.wdm_more_information_single_wrapper {
	border-bottom:1px solid #e5e5e5;
}
.wdm_single_membri a {
	cursor:pointer;
}
.wdm-member-wrapper li.one-half:nth-child(odd) { 
	margin-left:0;
}
/* .wdm-member-wrapper li.one-half:nth-child(even):after { 
	content: "";
	display: block;
	background-color: #222222;
	width: 30px;
	height: 1px;
	margin: 15px auto 0;
} */
.wdmLinebreak:after {
	content: "";
	display: block;
	background-color: #e5e5e5;
	width: 100%;
	height: 1px;
	margin: 15px auto;
}
.wdm_attachment_link_wrapper label{
	max-width:80%;
	font-size:14px;
	color:#002744;
	font-weight:400;
}
.entry-content ul.wdm_more_information_single_wrapper,.entry-content ul.wdm_attachment_link_wrapper {
	margin-left:0;
	padding:20px 0;
}
.entry-content ul.wdm_more_information_single_wrapper li {
	padding:0;
}
.wdm_more_information_single_wrapper .wdm-more-info-title {
	font-size:14px;
	color:#002744;
	font-weight:400;
}
.wdm_more_information_single_wrapper .wdm-more-info-desc {
	color: #878787;
	font-weight: 600;
	font-size: 12px;
}
.wdm-member-wrapper .wdm_attachment_link_wrapper li.wdm_separator {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
}
.wdm-dash {
	width:77px;
	text-align:center;
}
.wdm-pages .wdm-subpages li {
	margin-left:0;
}
#menu-item-136{
	margin-left:115px;
}
#menu-item-137{
	margin-right:115px;
}
.home .site-header .wrap {
    padding: 50px 0 25px;
}
.site-header .wrap {
    padding: 79px 0 25px;
}
/* ::i-block-chrome, .wdm-small-menu-item{
	height:53px!important;
}
::i-block-chrome, .wdm-social {
	height:53px!important;
} */
/* ::i-block-chrome, form.search-form input[type="submit"] {
	padding:7px 24px 10px!important;
} */
/* ::i-block-chrome, .wdm-social i{
	font-size:19px!important;
} */.ubermenu .ubermenu-item-level-0 {	vertical-align:top!important;}
/*-------------------------------------------------------Custom Media queries------------------------------------------*/
@media (max-width:1200px){
    .entry-title{
        font-size:20px;
    }
	#bandisearch {
		max-height:none;
		min-height:auto;
	}
}
@media all and (min-width:800px) and (max-width:1200px){
    .wdm-post-title{
        font-size:14px;
    }
    .wdm-news-container p, .wdm-video-container p{
        font-size:13px;
    }
}
@media all and (min-width:1024px) and (max-width:1200px){
    .footer-widgets-4.widget-area, .footer-widgets-5.widget-area{
        padding-left:40px;
    }
}
@media only screen and (max-width: 1250px) {

    #primary-nav-container {
        display: none;
    }

    #primary-nav-link-container {
        display: block;
    }
	body .modal {
		top:0;
	}
} 
@media all and (min-width:1251px){
    /*------------ Header --------------------------*/ 
    .nav-primary {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
    }
    .site-header {
        margin-top:53px;
    }
    .sidr.left{
        left:-260px!important;
    }
    body{
        left:0!important;
    }
}

@media only screen and (min-width: 961px) { 
    .wdm-pages {
        display: block !important;
    }
}
@media only screen and (max-width: 960px) {
	.wdm-pages{
		padding-top:0px;
	}
    .sidebar-content .sidebar-primary{
        height:auto;
    }
	.content {
		margin-top:20px;
	}
	.content-sidebar-wrap .sidebar-primary.sidebar .widget {
		padding:0;
	}
	body.sidebar-content .content-sidebar-wrap:after{
		border-right:none;
	}
    .sidebar-primary,.wdm-pages{
        position: static;
    }
    .wdm-pages{
        max-width: none;
        padding-right:0;
        border-right:none;
        display: none;
        position: relative;
        height:auto;
    }
    .sidebar-content .sidebar-primary,.content-sidebar-wrap .content{
        display:block;
    }
    .content-sidebar-wrap .content{
        padding-left: 0;
    }
    .wdm-pages:after,.content-sidebar-wrap:after{
        border-right:none;
    }
    .menu-toggle {
        display: block;
        font-weight: 600;
        margin: 10px 0;
        overflow: hidden;
        visibility: visible;
        cursor:pointer;
    }
    .sub-menu-toggle{
        display: inline-block;
        font-weight: 600;
        overflow: hidden;
        visibility: visible;
        cursor:pointer;
        float:right;
        font-size:18px;
        margin-top:-5px;
    }
    .wdm-pages > li a.wdm-open{
        display: inline-block;
        float:left;
    }
    .wdm-pages > li{
        clear:both;
    }

    .menu-toggle:before {
        content: "\2261";
        margin-right: 5px;
    }

    .sub-menu-toggle:before {
        content: "+";
    }

    .sub-menu-toggle.wdm-active:before {
        content: "-";
    }

    .wdm-pages li a{
        display: block;
        position: relative;
        text-align: left;
    }

    .wdm-pages li a:hover {
        position: relative;
    }

    .wdm-pages .wdm-subpages {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .wdm-pages .wdm-subpages a {
        border-left: 0;
        position: relative;
        width: auto;
    }

    .wdm-pages .wdm-subpages {
        margin: 0;
    }

    .wdm-pages .wdm-subpages a {
        background-color: #f5f5f5;
        padding-left: 30px;
    }

    .wdm-pages .wdm-subpages a {
        background-color: #fff;
        /* padding-left: 40px; */
		padding-left: 18px;
    }

/*     .wdm-pages > li a.wdm-open,.wdm-pages .wdm-subpages{
        margin-bottom: 23px;
    } */
    .sidebar-primary.sidebar .widget{
        margin-bottom: 0;
        margin-right: 0;
        padding:0 10px;
    }
    .wdm-home-banner{
        margin-bottom: 15px;
    }
	.wdm-video-container .wdm-post-title{
		height:auto;
	}
	.wdm-video-container .wdm-video-content{	
		min-height:auto;
		max-height:none;
		height:auto;
	}
} 

@media (min-width:568px){
    .wdm-post-container .three-fourths{
        margin-left:0;
        width:75%;
    }
    .wdm-post-container .one-fourth{
        width:25%;
    }
}
@media all and (min-width:568px) and (max-width:1200px){
    .wdm-post-container .three-fourths{
        width:72%;
        margin-left:3%;
    }
}
@media all and (min-width:560px) and (max-width:800px) {
	.wdm-video-container .wdm-post-video iframe {
		height:330px;
	}
}
@media all and (min-width:801px) and (max-width:1200px){
    .wdm-home-bottom-container{
        min-height:130px;
    }
    .wdm-home-bottom .wdm-home-bottom-inner .wdm-home-bottom-title .widget-title{
        font-size:18px;
    }
    .fa-angle-right{
        margin-top:0;
    }
    .wdm-inter-boxes h6{
        font-size:12px;
    }
    .wdm-spazioattivo-container .wdm-inter-boxes h6{
        font-size:18px;
    }
    .wdm-entilocali-container .wdm-inter-boxes p{
        font-size:12px;
    }
    .wdm-documents{
        height:auto;
    }
    .wdm-success-content h1{
        font-size:21px;
    }
    .wdm-links-container .one-fourth{
        width:100%;
    }
    .wdm-large-widget > div, .wdm-small-widget > div{
        min-height: 257px;
    }
    .wdm-large-widget > h4, .wdm-small-widget > h4,.wdm-widget-bg-title h4, .wdm-widget-bg-title h6{
        font-size:16px;
    }
	.wdm-video-container .wdm-post-video iframe {
		height:171px;
	}
	.wdm-news-container .wdm-post-img img {
		height:171px;
	}
	.wdm-video-container .wdm-video-content, .wdm-news-container .wdm-post-content {
		min-height:218px;
		max-height:218px;
	}
}

@media (max-width:800px){
    .home-widget-area .one-fourth{
        margin:0 auto 10px;
        width:100%;
        max-width:259px;
    }
    .home-widget-area .one-fourth.widget-even{
        margin-left:10px;
    }
    .home-top .wrap{
        max-width:528px;
        padding:0;
    }
    .wdm-home-cta .three-fourths{
        width:74.359%;
    }
    .wdm-home-cta .one-fourth{
        width:23.0769%;
    }
    .wdm-home-cta .fa-angle-right{
        margin-bottom:0px;		
    }
    .wdm-home-bottom-inner{
        max-width:357px;
        margin:0 auto;
    }
    .wdm-news-container,.wdm-video-container{
        min-height:auto;
        max-height:none;
    }
    .footer-widgets .wrap{
        padding:0;
    }
    .footer-widgets-2.widget-area,.footer-widgets-3.widget-area,.footer-widgets-4.widget-area,.footer-widgets-5.widget-area{
        padding-left:5%;
        padding-right:5%;
    }
    .wdm-post-video{
        text-align:center;
    }
    .wdm-inter-boxes{
        height:auto;
    }
    .wdm-inter-boxes .fa,.wdm-inter-boxes .wdm-iconarrow-right{
        position:static;
        margin-top:15px;
    }
	.wdm-inter-boxes .wdm-iconarrow-right{
		display:inline-block;
	}
	.wdm-news-container .wdm-post-img img {
		max-height:none;
	}
/* 	.wdm-video-container .wdm-post-video iframe {
		height:330px;
	} */
    /*--Impresse----*/
    .wdm-nospace-onefourth {
        width:100%;
    }
    .wdm-inter-boxes.wdm-border{
        border-right:none;
        border-bottom:1px solid rgba(0, 39, 68, 0.2);
    }
    .wdm-widget-bg-title h4{
        font-size: 16px;
    }
    .wdm-imprese-widget-large-image{
        background-size:cover;
    }
    .wdm-imprese-widget-inner:nth-child(2){
        margin-right:20px;
    }
    .wdm-imprese-widget-inner:first-child{
        margin-right:0px;
    }
    .wdm-small-widget > div,.wdm-large-widget > div{
        min-height: 300px;
    }
	.wdm-video-container .wdm-video-content, .wdm-news-container .wdm-post-content {
		min-height:auto;
		max-height:none;
	}
    /*--- Enti Locali ------*/
    .wdm-nospace-onethird {
        width:100%;
    }
    /*--- Spazio Attivo -------*/
    .wdm-nospace-onehalf {
        width:100%;
    }
    /*---Success Stories --------*/
    .wdm-small-success-story.one-half{
        width:100%;
        margin:0;
    }
    .wdm-success-content h1{
        font-size:21px;
    }
    .wdm-small-success-story.one-half,.wdm-large-success-story{
        margin-bottom: 15px;
    }
    .wdm-small-sucess-stories{
        margin-top:0;
    }
    /*-----Bandi-----------*/
    .wdm-accordion-content p.wdm-objective{
        margin-bottom:15px;
    }
    /* Generali */
    .wdm-one-third-wrapper li{
        width:100%;
        border-right:none;
    }
    .wdm-one-third-wrapper li:nth-child(n+4){
        border-bottom-color:#d5d5d5;
    }
    /* Organisation */
    .wdm-member-wrapper li{
        width:100%;
        border-right:none;
    }
    .wdm-member-wrapper li:nth-child(n+4){
        border-bottom-color:#d5d5d5;
    }
}
@media (max-width:767px){	
    .wdm-accordion-title h6,.wdm-above-accordion{
        font-size:12px;
    }
    .wdm-accordion-date{
        display:none;
    }
    .wdm-accordion-section .four-sixths, .wdm-above-accordion .four-sixths , .wdm-accordion-section .five-sixths, .wdm-above-accordion .five-sixths {
        width:80%;
    }
    .wdm-accordion-section .two-sixths, .wdm-above-accordion .two-sixths{
        width:20%;
    }
    .wdm-accordion-header .one-third{
        width:100%;
    }
    .wdm-accordion-icon,.wdm-accordion-header.ui-state-active .wdm-accordion-icon{
        border-left-width:0px;
        border-right-width:0px;
    }
    .wdm-above-accordion .four-sixths, .wdm-above-accordion .two-sixths, .wdm-above-accordion .five-sixths{
        padding-left:0px;
    }
    .wdm-accordion-title{
        padding-top:20px;
        padding-bottom:20px;
    }
    .wdm-accordion-header.ui-accordion-header-active .two-sixths{
        background:#00a651;
        transition: background-color 1.25s ease 0s;
    }
    .wdm-accordion-header.ui-state-active .wdm-accordion-icon{
        transition:none;
        background-color:transparent;
    }
}
@media (max-width:640px){
    .home-widget-area .one-fourth{
        clear:both;
    }
    .home-top .wrap{
        max-width:259px;
        margin:0 auto;
        padding:0;
    }
}
@media only screen and (min-width:800px) and (max-width: 1024px) {
    .footer-widgets-2.widget-area,
    .footer-widgets-3.widget-area{
        width: 50%; 
    }
    .footer-widgets-4.widget-area,
    .footer-widgets-5.widget-area {
        width:25%;
        padding:1%;
    }
    .footer-widgets-3.widget-area{
        padding:1%;
    }
	
}
@media (max-width:640px){
    .home-widget-area .one-fourth.widget-even{
        margin-left:0;
    }
}
@media only screen and (max-width: 568px) {

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        width: 100%;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        margin-right: 0;
    }
    .wdm-bandi-heading h2,.wdm-bandi-heading form{
        float:none;
        text-align:center;
        margin:0 auto 15px auto;
    }
    .wdm-documents{
        height:auto;
    }
    .wdm-accordion-content .wdm-documents li{
        width:100%;
        float:none;
    }
    .wdm-bandi-heading{
        padding:0;
    }
    /*-------Sucess stories ---------*/
    .wdm-success-content{
        position: static;
        background: #002744;
    }
    /* Category archive posts */
    .wdm-category-posts-container .wdm-post-container .one-fourth{
        margin-bottom: 15px;
    }



}
@media (max-width:480px){
    .wdm-single-story .wdm-story-thumb{
        display:none;
    }
    .wdm-story-content h6,.wdm-accordion-content h6{
        font-size:12px;
    }
    .wdm-single-story{
        padding:0 10px;
    }
    .wdm-story-content{
        padding-left:0;
    }
    .wdm-small-widget div,.wdm-large-widget div{
        background-position: center center;
    }
    .wdm-external-img,.wdm-external-link{
        max-width:215px;
        margin:0 auto;
    }
    .wdm-home-bottom .wdm-home-bottom-inner .wdm-home-bottom-title .widget-title{
        font-size:17px;
    }
	.wdm-member-wrapper li.one-half {
		margin-left:0;
		width:100%;
		height:auto;
		margin-bottom:20px;
	}
	.wdm_attachment_link_wrapper label {
		max-width:100%;
	}
	.wdm_attachment_link_wrapper a.pull-right,.wdm-dash.pull-right {
		float:left!important;
		margin-top:10px;
	}
}
@media (max-width:459px){
    .wdm-large-widget > div > div:not(.wdm-widget-bg-title),.wdm-small-widget > div > div:not(.wdm-widget-bg-title){
        /* display:none; */
		margin:0 auto;
		float:none;
		text-align:center;
    }
    .wdm-imprese-widget-large-image{
     /*    padding:0; */
		background-image:none!important;
		background-color:#002744;
    }
    .wdm-widget-bg-title{
        /* padding:0 20px; */
		display:none;
    }
	.wdm-large-widget > div > div:not(.wdm-widget-bg-title), .wdm-small-widget > div > div:not(.wdm-widget-bg-title){
		margin-top:15px;
		margin-bottom:15px;
	}
    .wdm-large-widget .wdm-widget-bg-title.one-third{
        width:100%;
    }
}
@media all and (min-width:961px) and (max-width:1200px){
    .wdm-widget-bg-title.one-half{
        width:44%;
    }
}
@media all and (min-width:460px) and (max-width:960px){
    .wdm-widget-bg-title.one-half{
        width:45%;
    }
}
@media all and (min-width:461px) and (max-width:800px){

}
@media all and (min-width:461px) and (max-width:640px){
    .wdm-large-widget .wdm-widget-bg-title{
        width:100%;
    }	
    .wdm-large-widget .wdm-widget-bg-title{
        left:0;
        padding:0 20px;
    }
    .wdm-large-widget > div{
        min-height:360px;
    }
}
@media all and (min-width:480px) and (max-width:800px){
    .wdm-external-links-container.one-fourth{
        width:23.0769%;
        margin-left:2.5641%;
    }
    .wdm-external-links-container.one-fourth.first{
        margin-left:0;
    }
    .wdm-external-link a{
        font-size:12px;
    }
}
@media all and (min-width:641px) and (max-width:800px){

    .wdm-large-widget .wdm-widget-bg-title.one-third{
        width:31.6239%;
    }
}
@media (max-width:360px) {
	.modal-header .pull-right,.modal-header .pull-left {
		display:block;
		float:none!important;
	}
}

#menu-item-255 {
    margin-top:-1px;
}
a {
    text-decoration: underline !important;
}
a:hover, .menu-item a:hover {
    color: #00a651 !important;
    text-decoration: underline !important;
}
.menu-item a, .wdm-green, .textwidget p a {
    text-decoration: initial !important;
}

.widget-2.widget-last.widget-even.newsletter.widget.widget_text {
background-color: #002744;
 margin-top: 20px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.widget-tutti-bandi
{
	padding:20px;
	border: 1px solid #d4d4d4;
	margin-bottom:20px;
	min-height:140px;
}
.widget-tutti-bandi h4
{
border-bottom: 1px solid #002744;
    color: #002744;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    width: 100%;
}
.tutti-bandi {
	text-align:center;
    background-color: #00a651;
    border-bottom: 5px solid #008a43;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 18px;
    padding: 12px 72px;
    width: 100%;
	text-decoration:none!important;
}
a.tutti-bandi:hover {
	color:#ffffff!important;
	text-decoration:none!important;
}


/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}



/* Cookie Bar */
#cookieChoiceInfo {
    background: rgba(0, 166, 81, 0.8) none repeat scroll 0 0 !important;
    color: #fff;
    padding: 10px 50px !important;
    line-height: 2em;
    font-size: 0.7em;
}

    #cookieChoiceInfo a {
        color: #fff;
        text-decoration: underline;
    }

        #cookieChoiceInfo a:hover {
            color: #FFF!important;
        }

a#cookieChoiceDismiss {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #333;
    font-weight: 700;
    padding: 3px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

    a#cookieChoiceDismiss:hover {
        background-color: #008a43;
        color: #FFF!important;
        text-decoration: none;
    }