/*!
Theme Name: bts
Theme URI: https://www.bloggingthemestyles.com
Author: Blogging Theme Styles
Author URI: https://www.bloggingthemestyles.com
Description: Custom theme for the Blogging Theme Styles website
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.


Old blueish colour: #4289a2;
*/

/* ---------------------------------------
RESET
--------------------------------------- */

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

html {
  scroll-behavior: smooth;
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

/* checklist */
.checklist {
	list-style: none;
    text-align: left;
}
.checklist>li {
    font-size: 0.875rem;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}
.checklist>li:before {
	color: #90ac2d;
    content: "\f058";    
	font-family: "Font Awesome 5 Free";
	font-weight:900;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -10px;
}
.checklist>li h4 {
    font-size: 1rem;
    margin: 0 0 10px;
    text-transform: uppercase;
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container,
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal!important
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
	
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}


/* ---------------------------------------
# BASE STYLES 
--------------------------------------- */

html,
body {
    font-size: 85%;
}

body {
    color: #5d6769;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#top-bar {
    background-color: #4289a2;
	/* background: #148db6; */
    padding: 4px;
}

#cta {
    background-color: #eaf1f4;
    padding: 3rem 0;
    text-align: center;
}


/*--------------------------------------------------------------
# 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: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after {
    clear: both;
}

/* ---------------------------------------
HEADER
--------------------------------------- */
/* #masthead-wrapper {
	background-image: radial-gradient(ellipse farthest-side at 100% 100%, #7fd8e6 20%, #1cb6c6 50%, #012690 110%);
} */
#masthead {
    padding-top: 20px;
    padding-bottom: 50px;
}

#site-branding {
    text-align: center;
}

#page-header {
	/*background: #f5f5f5;*/
    /*background-size: cover;
    background-position: center center;*/
    color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    font-size: 1.125rem;
	padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbdae2+0,4289a2+100 
    background: #f9f9f9;*/
    /* Old browsers 
    background: -moz-linear-gradient(left, #f9f9f9 0%, #4289a2 100%);*/
    /* FF3.6-15 
    background: -webkit-linear-gradient(left, #f9f9f9 0%, #4289a2 100%);*/
    /* Chrome10-25,Safari5.1-6 
    background: linear-gradient(to right, #f9f9f9 0%, #4289a2 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#4289a2', GradientType=1);*/
    /* IE6-9 */
}

#page-header-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 25px 0 20px;
}

#page-header-title {
	font-family: Oswald, "Arial Narrow", sans-serif;
    color: #858586;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

#page-header-title h1 {}

#page-header-title,
#page-header-content p {
    margin: 6px 0;
}

#page-header #breadcrumbs,
#page-header .bbp-breadcrumb {
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    margin: 10px 0;
}

#page-header .bbp-breadcrumb {
    width: 100%;
    float: none;
}

#page-header-description {
    color: #fff;
}

#breadcrumbs,
#page-header a, #page-header a:visited {
	color: #a8a8a8;
}

#page-header a:hover {
    opacity: 0.8;
}

/* ---------------------------------------
CONTENT
--------------------------------------- */

#content {
    background-color: #fff;
    padding: 3% 0;
}

.entry-content {
    line-height: 1.7;
}

/* CATEGORIES */

/* BLOG */
.sticky {}

.blog .hentry {
    margin-bottom: 4rem;
    text-align: left;
}

.blog .post-content {
    font-size: 1rem;
    padding: 5% 10%;
}

.entry-title {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 400;
}

.entry-title a,
.entry-title a:visited {
    color: #000;
}

.entry-title a:hover {
    color: #4289a2;
}

.entry-meta {
    color: #a7a7a7;
    list-style: none;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin: 0 0 16px;
    padding: 0;
}

.entry-meta li {
    display: inline-block;
    margin-right: 5px;
}

.entry-meta li:before {
    content: "\002f";
    position: relative;
    right: 2px;
    margin: 0 0.25rem;
    opacity: 1;
}

.entry-meta li:first-child:before {
    content: "";
    margin: 0;
}

.entry-meta a,
.entry-meta a:visited {
    color: #a7a7a7;
}

/* .published:not(.updated) {
    display: none;
} */

/* grid blog layout */
.blog .hentry, 
.archive .hentry {
    margin-bottom: 50px;
}

.item-image-wrapper {
    margin-bottom: 3rem;
    position: relative;
}

.item-image-wrapper .datebox {
    background-color: #fff;
    border-radius: 7px;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.75rem;
    padding: 5px 0 0;
    position: absolute;
    text-align: center;
    bottom: -1.875rem;
    font-weight: 600;
}
.author .datebox {
    position: relative;
    display: inline-block;
    margin-left: 0;
}
.item-image-wrapper .datebox span.date {
    padding: 1px 20px 7px;
    display: inline-block;
    line-height: 1;
}

.item-image-wrapper .datebox span.year {
    background-color: #4289a2;
    border-radius: 0 0 7px 7px;
    color: #fff;
    display: block;
    padding: 5px 20px;
}

/* SINGLE */

.single .hentry {
    max-width: 960px;
    margin: 0 auto;
}

.single .entry-title {
    text-align: center;
    margin: 0 auto 25px;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

.single .entry-meta {
    margin-bottom: 40px;
    text-align: center;
    font-size: 1rem;
    text-transform: initial;
}

.single .featured-media {
    margin-bottom: 50px;
}

.single time.updated {
    font-style: italic;
}

.featured-media img {
    width: 100%;
}

/* Comment section */
#commentform p.comment-subscription-form {margin: 0;}
#commentform #submit {margin-top: 30px;}
#comment {transition: 0.2s ease all;}

/* tutorial posts */

/* .tutorials .entry-header {
	display: none;
} */

.tutorials .entry-content p:first-child {
    margin-top: 0;
}

.tutorials .entry-title {
    font-size: 2.5rem;
}

.tutorials .entry-meta {
    margin-bottom: 20px;
}

.tutorials .entry-title,
.tutorials .entry-meta {
    text-align: left;
}


/*-----------------------------------------------
Search page
------------------------------------------------*/
.search .page-header,
.search-page .hentry {
    text-align: center;
}
.search footer.entry-footer {
    margin: 0 0 30px;
}
.error404 .search-form,
.page-template-template-search .search-form {
    max-width: 500px;
    margin: auto;
	position: relative;
}
.error404 label,
.search-page label {
	position: relative;
    width: 100%;
}
.error404 input.search-field,
.search-page input.search-field {
	border-radius: 12px 0 0 12px;
    padding-right: 100px;
    float: left;
}
.error404 .search-submit,
.search-page .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 12px 12px 0;
}


/* Error Page */
#error404 {
    padding: 60px 0;
    text-align: center;
}

#error-title {
    font-size: 9.375rem;
    font-weight: 900;
    color: #161616;
    letter-spacing: -1px;
}

#error-sub-title {
    font-size: 1.75rem;
    padding-bottom: 14px;
}


/*-----------------------------------------------
Hosting Page
------------------------------------------------*/

#post-4519 {
    text-align: center;
}


/* Hosting Promo */
#hosting-promo h3 {font-size: 32px;}
#hosting-promo a {color: #cc8d49 !important;}
#hosting-promo a:hover, #hosting-promo a:focus {color: inherit !important;}


