/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jun 12 2019 | 03:29:57 (pm)
/*
/******* Do not edit this file *******/

/*--COLOURS AND BACKGROUNDS Colour 1: grey #939393; Colour 2: mid grey #b1b1b1;  Colour 3: pale blue #dddddd; --*/

/*--text colours --*/
body {background-color: #222; color: #666;}
a, #genesis-responsive-slider a.more-link {color: #939393;}
a:hover, #genesis-responsive-slider a.more-link:hover {color: #dddddd;}
h1,h2,h3,h4,h5,h6 {color: #666;}
.entry-title {color: #666;}
.entry-title a {color: #666;}

/*--button & form colours --*/
input,select,textarea {	background-color: #fff;	color: #999;}
button,input[type="button"],input[type="reset"],input[type="submit"],.button,.entry-content .button {background-color: #939393; color: #fff;}
button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,.entry-content .button:hover {background-color: #b1b1b1; color: #fff;}

/*--header & home page widgets colours --*/
.site-header {background-color: #000; color: #fff; }
.site-title a {	color: #939393;}
.site-title a:hover {color: #dddddd;}
.site-header .widget-area a {color: #939393;}
.site-header .widget-area a:hover {color: #dddddd;}
.site-description {color: #dddddd;}
.home-bottom {background-color: #f0f2f6;}
.widget-title {color: #000;}
.home-bottom .widget-title { color: #000;}


/*--menu colours --*/
.nav-primary {background-color: #939393; }
.nav-secondary {background-color: #dddddd;}
.genesis-nav-menu {color: #fff;}
.genesis-nav-menu a {color: #fff;}
.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu a:hover, .genesis-nav-menu li:hover > a {background-color: #b1b1b1; border-color: #dddddd; color: #fff;}
.genesis-nav-menu .sub-menu {background-color: #939393;}
.genesis-nav-menu .sub-menu .current-menu-item > a {color: #fff;}
.genesis-nav-menu .sub-menu a {	background-color: #939393; color: #fff;}
.genesis-nav-menu .sub-menu a:hover {background-color:#dddddd; color: #fff;}

/*--sidebar colours --*/
.sidebar {color: #222;}
.sidebar .widget {background-color: #fff;}

/*--footer colours --*/
.footer-widgets {background-color: #000; border-top: 1px solid #ececec;color: #fff;}
.footer-widgets h4.widget-title {color: #fff;}
.footer-widgets a {color: #fff;}
.site-footer {background-color: #f5f5f5;color: #999;}
.site-footer a {color: #999;}
.site-footer a:hover {color: #dddddd;}

/*-- fonts & text --*/
body {font-size: 16px;}
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif;}
h1 {font-size: 36px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
input,select,textarea {font-size: 14px;	}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {font-family: 'Open Sans', sans-serif;}
.entry-title {font-size: 30px; line-height: 1.6; font-weight: 400;}
.widget-title {	font-size: 14px;}
.featured-content .entry-title {font-size: 22px; line-height: 1.1; text-transform: uppercase; font-weight:700;}
.genesis-nav-menu {font-size: 14px; }
.genesis-nav-menu .sub-menu {font-size: 12px;}
.home-bottom .widget-title { font-weight: 700; font-size: 18px;}
.footer-widgets a:hover {text-decoration: underline;}
.site-footer {font-size: 12px;}
.word-wrap {word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; }

/*-- spacing --*/
.more-link {display:block;}
.widget { margin-bottom: 20px;}
.site-header .widget-area {width: 400px; margin-top: 0px;}
.genesis-nav-menu a {padding: 18px 36px;}  
.fa {margin-right:10px;}
.site-header .title-area {
padding: 0;
margin: 0 auto;
width: 100%;
text-align: center;
}
.site-header .widget {margin-top: -100px;}
/*--Ipad landscape--*/
@media only screen and (max-width: 1200px) {
.genesis-nav-menu { font-size: 13px;}
 
}
/*--Ipad portrait--*/
@media only screen and (max-width: 1023px) {
.site-header .title-area {display: block; float: none; width: 100%; margin: 0 auto; text-align:center;}
.site-header .widget-area {  width: 100%; float:none; margin: 0 auto;}
  .genesis-nav-menu a {padding: 18px 18px;}  
   .site-header .widget {margin-top: 10px;}
}
/*--Mobile screen landscape--*/
@media only screen and (max-width: 860px) {
.entry-content img.alignright {display: block; float: none; padding: 0; margin: 0;}
  .genesis-nav-menu a {padding: 18px 9px;} 
  .genesis-nav-menu .sub-menu,.genesis-nav-menu .sub-menu a {width: 180px;}
}
/*--Mobile screen portrait--*/
@media only screen and (max-width: 480px) {
  }