/*
Theme Name: PridMag Pro
Theme URI: https://themezhut.com/themes/pridmag/
Author: ThemezHut Themes
Author URI: https://themezhut.com
Description: PridMag Pro is an impressive WordPress theme built for any kind of publishing sites including Magazines, News and Blogging Websites. It features a clean magazine layout to display your articles in style. Smart post widgets with ajax navigation controls let your readers to easily navigate through posts and help you to get more post views. PridMag Pro has all the features you need to customize your site as you like.
Version: 1.0.4
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: pridmag
Tags: grid-layout, right-sidebar, two-columns, custom-logo, custom-background, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, news, blog, rtl-language-support

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.

PridMag 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
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin: 0 0 0.8em 0;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

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

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  quotes: "" "";
  padding: 1.5em;
  margin: 0 0 1em 0;
  font-size: 18px;
  background: #f8f8f8;
  border-left: 3px solid #3498DB;
}
blockquote p {
  margin: 0 !important;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  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;
}

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.th-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .th-container {
    padding: 0 25px;
  }
}

#primary.content-area {
  float: left;
  width: 65.7894736842105%;
  max-width: 750px;
}
@media (max-width: 768px) {
  #primary.content-area {
    width: 100%;
    float: none;
  }
}

#secondary.widget-area {
  float: right;
  width: 31.578947368421053%;
  max-width: 360px;
}
@media (max-width: 768px) {
  #secondary.widget-area {
    max-width: initial;
    width: 100%;
    float: none;
  }
}

.th-left-sidebar #primary.content-area {
  float: right;
}
.th-left-sidebar #secondary.widget-area {
  float: left;
}

.th-no-sidebar #primary.content-area {
  width: 100%;
  max-width: 1140px;
}
.th-no-sidebar #secondary.widget-area {
  display: none;
}

.th-content-centered #primary.content-area {
  float: none;
  margin: 0 auto;
}
.th-content-centered #secondary.widget-area {
  display: none;
}

.page-template-template-page-builder #primary.content-area {
  width: 100%;
  max-width: 100%;
}

.page-template-template-page-builder #secondary.widget-area {
  display: none;
}

.th-posts-wrap {
  position: relative;
  overflow: hidden;
}

.th-grid-2 .pridmag-post {
  display: inline-block;
  margin-right: 4%;
  margin-left: 0;
  width: 48%;
  vertical-align: top;
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  .th-grid-2 .pridmag-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.th-grid-2 .pridmag-post:nth-of-type(2n) {
  margin-right: 0;
}
.th-grid-2 .th-archive-thumb {
  margin-bottom: 20px;
}

.th-no-sidebar .th-grid-2 .pridmag-post {
  margin-right: 3.571428%;
  width: 48.21428571%;
}
@media (max-width: 768px) {
  .th-no-sidebar .th-grid-2 .pridmag-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.th-no-sidebar .th-grid-2 .pridmag-post:nth-of-type(2n) {
  margin-right: 0;
}

.th-grid-3 {
  margin: 0 -15px;
}
.th-grid-3 .pridmag-post {
  padding: 0 15px;
  width: 33.33333333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  clear: none;
}
@media (max-width: 768px) {
  .th-grid-3 .pridmag-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.th-grid-3 .pridmag-post:nth-of-type(3n + 1) {
  clear: both;
}

.th-no-sidebar .th-grid-3 {
  margin: 0 -19px;
}
.th-no-sidebar .th-grid-3 .pridmag-post {
  padding: 0 19px;
}
.th-no-sidebar .th-grid-3 .pridmag-post:nth-of-type(3n + 1) {
  clear: both;
}

.th-list-posts .pridmag-post .entry-summary {
  margin-bottom: 1em;
}
.th-list-posts .pridmag-post {
  overflow: hidden;
  clear: both;
}
.th-list-posts .th-archive-thumb {
  float: left;
  margin: 0 25px 0 0;
}
.th-list-posts .th-archive-thumb img {
  max-width: 360px;
}
@media (max-width: 769px) {
  .th-list-posts .th-archive-thumb img {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .th-list-posts .th-archive-thumb img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .th-list-posts .th-archive-thumb img {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .th-list-posts .th-archive-thumb img {
    max-width: 360px;
  }
}
@media (max-width: 768px) {
  .th-list-posts .th-archive-thumb {
    width: 100%;
    float: none;
  }
}
.th-list-posts .th-archive-content {
  margin: 5px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .th-list-posts .th-archive-content {
    width: 100%;
    float: none;
  }
}

.th-archive-thumb {
  position: relative;
  margin-bottom: 20px;
}
.th-archive-thumb img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .th-archive-thumb img {
    width: 100%;
  }
}

.pm-magazine-mid-left {
  float: left;
  width: 65.7894736842105%;
  max-width: 750px;
}
@media (max-width: 768px) {
  .pm-magazine-mid-left {
    width: 100%;
    float: none;
  }
}

.pm-magazine-mid-right {
  float: right;
  width: 31.578947368421053%;
  max-width: 360px;
}
@media (max-width: 768px) {
  .pm-magazine-mid-right {
    max-width: initial;
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #dddddd;
  /* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
  margin: 0 0 1.5em 2em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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. */
}

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

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

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

th {
  background: #f8f8f8;
  font-weight: bold;
  padding: 8px 15px;
}

.site-footer table, .site-footer th, .site-footer td {
  border: 1px solid #555;
}

.site-footer th {
  background: #222;
}

td {
  padding: 5px 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: #3498DB;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 11px 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #222222;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #222222;
  color: #ffffff;
}

