/*
Theme Name: Flexi
Theme URI: http://flexithemes.com
Author: FlexiThemes
Author URI: http://flexithemes.com
Description: A theme for FlexiThemes.com homepage
Version: 1.0
*/

/** GLOBAL
*****************************/

/* Common */

@import url(//fonts.googleapis.com/css?family=Work+Sans:400,500,600,700|Source+Sans+Pro);

body {
    background: #fafafa;
    color: #222;
    font-family: 'Work Sans', Sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 500;
}

a {
    color: #155780;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #FFBC0B;
    text-decoration: none;
    outline: none;
}

::placeholder {
    color: #ccc;
    font-weight: 300;
    text-shadow: none;
    font-family: 'Work Sans',sans-serif;
}

.button-pri {
    text-decoration: none;
    padding: 8px 30px;
    background: #656565;
    border-radius: 3px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px !important;
    transition: all ease-in-out 0.3s;
    color: #fff;
    font-style: normal;
    font-weight: bold !important;
    text-shadow: none;
    border: 0;
}

.button-pri:hover, .button-pri:active, .button-pri:focus {
    background: #FFBC0B;
    color: #fff;
}

.button-pri-small {
    text-decoration: none;
    padding: 4px 30px;
    background: #656565;
    border-radius: 3px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px !important;
    transition: all ease-in-out 0.3s;
    color: #fff;
    font-style: normal;
    font-weight: bold !important;
    text-shadow: none;
    border: 0;
}

.button-pri-small:hover, .button-pri-small:active, .button-pri-small:focus  {
    background: #FFBC0B;
    color: #fff;
}

.button-sec {
    text-decoration: none;
    padding: 8px 30px;
    background: #FFBC0B;
    border-radius: 3px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px !important;
    transition: all ease-in-out 0.3s;
    color: #fff;
    font-style: normal;
    font-weight: bold !important;
    text-shadow: none;
    border: 0;
}

.button-sec:hover, .button-sec:active, .button-sec:focus {
    background: #FFBC0B;
    color: #fff;
}


.button-sec-small {
    text-decoration: none;
    padding: 4px 30px;
    background: #FFBC0B;
    border-radius: 3px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px !important;
    transition: all ease-in-out 0.3s;
    color: #fff;
    font-style: normal;
    font-weight: bold !important;
    text-shadow: none;
    border: 0;
}

.button-sec-small:hover, .button-sec-small:active, .button-sec-small:focus {
    background: #FFBC0B;
    color: #fff;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/* wp-caption */

.wp-caption {
	margin-bottom: 24px;
}

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

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

/* Tables */

table { 
    margin-bottom: 20px;
    width:100%;
}

th { 
    font-weight: bold; 
}

thead th { 
    background: #f8f8f8; 
}

th, td, caption { 
    padding: 4px 10px 4px 5px; 
}

tr.even td { 
    background: #f8f8f8; 
}

tfoot { 
    font-style: italic;
}

caption { 
    background: #eee; 
}

/* Responsive Images  */

.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
    max-height: 100%;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%;
}


/* Responsive Form Elements  */
button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

/* Miscellaneous WP Required Classes  */

.sticky .meta-date {
    display: none;
}

.gallery-caption {
    background-color: #f8f8f8;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

blockquote.alignleft,
img.alignleft {
    margin: 10px 20px 10px 0;
}

blockquote.alignright,
img.alignright {
    margin: 10px 0 10px 20px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 10px;
    margin-bottom: 10px;
}

/** HEADER
*****************************/

/* Header Default */

#header-wrap {
    background: url(includes/images/header-wrap-bg.jpg);
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    border-bottom: none;
    padding: 0 0 30px 0;
}

.home #header-wrap {
    padding: 0 0 150px 0;
}

#header {
    padding: 60px 0 30px;
    margin: 0;
}

.home #header {
    padding: 60px 0 110px;
}

#header-container{
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

.logo {
    float: left;
    margin: 0 0 20px;
    max-width: 200px;
}

.logo img {
    width: 100%;
    height: auto;
}

.header-title {
    color: #34373C;
    margin: 0;
    padding: 24px 0;
    font-weight: 700;
    font-size: 40px;
    font-family: 'Work Sans', Sans-serif;
    text-align: center;
}

.welcome {
    height: auto;
    margin: 0 auto;
    max-width:  880px;
    text-align: center;
}

.welcome h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #34373C;
    text-align: center;
    font-size: 60px;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 80px;
}

