/* # Genesis Child Theme  
Theme Name: Crazyegg.com Theme by WPMinds  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is a custom child theme developed by WPMinds and created for CrazyEgg.   
Author: WPMinds  
Author URI: https://www.wpminds.com/ 
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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

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

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

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

.author-box:before,
.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;
}

.author-box:after,
.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 ProximaNova 
--------------------------------------------- */
@font-face  {
    font-family:ProximaNova-Black;
    src:  url(font/ProximaNova-Black.otf);
    font-weight:  900;
}
@font-face  {
    font-family:ProximaNova-Extrabold;
    src:  url(font/ProximaNova-Extrabold.otf);
    font-weight:  800;
}
@font-face  {
    font-family:ProximaNova-Bold;
    src:  url(font/ProximaNova-Bold.otf);
    font-weight:  700;
}
@font-face  {
    font-family:ProximaNova-BoldItalic;
    src:  url(font/ProximaNova-BoldIt.otf);
    font-weight:  700;
	font-style:italic;
}
@font-face  {
    font-family:ProximaNova-Semibold;
    src:  url(font/ProximaNova-Semibold.otf);
    font-weight:  600;
}
@font-face  {
    font-family:ProximaNova-SemiboldItalic;
    src:  url(font/ProximaNova-SemiboldItalic.otf);
    font-weight:  600;
	font-style:italic;
}
@font-face  {
    font-family:ProximaNova-Regular;
    src:  url(font/ProximaNova-Regular.otf);
    font-weight:  400;
}
@font-face  {
    font-family:ProximaNova-RegularItalic;
    src:  url(font/ProximaNova-RegularItalic.otf);
    font-weight:  400;
	font-style:italic;
}
@font-face  {
    font-family:ProximaNova-Light;
    src:  url(font/ProximaNova-Light.otf);
    font-weight:  300;
}
@font-face  {
    font-family:ProximaNova-LightItalic;
    src:  url(font/ProximaNova-LightItalic.otf);
    font-weight:  300;
	font-style:italic;
}
/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #6d6d6d;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
	font-family:ProximaNova-Regular;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #0086e6;
	text-decoration: none;
}

a:hover {
	color: #6d6d6d;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}
ol li, ul li {
    list-style-type: decimal;
    margin: 0 0 0 40px;
    padding: 0 0 0 7px;
}
li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b4246;
	font-family:ProximaNova-Semibold;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

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%;
}

img {
	height: auto;
}

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

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
    color: #7786a0;
    font-size: 18px;
    padding: 14px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid;
}
.form-holder-wrap input {
    border: none;
}
.entry-content label.gfield_label {
    display: none;
}
.entry-content .gform_wrapper {
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 30px;
    background: rgba(0,134,230,0.08);
    border-radius: 10px;
}
.entry-content .gform_body ul {
    margin-bottom: 0;
    margin-left: 0;
}
.entry-content .gform_wrapper .button {
    width: auto;
	display:block;
	margin:0 auto;
}
.entry-content .gform_wrapper h3 {
    text-align: center;
}
.entry-content .gform_wrapper p {
    margin: 0;
}
input:focus,
textarea:focus {
	outline: none;
}
body li.gfield {
    padding-bottom: 10px;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #7786a0;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #7786a0;
	font-weight: 300;
}

.content input[type="search"]::-moz-placeholder {
	color: #7786a0;
}
.sidebar input[type="search"]::-moz-placeholder {
	color: #7786a0;
} 
.content input[type="search"]::-webkit-input-placeholder {
	color: #7786a0;
}
.sidebar input[type="search"]::-webkit-input-placeholder {
	color: #7786a0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #0086e6;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-family:ProximaNova-Bold;
    padding: 14px 24px;
    text-transform: inherit;
    width: auto;
	border-radius: 5px;
	border:none;
}
a.button.border-btn {
    background: transparent;
    color: #0086e6;
    border: 1px solid;
}
a.button.border-btn:hover {
    background: #0086e6;
    color: #fff;
    border: 1px solid #0086e6;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #0086e6;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #6d6d6d;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1250px;
}

.site-inner {
	clear: both;
	padding-top: 0px;
}

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

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

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

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

/* ### Content */

.content {
	float: right;
	width: 825px;;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
    width: 340px;
    margin-top: 20px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* ## 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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

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

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

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

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

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

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #3b4246;
}

.entry-title a:hover {
	color: #0086e6;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


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

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

.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_calendar table {
	width: 100%;
}

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

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

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

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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

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

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

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

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

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

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

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 157px;
}
.site-header .wrap {
    padding: 16px 0 17px;
    max-width: 1281px;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/crazyegg_logo_blog.svg) no-repeat left;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
.footer-widgets-1 img {
    height: auto;
    opacity: 0.8;
}
/* ## Widget Area
--------------------------------------------- */

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #0086e6;
    display: block;
    padding: 11px 0;
    border-bottom: 2px solid transparent;
    margin: 0 13px;
}
.genesis-nav-menu .button-menu a {
    border: 1px solid  #0086e6;
    border-radius: 3px;
	padding: 11px 13px;
	font-family: ProximaNova-Bold;
}
.genesis-nav-menu .button-menu a:hover {
	background: #0086e6;
	color:#fff;
	border: 1px solid  #0086e6;
    border-radius: 3px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0086e6;
    border-bottom: 2px solid;
    border-radius: 0;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	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: 200px;
	z-index: 99;
}

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

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

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

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

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

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

.nav-secondary {
	background-color: #fff;
}


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

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

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 7px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 0px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
}

.sidebar .widget-title {
    font-size: 20px;
    font-family: ProximaNova-Regular;
    margin-top: 45px;
    padding-bottom: 11px;
	font-weight: 400;
    border-bottom: 2px solid #e5f2fc;
    margin-bottom: 26px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
    background-color: #004573;
    clear: both;
    padding-top: 79px;
}

