/*---------------------------------------------------------------------------------
Theme Name: southshoreroofingandsidingMobile
Theme URI: web.com
Version: 1.0
Description: Web.com Mobile Theme Base - Based on the Hemingway Theme
Tags: full-width-template, custom-menu
Author: Anders Norén
Author URI: http://www.andersnoren.se
Theme URI: http://www.andersnoren.se/teman/hemingway-wordpress-theme/
License: GNU General Public License version 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
----------------------------------------------------------------------------------- */

/* color scheme */

::-webkit-input-placeholder {
  color: #560304;
}

:-ms-input-placeholder {
  color: #560304;
}

/* HEADER */
.webComMobile .webcom-header {
  background: #ffffff;
  color: #560304;
}
.webComMobile .header-site-name a {
  color: #560304;
}
.webComMobile .header-site-name a:hover {
  color: #dddddd;
}

/* DESKTOP & MOBILE NAVIGATION */
.webComMobile .mobile-menu a,
.webComMobile .blog-menu a,
.blog-search,
.mobile-menu .current_menu_item a,
.webComMobile .toggle-container,
.webComMobile .search-toggle .glass,
.webComMobile .navigation,
.webComMobile .blog-menu ul li,
.blog-menu > .has-children::after,
.blog-menu > .page_item_has_children::after {
  /* Top Nav BG Color */
  background: #2cc8bb;
  color: #ffffff;
}
.webComMobile .navigation .bar,
.webComMobile .search-toggle .metal,
.webComMobile .search-toggle .handle {
  /* Mobile Menu Icon & Search Icon */
  background-color: #ffffff;
}
.webComMobile .blog-menu > .has-children:hover::after,
.webComMobile .blog-menu > .page_item_has_children:hover::after,
.webComMobile .mobile-menu li:hover > a,
.webComMobile .mobile-menu .current_menu_item a,
.webComMobile .blog-menu li:hover > a,
.webComMobile .blog-menu .current_menu_item a,
.webComMobile .blog-menu ul li {
  /* Mobile Menu Hover */
  color: #444444;
  background: #dcdcdc;
}
.webComMobile .search-toggle.active .metal,
.webComMobile .search-toggle.active .handle,
.webComMobile .nav-toggle.active .bar {
  /* Mobile Menu Icon & Search Icon - Active */
  background: #cccccc;
}
.webComMobile .blog-search #searchsubmit,
.post-content .searchform #searchsubmit {
  /* Search Button */
  background-color: #2cc8bb;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.webComMobile .blog-search #searchsubmit:active,
.post-content .searchform #searchsubmit:active,
.webComMobile .blog-search #searchsubmit:hover,
.post-content .searchform #searchsubmit:hover {
  /* Search Button Press and Hover */
  background-color: #59abf7;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* FOOTER */
.webComMobile .credits {
  /* Footer Background Color */
  border-top: 2px solid #2cc8bb;
  color: #fff;
  background: #2cc8bb;
}

.webComMobile .credits a {
  color: #fff;
}

.webComMobile .credits a:hover {
  color: #fff;
}

.webComMobile .widget {
  background: #59abf7;
}

/* CONTENT STYLES */

.webComMobile h1 {
  color: #2cc8bb;
  font-size: 32px;
}

.webComMobile h2 {
  color: #fff;
  font-size: 28px;
}

.webComMobile h3 {
  color: #560304;
  font-size: 24px;
}

.webComMobile h4 {
  color: #560304;
  font-size: 20px;
}

.webComMobile h5 {
  color: #560304;
  font-size: 18px;
}

.webComMobile .content a {
  color: #000;
}

.webComMobile .content a:hover {
  color: #2cc8bb;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100% !important;
  }

  iframe {
    display: block;
    width: 100% !important;
  }
}

.ninja-forms-field {
  margin-left: 0 !important;
}

.webComMobile .widget.so-panel {
  background: transparent;
  color: initial;
}

/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */

