/*
Theme Name: Ziggy
Theme URI: http://www.lollum.com/ziggy/
Author: Lollum
Author URI: http://www.lollum.com/
Description: A professional WordPress blog/magazine theme
Version: 1.8
License: The PHP code and integrated HTML are licensed under the General Public
License (GPL). All other parts, but not limited to the CSS code, images, and design belong to their respective owners.
License URI: http://www.gnu.org/licenses/gpl-2.0.html - https://help.market.envato.com/hc/en-us/articles/202501064
Text Domain: ziggy
Tags: white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, full-width-template, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Layout
	2.1 Clearings
3.0 Typography
4.0 Elements
5.0 Forms
6.0 Breadcrumbs
7.0 Breaking News
8.0 Accessibility
9.0 Alignments
10.0 Sharer
11.0 Header
12.0 Big Grid
13.0 Content
	13.1 Pages
	13.2 Posts
14.0 Footer
15.0 Widgets
	15.1 Search
	15.2 Archive
	15.3 Categories
	15.4 Recent posts
	15.5 Recent comments
	15.6 Tag cloud
	15.7 RSS
	15.8 Calendar
	15.9 Social
16.0 Media
	16.1 Captions
	16.2 Galleries
17.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #eaeaea;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
  vertical-align: middle;
}

/*--------------------------------------------------------------
2.0 Layout
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

html.off-open {
  overflow-y: hidden;
}

#page {
  right: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#content {
  background-color: #fff;
}

.move-right #page {
  right: -240px;
}

.wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.site-main.single-page {
  padding-bottom: 24px;
}

.ziggy-home .site-main.single-page {
  padding-bottom: 0;
}

/*--------------------------------------
2.1 Clearings
--------------------------------------*/
.clear:before,
.clear:after,
.top-navigation:before,
.top-navigation: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,
#home-top-area:before,
#home-top-area:after,
#home-bottom-area:before,
#home-bottom-area:after,
#breaking-news:after,
#breaking-news:before,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.top-navigation:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
#home-top-area:after,
#home-bottom-area:after,
#breaking-news:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #111;
  font-family: "Cabin", "Helvetica Neue", "Arial", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  color: #000;
  clear: both;
}

h1 {
  font-size: 28px;
  line-height: 38px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-size: 21px;
  line-height: 27px;
}

h4 {
  font-size: 19px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 19px;
}

h6 {
  font-size: 15px;
  line-height: 17px;
}

p {
  margin-bottom: 24px;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 24px;
  padding-left: 24px;
  font-size: 17px;
  line-height: 27px;
  font-style: italic;
  border-left: 5px solid #eaeaea;
}

address {
  margin: 0 0 24px;
}

pre {
  background: #f3f3f3;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
}

code, kbd, tt, var {
  font-size: 14px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #bebebe;
  cursor: help;
}

mark, ins {
  background: #eaeaea;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #bebebe;
  border: 0;
  height: 1px;
  margin-bottom: 24px;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #e72532;
}

.entry-content a,
.entry-summary a,
.page-content a {
  color: #e72532;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover {
  color: #da1825;
  text-decoration: underline;
}

ul, ol {
  margin: 0 0 24px 48px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}
ol ol {
  list-style-type: upper-alpha;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 24px 24px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table,
th,
td {
  border: 1px solid #e6e6e6;
}

table {
  margin: 0 0 24px;
  width: 100%;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 10px 15px;
}

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px 25px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: none;
  line-height: 15px;
  text-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #e72532;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #da1825;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin-bottom: 24px;
  font-size: 15px;
  color: #000;
  border: 1px solid #bebebe;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 8px 25px;
  line-height: 15px;
  box-sizing: border-box;
}

.firefox input[type="text"],
.firefox input[type="email"],
.firefox input[type="url"],
.firefox input[type="password"],
.firefox input[type="search"] {
  padding: 9px 25px;
}

form input[type="search"],
form input[type="submit"] {
  vertical-align: top;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 15px 25px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*--------------------------------------------------------------
6.0 Breadcrumbs
--------------------------------------------------------------*/
.crumbs {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  text-transform: uppercase;
  background: #fff;
  border-bottom: 2px solid #eaeaea;
  /*border-top: 2px solid $bg__page;*/
}
.crumbs li {
  display: inline;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.crumbs li:before {
  padding: 0 5px;
  content: "\00BB";
}
.crumbs li:first-child:before {
  content: none;
}

/*--------------------------------------------------------------
7.0 Breaking News
--------------------------------------------------------------*/
#breaking-news {
  padding: 7px;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #eaeaea;
  background-color: #fff;
}
#breaking-news ul {
  margin: 0;
  list-style: none;
  -webkit-transition: height 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: height 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#breaking-news .breaking-icon {
  margin-bottom: 10px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e72532;
}
#breaking-news a {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
#breaking-news li {
  position: absolute;
  top: 47px;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#breaking-news li.active {
  opacity: 1;
  z-index: 2;
}

/*--------------------------------------------------------------
8.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  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 */
}

/* Semantic text */
.semantic {
  display: none;
}

/*--------------------------------------------------------------
9.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
10.0 Sharer
--------------------------------------------------------------*/
.post-sharer {
  margin-left: 0;
  list-style: none;
  font-size: 0;
  /* hack for margin in inline-block */
}
.post-sharer li {
  margin: 0 2px 2px 0;
  display: inline-block;
  font-size: 12px;
}
.post-sharer a {
  padding: 3px 15px;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
}
.post-sharer .fa {
  margin-right: 15px;
}
.post-sharer .ziggy-facebook-share {
  background-color: #3B5998;
}
.post-sharer .ziggy-twitter-share {
  background-color: #00ACED;
}
.post-sharer .ziggy-google-share {
  background-color: #D14836;
}
.post-sharer .ziggy-linkedin-share {
  background-color: #007FB1;
}
.post-sharer .ziggy-pinterest-share {
  background-color: #CB2027;
}

/*--------------------------------------------------------------
11.0 Header
--------------------------------------------------------------*/
#masthead {
  margin-bottom: 0px;
  background-color: #ffffff;
}