.welcome p {
    font-family: 'Work Sans', sans-serif;
    margin: 0;
    padding:0;
    color: #34373C;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

.act-btn {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    padding: 16px 40px;
    border: 0;
    font-family: 'Work Sans',sans-serif;
    text-transform:  uppercase;
    color: #fff;
    background: #FFBC0B;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all ease-in-out 0.3s;
}

.entry-content .act-btn {
    margin-top: 0;
}

.act-btn:hover,
.act-button:focus {
    background: #e2a709;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
}

/* Breadcrumbs */

.breadcrumbs {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 30px;
    box-shadow: 0 0 4px rgba(25,25,25,0.1);
}

.breadcrumbs a {
    color: #555;
    text-decoration: none;
    font-size: 13px;
}

.breadcrumbs a:hover {
    color: #333;
}

.breadcrumbs i {
    padding: 0 8px;
    color: #999;
}

.breadcrumbs {
    font-size: 13px;
    color: #999;
}

/* Subheader */

.sub-header {
    background: #fff;
    margin-bottom: 30px;
    padding: 15px 0;
    box-shadow: 0 0 4px rgba(25,25,25,0.1);
}

.sub-header-title {
    color: #555;
    float:  left;
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Work Sans', Sans-serif;
}


.sub-header-title a {
    font-size: 16px;
    text-decoration: none;
    color: #777;
    transition: all ease-in-out 0.3s;
    padding-left: 15px;
}

.sub-header-title a:hover {
    color: #FFBC0B;
}
.sub-header-description {}

/* Discounts */

.discounts {
    background: #ffe360;
    border: 1px solid #b89800;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-family: 'Work Sans', Sans-serif;
    font-weight: normal;
}

/** NAVIGATION MENUS
*****************************/

/* Nav Menu Common Styles */

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
	padding: 0 18px;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu a {
	display: block;
	position: relative;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu top */

.nav-menu-top-container {
    float: right;
}

.nav-menu-top a {
	padding: 13px 5px;
	text-decoration: none;
	color: #34373C;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform:  uppercase;
	font-size: 15px;
	transition: all ease-in-out 0.3s;
}

.nav-menu-top .act-btn a {
    font-weight: 900;
}

.nav-menu-top a:hover, .nav-menu-top li:hover > a, .nav-menu-top .current-menu-item a {
	color: #34373C;
}

.nav-menu-top a:after{
    content: "";
    position: absolute;
    display: block;
    top: 45px;
    left: 50%;
    height: 3px;
    width: 0;
    background: #FFBC0B;
    transition: all ease 0.3s;
}

.nav-menu-top a:hover::after, .nav-menu-top li:hover > a:after, .nav-menu-top .current-menu-item a:after{
    left: 0;
    width: 100%;
}

.nav-menu-top .act-btn{
    margin: 2px 0 2px 18px;
}

.nav-menu-top .act-btn a{
    color: #fff;
    padding: 14px 5px;
    margin: 0;
}

.nav-menu-top .act-btn a:hover{
    color: #fff;
}

.nav-menu-top .act-btn a:after{
    display: none;
}


/** Themes Nav
*****************************/

#themes-nav {
	padding: 0;
	float: right;
	background: none;
}

#themes-nav ul {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
    z-index: 99;
}

#themes-nav ul a {
	display:block;
	color:#555;
	text-decoration:none;
	font-weight:700;
	font-size: 13px;
	line-height:2px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	transition: all ease-in-out 0.3s;
}

.breadcrumbs #themes-nav ul a.arrow-down {
    padding: 10px 15px 10px 0;
}

.extra-top-padding-for-breadcrumbs i, .extra-top-padding-for-breadcrumbs a {
    padding-top: 10px;
}

#themes-nav ul a.arrow-down {
    padding: 10px 30px 10px 0;
}

#themes-nav .arrow-down i {
    color: #555;
    font-size: 14px;
    padding-left: 8px;
}

#themes-nav .arrow-right i {
    color: #555;
    font-size: 14px;
    padding-left: 8px;
    text-align: right;
    float: right;
}

#themes-nav ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#themes-nav ul li:hover a.arrow-down, #themes-nav ul a.arrow-down:hover, #themes-nav ul li:hover .arrow-down i {
	color: #FFBC0B;
}

#themes-nav ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
    background: #fff;
    box-shadow: 0 3px 4px rgba(25,25,25,.1);
}

#themes-nav ul ul li {
	float:none;
	width:170px;
}
#themes-nav ul ul li.wide-nav-menu {
    width: 250px;
}

#themes-nav ul ul a {
	line-height:120%;
	padding:15px 25px 15px 15px;
    color:#555;
    transform: translateX(0);
    transition: all ease 0.3s;
}

#themes-nav ul ul ul {
	top:0;
	left:100%;
}

#themes-nav ul li:hover > ul {
	display:block;
}

#themes-nav .sub-menu a:hover, #themes-nav .sub-menu li:hover > a {
    color: #fff;
    background:  #FFBC0B;
}

#themes-nav .sub-menu li:hover .arrow-right i{
    color: #fff;
}

#themes-nav .sub-menu:hover ul{
    margin-top: -1px;
}

.themes-nav-home {
    float: right;
    padding-top: 0;
}

.themes-nav-home #themes-nav > ul > li > a {
    padding-bottom: 10px;
}

.themes-nav-home #themes-nav {
    margin-right: -25px;
}
/** WP-PAGENAVI
*****************************/

.wp-pagenavi {
    padding: 10px 0 !important;
    display: block !important;
    clear:both !important;
   
}

