/*
Theme Name: Rack Inspect
Theme URI: https://webkraftstudios.com
Author: WebKraft Studios
Author URI: https://webkraftstudios.com
Description: Custom WordPress theme for Rack Inspect
Version: 1.0.0
Text Domain: rackinspect
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.7
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: auto;
  color: #0C3B95;
  background: #F9F9F9;
  background-image: linear-gradient(90deg, #D0D3D7 0%, #F0F3F7 25%, #FFFFFF 50%, #F0F3F7 75%, #D0D3D7 100%);
  /*background-image: linear-gradient(90deg, #DDDDDD 0%, #F7F7F7 25%, #FAFAFA 50%, #F7F7F7 75%, #DDDDDD 100%);*/
}

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;
  color: #0C3B95;
  transition: all 0.3s;
}

a:active,
a:hover {
  outline: 0;
  color: #9209CB;
  transition: all 0.3s;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

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

label {
   display: block;
   margin-bottom: 1rem;
   margin-top: 1rem;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn-primary,
.wp-block-button a,
.edit-link a {
  cursor: pointer;
  background: #007AEF;
  background-image: linear-gradient(0deg, #9209CB 0%, #007AEF 100%);
  border: 2px solid #9209CB;
  border: 2px solid rgba(250,250,250,0.3);
  border-top: 2px solid #0066CC;
  text-shadow: -1px -1px 0 #0C3B95;
  box-shadow: 0px 3px 10px  inset #007AEF;
  /*background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  border-top: 2px solid rgba(0,0,0,0.07);*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFF !important;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  padding: 0.7rem 3rem;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 500;
}

button:hover,
html input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.btn-primary:hover,
.wp-block-button a:hover,
.edit-link a:hover {
  /*background-position: 100%;
  background-color: #0C3B95;*/
  text-decoration: none;
  color: #FFF !important;
  border: 2px solid #0C3B95;
  /*border: 2px solid #9209CB;
  border-bottom: 2px solid #037;*/
  text-shadow: -1px -1px 0 #0C3B95;
  background-image: linear-gradient(0deg, #007AEF 0%, #9209CB 100%);
}

.button-alt,
.alt-button.wp-block-button a,
.home header#masthead:not(.fixed) .button {
	/*display: block;
    min-width: 120px;
    text-align: center;
    top: 0px;*/
  background-image: linear-gradient(180deg, #FFFFFF 33%, #D0D7DA 100%);
  border-radius: 7px;
  /*background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;*/
  box-shadow: 0px 3px 10px inset #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #0C3B95;
  border: 2px solid rgba(0,0,0,0.15);
  text-shadow: 1px 1px 0 #FFF;
  color: #0C3B95 !important;
}
.button-alt:hover,
.alt-button.wp-block-button a:hover,
.home header#masthead:not(.fixed) .button:hover {
  /*background-position: 100%;
  background-color: #EEE;*/
  text-decoration: none;
  color: #9209CB !important;
  border: 2px solid #9209CB; 
  text-shadow: 1px 1px 0 #FFF;
  background-image: linear-gradient(180deg, #D0D7DA 33%, #FFFFFF 100%);
}

a.button-outline, .wp-block-button.button-outline a {
  background-color: transparent;
  background-image: -webkit-linear-gradient(30deg, transparent 50%, #eeeeee 50%);
  background-image: linear-gradient(30deg, transparent 50%, #eeeeee 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #CCC;
  color: #FFF;
}
a.button-outline:hover, .button-outline a:hover {
  background-position: 100%;
  text-decoration: none;
  color: #333;
  background-color: transparent;
  border: 1px solid #FFF;
}

.wp-block-buttons {
	align-items: start !important;
}

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

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

input, textarea {
  line-height: normal;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

input[type=submit] {
  margin-top: 1rem;
}

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;
}

.form-control {
  color: #0C3B95;
  background-image: linear-gradient(0deg, #E3E7EC 33%, #FFFFFF 100%);
  box-shadow: 0 0 7px inset rgba(255,255,255,0.7);
  border: 2px solid #C3C7CC;
  transition: all 0.3s;
  padding: 0.5rem;
}
.form-control:hover {
  box-shadow: 0 0 7px inset #FFF;
  border: 2px solid rgba(0,0,0,0.37);
}
.form-control:focus {
  color: #0C3B95;
  background-image: linear-gradient(180deg, #E3E7EC 33%, #FFFFFF 100%);
  box-shadow: 0 0 7px inset #FFF;
  border: 2px solid #0C3B95;
}

fieldset {
  border: 1px solid #C3C7CC;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #0C3B95;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 {
  font-size: 42px;
  padding-bottom: 15px;
  line-height: 1.33;
}
h2 {
  font-size: 30px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 16px;
  line-height: 20px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 2.4rem;
  border-bottom: 2px solid #D3D7DD;
  box-shadow: 0 3px 1px rgba(255,255,255,0.1);
}
h2.entry-title {
  border-bottom: 2px solid #D3D7DD;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  position: relative;
  z-index: 7;
  width: 100%;
  margin-bottom: 0;
  padding: 0.3rem 0;
  background-image: linear-gradient(90deg, #D0D3D7 0%, #F0F3F7 25%, #FFFFFF 50%, #F0F3F7 75%, #D0D3D7 100%);
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in;
  background: #FFF;
}
.home header#masthead {
  position: absolute;
  top: 0;
  background: transparent;
}
.home header#masthead:not(.fixed) {
  box-shadow: none;
}
header#masthead:after,
header#masthead.fixed:after {
  position: relative;
  top: 0.3rem;
  width: 100%;
  height: 0.5rem;
  opacity: 0.73;
  background-image: linear-gradient(45deg, #4BB500 0%, #007AEF 40%, #007AEF 60%, #B620E0 100%);
}
header#masthead.fixed:after {
  transition: all 0.3s ease-in;
  top: 0.3rem;
}
.home header#masthead:after {
  display: none;
}
.home header#masthead.fixed:after {
  display: block;
}
.admin-bar header#masthead {
  position: fixed;
  top: 32px;
}
/*.admin-bar.home .site {
  margin-top: -32px;
}*/
header#masthead .button {
  top: 0.73rem;
  padding: 0.37rem 1rem;
	white-space: nowrap; 
	font-size: 0.89rem;
}
/*header#masthead.fixed .button {
	padding-bottom: 0.54rem;
}*/
header#masthead.fixed {
  top: 0;
  position: fixed;
  z-index: 7;
  background: #F9F9F9;
  background-image: linear-gradient(90deg, #D0D3D7 0%, #F0F3F7 25%, #FFFFFF 50%, #F0F3F7 75%, #D0D3D7 100%);
  /*background-image: linear-gradient(90deg, #DDDDDD 0%, #F7F7F7 25%, #FAFAFA 50%, #F7F7F7 75%, #DDDDDD 100%);*/
  transition: all 0.3s ease-in;
  padding: 0.07rem 0;
  background: #FFF;
}
.admin-bar header#masthead.fixed {
  top: 32px;
}
#wpadminbar {
  background: #0C3B95 !important;
}
#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input,
#wpadminbar .ab-top-menu>li.hover>.ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
  /*background: #9209CB !important;*/
  background: #137 !important;
  color: #9209CB !important;
}

