/*
	Theme Name: Minimum Pro Theme New
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.1

	Tags: black, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #353535;
	font-family: 'ProximaNova', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.transition {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #4A57B9;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	border-bottom: 1px dotted #4A57B9;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	padding: 19px 20px 24px;
	color: #6b6b6b;
	font-size: 19px;
	line-height: 1.8;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin: 24px 0 26px;
}

blockquote > * {
	margin: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'ProximaNova', serif;
 	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

embed,
iframe,
object,
video {
	width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #d9d9d9;
	border-radius: 5px;
	box-shadow: none;
	color: #353535;
	font-family: 'ProximaNova', serif;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 19px 13px;
	width: 100%;
	resize: none;
}

input[aria-required="true"] {
	padding-right: 47px;
}

input:focus,
textarea:focus,
select:focus {
	border: 2px solid #333;
	outline: none;
}

input[aria-required="true"] + .required {
	position: absolute;
	margin-left: -30px;
	margin-top: 15px;
	font-weight: 700;
	color: #656565;
}

input[aria-required="true"]:focus + .required {
	color: #353535;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="radio"] {
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: transparent url('images/radio.png') no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0;
	cursor: pointer;
}

input[type="radio"]:hover {
	background-image: url('images/radio-hover.png');
}

input[type="radio"]:checked {
	background-image: url('images/radio-active.png');
}

::-moz-placeholder {
	color: #A4A4A4;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #A4A4A4;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
	padding: 6px 30px 5px;
	color: #fff;
	background: #4A57B9;
	border: 2px solid #4A57B9;
	box-shadow: none;
	cursor: pointer;
	font-family: 'ProximaNova', sans-serif;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #fff;
	color: #4A57B9;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

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

select::-ms-expand {
    display: none;
}

.select-wrap {
	position: relative;
}

.select-wrap:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	right: 17px;
	top: 27%;
	pointer-events: none;
	font-size: 19px;
}

.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

@media screen\0 {
	.select-wrap {
		overflow: hidden;
		border: 2px solid #d9d9d9;
		border-radius: 8px;
	}
	
	.select-wrap select {
		width: 105%;
		border: 0;
	}
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 0;
	background: transparent url(images/checkboxes.png) no-repeat 0 -30px;
	cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

input[type="checkbox"].type-1:hover,
input[type="checkbox"]:hover {
	background-position: 0 -60px;
}

input[type="checkbox"].type-2,
.i4w_loginform .i4w_login_remember input {
	background-size: 20px 60px;
    background-position: 0 -20px;
}

input[type="checkbox"].type-2:hover,
.i4w_loginform .i4w_login_remember input:hover {
    background-position: 0 -40px;

}

input[type="checkbox"].type-1:checked,
input[type="checkbox"].type-2:checked,
.i4w_loginform .i4w_login_remember input:checked,
input[type="checkbox"]:checked {
    background-position: 0 0;
}

@-moz-document url-prefix() {
    input[type="checkbox"] {
		position: relative;
		top: 2px;
		height: auto;
		width: auto;
    }
}

@media screen\0 {
    input[type="checkbox"] {
		position: relative;
		top: 2px;
		height: auto;
		width: auto;
    }
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Buttons
--------------------------------------------- */

.genesis-nav-menu .menu-item.type-1 a,
input[type="button"].type-1 {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 21px;
	padding: 6px 25px;
	color: #fff;
}

.genesis-nav-menu .menu-item.type-1 a:focus,
input[type="button"].type-1:focus {
	background: rgba(0, 0, 0, 0.3);
}

.genesis-nav-menu .menu-item.type-1.current-menu-item a,
.genesis-nav-menu .menu-item.type-1 a:hover,
input[type="button"].type-1:hover {
	background: rgba(0, 0, 0, 0.5);
}

input[type="button"].type-2,
input[type="button"].type-3,
input[type="button"].type-4,
input[type="button"].type-5,
.button.type-6 {
	padding: 8px 50px;
	border-radius: 100px;
	background: transparent;
	border: 2px solid #fff;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition:border 0 ease-in;  
    -moz-transition:border 0 ease-in;  
    -o-transition:border 0 ease-in;  
    transition:border 0 ease-in;
}

@-moz-document url-prefix() {
    input[type="button"].type-2,
	input[type="button"].type-3 {
		-webkit-transition:none;  
		-moz-transition:none;  
		-o-transition:none;  
		transition:none;
    }
}

input[type="button"].type-3 {
		-webkit-transition:none;  
		-moz-transition:none;  
		-o-transition:none;  
		transition:none;
    }

input[type="button"].type-2:hover,
input[type="button"].type-2:focus,
input[type="button"].type-3,
input[type="button"].type-5:hover,
input[type="button"].type-5:focus {
	background: #fff;
	color: #4A57B9;
}

input[type="button"].type-3:focus,
input[type="button"].type-3:hover {
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	padding: 10px 52px;
	color: #fff;
}

input[type="button"].type-4,
.button.type-6 {
	color: #4A57B9;
	border-color: #4A57B9;
	text-transform: uppercase;
	border-width: 3px;
	padding: 13px 20px 12px;
	font-size: 24px;
	font-weight: 400;
	width: 80%;
}

input[type="button"].type-5 {
	width: 100%;
	text-transform: uppercase;
	padding: 12px 50px;
	font-weight: 400;
}

input[type="button"].type-4:focus,
input[type="button"].type-4:hover {
	background: #4A57B9;
	color: #fff;
}

.button.type-6 {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 22px;
    font-weight: 500;
    color: #fff;
    border-color: #fff;
    background-color: #62A52C;
    width: 60%;
}

.button.type-6:hover,
.button.type-6:focus {
    border-color: #62A52C;
    background-color: #fff;
    color: #62A52C;
}
.type-big,
input[type="button"].type-big{	
    max-width: 370px;
    width: 100%;
	padding: 19px 0;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-orange,
input[type="button"].btn-orange{
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
	background-color: #ffca3d;
	background-image: linear-gradient(to top, #ffc324 0%, #ffca3d 100%);
	border: 0;
	color: #000000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	transition: .5s all;
}
.btn-orange:hover,
input[type="button"].btn-orange:hover{
	background: #fff;
	color: #4A57B9;
	border: 0;
}

.btn-big{
	display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    padding: 29px 0;
    line-height: 22px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap .toolbox-button a input,
.btn-medium{
	display: block;
	max-width: 370px;
    width: 100%;
	margin: 0 auto;
	padding: 13px 0;
    line-height: normal;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap .toolbox-button a input,
.btn-purple{
	border: 2px solid #4A57B9;
	background-color: #4a57b9;
	color: #fff;
	transition: .5s all;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap .toolbox-button a input:hover,
.btn-purple:hover{
	border: 2px solid #4A57B9;
	background-color: #fff;
	color: #4A57B9;
}
/* Spinner
--------------------------------------------- */

.loader,
.loader:before,
.loader:after {
  background: #4A57B9;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  display: none;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
}
.loader {
  text-indent: -9999em;
  margin: 8em auto;
  position: relative;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #4A57B9;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #4A57B9;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #4A57B9;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #4A57B9;
    height: 5em;
  }
}

.spinner {
	text-align: center;
	margin: 8em auto;
}

.spinner img {
	width: 75px;
}

.css3 .loader,
.css3 .loader:after,
.css3 .loader:before {
	display: block;
}
.css3 .spinner {
	display: none;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap,
.half-wrap {
	margin: 0 auto;
	max-width: 1170px;
}
.home .wrap{
	max-width: 1170px;
}
.half-wrap {
	margin-left: -515px;
	padding-left: 515px;
}

.site-inner {
	background: #f1f1f1 url(images/content-texture.png);
	clear: both;
    padding-top: 86px;
    padding-bottom: 100px;
    border-top: 1px solid #E9E9E9;
}
.home .site-inner{
	padding-top: 71px;
	padding-bottom: 80px;
}
.blog .site-inner {
    padding-bottom: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 61%;
}

.contact .content,
.login-page .content {
	margin: 0 auto;
	float: none;
	font-family: "Open Sans", sans-serif;
}

.sidebar-content .content {
	float: right;
}

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



/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 70px;
	width: 70px;
	border-radius: 4px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 30px;
    line-height: 1.35;
    text-align: left;
    padding: 17px 0 0;
    font-weight: 800;
}

.blog .entry-title {
    margin-bottom: 0;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #4A57B9;
}

.widget-title {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600;
	padding: 0 25px 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-left: -9%;
	width: 118%;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

.home .site-inner .entry-title {
	text-align: center;
	font-size: 30px;
	border: 0;
	padding: 0;
	margin: 0 0 6px;
}

.home .site-inner .entry-title strong {
	font-weight: 500;
}

.home .site-inner .entry-title p {
	margin: 0;
}

.page-title {
	margin: 33px 0 26px!important;
	color: #fff;
	font-size: 48px;
    font-weight: 300;
    line-height: 70px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	text-transform: uppercase;
	padding: 51px 0 23px;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5{
	color: #fff;
	font-weight: 300;
}
.page-title p {
	margin-top: 10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.75);
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-transform: none;
}
.single .page-title {
    text-transform: none;
    padding-bottom: 4px;
}

.page-title > * {
	margin: 0;
}

.page-title strong {
	font-weight: 500;
}

.page-title .title-caption {
	font-size: 18px;
	text-transform: none;
	margin-top: 14px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Shareaholic
--------------------------------------------- */

.shareaholic-media-overlay {
	display: none !important;
}

.entry .shareaholic-canvas {
	font-size: 0;
	margin-bottom: 5px;
}

img.shareaholic-media-target-hover-state {
	background: transparent;
}

.site-header .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    margin: 0 !important;
}

.site-header .shareaholic-share-buttons-container.mini.side-counter li.shareaholic-share-button {
    padding: 5px 10px !important;
}

.site-header .shareaholic-share-buttons-container.mini.side-counter li.shareaholic-share-button.has-shares {
    width: 68px !important;
}

.site-header .shareaholic-share-buttons-container.side-counter li.shareaholic-share-button.has-shares .share-button-counter {
    margin: 1px 0 0 7px !important;
    border: 1px solid #6673D3;
    background: transparent !important;
    color: #fff !important;
}

.site-header .shareaholic-share-buttons-container.side-counter li.shareaholic-share-button.has-shares .share-button-counter:after {
    border-right-color: #6673D3
}

.site-header ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon {
    box-shadow: none;
    height: 24px;
    width: 24px;
    font-size: 11px;
    border-radius: 4px;
}

.site-header .shareaholic-share-buttons-container.mini .shareaholic-share-button-container .shareaholic-service-icon:before {
    top: 6px;
    left: 6px;
}


/* Monarch
--------------------------------------------- */

.et_monarch .et_social_rounded.et_social_networks li {
	display: inline-block;
	float: none;
}

/* Gravity Forms
--------------------------------------------- */

body .gform_wrapper {
	margin-bottom: 20px;
}

body div.gform_wrapper li, div.gform_wrapper form li {
	margin: 20px 0 0;
}

body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .top_label textarea.textarea {
	width: 100%;
	font-weight: 600;
}

@media screen\0 {	
	body .gform_wrapper .top_label select.large {
		width: 105%;
		padding-right: 0;
	}
}

.content .gform_wrapper .top_label input::-moz-placeholder,
.content .gform_wrapper .top_label textarea::-moz-placeholder {
	font-weight: 600;
}

.content .gform_wrapper .top_label input::-webkit-input-placeholder,
.content .gform_wrapper .top_label textarea::-webkit-input-placeholder {
	font-weight: 600;
}

body div.gform_wrapper input[type="email"],
body div.gform_wrapper input[type="text"],
body div.gform_wrapper textarea,
body div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	padding: 13px 18px 14px;
}

body .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container textarea,
body .gform_wrapper .gfield_label_hidden.gfield_contains_required .ginput_container select[multiple] {
	background-position: 100% 8%;
}

body .gform_wrapper .ginput_container select {
	padding: 12px 35px 13px 14px;
	font-size: 14px;
	font-weight: 600;
}

body .gform_wrapper .gfield_select_placeholder {
	position: relative;
}

body .gform_wrapper .gfield_select_placeholder select {
	color: transparent;
}

body .gform_wrapper .gfield_select_placeholder.clicked select {
	color: #353535;
}

body .gform_wrapper .gfield_select_placeholder.clicked label {
	display: none;
}

body .gform_wrapper .gfield_select_placeholder .gfield_label {
	position: absolute;
	top: 6px;
	left: 19px;
	z-index: 10;
	font-size: 14px;
	font-weight: 600;
	color: #868686;
	background: #fff;
}

body .gform_wrapper .gform_footer {
	padding: 0;
	margin-top: 21px;
}

body .gform_wrapper .gform_footer input,
body .gf_browser_ie.gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
	border-radius: 8px;
	width: 100%;
	text-transform: uppercase;
	font-size: 19px;
	padding: 11px 15px 12px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none;
	border: 0;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

body .gform_wrapper .top_label .gfield_error {
	width: 100%;
}

body .gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%;
}

body .gform_wrapper li.gfield_error input[type=text],
body .gform_wrapper li.gfield_error input[type=url],
body .gform_wrapper li.gfield_error input[type=email],
body .gform_wrapper li.gfield_error input[type=tel],
body .gform_wrapper li.gfield_error input[type=number],
body .gform_wrapper li.gfield_error input[type=password],
body .gform_wrapper li.gfield_error textarea {
	border-width: 2px;
}
 
/* Related Posts Widget 123 withThumbnails
--------------------------------------------- */

.sidebar #related_posts_rpw {
	margin-top: 17px;
}

.sidebar #related_posts_rpw li {
	border-bottom: 0;
	margin: 0 0 1px;
}

.sidebar #related_posts_rpw li a {
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
 
/* iMember360
--------------------------------------------- */

.i4w_loginform_div .i4w_loginform {
	font-weight: 500;
}

.i4w_loginform .i4w_login_password,
.i4w_loginform .i4w_login_username {
	margin-bottom: 20px;
}

.i4w_loginform .i4w_login_remember {
    font-size: 13px;
    text-transform: capitalize;
    line-height: 3.8;
    vertical-align: top;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    float: right;
}

.i4w_loginform_div .i4w_loginform input {
	font-family: "Open Sans", sans-serif, sans-serif;
}

.i4w_loginform .i4w_login_remember input {
    margin-right: 9px;
    position: relative;
    top: 6px;
}

.i4w_loginform .i4w_login_submit {
    margin-bottom: 8px;
    float: left;
}

.i4w_loginform .i4w_login_submit input {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 42px 14px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	letter-spacing: 1px;
	width: 100%;
	position: relative;
}

.home .site-header {
    background: #4A57B9 no-repeat;
    background-size: cover;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
}

.site-title {
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 16%;
	position: relative;
	z-index: 1;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area {
	width: 100%;
}

/* Custom header */

.header-image .title-area {
	padding: 0 0 30px;
}

.minimum-landing .site-header .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 36px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
	/*background-position: center !important;*/
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 13px;
	padding: 10px 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0ebfe9;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: left;
	background: transparent;
	width: 84%;
	position: relative;
	text-align: right;
}
.nav-primary ul li.bold a{
	font-weight: 600;
}
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

.nav-primary .genesis-nav-menu .menu-item {
	padding: 10px 20px;
	float: left;
}

.nav-primary .genesis-nav-menu .menu-item:not(.type-1) a {
	padding: 0;
	border-bottom: 1px solid transparent;
}

.nav-primary .genesis-nav-menu .menu-item:not(.type-1) a:hover,
.nav-primary .genesis-nav-menu .current-menu-item:not(.type-1) > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	border-bottom: 1px dotted;
}