::selection {
  background: #000000;
  color: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  background: #ffffff;
  color: #444444;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

/* Transitions --------------------------------------- */

body a,
.post-tags a::after {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-toggle,
.nav-toggle .bar,
.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
input#s,
#searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
.dribbble-shot img,
.flickr_badge_image a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tothetop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px;
  border: 1px solid #333;
}

.webComMobile .tothetop:hover {
  color: #fff;
}

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */

.section {
  padding: 0;
  position: relative;
}

.section.small-padding {
  padding: 2.5% 0;
}

.bg-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #262626;
}

.section-inner {
  width: 1040px;
  max-width: 86%;
  margin: 0 auto;
  height: 100%;
}

.content {
  margin: 32px 0;
}

.content.center {
  margin-left: auto;
  margin-right: auto;
}

.sidebar {
  width: 100%;
  text-align: center;
  margin: 32px 0;
}

/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */

.webcom-header {
  margin: 0px auto;
  padding: 0px;
  position: relative;
  text-align: center;
  padding: 16px 0;

  font-size: 2rem;
  text-transform: uppercase;
}

.blog-title {
  width: 100%;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.blog-title a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 1.75em;
}

/* Nav-toggle --------------------------------------- */

/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */

.mobile-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-menu {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
}

.blog-menu li {
  position: relative;
  list-style: none;
}

.blog-menu > li {
  display: inline-block;
}

.blog-menu > li:last-child:before {
  content: none;
}

.blog-menu a {
  display: block;
  padding: 27px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

.blog-menu > .has-children a,
.blog-menu > .page_item_has_children a {
  padding-right: 35px;
}

.blog-menu > .has-children::after,
.blog-menu > .page_item_has_children::after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  color: #ffffff;
  z-index: 9999;
  font-size: 15px;
  transform: translateY(-50%);
  background: none;
}

.blog-menu > .has-children:hover::after,
.blog-menu > .page_item_has_children:hover::after {
  border-top-color: #fff;
  background: none !important;
}

.blog-menu li:hover a {
  cursor: pointer;
}

/* Sub menus --------------------------------------- */

.blog-menu ul {
  position: absolute;
  left: -9993px;
  display: none;
  z-index: 999;
}

.blog-menu ul li {
  float: none;
  display: block;
}