.th-readmore {
  background: #3498DB;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  padding: 10px 17px;
  margin: 8px 0 0;
  border-radius: 5px;
}
.th-readmore:hover {
  background: #222222;
  color: #ffffff;
}
.th-readmore:visited {
  color: #ffffff;
}

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 {
  color: #666;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 5px;
}
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 {
  color: #111;
}

select {
  border: 1px solid #ddd;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3498DB;
  text-decoration: none;
}
a:visited {
  color: #2980B9;
}
a:hover, a:focus, a:active {
  color: #2C3E50;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Display the menu toggle when JavaScript is available. */
.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}

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

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

.menu-toggle {
  padding: 11px 15px;
  background: #222;
  color: #fff;
  font-size: 18px;
  width: 45px;
  height: 45px;
  padding: 0;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: 20px;
  right: 25px;
}
.menu-toggle:hover {
  background: #3498DB;
}
.menu-toggle:before {
  content: "\f0c9";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
}

.menu-toggle:hover,
.menu-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  display: block;
  font-size: 16px;
  right: 0;
  line-height: 20px;
  margin: 0 auto;
  padding: 11.5px 17px;
  position: absolute;
  text-shadow: none;
  top: 0;
}

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

.dropdown-toggle:focus {
  outline: thin dotted;
}

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

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(0);
  /* IE 9 */
  transform: rotate(0);
}

@media screen and (max-width: 767px) {
  .main-navigation {
    padding: 0.8em 0;
    width: 100%;
  }
  .main-navigation a {
    display: block;
  }
  .main-navigation ul {
    border-bottom: 1px solid #eeeeee;
  }

  .no-js .main-navigation {
    clear: both;
  }

  .main-navigation.toggled-on {
    clear: both;
  }
  .main-navigation.toggled-on .menu-toggle:before {
    content: "\f00d";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
  }

  .js .main-navigation.toggled-on .th-social-media {
    display: table;
  }

  .main-navigation li {
    float: none;
    position: relative;
    border-top: 1px solid #eee;
  }

  .main-navigation ul ul {
    padding-left: 2em;
  }
}
@media screen and (min-width: 768px) {
  .js .menu-toggle,
  .js .dropdown-toggle {
    display: none;
  }

  .menu-toggle,
  .dropdown-toggle {
    display: none;
  }

  .js .main-navigation ul,
  .js .main-navigation ul ul,
  .js .main-navigation > div > ul {
    display: block;
  }
}
/* Main Navigation */
.main-navigation a {
  padding: 10px 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.main-navigation a:hover, .main-navigation a:active {
  color: #3498DB;
}
@media (min-width: 768px) {
  .main-navigation a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 992px) {
  .main-navigation a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1199px) {
  .main-navigation a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-weight: normal;
}
.main-navigation ul li {
  position: relative;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #3498DB;
}

@media (min-width: 768px) {
  .main-navigation {
    float: right;
    font-family: "Roboto", sans-serif;
    max-width: 100%;
    margin: 1.2em 0;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul ul {
    background: #ffffff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding: 10px 8px;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: -10px;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .main-navigation ul ul a {
    font-size: 14px;
    width: 200px;
    padding: 7px 15px;
    text-transform: initial;
    font-weight: 500;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation li {
    float: left;
    position: relative;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
  }

  .main-navigation .menu-item-has-children > a:after,
  .main-navigation .page_item_has_children > a:after {
    content: "\f0d7";
    display: inline-block;
    line-height: 1;
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 0 0 7px;
    font-weight: normal;
  }

  .main-navigation .menu-item-has-children .menu-item-has-children > a:after,
  .main-navigation .page_item_has_children .menu-item-has-children > a:after {
    content: "\f0da";
    display: inline-block;
    float: right;
    line-height: 20px;
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 0 0 7px;
    font-weight: normal;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
  padding-right: 1em;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 1em;
}

/* Search Box */
@media (min-width: 768px) {
  .main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
  }

  .th-social-media {
    display: inline-block;
    vertical-align: middle;
  }

  .th-menu-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
}
.th-search-box-container {
  display: none;
}

.th-search-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: right;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #000000;
}
@media (max-width: 992px) {
  .th-search-button-icon {
    z-index: 999999;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .th-search-button-icon {
    position: absolute;
    top: 20px;
    right: 80px;
  }
}

.th-search-button-icon:before {
  content: '\f002';
  cursor: pointer;
  display: inline-block;
  font-family: 'FontAwesome';
}

.th-search-button-icon.th-search-close:before {
  content: '\f00d';
  cursor: pointer;
  display: inline-block;
  font-family: 'FontAwesome';
}

.th-search-box-container {
  background: #ffffff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  display: none;
  padding: 5px;
  position: absolute;
  top: 45px;
  width: 360px;
  z-index: 999;
  right: 0;
}
@media (max-width: 767px) {
  .th-search-box-container {
    top: 70px;
    width: 100%;
  }
}

.th-search-box .search-form .search-submit {
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 10px 20px;
  background: #3498DB;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.th-search-box .search-form .search-submit:hover {
  background: #222;
}
.th-search-box .search-form .search-submit:focus {
  outline: none;
}
.th-search-box .search-form .search-field {
  display: block;
  margin: 0;
  height: 45px;
  padding: 10px 90px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #eee;
}
.th-search-box .search-form .search-field:focus {
  outline: none;
}

.posts-navigation {
  font-size: 18px;
}
.posts-navigation .nav-previous a:before {
  content: "\f177";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 5px 0 0;
}
.posts-navigation .nav-next a:after {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0 5px;
}

.pagination {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1em 0;
  text-align: center;
  display: block;
}

.nav-links .page-numbers {
  color: #fff;
}

.nav-links .page-numbers:hover {
  color: #fff;
}

.page-numbers {
  background-color: #222;
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  margin: 0 2px;
  border-radius: 3px;
  display: inline-block;
}

.prev.page-numbers {
  padding: 8px 20px;
}

.page-numbers:hover {
  background: #000;
}

.nav-links .current {
  background: #3498DB;
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  margin: 0 2px;
}

.infinite-scroll .navigation {
  display: none;
}

#infinite-handle {
  text-align: center;
  margin: 25px 0 50px 0;
}

#infinite-handle span {
  background: #222;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 30px;
  font-weight: bold;
}

#infinite-handle span.infinite-loader {
  text-align: center;
}