.nav-primary .menu-item.type-1 {
	padding: 0;
	float: none;
	vertical-align: top;
}

.nav-primary .menu-item.type-1 a {
	margin-left: 10px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: -15px;
	display: inline-block;
	width: 80%;
	margin-left: 20%;
}

.nav-secondary .menu-item {
	width: 33%;
	vertical-align: top;
	margin-bottom: 15px;
}

.site-footer .nav-secondary a {
	color: #afafaf;
	margin: 0 30px;
	padding: 0;
	font-weight: 300;
	font-size: 14px;
	display: inline;
}

.site-footer .nav-secondary .current-menu-item a,
.site-footer .nav-secondary a:hover {
	color: #4A57B9;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	position: absolute;
	top: -42px;
	right: 0;
	padding-top: 3px;
	height: 26px;
	display: none;
}

#responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 30px/0.7 'dashicons';
	margin: 0 auto;
}

.header-top.fixed #responsive-menu-icon::before {
	color: #4A57B9;
}

/* Header Top
--------------------------------------------- */

.header-top {
	padding-bottom: 20px;
	border-bottom: 1px solid #5D66B8;
	padding-top: 29px;
}

.header-top.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.admin-bar .header-top.fixed {
	top: 32px;
}

.header-top.fixed:before {
	background: #fff;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.header-top.fixed .nav-primary .menu-item a,
.header-top.fixed .nav-primary .menu-item:hover a {
	color: #4A57B9;
}

.header-top.fixed .nav-primary .genesis-nav-menu .current-menu-item:not(.type-1) > a,
.header-top.fixed .nav-primary .genesis-nav-menu .current-menu-item:not(.type-1):hover > a {
	color: #000;
	border: 0;
}

.header-top.fixed .nav-primary .menu-item.type-1 a {
	color: #fff;
	background: rgba(74, 87, 185, 1);
}

.header-top.fixed .nav-primary .menu-item.type-1:hover a {
	background: rgba(74, 87, 185, 0.8);
}

/* Header Info
--------------------------------------------- */

.header-info {
	clear: both;
    padding: 93px 0 70px;
    text-align: center;
    letter-spacing: 2px;
}

.header-info-content {
	font-weight: 300;
}

.header-info-content .header-info-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 49px;
	line-height: 49px;
}

.header-info-content .header-info-title strong {
	font-weight: 500;
}

.header-info-video {
    margin: 34px 0 40px;
    position: relative;
	text-align: center;
}
.header-info-video a {
    color: #fff;
    font-size: 30px;
	font-family: 'journal';
}
.header-info-video a i{
	margin-right: 20px;
	font-size: 36px;
}
.home .header-info-video a i{
	margin-right: 0;
	font-size: 48px;
}
.header-info-video a i:before{
	vertical-align: middle;
}
.header-info-video a:hover .fa {
    background-color: rgba(74,87,185,.3);
    border-radius: 99px;
}

.header-info-video a,
.header-info-buttons a {
	border: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Social Icons
--------------------------------------------- */

.home-social-icons {
	text-align: center;
}

.socials-box {
	margin-left: -7%;
	padding: 43px 0 52px;
}

.socials-box .social-container {
	display: inline-block;
	margin-left: 7%;
	text-align: left;
}

.socials-box .social-container a {
	border: 0;
}

.socials-box .social-icon {
	display: inline-block;
	margin-right: 21px;
	font-size: 35px;
	cursor: pointer;
}

.socials-box .social-icon .fa {
	position: relative;
	bottom: -7px;
}

.socials-box .social-icon img {
	height: 31px;
	margin-bottom: -9px;
}

.socials-box .social-title,
.socials-box .social-title-hover {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #464646;
	letter-spacing: 1px;
	cursor: pointer;
}

.socials-box a:hover .social-title {
	border-bottom: 1px dotted #4A57B9;
	color: #4A57B9;
}

.mobile .socials-box .social-container.hover-change.hover .social-title-hover {
	position: relative;
	top: -5px;
}

.socials-box .social-title-hover,
.socials-box .social-container.hover-change.hover .social-title {
	display: none;
}

.socials-box .social-container.hover-change.hover .social-title-hover {
	display: inline-block;
}
/* Counters
--------------------------------------------- */
.counter-item{
	display: inline-block;
    width: 33.3333333%;
	padding: 53px 0 34px;
    text-align: center;
}
.counter-item .counter-number{
	display: block;
	color: #363636;
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
    margin-bottom: 9px;
}
.counter-item  .title-counter{
	color: #4b4b4b;
	font-size: 15px;
	font-weight: 600;
	font-family: "Open Sans";
}
/* Testimonials
--------------------------------------------- */
.testimonials-box h3{
	margin-bottom: 71px;
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
}
.testimonials-box .bx-wrapper{
	margin-bottom: 37px!important;
	padding-bottom: 60px;
}
.testimonials-box .bx-wrapper .bx-viewport{
	background: transparent;
	border: 0;
	box-shadow: none;
	height: 246px!important;
}
.testimonials-box  .bx-wrapper .bx-pager.bx-default-pager a{
	width: 16px;
    height: 16px;
    border: 2px solid #dddddd;
    background-color: #ffffff;
    border-radius: 50%;
}
.testimonials-box .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.testimonials-box .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color: #4a57b9;
	border-color: #4a57b9;
}
.testimonials-box .bx-wrapper .bx-pager, 
.testimonials-box .bx-wrapper .bx-controls-auto{
	bottom: 0;
}
.testimonials-item {
	padding: 55px 35px 52px;
    display: inline-block;
min-height: 246px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(0, 0, 0, 0.03);
    border-radius: 5px;
	
	text-align: center;
}
.testimonials-item  p{
	line-height: 24px!important;
	margin-bottom: 18px;
	color: #636363;
    
    font: 400 14px "Open Sans";
font-style: italic!important;
}
.testimonials-author{
	color: #000000;
	font: 600 13px "Open Sans";
}
/* Learning
--------------------------------------------- */
.learning-container{
	padding-top: 73px;
	padding-bottom: 63px;
}
.learning-container h3{
	text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    word-spacing: 9px;
	font-weight: 700;
}
.learning-container img{
	margin-top: 34px;
}
.learning-box{
	margin-top: 70px;
	text-align: center;
}
.learning-item{
	position: relative;
	max-width: 270px;
	width: 100%;
	margin-right: 30px;
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #d3d6f0;
	text-align: center;
	vertical-align: top;
}
.learning-header .learning-item{
	max-width: 23%;
	width: 100%;
	padding: 60px 0;
}
.learning-header .learning-item:nth-child(1){
	margin-right: 2.7%;
    margin-left: -2px;
}
.learning-header .learning-item:nth-last-child(1){
    margin-left: -.25em;
}
.learning-header{
	margin-bottom: 58px;
}
.learning-body .learning-item{
	float: left;
	padding: 22px 10px;
    max-width: 23%;
    margin-right: 2.6%;
}
.learning-item:nth-last-child(1){
	margin-right: 0;
}
/*
.learning-header .learning-item:before{
	content: '';
	width: 2px;
	height: 31px;
	background: #d3d6f0;
	display: inline-block;
	position: absolute;
	bottom: -31px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
*/
.learning-body .learning-item:before{
	content: '';
	width: 2px;
	height: 31px;
	background: #d3d6f0;
	display: inline-block;
	position: absolute;
	top: -31px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.learning-body .learning-item:after{

}
.learning-body .learning-item:nth-child(2):before,
.learning-body .learning-item:nth-child(3):before{
	height: 62px;
	top: -62px;
}
.learning-body .learning-item:nth-child(1):after{
	content: '';
	width: 200%;
	height: 2px;
	background: #d3d6f0;
	display: inline-block;
	position: absolute;
	top: -31px;
	left: 50%;
}
.learning-body .learning-item:nth-last-child(1):after{
	content: '';
	width: 200%;
	height: 2px;
	background: #d3d6f0;
	display: inline-block;
	position: absolute;
	top: -31px;
	right: 50%;
}
.learning-header .learning-item img{
	display: block;
    margin: 0 auto 13px;
	min-height: 61px;
}
.learning-item span{
	color: #4a57b9;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
/* Mastermind
--------------------------------------------- */
.mastermind-container{
	padding: 75px 0 80px;
}
.mastermind-container-sc{
	padding: 69px 0 78px;
	background: #f8f9fa;
	border-bottom: 1px solid #e6e6e6;	
}
.mastermind-container-sc h3,
.mastermind-container h3{
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}
.mastermind-container h3{
	margin-bottom: 24px;
}
.mastermind-container-sc h3{
	margin-bottom: 37px;
	line-height: 48px;
}
.mastermind-container-sc p,
.mastermind-container p{
	color: #363636;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.9px;
}
.mastermind-container-sc p{
	line-height: 24px;
}
.mastermind-container img {
	margin-top: 72px;
    margin-bottom: 79px!important;
}
.mastermind-container-sc a.btn-purple{
	margin-top: 74px;
}
/* Software Library
--------------------------------------------- */
.home-software_library{
	background: url(images/da-bg.png);
    padding: 73px 0 79px;
    text-align: center;
}
.home-sl-title h3{
	margin-bottom: 24px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.home-sl-title p{
	color: #c9cef0;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.home-software_library .sl-box .bx-wrapper{
	padding-top: 71px;
}
.home-software_library .bx-wrapper .bx-viewport{
	background: transparent;
    border: 0;
    box-shadow: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	left: 0;
}
.home-software_library .bx-wrapper .bx-pager{
	top: 11px;
	bottom: auto;
    padding-top: 0;
}
.home-software_library .bx-wrapper .bx-pager.bx-default-pager a{
	width: 20px;
	height: 20px;
	border: 3px solid #ffffff;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
}
.home-software_library .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.home-software_library .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap{
	width: 100%;
	margin: 0;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap img{
	max-height: 232px;
    width: auto;
    margin: 23px auto 0;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap .toolbox {
	padding-bottom: 0;
    min-height: 420px;
    height: auto;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap  .toolbox-text{
	display: block;
    padding: 0 20px;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap .toolbox-title{
    width: 100%;
	height: auto;
    display: inline-block;
    margin-top: 18px;
}
.home-sl-wrap  .toolboxes-box .toolbox-wrap .toolbox-button{
	
}
.toolbox-img {
    position: relative;
}
.home-sl-wrap .toolbox.locked .toolbox-img:before{
	content: '';
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.home-sl-wrap .toolbox.locked .toolbox-img:after {
    background: #404DA9;
    content: "\f023";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #fff;
    font-size: 35px;
    line-height: 2;
    color: #fff;
    z-index: 2;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
/* Coache
--------------------------------------------- */
.coaches-container{
	padding: 80px 0 28px;
}
.coaches-container h3{
	margin-bottom: 32px;
	font-size: 30px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.coaches-container .wrap>p{
	color: #363636;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.coaches-box{
	margin-top: 76px;
	padding: 0 100px;
}
.coache-item{
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #f3f3f3;
   margin-bottom: 28px;
    padding-bottom: 20px;
}
.coache-item:nth-last-child(1){
	border-bottom: 0;
}
.coache-item img{
	max-width: 120px;
	width: 100%;
	display: inline-block;
    float: left;
border-radius: 50%;
}
.coache-desc{
	width: calc(100% - 153px);
    float: right;
    display: inline-block;
	padding-top: 17px;
}
/* CTA
--------------------------------------------- */
.cta-container{
	background: #4b58ba;
	padding: 80px 0;
}
.cta-container h3{
	margin-bottom: 31px;
	color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.cta-container p{
	color: #c9cef0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.cta-container .btn-orange{
	margin-top: 34px;
}
/* Home featured downloads
--------------------------------------------- */

.home .content-sidebar-wrap{
    margin-left: auto;
    width: 100%;
}

.home-fd-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
}

.home-fd-items {
    margin-top: 46px;
    margin-left: -3%;
}

.home-fd-item {
    background-color: #fff;
    border-radius: 4px;
    float: left;
    width: 30.33%;
    margin-left: 3%;
    min-height: 131px;
    box-shadow: 0 1px 1px 1px #d8d8d8;
}

.home-fd-item:hover {
    background-color: #4A57B9;
}

.home-fd-table {
    display: table;
    width: 100%;
}

.home-fd-item a {
    display: table-row;
    cursor: pointer;
}

.home-fdi-icon {
    color: #D6D7E4;
    border-right: 2px solid #F2F3F5;
    font-size: 71px;
    padding: 13px 5px 5px;
    width: 33.3%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home-fd-item:hover a,
.home-fd-item:hover .home-fdi-icon {
    color: #fff;
}

.home-fd-item:hover .home-fdi-icon {
    border-right-color: #525FC1;
}

.home-fdi-title {
    padding: 13px 30px;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0;
    width: 66.7%;
    display: table-cell;
    vertical-align: middle;
}

/* Home begginers courses
--------------------------------------------- */

.home-seo-course {
    text-align: center;
    padding: 61px 0 59px;
}

.home #center-form-popup {
    background: rgba(74, 87, 185, 0.8);
}

.home #center-form-popup .content {
    width: 41.8%;
}

.home #center-form-popup .comment-respond {
    border-radius: 5px;
    padding: 25px 30px 32px;
    letter-spacing: 0;
}

.home #center-form-popup small {
    right: -27px;
    top: -27px;
}

.home #center-form-popup small a {
    font-size: 20px;
    color: #fff;
}

.home #center-form-popup small a:after {
    display: none;
}

.home #center-form-popup small i {
    padding: 0 6px 0;
    border-radius: 99px;
    line-height: 1.3;
}

.home #center-form-popup small i:hover {
    background-color: #fff;
    color: #4A57B9;
}

.home #center-form-popup h5 {
    font-size: 20px;
    margin-bottom: 24px;
}

.home #center-form-popup input[type="email"] {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-weight: 400;
    margin-bottom: 19px;
}

.home #center-form-popup label.error {
	text-align: center;
    margin-top: -16px;
    margin-bottom: 16px;
}

