/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Aug 27 2020 | 11:24:48 (am)
/*
/******* Do not edit this file *******/

/*--COLOURS AND BACKGROUNDS Colour 1: brown #80796f; Colour 2: dark brown #2d2b1c; --*/

/*--text colours --*/
body {background-color: #B3B3B3; color: #666;}
a, #genesis-responsive-slider a.more-link {color: #80796f;}
a:hover, #genesis-responsive-slider a.more-link:hover {color: #2d2b1c;}
h1,h2,h3,h4,h5,h6 {color: #2d2b1c;}
.entry-title {color: #2d2b1c;}
.entry-title a {color: #2d2b1c;}
a .fa {color:#2D2B1C;padding: 10px;}
a:hover .fa {background-color:#2D2B1C;color:#80796f;}

/*--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: #80796f; color: #fff;}
button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,.entry-content .button:hover {background-color: #2d2b1c; color: #fff;}

/*--header & home page widgets colours --*/
.site-header {background-color: #80796f; color: #fff; }
.site-title a {	color: #fff;}
.site-title a:hover {color: #4b7ebb;}
.site-header .widget-area a {color: #26388c;}
.site-header .widget-area a:hover {color: #4b7ebb;}
.site-description {color: #4b7ebb;}
.home-bottom {background-color: #f0f2f6;}
.widget-title {color: #4b7ebb;}
.home-bottom .widget-title { color: #68b6da;}

/*--menu colours --*/
.nav-primary {background:none;}
.wrap .nav-primary, .nav-primary, .genesis-nav-menu, .genesis-nav-menu a {background-color: #2d2b1c; color: #fff; }
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .site-header .current-menu-item > a, .site-header .genesis-nav-menu a:hover {background-color: #70675a; color: #fff;}

/*--sidebar colours --*/
.sidebar {color: #222;}
.sidebar .widget {background-color: #fff;}
.sidebar .widget-title {color: #80796f;}

/*--footer colours --*/
.footer-widgets {background-color: #80796f; 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: #4b7ebb;}

/*-- fonts & text --*/
body {font-size: 16px;}
h1, h2, h3, h4, h5, h6 {font-family:"Maven Pro", arial, sans-serif; font-weight: bold;}
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: bold;}
.widget-title {	font-size: 16px;font-family:"Maven Pro", arial, sans-serif; font-weight: bold;}
.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 .title-area {padding: 0; margin:0; width: 555px;}
.site-header .widget-area {width: 400px; margin-top: 0px;    padding-top: 7px;}
.genesis-nav-menu a {padding: 18px 18px;}  
.fa {margin-right:10px;}
.site-header {  min-height: 90px;}

/*--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;}
}
/*--Mobile screen landscape--*/
@media only screen and (max-width: 860px) {
.entry-content img.alignright {display: block; float: none; padding: 0; margin: 0;}
}
/*--Mobile screen portrait--*/
@media only screen and (max-width: 480px) {
  }