/*-----------------------------------------------------------

    Theme Name: Thoughts
	Version: 1.0
    Description: Premium WordPress theme by WPExplorer
    Author: WPExplorer
    Author URI: http://www.wpexplorer.com
    Designed & Developed by WPExplorer
	Theme URI: http://www.wpexplorer.com/thoughts-wordpress-theme
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, flexible-width, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
	
		
/* Reset
================================================== */
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;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Body & Main
================================================== */
body {
  background: #192835;
  nowhitespace: afterproperty;
  font: 16px/1.8 'Droid Serif', Helvetica, Arial, sans-serif;
  color: #444;
  padding: 60px 100px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body a {
  color: #e73420;
}
body a:hover {
  color: #2eae9b;
}

#wrap {
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
}

/* Commons
================================================== */

img {
  max-width: 100%;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  border-left: 4px solid #ea5b4d;
}

blockquote p:last-child {
  margin: 0;
}

/*preformatted text*/
pre {
  background: #fff
    url('/web/20171110215034im_/http://www.anchoragekitchenremodeling.com/wp-content/themes/Thoughts/images/pre-bg.png')
    repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/*address*/
address {
  letter-spacing: 1px;
  margin: 20px 0;
}

/*page featured image*/
#page-featured-img {
  position: relative;
  margin-bottom: 25px;
}

#page-featured-img img {
  display: block;
  width: 100%;
}

/*wp*/
.sticky {
}

.gallery-caption {
}

/* Lists
================================================== */
.post-entry-content ul {
  margin: 30px 0 30px 20px;
}

.post-entry-content ol {
  margin: 30px 0 30px 25px;
}

.post-entry-content ul {
  list-style: disc;
}

.post-entry-content ol {
  list-style: decimal;
}

.post-entry-content ul li,
.entry ol li {
  margin: 0 0 5px;
}

/* Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4em;
  font-family: 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e3141;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1e3141;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #4a769d;
  text-decoration: none;
}

.post-entry-content h2,
.post-entry-content h3,
.post-entry-content h4,
.post-entry-content h5,
.post-entry-content h6 {
  margin: 60px 0 30px;
  text-transform: uppercase;
}

h1 {
  font-size: 24px;
  margin: 0 0 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

p {
  margin: 0 0 20px;
}

.entry p:last-child {
  margin: 0;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

/* Headings
================================================== */

/*page heading*/
#page-heading {
  position: relative;
  margin-bottom: 30px;
}

#page-heading h1,
#page-heading h2 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
}
#page-heading span {
  margin-right: 10px;
}

/* Header
================================================== */

/*header*/
#header {
  position: relative;
  background: #ea5b4d;
  margin-bottom: 30px;
  font-family: 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
}

/*logo*/
#logo h1 a,
#logo h2 a {
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  color: #fff;
  padding: 40px;
  text-transform: uppercase;
}

#logo img {
  display: block;
  max-width: 100%;
}

#logo h1,
#logo h2 {
  margin: 0;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* Main Navigation
================================================== */

/*hide responsive nav*/
#top-bar .selector,
#navigation .selector {
  display: none;
}

/*core*/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 180px;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0px;
  top: 30px;
  z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 180px;
  top: 1px;
}

/*styling*/
#navigation {
  position: absolute;
  height: 50px;
  top: 50%;
  right: 15px;
  margin-top: -16px;
}

#navigation .sf-menu > li:hover > ul,
.sf-menu li.sfHover > ul {
  top: 32px;
}

#navigation ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 200px;
  top: 0;
}

#navigation .sf-menu a {
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

#navigation .sf-menu > li > a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#navigation .sf-menu li {
  float: left;
  position: relative;
}

#navigation .sf-menu > li > a:hover {
  color: #192835;
}

#navigation .sf-menu > .current-menu-item > a,
#navigation .sf-menu > .current-menu-item > a:hover {
  background: #192835;
  color: #fff;
  font-weight: bold;
}

#navigation .sf-menu > li.sfHover > a,
#navigation .current-menu-parent > a,
#navigation .current-menu-parent > a:hover {
  color: #192835;
}

/*drop-down styles*/
#navigation .sf-menu ul {
  position: absolute;
  nowhitespace: afterproperty;
  top: -999em;
  width: 200px;
  z-index: 9999;
  left: 0;
  padding-top: 10px;
}

#navigation .sf-menu ul > li:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#navigation .sf-menu ul > li:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#navigation .sf-menu ul li {
  background: #192835;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#navigation .sf-menu ul li:first-child {
  border-top: 0;
}

#navigation .sf-menu ul li:last-child {
  border-bottom: 0;
}

#navigation .sf-menu ul a {
  display: block;
  padding: 12px;
  color: #fff;
  height: auto;
  margin: 0px;
  border: 0px;
  line-height: 1.8em;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  text-transform: none;
}

#navigation .sf-menu ul li > a:hover {
  background: #279383;
}

