/*
Theme Name:     Story Child
Author:         Pexeto
Author URI:     http://pexetothemes.com
Template:       thestory
*/

@import url("../thestory/style.css");


.layout-lc .section-content {
padding-left: 18%;
}
.fixed-header #header {
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 17%, rgba(0,0,0,0.59) 51%, rgba(255,255,255,0) 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(17%,rgba(0,0,0,1)), color-stop(51%,rgba(0,0,0,0.59)), color-stop(100%,rgba(255,255,255,0)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 17%,rgba(0,0,0,0.59) 51%,rgba(255,255,255,0) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 17%,rgba(0,0,0,0.59) 51%,rgba(255,255,255,0) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 17%,rgba(0,0,0,0.59) 51%,rgba(255,255,255,0) 100%)!important; /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 17%,rgba(0,0,0,0.59) 51%,rgba(255,255,255,0) 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 )!important; /* IE6-9 */
}
.nav-menu ul {
margin-top: 28px;
}
.header-buttons {
margin-top: 25px;
}
.layout-lb .section-content {
padding-left: 18%;
text-shadow: 3px 2px 3px #000000;
}
.layout-lt .section-content {
padding-left: 18%;
text-shadow: 3px 2px 3px #000000;
}
.layout-rc .section-content {
text-shadow: 3px 2px 3px #000000;
}
.layout-rb .section-content {
text-shadow: 3px 2px 3px #000000;
}
input[type=text], input[type=password], input[type=search], input[type=email] {
width: 92%;
}
textarea {
width: 91%;
}
input[type=tel] {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 8px;
border: solid 1px rgba(0, 0, 0, 0.1);
background: #fcfcfc;
font-size: 12px;
width: 92%;
}
.pexeto-contact-form .button {
color: #000000!important;
}
.section-content .button {
color: #000000!important;
text-shadow: none!important;
}