@charset "UTF-8";

/*
Theme Name: Doberman
Theme URI: https://www.cssigniter.com/themes/doberman/
Author: CSSIgniter
Author URI: https://www.cssigniter.com
Description: Viral Theme for WordPress
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doberman
Domain Path: /languages
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/

/* -----------------------------------------
	01. General
----------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* Basic Typography
=================================== */

body {
  line-height: 1.428571429;
  font-size: 14px;
  background-color: #ffffff;
  color: #2e2e2e;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.133333333;
  margin: 0 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 15px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #00bff3;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2e2e2e;
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
}

.group::after {
  content: "";
  display: table;
  clear: both;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-size: 17px;
  font-weight: 300;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(46, 46, 46, 0.8);
  font-size: 14px;
}

/* Tables */

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}

.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */

address {
  margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */

label {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -.05em;
  display: block;
  margin: 0 0 7px;
}

input,
textarea {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 6px 12px;
  line-height: normal;
  border: 2px solid #e5e5e5;
  background-color: #FFF;
  background-image: none;
  border-radius: 3px;
  box-shadow: inset 2px 2px 0 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color .18s ease;
  transition: border-color .18s ease;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  border-color: #00bff3;
  outline: none;
}

input[type="search"] {
  /* Restoring box-sizing */
  box-sizing: border-box;
}

textarea {
  height: auto;
  padding: 10px 12px;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0;
}

/* Placeholder text color */

::-webkit-input-placeholder {
  color: rgba(46, 46, 46, 0.4);
  font-weight: normal;
  text-transform: uppercase;
  opacity: 1;
  font-size: 11px;
  padding-top: 2px;
}

:-moz-placeholder {
  color: rgba(46, 46, 46, 0.4);
  font-weight: normal;
  text-transform: uppercase;
  opacity: 1;
  font-size: 11px;
  padding-top: 2px;
}

::-moz-placeholder {
  color: rgba(46, 46, 46, 0.4);
  font-weight: normal;
  text-transform: uppercase;
  opacity: 1;
  font-size: 11px;
  padding-top: 2px;
}

:-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.4);
  font-weight: normal;
  text-transform: uppercase;
  opacity: 1;
  font-size: 11px;
  padding-top: 2px;
}

/* Buttons
=================================== */

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  margin: 0;
  line-height: normal;
  border: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: .18s background-color ease, color .18s ease, .18s border-color ease, box-shadow .18s ease;
  transition: .18s background-color ease, color .18s ease, .18s border-color ease, box-shadow .18s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: 40px;
  background-image: none;
  border-radius: 2px;
  padding: 12px 18px 13px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background-color: #00bff3;
  color: #ffffff;
  font-weight: bold;
  box-shadow: inset 0 -3px 0 #00abda;
  letter-spacing: -.05em;
}

.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  background-color: #fff568;
  color: #2e2e2e;
  box-shadow: inset 0 -3px 0 #e8d800;
}

.btn.btn-secondary,
input[type="button"].btn-secondary,
input[type="submit"].btn-secondary,
input[type="reset"].btn-secondary,
button.btn-secondary {
  background-color: #fff568;
  color: #2e2e2e;
  box-shadow: inset 0 -3px 0 #e8d800;
}

.btn.btn-secondary:hover,
input[type="button"].btn-secondary:hover,
input[type="submit"].btn-secondary:hover,
input[type="reset"].btn-secondary:hover,
button.btn-secondary:hover {
  background-color: #00bff3;
  color: #ffffff;
  box-shadow: inset 0 -3px 0 #00abda;
}

.list-featured-tag .btn.btn-secondary:hover,
.list-featured-tag
input[type="button"].btn-secondary:hover,
.list-featured-tag
input[type="submit"].btn-secondary:hover,
.list-featured-tag
input[type="reset"].btn-secondary:hover,
.list-featured-tag
button.btn-secondary:hover {
  background-color: #0091B9;
  color: #ffffff;
}

.btn.btn-transparent,
input[type="button"].btn-transparent,
input[type="submit"].btn-transparent,
input[type="reset"].btn-transparent,
button.btn-transparent {
  background-color: transparent;
  border: 2px solid #00bff3;
  color: #2e2e2e;
  box-shadow: none;
  padding-top: 11px;
}

