/*------------------------------------------------
Theme Name: Freebies
Theme URI: http://freebiethemes.com/
Description: Freebies is a theme designed to sell digital downloads
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: Freebie Themes
Author URI: http://freebiethemes.com
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: freebies
------------------------------------------------*/


/*------------------------------------*\
    Table of contents
\*------------------------------------*/
/*
1. Normalize
2. Base Styles
  - Clearfix
  - Floating & Alignment
3. Typography
4. Divider Styles
5. Image Styles
  - Image with Caption
6. Form Styles
7. Button Styles
  - Button Sizes
  - Button Shapes
  - Button Color Scheme
  - Button Tabs
8. Grid Layout
  - Rows
  - Columns
  - Column with Border
  - Responsive Utilities
9. Table Styles
10. Site Structure
11. Splide slider
12. UI Tabs
12. EDD

/*--------------------------------------------------------------
/** 1. Normalize
--------------------------------------------------------------*/
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: Source Sans Pro, Roboto, sans-serif;
}

html {
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility
}

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;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong,
.strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #111;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dd,
small {
  padding: 0;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

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

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}

blockquote,
q {
  quotes: "" "";
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  text-indent: 45px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  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"] {
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

input[type="search"] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  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;
  width: 100%;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
/** 2. Base Styles
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 180%;
  color: #777777;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: #111;
}

a:hover {
  color: #111;
  text-decoration: none;
}

.light a {
  color: #fff;
}

.light a:hover,
.light a:active,
.light a:focus {
  color: #fff;
}

.light b,
.light strong {
  color: #fff;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
  padding-left: 30px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 5px;
  outline: 0;
}

ul li.active a {
  color: #111;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -0.5rem;
}

.list-inline>li {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #939393;
  /* WebKit browsers */
  -webkit-transition: color .2s;
  transition: color .2s;
}

::-moz-placeholder {
  color: #939393;
  /* Mozilla Firefox 19+ */
  -webkit-transition: color .2s;
  transition: color .2s;
}

:-ms-input-placeholder {
  color: #939393;
  /* Internet Explorer 10+ */
  -webkit-transition: color .2s;
  transition: color .2s;
}

