html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
}

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

.wrapper:before,
.wrapper:after,
.section-content-wrapper:before,
.section-content-wrapper:after {
    content: "";
    clear: both;
    display: block;
}

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

.custom-header-content:after {
    clear: both;
}

body {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    font-family: 'Merriweather', serif;
}

input,
select,
textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
.button,
button {
    font-family: 'Oswald', sans-serif;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.2s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.2s ease-in-out;
    /* Opera 10.50–12.00 */
    transition: all 0.2s ease-in-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

a:hover,
a:focus {
    color: #3ce979;
}

img {
    border: 0;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.2s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.2s ease-in-out;
    /* Opera 10.50–12.00 */
    transition: all 0.2s ease-in-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    font-family: 'Oswald', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0 0 1.75em;
    padding: 0;
}

.section-description> :last-child,
.footer-site-branding-text> :last-child,
.site-branding-text> :last-child,
.custom-header-content> :last-child,
.entry-content> :last-child,
.entry-summary> :last-child,
.page-content> :last-child,
.comment-content> :last-child,
.textwidget> :last-child {
    margin-bottom: 0;
}

.section-description {
    margin: 14px 0 0;
}

/* Navigation */
.menu-toggle {
    cursor: pointer;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    padding: 10px;
    letter-spacing: .00113em;
    line-height: 1;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    background-image: none;
}

.menu-label {
    display: none;
}

.bars {
    background-color: #fff;
    width: 25px;
    height: 3px;
    margin: 6px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.selected .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    -ms-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.selected .bar2 {
    opacity: 0;
}

.selected .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    -ms-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
}

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

.main-navigation li a {
    display: block;
    font-size: 15px;
    font-stretch: normal;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
}

.main-navigation li a:hover,
.main-navigation li a:focus {
    color: #3ce979;
}

.main-navigation li a.button:hover,
.main-navigation li a.button:focus {
    color: #fff;
}

.button.ghost-button {
    background-image: none;
    background-color: transparent;
    border: solid 2px #d3d3d3;
    padding: 9px 35px;
    color: #666666;
}

.site-header .button {
   background: transparent;
}

.site-header .main-navigation li a.button:hover,
.site-header .main-navigation li a.button:focus {
    background: transparent;
    color: #3ce979;
 }

.button.ghost-button:hover,
.button.ghost-button:focus,
.footer-site-branding .button.ghost-button:hover,
.footer-site-branding .button.ghost-button:focus {
    background-color: #333;
    border-color: #333;
    background-image: none;
}



.footer-site-branding .button.ghost-button {
    background-color: transparent;
    color: #fff;
}

.site-header-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 30px;
    position: relative;
}

.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    width: auto;
}

.custom-logo-link {
    margin-right: 10px;
}

.site-header-main>.action-button {
    display: none;
}

.site-primary-menu .action-button {
    padding: 10px 30px;
}

.site-primary-menu {
    position: absolute;
    right: -100%;
    top: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.is-open .site-primary-menu {
    background-color: #1d2671;
    background-image: linear-gradient(57deg, #1d2671 1%, #c33764 113%);
    right: 0;
    visibility: visible;
    padding: 10px 0;
}

/* Forms */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    padding: 0.7em 1.5em;
    background-color: #4ca54c;
}

.button.lightblue {
    background-color: #2693c5;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#27d865), to(#15a569));
    background-image: -o-linear-gradient(left, #27d865, #15a569 100%);
    background-image: linear-gradient(to right, #27d865, #15a569 100%);
}

#page {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto;
    overflow-x: hidden;
}

.wrapper {
    margin: 0 auto;
    max-width: 1500px;
}


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

.site-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fff;
}

.site-title a {
    color: #fff;
}

.theme-title a {
    color: #fff;
}

.theme-title a:hover,
.theme-title a:focus {
    color: rgba(255, 255, 255, 0.5);
}

.layout-showcase-section .wrapper {
    max-width: 100%;
}

.layout-showcase-section .post-thumbnail {
    padding: 0;
}

.layout-showcase-section .post-thumbnail img {
    width: 100%;
}

.footer-site-title a {
    color: #fff;
}

.site-title a:hover,
.site-title a:focus,
.footer-site-title a:hover,
.footer-site-title a:focus {
    color: #3ce979;
}

.site-description {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 0;
}

.footer-site-description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.55;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    opacity: 0.75;
}