.footer-widgets,
.footer-widgets a {
	color: rgba(250,250,250,0.7);
    font-size: 15px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: right;
}
.footer-widgets .widget {
    margin-bottom: 0;
    float: left;
}
.footer-widgets .widget.widget_nav_menu {
    max-width: 703px;
    float: right;
    margin-top: -4px;
	width:100%;
}
.footer-widgets .menu-item-has-children > a {
    display: none;
}
.footer-widgets .widget li li {
    border: none;
    margin: 0 0 7.5px;
    padding: 0;
}
.sub-menu li:first-child a {
    color: #fff;
	font-size: 18px;
	font-family:ProximaNova-Semibold;
}
.footer-widgets .widget li li{
	margin: 0;
    list-style: none;
    padding: 0;
}
.footer-widgets .menu >li {
    border-bottom: 0px dotted #666;
    width: 20%;
    float: left;
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer-widgets .widget:nth-child(3) {
    width: 100%;
    margin-top: 96px;
    border-top:2px dashed rgba(255, 255, 255, 0.5);
    padding-top: 17px;
    font-size: 13px;
    padding-bottom: 45px;
}
.breadcrumb {
    margin-bottom: 20px;
    display: none;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* # featuredpost section Queries
---------------------------------------------------------------------------------------------------- */
.featuredpost-section {
    width: 100%;
    max-width: 821px;
    float: left;
}
.featuredpost-section img {
    display: block;
	border-radius: 5px;
}
.featuredpost-section .featured-content .entry {
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 0;
    padding: 0;
    position: relative;
	min-height:500px;
}
.featuredpost-section a.alignnone {
    margin: 0;
	display: block;
}
.featuredpost-section .featured-content .entry-title {
    font-size: 35px;
    margin-bottom: 13px;
}
.featuredpost-section .featured-content .entry-title a{
	color:#3b4246;
}
.featuredpost-section .featured-content .entry-title a:hover{
	color:#0086e6;
}
.featuredpost-section a.more-link:hover{
    color: #3b4246;
}
.featuredpost-section a.more-link {
    display: block;
    margin-top: 28px;
    font-size: 20px;
    color: #0086e6;
    font-family: ProximaNova-Semibold;
}
.overraptext {
    bottom: 45px;
    position: absolute;
    background: #fff;
    max-width: 620px;
    left: 45px;
    border-radius: 5px;
    font-size: 18px;
    padding: 35px 35px 6px;
	z-index: 1;
}
.featuredpost-section .featured-content .entry:after {
    content: "featured post";
    position: absolute;
    left: 25px;
    top: 25px;
    color: #fff;
    background: rgba(0,84,140,0.5);
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
    padding: 1px 4px 0;
}
.featuredpost-section .widget_recent_entries h2.widgettitle {
    display: none;
}
.featuredpost-section .widget_recent_entries li {
    width: 50%;
}
.featuredpost-section .widget_recent_entries a {
    color: #3b4246;
    text-decoration: none;
    font-family: ProximaNova-Semibold;
}
.featuredpost-section .widget_recent_entries a:hover {
    color:#0086e6;
}
.featuredpost-section .widget_recent_entries li:nth-child(2n) {
    margin-right: 0;
}
.featuredpost-section .widget_recent_entries li {
	margin: 0;
    list-style: none;
    padding: 0;
    width: 47.2%;
    float: left;
    padding: 0 16px 20px 0;
    border-bottom: 2px solid #e5f2fc;
    margin-bottom: 16px;
    margin-right: 3%;
}
.archive-pagination li,
body li.gfield{
	margin-left: 0;
    list-style: none;
    padding-left: 0;
}
.featuredpost-section .widget_recent_entries {
    padding: 46px 0 0 32px;
    float: left;
    width: 100%;
}
.featuredpost-section .widget_recent_entries li:nth-child(6),
.featuredpost-section .widget_recent_entries li:nth-child(5){
	border-bottom: 0px solid #e5f2fc;
}
.popularpost-section {
    width: 358px;
    float: right;
}
input[type="search"] {
    background: rgba(0,134,230,0.08);
    border: none;
    border-radius: 5px !important;
    padding: 0 50px;
    height: 51px;
}
.popularpost-section .popular-posts h2 {
    font-size: 20px;
    font-family: ProximaNova-Regular;
    margin-top: 45px;
    padding-bottom: 11px;
    border-bottom: 2px solid #e5f2fc;
    margin-bottom: 26px;
}
body:not(.home) .site-header {
	background-color: #fff;
    min-height: 135px;
    margin-bottom: 22px;
    border-bottom: 2px solid #e5f2fc;
}
.popularpost-section .wpp-thumbnail {
	margin: 0 19px 0 0;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
}
.sidebar .featured-content .entry-title{
    color: #3b4246;
    text-decoration: none;
    font-family: ProximaNova-Semibold;
    font-size: 16px;
    margin: 0;
}
.sidebar .featured-content .entry {
    border-bottom: 2px solid #e5f2fc;
    margin-bottom: 20px;
    padding: 0 0 24px;
}
.popularpost-section .wpp-post-title {
    color: #3b4246;
    text-decoration: none;
    font-family: ProximaNova-Semibold;
    margin-top: 12px;
    display: inline-block;
    width: 74%;
    font-size: 15px;
}
.popularpost-section .wpp-author a,
.popularpost-section .wpp-author {
    color: #7786a0;
	font-size: 14px;
}
.popularpost-section .wpp-list li {
    overflow: hidden;
	margin: 0;
    list-style: none;
    padding: 0;
    float: none;
    clear: both;
    margin-bottom: 24px;
}
.popularpost-section .post-stats {
    font-size: 0;
}
.popularpost-section .wpp-post-title:hover,
.popularpost-section .wpp-author a:hover{color: #0086e6;}
.popularpost-section span.wpp-category a{color: #0086e6;font-size: 14px;padding: 0 0 0 24px;}
.popularpost-section span.wpp-category a:hover{color: #7786a0;}
.popularpost-section .wpp-category {
    position: relative;
}
.popularpost-section .wpp-category:before {
    content: ".";
    font-size: 40px;
    position: absolute;
    top: -27px;
    color: #7786a0;
    left: 8px;
}

.search .archive-description{
    background-color: #fff;
    font-size: 16px;
	margin-bottom: 48px;
    padding: 0 0 2px;
    border-bottom: 2px solid #e5f2fc;
	width: 100%;
}
.search .archive-title {
    font-size: 39px;
}
.search footer.entry-footer {
    order: 5;
}
.search footer.entry-footer span.entry-tags {
    display: none;
}
.search .entry-footer .entry-meta {
    border-top: 0px solid #f5f5f5;
    padding-top: 0;
    margin: 0;
    font-size: 0;
    display: flex;
}
.search .content p.entry-meta .entry-categories a {
    color: #0086e6;
}
.search .content p.entry-meta .entry-categories a:hover {
    color: #7786a0;
}
.search span.entry-categories {
    order: 2;
}
body.search span.entry-author:before {
    content: "By ";
}
body.search span.entry-author:after {
    content: ".";
    font-size: 40px;
    top: -3px;
    color: #7786a0;
    left: 0;
    position: relative;
    margin: 0 5px;
    line-height: 0;
}
.home .search span.entry-author > a:after {
    content: ".";
    font-size: 40px;
    top: -3px;
    color: #7786a0;
    left: 0;
    position: relative;
    margin: 0 5px;
    line-height: 0;
}
.home .search span.entry-author > span:after {
    content: " , ";
    color: #7786a0;
    position: relative;
    line-height: 0;
}
.sidebar .featured-content .entry:last-child {
    border: none;
}
.home .search span.entry-author > span:last-child:after {
    content: " ";
}
.home .search .content p.entry-meta .entry-author > span a {
    color: #0086e6;
}
.home .search .content p.entry-meta .entry-author > span a:hover {
    color: #7786a0;
}
body.search .content .entry > p.entry-meta {
    display: none;
}
.search span.entry-author {
    font-size: 15px;
}
.search span.entry-categories a {
    font-size: 15px;
}
.search span.entry-categories a:after {
    font-size: 15px;
	content:" , ";
}
.search span.entry-categories a:last-child:after{content:"  ";}
.search .content .entry-title a {
    font-size: 22px;
	display: block;
}
.search span.entry-comments-link,
.search time.entry-time {
    display: none;
}
.search .content .entry:nth-child(2n) {
    margin-left: 0;
}
.search .content .entry {
    margin-bottom: 88px;
    padding: 0;
    width: 48%;
	display:inline-block;
    display: inline-flex;
    vertical-align: top;
    flex-direction: column;
}
.search .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search .content a.more-link {
    display: none;
}
.search .content .entry-image-link img {
    border-radius: 5px;
    margin: 0;
}
.search .content .entry-title {
    order: 2;
    margin-bottom: 15px;
}
.search .content p.entry-meta {
    order: 4;
}
.search .content p {
    order: 3;
    margin: 0 0 12px;
    font-size: 15px;
}
.search .content a.entry-image-link {
    order: 1;
}
.popularpost-section .post-stats,
.search p.entry-meta {
    text-transform: capitalize;
}
.search span.entry-author {
    text-transform: initial;
}
.single main.content img {
    border-radius: 5px;
}
.form-holder-wrap {
    width: 100%;
    background: #00548c;
    position: relative;
    margin-top: 43px;
    border-radius: 5px;
    color: #fff;
    padding:92px 36px 36px;
    text-align: center;
}
.form-holder-wrap  > img {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.form-holder-wrap  h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 17px;
}
.form-holder-wrap label.gfield_label {
    font-size: 0;
    line-height: 0;
}
.form-holder-wrap .gform_body {
    margin-top: 43px;
}
.add-holder {
    display: flex;
    width: 100%;
    justify-content: space-around;
    overflow: hidden;
	margin-bottom: 100px;
}
.content-add h3 {
    font-size: 36px;
    margin-bottom: 20px;
}
.content-add span.add-overview {
    font-size: 14px;
    color: #7786a0;
    text-transform: uppercase;
    font-family: ProximaNova-Semibold;
    margin-bottom: 30px;
    display: block;
}
.add-holder img {
    display: block;
}
.content-add {
    width: 50%;
    padding-right: 23px;
    padding-top: 40px;
    padding-left: 5%;
    border: 2px solid #e5f2fc;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.video-add {
    width: 52.8%;
}
.pagination {
    clear: both;
    margin: 40px 0 79px;
    text-align: center;
	color: #0086e6;
}
.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
    background-color: #0086e6;
	color: #fff;
	font-size: 16px;
}
.archive-pagination li a:hover, .archive-pagination .active a {
	background-color: #edf7ff;
	color: #0086e6;
}
.archive-pagination li a {
    background-color: #fff;
	color: #0086e6;
	font-size: 22px;
	border-radius: 3px;
}
.archive-pagination li.active a {
    font-family: ProximaNova-Semibold;
    border-color: transparent;
}
.archive-pagination i.fa.fa-chevron-right {
    margin-left: 14px;
	font-size: 14px;
}
.archive-pagination i.fa.fa-chevron-left {
    margin-right: 14px;
	font-size: 14px;
}
form.search-form:after {
    content: "\f002";
    font: normal normal normal 22px FontAwesome;
    position: absolute;
    left: 16px;
    top: 14px;
    color: #0086e6;
} 
.widget_search form.search-form input[type="submit"] {
    clip: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    color: transparent;
    background: transparent;
	z-index: 1;
}
.search-form {
    position: relative;
}
.featuredpost-section a.more-link:after{
	content: "\f054";
    font: normal normal normal 14px FontAwesome;
	margin-left: 5px;
}
.entry-content .gform_body ul{
    margin-bottom: 10px;
    margin-left: 0;
}
.gform_wrapper .button {
    width: 100%;
}
.entry-content .gform_wrapper ul > li {
    list-style-type: none;
}
.content-add i.fa {
    font-size: 14px;
    margin-left: 14px;
}
.hiiden-f {
    overflow: hidden;
}
.popup-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(250,250,250,0.9);
    color: #0086e6;
    font-size: 24px;
    text-align: left;
    bottom: 0;
	overflow: hidden;
    overflow-y: scroll;
    display: none;
}
.popup-div .content-pop {
    margin: 50px auto;
	position: relative;
    column-count: 1;
    padding: 50px 20px;
    text-align: center;
    width: 100%;
    max-width: 1281px;
}
.popup-div .content-pop .cross-pop {
    color: #0086e6;
    display: block;
    position: absolute;
    text-decoration: navajowhite;
    transform: rotate(45deg);
    font-size: 50px;
    right: 10px;
    top: 10px;
	cursor:pointer;
}
.video-add img{cursor:pointer;}
.popup-div img {
    display: block;
    margin: 0 auto;
}
span.entry-lists {
    display: flex;
    align-items: center;
}
span.entry-lists i.fa{
    margin: 0 10px;
    font-size: 12px;
    opacity: 0.8;
}
ul.abh_tabs {
    display: none;
}
body .abh_tab_content {
    border-bottom: 0px solid #ccc !important;
	padding: 0 !important;
}
.entry-starbox-title .description.note.abh_description,
.entry-starbox-title .abh_job {
    display: none;
}
.entry-starbox-title section.vcard.abh_about_tab.abh_tab {
    display: flex !important;
    align-items: center;
}
.entry-starbox-title h3.fn.name:before {
    content: "By";
    margin-right: 5px;
}
.single .content {
    margin-left: 47px;
	padding: 19px 0 0 23px;
}
.single main.content .entry-title {
    font-size: 39px;
    line-height: 1.3;
}
.entry-starbox-title .abh_tab_content .abh_image {
    width: auto !important;
    margin-top: 0px !important;
}
.entry-starbox-title .abh_tab_content .abh_image img {
    max-width: 35px !important;
}
.entry-starbox-title .abh_box {
    padding: 0 0 !important;
}
.entry-starbox-title .abh_tab_content .abh_text {
    margin-left: 14px !important;
}
.entry-starbox-title .abh_tab_content .abh_text .fn {
    font-size: 16px !important;
    font-family: ProximaNova-Regular;
    font-weight: 400 !important;
}
.entry-starbox-title .abh_tab_content {
    min-height: 53px !important;
}
span.entry-date {
    margin-bottom: 27px;
    display: block;
    font-size: 15px;
}
.single main.content .entry-contents img {
    margin: 0;
	display:block;
}
.entry-contents {
    padding: 0 53px;
    font-size: 20px;
    color: #3b4246;
    line-height: 32px;
}
.entry-contents h3,
.entry-contents h4,
.entry-contents h2 {
    margin-top: 60px;
    margin-bottom: 30px;
}
.post-categories li {
    display: inline-block;
}
.post-categories li a:before {
    content: ",";
    margin-right: 5px;
}
.post-categories li:first-child a:before {
    display: none;
}
.entry-starbox .abh_box {
    padding: 30px 19px !important;
    border-top:2px dashed #c8cdd6;
    margin-left: 53px;
    width: 700px !important;
    margin-top: 50px;
}
.entry-starbox .abh_tab_content .abh_text {
    margin-left: 107px !important;
}
.entry-starbox .abh_tab_content .abh_text .abh_description {
    padding-top: 8px !important;
    font-size: 16px !important;
}
.search .content a.entry-image-link {
    order: 1;
    height: 221px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 22px;
}
.all-post-section {
    float: left;
}
.popularpost-section .popular-posts h2,
body .wpp-meta, body .post-stats {
    font-weight: normal;
}
.abh_tab_content .abh_text a {
    color: #3b4246;
}
.search .content p.entry-meta a,
.search .content p.entry-meta {
    color: #7786a0;
}
.abh_tab_content .abh_text a:hover,
.search .content p.entry-meta a:hover {
    color: #0086e6;
}
.fetch_post_by_category {
   float: left;
   width: 100%;
}
body .a2a_vertical_style a {
    padding: 4px 21px;
    background: #ffff;
    border-radius: 50px;
    margin-bottom: 21px;
}
body .a2a_vertical_style a:last-child{margin-bottom: 0px;}
body span.a2a_count {
    display: none;
}
body .a2a_floating_style{
    padding: 20px;
	display: none;
	border-radius: 0;
}
.a2a_s_linkedin path {
    fill: #0077B5;
}
.a2a_button_facebook path {
    fill: #0085ba;
}
.glos a.entry-image-link:after{
	display:none;
}
a.a2a_button_facebook {
   	background: url(https://www.crazyegg.com/blog/wp-content/plugins/add-to-any/icons/facebook_like_2x.png) !important;
    background-size: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
}
.single blockquote::before{display:none;}
.single blockquote:after {
    background: #0086e6;
    content: "";
    left: -53px;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    width: 5px;
    border-radius: 15%;
	opacity: 0.5;
}
.single blockquote {
    padding: 34px 0px;
    display: block;
    margin: 60px 0 30px;
    position: relative;
    z-index: 1;
}
body.single .a2a_floating_style {
    display: block;
    left: 0 !important;
    margin-left: 0;
}
body.single .entry-over-link {
    color: #3b4246;
    font-family: ProximaNova-Bold;
    font-size: 20px;
    display: block;
    margin-bottom: 14px;
}
body.single .post-anc {
	padding: 25px 84px 28px 78px;
    display: block;
    margin: 60px 0 30px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 24px;
    background: url(//www.crazyegg.com/blog/wp-content/wp-content/uploads/favi.png);
    background-repeat: no-repeat;
	color: #3b4246;
    background-position: left center;
}
body.single .post-anc:after {
    content: "";
    left: -53px;
    right: -53px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #f6ae29;
    opacity: 0.1;
    border-radius: 5px;
}
body.single .post-anc p {
    margin: 0;
}
body.single .post-anc .a-linked-out{
    color: #f6ae29;
    position: absolute;
    right: -18px;
    top: 50%;
    font-size: 32px;
    margin-top: -13px;
	z-index: 9;
}
.error404 .content input[type="search"] {
    background: rgba(0,134,230,0.08);
    border: none;
    border-radius: 5px;
    padding: 0 50px;
    height: 51px;
    margin-bottom: 10px;
}
.fetch_post_by_category ul.list_post_by_category  {
	font-size: 17px;
    display: inline-flex;
    padding-bottom: 6px;
    border-bottom: 2px solid #e5f2fc;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
#block_post_by_category  {
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 50px;
}
#more_from_blog:after {
    position: absolute;
    background: #E9F6FE;
    content: "";
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    z-index: -1;
}
#more_from_blog {
    width: 100%;
    text-align: center;
    height: 110px;
    background: #E9F6FE;
    padding: 45px;
    position: relative;
    z-index: 1;
}
#more_from_blog span {
	margin: auto 15px;
}
#more_from_blog span:after {
	margin-left: 20px;
    content: '\00B7';
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
    color: #0086e6;
    margin-top: -5px;
}
#more_from_blog a {
    display: inline-block;
	line-height: 1;
    vertical-align: middle;
}
#more_from_blog span:last-child:after, #more_from_blog span:first-child:after {
	content: '';
}
.category-list a:hover {
    border-bottom: 2px solid #6d6d6d;
}
.home .search .content p:after {
    content: " ...";
}
.home .search .content p.entry-meta:after {
    content: "";
}
.popularpost-section span.wpp-author:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.popularpost-section .wpp-author a, .popularpost-section .wpp-author {
    position: relative;
}
.category-list a {
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    display: block;
}
.fetch_post_by_category ul.list_post_by_category li {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    padding: 0;
}
.category-block {
	display: inline-block;
    border-radius: 4px;
    height: auto;
    width: 30.6%;
    margin-right: 4%;
    margin-left: 0;
    margin-top: 4%;
    box-sizing: border-box;
    transition: transform 0.3s ease;
    padding: 49px 10px;
	box-shadow: none;
}
.category-block p {
    margin: 0;
    color: gray;
}
.category-block p.category-name {
    color: black;
    font-size: xx-large;
}
.category-block:hover {
    background-blend-mode: darken;
 }