::placeholder {
  color: #939393;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.fade-in-page {
  -webkit-animation: fade-in ease-in-out 1.3s both;
  -moz-animation: fade-in ease-in-out 1.3s both;
  animation: fade-in ease-in-out 1.3s both
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* - Clearfix
------------------------------------------------------------- */
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.general-section::before,
.general-section::after,
.full-width-section::before,
.full-width-section::after,
.tabs::before,
.tabs::after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after,
.general-section::after,
.full-width-section::after,
.tabs-section::after {
  clear: both;
}

/* - Floating & Alignment
------------------------------------------------------------- */
.align-left {
  float: left;
  text-align: left;
}

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

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

@media only screen and (max-width: 991px) {

  ul li,
  ol li {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .vertical-align-children {
    display: block;
  }
}

/*--------------------------------------------------------------
/** 3. Typography
--------------------------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin: 1.5em 0 1.2em 0;
}

h1,
h2,
h3 {
  margin: 1.2em 0;
}

h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 2.6em;
  line-height: 1.5;
}

h2,
.h2 {
  font-size: 1.4em;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 1.2em;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1.1em;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 1em;
  line-height: 1.25;
  letter-spacing: 0.03em
}

h6,
.h6 {
  font-size: 0.9em;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

h2 a:hover,
h3 a:hover {
  color: #111;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p,
.light span,
.light div,
.light ul {
  color: #fff;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
  color: #fff;
}

h5.text-uppercase,
h6.text-uppercase {
  letter-spacing: 1.3px;
}

h1.light a,
h2.light a,
h3.light a,
h4.light a,
h5.light a,
h6.light a {
  color: #121212;
}

.light h1.light a,
.light h2.light a,
.light h3.light a,
.light h4.light a,
.light h5.light a,
.light h6.light a {
  color: #fff;
}

h1.light a:hover,
h2.light a:hover,
h3.light a:hover,
h4.light a:hover,
h5.light a:hover,
h6.light a:hover {
  color: #23527c;
}

.light h1.light a:hover,
.light h2.light a:hover,
.light h3.light a:hover,
.light h4.light a:hover,
.light h5.light a:hover,
.light h6.light a:hover {
  color: #fff;
}

p {
  margin: 0 0 1.2em;
}

/*p, ul, ol, dl, table, fieldset, blockquote, address, pre {
   color: #6d6d6d;
}*/
p:empty {
  display: none;
}

p.light {
  font-weight: 300;
}

small {
  font-size: 85%;
}

mark {
  background-color: #fcf8e3;
  padding: 0.28rem;
}

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

pre {
  background-color: rgba(0, 0, 0, 0.025);
  display: block;
  overflow: visible;
  overflow-y: hidden;
  position: relative;
  margin: 3rem 0;
  padding: 20px 20px 20px 40px;
  font-size: 14px;
  line-height: 1.6;
}

pre::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='white' viewBox='0 0 32 32'%3E%3Cpath d='M10,23.7l-0.9,0.9c-0.2,0.2-0.6,0.2-0.8,0l-8.2-8.2c-0.2-0.2-0.2-0.6,0-0.8l8.2-8.2c0.2-0.2,0.6-0.2,0.8,0L10,8.3c0.2,0.2,0.2,0.6,0,0.8L3.1,16l6.9,6.9C10.2,23.1,10.2,23.5,10,23.7L10,23.7zM20.3,5l-6.5,22.6c-0.1,0.3-0.4,0.5-0.7,0.4L12,27.7c-0.3-0.1-0.5-0.4-0.4-0.7l6.5-22.6c0.1-0.3,0.4-0.5,0.7-0.4L20,4.3C20.2,4.4,20.4,4.7,20.3,5z M31.8,16.4l-8.2,8.2c-0.2,0.2-0.6,0.2-0.8,0L22,23.7c-0.2-0.2-0.2-0.6,0-0.8l6.9-6.9L22,9.1c-0.2-0.2-0.2-0.6,0-0.8l0.9-0.9c0.2-0.2,0.6-0.2,0.8,0l8.2,8.2C32.1,15.8,32.1,16.2,31.8,16.4L31.8,16.4z'/%3E%3C/svg%3E") no-repeat center center;
  background-position: center 5px;
  background-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 0 0 25px;
  z-index: 5;
}

code {
  background-color: #f9f2f4;
  border-radius: 4px;
  padding: 2px 4px;
  color: #c7254e;
}

abbr {
  border-bottom: 0.1px dotted #666;
  cursor: help;
}

.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media only screen and (max-width: 767px) {
  .two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

.dropcap {
  display: inline-block;
  margin: 6px 10px -6px 0;
  font-size: 550%;
  font-weight: 500;
  text-align: center;
  line-height: .8em;
  color: #121212;
}

.text-lead .dropcap {
  margin-top: 0;
}

.dropcap::first-letter {
  text-transform: uppercase;
}

.highlight {
  background-color: #0693e3;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 90%;
  font-weight: normal;
  text-transform: none;
}

.colored,
.colored a,
.colored p {
  color: #0070e4 !important;
  text-transform: none;
}

.color-primary,
.color-primary a,
.color-primary p {
  color: #0070e4 !important;
}

.color-primary a:hover,
a.color-primary:hover {
  color: #0070e4 !important;
}

.color-secondary,
.color-secondary a,
a.color-secondary {
  color: #fdd305 !important;
}

.color-secondary,
.color-secondary a:hover,
a.color-secondary:hover {
  color: #fdd305 !important;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.text-italic {
  font-style: italic;
}

.text-lead {
  font-size: 280%;
  line-height: 1.2em;
  font-weight: 500;
}

.text-muted {
  color: #777;
}

.text-pri {
  color: #0693e3;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-content {
  margin: 0 auto;
  z-index: 1;
}

.text-content .addthis_tool {
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .text-lead {
    font-size: 40px;
  }
}

/* Blockquote /Pullquote */
blockquote p,
.pullquote-right,
.pullquote-left {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.7em;
  color: #222;
}

blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: 20px;
  font-style: italic;
}

.pullquote-right,
.pullquote-left {
  width: 40%;
}

.pullquote-left {
  float: left;
  margin: 20px 20px 20px 0;
}

.pullquote-right {
  float: right;
  margin: 20px 0 20px 20px;
}

/*--------------------------------------------------------------
/** 4. Divider Styles
--------------------------------------------------------------*/
.heading .divider {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.divider i.icon {
  font-size: 30px;
}

.divider .icon-wrap:before,
.divider .icon-wrap:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 120px;
  height: 17px;
}

.divider .icon-wrap:before {
  left: 0px;
}

.divider .icon-wrap:after {
  right: 0px;
}

/*--------------------------------------------------------------
/** 5. Image Styles
--------------------------------------------------------------*/
img.align-left,
.wp-caption.align-left,
img.align-right,
.wp-caption.align-right {
  max-width: 40%;
}

img.align-left,
.wp-caption.align-left {
  margin: 6px 1em 6px 0;
  margin: 0.4em 2.5em 0.75em 0;
}

img.align-right,
.wp-caption.align-right {
  margin: 6px 0 6px 1em;
  margin: 0.4em 0 0.75em 2.5em;
}

img.align-center,
.wp-caption.align-center {
  display: block;
  margin: 0 auto 1.5em;
  text-align: center;
}

.full-width-img img {
  width: 100%;
}

.img-margin-left img,
.img-margin-right img {
  width: auto;
  max-width: 150%;
}

.img-margin-left {
  text-align: right;
}

.img-margin-left img {
  margin-left: -34rem;
}

.img-margin-right img {
  margin-right: -34rem;
}

.img-rounded {
  border-radius: 0.6rem;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0.4rem;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 0.4rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

/* - Image Sizes
------------------------------------------------------------- */
img.templateImg {
  width: 100%;
  height: auto;
}

/* - Image with Caption
------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
}

.wp-caption-text,
.wp-caption .wp-caption-text {
  margin: 0.8em 5% 0;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {

  .wp-caption.align-right,
  .wp-caption.align-left {
    float: none;
    margin: 0 auto 1.5em;
    padding: 0;
    max-width: 100%;
  }

  .wp-caption.align-right .wp-caption-text,
  .wp-caption.align-left .wp-caption-text {
    text-align: center;
  }
}

/*--------------------------------------------------------------
/** 7. Form Styles
--------------------------------------------------------------*/
form .row {
  padding-bottom: 0;
}

label,
legend {
  font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select,
.form-control {
  background-color: #fff;
  display: block;
  border-right: 1px solid #a9a9a9;
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 1em;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  color: #121212;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.light input[type="text"],
.light input[type="password"],
.light input[type="date"],
.light input[type="datetime"],
.light input[type="email"],
.light input[type="number"],
.light input[type="search"],
.light input[type="tel"],
.light input[type="time"],
.light input[type="url"],
.light textarea,
.light select,
.light .form-control {
  color: #fff;
}

input.form-control,
textarea.form-control,
select.form-control {
  background-color: transparent;
  display: block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 0.75em 1em;
  font-size: 0.8em;
  color: #c59d5f;
}

.light input.form-control,
.light textarea.form-control,
.light select.form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.dark input.form-control,
.dark textarea.form-control,
.dark select.form-control {
  border: 1px solid rgba(226, 226, 226, 1);
  background-color: #f2f2f2;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: 0;
}

.light input[type="text"]:focus,
.light input[type="password"]:focus,
.light input[type="date"]:focus,
.light input[type="datetime"]:focus,
.light input[type="email"]:focus,
.light input[type="number"]:focus,
.light input[type="search"]:focus,
.light input[type="tel"]:focus,
.light input[type="time"]:focus,
.light input[type="url"]:focus,
.light textarea:focus,
.light select:focus,
.light .form-control:focus {
  border-color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:focus::-webkit-input-placeholder {
  color: #111;
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:focus::-moz-placeholder {
  color: #111;
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:focus:-ms-input-placeholder {
  color: #111;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-control:focus::placeholder {
  color: #8a8987;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

input[type="text"][disabled],
input[type="text"][readonly],
input[type="password"][disabled],
input[type="password"][readonly],
input[type="date"][disabled],
input[type="date"][readonly],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
input[type="email"][disabled],
input[type="email"][readonly],
input[type="number"][disabled],
input[type="number"][readonly],
input[type="search"][disabled],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="tel"][readonly],
input[type="time"][disabled],
input[type="time"][readonly],
input[type="url"][disabled],
input[type="url"][readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}

input[type="text"][disabled],
input[type="text"][readonly],
input[type="password"][disabled],
input[type="password"][readonly],
input[type="date"][disabled],
input[type="date"][readonly],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
input[type="email"][disabled],
input[type="email"][readonly],
input[type="number"][disabled],
input[type="number"][readonly],
input[type="search"][disabled],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="tel"][readonly],
input[type="time"][disabled],
input[type="time"][readonly],
input[type="url"][disabled],
input[type="url"][readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea {
  overflow: auto;
  padding: 12px;
  min-height: none;
  vertical-align: top;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 10px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

/*for IE10*/
select::-ms-expand {
  display: none;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label,
.radio-inline label,
.checkbox-inline label {
  min-height: 20px;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline label,
.checkbox-inline label {
  padding-left: 25px;
}

.radio label::before,
.checkbox label::before,
.radio-inline label::before,
.checkbox-inline label::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.radio label::before,
.radio-inline label::before {
  border-radius: 50%;
}

.radio label::after,
.checkbox label::after,
.radio-inline label::after,
.checkbox-inline label::after {
  content: '';
  background: transparent;
  position: absolute;
  top: 50%;
  left: 4px;
  border: 3px solid #121212;
  border-top: none;
  border-right: none;
  margin-top: -4px;
  width: 10px;
  height: 6px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.radio label::after,
.radio-inline label::after {
  background-color: #0693e3;
  left: 5px;
  border: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.radio label:hover::after,
.checkbox label:hover::after,
.radio-inline label:hover::after,
.checkbox-inline label:hover::after {
  opacity: 0.1;
}

.radio input[type="radio"]:checked+label::before,
.checkbox input[type="checkbox"]:checked+label::before,
.radio-inline input[type="radio"]:checked+label::before,
.checkbox-inline input[type="checkbox"]:checked+label::before {
  background: #fff;
}

.radio input[type="radio"]:checked+label::after,
.checkbox input[type="checkbox"]:checked+label::after,
.radio-inline input[type="radio"]:checked+label::after,
.checkbox-inline input[type="checkbox"]:checked+label::after {
  opacity: 1;
  border-color: #0693e3;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-left: 2px;
  margin-top: 4px \9;
  width: 0;
  outline: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio+.radio:last-child,
.checkbox+.checkbox:last-child {
  margin-bottom: 25px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}


@media only screen and (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
/** 8. Button Styles
--------------------------------------------------------------*/
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  background-image: none;
  /*background: none;*/
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.5em 1.5em;
  font-size: 15px;
  /*font-weight: bold;*/
  line-height: normal;
  text-align: center;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
}

.light .btn:hover {
  color: #fff;
}

.btn:last-child {
  margin-right: 0;
}

.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.8em 2em;
}

.btn.btn-medium {
  padding: 0.5em 2em;
}

.btn.btn-large {
  padding: 1em 2.5em;
}

.btn.btn-xlarge {
  padding: 1.5em 3em;
}

.btn.btn-image {
  background-color: transparent;
  padding: 0;
  max-height: 50px;
}

.btn.btn-image img {
  max-height: 50px;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 5px;
}

.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}

.btn.btn-rounded-left,
.btn.btn-rounded-left::after {
  border-radius: 5px 0 0 5px;
}

.btn.btn-rounded-right,
.btn.btn-rounded-right::after {
  border-radius: 0 5px 5px 0;
}

.btn-accent {
  color: #fff;
  background-color: #0693e3;
}

.btn-accent:hover {
  color: #ffffff !important;
  background-color: #121212;
}

.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}

.btn.btn-outline-dark {
  border-color: #333;
  color: #333;
}

.btn.btn-outline-dark:hover {
  background: rgba(255, 255, 255, 1);
  background: #111;
  color: #fff;
}

.btn.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.btn.btn-outline-light:hover {
  background: transparent;
  border-color: #fff;
  color: #121212;
}

.btn.btn-outline-accent {
  background: transparent;
  border-color: #c59d5f;
  color: #c59d5f;
}

.btn.btn-outline-accent:hover {
  border-color: #fff;
  color: #fff !important;
}

.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  text-align: center;
}

.btn-double-line-wrap {
  position: relative;
  text-align: center;
}

.btn-double-line-wrap::before,
.btn-double-line-wrap::after {
  content: "";
  border-top: 4px double #754c24;
  display: inline-block;
  position: relative;
  right: -0.5em;
  width: 100px;
  height: 1px;
  margin-top: -5px;
  vertical-align: middle;
  background-clip: content-box;
}

.btn-double-line-wrap::before {
  left: -0.5em;
  right: auto;
}

.btn-double-line {
  background-color: transparent;
  background-image: none;
  position: relative;
  display: inline-block;
  border: 1px solid #754c24;
  border-radius: 1px;
  margin: 3px 0;
  padding: 13px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #754c24;
  text-transform: uppercase;
  line-height: 1;
}

.btn-double-line::before {
  position: absolute;
  top: -4px;
  right: 2px;
  bottom: -4px;
  left: 2px;
  display: block;
  border: inherit;
  border-radius: inherit;
  content: "";
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
}

.btn-double-line i {
  display: inline-block;
  margin-left: 5px;
}

.btn-double-line .arrow,
.btn-double-line .arrow::before,
.btn-double-line .arrow::after {
  background-color: #754c24;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-common {
  background: #0070e4;
  color: #fff;
}

.btn.btn-common:hover {
  background: #111;
  color: #fff;
}

.btn.btn-black {
  background: #111;
  color: #fff;
}

.btn.btn-yellow {
  background: #ffca20;
  color: #0e0e0e;
}

.btn.btn-white {
  background: #fff;
  text-shadow: none;
  color: #121212 !important;
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-right {
  text-align: right;
  display: block;
}

/* Button with icons */
.btn i {
  padding-right: 10px;
}

/* - Buttons Tabs
------------------------------------------------------------- */
#nav-tabs-wrap header {
  display: flex;
  justify-content: space-between;
}

.element-title {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.element-title h2 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 210%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
}

.download-tags a,
#nav-tabs-wrap .nav-tabs a.nav-link {
  font-size: 16px;
  color: #878a99;
}

.download-tags a,
.nav-tabs .nav-link {
  border: none;
  margin: 0 12px;
}

.download-tags a {
  font-weight: 400;
}

/*#nav-tabs-wrap .nav-tabs .nav-item.show .nav-link {
    color: #878a99;
}*/
.download-tags a.active,
#nav-tabs-wrap .nav-tabs .nav-link.active,
.download-tags a:hover,
#nav-tabs-wrap .nav-tabs .nav-link:hover {
  color: #262626;
}

.download-tags ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.download-tags ul li,
#nav-tabs-wrap #nav-tab {
  display: flex;
}

#nav-tabs-wrap .nav-tabs {
  border-bottom: none;
}

@media screen and (max-width: 575px) {
  #nav-tabs-wrap header {
    flex-direction: column;
  }

  #nav-tabs-wrap .nav-tabs a.nav-link {
    font-size: 13px;
    padding-right: 0.1rem;
    margin: 0;
  }

  .element-title {
    flex-direction: column;
  }

  .element-title h2 {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------
/** 8. Grid Layout
--------------------------------------------------------------*/

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
    max-width: 1400px;
  }

}

/*--------------------------------------------------------------
/** 10. Table Styles
--------------------------------------------------------------*/
table,
th,
td {
  vertical-align: middle;
}

tr {
  line-height: 2em;
}

table {
  display: table;
  margin-bottom: 25px;
  padding: 0;
  width: 100%;
}

table:last-child {
  margin-bottom: 0;
}

table thead {
  font-weight: bold;
  text-transform: none;
}

.light table thead {
  border-bottom-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

table th {
  padding: 10px 10px;
}

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

table tbody tr:hover {
  background-color: rgba(197, 157, 95, 0.3);
}

.light table tbody tr:hover {
  background-color: rgba(197, 157, 95, 0.3);
}

table td {
  padding: 10px;
}

tfoot {
  background: none;
  padding: 6px;
  text-align: center;
}

/*--------------------------------------------------------------
/** 12. Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
/** 17. General Section / Full Width Section
--------------------------------------------------------------*/
.general-section.fullheight-content,
.full-width-section.fullheight-content {
  padding-top: 0;
  padding-bottom: 0;
}

.general-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  visibility: visible;
}

.full-width-section {
  position: relative;
}

.general-section.parallax-section,
.full-width-section.parallax-section {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

/* - Section Border
--------------------------------------------------------------*/
.wrap-border {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.wrap-border-top {
  border-top: 1px solid #e5e5e5;
}

.wrap-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.wrap-wrap:last-child {
  margin-bottom: 20px;
}

/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
  padding-top: 1em;
  padding-bottom: 1em;
}

.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-large {
  padding-top: 5em;
  padding-bottom: 5em;
}

.padding-xlarge {
  padding-top: 7em;
  padding-bottom: 7em;
}

.no-padding {
  padding: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .padding-large {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-medium {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.margin-large {
  margin-top: 6em;
  margin-bottom: 6em;
}

.margin-xlarge {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

@media only screen and (max-width: 768px) {

  .margin-small,
  .margin-medium,
  .margin-large,
  .margin-xlarge {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

/*--------------------------------------------------------------
/** 18. Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  padding: 5em 0;
  color: rgba(0, 0, 0, 0.8);
}

#footer li a {
  color: rgba(0, 0, 0, 0.8);
}

#footer li a:hover,
#footer li.active a {
  border-bottom: 1px solid #111;
}

#footer ul {
  list-style: none;
  padding: 0;
}


/* - Footer Widget Styles
--------------------------------------------------------------*/
#footer .footer-widgets .row {
  padding-right: 3%;
  padding-left: 3%;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 15px;
}

#footer .footer-widgets .container>.row [class*="col-"]:nth-last-of-type(1) {
  order: -1;
}

#footer .widget {
  margin-bottom: 20px;
  font-size: 14px;
}

#footer #nav_menu-5.widget {
  flex-basis: 28%;
}

#footer .widget-title,
#footer.footer-dark .widget-title {
  color: #111;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 20px;
}

#footer.footer-light .widget-title {
  color: rgba(0, 0, 0, 0.8);
}

#footer.footer-light .widget-title::after {
  background-color: rgba(0, 0, 0, 0.1);
}

#footer.footer-light .widget ul li {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
  padding-bottom: 0;
}

#footer .widget ul li:first-child {
  padding-top: 0;
}

#footer .list-style li i {
  color: rgba(255, 255, 255, 0.75);
}