.infinite-scroll .infinite-loader {
  width: 100%;
  text-align: center;
}

.infinite-scroll .infinite-loader .spinner {
  bottom: -1em;
  left: auto;
  margin: 0 auto;
}

.js .main-navigation.toggled-on .th-social-media ul {
  display: block;
}

.th-social-media {
  margin: 0 10px 0 15px;
}
.th-social-media ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border: none;
}
.th-social-media ul li {
  float: left;
  border: none;
}
.th-social-media ul a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 12px 8px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.th-social-media ul a:hover, .th-social-media ul a:active {
  color: #3498DB;
}
@media (min-width: 768px) {
  .th-social-media ul a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .th-social-media ul a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 1199px) {
  .th-social-media ul a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .th-social-media {
    margin: 0 auto;
    clear: both;
    display: none;
    padding: 20px 0 10px;
    overflow: hidden;
  }
  .th-social-media ul a {
    display: block;
    padding: 12px 15px;
  }
}

.th-social-media-item.facebook a:hover {
  color: #3b5998;
}

.th-social-media-item.twitter a:hover {
  color: #55acee;
}

.th-social-media-item.google-plus a:hover {
  color: #dc4e41;
}

.th-social-media-item.youtube a:hover {
  color: #b31217;
}

.th-social-media-item.yelp a:hover {
  color: #3b5998;
}

.th-social-media-item.vimeo a:hover {
  color: #1ab7ae;
}

.th-social-media-item.vk a:hover {
  color: #3b5998;
}

.th-social-media-item.tumblr a:hover {
  color: #35465c;
}

.th-social-media-item.instagram a:hover {
  color: #517fa4;
}

.th-social-media-item.pinterest a:hover {
  color: #bd081c;
}

@media (min-width: 768px) {
  .th-header-style-1 .th-social-media.dropdown-sm,
  .th-header-style-2 .th-social-media.dropdown-sm {
    margin: 0;
  }
  .th-header-style-1 .th-social-media.dropdown-sm ul,
  .th-header-style-2 .th-social-media.dropdown-sm ul {
    display: none;
    padding: 5px 20px;
    width: auto;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999999;
    background: #ffffff;
    white-space: nowrap;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  }
  .th-header-style-1 .th-social-media.dropdown-sm ul li,
  .th-header-style-2 .th-social-media.dropdown-sm ul li {
    display: inline-block;
    float: none;
  }
  .th-header-style-1 .th-social-media.dropdown-sm ul li a,
  .th-header-style-2 .th-social-media.dropdown-sm ul li a {
    padding: 12px 10px;
  }
  .th-header-style-1 .th-social-media.dropdown-sm .th-sm-dropdown-wrapper,
  .th-header-style-2 .th-social-media.dropdown-sm .th-sm-dropdown-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .th-header-style-1 .th-social-media.dropdown-sm .th-sm-dropdown-wrapper:before,
  .th-header-style-2 .th-social-media.dropdown-sm .th-sm-dropdown-wrapper:before {
    content: "\f141";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    padding: 10px 12px 10px 20px;
    cursor: pointer;
  }
  .th-header-style-1 .th-social-media.dropdown-sm .th-sm-dropdown-wrapper:hover ul,
  .th-header-style-2 .th-social-media.dropdown-sm .th-sm-dropdown-wrapper:hover ul {
    display: block;
  }
}
.footer-navigation {
  line-height: 20px;
  padding: 5px 0 15px;
}
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.footer-navigation ul li {
  float: left;
}
.footer-navigation ul li a {
  padding: 0 0.8em;
  color: #ffffff;
  display: block;
}
.footer-navigation ul li a:hover {
  color: #3498DB;
}
@media (max-width: 768px) {
  .footer-navigation ul {
    padding: 20px 0;
    margin: 0 -0.8em;
  }
}
@media (min-width: 768px) {
  .footer-navigation {
    width: 50%;
    float: left;
    padding: 20px 0 20px 20px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  clip-path: none;
  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: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 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 40px;
  overflow: hidden;
  display: block;
  clear: both;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  padding: 5px 5px;
}
.widget a {
  color: #222222;
}
.widget a:hover {
  color: #3498DB;
}

.pridmag-block {
  transition: all 0.4s;
}

.widget_pridmag_pro_grid_category_posts {
  margin-bottom: 10px;
  width: 100%;
}

.th-section-title,
.widget-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 12px;
  text-transform: uppercase;
  color: #fff;
  background: #3498DB;
  display: inline-block;
  line-height: 1.2;
  margin: 0 0 25px;
}
.th-section-title a,
.widget-title a {
  color: #fff;
}

.site-footer {
  background: #222222;
}
.site-footer .site-info {
  background: #111111;
  color: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  position: relative;
}
.site-footer .site-info a {
  color: #ddd;
}
.site-footer .site-info a:hover {
  color: #3498DB;
}