.category-block p::after {
	content: '' !important;
}
.search.fetch_post_by_category .content .entry:nth-child(2n),
.search.fetch_post_by_category .content .entry {
    margin-bottom: 60px;
    width: 32%;
    margin-right: 1.5%;
	margin-left:0;
}
.search.fetch_post_by_category .content .entry:nth-child(3n) {
    margin-right: 0;
}
.post.entry.form-entry .form-holder-wrap {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 95px 55px 50px;
}
body .form-holder-wrap li.ce-recaptcha {
 	transform: scale(.95);
    transform-origin: 0;
}

.validation_error {
    color: #f00;
    text-align: left;
    border-top: 2px solid;
    margin-top: 10px;
    padding-top: 10px;
}
.gfield_description.validation_message {
    margin: 10px 0 20px 0;
	text-align: left;
	color: #f00;
	line-height: 1.2;
}
a.entry-image-link:after {
    background: #00BE88;
    opacity: 0.15;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
}
@keyframes load-lazy {
  from {opacity: 0;}
  to {opacity: 0.15;}
}
a.entry-image-link:after {
  animation-name: load-lazy;
  animation-duration: 4s;
}
.featuredpost-section a,
.search .content a.entry-image-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.category-block:nth-child(1), .category-block:nth-child(6) {
	background: #E2F3FE ;
}
.category-block:nth-child(2), .category-block:nth-child(7) {
	background: #F1FAE3 ;
}
.category-block:nth-child(3), .category-block:nth-child(8) {
	background: #FFF7E8 ;
}
.category-block:nth-child(4), .category-block:nth-child(9) {
	background: #FFEBF3 ;
}
.category-block:nth-child(5) {
	background: #F4ECFB ;
}