.home #center-form-popup input[type="submit"] {
    font-size: 16px;
    padding: 13px;
    width: 100%;
    letter-spacing: 0;
}

/* Home action maps section
--------------------------------------------- */

.home-action-maps {
    background: url(images/da-bg.png);
    padding: 100px 0 81px;
    text-align: center;
}

.home-am-title  h2{
	margin-bottom: 31px;
    color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	line-height: 34px;
	text-transform: uppercase;
}
.home-am-title p{
	color: #c9cef0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.home-action-maps .bx-wrapper {
	margin-top: 35px;
    padding-top: 59px;
	margin-bottom: 76px;
}

.home-action-maps .bx-controls {
    position: absolute;
    width: 100%;
    top: 0;
}

.home-action-maps .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
    margin: 0 10px 10px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    border: 3px solid #fff;
    background-color: transparent;
}

.home-action-maps .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-action-maps .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.home-action-maps .bx-wrapper .bx-viewport {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    left: 0;
	min-height: 474px;
}

.home-action-maps .actions-box .action-wrap {
    margin-left: 0;
}

.home-action-maps .actions-box .action {
    min-height: 470px;
    height: 470px;
    padding-bottom: 20px;
    border: 2px solid #fff;
    margin-bottom: 5px;
    box-shadow: 0 1px 1px 1px #374188;
    border-radius: 8px;
    overflow: hidden;
}

.home-action-maps .actions-box .action-text {
    height: auto;
	display: inline-block;
    margin-top: 12px;
}

.home-action-maps .actions-box .action-title {
    text-transform: none;
	line-height: 30px;
}
.home-action-maps .home-am-unlock .button {
	max-width: 570px;
    padding: 20px 0;
    width: 100%;
	font-size: 22px;
	font-weight: 600;
}

/* last posts add ART
--------------------------------------------- */

.home-action-last-post {
	background: #f1f1f1 url("images/content-texture.png") repeat scroll 0 0;
    border-top: 1px solid #e9e9e9;
    clear: both;
    padding-bottom: 50px;
    padding-top: 50px;
}
.home-action-last-post .wrap {
	max-width: 100%;
	padding: 0 50px;
}

.home-action-last-post .entry {
	background: #fff none repeat scroll 0 0;
    border-radius: 4px;
}

.home-action-last-post .home-am-title {
	color: #353535;
	text-align: center;
	margin-bottom: 30px;
}

.home-action-last-post .home-alp-link {
	text-align: center;
}

.home-action-last-post .home-alp-link input[type="button"]{
	border-radius: 50px;
	font-size: 22px;
	padding: 15px 70px;
	text-transform: uppercase;
}

/* Download area
--------------------------------------------- */

.download-area .da-bl-title {
	font-weight: 500;
	font-size: 30px;
}

.download-area .da-bl-title {
	margin-bottom: 3px;
}

.download-area .da-content {
	float: right;
	width: 50%;
	padding: 4.3% 5.5%;
	text-align: left;
	max-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	left: initial;
	height: 100%;
	border-bottom-right-radius: 8px;
	overflow: hidden;
	border-top-right-radius: 8px;
	box-shadow: 0px 1px 1px 1px #d8d8d8;
}

.download-area .da-bl-title {
	font-weight: 500;
	font-size: 24px;
	color: #4A57B9;
	margin-bottom: 10px;
	line-height: 24px;
}

.download-area .da-bl-description {
	max-height: 83%;
	overflow: hidden;
	font-size: 15px;
	color: #6d6d6d;
	font-weight: 300;
	line-height: 1.75;
}

.download-area .da-content,
.download-area .da-content {
	border-radius: 0;
}

.download-area .da-block .da-content {
	background: #0579d3;
	box-shadow: none;
}

.download-area .da-block .da-content {
	background: transparent;
}

.download-area .da-bl-title,
.download-area .da-bl-description  {
	color: #fff;
}

.download-area .da-bl-description  {
	font-weight: 300;
	color: #C3C6E4;
	font-size: 16px;
}

.download-area {
	background: url(images/da-bg.png);
	padding: 46px 0;
}

.download-area .wrap {
	position: relative;
}

.download-area .da-file-icon {
	position: absolute;
	padding: 56px 0 50px;
	left: -24px;
	top: 0;
	height: 100%;
}

.download-area .da-file-ic-container {
	height: 100%;
	display: table;
}

.download-area .da-file-icc-item {
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
}

.download-area .da-file-icon img {
	max-height: 100%;
	width: auto;
}

.download-area .da-featured-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 35px;
	text-align: center;
	color: transparent;
	text-shadow: 0 1px 1px #293484, 0 0 0 rgba(0,0,0,.5), 0 2px 0 rgba(255,255,255,.3);
}

@media screen\0 {
    .download-area .da-featured-title {
		color: rgba(6,90,161, 1);
	}
}

.download-area .da-block,
.download-area .da-bl-title,
.download-area .da-bl-description {
	text-align: center;
}

.download-area .da-content {
	position: relative;
	float: none;
	display: inline-block;
	padding: 3.1% 4.2% 0.7%;
}

.download-area .da-bl-title {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.download-area .da-bl-description {
	font-size: 16px;
	line-height: 1.5;
}

.download-area .da-bl-download {
	margin-top: 53px;
	display: block;
	border: 0;
}

/* Customer usage
--------------------------------------------- */

.content .home-rtc {
	text-align: center;
	color: #6d6d6d;
	font-size: 19px;
	margin-bottom: 50px;
}

/* Entries
--------------------------------------------- */

.single .video-area {
    background-color: #4A57B9;
}

.single .video-content > div {
    margin: 0 auto;
}

.blog .row {
    margin-bottom: 60px;
    clear: both;
}

.entry {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog .entry {
    box-shadow: 0 1px 1px 1px #d8d8d8;
    margin-bottom: 0;
    width: 100%;
    min-height: 400px; 
}

.single .entry {
	background: transparent;
	border-radius: 0;
	overflow: visible;
}

.home .entry {
	background: none;
	border-radius: 0;
}

.single .entry .entry-header {
	background: #fff;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.entry-meaning > *:last-child {
    margin-bottom: 0;
}

.entry-content {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}

.single .entry-content {
    font-family: 'ProximaNova', serif;
    font-size: 16px;
    line-height: 1.5;
}

.single .entry-content .entry-content-wrap {
	background: #fff;
	overflow: hidden;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.entry-content-unlocked,
.single .entry-content .entry-content-wrap,
.page .entry-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 1px 1px #d8d8d8;
    padding: 25px 4.7% 22px;
}

.single .entry-content-unlocked {
	overflow: hidden;
}

.single .entry-content-unlocked.with-thumbnail {
	padding-top: 0;
}

.blog .entry-content {
    box-shadow: none;
}

.entry-content .entry-content-wrap .entry-curtain,
.entry-content .entry-content-wrap.locked .entry-curtain p {
    display: none;
}

.single .entry-content .entry-content-wrap {
	margin-top: 30px;
}

.entry-content .entry-content-wrap.locked {
    border: 3px solid #4A57B9;
    position: relative;
	min-height: 225px;
	margin-top: 30px;
}

.entry-content .entry-content-wrap.locked .entry-meaning {
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
    -webkit-transition: 1s -webkit-filter linear;
    transition: 1s filter linear;
}

.entry-content .entry-content-wrap.locked .entry-curtain,
.blog .entry-content .post-cover,
.wdsplf-entries .post-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}

.entry-content .entry-content-wrap.locked .curtain-wrap,
.blog .entry-content .cover-wrap,
.wdsplf-entries .cover-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.entry-content .entry-content-wrap.locked .curtain-content,
.blog .entry-content .cover-content,
.wdsplf-entries .cover-content {
    display: table-cell;
    vertical-align: middle;
}

.entry-content .entry-content-wrap.locked .curtain-icon {
    margin-top: -18px;
    font-size: 72px;
}

.entry-content .entry-content-wrap.locked .curtain-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: -12px;
}

.entry-content .entry-content-wrap.locked .curtain-button {
    margin-top: 19px;
}