/* Homepage
================================================== */
#homepage-header {
  position: relative;
}
#homepage-title {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
}
#homepage-title span {
  margin-right: 10px;
}

/* Slider
================================================== */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
  display: block;
}

/*main*/
.flexslider-container {
  position: relative;
}

.flexslider {
  zoom: 1;
  position: relative;
}

.flexslider ul {
  margin: 0;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#gallery-slider .flex-direction-nav li a.flex-next,
#gallery-slider .flex-direction-nav li a.flex-prev {
  position: absolute;
  display: block;
  width: 40px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  background: #000;
  color: #fff !important;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

#gallery-slider .flex-direction-nav li a.flex-next {
  right: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#gallery-slider .flex-direction-nav li a.flex-prev {
  left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#gallery-slider .flex-direction-nav li a:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  color: #fff;
  text-decoration: none;
}

/* Posts
================================================== */
.post-entry {
  overflow: hidden;
  background: #f9fafb;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}
.post-entry-text {
  padding: 40px 0;
  width: 80%;
  margin: 0 auto;
}
.post-entry p:last-child {
  margin: 0;
}

.post-entry-thumbnail img,
.post-entry-thumbnail a,
.post-entry-video {
  display: block;
  width: 100%;
}
.post-entry img {
  box-shadow: #000 0em 0em 0em;
}

.post-entry header h1,
.post-entry header h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 2em;
}

body.page .post-entry header h1 {
  margin: 20px 0 50px;
}

.post-entry-meta {
  text-align: center;
  list-style: none;
  margin-bottom: 30px;
  font-size: 0.875em;
  color: #8d9398;
}
.post-entry-meta a {
  color: #2eae9b;
  text-decoration: none;
}
.post-entry-meta a:hover {
  color: #e73420;
}

.post-entry.format-quote {
  display: block;
  background: #279383;
  color: #fff;
  position: relative;
  text-shadow: none !important;
}

.post-entry.format-quote .quote-content {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: relative;
  display: block;
  color: #fff;
  padding: 80px 0;
  font-size: 1.75em;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.quote-author {
  font-family: 'Dorid Serif';
  margin-top: 20px;
  font-size: 0.75em;
  text-transform: none;
  font-style: italic;
}

.post-entry-footer {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.813em;
  font-family: 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
}
.post-entry-footer:before {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  margin-bottom: 20px;
  background: #ced5db;
}
.single .post-entry-footer:after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  margin-top: 20px;
  background: #ced5db;
}
.post-entry-footer span.wpex-icon-minus {
  font-weight: normal;
  font-size: 0.688em;
  margin: 0 10px;
  color: #bbb;
}
.post-entry-footer a:hover {
  text-decoration: none;
  color: #2eae9b;
}
.post-entry-footer p {
  margin-bottom: 0;
  color: #8d9398;
}

#post-pagination {
  margin-bottom: 30px;
}
#post-pagination a {
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875em;
}
#post-pagination a:hover {
  color: #2eae9b;
}
#post-pagination .post-next,
#post-pagination .post-prev {
  width: 48%;
}
#post-pagination .post-prev {
  float: left;
}
#post-pagination .post-next {
  float: right;
}
#post-pagination .post-prev span {
  margin-right: 10px;
}
#post-pagination .post-next span {
  margin-left: 10px;
}
#post-pagination .post-next {
  text-align: right;
}
#post-pagination a:hover span {
  text-decoration: none;
}

/* Pagination
================================================== */
.page-pagination {
  margin: 0 0 23px;
  overflow: hidden;
  text-align: center;
}

.page-of-page span.inner {
  padding: 0 10px;
}

.page-of-page,
.page-pagination a,
.page-pagination span.outer {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 35px;
  height: 35px;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 7px;
  display: block;
  float: left;
  color: #fff;
  background: #030507;
  -moz-box-sizing: border-box;
  border-radius: 2px;
}

.page-pagination a,
.page-pagination span.outer {
  width: 35px;
}

.page-pagination a:hover,
.page-pagination span.current {
  color: #fff;
  background: #279383;
  text-decoration: none;
}

/* Footer
================================================== */

/*footer main*/
#footer-wrap {
  background: #ea5b4d;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#footer {
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial;
  padding: 30px 0;
  font-size: 0.813em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

#footer a {
  color: #0e171e;
}

/* Search
================================================== */

/*main*/
input[type='search'] {
  background: url('/web/20171110215034im_/http://www.anchoragekitchenremodeling.com/wp-content/themes/Thoughts/images/search.png')
    no-repeat scroll 96% center #fff;
  color: #666;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial;
  font-size: 0.813em;
  padding: 0 16px 0 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
#footer input[type='search'] {
  background-image: url('/web/20171110215034im_/http://www.anchoragekitchenremodeling.com/wp-content/themes/Thoughts/images/search-light.png');
}