/*-----------------------------------------------
Jetpack
------------------------------------------------*/
.tutorials .sharedaddy {
    display: none;
}
.portfolio .sharedaddy {
    margin-bottom: 40px;
}
/* Jetpack contact form */
.grunion-field-wrap.grunion-field-checkbox-multiple-wrap {
	margin-bottom: 20px;
}


/*-----------------------------------------------
LOGIN LOG IN MEMBERS
------------------------------------------------*/

.tml-action .hentry {
    max-width: 700px;
    border-radius: 6px;
    border: 1px solid #ededed;
    box-shadow: 0 0 30px #ececec;
    display: table;
    clear: both;
    padding: 40px;
    padding-bottom: 40px;
    margin: 20px auto;
    text-align: center;
}
.edd-page .hentry {
    max-width: 100%;
    border-radius: 6px;
    border: none;
    box-shadow: none;
    display: block;
    clear: both;
    padding: 0;
    padding-bottom: 40px;
    margin: 20px auto;
    text-align: left;
}





/* EDD login */
/* Sign in page */
#login-intro-heading {
    font-size: 1.75rem;
}

#login-intro {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
}
#edd_login_form label {
    margin-bottom: 7px;
}
#edd_login_form p {
    margin-bottom: 10px;
}
#edd_login_form legend {
    font-weight: 700;
	display: none;
}

#edd_login_form .edd-input, 
#edd_register_form .edd-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#edd_login_submit {
    padding: 8px 25px;
}



.tml-field-wrap.tml-rememberme-wrap {
    display: none;
}

ul.tml-links {
    list-style: none;
    padding: 0;
}

input#user_login,
input#user_pass {
    padding: 10px;
    text-align: center;
}

.tml-action-confirmaction .success,
.tml-error,
.tml-message,
.tml-success {
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
    display: block;
    margin: 0 0 1em;
    padding: .75em;
    border: none;
    background-color: #495c65;
    color: #fff;
    font-size: 1.25rem;
    font-family: Oswald, "Arial Narrow", Arial, sans-serif;
    letter-spacing: 0.5px;
}

.tml-error {
    background-color: #c55f31
}

.tml-action-confirmaction .success,
.tml-success {
    background-color: #90ac2d;
}


/* EDD Checkout */
tr.edd_cart_footer_row th {
    background-color: #fafafa;
}

.edd-checkout .edd_cart_amount {
    color: initial;
    font-size: 1.4rem;
}
#edd_checkout_form_wrap fieldset {
    margin: 40px 0;
	border: 1px solid #ddd;
}

#edd_checkout_form_wrap #edd-license-key-container-wrap .edd-description {
	font-size: 100%;
	margin-bottom: 12px;
}

#edd_show_discount {
	font-size: 110%;
}
#edd-discount-code-wrap .edd-label {
	font-size: 130%;
}
#edd-discount-code-wrap span.edd-description {
	font-size: 100% !important;
}

#edd_checkout_form_wrap .edd-payment-icons {
	padding: 1.387em 1.387em 0 1.387em;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
	font-size: 110%;
}

#edd_checkout_form_wrap span.edd-description {
	color: #888;
	font-size: 90%;
	margin: 0 0 10px;
}

#edd-acq-wrap {
	margin: 40px 0;
	border: 1px solid #ddd;
	padding: 1.387em;
}
#edd-acq-wrap .edd-label {
	font-size: 120%;
	margin-bottom: 25px;
}

.cfm-form .cfm-el {
	margin-bottom: 2rem;
}

#edd_checkout_user_info legend {
	font-size: 130%;
	margin: 0 0 30px;
}

#edd_checkout_user_info .edd-label {
	font-size: 105%;
	margin: 0 0 10px;
}

.checkout-website-credentials textarea#demo-wp-installation-credentials {
	height: 150px !important;
}


#edd_checkout_form_wrap fieldset fieldset#edd_terms_agreement,
#edd_checkout_form_wrap fieldset fieldset#edd-privacy-policy-agreement,
#edd_checkout_form_wrap fieldset fieldset#edd_mailchimp {
	margin-bottom: 40px;
	border: 1px solid #ddd;
	padding: 1.387em;
}

.edd_terms_links {
	font-size: 140%;
}

.edd-terms-agreement,
.edd-privacy-policy-agreement,
#edd_checkout_form_wrap fieldset fieldset#edd_mailchimp {
	font-size: 110%;
}
#edd_show_terms,
.edd-terms-agreement,
.edd-privacy-policy-agreement,
#edd-show-privacy-policy,
#edd_checkout_form_wrap fieldset fieldset#edd_mailchimp {
    margin-bottom: 8px;
}
#edd_final_total_wrap {
    margin-top: 60px;
}



/*-----------------------------------------------
SUPPORT PAGE 
------------------------------------------------*/

.site-main.support {
    text-align: center;
}

.support .button,
.support .button:visited {
    background-color: #4289a2;
    border-color: #4289a2;
    color: #fff;
}
p.card-image {
    margin: 0;
}

/*-----------------------------------------------
THEME DOCS PAGE 
------------------------------------------------*/

.theme-docs .category-item {
    background-color: #f2f2f2;
    margin-bottom: 2rem;
    text-align: center;
}

.theme-docs .setup-categories-content {
    padding: 15px;
}

.theme-docs .categories-item-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.theme-docs .category-item p {
    margin-bottom: 10px;
}

.theme-docs .button,
.theme-docs .button:visited {
    background-color: #4289a2;
    border-color: #4289a2;
    color: #fff;
    padding: 5px 20px;
}

/*-----------------------------------------------
FRONTPAGE 
------------------------------------------------*/

.home #content {
    padding: 2% 0 0;
}

/* BENEFITS */

#benefits {
    background: #f9f9f9 url("images/benefits-bg.png") no-repeat center;
    background-position-y: bottom;
    background-size: cover;
    text-align: left;
    padding: 3rem 0 1rem;
}

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

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

#benefits .widget-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: initial;
}

#benefits-title .widget-title {
    margin-bottom: 1rem;
}

#benefits li {
    border: none;
    margin-bottom: 2rem;
    padding: 0 20px;
}

.media-icon {
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    position: relative;
    background-color: #000;
    padding: 8px;
    display: inline-block;
    margin-right: 1rem;
    color: #fff;
    text-align: center;
}

.media-icon i {
    font-size: 2rem;
    line-height: 2.75rem;
}

.benefits .media-body {
    font-size: 0.875rem;
}

/* NEWSLETTER SECTIONS */

#newsletter1,
#newsletter2 {
    background-color: #4289a2;
    padding: 3rem 0;
    text-align: center;
}

#newsletter1,
#newsletter .widget-title,
#newsletter-title {
    color: #fff;
}

#newsletter-title {
    font-size: 2.25rem;
    margin-bottom: 5px;
}

#newsletter-intro {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

input.button.newsletter-button {
    background-color: #cc8d49;
    border-color: #cc8d49;
    color: #fff;
    font-size: 1.25rem;
    padding: 8px 40px;
}

input[type=email].newsletter-field {
    background-color: #deecf1;
    border-color: #deecf1;
    max-width: 700px;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
}

#newsletter1 p + p {
    margin-bottom: 0;
}

/* FRONTPAGE BLOG */

#frontpage-blog-header {
    text-align: center;
}

#frontpage-blog {
    padding: 70px 0 80px;
}

#frontpage-page-title {
    font-size: 2.25rem;
    margin-bottom: 10px;
}