.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	color:#333333 !important;
	text-shadow:0px 1px #F6F6F6 !important;
	padding:7px 10px !important;
	border: none;
	-moz-box-shadow:0px 1px #EFEFEF !important;
	-webkit-box-shadow:0px 1px #EFEFEF !important;
	background:none !important;
	font-size:14px !important;
	margin-right:3px !important;
	text-decoration:none !important;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none !important
}	
.wp-pagenavi a:hover {
	color:#333333 !important;
	text-shadow: none !important;
	border:solid 1px #B6B6B6 !important;
	background:#E6E6E6 !important;
	box-shadow:0px 1px #E7E7E7 !important;
	-moz-box-shadow:0px 1px #E7E7E7 !important;
	-webkit-box-shadow:0px 1px #E7E7E7 !important;
    -moz-border-radius: 3px !important;
    -khtml-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    padding:6px 9px!important;
}
 .wp-pagenavi span.current{
    color:#333333 !important;
	padding:6px 9px 6px 9px !important;
    border:solid 1px #B6B6B6 !important;
	background:#E6E6E6 !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	margin-right:3px !important;
	text-shadow: none !important;
	background:#E6E6E6 !important;
    -moz-border-radius: 3px !important;
    -khtml-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    font-size:14px !important;
    font-weight: normal !important;
}

/** CONTENT
*****************************/

#main {
    margin-top: 20px;
}

#main-container {}

.home .content > .row,
.page-template-themes .content > .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} 

.post, .post-single {
    background: #fff;
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    line-height: 24px;
    font-size: 15px;
}

.post p {
    margin-bottom: 20px;
}

.entry-title {
    position: relative;
    color: #333;
    margin: 30px 0 40px 0!important;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 28px;
    line-height: 28px;
}

.entry-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
    top: 40px;
    background: #419a91;
    display: block;
}

.title-headings {
    color: #333;
    margin: 0;
    padding: 10px 0 15px 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: underline;
}


.entry-content {

}

.entry-meta {
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

/* START COMPARISON TABLE STYLES */

.tabs-pricing {
    height: 40px;
    padding: 0 0 0 15px; 
    margin-top: 20px;
}

.tabs-pricing ul {
    list-style: none; 
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

.tabs-pricing li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 10px; 
    padding: 0; 
    float: left;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 16px;
    background: #fff;
    color: #555;
    border-left: 2px solid #e0e0e0;
    border-top: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    padding: 12px 16px;
}

.comparetable-container {
    background: #fff;
    padding: 15px;
    border: 2px solid #e0e0e0;
}

#comparetable {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
}

#comparetable tr {
    background: transparent!important;
}

#comparetable td,
#comparetable th {
    padding: 10px;
    text-align: center;
}

#comparetable td.rowTitle {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

#comparetable th {
    font-size: 20px;
    font-weight: normal;
    padding: 20px 0;
    background-color: #eee;
    background: linear-gradient(to bottom, #FFF 0%, #EEE 100%) repeat scroll 0% 0% transparent;
    border-bottom: 1px solid #DDD;
    font-family: "Work Sans",sans-serif;
    color: #555;
    border: 1px solid #ddd;
}

#comparetable th .button-pri {
    padding: 7px 15px;
}

#comparetable td {
    background-color: #fff;
    border: 1px solid #ddd;
}

#comparetable h4 span {
	display: block;
	font-size: 12px;
    line-height: 16px;
    font-weight: normal;
	color: #777;
    font-style: italic;
    padding: 10px 0;
}

.blank {
    background: none!important;
    border: none!important;
}

#comparetable .fa-check {
    color: green;
    padding-right: 5px;
}

#comparetable .fa-times {
    color: red;
    padding-right: 5px;
}


/* Downloading */

.downloading {
    background: #fff; 
	border: 1px dotted green;
	padding: 6px 0 16px 0;
	text-align: center; 
    margin: 0 0 15px 0;
    font-size: 14px;
    border-radius: 4px;
    font-family: 'Work Sans', Helvetica, Sans-serif;
}

.downloading a {
    font-weight: bold;
}

.downloading img {
    margin: 10px 0;
}


/* Checkmarks */
.checkmarks {
    list-style: none;
    list-style-type: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-family: Arial, Helvetica, Sans-serif;
}

.checkmarks li {
    padding: 0 0 10px 0;
    margin: 0;   
    line-height: 20px;
    font-size: 15px;
}

.checkmarks i {
    color: #FFBC0B;
}

/* Popular Themes */

.popular-themes {
    margin: 0 0 15px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.popular-themes-sub {
    margin-top: 30px;
}

.popular-themes h1 {
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    font-size: 14px;
    font-family: 'Work Sans',sans-serif;
    color: #34373c;
}


.popular-themes h1 a {
    color: #555;
    text-decoration: none;
    font-weight: normal;
    font-weight: bold;
    font-size: 15px;
}

.popular-themes h1:before {
    content: "\f114";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #34373c;
    text-decoration: none !important;
    font-size: 14px;
    padding-right: 6px;
}

.popular-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    height: 60px;
    overflow: hidden;
}

.popular-themes .popular-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.popular-item img {
    float: left; 
    padding: 0 10px 10px 0;
    height: 60px;
}

.popular-item h4 {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Work Sans', sans-serif;
    color:  #666;
    padding: 0;
    margin: 0 0 4px 0;
}