/*--------------------------------------
2.1 Top navigation
--------------------------------------*/
.top-navigation {
  padding: 5px 0;
  display: block;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #880000;
}
.top-navigation ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.top-navigation ul li {
  margin: 0 3px 0 0;
  display: inline-block;
}
.top-navigation ul li:before {
  padding-right: 5px;
  content: '\002F';
}
.top-navigation ul li:first-child:before {
  content: none;
}
.top-navigation a {
  color: #fff;
}
.top-navigation a:hover, .top-navigation a:focus, .top-navigation a:active {
  color: #fff;
  text-decoration: underline;
}
.top-navigation p {
  margin-bottom: 0;
}

#site-top-navigation {
  margin-bottom: 0;
  text-transform: uppercase;
}

.top-navigation .site-follow {
  margin: 5px 0;
  list-style: none;
}
.top-navigation .site-follow li {
  display: inline-block;
}
.top-navigation .site-follow li:before {
  padding-right: 0;
  content: none;
}
.top-navigation .site-follow a {
  margin: 2px 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
}
.top-navigation .site-follow a:hover {
  text-decoration: none;
  background-color: #e72532;
}

.account-links .top-navigation-edit-profile {
  font-weight: 700;
  text-transform: uppercase;
}
.account-links .top-navigation-logout {
  margin-left: 10px;
}
.account-links .top-navigation-logout a:hover {
  text-decoration: none;
}
.account-links .top-navigation-logout .fa {
  margin-left: 5px;
}

/*--------------------------------------
2.2 Ad
--------------------------------------*/
#masthead .ad-module {
  margin: 24px 15px 0;
  text-align: center;
}

/*--------------------------------------
2.3 Logo
--------------------------------------*/
.site-masthead {
  margin-top: 10px;
  margin-bottom: 0px;
  position: relative;
}

.site-branding {
  text-align: left;
}
.site-branding a {
  display: inline-block;
}

.site-logo img{
  display:block;
  height: auto;
  width: 70%;
  margin: auto;
}

#retina-logo {
  display: none;
}

.site-title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
}
.site-title a {
  color: #fff;
}

.site-description {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
}

/*--------------------------------------
2.6 Site navigation
--------------------------------------*/
.header-navigation {
  display: none;
}

#site-mobile-navigation-toggle {
  padding-left: 20px;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  background-color: #e72532;
}
#site-mobile-navigation-toggle:hover {
  background-color: #da1825;
}
#site-mobile-navigation-toggle .fa {
  margin-right: 10px;
}

#site-mobile-navigation {
  position: absolute;
  top: 0;
  left: -240px;
  width: 240px;
  min-height: 100%;
  height: 100%;
  bottom: 0;
  font-weight: 700;
  overflow-y: hidden;
  border-right: 1px solid #485055;
  background-color: #2a2f32;
  -webkit-transition: left 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: left 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#site-mobile-navigation ul {
  margin: 0;
}
#site-mobile-navigation ul li {
  display: block;
}
#site-mobile-navigation ul a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #485055;
}
#site-mobile-navigation ul li.current_page_item > a,
#site-mobile-navigation ul li.current_page_parent > a,
#site-mobile-navigation ul li.current-menu-parent > a,
#site-mobile-navigation ul li.current-menu-item > a,
#site-mobile-navigation ul li.current-menu-ancestor > a,
#site-mobile-navigation ul li > a:hover {
  background-color: #4f585e;
}
#site-mobile-navigation ul ul {
  margin-left: 10px;
  display: none;
}
#site-mobile-navigation .search-form {
  padding: 0 20px;
}
#site-mobile-navigation input[type="search"] {
  width: 100%;
  border-color: #485055;
  background-color: #3c4347;
}
#site-mobile-navigation .search-submit {
  display: none;
}

.admin-bar #site-mobile-navigation {
  top: 46px;
  border-top: 1px solid #444;
}

.move-right #site-mobile-navigation {
  overflow-y: auto;
  left: 0;
}

.site-mobile-navigation-inner {
  padding: 40px 0 100px;
}

/*--------------------------------------
2.7 Search header
--------------------------------------*/
#site-search,
#site-navigation .search-form {
  display: none;
}

/*--------------------------------------------------------------
12.0 Big Grid
--------------------------------------------------------------*/
.highlights-section {
  padding: 7px 0;
  border-bottom: 2px solid #eaeaea;
  background-color: #fff;
  text-align: center;
}
.highlights-section .highlights-section-bg {
  padding: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-color: #eaeaea;
  background-size: cover;
}
.highlights-section .highlights-section-bg:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  background-color: #000;
}
.highlights-section .highlights-section-bg.format-video:after {
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  content: "\f01d";
  font-family: 'FontAwesome';
  font-size: 70px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  z-index: 5;
  opacity: .5;
}
.highlights-section .highlights-section-bg.format-audio:after {
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  content: "\f028";
  font-family: 'FontAwesome';
  font-size: 70px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  z-index: 5;
  opacity: .5;
}
.highlights-section .highlights-big {
  position: relative;
  z-index: 2;
}
.highlights-section .highlights-small {
  padding-top: 24px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #fff;
}
.highlights-section .highlights-small .post {
  margin-bottom: 24px;
}
.highlights-section .highlights-small .post:last-child {
  margin-bottom: 0;
}
.highlights-section a {
  color: #fff;
}
.highlights-section a:hover {
  color: #fff;
  text-decoration: none;
}
.highlights-section h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.highlights-section .entry-cats {
  margin-bottom: 10px;
}
.highlights-section .highlights-small .entry-cats {
  margin-bottom: 5px;
}
.highlights-section .ziggy_cat {
  background-color: #e72532;
}

.no-csstransforms #highlights-section .highlights-small {
  top: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#vtslider {
  width: 100% !important;
}
#vtslider .vts_slider {
  width: 80% !important;
}
#vtslider .vts_slider .vts_slide {
  width: 100% !important;
}
#vtslider .vts_slider .vts_slide img {
  min-width: 100% !important;
  width: auto !important;
  transform: translateX(-50%);
  margin-left: 50%;
}
#vtslider .vts_accordion {
  float: right !important;
  width: 20% !important;
}

/*--------------------------------------------------------------
13.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------
13.1 Pages
--------------------------------------*/
.page-header {
  padding: 5px 0;
  border-bottom: 2px solid #eaeaea;
  background-color: #fff;
}