#frontpage-blog-description {
    margin-bottom: 40px;
}

#frontpage-blog .tag-featured {
    margin-bottom: 30px;
}

/* KEY AND STANDARD FEATURES */

#key-features .card-deck {
    list-style: none;
    margin: 0;
    padding: 0;
}

#key-features .card-image {
    background-color: #f5f5f5;
    margin-bottom: 1rem;
}

#key-features .card-title {
    font-size: 1.313rem;
}

#key-features .card-text {
    font-size: 0.938rem;
}

#key-features .widget {
    margin-bottom: 0;
}

#key-features .card {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #dedede;
    margin-bottom: 1.5rem;
}

#key-features .card-img-top {
    display: block;
    margin: auto;
    width: auto;
}

#key-features,
#standard-features {
    background-color: #f5f5f5;
    text-align: center;
    padding: 2.75rem 0 1.25rem;
}

#standard-features {
    background-color: transparent;
    padding-bottom: 0;
}

#key-features .widget-title,
#standard-features .widget-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
#standard-features .widget-title {
    margin-bottom: 2.75rem;
}
#standard-features p {
    margin-bottom: 0;
}

/*	SETP CATEGORIES LIST PAGE */
#categories-list {
    list-style: none;
    padding: 0;
}
#categories-list li {
    margin-bottom: 20px;
    text-align: center;
}
.setup-categories-title {
    margin-bottom: 15px;
}
.setup-categories-desc {
    margin-bottom: 22px;
}

/*	PORTFOILIO and THEME DETAILS */

.single .portfolio .hentry {
    max-width: initial;
    margin: 0 auto;
    text-align: center;
}

.portfolio .featured-media {
    margin-bottom: 20px;
}

.portfolio .featured-media img {
    width: initial;
}

.portfolio dl.fields-container {
    display: none;
}

#theme-page-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.portfolio-item {
    background-color: #f2f2f2;
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}

.portfolio-intro-image .item-image {
    margin-bottom: 0;
}

.portfolio .item-image {
    margin-bottom: 0;
}

.portfolio .item-title {
    font-size: 2.5rem;
    font-weight: 600;
}

.portfolio-item .item-title {
    font-size: 1.75rem;
    margin-bottom: 0.875rem;
}

.portfolio-item-content {
    padding: 2rem 2rem 2.25rem;
}

.portfolio .readmore {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 0.813rem;
    font-weight: 400;
    text-transform: uppercase;
    background: #4289a2;
    color: #fff;
    padding: 8px 16px 7px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.portfolio .readmore:hover {
    color: #fff;
    opacity: 0.8;
}

p.portfolio-readmore {
    height: 30px;
    margin-bottom: 0;
}

/*	THEME DETAILS */

.theme-details #component {
    text-align: center;
}

.theme-details .item-title {
    font-size: 2rem;
}
.edd_purchase_submit_wrapper {
    position: relative;
    top: -2px;
}
span.edd-add-to-cart-label {
    position: relative;
    bottom: 2px;
}
#purchase-buttons1,
#purchase-buttons2 {
    min-height: 2.188rem;
    margin: 30px 0 60px;
    padding: 0;
    text-align: center;
}
#purchase-buttons1 {
	margin: 30px 0 20px;
}
#purchase-buttons2 {
	margin: 10px 0 60px;
}

#purchase-buttons1 li,
#purchase-buttons2 li {
   display: inline-block;
    margin: 0 5px;
    line-height: 2.188rem;
}

#purchase-buttons1 a,
#purchase-buttons2 a {
    display: inline-block;
    border-radius: 3rem;
    font-family: oswald, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    padding: 13px 20px 10px;
    letter-spacing: 1px;
    min-width: 10rem;
    min-height: 49px;
    text-transform: capitalize;
}

#purchase-buttons1 a,
#purchase-buttons1 a:visited,
#purchase-buttons2 a,
#purchase-buttons2 a:visited {
    color: #fff;
}

#purchase-buttons1 a:hover,
#purchase-buttons2 a:hover {
    opacity: 0.8;
}

#buy-single a {
    background-color: #4289a2;
    border-color: #4289a2;
}

#buy-theme a {
    background-color: #90ac2d;
    border-color: #90ac2d;
}

#buy-premium a {
    background-color: #c45994;
    border-color: #c45994;
}

#view-demo {
    background-color: #1d1c1b;
}

#setup-theme {
    background-color: #d6ad36;
}

#buy-freethemes {
    background-color: #6d95d0;
}

span.included {
    font-size: 1.5rem;
    line-height: 1;
    color: #9abb27;
    font-weight: 900;
}

span.not-included {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 900;
    color: #bb4a27;
}


/* PRICING PAGE */

.prices-page.container {
    max-width: 1400px;
}

.prices-page #post-header {
	display: none;
    text-align: center;
}

.prices .page-header {
    text-align: center;
}

.prices.card-deck {
    margin: 5rem 2rem;
}

.prices .card {
    text-align: center;
    background-color: #f8f8f8;
}

.prices .card-footer {
    border: none;
    background-color: transparent;
    padding: 0.75rem 1.75rem 1.5rem;
}

.prices .card-img-top {
    padding: 1rem 0;
}

.prices .card-img-top p {
    margin-bottom: 0;
}

.prices .card-img-top.free-theme {
    background-color: #c1a351;
}

.prices .card-img-top.single-theme {
   /*  background-color: #4289a2; */
	background-color: #148db6;
}

.prices .card-img-top.theme-membership {
    background-color: #90ac2d;
}

.prices .card-img-top.premium-membership {
    background-color: #c45994;
}

.prices .card-img-top h2 {
    margin-bottom: 0;
}

.prices .card-img-top h2,
.prices .card-img-top {
    color: #fff;
}

.prices .card-title {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 0;
}

.prices .free-price {
    color: #c1a351;
}

.prices .single-price {
    color: #4289a2;
}

.prices .theme-price {
    color: #90ac2d;
}

.prices .premium-price {
    color: #c45994;
}

.prices .card-text {
    max-width: 90%;
    margin: 0 auto 2rem;
    color: #989898;
    line-height: 1.2;
}

.price-list {
    list-style-type: none;
    margin: 2rem auto 1rem;
    padding: 0;
    width: 90%;
}

.price-list li {
    line-height: 1.2;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    padding: 0;
}

.price-list li::after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #d2d1d1;
    display: block;
    margin: 8px auto;
    position: relative
}
.price-list li::after, .price-list-hosting li::after {
	background-color: #eaeaea;
}

.price-list li:last-child::after {
    content: none
}

.prices-buy-button {
    background-color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.25rem 2rem;
    border-radius: 6px;
    font-size: 1.2rem;
    line-height: 1;
    display: block;

}

.prices-buy-button,
.prices-buy-button:visited,
.prices-buy-button:hover {
    color: #fff;
}

.prices-buy-button:hover {
    opacity: 0.8;
    text-decoration: none;
}

.prices-buy-button.free {
    background-color: #c1a351;
}

.prices-buy-button.single {
    background-color: #4289a2;
}

.prices-buy-button.theme {
    background-color: #90ac2d;
}

.prices-buy-button.premium {
    background-color: #c45994;
}

/* Faq section in Prices */
#buy-faq-wrapper {
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.buy-faq h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.063rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.buy-faq {
	font-size: 0.938rem;
    margin-bottom: 35px;
	text-align: left;
}
.buy-faq p:last-child {
    margin-bottom: 0;
}