.home header#masthead .logo,
.home header#masthead.fixed .logo-home,
header#masthead .logo-home {
  display: none;
}
header#masthead .logo,
.home header#masthead.fixed .logo,
.home header#masthead .logo-home {
  display: block;
}
header#masthead .logo img,
header#masthead .logo-home img {
  max-width: 360px;
}

.navbar-brand > a {
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #0C3B95;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  text-align: left;
  font-size: 1.25rem;
  padding: 10rem 5rem 5rem 5rem;
  background-size: cover !important;
}

#page-sub-header .banner-image {
  max-height: 420px;
  margin-top: 1rem;
  margin-left: 1rem;
  float: right;
}
#page-sub-header .banner-flash {
  position: absolute;
  right: 7rem;
  bottom: 10rem;
}
#page-sub-header .banner-demo {
  position: absolute;
  right: 1.5rem;
  bottom: 17.5rem;
}
#page-sub-header .banner-demo img.demo-hover {
  display: none;
}
#page-sub-header .banner-demo:hover img.demo-img {
  display: none;
}
#page-sub-header .banner-demo:hover img.demo-hover {
  display: block;
}

#page-sub-header .banner-logo {
  display: block;
  margin-bottom: 1rem;
}
#page-sub-header .banner-logo img {
  max-height: 80px;
}

#page-sub-header h1 {
  color: #FFF;
  clear: none;
  font-weight: 500;
  font-size: 2rem;
}

#page-sub-header p {
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
  color: #FFF;
}
#page-sub-header p strong {
  font-weight: 600;
}

#page-sub-header .banner-buttons {
  padding-top: 1rem;
  display: block;
}

#page-sub-header .banner-scroller {
  width: 100%;
  text-align: center;
  clear: both;
}
#page-sub-header .banner-scroller img {
  margin: 0 auto;
  position: relative;
  top: -1rem;
}

#page-sub-header .banner-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#page-sub-header .banner-footer-panel {
  height: 80px;
  overflow: hidden;
}
#page-sub-header .banner-footer-panel-rotated {
  background: #FFF;
  transform: rotate(-7deg);
  height: 120px;
  width: 120%;
  position: relative;
  top: 40px;
  left: -40px;
}

@media screen and (max-width: 767px) {
  #page-sub-header {
    position: relative;
    text-align: left;
    font-size: 1.25rem;
    padding: 5rem 3rem 7rem 3rem;
  }
  #page-sub-header .banner-image, #page-sub-header .banner-flash {
    display: none;
  }
  #page-sub-header .banner-scroller img {
    top: 2rem;
  }
  #page-sub-header .banner-demo {
    position: absolute;
    top: 3rem;
    right: 0;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
