/*
==================================================

* Credits
----------------------
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012


* Table of Contents
----------------------
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc


	#Header
	#Content
		Home
		Content
		Review Slider
		Features
		Overview
		CTA
		Author
		Purchase
		Contact
		Footer
	#Blog
		WP Classes
		Content
		Posts and Post Navigations
		Comments
		Comment Form
		Search Page
	#Sidebar
		Widgets

	#Media Queries

==================================================
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
}
/* #Basic Styles
================================================== */
body {
  background: transparent;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
p,
address,
pre,
ul,
ol,
table,
dd {
  margin-bottom: 20px;
}
/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6,
.post-body h1 a,
.post-body h2 a,
.post-body h3 a,
.post-body h4 a,
.post-body h5 a,
.post-body h6 a {
  font-weight: 700;
  margin-bottom: 20px;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333333;
}
small {
  font-size: 80%;
  color: #999999;
}
/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
.post-body blockquote cite {
  margin-top: 20px;
  font-size: 14px;
}
tt,
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
address {
  font-style: italic;
}
acronym,
abbr {
  border-bottom: 1px dashed #000;
}
big {
  font-size: 110%;
}
cite {
  font-style: italic;
}
code {
  background: #eee;
  padding: 3px 5px;
  font-weight: 700;
  font-size: 90%;
  color: #d95843;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
q {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
var {
  font-style: italic;
}
/* #Links
================================================== */
a,
a:visited {
  color: #d95843;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  color: #333333;
}
p a,
p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
.post-body ul {
  list-style: square none;
  margin-left: 30px;
}
/* #Others
================================================== */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
th,
td,
dt {
  font-weight: 700;
}
th,
td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
dt {
  color: #333333;
}
/* #Images
================================================== */
img {
  max-width: 100% !important;
  height: auto;
  display: block;
}
/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #d95843;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 10px 20px;
  font-family: 'Pacifico', cursive;
  border: 0;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  color: #fff !important;
  background: #333333 !important;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  padding: 25px 20px;
  outline: none;
  border-radius: 5px;
  font: 24px/1.5em 'Roboto Slab', serif;
  color: #999999;
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #f9f9f9;
  border: 0;
  box-sizing: border-box;
}
textarea {
  min-height: 200px;
  height: 200px;
}
select {
  padding: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #333333;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
/* #Misc
================================================== */
.underline:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #d95843;
  position: absolute;
  top: 85%;
  left: 0;
  z-index: 1 !important;
  /* so that it doesn't overlap text */
}
.social i {
  font-size: 18px;
  color: #999999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #999999;
  margin-right: 10px;
  border-radius: 100%;
}
.social i:hover {
  border: 1px solid #d95843;
  color: #d95843;
}
.opacity-one {
  opacity: 1;
  filter: alpha(opacity=100);
}
.opacity-zero {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* jQuery validation (contact form) error message */
div.error {
  margin-bottom: 10px;
  color: #d95843;
  font-weight: 700;
  font-size: 14px;
}
.searchform {
  position: relative;
}
.searchform input[type="text"] {
  padding: 10px 70px 10px 15px;
  font-size: 14px;
}
.searchform button[type="submit"] {
  font-size: 14px;
  padding: 7px 10px;
  position: absolute;
  top: 0;
  right: 0;
}
/* #Header
================================================== */
.header {
  background: #ffffff;
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.header {
  -webkit-transition: min-height 0.5s, line-height 0.5s;
          transition: min-height 0.5s, line-height 0.5s;
  /* fix for duplicating menu while scrolling on Chrome */
}
.header img {
  -webkit-transition: max-height 0.5s;
          transition: max-height 0.5s;
}
.logo {
  margin: 20px 0;
}
.logo img {
  max-height: 60px;
  display: inline-block;
}
.header.scaled-down {
  height: 60px;
  line-height: 60px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.header.scaled-down .logo {
  margin-top: 10px !important;
  line-height: 1;
}
.header.scaled-down .logo img {
  max-height: 42px !important;
}
.nav {
  text-align: center;
}
.nav .menu {
  margin: 0;
}
.nav .menu ul {
  margin-bottom: 0;
}
.nav li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
}
.nav li.active a,
.nav li a:hover,
.nav li a:active {
  color: #d95843;
}
.menu-toggle {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.menu-toggle.open,
.menu-toggle.open i {
  color: #d95843 !important;
}
/* #Content
================================================== */
.boxed {
  padding: 60px 0;
}
.boxed-mini {
  padding: 30px 0;
}
.landing-page section {
  overflow-x: hidden;
  /* fix for Safari width overflow caused by CSS3 animations */
  overflow-y: hidden;
  /* fix extra scrollbar appears for some animation settings */
}
.landing-page .title .title-highlight {
  font-weight: 700;
  position: relative;
  z-index: 1 !important;
  /* underline */
}
.landing-page .title .title-highlight:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #d95843;
  position: absolute;
  top: 85%;
  left: 0;
  z-index: -1 !important;
  /* so that it doesn't overlap text */
}
.landing-page h3.title {
  font-size: 40px;
  margin-bottom: 40px;
}
.landing-page .section-header {
  text-align: center;
}
.landing-page .section-header .description {
  max-width: 50%;
  margin: 0 auto 50px;
}
/* /.landing-page */
/* /.landing-page */
.section-home,
.reviews,
.features,
.overview,
.cta,
.testimonials,
.author,
.purchase,
.contact,
footer {
  position: relative;
  z-index: 0;
}
/* Home
------------------*/
.section-home {
  margin-top: 100px;
  background: #f9f9f9;
}
.section-home h1.title {
  font-size: 36px;
  line-height: 48px;
}
.section-home .subtitle {
  margin-bottom: 50px;
}
.section-home p {
  font-size: 18px;
  line-height: 24px;
}
.section-home .small {
  font-size: 14px;
  line-height: 18px !important;
  color: #999999;
}
/* Review Slider
------------------*/
.reviews {
  background: #eeeeee;
  text-align: center;
}
.reviews .reviews-wrap {
  width: 70%;
  margin: 0 auto;
}
.reviews blockquote {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.reviews blockquote i {
  color: #d95843;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 37px;
  position: absolute;
  left: 0;
  top: 3px;
}
.reviews blockquote p {
  padding-left: 50px;
  text-align: left;
}
.reviews blockquote p {
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.reviews blockquote .source {
  font-size: 16px;
  font-style: normal;
  color: #999999;
}
/* Owl Carousel */
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  border-radius: none !important;
}
/* Features
------------------*/
.features {
  background: #ffffff;
  position: relative;
}
.features .feature {
  margin-bottom: 20px;
}
.features .feature-icon {
  float: left;
  background: #eeeeee;
  text-align: center;
  width: 100px;
  height: 100px;
}
.features .feature-icon i {
  color: #d95843;
  font-size: 40px;
  line-height: 100px;
}
.features .feature-title {
  float: left;
  padding: 0 20px;
  margin-right: 20px;
  text-align: center;
  line-height: 100px;
  background: #333333;
  color: #e5e5e5;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.features .feature-description {
  min-height: 100px;
  box-sizing: border-box;
  background: #f9f9f9;
  padding: 10px 20px;
}
/* Overview
------------------*/
.overview {
  background: #eeeeee;
  text-align: center;
}
.overview .chapter-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  max-width: 219px;
  text-align: left;
}
.overview .chapter-no {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.overview .chapter-preview-img {
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 20px;
  background: #f9f9f9;
}
.overview .chapter-preview-img img {
  width: 210px;
  height: 95px;
}
.overview .chapter-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.overview .product-sample {
  position: relative;
  margin-top: 50px;
  margin-bottom: -60px;
}
.overview .product-sample .dl-link {
  position: absolute;
  bottom: 130px;
  left: 50%;
  z-index: 1;
}
/* CTA
------------------*/
.cta {
  text-align: center;
  background: #333333;
}
.cta .title {
  color: #e5e5e5;
}
.cta p {
  color: #cccccc;
}
.cta .cta-txt {
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
  margin-right: 20px;
  color: #e5e5e5;
}
.cta a.button {
  margin: 0;
}
/* Testimonials
------------------*/
.testimonials {
  background: #ffffff;
}
.testimonials .testimonial {
  background: #f9f9f9;
  padding: 20px 0;
}
.testimonials .testimonial img {
  border-radius: 100%;
}
.testimonials .profile {
  padding-top: 10px;
}
.testimonials .profile .name {
  font-family: 'Pacifico', cursive;
  font-size: 24px;
  color: #d95843;
  float: left;
  margin-right: 20px;
}
.testimonials .profile .ratings {
  color: #fee157;
  font-size: 24px;
  height: 25px;
}
.testimonials .profile p {
  margin-top: 10px;
  font-size: 16px;
}
.testimonials .testimonial:nth-child(2n+1) {
  background: #ffffff;
}
.testimonials .testimonial:nth-child(2n+1) .profile {
  text-align: right;
}
.testimonials .testimonial:nth-child(2n+1) .name {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
/* Author
------------------*/
.author {
  background: #f9f9f9;
}
.author .author-info {
  width: 60%;
  margin: 0 auto;
}
.author .author-avatar {
  float: left;
  margin-right: 40px;
}
.author .author-avatar img {
  border-radius: 100%;
}
.author .author-meta {
  position: relative;
}
.author .author-meta .name {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  display: inline-block;
  margin-bottom: 20px;
}
.author .author-meta .sig {
  position: absolute;
  left: 220px;
  top: auto;
  margin-top: 20px;
}
.author .author-description {
  margin-top: 30px;
}
/* Purchase
------------------*/
.purchase {
  background: #333333;
  text-align: center;
  /* /.price-table */
}
.purchase .title {
  color: #e5e5e5;
}
.purchase .description {
  color: #cccccc;
}
.purchase .product-name {
  font-family: 'Pacifico', cursive;
  color: #d95843;
}
.purchase .price-table {
  background: #eeeeee;
  text-align: center;
  width: 279px;
  min-height: 560px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 20px 46px 20px 0;
  padding-bottom: 50px;
}
.purchase .price-table:last-child {
  margin-right: 0;
}
.purchase .price-table .price-table-title,
.purchase .price-table .price,
.purchase .price-table .price-table-description {
  padding: 30px 0;
}
.purchase .price-table .price-table-title {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.purchase .price-table .price {
  background: #d95843;
  text-align: center;
}
.purchase .price-table .price p {
  font-family: 'Pacifico', cursive;
  font-size: 72px;
  color: #f2f2f2;
}
.purchase .price-table .price span {
  font-size: 30px;
}
.purchase .price-table .price-table-description {
  min-height: 250px;
}
.purchase .price-table .price-table-description p {
  margin: 0 0 5px 0;
  color: #666666;
  font-style: italic;
}
.purchase .price-table .button {
  margin: 0;
}
.purchase .price-table.recommended {
  background: #ffffff;
  padding-bottom: 50px;
  top: -30px;
}
.purchase .price-table.recommended .price {
  padding: 50px 0;
}
.purchase .price-table.recommended .price-table-description {
  min-height: 270px;
}
/* Subscribe
------------------*/
.subscribe {
  background-color: #f9f9f9;
}
.subscribe h3.title {
  margin: 0;
  text-align: left;
  line-height: 1.2em;
}
.subscribe .mc4wp-form {
  position: relative;
  margin: 0;
  /* forefully hide labels */
}
.subscribe .mc4wp-form form,
.subscribe .mc4wp-form p,
.subscribe .mc4wp-form input {
  margin: 0;
}
.subscribe .mc4wp-form label {
  display: none;
}
.subscribe .mc4wp-form input[type=email] {
  background-color: #fff;
}
.subscribe .mc4wp-form button,
.subscribe .mc4wp-form input[type=button],
.subscribe .mc4wp-form input[type=submit] {
  padding: 10px 35px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* Contact
------------------*/
.contact {
  background: #eeeeee;
  text-align: center;
}
.contact input[type="submit"] {
  width: 300px;
  font-size: 30px;
}
/* Contact Form 7 */
.wpcf7-form-control-wrap {
  display: block !important;
}
.wpcf7-not-valid-tip {
  margin-top: -20px !important;
  margin-bottom: 40px;
  padding: 3px;
  background: #E02222;
  color: #fff !important;
  font-size: 14px !important;
  font-style: italic;
}
.wpcf7-response-output {
  background: #fff;
  border: none;
  font-style: italic;
}
.wpcf7-validation-errors {
  background: #E02222;
  color: #fff;
}
.wpcf7-mail-sent-ok {
  background: #AEF26B;
  color: #fff;
}
/* Landing Page Footer
------------------*/
.footer {
  text-align: center;
  background: #333333;
}
.footer .title {
  color: #e5e5e5;
}
.footer p {
  color: #cccccc;
}
.footer .social i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 27px;
}
/* Footer
------------------*/
footer {
  text-align: center;
  background: #333333;
}
footer .copyright p {
  margin: 0 !important;
}
footer .copyright p,
footer .copyright p a {
  color: #666666 !important;
}
footer .copyright p a:hover {
  color: #d95843 !important;
}
footer .back-to-top {
  position: fixed;
  bottom: 20px;
  right: 5%;
}
footer .back-to-top i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #d95843;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
footer .back-to-top i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* #Blog
================================================== */
/* WP Classes
------------------*/
/* WP Gallery shortcode */
.gallery-caption,
.wp-caption-text {
  width: 100%;
}
.gallery-item {
  margin: 10px 1% !important;
}
.gallery-columns-2 .gallery-item {
  width: 48% !important;
}
.gallery-columns-3 .gallery-item {
  width: 31.3% !important;
}
/* Images */
.alignnone {
  margin: 5px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
.wp-caption {
  background: #fff;
  max-width: 100%;
  /* prevent overflow */
  padding: 5px 3px 10px;
  text-align: center;
}
/* Blog
------------------*/
.blog-page-header {
  margin-top: 100px;
  background: #f9f9f9;
  text-align: center;
}
.blog-page-content {
  background: #ffffff;
}
.blog-page-content .widget-title,
.blog-page-content .post-title,
.blog-page-content .others-title,
.blog-page-content .comments-title h3,
.blog-page-content .comment-reply-title {
  font-weight: 700;
  font-size: 26px;
}
.post-article {
  margin: 0 0 30px 0;
  position: relative;
}
.post-article .post-thumbnail {
  margin-bottom: 15px;
}
.post-article .post-title {
  margin-bottom: 10px !important;
  line-height: 28px;
}
.post-article .post-title a {
  color: #333333;
  font-weight: 700;
  font-size: 26px;
}
.post-article .post-meta {
  padding-bottom: 10px;
  font-style: italic;
}
.post-article .post-meta-date,
.post-article .comments-span,
.post-article .post-meta-categories,
.post-article .post-meta-tags {
  margin-right: 10px;
  font-size: 14px;
}
.post-article .post-meta-date i,
.post-article .comments-span i,
.post-article .post-meta-categories i,
.post-article .post-meta-tags i {
  color: #d95843;
  margin-right: 2px;
}
.post-article .more-link {
  background: #d95843;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 10px 20px;
  font-family: 'Pacifico', cursive;
  border: 0;
  padding: 5px 10px;
  font-size: 14px;
}
.post-article .more-link:hover,
.post-article .more-link:active {
  color: #fff !important;
  background: #333333;
}
.sticky .post-sticky {
  position: absolute;
  top: 0;
  right: 100%;
}
.sticky .post-sticky i {
  padding: 10px;
  color: #fff;
  background: #d95843;
}
/* Posts and Post Navigations
------------------*/
/* blog page */
.post-pagination {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.post-pagination .next-posts {
  float: left;
}
.post-pagination .next-posts i {
  margin-right: 5px;
}
.post-pagination .prev-posts {
  float: right;
}
.post-pagination .prev-posts i {
  margin-left: 5px;
}
/* single post page */
.adj-post-navigation {
  margin-bottom: 30px;
}
.adj-post-navigation .prev-post {
  float: left;
}
.adj-post-navigation .prev-post i {
  margin-right: 5px;
}
.adj-post-navigation .next-post {
  float: right;
}
.adj-post-navigation .next-post i {
  margin-left: 5px;
}
.post-pagination,
.adj-post-navigation {
  padding: 30px 0;
}
.post-pagination i,
.adj-post-navigation i {
  color: #d95843;
  border: 1px solid #d95843;
  padding: 5px;
  border-radius: 100%;
}
.post-pagination a:hover i,
.adj-post-navigation a:hover i,
.post-pagination a:active i,
.adj-post-navigation a:active i,
.post-pagination i:hover,
.adj-post-navigation i:hover,
.post-pagination i:active,
.adj-post-navigation i:active {
  color: #333333;
  border-color: #333333;
}
/* Comments
------------------*/
.comment-list,
.comment-list ol {
  list-style: none;
}
.comment-list {
  margin-left: 0;
}
.comment-list > li {
  background: #ffffff;
  padding: 30px 15px;
  margin-bottom: 0;
}
.comment-list > li:nth-child(2n) {
  background: #f9f9f9;
}
.comment-list ol {
  padding-top: 30px;
}
.comment-list ol li {
  font-size: 16px;
}
/* WP CLass */
.bypostauthor {
  position: relative;
}
.bypostauthor cite {
  color: #d95843;
  font-style: normal;
  font-weight: 700;
}
.comments-title {
  padding: 30px 0;
  text-align: center;
}
.comments-title i {
  color: #999999;
  font-size: 70px;
}
.comment-body {
  margin-left: 100px;
  position: relative;
  min-height: 80px;
}
.comment-author {
  position: relative;
}
.comment-author .avatar {
  position: absolute;
  top: 0;
  left: -100px;
  border-radius: 100%;
}
.comment-author .fn,
.comment-author .fn a,
.comment-author .says {
  color: #333333;
  font-weight: 700;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  background: #d95843;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 10px 20px;
  font-family: 'Pacifico', cursive;
  border: 0;
  padding: 5px 10px;
  font-size: 14px;
}
/* Comment Form
------------------*/
.comment-respond {
  margin: 60px auto 0;
  padding: 30px;
  background: #eeeeee;
  width: 80%;
}
.comment-respond input,
.comment-respond textarea {
  padding: 15px 20px;
  font-size: 18px;
}
.comment-respond .form-submit {
  text-align: center;
}
.comment-respond input[type="submit"] {
  width: 60%;
}
.cancel-reply-link {
  background: #d95843;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 10px 20px;
  font-family: 'Pacifico', cursive;
  border: 0;
  padding: 5px 10px;
}
.form-allowed-tags {
  font-size: 12px;
  color: #999999;
}
/* Others Page
------------------*/
.others-header {
  margin-bottom: 30px;
  text-align: center;
}
.others-header i {
  font-size: 40px;
  color: #d95843;
}
/* #Sidebar
================================================== */
/* Widgets
------------------*/
.widget {
  margin-bottom: 30px;
}
.widget ul li,
.widget .textwidget,
.widget #calendar_wrap {
  font-size: 14px;
}
.widget ul li a {
  color: #999999;
}
.widget ul li a:hover,
.widget ul li a:active {
  color: #d95843;
}
.widget ul li {
  position: relative;
  padding-left: 20px;
}
.widget ul li:before {
  font-family: 'FontAwesome';
  content: '\f192';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.widget-title {
  font-size: 18px !important;
}
/* WP tagcloud widget */
.widget_tag_cloud .tagcloud {
  font-size: 14px !important;
}
.widget_tag_cloud a {
  background: #f9f9f9;
  padding: 5px;
  color: #999999 !important;
  font-size: 14px !important;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:active {
  background: #d95843;
  color: #fff !important;
}
/* WP calendar widget */
.widget_calendar #calendar_wrap {
  width: 230px;
}
.widget_calendar caption {
  font-weight: 700;
  background: #f9f9f9;
}
.widget_calendar th,
.widget_calendar td {
  padding: 8px;
}
.widget_calendar a {
  background: #d95843;
  color: #fff;
  padding: 5px;
}
.widget_calendar tfoot {
  display: none;
}
/* WP recent comments widget */
.widget_recent_comments .recentcomments {
  font-size: 16px !important;
}
.widget_recent_comments ul li a {
  font-size: 14px !important;
}
/* WP text widget */
.widget_text .textwidget {
  line-height: 20px;
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* #Header
================================================== */
  .nav {
    width: 150%;
    margin-left: -25%;
    background-color: #eee;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.12);
  }
  .menu-toggle,
  .menu-toggle i {
    color: #333333 !important;
  }
  .menu-toggle {
    display: block;
  }
  .menu {
    display: none;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .menu li {
    margin-bottom: 20px;
  }
  .menu li:last-child {
    margin-bottom: 0;
  }
  /* Features
------------------*/
  .features .feature {
    text-align: center;
  }
  .features .feature-icon,
  .features .feature-title {
    float: none;
    margin-right: 0;
  }
  .features .feature-title,
  .features .feature-description {
    width: 60%;
  }
  .features .feature-title {
    display: inline-block;
    line-height: 1.3em;
    padding: 20px;
    box-sizing: border-box;
  }
  .features .feature-description {
    margin: 0 auto;
    min-height: 0;
    padding: 20px;
  }
  .features .feature-icon {
    margin: 0 auto;
  }
  /* Author
------------------*/
  .author {
    background: #f9f9f9;
  }
  .author .author-info {
    width: 80%;
    margin: 0 auto;
  }
  .author .author-avatar {
    float: none;
    margin: 0;
  }
  .author .author-avatar img {
    margin: 0 auto;
  }
  .author .author-meta {
    margin-top: 20px;
    text-align: center;
  }
  .author .author-meta .sig {
    position: relative;
    margin: 20px auto 0;
    left: auto;
  }
  .author .author-description {
    text-align: center;
  }
  /* Purchase
------------------*/
  .purchase .price-table {
    width: 240px;
    margin-right: 10px;
  }
  .purchase .price-table:last-child {
    margin-right: 0;
  }
}
/* @media only screen and (max-width: 959px) */
/* Tablet Landscape & Desktops + Anything Larger */
@media only screen and (min-width: 959px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  #menu {
    display: block !important;
  }
  .nav {
    float: right;
  }
  .nav li {
    margin-right: 20px;
    display: inline-block;
  }
  .nav li:last-child {
    margin-right: 0;
  }
  /* /.nav */
}
/* @media only screen and (min-width: 768px) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    font: 16px/1.5em 'Roboto Slab', serif !important;
  }
  .landing-page {
    text-align: center;
  }
  .section-header {
    max-width: 90%;
    margin: 0 auto;
  }
  .section-header .title {
    line-height: 1.2em;
  }
  .section-header .description {
    max-width: 100% !important;
  }
  /* Review Slider
------------------*/
  .reviews .reviews-wrap {
    width: 80%;
    margin: 0 auto;
  }
  /* Features
------------------*/
  .features .feature-icon,
  .features .feature-title {
    float: none;
    margin-right: 0;
  }
  .features .feature-title,
  .features .feature-description {
    width: 100%;
  }
  .features .feature-icon {
    margin: 0 auto;
  }
  /* Overview
------------------*/
  .overview .chapter-block {
    float: none;
    margin: 0 auto 40px;
    max-width: 300px;
  }
  .overview .chapter-preview-img {
    max-width: 220px;
    margin: 0 auto 20px;
  }
  .overview .dl-link {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
  }
  /* CTA
------------------*/
  .cta a.button {
    margin-top: 20px;
  }
  /* Testimonials
------------------*/
  .testimonials img {
    margin: 0 auto;
  }
  .testimonials .name {
    display: block;
    float: none !important;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .testimonials .profile {
    text-align: center !important;
  }
  /* Purchase
------------------*/
  .purchase .price-table,
  .purchase .price-table-description {
    min-height: 0 !important;
  }
  .purchase .price-table {
    width: 80%;
    margin: 20px 10%;
    box-sizing: border-box;
  }
  .purchase .recommended {
    width: 100%;
    margin: 20px 0 !important;
  }
  /* Subscribe
------------------*/
  .subscribe h3.title {
    margin: 0 0 20px;
  }
  /* #Blog
================================================== */
  .post-article {
    text-align: left;
  }
  .post-article .post-title,
  .post-article .post-meta {
    margin-bottom: 20px !important;
  }
  .post-sticky i {
    font-size: 80%;
    padding: 5px;
  }
  /* Posts and Post Navigations
------------------*/
  .post-pagination .adj-post-navigation {
    text-align: center;
  }
  .post-pagination .next-posts,
  .post-pagination .prev-posts {
    float: none;
  }
  .post-pagination .next-posts {
    margin-bottom: 20px;
  }
  .adj-post-navigation .prev-post,
  .adj-post-navigation .next-post {
    float: none;
  }
  .adj-post-navigation .prev-post {
    margin-bottom: 20px;
  }
  /* Comments
------------------*/
  .comment-list ol {
    margin-left: 10px;
  }
  .comment-body {
    margin-left: 50px;
    text-align: left;
  }
  .comment-author .avatar {
    width: 40px;
    left: -50px;
  }
  .comment-reply-link {
    padding: 3px 7px;
    font-size: 12px;
  }
  .sidebar {
    text-align: left;
  }
}
/* @media only screen and (max-width: 767px) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