.theme-demos-section .post-thumbnail {
    margin-bottom: 0;
}

.theme-demos-section .entry-summary>span {
    display: block;
}

.theme-demos-section .entry-title {
    margin-top: 21px;
}

.section-content-wrapper:before,
.section-content-wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.section-content-wrapper:after {
    clear: both;
}

.theme-demos-section .post-thumbnail>a {
    position: relative;
    display: block;
}

.theme-demos-section .post-thumbnail>a {
    overflow: hidden;
}

.theme-demos-section .post-thumbnail>a img {
    display: block;
}

.theme-demos-section .hentry {
    float: left;
    margin-bottom: 42px;
    position: relative;
    text-align: center;
    width: 100%;
}

.featured {
    line-height: 0;
    margin: 0;
    padding: 0;
}

.copyright {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: capitalize;
    padding: 21px 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.copyright a {
    color: rgba(255, 255, 255, 0.60);
    -webkit-transition: all 0.2s ease-in-out;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.2s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.2s ease-in-out;
    /* Opera 10.50–12.00 */
    transition: all 0.2s ease-in-out;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.copyright a:hover,
.copyright a:focus {
    color: #3ce979;
}

/* custom-header */
.custom-header {
    padding-top: 98px;
    overflow: hidden;
}

.custom-header {
    position: relative;
    width: 100%;
    background-color: #1d2671;
    background-image: linear-gradient(57deg, #1d2671 1%, #c33764 113%);
}

.site-footer {
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 1.25em 0;
}

.site-footer .footer-site-title {
    font-size: 26px;
    font-size: 1.625rem;
}

#site-generator {
    background: #fff;
}
.site-footer .social-navigation ul,
.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-navigation li {
    display: inline-block;
}
.footer-navigation a {
    color: #686868;
    display: block;
    padding: 0.65625em 0.875em;
}
.footer-navigation a:hover, .footer-navigation a:focus, .footer-navigation .current-menu-item a {
    color: #0085c3;
}
.footer-navigation, .site-footer .social-navigation {
    margin-bottom: 1.25em;
}
.site-footer .social-navigation li {
    display: inline-block;
    float: none;
    margin: 0 0.4375em 0.65625em 0;
}
.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
    font-size: 16px;
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
    font-family: fontawesome;

}
.social-navigation a[href*="facebook.com"]:before {
    content: "\f09a";
}
.social-navigation a[href*="twitter.com"]:before {
    content: "\f099";
}
.social-navigation a[href*="linkedin.com"]:before {
    content: "\f0e1";
}
.social-navigation a[href*="#page"]:before {
    content: "\f077";
}
.social-navigation a[href*="pinterest.com"]:before {
    content: "\f231";
}
.social-navigation a[href*="youtube.com"]:before {
    content: "\f167";
}
.social-navigation a[href*="instagram.com"]:before {
    content: "\f16d";
}
.custom-header:before,
.site-footer:before {
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.site-info {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    order: 1;
    padding: 0 0.875em 0.65625em;
    -webkit-order: 1;
    -ms-flex-order: 1;
}
.site-footer .site-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    text-transform: capitalize;
    color: #686868;
}
.site-footer .site-title a {
    color: #686868;
}
.social-navigation a:focus,
.social-navigation a:hover{
    color: #0085c3;
}
.site-footer .site-title a:focus,
.site-footer .site-title a:hover {
    color: #0085c3;
    text-decoration: underline;
}
.footer-site-branding {
    padding: 63px 30px 63px 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-site-branding p {
    color: #fff;
}

.footer-site-branding .more-link {
    margin: 21px 0 0;
}

.custom-header-content,
.theme-demos-section,
.featured-section,
.footer-content-wrap,
#site-generator {
    position: relative;
    z-index: 2;
}

.theme-demos-section {
    background-color: #f6f9fb;
}

.custom-header-media {
    padding: 49px 30px 0 30px;
    position: relative;
}

.custom-header-media::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    content: '';
    background: #fff;
}