.popular-item h4 a {
    font-weight: 600;
    color: #34373c;
    text-decoration: none;
}

.popular-item h2 a:hover {
    text-decoration: underline;
}
.popular-item h2 span {
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    font-style: italic;
    color: blue;
}


.popular-meta .popular-demo {
    color: #616161;
    text-decoration: none;
    margin-right: 10px;
    font-size: 12px;
    transition: all ease-in-out 0.3s;
} 

.popular-meta .popular-demo:before {
    content: "\f06e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ddd;
    font-size: 12px;
    padding-right: 5px;
    transition: all ease-in-out 0.3s;
}

.popular-meta .popular-demo:hover , .popular-meta .popular-demo:hover:before {
    color: #FFBC0B;
}


.popular-meta .popular-details {
    color: #616161;
    text-decoration: none;
    font-size: 12px;
    transition: all ease-in-out 0.3s;
} 

.popular-meta .popular-details:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ddd;
    font-size: 12px;
    padding-right: 5px;
    transition: all ease-in-out 0.3s;
}

.popular-meta .popular-details:hover , .popular-meta .popular-details:hover:before {
    color: #FFBC0B;
}

.contact-form textarea, .contact-form input {
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
}

.contact-form textarea {
    width: 100%;
}

.contact-form-submit {
    text-align: center;
}

.contact-form input[type='submit'] {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 40px;
    background: #656565;
    color: #fff;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.contact-form input[type='submit']:hover {
    background: #FFBC0B;
}



/* Members Area */

.members {
    
}

.login-form input[type='text'], .login-form input[type='password']  {
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
    width: 50%;
}

.members-logout {
    float: right;
    padding-top: 10px;
}

.members-logout a {
    text-decoration: none;
}

.members-content {
    background: #fff;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 15px 20px 10px 20px;
    border-radius: 0 4px 4px;
    line-height: 24px;
    font-size: 15px;
}

.members-tabs-container {
    padding: 0;
    height: 40px;
}

.members-tabs {
    border: 1px solid #e0e0e0;
    background: #E4E4E4;
    color: #555;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    margin: 0;
    height: 41px;
    font-family: 'Work Sans', sans-serif;
    border-radius: 4px 4px 0 0;
    font-weight: normal;
}

.members-tabs-current, .members-tabs:hover, .members-tabs:focus, .members-tabs:active {
    background: #fff;
    color: #333 !important;
    border-bottom-color: #fff;
}

.members-tabs i {
    padding: 5px 8px 0 0;
    font-size: 18px;
}

.ap-tabs-current i {
    color: #0074a2;
}
 /* My Themes */
 