/* Pricing Tables - Hosting */
.hosting-card-deck {
	max-width: 75%;
	margin: 60px auto !important;
}

.card-img-top.hosting-starter {
    background-color: #90ac2d;
}
.card-img-top.hosting-bronze {
    background-color: #bb6491;
}
.card-img-top.hosting-silver {
    background-color: #4289a2;
}
.card-img-top.hosting-gold {
    background-color: #cc8d49;
}

.card-title-hosting {
	font-size: 2.5rem;
	font-weight: 600;
}

.hosting-starter-price {
	color: #90ac2d;
}
.hosting-bronze-price {
	color: #bb6491;
}
.hosting-silver-price {
	color: #4289a2;
}
.hosting-gold-price {
	color: #cc8d49;
}

.prices-buy-button.hosting-starter {
	background-color: #90ac2d;
}
.prices-buy-button.hosting-bronze {
	background-color: #bb6491;
}
.prices-buy-button.hosting-silver {
	background-color: #4289a2;
}
.prices-buy-button.hosting-gold {
	background-color: #cc8d49;
}

.card-text-hosting {
	font-size: 0.9rem;
	color: #989898;
	max-width: 90%;
	margin: 1rem auto 2rem !important;
	line-height: 1.2;
}

.price-list-hosting {
	list-style-type: none;
	margin: 2rem auto 1rem;
	padding: 0;
	width: 90%;
}

.price-list-hosting li {
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	padding: 0;
}

.price-list-hosting li::after {
	content: "";
	width: 30%;
	height: 1px;
	background-color: #d2d1d1;
	display: block;
	margin: 8px auto;
	position: relative;
}


/* ---------------------------------------	
# MEMBERS - LOGIN
--------------------------------------- */

/* ---------------------------------------	
 MEMBER -  SUPPORT
--------------------------------------- */

.support .item-page {
    text-align: center;
}

.support .item-title {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 2rem
}

.support .card {
    background-color: #f1f1f1;
    border-radius: 0
}

.support .card-body {
    line-height: 1.4;
    font-size: .938rem
}

.support .card-title {
    font-size: 1.313rem;
    font-weight: 500
}

/* CONTACT PAGE */

.contact .button-lg {
    font-size: 1rem;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 20px 10px 18px;
    font-weight: 700;
    border-radius: 50px;
}

.contact .col-lg-5 p {
    margin-bottom: 5px;
}

.contact .formRequired {
    display: none;
}

.contact ol {
    list-style: none;
    padding: 0;
}

.contact .form-group {
    margin-bottom: 6px;
}

.contact #Submit {
    border: transparent;
    padding: 5px 20px;
}
a.button.button-lg.btn-forum {
    font-family: Arial;
    text-transform: capitalize;
}

.contact-headings {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

span.use-forum {
    color: #c6a85b;
}

/*#contact-form {
    background-color: #f0f0f0;
    padding: 30px;
}*/

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    margin-bottom: 20px;
}
textarea.textarea {
    height: 200px;
}
.contact-submit {
    margin-bottom: 0;
}
.grunion-field-label span {
    font-size: 0.75rem;
    color: #cc8d49;
    margin-left: 10px;
}


/* PORTFOLIO */

.portfolio-header a,
.portfolio-header a:visited {
    color: #222;
}

.portfolio-header .post-title, .post-header .entry-title {
	margin-bottom: 10px;
}

.portfolio-readmore {
    margin-bottom: 0;
}

.portfolio-readmore .readmore {
    font-family: Oswald, "Arial Narrow", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    background: #4289a2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 1px;
}
.portfolio-readmore .readmore:hover {
	background: #333;
}



/* ---------------------------------------
FOOTER
--------------------------------------- */

#site-footer .social-navigation,
#footer-nav {
    margin-bottom: 5px;
}

#site-footer {
    background-color: #1a2327;
    font-size: 0.75rem;
    padding: 3rem;
    text-align: center;
}

#site-footer,
#site-footer a,
#site-footer a:visited {
    color: #8e9ba2;
}

#footer-nav {
	padding-top: 15px;
	padding-bottom: 30px;
}


/* ---------------------------------------
TYPOGRAPHY
--------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #3e3e3e;
    font-family: Oswald, "Arial Narrow", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1.75rem;
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.75rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

#page-title {
    font-size: 2.75rem;
    font-weight: 700;
    margin: 0 auto 25px;
    line-height: 1;
    letter-spacing: -1px;
}

p {
    margin: 0 0 1.6rem;
}

/* .entry-content p {
    margin: 30px 0;
} */

small {
    font-size: 75%
}

.lead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem!important;
    color: #9ca1a5;
    line-height: 1.4;
}

.widget-title {
    font-size: 1.25rem;
	margin-bottom: 1rem;
}

ol li {
	padding-top: 8px;
	padding-bottom: 8px;
}

ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

a, input, img, .social-menu a {transition: 0.2s ease all;}

img:hover {
	filter: brightness(115%);
}

/* LINKS */

a {
    color: #c75d89;
    text-decoration: none;
}

a,
a:visited {
    color: #cc8d49;
}

a:hover {
    text-decoration: none;
}

/* a:visited {
	color: #c75d89;
} */

a:hover,
a:focus {
    color: #4289a2;
}

.item-page a {
    font-weight: 700;
}

a.readmore {
    font-weight: 700;
    font-style: italic;
}


/* ---------------------------------------
ELEMENTS
--------------------------------------- */

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 0.5rem;
}

code {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    color: #d14;
    padding: 2px 8px;
    white-space: nowrap;
}

pre {
    position: relative;
    max-width: 800px;
    padding: 30px 15px;
    background: #f7f7f7;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    font-size: 14px;
    color: #656565;
    border-left: 10px solid #d4dee2;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

pre code {
    padding: 0;
    color: #3f3b36;
    background-color: transparent;
    font-size: 1rem;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

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

/* BLOCKQUOTES */

blockquote {
    background-color: #f8f8f8;
    border: none;
    border-left: 6px solid #7cacbd;
    margin: 1.5rem auto 0;
    padding: 10px 20px;
    text-align: left;
    font-style: italic;
}

blockquote {
    margin: 1.5rem auto;
}

blockquote p {
    margin-bottom: 0;
}


/*	ALERTS */

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert {
    border-left: 10px solid #333;
    background-color: #f8f8f8;
    color: #404040;
    font-size: 0.875rem;
    margin: 2rem 0;
    padding: 12px;
    text-align: left;
}

.alert-message {
    background-color: #fffdd7;
    border-color: #cec86a;
}

.alert-info {
    background-color: #e6f0f5;
    border-color: #7db8d2;
}

.alert-success {
    background-color: #8cad5e;
    border-color: #6c8a42;
    color: #fff;
}

.alert-warning {
    background-color: #f3e1b4;
    border-color: #c3a865;
}

.alert-danger,
.alert-error {
    background-color: #b95b3a;
    border-color: #8c5541;
    color: #fff3ef;
}

/* TABLES */

.table {
    width: 100%;
    max-width: 100%
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

table .list-title a {
    color: #737373
}

.btn,
.form-control {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody + tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #4289a2
}

table {
    margin: 2rem 0;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}
#edd_user_history th,
th {
    font-family: Oswald, "Arial Narrow", Helvetica, sans-serif;
    background-color: #4289a2;
    color: #fff;
	    font-size: 1.25rem;
    font-weight: 500;
    padding: .5rem
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-color: #dcdcdc
}

.table td,
.table th {
    vertical-align: middle
}

.table th {
    border-bottom-color: transparent;
    padding: .5rem .75rem
}
#edd_user_history td,
.table td {
    padding: .75rem
}
#edd_user_history {
    margin-bottom: 60px;
}
.category.table .list-date {
    font-style: italic;
    color: #888
}

.list-title .fa {
    margin-right: 5px;
    color: #4289a2
}


/*	CARD DECKS */

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
        border: 1px solid #e9ecef;
    border-radius: 8px;
	padding: 0;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #e9ecef;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* MEDIA */

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

.entry-content img.wp-post-image {
    -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.8);
}

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

/* Make sure embeds and iframes fit their containers. */

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

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/* CAPTIONS */

.wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0;
}

