@charset "UTF-8";
/*!
 * Theme Name: Flashmagz
 * Theme URI: http://www.happythemes.com/themes/flashmagz
 * Description: Flashmagz is a fully customizable Magazine WordPress theme. It comes with responsive and tons of options to choose.
 * Version: 1.0.0
 * Author: Happy Themes
 * Author URI: http://www.happythemes.com/
 * Tags: two-columns, right-sidebar, left-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: flashmagz
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Flashmagz WordPress Theme, Copyright 2021 http://www.happythemes.com/
 * Flashmagz is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
.bg1 {
  background-color: #1753e2;
}

.bg2 {
  background-color: #eb1e00;
}

.bg3 {
  background-color: #00a53c;
}

.bg4 {
  background-color: #9600b4;
}

.bg5 {
  background-color: #00c3c3;
}

.bg6 {
  background-color: #fa5f00;
}

/* Reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

sup {
  top: -0.5em;
}

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

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

figure > img {
  display: block;
}

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

img[class*='align'],
img[class*='attachment-'] {
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

/* Shared */
body {
  background: #fff;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286em;
}

/**
 * Selection Color.
 */
::-moz-selection {
  background: #1753e2;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1753e2;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1753e2;
  color: #fff;
  text-shadow: none;
}

input[type='text'] {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  height: 32px;
  padding: 0 10px;
}

input:focus,
input:hover {
  outline: none;
}

textarea {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding: 10px;
}

textarea:focus {
  outline: none;
}

button {
  padding: 0 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eeeeee);
  background-repeat: repeat-x;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}

button:hover {
  text-decoration: none;
  background-color: #ddd;
  background-image: linear-gradient(#eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #cccccc;
}

table {
  width: 100%;
  margin-bottom: 2.618em;
}

table th,
table td {
  border-bottom: 1px solid #e8e4e3;
  padding: 1em;
  vertical-align: top;
  text-align: left;
}

table th {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e4e3;
}

table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
  padding-right: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

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

.aligncenter {
  clear: both;
}

.alignnone {
  display: block;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.gray-link a:link,
.single .entry-meta .entry-author a:link,
.comment-date a:link,
.gray-link a:visited,
.single .entry-meta .entry-author a:visited,
.comment-date a:visited {
  color: #999;
}
.gray-link a:hover,
.single .entry-meta .entry-author a:hover,
.comment-date a:hover {
  color: #333;
}

.dark-link a:link,
#footer-nav ul > li ul > li a:link,
#site-bottom a:link,
.dark-link a:visited,
#footer-nav ul > li ul > li a:visited,
#site-bottom a:visited {
  color: #666;
}
.dark-link a:hover,
#footer-nav ul > li ul > li a:hover,
#site-bottom a:hover {
  color: #1753e2;
}

.black-link a:link,
.section-title a:link,
.comment-name .name a:link,
#footer-nav ul > li a:link,
.sidebar .widget a:link,
.black-link a:visited,
.section-title a:visited,
.comment-name .name a:visited,
#footer-nav ul > li a:visited,
.sidebar .widget a:visited {
  color: #333;
}
.black-link a:hover,
.section-title a:hover,
.comment-name .name a:hover,
#footer-nav ul > li a:hover,
.sidebar .widget a:hover {
  color: #1753e2;
}

/* Link Hover */
a:hover,
.listing-4-col a:hover .entry-title,
.listing-3-col a:hover .entry-title,
.listing-1-col a:hover .entry-title {
  color: #1753e2;
}

.sticky,
.bypostauthor {
  font-size: inherit;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-bottom: 5px;
}

.wp-caption-text {
  font-style: italic;
  color: #999;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px;
}

.gallery:before,
.gallery:after {
  content: '';
  display: table;
}

.gallery:after {
  clear: both;
}

.gallery {
  clear: both;
}

.gallery-item {
  margin: 0 4px 4px 0;
  float: left;
  overflow: hidden;
  position: relative;
}

.gallery-icon a,
.gallery-icon img {
  display: block;
}
#more-content .entry-content .gallery-icon img {
  margin-bottom: 0;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail
  figure.gallery-item:nth-of-type(3n + 1) {
  clear: left;
}

.gallery-caption {
  padding: 2px 8px;
  font-size: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

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

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

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

/* Placeholder */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Typography */
/**
 * Set link colors.
 */
a {
  transition: all 200ms ease-in-out 0s;
  color: #1753e2;
  text-decoration: none;
}
a:visited {
  color: #154bcb;
}
a:hover,
a:visited:hover {
  color: #4073ec;
  text-decoration: none;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* margin: $base-line-height/2 0; */
  color: #323232;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.1em;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.2em;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.3em;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.3em;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 20px;
}

/* Header */
#masthead {
  background-color: #fff;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#masthead #logo {
  margin: 15px 0 0 0;
  text-align: center;
}
@media (min-width: 568px) {
  #masthead #logo {
    float: left;
    text-align: left;
  }
}
#masthead .site-title {
  font-size: 32px;
  padding: 15px 0;
  text-transform: uppercase;
}
#masthead .site-title a {
  color: #fff;
}
#masthead .container {
  position: relative;
  width: 1060px;
}