.btn.btn-transparent:hover,
input[type="button"].btn-transparent:hover,
input[type="submit"].btn-transparent:hover,
input[type="reset"].btn-transparent:hover,
button.btn-transparent:hover {
  background-color: #00bff3;
  color: #ffffff;
}

.btn.btn-transparent.btn-secondary,
input[type="button"].btn-transparent.btn-secondary,
input[type="submit"].btn-transparent.btn-secondary,
input[type="reset"].btn-transparent.btn-secondary,
button.btn-transparent.btn-secondary {
  border-color: #fff568;
}

.btn.btn-transparent.btn-secondary:hover,
input[type="button"].btn-transparent.btn-secondary:hover,
input[type="submit"].btn-transparent.btn-secondary:hover,
input[type="reset"].btn-transparent.btn-secondary:hover,
button.btn-transparent.btn-secondary:hover {
  background-color: #fff568;
  color: #2e2e2e;
  box-shadow: none;
}

.btn.btn-shadow,
input[type="button"].btn-shadow,
input[type="submit"].btn-shadow,
input[type="reset"].btn-shadow,
button.btn-shadow {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
}

.btn.btn-sm,
input[type="button"].btn-sm,
input[type="submit"].btn-sm,
input[type="reset"].btn-sm,
button.btn-sm {
  height: 34px;
  padding: 10px 13px 10px;
}

.btn.btn-sm.btn-transparent,
input[type="button"].btn-sm.btn-transparent,
input[type="submit"].btn-sm.btn-transparent,
input[type="reset"].btn-sm.btn-transparent,
button.btn-sm.btn-transparent {
  padding-top: 8px;
}

.btn.btn-block,
input[type="button"].btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
button.btn-block {
  width: 100%;
}

/* CI-Slider Overrides
=================================== */

.ci-slider {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.ci-slider.loading:before {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

.ci-slider .slides li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.ci-direction-nav a {
  top: 50%;
  opacity: 0.7;
  line-height: normal;
}

.ci-direction-nav a:hover {
  color: #FFF;
  opacity: 1;
}

.ci-slider .slides > li:first-child {
  display: block;
  /* Display flexslider's first item no matter if its loading or not */
  -webkit-backface-visibility: visible;
}

.ci-slider.loading .slides > li:first-child {
  opacity: 1 !important;
  /* Remove the fade in/out animation when the slider loads */
}

/* Magnific Popup Overrides
=================================== */

.mfp-bg {
  background-color: #000;
}

.mfp-preloader {
  color: #FFF;
}

.mfp-preloader a,
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  background-color: #FFF;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: none;
  opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: none;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
}

.mfp-arrow {
  line-height: 0.3;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: none;
}

.mfp-arrow:after {
  font-family: FontAwesome;
  font-size: 70px;
  color: #FFF;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* Text Alignment Helpers
=================================== */

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

.text-right {
  text-align: right;
}

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

.text-justified {
  text-align: justify;
}

/* -----------------------------------------
Animations
----------------------------------------- */

@-webkit-keyframes bounce-happy {
  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  85% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale3d(1);
    transform: scale3d(1);
  }
}

@keyframes bounce-happy {
  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  85% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale3d(1);
    transform: scale3d(1);
  }
}

@-webkit-keyframes ci-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ci-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */

.nav {
  display: inline-block;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation {
  text-align: right;
}

.navigation::after {
  content: "";
  display: table;
  clear: both;
}

.navigation li {
  position: relative;
  z-index: 100;
}

.navigation > li {
  display: inline-block;
}

.navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
}

.navigation > li:last-child ul {
  right: 0;
}

.navigation li:hover > ul,
.navigation .sfHover > ul {
  top: auto;
}

.navigation li li:hover > ul,
.navigation li .sfHover > ul {
  top: 0;
  right: 100%;
}

.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
  top: 0;
  right: 100%;
}

.navigation a,
.navigation .navigation a:visited {
  display: block;
  white-space: nowrap;
}

.navigation a {
  display: block;
  color: #2e2e2e;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -.05em;
  /* Global Menu Link Styles */
}

.navigation > li:last-child > a:not(.sf-with-ul) {
  padding-right: 0;
}

