@charset "UTF-8";
/*!
Theme Name: Puro Themes 2.5.15
Author: Puro
Author URI: https://purothemes.com/
Description: Puro Themes
Version: 2.5.15
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: puro-themes
*/
/*--------------------------------------------------------------
# - Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# - Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body,
button,
input,
select,
textarea {
  color: #626262;
  font-size: 16px;
  font-size: 1em;
  font-family: "proxima-nova", arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  line-height: 1.6875;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #2d2d2d;
  font-family: "proxima-nova", arial, sans-serif;
  font-weight: 600;
  margin: 27px 0;
}
@media (max-width: 480px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
  }
}

h1 {
  font-size: 29px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 27px;
}

strong {
  font-weight: 600;
}

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

blockquote {
  border-left: 3px solid #4d8ffb;
  font-style: italic;
  font-size: 16px;
  margin: 0 0 27px;
  padding: 15px 0 15px 25px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  color: #626262;
  display: block;
  font-weight: bold;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}

address {
  margin: 0 0 27px;
}

pre {
  background: #eee;
  font: 14px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 26px;
  max-width: 100%;
  overflow: auto;
  padding: 27px;
}

code,
kbd,
tt,
var {
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #626262;
  cursor: help;
}

abbr[title] {
  border-bottom: none;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# - Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  background-color: #f6f6f6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 27px 25px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  margin: 0 0 27px;
}
dl dt {
  font-weight: bold;
  font-weight: 600;
}
dl dd {
  margin: 0 0 0 25px;
}

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

figure {
  margin: 1em 0;
}

/*--------------------------------------------------------------
## - Tables
--------------------------------------------------------------*/
table {
  border: 1px solid #ebebeb;
  margin: 0 0 27px;
  width: 100%;
}
table a {
  text-decoration: none;
}
table thead th {
  padding: 16px;
  text-transform: uppercase;
}
table th {
  color: #2d2d2d;
  font-weight: 600;
}
table th,
table td {
  border: 1px solid #ebebeb;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  table th,
table td {
    padding: 2%;
  }
}

/*--------------------------------------------------------------
## - Full Width Rows
--------------------------------------------------------------*/
.hero {
  align-items: center;
  clear: both;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding: 86px 5% 0;
  position: relative;
}

.overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.full-width-row .content {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.full-width-row .content h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 7px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.full-width-row .content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 26px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.full-width-row {
  box-sizing: content-box;
  clear: both;
  padding: 68px 0;
}
@media (min-width: 769px) {
  .full-width-row {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 768px) {
  .full-width-row {
    margin-right: -25px;
    margin-left: -25px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.full-width-row.before-footer {
  min-height: initial;
}
.full-width-row.before-footer p {
  color: #d8d8d8;
}
.full-width-row h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .full-width-row h2 {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .full-width-row h2 {
    font-size: 25.632px;
    font-size: 1.602rem;
  }
}
.full-width-row p {
  font-size: 20px;
  color: #828282;
  text-align: center;
}
@media (max-width: 768px) {
  .full-width-row p {
    font-size: 18px;
  }
}
.full-width-row.blue {
  background-color: #4d8ffb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  text-align: center;
}
.full-width-row.blue * {
  color: #fff;
}
.full-width-row.blue h2 {
  font-size: 23px;
  display: inline-block;
  font-weight: 400;
  margin-right: 13px;
}
@media (max-width: 768px) {
  .full-width-row.blue h2 {
    display: block;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.full-width-row.blue .button, .full-width-row.blue .page-links span, .page-links .full-width-row.blue span, .full-width-row.blue .pagination .page-numbers, .pagination .full-width-row.blue .page-numbers {
  display: inline-block;
}

/*--------------------------------------------------------------
## - Design Patterns
--------------------------------------------------------------*/
.notice {
  background: #edf3fe;
  border: 1px solid #b7d2fd;
  border-radius: 2px;
  font-weight: 400;
  margin-bottom: 26px;
  padding: 13px 20px;
}

.indicator, .single-documentation h2.premium::after,
.single-documentation h3.premium::after,
.single-documentation h4.premium::after, .single-documentation.premium h1.entry-title:after, .bbp-topics ul.sticky li.bbp-topic-title a:after, #bbpress-forums div.bbp-topic-tags a {
  border-radius: 2px;
  background: #4d8ffb;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  left: 7px;
  padding: 3px 6px;
  position: relative;
  text-transform: capitalize;
  top: -4px;
  letter-spacing: 0.8px;
}

.highlighted-section {
  margin: 0 1px;
  white-space: normal;
}
@media (min-width: 481px) {
  .highlighted-section {
    white-space: nowrap;
  }
}
.highlighted-section .highlighted-part {
  border-radius: 2px;
  padding: 3px 6px;
  background: #f0f0f0;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  line-height: 1em;
}
.highlighted-section .highlighted-arrow {
  display: inline-block;
  font-size: 14px;
  margin: 1px 3px 0;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/
.button, .page-links span, .pagination .page-numbers,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #4d8ffb;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 13px 25px 12px;
  text-transform: uppercase;
  transition: 0.3s;
}
.button:hover, .page-links span:hover, .pagination .page-numbers:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: rgba(77, 143, 251, 0.8);
  color: #fff;
}
.button:visited, .page-links span:visited, .pagination .page-numbers:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
}
.button:active, .page-links span:active, .pagination .page-numbers:active, .button:focus, .page-links span:focus, .pagination .page-numbers:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  color: #fff !important;
  outline: none;
}
.button[disabled], .page-links span[disabled], .pagination [disabled].page-numbers,
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  opacity: 0.6;
}
.button[disabled]:hover, .page-links span[disabled]:hover, .pagination [disabled].page-numbers:hover,
button[disabled]:hover,
input[type=button][disabled]:hover,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:hover {
  box-shadow: none;
}
.button.medium, .page-links span.medium, .pagination .medium.page-numbers,
button.medium,
input[type=button].medium,
input[type=reset].medium,
input[type=submit].medium {
  font-size: 1em;
  padding: 18px 29px 17px;
}
.button.grey, .page-links span.grey, .pagination .grey.page-numbers,
button.grey,
input[type=button].grey,
input[type=reset].grey,
input[type=submit].grey {
  background: #626262;
}
.button.grey:hover, .page-links span.grey:hover, .pagination .grey.page-numbers:hover,
button.grey:hover,
input[type=button].grey:hover,
input[type=reset].grey:hover,
input[type=submit].grey:hover {
  background: rgba(114, 114, 114, 0.9);
}

.so-panel .so-widget-sow-button .ow-button-base a {
  border-radius: 2px;
  text-transform: uppercase;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #c7c7c7;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: normal;
  line-height: normal;
  outline: none;
  padding: 9.5px 13px;
  transition: 0.3s;
  max-width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #aeaeae;
}

input[type=checkbox] {
  margin-right: 2px;
}

select {
  border: 1px solid #c7c7c7;
  max-width: 100%;
}

textarea {
  width: 100%;
}

label {
  color: #2d2d2d;
  font-weight: 600;
}

fieldset legend {
  color: #2d2d2d;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 18px;
  padding: 10px 0;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## - Links
--------------------------------------------------------------*/
a {
  color: #4d8ffb;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #4d8ffb;
}
a:hover, a:focus, a:active {
  color: #626262;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## - Menus
--------------------------------------------------------------*/
.main-navigation {
  text-align: right;
}
.main-navigation > div {
  display: inline-block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul ul {
  background: rgba(0, 0, 0, 0.925);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  min-width: 150px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scale(0.95);
  transition: all 0.15s ease-in;
  transform-origin: center top;
  visibility: hidden;
  z-index: 9999;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  transform-origin: left center;
}
.main-navigation ul ul li {
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li:first-of-type a {
  padding-top: 15px;
}
.main-navigation ul ul li:last-of-type a {
  border: 0;
  padding-bottom: 15px;
}
.main-navigation ul ul a {
  font-size: 0.9375em;
  outline: none;
  margin: 0 25px;
  max-width: 100%;
  padding: 10px 0;
  white-space: nowrap;
}
body.no-touch .main-navigation ul li:hover > ul,
body.no-touch .main-navigation ul li.focus > ul {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
body.no-touch .main-navigation ul li:hover:after,
body.no-touch .main-navigation ul li.focus:after {
  content: "";
}

.main-navigation ul .touch-drop > ul {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.main-navigation ul .touch-drop:after {
  content: "";
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.main-navigation ul .menu-item-has-children > a:after,
.main-navigation ul .page_item_has_children > a:after {
  content: "";
  font-size: 0.8125em;
  font-family: "puro-themes-icons";
  line-height: normal;
  padding-left: 6px;
  position: relative;
  top: 3px;
}
.main-navigation li {
  display: inline-block;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  margin: 0 30px -10px 0;
  padding: 0 0 10px;
  position: relative;
  text-align: left;
}
.main-navigation li:last-of-type {
  margin-right: 0;
}
.main-navigation li a {
  color: #fff;
  display: block;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: rgba(255, 255, 255, 0.8);
}
/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/
#mobile-menu-button {
  display: none;
  height: 30px;
  padding: 0;
  position: relative;
  right: 0;
  top: 6px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  width: 36px;
}
#mobile-menu-button span {
  display: block;
  border-radius: 5px;
  background: #fff;
  height: 2px;
  left: 8px;
  max-width: 20px;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
#mobile-menu-button span:nth-child(1) {
  top: 8px;
}
#mobile-menu-button span:nth-child(2), #mobile-menu-button span:nth-child(3) {
  top: 14px;
}
#mobile-menu-button span:nth-child(4) {
  top: 20px;
}
#mobile-menu-button.to-close span:nth-child(1) {
  left: 50%;
  top: 14px;
  width: 0;
}
#mobile-menu-button.to-close span:nth-child(2) {
  transform: rotate(45deg);
}
#mobile-menu-button.to-close span:nth-child(3) {
  transform: rotate(-45deg);
}
#mobile-menu-button.to-close span:nth-child(4) {
  left: 50%;
  top: 14px;
  width: 0;
}

#mobile-navigation {
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  overflow-y: scroll;
  margin: 0;
  padding: 0 25px;
  position: absolute;
  overflow: hidden;
  top: 90px;
  width: 100%;
  z-index: 10;
}
#mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-navigation ul li {
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 3;
  position: relative;
  width: 100%;
}
#mobile-navigation ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  text-decoration: none;
  width: 100% !important;
}
#mobile-navigation ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#mobile-navigation ul li:last-of-type a {
  border-bottom: 0;
}
#mobile-navigation ul li.menu-item-has-children > a {
  padding-right: 40px;
}
#mobile-navigation ul li .dropdown-toggle {
  background: transparent;
  color: #fff;
  font-size: 12px;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: none;
}
#mobile-navigation ul li .dropdown-toggle:hover {
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}
#mobile-navigation ul li .dropdown-toggle.toggle-open {
  transform: rotate(-180deg);
}
#mobile-navigation ul ul {
  display: none;
  margin: 0;
  padding: 0;
}
#mobile-navigation ul ul ul {
  display: none;
}
#mobile-navigation > ul {
  margin: 5px 0;
}
#mobile-navigation .search-form {
  position: relative;
}
#mobile-navigation .search-form[style] {
  margin-top: 0 !important;
}
#mobile-navigation .search-form input[type=search] {
  font-size: 0.875em;
  padding-right: 40px;
  width: 100%;
}
#mobile-navigation .search-form button[type=submit] {
  position: absolute;
  right: 14px;
  top: 12px;
}
#mobile-navigation .search-form button[type=submit] svg {
  height: 16px;
  width: 16px;
}

#mobile-navigation ul ul li a {
  padding-left: 25px;
}

#mobile-navigation ul ul ul li a {
  padding-left: 50px;
}

#mobile-navigation ul ul ul ul li a {
  padding-left: 75px;
}

#mobile-navigation ul ul ul ul ul li a {
  padding-left: 100px;
}

#mobile-navigation ul ul ul ul ul ul li a {
  padding-left: 125px;
}