.members-heading {
    margin: 0 0 15px 0;
    font-size: 18px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.members-heading span {
    font-style: italic;
    color: #666;
    font-size: 13px;
}

.members-subheading {
    margin: 0 0 15px 0;
    font-size: 14px;
    padding: 0 0 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: #555;
}

.mythemes {
    padding: 5px 0 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    height: 100px;
}
.mythemes .mythemes-screenshot {
    width: 120px;
    float: left;
    padding-right: 15px;
}

.mythemes p {
    margin-left: 180px;
    padding: 0;
    margin: 0;    
}

.mythemes h5 {
    padding: 0 0 15px 0;
    margin: 0;
}

.mythemes h5 a.themedetails {
    text-decoration: none;
    font-weight: bold;
    color: #464646;
    font-size: 16px;
}

.mythemes h5 a.themedetails:hover {

}

.mythemes span {
    font-size: 11px !important;
}

.mythemes .screenshot {
    padding:  0 10px 0 0;
}


.buy-content {
    font-size: 15px;
    line-height: 24px;
    padding: 20px 20px 10px 20px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.buy-content  label {
    font-weight: normal;    
}

/* Buy Tabs */

.tabs-buy-contaianer {
    height: 40px;
    padding: 0 0 0 15px; 
}

    
.tabs-buy {
    list-style: none; 
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

.tabs-buy li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 10px; 
    padding: 0; 
    float: left;
}

.tabs-buy li:first-child {
    margin: 0;
}

.tabs-buy li a {
    color: #333;
    padding: 14px 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
}


 .tabs-buy li a.tabs-buy-current {
    background: #fff;
    color: #333;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 12px 16px;
    border-radius: 4px;
}


/* Account Tabs */

.account-buy {
    border-top: 1px solid #c4c4c4;
}

.tabs-account-contaianer {
    height: 40px;
    padding: 0 0 0 15px;
}

    
.tabs-account {
    list-style: none; 
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

.tabs-account li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 10px; 
    padding: 0; 
    float: left;
}

.tabs-account li:first-child {
    margin: 0;
}

.tabs-account li a {
    color: #333;
    padding: 12px 18px;
    font-family: 'Cuprum', sans-serif;
    font-weight: normal;
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
}

.tabs-account li a:hover{
    text-decoration: underline;
}
 .tabs-account li a.tabs-account-current {
    background: #fafafa;
    color: #333;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 11px 16px;
    text-decoration: none;
}

/* Form Box */

.form-box-row {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.form-box-label {
    width: 200px;    
    font-weight: normal;
    font-size: 16px;
    padding: 10px 10px 10px 0;
    background: #fff;
    text-align: right;
    color: #555;
    font-family: 'Work Sans', sans-serif;
}

.form-box-label-inline {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
}

.form-box-label-hidden {
    border-right: 0;
    background: none;
}

.form-box-input {
    margin-left: 210px;    
    padding: 5px 0 5px 15px;
    border-left: 1px solid #b9b9b9;
}

.form-box-input {
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
        
}

.form-box input[type=text], .form-box input[type=password], .form-box select {
    padding: 8px 10px;
    width: 60%;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 4px;
}

.form-box textarea {
    width: 96%;
    padding: 6px 8px;
    height: 160px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 4px;
}

.form-box-required {
    color: red;
}


/* Theme Box */

.themes-more {
    text-align: left;
    margin: 0 0 30px 0;
}

.themes-more a {
    font-size: 16px;
    text-decoration: none;
    color: #777;
    transition: all ease-in-out 0.3s;
}

.themes-more a:hover {
    color: #FFBC0B;
}

.theme-box {
    background: #fff;
    border: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%;
    height: 94%;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all ease-in-out 0.3s;
}

.theme-box:hover {
    border: none;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2)
}

.theme-shot {
    height: auto;
    overflow: hidden;
}

.theme-shot img {
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.theme-box:hover .theme-shot img {
    transform: scale(1.1);
}

.theme-box h4 {
    text-align: left;    
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}

.theme-box h4 a {
    color: #5f5f5f;
    text-decoration: none;
}

.theme-box h4 a:hover, .theme-box-big h4 a:hover{
    text-decoration: underline;
}

.theme-box h4 span {
    font-style: italic;
    font-size: 12px;
    color: blue;
    font-weight: normal;
    font-family: Arial, Verdana, sans-serif;    
}

.theme-box h5 {
    text-align: left;    
    padding: 0;
    margin: 8px 0 10px 0;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
}

.theme-box h5 a {
    color: #9e9e9e;
    text-decoration: none;
    font-style: italic;
}

.theme-box h5 a:hover, .theme-box-big h4 a:hover{
    color: #666;
}

.theme-box h5 a:before {
    content: "\f114";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ddd;
    font-size: 14px;
    padding-right: 5px;
    transition: all ease-in-out 0.3s;
}

.theme-box h5 a:hover, .theme-box h5:hover a:before {
    color: #666;
}

.theme-meta {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    padding: 15px 15px 0px;
    
}

.theme-demo {
    margin-top: 8px;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Work Sans', sans-serif;
}

.theme-demo a {
    color: #616161;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
} 

.theme-demo a:before {
    content: "\f06e";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ddd;
    font-size: 13px;
    padding-right: 5px;
    transition: all ease-in-out 0.3s;
}

.theme-demo:hover a, .theme-demo:hover a:before {
    color: #FFBC0B;
}

.theme-details {
    margin-top: 5px;
    font-size: 13px;
    font-family: 'Work Sans', sans-serif;
}
.theme-details a {
    color: #616161;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
} 

.theme-details a:before {
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ddd;
    font-size: 13px;
    padding-right: 5px;
    transition: all ease-in-out 0.3s;
}

.theme-details:hover a, .theme-details:hover a:before {
    color: #FFBC0B;
}

/* Theme Single */


.theme-single {
    margin: 0 0 30px 0;
    background: #fff;
    overflow: hidden;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.theme-single-screen {
    border-bottom: 14px #fff;
    height: auto;
    overflow: hidden;
}

.theme-single-screen img {
    width: 100%;
}

.theme-single-meta {
    background: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.theme-single a {
    color: #333;
}

.theme-single .demo,  .theme-single .download {
    text-decoration: none;
    padding: 6px 20px;
    background: #656565;
    border-radius: 3px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    transition: all ease-in-out 0.3s;
    color: #fff;
}

.theme-single .demo:before {
    content: "\f06e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    padding-right: 8px;
}

.theme-single .download:before {
    content: "\f019";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    padding-right: 8px;
}

.theme-single a:hover {
    color: #FFBC0B;
}

.theme-single .download:hover, .theme-single .demo:hover {
    background: #FFBC0B;
    color: #fff;
}



/* Features List */

.features-list {
    margin: 0 0 25px 0;
}

.features-list h3 {
    padding: 0 0 0 63px;
    margin: 0 0 6px 0;
    font-size: 20px;
    color: #333;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
}

.features-list p {
    padding-left: 63px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.features-list .icon {
    font-size: 48px;
    padding-right: 15px;
    float: left;
    width: 48px;
    color: #999;
}

/* Single Pricing */

.tabs-purchase-contaianer {
    height: 50px;
    padding: 0; 
    margin: 0;
}
    
.tabs-purchase {
    list-style: none; 
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

.tabs-purchase li {
    list-style: none; 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    float: left;
    width: 33%;
}

.tabs-purchase li:first-child {
    margin: 0;
}

.tabs-purchase li a {
    color: #555;
    padding: 12px 0 23px 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
}

.tabs-purchase li a:hover{
    text-decoration: underline;
}

.tabs-purchase li a.tabs-purchase-current {
    background: #fff;
    color: #555;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs-purchase li span {
    margin-top: -20px;
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #666;
    text-align: center;
}

.purchase-container {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 15px;
}


.purchase-container-price {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 60px;
    text-align: center;
    color: #4e4e4e;
    margin-bottom: 30px;
    line-height: 1;
}

.purchase-container-price .purchase-container-desc {
    font-family: 'Work Sans', sans-serif;
    color: #6e6e6e;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    display: block;
    padding-top: 6px;
    font-style: italic;
}

.purchase-container-price .purchase-container-currency {
    font-family: 'Work Sans', sans-serif;
    color: #6e6e6e;
    font-weight: 300;
    font-size: 32px;
    padding: 0 6px 15px 0;
    vertical-align: top;
}

.purchase-container h3 {
    font-family: 'Work Sans', sans-serif;
    color: #a3a3a3;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 8px 0;
    margin: 0 0 18px 0;
}

.purchase-container ul {
    list-style: none; 
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

.purchase-container ul li {
    list-style: none; 
    list-style-type: none; 
    margin: 0; 
    padding: 0 0 12px 0; 
    float: left;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

.purchase-container ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00a651;
    font-size: 14px;
    padding-right: 8px;
}

.purchase-container-buy {
    text-align: center;
}

.purchase-container-buy i {
    padding-right: 6px;    
}

.purchase-container-buy a {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding: 10px 0;
    border: 0;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    background: #FFBC0B;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all ease-in-out 0.3s;
}

.purchase-container-buy a:hover {
    background: #e2a709;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
}

.purchase-container-info {
    font-style: italic;
    color: #666;
    padding-top: 8px;
    font-size: 13px;
}

.theme-info table {
    margin-bottom: 0;
}

.theme-info td {
    width: 50%;
    padding: 8px 0;
}

.theme-info table a {
    color: #a70304;
    text-decoration: none;
}

.theme-info table a:hover, .theme-info table a:focus {
    color: #e80101;
    text-decoration: underline;
}

.theme-info span {
    font-weight: bold;
    color: #666;
}

.theme-info span:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ccc;
    font-size: 14px;
    padding-right: 8px;
}

/* Users Guide */

.users-guide {
    text-align: center;
    background: #fff;
    padding: 50px 30px;
    margin: 30px 0;
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}

.users-guide-inner {
    max-width: 700px;
    margin: 0 auto;
}

.guide-item,
.users-guide-intro {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.users-guide-intro h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 50px;
}

.users-guide-intro h3 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

.guide-item:last-child {
    margin: 0;
    border-bottom: none;
}

.guide-item .number {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    margin: 0 auto 15px;
    font-weight: 700;
    border: 5px solid #eee;
    border-radius: 50%;
    color: #eee;
}

.guide-item h3 {
    font-size: 26px;
    margin: 0 0 50px;
    font-weight: 700;
}

.guide-item img.icon {
    margin: 0 auto 50px;
    max-width: 200px;
}


/** SIDEBAR
*****************************/

.sidebar {
    padding: 0 30px;
}

/* Widget Area */

.widget-area {
}

.widget-container {
    background: #fff;
    overflow: hidden;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.widget-area .widget-title {
    position: relative;
    color: #34373c;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Work Sans',sans-serif;
    background: none;
    border: none;
    margin: 0 0 20px;
}

/* Search */
.searchform {
    text-align: left;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 4px;
}

.searchform .s {
    background: #fff;
    color: #666;
    border: none;
    width: 100%;
    padding: 6px;
    outline: none;
    margin: 0;
}

.searchform .sfield {
    background: #fff;
    width: 90%;
    float: left;
    margin: 0;
    outline: none;
}

.searchform .sbutton{
    float: right;
    width: 10%;
    height: 32px;
    border: 0;
    margin-left: -2px;
    cursor: pointer;
    outline: none;
    color: #ccc;
}

.searchform .sbutton:hover{
    background: none;
}

/* Advanced Search */
.advanced-search h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0  10px 0;
    padding: 0;
    color: #555;
}


.advanced-search .left-column {
    float: left;
    width:  50%;
    
}

.advanced-search .right-column {
    float: right;
    width:  50%;
    
}

.advanced-search label {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.advanced-search input[type='checkbox'] {
    margin: 0 0 10px 0;
    padding: 0 0 2px 0;
}

.advanced-search input[type='submit'] {
    width: 99%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 16px 40px;
    border: 0;
    font-family: 'Work Sans',sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #0d9a91;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all ease-in-out 0.3s;
}

.advanced-search input[type='submit']:hover,
.advanced-search input[type='submit']:focus {
    background: #07534f;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
}

.advanced-search select {
    width: 98%;
    padding: 5px 1%;
    height: 36px;
}

/** FOOTER
*****************************/

/* Footer Default */

#footer {
    padding: 0 0 0 0;
    background: #232322;
    position:  relative;
    border-top: none;
    margin-top: 260px;
    padding-bottom: 25px;
}

#footer:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 180px;
    top: -180px;
    left: 0;
    background: url(includes/images/footer-border.png);
    background-size:  cover;
    background-position: center top;
    z-index:  -1;
}

.footer-info {
    background: none;
    color: #fff;
    text-align: center;
    padding: 60px 0 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.6);
}

.footer-info .logo {
    float: none;
    margin: 0 auto 30px;
}

.action-box {
    background: #fff;
    margin-top: -200px;
    text-align:  center;
    padding: 80px 60px;
    box-shadow:  0 4px 30px rgba(0,0,0,0.06);
}

.action-box h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    line-height: 32px;
}

.action-box h3 {
    line-height: 1.5;
}

.action-box .act-btn {
    margin-top: 20px;
}

.copyrights {
    color: #fff;
    font-weight: 500;
}

.copyrights a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
} 

.copyrights a:hover {
    color: #565b63;
    text-decoration:  underline;
} 

.credits {
    color: #fff;
    font-size: 12px;
    font-weight:  500;
    padding: 15px 0;
}

.credits a {
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
} 

.credits a:hover {
    text-decoration: underline;
    color: #565b63;
} 

#footer span {
    color: #fff;
    padding: 0 5px;
}

/* Footer Social Profiles */

.footer-social-profiles {
    padding: 15px 0 0 0;
    text-align: center;
}

.footer-social-profiles a {
    color: #fff;
    background: #34373c;
    width: 40px;
    display: inline-block;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align:  center;
    padding: 0;
    margin: 0;
    transition: all ease-in-out 0.3s;
}

.footer-social-profiles .twitter:hover {
    background: #4ec6ec;
    color:  #fff;
    border-color:  #4ec6ec;
}

.footer-social-profiles .facebook:hover {
    background: #5771a5;
    color: #fff;
    border-color:  #5771a5;
}

.footer-social-profiles .rss:hover {
    background: #f78a16;
    color:  #fff;
    border-color:  #f78a16;
}

/* Pricing */

.page-id-16 .post {
    background: none;
    padding: 0;
    box-shadow: none;
    overflow: visible;
}

.rpt_3_plans {
    padding-top: 30px;
}

.rpt_3_plans > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.rpt_3_plans .rpt_plan {
    position: relative;
    margin: 0 0 60px !important;
    width: 33.33%!important;
    margin-right: 0 !important;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
}

.rpt_plan.rpt_plan_1 {
    z-index: 1;
    transform: scale(1.05,1.05);
}

.rpt_style_basic .rpt_plan .rpt_title {
    background: none !important;
    color: #0d9a91 !important;
    font-weight: 600 !important;
    border-bottom: none !important;
}

.rpt_style_basic .rpt_plan .rpt_head {
    background: none !important;
    border-top: none !important;
}

.rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
    text-shadow: none !important;
    color: #222 !important;
    font-weight: 900 !important;
    margin-top: -24px !important;
}

.rpt_style_basic .rpt_plan .rpt_head .rpt_price:before {
    content: '$';
    display: inline;
    padding-right: 5px;
}

.rpt_plans .rpt_plan .rpt_features {
    padding: 0 50px !important;
    background: #ffffff !important;
}

.rpt_plans .rpt_plan .rpt_features .rpt_feature {
    color: #555!important;
    font-weight: 300;
    margin: 0;
    padding: 10px 0 !important;
}

.rpt_style_basic .rpt_plan .rpt_foot {
    margin: 30px 50px 20px !important;
    font-size: 16px !important;
    line-height: 1;
    font-weight: 900 !important;
    padding: 16px 10% !important;
    border: 0;
    font-family: 'Work Sans',sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    background: #FFBC0B !important;
    border-radius: 4px;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    text-decoration: none !important;
    display: block !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
    transition: all ease-in-out 0.3s !important;
    border-top-color: currentcolor !important;
    border-top-style: none !important;
    border-top-width: 0px !important;
    border-bottom-color: currentcolor !important;
    border-bottom-style: none !important;
    border-bottom-width: 0px !important;
}

.rpt_style_basic .rpt_plan .rpt_foot:hover,
.rpt_style_basic .rpt_plan .rpt_foot:focus {
    background: #e2a709!important;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.2);
}

/** RESPONSIVE
*****************************/

@media (max-width: 1199px){
    .home #header-wrap{
        padding-bottom: 110px;
    }
    .home #header{
        padding: 50px 0 80px;
    }
    .logo{
        float: none;
        margin: 0 auto 15px auto;
    }
    .nav-menu-top-container{
        float: none;
        display: table;
        position:  relative;
        margin: 0 auto 15px auto;
        width:  auto;
    }
    .welcome{
        max-width: 740px;
    }
    .welcome h1 {
        font-size: 48px;
        padding: 0;
        margin: 12px 0 20px 0;
        line-height: 58px;
    }
    
    .welcome p {
        font-size: 22px;
        line-height: 32px;
    }
    
    .act-btn {
        margin-top: 30px;
    }
    
    .sub-header .container {
        display: flex;
        flex-wrap: wrap;
    }
    
    #themes-nav {
        float: left;
    }
    .action-box h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .guide-item img.icon{
        max-width: 160px;
    }
    .rpt_plans .rpt_plan .rpt_features {
        padding: 0 30px!important;
    }
}