.wp-caption-text {
    font-family: Oswald, "Arial Narrow", Arial, sans-serif;
    font-size: 1rem;
    padding: 8px 0;
    text-align: center;
}

.gallery-caption {}

/* style tutorial images */

.tutorial,
.tutorials img {
    margin: 20px 0;
    padding: 7px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 20px 0 #d0d0d0;
}
.tutorial,
.tutorials li img {
	margin: 50px 0;
}

/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin: 0 1.5rem 0 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 0 1.5rem
}

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

.alignnone {
    display: block;
    margin: 2rem 0;
}

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #eee;
}

/* ---------------------------------------
SHOWCASE
--------------------------------------- */

#showcase .widget {
    margin: auto;
    text-align: center;
}

#showcase h1 {
    margin-bottom: 1.5rem;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
}

#showcase .lead {
    margin-bottom: 0.75rem;
    font-size: 1.2rem!important;
    color: #9ca1a3;
}

a.button-showcase {
    background-color: #90AC2D;
    color: #fff;
    border: transparent;
    display: inline-block;
    padding: 12px 30px;
    margin: 16px 0 0;
    font-size: 1.1rem;
    border-radius: 20px;
    line-height: 1;
}

a.button-showcase:hover {
    background-color: #222;
    color: #fff;
}

/*---------------------------------------
PLUGINS 
---------------------------------------*/

/* Forum bbPress */
div.bbp-template-notice li, div.bbp-template-notice p {font-size: 15px;}

.bbp-pagination-count {font-size: 15px;}

button#bbp_reply_submit {transition: 0.2s ease all;}


/* EDD - Easy Digital Downloads */
.edd-csau-products .attachment-thumbnail.size-thumbnail.wp-post-image {
	width: 100%;
}

.edd-table tr {
    border-bottom: 1px solid #dedede;
}
.edd-table tr td {
    padding: 5px 10px;
}
.edd_purchase_details a {
    color: #8ec354;
    font-weight: 600;
}
.edd_license_keys {
    background-color: #f1f1f1;
}
.edd_sl_license_row input.edd_sl_license_key {
	padding: 6px;
}
.edd_purchase_details a {
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 4px 15px;
    background-color: #dab535;
}
.edd_download_file a,
ul.edd_purchase_receipt_files a {
    background-color: #9fc147;
    border-radius: 4px;
    color: #fff;
    padding: 0.125rem 1.5rem;
    display: inline-block;
}

.edd_download_file a {
    background-color: #d6ad36;
    font-family: Oswald, "Arial Narrow", Helvetica, sans-serif;
    text-transform: capitalize;
    border-radius: 9px;
}

.edd_purchase_details a:hover,
.edd_download_file_link:hover {
    color: #fff;
	opacity: 0.8;
}
.edd_download_file_link:before { /* add an arrow */
    content: "\21E9";
    margin-right: 5px;
    position: relative;
    left: -5px;
}
.edd-sl-active {
    color: #8ec354;
    font-weight: 600;
}
.edd_sl_license_price_option {
    display: none;
}
/* tr.edd_sl_license_row td:nth-child(5) {
    color: #d46b38;
} */
th.edd_cart_subtotal, th.edd_cart_total {

    color: #969696!important;
    font-size: 1.25rem;
}
#edd_sl_license_add_site_form span:first-child {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.938rem;
    font-style: italic;
}
.edd-sl-manage-license-key, 
.edd-sl-manage-license-product {
    font-weight: 600;
}
.edd-sl-manage-license-key code, 
.edd-sl-manage-license-product span {
    font-weight: 400;
}
#edd_purchase_receipt_products td div, 
ul.edd_purchase_receipt_files {
    display: block;
    margin-bottom: 30px;
}
table#edd_purchase_receipt_products td:last-child {
    vertical-align: top;
    font-weight: 700;
}
ul.edd_bundled_product_files {
    padding: 5px 0;
}
li.edd_bundled_product {
    border-bottom: 1px dashed #dedede;
}
#edd_sl_license_sites {
    width: 100%;
}
#edd_sl_license_add_site_form .button {
    margin: 15px 0;
}
#edd-purchase-button, .edd-submit, [type=submit].edd-submit,
.edd-submit.button.blue {
    color: #fff;
    background: #4289a2;
    border-color: #4289a2;
	font-size: 1.063rem;
	padding: 10px 20px;
	transition: 0.2s ease all;
}
#edd-purchase-button:hover, 
.edd-submit, [type=submit].edd-submit:hover,
.edd-submit.button.blue.active, 
.edd-submit.button.blue:focus, .edd-submit.button.blue:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}

/* Download grid for All Access */
.edd_downloads_list {
    margin: 50px auto 20px;
}
.edd_download_image img {
    width: 100%;
}
h3.edd_download_title {
    font-size: 1.688rem;
    margin: 20px 0;
}
.edd_downloads_list .edd_download {
    float: none;
}

.edd_download_columns_3 .edd_download {
	width: 100%;
}

.edd_download_download_name {
    width: 70%;
}

#edd_profile_editor_form fieldset {
    margin-top: 50px;
    margin-bottom: 20px;
}


.edd_discount_remove {
	height: 15px;
	transform: scale(1.3);
}

.edd-custom-price {
	margin-bottom: 25px;
}
.edd-custom-price span {
	font-size: 20px;
	color: #777;
}

.download-template-default div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	padding-top: 50px;
}

/* EDD - Upgrade licence button upsell */
.edd-sl-upgrade-link {margin-top: 5px; position: relative; top: 2px;}
.edd-sl-upgrade-link a {padding: 15px 20px !important;}

/* Cross-sell upsell */
.edd-csau-products {margin-top: 90px; background: #fafafa;}

.edd_purchase_details a {padding: 8px 10px;}

/* AffiliateWP area dashboard */
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {padding: 0 3px 0 0;}
.affwp-affiliate-dashboard-tab a {
	font-size: 1rem;
	color: #b18f2c;
	font-weight: 500;
	display: inline-block;
	border-radius: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px 6px;
}
.affwp-affiliate-dashboard-tab.active a {
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 1rem;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 0px;
	background-color: #d6ad36;
	letter-spacing: 0.7px;
	margin-bottom: 10px;
}
.affwp-affiliate-dashboard-tab a:hover {
	background-color: #d3c08b;
	color: #fff;
}
.affwp-affiliate-dashboard-tab.active a:hover {background-color: #1a2327;}

#affwp-generate-ref-url .button, #affiliate-slug-confirm-removal {width: unset;}

#affwp-graphs-date-options {margin-bottom: 8px;}

.affwp-table.affwp-table-responsive {margin: 0 0 30px;}

#affwp-affiliate-dashboard {
	background-color: #f8f8f8;
	padding: 20px;
}

#affwp-affiliate-dashboard-sharing {
	margin: 2em 0 0 0;
}
#affwp-affiliate-dashboard-sharing p {margin: 0 0 0;}