.custom-header-content .entry-container {
    padding: 0 0 56px 0px ;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
}

.custom-header-content .entry-title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0;
}

.custom-header-content .entry-title a {
    color: #fff;

}

.custom-header-content .entry-title a:hover {
    color: #3ce979;

}

.custom-header-content > .entry-summary {
    margin: 0 auto;
    text-align: center;
    margin-top: 56px;
    padding-bottom: 28px;
    max-width: 1100px;
}

.custom-header-content span.headline-summary {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 21px;
    display: block;
}


.custom-header-content .more-link {
    text-align: center;
    margin-top: 14px;
}

.custom-header-media img {
    display: none;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    position: absolute;
}

.custom-header-main-image {
    position: relative;
    margin: -35px auto 0;
}

.custom-header-main-image img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    position: relative;
}

/*Sections*/
.section {
    padding-top: 42px;
}

.section-heading-wrapper {
    display: block;
    margin: 0 auto;
    max-width: 730px;
    padding: 0 30px 30px 30px;
    text-align: center;
}

.section-title,
.responsive-section .entry-title,
.footer-site-title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}


.featured-section .hentry-inner,
.responsive-section .hentry-inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.featured-section .post-thumbnail,
.responsive-section .post-thumbnail,
.featured-section .entry-container,
.responsive-section .entry-container {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.entry-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #111111;
}

.entry-content,
.entry-summary,
.footer-site-branding .footer-site-description,
.custom-header-content .entry-footer {
    margin-top: 14px;
}


.custom-header-content .entry-footer > span:not(:last-child)::after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.custom-header-content .entry-footer {
    color: #FF8ED4
}

.post-thumbnail img,
.post-thumbnail a {
    display: block;
}

.content-left .post-thumbnail,
.content-right .post-thumbnail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.content-left .entry-container,
.content-right .entry-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.features-section img {
    height: 80px;
}

.features-section .section-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.features-section .hentry-inner {
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 42px;
    transition: all 0.4s;
    height: 100%;
}


.features-section .hentry-inner:hover {
    box-shadow: 0 30px 90px 0 rgba(31,36,48,.1);
    transform: translateY(-3px);
}
.sale-question .entry-container p,
.features-section .entry-container p {
    margin: 14px 0 0;
}

.sale-question .button{
    padding: 0.5em 1.2em;
    margin-top: 21px;
}
.satisfaction-section .section-content-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
.woocommerce-elements-section .section-content-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.woocommerce-elements-section .hentry {
    margin-bottom: 63px;
}

.woocommerce-elements-section .hentry .post-thumbnail {
    margin-bottom: 0;
}

.responsive-section {
    background-color: #f9f9fb;
}

.layout-showcase-section.section {
    background-color: #efefef;
    padding: 0;
}

.responsive-section .post-thumbnail {
    padding-left: 35px;
    padding-right: 35px;
}

.featured-section .post-thumbnail img {
    -webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.1);
}

.responsive-section img {
    margin: 0;
}

.section-content-wrapper.layout-three .hentry{
    width: 100%;
}

.pd-0 {
    padding-bottom: 0 !important;
}

.hentry {
    float: left;
    margin-bottom: 42px;
}

.post-thumbnail {
    margin: 0 0 28px 0;
}

.more-link {
    clear: both;
    display: block;
}

.has-background-image .section-title {
    color: #fff;
}

.section-subtitle {
    color:#3ce979;
}

/* site specifications */
.site-major-features.section,
.site-major-features .section-heading-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
.site-specifications {
    text-align: center;
}

.site-specifications:nth-child(odd) {
    background: #f1f1f1;
}

.site-specifications .post-thumbnail img {

    max-width: 300px;
}

.site-specifications.community-forum.section {
    background: #f1f1f1;
}

.site-specifications.community-forum.section .entry-summary p {
    margin: 0 0 1.75em;
}


/** fse pro vs free plugin  **/
.free-vs-pro-section {
    background: #f1f1f1;
}

