/* # Genesis Sample Child Theme  
Theme Name: Genesis Sample Theme - Custom CSS  
Theme URI: http://my.studiopress.com/themes/genesis/  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

.content .entry, .sidebar .widget {
  box-shadow: 0px 0px 8px #dddddd;
}


/*.nav-primary { background-color: #0F0F0F; position: fixed; width: 100%; z-index: 999; }

.site-header { display: none !important; }*/

/*.footer-widgets-1 { width: 100%; float: none; margin: 0 auto !important; font-size: 13px; }*/
.footer-widgets-1 { font-size: 13px; }

/* Site Footer Styles  */

.site-footer { background-color: #151515; }

.creds { color: #939393; }

.site-header {
	min-height: 80px !important;
	background-color: #ffffff !important;
  box-shadow: 0px 3px 3px #d7d7d7;
}

.site-header .wrap {
  padding: 5px 0 !important;
}

.title-area {
  padding: 0px;
}

.title-area {
  margin-top: 7px;
}

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

.site-description, .site-title {
  color: #414141;
}

.genesis-nav-menu a {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight:500;
  padding: 30px 19px;
}

.genesis-nav-menu .sub-menu a {
  color: #3a3a3a;
}

.genesis-nav-menu .sub-menu a:hover {
  color: #ce3932;
}

/* RED COLOR THEME */

.theme-red .site-header {
  background-color: #B61C1C !important;
}

.theme-red .site-description, .theme-red .site-title {
  color: #C8C8C8;
}

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

.theme-red .site-footer {
  background-color: #B61C1C !important;
}

.theme-red .creds {
  color: #C8C8C8;
}

/* BLUE COLOR THEME */

.theme-blue a {
  color: #F5F5F5;
}

.theme-blue .site-header {
  background-color: #0D95C7 !important;
}

.theme-blue .site-footer {
  background-color: #0D95C7 !important;
}

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

.theme-blue .creds {
  color: #D0D0D0;
}

.theme-blue .site-description, .site-title {
  color: #DBDBDB;
}

@media only screen and (max-width: 800px) { 
  .entry { padding: 15px; }
  .sidebar .widget { padding: 15px; } 
}