#masthead .navbar-nav {
	align-items: center !important;
}
#masthead .navbar-nav > li > a,
.home #masthead.fixed .navbar-nav > li > a,
.home #masthead .navbar .navbar-collapse.show .navbar-nav > li > a {
  color: #1144AA;
    padding: 0.73rem 0.37rem;
    margin: 0 0.7rem;
    font-size: 0.89rem;
    font-weight: 500;
    line-height: 1rem;
    /*max-width: 8.9rem;
	text-align: center;*/
    position: relative;
}
#masthead .navbar-nav > li > a:hover,
.home #masthead.fixed .navbar-nav > li > a:hover,
.home #masthead .navbar .navbar-collapse.show .navbar-nav > li > a:hover {
  color: #0C3B95;
}
#masthead .navbar-nav > li > a:after,
.home #masthead.fixed .navbar-nav > li > a:after,
.home #masthead .navbar .navbar-collapse.show .navbar-nav > li > a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #0C3B95;
  background-image: linear-gradient(45deg, #4BB500 0%, #007AEF 40%, #007AEF 60%, #B620E0 100%);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
  border-radius: 3px;
}
#masthead .navbar-nav > li > a:hover:after,
#masthead .navbar-nav > li > a:active:after,
#masthead .navbar-nav > li.current-menu-item > a:after,
.home #masthead.fixed .navbar-nav > li > a:hover:after,
.home #masthead.fixed .navbar-nav > li > a:active:after,
.home #masthead.fixed .navbar-nav > li.current-menu-item > a:after,
.home #masthead .navbar .navbar-collapse.show .navbar-nav > li > a:hover:after,
.home #masthead .navbar .navbar-collapse.show .navbar-nav > li > a:active:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/*body:not(.home) #masthead .navbar-nav > li > a:hover {
  color: #9209CB;
}*/
.home #masthead .navbar-nav > li > a {
  color: #EEE;
}
.home #masthead .navbar-nav > li > a:hover {
  color: #FFF;
}
.home #masthead .navbar-nav > li > a:after {
  background-color: #FFF;
  background-image: linear-gradient(45deg, rgba(255,255,255,0.7) 0%, #FFFFFF 40%, #FFFFFF 60%, rgba(255,255,255,0.7) 100%);
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

button.navbar-toggler {
  background-color: #FFF;
  background-color: rgba(255,255,255,0.77);
  background-image: none;
  border: 1px solid #9209CB !important;
  box-shadow: none;
}
button.navbar-toggler:hover {
  background: #FFF;
  border: 1px solid #0C3B95 !important;
  box-shadow: none;
}

.site header#masthead.site-header .navbar .navbar-collapse.show {
  background-color: #FFF;
  /*background-image: linear-gradient(45deg, #4BB500 0%, #007AEF 40%, #007AEF 60%, #B620E0 100%);*/
  margin-top: 1rem;
  padding: 0.5rem;
  border-radius: 7px;
}
.site header#masthead.site-header .navbar .navbar-collapse.show .navbar-nav > li > a {
  padding: 0.5rem;
  margin: 0.5rem;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

.header-sidebar .widget {
  margin: 0;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
	height: 45px;
}
.header-sidebar .header-help {
  /*margin: 5px;
  padding: 10px;
  overflow: hidden;*/
  display: block;
  font-size: 24px;
  line-height: 24px;
  width: 28px;
  height: 28px;
  border-radius: 30px;
}
.header-sidebar .header-help {
  color: #0C3B95;
  border: 3px solid transparent;
  /*box-shadow: 0 0 3px inset #9209CB;*/
}
.header-sidebar .header-help:hover {
  border: 3px solid #9209CB;
  color: #9209CB;
}
.home #masthead:not(.fixed) .header-sidebar a.header-help {
  color: #FFF;
  border: 3px solid transparent;
}
.home #masthead:not(.fixed) .header-sidebar a.header-help:hover {
  /*margin: 10px;
  padding: 0;
  box-shadow: 0 0 3px inset #FFF;*/
  border: 3px solid #FFF;
}
.header-sidebar .header-help i {
  /*margin: 10px;*/
  margin-left: -1px;
  position: relative;
  top: -1px;
}
.widget_socials_ignited {
  text-align: right;
}
.widget_socials_ignited a:hover {
  text-decoration: none;
}
.widget_socials_ignited a:hover i {
  text-decoration: none;
  color: #0C3B95 !important;
  transition: all 0.3s;
}

.under-banner {
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  background: #0C3B95;
  color: #FFF;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content.site-content {
  /*padding-bottom: 1rem;*/
  padding-top: 1rem;
}
.home #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.admin-bar .site {
  margin-top: 120px;
}
.home .site, .home .entry-content {
  margin-top: 0 !important;
}

.site-panel {
  background-color: #FFF;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #979A9C;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: 0 0 7px rgba(255,255,255,0.7);
  border-radius: 15px;
  padding: 3rem;
  margin-bottom: 3rem;
}