@media (max-width: 889px) {
  #masthead.mobile-menu #mobile-menu-button {
    display: inline-block;
  }

  body:not(.page-template-edd-checkout) #masthead.mobile-menu .main-navigation ul {
    display: none;
  }

  #masthead.mobile-menu .main-navigation .search-icon {
    display: none;
  }
}
@media (min-width: 889px) {
  #masthead.mobile-menu #mobile-navigation {
    display: none !important;
  }
}
/*--------------------------------------------------------------
## Posts, Post and Comment Navigation
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 0 0 50px;
  width: 100%;
}
.comment-navigation::after,
.posts-navigation::after,
.post-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  text-align: left;
  width: 50%;
}
@media (max-width: 768px) {
  .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: none;
    margin-bottom: 25px;
  }
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
@media (max-width: 768px) {
  .comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: none;
    text-align: left;
  }
}

.pagination {
  text-align: center;
}
.pagination .page-numbers {
  background: #ebebeb;
  color: #626262;
  display: inline-block;
  margin-right: 3px;
  padding-right: 16px;
  padding-left: 16px;
}
.pagination .page-numbers:visited {
  color: #626262;
}
.pagination .page-numbers:hover {
  background: #4d8ffb;
  color: #fff;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  font-size: 0.875em;
  line-height: 1.3;
  padding: 11px 13px;
}
.pagination .page-numbers.next span:before, .pagination .page-numbers.prev span:before {
  position: relative;
  top: 1px;
}
.pagination .page-numbers.dots {
  background: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 0.8125em;
  padding-right: 0;
  padding-left: 0;
}
.pagination .page-numbers.dots:hover {
  background: none;
  box-shadow: none;
  color: #626262;
}
.pagination .current {
  background: #4d8ffb;
  color: #fff;
}

.site-content .post-navigation {
  font-size: 18px;
}
.site-content .post-navigation a {
  color: #626262;
  font-weight: 600;
}
.site-content .post-navigation a:hover {
  color: #4d8ffb;
}
.site-content .post-navigation a .sub-title {
  border-bottom: 2px solid #ebebeb;
  color: #828282;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
.site-content .post-navigation a div {
  line-height: normal;
}

.comment-navigation {
  text-transform: capitalize;
  margin: 25px 0;
}
.comment-navigation span {
  font-size: 0.8125em;
  position: relative;
  right: 0;
  top: 0;
}
.comment-navigation span.icon-long-arrow-left {
  padding-right: 3px;
}
.comment-navigation span.icon-long-arrow-right {
  padding-left: 3px;
}
.comment-navigation a {
  color: #2d2d2d;
  font-weight: bold;
  font-weight: 600;
}
.comment-navigation a:hover {
  color: #4d8ffb;
}

/*--------------------------------------------------------------
## - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-wrapper {
  background: #f6f6f6;
  margin-bottom: 60px;
}
.breadcrumb-wrapper .breadcrumbs {
  color: #828282;
  font-size: 0.8125em;
  font-weight: 600;
  line-height: normal;
  padding: 13px 0;
  text-transform: capitalize;
  width: 75%;
}
.blog .breadcrumb-wrapper .breadcrumbs,
.archive:not(.post-type-archive) .breadcrumb-wrapper .breadcrumbs,
.single-post .breadcrumb-wrapper .breadcrumbs {
  margin: 0 auto;
  max-width: 870px;
}
@media (max-width: 768px) {
  .blog .breadcrumb-wrapper .breadcrumbs,
.archive:not(.post-type-archive) .breadcrumb-wrapper .breadcrumbs,
.single-post .breadcrumb-wrapper .breadcrumbs {
    max-width: none;
    width: 100%;
  }
}

.breadcrumb-wrapper .breadcrumbs a {
  color: #828282;
  border-bottom: none;
  font-weight: 400;
}
.breadcrumb-wrapper .breadcrumbs a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.breadcrumb-wrapper .breadcrumbs .sep {
  color: #828282;
  font-weight: 400;
  padding: 0 7px;
}
.breadcrumb-wrapper .entry-meta {
  color: #828282;
  float: right;
  line-height: normal;
  margin-bottom: 0;
  padding: 13px 0;
  text-align: right;
  width: 25%;
}

/*--------------------------------------------------------------
## - Scroll to Top
--------------------------------------------------------------*/
#scroll-to-top {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  bottom: 20px;
  cursor: pointer;
  height: 45px;
  line-height: 0;
  opacity: 0;
  padding-top: 15px;
  position: fixed;
  right: 20px;
  transform: scale(0, 0);
  transition: 0.2s;
  text-align: center;
  width: 45px;
  z-index: 101;
}
#scroll-to-top svg path {
  fill: #fff;
}
#scroll-to-top img,
#scroll-to-top svg {
  display: inline-block;
  height: 15px;
  opacity: 0.6;
  transition: 0.3s;
  width: 15px;
}
#scroll-to-top:hover svg {
  opacity: 0.9;
}
#scroll-to-top.show {
  opacity: 1;
  transform: scale(1, 1);
}

/*--------------------------------------------------------------
# - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.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: #21759b;
  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;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# - Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 27px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 27px;
}

@media (max-width: 480px) {
  .alignleft,
.alignright {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 25px;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# - Animations
--------------------------------------------------------------*/
.burst-animation-overlay {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.burst-animation-overlay .burst-circle {
  background: #000;
  border-radius: 10px;
  height: 2px;
  opacity: 0.1;
  position: absolute;
  width: 2px;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
# - bbPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## - General
--------------------------------------------------------------*/
.bbpress .container {
  overflow: hidden;
}

.bbpress .entry-content {
  margin-top: 0;
}

.bbpress .entry-header h1.entry-title {
  margin-bottom: 13px;
  text-transform: capitalize;
}
.single-topic.bbpress .entry-header h1.entry-title {
  font-size: 32px;
}

.bbpress.forum-archive .entry-header h1.entry-title,
.bbpress.bbp-user-page .entry-header h1.entry-title,
.bbpress.bbp-user-edit .entry-header h1.entry-title {
  margin: 0 0 20px;
}

#bbpress-forums a:hover {
  text-decoration: none;
}

#bbpress-forums hr {
  margin: 0 0 26px 0;
}

#bbpress-forums {
  font-size: 16px;
  line-height: normal;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: #fff;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background: #fff;
}

#bbpress-forums .bbp-replies div.odd,
#bbpress-forums .bbp-replies ul.odd,
#bbpress-forums .bbp-replies div.even,
#bbpress-forums .bbp-replies ul.even {
  background: #fff;
  min-height: 165px;
}

#bbpress-forums ul.status-closed,
#bbpress-forums ul.status-closed a .bbr-resolution-sticker {
  color: #626262;
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
  font-size: 13px;
  font-weight: 600;
}

#bbpress-forums div.bbp-reply-header,
#bbpress-forums .bbp-replies div.bbp-reply-header a {
  color: #828282;
}

#bbpress-forums div.bbp-reply-header .bbp-meta {
  overflow: auto;
}

#bbpress-forums .bbp-replies div.bbp-reply-header a:hover {
  color: #4d8ffb;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: none;
  color: #626262;
  font-size: 16px;
  margin-bottom: 26px;
}
#bbpress-forums ul.bbp-lead-topic a,
#bbpress-forums ul.bbp-topics a,
#bbpress-forums ul.bbp-forums a,
#bbpress-forums ul.bbp-replies a,
#bbpress-forums ul.bbp-search-results a {
  color: #626262;
}
#bbpress-forums ul.bbp-lead-topic a:hover,
#bbpress-forums ul.bbp-topics a:hover,
#bbpress-forums ul.bbp-forums a:hover,
#bbpress-forums ul.bbp-replies a:hover,
#bbpress-forums ul.bbp-search-results a:hover {
  color: #4d8ffb;
}

#bbpress-forums ul.bbp-topics {
  clear: both !important;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  text-align: center !important;
  margin: 0 !important;
  padding-left: 0 !important;
  position: relative;
}
@media (max-width: 480px) {
  #bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    float: none !important;
    padding-bottom: 15px !important;
    width: 100% !important;
  }
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 26px;
}

#bbpress-forums li.bbp-header {
  border-radius: 2px 2px 0 0;
}

#bbpress-forums li.bbp-footer {
  display: none;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border: 1px solid #ebebeb;
  border-top: none;
  border-bottom: none;
  padding: 18px;
}
#bbpress-forums li.bbp-body ul.forum:first-of-type,
#bbpress-forums li.bbp-body ul.topic:first-of-type {
  padding-top: 35px;
}
#bbpress-forums li.bbp-body ul.forum:last-of-type,
#bbpress-forums li.bbp-body ul.topic:last-of-type {
  border-bottom: 1px solid #ebebeb;
  border-radius: 0 0 2px 2px;
  padding-bottom: 35px;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  color: #626262;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name:hover,
#bbpress-forums div.bbp-topic-author a.bbp-author-name:hover,
#bbpress-forums div.bbp-reply-author a.bbp-author-name:hover {
  color: #4d8ffb;
}

li.bbp-forum-info,
li.bbp-topic-title {
  text-align: left !important;
  text-transform: capitalize;
  width: 80%;
}
@media (max-width: 768px) {
  li.bbp-forum-info,
li.bbp-topic-title {
    width: 70%;
  }
}
@media (max-width: 480px) {
  li.bbp-forum-info,
li.bbp-topic-title {
    width: 60% !important;
  }
}
li.bbp-forum-info a,
li.bbp-topic-title a {
  color: #626262;
  font-weight: 400;
}
li.bbp-forum-info a:hover,
li.bbp-topic-title a:hover {
  color: #4d8ffb;
}

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  font-size: 16px;
  width: 10%;
}
@media (max-width: 768px) {
  li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
    width: 15%;
  }
}
@media (max-width: 480px) {
  li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
    width: 20% !important;
  }
}

span.bbp-author-ip {
  display: none;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  max-width: 52px;
}
@media (max-width: 480px) {
  #bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
    height: initial;
    position: initial;
    left: initial;
    top: initial;
    width: initial;
  }
}

#bbpress-forums div.bbp-reply-author .bbp-author-name,
#bbpress-forums div.bbp-topic-author .bbp-author-name {
  font-size: 14px;
}
@media (max-width: 480px) {
  #bbpress-forums div.bbp-reply-author .bbp-author-name,
#bbpress-forums div.bbp-topic-author .bbp-author-name {
    margin-right: 0;
    margin-left: 0;
  }
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
  padding: 13px;
}

li.bbp-body div.hentry,
.single-topic .forums .hentry,
.bbp-private-reply {
  border: 1px solid #ebebeb;
  border-top: none;
  border-radius: 0 0 2px 2px;
  margin-bottom: 26px;
}

div.even.hentry,
div.odd.hentry {
  margin-bottom: 26px;
  padding: 26px 13px 13px !important;
}

#bbpress-forums ul.bbp-replies {
  margin-bottom: 0 !important;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  display: none;
}

/*--------------------------------------------------------------
## - Topic and Reply Content
--------------------------------------------------------------*/
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  line-height: 1.6875;
  margin-bottom: 13px;
  margin-left: 130px;
  padding: 13px 13px 0 0;
}
@media (max-width: 480px) {
  #bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    margin-left: 0 !important;
    padding-top: 15px !important;
    width: 100%;
  }
}

#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
  display: none;
}

.single-topic #bbpress-forums .bbp-header {
  display: none;
}

#bbpress-forums div.bbp-reply-content a {
  color: #4d8ffb;
  border-bottom: none;
  text-decoration: none;
}
#bbpress-forums div.bbp-reply-content a:hover, #bbpress-forums div.bbp-reply-content a:focus, #bbpress-forums div.bbp-reply-content a:active {
  text-decoration: underline;
}

#bbpress-forums div.bbp-reply-content a[href*=uploads] {
  border-bottom: none;
}

.subscription-toggle {
  display: none;
}

#bbpress-forums fieldset.bbp-form input#bbp_topic_subscription,
#bbpress-forums fieldset.bbp-form input#bbp_private_reply,
#bbpress-forums fieldset.bbp-form input#bpbbpst_support_topic_cb,
#bbpress-forums label[for=bbp_topic_subscription],
#bbpress-forums label[for=bbp_private_reply],
#bbpress-forums label[for=bpbbpst_support_topic_cb] {
  font-size: 14px;
}

#bbpress-forums fieldset.bbp-form input#bbp_topic_subscription,
#bbpress-forums fieldset.bbp-form input#bbp_private_reply,
#bbpress-forums fieldset.bbp-form input#bpbbpst_support_topic_cb {
  display: inline;
  margin-right: 4px;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  background-color: #f6f6f6;
  border-color: #ebebeb;
  font-size: 14px;
  word-wrap: break-word;
}

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  margin: 0 0 26px;
  padding: 13px;
}

/*--------------------------------------------------------------
## - Breadcrumbs
--------------------------------------------------------------*/
div.bbp-breadcrumb {
  color: #828282;
  float: none;
  font-size: 13px;
  line-height: normal;
  padding: 13px 0;
  text-transform: capitalize;
}
div.bbp-breadcrumb p {
  margin: 0;
}
div.bbp-breadcrumb a {
  color: #828282;
  border-bottom: none;
}
div.bbp-breadcrumb a:hover {
  color: #2d2d2d;
  text-decoration: none;
}
div.bbp-breadcrumb .bbp-breadcrumb-sep {
  padding: 0 4px;
}
div.bbp-breadcrumb .bbp-breadcrumb-current {
  font-weight: 600;
}