.page-title {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.search .page-title span {
  color: #e72532;
  text-transform: none;
}

.taxonomy-description {
  font-size: 13px;
  font-style: italic;
}
.taxonomy-description p {
  margin-bottom: 0;
}

.type-page .entry-header {
  margin-bottom: 40px;
}
.type-page .entry-title {
  font-size: 38px;
  line-height: 48px;
}

.search .type-page .entry-header {
  margin-bottom: 0;
}

.ziggy-home #comments {
  padding-bottom: 40px;
}

/*--------------------------------------
13.2 Posts
--------------------------------------*/
.paging-navigation {
  padding: 15px 0;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  padding: 15px 0;
  display: inline-block;
}
.paging-navigation a {
  margin: 5px 0;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  background-color: #eaeaea;
}

.single-page-post {
  padding-top: 24px;
  padding-bottom: 24px;
}

.post-module {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #eaeaea;
}
.post-module .entry-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}
.post-module .entry-summary {
  margin-top: 10px;
  font-size: 14px;
}
.post-module .entry-summary p {
  margin-bottom: 10px;
}
.post-module .entry-content {
  margin-top: 10px;
}
.post-module .entry-meta {
  margin-bottom: 5px;
}
.post-module .post-thumbnail {
  padding: 24px 0 7px;
  display: block;
  background-color: #fff;
}
.post-module .entry-footer {
  padding-bottom: 24px;
  overflow: hidden;
}
.post-module .author-date {
  margin-top: 0;
  display: block;
}
.post-module .byline,
.post-module .posted-on {
  font-size: 11px;
}
.post-module .comments-link a,
.post-module .post-views-count {
  margin: 0 1px;
  padding: 0px 15px;
  display: inline-block;
  font-size: 12px;
  background-color: #eaeaea;
}
.post-module .comments-link a .fa,
.post-module .post-views-count .fa {
  margin-right: 5px;
  color: #8e8d8d;
}
.post-module .comments-link a:hover {
  color: #000;
}
.post-module.format-video .post-thumbnail, .post-module.format-audio .post-thumbnail {
  position: relative;
}
.post-module.format-video .post-thumbnail:before, .post-module.format-audio .post-thumbnail:before {
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  bottom: 7px;
  content: "";
  opacity: .2;
  background-color: #000;
}
.post-module.format-video .post-thumbnail:after {
  margin-left: -35px;
  margin-top: -35px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  content: "\f01d";
  font-family: 'FontAwesome';
  font-size: 50px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  z-index: 5;
  opacity: .5;
  -webkit-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.post-module.format-video .post-thumbnail:hover:after {
  opacity: .8;
}
.post-module.format-audio .post-thumbnail:after {
  margin-left: -35px;
  margin-top: -35px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  content: "\f028";
  font-family: 'FontAwesome';
  font-size: 50px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  z-index: 5;
  opacity: .5;
  -webkit-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.post-module.format-audio .post-thumbnail:hover:after {
  opacity: .8;
}
.post-module.horizontal {
  margin-bottom: 24px;
  min-height: 100px;
  border-bottom: none !important;
}
.post-module.horizontal:last-child {
  margin-bottom: 0;
}
.post-module.horizontal .post-thumbnail {
  padding: 0;
  display: inline-block;
  position: absolute;
  width: 150px;
}
.post-module.horizontal.format-video .post-thumbnail:before, .post-module.horizontal.format-audio .post-thumbnail:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-module.horizontal .post-module-content {
  padding: 0;
  margin-left: 165px;
}
.post-module.horizontal .entry-title {
  font-size: 15px;
  line-height: 24px;
}
.post-module.horizontal .entry-meta {
  margin-bottom: 0;
}
.post-module.horizontal a.ziggy_cat {
  padding: 0;
  font-weight: 700;
  color: #111;
  background-color: transparent;
}
.post-module.horizontal a.ziggy_cat:hover {
  color: #e72532;
}
.post-module.horizontal .entry-footer {
  padding-bottom: 0;
}
.post-module.horizontal.has-review-icon .post-module-content, .post-module.horizontal.has-comments-views .post-module-content {
  padding-bottom: 0;
}
.post-module.horizontal.no-thumb {
  min-height: 0;
}
.post-module.horizontal.no-thumb .post-module-content {
  margin-left: 0;
}
.post-module.horizontal .icon-review {
  margin-top: 10px;
  position: static;
}

.post-modules.horizontal {
  border-bottom: 2px solid #eaeaea;
}
.post-modules.horizontal:last-child {
  border-bottom: none;
}

#home-top-area .post-modules.horizontal:first-child,
#home-bottom-area .post-modules.horizontal:first-child,
#main .post-modules.horizontal:first-child {
  padding-top: 40px;
}

#home-top-area .post-modules.horizontal,
#home-bottom-area .post-modules.horizontal,
#main .post-modules.horizontal,
#secondary .post-modules.horizontal {
  padding: 15px 0;
  margin-bottom: 0;
}

#secondary .post-modules .entry-header {
  margin-bottom: 0;
}
#secondary .post-modules.horizontal:last-child {
  margin-bottom: 0;
}

