/*
Theme Name: WPNepal Blog
Theme URI:
Author: WP Nepal
Author URI:
Description: Simple Blog theme
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpnepal-blog
Tags: two-columns, right-sidebar, custom-background, custom-header, custom-colors, custom-menu, featured-images, translation-ready, theme-options, threaded-comments, blog, custom-logo

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.

This theme is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 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;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #565656;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  clear: both;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #2C3231;
  font-weight: 750;
  text-decoration: none;
}

.site-title {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 45px;
  font-size: 2.25rem;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
}

h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

h6 {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 36px;
    font-size: 1.5rem;
  }

  h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  h3 {
    font-size: 16px;
    font-size: 1rem;
  }

  h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }

  h5 {
    font-size: 12px;
    font-size: 0.75rem;
  }

  h6 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
p {
  margin-bottom: 1em;
  word-wrap: break-word;
}

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

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

blockquote {
  padding: 15px 1.5em;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 3px 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "helvetica", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "monospace", sans-serif;
  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: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

::-webkit-input-placeholder {
  font-style: italic;
  color: #ccc;
}

:-moz-placeholder {
  font-style: italic;
  color: #ccc;
}

::-moz-placeholder {
  font-style: italic;
  color: #ccc;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #ccc;
}

.logged-in.admin-bar .ab-top-menu a,
.logged-in.admin-bar .ab-top-menu a > p {
  color: inherit !important;
}

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

a.scrollup,
a.scrollup:visited {
  float: right;
  bottom: 50px;
  display: none;
  outline: none;
  position: fixed;
  right: 20px;
  z-index: 9999;
  text-decoration: none;
  color: #fff;
  background-color: #444;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
a.scrollup:hover, a.scrollup:focus, a.scrollup:active,
a.scrollup:visited:hover,
a.scrollup:visited:focus,
a.scrollup:visited:active {
  color: #fff;
  background-color: #313C66;
}
a.scrollup span,
a.scrollup:visited span {
  font-size: 32px;
  font-size: 2rem;
  padding: 7px;
}

.social-section {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .social-section {
    text-align: right;
  }
}
.social-section ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.social-section li {
  display: inline-block;
  margin-bottom: 10px;
}
.social-section a {
  background-color: #c8c8c8;
  color: #fff !important;
  display: inline-block;
  font-family: "Genericons";
  font-weight: 400;
  height: 38px;
  line-height: 38px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  text-decoration: inherit;
  width: 38px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.social-section a:hover {
  background-color: #2C3E8A;
  color: #fff;
}
.social-section a:before {
  font-family: "Genericons";
  font-size: 16px;
  font-size: 1rem;
  content: "\f475";
}
.social-section a[href*="github.com"]:before {
  content: "\f200";
}
.social-section a[href*="dribbble.com"]:before {
  content: "\f201";
}
.social-section a[href*="twitter.com"]:before {
  content: "\f202";
}
.social-section a[href*="facebook.com"]:before {
  content: "\f204";
}
.social-section a[href*="wordpress.com"]:before,
.social-section a[href*="wordpress.org"]:before {
  content: "\f205";
}
.social-section a[href*="plus.google.com"]:before {
  content: "\f206";
}
.social-section a[href*="linkedin.com"]:before {
  content: "\f207";
}
.social-section a[href*="pinterest.com"]:before {
  content: "\f209";
}
.social-section a[href*="flickr.com"]:before {
  content: "\f211";
}
.social-section a[href*="vimeo.com"]:before {
  content: "\f212";
}
.social-section a[href*="youtube.com"]:before {
  content: "\f213";
}
.social-section a[href*="tumblr.com"]:before {
  content: "\f214";
}
.social-section a[href*="instagram.com"]:before {
  content: "\f215";
}
.social-section a[href*="codepen.io"]:before {
  content: "\f216";
}
.social-section a[href*="polldaddy.com"]:before {
  content: "\f217";
}
.social-section a[href*="skype.com"]:before {
  content: "\f220";
}
.social-section a[href*="digg.com"]:before {
  content: "\f221";
}
.social-section a[href*="reddit.com"]:before {
  content: "\f222";
}
.social-section a[href*="stumbleupon.com"]:before {
  content: "\f223";
}
.social-section a[href*="pocket.com"]:before {
  content: "\f224";
}
.social-section a[href*="dropbox.com"]:before {
  content: "\f225";
}
.social-section a[href*="foursquare.com"]:before {
  content: "\f226";
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

table {
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

table,
th,
td {
  border: 1px solid #ccc;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

del {
  opacity: 0.8;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}

dd a {
  text-decoration: underline;
}

.head-inner {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .head-inner {
    text-align: center;
  }
}

.head-inner:after {
  clear: both;
}

.site-title,
.site-title a {
  margin-bottom: 5px;
  font-size: 36px;
  font-size: 2.25rem;
}

.site-description {
  margin-top: 5px;
}

.head-img {
  float: left;
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #313131;
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  overflow: hidden;
  height: 28em;
  text-align: center;
  display: table;
  margin-bottom: 40px;
}
@media screen and (max-width: 100%) {
  .head-img {
    height: 15em;
  }
}
.head-img:after {
  clear: both;
}
.head-img .head-titlecontainer {
  width: 100%;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}
.head-img .head-titlecontainer .head-title {
  display: inline-block;
  width: 100%;
  padding: 15px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 36px;
  font-size: 2.25rem;
  color: #ffffff;
}
.head-img .head-titlecontainer .head-title:hover {
  color: #ffffff;
}
@media screen and (max-width: 100%) {
  .head-img .head-titlecontainer .head-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  font-family: "Lato", sans-serif;
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #313C66;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: .875em 1.5em .875em;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:hover,
.button:active,
.button:focus {
  background-color: #444;
  color: #ffffff;
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="submit"] {
  padding: 7px 8px 8px 12px;
}

form {
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.wpcf7-form-control {
  color: #666;
  border: 1px solid;
  border-color: #ccc;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  -ms-border-radius: 2;
  border-radius: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  background-color: #f1f1f1;
  outline: 0;
  margin-bottom: 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.wpcf7-form-control:focus {
  color: #111;
  background-color: #fff;
  -webkit-appearance: none;
}
.comment-form input[type="text"], .comment-form
input[type="email"], .comment-form
input[type="url"], .comment-form
input[type="password"], .comment-form
input[type="search"], .comment-form
input[type="number"], .comment-form
input[type="tel"], .comment-form
input[type="range"], .comment-form
input[type="date"], .comment-form
input[type="month"], .comment-form
input[type="week"], .comment-form
input[type="time"], .comment-form
input[type="datetime"], .comment-form
input[type="datetime-local"], .comment-form
input[type="color"], .comment-form
textarea, .comment-form
.wpcf7-form-control {
  width: 100%;
}
@media screen and (max-width: 479px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  .wpcf7-form-control {
    width: 100%;
  }
}

input[type="password"],
input[type="submit"],
input[type="submit"].wpcf7-form-control {
  width: auto;
}
@media screen and (max-width: 767px) {
  input[type="password"],
  input[type="submit"],
  input[type="submit"].wpcf7-form-control {
    width: 100%;
  }
  body.search input[type="password"], body.error404 input[type="password"], body.search
  input[type="submit"], body.error404
  input[type="submit"], body.search
  input[type="submit"].wpcf7-form-control, body.error404
  input[type="submit"].wpcf7-form-control {
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  body.search input[type="password"], body.error404 input[type="password"], body.search
  input[type="submit"], body.error404
  input[type="submit"], body.search
  input[type="submit"].wpcf7-form-control, body.error404
  input[type="submit"].wpcf7-form-control {
    width: 100%;
  }
}

body.search input[type="submit"].search-submit,
body.error404 input[type="submit"].search-submit {
  padding: 12px 20px 13px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 7px 5px 8px 15px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  background-color: transparent;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

select {
  border: 1px solid #ccc;
}
select:focus {
  outline: none;
}

textarea {
  padding-left: 3px;
  width: 100%;
  min-height: 200px;
  overflow: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2C3231;
  text-decoration: none;
}
a:visited {
  color: #2C3231;
}
a:hover, a:focus, a:active {
  color: #2C3E8A;
}
a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-toggle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 10px 16px;
}

.site-header-menu {
  display: none;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
}

.site-footer .main-navigation {
  margin-bottom: 1.75em;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}
.main-navigation ul .toggled-on {
  display: block;
}
.main-navigation li {
  border-top: 1px solid #d1d1d1;
  position: relative;
}
.main-navigation a,
.main-navigation a:visited {
  color: #414141;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active,
.main-navigation a:visited:hover,
.main-navigation a:visited:focus,
.main-navigation a:visited:active {
  color: #2C3E8A;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}
.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.no-js .main-navigation ul ul {
  display: block;
}

.dropdown-toggle,
.dropdown-toggle:visited {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #414141;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}
.dropdown-toggle:after,
.dropdown-toggle:visited:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  display: inline-block;
  content: "\f431";
  font-family: "Genericons";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}
.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active,
.dropdown-toggle:visited:hover,
.dropdown-toggle:visited:focus,
.dropdown-toggle:visited:active {
  background-color: transparent;
  color: #2C3E8A;
}
.dropdown-toggle:focus,
.dropdown-toggle:visited:focus {
  outline: thin dotted;
  outline-offset: -1px;
}
.dropdown-toggle:focus:after,
.dropdown-toggle:visited:focus:after {
  border-color: transparent;
}
.dropdown-toggle.toggled-on:after,
.dropdown-toggle:visited.toggled-on:after {
  content: "\f432";
  font-family: "Genericons";
}

@media screen and (min-width: 768px) {
  .site-header {
    padding-left: 4.5455%;
    padding-right: 4.5455%;
  }

  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .main-navigation {
    border-bottom: 3px solid #ccc;
    border-top: 3px solid #ccc;
    margin: 0;
    width: 100%;
    content: "";
    display: table;
    table-layout: fixed;
  }
  .main-navigation ul {
    padding-left: 0;
  }
  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }
  .main-navigation ul ul:before, .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }
  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    left: 9px;
    top: -9px;
  }
  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    left: 11px;
    top: -7px;
  }
  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }
  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }
  .main-navigation ul ul ul {
    top: -1px;
  }
  .main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
    border: 0;
  }
  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }
  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main-navigation ul,
  .main-navigation ul > li {
    border: 0;
  }
  .main-navigation ul > li {
    float: left;
  }
  .main-navigation a,
  .main-navigation a:visited {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
  }
  .main-navigation li:hover > a,
  .main-navigation li.focus > a,
  .main-navigation li.active > a {
    color: #2C3E8A;
  }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: 0;
    right: auto;
  }
  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
  }
  .main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    font-family: "Genericons";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
  }

  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-footer .main-navigation {
    display: none;
  }
}
.footer-navigation ul {
  list-style-type: none;
  margin: 0;
}
.footer-navigation ul li {
  display: inline-block;
}
.footer-navigation ul li a {
  margin: 0 3px;
  padding: 3px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  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;
  color: #313C66;
  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: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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 {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  width: 100%;
  padding: 5px 0 5px 5px;
}
.widget .widget-title, .widget .widgettitle {
  background-color: #2C3231;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding: 9px 15px 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.widget ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.widget ul li {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget ul li:first-child {
  border-top: none;
}
.widget ul li a {
  color: #565656;
}
.widget ul li a:visited {
  color: #565656;
}
.widget ul li a:hover, .widget ul li a:focus, .widget ul li a:active {
  color: #2C3E8A;
}
.widget .search-form label {
  margin-bottom: 0;
  width: calc(100% - 90px);
  display: inline-block;
}
.widget .search-form .search-field {
  display: block;
  width: 100%;
  vertical-align: top;
}
.widget .search-form .search-submit {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 15px;
  text-shadow: none;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 13px;
  width: 86px;
}

.widget_calendar table {
  margin: 0;
}
.widget_calendar td, .widget_calendar th {
  border: 1px solid;
  border-color: #ccc;
  line-height: 1.5;
  text-align: center;
  padding: 0;
}
.widget_calendar tbody a {
  background-color: #313C66;
  color: #ffffff;
  display: block;
  font-weight: 700;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.widget_calendar tbody a:hover {
  color: #ffffff;
  background-color: #444;
}
.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 1.6em;
  text-transform: uppercase;
}

.widget_categories .children, .widget_pages .children, .widget_nav_menu .sub-menu {
  margin: 0 0 0 1em;
  padding-top: 0;
}

.widget_nav_menu .sub-menu li {
  padding-bottom: 2px;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_rss cite {
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}

.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .widget-title .rsswidget {
  color: #fff;
}

.entry-meta,
.entry-footer {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.entry-meta {
  }

.entry-meta span {
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content-Sidebar
--------------------------------------------------------------*/
.content-area,
.site-branding {
  float: left;
  margin: 0;
  width: 75%;
}