/*--------------------------------------------------------------
## - Tags
--------------------------------------------------------------*/
#bbpress-forums div.bbp-topic-tags {
  font-size: 13px;
  margin: 0 0 26px;
  float: right;
}
#bbpress-forums div.bbp-topic-tags p {
  margin: 0;
}
#bbpress-forums div.bbp-topic-tags a {
  display: inline-block;
  position: static;
  top: 0;
}
#bbpress-forums div.bbp-topic-tags a:hover {
  background: rgba(77, 143, 251, 0.9);
  color: #fff !important;
}
#bbpress-forums div.bbp-topic-tags a:last-child {
  margin-right: 0;
}
#bbpress-forums div.bbp-topic-tags a:only-child {
  margin-right: 0;
}

/*--------------------------------------------------------------
## - Search
--------------------------------------------------------------*/
.forum-sidebar #bbpress-forums div.bbp-search-form #bbp-search-form #bbp_search {
  width: 84%;
}

#bbpress-forums #bbp-search-results div.even.hentry,
#bbpress-forums #bbp-search-results div.odd.hentry {
  margin-bottom: 26px;
  padding: 26px;
}
#bbpress-forums #bbp-search-results .bbp-topic-post-date,
#bbpress-forums #bbp-search-results .bbp-forum-post-date,
#bbpress-forums #bbp-search-results .bbp-topic-permalink {
  color: #828282;
}
#bbpress-forums #bbp-search-results .bbp-topic-permalink:hover {
  color: #4d8ffb;
}
#bbpress-forums #bbp-search-results .bbp-forum-header h3 {
  color: #626262;
}
#bbpress-forums #bbp-search-results .bbp-topic-title-meta,
#bbpress-forums #bbp-search-results .bbp-topic-title-meta a {
  color: #828282;
}
#bbpress-forums #bbp-search-results .bbp-topic-title-meta a:hover {
  color: #4d8ffb;
}
#bbpress-forums #bbp-search-results .bbp-header {
  display: none;
}
#bbpress-forums #bbp-search-results .bbp-forum-content {
  margin-left: 0;
}

.bbp-search #bbpress-forums #bbp-search-form #bbp_search {
  width: 97%;
}

/*--------------------------------------------------------------
## - Admin Links
--------------------------------------------------------------*/
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  color: #626262;
  font-weight: 400;
}
.bbp-forum-header a.bbp-forum-permalink:hover,
.bbp-topic-header a.bbp-topic-permalink:hover,
.bbp-reply-header a.bbp-reply-permalink:hover {
  color: #4d8ffb;
}

@media (max-width: 768px) {
  span.bbp-admin-links {
    display: block;
    float: none;
    margin-top: 5px;
  }
}

/*--------------------------------------------------------------
## - Toggles
--------------------------------------------------------------*/
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  display: none;
}

/*--------------------------------------------------------------
## - Pagination
--------------------------------------------------------------*/
#bbpress-forums .bbp-pagination {
  margin-bottom: 26px;
  min-height: 38px;
}
@media (max-width: 480px) {
  #bbpress-forums .bbp-pagination {
    margin-bottom: 21px;
  }
}

.bbp-pagination-count {
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 480px) {
  .bbp-pagination-count {
    margin-bottom: 13px;
  }
}

@media (max-width: 480px) {
  .bbp-pagination-links {
    float: left;
  }
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers {
  border-radius: 2px;
  background: #ebebeb;
  border: none !important;
  color: #626262;
  font-size: 14px;
  line-height: normal;
  padding: 11px 14px 10px !important;
}
@media (max-width: 480px) {
  #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers {
    margin-bottom: 5px;
  }
}
#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers:first-of-type {
  padding-left: 0;
}
#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers:last-of-type {
  padding-right: 0;
}
#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.dots {
  background: none;
}
#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.dots:hover {
  background: none;
  color: #626262 !important;
}
#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.current {
  background: #4d8ffb;
  color: #fff;
  opacity: 1;
}
#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers:hover {
  background: #4d8ffb;
  border: none;
  color: #fff !important;
  opacity: 1;
}

#bbpress-forums .bbp-topic-title .bbp-topic-pagination .page-numbers {
  background: #f6f6f6;
  border: none !important;
  border-radius: 2px;
  font-size: 11px;
  line-height: normal;
  padding: 4px 6px 3px;
  text-decoration: none;
}
#bbpress-forums .bbp-topic-title .bbp-topic-pagination .page-numbers:hover {
  background: #4d8ffb !important;
  border: none;
  color: #fff !important;
  opacity: 1;
}

/*--------------------------------------------------------------
## - Forms
--------------------------------------------------------------*/
#bbpress-forums fieldset.bbp-form {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin-bottom: 52px;
  padding-bottom: 26px;
}

#bbpress-forums fieldset.bbp-form:last-of-type {
  margin-bottom: 0;
}

#bbpress-forums fieldset.bbp-form legend {
  font-weight: 600;
}

#bbpress-forums fieldset.bbp-form label {
  display: inline;
  font-weight: 600;
  line-height: 1.6875;
  margin: 0;
  vertical-align: middle;
}

#bbpress-forums fieldset.bbp-form input[type=checkbox] ~ label {
  font-weight: normal;
}

#bbpress-forums fieldset.bbp-form input[type=checkbox] {
  margin-bottom: 0;
  vertical-align: middle;
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 6px;
}

#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
  height: auto;
}

#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form input[type=email],
#bbpress-forums fieldset.bbp-form input[type=url],
#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=search],
#bbpress-forums fieldset.bbp-form input[type=number],
#bbpress-forums fieldset.bbp-form input[type=tel],
#bbpress-forums fieldset.bbp-form input[type=range],
#bbpress-forums fieldset.bbp-form input[type=date],
#bbpress-forums fieldset.bbp-form input[type=month],
#bbpress-forums fieldset.bbp-form input[type=week],
#bbpress-forums fieldset.bbp-form input[type=time],
#bbpress-forums fieldset.bbp-form input[type=datetime],
#bbpress-forums fieldset.bbp-form input[type=datetime-local],
#bbpress-forums fieldset.bbp-form input[type=color],
#bbpress-forums fieldset.bbp-form textarea {
  padding: 9.5px 13px;
}

#bbpress-forums fieldset.bbp-form p,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  margin-bottom: 20px;
}

#bbpress-forums div.wp-editor-container {
  border: none;
}

#bbpress-forums fieldset.bbp-form p:nth-last-of-type(-n+3) {
  margin-bottom: 13px;
}

@media (max-width: 480px) {
  #bbpress-forums fieldset.bbp-form #bbp_topic_tags {
    max-width: 250px !important;
  }
}

div.bbp-submit-wrapper {
  margin-bottom: 5px;
}
div.bbp-submit-wrapper .button, div.bbp-submit-wrapper .page-links span, .page-links div.bbp-submit-wrapper span, div.bbp-submit-wrapper .pagination .page-numbers, .pagination div.bbp-submit-wrapper .page-numbers {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
## - Topic Edit
--------------------------------------------------------------*/
.topic-edit .bbp-topic-form {
  clear: both;
}

/*--------------------------------------------------------------
## - Reply Edit
--------------------------------------------------------------*/
.reply-edit #bbpress-forums fieldset.bbp-form p:last-of-type {
  margin: 26px 0;
}

/*--------------------------------------------------------------
## - TinyMCE
--------------------------------------------------------------*/
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border: 1px solid #dedede;
  font-size: 16px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus {
  border: 1px solid #d9d9d9;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  border-bottom: 0;
}

#bbpress-forums div.wp-editor-container textarea {
  color: #626262;
  font-size: 16px;
  font-family: "proxima-nova", arial, sans-serif;
}

/*--------------------------------------------------------------
## - Edit User
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  #bbpress-forums #bbp-your-profile label {
    display: block !important;
    text-align: left !important;
    width: 100% !important;
  }
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  -webkit-appearance: none;
  color: #626262;
  background: none;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  line-height: normal;
  outline: 0;
  padding: 10px 10px 9px;
  transition: 0.3s;
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
  color: #626262;
  border-color: #d9d9d9;
}
@media (max-width: 1024px) {
  #bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
    width: 100% !important;
  }
}

#bbpress-forums #bbp-your-profile fieldset span.description {
  background-color: transparent;
  border: none;
}

.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset:last-of-type {
  border: none;
  padding: 0;
}

#bbpress-forums .bbp-user-engagements .bbp-search-form {
  margin-bottom: 26px;
}

/*--------------------------------------------------------------
## - Notices
--------------------------------------------------------------*/
div.bbp-template-notice,
div.indicator-hint {
  border-radius: 2px;
  background: #fffbcc;
  border: 1px solid #e6db55;
  color: #626262;
  margin-bottom: 26px;
  padding: 13px 20px;
}
div.bbp-template-notice p,
div.indicator-hint p {
  font-size: 15px;
}

div.bbp-template-notice.info {
  display: none;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
  border-radius: 2px;
  background: rgba(255, 223, 224, 0.25);
  border-color: #c89797;
  color: #790000;
}

div.bbp-template-notice li {
  font-size: 16px;
}

/*--------------------------------------------------------------
## - Stickies
--------------------------------------------------------------*/
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background: #fff !important;
  font-size: 16px;
}

.bbp-topics ul.sticky li.bbp-topic-title a:after {
  content: "Sticky";
}
@media (max-width: 768px) {
  .bbp-topics ul.sticky li.bbp-topic-title a:after {
    display: none;
  }
}

/*--------------------------------------------------------------
## - Revisions
--------------------------------------------------------------*/
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  border-top: 1px solid #f6f6f6;
  color: #828282;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  border: none;
  display: none;
  margin: 0;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li a,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li a,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li a {
  color: #828282;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li a:hover,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li a:hover,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li a:hover {
  color: #4d8ffb;
  text-decoration: none;
}

/*--------------------------------------------------------------
## - Widgets
--------------------------------------------------------------*/
.bbp_widget_login fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.bbp_widget_login .bbp-login-form label {
  display: inline-block;
  font-weight: 600;
}
.bbp_widget_login .bbp-login-form label[for*=rememberme] {
  font-size: 13px;
  font-weight: 400;
  padding-left: 2px;
}
.bbp_widget_login .bbp-login-form input {
  font-size: 14px;
  padding: 8px 8px 7px;
  width: 100%;
}
.bbp_widget_login .bbp-login-form input[name*=rememberme] {
  width: auto;
}
.bbp_widget_login .bbp-login-form .bbp-username {
  margin-top: 0;
}
.bbp_widget_login .bbp-logged-in h4 {
  display: block;
  line-height: 40px;
  float: none;
  font-weight: 600;
  margin: 0;
}
.bbp_widget_login .bbp-logged-in h4 a {
  color: #2d2d2d;
}
.bbp_widget_login .bbp-logged-in h4 a:hover {
  color: #4d8ffb;
}
.bbp_widget_login .bbp-logged-in .button, .bbp_widget_login .bbp-logged-in .page-links span, .page-links .bbp_widget_login .bbp-logged-in span, .bbp_widget_login .bbp-logged-in .pagination .page-numbers, .pagination .bbp_widget_login .bbp-logged-in .page-numbers {
  margin-top: 13px;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper {
  float: left;
  text-align: left;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .button, .bbp_widget_login .bbp-login-form .bbp-submit-wrapper .page-links span, .page-links .bbp_widget_login .bbp-login-form .bbp-submit-wrapper span, .bbp_widget_login .bbp-login-form .bbp-submit-wrapper .pagination .page-numbers, .pagination .bbp_widget_login .bbp-login-form .bbp-submit-wrapper .page-numbers {
  float: left;
}
.bbp_widget_login .bbp-login-form .bbp-submit-wrapper .button.logout-link, .bbp_widget_login .bbp-login-form .bbp-submit-wrapper .page-links span.logout-link, .page-links .bbp_widget_login .bbp-login-form .bbp-submit-wrapper span.logout-link, .bbp_widget_login .bbp-login-form .bbp-submit-wrapper .pagination .logout-link.page-numbers, .pagination .bbp_widget_login .bbp-login-form .bbp-submit-wrapper .logout-link.page-numbers {
  margin-top: 26px;
}
.bbp_widget_login .bbp-login-links {
  font-size: 13px;
  float: left;
  margin-top: 6.5px;
  text-align: left;
  width: 100%;
}
.bbp_widget_login .bbp-login-links a {
  color: #828282;
  clear: none;
  display: inline-block;
  float: none;
}
.bbp_widget_login .bbp-login-links a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.bbp_widget_login .bbp-login-links a:hover:after {
  color: #828282;
}
.bbp_widget_login .bbp-login-links a:nth-of-type(1) {
  padding-right: 0;
}
.bbp_widget_login .bbp-login-links a:nth-of-type(1):after {
  content: " |";
  padding: 0 4px;
}

#bbp_topics_widget.widget_display_topics ul li {
  text-transform: capitalize;
}

/*--------------------------------------------------------------
## - Avatars
--------------------------------------------------------------*/
#bbpress-forums .widget_display_topics img.avatar {
  display: none;
}