#footer.footer-light .list-style li i {
  color: rgba(0, 0, 0, 0.75);
}

/* widget email subscribe */
#footer .widget.email-subscribe {
  max-width: 280px;
}

/* - Newsletter Section
--------------------------------------------------------------*/
.newsletter-section .newsletter-form {
  position: relative;
  margin: 3em auto 0;
  max-width: 450px;
}

.newsletter-form .form-group,
.newsletter-form .form-control {
  position: relative;
  margin: 0;
}

.newsletter-section .newsletter-form .form-control {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 1em 3.5em 1em 1em;
  width: 100%;
  box-shadow: 0 5px 20px -5px rgba(50, 50, 93, .12), 0 3px 4px -2px rgba(0, 0, 0, .08);
  color: #121212;
}

.newsletter-section .light .newsletter-form .form-control {
  border-color: transparent;
}

.newsletter-form #subscription-submit {
  background-color: transparent;
  position: absolute;
  top: 0;
  border: 0;
  margin: 0;
  padding: 0.75em 1em;
  right: 0;
  width: 3.5em;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
}

.newsletter-section .newsletter-form input.form-control.has-value~#subscription-submit {
  opacity: 1;
  pointer-events: auto;
}

.newsletter-form #subscription-submit i {
  fill: #121212;
}

