/*!
Theme Name: Code Manas
Theme URI: 
Author: codemanas
Author URI: 
Description: Code Manas is a simple WordPress blog theme. With simple and aesthetic design, this theme showcases the blogs in the most effective and simplest way. Being compatible with Kirki, this theme provides rich experiences for the WordPress Customizer using best coding practices. This themes comes with many theme options for a normal user to customize the theme the way one wants.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: code-manas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Code Manas is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
  ##comments and navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Layout
# Sections
  ## Header image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#. Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,900');
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');

html {
  font-family: 'Oxygen', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
    display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}
svg {
  width: 16px;
  height: 15px;
  vertical-align: middle;
}
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  }

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

tr {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
table caption {
  background-color: transparent;
  border:1px solid #e5e5e5;
  border-bottom: none;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}
table th a{
  color: #000;
}
/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

body {
  font-family: 'Oxygen', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3{
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
  margin:0 0 15px 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0;
  padding: 30px 5px 5px 0px;
}
blockquote p {
  margin: 0 0 1em;
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: #fff; /* Fallback for when there is no custom background color defined. */
  word-wrap: break-word;
}
blockquote,
q {
  quotes: "" "";
  position: relative;
}
blockquote:before {
  position: absolute;
  left: -40px;
  top: -10px;
}
blockquote::before{
  content: "\201C";
}
blockquote::before, q::before {
  font-size: 4.90rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}



hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul, ol {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */\
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  table-layout: fixed;
  border:1px solid #e5e5e5;
}

td, th {
  padding: 5px 10px;
}

/*--------------------------------------------------------------
#Forms
--------------------------------------------------------------*/
button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 0px;
  background:#c8836e;
  border: none;
}

 a.button {
  min-width: 150px;
 }

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #e66239 ;
  border-color:transparent;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  color: #666;
  border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
  padding: 10px 0 10px 15px;
}

select {
  width: 100%;
  padding:5px;
}

textarea {
  padding:10px;
  width: 100%;
}
.form-submit input#submit {
  margin: 20px 0 10px 0;
}
.form-submit{
  text-align: center;
}
.wpcf7 p {
  margin-top: 0;
  margin-bottom: 20px;
}

.wpcf7 input[type="submit"] {
  width: 100%;
}
/*--------------------------------------------------------------
#. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#.#. Links
--------------------------------------------------------------*/

a {
  color: #c8836e;
  outline: none;
  text-decoration: inherit;
}

a:visited {
  color: #e76239;
}

a:hover,
a:focus,
a:active {
  color:#e66239;
}

a:focus {
  outline:inherit;
}

a:hover,
a:active {
  outline: 0;
}
a.more-link {
  margin-top: 10px;
  display: inline-block;
  padding: 7px 13px;
  background: #e76239;
  color: #fff;
  position: relative;
  z-index: 0;
  font-size: 16px;
  font-weight: 500;
}
a.more-link:hover{
  background:#000;
}

/*----reset---*/

.clearfix:before,
.clearfix:after{
  clear: both;
  content: "";
  display: table;
}
.clearfix:after{
  clear: both;
}
.clearfix{
  zoom:1;
}
.container:before,
.container:after{
  display: table;
  content: "";
}
.container:after{
  clear: both;
}
.container {
  width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1400px){
  .container {
    max-width: 1230px;
  }
}
@media only screen and (max-width: 1300px){
  .container {
    width: 97% !important;
    padding: 0 15px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
## Site branding
--------------------------------------------------------------*/

.site-header {
    background-color: #fff;
    transition: padding 0.2s ease-in-out 0s;
    clear: both;
    z-index: 999;
    position: relative;
}

.site-footer .container,
#footer-widgets .container,
.site-header .container {
  width: 1300px;
}

.nav-shrink .site-header {
  background-color: #fff;
}

.nav-shrink .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 1px 20px 2px #d2d1d1;
}

.menu-sticky .site-header {
  transition: all 0.3s ease-in-out;
}

.custom-logo-link,
#site-identity {
  float: left;
  margin-right: 15px;
}

.centered-header .site-header .container {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.centered-header .custom-logo-link, .centered-header #site-identity {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.centered-header .site-branding{
  text-align: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
}

.custom-logo-link img{
  vertical-align: middle;
  margin-top: 17px;
  webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.nav-shrink .custom-logo-link img{
  max-width: 75%;
  margin-top: 12px;
}

.site-title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 10px;
}

.site-description {
  color: #e66239;
  font-size: 15px;
  font-style: inherit;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
}