.navigation a:hover,
.navigation .sfHover > a {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */
}

.navigation > li > a {
  height: 50px;
  padding: 16px 10px 0;
  /* First Level Menu Link Styles */
}

.navigation > li ul a {
  padding: 6px 15px;
  /* All Other Menu Level Link Styles */
}

.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
  color: #00bff3;
  /* All Other Level Menu Link Hover Styles */
}

.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
  color: #00bff3;
  /* WordPress First Level Current/Ancestor Hover Page Styles */
}

.navigation ul {
  background-color: #f2f2f2;
  min-width: 200px;
  text-align: left;
  margin-left: -5px;
  padding: 5px 0;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  /* All Lower Level Menu Container Styles */
}

.navigation ul ul {
  border-radius: 4px;
}

.navigation a.sf-with-ul {
  padding-right: 16px;
  position: relative;
  /* Styling for navigation arrows  ---------- */
}

.navigation.sf-arrows .sf-with-ul:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
  font-size: 7px;
  font-weight: normal;
}

.navigation.sf-arrows ul .sf-with-ul:after {
  right: 8px;
  content: "\f054";
  margin-top: -5px;
  /* Styling for right facing arrows  ---------- */
}

/* -----------------------------------------
	03. Header
----------------------------------------- */

.mast-head-wrap {
  background-color: #00bff3;
  color: #ffffff;
  padding: 16px 0;
}