#primary-bar {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 6px 8px 0;
  display: block;
  width: 100%;
  height: 41px;
  margin-bottom: 40px;
  z-index: 100;
}

.header-search {
  float: right;
  margin: 25px 0 0 30px;
}
@media (min-width: 768px) {
  .header-search {
    margin-left: 15px;
  }
}
.header-search #search-form {
  position: relative;
}
.header-search #search-form input {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 12px;
  width: 200px;
  height: 34px;
  line-height: 34px;
  transition: border linear 0.2s, box-shadow linear 0.2s, width 0.7s ease 0s;
}
.header-search #search-form input:focus {
  border-color: #1753e2;
}
.header-search #search-form button {
  background: none !important;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  width: 30px;
  top: 1px;
  right: 5px;
}

.header-social {
  float: right;
  margin: 32px 0 0 0;
}
.header-social a:link,
.header-social a:visited {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  text-align: center;
}
.header-social a:link .fa,
.header-social a:visited .fa {
  width: 14px;
  text-align: center;
}
.header-social a:hover {
  background-color: #1753e2;
}

/* Login / Register Form */
.user_register input[type='password'],
.user_register input[type='email'],
.user_register input[type='text'],
.user_login input[type='password'],
.user_login input[type='email'],
.user_login input[type='text'] {
  border-radius: 2px;
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #ddd;
  color: #666;
  height: auto;
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.popupContainer {
  position: absolute;
  width: 330px;
  height: auto;
  left: 45%;
  top: 80px;
  background: #fff;
}

.btn1 {
  padding: 10px 20px;
  background: #f4f4f2;
}
.btn1:hover {
  background: #e4e4e2;
}

.btn1_red {
  background: #ed6347;
  color: #fff;
}
.btn1_red:hover {
  background: #c12b05;
}

a.btn1 {
  color: #666;
  text-align: center;
  text-decoration: none;
}
a.btn1_red {
  color: #fff;
}

.one_half {
  width: 50%;
  display: block;
  float: left;
}
.one_half.last {
  width: 45%;
  margin-left: 5%;
}

.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
  background: #f4f4f2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #e4e4e2;
  cursor: pointer;
  color: #aaa;
  font-size: 16px;
}

.popupBody {
  padding: 20px;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  background: #f4f4f2;
  overflow: hidden;
}
.social_login .social_box:hover {
  background: #e4e4e2;
}
.social_login .icon {
  display: block;
  width: 10px;
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #777;
}
.social_login .fb .icon {
  background: #3b5998;
}
.social_login .google .icon {
  background: #dd4b39;
}

.centeredText {
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: uppercase;
}

.action_btns {
  clear: both;
  overflow: hidden;
}
.action_btns a {
  display: block;
}

.user_login label {
  display: block;
  margin-bottom: 5px;
}
.user_login input[type='checkbox'] {
  float: left;
  margin-right: 5px;
}
.user_login input[type='checkbox'] + label {
  float: left;
}
.user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
.user_login form {
  overflow: hidden;
}
.user_login .login-remember {
  float: left;
}
.user_login .login-submit {
  float: right;
}
.user_login .login-submit .button-primary {
  background-color: #ed6347;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
}
.user_login .login-submit .button-primary:hover {
  background-color: #555;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: #ed6347;
}

.user_register {
  display: none;
}
.user_register label {
  display: block;
  margin-bottom: 5px;
}
.user_register input[type='checkbox'] {
  float: left;
  margin-right: 5px;
}
.user_register input[type='checkbox'] + label {
  float: left;
}
.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

/* Navigation */
.sf-menu *,
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
  z-index: 100;
}
.sf-menu li:hover > ul {
  display: block;
}
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu ul {
  position: absolute;
  background: #ffffff;
  display: none;
  top: 100%;
  left: 0;
  padding: 10px 0;
}
.sf-menu ul ul {
  top: 0;
  left: 225px;
  margin-top: -10px;
}
.sf-menu ul a {
  font-size: 1em;
}
.sf-menu ul li {
  width: 225px;
}
.sf-menu a {
  display: block;
  position: relative;
  padding: 0 20px;
}
.sf-menu > li {
  float: left;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px !important;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
  margin-right: 9px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #000;
}
.sf-arrows > li > .sf-with-ul:focus:after {
  border-top-color: #fff;
}
.sf-arrows > li:hover > .sf-with-ul:after {
  border-top-color: #fff;
}
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #fff;
}
.sf-arrows ul li > .sf-with-ul:focus:after {
  border-left-color: #fff;
}
.sf-arrows ul li:hover > .sf-with-ul:after {
  border-left-color: #fff;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: 10px;
  border-color: transparent;
  border-left-color: #fff;
}
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #fff;
}

/**
 * 5.1 Primary Navigation
 * -----------------------------------------------------------------------------
 */