/* - Utility Classes
--------------------------------------------------------------*/
.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.required {
  font-size: 18px;
  line-height: 1em;
  color: #03b4e8;
}

.empty-space {
  display: block;
  position: relative;
}

/* -- Section Color / Shadow
--------------------------------------------------------------*/
.bg-accent {
  background-color: #111 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #111 !important;
}

.bg-grey {
  background-color: #eaebef !important;
}

.wrap-shadow-inset {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
}


/* - Button hover Effects5
------------------------------------------------------------- */
.btn-hvr-effects5 {
  background-color: #111;
  border: none;
  padding: 20px;
  transition: all 0.5s;
  cursor: pointer;
}

.btn-hvr-effects5 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-hvr-effects5 span:after {
  content: '\e901';
  font-family: icomoon;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-hvr-effects5:hover span {
  padding-right: 20px;
}

.btn-hvr-effects5:hover span:after {
  opacity: 1;
  right: 0;
}

/* - Button hover Effects6
------------------------------------------------------------- */
.btn-hvr-effects6 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  border: none;
  padding: 0.6em 1em;
}

.btn-hvr-effects6:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.btn-hvr-effects6:hover:before,
.btn-hvr-effects6:focus:before,
.btn-hvr-effects6:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* - Display
------------------------------------------------------------- */
.flex-horizontal {
  display: flex;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* - Container
------------------------------------------------------------- */
.container-medium .container {
  max-width: 1140px;
}

#billboard .container {
  max-width: 1210px;
}