.blog-menu ul > .has-children::after,
.blog-menu ul > .page_item_has_children::after {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 1001;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.blog-menu ul > .has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after {
  border-right-color: #fff;
}

.blog-menu ul li {
  width: 240px;
  background: #1d1d1d;
}

.blog-menu ul a {
  padding: 20px 0px;
  line-height: 130%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-menu ul > li:last-child a {
  border-bottom-width: 0;
}

.blog-menu li:hover > ul {
  opacity: 1;
  left: 0;
  display: block;
  padding: 0;
  margin: 0;
}

/* Deep down --------------------------------------- */

.blog-menu ul li:hover > ul {
  top: 0;
  left: 240px;
  margin-left: 0;
}

/* -------------------------------------------------------------------------------- */
/*	5. Main content
/* -------------------------------------------------------------------------------- */

.post,
.page {
  padding-bottom: 10%;
  border-bottom: 4px solid #eee;
  margin-bottom: 10%;
}

.single-post .post,
.single-page .post,
.post:last-child,
.page:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

/* Featured media --------------------------------------- */

.featured-media {
  position: relative;
  display: block;
  margin-bottom: 6%;
}

.featured-media a,
.featured-media img {
  display: block;
}

.featured-media img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.featured-media iframe {
  display: block;
  border: none;
  max-width: 100%;
  height: auto;
}

.featured-media .sticky-post {
  position: absolute;
  top: 5%;
  right: 0;
  padding: 8px 10px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  background: #1abc9c;
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
}

.media-caption-container {
  position: absolute;
  width: 95%;
  margin-left: 2.5%;
  bottom: 1.5em;
  text-align: center;
  font-size: 0.85em;
}

.media-caption {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #262626;
  background: rgba(38, 38, 38, 0.75);
  color: #fff;
  text-align: center;
  line-height: 130%;
}

.media-caption:hover {
  background: #262626;
  color: #fff;
}

/* Post header --------------------------------------- */

.post-header {
  margin-bottom: 6%;
}

.post-title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.post-title,
.post-title a {
  color: #2d2d2d;
}

.post-meta {
  font-size: 0.8em;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-meta a {
  color: #999;
}

.post-meta a:hover {
  color: #1abc9c;
}

.post-meta .date-sep {
  margin: 0 5px;
}

a.more-link {
  display: inline-block;
  background: #262626;
  padding: 10px 18px;
  color: #fff;
  font-size: 0.85em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

a.more-link:hover {
  background: #1abc9c;
  color: #fff;
  text-decoration: none !important;
}

/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */

.post-meta-bottom {
  margin-top: 10%;
  position: relative;
}

.post-categories {
  position: relative;
  font-size: 0.85em;
  font-weight: 400;
  color: #999;
  line-height: 120%;
  padding-left: 36px;
}

.category-icon,
.category-icon:after,
.front-flap,
.front-flap:after {
  display: block;
  position: absolute;
}

.category-icon {
  left: 0;
  top: 2px;
  width: 24px;
  height: 16px;
  background: #727272;
  border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px 2px;
  -webkit-border-radius: 0 2px 2px 2px;
}

.category-icon:after {
  content: "";
  width: 12px;
  height: 3px;
  top: -3px;
  left: 0px;
  background: #727272;
  border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  -webkit-border-radius: 1px 1px 0 0;
}

.front-flap {
  height: 13px;
  width: 22px;
  bottom: -1px;
  right: -2px;
  background: #727272;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #fff;
  transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -webkit-transform: skew(-25deg, 0deg);
}

.post-categories a:hover {
  text-decoration: underline;
}

.post-tags {
  margin-top: 20px;
  margin-left: 12px;
}

.post-tags a {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 6px;
  margin-bottom: 5px;
  margin-right: 20px;
  background: #767676;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}

.post-tags a::after {
  border-top: 12px solid transparent;
  border-right: 12px solid #767676;
  border-bottom: 12px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
}

.post-tags a:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  z-index: 10;
}

.post-tags a:hover {
  background: #1abc9c;
  color: #fff;
}

.post-tags a:hover:after {
  border-right-color: #1abc9c;
}

.post-nav {
  font-size: 0.95em;
  margin-top: 20px;
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
}

.post-nav a {
  display: block;
  position: relative;
  float: left;
  padding: 25px 0;
  max-width: 49%;
  color: #666;
}

.post-nav h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7em;
  color: #999;
  margin-bottom: 7px;
  font-weight: 700;
}

.post-nav-newer h5 {
  text-align: right;
}

.post-nav-newer,
a.post-nav-newer {
  float: right;
  text-align: right;
}

.post-nav a:hover {
  color: #1abc9c;
}

/* -------------------------------------------------------------------------------- */
/*	7. Post content
/* -------------------------------------------------------------------------------- */

.post-content {
  font-size: 1.075em;
}

.post-content a:hover {
  text-decoration: underline;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
  line-height: 170%;
  margin-bottom: 1.1em;
}

.post-content > *:first-child {
  margin-top: 0;
}

.post-content *:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 50px 0 20px;
  line-height: 120%;
}

h1 {
  font-size: 2em;
  font-weight: 700;
}

h2 {
  font-size: 1.75em;
  font-weight: 700;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 30px;
}

.post-content blockquote {
  padding: 1.1em;
  line-height: 150%;
  color: #666;
  background: #eee;
  font-family: "Lato", sans-serif;
}

.post-content cite {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 140%;
  color: #666;
}

.post-content cite:before {
  content: "— ";
}

.post-content blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: 0.8em;
}

.post-content blockquote cite em {
  font-style: italic;
  font-weight: bold;
}

em,
q {
  font-style: italic;
}

.post-content strong em,
.post-content em strong {
  font-weight: bold;
  font-style: italic;
}

.post-content big {
  font-size: 1.25em;
}

abbr,
acronym {
  cursor: help;
}

code,
kbd,
pre {
  font-size: 0.85em;
  background: #eee;
  font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
  background: #fcf8a5;
  width: auto;
  display: inline;
  padding: 2px 3px;
}

.post-content kbd,
.post-content code {
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.post-content dl {
  line-height: 160%;
}

.post-content dl dt {
  font-weight: bold;
}

.post-content hr {
  width: 50%;
  height: 4px;
  background: #eee;
  margin: 2em auto;
  border: 0;
}

.post-content ul {
  list-style: disc;
  margin-left: 0em;
}

.post-content ul ul {
  list-style: circle;
}

.post-content ul ul ul {
  list-style: square;
}

.post-content ol {
  list-style: decimal;
  margin-left: 1.5em;
}

.post-content ol ol {
  list-style: lower-alpha;
}

.post-content ol ol ol {
  list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
  margin-bottom: 0;
}

.post-content li {
  margin-bottom: 0.5em;
  line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
  margin-bottom: 0;
}

.post-content address {
  padding: 3% 3.5%;
  background: #f1f1f1;
}

.post-content pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  line-height: 140%;
  padding: 2% 2.5%;
  background: #f1f1f1;
}

/* Post media --------------------------------------- */

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
  padding: 5px;
}