/*--------------------------------------------------------------
## - User Pages
--------------------------------------------------------------*/
#bbpress-forums #bbp-user-profile .bbp-user-section p {
  line-height: normal;
  margin-bottom: 13px;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 23px;
  margin-bottom: 13px;
  padding-bottom: 0;
}

#user_switching_switch_to {
  margin-bottom: 27px !important;
}

#bbpress-forums #bbp-single-user-details {
  box-sizing: border-box;
  padding-right: 4%;
  width: 30%;
}
@media (max-width: 768px) {
  #bbpress-forums #bbp-single-user-details {
    float: none;
    margin-bottom: 50px;
    padding-right: 0;
    width: 100%;
  }
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  margin: 0;
  padding: 0 0 13px;
  min-width: 150px;
}
@media (max-width: 768px) {
  #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    width: 100%;
  }
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul:last-of-type {
  margin-bottom: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li {
  line-height: 2.2;
  margin: 0;
  padding: 0 20px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li a {
  color: #626262;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li.current a {
  background: none;
  color: #4d8ffb;
  font-weight: 600;
  opacity: 1;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li:first-of-type {
  background: #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  color: #2d2d2d;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li:first-of-type.current a {
  color: #2d2d2d;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  border: none;
  padding: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
  color: #4d8ffb;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  line-height: 1.6875;
  margin-bottom: 6.5px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  text-align: center;
}

#bbpress-forums #bbp-user-body {
  margin-left: 30%;
  width: 70%;
}
@media (max-width: 768px) {
  #bbpress-forums #bbp-user-body {
    margin-left: 0;
    width: 100%;
  }
}

.bbp-user-forum-role,
.bbp-user-topic-count,
.bbp-user-reply-count {
  font-size: 14px;
  line-height: 1.6875;
  margin-bottom: 6.5px;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
  display: inline-block;
  float: none;
  padding: 0 13px 0 0;
  vertical-align: middle;
}

#bbpress-forums #bbp-your-profile fieldset label[for=description], #bbpress-forums #bbp-your-profile fieldset label[for=pass1] {
  display: block;
  float: left;
  padding: 0 13px 0 0;
  vertical-align: middle;
}

#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 26px;
}

#bbpress-forums #bbp-your-profile fieldset .wp-generate-pw {
  margin-bottom: 16px;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-replies {
  clear: both;
}

#bbpress-forums #bbp-user-wrapper #bbp-user-replies-created .bbp-header {
  display: none;
}

@media (max-width: 768px) {
  #bbpress-forums #bbp-user-wrapper .bbp-search-form {
    float: none;
    margin-bottom: 26px;
  }
}

/*--------------------------------------------------------------
## - Private Replies
--------------------------------------------------------------*/
.topic .bbp-private-reply {
  background: #f9f9f9 !important;
  min-height: 125px;
}
.topic .bbp-private-reply .bbp-reply-author::before {
  background: #4d8ffb;
  border-radius: 2px;
  color: #fff;
  content: "Private Reply";
  font-size: 12px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.8px;
  line-height: normal;
  margin-left: -45px;
  padding: 3px 6px;
  position: absolute;
  top: -16px;
}

/*--------------------------------------------------------------
## - Resolutions
--------------------------------------------------------------*/
.bbr-form-wrapper label {
  display: none;
}
.bbr-form-wrapper select {
  margin-bottom: 13px;
  padding: 5px;
}

.bbr-inner-message {
  font-size: 0;
  font-weight: 600;
}
.bbr-inner-message span {
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# - Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both;
  content: "";
  display: table;
}

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

.clear {
  clear: both;
}

/*--------------------------------------------------------------
# Documentation
--------------------------------------------------------------*/
.post-type-archive-documentation .entry-content p {
  margin-bottom: 39px;
}
.post-type-archive-documentation .entry-content > ul {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 0 2.75% 0 0;
  overflow: auto;
  padding: 0 0 13px;
  width: 22.9%;
}
@media (max-width: 768px) {
  .post-type-archive-documentation .entry-content > ul {
    margin-bottom: 39px;
    width: 100%;
  }
}
.post-type-archive-documentation .entry-content > ul:last-of-type {
  margin: 0;
}
.post-type-archive-documentation .entry-content > ul li.pagenav > a {
  background: #f6f6f6;
  border-bottom: 1px solid #ebebeb;
  color: #2d2d2d;
  display: block;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
  padding: 13px 26px;
}
.post-type-archive-documentation .entry-content > ul li.pagenav > a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.post-type-archive-documentation .entry-content > ul ul {
  font-size: 14px;
  list-style: none;
  padding-right: 25px;
}
.post-type-archive-documentation .entry-content > ul ul li a {
  border: none;
  display: block;
  color: #626262;
  margin-bottom: 8px;
}
.post-type-archive-documentation .entry-content > ul ul li a:hover {
  color: #4d8ffb;
  text-decoration: none;
}

.single-documentation.premium h1.entry-title:after {
  content: "Premium";
}
.single-documentation h2.premium::after,
.single-documentation h3.premium::after,
.single-documentation h4.premium::after {
  content: "Premium";
}
.single-documentation h1,
.single-documentation h2,
.single-documentation h3,
.single-documentation h4,
.single-documentation h5,
.single-documentation h6 {
  position: relative;
}
.single-documentation h1 .section-link,
.single-documentation h2 .section-link,
.single-documentation h3 .section-link,
.single-documentation h4 .section-link,
.single-documentation h5 .section-link,
.single-documentation h6 .section-link {
  color: #2d2d2d;
  display: none;
  font-size: 0.7em;
  font-weight: 300;
  padding-right: 4.5px;
  position: absolute;
  right: 100%;
  text-decoration: none;
  top: 2.5px;
}
.single-documentation h1:hover .section-link,
.single-documentation h2:hover .section-link,
.single-documentation h3:hover .section-link,
.single-documentation h4:hover .section-link,
.single-documentation h5:hover .section-link,
.single-documentation h6:hover .section-link {
  display: block;
}
.single-documentation h1 .icon-link:before,
.single-documentation h2 .icon-link:before,
.single-documentation h3 .icon-link:before,
.single-documentation h4 .icon-link:before,
.single-documentation h5 .icon-link:before,
.single-documentation h6 .icon-link:before {
  content: "";
  font-family: "puro-themes-icons";
  font-size: 18px;
  font-weight: 300;
}
.single-documentation #secondary .need-help p {
  margin-bottom: 13px;
}
.single-documentation .entry-footer {
  color: #828282;
  font-size: 14px;
  margin-top: 26px;
}
.single-documentation .entry-footer span {
  font-weight: 600;
}

/*--------------------------------------------------------------
# - EDD
--------------------------------------------------------------*/
@font-face {
  font-family: "EDD-Icons";
  src: url("edd_templates/fonts/EDD-Icons.eot");
  src: url("edd_templates/fonts/EDD-Icons.eot?#iefix") format("embedded-opentype"), url("edd_templates/fonts/EDD-Icons.woff") format("woff"), url("edd_templates/fonts/EDD-Icons.ttf") format("truetype"), url("edd_templates/fonts/EDD-Icons.svg#EDD-Icons") format("svg");
  font-style: normal;
  font-weight: normal;
}
[class*=edd-icon-],
[class*=" edd-icon-"] {
  font-family: "EDD-Icons";
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  width: auto;
}

[class*=edd-icon-]:before,
[class*=" edd-icon-"]:before {
  cursor: default;
  display: inline-block;
  speak: none;
  text-decoration: inherit;
}

.edd-icon-spinner:before {
  content: "q";
}

.edd-icon-ok:before {
  content: "w";
}

.edd-icon-remove:before {
  content: "e";
}

.edd-icon-remove-circle:before {
  content: "r";
}

.edd-icon-ok-circle:before {
  content: "t";
}

.edd-icon-spin {
  display: inline-block;
  animation: edd-icon-spin 2s infinite linear;
}

@keyframes edd-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.download-template-default .site-header {
  margin-bottom: 0;
}

.edd_purchase_submit_wrapper {
  position: relative;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart {
  display: none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
  display: inline-block;
}

.edd_purchase_submit_wrapper .edd-cart-ajax {
  display: none;
  left: -35px;
  position: relative;
}

.edd-submit.button.edd-ajax-loading, .page-links span.edd-submit.edd-ajax-loading, .pagination .edd-submit.edd-ajax-loading.page-numbers {
  padding-right: 30px;
}

.edd-add-to-cart .edd-add-to-cart-label {
  filter: alpha(opacity=100);
  opacity: 1;
}

a.edd-add-to-cart .edd-loading {
  filter: alpha(opacity=0);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
}

a.edd-add-to-cart .edd-add-to-cart-label,
a.edd-add-to-cart .edd-loading {
  transition: 0.1s opacity !important;
}

.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
  filter: alpha(opacity=0);
  opacity: 0;
}

.edd-add-to-cart[data-edd-loading] .edd-loading {
  filter: alpha(opacity=100);
  opacity: 1;
}

.edd-cart-added-alert {
  display: block;
  font-size: 13px;
  margin-top: 6px;
  position: absolute;
}

.edd-cart-ajax {
  border: none;
  background: none;
  margin: 0 8px 0 4px;
  padding: 0;
  position: relative;
  top: 2px;
}

.edd-button-secondary:active,
.edd-button-secondary:hover,
.edd-submit:active,
.edd-submit:hover {
  transform: none !important;
}

.edd-table,
.edd_sl_table,
.edd_checkout_table {
  border-color: #ebebeb;
}
.edd-table th,
.edd-table td,
.edd_sl_table th,
.edd_sl_table td,
.edd_checkout_table th,
.edd_checkout_table td {
  border-color: #ebebeb;
}
.edd-table th,
.edd_sl_table th,
.edd_checkout_table th {
  background: #f6f6f6;
  text-align: left;
  text-transform: none;
}
.edd-table tbody,
.edd_sl_table tbody,
.edd_checkout_table tbody {
  font-size: 15px;
}

#primary .edd_form {
  box-sizing: content-box;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #primary .edd_form {
    width: 100%;
  }
}
#primary .edd_form fieldset {
  border: 1px solid #ebebeb;
  margin: 0 0 36px;
  padding: 25px;
}
#primary .edd_form fieldset legend {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 600;
}
#primary .edd_form fieldset p {
  margin-bottom: 12px;
}
#primary .edd_form fieldset label {
  display: inline-block;
  font-weight: 600;
  width: 200px;
}
#primary .edd_form fieldset input:not(#edd-last),
#primary .edd_form fieldset select {
  margin-bottom: 12px;
}
#primary .edd_form fieldset .edd_submit {
  margin: 0 10px 0 0;
}

#primary #edd-login-form .edd_error {
  color: rgba(255, 0, 0, 0.6) !important;
  display: block;
  font-weight: 600;
  text-align: center;
}
#primary #edd-login-form fieldset {
  border: 1px solid #ebebeb;
  margin: 0 auto;
  max-width: 500px;
  padding: 25px;
}
#primary #edd-login-form fieldset p {
  margin-bottom: 0;
}
#primary #edd-login-form fieldset p .edd_submit {
  margin-top: 12px;
}
#primary #edd-login-form fieldset p .edd-more-actions {
  font-size: 14px;
}
@media (max-width: 480px) {
  #primary #edd-login-form fieldset p .edd-more-actions {
    display: block;
    margin-top: 10px;
  }
}
#primary #edd-login-form fieldset p .edd-more-actions a {
  padding: 0 6px;
}
@media (max-width: 480px) {
  #primary #edd-login-form fieldset p .edd-more-actions a:first-of-type {
    padding-left: 0;
  }
}
#primary #edd-login-form fieldset p.edd-login-remember label {
  font-size: 14px;
  font-weight: normal;
}
#primary #edd-login-form fieldset p.edd-lost-password {
  font-size: 14px;
}
#primary #edd-login-form fieldset p .edd_password_change_notice {
  font-size: 13px;
  margin-bottom: 12px;
}

.dashboard-tabs {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
}
@media (max-width: 1024px) {
  .dashboard-tabs {
    margin-bottom: 25px;
    width: 100%;
  }
}
.dashboard-tabs li {
  font-size: 14px;
  padding: 8px 25px;
}
.dashboard-tabs li.pagenav {
  background: #f6f6f6;
  border-bottom: 1px solid #ebebeb;
  color: #2d2d2d;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 26px;
}
.dashboard-tabs li:nth-of-type(2) {
  padding-top: 15px;
}
.dashboard-tabs li:last-of-type {
  padding-bottom: 15px;
}
.dashboard-tabs li a {
  color: #626262;
}
.dashboard-tabs li a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.dashboard-tabs li.active a {
  color: #4d8ffb;
  font-weight: 600;
}

