/*
Theme Name: wp mega menu pro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-mega-menu-pro
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wp mega menu pro is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*{
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
ol {
    list-style: none;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: none;
}
a:visited {
    color: none;
}
a:hover,
a:focus,
a:active {
    color: none;
}
a:focus {
    outline: none;
}
a:hover,
a:active {
    outline: 0;
}
a:hover {
    text-decoration: none !important;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a,
.main-navigation a:hover {
    display: block;
    text-decoration: none;
}
a,
a:hover {
	text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# 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;
}
.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;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

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

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/* New CSS Added */
/*==========
new css
===========*/
body {
	overflow-x: hidden;
    padding-bottom: 0 !important;
}
.container {
	max-width: 100%;
}
.demo_container {
    max-width: 1170px;
    margin: 0 auto
}
.main-wrapper {
 position: relative;
 width: 100%;
}
.home .main-wrapper .site-header {
 position: absolute;
 top: 0;
 z-index: 999999;
 width: 100%;
 transition: all ease 0.5s;
 -webkit-transition: all ease 0.5s;
 -ms-transition: all ease 0.5s;
}
.scrollActive.home .main-wrapper  .site-header {
 position: fixed;
 background: rgba(0,0,0,0.75);
 width: 100%;
 z-index: 999999;
 transition: all ease 0.5s;
 -webkit-transition: all ease 0.5s;
 -ms-transition: all ease 0.5s;
 -webkit-animation: animatedown 0.3s;
 animation: animatedown 0.3s;
}
@-webkit-keyframes animatedown {
 from {top: -200px;}
 to {top: 0}
}