.category-block:nth-child(1):hover, .category-block:nth-child(6):hover {
	background: #cae8fb ;
}
.category-block:nth-child(2):hover, .category-block:nth-child(7):hover {
	background: #ecfdd0 ;
}
.category-block:nth-child(3):hover, .category-block:nth-child(8):hover {
	background: #fff0d3 ;
}
.category-block:nth-child(4):hover, .category-block:nth-child(9):hover {
	background: #ffdae9 ;
}
.category-block:nth-child(5):hover {
	background: #eddafd ;
}
.post.entry:nth-child(2) a.entry-image-link:after {
    background: #00B1E6 ;
}
.post.entry:nth-child(3) a.entry-image-link:after {
    background: #FB77A9 ;
}
.post.entry:nth-child(4) a.entry-image-link:after {
    background: #F8BA48 ;
}
.post.entry:nth-child(5) a.entry-image-link:after {
    background: #A46BE9 ;
}
.post.entry:nth-child(7) a.entry-image-link:after {
    background: #A46BE9 ;
}
.post.entry:nth-child(8) a.entry-image-link:after {
    background: #00BE88 ;
}
.post.entry:nth-child(9) a.entry-image-link:after {
    background: #A46BE9 ;
}
.post.entry:nth-child(10) a.entry-image-link:after {
    background: #FB77A9 ;
}
.post.entry:nth-child(11) a.entry-image-link:after {
    background: #00B1E6 ;
}
.list_post_by_category .active a {
    color: #3b4246;
}
.featuredpost-section a.alignnone:after {
    background: #00BE88;
    opacity: 0.15;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
	border-radius: 5px;
}
.search.blog .content .entry:nth-child(2n), .category-block:nth-child(3n) {
    margin-right: 0;
}
.search.blog .content .entry {
    margin-right: 4%;
	margin-left: 0;
}
.content-sidebar-wrap > .content {
    padding-top: 22px;
}
.abh_tab_content .abh_text .description a {
    color: #0086e6;
}
.abh_tab_content .abh_text .description a:hover {
    color: #3b4246;
}
.fetch_post_by_category .content {
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
}
.home.single-page.wrap {
    margin-top: 39px;
}
.home.single-page.wrap .fetch_post_by_category > h2 {
    font-size: 20px;
    font-family: ProximaNova-Regular;
    margin-bottom: 39px;
    border-bottom: 2px solid #e5f2fc;
    padding-bottom: 10px;
	font-weight: 400;
}
.bar-holder-main {
    background: rgba(118,182,0,0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
  	height: 450px; /*new*/
}

body .bar-holder-main li.ce-recaptcha {
  	margin-top: 10px !important;
}
.bar-holder-wrap img {
    position: absolute;
    left: 93px;
    width: 353px;
    top: 30px;
}
.bar-holder-wrap {
    width: 512px;
  	height: 100%;
    background: #89be00;
    text-align: center;
    position: relative;
    min-height: 285px;
    overflow: hidden;
}
.bar-holder-main .gform_wrapper {
    padding: 0 60px 0;
    width: 660px;
	position: relative;
}
.bar-holder-main .gform_wrapper h3 {
    font-size: 30px;
    color: #377b00;
}
.bar-holder-main .gform_wrapper label.gfield_label{display:none}
.bar-holder-main .gform_wrapper span.gform_description {
    margin-bottom: 34px;
    display: block;
}
.bar-holder-main .gform_wrapper input{
    padding: 17px;
    border: 2px solid #377b00;
	height:56px;
	font-size: 18px;
}
.bar-holder-main .gform_wrapper .gform_button.button {
    background: #377b00;
    border-radius: 5px;
}
body .bar-holder-main li.gfield {
    padding: 0;
	margin:0;
	list-style:none;
}
.bar-holder-main .gform_footer.top_label {
    position: relative;
    width: 210px;
  	margin-top: 20px;
}
.single .bar-holder-main {
    margin-bottom: 100px;
}
.bar-holder-main .gfield_description.validation_message {
	font-size:14px;
}
.bar-holder-main .validation_error {
    display: none;
}
.bar-holder-main .gform_ajax_spinner{position:absolute;
	bottom: -25px;
    right: 0px;
}
.video-add .wistia_responsive_padding {
    width: 646px;
}
.video-add .wistia_responsive_padding {
    display: none;
}
.hiiden-f {
    overflow: visible;
}
.hiiden-f .video-add img {
    display: none;
}
.hiiden-f .video-add .wistia_responsive_padding {
    display: block;
}
.featuredpost-section li#search-6 {
    display: none;
}
.form-holder-wrap .gform_validation_error .gform_body {
    margin-top: 20px;
}
a.prev.page-numbers:hover,
a.next.page-numbers:hover,
a.page-numbers:hover{background-color: #edf7ff;color: #0086e6;}
span.page-numbers.current {
    background-color: #edf7ff;
	color: #0086e6;
    font-size: 22px;
    border-radius: 3px;
	padding: 7px 12px;
	display: inline-block;
	vertical-align: middle;
}
a.page-numbers {
    color: #0086e6;
    font-size: 22px;
    border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 12px;
}
a.next.page-numbers:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 14px;
	display: inline-block;
    vertical-align: middle;
}
a.prev.page-numbers:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 14px;
	display: inline-block;
	vertical-align: middle;
}
a.prev.page-numbers:after {
    content: "Previous";
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
a.next.page-numbers:before {
    content: "Next";
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
a.prev.page-numbers,
a.next.page-numbers {
    font-size: 0;
    background-color: #0086e6;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    margin-left: 34px;
margin-right: 34px;
}
.search.home .archive-description {
    display: none;
}
a.entry-image-link:after {
    transition: 0.5s;
}
a.entry-image-link img {
    transform: scale(1);
	transition: 0.5s;
  	margin: 0px;
}
.entry-content a.entry-image-link {
	position: relative;
	display: inline-block;
	margin: 0 24px 24px 0;
}
a.entry-image-link:hover img{
    transform: scale(1.03);
}
a.entry-image-link:hover:after{opacity:0;}
.search-mobo-section.wrap {
    margin-bottom: 25px;
    display: none;
	padding:0;
}
.home .archive-description {
    display: none;
}
.footer-widgets:after {
    background: #004572;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
}
.footer-widgets {
    position: relative;
}
.site-container {
    overflow: hidden;
}
.entry-content .bar-holder-main .gform_body ul {
    margin-bottom: 0;
    margin-left: 0;
}
.entry-contents .addtoany_content,
.entry-contents .abh_box.abh_box_down.abh_box_ {
    display: none;
}
.home .content-sidebar-wrap > .content {
    padding-top: 0;
}
span.add-overview-time {
    text-transform: lowercase;
    margin-left: 0;
    position: relative;
}
span.add-overview-time:before {
    content: ".";
    font-size: 40px;
    top: -3px;
    color: #7786a0;
    left: 0;
    position: relative;
    margin: 0 10px;
    line-height: 0;
}
.video-add{position: relative;}
.video-add .video-but{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -70px;
}

body .bar-holder-main .gform_confirmation_message {
    padding-left: 30px;
}

body .entry-contents iframe {
	width: 100%;
	height: 392px;
}
.sub-menu li:first-child::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 9;
}
.sub-menu li{position:relative}
.user-select {
    -webkit-user-select: none;  /* Chrome all / Safari all */
 -moz-user-select: none;     /* Firefox all */
 -ms-user-select: none;      /* IE 10+ */
 user-select: none;
}
.single-post .content ol,
.single-post .content ul {
    padding: 0 0 20px 47px;
	margin: 0;
}
.single-post .content ul li{
    list-style-type: disc;
    margin: 0;
    padding: 0;
}
.single-post .content ol li{
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}
.single-post .content ul.post-categories {
    padding: 0;
}
.post-cat-section ul li a {
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    display: block;
}
.post-cat-section ul li a:hover {
    color: #3b4246;
    border-bottom: 2px solid #3b4246;
}
.post-cat-section ul li {
    margin: 0 20px 0 0;
    list-style: none;
    padding: 0;
}
.post-cat-section ul  {
    font-size: 17px;
    display: inline-flex;
    padding-bottom: 6px;
    border-bottom: 2px solid #e5f2fc;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.post-cat-section ul .active-tab a{
    color: #3b4246;
}
header.site-header ul#menu-category-menu {
    display: none;
}
#nav_menu-6 div#mobi-menu {
    display: none;
}
.site-map-pg main.content {
    margin-bottom: 100px;
}
.site-map-pg main.content h4 {
    margin: 30px 0;
}
.wsp-container h2.wsp-posts-title {
    display: none;
}
strong.wsp-category-title {
    font-size: 0;
}
strong.wsp-category-title a{
    font-size: 24px;
}
.wsp-container ul li {
    list-style-type: none;
    margin: 0 ;
    padding: 0;
}
.entry-content .wsp-container ul {
    margin-bottom: 28px;
    margin-left: 0;
}
img.mobile-logo-show{
    display: none;
}
.categories .category-head h6 {
    color: #8abc00;
    font-size: 16px;
    padding-bottom: 14px;
}
.categories .category-head .link-more {
    float: right;
    color: #009be8;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 0 0;
    position: relative;
}
.categories .category-head h6 a {
    color: #8abc00;
    font-size: 16px;
    padding-bottom: 14px;
}
.entry-content .categories {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	margin:0;
}
.popular-category-list li {
    list-style-type: none;
    margin-left: 0;
}
.categories .category {
    display: inline-block;
    margin: 20px 0;
    width: calc(50% - 20px);
    float: left;
    list-style: none;
    padding: 30px 38px;
    background-color: #fff;
    border: 1px solid #e6edf3;
    border-radius: 3px;
    background: #f9f9f9;
}
.categories .category-body ul {
	margin:0
}
.categories .category-body {
    padding: 30px 0 6px;
}
.categories .category-body ul li {
    margin: 0;
    padding: 0 0 20px;
}
.categories .category-head {
    border-bottom: 1px solid #e6edf3;
}
.single-post .content-holder {
    position: relative;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
.site-inner, .wrap {
    margin: 0 auto;
    max-width: 1200px;
}
.featuredpost-section .featured-content .entry {
    min-height: auto;
}
.fetch_post_by_category ul.list_post_by_category {
    font-size: 16px;
}
.site-header .wrap {
    padding: 16px 50px 17px;
    max-width: 100%;
}
.genesis-nav-menu .button-menu a {
    margin-right: 0;
}
body .site-header .widget-area {
    width: auto;
}
body .title-area {
    width: 290px;
}
.single .content {
	margin-left: 0;
    padding: 19px 0 0 45px;
}
body.single .a2a_floating_style {
    margin-left: 0;
    left: 0 !important;
}
.single .fetch_post_by_category .content {
    padding: 0;
}
.bar-holder-wrap img {
    left: 10%;
}
.popularpost-section {
    width: 34%;
}
.featuredpost-section {
    max-width: 64%;
}
}
@media only screen and (max-width: 1200px) {
	.content-add h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.overraptext {
		bottom: 5%;
		max-width: 90%;
		padding: 30px 30px 5px;
		left: 5%;
	}
	.featuredpost-section .featured-content .entry-title {
    font-size: 30px;
	}
	.featuredpost-section a.more-link {
		margin-top: 20px;
	}
	body.single .a2a_floating_style {
    	margin-left: 0;
	}
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	.fetch_post_by_category ul.list_post_by_category li:nth-child(11),
	.fetch_post_by_category ul.list_post_by_category li:nth-child(10),
	.fetch_post_by_category ul.list_post_by_category li:nth-child(9),
	.fetch_post_by_category ul.list_post_by_category li:nth-child(8),
	.fetch_post_by_category ul.list_post_by_category li:nth-child(7){
		display: none;
	}
	body .footer-widgets .widget-area.footer-widgets-1.footer-widget-area {
		width: 100%;
	}	
	body .footer-widgets .widget.widget_nav_menu {
		float: right;
		margin-top: -4px;
		width: 900px;
	}
	.footer-widgets-1 {
    	margin-right: 0;
	}
  
  	body .form-holder-wrap li.ce-recaptcha {
    	transform: scale(.65);
      	transform-origin: 0;
  	}
/*.post-cat-section ul li:nth-child(13),
.post-cat-section ul li:nth-child(12),
.post-cat-section ul li:nth-child(11),
.post-cat-section ul li:nth-child(10),
.post-cat-section ul li:nth-child(9),
.post-cat-section ul li:nth-child(8),
.post-cat-section ul li:nth-child(7){display:none}*/
.post-cat-section ul {
    display: block;
}
.post-cat-section ul li {
    margin: 0;
    width: 160px;
    display: inline-block;
}
.featuredpost-section .featured-content .entry {
    min-height: auto;
}
}
@media only screen and (max-width: 1023px) {
.fetch_post_by_category .content {
    text-align: center;
}
img.mobile-logo-show{
    display: inline-block;
}
img.mobile-logo-hide {
    display: none;
}
.add-holder .video-add iframe.wistia_embed {
    height: 100%;
}
.search.fetch_post_by_category .content .entry:nth-child(3n), .search.fetch_post_by_category .content .entry:nth-child(2n), .search.fetch_post_by_category .content .entry {
    text-align: left;
}
body.single .a2a_floating_style {
    display: none;
    left: 0% !important;
    margin-left: 0;
}
body .a2a_floating_style {
    padding: 10px;
    display: none;
    border-radius: 0;
}
.popularpost-section,
.featuredpost-section {
    max-width: 100%;
	width: 100%;
}
body .a2a_vertical_style a {
    padding: 9px;
    background: #ffff;
    border-radius: 010px;
    margin-bottom: 21px;
}
.featuredpost-section img {
    width: 100%;
}
.featuredpost-section .widget_recent_entries {
    padding: 46px 0 0 0;
}
.popularpost-section .wpp-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popularpost-section .wpp-list li {
    margin-bottom: 24px;
    width: 48%;
}
.search.fetch_post_by_category .content .entry:nth-child(2n), .search.fetch_post_by_category .content .entry {
    margin-right: 1%;
}
.content-add {
    width: 44%;
    padding: 20px;
}
.content-add h3 {
    font-size: 30px;
}
.search .content .entry-image-link img {
	min-height: 200px;
    width: 100%;
}
.search .content a.entry-image-link {
    height: 200px;
}
.hiiden-f .video-add .wistia_responsive_padding{width:100%;}
.footer-widgets-1 {
    margin-right: 0;
    width: 100%;
}
.site-header {
    min-height: auto;
}
.single .content {
    margin-left: 0;
    padding: 0;
    width: 100%;
}
.search-mobo-section.wrap {
    display: block;
}
.popularpost-section .wpp-author a, .popularpost-section .wpp-author {
    font-size: 13px;
}
.fetch_post_by_category ul.list_post_by_category {
    margin-top: 20px;
}

li#search-5{display:block;}
li#search-6{display:none;}
.featuredpost-section li#search-6 {
    margin-bottom: 30px;
	display:block;
}
.search.fetch_post_by_category .content .entry:nth-child(3n),
.search.fetch_post_by_category .content .entry:nth-child(2n), .search.fetch_post_by_category .content .entry {
	margin-bottom: 30px;
    margin-right: 4%;
    width: 48%;
    display: inline-flex;
    float: left;
}
.add-holder {
    display: block;
    width: 100%;
}
.video-add img {
    cursor: pointer;
    width: 100%;
}
.video-add {
    width: 100%;
}
.content-add {
	width: 100%;
    padding: 40px;
    border: 2px solid #e5f2fc;
    border-top: none;
	border-radius: 0 0 5px 5px;
}
.footer-widgets .widget {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
.footer-widgets .widget.widget_nav_menu {
    max-width: 100%;
    float: right;
    margin-top: 0;
    width: 100%;
    text-align: left;
}
.footer-widgets .widget:nth-child(3) {
    padding-bottom: 0;
	margin-top: 0;
	text-align: left;
}
.overraptext {
    bottom: 5%;
    max-width: 90%;
    left: 5%;
}
.featuredpost-section .featured-content .entry-title {
    font-size: 26px;
}
.entry-starbox .abh_box {
    padding: 30px 0 !important;
    width: 100% !important;
    margin: 30px 0 !important;
}
.bar-holder-main .gform_footer.top_label {
    width: 40%;
}
.bar-holder-main .gform_wrapper {
    padding: 0 30px 0;
}
.bar-holder-wrap {
    width: 54%;
}
.bar-holder-wrap img {
    left: -18px;
	top: 20%;
}
.single .content {
    margin-left: 0;
    padding: 0;
}
aside.sidebar.sidebar-primary.widget-area{display:none;}
.search.fetch_post_by_category .content .entry:nth-child(2n) {
    margin-right: 0;
}
.search .content .entry {
    margin-bottom: 30px;
}
.post-cat-section ul {
    margin-top: 20px;
}
  	body .form-holder-wrap li.ce-recaptcha {
      transform: scale(1);
      transform-origin: 0;
    }
}
@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 0;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	.search span.entry-categories {
		width: 190px;
	}