.dashboard-tab-content {
  box-sizing: border-box;
  float: left;
  padding-left: 2.5%;
  width: 75%;
}
@media (max-width: 1024px) {
  .dashboard-tab-content {
    padding-left: 0;
    width: 100%;
  }
}
.dashboard-tab-content .dashboard-tab #edd_user_history th {
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  font-weight: 600;
  text-align: left;
}
.dashboard-tab-content .dashboard-tab .edd-sl-manage-license-key,
.dashboard-tab-content .dashboard-tab .edd-sl-manage-license-product {
  display: block;
}
.dashboard-tab-content .dashboard-tab #edd_sl_license_add_site_form span {
  display: block;
  margin-bottom: 13px;
}
.dashboard-tab-content .dashboard-tab #edd_sl_license_add_site_form .edd-input {
  display: block;
  margin-bottom: 13px;
  width: 50%;
}

@media (max-width: 768px) {
  #edd_user_history.edd-table {
    border: none;
    display: block;
  }
  #edd_user_history.edd-table thead,
#edd_user_history.edd-table tbody,
#edd_user_history.edd-table th,
#edd_user_history.edd-table td,
#edd_user_history.edd-table tr {
    border: none;
    display: block;
  }
  #edd_user_history.edd-table thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #edd_user_history.edd-table tr {
    border: 1px solid #ebebeb;
  }
  #edd_user_history.edd-table tr:last-of-type {
    border-bottom: none;
  }
  #edd_user_history.edd-table td {
    border-bottom: 1px solid #ebebeb;
    padding-left: 50%;
    position: relative;
  }
  #edd_user_history.edd-table td:before {
    color: #2d2d2d;
    font-weight: 600;
    left: 10px;
    padding-right: 10px;
    position: absolute;
    white-space: nowrap;
    width: 45%;
  }
  #edd_user_history.edd-table .edd_download_download_name:before {
    content: "Download Name";
  }
  #edd_user_history.edd-table .edd_download_download_files:before {
    content: "Files";
  }
  #edd_user_history.edd-table .edd_purchase_id:before {
    content: "ID";
  }
  #edd_user_history.edd-table .edd_purchase_date:before {
    content: "Date";
  }
  #edd_user_history.edd-table td.edd_purchase_amount:before {
    content: "Amount";
  }
  #edd_user_history.edd-table .edd_purchase_details:before {
    content: "Details";
  }
  #edd_user_history.edd-table .edd_invoice:before {
    content: "Invoice";
  }
  #edd_user_history.edd-table .edd_license_key:before {
    content: "License Keys";
  }
}

#edd_profile_editor_form input {
  width: 200px;
}
#edd_profile_editor_form #edd_profile_submit_fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#edd_profile_editor_form select,
#edd_profile_editor_form option {
  padding: 6px;
}
#edd_profile_editor_form .edd-profile-emails {
  list-style: none;
  margin-left: 0;
}
#edd_profile_editor_form .edd-profile-emails .actions {
  font-size: 14px;
}
@media (max-width: 520px) {
  #edd_profile_editor_form label {
    display: block !important;
  }
}

#edd_purchase_receipt ~ h3 {
  margin-bottom: 0;
}

.edd_purchase_receipt_product_notes {
  font-style: italic;
}

.edd_purchase_receipt_files {
  list-style: none;
  margin: 0;
}

#edd_checkout_wrap #edd_checkout_cart {
  margin-bottom: 36px;
}
#edd_checkout_wrap .edd_empty_cart {
  font-weight: 600;
}
#edd_checkout_wrap .puro_edd_guarantee {
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  margin-bottom: 36px;
  padding: 16px;
}
#edd_checkout_wrap .edd_form {
  width: 100%;
}
#edd_checkout_wrap .edd_cart_header_row {
  background: #f6f6f6;
  text-align: left;
}
#edd_checkout_wrap .edd_cart_header_row th {
  text-transform: none;
}
#edd_checkout_wrap .edd_cart_header_row th.edd_cart_actions {
  text-align: right;
}
#edd_checkout_wrap .edd_cart_actions,
#edd_checkout_wrap .edd_cart_total {
  text-align: right;
}
#edd_checkout_wrap #edd_sl_renewal_fields {
  margin-bottom: 36px;
}
#edd_checkout_wrap #edd_sl_renewal_fields p {
  margin: 0;
}
#edd_checkout_wrap #edd_sl_renewal_fields #edd_sl_show_renewal_form_wrap {
  font-weight: 600;
}
#edd_checkout_wrap #edd_sl_renewal_fields #edd_sl_show_renewal_form {
  cursor: pointer;
}
#edd_checkout_wrap #edd_sl_renewal_fields input {
  margin-bottom: 10px;
}
#edd_checkout_wrap .edd_cart_discount {
  text-align: right;
}
#edd_checkout_wrap #edd_show_discount {
  font-weight: 600;
  margin-bottom: 0;
}
#edd_checkout_wrap #edd_show_discount .edd_discount_link {
  font-weight: 400;
}
#edd_checkout_wrap .edd_error {
  color: rgba(255, 0, 0, 0.6);
  display: block;
  font-size: 0.875em;
  font-weight: 600;
}
#edd_checkout_wrap .edd-payment-icons {
  border: 1px solid #ebebeb;
  margin: 0 0 19.5px;
  padding: 35px 25px 20px;
  position: relative;
}
#edd_checkout_wrap .edd-payment-icons:before {
  background: #fff;
  color: #2d2d2d;
  content: "Accepted Payment Methods";
  font-size: 1.125em;
  font-weight: 600;
  left: 25px;
  padding: 0 5px;
  position: absolute;
  top: -15px;
}
#edd_checkout_wrap .edd-payment-icons img {
  border-radius: 0;
  max-width: 100px;
}
#edd_checkout_wrap #edd_checkout_user_info {
  padding-top: 16.5px;
  margin-bottom: 25px;
}
#edd_checkout_wrap fieldset {
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 25px;
}
#edd_checkout_wrap fieldset legend {
  font-size: 23px;
  padding: 0 5px;
  margin-bottom: 0;
}
#edd_checkout_wrap fieldset .edd-label {
  display: block;
  font-size: 1em;
}
#edd_checkout_wrap fieldset .edd-description {
  display: block;
  font-size: 0.8125em;
  margin-bottom: 6px;
}
#edd_checkout_wrap fieldset input:not([type=submit]) {
  width: 50%;
}
@media (max-width: 480px) {
  #edd_checkout_wrap fieldset input:not([type=submit]) {
    width: 100%;
  }
}
#edd_checkout_wrap fieldset #edd_final_total_wrap {
  display: none;
}
#edd_checkout_wrap fieldset #edd_final_total_wrap ~ p {
  font-size: 0.8125em;
}
#edd_checkout_wrap fieldset#edd_purchase_submit {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
#edd_checkout_wrap fieldset#edd_purchase_submit .edd-submit {
  font-size: 1em;
  padding: 18px 29px 17px;
  width: auto;
}

.puro-edd-checkout-icons.puro-container {
  margin: 75px auto 0;
  max-width: 840px;
}
.puro-edd-checkout-icons.puro-container::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 769px) {
  .puro-edd-checkout-icons.puro-container {
    padding: 0;
  }
}
.puro-edd-checkout-icons.puro-container div {
  color: #828282;
  -ms-flex-align: top;
  -webkit-align-items: top;
  -webkit-box-align: top;
  align-items: top;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
  width: 49%;
}
@media (max-width: 768px) {
  .puro-edd-checkout-icons.puro-container div {
    margin-bottom: 25px;
    width: 100%;
  }
}
.puro-edd-checkout-icons.puro-container div:last-of-type {
  float: right;
}
.puro-edd-checkout-icons.puro-container div span {
  align-self: center;
  display: inline-block;
  font-size: 34px;
  margin-right: 12px;
}
.puro-edd-checkout-icons.puro-container div p {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.puro-edd-checkout-icons.puro-container div p strong {
  color: #626262;
  font-size: 14px;
}

/*--------------------------------------------------------------
# - Full Screen Overlay
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## - General
--------------------------------------------------------------*/
.full-screen-overlay,
.full-screen-modal {
  display: none;
}

.full-screen-overlay {
  background: rgba(255, 255, 255, 0.98);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.full-screen-overlay .close {
  background-image: url(img/modal-close.png);
  background-size: cover;
  cursor: pointer;
  height: 25px;
  left: 30px;
  position: fixed;
  text-indent: -9999px;
  top: 30px;
  width: 25px;
}

.full-screen-modal {
  left: 50%;
  margin-left: -275px;
  position: fixed;
  top: 5%;
  z-index: 999999;
  width: 550px;
}
@media (max-width: 768px) {
  .full-screen-modal {
    margin-left: -45%;
    width: 90%;
  }
}
.full-screen-modal .header {
  border-bottom: 1px solid #ebebeb;
  padding: 26px 0;
  text-align: center;
}
.full-screen-modal .header h1 {
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  .full-screen-modal .header h1 {
    line-height: 1.3;
  }
}
.full-screen-modal .header h3 {
  font-size: 16px;
  margin: 0;
}
.full-screen-modal .body {
  padding: 26px;
}
.full-screen-modal .body p {
  font-size: 14px;
}
.full-screen-modal .body .notes {
  font-size: 13px;
  color: #626262;
}
.full-screen-modal .body form label {
  color: #2d2d2d;
  display: block;
  font-weight: 500;
}
.full-screen-modal .body form input[type=text] {
  width: 350px;
}
@media (max-width: 768px) {
  .full-screen-modal .body form input[type=text] {
    width: 70%;
  }
}
.full-screen-modal .body .form-notes {
  font-size: 11px;
  margin-bottom: 26px;
}

/*--------------------------------------------------------------
## - Video Overlay
--------------------------------------------------------------*/
.full-screen-modal.full-screen-modal-video {
  height: 450px;
  margin-top: -225px;
  margin-left: -400px;
  top: 50%;
  width: 800px;
}
.full-screen-modal.full-screen-modal-video .video-title {
  bottom: 108%;
  color: #2d2d2d;
  display: block;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 41px;
  font-weight: 300;
  position: absolute;
  margin: 0;
  text-align: center;
  width: 100%;
}

/*--------------------------------------------------------------
## - EDD Premium Upgrade Modal
--------------------------------------------------------------*/
#premium-edd-upgrade-modal.full-screen-modal {
  margin-left: -350px;
  width: 700px;
}
#premium-edd-upgrade-modal h1 {
  font-size: 32px;
}
#premium-edd-upgrade-modal .price-column {
  background: #f1f1f1;
  float: left;
  margin-right: 4%;
  padding: 40px;
  text-align: center;
  width: 46%;
}
#premium-edd-upgrade-modal .price-column:nth-of-type(2) {
  clear: right;
  margin-right: 0;
}
#premium-edd-upgrade-modal .price-column h3 {
  font-size: 29px;
  margin: 0 0 10px;
}
#premium-edd-upgrade-modal .price-column .price {
  font-size: 23px;
  margin-bottom: 10px;
}
#premium-edd-upgrade-modal .notes {
  float: left;
  text-align: center;
}
#premium-edd-upgrade-modal .notes:nth-of-type(2) {
  margin-top: 25px;
}

/*--------------------------------------------------------------
## - Newsletter Signup Modal
--------------------------------------------------------------*/
#newsletter-signup-modal #mc-embedded-subscribe-form .mc-field-group {
  margin-bottom: 15px;
}
#newsletter-signup-modal #mc-embedded-subscribe-form .mc-field-group input {
  width: 75%;
}
#newsletter-signup-modal #mc-embedded-subscribe-form .mce-submit-button {
  margin-top: 15px;
}
#newsletter-signup-modal #mc-embedded-subscribe-form .mce-submit-no-thanks a {
  font-size: 13px;
  text-decoration: none;
  color: #2d2d2d;
}
#newsletter-signup-modal #mc-embedded-subscribe-form .mce-submit-no-thanks a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# - Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper .gform_body ul.gform_fields.top_label li.gfield {
  margin-top: 20px;
}
.gform_wrapper .gform_body ul.gform_fields.top_label li.gfield#field_1_4 {
  margin-top: 0;
}
.gform_wrapper .gform_body ul.gform_fields.top_label li.gfield#field_1_4 .gfield_label {
  display: none;
}
.gform_wrapper .gform_body ul.gform_fields.top_label .ginput_container_checkbox {
  margin-top: -20px;
}
.gform_wrapper .gform_body ul.gform_fields.top_label .gfield_checkbox label {
  font-weight: normal;
  margin-top: 6px;
}
.gform_wrapper .gform_body ul.gform_fields.top_label .gfield_label {
  font-size: 0.95em;
  line-height: normal;
  font-weight: 600;
}
.gform_wrapper .gform_body ul.gform_fields.top_label .gfield_required_asterisk {
  margin-left: 0 !important;
}
.gform_wrapper .gform_body ul.gform_fields.top_label div.ginput_container {
  margin-top: 0;
}
.gform_wrapper .gform_body ul.gform_fields.top_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body ul.gform_fields.top_label textarea {
  padding: 10px 13px 9px;
}
.gform_wrapper .gform_body ul.gform_fields.top_label .field_description_below .gfield_description {
  padding-top: 5px;
}
.gform_wrapper .gform_footer.top_label input[type=submit] {
  font-size: 0.95em;
}
.gform_wrapper .gform_footer {
  margin-top: 4px !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  background: #fffbcc;
  border: 1px solid #e6db55 !important;
  border-radius: 3px;
  color: #757575;
  padding: 20px 26px;
}