.site-title a {
  color: #000;
  font-weight: bold;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.icon {
  background-color: #000;
  width: 22px;
  height: 2px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.icon::after, .icon::before {
  content: '';
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.icon, .icon::after, .icon::before {
  width: 22px;
  height: 2px;
  position: absolute;
}

.icon::before {
  transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  background-color: #000;
}

.icon::after {
  transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  background-color: #000;
}

.site-header-menu {
  float: right;
  position: relative;
}

.centered-header .site-header-menu{
  float: none;
  width: 100%;
  text-align: center;
}
.main-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
}

.main-navigation ul ul {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px #ddd;
  left: -9999px;
  margin: 0;
  min-width: 220px;
  position: absolute;
  top: 70px;
  opacity: 0;
  z-index: -9999;
  transition: opacity 0.4s ease-in-out 0s;
}

.nav-shrink .main-navigation ul ul {
  top: 60px;
}

.nav-shrink .main-navigation ul ul ul{
  top: 0;
}

.main-navigation ul ul ul {
  right: 100%;
  top: 0;
  box-shadow: 0px 0px 4px 2px #ddd;
  left: inherit;
}
.main-navigation ul ul ul::after{
  content:none;
}
.main-navigation li {
  position: relative;
  display: inline-block;
  margin-bottom:0;
  float: left;
}
.centered-header .main-navigation li{
  float: none;
}
.main-navigation ul > li:hover > ul {
  opacity: 1;
  left:0;
  z-index: 9999;
}

.main-navigation ul ul ul ul  {
  display: none;
}

.main-navigation ul ul ul li:hover > ul {
  display: block;
}

.main-navigation ul ul li:hover > ul {
  opacity: 1;
  right: 100%;
  left: inherit;
}

.main-navigation ul ul::after{
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  border-left: 1px solid #f1f0f0;
  border-top: 1px solid #f1f0f0;
  z-index: 9999;
  left: 32px;
  transform: rotate(45deg);
  background: #fff;
  height: 15px;
  width: 15px;
}

.main-navigation li li {
  float: none;
  display: block;
}

.main-navigation ul li li:first-child > a {
  border-left: none;
}

.main-navigation ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 30px 20px;
  z-index: 99;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a#togglesearchbar {
  color: #a3a3a3;
}

a#togglesearchbar:hover{
  color: #e66239;
}

.nav-shrink .main-navigation ul li a{
  padding: 20px 20px;
}

.main-navigation ul ul a {
  border-bottom: 1px solid #f1f1ee;
  transition: padding 0.2s ease-in-out 0s;
  color: #000;
  height: auto;
  padding: 15px 15px 15px 30px;
  text-align: left;
  text-transform: uppercase;
}

.nav-shrink .main-navigation ul ul a {
  padding: 15px 15px 15px 25px;
}

.main-navigation ul ul li:last-child > a {
  border:none;
}

.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a{
    /*padding-right: 25px;*/
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 7px;
  margin-right: 0;
  float: right;
  position: absolute;
  right: 7px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
  content: "\f104";
  top: 15px;
  left: 10px;
  margin-right: 10px;
  float: left;
  right: inherit;
  margin-left: 0;
}

.main-navigation ul li.menu-item-has-childrenv > a,
.main-navigation ul li.page_item_has_children > a {
  padding-right: 30px;
}

.main-navigation li > a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
  color: #e66239;
}

.main-navigation li li.current-menu-item > a::before,
.main-navigation li li > a:hover::before,
.main-navigation li.current_page_item > a::before,
.main-navigation li li:hover > a::before {
  display: none;
}
.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
  display: none;
}

div#top-search {
  display: none;
  width: 250px;
  float: right;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0px 1px 4px #ddd;
}

div#top-search:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  border-left: 1px solid #f1f0f0;
  border-top: 1px solid #f1f0f0;
  z-index: 9999;
  right: 20px;
  transform: rotate(45deg);
  background: #fff;
  height: 15px;
  width: 15px;
}

.nav-shrink div#top-search{
  top: 62px;
}

div#top-search form.search-form {
  text-align: right;4
  position: relative;
}

.search-form label {
  margin-bottom: 0;
  position: relative;
}

.search-form .search-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 45px;
  height: 45px
}

.search-form .search-submit, .search-form .search-submit:visited {
  background: #e66239;
  border: none;
  color: #fff;
  height: 45px;
  width: auto;
  padding: 0px 45px;
  font-size: 14px;
  text-transform: none;
  margin: 0px 10px 0px 4px;
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
}

.search-form .search-field {
  background-color: #efefef;
  border: 1px solid #ddd;
  color: #b4b4b4;
}

.blog #primary .entry-meta {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Comment and Post Navigation
--------------------------------------------------------------*/

a.comment-reply-link {
  font-weight: normal;
  color: #c8836e;
}

a.comment-reply-link:hover{
  color:#e66239; 
}

a.comment-reply-link:hover:after{
  background:#e66239;
  color: #fff; 
}

a.comment-reply-link:after{
  content: "\f112";
  font-family: fontawesome;
  background: #c8836e;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  margin-left: 10px;
}