.free-vs-pro-table.hentry {
    width: 100%;
    overflow-x: auto;
}

.free-vs-pro-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.free-vs-pro-table th {
    font-size: 18px;
    text-transform: uppercase;
    background: #2e2e2e;
    color: #fff;
    text-align: left;
    font-family: 'Oswald',sans-serif;
  
}
.free-vs-pro-table th,
.free-vs-pro-table td {
    padding: 14px 28px;
    border: 1px solid #e3e3e3;
}
.free-vs-pro-table th {
    border: 1px solid #4e4e4e;
    text-transform: capitalize;
}
.free-vs-pro-table tr:nth-child(even) td {
    background: #fbfbfb;
}


/*New*/
.section-content-wrapper {
    padding: 0 30px;
}

#demos .section-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom-cta {
    background-image: linear-gradient(57deg, #1d2671 1%, #c33764 113%);
}
.bottom-cta article.hentry {
    width: 100%;
}
.bottom-cta .entry-summary {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bottom-cta * {
    color: #fff;
}
/* Sticky Post */
.sticky-post{
    background-color: #3ce979;
    color: #111;
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    width: 60%;
    transform: translate(-50%,-50%);
    padding: 4px 10px 3px;
    text-align: center;
    text-transform: capitalize;
    z-index: 99;
}

/*Sticky Menu*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-fixed {
    -webkit-box-shadow: 0 0 5px -3px rgb(73, 6, 6);
    -moz-box-shadow: 0 0 5px -3px #000;
    box-shadow: 0 0 5px -3px #000;
    background-image: linear-gradient(57deg, #1d2671 1%, #c33764 113%);
}

.header-fixed .site-header-main {
    padding-bottom: 14px;
    padding-top: 14px;
}

.site-header,
.site-header-main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-fixed .site-title {
    font-size: 24px;
    font-size: 1.5rem;
}

/*Back to top*/

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,
    {
    outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #3ce979;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
## >= 480px
--------------------------------------------------------------*/

@media screen and (min-width: 30em) {
    .custom-header-media::before {
        height: 66%;
    }

}


/*--------------------------------------------------------------
## >= 568px
--------------------------------------------------------------*/

@media screen and (min-width: 35.5em) {

    .custom-header-media::before {
        height: 63%;
    }

    .main-features li {
        display: inline-block;
        padding-left: 28px;
    }

    .main-features li:first-child {
        padding-left: 0;
    }

    button,
    .button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 1em 2em;
    }
}


/*--------------------------------------------------------------
## >= 667px
--------------------------------------------------------------*/

@media screen and (min-width: 41.6875em) {
    .hentry {
        padding: 0 15px;
    }
    .site-specifications .entry-title{
        font-size: 32px;
        font-size: 2rem;
    }

    .section-content-wrapper {
        padding: 0 15px;
    }

    .section-content-wrapper.layout-four .hentry,
    .section-content-wrapper.layout-two .hentry {
        width: 50%;
    }

    .section-content-wrapper.layout-four .hentry:nth-child(4n+1),
    .section-content-wrapper.layout-two .hentry:nth-child(2n+1) {
        clear: both;
    }

    .featured-section .post-thumbnail,
    .responsive-section .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 62%;
        flex: 0 1 62%;
    }

    .responsive-section .entry-container,
    .featured-section .entry-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 38%;
        flex: 0 1 38%;
    }

    .content-left .post-thumbnail,
    .content-right .post-thumbnail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-left .entry-container,
    .content-right .entry-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .content-right .entry-container,
    .content-left .post-thumbnail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-right .post-thumbnail,
    .content-left .entry-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .content-left .entry-container {
        text-align: left;
    }

    .content-right .entry-container {
        text-align: right;
    }

    .content-right .entry-container .entry-header {
        margin-left: auto
    }

    .section {
        padding-bottom: 7px;
        padding-top: 49px;
    }

    .responsive-section .hentry-inner .entry-header,
    .featured-section .hentry-inner .entry-header {
        max-width: 540px;
    }

    .section-content-wrapper.layout-three .hentry{
        width: 50%;
    }

}