#billboard .banner img {
  width: 100%;
  padding: 0 30px;
}


/* - Header Part
------------------------------------------------------------- */
header#header {
  border-bottom: 1px solid #d8d8d8;
}

.navbar-collapse.sticky {
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  padding: 10px 0;
  z-index: 999;
  background: rgb(0, 0, 0, 1);
}

#body-wrapper {
  position: relative;
}

/* - Navigation
--------------------------------------------------------------*/
.nav-brand img {
  height: 40px;
}

.navbar {
  padding: 1rem;
}

.navbar #slide-navbar-collapse {
  justify-content: flex-end;
}

#header .navbar li.nav-item {
  font-size: 0.9em;
  font-weight: 600;
}

#main-menu {
  font-size: 14px;
  font-weight: bold;
}

#main-menu li {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .btn-search {
    display: none;
  }

  .navbar button.navbar-toggler {
    position: absolute;
    top: 10px;
    right: 0;
    color: #111;
  }

  .navbar #slide-navbar-collapse {
    background: #fff;
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .navbar-nav li {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding: 8px 30px;
  }

  .navbar-nav li:hover a {
    color: #0070e4;
  }

  .navbar-collapse li.nav-item .nav-link {
    padding-bottom: 10px;
  }

  .navbar ul li.active a.nav-link,
  .navbar ul li a.nav-link:hover {
    border-bottom: none;
  }

  .navbar li.nav-item.nav-brand {
    display: none;
  }
}

/*--------------------------------------------------------------
/** 16. Section Title
--------------------------------------------------------------*/
.section-header {
  width: 100%;
  z-index: 1;
}

.section-title {
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 10px;
}

h1.heading-title,
h2.heading-title {
  margin: 0;
  font-size: 2.2em;
  max-width: 620px;
  margin: auto;
  line-height: 1.2em;
  text-align: center;
}

.page-heading .page-title {
  margin: 0.2em 0;
}

@media screen and (max-width: 575px) {
  .section-title {
    font-size: 1.4em;
  }
}

/* - Billboard Section
--------------------------------------------------------------*/
#billboard .text-content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #111;
  margin: 20px 0;
}

#billboard .text-content h1 strong {
  font-weight: 900;
  font-style: italic;
}

#billboard .text-content h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 150%;
  text-align: center;
  color: #555555;
}

@media screen and (max-width: 575px) {
  #billboard .text-content h1 {
    text-align: left;
    font-size: 36px;
  }

  #billboard .text-content h4 {
    font-size: 18px;
    text-align: left;
  }
}

.btn-search {
  display: block;
  margin-left: 10px;
}

.search-overlay {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.search-overlay .search-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.search-overlay .btn-close-search {
  position: absolute;
  top: 60px;
  right: 60px;
}

.search-overlay header {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search-overlay .icon-wrapper {
  color: #111;
  position: relative;
}

.search-overlay .icon-wrapper::after {
  content: '';
  position: absolute;
  width: 52px;
  height: 52px;
  background: #FFD550;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: -1;
}

.search-overlay h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 130%;
  color: #111;
  margin: 0;
}

.search-overlay h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 130%;
  color: #999999;
}

.search-overlay span {
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #666666;
  margin-top: 12px;
}

.search-overlay .searchbar input[type="text"] {
  width: 600px;
  height: 80px;
  border: none;
  background: #f1f1f1;
  border-radius: 50px;
  text-align: center;
  font-weight: normal;
  font-size: 21px;
  line-height: 130%;
  color: #777777;
}

.search-overlay .searchbar .btn.btn-common {
  background: none;
  height: auto;
  color: #9e9e9e;
  padding: 0.5em 1em;
  margin-left: -70px;
}

.popular-tags h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #111;
}

.popular-tags {
  margin-top: 75px;
}

.popular-tags ul {
  padding-left: 0;
  column-count: 6;
  list-style: none;
  line-height: 1.5em;
  font-size: 14px;
}

.popular-tags ul li a {
  color: #555;
}

.popular-tags ul li a:hover {
  color: #111;
  text-decoration: underline;
}

@media screen and (max-width: 575px) {
  .search-overlay h2 {
    font-size: 28px;
  }

  .search-overlay .search-wrapper {
    padding: 20px;
  }

  .search-overlay header {
    margin-top: 120px;
    margin-bottom: 10px;
  }

  .search-overlay .searchbar {
    width: 100%;
  }

  .search-overlay .searchbar input[type="text"] {
    width: 100%;
    font-size: 17px;
  }

  .popular-tags ul {
    column-count: 2;
  }

}

/* - Theme Items Section
--------------------------------------------------------------*/
.theme-items-wrap .theme-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, max-content));
  grid-gap: 40px;
  padding: initial;
}

.theme-items-wrap .theme-item {
  list-style-type: none;
}