.post-navigation-wrapper{
  background-color: #f5f0ed;
  margin: 30px 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
  clear: both;
  width: 80%;
  margin: 0 auto;
  padding: 15px 20px;
}

#infinite-handle{
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
}

#infinite-handle span:hover {
  border:1px solid #179bd7;
  background: #179bd7;
  color: #fff;
}

#infinite-handle span {
  border:1px solid #001837;
  padding: 5px 15px;
  width: auto;
  line-height: 1.5;
  color: #001837;
  display: block;
}

.post-title {
  font-size: 17px;
  margin-top: 15px;
}

.meta-nav {
  display: none;
}

.nav-pagination-wrapper{
  width: 80%;
  margin: 0 auto;
}

.navigation .nav-links .nav-next{
  float: right;
  position: relative;
  text-align: right;
}

.navigation .nav-links .nav-previous {
  float: left;
  margin-bottom: 0px;
  position: relative;4
  text-align: left;
}

.post-navigation a, .posts-navigation a {
  border: none;
  padding: 6px 25px;
  background: transparent;
  display: block;
  color: #000;
}

.post-navigation a:hover, .posts-navigation a:hover {
  color: #e76239;
}

.navigation,
.pagination {
  margin-top: 20px;
}

.nav-subtitle {
  background: transparent;
  color: #707070;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1818em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.nav-links .nav-title {
  position: relative;
  font-family: 'Playfair Display', serif;
}

.post-navigation .nav-links .nav-next a::after,
.posts-navigation  .nav-next a:after{
  content: "\f178";
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: 300;
}

.post-navigation .nav-links .nav-previous a::before,
.posts-navigation  .nav-previous a:before {
  content: "\f177";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: 300;
}

.navigation.pagination .nav-links .page-numbers {
  padding: 5px;
  text-align: center;
  background-color: transparent;
  color: #7b7b7b;
  display: inline-block;
  margin: 0 3px;
  font-size: 20px;
}

.navigation.pagination .nav-links .page-numbers:first-child {
  padding-left: 0;
  margin-left: 0;
}

.navigation.pagination .nav-links .page-numbers.current{
  font-weight: 700;
}

.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
  background:transparent none repeat scroll 0 0;
  color: #e76239;
}

.navigation.pagination .nav-links .prev.page-numbers,
.navigation.pagination .nav-links .next.page-numbers{
  color: #e76239;
}

.prev.page-numbers:before {
  content: "\f177";
  font-family: fontawesome;
  padding-right: 8px;
  font-weight: normal;
  font-size: 16px;
}

.next.page-numbers:after {
  content: "\f178";
  font-family: fontawesome;
  padding-left: 8px;
  font-weight: normal;
  font-size: 16px;
}

.page-numbers.dots {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.single-post-wrapper .nav-previous a svg, .blog .nav-previous a svg, .search .nav-previous a svg {
  margin-right: 10px;
  fill: #a7a7a7;
}

/*--------------------------------------------------------------
6. Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;/* It should be ablolute */
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important; /* It should be clip auto */
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
#. Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.alignnone{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

/*--------------------------------------------------------------
#. Clearings
--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
.widget::after,
.widget::before {
    content: "";
    display: table;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.widget::after,
.widget::before {
    clear: both;
}

/*--------------------------------------------------------------
#.Widgets
--------------------------------------------------------------*/

.widget-area ul {
  list-style: none;
  margin-left: 0;
}

.sidebar .widget ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.sidebar .widget ul li a {
  color: #000;
}

.sidebar .widget ul li a:hover {
  color: #e76239;
}

.widget:first-child {
  margin: 0;
}

.sidebar .widget {
  margin-bottom: 50px;
}
.widget-title {
  font-size: 20px;
}

#secondary .widget-title {
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding: 8px 13px;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  background-color: #e5e5e5;
  display: inline-block;
  z-index: 1;
}

.sidebar .widget{
  position: relative;
}

.sidebar .widget-title:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 8px;
  z-index: -1;
}

.sidebar .textwidget p{
  margin: 10px 0;
}

#subscribe-email input {
  margin-top: 0;
  border: none;
  background-color: #f5f0ed;
  width: 100%;
  padding: 8px 10px;
  height: 45px;
}

#subscribe-submit input[type="submit"] {
  margin: 0;
  display: block;
  width: 100%;
  padding: 8px 10px;
}

.recent-posts-item {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.recent-posts-thumb {
  float: left;
  margin-right: 15px;
}

.recent-posts-thumb img {
  max-width: 150px;
  width: 70px;
}

.recent-posts-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Oxygen', sans-serif;
}

.recent-posts-title a{
  color: #000;
}

.recent-posts-title a:hover{
  color: #e76239;
}

.recent-posts-text-content {
  display: table-cell;
}