.post-content .alignleft,
.post-content .alignright {
  margin-bottom: 1.2em;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
  margin-bottom: 0;
}

.post-content .alignleft {
  float: left;
  margin-right: 1em;
}

.post-content .alignright {
  float: right;
  margin-left: 1em;
}

.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
  font-size: 0.85em;
  padding-top: 0.5em;
  color: #888;
  text-align: center;
}

.post-content .gallery-caption {
  font-size: 16px;
  line-height: 24px;
}

/* Tables --------------------------------------- */

.tableCollapse td {
  display: block;
  width: 100%;
}

.post-content table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 1.1em;
}

.post-content th,
.post-content td {
  padding: 2%;
  margin: 0;
  overflow: visible;
  line-height: 120%;
}

.post-content caption {
  color: #444;
  text-align: center;
  padding: 2%;
}

.post-content thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.post-content th {
  font-weight: bold;
  color: #444;
}

/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */

.comments,
.comment-respond {
  border-top: 4px solid #eee;
  padding-top: 10%;
  margin-top: 10%;
}

.post-meta-bottom + .comments,
.post-meta-bottom + .comment-respond {
  border-top: none;
  padding-top: 0;
}

.comments-title,
#reply-title,
.pingbacks-title {
  font-size: 1.75em;
  font-weight: 400;
  color: #2d2d2d;
}

.comments-title {
  margin-bottom: 10%;
}

li.comment,
li > div.comment {
  margin-bottom: 25px;
  position: relative;
}

li > div.comment {
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.commentlist > li:first-child > div.comment:first-child {
  border-top: 1px solid #eee;
  padding-top: 25px;
}

.children > li > div.comment {
  padding-left: 10%;
}

.children .children > li > div.comment {
  padding-left: 20%;
}

.children .children .children > li > div.comment {
  padding-left: 30%;
}

.children .children .children .children > li > div.comment {
  padding-left: 40%;
}

.children .children .children .children .children > li > div.comment {
  padding-left: 50%;
}

.comment .children li:last-child {
  margin-bottom: 0;
}

.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
  margin-bottom: 0;
}

/* Pingback list --------------------------------------- */

.comments .pingbacks {
  margin-top: 5.5%;
}

.pingbacks-inner {
  margin: 0 auto;
}

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

.pingbacklist li {
  padding: 0.5em;
  line-height: 130%;
}

.pingbacklist a:hover {
  text-decoration: underline;
}

.pingbacklist li:nth-child(odd) {
  background: #f9f9f9;
}

.pingbacklist .comment-edit-link {
  color: #999;
}

.pingbacklist .comment-edit-link:hover {
  color: #444;
  text-decoration: none;
}

/* Comment meta --------------------------------------- */

.comment-meta {
  margin-bottom: 1em;
}

.comment-meta .avatar {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  float: left;
}