.footer-widget-area {
  margin: 0 -15px;
  color: #ccc;
  overflow: hidden;
  position: relative;
}
.footer-widget-area a {
  color: #ddd;
}
.footer-widget-area a:hover {
  color: #3498DB;
}
.footer-widget-area .widget {
  margin: 40px 0;
}

.site-info-owner {
  padding: 15px 0 5px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .site-info-owner {
    width: 50%;
    float: left;
    padding: 20px 20px 20px 0;
  }
}

.site-info-designer {
  line-height: 20px;
  padding: 5px 0 15px;
}
@media (min-width: 768px) {
  .site-info-designer {
    width: 50%;
    float: left;
    text-align: right;
    padding: 20px 0 20px 20px;
  }
}

.footer-sidebar {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .footer-sidebar {
    width: 33.33%;
    float: left;
  }
}

.search-form {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.search-form .search-field {
  display: block;
  margin: 0;
  height: 45px;
  padding: 10px 85px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 5px;
  width: 100%;
}

.search-form label {
  display: block;
}

.search-form .search-field::placeholder {
  color: #aaa;
  font-style: italic;
}

.search-form .search-submit {
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 10px 20px;
  background: #3498DB;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.search-form .search-submit:hover {
  background: #222;
}

.widget_recent_entries .post-date {
  color: #808080;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: block;
  margin: 3px 0 5px;
}

/**
 * Featured Content
 */
.th-seperator {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  clear: both;
}

.pm-featured-content-area {
  margin: 0 -30px;
}
@media (max-width: 768px) {
  .pm-featured-content-area {
    margin: 0 -25px;
  }
}

.pmf-big-post-container {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
}
.pmf-big-post-container img {
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pmf-big-post-container:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -transform: scale(1.15);
}
@media (max-width: 768px) {
  .pmf-big-post-container {
    width: 100%;
  }
  .pmf-big-post-container img {
    width: 100%;
  }
}

.pmf-small-posts-container {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .pmf-small-posts-container {
    width: 100%;
  }
}

.pm-featured-small {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.pm-featured-small img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .pm-featured-small img {
    width: 100%;
  }
}
.pm-featured-small:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -transform: scale(1.15);
}

.pmfb-details,
.pmfs-details {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}

.pmfs-entry-title,
.pmfb-entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
.pmfs-entry-title a,
.pmfb-entry-title a {
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
  display: block;
}
.pmfs-entry-title a:hover,
.pmfb-entry-title a:hover {
  color: #dddddd;
}

.pmfs-entry-title a {
  padding: 20px;
}

.pmfb-entry-title a {
  padding: 30px;
}

.pmfs-entry-title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .pmfs-entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .pmfs-entry-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* Single Category Posts Widgets. */
.th-viewall {
  float: right;
  margin: 0 25px 0 0;
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  z-index: 999999;
}
.th-viewall i {
  font-size: 13px;
  font-size: 0.8125rem;
}
.th-viewall:hover {
  color: #3498DB;
}

.thb-post {
  width: 100%;
}
@media (min-width: 768px) {
  .thb-post {
    width: 48%;
    float: left;
  }
}

.thb-entry-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 8px;
}
.thb-entry-title a {
  color: #222222;
  line-height: 1.3;
}
.thb-entry-title a:hover {
  color: #3498DB;
}

.ths-meta,
.thb-entry-meta {
  color: #808080;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0;
}
.ths-meta a,
.thb-entry-meta a {
  color: #808080;
}
.ths-meta a:hover,
.thb-entry-meta a:hover {
  color: #3498DB;
}