.recent-posts-meta {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*--------------------------------------------------------------
9.1 Posts and pages
--------------------------------------------------------------*/

.entry-title{
  font-family: 'Playfair Display', serif;
}

.entry-title a{
  color: #000;
}

.entry-title a:hover{
  color: #e76239;
}

.entry-content-outer img,
.entry-content-outer img {
  vertical-align: middle;
  margin-bottom: 15px;
}

.entry-content-outer a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.alignment-left img {
  margin-right: 30px;
}

.alignment-right img {
  margin-left: 30px;
}

.alignment-right .entry-content-wrapper,
.alignment-left .entry-content-wrapper {
  display: table;
}

.alignment-left  h2.entry-title,
.alignment-right h2.entry-title {
  margin-bottom: 5px;
}

.blog #primary article,
.archive #primary article {
  padding-bottom: 20px;
  clear: both;
}
.entry-content-wrapper {
  padding-left: 40px;
  border-left: 7px solid #f5f5f5;
  padding-top: 30px;
}

.sticky {
  display: block;
}

.hentry {
  margin: 40px 0 0;
}

.hentry:first-child {
  margin:0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline-block;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 20px 0 0;
}

.entry-meta .byline .author.vcard {
  margin-left: -4px;
}

.entry-meta > span {
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

.entry-meta > span a {
  color:#707070;
  padding-bottom: 7px;
}

.entry-meta > span a:hover{
  text-decoration: underline;
}

.post-thumbnail img {
  width: 100%;
}

.post-thumbnail img,
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-thumbnail:hover img,
.post-thumbnail a:hover img, .post-thumbnail a:focus img {
  opacity: 0.8;
}

.page-template-custom-templates.centered-header .blog-top-content-wrapper{
   text-align: center;
}

.blog-top-content-wrapper {
  margin-bottom: 25px;
}

.blog.page-template-custom-templates .blog-top-content-wrapper{
  text-align: center;
}

.blog-top-content-wrapper .entry-title{
  margin-bottom: 0;
}

.blog-top-content-wrapper:after,
.blog-top-content-wrapper:before,
.post-thumbnail:before,
.post-thumbnail:after{
  clear: both;
  content: "";
  display: block;
}

.blog-type-category a:last-child:after{
  content: none;
}

.entry-date.published:before {
  content: "\f073";
  color: #e76239;
}

.author.vcard:before {
  content: "\f007";
  color: #4283c3;
}

.blog-type-category:before {
  content: "\f02b";
  color: #707070;
}

.edit-link:before {
  content: "\f044";
  color: #e8575c;
}

.comments-link:before {
  content: "\f075";
  color: #df9c56;
}

.cat-tags-links:before {
  content: "\f02e";
  color: #3bbf38;
}

.cat-tags-links:before,
.blog-type-category:before, 
.entry-date.published:before, 
.author.vcard:before, 
.edit-link:before,
.author.vcard:before, 
.comments-link:before {
  font-family: fontawesome;
  margin-right: 5px;
}

.page-template-custom-templates .entry-content {
  width: 80%;
  margin: 0 auto;
}

.continue-link:hover{
  text-decoration: underline;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
 Comments
--------------------------------------------------------------*/

#respond {
  clear: both;
  display: block;
}

.comment-respond{
  background-color: #f7f7f7;
  padding: 40px 30px;
  margin-top: 30px;
}

.comment-active .comment-respond {
  margin-top: 64px;
}

#comments {
  margin-top: 30px;
}

.comments-area{
  width: 80%;
  display: block;
  margin: 0 auto;
}

#commentform label {
  display: inline-block;
  width: 100px;
  position: relative;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-notes {
  position: relative;
}

.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
  width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
  width: 100%;
  background-color: #e5e5e5;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
  width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
  width: 100%;
  float: left;
}

.comment-list li.comment::after {
  content: inherit;
  display: none;
}

.comment-list li{
  padding-left: 0;
}

.comment {
  display: block;
  float: left;
  width: 100%;
}

ol.comment-list {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  overflow: inherit;
  padding: 0;
  width: 100%;
}

ol.comment-list .children {
  border: medium none;
  float: left;
  margin: 10px 0 10px 10px;
  width: 100%;
}

ol.comment-list li {
  list-style: outside none none;
  margin-bottom: 7px;
}
.comment.parent > .comment-body{
  width: 95%;
}
.comment .comment-body {
  border-radius: 0;
  clear: both;
  display: block;
  float: left;
  margin-top: 10px;
  padding: 0px;
  position: relative;
  text-align: left;
  width: 100%;
}

.comment .reply {
  position: absolute;
  top: 20px;
  right: 0px;
}