.gf-activation .site-content h2 {
  margin-top: 0;
}
.gf-activation .site-content span {
  color: #2d2d2d;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Themes
--------------------------------------------------------------*/
.post-type-archive-theme #theme-archive-filter ul {
  display: none;
  list-style: none;
  margin: 0 0 35px;
}
.post-type-archive-theme #theme-archive-filter ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
  text-transform: capitalize;
}
.post-type-archive-theme #theme-archive-filter ul li a {
  border-radius: 2px;
  background: #f6f6f6;
  color: #626262;
  display: block;
  font-size: 0.875em;
  line-height: normal;
  padding: 11px 14px 10px;
}
.post-type-archive-theme #theme-archive-filter ul li a.active {
  background: #4d8ffb;
  color: #fff;
  opacity: 1;
}
.post-type-archive-theme #theme-archive-filter ul li a:hover {
  background: #4d8ffb;
  border: none;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.post-type-archive-theme .theme {
  background: #f6f6f6;
  border: 30px solid #f6f6f6;
  border-radius: 2px;
  box-sizing: border-box;
  float: left;
  margin: 0 0 50px 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.post-type-archive-theme .theme:last-of-type {
  margin-bottom: 0;
}
.post-type-archive-theme .screenshots a:last-of-type .screenshot-wrapper {
  margin-right: 0;
}
.post-type-archive-theme .screenshots .screenshot-wrapper {
  box-sizing: border-box;
  float: left;
  margin-right: 2.5%;
  width: 31.6666666667%;
}
@media (max-width: 768px) {
  .post-type-archive-theme .screenshots .screenshot-wrapper {
    margin-right: 0;
    margin-bottom: 2.5%;
    width: 100%;
  }
}
.post-type-archive-theme .screenshots .screenshot {
  height: 241px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.post-type-archive-theme .screenshots .screenshot img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-type-archive-theme .entry-header {
  display: block;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.post-type-archive-theme h2.entry-title {
  font-size: 1.802em;
  line-height: 1;
  margin: 0;
}
.post-type-archive-theme h2.entry-title a {
  color: #2d2d2d;
}
.post-type-archive-theme h2.entry-title a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.post-type-archive-theme .cat-links {
  color: #828282;
  font-size: 0.8125em;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .post-type-archive-theme .cat-links {
    display: inline-block;
    width: 100%;
  }
}
.post-type-archive-theme .cat-links a {
  color: #828282;
}
.post-type-archive-theme .cat-links a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.post-type-archive-theme .button, .post-type-archive-theme .page-links span, .page-links .post-type-archive-theme span, .post-type-archive-theme .pagination .page-numbers, .pagination .post-type-archive-theme .page-numbers {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .post-type-archive-theme .button, .post-type-archive-theme .page-links span, .page-links .post-type-archive-theme span, .post-type-archive-theme .pagination .page-numbers, .pagination .post-type-archive-theme .page-numbers {
    clear: both;
    display: inline-block;
    margin-top: 5px;
    position: static;
  }
}

.single-theme .entry-header {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 75px;
  overflow: hidden;
  position: relative;
}
.postid-71.single-theme .entry-header {
  background-position: 50% 3%;
}

.postid-6062.single-theme .entry-header {
  background-position: 50% 17%;
}

.single-theme .entry-header .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.single-theme .entry-header .entry-header-content {
  max-width: 1250px;
  margin: 86px auto 0;
  min-height: 514px;
  padding: 0 25px;
  position: relative;
  position: relative;
}
.single-theme .entry-header .left {
  bottom: -8px;
  box-sizing: border-box;
  max-width: 600px;
  position: absolute;
  width: 55%;
}
@media (max-width: 768px) {
  .single-theme .entry-header .left {
    bottom: initial;
    margin-bottom: -8px;
    max-width: 100%;
    position: static;
    width: 100%;
  }
}
.single-theme .entry-header .screenshot img {
  display: block;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.3);
}
.single-theme .entry-header .right {
  box-sizing: border-box;
  float: right;
  padding: 7% 0 0 50px;
  width: 50%;
}
@media (max-width: 1260px) {
  .single-theme .entry-header .right {
    padding-top: 15%;
    width: 45%;
  }
}
@media (max-width: 768px) {
  .single-theme .entry-header .right {
    float: none;
    padding-left: 0;
    margin-bottom: 39px;
    width: 100%;
  }
}
.single-theme .entry-header .right .play-video {
  display: none;
}
.single-theme .entry-header .description {
  color: #fff;
  font-weight: 400;
  margin: 0 0 26px;
  width: 100%;
}
@media (max-width: 768px) {
  .single-theme .entry-header .description {
    text-align: center;
  }
}
.single-theme .entry-header .description h1 {
  font-size: 2.565em;
  color: #fff;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .single-theme .entry-header .description h1 {
    font-size: 2.25em;
  }
}
.single-theme .entry-header .description p {
  font-size: 1.125em;
  margin-bottom: 39px;
}
.single-theme .entry-header .description p:first-of-type {
  font-size: 1.266em;
  display: block;
  font-weight: 400;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .single-theme .entry-header .description p:first-of-type {
    font-size: 1.125em;
  }
}
.single-theme .entry-header .theme-actions ul {
  list-style: none;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .single-theme .entry-header .theme-actions ul {
    text-align: center;
  }
}
.single-theme .entry-header .theme-actions ul li {
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 1150px) {
  .single-theme .entry-header .theme-actions ul li {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .single-theme .entry-header .theme-actions ul li {
    display: block;
    margin-bottom: 15px;
  }
  .single-theme .entry-header .theme-actions ul li i {
    display: none;
  }
}
.single-theme .entry-header .theme-actions ul li:last-of-type {
  margin-right: 0;
}
.single-theme .entry-header .theme-actions ul li .button [class^=icon-], .single-theme .entry-header .theme-actions ul li .page-links span [class^=icon-], .page-links .single-theme .entry-header .theme-actions ul li span [class^=icon-], .single-theme .entry-header .theme-actions ul li .pagination .page-numbers [class^=icon-], .pagination .single-theme .entry-header .theme-actions ul li .page-numbers [class^=icon-] {
  display: inline-block;
  font-size: 0.9375em;
  line-height: 0;
  margin-right: 3px;
  vertical-align: baseline;
}
.single-theme .theme-actions .button [class^=icon-], .single-theme .theme-actions .page-links span [class^=icon-], .page-links .single-theme .theme-actions span [class^=icon-], .single-theme .theme-actions .pagination .page-numbers [class^=icon-], .pagination .single-theme .theme-actions .page-numbers [class^=icon-],
.single-theme .specifications .button [class^=icon-],
.single-theme .specifications .page-links span [class^=icon-],
.page-links .single-theme .specifications span [class^=icon-],
.single-theme .specifications .pagination .page-numbers [class^=icon-],
.pagination .single-theme .specifications .page-numbers [class^=icon-] {
  display: inline-block;
  font-size: 0.9375em;
  line-height: 0;
  margin-right: 3px;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .single-theme .theme-actions .button [class^=icon-], .single-theme .theme-actions .page-links span [class^=icon-], .page-links .single-theme .theme-actions span [class^=icon-], .single-theme .theme-actions .pagination .page-numbers [class^=icon-], .pagination .single-theme .theme-actions .page-numbers [class^=icon-],
.single-theme .specifications .button [class^=icon-],
.single-theme .specifications .page-links span [class^=icon-],
.page-links .single-theme .specifications span [class^=icon-],
.single-theme .specifications .pagination .page-numbers [class^=icon-],
.pagination .single-theme .specifications .page-numbers [class^=icon-] {
    display: none !important;
  }
}
.single-theme .theme-content-top-wrapper {
  clear: both;
}
.single-theme .long-description {
  font-size: 1.125em;
  box-sizing: border-box;
  float: left;
  margin-bottom: 75px;
  padding-right: 5%;
  width: 75%;
}
@media (max-width: 1024px) {
  .single-theme .long-description {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .single-theme .long-description {
    margin-bottom: 39px;
    width: 100%;
  }
}
.single-theme .long-description p:last-of-type {
  margin-bottom: 0;
}
.single-theme .details {
  font-size: 0.875em;
  border-radius: 2px;
  box-sizing: border-box;
  float: right;
  width: 25%;
}
@media (max-width: 1024px) {
  .single-theme .details {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .single-theme .details {
    margin-bottom: 75px;
    width: 100%;
  }
}
.single-theme .details a {
  color: #626262;
}
.single-theme .details a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.single-theme .details ul {
  background: #f6f6f6;
  border-radius: 2px 2px 0 0;
  list-style: none;
  margin: 0;
  padding: 16px 26px;
}
@media (max-width: 1150px) {
  .single-theme .details ul {
    padding: 13px;
  }
}
.single-theme .details ul li {
  line-height: 2;
}
@media (max-width: 768px) {
  .single-theme .details ul li {
    line-height: 2.5;
  }
}
.single-theme .details .details-button {
  display: inline-block;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
@media (max-width: 768px) {
  .single-theme .details .details-button {
    border-top: 10px solid #fff;
  }
}
.single-theme .details .details-button:first-of-type {
  border-right: 2px solid #fff;
}
@media (max-width: 768px) {
  .single-theme .details .details-button:first-of-type {
    border-right: 10px solid #fff;
  }
}
.single-theme .details .details-button a {
  background: #f6f6f6;
  color: #626262;
  display: block;
  font-weight: 600;
  padding: 13px 26px;
  text-align: center;
}
@media (max-width: 1150px) {
  .single-theme .details .details-button a {
    padding: 13px;
    text-align: left;
  }
}
.single-theme .details .details-button a:hover {
  background: #4d8ffb;
  color: #fff;
}
.single-theme .details .details-button:first-of-type a {
  border-bottom-left-radius: 2px;
}
.single-theme .details .details-button:last-of-type a {
  border-bottom-right-radius: 2px;
}
.single-theme h3.sow-sub-headline {
  font-weight: 400;
  padding-top: 10px;
}
.single-theme .features {
  margin: 0 0 -26px;
}
.single-theme .specifications {
  border-radius: 2px;
  margin: 0 auto 75px auto;
  max-width: 85%;
}
@media (max-width: 768px) {
  .single-theme .specifications {
    max-width: 100%;
  }
}
.single-theme .specifications table,
.single-theme .specifications th,
.single-theme .specifications td {
  border-color: #ebebeb;
}
.single-theme .specifications tr:first-of-type {
  background: #f6f6f6;
}
.single-theme .specifications tr:last-of-type {
  border-bottom: none;
}
.single-theme .specifications tr td {
  border-color: #ebebeb;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 780px) {
  .single-theme .specifications tr td {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .single-theme .specifications tr td {
    padding: 8px;
  }
}
.single-theme .specifications tr td:nth-child(3n+1) {
  width: 50%;
}
@media (max-width: 480px) {
  .single-theme .specifications tr td:nth-child(3n+1) {
    padding: 6px;
  }
}
.single-theme .specifications tr td:nth-child(3n+2), .single-theme .specifications tr td:nth-child(3n) {
  text-align: center;
  width: 25%;
}
@media (max-width: 480px) {
  .single-theme .specifications tr td:nth-child(3n+2), .single-theme .specifications tr td:nth-child(3n) {
    padding-right: 0;
    padding-left: 0;
  }
}
.single-theme .specifications tr td h4 {
  margin: 0;
}
@media (max-width: 768px) {
  .single-theme .specifications tr td h4 {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .single-theme .specifications tr td h4 {
    font-size: 12px;
    padding: 4px 0;
  }
}
.single-theme .specifications tr td .label {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .single-theme .specifications tr td .label {
    font-size: 12px;
  }
}
.single-theme .specifications tr td .label-description {
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .single-theme .specifications tr td .label-description {
    font-size: 12px;
  }
}
.single-theme .specifications tr td i:not(.yes):not(.icon-cloud-download):not(.icon-cart-plus) {
  color: #c1c1c1;
}
.single-theme .specifications tr td i.yes {
  color: #4d8ffb;
}
.single-theme .specifications tr td p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .single-theme .specifications tr td .button, .single-theme .specifications tr td .page-links span, .page-links .single-theme .specifications tr td span, .single-theme .specifications tr td .pagination .page-numbers, .pagination .single-theme .specifications tr td .page-numbers {
    padding-right: 13.5px;
    padding-left: 13.5px;
  }
}
@media (max-width: 768px) {
  .single-theme .specifications tr td .button, .single-theme .specifications tr td .page-links span, .page-links .single-theme .specifications tr td span, .single-theme .specifications tr td .pagination .page-numbers, .pagination .single-theme .specifications tr td .page-numbers {
    background: none;
    color: #4d8ffb;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 0 10px;
  }
}
.single-theme .hero {
  background-position: 50% 100%;
  min-height: initial;
  overflow-x: hidden;
}
.postid-1706.single-theme .hero {
  background-position: 50% 82%;
}

@media (max-width: 1920px) {
  .postid-6062.single-theme .hero {
    background-position: 50% 61%;
  }
}
@media (max-width: 1440px) {
  .postid-6062.single-theme .hero {
    background-position: 50% 70%;
  }
}
.single-theme .hero .overlay {
  background: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
# - Widgets
--------------------------------------------------------------*/
.widget-area .widget,
.site-footer .widget {
  margin: 0 0 45px;
}
.widget-area .widget .button, .widget-area .widget .page-links span, .page-links .widget-area .widget span, .widget-area .widget .pagination .page-numbers, .pagination .widget-area .widget .page-numbers,
.widget-area .widget input[type=submit],
.site-footer .widget .button,
.site-footer .widget .page-links span,
.page-links .site-footer .widget span,
.site-footer .widget .pagination .page-numbers,
.pagination .site-footer .widget .page-numbers,
.site-footer .widget input[type=submit] {
  font-size: 14px;
  padding-bottom: 11.5px;
}

.widget-area .widget {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin-bottom: 35px;
  overflow: auto;
  padding-bottom: 13px;
  width: 100%;
}
.widget-area .widget h3.widget-title,
.widget-area .widget ul li.pagenav > a {
  background: #f6f6f6;
  border-bottom: 1px solid #ebebeb;
  color: #2d2d2d;
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
  padding: 13px 26px;
}
.widget-area .widget h3.widget-title ~ *,
.widget-area .widget ul li.pagenav > a ~ * {
  font-size: 0.875em;
}
.widget-area .widget ul li.pagenav > a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.widget-area .widget h3.widget-title ~ * {
  margin-right: 26px;
  margin-left: 26px;
}
.widget-area .widget ul {
  list-style: none;
  margin: 0 26px 0;
}
.widget-area .widget ul li a {
  border: none;
  display: block;
  color: #626262;
  margin-bottom: 8px;
}
.widget-area .widget ul li a:hover {
  color: #4d8ffb;
  text-decoration: none;
}
.widget-area .widget ul li.current_page_item > a {
  color: #4d8ffb;
  font-weight: 600;
}
.widget-area .widget > ul {
  list-style: none;
  margin: 0;
}
.widget-area .widget p:last-of-type {
  margin-bottom: 13px;
}
.widget-area .widget select {
  max-width: 100%;
}
.widget-area .widget .button, .widget-area .widget .page-links span, .page-links .widget-area .widget span, .widget-area .widget .pagination .page-numbers, .pagination .widget-area .widget .page-numbers,
.widget-area .widget input[type=submit] {
  margin-bottom: 13px;
}

.site-footer .widget .widget-title {
  font-size: 1em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.site-footer .widget .widget-title ~ * {
  font-size: 0.875em;
}
.site-footer .widget ul {
  list-style: none;
  margin: 0;
}
.site-footer .widget ul li {
  line-height: 2.5;
}

/*--------------------------------------------------------------
## - Search Widget
--------------------------------------------------------------*/
.widget .search-form {
  position: relative;
}
.widget .search-form input[type=search] {
  padding-right: 40px;
  width: 100%;
}
.widget .search-form button[type=submit] {
  position: absolute;
  right: 14px;
  top: 13px;
}
.widget .search-form button[type=submit] svg {
  height: 16px;
  width: 16px;
}

/*--------------------------------------------------------------
# - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## - Layout
--------------------------------------------------------------*/
.puro-container {
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 25px;
  position: relative;
  width: 100%;
}
.full-width .puro-container {
  max-width: none;
}

.site-content {
  overflow-x: hidden;
}
.site-content::after {
  clear: both;
  content: "";
  display: table;
}

.content-area {
  width: 100%;
}

.sidebar .content-area {
  float: left;
  width: 70%;
}
.sidebar-left.sidebar .content-area {
  float: right;
}

@media (max-width: 768px) {
  .sidebar .content-area {
    border: 0;
    padding-right: 0;
    width: 100%;
  }
}

.page-layout-no-sidebar .content-area {
  float: none;
  width: 100%;
}

.page-layout-constrained .content-area,
.gfur-activate .site-content,
.blog .content-area,
.archive:not(.post-type-archive):not(.bbpress):not(.bbp-search):not(.bbpress) .content-area,
.single-post .content-area {
  float: none;
  margin: 0 auto;
  max-width: 870px;
}

.widget-area {
  float: right;
  padding-left: 4%;
  width: 30%;
}
.sidebar-left {
  float: left;
  padding-right: 4%;
  padding-left: 0;
}

@media (max-width: 768px) {
  .widget-area {
    border-top: 1px solid #ebebeb;
    margin-top: 50px;
    padding: 50px 0 0;
    width: 100%;
  }
}

/*--------------------------------------------------------------
## - Header
--------------------------------------------------------------*/
.site-header {
  background: #2e5596;
  padding: 30px 0;
  margin-bottom: 75px;
  position: relative;
  width: 100%;
  z-index: 100;
}
.header-layout-overlap .site-header, .single-theme .site-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  position: absolute;
}
.no-header-margin .site-header, .single-post .site-header, .archive:not(.post-type-archive) .site-header, .bbpress:not(.forum-archive) .site-header, .single-documentation .site-header {
  margin-bottom: 0;
}
.site-header .site-header-inner {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.site-header .site-branding {
  flex-shrink: 0;
  padding-right: 20px;
}
.site-header .site-branding .site-title {
  margin: 0;
}
.site-header .site-branding img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .site-header:not(.mobile-menu) .container-inner {
    display: block;
  }
  .site-header:not(.mobile-menu) .site-branding {
    margin: 0 auto 20px auto;
    padding: 0;
    text-align: center;
  }
  .site-header:not(.mobile-menu) .site-branding img {
    display: inline-block;
    max-width: 100%;
  }
  .site-header:not(.mobile-menu) .main-navigation {
    text-align: center;
  }
  .site-header:not(.mobile-menu) .site-branding,
.site-header:not(.mobile-menu) .main-navigation {
    display: block;
  }
}
.site-header .page-header,
.site-header .entry-header {
  padding: 70px 0 70px;
  margin-bottom: 0;
  text-align: center;
}
.site-header .page-header .entry-title,
.site-header .page-header .page-title,
.site-header .entry-header .entry-title,
.site-header .entry-header .page-title {
  color: #fff;
  font-size: 2.565em;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.site-header .page-header p,
.site-header .entry-header p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  margin-top: 15px;
}
.site-header .page-header p a,
.site-header .entry-header p a {
  color: #fff;
}
.site-header .page-header p a:hover,
.site-header .entry-header p a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.site-header .page-header p:last-of-type,
.site-header .entry-header p:last-of-type {
  margin-bottom: 0;
}
.site-header .search-form {
  margin: 55px auto 40px;
  max-width: 940px;
  position: relative;
}
.site-header .search-form input[type=search] {
  background: rgba(38, 71, 125, 0.8);
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.125em;
  padding: 14px 65px 13px 18px;
  position: relative;
  width: 100%;
}
.site-header .search-form input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.site-header .search-form input[type=search]:-moz-placeholder {
  color: #fff;
}
.site-header .search-form input[type=search]::-moz-placeholder {
  color: #fff;
}
.site-header .search-form input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.site-header .search-form input[type=search]:focus {
  background: #26477d;
}
.site-header .search-form button[type=submit] {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 14px;
}
.site-header .search-form button[type=submit] svg {
  height: 19px;
  width: 19px;
}
.site-header .search-form button[type=submit] svg path {
  fill: #fff;
}

/*--------------------------------------------------------------
## - Posts and pages
--------------------------------------------------------------*/
.hentry {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 50px;
  padding: 0 0 25px;
}
.hentry:last-of-type {
  border: 0;
  padding: 0;
}
.hentry:only-of-type {
  border: 0;
  margin: 0;
  padding: 0;
  margin: 0;
}

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

/*--------------------------------------------------------------
## - Posts
--------------------------------------------------------------*/
.site-content .entry-title {
  color: #2d2d2d;
  font-size: 32px;
  line-height: normal;
  margin: 0;
}
.site-content .entry-title a {
  color: #2d2d2d;
  text-decoration: none;
}
.site-content .entry-title a:hover {
  color: #626262;
}

.entry-meta {
  line-height: normal;
  margin-top: 8px;
}
.entry-meta > span {
  color: #828282;
  font-size: 0.875em;
  margin-right: 12px;
  position: relative;
}
.entry-meta > span a {
  color: inherit;
  text-decoration: none;
}
.entry-meta > span a:hover {
  color: #4d8ffb;
}
.entry-meta > span:before {
  color: #828282;
  display: inline-block;
  font-family: "puro-themes-icons";
  font-size: 13px;
  line-height: normal;
  margin: 0 5px 0 0;
}
.entry-meta > span.entry-date:before {
  content: "";
}
.entry-meta > span.byline:before {
  content: "";
}
.entry-meta > span.comments-link:before {
  content: "";
}
.entry-meta .updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-thumbnail,
.entry-video {
  margin-bottom: 1.5em;
}

.entry-thumbnail {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  width: 100%;
}
.entry-thumbnail .thumbnail-meta {
  display: block;
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.entry-thumbnail .thumbnail-meta ul {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}
.entry-thumbnail .thumbnail-meta ul li {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 5px 12px 6px;
  text-transform: uppercase;
}
.entry-thumbnail .thumbnail-meta ul li a {
  color: #fff;
  line-height: normal;
}
.entry-thumbnail .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 0;
}
.entry-thumbnail:hover .overlay {
  background: rgba(0, 0, 0, 0.2);
}

.entry-thumbnail .icon-add {
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  border-radius: 50%;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  padding: 16px 0 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.15s;
  transform: scale(0, 0);
  width: 60px;
  z-index: 5;
}
@media (max-width: 480px) {
  .entry-thumbnail .icon-add {
    height: 52px;
    margin: -26px 0 0 -26px;
    padding: 13.5px 0 0 0;
    width: 52px;
  }
}
.entry-thumbnail:hover .icon-add {
  transform: scale(1, 1);
}

.entry-thumbnail .icon-add svg {
  height: 30px;
  margin-right: -15.6px;
  position: absolute;
  right: 50%;
  width: 30px;
}
@media (max-width: 480px) {
  .entry-thumbnail .icon-add svg {
    height: 26px;
    margin-right: -13.5px;
    width: 26px;
  }
}
.entry-thumbnail .icon-add svg path {
  fill: #fff;
  opacity: 0.7;
}
.entry-thumbnail a {
  display: block;
  line-height: 0;
}

.site-content .more-wrapper {
  display: block;
}
.site-content .more-wrapper span {
  font-size: 16px;
  position: relative;
  right: -4px;
  top: 2.5px;
}
.site-content .more-wrapper a {
  color: #2d2d2d;
  font-weight: 600;
}
.site-content .more-wrapper a:hover {
  color: #4d8ffb;
}

.page-links {
  text-align: left;
}
.page-links .page-links-title {
  background: none;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  text-transform: none;
}
.page-links .page-links-title:hover {
  background: none;
  color: #626262;
}
.page-links span {
  margin-right: 3px;
  padding-right: 17px;
  padding-left: 17px;
}
.page-links a span {
  background: #ebebeb;
  display: inline-block;
  color: #626262;
}
.page-links a span:hover {
  background: #4d8ffb;
  color: #fff;
}

.single-post .entry-footer {
  margin: 0;
}

.share-networks {
  margin: 50px 0;
}
.share-networks h3 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.6875;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.share-networks ul {
  list-style: none;
  margin: 0;
  overflow: auto;
}
.share-networks ul li {
  float: left;
  line-height: normal;
  margin-right: 15px;
}

.tags-title {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.6875;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tags-links a {
  background: #ebebeb;
  border-radius: 2px;
  color: #626262;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: normal;
  margin: 0 6px 8px 0;
  padding: 6px 10px;
  transition: 0.3s;
}
.tags-links a:hover {
  background: #4d8ffb;
  color: #fff;
}

.entry-content code {
  background: #eee;
  display: inline-block;
  font-size: 13px;
  padding: 2px 4.5px 1.3px;
}

/*--------------------------------------------------------------
## - Search Results
--------------------------------------------------------------*/
.search-no-results .site-header {
  margin-bottom: 0;
}

.search-results .site-header {
  margin-bottom: 0;
}
.search-results article {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 50px;
  padding: 0 0 30px;
}
.search-results article:last-of-type {
  border: 0;
}
.search-results article:only-of-type {
  border: 0;
  margin: 0;
}
.search-results article .entry-title {
  font-size: 26px;
}

/*--------------------------------------------------------------
## - Search Form
--------------------------------------------------------------*/
.search-form input[type=search] {
  padding-right: 43px;
}
.search-form button[type=submit] {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  right: 36px;
  top: 3px;
}
.search-form button[type=submit] svg {
  height: 16px;
  width: 16px;
}
.search-form button[type=submit] svg path {
  fill: #7a7a7a;
}

/*--------------------------------------------------------------
## - Related Posts
--------------------------------------------------------------*/
.related-posts-section {
  padding-bottom: 25px;
}
.related-posts-section .related-posts {
  font-size: 18px;
  text-transform: uppercase;
}
.related-posts-section ol {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.related-posts-section ol::after {
  clear: both;
  content: "";
  display: table;
}
.related-posts-section ol li {
  display: block;
  float: left;
  margin: 0 0 25px 0;
  width: 31%;
}
@media (max-width: 480px) {
  .related-posts-section ol li {
    width: 100%;
  }
}
.related-posts-section ol li:nth-child(3n+1) {
  margin-right: 3.5%;
}
@media (max-width: 480px) {
  .related-posts-section ol li:nth-child(3n+1) {
    margin-right: 0;
  }
}
.related-posts-section ol li:nth-child(3n+3) {
  margin-left: 3.5%;
}
@media (max-width: 480px) {
  .related-posts-section ol li:nth-child(3n+3) {
    margin-left: 0;
  }
}
.related-posts-section ol li:only-child {
  margin: 0;
}
.related-posts-section ol li a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.related-posts-section ol li img {
  margin-bottom: 10px;
}
.related-posts-section ol li .related-post-title {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 3px;
}
.related-posts-section ol li .related-post-title:hover {
  color: #4d8ffb;
}

.related-posts-section ol li .related-post-date {
  color: #828282;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}
.related-posts-section ol li .related-post-date:hover {
  color: #4d8ffb;
}

/*--------------------------------------------------------------
## - Author Box
--------------------------------------------------------------*/
.author-box {
  display: table;
  border: 2px solid #f6f6f6;
  border-right: 0;
  border-left: 0;
  margin: 0;
  padding: 30px 0;
  margin-bottom: 50px;
  width: 100%;
}
.author-box .author-avatar {
  display: table-cell;
  vertical-align: top;
  width: 105px;
}
@media (max-width: 480px) {
  .author-box .author-avatar {
    display: block;
    width: 100%;
  }
}
.author-box .author-avatar img {
  border-radius: 40px;
  display: block;
  height: 80px;
  width: 80px;
}
@media (max-width: 480px) {
  .author-box .author-avatar img {
    margin: 0 auto 15px;
  }
}
.author-box .author-description {
  display: table-cell;
  vertical-align: top;
}
.author-box .author-description h3 {
  font-size: 1.266em;
  line-height: normal;
  margin: 0;
}
.author-box .author-description span {
  display: block;
  font-size: 0.875em;
  margin-bottom: 10px;
}
.author-box .author-description span a {
  color: #626262;
}
.author-box .author-description span a:hover {
  color: #4d8ffb;
}
.author-box .author-description div {
  font-size: 0.875em;
}

/*--------------------------------------------------------------
## - Comments
--------------------------------------------------------------*/
.comment-list {
  margin: 0 0 30px;
  padding: 0;
}
.comment-list ol.children {
  margin: 0;
}
@media (min-width: 1025px) {
  .comment-list li .comment {
    margin-left: 80px;
  }
}
.comment-list .comment,
.comment-list .pingback {
  color: #626262;
  display: block;
}
.comment-list .comment .comment-box,
.comment-list .pingback .comment-box {
  border-bottom: 1px solid #f6f6f6;
  padding: 25px 0;
}
@media (min-width: 481px) {
  .comment-list .comment .comment-container,
.comment-list .pingback .comment-container {
    margin-left: 80px;
  }
}
.comment-list .comment .avatar-container,
.comment-list .pingback .avatar-container {
  float: left;
}
@media (max-width: 480px) {
  .comment-list .comment .avatar-container,
.comment-list .pingback .avatar-container {
    display: none;
  }
}
.comment-list .comment .avatar-container img,
.comment-list .pingback .avatar-container img {
  display: block;
  border-radius: 50%;
}
.comment-list .comment .info,
.comment-list .pingback .info {
  line-height: normal;
  padding-bottom: 15px;
}
.comment-list .comment .author,
.comment-list .pingback .author {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 600;
}
.comment-list .comment .author a,
.comment-list .pingback .author a {
  color: #2d2d2d;
  text-decoration: none;
}
.comment-list .comment .author a:hover,
.comment-list .pingback .author a:hover {
  color: #626262;
}
.comment-list .bypostauthor .author:before {
  content: "";
  font-family: "puro-themes-icons";
  font-size: 16px;
  margin-right: 5px;
}

.comment-list .comment .date,
.comment-list .pingback .date {
  color: #828282;
  font-size: 13px;
}
.comment-list .comment .comment-content,
.comment-list .pingback .comment-content {
  font-size: 16px;
}
.comment-list .comment .comment-content p,
.comment-list .pingback .comment-content p {
  margin-bottom: 15px;
}
.comment-list .comment .comment-content a,
.comment-list .pingback .comment-content a {
  word-wrap: break-word;
}
.comment-list .comment .comment-content .comment-awaiting-moderation,
.comment-list .pingback .comment-content .comment-awaiting-moderation {
  font-weight: bold;
  font-weight: 600;
}
.comment-list .comment .comment-reply-link,
.comment-list .pingback .comment-reply-link {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: bold;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.comment-list .comment .comment-reply-link:hover,
.comment-list .pingback .comment-reply-link:hover {
  color: #4d8ffb;
}
.comment-list .pingback {
  list-style: none;
}
.comment-list .pingback .comment-container {
  list-style: none;
  margin-left: 0;
}

.comments-title,
.comment-reply-title {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.comment-reply-title {
  margin-bottom: 15px;
}
.comment-reply-title #cancel-comment-reply-link {
  color: #828282;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 13px;
  margin-left: 0.5em;
  text-transform: none;
}
.comment-reply-title #cancel-comment-reply-link:hover {
  color: #4d8ffb;
}

#commentform p {
  line-height: normal;
  margin-bottom: 25px;
}
#commentform label {
  display: block;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 8px;
}
#commentform textarea {
  width: 100%;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  box-sizing: border-box;
  float: left;
  width: 48.25%;
}
@media (max-width: 768px) {
  #commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
    width: 100%;
  }
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
  width: 100%;
}
#commentform .comment-form-author {
  margin: 0 3.5% 25px 0;
}
@media (max-width: 768px) {
  #commentform .comment-form-author {
    margin: 0 0 25px;
  }
}
#commentform .comment-notes,
#commentform .logged-in-as {
  font-size: 14px;
  line-height: 1.6875;
}
#commentform .comment-notes a,
#commentform .logged-in-as a {
  color: #626262;
  text-decoration: none;
}
#commentform .comment-notes a:hover,
#commentform .logged-in-as a:hover {
  color: #4d8ffb;
}
#commentform .comment-form-cookies-consent {
  align-items: center;
  clear: both;
  display: flex;
  margin: 0 0 8px;
}
#commentform .comment-form-cookies-consent input {
  line-height: 1;
  margin-right: 5px;
}
#commentform .comment-form-cookies-consent label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
}
#commentform .form-submit {
  margin: 25px 0 0;
  clear: both;
}
#commentform .comment-subscription-form {
  display: block;
  clear: both;
  margin: 0 0 8px;
  overflow: auto;
}
#commentform .comment-subscription-form input {
  margin-right: 0;
}
#commentform .comment-subscription-form label {
  font-size: 14px;
  font-weight: normal;
}

