/*
Theme Name: vsprofile
Theme URI: http://ymmymarketing.com/contact-ymmy-marketing/
Author: YMMY Marketing
Author URI: http://ymmymarketing.com
Description: Parent theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vsprofile
Tags: two-columns, right-sidebar, accessibility-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# grids
# variables
# mixins
# normalize
# accessibility
# clearings
# base
	 ## mainnav
	 ## typography
	 ## menus
	 ## layout
	 ## media
	 ## columns
	 ## alignments
	 ## widget
 
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: black;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .no-phone {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .phone-only {
    display: none !important;
  }
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
.main-navigation {
  display: block;
}
.main-navigation .menu-toggle {
  display: block;
  background: none;
  border: none;
  color: black;
  font-weight: 400;
  padding: 5px;
  margin: 0px;
}
.main-navigation .menu-toggle:hover {
  background: none;
  border: none;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  clear: both;
}
.main-navigation ul ul {
  position: relative;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation .menu li {
  display: block;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 767px) {
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation .menu {
    display: block;
  }
  .main-navigation .menu > li {
    display: inline-block;
  }
  .main-navigation .menu > li > ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation .menu > li > ul ul {
    left: -999em;
    top: 0;
  }
}
html {
  font-size: 85%;
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  font-size: 16px;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
p.title2,
p.title3,
p {
  margin-top: 0px;
}

h1 {
  font-size: 35.2px;
  font-size: 2.2rem;
}

h2,
p.title2 {
  font-size: 28.8px;
  font-size: 1.8rem;
}

h3,
p.title3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}

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

blockquote {
  margin: 0;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
}
blockquote p {
  margin: 0px;
}
blockquote q {
  font-style: italic;
}
blockquote cite {
  width: 100%;
  font-style: normal;
  margin-top: 10px;
  display: block;
}

address {
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
  text-transform: uppercase;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

small {
  font-size: 85%;
}

b {
  font-size: 125%;
}

sup {
  font: 75%/0;
  vertical-align: baseline;
  position: relative;
  top: -0.5rem;
}

hr {
  clear: both;
  border: none;
  border-bottom: solid 1px black;
}

.site-info {
  font-size: .4em;
  visibility: hidden;
}

#copyright {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 90%;
  margin-top: 1.5em;
  opacity: .8;
  vertical-align: middle;
}
#copyright a {
  color: white;
  text-decoration: none;
}
#copyright a img {
  max-width: 150px;
  display: inline-block;
}

@media (min-width: 767px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 100%;
  }
}
.twitter-btn {
  background: #17a7e7;
  color: white;
  display: inline-block;
  padding: .2em 1em;
}

#sharing_email .sharing_send,
.sd-content ul li .option a.share-ustom,
.sd-content ul li a.sd-button,
.sd-content ul li.advanced a.share-more,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  border-radius: 0px;
  color: #777 !important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 8px 0 5px;
}

.share-this-vs p,
.share-this-vs .sharedaddy.sd-sharing-enabled,
.share-this-vs div.sharedaddy {
  display: inline-block;
  margin-bottom: 0px;
}
.share-this-vs .sd-content ul {
  margin: 0 0 .3em !important;
}

.site-content ul,
.site-content lo {
  padding-left: 15px;
}
.site-content ul li,
.site-content lo li {
  margin: 0 0 .5em;
}
.site-content ul li ul,
.site-content lo li ul {
  padding-left: 20px;
}
.site-content ul {
  list-style: disc;
}
.site-content ol {
  list-style: decimal;
}
.site-content .list-circle {
  list-style: circle;
}
.site-content .list-letter-lower {
  list-style: lower-alpha;
}
.site-content .list-square {
  list-style: square;
}
.site-content .list-letter-upper {
  list-style: upper-alpha;
}
.site-content .list-unstyled {
  list-style: none;
}
.site-content .list-stack {
  padding-left: 0px;
  list-style: none;
}
.site-content .list-check,
.site-content .list-plus,
.site-content .list-minus,
.site-content .list-x,
.site-content .list-dash,
.site-content .list-start,
.site-content .list-asterisk {
  list-style: none;
}
.site-content .list-check > li:before,
.site-content .list-plus > li:before,
.site-content .list-minus > li:before,
.site-content .list-x > li:before,
.site-content .list-dash > li:before,
.site-content .list-start > li:before,
.site-content .list-asterisk > li:before {
  margin-left: -20px;
  padding-right: 5px;
}
.site-content .list-check > li:before {
  font-family: FontAwesome;
  content: "\f00c ";
}
.site-content .list-plus > li:before {
  font-family: FontAwesome;
  content: "\f067 ";
}
.site-content .list-minus > li:before {
  content: "- ";
}
.site-content .list-x > li:before {
  font-family: FontAwesome;
  content: "\f00d ";
}
.site-content .list-dash > li:before {
  font-family: FontAwesome;
  content: "\f068 ";
}
.site-content .list-start > li:before {
  font-family: FontAwesome;
  content: "\f005 ";
}
.site-content .list-asterisk > li:before {
  font-family: FontAwesome;
  content: "\f069 ";
}

nav ul {
  padding-left: 0px;
  list-style: none;
}

.same-h > div {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 10px;
}
.same-h > div p {
  margin-bottom: 20%;
}
.same-h > div .bg {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.same-h > div > div {
  display: table;
}

.site-content dl {
  list-style: none;
  margin: 0px;
}
.site-content dl dt {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.site-content dl dd {
  margin-bottom: 20px;
  margin-left: 0px;
}
.site-content .list-dish > dt,
.site-content .list-circle > dt,
.site-content .list-square > dt,
.site-content .list-check > dt,
.site-content .list-plus > dt,
.site-content .list-x > dt,
.site-content .list-dash > dt,
.site-content .list-start > dt,
.site-content .list-asterisk > dt {
  margin-left: -10px;
}
.site-content .list-dish > dt:before,
.site-content .list-circle > dt:before,
.site-content .list-square > dt:before,
.site-content .list-check > dt:before,
.site-content .list-plus > dt:before,
.site-content .list-x > dt:before,
.site-content .list-dash > dt:before,
.site-content .list-start > dt:before,
.site-content .list-asterisk > dt:before {
  font-family: FontAwesome;
  padding-right: 10px;
}
.site-content .list-dish > dd,
.site-content .list-circle > dd,
.site-content .list-square > dd,
.site-content .list-check > dd,
.site-content .list-plus > dd,
.site-content .list-x > dd,
.site-content .list-dash > dd,
.site-content .list-start > dd,
.site-content .list-asterisk > dd {
  margin-bottom: 20px;
  margin-left: 10px;
}
.site-content .list-dish > dt:before {
  content: "\f111 ";
}
.site-content .list-circle > dt:before {
  content: "\f10c ";
}
.site-content .list-square > dt:before {
  content: "\f096 ";
}
.site-content .list-check > dt:before {
  content: "\f00c ";
}
.site-content .list-plus > dt:before {
  content: "\f067 ";
}
.site-content .list-x > dt:before {
  content: "\f00d ";
}
.site-content .list-dash > dt:before {
  content: "\f068 ";
}
.site-content .list-start > dt:before {
  content: "\f005 ";
}
.site-content .list-asterisk > li:before {
  content: "\f069 ";
}
.site-content .logo-list li {
  padding: 1em;
}
.site-content .logo-list li img {
  display: block;
  max-width: 150px;
  margin: auto;
}

.site-footer ul {
  padding-left: 0px;
  list-style: none;
}
.site-footer ul li {
  margin: 0 0 .3em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: rgba(255, 255, 255, 0) 2px solid;
  padding: 3px;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-size: 1.3em !important;
  font-weight: normal !important;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
}

.nf-form-fields-required {
  display: none;
}

.nf-field-label,
.label-above .nf-field-label {
  margin-bottom: 3px !important;
}
.nf-field-label label,
.label-above .nf-field-label label {
  font-weight: normal;
  font-size: 14.4px;
  font-size: 0.9rem;
}

.nf-error .ninja-forms-field {
  border: 1px solid #E80000;
}

.ninja-forms-req-symbol,
.nf-error-msg {
  color: #E80000;
  font-size: 12.8px;
  font-size: 0.8rem;
}

.list-radio-wrap .nf-field-element li label {
  display: initial !important;
}

header .menu,
.social-media {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
header .menu li,
.social-media li {
  list-style: none;
  display: inline-block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

img {
  width: 100%;
  display: block;
  height: auto;
}

img.circle {
  border-radius: 50%;
  margin: 1em;
}

.row {
  clear: both;
  display: table;
  table-layout: fixed;
  margin: auto;
  width: 100%;
}
.row > *:first-child:not(.su-youtube):not(.btn):not(blockquote):not(.linea) {
  margin-top: 0px;
  padding-top: 0px;
}
.row > *:last-child:not(.su-youtube):not(.btn):not(blockquote):not(.linea) {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.col-50,
.col-60,
.col-70,
.col-75,
.col-80,
.col-90,
.col-100,
.col-20-80 {
  width: 100%;
}

.col-50-50,
.col-60-40,
.col-40-60,
.col-70-30,
.col-30-70,
.col-75-25,
.col-25-75,
.col-80-20,
.col-20-80,
.col-33-33-33,
.col-25-25-50,
.col-50-25-25,
.col-25-50-25,
.col-30-20-50,
.col-25-25-25-25,
.col-20-20-30-30 {
  padding: 0px;
  width: 100%;
  position: relative;
}
.col-50-50 > div,
.col-60-40 > div,
.col-40-60 > div,
.col-70-30 > div,
.col-30-70 > div,
.col-75-25 > div,
.col-25-75 > div,
.col-80-20 > div,
.col-20-80 > div,
.col-33-33-33 > div,
.col-25-25-50 > div,
.col-50-25-25 > div,
.col-25-50-25 > div,
.col-30-20-50 > div,
.col-25-25-25-25 > div,
.col-20-20-30-30 > div {
  position: relative;
}

@media (max-width: 767px) {
  .col-sm-50-50,
  .col-sm-60-40,
  .col-sm-40-60,
  .col-sm-70-30,
  .col-sm-30-70 {
    display: table;
    table-layout: fixed;
  }
  .col-sm-50-50 > div,
  .col-sm-60-40 > div,
  .col-sm-40-60 > div,
  .col-sm-70-30 > div,
  .col-sm-30-70 > div {
    display: table-cell;
    vertical-align: top;
  }

  .col-sm-50-50 > div {
    width: 49.15254%;
  }

  .col-sm-60-40 > div:last-child,
  .col-sm-40-60 > div:first-child {
    width: 40.67797%;
  }

  .col-sm-60-40 > div:first-child,
  .col-sm-40-60 > div:last-child {
    width: 57.62712%;
  }

  .col-sm-70-30 > div:last-child,
  .col-sm-30-70 > div:first-child {
    width: 32.20339%;
  }

  .col-sm-70-30 > div:first-child,
  .col-sm-30-70 > div:last-child {
    width: 66.10169%;
  }

  .col-sm-100-50-50 > div:first-child,
  .col-sm-100-40-60 > div:first-child,
  .col-sm-100-60-40 > div:first-child,
  .col-sm-100-30-70 > div:first-child,
  .col-sm-100-70-30 > div:first-child,
  .col-sm-50-50-100 > div:last-child,
  .col-sm-40-60-100 > div:last-child,
  .col-sm-60-40-100 > div:last-child,
  .col-sm-30-70-100 > div:last-child,
  .col-sm-70-30-100 > div:last-child {
    width: 100%;
  }

  .col-sm-100-50-50 > div,
  .col-sm-100-40-60 > div,
  .col-sm-100-60-40 > div,
  .col-sm-100-30-70 > div,
  .col-sm-100-70-30 > div,
  .col-sm-50-50-100 > div,
  .col-sm-40-60-100 > div,
  .col-sm-60-40-100 > div,
  .col-sm-30-70-100 > div,
  .col-sm-70-30-100 > div {
    display: inline-block;
    vertical-align: top;
  }

  .col-sm-100-30-70 > div:nth-child(2),
  .col-sm-100-70-30 > div:last-child,
  .col-sm-30-70-100 > div:first-child,
  .col-sm-70-30-100 > div:nth-child(2) {
    width: 32.20339%;
  }

  .col-sm-100-40-60 > div:nth-child(2),
  .col-sm-100-60-40 > div:last-child,
  .col-sm-40-60-100 > div:first-child,
  .col-sm-60-40-100 > div:nth-child(2) {
    width: 40.67797%;
  }

  .col-sm-100-50-50 > div {
    width: 49.15254%;
  }

  .col-sm-100-40-60 > div:last-child,
  .col-sm-100-60-40 > div:nth-child(2),
  .col-sm-40-60-100 > div:nth-child(2),
  .col-sm-60-40-100 > div:first-child {
    width: 57.62712%;
  }

  .col-sm-100-30-70 > div:last-child,
  .col-sm-100-70-30 > div:nth-child(2),
  .col-sm-30-70-100 > div:nth-child(2),
  .col-sm-70-30-100 > div:first-child {
    width: 66.10169%;
  }
}
@media (min-width: 767px) {
  .col-50,
  .col-60,
  .col-70,
  .col-75,
  .col-80,
  .col-90,
  .col-100 {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-width: 500px;
    height: 100%;
  }
  .col-50 > div,
  .col-60 > div,
  .col-70 > div,
  .col-75 > div,
  .col-80 > div,
  .col-90 > div,
  .col-100 > div {
    display: table-cell;
    width: 100%;
  }

  .col-50.center,
  .col-60.center,
  .col-70.center,
  .col-75.center,
  .col-80.center,
  .col-90.center {
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
  }
  .col-50.left,
  .col-60.left,
  .col-70.left,
  .col-75.left,
  .col-80.left,
  .col-90.left {
    margin-left: 0px;
    padding-right: 0px;
  }
  .col-50.right,
  .col-60.right,
  .col-70.right,
  .col-75.right,
  .col-80.right,
  .col-90.right {
    padding-left: 0px;
  }

  .col-50,
  .col-60,
  .col-70,
  .col-75 {
    width: 74.57627%;
  }
  .col-50.right,
  .col-60.right,
  .col-70.right,
  .col-75.right {
    margin-left: 23.72881%;
  }

  .col-80 {
    width: 83.05085%;
  }
  .col-80.right {
    margin-left: 15.25424%;
  }

  .col-90 {
    width: 91.52542%;
  }
  .col-90.right {
    margin-left: 6.77966%;
  }

  .col-100 {
    width: 100%;
  }

  .col-50-50,
  .col-60-40,
  .col-40-60,
  .col-70-30,
  .col-30-70,
  .col-75-25,
  .col-25-75,
  .col-80-20,
  .col-20-80,
  .col-33-33-33,
  .col-25-25-50,
  .col-50-25-25,
  .col-25-50-25,
  .col-30-20-50 {
    display: table;
    table-layout: fixed;
  }
  .col-50-50 > div,
  .col-60-40 > div,
  .col-40-60 > div,
  .col-70-30 > div,
  .col-30-70 > div,
  .col-75-25 > div,
  .col-25-75 > div,
  .col-80-20 > div,
  .col-20-80 > div,
  .col-33-33-33 > div,
  .col-25-25-50 > div,
  .col-50-25-25 > div,
  .col-25-50-25 > div,
  .col-30-20-50 > div {
    display: table-cell;
    vertical-align: top;
  }

  .col-30-20-50 > div {
    width: 15.25424%;
  }

  .col-75-25 > div:last-child,
  .col-25-75 > div:first-child,
  .col-80-20 > div:last-child,
  .col-20-80 > div:first-child {
    width: 23.72881%;
  }

  .col-25-50-25 > div:first-child,
  .col-25-50-25 > div:last-child {
    width: 27.9661%;
  }

  .col-33-33-33 > div,
  .col-30-70 > div:first-child,
  .col-70-30 > div:last-child,
  .col-30-20-50 > div:first-child,
  .col-25-25-50 > div,
  .col-50-25-25 > div {
    width: 32.20339%;
  }

  .col-40-60 > div:first-child,
  .col-60-40 > div:last-child,
  .col-25-50-25 > div:nth-child(2) {
    width: 40.67797%;
  }

  .col-50-50 > div,
  .col-30-20-50 > div:last-child {
    width: 49.15254%;
  }

  .col-40-60 > div:last-child,
  .col-60-40 > div:first-child {
    width: 57.62712%;
  }

  .col-70-30 > div:first-child,
  .col-30-70 > div:last-child {
    width: 66.10169%;
  }

  .col-75-25 > div:first-child,
  .col-25-75 > div:last-child,
  .col-80-20 > div:first-child,
  .col-20-80 > div:last-child {
    width: 74.57627%;
  }

  div.table > div {
    display: table-cell;
  }
}
@media (min-width: 1025px) {
  .col-50 {
    width: 49.15254%;
  }
  .col-50.right {
    margin-left: 49.15254%;
  }

  .col-60 {
    width: 57.62712%;
  }
  .col-60.right {
    margin-left: 40.67797%;
  }

  .col-70 {
    width: 66.10169%;
  }
  .col-70.right {
    margin-left: 32.20339%;
  }

  .col-80-20 > div:last-child,
  .col-20-80 > div:first-child {
    width: 15.25424%;
  }

  .col-25-25-25-25,
  .col-20-20-30-30 {
    display: table;
    table-layout: fixed;
  }
  .col-25-25-25-25 > div,
  .col-20-20-30-30 > div {
    display: table-cell;
    vertical-align: top;
  }

  .col-20-20-30-30 > div {
    width: 23.72881%;
  }

  .col-20-20-30-30 > div:nth-child(2),
  .col-20-20-30-30 > div:first-child {
    width: 19.49153%;
  }

  .col-20-20-30-30 > div:nth-child(3),
  .col-20-20-30-30 > div:last-child {
    width: 27.9661%;
  }

  .col-25-25-50 > div:nth-child(-n+2),
  .col-50-25-25 > div:nth-child(n+2),
  .col-25-50-25 > div:last-child,
  .col-25-50-25 > div:first-child,
  .col-25-25-25-25 > div {
    width: 23.72881%;
  }

  .col-25-25-50 > div:last-child,
  .col-50-25-25 > div:first-child,
  .col-25-50-25 > div:nth-child(2) {
    width: 49.15254%;
  }

  .col-80-20 > div:first-child,
  .col-20-80 > div:last-child {
    width: 83.05085%;
  }
}
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  width: 100%;
  clear: both;
  display: flex;
  flex-flow: row wrap;
  padding-left: 0px !important;
  list-style: none;
}
.col-2 > li,
.col-2 > div,
.col-2 > article,
.col-3 > li,
.col-3 > div,
.col-4 > li,
.col-4 > div,
.col-5 > li,
.col-5 > div,
.col-6 > li,
.col-6 > div {
  width: 100%;
  display: inline-block;
  padding: 0px;
}

@media (max-width: 767px) {
  .col-sm-2 > li,
  .col-sm-2 > div {
    width: 50%;
    padding: 0px;
  }

  .col-sm-3 > li,
  .col-sm-3 > div {
    width: 33.33333%;
    padding: 0px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .col-m-2 > li,
  .col-m-2 > div {
    width: 50%;
    padding: 0px;
  }

  .col-m-3 > li,
  .col-m-3 > div {
    width: 33.33333%;
    padding: 0px;
  }
}
@media (min-width: 767px) {
  .col-2 > li,
  .col-2 > div,
  .col-2 > article {
    width: 50%;
    padding: 0px;
  }

  .col-3 > li,
  .col-3 > div {
    width: 33.33333%;
    padding: 0px;
  }

  .col-4 > li,
  .col-4 > div {
    width: 25%;
    padding: 0px;
  }

  .col-5 > li,
  .col-5 > div {
    width: 20%;
    padding: 0px;
  }

  .col-6 > li,
  .col-6 > div {
    width: 16.66667%;
    padding: 0px;
  }
}
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
  width: 100%;
  clear: both;
  text-align: center;
  padding-left: 0px !important;
  list-style: none;
}
.box-2 > li,
.box-2 > div,
.box-3 > li,
.box-3 > div,
.box-4 > li,
.box-4 > div,
.box-5 > li,
.box-5 > div,
.box-6 > li,
.box-6 > div {
  width: 100%;
  display: inline-block;
}

@media (max-width: 767px) {
  .box-2 > li,
  .box-2 > div,
  .box-3 > li,
  .box-3 > div,
  .box-4 > li,
  .box-4 > div,
  .box-5 > li,
  .box-5 > div,
  .box-6 > li,
  .box-6 > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box-sm-2 > li,
  .box-sm-2 > div {
    width: 49.15254%;
  }

  .box-sm-3 > li,
  .box-sm-3 > div {
    width: 32.20339%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .box-m-2 > li,
  .box-m-2 > div {
    width: 49.15254%;
  }

  .box-m-3 > li,
  .box-m-3 > div {
    width: 32.20339%;
  }
}
@media (min-width: 767px) {
  .box-3 > li,
  .box-3 > div {
    width: 32.20339%;
  }

  .box-4 > li,
  .box-4 > div {
    width: 23.72881%;
  }

  .box-5 > li,
  .box-5 > div {
    width: 18.64407%;
  }

  .box-6 > li,
  .box-6 > div {
    width: 15.25424%;
  }
}
.gal-1,
.gal-2,
.gal-3,
.gal-4,
.gal-5,
.gal-6 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: table;
  table-layout: fixed;
  padding-left: 0px !important;
  list-style: none;
}
.gal-1 + *,
.gal-1 + p,
.gal-2 + *,
.gal-2 + p,
.gal-3 + *,
.gal-3 + p,
.gal-4 + *,
.gal-4 + p,
.gal-5 + *,
.gal-5 + p,
.gal-6 + *,
.gal-6 + p {
  clear: both !important;
}
.gal-1 > li,
.gal-1 > div,
.gal-2 > li,
.gal-2 > div,
.gal-3 > li,
.gal-3 > div,
.gal-4 > li,
.gal-4 > div,
.gal-5 > li,
.gal-5 > div,
.gal-6 > li,
.gal-6 > div {
  margin-bottom: 1.69492%;
}

.gal-1 > li,
.gal-1 > div {
  width: 100%;
  float: left;
}
.gal-1 > li:nth-child(1n + 1),
.gal-1 > div:nth-child(1n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: none;
}

@media (max-width: 767px) {
  .gal-2 > li,
  .gal-2 > div,
  .gal-3 > li,
  .gal-3 > div,
  .gal-4 > li,
  .gal-4 > div,
  .gal-5 > li,
  .gal-5 > div,
  .gal-6 > li,
  .gal-6 > div {
    width: 100%;
    float: left;
    text-align: center;
  }
  .gal-2 > li:nth-child(1n + 1),
  .gal-2 > div:nth-child(1n + 1),
  .gal-3 > li:nth-child(1n + 1),
  .gal-3 > div:nth-child(1n + 1),
  .gal-4 > li:nth-child(1n + 1),
  .gal-4 > div:nth-child(1n + 1),
  .gal-5 > li:nth-child(1n + 1),
  .gal-5 > div:nth-child(1n + 1),
  .gal-6 > li:nth-child(1n + 1),
  .gal-6 > div:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 767px) {
  .gal-sm-2 > li,
  .gal-sm-2 > div {
    width: 49.15254%;
    float: left;
  }
  .gal-sm-2 > li:nth-child(2n + 1),
  .gal-sm-2 > div:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-sm-2 > li:nth-child(2n + 2),
  .gal-sm-2 > div:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }

  .gal-sm-3 > li,
  .gal-sm-3 > div {
    width: 32.20339%;
    float: left;
  }
  .gal-sm-3 > li:nth-child(3n + 1),
  .gal-sm-3 > div:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-sm-3 > li:nth-child(3n + 2),
  .gal-sm-3 > div:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gal-sm-3 > li:nth-child(3n + 3),
  .gal-sm-3 > div:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .gal-m-2 > li,
  .gal-m-2 > div {
    width: 49.15254%;
    float: left;
  }
  .gal-m-2 > li:nth-child(2n + 1),
  .gal-m-2 > div:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-m-2 > li:nth-child(2n + 2),
  .gal-m-2 > div:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }

  .gal-m-3 > li,
  .gal-m-3 > div {
    width: 32.20339%;
    float: left;
  }
  .gal-m-3 > li:nth-child(3n + 1),
  .gal-m-3 > div:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-m-3 > li:nth-child(3n + 2),
  .gal-m-3 > div:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gal-m-3 > li:nth-child(3n + 3),
  .gal-m-3 > div:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 767px) {
  .gal-2 > li,
  .gal-2 > div,
  .gal-4 > li,
  .gal-4 > div {
    width: 49.15254%;
    float: left;
  }
  .gal-2 > li:nth-child(2n + 1),
  .gal-2 > div:nth-child(2n + 1),
  .gal-4 > li:nth-child(2n + 1),
  .gal-4 > div:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-2 > li:nth-child(2n + 2),
  .gal-2 > div:nth-child(2n + 2),
  .gal-4 > li:nth-child(2n + 2),
  .gal-4 > div:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }

  .gal-3 > li,
  .gal-3 > div,
  .gal-6 > li,
  .gal-6 > div {
    width: 32.20339%;
    float: left;
  }
  .gal-3 > li:nth-child(3n + 1),
  .gal-3 > div:nth-child(3n + 1),
  .gal-6 > li:nth-child(3n + 1),
  .gal-6 > div:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-3 > li:nth-child(3n + 2),
  .gal-3 > div:nth-child(3n + 2),
  .gal-6 > li:nth-child(3n + 2),
  .gal-6 > div:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gal-3 > li:nth-child(3n + 3),
  .gal-3 > div:nth-child(3n + 3),
  .gal-6 > li:nth-child(3n + 3),
  .gal-6 > div:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }

  .gal-4 > li,
  .gal-4 > div {
    width: 49.15254%;
    float: left;
  }
  .gal-4 > li:nth-child(2n + 1),
  .gal-4 > div:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-4 > li:nth-child(2n + 2),
  .gal-4 > div:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }

  .gal-5 > li,
  .gal-5 > div {
    width: 32.20339%;
    float: left;
  }
  .gal-5 > li:nth-child(3n + 1),
  .gal-5 > div:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-5 > li:nth-child(3n + 2),
  .gal-5 > div:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gal-5 > li:nth-child(3n + 3),
  .gal-5 > div:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1025px) {
  .gal-4 > li,
  .gal-4 > div {
    width: 23.72881%;
    float: left;
  }
  .gal-4 > li:nth-child(4n + 1),
  .gal-4 > div:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-4 > li:nth-child(4n + 2),
  .gal-4 > div:nth-child(4n + 2) {
    margin-left: 25.42373%;
    margin-right: -100%;
    clear: none;
  }
  .gal-4 > li:nth-child(4n + 3),
  .gal-4 > div:nth-child(4n + 3) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .gal-4 > li:nth-child(4n + 4),
  .gal-4 > div:nth-child(4n + 4) {
    margin-left: 76.27119%;
    margin-right: -100%;
    clear: none;
  }

  .gal-5 > li,
  .gal-5 > div {
    width: 18.64407%;
    float: left;
  }
  .gal-5 > li:nth-child(5n + 1),
  .gal-5 > div:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-5 > li:nth-child(5n + 2),
  .gal-5 > div:nth-child(5n + 2) {
    margin-left: 20.33898%;
    margin-right: -100%;
    clear: none;
  }
  .gal-5 > li:nth-child(5n + 3),
  .gal-5 > div:nth-child(5n + 3) {
    margin-left: 40.67797%;
    margin-right: -100%;
    clear: none;
  }
  .gal-5 > li:nth-child(5n + 4),
  .gal-5 > div:nth-child(5n + 4) {
    margin-left: 61.01695%;
    margin-right: -100%;
    clear: none;
  }
  .gal-5 > li:nth-child(5n + 5),
  .gal-5 > div:nth-child(5n + 5) {
    margin-left: 81.35593%;
    margin-right: -100%;
    clear: none;
  }

  .gal-6 > li,
  .gal-6 > div {
    width: 15.25424%;
    float: left;
  }
  .gal-6 > li:nth-child(6n + 1),
  .gal-6 > div:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gal-6 > li:nth-child(6n + 2),
  .gal-6 > div:nth-child(6n + 2) {
    margin-left: 16.94915%;
    margin-right: -100%;
    clear: none;
  }
  .gal-6 > li:nth-child(6n + 3),
  .gal-6 > div:nth-child(6n + 3) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gal-6 > li:nth-child(6n + 4),
  .gal-6 > div:nth-child(6n + 4) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .gal-6 > li:nth-child(6n + 5),
  .gal-6 > div:nth-child(6n + 5) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
  .gal-6 > li:nth-child(6n + 6),
  .gal-6 > div:nth-child(6n + 6) {
    margin-left: 84.74576%;
    margin-right: -100%;
    clear: none;
  }
}
.no-pad {
  padding: 0px .5em !important;
}

.no-margin {
  margin: 0px !important;
}

.small-pad {
  padding: 1.69492% !important;
}

.add-pad {
  padding: 1.69492% !important;
}

.add-margin {
  margin: 1.69492% !important;
}

.max400 {
  max-width: 400px;
}

.max500 {
  max-width: 500px;
}

.max600 {
  max-width: 600px;
}

.max700 {
  max-width: 700px;
}

.max800 {
  max-width: 800px;
}

.max900 {
  max-width: 900px;
}

.max1024 {
  max-width: 1024px;
}

@media (min-width: 767px) {
  .no-pad {
    padding: 0px !important;
  }

  header.h25,
  div.h25,
  section.h25 {
    height: 25vh;
    min-height: 250px;
  }

  header.h50,
  div.h50,
  section.h50 {
    height: 50vh;
    max-height: 450px;
  }

  header.h75,
  div.h75,
  section.h75 {
    height: 75vh;
    max-height: 600px;
  }

  header.h100,
  div.h100,
  section.h100 {
    height: 100vh;
    max-height: 800px;
  }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

.aligncenter {
  clear: both;
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.align-middle {
  vertical-align: middle !important;
}

.align-top {
  vertical-align: top !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.flex-align-center {
  justify-content: center;
}

.flex-align-right {
  justify-content: right;
}

.flex-align-left {
  justify-content: left;
}

.site-description {
  display: none;
}

.widget {
  /* Make sure select elements fit in widgets. */
  padding: 1em 0px;
}
.widget select {
  max-width: 100%;
}