.comment-author.vcard {
  font-size: 16px;
  margin-bottom: 5px;
  color:#000;
}
.comment-author.vcard .fn,.comment-author.vcard .fn a{
  font-weight: normal;
  color:#000;
}
.comment-list .children {
  background-position: left 20px;
  background-repeat: no-repeat;
  border-left: 1px solid rgb(238, 238, 238);
  margin-left: 0;
  padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
  left: 29px;
  position: absolute;
  top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.vcard .avatar {
  float: left;
  margin: 7px 20px 10px 0;
}

.comment-metadata {
  font-size: 13px;
  margin-bottom: 10px;
}

.comment-metadata > a{
  color: #a9a9a9;
  margin-right: 30px;
}

.form-allowed-tags code {
  white-space: inherit;
  word-wrap: break-word;
}

.comment-respond label {
  display: block;
  font-weight: normal;
}

.comments-title {
  font-weight: normal;
  margin: 25px 0 25px;
  font-size: 32px;
  text-align: center;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#commentform label {
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
  margin-left: 15px;
}

#commentform span.required {
  font-size: 16px;
  position: absolute;
  bottom: 2px;
  color: #707070;
}

.comment-content {
  clear: both;
  display: block;
}

.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
  float: left;
  max-width: 90%;
  width: 90%;
}

.author-info h4 {
  margin-bottom: 0;
}

.author-avatar {
  float: left;
  margin: 0 15px 15px 0;
}

.authorbox {
  margin: 65px 0 50px;
  overflow: hidden;
  padding: 25px 30px 10px;
  background: #f9f9f9;
  border-radius: 10px;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
11. Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}

.wp-caption-text {
  text-align: left;
}

/*--------------------------------------------------------------
11.2. Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 5px;
}

.gallery-item img {
  vertical-align: middle;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.manas-featured-section {
  position: relative;
}
.custom-featured-image {
  width: 100%;
  height: 75vh;
  vertical-align: middle;
  background-color: #f5f0ed;
  background-size: cover;
  background-position: center;
}
.featured-text-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
    padding: 0 30px;
}
.featured-text-content h1 {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
}
.theme-tagline {
  font-size: 16px;
  font-weight: normal;
}

.page-menu-wrapper {
  position: relative;
}
.page-menu-container {
  border-bottom: 1px solid #e5e5e5;
}
.centered-header .page-menu-container{
  text-align: center;
}

ul.custom-page-menu {
  margin: 0;
  padding-left: 0;
}
.custom-page-menu li {
    display: inline-block;
    list-style: none;
    line-height: 22px;
    padding: 0 18px;
    position: relative;
}
.custom-page-menu li a{
    color: #000;
    display: block;
    font-size: 16px;
    padding: 25px 0;
    position: relative;
    z-index: 99;
    font-weight: 500;
}
.custom-page-menu li.current_page_item a{
    color: #e76239;
}
.custom-page-menu li > a:hover, 
.custom-page-menu li.current-menu-item > a, 
.custom-page-menu li.current_page_item > a, 
.custom-page-menu li:hover > a{
    color: #e76239;
}

#custom-search-form {
  margin:0;
  margin-top: 14px;
  padding: 0;
  position: relative;
  width: 250px;
}

#custom-search-form .search-query {
  padding: 8px 12px;
  margin-bottom: 0;
  border-radius: 0px;
  height: 43px;
  border:1px solid #ddd;
  width: 100%;
}

.search-query:focus + button {
  z-index: 3;
}

.custom-page-menu li.custom-search {
  float: right;
}

.centered-header .custom-page-menu li.custom-search {
  float: none;
}

.custom-page-menu li a.search{
  padding: 0;
}

.form-search .search-submit {
    border: medium none;
    font: 17px/1.4 FontAwesome;
    background: none;
    color: #b1b1b1;
    height: 43px;
    padding: 2px 8px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
}

/*--------------------------------------------------------------
 Main Content
--------------------------------------------------------------*/

#content {
    padding: 60px 0;
    clear: both;
}

#primary {
    float: left;
    width: 70%;
}

.left-sidebar #primary{
  float: right;
}

#secondary {
    float: right;
}

.left-sidebar #secondary{
    float: left;
    padding-right: 30px;
}

.right-sidebar #secondary{
    padding-left: 30px;
}

.sidebar {
    width: 30%;
}

.no-sidebar #primary, .no-sidebar .main-content {
    width: 100%;
}

.home.home-content-not-enabled #content {
    display: none;
}

.page-menu-container .container,
.home #content .container {
    padding: 0 40px;
}

.primary-inner-wrapper{
}

.right-sidebar .primary-inner-wrapper{
    border-right: 1px solid #e5e5e5;
   padding-right:30px;
}

.left-sidebar .primary-inner-wrapper{
    padding-left:30px;
    border-left: 1px solid #e5e5e5;
}

.home article.hentry {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

#footer-widgets {
    background-color: #f5f0ed;
    color: #707070;
    overflow: hidden;
    padding: 100px 0 70px;
}

#footer-widgets .widget-title {
    color: #000;
    font-family: 'Playfair Display', serif;
}

#footer-widgets h1, #footer-widgets h2, #footer-widgets h3, #footer-widgets h4 {
    font-weight: 400;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
}