.theme-item .theme-image {
  position: relative;
  text-align: center;
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  /*filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));*/
}

.theme-item .theme-image img {
  backface-visibility: hidden;
}

/* - Tab Content
------------------------------------------------------------- */
.theme-item h3.theme-title {
  font-style: normal;
  line-height: 140%;
  margin: 30px 0 15px;
  font-size: 1em;
  font-weight: 400;
}

.theme-item h3.theme-title a,
.theme-item h3.theme-title a:hover {
  color: #111;
}

@media screen and (max-width: 575px) {
  .theme-items-wrap .theme-row {
    grid-gap: 20px;
  }

  .theme-item {
    width: 100%;
    margin-bottom: 30px !important;
  }
}

/* - Blog Standard
------------------------------------------------------------- */
.blog-standard .post-item .content {
  padding: 30px 0;
}

.blog-standard .post-item .post-cat-link a {
  color: #0693e3;
}

.theme-item .btn-more,
.posts-grid .post-item .btn-more,
.blog-standard .post-item .btn-more {
  display: block;
  width: fit-content;
  margin-top: 30px;
}

/* Pagination */
.pagination {
  margin-bottom: 70px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  color: #555;
  font-size: 16px;
  padding: 10px;
  margin-right: 5px;

  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.page-numbers.current {
  color: #111;
}

.page-numbers:hover {
  color: #111;
}

.page-numbers.next {
  border-right: 1px solid transparent;
}

/* - Latest Blog
------------------------------------------------------------- */
.ft-social-media i.icon {
  font-size: 3em;
}

#footer .ft-social-media li a:hover {
  color: rgb(253 211 5);
  border-bottom: none;
}

/* - Breadcrumb Section
--------------------------------------------------------------*/
.breadcrumb-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: center;
  display: flex;
  padding: 0 100px;
}

.breadcrumb-content .breadcrumb {
  background: none;
}

ul.breadcrumb li {
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 15px;
  font-size: 0.8em;
}

/* - Blog Page
--------------------------------------------------------------*/
.about-us .section-bg {
  z-index: 9;
}

/* - Single Blog Page
--------------------------------------------------------------*/
.related-posts .post-label {
  font-size: 1.3em;
  color: #c3c3c3;
}

.related-posts .meta-date {
  line-height: 1;
}

.related-posts .meta-day {
  font-size: 3em;
  font-weight: 500;
}

.related-posts .meta-month.d-block {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 500;
}

.related-posts h4.blog-title {
  font-size: 1.8em;
  font-weight: 600;
}

/* single download */
.download-details h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 20px;
}

.download-details .addthis_tool {
  margin-bottom: 30px;
}

.download-buttons .w3eden {
  display: inline-block;
  margin-right: 15px;
}

.post-content {
  word-wrap: break-word;
}

.post-content a {
  font-weight: 700;
}

.post-content ul {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.post-content ul li {
  padding-left: 10px;
}

@media screen and (max-width: 575px) {
  .download-details {
    margin-top: 30px;
  }

  .download-details h1 {
    font-size: 24px;
  }
}

/* Swiper slider */
#main-slider {
  max-height: 800px;
}

#main-slider .swiper-button-next:after,
#main-slider .swiper-rtl .swiper-button-prev:after {
  color: #111;
}

#main-slider .swiper-slide:hover {
  cursor: zoom-in;
}

/*#main-slider .swiper-button-prev {
    margin-left: -45px;
}
#main-slider .swiper-button-next {
    margin-right: -45px;
}*/
#thumb-slider {
  margin-top: 20px;
  max-width: 500px;
  min-height: 65px;
  max-height: 65px;
}

#thumb-slider .swiper-slide {
  border: 3px solid #f8f8f8;
  cursor: pointer;
  opacity: .7;
  border-radius: 4px;
}

#thumb-slider .swiper-slide-thumb-active {
  border-color: #20b2aa;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

@media screen and (max-width: 575px) {
  #main-slider {
    max-height: 250px;
  }

  #thumb-slider {
    max-height: 40px;
  }
}

/* meta-tags tag-cloud */
.tag-cloud {
  margin-top: 40px;
}

.tag-cloud a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 170%;
  text-transform: uppercase;
  color: #666666;
  background: #F1F1F1;
  border-radius: 6px;
  padding: 1.5px 15px;
  margin-right: 6px;
}

.tag-cloud a:hover {
  background: #d8d8d8;
}

/* image-overlay */
.image-overlay header {
  position: fixed;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.image-overlay {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  display: none;
  overflow: scroll;
}

.image-overlay .image-container {
  padding: 200px 100px;
}

.image-overlay header h3 {
  margin: 10px;
}

a.btn-close-zoom {
  display: flex;
  align-items: center;
  font-size: 25px;
}

.noscroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

.zoom-in {
  cursor: zoom-in;
}

.zoom-out {
  cursor: zoom-out;
}

/* overlay thumbs */
#overlay-thumbs {
  max-width: 500px;
}

#overlay-thumbs ul.thumb-list {
  display: flex;
  margin: 0;
}

#overlay-thumbs .thumb-slide {
  margin-right: 10px;
  margin-bottom: 0;
  border: 4px solid #d1d1d1;
  border-radius: 8px;
  max-height: 60px;
  cursor: pointer;
  overflow: hidden;
}

#overlay-thumbs .thumb-slide.active {
  border-color: #20b2aa;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .image-overlay header {
    flex-direction: column;
  }

  .image-overlay header h3 {
    margin: 40px 0 10px;
  }

  .image-overlay a.btn-close-zoom {
    font-size: 30px;
    position: absolute;
    right: 50px;
  }

  .image-overlay .image-container {
    padding: 250px 20px 20px;
  }
}

/* icon-box */
.icon-box.align-left {
  display: flex;
  color: #111;
}

.icon-box.align-left .icon-wrap {
  font-size: 40px;
}

.icon-box.align-left h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 15px;
}

@media screen and (max-width: 575px) {
  .icon-box.align-left {
    margin-bottom: 20px;
    width: 100%;
  }

  .icon-box.align-left .icon-wrap {
    font-size: 30px;
  }

  .icon-box.align-left h5 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: none;
  }
}