/*--------------------------------------------------------------
## >= 768px
--------------------------------------------------------------*/

@media screen and (min-width: 48em) {

    .custom-header-content .entry-title {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .custom-header-content .more-link {
        margin-top: 0;
    }
    span.headline-summary {
        font-size: 20px;
    }
    .section-title,
    .responsive-section .entry-title,
    .footer-site-title {
        font-size: 32px;
        font-size: 2rem;
    }

    .custom-header-media::before {
        height: 60%;
    }

    .section {
        padding-bottom: 14px;
        padding-top: 56px;
    }
    .site-specifications .section-title,
    .site-specifications {
        text-align: left;
    }

 

    .site-specifications article.hentry.layout-two {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .site-specifications .post-thumbnail,
    .site-specifications .entry-container {
        width: 50%;
        margin: 0;
    }


    .site-specifications .post-thumbnail img {
        max-width: 100%;
        margin-right: 0;
        margin-left: auto;
    }
    .site-specifications:nth-child(odd) .post-thumbnail img {
        margin-left: 0;
        margin-right: auto;
    }

    .site-specifications:nth-child(even) .section-content-wrapper .hentry {
        flex-direction: row-reverse;
    }

    .site-specifications:nth-child(even) .entry-container {
        padding-right: 60px;
        padding-left: 0;
    }

    .site-specifications .entry-container {
        padding-left: 60px;
        padding-right: 0;
    }

    .theme-demos-section .post-thumbnail a img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .theme-demos-section .post-thumbnail a:hover img,
    .theme-demos-section .post-thumbnail a:focus img {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }


    .is-open .site-primary-menu {
        border: none;
        -webkit-box-shadow: 0 0 5px -3px #000;
        -moz-box-shadow: 0 0 5px -3px #000;
        box-shadow: 0 0 5px -3px #000;
    }

    .site-header-menu {
        position: relative;
    }

    .site-primary-menu {
        width: 320px;
    }


    .site-header-main>.action-button {
        display: block;
    }

    .site-primary-menu .action-button {
        display: none;
    }

    .section-content-wrapper.layout-three .hentry {
        width: 33.3%;
    }

    .section-content-wrapper.layout-three .hentry:nth-child(3n+1) {
        clear: both;
    }

    .site-footer .footer-site-title {
        font-size: 32px;
        font-size: 2rem;
    }
    .site-specifications .entry-title{
        font-size: 36px;
        font-size: 2r.25em;
    }
    .custom-header-main-image img {
        width: 80%;
    }
    .satisfaction-section .hentry {
        display: flex;
        align-items: center;
    }
    .satisfaction-section .entry-container {
        width: 66.6666%;
    }
    .satisfaction-section .post-thumbnail {
        width: 33.3333%;
        margin: 0;
        padding-right: 35px;
    }
    .satisfaction-section .section-title,
    .satisfaction-section .section-content-wrapper {
        text-align: left;
    }

}

/*--------------------------------------------------------------
## >= 1024px
--------------------------------------------------------------*/

@media screen and (min-width: 64em) {
    body {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .sale-question .section-content-wrapper {
        display: flex;
    }
    .sale-question .hentry-inner, .sale-question .entry-container {
        height: 100%;
    }

    .sale-question .entry-container {
        padding-bottom: 70px;
        position: relative;
    }

    .sale-question .more-link {
        position: absolute;
        bottom: 0;
    }

    .custom-header-content > .entry-summary {
        margin-bottom: 21px;
    }
    
    .site-major-features.section {
        border-top: 1px solid #eee;
    }
    .custom-header-content span.headline-summary {
        font-size: 20px;
    }
    .custom-header-content > .entry-summary {
        padding-bottom: 56px;
    }

    .custom-header-media::before {
        height: 55%;
    }
    
    .custom-header-media {
        padding: 49px 0 0 0px;
    }

    .site-specifications.community-forum .post-thumbnail {
        width: 60%;
    }
    .site-specifications.community-forum .entry-container {
        width: 40%;
    }

    .site-specifications .entry-title{
        font-size: 42px;
        font-size: 2.625rem;
    }
    .satisfaction-section .entry-container {
        padding-left: 56px;
    }

    .main-features li {
        padding-left: 35px;
    }

    .section-content-wrapper.layout-four .hentry {
        width: 25%;
    }

    .custom-header-content .entry-container {
        padding: 35px 20px;
    }
    .custom-header-content {
        padding: 0 30px;
        }
        

    .hentry {
        margin-bottom: 49px;
        padding: 0 20px;
    }

    .theme-demos-section .button {
        padding: 11px 35px;
    }

    .custom-header-content .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .section {
        padding-top: 63px;
    }

    .site-header-main {
        padding: 21px 50px;
    }

    .section-content-wrapper {
        padding: 0 30px;
    }

    .featured-section .post-thumbnail,
    .responsive-section .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 68%;
        flex: 0 1 68%;
    }

    .responsive-section .entry-container,
    .featured-section .entry-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
    }

    .footer-site-branding {
        padding-left: 50px;
        padding-right: 50px;
    }

    .responsive-section .post-thumbnail {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-title,
    .responsive-section .entry-title,
    .footer-site-title {
        font-size: 36px;
        font-size: 2.25rem;
    }

    .section-heading-wrapper {
        padding: 0 50px 38px 50px;
    }

    .footer-site-branding,
    .copyright {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-site-branding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .site-footer .footer-site-title {
        font-size: 38px;
        font-size: 2.375rem;
    }
    
    .site-specifications:nth-child(even) .entry-container {
        padding-right: 90px;
        padding-left: 0;
    }

    .site-specifications .entry-container {
        padding-left: 90px;
        padding-right: 0;
    }

    #supports .section-content-wrapper.layout-four {
        display: flex;
    }
    #supports .hentry-inner, #supports .entry-container {
        height: 100%;
    }
    #supports .entry-container {
        padding-bottom: 70px;
        position: relative;
    }
    #supports .entry-container  .more-link {
        clear: both;
        display: block;
        position: absolute;
        bottom: 0;
    }

}