#footer-widgets ul li {
    margin-bottom: 5px;
    padding: 5px 0 5px;
    position: relative;
}

#footer-widgets, #footer-widgets ul li a {
    color: #707070;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer-widgets ul li a:hover {
    color: #e76239;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer-widgets ul li a:before{
    content: "-";
    font-family: fontawesome;
    margin-right: 10px;
    display: inline-block;
}

#colophon {
    background-color: #79716e;
    clear: both;
    color: #fff;
    padding: 20px 0;
}

.site-footer-left {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 14px;
}

#colophon .copyright {
    clear: both;
}

.site-footer-right {
    float: right;
    width: 50%;
    text-align: right;
}

#colophon a {
    color: #fff;
}



/*----------------------------------------------------------------
manas-theme  social icon lists for all social medias
----------------------------------------------------------------*/


.manas-social-menu ul {
    margin: 0;
}

.manas-social-menu ul  {
  margin: 0;
  padding: 0;
}
.manas-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.manas-social-menu li a {
    display: block;
    height: 26px;
    margin-right: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    width: 26px;
}

.manas-social-menu ul li{
  display: inline-block;
}

.manas-social-menu ul li a{
  font-family: 'fontawesome';
  speak: none;
  content: "\f0c1"; 
}

.manas-social-menu ul li a:after{
  content: "\f0c1";
}

.manas-social-menu ul li a:after{
  color: #000;
  color: #fff;
}

.manas-social-menu ul li a[href*="facebook.com"]:after{
  content: "\f09a";
}

.manas-social-menu ul li a[href*="facebook.com"]:hover:after{
  color: #4867AA;
}

.manas-social-menu ul li a[href*="youtube.com"]:after{
  content: "\f167";
}

.manas-social-menu ul li a[href*="youtube.com"]:hover:after{ 
  color: #E62B24;
}

.manas-social-menu ul li a[href*="twitter.com"]:after{
  content: "\f099";
}

.manas-social-menu ul li a[href*="twitter.com"]:hover:after{
  color: #00ACED;
}

.manas-social-menu ul li a[href*="linkedin.com"]:after{
  content: "\f0e1";
}

.manas-social-menu ul li a[href*="linkedin.com"]:hover:after{
  color: #0077B5;
}

.manas-social-menu ul li a[href*="plus.google.com"]:after{
  content: "\f0d5";
}

.manas-social-menu ul li a[href*="plus.google.com"]:hover:after{
  color: #DC4A38;
}

.manas-social-menu ul li a[href*="dribbble.com"]:after{
  content: "\f17d";
}

.manas-social-menu ul li a[href*="dribbble.com"]:hover:after{
  color: #000;
}

.manas-social-menu ul li a[href*="pinterest.com"]:after{
  content: "\f0d2";
}

.manas-social-menu ul li a[href*="pinterest.com"]:hover:after{
  color: #CB2027;
}

.manas-social-menu ul li a[href*="bitbucket.org"]:after{
  content: "\f171";
}

.manas-social-menu ul li a[href*="bitbucket.org"]:hover:after{
  color: #1F5081;
}

.manas-social-menu ul li a[href*="github.com"]:after{
  content: "\f09b";
}

.manas-social-menu ul li a[href*="github.com"]:hover:after{
  color: #323131;
}

.manas-social-menu ul li a[href*="codepen.io"]:after{
  content: "\f1cb";
}

.manas-social-menu ul li a[href*="codepen.io"]:hover:after{
  color: #000000;
}

.manas-social-menu ul li a[href*="flickr.com"]:after{
  content: "\f16e";
}

.manas-social-menu ul li a[href*="flickr.com"]:hover:after{
  color: #1C9BE9;
}

.manas-social-menu ul li a[href*="fedicons.com"]:after{
  content: "\f09e";
}

.manas-social-menu ul li a[href*="fedicons.com"]:hover:after{
  color: #FFA500;
}

.manas-social-menu ul li a[href*="foursquare.com"]:after{
  content: "\f180";
}

.manas-social-menu ul li a[href*="foursquare.com"]:ahover:fter{
  color: #E8436E;
}

.manas-social-menu ul li a[href*="instagram.com"]:after{
  content: "\f16d";
}

.manas-social-menu ul li a[href*="instagram.com"]:hover:after{
  color: #BD3D87;
}

.manas-social-menu ul li a[href*="tumblr.com"]:after{
  content: "\f173";
}

.manas-social-menu ul li a[href*="tumblr.com"]:hover:after{
  color: #36465D;
}

.manas-social-menu ul li a[href*="reddit.com"]:after{
  content: "\f1a1";
}

.manas-social-menu ul li a[href*="reddit.com"]:hover:after{
  color: #FF4500;
}

.manas-social-menu ul li a[href*="vimeo.com"]:after{
  content: "\f194";
}