.no-comments {
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

.commentform-error {
  font-size: 14px;
  margin: 0 0 25px;
}

/*--------------------------------------------------------------
## - Footer
--------------------------------------------------------------*/
.site-footer {
  background: #2d2d2d;
  color: #a0a0a0;
  margin-top: 75px;
}
.no-footer-margin .site-footer, .single-theme .site-footer {
  margin-top: 0;
}
.site-footer .widgets {
  padding: 75px 0;
  width: 100%;
}
.site-footer .widgets::after {
  clear: both;
  content: "";
  display: table;
}
.site-footer .widgets.widgets-1 .widget {
  width: 100%;
}
.site-footer .widgets.widgets-2 .widget {
  width: 48.625%;
}
.site-footer .widgets.widgets-3 .widget {
  width: 31.5%;
}
.site-footer .widgets.widgets-4 .widget {
  width: 22.9375%;
}
.site-footer .widgets.widgets-5 .widget {
  width: 17.8%;
}
.site-footer .widgets.widgets-6 .widget {
  width: 14.375%;
}
.site-footer .widgets.widgets-7 .widget {
  width: 11.9285714286%;
}
.site-footer .widgets.widgets-8 .widget {
  width: 10.09375%;
}
.site-footer .widgets.widgets-9 .widget {
  width: 8.6666666667%;
}
.site-footer .widgets.widgets-10 .widget {
  width: 7.525%;
}
.site-footer .widgets .widget {
  box-sizing: content-box;
  margin: 0 2.75% 0 0;
  float: left;
}
.site-footer .widgets .widget .widget-title {
  color: #fff;
}
@media (max-width: 768px) {
  .site-footer .widgets .widget .widget-title {
    margin-bottom: 10px;
  }
}
.site-footer .widgets .widget a {
  color: #a0a0a0;
}
.site-footer .widgets .widget a:hover {
  color: #fff;
}
.site-footer .widgets .widget:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .site-footer .widgets .widget {
    float: none;
    margin-bottom: 35px;
    width: 100% !important;
  }
  .site-footer .widgets .widget:last-of-type {
    margin-bottom: 0;
  }
}
.site-footer .bottom-bar {
  font-size: 0.8125em;
}
.site-footer .bottom-bar a {
  color: inherit;
}
.site-footer .bottom-bar a:hover {
  color: #fff;
}
.site-footer .bottom-bar .bottom-bar-inner {
  border-top: 1px solid #393939;
  padding: 50px 0;
}
.site-footer .bottom-bar .left {
  text-align: left;
}
.site-footer .bottom-bar .right {
  text-align: right;
}
.site-footer .bottom-bar .left,
.site-footer .bottom-bar .right {
  display: inline-block;
  width: 50%;
}
@media (max-width: 786px) {
  .site-footer .bottom-bar .left,
.site-footer .bottom-bar .right {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/*--------------------------------------------------------------
## - Home
--------------------------------------------------------------*/
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
  background-position: 50% 10% !important;
}

#pg-19-3 .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
  background-position: 50% 50% !important;
}

@media (max-width: 768px) {
  .so-widget-sow-hero-default-cdee1ac0d993 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top: 200px !important;
  }
}
@media (max-width: 480px) {
  .so-widget-sow-hero-default-cdee1ac0d993 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top: 150px !important;
  }
}
/*--------------------------------------------------------------
## - Retrieve Order Numbers
--------------------------------------------------------------*/
@media (max-width: 883px) {
  .page-template-retrieve-order input[type=text] {
    margin-bottom: 7px;
    width: 100%;
  }
}
@media (min-width: 884px) {
  .page-template-retrieve-order input[type=text] {
    width: 74.5%;
  }
  .page-template-retrieve-order input[type=submit] {
    width: 25%;
  }
}

/*--------------------------------------------------------------
# - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
## - Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f6f6f6;
  border-radius: 2px;
  margin-bottom: 26px;
  max-width: 100%;
  padding: 20px;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  line-height: normal;
  margin: 15px 0 0;
}

.wp-caption-text {
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------------------------------
## - Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 27px;
}

.gallery-item {
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}
.gallery-item .gallery-icon a {
  display: block;
  line-height: 0;
  margin-bottom: 8px;
}

.gallery-caption {
  display: block;
  font-size: 13px;
}