.has-comments-views .comments-views {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.has-comments-views .post-module-content {
  padding-bottom: 70px;
}

.has-review-icon .icon-review {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #e72532;
}
.has-review-icon .post-module-content {
  padding-bottom: 70px;
}

.sticky .post-module-content {
  border-bottom: 7px solid #e72532;
}

.single-post .entry-header,
.attachment .entry-header {
  margin-bottom: 40px;
}
.single-post .entry-title,
.attachment .entry-title {
  font-size: 38px;
  line-height: 48px;
}

.ziggy_cat,
a.ziggy_cat {
  margin: 0 5px 3px 0;
  padding: 3px 10px;
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #2a2f32;
}
.ziggy_cat:hover,
a.ziggy_cat:hover {
  background-color: #e72532;
}

.tags-links a {
  margin: 0 5px 3px 0;
  padding: 4px 10px;
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  color: #111 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #eaeaea;
}
.tags-links a:hover {
  color: #fff !important;
  background-color: #111;
}

.byline,
.posted-on {
  font-size: 12px;
  text-transform: uppercase;
}

.byline .author {
  font-weight: 700;
}

.author-date {
  margin-top: 10px;
}

.author-date > span:nth-child(2):before {
  margin: 0 5px;
  content: "\2013";
}

.author-date .semantic + span:before {
  margin: 0;
  content: none;
}

.entry-header .entry-cats {
  margin-bottom: 10px;
}
.entry-header .comments-link a,
.entry-header .post-views-count {
  margin: 0 5px 3px 0;
  padding: 6px 14px;
  font-size: 13px;
  display: inline-block;
  color: #fff;
  background-color: #e72532;
}
.entry-header .comments-link a .fa,
.entry-header .post-views-count .fa {
  margin-right: 8px;
}

.single-page-post .post-thumbnail {
  margin-bottom: 24px;
}

.entry-footer .post-edit-link {
  margin-bottom: 24px;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  text-decoration: none !important;
  background-color: #e72532;
}
.entry-footer .post-edit-link:hover {
  color: #fff !important;
  background-color: #da1825;
}
.entry-footer .post-edit-link .fa {
  margin-right: 10px;
}
.entry-footer .post-sharer {
  margin-top: 24px;
  margin-bottom: 0;
}

.post-navigation {
  margin-top: 24px;
}
.post-navigation .nav-post {
  margin: 5px 0;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  background-color: #eaeaea;
}
.post-navigation .meta-nav {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #acacac;
  text-transform: uppercase;
}

.entry-content .more-link {
  padding: 10px 20px;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  background-color: #eaeaea;
}
.entry-content .more-link:hover {
  text-decoration: none;
}

.page-links {
  margin: 50px 0;
}
.page-links a {
  padding: 10px 20px;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  background-color: #eaeaea;
}
.page-links a:hover {
  text-decoration: none;
}

#author-bio {
  margin-top: 24px;
  padding-top: 24px;
  text-align: center;
  border-top: 2px solid #eaeaea;
}
#author-bio .author-avatar {
  margin-bottom: 10px;
}
#author-bio .author-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#author-bio .author-website {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: #e72532;
}
#author-bio .author-website:hover {
  text-decoration: underline;
}
#author-bio .author-info {
  margin-top: 10px;
  font-size: 14px;
}

.author #author-bio {
  margin-top: 0;
  border-top: none;
  border-bottom: 2px solid #eaeaea;
}

#related-posts {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #eaeaea;
}
#related-posts h3 {
  margin-bottom: 15px;
  font-size: 15px;
  text-transform: uppercase;
}
#related-posts .post-thumbnail {
  margin-bottom: 10px;
  display: block;
}
#related-posts .entry-title {
  font-size: 14px;
  line-height: 26px;
}

.post-review {
  margin-top: 50px;
  margin-bottom: 50px;
}
.post-review .score {
  position: relative;
}
.post-review .score-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-review .score-label.value {
  float: right;
}
.post-review .score-meter {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 15px;
  display: block;
  background-color: #eaeaea;
}
.post-review .score-bar {
  height: 15px;
  display: block;
  background-color: #e72532;
}
.post-review .review-list {
  margin-left: 0;
  margin-bottom: 50px;
  list-style: none;
  font-weight: 700;
}
.post-review .review-list .fa {
  margin-right: 10px;
}
.post-review .review-list li {
  padding: 5px 0;
}
.post-review .review-list.pros .fa {
  color: #4cc543;
}
.post-review .review-list.cons .fa {
  color: #e72532;
}
.post-review .pros-label {
  margin-bottom: 24px;
  padding: 10px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #4cc543;
}
.post-review .cons-label {
  margin-bottom: 24px;
  padding: 10px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #e72532;
}
.post-review .review-summary {
  margin-top: 40px;
  font-size: 14px;
}
.post-review .review-summary h3 {
  margin-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
}
.post-review .review-summary p {
  margin-bottom: 0;
}
.post-review .review-description {
  padding: 24px;
  background-color: #eaeaea;
}
.post-review .review-score {
  padding: 30px 0;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  background-color: #e72532;
}
.post-review .score-text {
  margin-top: -10px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.no-results .page-content {
  padding-top: 24px;
}
.no-results .page-content p {
  font-size: 20px;
}

.error404 .page-content {
  padding: 150px 0;
}
.error404 .page-content p {
  font-size: 20px;
}
.error404 .page-content strong {
  margin-bottom: 50px;
  display: block;
  font-size: 70px;
  line-height: 70px;
  color: #e72532;
}

.show-site-blog {
  padding-bottom: 10px;
}
.show-site-blog a {
  margin: 10px 10px 0;
  padding: 10px 20px;
  color: #fff;
  display: block;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background-color: #2a2f32;
}
.show-site-blog a:hover {
  background-color: #e72532;
}

#secondary .show-site-blog {
  margin: 0;
}
#secondary .show-site-blog a {
  margin: 10px 0;
}

/*--------------------------------------------------------------
13.2 Comments
--------------------------------------------------------------*/
#comments {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #eaeaea;
}
#comments h3 {
  font-size: 15px;
  text-transform: uppercase;
}
#comments .comment-list {
  margin-left: 0;
  margin-bottom: 40px;
  list-style: none;
}
#comments .children {
  margin-left: 70px;
  list-style: none;
}
#comments .comment-body {
  margin-bottom: 24px;
}
#comments .bypostauthor .comment-body {
  padding: 0;
}
#comments .comment-author {
  font-size: 14px;
}
#comments .comment-author img {
  position: absolute;
}
#comments .comment-author cite {
  margin-left: 70px;
  font-style: normal;
  font-weight: 700;
}
#comments .sep {
  margin: 0 3px;
  color: #b8b8b8;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#comments .comment-meta {
  font-weight: 700;
  font-size: 14px;
}
#comments .comment-meta a {
  color: #b8b8b8;
}
#comments .comment-meta a:hover, #comments .comment-meta a:hover .sep {
  color: #000;
}
#comments .comment-meta .comment-edit-link {
  color: #000;
}
#comments .comment-meta .comment-edit-link:hover {
  color: #e72532;
}
#comments .comment-text {
  margin-top: 10px;
  margin-left: 70px;
}
#comments .reply {
  margin-top: -15px;
  margin-left: 70px;
  font-size: 14px;
}
#comments .reply a {
  font-weight: 700;
  color: #b8b8b8;
}
#comments .reply a:hover {
  color: #000;
}
#comments .pingback .comment-author cite {
  margin-left: 0;
}
#comments .pingback .comment-text {
  margin-left: 0;
}
#comments .logged-in-as {
  font-style: italic;
}
#comments .comment-awaiting-moderation,
#comments .no-comments {
  margin-left: 10px;
  font-weight: 700;
  text-decoration: underline;
}
#comments .no-comments {
  margin: 50px 0 0;
  font-style: italic;
}
#comments #cancel-comment-reply-link {
  margin-left: 10px;
  color: #e72532;
}
#comments #cancel-comment-reply-link:hover {
  color: #000;
}