/* WP Menu Cart */
#wpmenucartli {
	font-size: 18px;
	padding-top: 3px;
}

/* ---------------------------------------
SIDEBARS
--------------------------------------- */

#announcement {
    text-align: center;
}

#announcement div {
    color: #fff;
    display: inline-block;
    font-size: 0.938rem;
}

#banner img {
    display: block;
    margin: 0 auto 40px;
}

.announcement.widget-title {
    color: #fff;
    font-size: 0.938rem;
    font-weight: 700;
    text-transform: uppercase;
}

.announcement.widget-title::after {
    content: ":";
    position: relative;
}

#announcement p {
    font-style: italic;
    margin-bottom: 0;
}

.announcement-top-bar a {color: #96e4ff;}
.announcement-top-bar a:hover {color: #1A2327;}

#showcase {
    padding: 0 15px;
}

#bottom-sidebar {
    background-color: #263238;
    font-size: 0.875rem;
    padding: 3rem 0;
}

#bottom-sidebar,
#bottom-sidebar .widget-title,
#bottom-sidebar a,
#bottom-sidebar a:visited {
    color: #b3bdc5;
}


/* ---------------------------------------
WIDGETS
--------------------------------------- */

/* Related Posts */
#related-posts-wrapper {
	    border-top: 3px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
	margin: 2rem auto;
	padding: 2rem 0;
}

#related-posts-heading {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.related-posts-thumbnail {
    display: block;
}

.related-posts-title {
	font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.1;
}
.related-posts-title a,
.related-posts-title a:visited {
    color: inherit;
}
.related-posts-title a:hover {
    color: #cc8d49;
}
.related-post-date {
    font-size: 0.938rem;
}


/* Setup Tutorials widget */
#tutorials-sidebar ul {
	padding: 0;
	list-style: none;
}
#tutorials-sidebar li {
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
}


/* Left and Right sidebars */
#right-sidebar ul {
	padding: 0;
	list-style: none;
}
#right-sidebar li {
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.single div#comments {
    max-width: 820px;
    margin: 50px auto;
}
ol.comment-list {
    list-style: none;
    padding: 0;
}
.comments-title {
    font-size: 1.5rem;
    margin-bottom: 45px;
}
#comments .comments-closed {
	margin-bottom: 30px;
	}

#comments .comment .bypostauthor {
	overflow: auto;
	}
li.comment {
    background-color: #f7f7f7;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    border-radius: 5px;
    display: table;
    width: 100%;
}
#comments .comment article {
	margin-bottom: 30px;
	}

#comments .comment .avatar {
	border-radius: 45px;
	margin: 2px 25px 0 0;
	width: 90px;
	height: 90px;
	float: left;
	}

#comments .comment-author {
	margin-bottom: 5px;
	}

#comments .comment-author cite {
	font-family: "open sans", "helvetica neue",sans-serif;
	font-style: normal;
	margin-right: 10px;
	}

#comments .comment-author time {
	font-style: italic;
	font-size: 14px;
	color: #777;
	}

#comments .comment-content p {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 10px;
	}
#comments p.vcard {
    margin-bottom: 1rem;
}
#comments .comment-reply {
	font-size: 13px;
	}

/* Threaded comments */
#comments ol .children {
	margin-left: 50px;
	list-style: none;
    padding: 0;
	}

#comments .children .avatar {
	border-radius: 37px;
	width: 75px;
	height: 75px;
	float: left;
	}

/* Reply form in comments */
#comments ol #respond {
	margin-left: 115px;
	}

#comments ol .children #respond {
	margin-left: 100px;
	}

#cancel-comment-reply-link {
	font-size: 14px;
	margin-left: 10px;
	}


/* Respond */
#respond {
	margin-bottom: 55px;
	}

#respond h3 {
	font-size: 21px;
	}

#respond p {
	    margin: 0 0 10px;
	}
#respond p.form-submit {
    margin: 20px 0;
}
#respond label {
	position: relative;
	top: 6px;
	font-size: 14px;
	}

#respond label .required {
	color: red;
	font-size: 12px;
	}

#respond input[type="text"] {
	margin-right: 20px;
	font-size: 15px;
	line-height: 21px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.16);
	width: 100%;
	}

#respond textarea {
	font-size: 15px;
	line-height: 21px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.16);
	width: 100%;
	}

#respond textarea:focus,
#respond input[type="text"]:focus {
	border: 1px solid #aaa;
	}


.comment-notes {
    font-size: 0.875rem;
    margin: 0 auto 10px;
}

.comment-form-cookies-consent {
    margin: 10px auto 20px;
    text-align: left;
}

#wp-comment-cookies-consent {
    float: left;
    position: relative;
	top: 12px;
	margin-right: 5px;
}
.comment-form input[type="checkbox"] {
    position: relative;
    top: 7px;
}
.cookies-consent {

}

/* -------------------------------------------------------------------------------- 
NAVIGATION - MAIN MENU
-------------------------------------------------------------------------------- */

#nav-wrapper {
    text-align: center;
    display: block;
    margin: 20px auto 0;
    z-index: 1000;
}

.menu-toggle {
    background-color: #4289a2;
    border: 2px solid #4289a2;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-size: 1.125rem;
    margin: 10px 0;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
	line-height: 15px;
	transition: 0.2s ease all;
}

.no-js .menu-toggle {
    display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: #fff;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    color: #fff;
}

.menu-toggle:focus {
    outline: 0;
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted;
}

.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
    margin-top: 0;
}

.site-footer .main-navigation {
    margin-bottom: 1.75rem;
}

#site-navigation {
	padding-left: 13px;
}

.main-navigation .top-menu {
	font-size: 21px;
    font-family: Oswald, sans-serif;
}