@keyframes animatedown {
 from {top: -200px;}
 to {top: 0}
}
.home .main-wrapper .site-header.menu_fixed .site-branding {
    padding-top: 4px;
}
.site-header .wpmm-container {
	margin: 0 auto;
	max-width: 1170px;
}
.wpmm-authorization-section .wpmm-container,
.first_footer_section .wpmm-container,
.site-footer .wpmm-container,
.wpmmp-cta-section .wpmmp-container {
	margin: 0 auto;
	max-width: 1165px;
}
.site-header .wpmm-container .site-branding {
	float: left;
	max-width: 250px;
    margin-top: 12px;
    padding-left: 15px;
}
.site-header .wpmm-container .site-branding a {
    display: block;
}
.site-header .wpmm-container .site-branding img {
    width: 100%;
}
.site-header .wpmm-container .main-navigation {
	float: right;
	max-width: 964px;
	text-align: right;
	padding-top: 20px;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li {
	display: inline-block;
	margin: 10px 20px;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > a {
	color: rgba(255,255,255,0.75);
	font-weight: 700;
	text-transform: uppercase;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > a:hover {
	color: #fff;
}
.site-header .wpmm-container .main-navigation ul li.buy-button {
	margin-top: 0;
	margin-bottom: 0;
}
.site-header .wpmm-container .main-navigation ul li.buy-button a {
	background: #ff0050;
	font-weight: 500;
	padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
}
.site-header .wpmm-container .main-navigation ul li.buy-button a:hover {
	background: rgba(255, 0, 80, 0.6);	
}
/*=====
drop down
=====*/
.site-header .wpmm-container .main-navigation ul li > ul > li {
	text-align: left;
    border-bottom: 1px solid #fff;
}
.site-header .wpmm-container .main-navigation ul li > ul > li:first-child {
	padding-top: 0;
}
.site-header .wpmm-container .main-navigation ul li > ul > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.site-header .wpmm-container .main-navigation ul li > ul {
	top: 100%;
	background: #ff0050;
}
.site-header .wpmm-container .main-navigation ul li > ul > li a {
	color: #fff;
	padding: 10px;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li.menu-item-has-children {
	padding-bottom: 20px;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > ul,
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > ul > li > ul {
	left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    position: absolute;
    top: 100%;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    -wenkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: 99 !important;
    width: 200px;
    text-align: left;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > ul > li > ul {
	top: 0;
	left: 100%;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li:hover > ul,
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
}
/*==========
main content
===========*/
.site-content .mainslide {
	/*margin-bottom: 90px;*/
}
.site-content .container .jumbotron {
	background: none;
	padding: 0;
	text-align: center;
	max-width: 890px;
	margin: 0 auto; 
}
.site-content .container .jumbotron h1 {
	margin-top: 0;
	color: #555;
	margin-bottom: 60px;
    font-size: 46px;
    font-weight: 400;
}
.site-content .wpmm-layouts-section .container .jumbotron h1 {
    margin-bottom: 40px;
}

.site-content .container .jumbotron p.light-text {
	font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}
.site-content .wpmm-layouts-section .container .jumbotron p.light-text {
    color: #545454;
    font-size: 16px;
    text-align: center;
}

.site-content .container .demo-btns {
	margin-top: 60px;
}
.site-content .container .jumbotron a:hover {
	text-decoration: none;
}
.site-content .container .jumbotron a {
	background: #39aa8c;
	display: inline-block;
	padding: 8px 15px;	
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 3px #319078;
	-webkit-box-shadow: 0px 3px #319078;
	margin-bottom: 15px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	margin-right: 5px;
}
.site-content .container .jumbotron a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.site-content .row.wpmm-feature-lists {
	/*margin: 0 0 80px;*/
	margin:0;
}
.site-content .row.wpmm-feature-lists .col-holder,
.wpmm-feature-lists .col-lg-3{
 margin-left: 0 !important;
}
.site-content .row.wpmm-feature-lists .header-wrapper {
	width: 60%;
    text-align: center;
    font-size: 17px;
    margin-bottom: 100px;
    margin: 0 auto 100px;
}
.site-content .row.wpmm-feature-lists .header-wrapper h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 46px;
	color: #555;
    font-weight: 400;
}
.site-content .row.wpmm-feature-lists .col-lg-3 {
	text-align: center;
    padding: 30px 40px 40px;
    border-right: 1px solid #dbdbdb;
    position: relative;
    width: 25%;
}
.site-content .row.wpmm-feature-lists .col-lg-3 img {
    max-height: 120px;
    width: 120px;
}
.site-content .row.wpmm-feature-lists .col-lg-3:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -1px;
	height: 1px;
	background: #dbdbdb;
	left: 0;
}
.site-content .row.wpmm-feature-lists .col-lg-3 h3 {
	color: #000;
	font-size: 26px;
}
.site-content .row.wpmm-feature-lists .col-lg-3:nth-of-type(4n),
.site-content .row.wpmm-feature-lists .col-lg-3:last-child {
	border-right: 0;
}
.site-content .row.wpmm-feature-lists .col-holder {
	position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    align-items: stretch;
    overflow: hidden;
}
.site-content .row.wpmm-feature-lists .col-holder .col-lg-3 span {
	color: #666;
}
.site-content .container .feat-holder {
	margin: 90px 0;
}
.site-content .container .feat-holder .main-featured {
	margin-bottom: 100px;
}
.site-content .container .feat-holder .main-featured:last-child {
    margin-bottom: 0;
}
.site-content .container .feat-holder div.text-wrapper {
	color: #858585;
	font-size: 15px;
}
.site-content .container .feat-holder div.text-wrapper p {
	margin-bottom: 35px;
    font-size: 17px;
}
.site-content .container .feat-holder div.text-wrapper a.button {
    display: inline-block;
    background: #39aa8c;
    border: 1px solid #39aa8c;
    padding: 11px 40px 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 3px;
}
.site-content .container .feat-holder div.text-wrapper a.button:hover {
	background: none;
	color: #39aa8c;
}
.site-content .container .feat-holder div.text-wrapper h2 {
	color: #000;
	margin-bottom: 25px;
    line-height: 1.2;
}
.site-content .container .feat-holder div.text-wrapper {
	padding:0 70px 0 0;
}
.site-content .second-section .container .feat-holder div.text-wrapper {
	padding: 0 0 0 70px;	
}
.site-content .container .feat-holder .featurette-heading {
	margin-top: 0;
    font-size: 30px;
}
.site-content .container .feat-holder .col-md-6 {
	padding-right: 0;
	padding-left: 0;
}
.site-content .container .feat-holder .featurette .text-wrapper > ul {
    margin-bottom: 20px;
}
.site-content .container .feat-holder .featurette .text-wrapper > ul > li {
    position: relative;
    padding-left: 25px;
    color: #000;
    margin-bottom: 10px;
}
.site-content .container .feat-holder .featurette .text-wrapper > ul > li:last-child {
    margin-bottom: 0;
}
.site-content .container .feat-holder .featurette .text-wrapper > ul > li:before {
    content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    font-size: 17px;
    left: 0;
    line-height: 1.3;
    display: block;
    color: #39aa8c;
}
.site-content .header-title {
    text-align: center;
    margin-top: 60px;
}
.site-content .header-title h2,
.page-template-page-features .header-wrapper h2 {
    color: #333;
    font-size: 46px !important;
    position: relative;
    margin-bottom: 40px !important;
}
.more_features h2 {
    text-align: center;
    font-size: 30px;
    position: relative;
}
.site-content .header-title h2:before,
.page-template-page-features .header-wrapper h2:before,
.more_features h2:before {
    content: '';
    position: absolute;
    background: #39aa8c;
    width: 5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    bottom: -20px;
}
.page-template-page-features .header-wrapper {
    font-size: 14px !important;
    color: #5a5a5a ! important;
}
/*=========
===========*/
.wpmm-authorization-section {
	background: #070707;
	padding: 85px 0;
}
.wpmm-authorization-section .img-holder {
	float: left;
	width: 25%;
	text-align: center;
}
.wpmm-authorization-section .text-holder {
	width: 70%;
	float: right;
}
.wpmm-authorization-section .text-holder h2 {
	font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.wpmm-authorization-section .text-holder span.wpmm-text-info {
	display: block;
	color: #e07c41;
	font-size: 23px;
	margin-bottom: 15px;
}
.wpmm-authorization-section .text-holder p {
	font-size: 16px;
	color: #fff;
    font-style: Satisfy;
}
/*==========
end
==========*/
/*==========
container complists
==========*/
.complists {
	padding: 67px 0 20px;
	background: #ececef;
    text-align: center;
}
.complists .col-lg-4 {
    display: inline-block;
    float: none;
    margin: 0 -2px;
}
.complists .col-lg-4 .text-holder {
    text-align: left;
}
.complists h2,
.wpmm-layouts-section h2.wpmm-author-header {
	width: 100%;
	text-align: center;
	margin-bottom: 75px;
	margin-top: 0;
}
.complists .block-wrapper {
	margin-bottom: 75px;	
}
.complists .block-wrapper .img-holder,
.complists .block-wrapper .text-holder {
	vertical-align: top;
	display: inline-block;
	margin: 0 -1px;
}
.complists .block-wrapper .img-holder {
	width:24%;
	text-align: center;
}
.complists .block-wrapper .text-holder {
	width: 75%;
	padding-left: 20px;
}
.complists .block-wrapper .text-holder h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	color: #000;
}
.complists .block-wrapper .text-holder span {
	color: #727272;
	font-size: 14px;
}
/*===========*/
.wpmm-layouts-section {
	padding: 65px 0;
	background: #fff;
}
.wpmm-layouts-section .row {
	margin-left: 0;
	margin-right: 0;
}
.wpmm-layouts-section h2.wpmm-author-header {
	margin-bottom: 40px;
}
.wpmm-layouts-section p.layput-desc {
	color: #545454;
	font-size: 16px;
	text-align: center;
}
.wpmm-layouts-section .image_wrapper {
	margin-top: 39px;
	text-align: center;
}
.wpmm-layouts-section .image_wrapper .left_layout,
.wpmm-layouts-section .image_wrapper .right_layout {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    text-align: center;
}
.wpmm-layouts-section .image_wrapper .left_layout h4,
.wpmm-layouts-section .image_wrapper .right_layout h4 {
    font-size: 20px;
    margin-top: 20px;
}
.wpmm-layouts-section .image_wrapper .layout_image {
	display: inline-block;
	margin: 0 10px;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	overflow: hidden;
}
.wpmm-layouts-section .image_wrapper .layout_image img {
	width: 100%;
}
/*======
first_footer_section
=======*/
.first_footer_section .row {
	margin-left: 0;
	margin-right: 0;
}
.first_footer_section {
	text-align: center;
	background: #00c6e0;
	padding: 80px 0 0;
	min-height: 800px;
    position: relative;
}
.first_footer_section .footer-title-content {
    width: 90%;
    margin: 0 auto;
}
.first_footer_section .footer-img-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.first_footer_section h1.main-footer-heading {
	color: #fff;
	font-size: 53px;
	margin-top: 0;
	margin-bottom: 40px;
}
.first_footer_section a.buy-now {
	color: #fff;
	text-transform: uppercase;
	padding: 13px 40px;
	background: rgba(0,0,0,1);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	display: inline-block;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.first_footer_section a.buy-now:hover {
	text-decoration: none;
    background: rgba(0,0,0,0.6);
}
/*=========
featured column
==========*/
.featured-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	overflow: hidden;
}
.featured-column .col {
	width: 33.33%;
	text-align: left;
	padding: 40px 100px;
}
.featured-column .col h3 {
	color: #fff;
	margin: 0;
}
.featured-column .col h3 a {
    color: #fff;
}
.featured-column .col h3 a:hover {
    color: rgba(255,255,255,0.6);
}
.featured-column .col.wpmm-support-btn {
	background: #03a8be;
}
.featured-column .col.wpmm-online-doc-btn {
	background: #0290a4;
}
.featured-column .col.wpmm-videotut-btn {
	background: #027685;
}
.featured-column .col .img-holder,
.featured-column .col .text-holder {
	display: inline-block;
	vertical-align: middle;	
}
.featured-column .col .img-holder {
	width: 130px;
    position: relative;
    border-right: 1px solid #fff;
}
.featured-column .col .img-holder img {
	padding-right: 22px;
}
.featured-column .col .text-holder {
	width: 200px;
	text-align: left;
	padding-left: 20px
}
/*=======
site-footer
=======*/
.site-footer {
	text-align: center;
    padding: 30px 0; 
}
.site-footer .site-info {
	color: #333333;
}
.site-footer .site-info .social-media-links {
	margin-top: 12px;
}
.site-footer .site-info .social-media-links ul li {
	display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 -2px;
}
.site-footer .site-info .social-media-links ul li:hover a {
	opacity: 0.6;
}
/**/
.features_container_section .parallax-window {
	min-height: 450px;
}
.features_container_section h2.featurette-heading {
	font-size: 26px;
    margin-bottom: 20px;
    color: #313234;
    font-weight: 600;
}
.features_container_section p.main-featured-desc {
	color: #565455;
	margin-bottom: 20px;
}
.features_container_section a.view_all_btn {
	display: inline-block;
	padding: 10px 35px;
	background: #1c9cdb;
	color: #fff;
	border: 1px solid #1c9cdb;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}
.features_container_section a.view_all_btn:hover {
	text-decoration: none;
	background: none;
	color: #1c9cdb;
}
/*==========
wpmmp-image-display-wrapper
===========*/
.wpmmp-image-display-wrapper {
    border-bottom: 5px solid #39aa8c;
    position: relative;
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 120px;
}
.page-template-template-faq .wpmmp-image-display-wrapper {
    border-top: 0;
}
.wpmmp-image-display-wrapper .caption {
    position: absolute;
    top: 50%;
    max-width: 800px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
}
.wpmmp-image-display-wrapper .caption span {
    display: block;
}
.wpmmp-image-display-wrapper .caption span.header {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.wpmmp-image-display-wrapper .caption span.title {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}
.wpmmp-image-display-wrapper .caption .wpmmp-get-it-tag a {
    padding: 14px 20px;
    background-color: #39aa8c;
    border: 2px #39aa8c solid;
    border-radius: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 1;
}
.wpmmp-image-display-wrapper .caption .wpmmp-get-it-tag a:hover {
    background: rgba(57, 170, 140, 0.7);
    color: #fff;
}

/*===============
open panel
================*/
.wpmm-open-panel {
    width: 40%;
    float: right;
    position: relative;
    right: -40%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #fff;
    box-shadow: 5px 4px 9px 2px rgba(0,0,0,0.3);
    position: fixed;
    top: 45%;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    z-index: 55;
    min-width: 645px;
}

@media screen and (max-width: 1366px) {
    .wpmm-open-panel {
        right: -645px;
    }
}
.open_left_sidebar {
    right: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    width: 20%;
    min-width: 645px;
}
.wpmega-panel-tabbed {
    min-width: 777px;
    right: -777px;
}
.open_left_sidebar.wpmega-panel-tabbed {
    right: 0;
}

.wpmm-top-panel-open {
    position: absolute;
    left: -44px;
    top: 0;
}
.wpmm-top-panel-open button.responsive-menu-pro-button {
    background: #39aa8c;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    border-color: 0 !important;
    border: none;
    border-radius: 3px;
    font-size: 21px; 
    outline: none; 
}
.responsive-menu-pro-button {
    left: 0;
}
.wpmm-open-panel ul li {
    margin-bottom: 15px;
}
.wpmm-open-panel ul li span.tick {
    position: relative;
    padding-left: 30px;
}
.wpmm-open-panel ul li span.tick:before {
    position: absolute;
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
    display: block;
    color: #39aa8c;
    line-height: 1;
}
.wpmm-open-panel ul li:last-child {
    margin-bottom: 0;
}
.wpmm-open-panel .headertext {
    margin-bottom: 20px;
}
.wpmm-open-panel .main_top_footer_txt {
    text-align: center;
    width: 100%;
    font-size: 17px;
    color: #39aa8c;
    padding: 10px;
    margin: 10px 0; 
    clear: both;
}
.wpmm-open-panel .wpmm_middle_columns {
    width: 100%;
}
.wpmm-open-panel .wpmm_middle_columns .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    border-radius: 0;
}
.wpmm-open-panel .wpmm_middle_columns .ui-tabs-nav li {
    /*border: none;*/
    background: none;
    margin: 0;
    border-color: rgba(226, 226, 226, 0.3);
    overflow: hidden;
}
.wpmm-open-panel .wpmm_middle_columns .ui-tabs-panel {
    width: 100%;
    border: 1px solid #39aa8c;
    border-top: none;
    border-radius: 0;
    min-height: 360px;
    text-align: center;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel {
    padding: 10px;
}
.wpmm-open-panel .ui-widget-header {
    border: none;
    background: #39aa8c;
    border-radius: 0;
}
.wpmm-open-panel .ui-tabs .ui-tabs-nav {
    padding: 0;
}
.wpmm-open-panel .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    outline: none;
    float: left;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
.wpmm-open-panel .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #08946f;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a {
    display: inline-block;
    width: 49%;
    color: #000;
    margin-bottom: 16px;
    cursor: pointer;
    vertical-align: top;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a:hover {
    text-decoration: none;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a .wpmm-demo-skin-colors {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background: #555;
    padding: 1px;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a .wpmm-demo-skin-color {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .wp-transition-wrapper{
    width: 79%;
    margin: auto;
}
.wpmm-open-panel.wpmega-panel-tabbed .ui-tabs .ui-tabs-panel .wp-transition-wrapper{
    width: 80%;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel a.wpmm-trigger-event-effects,
.wpmm-open-panel .ui-tabs .ui-tabs-panel a.wpmm-transition-effects {
    display: inline-block;
    padding: 9px 15px;
    border-radius: 3px;
    margin-top: 2%;
    margin-right: 1%;
    margin-bottom: 2%;
    background: #0290a4;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.3;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .wp-transition-wrapper a.wpmm-trigger-event-effects,
.wpmm-open-panel .ui-tabs .ui-tabs-panel .wp-transition-wrapper a.wpmm-transition-effects {
    display: inline-block;
    padding: 9px 15px;
    border-radius: 3px;
    margin-top: 2%;
    margin-right: 1%;
    margin-bottom: 0;
    background: #0290a4;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.3;
}
.skins-lists{
    text-align: left;
    margin: 15px;
}
.main_top_footer_txt2{
    width: 100%;
    text-align: center;
    color: #08946f;
    font-family: monospace;
    font-size: 15px;
    margin-top: 14px;
}
.ui-tabs-anchor{
    letter-spacing: 1px;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel a.wpmm-transition-effects.active_transition,
.wpmm-open-panel .ui-tabs .ui-tabs-panel a.wpmm-transition-effects:hover {
    background: rgba(64, 200, 220, 0.8);
}
.wpmm-trigger-event-effects.active_tevent, 
.wpmm-trigger-event-effects:hover{
    background: rgba(64, 200, 220, 0.8) !important;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a:hover .template-title-wrapper,
.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a.active-tab-design .template-title-wrapper,
.wpmm-available-skins.active_skins,
.wpmm-available-skins:hover{
          color: #20a280 !important;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .tab_premium_features h1 {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 10px 0 12px;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .tab_premium_features span {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #39aa8c;
    margin-bottom: 20px;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .scroller {
    height: 230px;
    overflow-y: scroll; 
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .tab_premium_features ul {
    display: inline-block;
    width: 49%;
    margin: 0 -1px;
    padding: 0 10px;
    vertical-align: top;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .tab_premium_features ul li {
    padding-left: 20px;
    position: relative;
}
.wpmm-open-panel .ui-tabs .ui-tabs-panel .tab_premium_features ul li:before {
    content: '\f147';
    position: absolute;
    font-family: Dashicons;
    font-size: 16px;
    color: #f00;
    left: 0;
    line-height: 1.3;
}
/*==============
frame
==============*/
.wpmm-preview-actions {
    background: #000;
    padding: 10px 0;
    margin-bottom: 50px;
}
.wpmm-preview-actions .preview-logo-image {
    float: left; 
    width: 300px;
    height: 50px;   
}
.wpmm-preview-actions .preview-action-purchase-form {
    float: right;
    padding: 8px 0 0;
}
.wpmm-preview-actions .preview-action-purchase-form .preview_action_buy,
.wpmm-preview-actions .preview-action-purchase-form .wpmm-removeframe {
    display: inline-block;
    vertical-align: middle;
}
.wpmm-preview-actions .preview-action-purchase-form .wpmm-removeframe {
    margin-left: 25px;
}
.wpmm-preview-actions .preview-action-purchase-form .wpmm-removeframe a {
    color: #fff;
}
.wpmm-preview-actions .preview-action-purchase-form .wpmm-removeframe a i.fa {
    margin-right: 5px;
}
.wpmm-preview-actions .preview-action-purchase-form .preview_action_buy button.buybtn-primary {
    display: inline-block;
    background: #39aa8c;
    border: 1px solid #39aa8c;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    font-weight: 400;
    box-shadow: none;
    text-shadow: none;
}
.wpmm-preview-actions .preview-action-purchase-form .preview_action_buy button.buybtn-primary:hover {
    box-shadow: none;
    background: none;
    color: #39aa8c;
}
/*=======
feature page
=======*/
.more_features {
    margin-bottom: 60px;
}
.more_features .ul-holder {
    margin-top: 50px;
}
.more_features .ul-holder .left_section_lists,
.more_features .ul-holder .right_section_lists {
    float: left;
    width: 50%;
} 
.more_features .ul-holder .left_section_lists {
    padding-right: 10px;
}
.more_features .ul-holder .right_section_lists {
    padding-left: 10px;
}
.more_features .ul-holder > ul > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.more_features .ul-holder > ul > li:before {
    content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    display: block;
    line-height: 1.5;
    color: #39aa8c;
}
.more_features .ul-holder > ul > li:last-child {
    margin-bottom: 0;
}
.more_features .ul-holder ul ul {
    margin-top: 8px;
}
.more_features .ul-holder ul ul li {
    margin-bottom: 8px;
    padding-left: 10px;
    position: relative;
}
.more_features .ul-holder ul ul li:before {
    content: '\f0da';
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    line-height: 1.5;
    color: #333;
}
.more_features .ul-holder ul ul li:last-child {
    margin-bottom: 0;
}
/*===============
button pop up
================*/
/*.wpmm-top-panel-open .pop-up {
    position: absolute;
    top: -40px;
    right: 168%;
    width: 100px;
    text-align: center;
    background: #39aa8c;
    padding: 5px 10px;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.wpmm-top-panel-open .pop-up:before {
    content: '';
    position: absolute;
    background: #39aa8c;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    bottom: -10px;
    right: -15px;
}
.wpmm-top-panel-open .pop-up:after {
    content: '';
    position: absolute;
    background: #39aa8c;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    bottom: -15px;
    right: -25px;
}
.wpmm-top-panel-open:hover .pop-up {
    opacity: 1;
    visibility: visible;
    }*/
/*===========
header-bg for inner pages
===========*/
.main-wrapper.inner-page-wrapper {
    background: rgba(0,0,0,1);    
}
/*=====================
call to action
=====================*/
.wpmmp-cta-section {
    padding: 70px 0;
    text-align: center;
}
.wpmmp-cta-section .wpmmp-cta-desc {
    padding: 20px 80px;
    color: #fff;
    font-size: 33px;
}
.wpmmp-cta-section .btn-buy {
    padding: 15px 27px;
    background-color: #39aa8c;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}
.wpmmp-cta-section .btn-buy:hover {
    background: #ff0050;
}
/*===============
-faq
===============*/
.page-template-template-faq .wpmmp-image-display-wrapper {
    margin-bottom: 0;
}
/*===============
wpmm-orientation-horizontal
===============*/
.page .wpmm-orientation-horizontal {
    margin-top: 11px;
}
/*=============
bg for nav
===============*/
.wpmm-demo-wrap.wpmega-black-white {
    background-color: #3d3d3d;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#3d3d3d),color-stop(50%,#3d3d3d),color-stop(50%,#212121));
    background: -webkit-linear-gradient(top,#3d3d3d,#212121);
    background: -moz-linear-gradient(top,#3d3d3d,#212121);
    background: -ms-linear-gradient(top,#3d3d3d,#212121);
    background: -o-linear-gradient(top,#3d3d3d,#212121);
}
.wpmm-demo-wrap.wpmega-gold-yellow-black {
    background: #dace2e;
}
.wpmm-demo-wrap.wpmega-hunter-shades-white {
    background: #CFA66F;
}
.wpmm-demo-wrap.wpmega-maroon-reddish-black {
    background: #a32638;
    background: -moz-linear-gradient(top, #a32638 0%, #f93831 100%);
    background: -webkit-linear-gradient(top, #a32638 0%,#f93831 100%);
    background: linear-gradient(to bottom, #a32638 0%,#f93831 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831',GradientType=0 );
}
.wpmm-demo-wrap.wpmega-light-blue-sky-white {
    background: #0AA2EE;    
}
.wpmm-demo-wrap.wpmega-warm-purple-white {
    background: #9768a8;
}
.wpmm-demo-wrap.wpmega-sea-green-white {
    background: #5EC073;
}
.wpmm-demo-wrap.wpmega-black-silver {
    background: #000;
}
.wpmm-demo-wrap.wpmega-prussian-blue-white {
    background: #003153;
}
.wpmm-demo-wrap.wpmega-mountain-meadow-white {
    background: #30BA8F;
}
.wpmm-demo-wrap.wpmega-white-blue {
    background: #0056c7;
}
.wpmm-demo-wrap.wpmega-simple-green {
    background: #570;
}
/*===========
go back button
============*/
.wpmm-back-btn-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.wpmm-back-btn-wrapper a {
    display: inline-block;
    background: #39aa8c;
    border: 1px solid #39aa8c;
    padding: 11px 40px 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    font-weight: 400;
    vertical-align: middle;
    /*width: 170px;*/
    border-radius: 3px;
}
.wpmm-back-btn-wrapper a:hover {
    background: none;
    color: #39aa8c;
}
/*=============
vertical menu
=============*/
.main-vertical-demo-page .wp-megamenu-main-wrapper.wpmm-orientation-vertical {
    float: left;
}
.main-vertical-demo-page .feat-holder {
    width: 70%;
    float: right;
    margin: 0px 0 300px !important;
}
.main-vertical-demo-page .feat-holder div.text-wrapper h2 {
    margin-top: 10px !important;
}
/*vertical bg*/
.main-vertical-demo-page {
    position: relative;
}
.main-vertical-demo-page .wpmm-vertical-wrapper {
    width: 25%;
    min-height: 1000px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.main-vertical-demo-page.wpmega-black-white .wpmm-vertical-wrapper {
    background-color: #3d3d3d;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#3d3d3d),color-stop(50%,#3d3d3d),color-stop(50%,#212121));
    background: -webkit-linear-gradient(top,#3d3d3d,#212121);
    background: -moz-linear-gradient(top,#3d3d3d,#212121);
    background: -ms-linear-gradient(top,#3d3d3d,#212121);
    background: -o-linear-gradient(top,#3d3d3d,#212121);
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1);
}
.main-vertical-demo-page.wpmega-gold-yellow-black .wpmm-vertical-wrapper {
    background: #dace2e;
}
.main-vertical-demo-page.wpmega-hunter-shades-white .wpmm-vertical-wrapper {
    background: #CFA66F;
}
.main-vertical-demo-page.wpmega-maroon-reddish-black .wpmm-vertical-wrapper {
    background: #a32638;
    background: -moz-linear-gradient(top, #a32638 0%, #f93831 100%);
    background: -webkit-linear-gradient(top, #a32638 0%,#f93831 100%);
    background: linear-gradient(to bottom, #a32638 0%,#f93831 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831',GradientType=0 );
}
.main-vertical-demo-page.wpmega-light-blue-sky-white .wpmm-vertical-wrapper {
    background: #0AA2EE;
}
.main-vertical-demo-page.wpmega-warm-purple-white .wpmm-vertical-wrapper {
    background: #9768a8;
}
.main-vertical-demo-page.wpmega-sea-green-white .wpmm-vertical-wrapper {
    background: #5EC073;
}
.main-vertical-demo-page.wpmega-clean-white .wpmm-vertical-wrapper {
    background: #ccc;
}
.main-vertical-demo-page.wpmega-black-silver .wpmm-vertical-wrapper {
    background: #fff;
}
.main-vertical-demo-page.wpmega-prussian-blue-white .wpmm-vertical-wrapper {
    background: #003153;
}
.main-vertical-demo-page.wpmega-mountain-meadow-white .wpmm-vertical-wrapper {
    background: #30BA8F;
}
.main-vertical-demo-page.wpmega-white-blue .wpmm-vertical-wrapper {
    background: #0056c7;
}
.main-vertical-demo-page.wpmega-simple-green .wpmm-vertical-wrapper {
    background: #570;
}
/*===========
FAQ
=============*/
.faq-container {
    padding: 70px 0; 
}
.faq-container h2.faqtitle {
    color: #000;
    margin:0 0 50px;
    line-height: 1.2;
    text-align: center; 
}
.faq-container .ap-container {
    width: 100%;
    margin: 0 auto;
}
.faq-container .ap-container .question-answer-wrap {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.faq-container .ap-container .question-answer-wrap:nth-child(even) {
    margin-left: 15px;
}
.faq-container .ap-container .question {
    padding: 12px 15px;
    border-radius: 4px;
    background: #39aa8c;
    color: #fff;
    line-height: 1;
    margin-bottom: 7px;
    position: relative;
}
.faq-container .ap-container .question:before {
    content: '\f107';
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
    right: 10px;
    color: #fff;
}
.faq-container .ap-container .answer {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
/*===============
404 page
===============*/
.error-404.not-found {
    text-align: center;
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.error-404.not-found .icon-holder {
    font-size: 215px;
    line-height: 1;
    color: #f00;
}
.error-404 .page-header {
    border-bottom: 0;
    margin: 0;
}
.error-404 .page-header h1.page-title {
    font-size: 45px;
    font-style: italic;
    color: #333;
    padding-bottom: 0;
    margin-top: 0;
}
.error-404 .page-content {
    margin-top: 0;
    font-size: 18px;
}
.error-404 .page-content span {
    color: #f00;
    font-size: 21px;
}
/*==============
custom page design
===============*/
.main-demo-page2 {
    margin-left: -15px;
    margin-top: 80px;
}
.main-demo-page2 .wp-megamenu-main-wrapper.wpmm-orientation-vertical {
    float: left;
}
.main-demo-page2 .feat-holder {
    float: right;
    width: 70%;
    margin-top: 0 !important;
}
/*==========
search page
===========*/
.search .page-header h1 {
    font-size: 26px;
}
.search .entry-header h2 {
    margin: 0;
    line-height: 1;
}
.search .entry-header a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}
.search article {
    margin-bottom: 15px;
}
.no-results.not-found {
    text-align: center;
}
.no-results.not-found .page-content p {
    margin-bottom: 30px;
}
.no-results.not-found form label {
    display: block;
    margin-bottom: 10px;
}
.no-results.not-found form label input[type="search"] {
    width: 300px;
    padding: 9px;
    border-radius: 0;
    font-family: Roboto;
    font-weight: 400;
}
.no-results.not-found form input[type="submit"] {
    padding: 10px;
    border: 1px solid #39aa8c;
    box-shadow: none;
    text-shadow: none;
    background: #39aa8c;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.no-results.not-found form input[type="submit"]:hover {
    background: none;
    color: #39aa8c;
}
/*==========
slider
============*/
.wpmm_megamenu .mainslide .wp1s-slider-wrapper .bx-viewport .wp1s-img-effect img {
    height: -webkit-fit-content;
    height: fit-content;
}
.wpmm_megamenu .mainslide .wp1s-slider-wrapper .bx-viewport .wp1s-img-effect {
    /*background: url(https://demo.accesspressthemes.com/wordpress-plugins/wp-mega-menu-pro/wp-content/uploads/2016/12/2016-12-11-2.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}
.wpmm_megamenu .mainslide .wp1s-slider-wrapper .bx-viewport {
    height: auto !important;
}
.wpmm_megamenu .wp1s-animation-type-3 .wp1s-animate-capwrap .wp1s-layer3-wrap {
    bottom: 12%;
}
.wpmm_megamenu .wp1s-animation-type-3 .wp1s-animate-capwrap .wp1s-animate-content {
    width: 44%;
    top: 49%;
}
.wpmm_megamenu .wp1s-animation-type-3 .wp1s-animate-capwrap .wp1s-animate-title {
    font-size: 31px;
    color: #ffffff;
    background-color: rgba(54,153,217,0);
    width: 40%;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}

.mlabel-new-item {
    position: absolute;
    color: #fff;
    background: #FF6C6C;
    top: 0;
    right: 0;
    padding: 10px 20px 2px;
    font-size: 10px;
    z-index: 0;
    -webkit-transform: rotate(45deg) translate(22%, -82%);
       -moz-transform: rotate(45deg) translate(22%, -82%);
        -ms-transform: rotate(45deg) translate(22%, -82%);
         -o-transform: rotate(45deg) translate(22%, -82%);
            transform: rotate(45deg) translate(22%, -82%);
}

.mlabel-new-item:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    /*border-top: 26px solid #FF6C6C;
    border-left: 43px solid transparent;*/
    z-index: -1;
}

/*.mlabel-new-item.bounceIn{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-delay: 2s;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
        -webkit-animation-name: mybounce;
    animation-name: mybounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.mlabel-new-item.tada{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-delay: 2s;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
}*/

/*===========================================
Responsive for the site
============================================*/
@media (max-width: 1500px) {
	.featured-column .col .img-holder, 
	.featured-column .col .text-holder {
		display: block;
		margin: 0 auto 
	}
	.featured-column .col .img-holder {
		border: none;
		margin-bottom: 20px;
        text-align: center;
    }
    .featured-column .col .img-holder img {
      padding-right: 0;
  }
  .featured-column .col .text-holder {
      padding-left: 0;
      text-align: center;
      width: 100%;
  }
}
@media (max-width: 1250px) {
    .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }
    .wpmm-open-panel .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        width: 100%;
    }
}
@media (max-width: 1200px) {
	.complists .block-wrapper {
		float: none;
		width: 33%;
	}
}
@media (max-width: 1170px) {
	.wpmm-authorization-section .wpmm-container {
		padding: 0 15px;
	}
	.featured-column .col {
		padding: 40px;
	}
}
@media (max-width: 1100px) {
	.site-footer .site-info {
		padding-bottom: 40px;
	}
}
@media (max-width: 1024px) {
    .wpmm_megamenu .mainslide .wp1s-slider-wrapper .bx-viewport .wp1s-img-effect {
        height: 500px;
    }
}
@media (max-width: 990px) {
	.site-content .container .feat-holder div.text-wrapper,
	.site-content .container .feat-holder div.text-wrapper {
		padding: 0;
		margin-bottom: 40px;
	}
    .site-content .container .feat-holder .second-section div.text-wrapper {
        padding-left: 0;
    }
    .site-content .container .feat-holder div.text-wrapper h2 {
      margin-top: 0;
  }
  .site-content .container .feat-holder {
      margin-bottom: 70px;
  }
  .complists .block-wrapper {
      width: 50%;
      margin-bottom: 45px;
  }
  .features_container_section .col-md-4 {
    width: 80%;
    text-align: center;
    margin: 140px auto 0;
}
.features_container_section .parallax-window {
    background:rgba(255,255,255,0.7);
}
.wpmm_megamenu .mainslide .wp1s-slider-wrapper .bx-viewport .wp1s-img-effect img {
    /*height: auto !important;*/
}
.wrapper-img-alignment {
    text-align: center;
}
}
@media (max-width: 960px) {
	.menu-toggle {
		display: block !important;
		position: absolute;
		top: 10px;
		right: 10px;
		box-shadow: none;
		padding: 10px;
		border: none;
		text-shadow: none;
		font-size: 0;
		width: 40px;
		height: 40px;
		background: #ff0050;
		transition: all ease 0.3s;
		-webkit-transition: all ease 0.3s;
		-ms-transition: all ease 0.3s;
	}
    .main-wrapper .site-header.menu_fixed {
        border-bottom: 0;
    }
    .menu-toggle:hover {
      box-shadow: none;
      border-color: none;
      background: rgba(255, 0, 80, 0.5);
  }
  .menu-toggle i.fa {
      color: #fff;
      font-size: 21px;
  }
  .menu-top-navigation-main-menu-container {
      opacity: 0;
      visibility: hidden;
      height: 0;
      width: 250px;
      margin-top: 40px; 
      margin-right: 10px;
      background: #ff0050;
      overflow: hidden;
      transform: scaleY(0);
      -webkit-transform: scaleY(0);
      transform-origin: 0 0 0;
      z-index: 99 !important;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
  }
  .site-header.top-section.menu_fixed .menu-top-navigation-main-menu-container {
    margin-top: 40px; 
}
.main-navigation.toggled .menu-top-navigation-main-menu-container {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.menu-top-navigation-main-menu-container ul li {
  display: block;
  width: 100%;
  text-align: left;
}
.menu-top-navigation-main-menu-container ul li a {
  color: #fff;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li {
  margin: 0;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > a {
  color: #fff;
  font-weight: 400;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li a {
  width: 100%;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li a:hover {
  background: rgba(0,0,0,0.6);
}
.site-header .wpmm-container .main-navigation ul li.buy-button a {
  border-radius: 0;
  padding: 10px;
  background: rgba(0,0,0,0.6);
  border-bottom: 0;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li.menu-item-has-children {
  padding-bottom: 0;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > ul, 
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > ul > li > ul {
  position: static;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li:hover > ul, 
.site-header .wpmm-container .main-navigation .menu-top-navigation-main-menu-container > ul > li > ul > li:hover > ul {
  height: 100%;
}
.site-header .wpmm-container .main-navigation ul li > ul > li a {
  padding: 10px 10px 10px 20px;
  width: 100%;
  font-size: 12px;
}
.home .main-wrapper .site-header.menu_fixed {
    background: none;
}
.home .main-wrapper .site-header.menu_fixed .site-branding {
    display: none;
}
.site-content .row.wpmm-feature-lists .col-lg-3 {
    width: 50%;
}
.first_footer_section {
    min-height: 620px;
}
.open_left_sidebar {
    right: 0;
}
.main-demo-page2 .feat-holder {
    float: right;
    width: 98%;
    margin-top: 60px !important;
}
}
@media (max-width: 910px) {
    .wpmm-vertical-wrapper {
        display: none;
    }
    .main-vertical-demo-page .feat-holder {
        width: 97%;
        float: right;
        margin: 30px 0 60px !important;
    }
    .site-content .container .feat-holder {
        margin-bottom: 80px;
        margin-top: 50px;
        padding: 0 15px;
    }
}
@media (max-width: 880px) {
	.featured-column .col {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.site-content .mainslide {
       margin-bottom: 30px;
   }
   .site-content .container .jumbotron h1,
   .site-content .row.wpmm-feature-lists .header-wrapper h2 {
      margin-bottom: 30px;
      font-size: 33px;
  }
  .site-content .container .demo-btns {
      margin-top: 40px;
  }
  .site-content .row.wpmm-feature-lists {
      margin: 40px 0;
  }
  .site-content .row.wpmm-feature-lists .header-wrapper {
      margin-bottom: 50px;
  }
  .site-content .row.wpmm-feature-lists .col-lg-3 {
      width: 50%;
  }
  .site-content .container .jumbotron {
      padding: 0 40px;
  }
  .complists .row {
      margin-left: 0;
      margin-right: 0;
  }
  .wpmm-layouts-section.container {
      padding-left: 15px;
      padding-right: 15px;
  }
  .wpmm_megamenu .mainslide .wp1s-slider-wrapper .bx-viewport .wp1s-img-effect {
    height: 380px;
}
.site-content .container .feat-holder {
    margin-bottom: 80px;
    margin-top: 50px;
    padding: 0 15px;
}
}
@media (max-width: 640px) {
	.wpmm-authorization-section .img-holder,
	.wpmm-authorization-section .text-holder {
		float: none;
		width: 100%;
		text-align: center;
	}
	.wpmm-authorization-section {
		padding: 85px 0 50px;
	}
	.complists .block-wrapper {
		width: 100%;
		margin-bottom: 45px;
	}
	.wpmm-layouts-section {
		padding-top: 45px;
		padding-bottom: 65px;
	}
	.wpmm-layouts-section .image_wrapper .layout_image {
		display: block;
		margin: 0 auto 40px;
	}
	.wpmm-layouts-section .image_wrapper .layout_image:last-child {
		margin-bottom: 0;
	}
	.first_footer_section h1.main-footer-heading {
		font-size: 43px;
		padding: 0 15px;
	}
	.site-content .container .feat-holder div.text-wrapper, 
	.site-content .container .feat-holder div.text-wrapper {
		text-align: center;
	}
    .first_footer_section {
        min-height: 520px;
    }
    .wpmm_megamenu .mainslide .wp1s-slider-wrapper .bx-viewport .wp1s-img-effect {
        height: 280px;
    }
    body .wp1s-slider-wrapper.wp1s-resposive .wp1s-animation-type-3 .wp1s-animate-capwrap .wp1s-animate-title {
        font-size: 11px !important;
    }
}
@media (max-width: 530px) {
	.site-content .row.wpmm-feature-lists .col-lg-3 {
		width: 100%;
	}
	.site-content .container .feat-holder {
		margin-top: 10px;
	}
    .wpmm-layouts-section .image_wrapper .left_layout, 
    .wpmm-layouts-section .image_wrapper .right_layout {
        display: block;
    }
    .wpmm-layouts-section .image_wrapper .left_layout {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
	.wpmm-authorization-section .text-holder h2 {
		font-size: 35px;
	}
}	
@media (max-width: 420px) {
	.menu-top-navigation-main-menu-container {
		margin-top: -30px;
	}
}
.wp1s-slider-wrapper-45519 .wp1s-animation-type-3 .wp1s-animate-capwrap .wp1s-animate-title {
    font-size: 30px;
    color: #ffffff;
    background-color: rgba(54,153,217,0);
    top: 36%;
}
.ui-tabs .wpmm-tabtitle-row {
    margin: 50px 0;
}
.ui-tabs .footertext2 {
    margin: 50px 0;
    padding: 0 50px;
}
.ui-tabs .wpmmega-tab-layouts {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-left: 20px;
    outline: unset;
}

.wpmm-demo-wrap.wpmega-simple-mm-template{
background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    display: flex;
    -webkit-align-items: center;
    align-items: center;
border: 1px solid #ccc;
}
.wpmm-demo-wrap.wpmega-simple-mm-template{
margin-top: 15px;
}
.wpmm-demo-wrap.wpmega-simple-mm-template .wpmm-orientation-horizontal {
    margin-top: 0px;
}
.wpmm-demo-wrap.wpmega-simple-mm-template .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmega-simple-mm-template ul.wpmm-mega-wrapper{
border: none !important;
}
.wpmm-demo-wrap.wpmega-dark-orchid-mm-template{
background:#b085f4;
}
.wpmm-demo-wrap.wpmega-modern-mm-template{
        background: #efefef;
}
.wpmm-demo-wrap.wpmega-advanced-magazine-mm-template{
        background: #1d1e20;
}
.wpmm-demo-wrap.wpmega-box-sized-mm-template{
        background: #0c6f82;
}
.wpmm-demo-wrap.wpmega-unique-mm-template{
    background: #222;
}


.wpmm-available-skins.simple-mm-template .wpmm-demo-skin-color {
    background: #7266BA;
}

.wpmm-available-skins.dark-orchid-mm-template .wpmm-demo-skin-color{
    background: #B085F4;
}

.wpmm-available-skins.modern-mm-template .wpmm-demo-skin-color{
    background: #FF6C6C;
}

.wpmm-available-skins.highlighted-border-mm-template .wpmm-demo-skin-color{
    background: #FF6501;
}

.wpmm-available-skins.advanced-magazine-mm-template .wpmm-demo-skin-color{
    background: #000;
    border: 2px solid #59B3F1;
}

.wpmm-available-skins.sporty-mm-template .wpmm-demo-skin-color{
    background: #1DBC61;
}

.wpmm-available-skins.unique-mm-template .wpmm-demo-skin-color{
    background: #52B3EA;
}

.wpmm-available-skins.box-sized-mm-template .wpmm-demo-skin-color{
    background: #0C6F82;
}

.wpmm-available-skins.mini-mm-template .wpmm-demo-skin-color{
    background: #888;
}

.wpmm-available-skins.orangebar-mm-template .wpmm-demo-skin-color{
    background: #FF0700;
}

/* refinement css */

/*.wp1s-main-wrapper .bx-wrapper .bx-viewport, 
.wp1s-thumbnail-wrapper .bx-wrapper .bx-viewport {
    height: unset !important;
}*/

@media screen and (max-width: 830px) {
    .open_left_sidebar {
        min-width: unset;
        width: 80%;
    }
}

@media screen and (max-width: 560px) {
    .wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a {
        width: 100%;
    }
}
.wpmm-open-panel,
#tabs {
    display:none;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a:hover .template-title-wrapper,
.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a.active-tab-design .template-title-wrapper,
.wpmm-available-skins.active_skins .template-title-wrapper {
    position: relative;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a:hover .template-title-wrapper:before,
.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a.active-tab-design .template-title-wrapper:before,
.wpmm-available-skins.active_skins .template-title-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #20a280;
    top: 18px;
}

.wpmm-trigger-event-effects.wpmm-onhover-wrap:before {
    font-family: Linearicons-Free;
    content: "\e8a5";
}

.wpmm-trigger-event-effects.wpmm-onclick-wrap:before {
    font-family: Linearicons-Free;
    content: "\e8a6";
}

.wpmm-transition-effects.wpmm-fade-wrap:before {
    font-family: Linearicons-Free;
    content: "\e815";
}

.wpmm-transition-effects.wpmm-slide-wrap:before {
    font-family: Linearicons-Free;
    content: "\e876";
}

.wpmm-transition-effects.wpmm-slide-left-wrap:before {
    content: "\e875";
    font-family: Linearicons-Free;
}

.wpmm-transition-effects.wpmm-slide-down-wrap:before {
    font-family: Linearicons-Free;
    content: '\e874';
}

.wpmm-transition-effects.wpmm-slide-up-wrap:before {
    content: "\e873";
    font-family: Linearicons-Free;
}

.wpmm-transition-effects.wpmm-slide-up-fade-wrap:before {
    font-family: Linearicons-Free;
    content: "\e877";
}

.wpmm-transition-effects.wpmm-slide-down-fade-wrap:before {
    font-family: Linearicons-Free;
    content: "\e878";
}

.wpmm-transition-effects.wpmm-super-slidedown-wrap:before {
    font-family: Linearicons-Free;
    content: '\e884';
}

.wpmm-transition-effects.wpmm-zoom-wrap:before {
    font-family: Linearicons-Free;
    content: "\e88c";
}

.wpmm-transition-effects.wpmm-flip-wrap:before {
    font-family: Linearicons-Free;
    content: "\e862";
}

/* demo refinement css here */

.featurette.main-featured.first-section,
.featurette.main-featured.third-section {
    background: #eee;
}

.row.wpmm-second-wrappper {
    margin: 90px 0;
}

/* demo tabbed template colors */

.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a.dlayout-tab .wpmm-demo-skin-colors {
    background: #f00;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a.simpledesign-tab .wpmm-demo-skin-colors {
    background: #fb3624;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a.animatedborder-tab .wpmm-demo-skin-colors {
    background: #2196F3;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a.dcreative-tab .wpmm-demo-skin-colors {
    background: #F84666;
}

.wpmm-open-panel .ui-tabs .ui-tabs-panel .skins-lists a.moderndesign-tab .wpmm-demo-skin-colors {
    background: #21a6ce;
}

/* top slider version css */

.wp1s-animation-type-4 .wp1s-animate-capwrap .wp1s-layer3-wrap .wp1s-layer3-desc {
    display: none;
}

.buybutton a{
    background: #ff0050;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
}
.buybutton{
    float: right;
    max-width: 250px;
    margin-top: 25px;
    padding-left: 15px;
}
.buybutton a:hover {
    background: rgba(255, 0, 80, 0.6);
    color: #fff;
}

@media screen and (max-width: 450px) {
    .site-header .wpmm-container {
        text-align: center;
        padding: 10px 0 20px;
    }
    .site-header .wpmm-container .site-branding {
        float: none;
        display: inline-block;
        padding-left: 0;
    }

    .site-header .wpmm-container .buybutton {
        float: none;
        display: inline-block;
        padding-left: 0;
    }
}
/*
* New documentation design page
*/
@media (min-width: 1200px){
.col-4 {
    width: 316px;
}
.col-8 {
    width: 762px;
}

[class*=col-] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}
}
.wpmm-doc-wrapper .header-wrapper{
    text-align: center;
}
.knowledgebase-parentTab h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 11px 16px;
    background: #009ff1;
    color: #eee;
    margin: 0;
}
.page-innertab-docwrapper{
    margin-bottom: 30px;
}
.knowledgebase-parentTab ul.ul-parent-lists {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
    border-bottom: 0;
}
.knowledgebase-parentTab{
    float: left;
}
.knowledgebase-parentTab ul.ul-parent-lists li a {
    color: #23282d;
    padding: 10px 10px 11px 14px;
    display: block;
/*    border-bottom: 1px solid rgba(255,255,255,.1);
    -webkit-box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);
    -o-box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);*/
    box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);
}
.knowledgebase-parentTab ul.ul-parent-lists li {
    position: relative;
    cursor: pointer;
}
.knowledgebase-parentTab ul.ul-parent-lists li:hover>a {
    background:#f5f5f5;
}
.knowledgebase-parentTab ul.ul-parent-lists ul.resp-tabs-child-lists li>a {
    padding-left: 40px;
    color: #2d2d2d;
}
.resp-tabs-child-lists{
    margin:0;
    display: none;
} 
/*.resp-tabs-child-lists.sub-fadeout-child{
    display: block;
}*/
.tab-title.tab-title-active > a{
background: #e4e4e4;
}
.ul-parent-lists > li.tab-title.doc-has-child > a::after {
    content: '\f347';
    float: right;
    content: '\f347';
    display: inline-block;
    font-family: dashicons;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}
.tab-cnt{
    display: none;
}
.tab-cnt.tab-cnt-active{
    display: block;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0;
}
.breadcrumbs{
    padding: 15px 0;
}
.breadcrumbs li::after {
    content: "/";
    color: #999;
}
ol.wpmm-alldoc-list {
    margin-left: 18px;
    list-style: decimal;
}
ul.wpmm-alldoc-list {
    margin-left: 18px;
    list-style: initial;
}
.tab-cnt{
    line-height: 30px;
}
.tab-cnt h4,
.tab-cnt h3{
    margin-top: 24px;
}
.ul-parent-lists > li.tab-title.tab-title-active.doc-has-child > a.main-tab-title::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
        -webkit-transition: .5s;
           -moz-transition: .5s;
            -ms-transition: .5s;
             -o-transition: .5s;
                transition: .5s;
}

.breadcrumbs li:last-child::after {
    content: "";
}
.wpmm-img-preview{
    border: 1px solid #e2e2e2;
    background: #e2e2e2;
    margin-top: 8px;
    margin-bottom: 9px;
}
.wpmm-img-preview-small{
    border: 1px solid #e2e2e2;
    background: #e2e2e2;
    margin-top: 8px;
    margin-bottom: 9px;
}
.wpmm-img-preview-mini{
	width: 36%;
}
.wpmm-img-preview.wpmm-double-image img {
    margin: 3px;
}
.wpmm-img-preview.wpmm-double-image {
    width: 79.1%;
}
.wpmm-middlecontent-section .wpm-left-section{
	width: 65%;
    float: left;
}
.wpmm-middlecontent-section .wpmm-right-section{
    float: right;
    width: 35%;
    margin-top: -66px;
}
.col-md-6 {
    width: 46% !important;
}
/*
* New documentation design page
*/
@media (min-width: 1200px){
.col-4 {
    width: 316px;
}
.col-8 {
    width: 762px;
}

[class*=col-] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}
}
.wpmm-doc-wrapper .header-wrapper{
    text-align: center;
}
.knowledgebase-parentTab h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 11px 16px;
    background: #009ff1;
    color: #eee;
    margin: 0;
}
.page-innertab-docwrapper{
    margin-bottom: 30px;
}
.knowledgebase-parentTab ul.ul-parent-lists {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
    border-bottom: 0;
}
.knowledgebase-parentTab{
    float: left;
}
.knowledgebase-parentTab ul.ul-parent-lists li a {
    color: #23282d;
    padding: 10px 10px 11px 14px;
    display: block;
/*    border-bottom: 1px solid rgba(255,255,255,.1);
    -webkit-box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);
    -o-box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);*/
    box-shadow: inset 0 -1px 0px rgba(0,0,0,.1);
}
.knowledgebase-parentTab ul.ul-parent-lists li {
    position: relative;
    cursor: pointer;
}
.knowledgebase-parentTab ul.ul-parent-lists li:hover>a {
    background:#f5f5f5;
}
.knowledgebase-parentTab ul.ul-parent-lists ul.resp-tabs-child-lists li>a {
    padding-left: 40px;
    color: #2d2d2d;
}
.resp-tabs-child-lists{
    margin:0;
    display: none;
} 
/*.resp-tabs-child-lists.sub-fadeout-child{
    display: block;
}*/
.tab-title.tab-title-active > a{
background: #e4e4e4;
}
.ul-parent-lists > li.tab-title.doc-has-child > a::after {
    content: '\f347';
    float: right;
    content: '\f347';
    display: inline-block;
    font-family: dashicons;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}
.tab-cnt{
    display: none;
}
.tab-cnt.tab-cnt-active{
    display: block;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0;
}
.breadcrumbs{
    padding: 15px 0;
}
.breadcrumbs li::after {
    content: "/";
    color: #999;
}
ol.wpmm-alldoc-list {
    margin-left: 18px;
    list-style: decimal;
}
ul.wpmm-alldoc-list {
    margin-left: 18px;
    list-style: initial;
}
.tab-cnt{
    line-height: 30px;
}
.tab-cnt h4,
.tab-cnt h3{
    margin-top: 24px;
}
.ul-parent-lists > li.tab-title.tab-title-active.doc-has-child > a.main-tab-title::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
        -webkit-transition: .5s;
           -moz-transition: .5s;
            -ms-transition: .5s;
             -o-transition: .5s;
                transition: .5s;
}

.breadcrumbs li:last-child::after {
    content: "";
}
.wpmm-img-preview{
    border: 1px solid #e2e2e2;
    background: #e2e2e2;
    margin-top: 8px;
    margin-bottom: 9px;
}
.wpmm-img-preview-small{
    border: 1px solid #e2e2e2;
    background: #e2e2e2;
    margin-top: 8px;
    margin-bottom: 9px;
}
.wpmm-img-preview-mini{
	width: 36%;
}
.wpmm-img-preview.wpmm-double-image img {
    margin: 3px;
}
.wpmm-img-preview.wpmm-double-image {
    width: 79.1%;
}
.wpmm-middlecontent-section .wpm-left-section{
	width: 65%;
    float: left;
}
.wpmm-middlecontent-section .wpmm-right-section{
    float: right;
    width: 35%;
    margin-top: -66px;
}

/* documnetation modification here */

.knowledgebase-parentTab ul.ul-parent-lists {
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.knowledgebase-parentTab ul.ul-parent-lists li a {
    padding: 3px 10px 4px 14px;
    box-shadow: none;
}

.knowledgebase-parentTab {
    position: sticky;
    top: 20px;
    margin: 0;
}

.wpmm-doc-wrapper .header-wrapper {
    text-align: left;
}

.breadcrumbs a {
    color: #009FF1;
}

.tab-title.tab-title-active > a {
    background: unset;
}

.knowledgebase-parentTab ul.ul-parent-lists li.tab-title.tab-title-active > a {
    color: #009FF1;
}

.tab-cnt h3 {
    border-bottom: 1px solid #009ff1;
    padding-bottom: 10px;
    color: #000;
}

.tab-cnt h3:first-child {
    margin-top: 10px;
}

.breadcrumbs li {
    font-size: 16px;
    cursor: pointer;
}

.ap-header-main-wrapper {
    background-color: #f9f9f9;
    padding: 50px 0;
    text-align: center;
    border: 1px solid #e9e9e9;
}
.ap-header-main-wrapper h2 {
    margin: 0;
    line-height: 40px;
    font-size: 30px;
}
.wpmm-img-preview,
video {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wpmm-img-preview {
    background: unset;
    border: unset;
}

.knowledgebase-parentTab {
    float: left;
    width: 300px;
}

.resp-tabs-content-wrapper {
    float: left;
    width: calc(100% - 330px);
    margin-left: 30px;
}

.wpmm-doc-wrapper .page-innertab-docwrapper {
    margin-left: -15px;
    margin-right: -15px;
}

ul.breadcrumbslist {
    margin: 10px 0;
}

.tab-cnt .question-answer-wrap {
    margin-bottom: 15px;
}
.tab-cnt .question-answer-wrap .question{
    background-color: #009ff1;
    color: #fff;
    padding: 9px 25px 9px 15px;
    position: relative;
}
.tab-cnt .question-answer-wrap .question::before{
    content: '\f347';
    font-family: dashicons;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #FFF;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}

.tab-cnt .question-answer-wrap.wpmm-toggle-active-open .question::before{
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
         -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.tab-cnt .question-answer-wrap .answer {
    max-height: 0;
    overflow: hidden;
}

.tab-cnt .question-answer-wrap.wpmm-toggle-active-open .answer {
    max-height: 100%;
    padding: 15px;
    background: #f5f5f5;
    line-height: 1.8;
}

.menu-toggle-icon {
    background-color: #009ff1;
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    right: -41px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.documentation-icon::before{
    content: "\f105";
    font-family: dashicons;
    color: #fff;
    font-size: 24px;
    font-style: normal;
}

@media screen and (max-width: 680px) {
    .knowledgebase-parentTab {
        position: fixed;
        left: -300px;
        -webkit-transition: .5s;
           -moz-transition: .5s;
            -ms-transition: .5s;
             -o-transition: .5s;
                transition: .5s;
        z-index: 1;
    }
    .knowledgebase-parentTab.wpmm-toggle-menu-open{
        left: 0;
    }
    .resp-tabs-content-wrapper {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .wpmm-doc-wrapper .page-innertab-docwrapper{
        margin: 0;
    }
    ul.breadcrumbslist {
        margin: 10px 15px;
    }
    .tab-cnt h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .wpmm-img-preview.wpmm-double-image {
        width: 100%;
    }
    .ap-header-main-wrapper {
        padding: 30px 0;
    }
    .ap-header-main-wrapper h2 {
        line-height: 26px;
        font-size: 18px;
    }
    .menu-toggle-icon {
        opacity: 1;
        visibility: visible;
    }
}

.tab-cnt h4 {
    position: relative;
    padding-left: 10px;
}

.tab-cnt h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #009FF1;
}