.color1 {
  border-top: 1px solid #1753e2 !important;
}
.color1:hover {
  background-color: #1753e2 !important;
}

.color2 {
  border-top: 1px solid #eb1e00 !important;
}
.color2:hover {
  background-color: #eb1e00 !important;
}

.color3 {
  border-top: 1px solid #00a53c !important;
}
.color3:hover {
  background-color: #00a53c !important;
}

.color4 {
  border-top: 1px solid #9600b4 !important;
}
.color4:hover {
  background-color: #9600b4 !important;
}

.color5 {
  border-top: 1px solid #00c3c3 !important;
}
.color5:hover {
  background-color: #00c3c3 !important;
}

.color6 {
  border-top: 1px solid #fa5f00 !important;
}
.color6:hover {
  background-color: #fa5f00 !important;
}

.sfHover .color1 {
  background-color: #1753e2 !important;
}
.sfHover .color2 {
  background-color: #eb1e00 !important;
}
.sfHover .color3 {
  background-color: #00a53c !important;
}
.sfHover .color4 {
  background-color: #9600b4 !important;
}
.sfHover .color5 {
  background-color: #00c3c3 !important;
}
.sfHover .color6 {
  background-color: #fa5f00 !important;
}

#primary-nav {
  z-index: 50;
}
#primary-nav .sf-menu ul {
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#primary-nav .home_item {
  border-left: 1px solid #343434;
}
#primary-nav ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 41px;
  line-height: 40px;
  padding: 0 15px;
}
#primary-nav ul li a:hover,
#primary-nav ul li.current_item a,
#primary-nav ul li.sfHover a {
  background-color: #343434;
  color: #fff;
  text-decoration: none;
}
#primary-nav ul.sf-menu li li {
  border: none;
}
#primary-nav ul.sf-menu li li a {
  background: #fff;
  border: none !important;
  color: #999;
  font-size: 13px;
  font-weight: normal;
  height: auto !important;
  line-height: 1 !important;
  padding: 8px 20px;
  text-transform: none;
}
#primary-nav ul.sf-menu li li a:hover {
  color: #1753e2;
}

/**
 * 5.3 Mega Menu
 * -----------------------------------------------------------------------------
 */
#primary-nav {
  /* Links */
  /* Posts */
}
#primary-nav .sf-mega-parent {
  position: static;
}
#primary-nav .sf-mega {
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#primary-nav .sf-mega {
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
  z-index: 999;
}
#primary-nav .sf-mega ol {
  display: block;
  position: static;
}
#primary-nav .sf-mega li a {
  font-size: 13px !important;
  height: auto !important;
  line-height: auto !important;
  text-transform: none !important;
}
#primary-nav .sf-menu li:hover > .sf-mega,
#primary-nav .sf-menu li.sfHover > .sf-mega {
  display: block;
}
#primary-nav .links {
  width: 100% !important;
  padding: 20px 0;
}
#primary-nav .links li {
  border-right: 1px solid #ddd !important;
  display: block;
  float: left;
  width: 172px !important;
  margin-right: 20px;
  padding-right: 20px;
}
#primary-nav .links li:last-child,
#primary-nav .links li:last-child > li {
  border-right: none !important;
  margin-right: 0 !important;
  padding-right: 20px !important;
}
#primary-nav .links li span.column-heading {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
#primary-nav .links li ol {
  display: block;
  margin: 0 20px 0 0 !important;
}
#primary-nav .links li ol li {
  background: none;
  border-right: none !important;
  margin: 0;
}
#primary-nav .links li ol li a {
  background: #fff !important;
  border: none !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
}
#primary-nav .links li ol li a:hover {
  color: #1753e2 !important;
}
#primary-nav .links li ol li:last-child a {
  margin-bottom: 0 !important;
}
#primary-nav .posts {
  width: 100%;
}
#primary-nav .posts .container {
  display: flex;
  flex-flow: wrap row;
}
#primary-nav .posts .sub-cats {
  background-color: #f5f5f5;
  width: 175px;
  min-height: 210px;
  text-align: right;
}
#primary-nav .posts .sub-cats li {
  background: none !important;
  border: none !important;
}
#primary-nav .posts .sub-cats li:first-child {
  margin-top: 20px;
}
#primary-nav .posts .sub-cats li:last-child {
  margin-bottom: 20px;
}
#primary-nav .posts .sub-cats li a {
  border: none !important;
  background-color: #f5f5f5 !important;
  color: #999 !important;
  font-size: 13px !important;
  margin: 0 !important;
  padding: 10px 15px 10px 10px !important;
}
#primary-nav .posts .sub-cats li a:hover {
  background-color: #fff !important;
  color: #1753e2 !important;
}
#primary-nav .posts .sub-cats li a:after {
  color: transparent;
  font-family: FontAwesome;
  font-size: 9px !important;
  content: '\f054';
  margin-left: 10px;
}
#primary-nav .posts .sub-cats li:hover > a:after {
  color: #1753e2;
}
#primary-nav .posts .cat-posts {
  width: 860px;
  padding: 20px 0 20px 20px;
}
#primary-nav .posts .cat-posts .post-list {
  float: left !important;
  width: 200px;
  margin-right: 20px;
}
#primary-nav .posts .cat-posts .post-list:last-child {
  margin-right: 0;
}
#primary-nav .posts .cat-posts .post-list a {
  border: none !important;
  background: none !important;
  display: block;
  height: auto !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#primary-nav .posts .cat-posts .post-list a:hover {
  background: none !important;
}
#primary-nav .posts .cat-posts .post-list .entry-thumbnail {
  margin: 0 0 5px 0;
  width: 100%;
  height: auto;
}
#primary-nav .posts .cat-posts .post-list .entry-title {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}
#primary-nav .posts .cat-posts .post-list:hover .entry-title {
  color: #1753e2;
}