.feature-banner {
  background-image: linear-gradient(34deg, #4BB500 0%, #007AEF 42%, #007AEF 58%, #B620E0 100%);
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.feature-banner:before, .feature-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.75rem;
  opacity: 0.7;
  background-image: linear-gradient(45deg, #4BB500 0%, #007AEF 40%, #007AEF 60%, #B620E0 100%);
  /*background-image: linear-gradient(45deg, #B620E0 0%, #007AEF 40%, #007AEF 60%, #4BB500 100%);*/
  z-index: 1;
}
.feature-banner:before {
  position: relative;
  top: -1rem;
  background-image: linear-gradient(45deg, #4BB500 0%, #007AEF 40%, #007AEF 60%, #B620E0 100%);
  /*background-image: linear-gradient(45deg, #B620E0 0%, #007AEF 40%, #007AEF 60%, #4BB500 100%);*/
}
.feature-banner h2 {
  color: #FFF;
}
.home-feature:before {
  display: none;
}
.home-feature {
  padding: 8rem 0 0;
  color: #FFF;
}
.home-feature h1 {
  color: #FFF;
  padding-bottom: 2rem;
  margin: 100px 0 1rem;
}
.home-feature ul {
  padding: 0;
  margin-bottom: 3.3rem;
}
.home-feature li {
  color: #FFF;
  list-style: none;
  padding: 12px 0 12px 40px;
  background: url(inc/assets/images/icon-tick-white.svg) no-repeat left center;
}
.home-feature .scroll-down a {
  width: 54px;
  height: 54px;
  padding: 12px 0;
  display: block;
  text-align: center;
  border-radius: 30px;
  background: rgba(0,0,0,0.03);
  border: 2px solid rgba(255,255,255,0.07);
}
.home-feature .scroll-down a:hover {
  background: rgba(255,255,255,0.07);
  border: 2px solid rgba(255,255,255,0.3);
}

.features.site-panel {
  padding: 2rem 3rem;
}
.features .feature {
  display: block;
  padding: 3rem 1.5rem 1rem;
  margin: 1rem 0;
  background: #FAFAFA;
  background-image: linear-gradient(210deg, #FFFFFF 33%, #E0E7EC 100%);
  border: 3px solid rgba(0,0,0,0.15);
  border-radius: 7px;
  color: #0C3B95;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF;
  box-shadow: 0 -10px 30px inset #FFF;
  transition: all 0.7s;
}
.features a {
  text-decoration: none !important;
}
.features.inspector {
  background: transparent;
  border: 3px solid transparent;
  box-shadow: none;
  padding: 0;
}
.features.inspector.site-panel {
  padding: 0;
}
.features.inspector .feature {
  color: #FFF;
  margin: 0;
  background: transparent;
  border: 3px solid transparent;
  padding: 2.5rem 1.5rem 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  box-shadow: none;
}
.features .feature .feature-icon {
  display: block;
  text-align: center;
}
.features .feature .feature-icon img {
  height: 80px;
  margin: 15px 10px 5px;
  transition: all 0.3s;
}
.features a:hover .feature .feature-icon img {
  height: 100px;
  margin: 0;
}
.features.inspector a:hover .feature {
  background-color: transparent;
  background-color: rgba(255,255,255,0.1);
  background-image: none;
  border: 3px solid #FFF;
  border: 3px solid rgba(255,255,255,0.3);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.features.inspector .feature-title,
.features.inspector .feature-excerpt {
  color: #FFF;
}
.features .feature .feature-excerpt {
  display: block;
  height: 120px;
  margin-bottom: 1rem;
}
.features .alt .feature-excerpt {
  text-align: right;
}
.feature-full-screenshot {
  position: relative;
  padding: 0;
}
.features .feature-screenshot {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.3s;
  box-shadow: -10px 0 15px #F9FAFC;
  margin: 0 0 0 1rem;
}
.features .alt .feature-screenshot {
  box-shadow: 10px 0 15px #F9FAFC;
  margin: 0 1rem 0 0;
}
.features .feature-screenshot:hover {
  opacity: 1;
}
.features .feature-screenshot:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 150px;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(250,251,253,0.0) 0%, #F9FAFC 70%);
}
/*.features .feature-screenshot:hover:after {
  background-image: linear-gradient(180deg, rgba(250,251,253,0.0) 0%, #FFFFFF 70%);
  height: 100px;
}*/
.features .feature-screenshot .feature-popup {
  display: block;
  position: absolute;
  z-index: 1;
  top: 3rem;
  left: 50%;
  opacity: 0;
  width: 4rem;
  height: 4rem;
  margin-top: -3rem;
  margin-left: -2rem;
  color: #FFF;
  background: #FFF;
  background: rgba(255,255,255,0.3);
  border: 3px solid #FFF;
  border: 3px solid rgba(0,0,0,0.3);
  box-shadow: 0 0 1px #FFF;
  border-radius: 3rem;
  font-size: 2rem;
  line-height: 3.3rem;
  text-align: center;
  transition: all 0.3s, top 0.37s, border 0.7s;
}
.features .feature-screenshot:hover .feature-popup {
  opacity: 1;
  color: #0C3B95;
  border: 3px solid #0C3B95;
  box-shadow: 0 0 100px #FFF;
  background: rgba(255,255,255,0.7);
  top: 50%;
}
.features a:hover {
  text-decoration: none;
}
.features a:hover .feature {
  background-image: linear-gradient(210deg, #F3F7FC 0%, #FFFFFF 100%);
  border: 3px solid #0C3B95;
  transition: all 0.3s;
  text-shadow: -1px -1px 0 #FFF;
  box-shadow: 0 10px 30px inset #FFF;
}
.features .feature-content a,
.features .feature-content a:hover {
  text-decoration: underline !important;
}
.features .feature-full {
  margin: 2rem 1rem 1rem;
  border-bottom: 3px solid #E7EAEC;
}
.features.business .feature-full:first-child {
  margin: 0 1rem 1rem;
}
.features.inspector .feature-full:last-child {
  border-bottom: 3px solid transparent;
  margin: 2rem 1rem 0;
}
.features .feature-full .feature-icon {
  height: 40px;
  margin: 0.5rem 0 1rem;
  display: inline;
}
.features .feature-full .feature-title {
  margin-left: 1rem;
  display: inline;
  color: #0C3B95;
}
/*.features.inspector .feature-full:first-child {
  padding-top: 1rem;
}*/
.features .feature-full-content {
  padding: 1.5rem 0 0;
  padding-left: 3rem;
}
.features .alt .feature-full-content {
  padding-left: 0;
  padding-right: 3rem;
}
.features .feature-full-content {
  margin-bottom: 1.5rem;
}
.features .post-edit-link {
  font-weight: bold;
}

.packages .package {
  position: relative;
  /*background-image: linear-gradient(90deg, #DDDDDD 0%, #F7F7F7 27%, #FAFAFA 54%, #F7F7F7 78%, #DDDDDD 100%);*/
  background-image: linear-gradient(90deg, #D0D3D7 0%, #F0F3F7 25%, #FFFFFF 50%, #F0F3F7 75%, #D0D3D7 100%);
  border: 3px solid #C3C7CC;
  box-shadow: 0 0 30px inset #FFF;
  text-shadow: 1px 1px 0 #FFF;
  border-radius: 15px;
  padding: 2rem 3rem 3rem;
  margin: 1rem;
  min-height: 570px;
}
.packages .package-title {
  margin-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.packages .package-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  opacity: 0.7;
  background-image: linear-gradient(45deg, #4BB500 0%, #007AEF 40%, #007AEF 60%, #B620E0 100%);
}
.packages .package-price {
  background-image: linear-gradient(154deg, #FFFFFF 10%, #E1E3E7 100%);
  border: 1px solid #93979C;
  border: 1px solid rgba(0,0,0,0.33);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  float: right;
  font-weight: bold;
  width: 150px;
  height: 150px;
  padding: 2rem 1.5rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 100px;
  text-align: center;
}
.packages .package-price .price-number {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -1px;
}
.packages .package-price .price-decimal {
  font-size: 1rem;
  line-height: 2rem;
  vertical-align: top;
}
.package .package-price .price-vat {
  display: block;
  line-height: 1rem;
  font-size: 0.85rem;
}
.package .package-price .price-details {
  display: block;
  margin-top: 0.3rem;
  line-height: 1rem;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  font-weight: normal;
}
.packages .package-button {
  display: block;
  margin-top: 2rem;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  text-align: center;
}
.packages .post-edit-link {
  float: right;
  margin-top: -1rem;
  font-weight: bold;
}

.questions-title {
  margin-top: 0;
}
.questions .accordion-body {
  border: 1px solid #E7EAEC;
}
.questions .accordion-button {
  border: 0;
  color: #FFF;
}
.questions .accordion-button:after {
  background-image: url(inc/assets/images/icon-scrolldown-white.svg);
  background-position: center center;
}
.questions .post-edit-link {
  font-weight: bold;
}

.screenshots {
  padding-top: 0;
  position: relative;
}
.screenshots .screenshot-slider {
  visibility: hidden;
  min-height: 500px;
}
.screenshots .screenshot {
  padding: 4rem 3rem 0;
  text-align: center;
  position: relative;
}
/*.screenshots #multiple-devices.screenshot {
  padding: 0 5rem;
}*/
.screenshots .screenshot-slide {
  max-height: 1000px;
}
.screenshots .screenshot-slide:after {
  content: "";
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(245,247,250,0.0) 0%, #F5F7FA 70%);
}
.screenshots .screenshot .screenshot-title,
.screenshots .screenshot .screenshot-content {
  display: block;
  position: absolute;
  width: 75%;
  top: -0.5rem;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 1rem 0;
  border-bottom: 2px solid rgba(0,0,0,0.07);
  background-color: #FFF;
  background-color: rgba(245,247,250,0.3);
  text-align: left;
}
.screenshots .screenshot .screenshot-content {
  display: inline;
  position: absolute;
  text-align: right;
  width: 25%;
  top: 1.5rem;
  left: auto;
  right: 0;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  border-left: 2px solid rgba(0,0,0,0.07);
}
.screenshots .screenshot-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F3F7FC; /*url("../../plugins/simple-lightbox/themes/baseline/images/loading.gif") center 420px no-repeat;*/
  border-radius: 15px;
}
.screenshots .screenshot-spinner {
  margin-top: 420px;
  border: 0.37rem solid #0C3B95;
  /*border-left: 0.37rem solid #9209CB;*/
  border-right: 0.37rem solid transparent;
  width: 3.7rem;
  height: 3.7rem;
}
.screenshots .lSAction {
  display: none;
  visibility: hidden;
}
.screenshots .lSPrev,
.screenshots .lSNext {
  z-index: 3;
  height: 100px;
  width: 50px;
  opacity: 1;
  border-radius: 7px;
  background: #007AEF;
  background-image: linear-gradient(0deg, #9209CB 0%, #007AEF 100%);
  border: 2px solid #9209CB;
  border: 2px solid rgba(250,250,250,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.screenshots .lSPrev {
  left: 0;
}
.screenshots .lSNext {
  right: 0;
}
.screenshots .lSPrev:hover,
.screenshots .lSNext:hover {
  background-image: linear-gradient(0deg, #007AEF 0%, #9209CB 100%);
  border: 2px solid #0C3B95;
}
.screenshots .lSPrev:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 35px 10px;
  background-image: url(inc/assets/images/icon-scrollleft-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.screenshots .lSNext:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 35px 10px;
  background-image: url(inc/assets/images/icon-scrollright-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.screenshots .lSGallery {
  margin-top: 0 !important;
  padding: 1rem 0 0;
  /*box-shadow: 0 -15px 30px rgba(250,251,253,0.7);*/
  background-image: linear-gradient(0deg, rgba(245,247,250,0.0) 0%, #F5F7FA 100%);
  overflow-y: visible;
}
.screenshots .lSGallery li {
  display: inline-block;
  vertical-align: top;
  /*margin: 1rem;*/
  padding: 1rem;
  border: 2px solid #F0F3FA;
  background-color: #E3E7EE;
  border: 2px solid rgba(0,0,0,0.07);
  box-shadow: 0 30px 70px inset #FFF;
  border-radius: 7px;
  transition: all 0.3s;
  cursor: pointer;
}
.screenshots .lSGallery li:hover {
  border: 2px solid #F0F3FA;
  border: 2px solid rgba(0,0,0,0.15);
  background-color: #F3F7FE;
}
.screenshots .lSGallery li.active {
  border: 2px solid #0C3B95;
  background-color: #F3F7FE;
  cursor: default;
}
.screenshots .lSGallery li.active a {
  cursor: default;
}
.screenshots .post-edit-link {
  font-weight: bold;
}

.post-screenshots .post-screenshot {
  transition: all 0.3s;
}
.post-screenshots .post-screenshot .post-screenshot-image {
  position: relative;
}
.post-screenshots .post-screenshot .post-screenshot-popup {
  display: block;
  position: absolute;
  z-index: 1;
  top: 3rem;
  left: 50%;
  opacity: 0;
  width: 4rem;
  height: 4rem;
  margin-top: -3rem;
  margin-left: -2rem;
  color: #FFF;
  background: #FFF;
  background: rgba(255,255,255,0.3);
  border: 3px solid #FFF;
  border: 3px solid rgba(0,0,0,0.3);
  box-shadow: 0 0 1px #FFF;
  border-radius: 3rem;
  font-size: 2rem;
  line-height: 3.3rem;
  text-align: center;
  transition: all 0.3s, top 0.37s, border 0.7s;
}
.post-screenshots .post-screenshot:hover .post-screenshot-popup {
  opacity: 1;
  color: #0C3B95;
  border: 3px solid #0C3B95;
  box-shadow: 0 0 100px #FFF;
  background: rgba(255,255,255,0.7);
  top: 50%;
}
.post-screenshots .post-screenshot-image {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.3s;
  box-shadow: -10px 0 15px #F9FAFC;
}
.post-screenshots .post-screenshot-image:hover {
  opacity: 1;
}
.post-screenshots .post-screenshot-image:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: 150px;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(250,251,253,0.0) 0%, #F9FAFC 70%);
}
.post-screenshots .post-screenshot .post-screenshot-content {
  position: relative;
  z-index: 3;
  top: -3rem;
  overflow: hidden;
  transition: all 0.3s;
  padding-bottom: 3rem;
}
.post-screenshots .post-screenshot:hover .post-screenshot-content {
  overflow: visible;
}
.post-screenshots .post-screenshot .post-screenshot-content .post-screenshot-text,
.post-screenshots .post-screenshot .post-screenshot-content .post-screenshot-link,
.post-screenshots .post-screenshot .post-screenshot-content .post-edit-link {
  display: block;
  /*position: absolute;
  margin-bottom: -7rem;*/
  opacity: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.post-screenshots .post-screenshot .post-screenshot-content .post-edit-link {
  margin-top: 3.7rem;
}
.post-screenshots .post-screenshot .post-screenshot-content .post-edit-link,
.post-screenshots .post-screenshot .post-screenshot-content .post-screenshot-link {
  width: 100%;
  display: block;
  position: absolute;
}
.post-screenshots .post-screenshot:hover .post-screenshot-content .post-screenshot-text,
.post-screenshots .post-screenshot:hover .post-screenshot-content .post-screenshot-link,
.post-screenshots .post-screenshot:hover .post-screenshot-content .post-edit-link {
  /*margin-bottom: 0;*/
  opacity: 1;
}

.entry-title {
  margin-bottom: 0;
}
/*.entry-header .entry-title,
.page-header .page-title {
  margin-top: 1rem;
}*/
.entry-header h2.entry-title {
  margin-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.7rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

.entry-footer {
  max-width: 1320px;
  margin: 1rem auto;
}
.entry-footer .edit-link {
  margin-bottom: 3rem;
  display: block;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/* Homepage */
#home-slider.owl-carousel .owl-item img {
  opacity: 0.7;
}
#home-slider.owl-carousel .owl-item.center img {
  opacity: 1;
}
#home-slider-title {
  font-size: 2.5rem;
}
#home-slider-content {
  padding-left: 1rem;
}
#home-slider-content h3 {
  font-size: 1.7rem;
}
#home-slider-posts, .home-slider-title, .home-slider-content {
  display: none;
}
#home-slider-controls {
  width: 300px;
}
#home-slider-controls a {
  cursor: pointer;
}
.hr-left {
  border-left: 1px solid #6f6f6e;
}

/* Sidebar */
#secondary {padding-top: 3rem;}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

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

/* CF7 */
.wpcf7 .ajax-loader {
  margin-top: 1.7rem;
  position: absolute !important;
}

/* Lightbox */
.slb_data_title {
  display: none !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_loading {
  background: #FFF !important;
  text-align: center !important;
}
/*#slb_viewer_wrap .slb_theme_slb_baseline .slb_loading:after {
  content: '<div class="lightbox-spinner spinner-border" role="status"><span class="sr-only">Loading...</span></div>';
  display: block;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #0C3B95 !important;
  background-position: center center !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
  background-color: #0C3B95 !important;
  background-blend-mode: multiply !important;
  opacity: 0.7 !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close:hover .slb_template_tag {
  opacity: 1 !important;
}*/
.lightbox-spinner {
  display: block !important;
  margin-top: 0.7rem !important;
  margin-left: 0.37rem !important;
  border: 0.3rem solid #0C3B95 !important;
  /*border-left: 0.3rem solid #9209CB !important;*/
  border-right: 0.3rem solid transparent !important;
  width: 2.3rem !important;
  height: 2.3rem !important;
}
.lightbox-spinner .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 90%;
  padding: 1rem 0;
  border-top: 3px solid #DDD;
  background: #FFF;
}
footer#colophon .copyright {
  font-size: 0.89rem;
  margin-bottom: 0;
  text-align: center;
}
footer#colophon .logo img {
  margin-bottom: 10px;
  max-width: 420px;
}
footer#colophon a {
  text-decoration: none;
  font-weight: 600;
}
footer#colophon a:hover {
  text-decoration: underline;
}

.footer-sidebar .widget {
  margin: 0;
}
.footer-right {
  text-align: right;
}
.footer-left {
  text-align: left;
}
footer#colophon .wp-block-wpzoom-blocks-social-icons {
  justify-content: flex-end;
}
footer#colophon .wp-block-wpzoom-blocks-social-icons a {
  margin-right: -10px;
  margin-left: 7px;
}
footer#colophon .wp-block-wpzoom-blocks-social-icons a span {
  transition: all 0.3s;
}
footer#colophon .wp-block-wpzoom-blocks-social-icons .socicon-apple {
  top: -1px;
}
footer#colophon .navbar-dark .site-info {
  color: #FFF;
}
footer#colophon .nav {
  display: block;
  text-align: right;
  padding: 1rem 0;
}
footer#colophon .menu-item {
  display: inline-block;
  padding: 0;
  border-right: 1px solid #CCC;
}
footer#colophon .menu-item:last-child {
  border-right: 0;
}
footer#colophon .menu-item:last-child a {
  padding-right: 0;
}
footer#colophon .current-menu-item a {
  text-decoration: underline;
}
footer#colophon .nav-link {
  padding: 0 0.5rem;
  display: inline;
  color: #0C3B95;
}
footer#colophon .nav-link:hover {
  text-decoration: underline;
  background: none;
  color: #9209CB;
}
footer address {
  display: inline;
}