.comment-actions {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.comment-actions a {
  margin-left: 8px;
}

.comment-actions a:first-child {
  margin-left: 0;
}

.comment-meta-content {
  margin-left: 70px;
  padding-top: 7px;
}

.comment-meta-content cite {
  font-size: 1.075em;
  color: #444;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
}

.bypostauthor .comment-meta-content cite .post-author {
  font-weight: 400;
  color: #999;
  margin-left: 3px;
  letter-spacing: 0;
}

.comment-meta-content cite a {
  color: #444;
}

.comment-meta-content cite a:hover {
  color: #1abc9c;
}

.comment-meta-content p {
  font-size: 0.8em;
  text-transform: uppercase;
}

.comment-meta-content p a {
  color: #bbb;
}

.comment-meta-content p a:hover {
  color: #1abc9c;
}

.comment-awaiting-moderation {
  position: absolute;
  right: 0;
  top: 4px;
  font-weight: bold;
  display: block;
  padding: 10px;
  background: #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-awaiting-moderation:hover {
  background: #2d2d2d;
}

/* Comment nav below --------------------------------------- */

.comment-nav-below {
  margin-top: 10%;
  margin-bottom: -5%;
  border-top: 4px solid #eee;
  padding-top: 5%;
  background: none;
}

.comment-nav-below a {
  color: #666;
}

/* Comment content --------------------------------------- */

.comment-content {
  margin-left: 70px;
  font-size: 1em;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none;
}

/* Respond --------------------------------------- */

.comment + .comment-respond {
  padding-bottom: 10%;
  border-bottom: 4px solid #eee;
  margin-bottom: 10%;
}

.comment-respond {
  border-top: 0;
  padding-top: 0;
}

#reply-title {
  margin-bottom: 20px;
}

#respond a:hover {
  text-decoration: underline;
}

#respond .content-section-right {
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-top: 1px solid #eee;
  z-index: 12;
}

.nocomments {
  margin-top: 10%;
  color: #666;
  text-align: center;
}

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

#respond p,
#respond code {
  line-height: 150%;
}

#respond code {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.comment-notes,
.logged-in-as {
  margin-bottom: 2em;
  color: #666;
}

#respond form label {
  display: none;
}

.required {
  color: #c00;
}

.comment-form-author .required,
.comment-form-email .required,
.comment-form-url .required,
.comment-form-comment .required {
  display: none;
}

.content form input[type="text"],
.content form input[type="email"],
.content form input.password,
.content form select,
.content form textarea {
  background: #efefef;
  color: #444;
  font-family: "Lato", sans-serif;
  font-size: inherit;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1%;
  margin: 2px 0 0;
  width: 100%;
  border: 1px solid #bababa;
}

.content form textarea {
  line-height: 160%;
  height: 250px;
}

.content form input[type="text"]:focus,
.content form input[type="email"]:focus,
.content form input.password:focus,
.content form select:focus,
.content form textarea:focus {
  outline: none;
  background-color: #eee;
  color: #444;
}

.content #respond form input {
  width: 75%;
  margin-bottom: 1em;
}

.content input[type="file"] {
  padding: 10px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.content .button,
.content .ninja-forms-cont input[type="submit"],
.content #respond input[type="submit"] {
  width: auto;
  max-width: none;
  padding: 16px 18px;
  margin-bottom: 0;
  border: none;
  background: #1d1d1d;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.925rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.content .button:hover,
.content .ninja-forms-cont input[type="submit"]:hover,
.content #respond input[type="submit"]:hover {
  cursor: pointer;
  background: #1abc9c;
  color: #fff;
}

.content .button:active,
.content .ninja-forms-cont input[type="submit"]:active,
.content #respond input[type="submit"]:active {
  top: 1px;
  position: relative;
}

#respond p.form-allowed-tags {
  margin-top: 1.5em;
  line-height: 160%;
}

.form-submit {
  margin-top: 1.5em;
}

/* -------------------------------------------------------------------------------- */
/*	9. Pagination
/* -------------------------------------------------------------------------------- */

.page-title {
  margin-bottom: 7.5%;
  text-align: center;
}

.page-title h4 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 700;
  color: #999;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
}

/* Archive nav --------------------------------------- */

.archive-nav {
  margin-top: 15%;
}

.archive-nav a {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.archive-nav a:hover {
  color: #1abc9c;
}

.archive-nav .post-nav-older {
  float: left;
}

.archive-nav .post-nav-newer {
  float: right;
}

/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */

/* Search --------------------------------------- */

.post-content .searchform {
  position: relative;
}

.post-content .searchform input {
  height: 60px;
}

.post-content .searchform input#s {
  width: 99%;
  padding: 18px 95px 18px 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.post-content .searchform #s:focus {
  outline: none;
  background: #eee;
  color: #444;
}