.main-navigation ul {
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.toggled-on .main-navigation .top-menu {
    display: block;
    text-align: left;
}

.main-navigation li > ul {
    text-transform: none;
box-shadow: none;
}
   .main-navigation ul ul,
.main-navigation .sub-menu   {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.main-navigation li {
    position: relative;
}

.toggled-on .main-navigation li {
    border-top: 1px solid #d1d1d1;
}

.main-navigation a {
    color: #263238;
    display: block;
    line-height: 1.313;
    outline-offset: -1px;
    padding: 0.875rem 0 0.75rem;
    text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #cc8d49;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    color: #cc8d49;
/* 	color: #fff; */
    font-weight: 600;
}

.main-navigation li li > a:hover {
    /* border-bottom: 2px solid transparent; */
}

.toggled-on .main-navigation a {
    border-color: transparent !important;
}

.main-navigation ul ul {
    display: none;
    font-size: 0.938rem;
    margin-left: 0.875rem;
    padding-left: 0;
    /* prepare submenu for animated on hover */
    opacity: 0;
    transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul .toggled-on {
    display: block;
    opacity: 1;
    text-align: left;
}

.main-navigation .menu-item-has-children > a {
    margin-right: 56px;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #868686;
    content: "";
    height: 44px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: -1px;
    width: 56px;
}

.dropdown-toggle:after {
    cursor: pointer;
    display: block;
    border: 0 solid transparent;
    border-left-width: 1px;
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight:900;
    content: "\f107";
    font-size: 26px;
    left: 1px;
	outline: 0;
    position: relative;
    padding-left: 0;
    text-align: center;
	top: 5px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
	border: 0;
    color: #cea26d;
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight:900;
    content: "\f106";
}

.sub-menu a {transition: 0s;}

.main-navigation .sub-menu {
	font-size: 1rem;
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
}

.main-navigation .sub-menu a {
	width: 15rem;
}

.main-navigation ul li {
	padding-top: 0px;
	padding-bottom: 0px;
}

@media (min-width: 992px) {
	#site-navigation {
		padding-right: 0;
	}
}

@media only screen and (min-width: 992px) {
	.about-menu .sub-menu, .about-menu .menu-item a {
		width: 8rem;
	}
	.main-navigation .about-menu:hover > ul, .main-navigation .about-menu.focus > ul {
		margin-left: -4.3rem !important;
	}

	.themes-menu .sub-menu, .themes-menu .menu-item a {
		width: 15rem;
	}
	.sub-menu .themes-other-menu .sub-menu, .menu-item .themes-other-menu .sub-menu a {
		width: 8rem;
	}
	.sub-menu .themes-bts-menu .sub-menu, .menu-item .themes-bts-menu .sub-menu a {
		width: 16.7rem !important;
	}
	.main-navigation .themes-menu:hover > ul, .main-navigation .themes-menu.focus > ul {
		margin-left: -7.1rem !important;
	}

	.plugins-menu .sub-menu, .plugins-menu .menu-item a, .services-menu .sub-menu, .services-menu .menu-item a {
		width: 21.3rem;
	}
	.main-navigation .plugins-menu:hover > ul, .main-navigation .plugins-menu.focus > ul {
		margin-left: -9rem !important;
	}
	.main-navigation .services-menu:hover > ul, .main-navigation .services-menu.focus > ul {
		margin-left: -9.3rem !important;
	}

	.support-menu .sub-menu, .support-menu .menu-item a {
		width: 15.3rem;
	}
	.main-navigation .support-menu:hover > ul, .main-navigation .support-menu.focus > ul {
		margin-left: -5.8rem !important;
	}

	#menu-item-1489 .sub-menu, #menu-item-1489 .menu-item a {
		width: 13.3rem;
	}
	.main-navigation #menu-item-1489:hover > ul, .main-navigation #menu-item-1489.focus > ul {
		margin-left: -6.5rem !important;
	}

	#menu-mainmenu .sub-menu a {
		text-align: left !important;
		padding-left: 20px;
		padding-right: 20px;
	}

	/*#menu-mainmenu .sub-menu li:first-child a {
		padding-top: 15px;
	}

	#menu-mainmenu .sub-menu li:last-child a {
		padding-bottom: 15px;
	}*/
}

/*--------------------------------------------------------------
NAVIGATION - FOOTER MENU
--------------------------------------------------------------*/

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

#footer-menu li {
    display: inline
}

#footer-menu a,
#footer-menu a:visited {
    font-size: .9rem;
    color: #c1c1c1
}

#footer-menu a:hover {
    opacity: .9
}

#footer-menu li:after {
    content: '/ ';
    margin: 0 5px;
    font-size: .7rem;
    display: inline-block;
    vertical-align: middle;
    color: #c1c1c1
}

#footer-menu li:last-child:after {
    display: none
}

/*--------------------------------------------------------------
NAVIGATION - SOCIAL MENU
--------------------------------------------------------------*/

.social-menu {
    height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#site-footer .social-menu {
    display: block;
    margin: 0;
    text-align: center;
}

.social-menu li {
    display: inline-block;
    height: 2rem;
    width: 2rem;
	    padding: 0;
}

#site-footer .social-menu li {
    margin: 0 5px;
}

.social-menu a {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    font-family: "Font Awesome 5 Brands", FontAwesome;
    text-align: center;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
	transition: .2s ease all;
}

#site-footer .social-menu a {
    font-size: 1.5rem;
}

.social-menu a:focus,
.social-menu a:hover {
    text-decoration: none;
    opacity: 0.7;

}

.social-menu a:before {
	font-size: 1.60rem;
    position: absolute;
    left: 0;
    right: 0;
    content: "\f013";
}

.social-menu a[href$="/feed/"]:before {
    content: "\f09e";
}

.social-menu a[href*="deviantart.com"]:before {
    content: "\f1bd";
}

.social-menu a[href*="digg.com"]:before {
    content: "\f1a6";
}

.social-menu a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-menu a[href*="facebook.com"]:before {
    content: "\f09a";
}

.social-menu a[href*="flickr.com"]:before {
    content: "\f16e";
}

.social-menu a[href*="plus.google.com"]:before,
.social-menu a[href*=".google.com"]:before {
    content: "\f0d5";
}

.social-menu a[href*="github.com"]:before {
    content: "\f1d3";
}

.social-menu a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-menu a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-menu a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.social-menu a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.social-menu a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.social-menu a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-menu a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-menu a[href*="x.com"]:before {
    content: "\e61b";
}

.social-menu a[href*="vimeo.com"]:before {
    content: "\f194";
}

.social-menu a[href*="wordpress.com"]:before,
.social-menu a[href*="wordpress.org"]:before {
    content: "\f19a";
}

.social-menu a[href="xing.com"]:before {
    content: "f168";
}

.social-menu a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-menu a[href*="vk.com"]:before {
    content: "\f189";
}

.social-menu a[href^="mailto:"]:before {
    content: "\f0e0 ";
}



/*--------------------------------------------------------------
NAVIGATION - Pagination
--------------------------------------------------------------*/
.navigation.pagination {
    text-align: center;
    padding: 0 20px;
    clear: both;
    display: table;
    width: 100%;
}


.blog-default .navigation.pagination {
    text-align: left;
}

.blog-list nav.navigation.pagination {
    margin-bottom: 70px;
}
.edd_pagination .page-numbers,
.edd_pagination .page-numbers:visited,
.pagination .page-numbers,
.pagination .page-numbers:visited {
    border: 1px solid;
    border-color: #4289a2;
    color: #4289a2;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.875rem;
    margin-right: 6px;
    text-align: center;
    text-decoration: none;
    min-width: 32px;
    padding: 0 5px;
    width: auto;
    height: 32px;
    line-height: 30px;
}
.edd_pagination .current,
.edd_pagination .page-numbers:hover,
.edd_pagination .page-numbers:active,
.pagination .current,
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
    background-color: #4289a2;
    border-color: #4289a2;
    color: #fff;
}

span.nav-arrow {
    position: relative;
    bottom: 1px;
}


/*--------------------------------------------------------------
Navigation - Single Post
--------------------------------------------------------------*/
.post-navigation {
    border-bottom: 2px solid #dedede;
    margin: 40px 0;
    padding-bottom: 40px;
}

.nav-links {
    display: table;
    width: 100%;
}

.nav-previous {
    float: left;
    padding-right: 2%;
    text-align: left;
    width: 48%;
}

.nav-next {
    float: right;
    padding-left: 2%;
    text-align: right;
    width: 48%;
}

.nav-link-text {
    font-size: 0.875rem;
}

.nav-link-text,
.nav-link-text:visited {
    color: #5f5f5f;
}

