/*
Theme Name: Influence
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/influence/
Description: Influence is a free WordPress theme that gives you a canvas to share your videos, photography and content. It features a modern, responsive design and tight integration with our own Page Builder plugin to make sure your content is responsive too. The best feature of Influence is its huge home page slider - perfect if you're using Influence to build a business or portfolio website. This slider has support for video background images and, like the rest of Influence, is fully responsive. We offer free support on our support <a href="http://siteorigin.com/thread/">forums</a> (http://siteorigin.com/thread/).
Version: 1.4
Tested up to: 5.8
Requires at least: 4.7
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio
Text Domain: influence
*/
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}
/* =Iconic Font
----------------------------------------------- */
@font-face {
  font-family: 'influence-icons';
  src: url('css/fonts/influence-icons.eot?vphnbx');
  src: url('css/fonts/influence-icons.eot?#iefixvphnbx') format('embedded-opentype'), url('css/fonts/influence-icons.woff?vphnbx') format('woff'), url('css/fonts/influence-icons.ttf?vphnbx') format('truetype'), url('css/fonts/influence-icons.svg?vphnbx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="influence-icon-"],
[class*=" influence-icon-"] {
  font-family: 'influence-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.influence-icon-menu-icon:before {
  content: "\e600";
}
.influence-icon-ribbon:before {
  content: "\e009";
}
.influence-icon-layers:before {
  content: "\e031";
}
.influence-icon-search:before {
  content: "\e036";
}
.influence-icon-arrow-left:before {
  content: "\e094";
}
.influence-icon-arrow-right:before {
  content: "\e095";
}
.influence-icon-cross:before {
  content: "\e117";
}
/* =Global
----------------------------------------------- */
/* Consistent fonts across all elements */
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  word-wrap: break-word;
}
/* Links */
a {
  color: #2f5faa;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
  font-weight: 400;
  color: #545252;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font-family: "Courier New", Courier, mono;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em 0;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline;
  *vertical-align: middle;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  line-height: normal;
  /* Corrects inner spacing displayed oddly in IE6/7 */
  *overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #262626;
  border-radius: 3px;
  border: none;
  color: #f5f5f5;
  font-weight: 500;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  cursor: pointer;
  /* Corrects inability to style clickable 'input' types in iOS */
  -webkit-appearance: button;
  line-height: 1;
  padding: 1em 1.75em;
}
input[type="checkbox"],
input[type="radio"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  padding: 10px;
  color: #888888;
  border: none;
  outline: none;
  background: #F5F5F5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5F5F5), color-stop(1, #F7F7F7));
  background: -ms-linear-gradient(bottom, #F5F5F5, #F7F7F7);
  background: -moz-linear-gradient(center bottom, #F5F5F5 0%, #F7F7F7 100%);
  background: -o-linear-gradient(#F7F7F7, #F5F5F5);
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  border-radius: 1px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  color: #666666;
  background: #F4F4F4;
  border: 1px solid #D0D0D0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
input[type=text],
input[type=email],
input[type=password] {
  width: 100%;
  max-width: 300px;
}
textarea {
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  /* Improves readability and alignment in all browsers */
  vertical-align: top;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.page-links {
  clear: both;
}
.site-title a {
  color: inherit;
}
/* =General Layout
----------------------------------------------- */
/* Positioning, flow and layout of the theme */
body {
  background: #eceae6;
}
#page {
  position: relative;
}
#main,
.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main {
  margin-top: 40px;
  zoom: 1;
}
#main:before {
  content: '';
  display: block;
}
#main:after {
  content: '';
  display: table;
  clear: both;
}
/* =Handle having a sidebar
----------------------------------------------- */
body.has-main-sidebar #main,
body.siteorigin-panels-home.page-template-default.has-main-sidebar #main,
body.has-main-sidebar .container,
body.siteorigin-panels-home.page-template-default.has-main-sidebar .container {
  max-width: 1200px;
}
body.has-main-sidebar #primary,
body.siteorigin-panels-home.page-template-default.has-main-sidebar #primary {
  float: left;
  width: 70%;
}
body.has-main-sidebar #secondary,
body.siteorigin-panels-home.page-template-default.has-main-sidebar #secondary {
  float: right;
  width: 26.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  body.has-main-sidebar #primary,
  body.siteorigin-panels-home.page-template-default.has-main-sidebar #primary,
  body.has-main-sidebar #secondary,
  body.siteorigin-panels-home.page-template-default.has-main-sidebar #secondary {
    float: none;
    width: 100%;
  }
  body.has-main-sidebar #secondary,
  body.siteorigin-panels-home.page-template-default.has-main-sidebar #secondary {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  body.has-main-sidebar.display-main-menu #primary,
  body.siteorigin-panels-home.page-template-default.has-main-sidebar.display-main-menu #primary,
  body.has-main-sidebar.display-main-menu #secondary,
  body.siteorigin-panels-home.page-template-default.has-main-sidebar.display-main-menu #secondary {
    float: none;
    width: 100%;
  }
  body.has-main-sidebar.display-main-menu #secondary,
  body.siteorigin-panels-home.page-template-default.has-main-sidebar.display-main-menu #secondary {
    margin-top: 40px;
  }
}
/* =Masthead
----------------------------------------------- */
.site-header {
  position: fixed;
  right: 0;
  top: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.86);
  padding: 25px 0;
  width: 100%;
  z-index: 490;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site-header .site-title {
  zoom: 1;
  font-size: 24px;
  color: #444444;
  font-weight: 400;
  line-height: 1em;
}
.site-header .site-title:before {
  content: '';
  display: block;
}
.site-header .site-title:after {
  content: '';
  display: table;
  clear: both;
}
.site-header .site-title a {
  text-decoration: none;
  color: inherit;
  display: block;
  float: left;
}
.site-header .site-title img {
  max-width: 100%;
  height: auto;
  display: block;
}
.site-header .site-description {
  color: #333333;
}
.site-header.has-shadow {
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.site-header.site-header-sentinel {
  visibility: hidden;
  position: static;
}
body.admin-bar #masthead {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #masthead {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar #masthead {
    top: 0;
  }
  #masthead {
    position: absolute;
    top: 0;
  }
}
/* =Menu
----------------------------------------------- */
.main-navigation {
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: 15px;
  line-height: 1em;
  margin-top: -0.5em;
  z-index: 10;
}
.main-navigation a.main-menu-button {
  color: #333230;
  font-weight: 500;
  text-decoration: none;
}
.main-navigation a.main-menu-button *[class^="influence-icon"] {
  font-size: 17px;
  display: inline-block;
  margin-right: 0.55em;
  color: #333230;
  line-height: 15px;
  vertical-align: bottom;
  opacity: 0.85;
}
@media screen and (max-width: 480px) {
  .site-header .site-title a {
    text-align: center;
    float: none;
  }
  .site-header .site-title a img {
    display: inline-block;
  }
  .site-header .site-description {
    text-align: center;
  }
  .main-navigation {
    position: static;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
  }
  .main-navigation a.main-menu-button *[class^="influence-icon"] {
    display: inline-block;
    line-height: 20px;
    font-size: 22px;
  }
}
#main-menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  max-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 30px 30px 30px;
  background: #22211f;
  z-index: 100000;
  height: 100%;
  overflow: auto;
}
#main-menu .menu ul {
  list-style: none;
  margin: 0;
}
#main-menu .menu ul ul {
  margin-left: 1em;
}
#main-menu .menu ul li {
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 500;
}
#main-menu .menu ul li a {
  color: #bab9b5;
  text-decoration: none;
}
#main-menu .widgets {
  margin-top: 40px;
}
#main-menu .widgets aside.widget {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #bab9b5;
}
#main-menu .widgets aside.widget .widget-title {
  font-size: 1.25em;
  margin-bottom: 20px;
  color: #ebe9e5;
}
#main-menu .widgets aside.widget:last-child {
  margin-bottom: 0;
}
#main-menu .widgets aside.widget a {
  color: #c8c6c3;
  text-decoration: none;
}
#main-menu .widgets aside.widget a:hover {
  text-decoration: underline;
}
#main-menu .main-menu-close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
  width: 1em;
  height: 1em;
  font-size: 28px;
  line-height: 1em;
  overflow: hidden;
  text-decoration: none;
  color: #bab9b5;
}
#main-menu .main-menu-close:before {
  content: "\e117";
}
#main-menu .main-menu-close:hover {
  color: #FFFFFF;
}
/* All the transitions we need for the animated menu */
#main-menu {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
#page,
#page > div,
#page > section,
#page > header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.display-main-menu #main-menu {
  right: 0px;
}
body.display-main-menu #page,
body.display-main-menu #masthead {
  padding-right: 280px;
}
/* We don't want to squash the content on mobile */
@media screen and (max-width: 782px) {
  body.display-main-menu #page,
  body.display-main-menu #masthead {
    padding-right: 0px;
  }
  body.display-main-menu #page > div,
  body.display-main-menu #page > section,
  body.display-main-menu #page > header {
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
  }
}
/* =Archives
----------------------------------------------- */
header.page-header h1 {
  color: #373435;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  header.page-header h1 {
    font-size: 20px;
  }
}
article.sticky {
  /* Style a sticky post */
}
/* =Entry Content
----------------------------------------------- */
/* Styles for actual content */
.entry-header {
  zoom: 1;
}
.entry-header:before {
  content: '';
  display: block;
}
.entry-header:after {
  content: '';
  display: table;
  clear: both;
}
.entry-content {
  zoom: 1;
  line-height: 1.6em;
  /* WordPress Images */
}
.entry-content:before {
  content: '';
  display: block;
}
.entry-content:after {
  content: '';
  display: table;
  clear: both;
}
.entry-content p,
.entry-content > ul,
.entry-content > li,
.entry-content > dl {
  margin: 25px 0;
  margin: 1em 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-left: 1.5em;
}
.entry-content blockquote cite {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.entry-content pre {
  background: white;
  font-family: "Courier New", Courier, mono;
  border: 1px solid #E0E0E0;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  overflow-x: auto;
}
.entry-content code {
  font-family: "Courier New", Courier, mono;
}
.entry-content sup,
.entry-content sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
.entry-content sup {
  bottom: 1ex;
}
.entry-content sub {
  top: 0.5ex;
}
.entry-content .gallery {
  margin: 25px 0 !important;
}
.entry-content .gallery .gallery-item {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.entry-content .gallery .gallery-icon {
  line-height: 0;
  margin-bottom: 0 !important;
}
.entry-content .gallery img {
  border: none !important;
}
.entry-content .gallery .gallery-caption {
  margin: 10px !important;
  padding-left: 0 !important;
}
.entry-content table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
.entry-content table th,
.entry-content table td {
  font-weight: normal;
  text-align: left;
}
.entry-content table th {
  font-weight: bold;
  text-transform: uppercase;
}
.entry-content table td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
  border: 1px solid #E0E0E0;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.entry-content .wp-caption img {
  display: block;
}
.entry-content .wp-caption .wp-caption-text {
  margin: 8px 0 0 0;
  font-size: 0.85em;
  line-height: 1.4em;
}
.entry-content .wp-caption:first-child {
  margin-top: 25px;
}
.entry-content .alignleft {
  /* This is also styled on a global level */
  margin: 0 1.5em 1.5em 0;
}
.entry-content .alignright {
  /* This is also styled on a global level */
  margin: 0 0 1.5em 1.5em;
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content ul {
  list-style-type: square;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol ol {
  list-style-type: upper-alpha;
}
.entry-content ol ol ol {
  list-style-type: lower-roman;
}
.entry-content ul li,
.entry-content ol li {
  margin-left: 1.5em;
}
.entry-content dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.entry-content dl dd {
  margin-bottom: 10px;
  padding-left: 20px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0;
}
.entry-content h1 {
  font-size: 1.8em;
}
.entry-content h2 {
  font-size: 1.65em;
}
.entry-content h3 {
  font-size: 1.5em;
}
.entry-content h4 {
  font-size: 1.35em;
}
.entry-content h5 {
  font-size: 1.2em;
}
.entry-content h6 {
  font-size: 0.9em;
}
.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-content .site-navigation {
  font-size: 0.9em;
  font-weight: 500;
}
.site-content .site-navigation .nav-previous {
  float: left;
  width: 50%;
}
.site-content .site-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.site-content .site-navigation .meta-nav {
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.075em;
  vertical-align: bottom;
}
.site-content .site-navigation .nav-previous .meta-nav {
  margin-right: 0.2em;
}
.site-content .site-navigation .nav-next .meta-nav {
  margin-left: 0.2em;
}
.site-content .site-navigation.post-navigation,
.site-content .site-navigation.paging-navigation {
  zoom: 1;
  margin-top: 40px;
  line-height: 1em;
  color: #666666;
}
.site-content .site-navigation.post-navigation:before,
.site-content .site-navigation.paging-navigation:before {
  content: '';
  display: block;
}
.site-content .site-navigation.post-navigation:after,
.site-content .site-navigation.paging-navigation:after {
  content: '';
  display: table;
  clear: both;
}
.site-content .site-navigation.post-navigation a,
.site-content .site-navigation.paging-navigation a {
  color: inherit;
  text-decoration: none;
}
.site-content .site-navigation.post-navigation a {
  font-weight: 500;
}
.site-content .site-navigation.paging-navigation {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.175);
  box-shadow: 0 1px 3px rgba(0,0,0,0.175);
  padding: 20px 5%;
  background: #FFFFFF;
}
/* =Comments
----------------------------------------------- */
#comments-title,
#reply-title {
  font-size: 1.4em;
  line-height: 1em;
}
#comments-title {
  margin-bottom: 40px;
}
#reply-title {
  margin-bottom: 20px;
}
#comments {
  margin-top: 40px;
}
#comments .commentlist {
  margin: 0 0 40px 0;
  list-style: none;
}
#comments .commentlist .children {
  list-style: none;
  margin-left: 75px;
}
#comments .commentlist article {
  margin-bottom: 40px;
}
#comments .commentlist article .avatar {
  float: left;
}
#comments .commentlist article .comment-author,
#comments .commentlist article .awaiting-moderation,
#comments .commentlist article .comment-meta,
#comments .commentlist article .comment-content {
  margin-left: 75px;
}
#comments .commentlist article .comment-author {
  color: #666;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 5px;
}
#comments .commentlist article .comment-author a {
  color: inherit;
  text-decoration: none;
}
#comments .commentlist article .comment-author cite {
  font-style: normal;
}
#comments .commentlist article .comment-meta {
  font-size: 0.875em;
  color: #999;
  line-height: 1em;
  margin-bottom: 10px;
}
#comments .commentlist article .comment-meta a {
  color: inherit;
  text-decoration: none;
}
#comments .commentlist article .comment-meta .support {
  display: inline-block;
  margin-left: 15px;
}
#comments .commentlist article .awaiting-moderation {
  display: block;
  margin-bottom: 10px;
}
#comments .commentlist article .entry-content {
  font-size: 0.95em;
}
#comments .commentlist > li {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 40px;
}
#comments .commentlist > li.pingback {
  margin-top: -28px;
}
#comments .commentlist > li.pingback > p {
  font-size: 0.9em;
  margin-bottom: 12px;
  color: #53524f;
}
#comments .commentlist > li.pingback > p a {
  text-decoration: none;
}
#comments .commentlist > li.pingback:first-child {
  margin-top: 0px;
}
#comments .commentlist .bypostauthor {
  /* Change the comment by the post author */
}
#comments .commentlist #commentform {
  margin-bottom: 40px;
}
#commentform label {
  margin-top: 9px;
  display: block;
  float: right;
  width: 30%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  color: #777777;
  text-align: left;
}
#commentform input[type="text"] {
  float: left;
  width: 70%;
  max-width: 100%;
}
#commentform textarea {
  width: 100%;
}
#commentform p {
  zoom: 1;
  margin-bottom: 20px;
}
#commentform p:before {
  content: '';
  display: block;
}
#commentform p:after {
  content: '';
  display: table;
  clear: both;
}
#commentform p.form-submit {
  margin-bottom: 0;
}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code,
#commentform .comment-notes {
  font-size: 0.8em;
  color: #999;
}
#commentform .logged-in-as {
  font-size: 0.8em;
  color: #999;
  margin-bottom: 10px;
  text-align: right;
}
#commentform .required {
  color: #A40802;
}
/* =The Footer
----------------------------------------------- */
#colophon {
  background: #2d2c2c;
  margin-top: 40px;
  padding: 40px 0;
}
#colophon .container {
  padding: 0 20px;
}
#colophon #site-info {
  margin-top: 40px;
  font-size: 0.95em;
  display: block;
  text-align: center;
  color: #bab9b5;
}
#colophon #site-info a {
  color: #ebe9e5;
  text-decoration: none;
}
#colophon #site-info a:hover {
  text-decoration: underline;
}
/* =Sidebars and Asides
----------------------------------------------- */
#secondary {
  background: #fbfbfb;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.175);
  box-shadow: 0 1px 3px rgba(0,0,0,0.175);
  padding: 25px;
}
#secondary .widget {
  margin-bottom: 40px;
  color: #716f6c;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget .widget-title {
  color: #373435;
  font-size: 1.25em;
  margin-bottom: 1em;
}
#footer-widgets {
  zoom: 1;
  margin: 0 -15px;
  max-width: 100%;
}
#footer-widgets:before {
  content: '';
  display: block;
}
#footer-widgets:after {
  content: '';
  display: table;
  clear: both;
}
#footer-widgets aside.widget {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding: 0 15px;
  margin-bottom: 0;
  color: #bab9b5;
}
#footer-widgets aside.widget .widget-title {
  font-size: 1.25em;
  margin-bottom: 20px;
  color: #ebe9e5;
}
#footer-widgets aside.widget a {
  color: #c8c6c3;
  text-decoration: none;
}
#footer-widgets aside.widget a:hover {
  text-decoration: underline;
}
#footer-widgets aside.widget ul,
#footer-widgets aside.widget ol {
  list-style: none;
  margin: 0;
}
#footer-widgets aside.widget ul ul,
#footer-widgets aside.widget ol ul,
#footer-widgets aside.widget ul ol,
#footer-widgets aside.widget ol ol {
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  #footer-widgets aside.widget {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #footer-widgets aside.widget:last-child {
    margin-bottom: 0;
  }
}
/* =Contact Form 7
----------------------------------------------- */
textarea.wpcf7-textarea {
  width: 100%;
}
/* =Accessibility
----------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
  width: 1px;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #0073aa;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 7px;
  width: auto;
  z-index: 100000;
}
article.entry {
  background: #fbfbfb;
  margin: 40px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.175);
  box-shadow: 0 1px 3px rgba(0,0,0,0.175);
}
article.entry:first-child {
  margin-top: 0;
}
article.entry:last-child {
  margin-bottom: 0;
}
article.entry .post-thumbnail {
  background: #F7F7F7;
}
article.entry .post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
article.entry .post-text {
  padding: 40px;
}
article.entry .post-text .entry-title {
  color: #373435;
  font-size: 1.75em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
article.entry .post-text .entry-title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 480px) {
  article.entry .post-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  article.entry .post-text .entry-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  article.entry .post-text {
    padding: 40px 20px;
  }
}
article.entry .entry-content {
  color: #716f6c;
  line-height: 1.75em;
}
article.entry .entry-content strong {
  color: #646360;
  font-weight: 500;
}
article.entry .entry-content h1,
article.entry .entry-content h2,
article.entry .entry-content h3,
article.entry .entry-content h4,
article.entry .entry-content h5,
article.entry .entry-content h6 {
  color: #545252;
}
article.entry .entry-meta {
  color: #5e5d5a;
  line-height: 1.75em;
  margin-top: 40px;
  zoom: 1;
  font-weight: 500;
}
article.entry .entry-meta:before {
  content: '';
  display: block;
}
article.entry .entry-meta:after {
  content: '';
  display: table;
  clear: both;
}
article.entry .entry-meta a {
  text-decoration: none;
  color: inherit;
}
article.entry .entry-meta a:hover {
  text-decoration: underline;
  color: #2f5faa;
}
article.entry .entry-meta .posted-on {
  margin-left: 2em;
  float: right;
}
article.entry .entry-meta .continue-reading {
  float: left;
}
article.entry .entry-meta .taxonomy {
  float: left;
}
article.entry .entry-meta .taxonomy > div {
  display: inline-block;
  margin-right: 2em;
}
article.entry .entry-meta .taxonomy > div > span[class^="influence-icon-"] {
  display: block;
  float: left;
  font-size: 1.25em;
  margin-right: 0.5em;
  margin-top: 0.2em;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
article.entry .entry-meta .taxonomy > div:hover > span[class^="influence-icon-"] {
  color: #3c3b38;
}
article.entry .entry-meta .taxonomy > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  article.entry .entry-meta .posted-on,
  article.entry .entry-meta .continue-reading,
  article.entry .entry-meta .taxonomy {
    margin: 0 0 0.5em 0;
    text-align: center;
    float: none;
  }
}
/* =Page Templates
----------------------------------------------- */
body.page-template-templatestemplate-full-php #primary,
body.siteorigin-panels-home #primary,
body.page-template-templatestemplate-full-no-title-php #primary {
  float: none;
  width: 100%;
}
/* =The Slider
----------------------------------------------- */
#under-masthead-slider > * {
  margin: 0 auto;
}
#under-masthead-slider .widget {
  margin-bottom: 0;
}
#under-masthead-slider > p {
  line-height: 1em;
  margin-bottom: 0;
}
#under-masthead-slider.remove-bottom-margin {
  margin-bottom: -40px;
}
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
#searchsubmit {
  display: none;
}
.textwidget p:first-child {
  margin-top: 0;
}
.textwidget p:last-child {
  margin-bottom: 0;
}
/* =General Widget Styling
----------------------------------------------- */
.widget img,
.widget embed,
.widget iframe,
.widget object {
  max-width: 100%;
}
.widget img {
  height: auto;
}
.widget a.button {
  display: inline-block;
  padding: 9px 26px;
  border-radius: 4px;
  font-size: 0.875em;
  text-decoration: none;
  color: white;
  text-shadow: 0 1px 0 #000000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
  background: #107fc9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, lumdarken(#107fc9, 3.5)), color-stop(1, lumlighten(#107fc9, 3.5)));
  background: -ms-linear-gradient(bottom, lumdarken(#107fc9, 3.5), lumlighten(#107fc9, 3.5));
  background: -moz-linear-gradient(center bottom, lumdarken(#107fc9, 3.5) 0%, lumlighten(#107fc9, 3.5) 100%);
  background: -o-linear-gradient(lumlighten(#107fc9, 3.5), lumdarken(#107fc9, 3.5));
  border-top: solid 1px lumlighten(lumdarken(#107fc9, 18), 4);
  border-left: solid 1px lumdarken(#107fc9, 18);
  border-right: solid 1px lumdarken(#107fc9, 18);
  border-bottom: solid 1px lumdarken(lumdarken(#107fc9, 18), 4);
}
.widget .button-container.align-center {
  text-align: center;
}
.widget .button-container.align-left {
  text-align: left;
}
.widget .button-container.align-right {
  text-align: right;
}
.widget .button-container.align-full .button {
  display: block;
  text-align: center;
}
.widget #s {
  width: 100%;
  padding: 9px 12px 9px 36px;
  border-radius: 0px;
}
.widget #searchform {
  position: relative;
}
.widget #searchform:before {
  font-family: 'influence-icons';
  content: "\e036";
  display: block;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  left: 12px;
  color: #BBBBBB;
}
.widget.widget_nav_menu a,
.widget.widget_pages a {
  text-decoration: none;
}
.widget.widget_nav_menu a:hover,
.widget.widget_pages a:hover {
  text-decoration: underline;
}
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_nav_menu ol,
.widget.widget_pages ol {
  list-style: none;
  margin: 0;
}
.widget.widget_nav_menu ul ul,
.widget.widget_pages ul ul,
.widget.widget_nav_menu ol ul,
.widget.widget_pages ol ul,
.widget.widget_nav_menu ul ol,
.widget.widget_pages ul ol,
.widget.widget_nav_menu ol ol,
.widget.widget_pages ol ol {
  margin-left: 1.5em;
}