.thb-entry-summary {
  margin: 20px 0 35px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.thb-entry-summary p {
  margin: 0 0 1em;
}

.ths-posts {
  width: 100%;
}
@media (min-width: 768px) {
  .ths-posts {
    width: 48%;
    float: right;
  }
}

.ths-post {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.ths-thumb {
  float: left;
  margin-right: 15px;
  position: relative;
}
.ths-thumb img {
  max-width: 120px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .ths-thumb {
    margin-right: 10px;
  }
}

.ths-details {
  overflow: hidden;
}

.ths-title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .ths-title {
    font-size: 15px;
  }
}

/* Dual Category Post Widget */
.thb-thumb {
  margin: 0 0 22px;
  position: relative;
}
.thb-thumb img {
  vertical-align: middle;
}

.th-dualc-left {
  width: 48%;
  float: left;
}
@media (max-width: 768px) {
  .th-dualc-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.th-dualc-right {
  width: 48%;
  float: right;
}
@media (max-width: 768px) {
  .th-dualc-right {
    width: 100%;
    float: none;
  }
}

/* GRID post widget */
.thw-grid-post {
  width: 100%;
  margin: 0 0 35px;
  padding: 0;
}
@media (min-width: 768px) {
  .thw-grid-post {
    width: 33.33333%;
    float: left;
    padding: 0 15px;
  }
}
.thw-grid-post .thb-entry-summary {
  margin-bottom: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .pridmag-grid-category-posts {
    margin: 0 -15px;
  }
}

.thgw-entry-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 8px;
}
.thgw-entry-title a {
  color: #222222;
  line-height: 1.3;
}
.thgw-entry-title a:hover {
  color: #3498DB;
}

/* Tabbed Widget */
ul.th-tab-nav {
  overflow: hidden;
  margin: 0 0 25px 0;
  background: #ebebeb;
  list-style: none;
  padding: 0;
}

li.th-tab {
  float: left;
  padding: 0 !important;
  width: 33.33%;
  text-align: center;
}

.th-tabs-wdt .tab-content {
  content: "";
  display: table;
  table-layout: fixed;
}
.th-tabs-wdt .th-tab-anchor {
  font-size: 15px;
  padding: 10px 15px;
  line-height: 40px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.th-tabs-wdt .th-tab-anchor:focus {
  outline: none;
}
@media (max-width: 992px) {
  .th-tabs-wdt .th-tab-anchor {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.th-tabs-wdt .ui-state-default .th-tab-anchor {
  color: #555555;
  width: 100%;
}
.th-tabs-wdt .ui-state-default .th-tab-anchor:hover {
  color: #222;
}
.th-tabs-wdt .ui-state-active {
  background: #3498DB;
  outline: 0;
}
.th-tabs-wdt .ui-state-active .th-tab-anchor {
  color: #ffffff;
}
.th-tabs-wdt .ui-state-active .th-tab-anchor:hover {
  color: #ffffff;
}
.th-tabs-wdt #pridmag-comments,
.th-tabs-wdt #pridmag-tags {
  display: none;
}

.thw-comment {
  overflow: hidden;
  margin: 0 0 1em;
}

.thw-comment-author,
.pridmag_comment_post {
  font-weight: bold;
}

.thw-comment {
  font-size: 14px;
  margin-top: 5px;
}

.thw_avatar {
  float: left;
  margin: 0 1em 0 0;
}
.thw_avatar img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.thw-comm-content {
  overflow: hidden;
}

/* Tag Cloud Widget */
#pridmag-tags a,
.widget_tag_cloud .tagcloud a {
  display: block;
  float: left;
  padding: 4px 10px;
  font-weight: 500;
  background: #3498DB;
  color: #fff;
  margin: 0 1px 1px 0;
  font-size: 13px;
}

#pridmag-tags a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background: #222;
}

/* Ready Magazine Widgets for other sidebars. */
.pm-magazine-mid-right .thb-post,
#secondary .thb-post,
.footer-widget-area .thb-post {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.pm-magazine-mid-right .ths-posts,
#secondary .ths-posts,
.footer-widget-area .ths-posts {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.pm-magazine-mid-right .th-dualc-left,
.pm-magazine-mid-right .th-dualc-right,
#secondary .th-dualc-left,
#secondary .th-dualc-right,
.footer-widget-area .th-dualc-left,
.footer-widget-area .th-dualc-right {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.pm-magazine-mid-right .thw-grid-post,
#secondary .thw-grid-post,
.footer-widget-area .thw-grid-post {
  display: block;
  width: 100%;
}
.pm-magazine-mid-right .widget_categories select,
.pm-magazine-mid-right .widget_archive select,
#secondary .widget_categories select,
#secondary .widget_archive select,
.footer-widget-area .widget_categories select,
.footer-widget-area .widget_archive select {
  width: 100%;
}

/* Ready featured content widget to display properly on any area. */
.pm-magazine-mid-right .pmf-big-post-container,
#secondary .pmf-big-post-container,
.footer-widget-area .pmf-big-post-container {
  width: 100%;
  float: none;
}
.pm-magazine-mid-right .pmf-small-posts-container,
#secondary .pmf-small-posts-container,
.footer-widget-area .pmf-small-posts-container {
  width: 100%;
  float: none;
}
.pm-magazine-mid-right .pmfb-entry-title,
#secondary .pmfb-entry-title,
.footer-widget-area .pmfb-entry-title {
  font-size: 18px;
  font-size: 1.125rem;
}
.pm-magazine-mid-right .pmfb-entry-title a,
#secondary .pmfb-entry-title a,
.footer-widget-area .pmfb-entry-title a {
  padding: 20px;
}
.pm-magazine-mid-right .pmfs-entry-title a:hover,
.pm-magazine-mid-right .pmfb-entry-title a:hover,
#secondary .pmfs-entry-title a:hover,
#secondary .pmfb-entry-title a:hover,
.footer-widget-area .pmfs-entry-title a:hover,
.footer-widget-area .pmfb-entry-title a:hover {
  color: #eeeeee;
}
.pm-magazine-mid-right .pm-featured-small,
#secondary .pm-featured-small,
.footer-widget-area .pm-featured-small {
  width: 100%;
  float: none;
}

.pm-magazine-mid .pmf-big-post-container {
  width: 100%;
  float: none;
}
.pm-magazine-mid .pmf-small-posts-container {
  width: 100%;
  float: none;
}

.footer-widget-area .thw-grid-post .post-title a,
.footer-widget-area .thgw-entry-title a,
.footer-widget-area .thb-entry-title a,
.footer-widget-area .ths-title a {
  color: #eeeeee;
}
.footer-widget-area .thw-grid-post .post-title a:hover,
.footer-widget-area .thgw-entry-title a:hover,
.footer-widget-area .thb-entry-title a:hover,
.footer-widget-area .ths-title a:hover {
  color: #3498DB;
}
.footer-widget-area a.th-viewall {
  color: #ffffff;
}
.footer-widget-area a.th-viewall:hover {
  color: #3498DB;
}
.footer-widget-area ul.th-tab-nav {
  background: #555;
}
.footer-widget-area .th-tabs-wdt .th-tab-anchor {
  color: #eee;
}
.footer-widget-area .ths-meta, .footer-widget-area .thb-entry-meta,
.footer-widget-area .ths-meta a, .footer-widget-area .thb-entry-meta a {
  color: #cccccc;
}
.footer-widget-area .ths-meta a:hover, .footer-widget-area .thb-entry-meta a:hover {
  color: #3498DB;
}

.widget_categories select,
.widget_archive select {
  display: block;
  padding: 8px;
}

#wp-calendar th, #wp-calendar td {
  padding: 8px;
  text-align: center;
}

/* Header Sidebar */
.th-header-sidebar {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.th-header-sidebar .widget {
  padding-top: 30px;
  margin: 0 auto;
}

.page-template-template-magazine .th-header-sidebar {
  margin-bottom: -5px;
}

.pridmag-category-posts,
.th-dualc-left,
.th-dualc-right,
.widget_pridmag_pro_grid_category_posts,
.widget_pridmag_pro_single_category_posts {
  position: relative;
}

.thajax-btn {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  width: 25px;
  background: transparent;
  color: #222222;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
.thajax-btn:active, .thajax-btn:hover {
  background: transparent;
  color: #3498DB;
}
.thajax-btn:focus {
  outline: none;
  background: transparent;
  color: #3498DB;
}
.thajax-btn:disabled {
  opacity: 0.2;
}

.thajax-btn:disabled:hover {
  cursor: default;
  color: #222222;
}

.thajax-btn.prev {
  position: absolute;
  top: 0;
  right: 51px;
}

.thajax-btn.next {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-widget-area .thajax-btn {
  color: #ffffff;
}
.footer-widget-area .thajax-btn:active, .footer-widget-area .thajax-btn:hover, .footer-widget-area .thajax-btn:focus {
  color: #3498DB;
}
.footer-widget-area .thajax-btn:disabled:hover {
  color: #ffffff;
}

.thw-spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
  display: none;
  z-index: 99999999;
}

.thw-spinner > div {
  background-color: #3498DB;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: thw-stretchdelay 0.9s infinite ease-in-out;
  animation: thw-stretchdelay 0.9s infinite ease-in-out;
  margin: 0 1px;
}

.thw-spinner .rect2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.thw-spinner .rect3 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.thw-spinner .rect4 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.thw-spinner .rect5 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes thw-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes thw-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.th-hide-excerpt .thb-entry-summary {
  display: none;
}

/* Slider Widget */
.th-slider-wrapper {
  max-width: 750px;
}

.th-post-slide {
  position: relative;
  max-height: 440px;
  overflow: hidden;
}

.th-slide-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
}

.th-slide-title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 22px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.pm-magazine-mid-right .th-slide-title,
#secondary .th-slide-title {
  font-size: 18px;
}

.th-posts-slider .slick-prev,
.th-posts-slider .slick-next {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  border-radius: 3px;
}
.th-posts-slider .slick-prev:hover,
.th-posts-slider .slick-next:hover {
  background: #000000;
}
.th-posts-slider .slick-prev:focus,
.th-posts-slider .slick-next:focus {
  outline: none;
}

.th-posts-slider .slick-prev:before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
}

.th-posts-slider .slick-next:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
}

.th-posts-slider .slick-prev {
  position: absolute;
  top: 15px;
  right: 50px;
  z-index: 1;
}

.th-posts-slider .slick-next {
  position: absolute;
  top: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .site-header {
    position: relative;
    min-height: 85px;
  }
}

.site-branding {
  float: left;
  margin: 1em 0;
}

.site-title {
  font-size: 27.008px;
  font-size: 1.688rem;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}
.site-title a {
  color: #000000;
}
.site-title a:hover {
  color: #3498DB;
}

.site-description {
  margin: 0;
  font-size: 13.2px;
  font-size: 0.825rem;
  color: #888;
}

.th-header-image {
  display: block;
  clear: both;
  overflow: hidden;
}
.th-header-image img {
  float: left;
  width: 100%;
}

.pridmag-full-width div#page {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
}

div#page {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}
@media (max-width: 1199px) {
  div#page {
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  div#page {
    max-width: 100%;
  }
}