.entry-content .entry-content-wrap.locked .curtain-button .button {
    text-transform: uppercase;
    font-size: 18px;
    padding: 11px 25px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.page .entry-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.home .entry-content {
	padding-top: 0;
}

.blog .entry-header,
.blog .entry-content {
	padding: 0;
}

.post .entry-content .entry-content-wrap + * {
	margin-top: 60px;
}

.entry .entry-content blockquote > * {
	margin: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 24px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.blog .entry-content a {
	display: block;
	font-size: 0;
	border: 0;
    position: relative;
}

.entry-content .img-container {
	margin: 0 -5.1%;
	width: 110.4%;
	text-align: center;
}

.entry-content .img-container a,
.entry-content .img-container a:focus {
	border: 0;
    outline: 0;
}

body .entry-content img {
	float: none;
	max-width: 100%;
}

.blog .entry-content img {
	margin-bottom: 0;
}

.blog .entry-content a:hover .post-cover,
.wdsplf-entries .wdsplf-image a:hover .post-cover {
    display: block;
}

.blog .entry-content .post-cover,
.wdsplf-entries .post-cover {
    background-color: rgba(74,87,185,.75);
    display: none;
}

.blog .entry-content .cover-content,
.wdsplf-entries .cover-content {
    color: #fff;
}

.blog .entry-content .cover-icon,
.wdsplf-entries .cover-icon {
    font-size: 48px;
}

.blog .entry-content .cover-icon .fa,
.wdsplf-entries .cover-icon .fa {
    background-color: rgba(74,87,185,.3);
    border-radius: 99px;
    padding: 2px 5px;
}

.blog .entry-content .curtain-title,
.wdsplf-entries .curtain-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.entry-content img.wp-smiley {
	width: auto;
}

.entry-meta {
	font-size: 14px;
	margin: 0;
	font-weight: 500;
	text-align: center;
	color: #4A57B9;
}

.single .entry-meta {
	background: #fff;
}

.blog .entry-header {
    float: left;
    padding: 20px 29px;
}

.blog .entry .entry-header {
    padding: 15px 20px 25px 20px;
}

.blog .entry h2 {
    font-size: 19px;
    color: #363636;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog .entry h2 a {
	overflow: hidden;
    display: block;
}

.blog .entry-header .additional-description {
	font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    color: #5b5b5b;
    height: 67px;
    overflow: hidden;
}

.entry-header .entry-meta {
	text-align: left;
	color: #AFAFAF;
	font-weight: 400;
	margin: 0;
    font-size: 13px;
}

.entry-header .entry-meta a {
	color: #AFAFAF;
}

.entry-header .entry-meta a:hover {
	color: #4A57B9;
}

.entry-comments-link::before {
	content: "|";
	margin: 0 8px;
	font-weight: 400;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* New blog fix ART
--------------------------------------------- */
.page-template-page_blog.full-width-content .content {
	padding-bottom: 20px;
}

.page-template-page_blog .site-inner .wrap {
	max-width: 100%;
	padding: 0 50px;
}

.new-blog {
	width: 31%;
	margin-left: 3.5%;
	float: left;
	margin-bottom: 30px;
}

.new-blog article  {
	min-height: 400px;
}

.new-blog.des_line {
	margin-left: 0%;
	clear: both;
}

.new-blog .entry-content {
	float: none;
	width: auto;
}

.new-blog .entry-header .entry-meta {
	font-family: "Open Sans", sans-serif, sans-serif;
}

.new-blog .entry-header {
	width: 100%;
	padding: 15px 20px 25px 20px;
}

.new-blog .entry-header h2 {
	font-size: 19px;
	color: #363636;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}

.new-blog .entry-header h2 a {
	overflow: hidden;
	display: block;
}
	

.new-blog .entry-header .additional-description {
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
	color: #5b5b5b;
	height: 67px;
	overflow: hidden;
}

.blog .entry-content a.post-thumb {
	height: 190px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

.ajax-spinner {
	display: none;	
	text-align: center;
}
svg rect {
  fill: #4b5ab6;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 21px 0;
	font-size: 23px;
	font-weight: 600;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

.pagination a {
	border: 0;
    color: #D1D3E1;
}

.pagination a .fa {
	margin-left: 17px;
}

.pagination a .fa.fa-arrow-left {
	margin-left: 0;
	margin-right: 17px;
}

.pagination a:hover {
	color: #4A57B9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 36px;
}

.entry-comments {
	margin-top: 30px;
	background: #fff;
	border-radius: 8px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 25px;
}

.entry-comments .comments-top {
	padding: 25px 4.7% 11px;
	border-bottom: 2px solid #efefef;
}

.entry-comments .comments-top h3 {
	font-size: 20px;
	float: left;
	color: #000;
}

.entry-comments .comment-top-button {
	float: right;
	position: relative;
	top: -4px;
	right: -1.8%;
}

.entry-comments #comment-top {
	font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-radius: 6px;
}

.entry-comments .comment-list {
	clear: both;
	padding: 25px 4.7% 33px;
	font-size: 12px;
}

.entry-comments .comment-header .comment-meta {
	padding: 6px 0;
}

.comment-content {
	margin-top: 4px;
	font-weight: 600;
	line-height: 1.7;
	word-wrap: break-word;
	padding-left: 89px;
	min-height: 41px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	padding: 13px 0 0 30px;
	max-width: 100%;
}

.comment-list li:first-child {
	margin: 0;
}

.comment-list > li {
	padding: 13px 0 0;
}

.comment-list > li:first-child {
	padding-top: 5px;
}

.comment-list li li {
	margin-right: -30px;
}

.comment p {
	margin-bottom: 13px;
}

.comment .alert {
	color: #4A57B9;
}

li.comment {
	border-right: none;
}

.comment .avatar {
	margin: 0 19px 20px 0;
}

.comment .fn {
	font-weight: 700;
	font-size: 13px;
	margin-right: 10px;
}

.comment .comment-date {
	margin-right: 10px;
	color: #9f9f9f;
	font-weight: 600;
}

.comment .comment-date:hover {
	color: #4A57B9;
}

.comment .comment-reply-link {
	font-weight: 600;
	margin-right: 10px;
}

.comment .comment-edit-link {
	font-weight: 600;
}

.entry-pings .reply {
	display: none;
}

/* Respond
--------------------------------------------- */

.comment-reply-title {
	font-weight: 600;
	margin-bottom: 7px;
    color: #000;
}

.comment-form {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.comment-form > p {
	margin-bottom: 20px;
}

.comment-form .comment-notes {
	font-size: 14px;
	color: #605f5f;
}

.comment-form > p:first-child {
	margin-bottom: 26px;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond label.error {
	font-weight: bold;
	color: darkred;
	margin-top: 3px;
	text-align: left;
}

.comment-form span.required {
	float: right;
	margin-top: -22px;
	position: relative;
	top: 38px;
	right: 22px;
    color: #CF3F3F;
}

.comment-form .comment-notes span.required {
	float: none;
	margin: 0;
	position: static;
}

.form-submit input,
#center-form-popup .for-locked-button input {
	width: 100%;
	font-size: 19px;
	padding: 11px 30px 12px;
}

#center-form-popup {
	position: fixed;
	bottom: 0;
	top: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.15);
	width: 100%;
	display: none;
	z-index: 9999;
}

#center-form-popup.open {
	display: block;
}

#center-form-popup .wrap,
#center-form-popup .center-form-popup-wrap {
	height: 100%;
}

#center-form-popup .content {
	width: 61%;
	display: inline-block;
	position: relative;
	height: 100%;
	float: none;
}

#center-form-popup .center-form-popup-wrap {
	display: table;
	width: 100%;
}

#center-form-popup .center-form-popup-vertal {
	display: table-cell;
	vertical-align: middle;
}

#center-form-popup .comment-respond,
#center-form-popup .for-locked-content {
	background: #fff;
	margin: 0;
	border-radius: 8px;
	position: relative;
}

#center-form-popup .comment-reply-title,
#center-form-popup .for-locked-title {
	border-bottom: 1px solid #ececec;
	padding: 24px 29px 25px;
}

#center-form-popup small {
	position: absolute;
	right: 25px;
	top: 26px;
}

#center-form-popup small a {
	display: block !important;
	font-weight: 100;
	font-size: 0;
	line-height: 0.5;
	border: 0;
	overflow: hidden;
	color: #acacac;
	cursor: pointer;
}

#center-form-popup small a:hover {
	color: #4A57B9
}

#center-form-popup small a:after {
	content: "A—";
	font-size: 53px;
}

#center-form-popup .comment-form,
#center-form-popup .for-locked-body {
	padding: 8px 29px 25px;
}

#center-form-popup .for-locked-body {
	text-align: left;
}

#center-form-popup .comment-notes {
	margin-bottom: 15px;
}

#center-form-popup .form-submit,
#center-form-popup .for-locked-button {
	margin: 0;
}

/* Contact template fixes
--------------------------------------------- */

.contact .gform_wrapper {
	margin: 0;
	max-width: 100%;
	margin-bottom: 50px;
}

.contact .gform_wrapper .gform_heading,
.contact .gform_wrapper .gform_title {
	text-align: center;
	width: 100%;
}

.contact .gform_wrapper .gform_title {
	margin: 3px 0 13px;
	font-weight: 500;
	font-size: 25px;
}

.gform_wrapper span.gform_description {
	font-size: 14px;
	font-weight: 600;
}

.contact .gform_wrapper {
	margin-bottom: 0;
}

.contact .post-edit-link {
	margin-top: 15px;
	display: block;
}

/* Login template
--------------------------------------------- */

.login-page .page-title h1 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 16px;
}

.login-page .page-title p {
    font-size: 23px;
}

.login-page.header-image .title-area {
    padding-bottom: 24px;
}

.login-page .site-inner {
    padding-top: 56px;
    padding-bottom: 29px;
}