.manas-social-menu ul li a[href*="vimeo.com"]:hover:after{
  color: #1BB6EC;
}

.manas-social-menu ul li a[href*="digg.com"]:after{
  content: "\f1a6";
}

.manas-social-menu ul li a[href*="digg.com"]:hover:after{
  color: #000000;
}

.manas-social-menu ul li a[href*="twitch.tv"]:after{
  content: "\f1e8";
}
.manas-social-menu ul li a[href*="twitch.tv"]:hover:after{
  color: #6441A5;
}

.manas-social-menu ul li a[href*="stumbleupon.com"]:after{
  content: "\f1a4";
}

.manas-social-menu ul li a[href*="stumbleupon.com"]:hover:after{
  color: #EB4924;
}

.manas-social-menu ul li a[href*="delicious.com"]:after{
  content: "\f1a5";
}

.manas-social-menu ul li a[href*="delicious.com"]:hover:after{
  color: #4289D7;
}

.manas-social-menu ul li a[href*="soundcloud.com"]:after{
  content: "\f1be";
}

.manas-social-menu ul li a[href*="soundcloud.com"]:after{
  color: #F68211;
}

.manas-social-menu ul li a[href*="wordpress.org"]:after{
  content: "\f19a";
}

.manas-social-menu ul li a[href*="wordpress.org"]:after{
  color: #21759B;
}

.manas-social-menu ul li a[href*="jsfiddle.net"]:after{
  content: "\f1cc";
}

.manas-social-menu ul li a[href*="jsfiddle.net"]:after{
  color: #4679A4;
}

.manas-social-menu ul li a[href*="tripadvisor.com"]:after{
  content: "\f262";
}

.manas-social-menu ul li a[href*="tripadvisor.com"]:after{
  color: #5A9342;
}

.manas-social-menu ul li a[href*="angel.co"]:after{
  content: "\f209";
}

.manas-social-menu ul li a[href*="angel.co"]:after{
  color: #000000;
}

.manas-social-menu ul li a[href*="slack.com"]:after{
  content: "\f198";
}

.manas-social-menu ul li a[href*="slack.com"]:after{
  color: #36B098;
}

#colophon a:hover{
  color: #e76239;
}

#scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #c8836e;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#scroll-top:hover {
    background: #e66239;
}

#scroll-top.show {
    opacity: 1;
}

/* Menu toggle */

.secondary-menu-toggle.active .icon,
.menu-toggle.active .icon{
    background-color: transparent;
}

.secondary-menu-toggle.active .icon::before,
.menu-toggle.active .icon::before {
    transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}

.secondary-menu-toggle.active .icon::after,
.menu-toggle.active .icon::after {
    transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}

/* Dropdown Toggle */

button.dropdown-toggle {
   color: #222;
    background-color: transparent;
    border: none;
    padding: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 33px;
    line-height: 35px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: none;
}

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

#site-header-menu .menu-toggle,
.page-menu-container .secondary-menu-toggle {
    display: none;
}


@media only screen and (max-width: 1024px){
  .sidebar, #primary, .three-columns-enabled .sidebar, .three-columns-enabled #primary {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      float: left;
      margin-top: 40px;
  }

  #primary{
     margin-top: 10px;
  }
  .home #content .container {
     padding: 0px;
  }
  .right-sidebar .primary-inner-wrapper,
  .left-sidebar .primary-inner-wrapper{
     border: none;
  }
  .left-sidebar .primary-inner-wrapper,
  .right-sidebar .primary-inner-wrapper{
     padding: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .sidebar .widget{
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }

    .sidebar .widget:nth-child(2n+1) {
      clear: both;
    }

    .sidebar .widget-title:after {
      width: 90%;
      left: 15px;
    }
  
    .page-template-custom-templates .entry-content,
    .nav-pagination-wrapper,
    .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation,
    .comments-area{
      width: 100%;
    }

}

@media only screen and (max-width:1024px){
    .secondary-menu-toggle{
      display: block;
      margin: 0 auto;
    }

    .secondary-menu-toggle.active .menu-label.open, .secondary-menu-toggle .menu-label.close {
      display: none;
   }

   .secondary-menu-toggle.active .menu-label.close {
      display: block;
   }

   .page-menu-container .secondary-menu-toggle{
      display: block;
      position: relative;
      width: 65px;
      height: 65px;
      border: none;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      padding: 0;
      border: none;
      background-color: transparent;
      outline: none;
    }

    .secondary-menu-toggle:hover{
      background: transparent;
      color: #e66239;
    }

    .secondary-menu-toggle:hover span{
      color: #e66239;
    }

    .secondary-menu-toggle .menu-label {
        color: #000;
        margin-left: 17px;
    }

    .page-menu-container .container {
      padding: 0;
      margin: 0;
      width: 100% !important;
    }

    ul.custom-page-menu{
      display: none;
      background-color: #fff;
      left: 0;
      width: 100%;
      max-width: 100%;
      border-top: 1px solid #ddd;
    }

    .custom-page-menu  li {
      display: block;
      float: none;
      border-bottom: 1px dashed #e5e5e5;
      text-align: center;
    }

    .custom-page-menu  li:last-child{
      border: none;
    }

    .custom-page-menu li a{
      padding: 13px 0;
    }

    .custom-page-menu li.custom-search{
      float: none;
      margin-bottom: 15px;
    }

    #custom-search-form{
      width: 80%;
      margin: 0 auto;
      margin-top: 14px;
    }
}