input[type='search']::-webkit-search-decoration {
  display: none;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#footer input[type='search'] {
  background-color: #222;
  border-color: #222;
  color: #666;
}
#footer input[type='search']:focus {
  color: #aaa;
}

#footer input[type='search'] {
  box-shadow: none;
}

/* search toggle*/
#searchbar {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

/* Forms / Inputs / Buttons
================================================== */

/*inputs*/
input[type='text'],
input[type='password'] {
  height: 40px;
  line-height: 40px;
}

input[type='text'],
input[type='password'],
textarea {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  display: block;
  font-size: 12px;
  margin-left: 0;
  padding: 0 15px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 transparent,
    0 0 0 transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-appearance: none;
  border-radius: 2px;
}

textarea {
  width: 100%;
  padding: 10px;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
  outline: none;
  border-color: #ccc;
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.07);
}
.entry button,
.entry input[type='button'],
.entry input[type='submit'],
#commentsbox input[type='submit'] {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  outline: none;
  border: none;
  background: #2eae9b;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.813em;
  cursor: pointer;
  -webkit-appearance: none !important;
}

.entry button:hover,
.entry input[type='button']:hover,
.entry input[type='submit']:hover,
#commentsbox input[type='submit']:hover {
  background: #35c9b3;
}

.entry button:active,
.entry input[type='button']:active,
.entry input[type='submit']:active,
#commentsbox input[type='submit']:active {
  top: 1px;
}

/* Comments
================================================== */
#commentsbox {
  margin-top: 30px;
}
h3.comments-title {
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 1.5em;
}

.comment-details ul {
  margin: 0;
}

.commentlist {
  margin: 0;
}

.commentlist li {
  list-style: none;
  margin: 0;
}

.children li.depth-2 {
  margin: 0 0 0px 65px;
}

.children li.depth-3 {
  margin: 0 0 0px 65px;
}

.children li.depth-4 {
  margin: 0 0 0px 65px;
}

.children li.depth-5 {
  margin: 0 0 0px 65px;
}

.children li.depth-6 {
  margin: 0 0 0px 65px;
}

.children li.depth-7 {
  margin: 0 0 0px 65px;
}

.children li.depth-8 {
  margin: 0 0 0px 65px;
}

.children li.depth-9 {
  margin: 0 0 0px 65px;
}

.children li.depth-10 {
  margin: 0 0 0px 65px;
}

.comment-body {
  margin-bottom: 30px;
}

.comment-details {
  position: relative;
  margin-left: 70px;
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 transparent,
    0 0 0 transparent;
}
.comment-avatar {
  position: absolute;
  left: -70px;
  top: 0;
}

.comment-avatar img {
  display: block;
  border-radius: 4px;
}

.comment-author {
  color: #1e3141;
}
.comment-author,
.comment-author .author a:link,
.comment-author .author a:visited {
  font-weight: 600;
}

.comment-content p:last-child {
  margin: 0;
}

.comment-date {
  font-size: 0.688em;
  font-weight: normal;
  font-family: 'Open Sans';
}

.comment-date a {
  color: #888;
}

.comment-reply-link {
  font-size: 0.688em;
  color: #2eae9b;
  font-family: 'Open Sans';
}
.comment-reply-link:hover {
  color: #e73420;
  text-decoration: none;
}

.comment-reply-link:before {
  content: '\b7\a0';
}

#cancel-comment-reply-link {
  color: #c30;
}
#cancel-comment-reply-link:hover {
  color: #1e3141;
}
.commentlist .children {
  margin: 0;
}

#comments-logged-in {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 13px;
}

#log-out {
  float: right;
  margin-top: -56px;
}

.form-submit {
  margin-bottom: 0;
  height: 70px;
}

h3#reply-title {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 1.5em;
}
.children #commentform textarea {
  width: 95.6%;
}

#commentform input {
  float: left;
  margin-right: 10px;
}

#commentform label {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
}

#commentsbox span.required {
  color: #c30;
  font-size: 9px;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
  font-size: 13px;
  width: 40%;
  margin-top: 0;
}

#commentform textarea {
  font-size: 13px;
  width: 100%;
  margin-top: 10px;
}

/* 404 Page
================================================== */
#error-page-title {
  font-size: 5em;
  text-align: center;
  font-weight: bold;
  background: none;
  line-height: 1em;
  border: none;
  margin: 0 0 10px;
}

#error-page-title span {
  margin-right: 7px;
}

#error-page-text {
  text-align: center;
  font-size: 16px;
}

/* WordPress Styles
================================================== */

/*aligns*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

/*floats*/
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

/*text style*/
.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

/*captions*/
.wp-caption {
  max-width: 100% !important;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  max-width: 100$;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/*smiley reset*/
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

/*blockquote*/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*img attachment*/
#img-attch-page {
  text-align: center;
  overflow: hidden;
}

#img-attch-page img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 20px;
}

/*gallery shortcode*/
.gallery-item img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*other*/
.bypostauthor {
}
