/**
 *	Theme Name: Ervo.rocks Theme
 *	Theme URI: https://ervo.rocks/
 *	Author: Ervo.rocks
 *	Author URI: https://ervo.rocks/
 *	Description: Ervo.Rocks Child WordPress Theme for Genesis Framework.
 *	Version: 1.0
 *	License: GNU General Public License v2 or later
 *	License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *	Text Domain: Ervo.Rocks
 *	Template: genesis
 **/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,700,600,800);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

*,
*:after,
*:before {
    outline: none;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

blockquote,
q {
    quotes: none;
    background: #EBEBEB;
    color: #4F4F4F;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    padding: 30px 10px 30px 50px;
    border-left: 5px solid #00B2DD;
    margin-bottom: 15px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
}

body {
    background: #FFF;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

p {
    margin-bottom: 15px;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 5px 0;
}

h1 {
    font-size: 49px;
    line-height: 53px;
}

h2 {
    font-size: 47px;
    line-height: 51px;
}

h3 {
    font-size: 36px;
    line-height: 40px;
}

h4 {
    font-size: 30px;
    line-height: 34px;
}

h5 {
    font-size: 26px;
    line-height: 30px;
}

h6 {
    font-size: 20px;
    line-height: 24px;
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 0 15px 15px 0;
}

.alignright {
    float: right;
}

img.alignright {
    margin: 0 0 15px 15px;
}

a {
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
    color: #E32266;
}

img {
    max-width: 100%;
    height: auto;
}

div.wp-caption {
    max-width: 100%;
    padding: 3px;
    border: 1px solid #DCDCDC;
    margin-bottom: 15px;
}

div.wp-caption p {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}

input,
select,
textarea {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

input[type=text],
textarea,
input[type=email],
input[type=password]{
	    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

input[type="submit"] {
    cursor: pointer;
}


/* GENERAL STYLE BEGIN */

.entry-content h1 {
    font-size: 30px;
    line-height: 35px;
}

.entry-content h2 {
    font-size: 28px;
    line-height: 33px;
}

.entry-content h3 {
    font-size: 26px;
    line-height: 31px;
}

.entry-content h4 {
    font-size: 24px;
    line-height: 29px;
}

.entry-content h5 {
    font-size: 22px;
    line-height: 27px;
}

.entry-content h6 {
    font-size: 20px;
    line-height: 25px;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 15px 15px;
}

.entry-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.entry-content ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.entry-content p,
.entry-content ul li,
.entry-content ol li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 0;
}


/* GENERAL STYLE END */

#wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0;
}

.wrap,
#content-sidebar-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0 auto;
}

#header,
#nav,
#inner,
#footer {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    clear: both;
    padding: 0;
    margin: 0 auto;
}


/* HEADER */

#header #title-area {
    width: 30%;
    float: left;
}

#header .header-widget-area {
    width: 70%;
    float: right;
}

#content {
    width: 65%;
    float: left;
}

.full-width-content #content {
    width: 100%;
}

#sidebar {
    width: 30%;
    float: right;
}


/******************
** TRANSITIONS
*******************/

.transition {
    transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
    -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
    -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
    -o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
}


/******************
** END TRANSITIONS
*******************/


/* MEDIA QUERIES */

@media only screen and (max-width: 820px) {
    #content,
    #sidebar {
        display: block;
        width: 100%;
        float: none;
    }
}

header.site-header,
footer.site-footer,
aside.sidebar,
header.entry-header,
div.nf-form-fields-required{
	display:none;
}

input, textarea {
    padding: 10px;
	font-size:14px;
	line-height:20px;
}

input[type=button]{
	    background: #901a3a;
    color: white;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}