#commentform label {
  display: none;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform input[type="password"],
#commentform input[type="search"],
#commentform textarea {
  margin-bottom: 0;
  padding: 13px 25px;
  width: 100%;
}
#commentform input[type="submit"] {
  padding: 20px 25px;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
}
#commentform .comment-notes {
  font-style: italic;
}

.comment-navigation {
  margin: 50px 0;
  text-align: center;
}
.comment-navigation a {
  padding: 10px 20px;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  background-color: #eaeaea;
}
.comment-navigation a:hover {
  color: #e72532;
  text-decoration: none;
}

/*--------------------------------------------------------------
14.0 Footer
--------------------------------------------------------------*/
#colophon {
  padding: 70px 0 20px;
  color: #fff;
  background-color: #2a2f32;
}
#colophon h1, #colophon h2, #colophon h3, #colophon h4, #colophon h5, #colophon h6 {
  color: #fff;
}
#colophon a {
  color: #fff;
}
#colophon a:hover {
  color: #e72532;
}
#colophon .widget-title {
  padding: 0 0 15px;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
#colophon .footer-text {
  padding-top: 20px;
  font-size: 14px;
  color: #767c7f;
  border-top: 1px solid #fff;
}
#colophon .ziggy_widget_social .site-follow a {
  color: #fff;
  background-color: #e72532;
}
#colophon .ziggy_widget_social .site-follow a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #da1825;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
.site-content .widget-area {
  margin-top: -2px;
  padding-bottom: 40px;
  border-top: 2px solid #eaeaea;
}
.site-content .widget-area .widget:last-child {
  margin-bottom: 0;
}

#home-top-area {
  margin-bottom: -2px;
  border-bottom: 2px solid #eaeaea;
  background-color: #fff;
}

#home-bottom-area {
  margin-top: -2px;
  border-top: 2px solid #eaeaea;
  background-color: #fff;
}

.widget {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
}
.widget ul {
  margin: 0;
  list-style: none;
}
.widget ul ul {
  margin-left: 24px;
}
.widget li a {
  padding: 5px 0;
  display: block;
}
.widget select {
  width: 100%;
}

#home-top-area .widget,
#home-bottom-area .widget {
  margin-bottom: 0;
  margin-top: 40px;
}
#home-top-area .widget:last-child,
#home-bottom-area .widget:last-child {
  margin-bottom: 40px;
}

#main .widget {
  padding: 0 0 40px;
  margin: 40px 0 0;
}

.widget-title,
.section-title h4 {
  margin-bottom: 15px;
  padding: 3px 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e72532;
}

.section-title h4 {
  margin-top: 15px;
  margin-bottom: 0;
}

#main .section-title,
#home-top-area .section-title,
#home-bottom-area .section-title {
  border-bottom: 2px solid #eaeaea;
}
#main .section-title h4,
#home-top-area .section-title h4,
#home-bottom-area .section-title h4 {
  margin-bottom: 15px;
}

.textwidget iframe{
margin-bottom: 0px;
}

/* Word Press Popular Posts */

.popular-posts{
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #bbb;
}

.popular-posts h4.widget-title{
  width: 100%;
  background: none;
  text-align:center;
  font-size: 1.6em;
  color: black;
}