.post-content .searchform #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  line-height: 1;
  border: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}

.post-content .searchform #searchsubmit:hover {
  cursor: pointer;
}

/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */

.widget {
  padding: 20px;
  width: 100%;
  display: block;
  text-align: left;
  color: #ffffff;
  margin: 16px auto 32px;
}

.widget:last-child {
}

.widget-title {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  color: #ffffff !important;
}

/* widget-content */

.widget-content {
  font-size: 1rem;
  line-height: 140%;
}

.widget-content *:last-child {
  margin-bottom: 0;
}

.widget-content a:hover {
  text-decoration: underline;
}

.widget-content p {
  line-height: 150%;
  margin-bottom: 1em;
}

.widget-content ul li {
  padding: 10px 0;
  border-top: 1px solid #eee;
  line-height: 130%;
}

.widget-content li ul > li:first-child {
  margin-top: 10px;
}

.widget-content .page_item_has_children {
  padding-bottom: 0;
}

.widget-content li ul li {
  padding-left: 15px;
}

.widget-content ul li .post-date {
  margin-left: 5px;
  color: #999;
}

.widget-content > ul > li:first-child {
  border-top: 0;
}

/* Widget search --------------------------------------- */

.widget_search form {
  position: relative;
}

.widget_search input {
  height: 52px;
}

.widget_search input#s {
  width: 99%;
  padding: 18px 95px 18px 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.widget_search #s:focus {
  outline: none;
  background: #eee;
  color: #444;
}

.widget_search #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  line-height: 1;
  border: none;
  background: #1abc9c;
  border: 1px solid #1abc9c;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}

.widget_search #searchsubmit:hover {
  cursor: pointer;
  background-color: #089d80;
  border-color: #089d80;
}

/* -------------------------------------------------------------------------------- */
/*	12. Footer
/* -------------------------------------------------------------------------------- */

.rcom_webcom-footer {
  display: inline-block;
  background: url(images/webcom.png);
  background-repeat: no-repeat;
  width: 62px;
  height: 16px;
}

.rcom_webcom-footer span {
  display: none;
}

.footer {
  font-size: 0.9em;
  margin-top: 7.5%;
}

.column {
  width: 30%;
  margin-left: 5%;
}

.column:first-child {
  margin-left: 0;
}

/* Footer widgets --------------------------------------- */

.footer .widget {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.footer .widget-title {
  color: #eee;
  letter-spacing: 1px;
  font-weight: 600;
}

.footer .widget-content {
  color: #666;
}

.footer .widget-content ul li {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.footer .widget-content > ul > li:first-child {
  border-top: none;
}

/* Widget search --------------------------------------- */

.footer .widget_search #s:focus {
  outline: none;
  background: #fff;
  border-color: #ddd;
  color: #444;
}

/* -------------------------------------------------------------------------------- */
/*	13. Credits
/* -------------------------------------------------------------------------------- */

.credits {
  font-size: 0.8rem;
  padding: 32px 0;
  text-transform: none;
  letter-spacing: 1px;
  text-align: center;
}

.credits-inner p {
  text-align: center;
  width: 100%;
  margin: 16px 0;
  padding: 6px 0;
  line-height: 1.4;
}

.tothetop:hover {
  cursor: pointer;
}

img#wpstats {
  display: none;
}

/* -------------------------------------------------------------------------------- */
/*	14. Responsive
/* -------------------------------------------------------------------------------- */

@media (max-width: 1040px) {
  body {
    font-size: 16px;
  }

  /* Structure --------------------------------------- */

  .wrapper {
  }
}