.login-page .entry,
.login-page .entry-content {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.login-page .login-title {
	text-align: center;
	font-family: ProximaNova;
	margin-bottom: 11px;
	color: #000000;
	font-size: 22px;
}

.login-page .i4w_loginform_div {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 29px 29px 22px;
    width: 68.2%;
    margin: 0 auto 30px;
}

.login-page .entry-content p {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.login-prefooter-area {
    background: url(images/da-bg.png);
	padding: 46px 0 60px;
}

.login-prefooter-area .lpa-content {
	text-align: center;
}

.login-prefooter-area .lpa-title {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 43px;
}

.login-prefooter-area .lpa-button input {
	width: 41.5%;
}

/* 404 page
--------------------------------------------- */

.error404 .entry {
	padding: 0 4.7%;
    box-shadow: 0 1px 1px 1px #d8d8d8;
}
/* Free Downloads
--------------------------------------------- */
.site-header{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-template-template-free-downloads .site-inner{
	padding: 80px 0 79px;
}
.fd-container{
	max-width: 1010px;
    margin: 0 auto;
	padding: 0 20px;
}
.fd-item{
	position: relative;
	overflow: hidden;
	display: table;
    width: 100%;
    padding: 30px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    background-color: #ffffff;
	margin-bottom: 20px;
}
.fd-item:nth-last-child(1){
	margin-bottom: 0;
}
.fd-icon{
	display: table-cell;
    vertical-align: middle;
    width: 92px;
	position: relative;
}
.fd-icon:before{
	content: '';
    width: 1px;
    height: 200%;
    background: #f2f3f5;
	display: inline-block;
    position: absolute;
    top: -30px;
    right: 0;
}
.fd-icon i{
	color: #d6d7e4;
    font-size: 72px;
    text-transform: uppercase;
}
.fd-text{
	padding: 0 70px 0 30px;
	display: table-cell;
    vertical-align: middle;
}
.fd-text h4{
	margin: -3px 0 7px;
	color: #4a57b9;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.fd-text p{
	margin-bottom: 0;
	color: #5c5b5b;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.fd-btn{
	display: table-cell;
    vertical-align: middle;
    width: 220px;
}
.fd-btn a {
	display: inline-block;
	padding: 14px 0;
    width: 100%;
	border-radius: 25px;
    border: 2px solid #4a57b9;
    background-color: rgba(74, 87, 185, 0);
    color: #4a57b9;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
	transition: .5s all;
}
.fd-btn a:hover{
	background: #4a57b9;
	color: #fff;
}
/* success stories
--------------------------------------------- */
.page-template-template-success-stories .site-inner{
	padding-bottom: 55px;
}
.page-template-template-success-stories article.page {
	display: none;
}
.ss-video{
	font-size: 0;
}
.ss-item {
    width: 31.7%;
	max-height: 230px;
    display: inline-block;
    margin-right: 2.45%;
    margin-bottom: 30px;
	position: relative;
	vertical-align: top;
}
.ss-item:nth-child(3n){
	margin-right: 0;
}
.video-show{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
	
    width: 100%;
    height: 100%;
    z-index: 2;
	background: url(images/hover-video.png) no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
	cursor: pointer;
	transition: .5s all;
}
.video-show:hover{
	opacity: 1;
	border: 0;
}
.ss-video-box iframe{
	position: absolute;
    width: 100%;
    max-height: 230px;
	border-radius: 7px;
}
.ss-video-box{
	display: block;
    width: 100%;
    position: relative;
    height: 230px;
}
.ss-video:before{
	content: '';
	transition: .5s all;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.77);
	visibility: hidden;
	opacity: 0;
}
.ss-video.active-video{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.ss-video.active-video:before{
	visibility: visible;
	opacity: 1;
}
.ss-video.active-video .video-show{
	display: none;
}
.ss-video.active-video .ss-video-box{
	max-width: 970px;
	height: 430px;
    margin: 10% auto 10%;
    position: relative;
	z-index: 222222;
}
.ss-video.active-video .ss-video-box iframe{
	height: 100%;
	max-height: 100%;
}
.overflow-hide{
	overflow: hidden!important;
}
/* Product & Member area templates
--------------------------------------------- */

.members-area .site-inner,
.product .site-inner {
	padding-bottom: 61px;
}

.members-area .content {
	min-height: 557px;
}

/*.ma-tabs-panels,*/
.products-container {
	margin: 0 -6.75% 0 -9.65%;
}

.ma-tabs-panels .panel {
	display: none;
	padding-top: 60px;
}
.ma-tabs-panels .panel.actions-box {
	padding-top: 0;
}
.ma-tabs-panels .panel:first-child {
	display: block;
}

.actions-box,
.toolboxes-box,
.products-box  {
	margin-top: -23px;
}

.actions-box .action-wrap,
.toolboxes-box .toolbox-wrap,
.products-box .product {
	margin-top: 23px;
}

.products-box .product {
    border-radius: 8px;
    overflow: hidden;
}

.actions-box .action,
.toolboxes-box .toolbox,
.products-box .product {
	display: inline-block;
	width: 30.8%;
	margin-left: 2.5%;
	background: #fff;
	text-align: center;
	vertical-align: top;
	box-shadow: 0px 1px 1px 1px #d8d8d8;
	position: relative;
	padding-bottom: 142px;
	height: 537px;
}

.products-box .product {
	height: auto;
	min-height: 537px;
}

.actions-box .coming .action-thumbnail:before {
    content: "Coming soon";
    color: #fff;
    background: #4A57B9;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    box-shadow: 0 0 3px 1px #333;
    position: absolute;
    top: 12px;
    right: -35px;
    text-transform: uppercase;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 6px 43px;
    width: 55px;
}

.actions-box img,
.toolboxes-box img,
.products-box img {
	width: 100%;
}

.actions-box .action-title,
.actions-box .action-description,
.actions-box .action-button,
.toolboxes-box .toolbox-title,
.toolboxes-box .toolbox-button,
.products-box .product-title,
.products-box .product-description,
.products-box .product-button,
.products-box .product-caption {
	padding: 0 19px;
}

.actions-box .action-title,
.toolboxes-box .toolbox-title,
.products-box .product-title {
	padding-top: 13px;
	padding-bottom: 9px;
	font-weight: 600;
	font-size: 23px;
	letter-spacing: 1px;
}

.actions-box .action-description,
.products-box .product-description,
.products-box .product-caption {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.products-box .product-description,
.products-box .product-caption {
	font-weight: 300;
}

.actions-box .action-button,
.toolboxes-box .toolbox-button,
.products-box .product-button,
.products-box .product-caption {
	position: absolute;
	left: 0;
	bottom: 68px;
	width: 100%;
}

.actions-box .action-button input,
.toolboxes-box .toolbox-button input,
.products-box .product-button input {
	width: 100%;
	padding: 14px 14px 12px;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
	border-radius: 26px;
}

.actions-box .coming .action-button input,
.actions-box .coming .action-button input:hover {
    background: #c6c6c6;
    border-color: #c6c6c6;
    color: #424242;
    cursor: default;
}

.products-box .product-caption {
	bottom: 24px;
}

.member-area-tabs {
	background: #4A57B9;
	border-top: 2px solid #6C79DC;
	padding-top: 10px;
	color: #4A57B9;
	padding-bottom: 2px;
}

.member-area-tabs .ma-tab {
	position: relative;
	background: #fff;
	display: inline-block;
	width: 16.66%;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style:none;/*IE*/
}

.member-area-tabs .ma-tab.locked,
.member-area-tabs .ma-tab.locked:hover {
	background: #c6c6c6;
	margin-top: -10px;
    color: #424242;
}

.member-area-tabs a.ma-tab { 
	color: #fff;
	border: 0;
}

.member-area-tabs a.ma-tab .ma-tab-title,
.member-area-tabs a.ma-tab .ma-tab-pic-container {
	color: #4A57B9;
}

.member-area-tabs a.ma-tab.locked .ma-tab-title,
.member-area-tabs a.ma-tab.locked:hover .ma-tab-title,
.member-area-tabs a.ma-tab.locked .ma-tab-pic-container,
.member-area-tabs a.ma-tab.locked:hover .ma-tab-pic-container,
.member-area-tabs .ma-tab.locked:hover {
    color: #424242;
}

.member-area-tabs .ma-tab.active,
.member-area-tabs .ma-tab:hover,
.member-area-tabs a.ma-tab:hover .ma-tab-title,
.member-area-tabs a.ma-tab:hover .ma-tab-pic-container {
	background: transparent;
	color: #fff;
}

.member-area-tabs .ma-tab-border {
	padding: 0 10px 10px;
	border-right: 1px solid #4A57B9;
	border-left: 1px solid #4A57B9;
	height: 166px;
}

.member-area-tabs .locked .ma-tab-border {
	padding-top: 10px;
	height: 176px;
}

.member-area-tabs .ma-tab:first-child .ma-tab-border {
	border-left-width: 2px;
}

.member-area-tabs .ma-tab.last .ma-tab-border {
	border-right-width: 2px;
}

.member-area-tabs .ma-tab-content {
	border: 2px solid #fff;
	height: 100%;
	position: relative;
}

.member-area-tabs .ma-tab-content:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url('images/tab-bg.png') no-repeat;
	background-size: 100% 100%;
	display: block;
	content: "";
	opacity: 0.1;
}

.member-area-tabs .ma-tab-title {
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px;
	font-size: 17px;
	letter-spacing: 1px;
}

.member-area-tabs .ma-tab-pic-container {
	padding: 9px 9px 10px;
	position: relative;
}

.member-area-tabs .icon-calendar-bg,
.member-area-tabs .icon-list-bg,
.member-area-tabs .icon-folder-bg,
.member-area-tabs .ma-tab.locked:hover .icon-list-bg {
	display: inline-block;
	width: 54px;
	height: 64px;
	background: transparent url(images/icon-list-blue.png) no-repeat;
	background-size: 100% 100%;
}

.member-area-tabs .locked .icon-list-bg,
.member-area-tabs .locked:hover .icon-list-bg {
    background-image: url(images/icon-list-gray.png);
}

.member-area-tabs .icon-calendar-bg,
.member-area-tabs .locked .icon-calendar-bg,
.member-area-tabs .ma-tab.locked:hover .icon-calendar-bg {
	width: 64px;
	height: 64px;
	background-image: url(images/icon-calendar-gray.png);
}

.member-area-tabs .icon-calendar-bg {
    background-image: url(images/icon-calendar-blue.png);
}

.member-area-tabs .ma-tab.active .icon-list-bg,
.member-area-tabs .ma-tab:hover .icon-list-bg {
	background-image: url(images/icon-list.png);
}

.member-area-tabs .ma-tab.active .icon-calendar-bg,
.member-area-tabs .ma-tab:hover .icon-calendar-bg {
	background-image: url(images/icon-calendar.png);
}

.member-area-tabs .icon-folder-bg {
    width: 66px;
    height: 54px;
    background-image: url(images/icon-folder-blue.jpg);
}

.member-area-tabs .ma-tab.active .icon-folder-bg,
.member-area-tabs .ma-tab:hover .icon-folder-bg {
    background-image: url(images/icon-folder.png);
}

.member-area-tabs .locked .icon-folder-bg,
.member-area-tabs .ma-tab.locked:hover .icon-folder-bg {
    background-image: url(images/icon-folder-gray.png);
}

.member-area-tabs .fa-question {
	border: 5px solid;
	border-radius: 100%;
	padding: 6px 16px 3px 13px;
	font-size: 45px;
}

.member-area-tabs .fa-users {
	font-size: 54px;
	padding-top: 5px;
}
.member-area-tabs .fa-window-restore{
	font-size: 68px;
}
.member-area-tabs .fa-cloud-download {
	font-size: 61px;
	padding-top: 6px;
}

.toolboxes-box .toolbox-wrap,
.actions-box .action-wrap {
	vertical-align: top;
	display: inline-block;
	width: 30.8%;
	margin-right: 3.8%;
}
.toolboxes-box .toolbox-wrap:nth-child(3n),
.actions-box .action-wrap:nth-child(3n){
	margin-right: 0;
}
.toolboxes-box .toolbox,
.actions-box .action {
	min-height: 549px;
	padding-bottom: 94px;
	display: table;
	width: 100%;
	margin: 0;
    box-shadow: 0 1px 1px 1px #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
}

.toolboxes-box .toolbox-table,
.actions-box .action-table {
	display: table;
}

.actions-box .action-thumbnail {
	position: relative;
	margin-bottom: 12px;
	font-size: 0;
}

.toolboxes-box img,
.actions-box img {
	display: table-row;
}

.actions-box .action-i-container,
.ma-tab.locked .tab-i-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	display: none;
}

.actions-box .full-progress .action-i-container,
.actions-box .in-progress .action-i-container,
.actions-box .locked .action-i-container,
.ma-tab.locked:hover .tab-i-container {
	display: block;
}

.actions-box .full-progress .action-i-container:after,
.actions-box .in-progress .action-i-container:after,
.actions-box .locked .action-i-container:after,
.ma-tab.locked .tab-i-container:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.actions-box .in-progress .action-i-container:after {
	background: transparent url(images/icon-progress.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	display: inline-block;
	width: 79px;
	height: 79px;
}

.actions-box .full-progress .action-i-container:after,
.actions-box .locked .action-i-container:after,
.ma-tab.locked .tab-i-container:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f00c";
	width: 72px;
	height: 72px;
	background: #6e9837;
	border-radius: 50%;
	border: 3px solid #fff;
	font-size: 35px;
	line-height: 2;
	color: #fff;
	z-index: 2;
}

.actions-box .locked .action-i-container:after,
.ma-tab.locked .tab-i-container:after {
	background: #404DA9;
	content: "\f023";
}

.ma-tab.locked .tab-i-container {
	display: none;
}

.ma-tab.locked .ma-tab-content {
	border-color: #d5d5d5;
}

.actions-box .action-text {
	display: table-row;
	height: 0;
}
.members-area .site-inner {
    padding-top: 0;
	position: relative;
    overflow: hidden;
}
.actions-box{
	margin-top: 0;
}
.cat-nav{
	position: relative;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 0 20px;
}
.cat-nav:before,
.cat-nav:after{
    content: '';
    position: absolute;
    top:0;
    width: 1000%;
    height: 100%;
    background: #fff;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
}
.cat-nav:before{
	left: -999.6%;
}
.cat-nav:after{
	right: -999.6%;
}
.cat-nav ul{
	margin: 0;
	list-style: none;
	text-align: center;
}
.cat-nav ul li.title-act-cat{
	float: left;
	color: #3c3d41;
    font: 600 20px "ProximaNova";
    line-height: 36px;
}
.cat-nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 4.3%;
	padding: 31px 0;
}
.cat-nav ul li:nth-child(1),
.cat-nav ul li:nth-last-child(1){
	margin-right: 0;
}
.cat-nav ul li a{
	color: #4a57b9;
    font: 600 16px "ProximaNova";
    line-height: 36px;
	cursor: pointer;
}
.cat-nav ul li a.activ-cat{
	color: #000;
	cursor: default;
	pointer-events: none;
}
.cat-nav ul li a.activ-cat:before{
	content: '';
	position: absolute;
	left: 0;
	bottom:-1px;
	width: 100%;
	height: 4px;
	background: #4a57b9;
	display: inline-block;
}
.content-box{
	padding-top: 40px;
}
@media screen\0 {
	.actions-box .action-text {
		height: auto;
	}
}

.actions-box .action-title {
	padding-top: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.actions-box .action-button {
	bottom: 30px;
}

.actions-box .action-button a {
	border: 0;
}

.actions-box .locked .action-button input,
.actions-box .locked .action-button input:hover {
	background: #c6c6c6;
	border-color: #c6c6c6;
	color: #fff;
}

.toolboxes-box .toolbox {
	padding-bottom: 98px;
	min-height: 1px;
	height: 455px;
}

.toolboxes-box .toolbox-text {
	display: table;
	width: 100%;
}

.toolboxes-box .toolbox-title {
	height: 112px;
	display: table-cell;
	vertical-align: middle;
}

.toolboxes-box  .toolbox-button {
	bottom: 31px;
}

.sessions-box,
.liveqa-box {
	margin-top: -30px;
}

.sessions-box .session-wrap,
.liveqa-box .liveqa-wrap,
.casestudies-box .casestudies-wrap {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 1px 1px #d8d8d8;
    overflow: hidden;
    width: 85.8%;
    margin: 30px auto 0;
}

.casestudies-box .casestudies-wrap:first-child {
	margin-top: 0;
}
body.white-bg .site-inner{
	background: #fff;
}
.title-sf-section{
	margin-top: 20px;
}
.title-sf-section h2{
	text-align: center;
    font-size: 34px;
    letter-spacing: 1.2px;
    word-spacing: 4px;
    font-weight: 600;
}
.software-wrap{
	padding: 90px 0;
	display: inline-block;
    width: 100%;
	border-bottom: 1px solid #efefef;
}
.software-wrap>div{
	display: inline-block;
	width: 48%;
}
.software-wrap:nth-child(odd) .software-text,
.software-wrap:nth-child(even) .software-image{
	float: right;
}
.software-wrap:nth-child(even) .software-text,
.software-wrap:nth-child(odd) .software-image{
	float: left;
}
.software-text .content-favicon{
	display: none;
}
.software-image img{
	width: 100%;
}
.software-wrap .btn{
	float: left;
	padding: 14px 68px 12px;
	font-size: 17px;
	font-weight: 500;
    letter-spacing: 1px;
    border-radius: 99px;
    text-transform: uppercase;
}
/*
.software-wrap:nth-child(odd) .software-text,
.software-wrap:nth-child(odd) .software-image{
	
}
*/
.sessions-box .session-upcoming-meta,
.liveqa-box .liveqa-upcoming-meta,
.casestudies-box .casestudies-title {
    background: #4A57B9;
    color: #fff;
    padding: 14px 29px 11px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}

.sessions-box .session-upc-title,
.liveqa-box .liveqa-upc-title {
	float: left;
}

.sessions-box .session-upc-date,
.liveqa-box .liveqa-upc-date {
    float: right;
    font-size: 16px;
    padding: 1px 2px;
}

.sessions-box .session-content,
.liveqa-box .liveqa-content {
	padding: 16px 19px;
}

.sessions-box .session-content > div,
.liveqa-box .liveqa-content > div {
	display: inline-block;
	vertical-align: top;
}

.sessions-box .session-icon,
.liveqa-box .liveqa-icon {
	font-size: 0;
	padding: 4px 0;
	width: 6.4%;
}

.sessions-box .session-icon img,
.liveqa-box .liveqa-icon img {
	width: 100%;
}

.sessions-box .session-text,
.liveqa-box .liveqa-text {
	padding: 0 2.05%;
	width: 76%;
	font-weight: 400;
}

.sessions-box .session-title,
.liveqa-box .liveqa-title {
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.sessions-box .session-description,
.liveqa-box .liveqa-description {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}

.sessions-box .session-button,
.liveqa-box .liveqa-button {
	width: 17.6%;
	padding: 4px 0;
}

.sessions-box .session-button a,
.liveqa-box .liveqa-button a {
	border: 0;
}

.sessions-box .session-button input,
.liveqa-box .liveqa-button input {
	width: 100%;
	text-transform: uppercase;
	padding: 14px 10px 12px;
	font-size: 17px;
	letter-spacing: 1px;
	border-radius: 99px;
}

.sessions-box .upcoming input,
.liveqa-box .upcoming input {
	background: #ff9c00;
	border-color: #ff9c00;
}

.toolboxes-box .toolbox-button input:disabled,
.toolboxes-box .toolbox-button input:disabled:hover,
.sessions-box .session-button input:disabled,
.sessions-box .session-button input:disabled:hover,
.sessions-box .upcoming input:disabled,
.sessions-box .upcoming input:disabled:hover,
.liveqa-box .liveqa-button input:disabled,
.liveqa-box .liveqa-button input:disabled:hover,
.liveqa-box .upcoming input:disabled,
.liveqa-box .upcoming input:disabled:hover {
	background: #c6c6c6;
	border-color: #c6c6c6;
	color: #fff;
}

.sessions-box .upcoming.registered input,
.sessions-box .upcoming.registered input:hover,
.liveqa-box .upcoming.registered input,
.liveqa-box .upcoming.registered input:hover {
	background: #1fca78;
	border-color: #1fca78;
	color: #fff;
}

.sessions-box .upcoming input:hover, 
.liveqa-box .upcoming input:hover{
	background: #fff;
	color: #ff9c00;
}

.casestudies-box .casestudies-parts {
    float: right;
    color: #B3BAEE;
    font-size: 13px;
    padding: 2px 0;
}

.casestudies-box .casestudy.disabled {
    pointer-events: none;
}

.casestudies-box .disabled .casestudy-title {
    color: #343434;
}

.casestudies-box .casestudies-content {
    padding: 24px 0 5px;
    font-size: 16px;
}

.casestudies-box .casestudies-desc {
    padding: 0 29px;
}

.casestudies-box .casestudies-items {
    margin-top: 20px;
}

.casestudies-box .casestudy-title {
    padding: 24px 0;
    font-size: 17px;
    font-weight: 600;
    color: #4A57B9;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0 29px;
    border-top: 2px dashed #f2f2f2;
}

.casestudies-box .casestudy:first-child .casestudy-title {
    border-top-style: solid;
}

.casestudies-box .casestudy-title:hover,
.casestudies-box .opened .casestudy-title {
    color: #343434;
}

.casestudies-box .fa-play-circle {
    font-size: 36px;
    position: relative;
    line-height: 0;
    top: 7px;
    margin-right: 19px;
}

.casestudies-box .fa-chevron-right {
    float: right;
    line-height: 0;
    font-size: 20px;
    position: relative;
    top: 14px;
    right: -2px;
}

.casestudies-box .opened .fa-chevron-right:before {
    content: "\f078";
}

.casestudies-box .casestudy-time {
    float: right;
    color: #A6A9C3;
    margin-right: 42px;
    font-size: 14px;
    position: relative;
    top: 3px;
}

.casestudies-box .casestudy-content {
    display: none;
}

.casestudies-box .casestudy-video {
    background: #4A57B9;
    margin-bottom: 25px;
}

.casestudies-box .casestudy-desc {
    padding: 0 29px;
}

.casestudies-box .casestudy-video > iframe,
.casestudies-box .casestudy-video > div {
    margin: 0 auto;
}

.ma-tabs-spinner {
	display: none;
	height: 150px;
}

.css3 .ma-tabs-spinner {
	height: 100px;
}

.minimum-landing .entry-content,
.ma-window-sessions .window,
.ma-window-liveqa .window {
	background: #fff;
	border-radius: 8px;
	padding: 53px 11.2%;
}

.minimum-landing .landing-title,
.ma-window-sessions .session-title,
.ma-window-liveqa .liveqa-title {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 9px;
	max-width: 100%;
}

.minimum-landing .landing-title {
	color: #4A57B9;
}

.minimum-landing .landing-caption,
.ma-window-sessions .session-caption,
.ma-window-liveqa .liveqa-caption {
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	color: #525252;
}

.minimum-landing .landing-date,
.ma-window-sessions .session-date,
.ma-window-liveqa .liveqa-date {
	font-weight: 400;
}

.minimum-landing .landing-video,
.ma-window-sessions .session-video,
.ma-window-liveqa .liveqa-video {
	margin-top: 46px;
}

.minimum-landing .landing-button,
.ma-window-sessions .session-button,
.ma-window-liveqa .liveqa-button {
	text-align: center;
	margin: 22px 0 48px;
}

.minimum-landing .landing-button input,
.ma-window-sessions .session-button input,
.ma-window-liveqa .liveqa-button input {
	border-radius: 100px;
	text-transform: uppercase;
	padding: 14px 56px 12px;
	font-size: 17px;
	letter-spacing: 1px;
}

.minimum-landing .landing-content,
.ma-window-sessions .session-content,
.ma-window-liveqa .liveqa-content {
	padding: 0 16px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	text-align: left;
}

.ma-window-actions input[type="checkbox"] {
	width: 30px;
	height: 30px;
	background-color: #fff;
}

.ma-window-actions .window {
	margin-top: 60px;
	background: #fff;
	border-radius: 8px;
	padding: 24px 31px 24px 29px;
}

.ma-window-actions .action-map-top {
	padding-left: 62px;
	padding-bottom: 46px;
	margin-top: 5px;
	margin-left: 35px;
	position: relative;
	border-left: 3px solid #4A57B9;
}

.ma-window-actions .action-map-title {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 27px;
}

.ma-window-actions .action-map-content {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	color: #525252;
}

.ma-window-actions .action-map-content p {
	margin-bottom: 21px;
}

.ma-window-actions .action-map-content br.pretty {
	display: none;
}

.ma-window-actions .action-map-progressbar,
.ma-window-actions .action-map-pb-top {
	margin-top: 21px;
	height: 12px;
	background: #f1f1f1;
	border-radius: 99px;
}

.ma-window-actions .action-map-pb-top {
	background: #4A57B9;
	margin: 0;
	width: 0;
}

.ma-window-actions .action-map-progressbar,
.ma-window-actions .action-map-content,
.ma-window-actions .action-map-title {
	position: relative;
	top: -5px;
}

.ma-window-actions .action-map-percentbox {
	position: absolute;
	top: 0;
	left: -38px;
	background: #4A57B9;
	padding: 21px 0 22px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	width: 70px;
	font-size: 17px;
	border-radius: 4px;
}

.ma-window-actions .action-map-form {
	padding-left: 35px;
}

.ma-window-actions .action-map-form-step {
	border-left: 3px solid #4A57B9;
	padding: 0 10.8% 7px 33px;
	position: relative;
}

.ma-window-actions .action-map-form-step.last {
	border-left: 0;
}

.ma-window-actions .action-map-form-title {
	font-weight: 600;
	font-size: 24px;
	position: relative;
	top: -3px;
}

.ma-window-actions .action-map-content {
    font-weight: 500;
}

.ma-window-actions .action-map-fs-items {
	padding-left: 30px;
	margin-top: 17px;
}

.ma-window-actions .action-map-form-step > input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: -17px;
}

.ma-window-actions .action-map-form-step.last > input[type="checkbox"] {
	left: -14px;
}

.ma-window-actions .action-map-fs-item {
	border-top: 2px dashed #f2f2f2;
	padding: 20px 0 18px;
	position: relative;
}

.ma-window-actions .action-map-fs-item:first-child {
	border-top-style: solid;
}

.ma-window-actions .action-map-fs-item > input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 25px;
	width: 20px;
	height: 20px;
}

.ma-window-actions .action-map-fsi-title {
	font-size: 20px;
	font-weight: 500;
	padding: 0 50px;
}

.ma-window-actions .action-map-fsi-button {
	position: absolute;
	padding: 0 9px;
	right: 0px;
	top: 16px;
	font-size: 22px;
	color: #a3a3a3;
	cursor: pointer;
}

.ma-window-actions .action-map-fsi-button:hover {
	color: #353535;
}

.ma-window-actions .action-map-fs-item.opened .action-map-fsi-button i:before {
	content: "\f077";
}

.ma-window-actions .action-map-fsi-content {
	margin-top: 34px;
	margin-bottom: 12px;
	border: 2px solid #d8d8d8;
	border-radius: 2px;
	padding: 31px 66px 28px 62px;
	display: none;
}

.phrases-container {
	display: none;
	visibility: hidden;
	font: 0;
	color: trasparent;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 32%;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 1px 1px 1px #d8d8d8;
}

.sidebar .widget > * {
	padding: 20px 7.6%;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

/*
Sidebar Desires
---------------------------------------------------------------------------------------------------- */

.desires {
    text-align: center;
    padding: 30px 0;
}

.desires-container {
    margin-left: -10%;
}

.desire {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    border-radius: 6px;
    box-sizing: content-box;
    min-height: 95px;
    margin: 5px 0 3px 10%;
}

.desire a {
    padding: 15px 9% 25px;
    display: block;
    border: 0;
}

.desire:hover {
    box-shadow: 0 0 0 2px #efefef;
}

.desire-icon {
    color: #4A57B9;
    font-size: 60px;
}

.desire-title {
    color: #353535;
    margin-top: 6px;
}

.sidebar .desires,
.sidebar .desire a {
	padding: 0;
}

.sidebar .desires-container {
	margin: 0;
}

.sidebar .desire {
	width: 100%;
	margin: 0;
	min-height: 1px;
	margin-top: 10px;
	position: relative;
}

.sidebar .desire:first-child {
	margin-top: 0;
}

.sidebar .desire:hover {
	box-shadow: none;
}

.sidebar .desire a {
	padding-left: 45px;
}

.sidebar .desire-icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	width: 23px;
}

.sidebar .desire-title {
	text-align: left;
	line-height: 1.8;
	margin-top: 0;
}

.sidebar .desire:hover .desire-title {
	color: #4A57B9;
}

/*
Sidebar Advertisment
---------------------------------------------------------------------------------------------------- */

.sidebar .widget.widget-adve,
.sidebar .widget_wds_advertisment {
	border-radius: 0;
	box-shadow: none;
}

.sidebar .widget.widget-adve > *,
.sidebar .widget_wds_advertisment > * {
	padding: 0;
}

.sidebar .widget-advs {
	font-size: 0;
	text-align: center;
}

.sidebar .widget-advs img {
	margin: 0;
	max-width: 100%;
}

.sidebar .widget-advs a {
	border: 0;
	display: block;
}

/*
Sidebar WDS Posts List
---------------------------------------------------------------------------------------------------- */

.sidebar .widget_wds_postslist {
    box-shadow: none;
    background-color: transparent;
}

.widget_wds_postslist .widget-wrap {
    padding: 0;
}

.wdsplf-entries .wdsplf-entry {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 1px 1px #d8d8d8;
    margin-bottom: 30px;
    background: #fff;
}

.wdsplf-entries .wdsplf-image {
    position: relative;
}

.wdsplf-entries .wdsplf-image a {
    font-size: 0;
    display: block;
}

.wdsplf-entries .wdsplf-image a:hover {
    border: 0;
}

.wdsplf-entries .wdsplf-image img {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.wdsplf-entries .wdsplf-entry-content {
    padding: 24px 20px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	padding: 40px 50px;
	position: relative;
}

.site-footer p {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
	color: #c5c5c5;
}

.site-footer .footer-section {
	display: inline-block;
	width: 20%;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 10px;
	position: absolute;
	bottom: 40px;
	left: 50px;
}

/*
Modal Footer
---------------------------------------------------------------------------------------------------- */
.modal-scrollable {
    z-index: 2001;
}
.modal.fade.in {
    margin: 0 auto!important;
    padding-bottom: 40px!important;
    top: 14%!important;
    left: 0;
    right: 0;
}
.modal-body {
	position: relative;
	width: 100%;
    display: inline-block;
    background: #fff;
	padding: 30px 0 20px;
}
.modal-backdrop, .modal-backdrop.fade.in {
    background: #000!important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	z-index: 2000;
}
.modal-updates-header{
	padding: 0 30px 30px;
    border-bottom: 1px solid #f1f1f1;
}
.modal-updates-header h3{
	margin-bottom: 0;
	color: #3c3d41;
	font: 600 20px "ProximaNova";
}
.mark-all-update{
	margin-top: 6px;
	float: right;
	font: 600 12px "Open Sans";
	cursor: pointer;
}
.modal-update-item{
	width: 100%;
	display: table;
	padding: 30px;
	border-bottom: 1px solid #f1f1f1;
}
.date-info,
.desc-info,
.close-box{
	display: table-cell;
}
.updates-box .desc-info h3{
	max-width: 390px;
	margin-bottom: 0;
	padding: 0 25px;
    font: 600 14px "Open Sans";
}
.updates-box .desc-info h3 a{
	cursor: pointer;
}
.updates-box .desc-info.mark-update h3{
	font-weight: 400;
}
.updates-box .date-info{
	width: 70px;
	color: #6e6e72;
	font: 600 13px "Open Sans";
	white-space: nowrap;
}
.updates-box .close-box{
	width: 20px;
    text-align: center;
}
.updates-box .close-box i{
	color: #c6c7ce;
	cursor: pointer;
	transition: .5s all;
}
.updates-box .close-box i:hover{
	color: #4A57B9;
}
.updates-content{
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .5s all;
}
.active-update .updates-content{
	opacity: 1;
	visibility: visible;
}
.updates-header{
	padding: 30px;
    border-bottom: 1px solid #f1f1f1;
	font: 600 16px "Open Sans";
}
.updates-header a{
	cursor: pointer;
}
.updates-header a i {
	margin-right: 10px;
}
.updates-content .updates-content-item{
	width: 100%;
	position: relative;
    display: inline-block;
    background: #fff;
	padding: 30px;
	margin-bottom: 40px;
}
.updates-content .updates-content-item h3{
	display: block;
	margin-bottom: 20px;
    font: 600 14px "Open Sans";
}
.updates-content .updates-content-item iframe{
	width: 100%!important;
	margin-top: 20px;
}
.updates-modal-btn{
	background: rgba(0, 0, 0, 0.2);
	padding: 7px 22px 4px;
    line-height: 20px;
    border-radius: 15px;
	font-size: 13px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.header-top.fixed .nav-primary  .updates-modal-btn{
	background: rgba(74, 87, 185, 1);
}
.updates-modal-btn:hover{
	background: rgba(0, 0, 0, 0.5);
}
.header-top.fixed .nav-primary  .updates-modal-btn:hover{
	background: rgba(74, 87, 185, 0.8);
}
.updates-modal-btn span{
	color: #fff!important;
}
.updates-modal-btn:hover span{
	color: #fff;
}
.updates-modal-btn i {
	color: #ffc600;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.updates-modal-btn.grey i{
	color: rgba(204, 204, 204, 0.71);
}
.loced{
	pointer-events: none;
}
.modal-loader{
	display: none!important;
	text-align: center;
}
.modal-loader.active{
	display: block!important;
}
.modal-loader img{
	width: 50px;
    margin: 30px 0;
}
.count-notic-prim{
	display: inline-block;
    margin-left: 5px;
}
.updates-content .content-favicon{
	display: none;
}
/*
LightBox
---------------------------------------------------------------------------------------------------- */
#html5-close,
#html5-elem-data-box,
#html5-watermark{
	display: none!important;
}
#html5-elem-box,
#html5-elem-wrap{
	background-color: transparent!important;
}
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}