@media (max-width: 991px){
    .home #header-wrap{
        padding-bottom: 110px;
    }
    .home #header{
        padding: 50px 0 80px;
    }
    .nav-menu li{
        padding: 0 10px;
    }
    .nav-menu-top a{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .welcome{
        max-width: 620px;
    }
    .welcome h1 {
        font-size: 42px;
        padding: 0;
        margin: 12px 0 25px 0;
        line-height: 52px;
        margin-top: 20px;
    }
    
    .welcome p {
        font-size: 20px;
        line-height: 32px;
    }
    .themes-nav-home {
        float: left;
        margin-top: 5px;
    }
    #footer {
        margin-top: 240px;
    }
    .action-box {
        margin-top: -220px;
    }
    .credits,
    .copyrights {
        float: none;
        text-align: center;
    }
    .users-guide{
        padding: 30px;
    }
    .users-guide-intro h2{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .guide-item, .users-guide-intro{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .guide-item .number{
        width: 40px;
        height: 40px;
        line-height: 32px;
        font-size: 18px;
        border-width: 4px;
    }
    .guide-item h3{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .guide-item img.icon{
        max-width: 120px;
        margin-bottom: 30px; 
    }
    .rpt_3_plans{
        padding-top: 0;
    }
    .rpt_3_plans .rpt_plan {
        width: 100%!important;
        max-width: 500px;
        margin: 0 0 30px !important;
    }
    .rpt_3_plans .rpt_plan:last-child{
        margin-bottom: 60px !important;
    }
    .rpt_plan.rpt_plan_1 {
        transform: none;
    }
    .rpt_plans .rpt_plan .rpt_features{
        padding: 0 60px!important;
    }
}

@media (max-width: 767px) { 
    
    .welcome {
        max-width: 600px;
    }
    .welcome h1 {
        font-size: 38px;
        padding: 0;
        margin: 12px 0 20px 0;
        line-height: 48px;
        margin-top: 25px;
    }
    
    .welcome p {
        font-size: 20px;
        line-height: 30px;
    }
    
    .home #header-wrap{
        padding-bottom: 80px;
    }
    .home #header{
        padding: 40px 0 50px;
    }
    .nav-menu li{
        padding: 0 10px;
    }
    .action-box {
        padding: 60px 20px;
    }
    .action-box h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 529px) {
    .welcome {
        max-width: 500px;
    }
    .welcome h1 {
        font-size: 32px;
        padding: 0;
        margin: 12px 0 20px 0;
        line-height: 42px;
        margin-top: 25px;
    }
    
    .welcome p {
        font-size: 18px;
        line-height: 26px;
    }
    .nav-menu-top a{
        padding: 8px 5px;
    }
    .nav-menu-top a:after{
        top: 35px;
    }
    .nav-menu-top .act-btn{
        margin: 15px 0 10px 18px;
    }
    #footer {
        margin-top: 200px;
    }
    .users-guide{
        padding: 30px 15px;
    }
    .rpt_plans .rpt_plan .rpt_features{
        padding: 0 30px!important;
    }
}