.fetch_post_by_category .content {
    width: auto;
    margin: 0;
}
.category-block p.category-name {
    font-size: x-large;
}
  	body .form-holder-wrap li.ce-recaptcha {
      transform: scale(.9);
      transform-origin: 0;
    }
}

@media only screen and (max-width: 800px) {
	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	.post.entry.form-entry .form-holder-wrap {
		padding: 95px 30px 40px;
	}

    body .form-holder-wrap li.ce-recaptcha {
      transform: scale(1);
      transform-origin: 0;
    }
}
@media only screen and (max-width: 767px) {
   ul#menu-new-main-menu {
   display: none;
} 
/*.post-cat-section ul li {
    display: none;
}*/
.post-cat-section ul li:nth-child(1){display: block;}
	.overraptext {
		max-width: 100%;
		position: static;
		padding: 25px 0;
	}
	.overraptext p {
    margin: 0;
    padding: 0;
}
.fetch_post_by_category {
    float: left;
    width: 100%;
}
.content-add {
    padding: 40px 25px;
}
.fetch_post_by_category .content {
    width: auto;
    margin: 0;
}
.featuredpost-section .widget_recent_entries {
    padding: 10px 0 0;
}
.featuredpost-section .widget_recent_entries li {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    margin-right: 0;
	width: 100%;
}
.featuredpost-section .widget_recent_entries li:nth-child(5) {
    border-bottom: 2px solid #e5f2fc;
}
.popularpost-section .wpp-list li {
    margin-bottom: 15px;
    width: 100%;
}
.fetch_post_by_category ul.list_post_by_category li.latest-tab.active.category-list {
    display: block;
}
.fetch_post_by_category ul.list_post_by_category li {
    display: none;
}
.form-holder-wrap,
.post.entry.form-entry .form-holder-wrap {
    padding: 95px 25px 50px;
}
.content-add h3 {
    font-size: 28px;
}
.search.fetch_post_by_category .content .entry:nth-child(3n), .search.fetch_post_by_category .content .entry:nth-child(2n), .search.fetch_post_by_category .content .entry {
    width: 310px;
    margin-right: 0;
}
.footer-widgets .menu >li {
    width: 49%;
    float: none;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 25px
}
.single .bar-holder-main {
    display: block;
  	height: auto;
}
.bar-holder-wrap {
    width: 100%;
}
.bar-holder-wrap img {
    left: 0;
    top: -30%;
    right: 0;
    margin: 0 auto;
}
.bar-holder-wrap {
    width: 100%;
    min-height: 200px;
}
body .bar-holder-main li.ce-recaptcha {
    transform: scale(0.91);
    transform-origin: 0 0;
}
.bar-holder-main .gform_wrapper {
    padding: 30px;
    width: 100%;
}
.bar-holder-main .gform_footer.top_label {
    width: 100%;
    position: static;
    margin-top: 10px;
}
.bar-holder-main .gform_wrapper .gform_button.button {
    border-radius: 5px;
}
.bar-holder-main .gfield_description.validation_message,
.bar-holder-main .gform_ajax_spinner{
	position:static;
}
.entry-contents {
    padding: 0;
}
.single main.content .entry-contents img {
    margin: 35px 0;
    display: block;
    max-width: 100%;
}
.single main.content .entry-title {
    font-size: 26px;
}
.search .content .entry-image-link img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0 , -50%);
}
.search.fetch_post_by_category .content .entry:nth-child(3n), .search.fetch_post_by_category .content .entry:nth-child(2n), .search.fetch_post_by_category .content .entry,
.search .content .entry {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
}
.search .archive-title {
    font-size: 26px;
}
.genesis-nav-menu .menu-item {
    display: block;
    text-align: center;
}
body .site-header .widget-area {
    width: 100%;
	margin-top: 0;
}
.header-image .site-title > a {
    min-height: 50px;
    background-size: contain;
}
body .title-area {
    width: 190PX;
}
div#mobi-menu span.line {
    width: 100%;
    height: 7px;
    background: #3b4246;
    display: block;
    margin-bottom: 6px;
    border-radius: 10px;
}
div#mobi-menu {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 40px;
}
body .site-header,
body:not(.home) .site-header {
    min-height: auto;
}
ul#menu-main-navigation-new {
    display: none;
}
.site-header {
    position: relative;
}
.pagination {
    font-size: 0;
    display: flex;
    justify-content: space-between;
}
.archive-pagination.pagination ul {
    width: 100%;
	display: flex;
    justify-content: space-between;
}
.archive-pagination li {
    display: none;
}
.archive-pagination li.pagination-next,
.archive-pagination li.pagination-previous{
	display: inline-block;
    vertical-align: middle;
}
.archive-pagination li.pagination-previous a, .archive-pagination li.pagination-next a {
    font-size: 0;
}
.archive-pagination i.fa.fa-chevron-left,
.archive-pagination i.fa.fa-chevron-right {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
a.prev.page-numbers:after,
a.next.page-numbers:before,
.pagination:after,
.pagination:before,
span.page-numbers.current,
a.page-numbers {
    display: none;
}
a.next.page-numbers:after,
a.prev.page-numbers:before {
    margin: 0;
}
ul#menu-footer-menu {
    max-width: 250px;
    margin: 0 auto;
}
.footer-widgets .menu >li:nth-child(2n) {
    width: 43%;
}
.footer-widgets .menu >li {
    width: 55%;
}
span.page-numbers.current,
a.page-numbers:nth-child(2) {
    display: block;
}
span.page-numbers.dots + a.page-numbers {
    display: block;
}
span.page-numbers.dots {
    font-size: 12px;
}
a.prev.page-numbers, a.next.page-numbers {
    margin-left: 0;
    margin-right: 0;
}
.pagination {
    align-items: center;
}