.th-site-logo,
.th-site-title {
  display: inline-block;
  vertical-align: middle;
}

.th-site-logo img {
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .th-site-logo img {
    width: auto;
    max-height: 100px;
  }
}

@media (min-width: 768px) {
  .th-branding-wrapper {
    overflow: hidden;
  }

  .th-header-style-2 .th-header-sidebar {
    float: right;
    width: 480px;
  }
  .th-header-style-2 .site-branding {
    float: left;
    margin: 30px 0 20px;
  }
  .th-header-style-2 .main-navigation {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .th-header-style-2 .main-navigation ul a {
    padding: 15px 10px;
  }
  .th-header-style-2 .main-navigation ul ul a {
    padding: 7px 15px;
  }
  .th-header-style-2 .th-menu-wrapper {
    margin-left: -10px;
  }
  .th-header-style-2 .th-search-button-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    line-height: 54px;
  }
  .th-header-style-2 .th-social-media {
    float: right;
  }
}
@media (min-width: 992px) {
  .th-header-style-2 .th-header-sidebar {
    width: 728px;
  }
}
@media (max-width: 767px) {
  .th-header-style-2 .th-header-sidebar {
    clear: both;
  }
}
@media (min-width: 768px) {
  .th-header-style-3 .th-site-logo, .th-header-style-3 .th-site-title {
    display: block;
  }
  .th-header-style-3 .site-branding {
    text-align: center;
    float: none;
    margin: 50px 0 0;
  }
  .th-header-style-3 .th-site-logo {
    margin-bottom: 20px;
  }
  .th-header-style-3 .site-title {
    margin-bottom: 10px;
  }
  .th-header-style-3 .main-navigation {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .th-header-style-3 .menu, .th-header-style-3 .th-search-button-icon {
    display: table-cell;
    vertical-align: top;
  }
  .th-header-style-3 .th-social-media {
    margin: 0;
  }
}
.th-social-links-wrapper {
  text-align: center;
}

.th-breaking-news {
  margin: -14px 0 20px 0;
  overflow: hidden;
}

.th-newsticker {
  display: none;
}
.th-newsticker .slick-prev,
.th-newsticker .slick-next {
  display: inline-block;
  vertical-align: middle;
}
.th-newsticker .slick-prev,
.th-newsticker .slick-next {
  background: transparent;
  color: #222;
  font-size: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
  padding: 0;
  border-radius: 0;
  border: 1px solid #ddd;
}
.th-newsticker .slick-prev:focus,
.th-newsticker .slick-next:focus {
  outline: none;
}
.th-newsticker .slick-prev:hover,
.th-newsticker .slick-next:hover {
  border: 1px solid #3498DB;
  background: #3498DB;
  color: #ffffff;
}
.th-newsticker .slick-prev {
  position: absolute;
  top: 0;
  right: 35px;
}
.th-newsticker .slick-prev:before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
}
.th-newsticker .slick-next {
  position: absolute;
  top: 0;
  right: 0;
}
.th-newsticker .slick-next:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
}
.th-newsticker .slick-list {
  margin-right: 70px;
}