::-moz-selection { background: #0C3B95; color: #FFF; text-shadow: none; }
::selection { background: #0C3B95; color: #FFF; text-shadow: none; }
.feature-banner ::-moz-selection { background: #9209CB; color: #FFF; text-shadow: none; }
.feature-banner ::selection { background: #9209CB; color: #FFF; text-shadow: none; }

.grecaptcha-badge {display: none;}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  .entry-footer .edit-link {
    text-align: center;
  }
}
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .header-sidebar {
    display: none;
  }
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .home-feature h1 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin: 120px 0 1rem;
  }
  .home-feature ul {
    margin-bottom: 50px;
  }
  .packages .package {
    padding: 2rem;
  }
  .packages .package .package-price {
    margin-left: 1rem;
  }
  .screenshots .screenshot .screenshot-title {
    width: 70%;
  }
  .screenshots .screenshot .screenshot-content {
    width: 30%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 95%;
  }
  .entry-footer {
    text-align: center;
  }
  .features .feature-full-content {
    padding: 1.5rem 0 0;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
  .home-feature h1 {
    margin-top: 1rem;
  }
  footer#colophon,
  footer#colophon .nav {
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
  .footer-left {
    text-align: center;
  }
  footer#colophon .wp-block-wpzoom-blocks-social-icons {
    justify-content: center;
  }
  footer#colophon .wp-block-wpzoom-blocks-social-icons a {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .packages .package {
    margin: 1rem;
    min-height: 480px;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 85%;
  }
  .admin-bar .site {
    margin-top: 100px;
  }
  header#masthead .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-feature h1 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 2rem;
    /*margin: 100px 0 1rem;*/
  }
  .home-feature ul {
    margin-left: 20px;
    margin-right: 20px;
  }
  .wp-block-buttons {
    margin-left: 20px;
    margin-right: 20px;
  }
  .features .feature-content {
    margin-top: 1rem;
  }
  .features .feature-content,
  .features .feature-full-content,
  .features .feature-full-screenshot {
    text-align: center !important;
  }
  .features .feature-full-content {
    padding: 2rem 1rem 0 !important;
  }
  .features .feature-full-screenshot {
    padding: 0 1rem 2rem !important;
  }
  .features .feature .feature-excerpt {
    height: 100px;
  }
  .features .feature-screenshot {
    margin: 0 !important;
  }
  .packages .package {
    padding: 2rem;
    min-height: 480px;
  }
  .screenshots #multiple-devices.screenshot {
    padding: 4rem 5rem;
  }
  .screenshots .screenshot {
    padding: 4rem 3rem;
  }
  .screenshots .screenshot .screenshot-title {
    width: 100%;
    top: -0.5rem;
    text-align: center;
    background-color: rgba(245,247,250,0.7);
  }
  .screenshots .screenshot .screenshot-content {
    width: 100%;
    top: 6rem;
    text-align: center;
    background-color: rgba(245,247,250,0.7);
  }
  .entry-footer {
    margin: 0;
  }
  .edit-link {
    margin: 1rem auto;
  }
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  footer .footer-logo {
    float: none;
    display: block;
    margin-bottom: 1rem;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 80%;
  }
  .admin-bar .site {
    margin-top: 100px;
  }
  header#masthead.fixed {
    position: absolute !important;
  }
  header#masthead .logo img, header#masthead .logo-home img {
    max-width: 240px;
  }
  .admin-bar header#masthead.fixed {
    top: 0;
  }
  .admin-bar.home .site {
    margin-top: 0;
  }
  .entry-header .entry-title,
  .page-header .page-title {
    margin-top: 0;
    text-align: center;
  }
  .home .entry-content {
    margin-top: 0;
  }
  .entry-content p.container:not(.wp-block-group) {
    text-align: center;
    padding: 0 1rem;
  }
  .site-panel {
    padding: 2rem;
  }
  .home-feature {
    padding: 100px 0 0;
  }
  .home-feature h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .home-feature ul {
    margin-left: 20px;
    margin-right: 10px;
  }
  .wp-block-buttons {
    justify-content: center !important;
  }
  .feature-banner h1,
  .feature-banner h2,
  .feature-banner h3,
  .feature-banner p {
    text-align: center;
  }
  .feature {
    padding: 2rem 2rem 0;
  }
  .features .feature-full .feature-title {
    font-size: 20px;
  }
  .features .feature .feature-excerpt {
    max-height: 80px;
  }
  .features .feature-full .feature-icon {
    max-height: 30px;
    margin-bottom: 0.7rem;
  }
  .features .feature-full {
    margin: 1rem 0 0;
    padding: 3rem 0 0;
  }
  .features .alt .feature-full-content {
    padding-right: 0;
  }
  .features .feature .feature-excerpt {
    height: 120px;
  }
  .packages .package {
    padding: 2rem;
    min-height: 460px;
  }
  .package .package-price {
    width: 120px;
    height: 120px;
  }
  .screenshots #multiple-devices.screenshot {
    padding: 5rem;
  }
  .screenshots .screenshot .screenshot-content {
    top: 6rem;
  }
  .wpcf7-submit {
    display: block;
    width: 240px;
    margin: 1rem auto;
  }
  footer#colophon .logo img {
	margin-bottom: 10px;
	max-width: 300px;
  }
}
@media only screen and (max-width: 400px) {
  .packages .package {
    min-height: 520px;
  }
  .packages .package-title {
    font-size: 18px;
  }
}