/* breadcrumbs */
.breadcrumbs {
  font-size: 0.8em;
}

.breadcrumbs .sep {
  margin: 0 8px;
}

/* body bg */
/* apply these classes in body */
.triangle-bg {
  background-image: url('assets/images/bodybg.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.pattern-bg {
  background: url('assets/images/dotted-circle.svg') no-repeat;
  background-position: top center;
}

/* posts-grid */
.single-post .post-meta,
.post-nav span,
.posts-grid .category {
  font-size: 0.6em;
  margin-top: 30px;
  margin-bottom: 0;
  color: #777;
  text-transform: uppercase;
}

.single-post .post-meta a,
.posts-grid .category a {
  color: #777;
}

.single-post .post-meta a:hover,
.posts-grid .category a:hover {
  color: #333;
}

.posts-grid .content p {
  font-size: 0.8em;
}


.list-group-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

/* widget-top-sellers */
ul.widget-most-recent,
ul.widget-top-sellers {
  list-style: none;
  padding: 0;
}

ul.widget-most-recent li,
ul.widget-top-sellers li {
  display: flex;
  margin-bottom: 30px;
}

ul.widget-most-recent li .widget-download-thumb,
ul.widget-top-sellers li .widget-download-thumb {
  flex-basis: 30%;
}

ul.widget-most-recent li .widget-download-title,
ul.widget-top-sellers li .widget-download-title {
  line-height: 1.4em;
  font-size: 15px;
  margin-left: 20px;
  flex-basis: 70%;
}

/* large-thumb */
ul.widget-top-sellers.large-thumb li {
  flex-wrap: wrap;
}

ul.widget-top-sellers.large-thumb li .widget-download-thumb {
  flex-basis: 100%;
}

ul.widget-top-sellers.large-thumb li .widget-download-title {
  flex-basis: 100%;
  margin-left: 0;
  margin-top: 20px;
}

/* widget search */
.widget_search .wp-element-button {
  background: #0070e4;
  border-radius: 0 4px 4px 0;
  margin-left: 0;
}

/* copyright */
.copyright {
  font-size: 14px;
  margin-bottom: 0;
}

/* Member login and registration */
/* user links */
/*#freebie-actions {
    font-size: 14px;
    display: flex;
}*/
#freebie-actions>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#freebie-actions>ul>li {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 7px;
  color: #111;
}

.user-menu {
  position: absolute;
  display: none;
  background: #f1f1f1;
  list-style: none;
  font-weight: 400;
  width: 160px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  right: 0;
  z-index: 10;
  border-radius: 5px;
}

.user-menu li {
  margin-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}

.user-menu li a {
  display: block;
  color: #777;
  font-size: 15px;
  width: 100%;
  padding: 0 20px;
}

.user-menu li a:hover {
  color: #222;
}

.user-links:hover .user-menu {
  display: block;
}

.welcome-text {
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  margin-left: 8px;
}

#freebie-actions .cart {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 30px;
}

#freebie-actions .cart .count {
  position: absolute;
  display: inline-block;
  background: red;
  color: white;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0px;
  left: 17px;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler-icon {
    height: 40px;
    display: flex;
    align-items: center;
  }

  #freebie-actions {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .nav-brand {
    z-index: 10;
  }

  .nav-brand img {
    height: 30px;
  }

  #mega-menu-wrap-primary {
    position: absolute !important;
    width: 100% !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 9;
  }

  #freebie-actions {
    z-index: 10;
    padding-right: 0;
    right: 80px;
    position: absolute;
  }

  #freebie-actions>ul>li {
    padding: 0 4px;
  }

}

/* EDD */
#edd-free-downloads-modal button,
.edd-submit.button.blue {
  background: #007bff !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  border: none;
}

.download-buttons .edd_download_purchase_form {
  display: inline-block;
}

.edd-add-to-cart:before,
.edd-submit:before {
  content: "\e92b";
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 10px;
  -webkit-font-smoothing: antialiased;
}

.edd-add-to-cart:before {
  content: "\e900";
}

#edd-free-downloads-modal {
  padding: 40px !important;
  width: 100% !important;
  max-width: 500px !important;
}

#edd-free-downloads-modal label {
  font-weight: 400 !important;
  letter-spacing: normal !important;
  font-size: 15px !important;
}

#edd-free-downloads-modal p {
  margin: 0 0 0.5em !important;
}

#edd-free-downloads-modal input[type=text] {
  background-color: #f1f1f1 !important;
}

#edd-free-downloads-modal .edd-submit.button.blue {
  background: #0070e4 !important;
  border: none !important;
  padding: 16px !important;
}

.edd-free-downloads-modal-close {
  background: #32323a !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 24px !important;
}

#edd-free-downloads-modal label.edd-free-downloads-checkbox-label {
  padding-left: 0 !important;
}

#edd-free-downloads-modal a.edd-free-downloads-direct-download-link {
  color: #777;
  font-size: 14px;
  margin-top: 15px;
  display: block;
}

#edd-free-downloads-modal a.edd-free-downloads-direct-download-link:hover {
  color: #111;
}

.edd-free-download-errors {
  font-size: 15px !important;
}

#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit {
  background: #0070e4;
}

@media only screen and (max-width: 768px) {
  .download-buttons {
    display: none;
  }
}

/* EDD Tables */
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products th,
table#edd_purchase_receipt td,
table#edd_purchase_receipt_products td {
  padding: 0 !important;
}

table#edd_purchase_receipt tbody tr:hover,
table#edd_purchase_receipt_products tbody tr:hover {
  background-color: transparent !important;
}

table#edd_purchase_receipt_products li {
  margin: 0 !important;
}

table#edd_purchase_receipt_products .edd_download_file_link {
  text-decoration: underline;
  font-size: 1.2em;
}

/* EDD Download Details */
.widget-download-details {
  background: #ECF2F7;
  border-radius: 8px;
  padding: 30px;
  font-size: 16px;
}

.widget-download-details h5 {
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  color: #9A9A9A;
}

.widget-download-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget-download-details ul li {
  border-bottom: 1px solid rgba(79, 95, 119, 0.1);
}