.site-logo {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.site-logo a {
  color: #2e2e2e;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.05em;
}

.mast-head {
  display: table;
  width: 100%;
}

.logo-wrap,
.mast-nav-wrap {
  display: table-cell;
  min-height: 70px;
  vertical-align: middle;
}

.logo-wrap {
  width: 30%;
}

.mast-nav-wrap {
  width: 70%;
}

.mast-nav {
  margin: 1px 0 0;
}

.mast-nav::after {
  content: "";
  display: table;
  clear: both;
}

.list-featured-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.list-featured-tags::after {
  content: "";
  display: table;
  clear: both;
}

.list-featured-tag {
  float: left;
  margin-left: 10px;
}

.list-featured-tag a:hover {
  -webkit-animation-name: bounce-happy;
  animation-name: bounce-happy;
  -webkit-animation-duration: .26s;
  animation-duration: .26s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.btn-submit-post {
  float: right;
  margin-left: 10px;
}

.btn-submit-post + .list-featured-tags {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 10px;
}

.main-nav-wrap {
  background-color: #f2f2f2;
  position: relative;
  z-index: 20;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.header-main-nav {
  text-align: right;
}

.list-post-filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-post-filters::after {
  content: "";
  display: table;
  clear: both;
}

.list-post-filter {
  float: left;
}

.list-post-filter:first-child a {
  padding-left: 0;
}

.list-post-filter.list-post-filter-active a {
  color: #00bff3;
}

.list-post-filter a {
  display: block;
  height: 50px;
  text-transform: uppercase;
  color: #2e2e2e;
  font-size: 12px;
  letter-spacing: -.05em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding: 14px 10px 0;
}

.list-post-filter a:hover {
  color: #00bff3;
}

.list-post-filter a i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/* Ticker */

.head-ticker-wrap {
  height: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -.05em;
  background-image: -webkit-linear-gradient(left, #00bff3 0%, #00bff3 50%, #fff568 50%);
  background-image: linear-gradient(to right, #00bff3 0%, #00bff3 50%, #fff568 50%);
}

.head-ticker-label {
  display: table-cell;
  margin: 0;
  padding: 2px 12px 0 0;
  height: 30px;
  vertical-align: middle;
  zoom: 1;
  background-color: #00bff3;
  color: #ffffff;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.head-ticker-label::after {
  content: "";
  width: 0;
  height: 100%;
  border: 15px solid transparent;
  border-left-color: #00bff3;
  border-left-width: 6px;
  position: absolute;
  top: 0;
  right: -21px;
}

.head-ticker-slider-wrap {
  display: table-cell;
  overflow: hidden;
  zoom: 1;
  width: 99999px;
  vertical-align: middle;
  background-color: #fff568;
  padding: 2px 10px 0 20px;
  position: relative;
  z-index: 1;
}

.head-ticker-slider-wrap a {
  color: #2e2e2e;
  opacity: 0.6;
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

.head-ticker-slider-wrap a:hover {
  opacity: 1;
}

/* Main Search Bar */

.site-search {
  display: inline-block;
  text-align: left;
  margin-left: 15px;
  border-left: 1px solid #e0e0e0;
  padding: 6px 0 9px;
  position: relative;
  z-index: 101;
}

.site-search-form {
  position: absolute;
  width: 0;
  top: -3px;
  right: 35px;
  overflow: hidden;
  -webkit-transition: width .18s ease;
  transition: width .18s ease;
}

.site-search-form.search-expanded {
  width: 340px;
}

.site-search-trigger {
  font-size: 12px;
  color: #666666;
  opacity: .5;
  padding: 12px 0 12px 15px;
  -webkit-transition: opacity .18s ease;
  transition: opacity .18s ease;
}

.site-search-trigger:hover {
  opacity: 1;
  color: #2e2e2e;
}

/* -----------------------------------------
  04. Modules
----------------------------------------- */

.main {
  padding: 40px 0;
}

/* Sections
=================================== */

.section-category {
  margin-bottom: 30px;
}

.section-category:last-child {
  margin-bottom: 0;
}

.section-title-wrap {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.section-title,
.page-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.section-title-wrap .section-title,
.section-title-wrap
.page-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-subtitle {
  margin: 0;
  color: #666666;
}

/* Entry Styles
=================================== */

.entry {
  margin: 0 0 50px;
}

.entry-thumb {
  position: relative;
  margin-bottom: 25px;
}

.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
  margin-top: 0;
}

.entry-title {
  margin-bottom: 15px;
}

.entry-item-classic .entry-title {
  font-size: 24px;
}

.entry-item-media .entry-title,
.entry-item-vertical .entry-title {
  font-size: 18px;
  line-height: 1.235294118;
}

.entry-subtitle {
  margin: -5px 0 20px;
  color: #666666;
}

.entry-item .entry-subtitle {
  margin-bottom: 15px;
}

.entry-virality {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -.05em;
  margin-bottom: 20px;
}

.entry-virality::after {
  content: "";
  display: table;
  clear: both;
}

.entry-virality .entry-tags {
  float: left;
}

.entry-thumb .entry-virality {
  position: absolute;
  top: 0;
  left: 0;
}

.entry-view-no {
  margin: 0;
  height: 30px;
  background-color: #00bff3;
  color: #ffffff;
  padding: 7px 10px;
  float: left;
}

.entry-view-no i {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.entry-thumb .entry-view-no {
  margin: 0;
}

.entry-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-tags::after {
  content: "";
  display: table;
  clear: both;
}

.entry-tags li {
  float: left;
}

.entry-tags li a {
  display: inline-block;
  margin-left: 1px;
  height: 30px;
  background-color: #fff568;
  color: #2e2e2e;
  padding: 9px 10px;
  float: left;
}

.entry-tags li a:hover {
  background-color: #00bff3;
  color: #ffffff;
}

.entry-thumb .entry-tags li a {
  margin: 0;
}

.entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  color: #666666;
  margin-bottom: 12px;
}

.entry-meta:last-child {
  margin-bottom: 0;
}

.entry-categories {
  font-weight: bold;
  margin-right: 15px;
}

.entry-time {
  margin-right: 15px;
}

.entry-comments-link {
  color: #666666;
}

.entry-share-count {
  margin-right: 15px;
}

.entry-content {
  margin-bottom: 25px;
}

.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 40px;
}

.entry-content blockquote {
  border: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  margin: 40px 0;
  padding-left: 100px;
}

.entry-content blockquote::before {
  content: "“";
  color: #00bff3;
  font-size: 150px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: .8;
}

.entry-content-lg {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333333333;
  color: #666666;
  margin-bottom: 20px;
}

/* Entry Author */

.entry-author {
  margin-bottom: 50px;
}

.entry-author::after {
  content: "";
  display: table;
  clear: both;
}

.entry-author.entry-author-sm {
  margin-bottom: 25px;
}

.entry-author-figure {
  margin-right: 15px;
  float: left;
}

.entry-author-content {
  overflow: hidden;
}

.entry-author-content .socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-author-content .socials::after {
  content: "";
  display: table;
  clear: both;
}

.entry-author-content .socials li {
  float: left;
  margin-right: 20px;
}

.entry-author-content .socials li a {
  font-size: 11px;
  color: #2e2e2e;
  background: none;
  width: auto;
  height: auto;
  line-height: normal;
}

.entry-author-content .socials li a:hover {
  color: #00bff3;
}

.entry-author-name {
  text-transform: uppercase;
  margin: -1px 0 1px;
  font-weight: bold;
  line-height: normal;
}

.entry-author-title {
  font-size: 12px;
  color: #666666;
  margin-bottom: 13px;
}

.entry-author-title:last-child {
  margin-bottom: 0;
}

/* Entry Sharing */

.entry-sharing {
  padding: 17px 0;
  margin-bottom: 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.entry-sharing + .entry-author {
  margin-top: 40px;
}

/* Sharing (Mashshare Plugin)
=================================== */

.mashsb-container {
  padding: 0;
}

/* Buttons */

.mashsb-box::after {
  content: "";
  display: table;
  clear: both;
}

.mashsb-box .mashsb-buttons {
  float: right;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  width: calc(100% - 100px);
}

.mashsb-box .mashsb-buttons::after {
  content: "";
  display: table;
  clear: both;
}

.mashsb-box .mashsb-buttons a {
  min-width: 0;
  display: inline-block;
  margin-right: 3px;
  /* three items */
  /* four items */
}

.mashsb-box .mashsb-buttons a:first-of-type:nth-last-of-type(3),
.mashsb-box .mashsb-buttons a:first-of-type:nth-last-of-type(3) ~ a {
  width: 32%;
  width: calc(33.3333% - 18px);
}

.mashsb-box .mashsb-buttons a:first-of-type:nth-last-of-type(4),
.mashsb-box .mashsb-buttons a:first-of-type:nth-last-of-type(4) ~ a {
  width: 25%;
  width: calc(24% - 10.5px);
}

/* Share Count */

.mashsb-count {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: #00bff3;
  font-weight: bold;
  letter-spacing: -.05em;
  margin-right: 15px;
  max-width: 75px;
}

.mashsb-sharetext {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

.mashsb-toggle-container {
  margin-top: 15px;
}

/* Reactions */

.entry-reactions {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 45px;
  padding-bottom: 25px;
}

.dw-reactions {
  border: 0;
  padding: 0;
  margin: 0;
}

/* Entry Item Specific Styles
=================================== */

.entry-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  height: 100%;
}

.entry-item-media::after {
  content: "";
  display: table;
  clear: both;
}

.entry-item-media .entry-thumb {
  float: left;
  width: calc(50% - 15px);
  margin: 0 30px 0 0;
}

.entry-item-media .entry-item-content-wrap {
  overflow: hidden;
}

/* Pagination
=================================== */

.paging {
  margin: 40px 0 0;
}

.entry .paging {
  margin: 20px 0 45px;
}

.paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.paging ul li {
  display: inline-block;
}

.paging a,
.paging > span,
.paging li span {
  display: inline-block;
  margin: 0 3px 0 0;
  line-height: normal;
  border-radius: 2px;
  height: 34px;
  padding: 10px 13px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background-color: #fff568;
  color: #2e2e2e;
  font-weight: bold;
  letter-spacing: -.05em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.paging a:hover,
.paging .current,
.paging > span,
.paging li span {
  background-color: #00bff3;
  color: #ffffff;
}

.load-more {
  text-align: center;
}

.load-more a {
  padding-left: 30px;
  padding-right: 30px;
}

.ci-loading::before {
  position: relative;
  content: "\f110";
  font-family: FontAwesome;
  margin-right: 10px;
  display: inline-block;
  -webkit-animation: ci-spin 2s infinite linear;
  animation: ci-spin 2s infinite linear;
}

.separator {
  display: block;
  margin: 40px 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */

/* -----------------------------------------
   06. Comments
----------------------------------------- */

#comments {
  margin: 40px 0 20px;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

#comment-list ol {
  list-style: none;
}

#comment-list .comment-body {
  margin-bottom: 40px;
}

#comment-list > .comment :first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.comment-author .says {
  text-transform: none;
  color: #666666;
}

.comment-author .avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
}

.comment-metadata {
  font-size: 12px;
  margin: 0 0 10px;
  color: #666666;
}

.comment-metadata a {
  color: #666666;
}

.comment-reply-link {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  margin-left: 64px;
  height: auto;
  width: auto;
  font-family: "Montserrat", sans-serif;
}

.comment-reply-link::before {
  content: "\f112";
  font-family: FontAwesome;
  color: #2e2e2e;
  margin-right: 5px;
}

.bypostauthor > article .fn::before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.comment-form p {
  margin-bottom: 25px;
}

.comment-form input[type="submit"] {
  width: 100%;
}

.comment-form textarea {
  height: 235px;
}

.form-allowed-tags,
.comment-notes {
  display: none;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(46, 46, 46, 0.8);
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */

.sidebar {
  border: 2px solid #e5e5e5;
}

.widget {
  margin: 0;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.widget:last-child {
  border-bottom: 0;
}

.sidebar .widget:last-child,
.widget p:last-child {
  /* Nullify bottom margin for last elements in widgets and sidebars */
  margin-bottom: 0;
}

.widget-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -.05em;
  padding: 13px 25px;
  margin-bottom: 30px;
  background-color: #00bff3;
  color: #ffffff;
  text-align: center;
}

.widget-title a {
  color: #ffffff;
}

.widget-title label {
  text-transform: uppercase;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

/* WIDGET: #List Widgets
========================================= */

.widget select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
  margin-left: 15px;
}

.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -.05em;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #e5e5e5;
}

.widget_meta ul li .count,
.widget_meta ul li .ci-count,
.widget_pages ul li .count,
.widget_pages ul li .ci-count,
.widget_categories ul li .count,
.widget_categories ul li .ci-count,
.widget_archive ul li .count,
.widget_archive ul li .ci-count,
.widget_nav_menu ul li .count,
.widget_nav_menu ul li .ci-count,
.widget_recent_entries ul li .count,
.widget_recent_entries ul li .ci-count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments ul li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #e5e5e5;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #e5e5e5;
  background: #FFF;
}

/* WIDGET: #Ads125
========================================= */

#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ads125 li,
.ads125 li {
  background: none;
  border: none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
  height: auto;
}

/* WIDGET: #Search
========================================= */

.searchform > div {
  position: relative;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

/* WIDGET: #Flickr
========================================= */

.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}

.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */

.widget_about {
  margin-top: -5px;
}

.widget_about img {
  max-width: 100px;
  height: auto;
}

.widget_about .alignleft {
  float: left;
  margin: 5px 15px 6px 0;
}

.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 15px;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */

.widget_ci_twitter_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}

.widget_ci_twitter_widget ul li:first-child {
  padding-top: 0;
}

.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Newsletter
========================================= */

.widget_ci_newsletter_widget .btn,
.widget_ci_newsletter_widget input[type="submit"] {
  width: 100%;
}

/* WIDGET: #Social Icons
========================================= */

.socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

.socials::after {
  content: "";
  display: table;
  clear: both;
}

.socials li {
  float: left;
}

.socials li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 33px;
  font-size: 16px;
  margin-right: 1px;
  text-align: center;
  background-color: #fff568;
  color: #2e2e2e;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.gallery::after {
  content: "";
  display: table;
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 11.11111%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px 0;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0 0;
  text-align: left;
  font-style: italic;
}

.sticky {
  /* Provide sticky styles */
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */

#mobilemenu {
  display: none;
}

.mobile-nav-trigger {
  color: #2e2e2e;
  font-size: 32px;
  line-height: normal;
  padding: 5px 0;
  vertical-align: middle;
  display: none;
}

.mm-menu {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -.05em;
  background-color: #00bff3;
  color: #ffffff;
}

.mm-menu .mm-navbar {
  border-color: rgba(255, 255, 255, 0.35);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #ffffff;
}

.mm-menu .mm-navbar .mm-btn::before,
.mm-menu .mm-navbar .mm-btn::after {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview > li::after {
  border-color: rgba(255, 255, 255, 0.25);
}

.mm-menu .mm-listview > li .mm-prev::before,
.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow::after {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview > li .mm-prev::after,
.mm-menu .mm-listview > li .mm-next::before {
  border-color: rgba(255, 255, 255, 0.25);
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget .instagram-pics::after {
  content: "";
  display: table;
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
}

.widget .instagram-pics li a {
  display: block;
  color: #2e2e2e;
}

/* Elementor Styles */

.elementor .elementor-widget .entry-item .entry-thumb {
  margin-bottom: 25px;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */

@media (min-width: 480px) {
  .sidebar .row-items div[class^="col"]:last-child .entry-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}

@media (max-width: 1199px) {
  .widget {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .gallery-columns-7 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 20%;
  }

  .gallery-columns-8 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 20%;
  }

  .gallery-columns-9 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 20%;
  }

  #mobilemenu {
    display: block;
  }

  .mast-head {
    display: block;
  }

  .logo-wrap,
  .mast-nav-wrap {
    display: block;
    width: 100%;
    min-height: 0;
    text-align: center;
  }

  .logo-wrap {
    margin-bottom: 15px;
  }

  .list-featured-tags {
    float: none;
    display: inline-block;
  }

  .list-featured-tags li {
    float: none;
    display: inline-block;
  }

  .btn-submit-post {
    float: none;
    display: inline-block;
  }

  .btn-submit-post + .list-featured-tags {
    border: 0;
    padding: 0;
  }

  .header .nav {
    display: none;
  }

  .mobile-nav-trigger {
    display: inline-block;
  }

  .navigation > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-post-filter a {
    padding-left: 6px;
    padding-right: 6px;
  }

  .entry-related {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  #comment-list ol {
    margin: 0;
    padding: 0;
  }

  .comment-reply-link {
    margin: 0;
  }

  .gallery-columns-5 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .gallery-columns-6 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .gallery-columns-7 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .gallery-columns-8 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  .gallery-columns-9 .gallery-item {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 25%;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  .footer .list-post-filters {
    text-align: center;
  }

  .footer .list-post-filter {
    float: none;
    display: inline-block;
  }

  .footer .nav {
    display: block;
  }

  .footer .navigation {
    float: none;
    text-align: center;
  }

  .btn-submit-post {
    display: none;
  }

  .section-title-wrap {
    margin-bottom: 25px;
  }

  .section-title,
  .page-title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .entry-item-media .entry-title,
  .entry-item-vertical .entry-title {
    font-size: 16px;
  }

  .entry-content-lg {
    font-size: 16px;
  }

  /* MashShare */

  .mashsb-box::after {
    content: "";
    display: table;
    clear: both;
  }

  .mashsb-box .mashsb-buttons a {
    text-align: center;
    height: 44px;
  }

  .mashsb-box .mashsb-buttons a .icon {
    display: inline-block;
    padding: 0;
  }

  .mashsb-box .mashsb-buttons a .icon::before {
    margin-right: 0;
  }

  .mashsb-box .mashsb-buttons a .text {
    display: none;
  }
}

@media (max-width: 479px) {
  input,
  textarea {
    width: 100%;
  }

  .comment-author .avatar {
    display: none;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 15px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  .list-featured-tags {
    display: none;
  }

  .logo-wrap {
    margin-bottom: 0;
  }

  .site-logo a {
    font-size: 30px;
  }

  .site-search {
    display: none;
  }

  .list-post-filter a {
    font-size: 10px;
  }

  .list-post-filter a i {
    font-size: 15px;
  }

  .entry-item-media .entry-thumb,
  .entry-item-media .entry-item-content-wrap {
    float: none;
    width: 100%;
  }

  .entry-item .entry-title,
  .entry-item-media .entry-title,
  .entry-item-vertical .entry-title {
    font-size: 20px;
  }

  .entry-item .entry-thumb {
    margin-bottom: 15px;
  }

  .entry-content-lg {
    font-size: 1.1em;
  }

  .entry-content {
    font-size: 1.2em;
  }

  .entry-content blockquote {
    margin: 30px 0;
    padding-left: 55px;
    font-size: 18px;
  }

  .entry-content blockquote::before {
    font-size: 80px;
  }

  #comments {
    margin-top: 15px;
  }
}