.wpp-list div {
  overflow:hidden;
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

div.wpp-list div a{
  display:inline-block;
  padding: 0;
  line-height: 1.2;
}

div a.wpp-post-title{
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.wpp-thumbnail{
  float: left;
  display:inline;
  margin-right: 10px;
}

.wpp-author{
  font-size: 0.9em;
  white-space:nowrap;
  color: #aaa;
}

 

/*--------------------------------------
15.1 Search
--------------------------------------*/
.widget_search input[type="search"] {
  margin-bottom: 0;
}

/*--------------------------------------
15.2 Archive
--------------------------------------*/
.widget_archive ul li {
  padding: 5px 0;
  color: #999;
}
.widget_archive ul li a {
  display: inline;
}

/*--------------------------------------
15.3 Categories
--------------------------------------*/
.widget_categories ul li {
  color: #999;
}
.widget_categories ul li a {
  display: inline-block;
}

/*--------------------------------------
15.4 Recent posts
--------------------------------------*/
.widget_recent_entries a {
  font-weight: 700;
}
.widget_recent_entries .post-date {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}

/*--------------------------------------
15.5 Recent comments
--------------------------------------*/
.widget_recent_comments li {
  padding: 5px 0;
}
.widget_recent_comments a {
  font-weight: 700;
}
.widget_recent_comments .comment-author-link {
  color: #e72532;
  font-weight: 700;
}
.widget_recent_comments .comment-author-link a {
  color: #e72532;
}
.widget_recent_comments .comment-author-link a:hover {
  text-decoration: underline;
}

/*--------------------------------------
15.6 Tag cloud
--------------------------------------*/
.widget_tag_cloud a {
  margin: 0 5px 3px 0;
  padding: 4px 10px;
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #eaeaea;
}
.widget_tag_cloud a:hover {
  color: #fff;
  background-color: #111;
}

/*--------------------------------------
15.7 RSS
--------------------------------------*/
.widget_rss .rsswidget img {
  display: none;
}
.widget_rss li {
  margin-bottom: 24px;
}
.widget_rss li .rsswidget {
  font-weight: 700;
}
.widget_rss li .rss-date {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.widget_rss li .rssSummary {
  margin-bottom: 5px;
}
.widget_rss li cite {
  font-weight: 700;
}

/*--------------------------------------
15.8 Calendar
--------------------------------------*/
.widget_calendar {
  font-size: 13px;
}
.widget_calendar caption {
  padding: 15px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tfoot a {
  font-weight: 700;
}

/*--------------------------------------
15.9 Social
--------------------------------------*/
.ziggy_widget_social .site-follow li {
  display: inline-block;
}
.ziggy_widget_social .site-follow a {
  margin: 2px 0;
  padding: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  background-color: #eaeaea;
}
.ziggy_widget_social .site-follow a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e72532;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  margin-bottom: 40px;
  max-width: 100%;
}

.wp-audio-shortcode,
.wp-audio-shortcode {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0 0 15px;
  font-size: 13px;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 24px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item img {
  margin-bottom: 15px;
}

.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 {
  margin: 0 0 15px;
  display: block;
  font-size: 13px;
}

.ziggy-gallery {
  margin: 24px 0;
  padding: 24px 24px 40px;
  position: relative;
  color: #fff;
  background-color: #212121;
}
.ziggy-gallery h4 {
  margin-left: 3px;
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
.ziggy-gallery .ziggy-gallery-images {
  margin-top: 24px;
  overflow: hidden;
}
.ziggy-gallery figcaption {
  display: none;
}
.ziggy-gallery figure {
  padding: 3px;
  float: left;
  width: 20%;
}
.ziggy-gallery figure img {
  border: 3px solid #8b8b8b;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.ziggy-gallery figure:hover img {
  border-color: #fff;
}
.ziggy-gallery p {
  margin-left: 3px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: #ccc;
}

/*--------------------------------------------------------------
17.0 Media Queries
--------------------------------------------------------------*/
@media (min-width: 420px) {
  /* mobile menu */
  .move-right #page {
    right: -320px;
  }

  #site-mobile-navigation {
    width: 320px;
    left: -320px;
  }
}
@media (min-width: 471px) {
  /* content width */
  .site-content.wrap {
    padding-left: 0;
    padding-right: 0;
    width: 440px;
  }

  /* page internal padding and footer margin */
  #content {
    background-color: transparent;
  }

  #main {
    background-color: #fff;
  }

  #secondary {
    background-color: #fff;
  }

  #colophon {
    margin-top: 55px;
  }

  .single-page-post,
  .post-navigation,
  #author-bio,
  #comments,
  .site-content .widget-area,
  .not-found .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #home-top-area .widget,
  #home-bottom-area .widget {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* post modules */
  .post-module .post-module-content {
    padding: 20px 20px 0;
  }
  .post-module .post-thumbnail {
    padding: 7px 7px 0;
  }
  .post-module.format-video .post-thumbnail:before, .post-module.format-audio .post-thumbnail:before {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 0;
  }

  .has-comments-views.post-module .comments-views {
    right: 15px;
  }
  .has-comments-views.post-module .post-module-content {
    padding-bottom: 70px;
  }

  .has-review-icon.post-module .icon-review {
    left: 15px;
  }
  .has-review-icon.post-module .post-module-content {
    padding-bottom: 70px;
  }

  #home-top-area .post-modules.horizontal,
  #home-bottom-area .post-modules.horizontal,
  #main .post-modules.horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }
  #home-top-area .section-title h4,
  #home-bottom-area .section-title h4,
  #main .section-title h4 {
    margin-left: 7px;
    margin-right: 7px;
  }

  #main .widget {
    padding: 0 15px 40px;
  }

  .page-header {
    padding: 5px 15px;
  }

  .highlights-section {
    padding: 7px;
  }

  /* related posts */
  #related-posts {
    padding-left: 15px;
    padding-right: 15px;
  }
  #related-posts .related-posts {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    font-size: 0;
    /* hack for margin in inline-block */
  }
  #related-posts article {
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    /* hack for margin in inline-block */
  }
  #related-posts article h4 {
    margin-bottom: 0;
  }
  #related-posts article:nth-child(1), #related-posts article:nth-child(3) {
    border-right: 1px solid #e6e6e6;
  }
  #related-posts article:nth-child(3), #related-posts article:nth-child(4) {
    margin-bottom: 0;
  }

  .crumbs {
    padding: 15px;
  }

  #breaking-news {
    width: 440px;
    min-height: 40px;
  }

  .paging-navigation {
    margin-top: -2px;
    padding: 15px;
    border-top: 2px solid #eaeaea;
  }
}
@media (min-width: 720px) {
  .highlights-section .highlights-section-bg {
    padding: 40px 100px;
  }
}
@media (min-width: 768px) {
  /* content width */
  .site-content.wrap,
  .wrap,
  #breaking-news {
    width: 728px;
  }

  /* from this breakpoint the layout becomes floated (sidebar right/left) */
  .content-area {
    margin: 0 -33.4% 0 0;
    width: 100%;
    float: left;
  }

  .site-main {
    margin: 0 33.4% 0 0;
    padding: 0;
  }

  .site-content .widget-area {
    margin-top: 0;
    padding: 0 30px 40px;
    width: 33.4%;
    float: right;
    overflow: hidden;
    border-top: none;
    border-left: 2px solid #eaeaea;
  }

  #home-bottom-area,
  .site-footer {
    width: 100%;
    clear: both;
  }

  .left-sidebar .content-area {
    margin: 0 0 0 -33.4%;
    float: right;
  }
  .left-sidebar .site-main {
    margin: 0 0 0 33.4%;
  }
  .left-sidebar .site-content .widget-area {
    float: left;
    border-left: none;
    border-right: 2px solid #eaeaea;
  }

  .no-sidebar .content-area {
    float: none;
    margin: 0;
  }
  .no-sidebar .site-main {
    margin: 0;
    padding: 0;
  }

  /* from this breakpoint, the post modules are floatted dependenig on the number of columns */
  .post-modules {
    overflow: hidden;
    font-size: 0;
    /* hack for margin in inline-block */
  }

  .post-module-2cols,
  .post-module-3cols,
  .post-module-4cols,
  .post-module-5cols {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    display: inline-block;
    vertical-align: top;
  }

  .post-module {
    font-size: 15px;
    /* hack for margin in inline-block */
  }

  .post-module-1cols .entry-title {
    font-size: 24px;
    line-height: 30px;
  }

  .post-module-2cols {
    width: 50%;
  }
  .post-module-2cols:nth-child(odd) {
    border-left: none;
  }
  .post-module-2cols:nth-child(even) {
    border-right: none;
  }

  .post-module-3cols {
    width: 33.33333333333333%;
  }
  .post-module-3cols:nth-child(3n+3) {
    border-right: none;
  }
  .post-module-3cols:nth-child(3n+1) {
    border-left: none;
  }

  .post-module-4cols {
    width: 25%;
  }
  .post-module-4cols .entry-title {
    font-size: 16px;
    line-height: 24px;
  }
  .post-module-4cols:nth-child(4n+4) {
    border-right: none;
  }
  .post-module-4cols:nth-child(4n+1) {
    border-left: none;
  }

  .post-module-5cols {
    width: 20%;
  }
  .post-module-5cols .entry-title {
    font-size: 16px;
    line-height: 24px;
  }
  .post-module-5cols:nth-child(5n+5) {
    border-right: none;
  }
  .post-module-5cols:nth-child(5n+1) {
    border-left: none;
  }

  #secondary .post-module.horizontal {
    min-height: 0;
  }
  #secondary .post-module.horizontal .post-thumbnail {
    position: relative;
  }
  #secondary .post-module.horizontal .post-module-content {
    margin-left: 0;
  }

  /* horizontal post modules in full width areas */
  #home-top-area .post-module.horizontal,
  #home-bottom-area .post-module.horizontal {
    min-height: 287px;
  }
  #home-top-area .post-module.horizontal .post-thumbnail,
  #home-bottom-area .post-module.horizontal .post-thumbnail {
    width: 450px;
  }
  #home-top-area .post-module.horizontal .entry-title,
  #home-bottom-area .post-module.horizontal .entry-title {
    font-size: 18px;
    line-height: 28px;
  }
  #home-top-area .post-module.horizontal .post-module-content,
  #home-bottom-area .post-module.horizontal .post-module-content {
    margin-left: 465px;
  }
  #home-top-area .post-module.horizontal.no-thumb,
  #home-bottom-area .post-module.horizontal.no-thumb {
    min-height: 0;
  }
  #home-top-area .post-module.horizontal.no-thumb .post-module-content,
  #home-bottom-area .post-module.horizontal.no-thumb .post-module-content {
    margin-left: 0;
  }

  /* from this breakpoint, footer widgets are floatted dependenig on the number of columns */
  #colophon .widget-area {
    margin: 0 -15px;
    font-size: 0;
    /* hack for margin in inline-block */
  }
  #colophon .footer-widget {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    /* hack for margin in inline-block */
  }
  #colophon .footer-widget-2cols,
  #colophon .footer-widget-4cols {
    width: 50%;
  }
  #colophon .footer-widget-3cols {
    width: 33.33333333333333%;
  }
}
@media (min-width: 783px) {
  .admin-bar #site-mobile-navigation {
    top: 32px;
  }
}
@media (min-width: 992px) {
  /* from this breakpoint, the normal navigation is shown and the header is not center aligned by default */
  #page {
    position: static;
    -webkit-transition: none;
            transition: none;
  }

  .site-content.wrap,
  .wrap {
    padding-left: 0;
    padding-right: 0;
    width: 952px;
  }

  #breaking-news {
    width: 952px;
  }

  .top-navigation {
    padding: 5px 0;
  }

  #site-top-navigation {
    margin-bottom: 0;
    width: 45%;
    float: left;
    text-align: left;
  }

  .site-right-navigation {
    width: 55%;
    float: right;
    text-align: right;
  }

  .top-navigation .site-follow {
    margin: 0 13px 0;
    position: relative;
    display: inline-block;
  }
  .top-navigation .site-follow:after {
    position: absolute;
    right: -13px;
    top: 4px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #fff;
  }
  .top-navigation .site-follow a {
    margin: 0;
    text-align: center;
  }

  .account-links {
    margin-left: 20px;
    display: inline-block;
  }

  .default-header .site-masthead {
    overflow: hidden;
  }
  .default-header .site-branding {
    margin-top: 10px;
    width: 100%;
  }
  .default-header#masthead .ad-module {
    margin: auto;
    width: 65%;
  }

  .site-masthead {
    margin-bottom: 0;
    padding-bottom: 0px;
    position: static;
    border-bottom: 1px solid #fff;
  }

  #site-navigation .wrap {
    position: relative;
  }

  .header-navigation {
    display: block;
    background-color: #000000;
  }

  #site-mobile-navigation,
  #site-mobile-navigation-toggle {
    display: none;
  }

  /* desktop navigation */
  .sf-menu {
    margin: 0;
    list-style: none;
  }
  .sf-menu li {
    margin-right: -4px;
    display: inline-block;
    position: relative;
    list-style: none;
  }
  .sf-menu li.hide-small, .sf-menu li.hide-medium {
    display: none;
  }
  .sf-menu a {
    margin: 0;
    padding: 0 15px;
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 50px;
    text-transform: uppercase;
  }
  .sf-menu > li.current_page_item > a, .sf-menu > li.current_page_parent > a, .sf-menu > li.current-menu-parent > a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current-menu-ancestor > a, .sf-menu > li.current-post-ancestor > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    background-color: #e72532;
  }
  .sf-menu ul {
    margin: 0;
    padding: 10px 0;
    width: 250px;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    border-top: none;
    background-color: #fff;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
  .sf-menu ul li {
    padding: 0;
    width: 100%;
  }
  .sf-menu ul a {
    padding: 10px 15px;
    color: #000;
    line-height: 21px;
    text-transform: none;
  }
  .sf-menu ul a:hover {
    color: #e72532;
    text-decoration: none;
  }
  .sf-menu ul ul {
    left: 250px;
    top: -10px;
    display: none;
  }
  .sf-menu li:hover > ul,
  .sf-menu li:hover > .megamenu,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu li.megamenu-parent {
    position: static;
  }
  .sf-menu .megamenu {
    padding: 30px 0 40px 30px;
    position: absolute;
    left: 0;
    top: 50px;
    width: 952px;
    display: none;
    z-index: 999;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    border-top: none;
  }
  .sf-menu .megamenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: static;
    z-index: 99;
    box-shadow: none;
    background-color: #fff;
  }
  .sf-menu .megamenu li,
  .sf-menu .megamenu a {
    margin: 0;
    padding: 0;
  }
  .sf-menu .megamenu .sub-categories {
    padding-right: 30px;
    margin-bottom: 24px;
  }
  .sf-menu .megamenu .sub-categories li {
    margin-right: 5px;
    width: auto;
    display: inline-block;
  }
  .sf-menu .megamenu .sub-categories a {
    padding: 2px 10px;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ddd;
  }
  .sf-menu .megamenu .sub-categories a.active, .sf-menu .megamenu .sub-categories a:hover {
    color: #fff;
    background-color: #e72532;
  }
  .sf-menu .megamenu .subnav-posts li {
    padding-right: 30px;
    width: 20%;
    display: inline-block;
    vertical-align: top;
  }
  .sf-menu .megamenu .subnav-posts a {
    font-weight: 700;
  }
  .sf-menu .megamenu .subnav-posts img {
    margin-bottom: 10px;
  }

  .header-center #site-navigation {
    text-align: center;
  }
  .header-center .sf-menu {
    display: inline-block;
    text-align: left;
  }

  .has-search .sf-menu {
    padding-right: 60px;
    display: inline-block;
  }

  /* site search position */
  #site-search {
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #a6a6a6;
  }
  #site-search.active, #site-search:hover {
    color: #fff;
  }

  .header-center .header-navigation {
    display: inline-block;
  }
  .header-center .sf-menu {
    padding-right: 10px;
  }
  .header-center #site-search {
    position: static;
  }

  #site-navigation .search-form {
    padding: 10px;
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    left: auto;
    z-index: 3;
    background: #fff;
  }
  #site-navigation .search-form .search-submit {
    display: none;
  }
  #site-navigation .search-form input[type="search"] {
    margin-bottom: 0;
  }

  /* sticky header nav */
  .fixed-yes #site-navigation {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1400;
    background-color: #ffffff;
  }
  .fixed-yes body.admin-bar #site-navigation {
    top: 32px;
  }
  .fixed-yes #content {
    padding-top: 50px;
  }

  .crumbs {
    border-top: none;
  }

  #breaking-news {
    text-align: left;
  }
  #breaking-news .breaking-icon {
    float: left;
  }
  #breaking-news ul {
    padding-left: 100px;
  }
  #breaking-news li {
    top: 7px;
    left: 130px;
    right: auto;
  }

  #main .post-module.horizontal {
    min-height: 160px;
  }
  #main .post-module.horizontal .post-thumbnail {
    width: 250px;
  }
  #main .post-module.horizontal .entry-title {
    font-size: 18px;
    line-height: 28px;
  }
  #main .post-module.horizontal .post-module-content {
    margin-left: 265px;
  }
  #main .post-module.horizontal.no-thumb {
    min-height: 0;
  }
  #main .post-module.horizontal.no-thumb .post-module-content {
    margin-left: 0;
  }

  #home-top-area .post-module.horizontal,
  #home-bottom-area .post-module.horizontal {
    min-height: 434px;
  }
  #home-top-area .post-module.horizontal .post-thumbnail,
  #home-bottom-area .post-module.horizontal .post-thumbnail {
    width: 680px;
  }
  #home-top-area .post-module.horizontal .post-module-content,
  #home-bottom-area .post-module.horizontal .post-module-content {
    margin-left: 695px;
  }

  .highlights-section {
    text-align: left;
  }
  .highlights-section .highlights-section-bg {
    padding: 0;
    height: 494px;
  }
  .highlights-section .highlights-big {
    width: 500px;
    position: absolute;
    left: 20px;
    bottom: 40px;
  }
  .highlights-section .highlights-small {
    padding-top: 0;
    padding-left: 50px;
    width: 300px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: none;
    border-left: 1px solid #fff;
  }
  .highlights-section a {
    color: #fff;
  }
  .highlights-section a:hover {
    color: #fff;
    text-decoration: none;
  }
  .highlights-section h2 {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 55px;
  }

  .no-csstransforms .highlights-section .highlights-small {
    top: 40px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .post-navigation .nav-links {
    overflow: hidden;
  }
  .post-navigation .nav-post {
    margin: 0;
    float: left;
    display: block;
    width: 49.5%;
  }
  .post-navigation .nav-next {
    float: right;
    text-align: right;
  }

  /* author bio */
  #author-bio {
    min-height: 138px;
    text-align: left;
  }
  #author-bio .author-avatar {
    margin-bottom: 0;
    position: absolute;
  }
  #author-bio .author-information {
    margin-left: 120px;
  }

  #related-posts article {
    margin-bottom: 0;
    width: 25%;
  }
  #related-posts article:nth-child(2) {
    border-right: 1px solid #e6e6e6;
  }

  /* post review alignment */
  .post-review .review-summary {
    position: relative;
    min-height: 140px;
  }
  .post-review .review-description {
    width: 429px;
  }
  .post-review .review-score {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    font-weight: 700;
  }
  .post-review .review-score .base {
    font-size: 25px;
    font-weight: 400;
  }

  #colophon .footer-widget-4cols {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .site-content.wrap,
  .wrap,
  #breaking-news {
    width: 1160px;
  }

  .sf-menu li.hide-medium {
    display: none;
  }
  .sf-menu li.hide-small {
    display: inline-block;
  }
  .sf-menu .megamenu {
    width: 1160px;
  }

  #main .post-module.horizontal {
    min-height: 224px;
  }
  #main .post-module.horizontal .post-thumbnail {
    width: 350px;
  }
  #main .post-module.horizontal .post-module-content {
    margin-left: 365px;
  }

  #secondary .post-module.horizontal {
    min-height: 100px;
  }
  #secondary .post-module.horizontal .post-thumbnail {
    position: absolute;
  }
  #secondary .post-module.horizontal .post-module-content {
    margin-left: 165px;
  }
  #secondary .post-module.horizontal.no-thumb {
    min-height: 0;
  }
  #secondary .post-module.horizontal.no-thumb .post-module-content {
    margin-left: 0;
  }

  .post-review .review-description {
    width: 568px;
  }
  .post-review .review-list-wrap {
    padding-left: 10px;
    width: 50%;
    float: left;
  }
  .post-review .review-list-wrap:first-child {
    padding-left: 0;
    padding-right: 10px;
  }
  .post-review .pros-label {
    text-align: center;
  }
  .post-review .cons-label {
    text-align: center;
  }
  .post-review .review-summary {
    clear: both;
  }
}
@media (min-width: 1400px) {
  .site-content.wrap,
  .wrap,
  #breaking-news {
    width: 1360px;
  }

  .sf-menu li.hide-medium {
    display: inline-block;
  }
  .sf-menu .megamenu {
    width: 1360px;
  }

  #main .post-module.horizontal {
    min-height: 281px;
  }
  #main .post-module.horizontal .post-thumbnail {
    width: 440px;
  }
  #main .post-module.horizontal .post-module-content {
    margin-left: 455px;
  }

  .post-review .review-description {
    width: 701px;
  }
}