/*
 Theme Name:   DaisyChain Radiate Child
 Theme URI:    https://wordpress.org/themes/radiate
 Description:  Radiate Child Theme
 Author:       Eric Silva
 Author URI:   http://ericsilva.org
 Template:     radiate
 Version:      1.0.0
 Tags: light, white, two-columns, right-sidebar, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, post-formats, sticky-post, threaded-comments, translation-ready
 Text Domain:  radiate
*/


@import url("/wp-content/themes/radiate/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #444444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear: both;
}

h1 { font-size: 30px; line-height: 36px; }
h2 { font-size: 28px; line-height: 34px; }
h3 { font-size: 26px; line-height: 32px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 22px; line-height: 28px; }
h6 { font-size: 19px; line-height: 25px; }

p {
    color: #444444;
    line-height: 1.5;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
}

h1.site-title, h3.site-title {
    font-family: Dancing Script, serif;
    font-weight: 400;
    font-style: normal;
}

.site-title a {
    color: #8224e3;
    text-decoration: none;
}

.widget-title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    color: #444444;
}

.entry-title {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.5;
}
.page-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
}

div#contact {
    border: 1px solid #8d5dc5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    text-align: left;
    margin: 5px;
    width: 370px;
}

div#contact div {
    text-align: left;
    float: left;
    padding: 5px;
}

div#contact div a img {
    margin: 5px;
}

.main-navigation li {
	line-height: 64px !important;
}

/*
.main-navigation ul ul {
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: auto;
    z-index: 99999;
}
*/

input.content-protector-password {
    width: 125px;
}