#primary-nav ul.nav-right {
  border-left: 1px solid #343434;
  float: right;
}
#primary-nav ul.nav-right .fa {
  color: #999;
  font-size: 13px;
  margin-right: 2px;
}
#primary-nav ul.nav-right li a {
  color: #999;
}
#primary-nav ul.nav-right li a:hover {
  color: #fff;
}
#primary-nav ul.nav-right li a:hover .fa {
  color: #fff;
}
#primary-nav ul.nav-right li a {
  height: 40px;
  line-height: 44px;
  padding: 0 15px !important;
}

/* Content */
/* Site Content */
.site-main {
  background-color: #fff;
}

.container {
  margin: 0 auto;
  width: 1060px;
}

.content-area {
  float: left;
  width: 680px;
  height: auto;
  padding: 20px 19px 20px 20px;
}
.page-template-home .content-area,
.archive .content-area {
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .page-template-home .content-area,
  .archive .content-area {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .page-template-home .content-area,
  .archive .content-area {
    width: 700px;
  }
}

.gradient {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  bottom: 0;
  content: '';
  display: block;
  height: 60%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.breadcrumbs {
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.hentry .entry-title {
  margin-bottom: 10px;
}

.entry-title a:link,
.entry-title a:visited {
  color: #333333;
  display: block;
}

/**
 * 6.2 Featured Content
 * -----------------------------------------------------------------------------
 */
.entry-category {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 5px;
  text-transform: uppercase;
}

.post-link {
  width: 100%;
  height: 100%;
  display: block;
}

.entry-meta {
  color: #999;
  font-size: 11px;
}

.page-title {
  margin-bottom: 20px;
}

.black a:link,
.black a:visited {
  color: #333;
}
.black a:hover {
  color: #141414;
}

.no-underline a:hover,
.single .entry-share ul li a:hover {
  text-decoration: none;
}

.dropcap {
  float: left;
  font-size: 58px;
  line-height: 54px;
  padding-top: 4px;
  padding-right: 10px;
  margin-top: -2px;
}

.header-ad {
  width: 728px;
  height: 90px;
  margin: 0 auto 40px;
}
.header-ad img {
  width: 100%;
}

.layout-2c-r .site-main {
  background-position: top left;
}
.layout-2c-r .content-area {
  float: right;
}
.layout-2c-r .sidebar {
  float: left;
}

.layout-1c .site-main {
  background-image: none !important;
}

.layout-1c .content-area {
  width: 95%;
}

.btn {
  padding-left: 10px;
  padding-right: 10px;
}

/* Sidebar */
/**
 * 7. Sidebar
 * -----------------------------------------------------------------------------
 */
.sidebar {
  width: 300px;
  padding: 30px 20px;
  float: right;
  /* Ad Widget */
}
@media (min-width: 992px) {
  .sidebar {
    width: 25%;
  }
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget.widget_ads .widget-title::after {
  border-bottom: 0;
  height: 0;
}
.sidebar .widget .widget-title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.sidebar .widget .widget-title::after {
  content: '';
  border-bottom: 3px solid #1753e2;
  width: 30px;
  height: 3px;
  display: block;
}
.sidebar .widget .widget-title a {
  color: #333;
  display: block;
  height: 32px;
  line-height: 32px;
  color: #333;
}
.sidebar .widget p {
  margin-bottom: 15px;
}
.sidebar .widget ul > li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sidebar .widget_ads {
  text-align: center;
}
.sidebar .widget_ads .widget-title {
  background: none;
  color: #9f9f9f;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.widget_posts ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.widget_posts .entry-title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Newsletter Widget */
.widget_newsletter p {
  margin-bottom: 15px;
}
.widget_newsletter input {
  background: #fff;
  width: 170px;
}

/* Tabs Widget */
.widget_tabs {
  margin-bottom: 20px;
}
.widget_tabs .tabs-nav {
  background-color: #eee;
  height: 32px;
  width: 100%;
  list-style: none;
  overflow: visible;
}
.widget_tabs .tabs-nav li {
  border-bottom: none !important;
  display: inline-block;
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 60px;
  text-align: center;
}
.widget_tabs .tabs-nav li.active a,
.widget_tabs .tabs-nav li.active a:visited {
  background-color: #e3e3e3;
  height: 32px;
  line-height: 32px;
  z-index: 999;
}
.widget_tabs .tabs-nav li.active a .fa,
.widget_tabs .tabs-nav li.active a:visited .fa {
  color: #1753e2;
}
.widget_tabs .tabs-nav li a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-transform: uppercase;
}
.widget_tabs .tabs-nav li a:hover {
  color: #1753e2;
  text-decoration: none;
}
.widget_tabs .tab-content ul li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_tabs .tab-content ul li .entry-thumbnail {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 10px 0 0;
}
.widget_tabs .tab-content ul li .entry-title {
  font-size: 14px;
  font-weight: 400;
}
.widget_tabs .tab-content ul li .entry-meta {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
}
.widget_tabs .tab-content ul li a {
  display: block;
  padding: 15px 0;
}
.widget_tabs .tab-content ul li a:hover {
  text-decoration: none;
}
.widget_tabs .tab-content ul li a:hover .entry-title {
  color: #1753e2;
}
.widget_tabs .tab-content ul li a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.widget_tabs #tab3 li a span {
  color: #999999;
  display: block;
  font-size: 12px;
}
.widget_tabs #tab3 li a strong {
  color: #333333;
  display: block;
  margin-bottom: 5px;
}
.widget_tabs #tab3 li a:hover strong {
  color: #1753e2;
}
.widget_tabs #tab4 {
  padding-top: 20px;
}
.widget_tabs #tab4 a {
  background-color: #eee;
  border-radius: 3px;
  color: #999999;
  display: inline-block;
  font-size: 12px;
  margin: 0 3px 6px 0;
  padding: 5px 10px;
  text-transform: lowercase;
}
.widget_tabs #tab4 a:hover {
  background-color: #1753e2;
  color: #ffffff;
  text-decoration: none;
}