.sticky,
.gallery-caption,
.bypostauthor {
  display: block;
}

/*------------- sidebar -------------*/
.widget-area section {
  background: white;
  width: 100%;
  margin: .5em 0 1.5em;
  border-top: none;
}

h4.widget-title {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.widget-area .widget ul {
  margin: 0px;
  padding: 0px;
}
.widget-area .widget ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 0px;
}
.widget-area .widget ul li a {
  text-decoration: none;
  display: block;
  padding: 0.5em 0px;
}

.widget-area .widget #recentcomments .recentcomments {
  padding: 0.5em 0px;
}

aside .widget_search {
  padding-bottom: 1em;
}
aside .widget_search input {
  width: 80%;
}
aside .widget_search button[type="submit"] {
  border: none;
  background: none;
  color: black;
  padding: 0px;
  margin: 0px;
}

.rpwwt-widget .recent-posts-widget-with-thumbnails li {
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.rpwwt-widget .recent-posts-widget-with-thumbnails li a {
  padding: 0px;
  margin: 0px;
}
.rpwwt-widget .recent-posts-widget-with-thumbnails li > div {
  font-size: 14.4px;
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
## posts
--------------------------------------------------------------*/
.blog .sticky,
.archive .sticky,
.search .sticky {
  display: block;
}
.blog h2,
.blog .entry-meta,
.archive h2,
.archive .entry-meta,
.search h2,
.search .entry-meta {
  margin-bottom: 5px;
}
.blog .read-more,
.archive .read-more,
.search .read-more {
  font-size: 16px;
  font-size: 1rem;
}

.taxonomy-description {
  display: none;
}

.entry-meta {
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.entry-meta a {
  padding: 2px;
  margin: 0 2px;
  text-decoration: none;
}

.posted-on a .updated:not(.published) {
  display: none;
}

.comments-link {
  padding-right: 5px;
}

.cat-links {
  display: block;
  width: 100%;
}
.cat-links a {
  text-decoration: none;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
}

.tags-links {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin: .3em 0px;
  padding: 3px;
  border-top: rgba(0, 0, 0, 0.4) 1px dotted;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
}
.tags-links a {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .blog article,
  .archive article,
  .search article {
    display: table;
    padding: 5px 0px;
  }
  .blog article .entry-header.has-thumb,
  .archive article .entry-header.has-thumb,
  .search article .entry-header.has-thumb {
    width: 50%;
    float: left;
  }
  .blog article .entry-content.has-thumb,
  .archive article .entry-content.has-thumb,
  .search article .entry-content.has-thumb {
    width: 50%;
    float: left;
    padding: 0px 1rem;
  }
}
/*--------------------------------------------------------------
## single
--------------------------------------------------------------*/
.posts-navigation,
.post-navigation {
  margin: 1em 0px;
  display: block;
  position: relative;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  text-align: center;
  display: table;
  width: 100%;
}
.posts-navigation .nav-links > div,
.post-navigation .nav-links > div {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: .5rem;
}
.posts-navigation .nav-links > div a,
.post-navigation .nav-links > div a {
  display: block;
  text-decoration: none;
}

.post-navigation {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
## comments
--------------------------------------------------------------*/
#comments {
  padding-top: 1em;
  margin-top: 1em;
  border-top: solid 1px black;
}

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

.bypostauthor {
  display: block;
}

.comments-title {
  color: black;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: black;
}

.comment-form-url {
  display: none;
}

.comment-list,
.ping-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 90%;
}
.comment-list article,
.ping-list article {
  margin: 0;
  padding: 0;
  border: none;
}
.comment-list li,
.ping-list li {
  margin: 15px 0 5px 0;
  padding: 10px 0px;
  list-style: none;
  border-bottom: 0px solid #d2d2d2;
  position: relative;
}
.comment-list li .reply a,
.ping-list li .reply a {
  right: .3em;
  position: absolute;
  margin-top: -32px;
  background: #eee;
  padding: .3em;
  text-decoration: none;
  font-size: 14.9667px;
}
.comment-list li ul ul,
.ping-list li ul ul {
  padding-left: 0;
}
.comment-list .even .comment-body,
.ping-list .even .comment-body {
  background: #faf9f9;
  padding: .3em;
}

.comment-author .avatar {
  background: #FFF;
  float: left;
  margin: 0 10px 0 0px;
  width: 60px;
  height: auto;
}
.comment-author .fn {
  font-size: 120%;
}
.comment-author .fn a {
  text-decoration: none;
}

.comment-metadata a {
  text-decoration: none;
}
.comment-metadata a time {
  font-size: 90%;
  font-style: italic;
}

.comment-content {
  padding: .5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .5em;
}
.comment-content p {
  margin-bottom: .5em;
}

.logged-in-as a {
  text-decoration: none;
  background: #eee;
  padding: .2em .5em;
}

.comment-form-comment label {
  width: 100%;
  display: block;
}
.comment-form-comment textarea {
  border: rgba(0, 0, 0, 0.8) 1px solid;
}