.th-newsticker-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0 19px;
  text-transform: uppercase;
  color: #fff;
  background: #222222;
  float: left;
  line-height: 30px;
  margin: 0 15px 0 0;
}
@media (max-width: 768px) {
  .th-newsticker-title {
    font-size: 11px;
    font-weight: 500;
    padding: 0 15px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .th-newsticker-title {
    margin: 0 0 8px;
    float: none;
    display: inline-block;
  }
}

.th-newsticker-wrapper {
  overflow: hidden;
  height: 30px;
}

.th-newsticker-item a {
  color: #222222;
  font-weight: 500;
  line-height: 30px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .th-newsticker-item a {
    font-size: 14px;
  }
}
.th-newsticker-item a:hover {
  color: #3498DB;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

.site-content {
  padding: 40px 0 40px 0;
}

.home.blog .site-content,
.home.page-template-default .site-content {
  padding-top: 35px;
}

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

.entry-title,
.entry-content {
  word-wrap: break-word;
}

.pridmag-post {
  margin: 0 0 50px;
}
.pridmag-post .entry-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 8px;
}
.pridmag-post .entry-title a {
  color: #222222;
  line-height: 1.3;
}
.pridmag-post .entry-title a:hover {
  color: #3498DB;
}
.pridmag-post .entry-meta {
  color: #808080;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.pridmag-post .entry-meta a {
  color: #808080;
}
.pridmag-post .entry-meta a:hover {
  color: #3498DB;
}
.pridmag-post .entry-content {
  margin: 20px 0 0;
}
.pridmag-post .entry-content p {
  margin: 0 0 1em;
}

.cat-links {
  color: #ddd;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 0 8px;
}
.cat-links a {
  color: #3498DB;
  font-weight: bold;
  text-transform: uppercase;
}
.cat-links a:hover {
  color: #000;
}

.posted-on {
  margin: 0 12px 0 0;
}

.byline {
  margin: 0 12px 0 0;
}

.posted-on:before {
  content: "\f133";
  display: inline-block;
  line-height: 1.2;
  font-family: 'FontAwesome';
  font-size: 11px;
  margin: 0 7px 0 1px;
  font-weight: normal;
}

.byline:before {
  content: "\f2c0";
  display: inline-block;
  line-height: 1.2;
  font-family: 'FontAwesome';
  font-size: 11px;
  margin: 0 7px 0 0;
  font-weight: normal;
}

.comments-link:before {
  content: "\f0e6";
  display: inline-block;
  line-height: 1.2;
  font-family: 'FontAwesome';
  font-size: 11px;
  margin: 0 7px 0 0;
  font-weight: normal;
}

.pridmag-single {
  line-height: 1.7;
}
.pridmag-single .entry-header {
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
}
.pridmag-single .entry-title {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 8px;
  color: #000;
}
.pridmag-single .cat-links {
  font-size: 13px;
  font-size: 0.8125rem;
}
.pridmag-single .entry-meta {
  color: #808080;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
.pridmag-single .entry-meta a {
  color: #808080;
}
.pridmag-single .entry-meta a:hover {
  color: #3498DB;
}
.pridmag-single .entry-content p {
  margin: 0 0 1em;
}
@media (max-width: 992px) {
  .pridmag-single .entry-content {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .pridmag-single .entry-content {
    margin: 0;
  }
}
.pridmag-single .post-thumbnail {
  margin: 5px 0 30px;
  overflow: hidden;
}
.pridmag-single .post-thumbnail img {
  float: left;
}

.edit-link {
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0;
  display: block;
}
.edit-link:before {
  content: "\f044";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 10px 0 0;
  font-weight: normal;
}

.single-post .th-tags-links a {
  padding: 4px 10px;
  font-weight: normal;
  background: #222222;
  color: #fff;
  margin: 0 1px 0 0;
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
}
.single-post .th-tags-links a:hover {
  background: #3498DB;
}

.single-post .th-tagged {
  padding: 4px 10px;
  font-weight: normal;
  background: #3498DB;
  color: #fff;
  margin: 0 1px 0 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
  display: inline-block;
}

.single .entry-footer {
  margin: 1.5em 0 3em 0;
}

.single .post-navigation {
  padding: 20px 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 40px;
}

.post-navigation .meta-nav {
  display: block;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.post-navigation .post-title {
  color: #222;
  font-weight: 500;
}

.post-navigation .post-title:hover {
  color: #3498DB;
}

.archive .page-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 12px;
  text-transform: uppercase;
  color: #fff;
  background: #3498DB;
  display: inline-block;
  margin: 0;
}

.archive .page-header {
  margin-bottom: 40px;
}

.archive-description {
  margin: 10px 0 0;
}

.th-social-sharing {
  overflow: hidden;
}

.entry-header .th-social-sharing {
  margin: 25px 0 0;
}

.entry-footer .th-social-sharing {
  margin-top: 1.5em;
}

.th-share {
  margin: 10px 0 0 0.5%;
  width: 16.25%;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  border-radius: 2px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
.th-share:first-child {
  margin-left: 0;
}
.th-share:visited {
  color: #fff;
}
.th-share:hover, .th-share:focus, .th-share:active {
  color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .th-share {
    margin-bottom: 5px;
  }
}

span.th-share {
  background: #555;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 37px;
}
span.th-share:before {
  font-size: 13px;
  content: "\f1e0";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  span.th-share:before {
    margin-right: 0;
  }
}
span.th-share:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  span.th-share {
    font-size: 0;
  }
}

.th-share-facebook {
  background: #3b5998;
}

.th-share-facebook:before {
  content: "\f09a";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0;
  font-weight: normal;
}

.th-share-twitter {
  background: #33ccff;
}

.th-share-twitter:before {
  content: "\f099";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0;
  font-weight: normal;
}

.th-share-googleplus {
  background: #dd4b39;
}

.th-share-googleplus:before {
  content: "\f0d5";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0;
  font-weight: normal;
}

.th-share-pinterest {
  background: #bd081c;
}
.th-share-pinterest:before {
  content: "\f231";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0;
  font-weight: normal;
}

.th-share-linkedin {
  background: #0077B5;
}
.th-share-linkedin:before {
  content: "\f0e1";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0;
  font-weight: normal;
}

.thrp-container {
  overflow: hidden;
  margin: 0 -10px 20px -10px;
}

.th-rel-post {
  padding: 0 10px;
  width: 33.33333333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  clear: none;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .th-rel-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.th-rel-post .post-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 5px 0 8px;
}
.th-rel-post .post-title a {
  color: #222222;
  line-height: 1.3;
}
.th-rel-post .post-title a:hover {
  color: #3498DB;
}

.th-rel-post:nth-of-type(3n + 1) {
  clear: both;
}

.th-authorbox {
  padding: 20px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  margin: 0 0 40px 0;
}
.th-authorbox .th-author-img {
  float: left;
  margin: 0 20px 10px 0;
}
.th-authorbox .th-author-img img {
  border-radius: 50px;
}
.th-authorbox .th-author-content {
  overflow: hidden;
}
.th-authorbox .author-name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.th-authorbox .author-description {
  font-size: 15px;
  font-size: 0.9375rem;
}
.th-authorbox .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.th-authorbox .social-links li {
  float: left;
  margin: 0 12px 0 0;
}
.th-authorbox .social-links li a {
  color: #000;
}
.th-authorbox .social-links li a:hover {
  color: #3498DB;
}
.th-authorbox .author-posts-link {
  float: right;
  font-size: 15px;
  font-size: 0.9375rem;
}

.th-single-hero-image {
  margin-bottom: 40px;
  margin-top: -40px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.th-single-hero-image img {
  display: block;
  margin: auto;
}

.th-video-container {
  margin-bottom: 35px;
}

.th-hero-video-container {
  margin-top: -40px;
  margin-bottom: 40px;
  padding: 30px 30px;
  background: #111111;
}
.th-hero-video-container .jetpack-video-wrapper {
  margin-bottom: 0;
}

.th-hero-video {
  margin: 0 auto;
  width: 1140px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.comment-content p {
  margin-top: 0;
}

.bypostauthor {
  display: block;
}

.comment-list {
  margin: 0 0 1.5em 0;
  list-style: none;
  padding: 0;
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.304em;
}

.comments-title {
  margin-bottom: 1.304em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #dddddd;
  padding: 30px 30px 30px 75px;
  position: relative;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.875em;
}

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
  line-height: 1;
  display: inline;
}
.comment-author a {
  color: #3498DB;
}
.comment-author a:hover {
  color: #222;
}

.comment-author .avatar {
  height: 50px;
  position: absolute;
  width: 50px;
  left: 0;
  top: 22px;
  border-radius: 50%;
}

.comment-metadata,
.pingback .edit-link {
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6153846154;
}

footer.comment-meta {
  margin-bottom: 25px;
}

.comment-metadata {
  margin-left: 5px;
  display: inline;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #888888;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #3498DB;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 1.250em;
  padding: 0.417em 0.833em;
  font-weight: bold;
  background: #222;
  text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  background: #3498DB;
  color: #fff;
  outline: 0;
}

.comment-form label {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.077em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.no-comments {
  border-top: 1px solid #dddddd;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #3498DB;
}

.comment-reply-title {
  border-top: 1px solid #ddd;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  font-size: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}

.comment-reply-title small a:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 20px;
  position: relative;
  top: -5px;
  color: #3498DB;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Video Icon */
.th-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  text-align: center;
}

.th-video-play:hover {
  background: rgba(0, 0, 0, 0.7);
}

.th-video-play.large {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50px;
  padding: 17px 0 0 5px;
}

.th-video-play.large i.th-video-icon {
  font-size: 22px;
}

.th-video-play.medium {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50px;
  padding: 12px 0 0 4px;
}

.th-video-play.medium i.th-video-icon {
  font-size: 18px;
}

.th-video-play.small {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 20px;
  padding: 6px 0 0 4px;
}

.th-video-play.small i.th-video-icon {
  font-size: 14px;
}

i.th-video-icon {
  font-size: 22px;
  color: #ffffff;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  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;
}