.widget-download-details ul li:last-child {
  border-bottom: none;
}

.widget-download-details ul li strong {
  display: inline-block;
  width: 100px;
}

.widget-download-details ul.buttons-area {
  margin-top: 20px;
}

.widget-download-details ul.buttons-area li {
  border-bottom: none;
}

.widget-download-details ul.buttons-area .edd_download_purchase_form {
  margin: 0;
}

.widget-download-details ul.buttons-area .btn {
  margin: 0;
}

.widget-download-details .edd-free-downloads-direct-download-link,
.widget-download-details .edd-submit.button.blue {
  display: block;
  width: 100%;
}

.download-buttons .edd-free-downloads-direct-download-link,
.widget-download-details .edd-free-downloads-direct-download-link,
.widget-download-details .edd-submit.button.blue {
  padding: .5em 2em !important;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .widget-download-details {
    margin-top: 30px;
  }
}

/* add to cart */
.price-button-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 140;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: 0.3s opacity ease-out;
}

.theme-item:hover .price-button-container {
  opacity: 1;
}

.price-button-container::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.price-button-container .price-button {
  margin: auto;
}


/* add to cart */
.edd-free-downloads-variable-wrapper a.edd-free-downloads-direct-download-link {
  color: #fff;
  font-size: 15px;
}

.edd-free-downloads-variable-wrapper a.edd-free-downloads-direct-download-link:hover {
  color: #fff;
}

.edd-free-downloads-variable-wrapper a.edd-free-downloads-direct-download-link,
.edd-free-downloads-variable-wrapper a.edd-free-download,
.edd_purchase_submit_wrapper a.edd-add-to-cart,
.edd_purchase_submit_wrapper a.edd_go_to_checkout {
  width: 100%;
}

.edd_download_purchase_form label {
  color: #6d6d6d;
  font-size: 15px;
  letter-spacing: 0;
}

/* checkout */
/*#edd_checkout_wrap {
  display: flex;
}
#edd_checkout_wrap #edd_checkout_cart_form {
  flex-basis: 50%;
}
#edd_checkout_wrap #edd_checkout_form_wrap {
  margin-left: 60px;
  flex-basis: 50%;
}*/
#edd_checkout_form_wrap fieldset {
  margin-top: 30px !important;
}

#edd_checkout_form_wrap legend {
  font-size: small !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 20px !important;
  width: auto !important;
}

#edd_checkout_form_wrap label {
  font-size: initial;
  font-weight: 700;
  letter-spacing: 0;
  color: initial;
}

#edd_checkout_form_wrap fieldset fieldset {
  display: inline-block;
  width: 49%;
}

#edd_checkout_form_wrap fieldset fieldset legend {
  padding: 0 !important;
}

#edd_purchase_form #edd_final_total_wrap {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee !important;
  min-width: 200px;
  max-width: 750px;
}

@media only screen and (max-width: 991px) {

  /*#edd_checkout_wrap {
    flex-direction: column;
  }*/
  #edd_checkout_wrap #edd_checkout_form_wrap {
    margin-left: 0;
  }

  #edd_checkout_form_wrap fieldset fieldset {
    width: 100%;
  }
}

/* edd sidebar */
/*.page-template-edd #sidebar {
    border-right: 1px solid #d8d8d8;
}*/
.page-template-edd #content-area {
  padding: 0 60px;
}

.page-template-edd #sidebar .widget ul {
  padding: 0;
  list-style: none;
}

.page-template-edd #sidebar .widget ul li {
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding: 8px;
}

.page-template-edd #sidebar .widget ul li:last-child {
  border-bottom: 0;
}

.page-template-edd #sidebar .widget ul li:hover {
  background: #F1F1F1;
}

.page-template-edd fieldset {
  padding: 30px;
  margin-bottom: 30px;
  color: #555;
}

.page-template-edd fieldset legend {
  font-size: 17px;
  color: #555;
  letter-spacing: 0;
  padding: 0 20px;
  width: auto;
}

/* edd price options */
.edd_price_options ul {
  list-style: none;
  padding-left: 0;
}

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

/* single download */
.screenshots-list {
  padding: 0;
  list-style: none;
}

.screenshots-list li {
  margin-bottom: 100px;
}

/* WP Forms */
div.wpforms-container.wpforms-container-full {
  margin-top: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button {
  width: 100%;
  background: #0088ff;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 20px;
  border-radius: 4px;
  outline: none;
}

/* product-tags */
.product-tags {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
}

.product-tags a,
.product-tags div {
  display: inline-block;
  background: #ffca20;
  color: #0e0e0e;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-tags .figma {
  background: #39a6aa;
  color: #fff;
}

.product-tags .html {
  background: #4376e2;
  color: #fff;
}

.product-tags .psd {
  background: #ff614e;
  color: #fff;
}

.product-tags .wordpress {
  background: #050524;
  color: #fff;
}

.product-tags .bootstrap {
  background: #6c10f4;
  color: #fff;
}

.product-tags .tailwind {
  background: #15b8c5;
  color: #fff;
}

.product-tags .mobile {
  background: #83bf5d;
  color: #fff;
}


/* FAQs */
#faqAccordion.accordion {
  --bs-accordion-active-color: #111;
  --bs-accordion-btn-focus-border-color: #fff;
  --bs-accordion-btn-focus-box-shadow: #fff;
  --bs-accordion-active-bg: white;
  --bs-accordion-border-color: white;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-padding-y: 10px;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-body-padding-x: 0;
  border: none;
}

#faqAccordion .accordion-button {
  font-size: 1.4rem;
}

/* ribbon */
#ribbon.sticky {
  z-index: 99;
}

/* countdown timer */
#countdown-clock{
	font-size: 30px;
	display: flex;
	justify-content: center;
}
#countdown-clock > .time{
  background: white;
  border-radius: 10px;
  font-size: 26px;
  padding: 5px 5px;
  margin-right: 4px;
  color: #404040;
  line-height: 1.1;
  text-align: center;
  box-shadow: none;
}
#countdown-clock .time > span{
	font-weight: 700;
}
#countdown-clock .time small{
	padding-top: 0;
	font-size: 11px;
	text-transform: uppercase;
  display: block;
}