/*
Theme Name: Daniela Child
Description: Child theme for Daniela theme
Author: rf
Template: daniela
*/

/* write custom css */

body, button, input, select, textarea {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
}

.site-title {
    font-size: 2.625rem;
    font-weight: 100;
    line-height: 1;
font-family: "Open Sans",sans-serif;
}

.site-header {
    text-align: right;
}

.site-description {
    color: #21759b;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}

.main-navigation .nav-menu {
    display: block;
    text-align: left;
    text-transform: uppercase;
}

.entry-title {
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    margin: 0;
    word-wrap: break-word;
}

h1, .entry-title {
    font-size: 1.625rem;
    margin-top: 10px;
    font-family: "Open Sans",sans-serif;
}

.widget-title {
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 0 0 0.4375em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #104e6b;
}

.widget li:first-child {
    border-top: medium none #d0d0d0;
}

a:active, a:hover {
	color: #104e6b;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
	        }
	
.site-footer {
    text-align: right;
}

.site-info a {
    text-decoration: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .entry-content .button {
    background-color: lightgray;
    border: 0 none;
    border-radius: 0.1875em;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.75em 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;}
    
.archive-title {
    font-size: 0rem;
    font-style: normal;
    font-weight: normal;
    font-family: "Open Sans",sans-serif;
    line-height: 1;
    margin: 0;
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 1.5em;
    margin-top: 0.5em;
}

.hentry {
    border-bottom: 1px solid #d0d0d0;
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
}

.widget-area {
    float: right;
    font-size: 0.90em;
    margin-top: 0;
    
    word-wrap: break-word;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: none;
}

#branding {
  float: left;
  position: relative;
  margin-bottom: 40px;
}

.comment-author .fn {
    font-size: 1rem;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 1.55rem;
    font-weight: normal;
}    
.category .pagetitle {
      display: none;
}