/*--------------------------------------------------------------
## >= 1200px
--------------------------------------------------------------*/

@media screen and (min-width: 75em) {
    .theme-demos-section .button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -80%);
        z-index: 990;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .custom-header-media::before {
        height: 50%;
    }

    .site-header .button {
        background-color: #4ca54c;
        margin-left: 14px;

    }
    .site-header .main-navigation li a.button:hover,
    .site-header .main-navigation li a.button:focus {
        background-image: -webkit-gradient(linear, left top, right top, from(#27d865), to(#15a569));
        background-image: -o-linear-gradient(left, #27d865, #15a569 100%);
        background-image: linear-gradient(to right, #27d865, #15a569 100%);
        color: #fff;
    }

    .theme-demos-section .post-thumbnail>a:before {
        background-color: rgba(0, 0, 0, 0.2);
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
        -webkit-transition: all 0.2s ease-in-out;
        /* Chrome 1-25, Safari 3.2+ */
        -moz-transition: all 0.2s ease-in-out;
        /* Firefox 4-15 */
        -o-transition: all 0.2s ease-in-out;
        /* Opera 10.50–12.00 */
        transition: all 0.2s ease-in-out;
        /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    .theme-demos-section .button {
        opacity: 0;
    }

    .theme-demos-section .hentry:hover .button,
    .theme-demos-section .hentry:focus .button,
    .theme-demos-section .hentry:hover .post-thumbnail>a:before,
    .theme-demos-section .hentry:focus .post-thumbnail>a:before {
        opacity: 1;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .theme-demos-section .post-thumbnail>a:before {
        opacity: 0;
    }

    .section {
        padding-top: 70px;
        padding-bottom: 21px;
    }

    .is-open .site-primary-menu {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

    .site-header-menu {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        width: auto;
        margin-right: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .site-primary-menu {
        position: relative;
        float: left;
        top: 0;
        left: 0;
        right: 0;
        visibility: visible;
        opacity: 1;
        width: auto;
        bottom: auto;
        margin-right: -21px;
        background-color: transparent;
        box-shadow: none;
        overflow: inherit;
    }

    .custom-header-media {
        padding: 56px 0px 0px;
    }

    .site-branding {
        padding-right: 49px;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation li {
        display: inline-block;
        position: relative;
    }

    .main-navigation li a {
        padding: 10px 21px;
    }

    .footer-site-branding {
        padding-top: 77px;
        padding-bottom: 77px;
    }

    .button {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    .theme-demos-section .button:hover,
    .theme-demos-section .button:focus {
        -webkit-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%);
    }
    .free-vs-pro-table th{
        padding: 21px 42px;
        font-size: 22px;
    }
    .free-vs-pro-table td{
        padding: 14px 42px;
    }

}

/*--------------------------------------------------------------
## >= 1366px
--------------------------------------------------------------*/

@media screen and (min-width: 85.375em) {

    .footer-site-branding .more-link,
    .main-features {
        margin-top: 35px;
    }

    .main-features li {
        padding-left: 42px;
    }

    .copyright {
        font-size: 16px;
        font-size: 1rem;
    }

    .hentry {
        margin-bottom: 56px;
    }
    .custom-header-media {
        padding: 63px 0px 0px;
    }

    .custom-header-content .entry-title {
        font-size: 44px;
        font-size: 2.75rem;
    }

    .footer-site-branding,
    .copyright {
        padding-left: 60px;
        padding-right: 60px;
    }

    .section {
        padding-top: 77px;
    }

    .site-footer .footer-site-title {
        font-size: 42px;
        font-size: 2.625rem;
    }

    .footer-site-branding {
        padding-top: 98px;
        padding-bottom: 98px;
    }

}

/*--------------------------------------------------------------
## >= 1400px
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## >= 1600px
--------------------------------------------------------------*/

@media screen and (min-width: 100em) {
    .main-features {
        margin-top: 42px;
    }

    .custom-header-content span.headline-summary {
        font-size: 22px;
    }
    

    .free-vs-pro-table th{
        padding: 28px 56px;
        font-size: 24px;
    }
    .free-vs-pro-table td{
        padding: 14px 56px;
    }

    .site-header-main {
        padding: 21px 20px;
    }

    .main-features li {
        padding-left: 49px;
    }

    .hentry {
        margin-bottom: 63px;
        padding: 0 20px;
    }

    .footer-site-branding {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .section-content-wrapper {
        padding: 0 20px;
    }

    .section {
        padding-top: 84px;
    }

    .theme-demos-section .section-content-wrapper,
    .features-section .section-content-wrapper {
        padding: 0 20px;
    }

    .entry-title {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .custom-header-content .entry-title {
        font-size: 48px;
        font-size: 3rem;
    }

    .site-header-main {
        padding: 38px 50px;
    }

    .section-title,
    .responsive-section .entry-title,
    .footer-site-title {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .featured-section.section {
        padding-top: 120px;
    }

    .theme-demos-section .entry-title {
        margin-top: 28px;
    }

    .custom-header {
        padding-top: 113px;
    }

    .section-title,
    .site-specifications .entry-title,
    .responsive-section .entry-title,
    .footer-site-title {
        font-size: 49px;
        font-size: 2.625rem;
    }
}

/*--------------------------------------------------------------
## >= 1920px
--------------------------------------------------------------*/

@media screen and (min-width: 120em) {
    .hentry {
        margin-bottom: 63px;
    }


    .section-description {
        margin-top: 21px;
    }

    .section {
        padding-bottom: 35px;
        padding-top: 98px;
    }

    .footer-site-branding {
        padding-bottom: 126px;
        padding-top: 126px;
    }

    .theme-demos-section .entry-title {
        margin-top: 35px;
    }

    .custom-header-content .entry-title {
        font-size: 52px;
        font-size: 3.25rem;
    }

    .custom-header-content .entry-summary,
    .footer-site-branding .footer-site-description {
        margin-top: 21px;
    }
    .custom-header-content > .entry-summary {
        margin-top: 56px;
    }

    .main-features {
        margin-top: 49px;
    }

    .custom-header {
           padding-top: 127px;
    }
}