/** Top Promotional Notification Bar
*****************************/

#wnb-bar {
    color: White !important;
	font-weight: bold !important;
	border-bottom: 0px solid #fff !important;
}
#wnb-bar {
	font-family: 'Work Sans', sans-serif !important;
	font-size: 19px !important;
	padding: 2px;
}

.wnb-bar-button {
    background-color: #FFBC0B !important;
	font-weight: bold  !important;
	padding: 4px 6px !important;
}
	
#wnb-bar a, #wnb-bar a:link, #wnb-bar a:active, #wnb-bar a:visited, #wnb-bar a:hover {
	font-family: 'Work Sans', sans-serif !important;
}


/** Download popup submit button and buttons in general
*****************************/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: white;
    border: none;
    border-radius: 3px;
    color: #00a651;
    padding: 4px 10px;
}

/** Download popup input text **/

.wpcf7-form-control {color: #00a651; padding: 5px 10px;}

/** Custom Theme Purchase submit button **/
#wpcf7-f2401-p2402-o2 .wpcf7-submit {background-color: #FFBC0B; color: white;}

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

.footer-gator {margin-top: 20px}

.footer-gator img {max-width: 100%}

.post-11 .post-meta, .post-16 .post-meta, .post-2617 .post-meta {display: none;}

.clear-left {clear: left}

.theme-box h4 span.title-second-word-and-after {
    font-style: inherit;
    font-size: 10px;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    display: table;
}

.page-id-16 .action-box, .page-id-10 .action-box {
    display: none;
}

.home-page-highlight-numbers {
    text-decoration: underline;
    text-decoration-color: #FF0000;
}

.rpt_foot {background-color: #f7ba46 !important; }

h4 a .title-second-word-and-after {font-size: 10px; display: table}

.tutorial .guide-item img.icon {max-width: 100%;}

.post-meta {margin-bottom: 20px; text-align: right}

.affiliate-disclosure {
    background-color: lightgrey;
    padding-left:10px;
}
}