.nav-links a:hover .nav-entry-title {
    color: #d4bd67;
}

.nav-entry-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 0.5rem;
    text-transform: none;
}


/* ---------------------------------------
	# FORMS
--------------------------------------- */

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #999;
}

label {
    margin-bottom: 0;
    font-weight: 600
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=number],
select,
textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 4px 8px;
}

.kbs-support-category {
    padding: 7px 8px;
}

#kbs_ticket_form_fields ul.chosen-choices {
    padding: 3px 8px;
}

input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=url],
input[type=number],
#kbs_ticket_form_fields ul.chosen-choices,
.kbs-support-category,
#kbs_display_name,
textarea {
    border-radius: 6px;
    border: 1px solid #ccc;
}

#kbs_ticket_form_fields input.chosen-search-input {
    width: 100% !important;
}
#kbs_ticket_form_fields .chosen-container-multi .chosen-choices {
	background-image: none;
}

#kbs_ticket_form_wrap label {
	font-size: 16px;
}


/* BUTTONS */

.btn,
a.btn,
.button,
.button:visited,
.btn:visited,
a.btn:visited,
button,
button:visited,
input[type=submit],
input[type=submit]:visited {
    font-family: Oswald, "Arial Narrow", sans-serif;
    font-size: 0.875rem;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #4289a2;
    border: 2px solid #4289a2;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.button:hover,
.btn:hover,
a.btn:hover,
button:hover,
input.button.newsletter-button:hover,
input[type=submit]:hover,
.support .button:hover,
.theme-docs .button:hover {
    color: #fff;
    background-color: #1a2327;
    border: 2px solid #1a2327;
}

input.tml-button {
    font-size: 1rem;
    margin: 10px auto 0;
    padding: 10px 40px;
}

.button-lg {
    background-color: #4289a2;
    border-color: #4289a2;
    color: #fff;
    font-size: 1rem;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 20px 10px 18px;
    font-weight: 700;
    border-radius: 50px;
}

#purchase-options .btn,
.button.button-recurring {
    padding: .313rem 1rem;
    text-align: center;
    width: 100%
}

#purchase-options p + p {
    margin-bottom: .688rem
}

#purchase-options .btn {
    font-family: Oswald;
    font-size: 1.25rem
}


.button-buy {
    background-color: #348bbc
}


.button-premium {
    background-color: #90ac2d
}

.button-demo {
    background-color: #1d1c1b
}

.button-setup {
    background-color: #d0a03b;
}

.button.button-sm {
    padding: .60rem 1.2rem;
    font-size: .875rem;
    line-height: 1.125
}



/* ---------------------------------------
	# MEDIA QUERIES
--------------------------------------- */

/* Extra small devices (portrait phones, 480px and up) */

@media (min-width: 480px) {
    html,
    body {
        font-size: 90%;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    html,
    body {
        font-size: 92%;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    html,
    body {
        font-size: 95%;
    }
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 0;
    }
	#related-posts {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 30px;
	}	
	
	#faq-columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 40px;
	}

	.buy-faq {
		margin-bottom: 0;
	}
	.edd_downloads_list.edd_download_columns_3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 60px;
	}		
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    html,
    body {
        font-size: 100%;
    }
    #announcement {
        text-align: left;
    }
    #page-header,
    #top-bar .social-menu {
        text-align: right;
    }
    #site-branding {
        text-align: left;
        margin-bottom: 0;
    }
    .blog .post-content {
        font-size: 100%;
        padding: 0 10%;
        text-align: left;
    }
    .single .entry-header,
    .single .entry-content,
#related-posts-wrapper	{
        max-width: 820px;
        margin: 0 auto;
        line-height: 1.7;
    }
	#related-posts-wrapper	{
        margin: 2rem auto;
    }
	
    #frontpage-blog .tag-featured {
        margin-bottom: 0;
    }

    .menu-toggle {
        font-size: 1rem;
        margin: 1.313rem 0;
        padding: 0.75em 0.875rem 0.688rem;
    }
    /* main menu */
    #nav-wrapper {
        margin: 0 auto;
    }
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .main-navigation {
        margin: 0 auto;
		position: relative;
    }
    .main-navigation ul {
        display: table;
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-navigation .top-menu,
    .main-navigation .top-menu > li {
        border: 0;
    }
    .main-navigation .top-menu > li {
        float: left;
        padding: 0 10px;
    }
    .main-navigation .top-menu > li:last-child {
        padding-right: 0;
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: 0.813rem 0;
        white-space: nowrap;
    }
    .main-navigation a,
    .main-navigation a:visited {
        border-bottom: 1px solid transparent;
    }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
		color: #cc8d49;
        /* color: #fff; */
    }

/* 	.main-navigation .sub-menu a {
		color: #333;
	} */
    .main-navigation ul ul,
	.main-navigation .sub-menu	{
		border-top: 3px solid #148db6;
		/*-webkit-box-shadow: 0 18px 65px 0 rgba(31,43,76,0.2);
		box-shadow: 0 18px 65px 0 rgba(31,43,76,0.2);*/
        display: block;
        left: -999em;
        margin: -1px 0 0;
        position: absolute;
        z-index: 1000;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
    }
    .main-navigation ul .toggled-on {
        text-align: inherit;
    }
    .main-navigation ul ul ul {
        top: 0px;
    }
    .main-navigation ul ul li {
        background-color: #fff;
        /* border: 1px solid #d1d1d1; */
        border-bottom-width: 0;
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: 12.688rem;
        padding: 0.5rem 0.5rem;
    }
    .main-navigation ul ul a:hover {
        background-color: #148db6;
        color: #fff;
    }
    .main-navigation a:hover,
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a {
        border-bottom: 1px solid #fff;
    }
    .main-navigation .sub-menu a:hover,
    .main-navigation .sub-menu .current-menu-item > a,
    .main-navigation .sub-menu .current-menu-ancestor > a {
        border-color: transparent;
    }

	
	/* Add carat to menu */
	.top-menu {
		position: relative;
	}
	.top-menu li > a:after {
		font-family: "Font Awesome 5 Free", FontAwesome;
		font-weight: 900;
		content: "\f107";
		    font-size: 1rem;
		left: 3px;
		opacity: 0.3;
		position: relative;
	}

	.top-menu li > a:only-child:after {
		content: "";
	}

	.top-menu li li > a:after {
		content: "\21E2";
	}
		
	
	
	
    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
        left: auto;
        right: 0;
        /* show the animated submenu on hover */
        opacity: 1;
        transition-delay: 0s;
    }
    /*
		 * make submenu centered below parent
		 * Cancel out right: 0 and then set left with margin-left being half of the submenu width
		 */
    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
        left: 50%;
        right: auto;
        margin-left: -7.5rem;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
		position: absolute;
		top: 0;
		margin: 0;
    }
    .main-navigation .menu-item-has-children > a {
        margin: 0;
    }
    .main-navigation ul ul .menu-item-has-children > a {
        padding-right: 0.875rem;
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-footer .main-navigation {
        display: none;
    }
    /* end main menu */	
}

/* 990px and less */
@media (max-width: 990px) {
	.main-navigation .sub-menu a {
		width: 17rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #key-features .container {
        max-width: 1300px;
    }
    .prices #main-content .container {
        max-width: 1700px;
    }
    .prices.card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -20px;
        margin-left: -20px;
    }
    .prices.card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px;
    }

}