#more_from_blog {
    padding: 21px;
    height: auto;
}

.category-block {
	width: 100%;
	margin: 5px 0;
}

.category-block a {
	font-size: 21px;
}
.site-header li#menu-item-42400 {
    display: none;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	border-bottom: 0 solid;
}
#more_from_blog span {
    display: block;
}
#more_from_blog span:after{display:none;}
}

@media only screen and (max-width: 365px) {
	#more_from_blog {
		padding: 10px;
        display: inline-grid;
        height: auto;
	}

    #more_from_blog span:after {
        content: '';
    }

	.category-block {
		width: 100%;
		margin: 5px 0;
	}

	.category-block a {
		font-size: 21px;
	}
}
/* #CTA Boxes
--------------------------------------------- */

._7cb37961{
     display:block;
     width:100%;
     position:relative;
     overflow:hidden;
     padding-bottom:0
}
@media print{
    .a1c85ac3{
         page-break-inside:avoid 
    }
}
.a1c85ac3{
     position:relative;
     padding:1em 1.5em;
     box-sizing:border-box;
     box-shadow:0 0 5px 0 hsla(0,0%,55.7%,.5);
     border:0 solid rgba(0,0,0,0);
     background-color:#fff;
     max-width:360px;
     margin:3.5em auto 2em
}
@media (min-width:30em){
     .a1c85ac3{
         max-width:100%;
         margin-left:.5em;
         margin-right:.5em 
    }
}
.a1c85ac3._9bd02324{
     margin-top:72px
}
@media (min-width:48em){
     .a1c85ac3._9bd02324{
         margin-top:82px 
    }
}
.a1c85ac3._9bd02324:after{
     display:inline-block;
     border:11px inset rgba(0,0,0,0);
     border-top:11px solid #fff;
     content:"";
     position:absolute;
     display:block;
     height:0;
     width:0;
     left:23px;
     bottom:-22px
}
.a1c85ac3 .d951d4b9{
     font-size:1.1875rem;
     line-height:1.5rem;
     font-weight:700;
     margin-bottom:.5em;
     border:none;
     padding-top:0
}
@media (min-width:30em){
     .a1c85ac3 .d951d4b9{
         font-size:1.5rem;
         line-height:1.625rem;
         margin:0 0 6px 
    }
    .a1c85ac3 .d951d4b10{
         font-size:1.2rem;
         line-height:1.625rem;
         margin:0 0 6px 
    }
}
.a1c85ac3 ._9bbde6e2{
     font-size:1.25rem;
     line-height:1.25rem;
     font-family:"Serifa",georgia,serif;
     font-weight:700;
     display:inline-block;
     position:absolute;
     top:-20px;
     left:-10px;
     margin:0;
     padding:9px 16px 8px 14px;
     color:#fff;
     background-color:#3358d5;
     box-shadow:2px 2px 2px 0 rgba(0,0,0,.14)
}
.a1c85ac3 ._9bbde6e2:after{
     content:" ";
     display:block;
     position:absolute;
     left:-10px;
     bottom:-7px;
     border-color:rgba(0,0,0,0) #133091 rgba(0,0,0,0) rgba(0,0,0,0);
     border-style:inset solid inset inset;
     border-width:0 10px 7px
}
.a1c85ac3 ._4ccf1904{
     font-size:.875rem;
     line-height:1.25rem;
     font-weight:500;
     color:#000;
     margin-bottom:0;
     padding-bottom:.5rem
}
.a1c85ac3 .e5719e3b{
     display:-webkit-box;
     display:-webkit-flex;
     display:-ms-flexbox;
     display:flex;
     -webkit-box-orient:vertical;
     -webkit-box-direction:normal;
     -webkit-flex-direction:column;
     -ms-flex-direction:column;
     flex-direction:column;
     margin:.5em 0 0
}
@media (min-width:30em){
     .a1c85ac3 .e5719e3b{
         -webkit-box-orient:horizontal;
         -webkit-box-direction:normal;
         -webkit-flex-direction:row;
         -ms-flex-direction:row;
         flex-direction:row;
         -webkit-flex-wrap:wrap;
         -ms-flex-wrap:wrap;
         flex-wrap:wrap;
         -webkit-box-pack:justify;
         -webkit-justify-content:space-between;
         -ms-flex-pack:justify;
         justify-content:space-between;
         margin-top:.2em 
    }
}
.a1c85ac3 ._1dbf48e5{
     max-width:100%
}
@media (min-width:30em){
     .a1c85ac3 ._1dbf48e5{
         -webkit-box-flex:1;
         -webkit-flex:1;
         -ms-flex:1;
         flex:1;
         padding-left:1.5em 
    }
}
.a1c85ac3 .d9de5014{
     -webkit-flex-shrink:0;
     -ms-flex-negative:0;
     flex-shrink:0;
     margin-top:1em
}
@media (min-width:30em){
     .a1c85ac3 .d9de5014{
         -webkit-box-flex:1;
         -webkit-flex:1;
         -ms-flex:1;
         flex:1;
         -webkit-align-self:center;
         -ms-flex-item-align:center;
         align-self:center;
         margin-top:0 
    }
}
.a1c85ac3 .cd35f914{
     margin-top:14px;
     word-break:break-word
}
.a1c85ac3 .cd35f914 ._2789f5c9{
     width:100%;
     padding:8px 20px;
     border-radius:3px;
     border:0;
     background-color:#8dc63f;
     -webkit-transition:all .1s ease-in-out;
     transition:all .1s ease-in-out;
     color:#fff;
     text-decoration:none;
     display:block;
     text-align:center
}
.a1c85ac3 .cd35f914 ._2789f5c9:hover{
     background-color:#78b623;
     color:#fff
}
.a1c85ac3 ._3568eea2{
     position:absolute;
     width:40px;
     height:40px;
     overflow:hidden;
     left:12px;
     bottom:-40px
}
.a1c85ac3 ._3568eea2:after{
     content:"";
     position:absolute;
     width:20px;
     height:20px;
     background-color:#fff;
     -webkit-transform:rotate(225deg);
     -ms-transform:rotate(225deg);
     transform:rotate(225deg);
     top:-10px;
     left:12px;
     box-shadow:-1px -1px 5px -2px rgba(0,0,0,.5)
}
.paoc-pro-popup-button {
    padding: 8px 20px;
    background: #e91e63;
        background-color: rgb(233, 30, 99);
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    width: 100%;
    text-align: center;
  }