@media (max-width: 800px) {
  body {
    font-size: 18px;
  }

  /* Structure --------------------------------------- */

  .content,
  .sidebar {
    width: 100%;
    float: none;
  }

  .footer {
    margin-top: 60px;
  }

  /* Navigation --------------------------------------- */

  .navigation-inner {
    max-width: 100%;
  }

  .blog-menu {
    display: none;
  }

  .toggle-container {
    display: block;
  }

  .toggle {
    display: inline-block;
    position: relative;
    height: 57px;
    width: 32px;
    padding: 20px 0px;
  }

  .toggle:hover {
    cursor: pointer;
  }

  .nav-toggle {
    float: left;
    margin-left: 7%;
  }

  .search-toggle {
    float: right;
    margin-right: 7%;
  }

  .nav-toggle:hover {
    cursor: pointer;
  }

  .nav-toggle .bar {
    display: block;
    width: 24px;
    height: 3px;
    margin-top: 4px;
    background: #fff;
  }

  .nav-toggle .bar:first-child {
    margin-top: 0;
  }

  .search-toggle .metal,
  .search-toggle .glass,
  .search-toggle .handle {
    position: absolute;
  }

  .search-toggle .metal {
    width: 24px;
    height: 24px;
    top: 14px;
    left: 6px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background: #fff;
  }

  .search-toggle .glass {
    width: 14px;
    height: 14px;
    top: 19px;
    left: 11px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
  }

  .search-toggle .handle {
    height: 5px;
    width: 14px;
    top: 36px;
    left: 0px;
    background: #fff;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-transform: rotate(-45deg);
  }

  .blog-search,
  .navigation {
  }

  .mobile-menu a {
    display: block;
    padding: 24px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
  }

  .mobile-menu ul a {
    width: 100%;
  }

  .mobile-menu ul a {
    padding-left: 50px;

    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-menu ul ul a {
    padding-left: 60px;
  }

  .mobile-menu ul ul ul a {
    padding-left: 80px;
  }

  .mobile-menu ul ul ul ul a {
    padding-left: 100px;
  }

  .mobile-menu ul ul ul ul ul a {
    padding-left: 120px;
  }

  .blog-search {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8%;
  }

  .blog-search .searchform {
    position: relative;
    overflow: hidden;
  }

  .blog-search #s {
    width: 97.5%;
    padding: 18px 100px 18px 20px;
    background: #fff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #444;
    border: none;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    margin: 0;
  }

  .blog-search #s:focus {
    outline: none;
  }

  .blog-search #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    padding: 20px 0;
    line-height: 1;
    border: none;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-family: "Lato", sans-serif;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
  }

  .blog-search #searchsubmit:hover {
    cursor: pointer;
  }

  /* Pagination --------------------------------------- */

  .archive-nav {
    margin-top: 60px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  /* Header --------------------------------------- */

  .header.section {
    padding: 0;
  }

  /* Main content --------------------------------------- */

  .post {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .post:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .featured-media {
    margin-bottom: 25px;
  }

  .post-header {
    margin-bottom: 25px;
  }

  .post-title {
    margin-bottom: 12px;
  }

  .post-meta-bottom {
    margin-top: 40px;
  }

  /* Post content --------------------------------------- */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .post-content .alignleft,
  .post-content .alignright {
    float: none;
    width: auto;
    margin: 0 auto 1.2em auto;
  }

  .post-content .alignleft img,
  .post-content .alignright img {
    display: block;
    margin: 0 auto;
  }

  /* Comments --------------------------------------- */

  .comments {
    padding-top: 40px;
    margin-top: 40px;
  }

  .comment-respond {
    margin-top: 40px;
  }

  .post + .comment-respond {
    padding-top: 40px;
  }

  .comments-title,
  #reply-title {
    font-size: 1.5em;
  }

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

  .comment-meta-content {
    padding-top: 9px;
  }

  .comment-actions {
    margin-top: 10px;
  }

  .comment-meta .comment-actions {
    display: none;
  }

  .comment-content .comment-actions {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 1em;
  }

  .comment-content h1,
  .comment-content h2,
  .comment-content h3,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  /* Respond --------------------------------------- */

  .content form input[type="text"],
  .content form input[type="email"],
  .content form input.password,
  .content form textarea,
  .content form textarea {
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .content #respond form input {
    width: 100%;
  }

  /* Footer --------------------------------------- */

  .footer {
    margin-top: 60px;
  }

  .footer .column {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
    border-top: 4px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
  }

  .footer .column:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }

  .widget {
    margin-bottom: 40px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    width: 100%;
    display: block;
  }

  /* Credits --------------------------------------- */

  .credits.section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 500px) {
  body {
    font-size: 15px;
  }

  /* Header --------------------------------------- */

  .header.section {
    padding: 0;
  }

  /* Post --------------------------------------- */

  .post-title {
    font-size: 1.75em;
  }

  .post-author {
    display: none;
  }

  .post-header .date-sep:nth-of-type(2) {
    display: none;
  }

  .media-caption-container {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin: -3px 0 0 0;
  }

  .media-caption {
    padding: 10px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    background: #eee;
    color: #666;
    width: 100%;
  }

  .media-caption:hover {
    background: #eee;
    color: #666;
  }

  /* Single post --------------------------------------- */

  .post-cat-tags p {
    display: block;
  }

  .post-cat-tags p:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

  .single .post-nav {
    padding: 0;
    font-size: 1em;
  }

  .single .post-nav a,
  .single .post-nav .post-nav-newer {
    max-width: 100%;
    float: none;
    text-align: left;
    padding: 20px 0;
  }

  .single .post-nav .post-nav-newer {
    border-top: 1px solid #eee;
  }

  .single .post-nav .post-nav-newer h5 {
    text-align: left;
  }

  /* Comments --------------------------------------- */

  .comment-meta-content {
    margin-left: 65px;
  }

  .comment-content {
    margin-left: 0;
  }

  /* Pagination --------------------------------------- */

  .archive-nav {
    margin-top: 40px;
  }

  .archive-nav a {
    font-size: 0.8rem;
  }

  .post-nav span,
  .archive-nav span,
  .comment-nav-below span {
    display: none;
  }

  /* Footer --------------------------------------- */

  .footer {
    margin-top: 40px;
  }
}