/* 125 Ad Widget */
.widget_125 img {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin: 0 0 5px 0;
  padding: 9px;
}

.sidebar .widget_125 .img-right {
  float: right;
}

/* Twitter Widget */
.widget_twitter ul li {
  background: none !important;
  padding-left: 26px !important;
}
.widget_twitter ul li .timestamp a:link,
.widget_twitter ul li .timestamp a:visited {
  color: #9f9f9f;
  font-size: 11px;
  font-style: italic;
}
.widget_twitter ul li:before {
  margin-left: -26px;
  width: 26px;
  font-family: 'FontAwesome';
  content: '\f099';
  display: inline-block;
  font-size: 14px;
  float: left;
  margin-top: 0px;
  color: #09c;
}

/* Posts Thumbnail Widget */
.widget_posts_thumbnail {
  line-height: 1.3;
}
.widget_posts_thumbnail li:before,
.widget_posts_thumbnail li:after {
  content: '';
  display: table;
}
.widget_posts_thumbnail li:after {
  clear: both;
}
.widget_posts_thumbnail .entry-thumbnail {
  float: left;
  margin: 0 15px 0 0;
  max-width: 64px;
}
.widget_posts_thumbnail .entry-meta {
  color: #999;
  margin-top: 3px;
}

/* Footer */
/**
 * 8. Footer
 * -----------------------------------------------------------------------------
 */
#footer {
  background-color: #141414;
  font-size: 13px;
  padding: 30px 0;
}
#footer .widget {
  color: #999;
}
#footer .widget a:link,
#footer .widget a:visited {
  color: #999;
}
#footer .widget a:hover {
  color: #fff;
}
#footer .widget .widget-title {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#footer .widget ul li {
  list-style: none;
  margin-bottom: 15px;
}
#footer .widget ul li a:hover {
  color: #fff;
}
#footer .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer .widget_newsletter {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding: 0;
}
#footer .widget_newsletter input {
  background: #fff;
  width: 140px;
  margin: 0;
}
#footer .widget_posts_thumbnail .entry-meta {
  color: #666;
}

.footer-columns {
  margin-bottom: 20px;
}
.footer-columns .container {
  border-bottom: 1px solid #343434;
  padding: 0 0 30px 0;
}

.footer-column-1,
.footer-column-2,
.footer-column-3 {
  float: left;
  width: 22.5%;
  padding-right: 3%;
}

.footer-column-4 {
  float: left;
  width: 23.5%;
  padding-right: 0;
}

/* Site Bottom */
#site-bottom {
  color: #666;
  font-size: 13px;
}
#site-bottom a:hover {
  color: #fff;
}
#site-bottom .footer-links ul li {
  border-right: 1px solid #343434;
  float: left;
  line-height: 1;
  list-style: none;
  padding: 0 15px;
}
#site-bottom .footer-links ul li:first-child {
  padding-left: 0;
}
#site-bottom .footer-links ul li:last-child {
  border-right-color: transparent;
}
#site-bottom .copyright {
  float: right;
  margin-bottom: 0;
  line-height: 1;
}

