/*
 Theme Name:   Generate Currents
 Theme URI:    http://generatepress.com
 Description:  custom theme for Duclos
 Author:       Susanne Friedrich
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/


body {
    font-family: "Open Sans";
    font-weight: 400;
}
body, .site-header, .site-info{
	background-color: #002130;
}
a, a:visited{
 color:#e4651f;
}
H1, h2, h3, h4{
font-family: "Dosis", sans-serif;
}

/* Home page/header */

.home .main-navigation{
    background: rgba(0,0,0,.6) !important;
}
.home .inside-page-header {
    background-color: rgba(36,41,54,0.8);
    color: #ffffff;
    font-size:1.2em;
    line-height:1.8em;
}
.home .inside-page-header p{
	padding: 20px 60px;
	margin-bottom:0;
}
.home .inside-page-header h2 a{
    padding-top:15px;
    color:#f26522;
    letter-spacing:.04em;
    text-decoration:underline;
}
.home #main{
	padding-top:65px;
}
.main-navigation a{
	text-transform:uppercase; 
	font-size:.8em;  
	letter-spacing:.06em;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color:#e4651f;
    background-color: rgba(0,0,0,0);
}
.main-navigation a:hover {
    background-color: rgba(0,33,48,0) !important;
    color:#666 !important;
}
.entry-content, .entry-summary, .page-content {
    margin: 1em 0 0;
}
.entry-title{
	font-size:2rem;
	font-family: 'Dosis', sans-serif;
}

/* ***********  archive page/header  *********** */

.sticky-enabled .main-navigation.is_stuck {
    background-color: rgba(0,0,0,1);
}
.page-header{
	margin-bottom:0;
}
.separate-containers .page-header {
    padding: 20px;
    display:none;
    }
.entry-title a{
	color:#555;
}
.single .post-date{
	display:block;
	color:
}
.ccfic-source, .ccfic-text{
	font-size:.8em;
	padding-left:4px;
}
.archive .ccfic{
	display:none;
}

/* ********  Sidebar styles  ******** */

.sidebar .widget .widget-title {
    color: #666;
    border-bottom:1px solid #ccc;
    font-size:17px;
    font-weight:bold;
    margin-bottom:20px;
}
.sidebar .widget ul li {
    list-style-type: none;
    padding: 6px 0;
    font-size:13px;
    border-bottom: 1px dotted #ccc;
}
.sidebar .widget ul li a{
    color:#e4651f;
}
.widget-area .widget {
    padding: 20px 40px;
}
.footer-widgets .widget-title{
 	border-bottom:2px  solid #1B3E51;
}

/* ********  Footer styles  ******** */

.site-info{
	border-top:1px solid #333333;
	color:#4e5976;
}
.site-info a{
	color:#3f589c;
}


/*   **************  Mobile styles  ****************    */


    /* Landscape tablet and below */
@media (max-width: 1024px) {

.main-navigation .menu-toggle {
    display: none;
}
.main-navigation ul li.sfHover > ul {
	display: block;
}
.main-navigation ul {
    display: block;
}
.main-nav .sf-menu > li {
    float: left ;
    clear:none;
}
.menu-toggle, .mobile-bar-items {
    display: none;
}
.main-navigation a, .menu-toggle {
    font-size: 13px;
}
.page .one-container .inside-article {
    padding: 30px;
}
.sidebar .alignleft{
	float:left;
}

}

/* Portrait tablet and below */

@media (max-width:768px) {

.inside-header {
    padding: 20px;
}
.home .inside-page-header {
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 1em;
    line-height: 1.8em;
}
.home .inside-page-header p{
	padding: 20px 10px;
	margin-bottom:0;
}
.home .main-navigation {
    background: rgba(0,0,0,.8) !important;
}
.main-navigation .main-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 25px;
}
.inside-navigation {
    padding:10px 25px;;
}
#copyright, .credit {
    float: none;
}
    .clearfix:after {
        clear: both;
 }
 
 #copyright{
 display:block;
 text-align:center;
 }
  .credit{
 display:block;
 text-align:center;
 }
       
 }