/* ========== MICRO CLEARFIX ========== */

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

/* ========== BASIC ENHANCEMENTS ========== */

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 16px 0;
  padding: 0;
}

/* ========== GENERIC CLASSES ========== */

.img-border {
  margin: 10px;
  border: 2px solid #fff;
}

.img-shadow {
  margin: 10px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 6px 2px #333;
  -moz-box-shadow: 0 0 6px 2px #333;
  box-shadow: 0 0 6px 2px #333;
}

.img-fleft {
  float: left;
  margin: 0 15px 10px 0;
}

.img-fright {
  float: right;
  margin: 0 0 10px 15px;
}

.img-center {
  display: block;
  margin: 0 auto;
}

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

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

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

.txt-upper {
  text-transform: uppercase;
}

.fleft,
.left {
  float: left;
  margin: 0;
}

.fright,
.right {
  float: right;
  margin: 0;
}

.ninja-forms-required-items {
  padding: 16px 0;
  font-style: italic;
  font-size: 75%;
}

.content .ninja-forms-cont input[type="submit"] {
  width: 100%;
}

body .field-wrap.label-left label {
  display: inline-block;
  margin-bottom: 5px;
}

/* CUSTOM FROM SHIELDS */
.webComMobile .panel-row-style {
  padding: 0 !important;
}
.webComMobile .siteorigin-panels-stretch .widget_sow-editor {
  background: rgba(255, 255, 255, 0.85);
  padding: 16px;
}
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h1:first-of-type,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h2:first-of-type,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h3:first-of-type,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h4:first-of-type,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h5:first-of-type,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h6:first-of-type {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  color: #59abf7;
}

.webComMobile .siteorigin-panels-stretch .widget_sow-editor h2:first-of-type {
  font-size: 1.5rem;
  font-weight: 300;
}

.webComMobile .siteorigin-panels-stretch .widget_sow-editor p {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

.webComMobile .siteorigin-panels-stretch .widget_sow-editor h1,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h2,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h3,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h4,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h5,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor h6,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor a,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor a:link,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor a:visited {
  color: #222;
}

.webComMobile .siteorigin-panels-stretch .widget_sow-editor a,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor a:link,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor a:visited {
  font-weight: bold;
}

.webComMobile .siteorigin-panels-stretch .widget_sow-editor a:focus,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor a:hover,
.webComMobile .siteorigin-panels-stretch .widget_sow-editor a:active {
  text-decoration: underline;
}

.webComMobile .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  display: block;
  margin: 16px 0;
  padding: 8px;
  font-style: normal;
  border-left: 5px solid #59abf7;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.webComMobile .blockquote footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.webComMobile .blockquote-footer::before {
  content: "\2014\00A0";
}