.site-main {
  margin: 0 4.5em 0 0;
}
@media screen and (max-width: 767px) {
  .site-main {
    margin-right: 0;
  }
}

.site-content .widget-area,
.header-widget {
  float: right;
  overflow: hidden;
  width: 25%;
}

.site-footer {
  content: "";
  display: table;
  table-layout: fixed;
  margin-top: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  background-color: #f1f1f1;
  border-top: 1px solid #ccc;
}

.site-footer:after {
  clear: both;
}

.site-info,
.copyright,
.footer-navigation {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
## Main layout
--------------------------------------------------------------*/
.site-header, .site-content {
  max-width: 1230px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .site-header, .site-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-header {
  margin-top: 20px;
}

.content-area {
  width: 75%;
}
@media (max-width: 767px) {
  .content-area {
    width: 100%;
  }
}

.site-content .widget-area {
  width: 25%;
}
@media (max-width: 767px) {
  .site-content .widget-area {
    width: 100%;
  }
}

.site-branding,
.header-widget {
  width: 50%;
}
@media (max-width: 767px) {
  .site-branding,
  .header-widget {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog article.hentry, #blog-post article.hentry, .search article.hentry, .archive article.hentry, .tag article.hentry, .category article.hentry,
article.hentry #ak-blog-post {
  border-bottom: 3px solid #ccc;
  margin-bottom: 1.875em;
  padding-bottom: 1.875em;
}

.search article.hentry .entry-title, .page article.hentry .entry-title,
.entry-title .blog article.hentry,
.entry-title .archive article.hentry,
.entry-title .single article.hentry {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: inherit;
  font-weight: 700;
  margin-bottom: 0px;
}

.cat-links:before, .tags-links:before, .comments-link:before, .posted-on:before, .edit-link:before, .byline:before {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: middle;
  font-family: "Genericons";
  margin-right: 5px;
}

.cat-links:before {
  content: "\f301";
}

.tags-links:before {
  content: "\f302";
}

.tags-links {
  padding-left: 10px;
}

.comments-link {
  padding-left: 10px;
}
.comments-link:before {
  content: "\f300";
}

.comments-link {
  margin-top: 15px;
}

.comments-title,
.comment-reply-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.posted-on:before {
  content: "\f307";
}

.posted-on a, .cat-links a, .tags-links a, .byline a, .comments-link a {
  color: #2C3E8A;
  font-weight: normal;
}
.posted-on a:hover, .cat-links a:hover, .tags-links a:hover, .byline a:hover, .comments-link a:hover {
  color: #2C3231;
}

.edit-link {
  margin-left: 15px;
}
.edit-link:before {
  content: "\f411";
}
.edit-link a {
  color: #2C3E8A;
  text-decoration: underline;
}
.edit-link:hover, .edit-link:focus {
  color: #2C3231;
}

.nav-links .nav-previous a, .nav-links .nav-next a {
  color: #2C3231;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 6px 1em 7px 1.875em;
  position: relative;
}
.nav-links .nav-next a {
  padding-left: 1em;
  padding-right: 1.875em;
}

.nav-links .nav-previous a:before, .nav-links .nav-previous a:after,
.nav-links .nav-next a:before,
.nav-links .nav-next a:after {
  position: absolute;
  font-family: "Genericons";
  display: inline-block;
}
.nav-links .nav-previous a:hover, .nav-links .nav-previous a:focus,
.nav-links .nav-next a:hover,
.nav-links .nav-next a:focus {
  color: #2C3E8A;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

.byline:before {
  content: "\f304";
}

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-main .post-navigation, .site-main
.comment-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.post-navigation {
  border-top: 3px #2C3231 solid;
  border-bottom: 3px #2C3231 solid;
  padding: 15px 0;
}
.post-navigation .nav-links a {
  padding: 0;
  border: none;
  text-decoration: none;
}
.post-navigation .nav-links a .meta-nav {
  clear: both;
  display: block;
}
.post-navigation .nav-links a .post-title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-links a .post-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.nav-previous .meta-nav, .nav-next .meta-nav {
  text-transform: uppercase;
}

.pagination.navigation {
  margin: 15px 0;
  padding: 15px 0;
  text-align: center;
}
.pagination.navigation .nav-links a,
.pagination.navigation .nav-links span {
  padding: 10px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-list {
  list-style: none;
  padding-left: 0;
}

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

body:not(.single) .comment-content ol {
  list-style-type: none;
}

.bypostauthor {
  display: block;
}

.comment-author .avatar {
  float: left;
  height: 3em;
  width: 3em;
  margin-right: 0.8em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.comments-area .reply a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer a {
  text-decoration: none;
}

.copyright p {
  margin: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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;
  margin-left: 0;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.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;
}


@media (max-width:500px){
#MOVIL{display:block;}
#PC{display:none;}   

}

@media (min-width:450px){

#MOVIL{display:none;}
#PC{display:block;}
 
}