@media only screen and (max-width:767px){
    .site-branding {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 17px;
        border-bottom: 1px solid #ddd;
    }

    .custom-logo-link, #site-identity {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .site-header-menu {
        float: none;
        width: 100%;
        text-align: center;
    }

    .site-header .container {
        width: 100% !important;
        max-width: 100%;
        padding: 0;
    }

     .menu-toggle {
        position: relative;
        width: 60px;
        height: 60px;
        border: none;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        padding: 0;
        border: none;
        background-color: transparent;
        outline: none;
    }

    .main-navigation .menu-toggle, .main-navigation .dropdown-toggle {
       display: block;
    }

    .main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
      content: none; 
    } 

    button.dropdown-toggle .fa{
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
    }

    button.dropdown-toggle.toggled-on .fa{
      webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }

    #site-header-menu .menu-toggle {
        display: block;
        margin: 0 auto;
    }

    .menu-label {
        color: #000;
        display: inline-block;
        margin-left: 17px;
        margin-top: 16px;
    }

    .menu-toggle.active .menu-label.open,
    .menu-toggle .menu-label.close{
       display: none;
    }

    .menu-toggle.active .menu-label.close{
      display: block;
    } 

    .menu-toggle, .main-navigation.toggled ul {
        display: block;
    }

    #site-header-menu .menu-toggle {
        display: block;
    }

    .centered-header #site-header-menu .menu-toggle {
        display: block;
        margin: 0 auto;
    }

    .main-navigation ul ul.toggled-on {
        display: block;
    }

    #site-header-menu .menu-toggle.active{
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .menu-toggle:hover, .menu-toggle:focus {
        border-color: transparent;
        background-color: transparent;
    }

    #site-header-menu .main-navigation {
        clear: both;
        display: block;
        float: left;
        width: 100%;
    }

    #site-header-menu .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 130px;
        position: relative;
        top: 0;
        z-index: 30000;
        background-color: #fff;
        left: 0;
        right: 0;
        left: auto;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .main-navigation ul ul {
        box-shadow: none;
        min-width: inherit;
        border-top: 1px dashed #e5e5e5;
    }

    .main-navigation ul ul ul{
      box-shadow: none;
    }

    #site-header-menu .main-navigation ul.sub-menu{
      border-top: 1px dashed #e5e5e5; 
      background: #f5f5f5;
      opacity: 1;
    }

    #site-header-menu .main-navigation ul ul.toggled-on{
      opacity: 1;
      padding: 0;
      border-bottom: none;
    }
        
    .main-navigation ul ul::after,
    .main-navigation ul li li.menu-item-has-children > a::after, .main-navigation ul li li.page_item_has_children > a::after{
      content: none;
    }

   .main-navigation li {
      display:block;
      float: none;
      text-align: center;
    }

    .main-navigation li:last-child{
      border:none;
    }

    .main-navigation ul li a{
      padding: 15px 25px;
    }

    .main-navigation ul ul a {
      border-bottom: none;
      text-align: center;
    }

    #site-header-menu .main-navigation ul li {
        border-bottom: 1px dashed #e5e5e5;
        position: relative;
    }

    .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
    }

    .menu-overlay.active {
        opacity: 0.98;
        visibility: visible;
    }

    div#top-search {
        display: block !important;
        border: none;
        position: relative;
        float: none;
        top: inherit;
        left: inherit;
        right: inherit;
        width: 100%;
    }

    a#togglesearchbar{
      display: none;
    }

    div#top-search:after{
      content: none;
    }

    .page-template-custom-templates .entry-content {
        width: 100%;
    }

    blockquote:before{
        left: 0px;
        top: -11px;
    }

    blockquote::before, q::before {
        font-size: 2.9rem;
    }

    .comments-area {
        width: 100%;
    }

    .featured-text-content h1{
       font-size: 38px;
    }

    .featured-text-content{
      padding: 0 20px;
    }

    .navigation, .pagination {
       text-align: center;
     }
}

@media only screen and (max-width:600px){
  #site-header-menu .main-navigation ul{
    padding: 0 45px;
  }
  .custom-featured-image {
    height: 55vh;
  }
}

@media only screen and (max-width:400px){
  #site-header-menu .main-navigation ul{
    padding: 0;
  }
}