#footer-nav {
  padding-bottom: 30px;
}
#footer-nav ul > li {
  border-width: 2px;
  float: left;
}
#footer-nav ul > li a {
  border-width: 2px !important;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 122.5px;
  padding: 20px 10px 0 0;
}
#footer-nav ul > li a:hover {
  background: transparent !important;
}
#footer-nav ul > li ul > li {
  float: none;
  border-top: 0;
}
#footer-nav ul > li ul > li a {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0;
}

/* Comments */
/**
 * 6.8 Comments
 * ----------------------------------------------------------------------------
 */
/* Comment List */
.comment-list ul,
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-comment {
  margin: 0 0 52px;
}
.post-comment .post-subtitle span {
  margin-left: 5px;
}

.comment-list {
  margin: 0 0 52px;
}
.comment-list ul {
  margin-top: 30px;
}
.comment-list li {
  margin-bottom: 30px;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}

.comment-avatar {
  margin: 0 0 30px;
}
.comment-avatar figure {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}
.comment-avatar figure img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.comment-detail {
  position: relative;
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 3px;
}
.comment-detail:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -10px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}

.comment-name {
  font-weight: 700;
  color: #474747;
  margin: 0 0 10px;
}
.comment-date {
  font-size: 0.8571em;
  font-weight: 400;
  margin: 0 0 0 6px;
}

.comment-description {
  margin: 0 0 20px;
}

.comment-reply a,
.comment-reply a:visited {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}

.comment-reply a:hover {
  color: #474747;
  text-decoration: none;
}

.comment-awaiting-moderation {
  color: red;
}

/* Comment Form */
#respond .required {
  color: red;
}
#respond label {
  color: #877c78;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
}
#respond #reply-title {
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#respond #reply-title small {
  margin-left: 10px;
  font-size: 0.618em;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
  width: 31.33333%;
  float: left;
  margin-right: 3%;
}
#respond #commentform .comment-form-url {
  margin-right: 0;
}
#respond #commentform .comment-form-comment {
  clear: both;
}
#respond #commentform .comment-form-desc {
  color: #999;
  font-size: 12px;
  font-style: italic;
}
#respond #commentform .form-submit {
  display: none;
}
#respond #commentform .fa {
  margin-right: 5px;
}
#respond #commentform p {
  margin-bottom: 20px;
}
#respond #commentform input.txt,
#respond #commentform textarea {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 0;
  padding-right: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  height: 32px;
}
#respond #commentform input.txt:focus,
#respond #commentform textarea:focus {
  border-color: #333;
}
#respond #commentform .btn {
  padding: 12px 15px;
  height: auto;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

/* Homepage */
#featured-content {
  display: flex;
  flex-flow: wrap row;
}
#featured-content .entry-header {
  padding: 10px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
#featured-content .entry-title {
  font-size: 32px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#featured-content .entry-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#featured-content .featured-primary {
  width: 50%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
#featured-content .featured-secondary {
  width: 50%;
}
#featured-content .featured-secondary .hentry {
  display: block;
  height: 225px;
  overflow: hidden;
  position: relative;
  margin-left: 1px;
  margin-bottom: 1px;
}
#featured-content .featured-secondary .hentry .entry-title {
  font-size: 25px;
  bottom: 0;
  margin-bottom: 0;
}

.listing-1-col ul li,
.listing-2-col ul li,
.listing-3-col ul li,
.listing-4-col ul li,
.listing-2-col-alt ul li,
.listing-2-col-alt-two ul li {
  list-style: none;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.section-title::after {
  content: '';
  border-bottom: 3px solid #1753e2;
  width: 30px;
  height: 3px;
  display: block;
}

.listing-1-col ul li a {
  padding-bottom: 30px;
}
.listing-1-col .entry-thumbnail {
  float: left;
  margin: 0 15px 0 0;
  max-width: 110px;
}
.listing-1-col .entry-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.listing-1-col .entry-summary {
  color: #777;
  display: table;
  font-size: 13px;
  margin-bottom: 7px;
}
.listing-1-col .entry-summary p {
  margin-bottom: 0;
}
.listing-1-col .entry-meta {
  margin-top: 5px;
}
.listing-1-col .entry-category {
  color: #00c3c3;
  position: static;
  padding: 0;
}

.listing-2-col {
  margin: 0 0 0 0;
}
.listing-2-col .box {
  width: 340px;
  margin: 0 0 60px 0;
}
@media (min-width: 992px) {
  .listing-2-col .box {
    width: 48%;
  }
}
.listing-2-col .box .category-title {
  color: #fff;
  font-size: 13px;
  display: block;
  margin: 0 0 1px 0;
  height: 32px;
  letter-spacing: 1px;
  line-height: 32px;
  text-indent: 10px;
  text-transform: uppercase;
}
.listing-2-col .box .category-title a {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #fff;
}
.listing-2-col .box .primary {
  height: 194px;
  position: relative;
}
.listing-2-col .box .primary .entry-title {
  font-size: 18px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 2;
  font-weight: 500;
}
.listing-2-col .box .primary .entry-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 1060px) {
  .listing-2-col .box .primary .gradient {
    bottom: -1px;
  }
}
.listing-2-col .box .secondary {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  padding-top: 15px;
}
.listing-2-col .box .secondary:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.listing-2-col .box .secondary .entry-thumbnail {
  float: left;
  margin: 0 10px 0 0;
  max-width: 75px;
}
.listing-2-col .box .secondary .entry-title {
  display: inline;
  font-size: 14px;
  font-weight: 500;
}
.listing-2-col .box .secondary .entry-meta {
  color: #999;
  margin: 5px 0 0 0;
}
.listing-2-col .box .secondary a:hover .entry-title {
  color: #1753e2;
}
.listing-2-col .box .list {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}
.listing-2-col .box .list a {
  color: #333;
  display: block;
  font-size: 14px;
}
.listing-2-col .box .list a:hover {
  color: #1753e2;
}
.listing-2-col .left {
  float: left;
}
.listing-2-col .right {
  float: right;
}