@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1220px) {
	.cat-nav ul li.title-act-cat{
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.cat-nav ul li{
		padding: 10px 0 30px;
	}
}

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

	.wrap {
		max-width: 960px;
	}
	/* easy wrap */
	.page-template-page_blog .site-inner {
		padding-left: 0px;
		padding-right: 0px;
	}
		
    .home .content-sidebar-wrap, .home-am-wrap {
        width: 100%;
        margin-left: 0;
    }
	
	.member-area-tabs .ma-tab-border	{
		height: 183px;
	}
	
	.member-area-tabs .locked .ma-tab-border {
		height: 193px;
	}
	/*
	.ma-tabs-panels, .products-container {
		margin: 0 -1.75% 0 -4.25%;
	}
	*/
	.download-area .da-file-icon {
		left: -10px;
	}
	
	.site-footer .footer-section {
		margin-bottom: 0;
	}
	/* blog responsive */
	.new-blog {
		width: 48%;
		margin-left: 4%;
	}
	.new-blog.des_line {
		margin-left: 4%;
		clear: none;
	}
	.new-blog.tab_line,
	.new-blog.des_line .tab_line	{
		margin-left: 0%;
		clear: both;
	}
	.menu-item-login a{
		margin-left: 0!important;
	}
	.genesis-nav-menu{
		text-align: center;
	}
	.learning-box{
		display: inline-block;
		width: 100%;
		padding: 0 5%;
	}
	.nav-primary .genesis-nav-menu .menu-item{
		float: none;
	}
	.menu-right-link{
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.nav-primary .menu-item.type-1 a{
		margin-left: 10px!important;
	}
}

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

	.wrap {
		max-width: 768px;
	}
	
	.content,
	.sidebar,
	.title-area,
	.site-title,
	.nav-primary,
	.nav-secondary,
	.site-footer .footer-section,
	.download-area .da-content,
	.sidebar .widget-advs img,
    .home-fdi-icon,
    .home-fdi-title {
		width: 100%;
	}
	
	.site-footer .footer-section {
		position: static;
	}
	
	.site-header {
		position: relative;
	}
	
	.header-top {
		padding-top: 17px;
		padding-bottom: 15px;
	}
	
	.site-inner {
		padding: 40px 5%;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		background-position: center !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.nav-primary,
	.site-footer .footer-section	{
		text-align: center;
	}

    .home-fd-table,
    .home-fd-item a,
    .home-fdi-icon,
    .home-fdi-title {
        display: block;
    }

    .home-fdi-icon {
        border-right: 0;
        border-bottom: 2px solid #F2F3F5;
    }

    .home-fdi-title {
        text-align: center;
    }

    .home-am-wrap {
        padding: 0 5%;
    }
	
	.desires-container {
		margin-right: 1%;
	}
	
	.socials-box .social-icon {
		font-size: 50px;
	}
	
	.socials-box .social-icon img {
		height: 43px;
		margin-bottom: -11px;
	}
	
	.socials-box .social-title,
	.download-area .da-file-icon	{
		display: none;
	}

	.site-footer .nav-secondary a {
		margin: 0;
	}
	
	input[type="button"].type-4 {
		font-size: 20px;
	}
	
	.nav-secondary {
		margin: 0 0 10px;
	}
	
	.nav-secondary .menu-item {
		width: 32%;
	}
	
	.actions-box .action-wrap,
	.toolboxes-box .toolbox-wrap,
	.products-box .product {
		width: 47.4%;
		margin-right: 5.2%!important;
	}
	.actions-box .action-wrap:nth-child(even),
	.toolboxes-box .toolbox-wrap:nth-child(even),
	.products-box .product:nth-child(even){
		margin-right: 0!important;
	}
	
	.single .site-container,
    .home .site-container {
		position: relative;
	}
	
	#center-form-popup.open {
		position: absolute;
		top: 0;
	}
	
	#center-form-popup .center-form-popup-vertal {
		position: absolute;
	}
	
	.widget-title {
		padding-left: 6%;
		padding-right: 6%;
		margin-left: -5.6%;
		width: 111.2%;
	}
	
	.sidebar .desire {
		font-size: 22px;
	}
	
	.sidebar .desire a {
		padding-left: 55px;
	}
	
	.sidebar .desire-icon {
		font-size: 30px;
		width: 30px;
	}

    .sidebar .widget_wds_postslist .widget-wrap {
        padding: 0;
    }

	.site-footer {
		padding: 40px 0;
	}
	
	.sessions-box .session-button,
	.liveqa-box .liveqa-button {
		width: 21.6%;
	}
	
	.sessions-box .session-text,
	.liveqa-box .liveqa-text {
		width: 72%;
	}
	
	.sessions-box .session-button input,
	.liveqa-box .liveqa-button input {
		font-size: 16px;
	}
	
	.minimum-landing .landing-content,
	.ma-window-sessions .window,
	.ma-window-liveqa .window {
		padding: 30px 5.2%;
	}

	.site-footer .wrap,
	.home-comments,
	.header-top,
	.header-info,
	.download-area .da-content,
	.page-title,
	.sidebar .widget > *,
	.pagination,
	.login-prefooter-area .lpa-content,
	.site-footer {
		padding-left: 5%;
		padding-right: 5%;
	}

    .blog .full .entry-title {
        max-height: 90px;
        overflow: hidden;
        font-size: 25px;
    }

    .blog .entry[class*="one_third"] h2 {
        max-height: 100px;
        overflow: hidden;
        font-size: 15px;
    }

    .blog .entry[class*="two_third"] h2 {
        font-size: 22px;
    }

    .blog .entry[class*="one_third"],
    .blog .entry[class*="two_third"],
    .blog .entry[class*="two_third"] .entry-content {
        min-height: 270px;
    }

    .blog .entry-content .curtain-title {
        margin-top: -14px;
    }

    .member-area-tabs .ma-tab-title {
        padding: 5px;
        word-break: break-word;
    }
	#home-software_library{
		    padding: 0 20px
	}
	.menu-item-login a{
		margin-left: 10px!important;
	}
}
@media only screen and (max-width: 991px) {
	.ss-video.active-video .ss-video-box{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.testimonials-item  p{
		padding: 0 15px;
	}
	
}
@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
	}
	
	.site-title {
		width: 50%;
	}
	
	.header-image .site-title a {
		background-position: left top !important;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu,
	.sessions-box .session .session-icon,
	.liveqa-box .liveqa .liveqa-icon  {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

    .home-fdi-title {
        padding: 13px 10px;
    }

    .home #center-form-popup .content {
        width: 60%;
    }

    .home-action-maps .home-am-unlock .button {
        padding: 20px;
        width: 100%;
    }

	.genesis-grid-even,
	.genesis-grid-odd,
	.member-area-tabs .ma-tab,
	.products-box .product,
	.actions-box .action-wrap,
	.toolboxes-box .toolbox-wrap,
	.sessions-box .session-wrap,
	.liveqa-box .liveqa-wrap,
    .blog .entry-content img,
    .blog .entry-header,
    .blog .entry-content,
    #comments-form-popup .comments-form-popup-vertal {
		width: 100%;
	}
	.actions-box .action-wrap,
	.toolboxes-box .toolbox-wrap,
	.products-box .product {
		margin-right: 0!important;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
    .blog .post.entry {
		margin: 0;
		width: 100%;
	}
	
	input[type="button"].type-4 {
		font-size: 16px;
	}
	
	.desire {
		width: 30%;
	}
	
	.home-comments blockquote {
		padding: 48px 5% 48px 98px;
	}
	
	.products-container,
	.ma-tabs-panels	{
		margin: 0 -1.75%;
	}
	
	.products-box .product,
	.actions-box .action-wrap{
		min-height: 502px;
		margin-left: 0;
	}
	
	.products-box .product-caption {
		bottom: 15px;
	}
	
	.member-area-tabs {
		padding-top: 0;
	}
	
	.member-area-tabs .ma-tab.locked,
	.member-area-tabs .ma-tab.locked:hover,
	.member-area-tabs .ma-tab.locked:focus {
		margin: 0;
	}
	
	.member-area-tabs .ma-tab-border,
	.member-area-tabs .ma-tab.locked .ma-tab-border {
		height: 59px;
		padding: 0;
		border: 0;
	}
	
	.ma-tab.locked .tab-i-container:after {
		width: 25px;
		height: 25px;
		font-size: 13px;
		border-width: 2px;
		left: auto;
		right: 13px;
	}
	
	.member-area-tabs .ma-tab-title {
		line-height: 2.1;
		width: 90%;
		text-align: left;
		float: right;
	}
	
	.member-area-tabs .ma-tab-pic-container {
		width: 10%;
	}
	
	.member-area-tabs .ma-tab-content {
		border: 0;
	}
	
	.member-area-tabs .ma-tab-content:before {
		background: none;
	}
	
	.member-area-tabs .icon-calendar-bg,
	.member-area-tabs .ma-tab.locked:hover .icon-calendar-bg,
	.member-area-tabs .icon-list-bg,
	.member-area-tabs .ma-tab.locked:hover .icon-list-bg {
		width: 27px;
		height: 32px;
	}

    .member-area-tabs .icon-folder-bg,
    .member-area-tabs .ma-tab.locked:hover .icon-folder-bg {
        width: 40px;
        height: 35px;
    }
	
	.member-area-tabs .fa-question {
		border: 2px solid;
		padding: 3px 9px 3px 9px;
		font-size: 19px;
		line-height: 1.2;
		margin-top: 5px;
	}
	
	.member-area-tabs .fa-users {
		font-size: 32px;
	}
	.member-area-tabs .fa-window-restore{
		font-size: 40px;
	}
	.member-area-tabs .fa-cloud-download {
		font-size: 36px;
		padding-top: 3px;
	}
	
	.ma-window-actions .action-map-form-step {
		padding-right: 0;
	}
	
	.ma-window-actions .action-map-fsi-content {
		padding: 15px;
	}
	
	.sessions-box .session-text,
	.liveqa-box .liveqa-text {
		width: 75%;
		padding-left: 0;
	}
	
	.sessions-box .session-button,
	.liveqa-box .liveqa-button {
		width: 24.6%;
	}
	
	.sessions-box .session-button input,
	.liveqa-box .liveqa-button input {
		font-size: 14px;
	}
	.software-wrap>div{
		width: 100%;
	}
	.software-wrap{
		padding: 40px 0;
	}
	.software-text h3{
		margin: 20px 0 30px;
	}
	.software-text .btn-box{
		width: 100%;
		display: inline-block;
		padding-top: 30px;
		text-align: center;
	}
	.software-text .btn-box a{
		float: none;
	}
	#comments-form-popup .content {
		width: 90%;
	}
	
	.login-prefooter-area .lpa-button input {
		width: 66.6%;
	}

    .blog .entry-header,
    .blog .entry-content {
        float: none;
    }

    .blog .full .entry-title,
    .blog .entry[class*="one_third"] h2 {
        max-height: none;
    }

    .blog .row,
    .blog .row.one_third,
    .blog .row.two_third {
        margin: 0;
    }

    .blog .post.entry {
        margin-bottom: 30px;
    }

    .blog .post.entry h2 {
        font-size: 25px;
        font-weight: 500;
    }

    .blog .post.entry .entry-content {
        min-height: 1px;
    }

    .blog .post.entry .entry-content a {
        position: relative;
    }

    .blog .post.entry .entry-content img {
        max-width: 100%;
        height: auto;
    }
	/* blog responsive */
	.new-blog,
	.new-blog.des_line,
	.new-blog.des_line .tab_line		{
		width: 100%;
		margin-left: 0;
	}
	.new-blog .entry-header h2 a,
	.new-blog .entry-header .additional-description {
		height: auto;
	}
	.ss-video-box{
		height: 170px;
	}
	.ss-item,
	.ss-video-box iframe{
		max-height: 170px;
	}
	.fd-icon{
		display: none;
	}
	.fd-text{
		padding-left: 0;
	}
	.nav-primary ul{
		text-align: center;
	}
	.menu-item-login a{
		margin-top: 0!important;
		margin-left: 10px!important;
	}
	.nav-primary .genesis-nav-menu .menu-item{
		float: none;
	}
	.cat-nav ul li {
		padding: 10px 0 5px;
		margin: 0 2%;
	}
	.cat-nav ul li a{
		font-size: 14px;
	}
	.cat-nav ul li:nth-child(1), .cat-nav ul li:nth-last-child(1){
		margin: 0 2%;
	}
}
@media only screen and (max-width: 640px) {
	.coaches-box{
		padding: 0 0;
	}
	.coache-desc{
		width: 100%;
	}
	.coache-item img{
		margin: 0 auto;
		float: none;
		display: block;
	}
	.coache-desc{
		text-align: center;
	}
	.ss-item{
		width: 100%;
		margin-right: 0!important;
	}
	.ss-video-box{
		height: 254px;
	}
	.ss-item, 
	.ss-video-box iframe{
		max-height: 254px;
	}
	.counter-item{
		width: 100%;
	}
	.btn-big{
		padding: 22px 0;
		max-width: 100%;
		font-size: 16px;
	}
	.cta-container h3{
		line-height: 30px;
	}
	.cta-container,
	.coaches-container,
	.mastermind-container-sc,
	.home-software_library,
	.mastermind-container{
		padding-left: 5%;
		padding-right: 5%;
	}
	.home-sl-wrap  .toolboxes-box .toolbox-wrap .toolbox{
		 min-height: initial;
	}
	.home-sl-wrap  .toolboxes-box .toolbox-wrap .toolbox-button{
		position: relative;
		bottom: 0;
		margin-bottom: 20px;
	}
	.home-sl-wrap  .toolboxes-box .toolbox-wrap.bx-clone{
		display: none!important;
	}
	.fd-item{
		display: inline-block;
	}
	.fd-text{
		display: inline-block;
		padding: 0;
		text-align: center
	}
	.fd-btn{
		display: inline-block;
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.fd-btn a{
		max-width: 220px;
	}
	.page-title,
	.header-info-content .header-info-title{
		font-size: 35px;
	}
	.learning-header {
		margin-bottom: 20px;
		display: inline-block;
		width: 100%;
	}
	.learning-body{
		display: inline-block;
		width: 100%;
		position: relative;
		padding-bottom: 132px;
	}
	.learning-header .learning-item{
		max-width: 48%;
		float: left;	
	}
	.learning-header .learning-item:nth-child(1){
		margin-right: 5%;
	}
	.learning-body .learning-item{
		max-width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.learning-body .learning-item:nth-child(odd){
		margin-right: 0!important;
	}
	.learning-body .learning-item:nth-child(1){
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.learning-body .learning-item:nth-last-child(1){
		position: absolute;
		right: 0;
		bottom: 0;
		margin-right: 0;
	}
	.learning-body .learning-item:nth-child(2):before, 
	.learning-body .learning-item:nth-child(3):before{
		top: -31px;
		height: 31px;
	}
	.learning-body .learning-item:nth-child(1):before,
	.learning-body .learning-item:nth-last-child(1):before{
		height: 62px;
		top: -62px;
	}
	.learning-body .learning-item:nth-child(1):after,
	.learning-body .learning-item:nth-last-child(1):after{
		width: 60%;
	}
	.ss-container{
		text-align: center;
	}
	.ss-video{
		display: inline-block;
		position: relative;
	}
}
@media only screen and (max-width: 600px) {

	.home-join-access-button .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-join-access-button input[type="button"] {
		width: 100%;
	}

    .home-fd-items {
        margin-left: 0;
    }

    .home-fd-item {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
.home-action-maps .bx-wrapper{
    margin-top: 150px;
}
    .home-action-maps .bx-controls {
        top: 0;
    }

    .home-action-maps .home-am-unlock .button {
        font-size: 16px;
        padding: 10px;
    }
	.updates-modal-btn,
	.nav-primary .menu-item.type-1 {
		margin: 4px 0;
	}
	
	.header-info .header-info-buttons a {
		margin: 0 0 20px;
		display: block;
	}
	
	.products-box .product-caption {
		bottom: 24px;
	}
	
	.entry-comments .avatar {
		height: 40px;
		width: 40px;
	}
	
	.comment-content {
		padding-left: 0px;
	}
	
	.comment-list li {
		padding-left: 15px;
	}
	
	.pagination {
		font-size: 19px;
	}

    #center-form-popup .content {
        width: 80%;
    }
	
	.sidebar .desire {
		font-size: 18px;
	}
	
	.sidebar .desire a {
		padding-left: 40px;
	}
	
	.sidebar .desire-icon {
		font-size: 25px;
		width: 25px;
	}

    .i4w_loginform .i4w_login_remember {
        float: none;
        margin-bottom: 20px;
    }

    .i4w_loginform .i4w_login_submit {
        float: none;
    }

    .i4w_loginform .i4w_login_submit input {
        width: 100%;
    }
	.home-sl-wrap  .toolboxes-box .toolbox-wrap img{
		height: 150px;
	}
	.home-software_library .bx-wrapper .bx-viewport{
		height: auto!important;
	}
	.home-sl-wrap  .toolboxes-box .toolbox-wrap{
		min-height: auto!important;
	}
	.mark-all-update{
		float: none;
		display: block;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 500px) {

	.desires-container {
		margin-left: -5%;
	}
	
	.desire {
		width: 43%;
		margin-left: 5%;
	}
	
	.download-area .da-featured-title {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	input[type="button"].type-4 {
		font-size: 12px;
	}
	
	.nav-secondary .menu-item {
		width: 49%;
	}
	
	.member-area-tabs .ma-tab-pic-container {
		width: 15%;
	}
	
	.member-area-tabs .ma-tab-title {
		width: 87%;
	}
	
	.ma-window-actions .window {
		padding: 6px 10px;
		position: relative;
	}
	
	.ma-window-actions .action-map-top {
		padding-left: 25px;
		padding-bottom: 25px;
		padding-top: 62px;
		margin-left: 15px;
		position: static;
	}
	
	.ma-window-actions .action-map-title {
		font-size: 25px;
	}
	
	.ma-window-actions .action-map-content {
		font-size: 18px;
	}
	
	.ma-window-actions .action-map-percentbox {
		top: 0;
		left: 0px;
		padding: 10px 0;
		font-weight: 400;
		width: 100%;
		border-radius: 0;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}
	
	.ma-window-actions .action-map-form {
		padding-left: 15px;
	}
	
	.ma-window-actions .action-map-form-title {
		font-size: 22px;
		padding-left: 14px;
		line-height: 1.25;
	}
	
	.ma-window-actions .action-map-form-step.last > input[type="checkbox"] {
		left: -9px;
	}
	
	.ma-window-actions .action-map-fs-items {
		padding-left: 14px;
		margin-top: 10px;
	}
	
	.ma-window-actions .action-map-fs-item {
		padding: 15px 0;
	}
	
	.ma-window-actions .action-map-fsi-title {
		font-size: 18px;
		padding: 3px 35px 3px 30px;
	}
	
	.ma-window-actions .action-map-form-step {
		padding-left: 0;
	}
	
	.ma-window-actions input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}
	
	.ma-window-actions .action-map-form-step > input[type="checkbox"] {
		left: -12px;
	}
	
	.sessions-box .session-button,
	.liveqa-box .liveqa-button {
		width: 100%;
		margin-top: 10px;
	}
	
	.sessions-box .session-text,
	.liveqa-box .liveqa-text {
		width: 100%;
		padding-right: 0;
	}
	
	.sessions-box .session-upc-date,
	.liveqa-box .liveqa-upc-date,
	.sessions-box .session-upc-title,
	.liveqa-box .liveqa-upc-title {
		width: 100%;
		text-align: center;
	}
	
	.products-box .product,
	.actions-box .action-wrap,
	.toolboxes-box .toolbox-wrap {
		min-height: 460px;
	}
	
	.login-prefooter-area .lpa-button input {
		width: 100%;
	}

    .login-page .i4w_loginform_div {
        width: 100%;
    }
	.page-template-page_blog .site-inner .wrap {
		padding: 0 20px;
	}
	.ss-video.active-video .ss-video-box{
		    height: 300px;
	}
	.testimonials-box .bx-wrapper .bx-viewport{
		left: 0;
	}
}

@media only screen and (max-width: 400px) {
	
	input[type="button"].type-4 {
		font-size: 11px;
	}
	
	.entry-comments .comments-top h3 {
		font-size: 17px;
	}
	
	.ma-window-sessions .session-button input,
	.ma-window-liveqa .liveqa-button input,
	.minimum-landing .landing-button input {
		padding: 14px 27px 12px;
		font-size: 15px;
	}
	
	.minimum-landing .landing-title,
	.ma-window-sessions .session-title,
	.ma-window-liveqa .liveqa-title {
		font-size: 24px;
		line-height: 1.3;
	}

    .member-area-tabs .ma-tab-title {
        width: 82%;
        line-height: 3;
    }

    .home #center-form-popup .content {
        width: 80%;
    }

    #center-form-popup .content {
        width: 95%;
    }
	.learning-body .learning-item span{
		font-size: 14px;
	}
}

@media only screen and (max-width: 360px) {
	
	input[type="button"].type-4 {
		font-size: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.ma-window-sessions .session-button input,
	.ma-window-liveqa .liveqa-button input,
	.minimum-landing .landing-button input {
		padding: 14px 27px 12px;
		font-size: 12px;
	}

    .pagination a {
        font-size: 0;
    }

    .pagination a .fa {
        font-size: 20px;
    }

}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}