.listing-3-col {
  margin-bottom: 20px;
}
.listing-3-col ul li {
  float: left;
  width: 220px;
  margin: 0 20px 20px 0;
  position: relative;
}
.listing-3-col ul li:nth-of-type(3n) {
  margin-right: 0;
}
.listing-3-col ul li:nth-of-type(3n + 1) {
  clear: left;
}
.listing-3-col ul li .entry-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 5px;
}
.listing-3-col ul li .entry-thumbnail {
  margin-bottom: 3px;
}

.listing-4-col {
  margin-bottom: 30px;
}
.listing-4-col ul li {
  float: left;
  width: 160px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
.listing-4-col ul li:nth-child(4n) {
  margin-right: 0;
}
.listing-4-col ul li .entry-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.listing-4-col ul li .entry-thumbnail {
  margin-bottom: 3px;
}

.line {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #e9e9e9;
  height: 1px;
}

.content-loop {
  float: left;
  width: 680px;
}
.content-loop .hentry {
  list-style: none;
  margin-bottom: 20px;
}
.content-loop .hentry .entry-title a:hover {
  color: #1753e2;
}
.content-loop .hentry .entry-thumbnail {
  float: left;
  margin: 0 15px 0 0;
}
.content-loop .hentry .post-link {
  display: block;
  margin-bottom: 20px;
}
.content-loop .hentry .entry-category {
  padding: 0;
  position: static;
}
.content-loop .hentry .entry-category a {
  color: #00c3c3;
}
.content-loop .hentry .entry-summary {
  margin-bottom: 10px;
}
.content-loop .hentry .entry-summary p {
  margin-bottom: 0;
}
.content-loop.loop-list .entry-thumbnail {
  width: 35%;
}

.loop-list .hentry {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.loop-list .hentry .entry-title {
  font-size: 24px;
}

.loop-grid .hentry {
  float: left;
  width: 319px;
  padding-right: 20px;
}
.loop-grid .hentry:nth-of-type(2n) {
  border-left: 1px solid #e9e9e9;
  padding-right: 0;
  padding-left: 20px;
}
.loop-grid .hentry .entry-title {
  font-size: 20px;
  clear: right;
  margin-bottom: 15px;
}
.loop-grid .hentry .entry-thumbnail {
  margin-bottom: 15px;
}
.loop-grid .hentry .entry-summary {
  clear: both;
}

.loop-grid2 .entry-thumbnail {
  float: none;
}

.listing-2-col-alt {
  margin-bottom: 20px;
}
.listing-2-col-alt ul li {
  float: left;
  width: 340px;
  margin: 0 20px 20px 0;
  position: relative;
}
@media (min-width: 992px) {
  .listing-2-col-alt ul li {
    width: 48%;
  }
}
.listing-2-col-alt ul li:nth-of-type(2n) {
  margin-right: 0;
}
.listing-2-col-alt ul li:nth-of-type(2n + 1) {
  clear: left;
}
.listing-2-col-alt ul li .entry-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 5px;
}
.listing-2-col-alt ul li .entry-thumbnail {
  margin-bottom: 3px;
}

.listing-2-col-alt-two .posts-list {
  display: flex;
  flex-flow: wrap row;
}
.listing-2-col-alt-two .primary-post {
  width: 45%;
  margin-right: 5%;
}
.listing-2-col-alt-two .primary-post .post-thumbnail {
  margin-bottom: 10px;
  display: block;
}
.listing-2-col-alt-two .primary-post .entry-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.listing-2-col-alt-two .primary-post .entry-meta {
  margin-bottom: 10px;
}
.listing-2-col-alt-two .secondary-post {
  width: 50%;
}
.listing-2-col-alt-two .secondary-post .post {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  padding-top: 15px;
}
.listing-2-col-alt-two .secondary-post .post:first-child {
  padding-top: 0;
}
.listing-2-col-alt-two .secondary-post .entry-thumbnail {
  float: left;
  margin: 0 10px 0 0;
  max-width: 75px;
}
.listing-2-col-alt-two .secondary-post .entry-title {
  display: inline;
  font-size: 14px;
  font-weight: 500;
}

/* Single Post */
.single .hentry h1.entry-title {
  color: #333333;
  font-size: 40px;
  margin-bottom: 20px;
}
.single .post-nav a {
  color: #999;
}
.single .entry-header {
  margin-bottom: 20px;
  position: relative;
}
.single .entry-content {
  font-size: 16px;
  line-height: 1.65;
}
.single .entry-footer {
  margin-bottom: 20px;
  color: #999;
}
.single .entry-category a {
  border-bottom: 2px solid #ff6644;
  color: #f3502a;
  font-size: 16px;
  text-transform: uppercase;
}
.single .entry-category a:hover {
  text-decoration: none;
}
.single .entry-meta {
  font-size: 13px;
  margin-bottom: 15px;
  padding: 0;
}
.single .entry-meta .avatar {
  float: left;
  margin: 0 8px 0 0;
  border-radius: 50%;
}
.single .entry-share {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
}
.single .entry-share ul {
  overflow: hidden;
}
.single .entry-share .entry-comment {
  position: absolute;
  top: 11px;
  right: 0;
}
.single .entry-share .entry-comment a {
  color: #1753e2;
}
.single .entry-share ul li {
  border-right: 1px solid #e9e9e9;
  list-style: none;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.single .entry-share ul li:last-child {
  border-right: none;
}
.single .entry-share ul li a {
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.single .entry-share ul li a .fa {
  font-size: 15px;
}
.single .entry-share ul li.twitter a {
  background-color: #00aced;
}
.single .entry-share ul li.facebook a {
  background-color: #3b5998;
}
.single .entry-share ul li.google-plus a {
  background-color: #dd4b39;
}
.single .entry-share ul li.linkedin a {
  background-color: #007bb6;
}
.single .entry-share ul li.pinterest a {
  background-color: #c92228;
}
.single .entry-share ul li.email a {
  background-color: #aad450;
}

.entry-footer {
  margin: 30px 0 0 0;
}

/* Related Posts */
.related-posts {
  width: 100%;
  margin-bottom: 40px;
}
.related-posts ul li {
  float: left;
  list-style: none;
  width: 31.3333%;
  padding-right: 3%;
}
.related-posts ul li:last-child {
  padding-right: 0;
}
.related-posts ul li img {
  width: 100%;
  margin-bottom: 5px;
}
.related-posts ul li a {
  display: block;
}
.related-posts ul li .entry-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.related-posts ul li .entry-summary {
  color: #999;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 15px;
}
.entry-content strong {
  font-weight: 700;
}
.entry-content p {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 20px 20px;
}
.entry-content ul li {
  list-style: disc;
  margin: 10px 0;
}
.entry-content ol li {
  list-style: decimal;
  margin: 10px 0;
}

blockquote {
  color: #999999;
  font-style: italic;
  margin: 0.5em 0 1em;
  padding: 0.25em 50px;
  line-height: 1.45;
  position: relative;
}
blockquote:before {
  display: block;
  content: '\201c';
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -20px;
  color: #cccccc;
}
blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: '\2014\2009';
}

/* Members */
.members {
  margin: 0 !important;
  padding: 0;
}
.members .member {
  padding: 2%;
  width: 46%;
  float: left;
  list-style: none;
}
.members .member:nth-of-type(2n + 1) {
  clear: left;
}
.members .member .member-photo {
  float: left;
  width: 100px;
  max-width: 100%;
  margin-right: 30px;
}
.members .member .member-photo img {
  border-radius: 50%;
  margin-bottom: 20px;
  width: 100%;
}
.members .member .member-photo .member-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.members .member .member-photo .member-social li {
  display: inline-block;
  font-size: 12px;
  margin: 0 2px;
}
.members .member .member-content {
  position: relative;
  overflow: hidden;
}
.members .member .member-content:before {
  content: '';
  width: 56px;
  height: 1px;
  background: #dededc;
  position: absolute;
  top: 0;
}
.members .member .member-content .member-name {
  margin: 18px 0 0;
}
.members .member .member-content .member-position {
  color: #999;
}
.members .member .member-content .member-desc {
  line-height: 1.5em;
}

.block-title {
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* Archive */
.pagination {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 50px 0;
  text-transform: uppercase;
  text-align: center;
}
.pagination .page-numbers {
  border-radius: 3px;
  padding: 6px 11px;
  margin: 0 1px;
  display: inline-block;
  color: #999999;
  text-decoration: none;
}
.pagination .page-numbers:hover {
  background-color: #f0f0f0;
}
.pagination .page-numbers.current {
  background-color: #1753e2;
  color: #fff;
  font-weight: bold;
}
.pagination .prev,
.pagination .next {
  background-color: #f0f0f0;
}
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #333;
  color: #fff;
}

/* State */
.no-js .hide-if-no-js {
  display: none;
}

/**
 * Bootstrap hack
 */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.col-xs-25 {
  width: 40%;
  float: left;
}

.col-xs-35 {
  width: 60%;
  float: left;
}

.col-xs-45 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}
