/*
	Theme Name: Exposure Ninja
	Theme URI: http://exposureninja.com/
	Description: Exposure Ninja 2017
	Author: Exposure Ninja
	Author URI: http://exposureninja.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- 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
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

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


/* ## 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 20px;
	font-size: 2rem;
}

body {
	background-color: #eee;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	padding-top: 0px!important;
}

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

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

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

p {
	margin: 0 0 28px;
	padding: 0;
font-size: 16px!important;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* ## Objects
--------------------------------------------- */

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.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 {
	border-radius: 50%;
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.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-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

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

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

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

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

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

a.aligncenter img {
	display: block!important;
	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!important;
	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;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

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

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

.widget li li {
	border: 0;
	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 {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

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


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

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

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

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

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

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

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

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

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

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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
	/*noadded*/
	position: sticky;
	width: 100%;
    z-index: 9999;
	transition: all 1s ease 0s;
	top:0;
}
@media only screen and (min-width:1201px) {
.site-header {
	/*noadded*/
    height: 101px;
}}
.site-header > .wrap {
	padding: 0;
}

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

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

.header-image .title-area {
	margin: 0 auto;
	max-width: 225px;
	padding: 0;
    margin-top: 22px;
}

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

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	/*background-position: center !important;*/
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

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

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

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
    max-width: 825px;
	width:100%;
}


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

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

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 32px 20px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -1px 0 0 180px;
	position:absolute;
	top:0px;
}

.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 {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

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

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

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

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


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

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.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: #eee;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	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 a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

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

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

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-header p {
	margin-bottom: 0;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
margin-bottom: 20px!important;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

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

div#link-1:before, div#link-2:before, div#link-3:before, div#link-4:before, div#link-5:before {
    display: block;
    content: " ";
    margin-top: -101px;
    height: 101px;
    visibility: hidden;
}
#why-choose-exposure:before, #what-does-seo-campaign-look-like:before, #what-result:before, #seo-section:before {
    display: block;
    content: " ";
    margin-top: -101px;
    height: 101px;
    visibility: hidden;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

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

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

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

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

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


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

	.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 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	.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,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.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-left: 5%;
		padding-right: 5%;
	}

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

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

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

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #c3251d;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

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

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

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

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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


}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}







/*****************Body*****************/
body{
 background:#fff;   
}
body, body > div{
 font-family: 'Montserrat', sans-serif;   
 font-size:16px;
 color:#435366;
 letter-spacing: 1px;
 line-height: 24px;
}
/*@media only screen and (min-width:1201px) {
.site-header .site-inner {
	padding-top: 140px !important;
}}mycode*/
.site-inner {
   padding-top: 0;
}
.entry {
    padding-top: 0;
}
a {
    color:#FEC930;   
    font-weight: bold;
    text-decoration: none;
}
article.entry {
    padding-bottom: 0;
    margin-bottom: 0;
    background: transparent;
}

.entry-content ul > li {
    list-style: none;
    background: url(/wp-content/uploads/2017/09/yellow-bullet.png)no-repeat;
    background-position: 1px 8px;
    padding-left: 28px;
    margin-bottom: 10px !important;
    color: #435366;
}
.entry-content ul.blue-list > li {
    background: url(https://exposureninja.com/wp-content/uploads/2018/02/blue-bullet.png)no-repeat;
    background-position: 1px 8px;
}

.entry-content ol > li {
    margin-bottom: 10px;    
}
.entry-content ul {
    margin-left: 0;
}

/*Font*/
.font-20, .font-20 p {
    font-size:20px !important;
}
.font-16, .font-16 p {
    font-size:16px;
}

/***********************Home Page********************************/

.container{
    max-width:1150px;
    width:100%;
    margin-left: auto!important;
    margin-right: auto!important;
}


/**************Header*******************/
/*h1.entry-title {
    display: none;
}*/

.site-header .widget-area {
    max-width: 1045px;
}
.home .site-title a img {
    display: block;
}
ul.header-contact-info li {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 0;
    margin: 0;
}
ul.header-contact-info li a {
    font-size: 14px;
    color: #435366;
    text-decoration: none;
}

.header-widget-area .widget {
    margin-bottom: 0;
}
#nav_menu-2 {
    float: left;
    padding: 6px 0;
}
#text-9 {
    float: right;
    padding: 6px 0;
}
#text-9 ul {
    padding: 5px 0;
}
.genesis-nav-menu a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #435366;
    padding: 10px 10px;
        letter-spacing: 0.04em;
}
li.menu-button a {
    background: #ffca08;
	color: #000!important;
    font-size: 13px;
    font-weight: bold!important;
    text-transform: uppercase;
    padding: 10px 14px!important;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0px;
}
#text-9 li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-bottom: 0;
}
#text-9 li a{
    color: #435366;
}
#text-9 li a, ul.header-contact-info li a, .genesis-nav-menu a   {
    color: #435366;    
    text-decoration: none!important;
}
 #text-9 li a:hover , ul.header-contact-info li a:hover, .genesis-nav-menu a:hover   {
    color: #034696;    
}
.home #text-9 li a, .home ul.header-contact-info li a, .home .genesis-nav-menu a   {
    color: #fff    
}
.home #text-9 li a:hover , .home ul.header-contact-info li a:hover, .home .genesis-nav-menu a:hover   {
    color: #435366;    
}
.home .site-header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index:999;
}
.header-image .site-title > a {
    min-height: 60px;
}
.genesis-nav-menu .sub-menu a {
    background: #fec830;
}
/* TRAINING PAGE */
.page-id-220 .genesis-nav-menu .sub-menu a {
    background: #2c99e9;
}
/* end training */
ul#menu-main-menu li a:hover {
    opacity: 1!important;
}


.page-template-page-template-white-header #text-9 li a, .page-template-page-template-white-header ul.header-contact-info li a, .page-template-page-template-white-header .genesis-nav-menu a   {
    color: #fff    
}
.page-template-page-template-white-header #text-9 li a:hover , .page-template-page-template-white-header ul.header-contact-info li a:hover, .page-template-page-template-white-header .genesis-nav-menu a:hover   {
    color: #435366;    
}
.page-template-page-template-white-header .site-header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index:999;
}
.page-template-page-template-white-header .site-title a {
    /*background: url(/wp-content/uploads/2017/09/exposureninja-white-logo.png) no-repeat !important;
    background: url(/wp-content/uploads/2017/10/white@2x.png) no-repeat !important;
    background-size: contain!important;*/
}


.page-template-page-template-white-header-blacklogo #text-9 li a, .page-template-page-template-white-header-blacklogo ul.header-contact-info li a, .page-template-page-template-white-header-blacklogo .genesis-nav-menu a   {
    color: #fff    
}
.page-template-page-template-white-header-blacklogo #text-9 li a:hover , .page-template-page-template-white-header-blacklogo ul.header-contact-info li a:hover, .page-template-page-template-white-header-blacklogo .genesis-nav-menu a:hover   {
    color: #435366;    
}
.page-template-page-template-white-header-blacklogo .site-header {
    background: transparent;
  /*  position: absolute;*/
    width: 100%;
    z-index:999;
	/*noadded*/
	position:fixed;
	height: 140px;
	transition: all 1s ease 0s;
}

body .vc_column_container>.vc_column-inner {
    padding-left: 8px;
    padding-right: 8px;
}

/***************************Default Heading*********************/

h1{
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Montserrat', sans-serif; 
 color: #034696;;
    font-size: 64px;
    font-weight: 900; 

}
h2{
    font-size: 35px;
    color: #034694;
    font-weight: bold;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Montserrat', sans-serif;    
}
h3{
    font-size: 30px;
    color: #034694;
    font-weight: bold;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}
h4{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    /*font-weight: 700;*/
    color:#000;
} 
h5{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color:#000;
} 
h6{
    color: #000000;
    font-size: 14px;
    display: block;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 18px;
    letter-spacing: 1px;
}
.black-heading h1, .black-heading h2, .black-heading h3, .black-heading h4, .black-heading h5, .black-heading h6 {
    color:#000!important;
}


/************Home Banner********************/
#section-home-banner {
    background: url(/wp-content/uploads/2017/10/hero-section-background-big.jpg)no-repeat bottom center;
    background-size: cover;
    padding-top: 150px;
    color: #fff;
    text-align:center;
    padding-bottom: 0;
}
#section-home-banner h2, #section-home-banner h1 {
    color: #fff;
    font-size: 70px;
    text-align: center;
    line-height: 1;
    /*letter-spacing: 0.7px;*/
}
#about-section-template h1 {
    color: #fff; 
}
#what-you-need-section h1 {
    color: #fff; 
}
section#section-home-banner p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 23.5px;
}
section#section-home-banner p:last-child {
    margin-bottom: 14px;
}
.green-btn {
    color: #000 !important;
    background: #ffca08;
    border: 1px solid #ffca08!important;
    padding: 14.5px 32px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    text-transform: uppercase !important;
    /*letter-spacing: 1.8px;*/
    cursor: pointer;
}
.pink-btn:hover {
	color: #fff;
}
.pink-btn {
    color: #fff;
    background: #ea1e54;
	border: 1px solid #ea1e54!important;
    padding: 14.5px 32px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    /*letter-spacing: 1.8px;*/
    cursor: pointer;
}
.green-btn-large, .green-btn-lg {
    color: #fff;
    background: #CBCC2A;
  border: 1px solid #CBCC2A!important;
    padding: 14px 65px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
    width: 100%;
}

.grey-btn-large, .grey-btn-lg {
    color: #fff;
    background: #eaeaea;
    border: 1px solid #eaeaea!important;
    padding: 14px 65px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
    width: 100%;
}
.grey-btn-large, .grey-btn-lg {
    padding: 14px 5px;
    width: 100%;
}

.yellow-btn-large, .yellow-btn-lg {
    color: #000!important;
    background: #ffca08;
    border: 1px solid #ffca08!important;
    padding: 14px 65px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
    width: 100%;
}
.yellow-btn-large, .yellow-btn-lg {
    padding: 14px 5px;
    width: 100%;
}

.green-btn-xl {
    color: #fff;
    background: #CBCC2A; 
   border: 1px solid #CBCC2A!important;
    padding: 27px 65px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
    width: 100%;
}
.white-btn {
    color: #fff;
    background: none;
    padding: 11px 62px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid #fff;
    margin-bottom:10px;
}
.section-home-banner {
    max-width: 480px;
    margin: 0 auto!important;
    position:relative;
}
.section-home-banner .vc_column_container:before {
    content: url(/wp-content/uploads/2017/09/shinobi-hero-01.png)!important;
    position: absolute;
    left: -74%;
    bottom: -5%;
}
.section-home-banner .vc_column_container:after {
    content: url(/wp-content/uploads/2017/09/shinobi-hero-02.png)!important;
    position: absolute;
    right: -74%;
    bottom: -5%;
}
.section-home-banner img {
    position: absolute;
    bottom: -56px;
    left: 0;
    right: 0px;
}



/*********************Digital Marketing**************************/

.section1-video-player .wpb_video_wrapper iframe {
    top: 30px;
    height: 241px !important;
}
.section-digital-marketing-sub h2 {
    line-height: 1.15;
}
#section-digital-marketing .green-btn a {
    padding: 18px 32px;
}
#section-digital-marketing h4 {
    color: #435366;
    font-size: 16px;
    /*letter-spacing: 2px;*/
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 18px;
    padding-top: 30px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
#section-digital-marketing ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#section-digital-marketing ul li {
    display: inline-block;
    background: none;
    padding: 0 21px;
}
.section-digital-marketing-sub {
 
    text-align: center;
}
#section-digital-marketing {
    /*background: url(/wp-content/uploads/2017/10/category-section.jpg)no-repeat bottom center;*/
    background: url(/wp-content/uploads/2017/10/bg-section-2@2x.png)no-repeat bottom center;
    background-size: cover;
    padding-top: 72px
}
#section-digital-marketing .sub-section img {
    padding: 0 25px;
}

#section-digital-marketing .sub-section {
    max-width: 980px;
    margin: 0 auto;
}
#section-digital-marketing .green-btn {
    margin: 20px 0 10px;
    display: inline-block;
}
.icon-box img {
    margin-bottom: 12px;
}
.icon-box {
    text-align: center;
    color: #5B7A9E;
    line-height: 18px;
    font-weight: 500;
    box-shadow: 1px 3px 7px rgb(225, 225, 225);
    box-sizing: border-box;
    border: 1px solid rgba(225,225,225,0.35);
    min-height: 202px;
    padding: 36px 15px 25px;
    display:block!important;
}
.icon-box p {
    font-size: 13px;
}
.icon-box a{
    color: #5B7A9E;
    color: #5B7A9E;
    font-size: 16px;
    font-family: 'Lato', sans-serif;    
}
.list-left img {
    margin-left: -18px;
    width: 100%;
    max-width: 118px;
}

.section-3-box-bottom p {
    line-height: 1.35;
    font-size: 15px;
    margin-bottom: 19px;
    padding: 0 14px;
}

.section-3-box-bottom p:last-child {
    padding: 0;
}
/****************************Section 3*******************************/
#section-ninja-arsenal h5{
    color: #FFFFFF;
    font-size: 14px;
    /*letter-spacing: 2px;*/
    border-bottom: 1px solid rgba(255,255,255,0.38);
    display: inline-block;
    line-height: 18px;
    text-transform: uppercase;

}
#section-ninja-arsenal h4 {
    color: #fff;
}
#section-ninja-arsenal {
    background: url(/wp-content/uploads/2017/10/sectiion-3-bg-big.jpg)no-repeat top center;
    background-size: cover; 
    line-height: 18px;
    color: #fff;
    line-height: 24px;
    padding: 26% 10px 6%;
}
#section-ninja-arsenal h2 {
    color: #fff;
    font-size: 70px;
    line-height: 1.1em;
}
#section-ninja-arsenal .list-right {
    vertical-align: top;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.6);
}
#section-ninja-arsenal .list-right h4 {
   font-family: 'Montserrat', sans-serif;
   font-size:24px;
   /*letter-spacing:2px;*/
   font-weight: 500;
}

.list-left {
    display: inline-block;
    width: 24%;
    vertical-align: text-bottom;
}
.list-right {
    display: inline-block;
    width: 75%;
}
.list-num > div {
    background: #1895D7;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 22px;
    font-family: 'Lato', sans-serif;
}
.list-num {
    border-bottom: 1px solid rgba(216, 216, 216, 0.26);
    padding-bottom: 12px;
}
#section-ninja-arsenal ul li {
    list-style: none;
    background: none;
    padding-left: 0;
}
#section-ninja-arsenal ul {
    margin: 0;
    padding: 0;
}
.section-3-box {
    max-width: 328px;
    background: #fff;
    color: #435366;
    text-align:center;
    margin-top: 25%;
}
.section-3-box-top h5 {
    color: #fff;
    font-size: 24px;
    /*line-height: 24px;*/
    font-family: 'Lato', sans-serif;
}
.section-3-box-top {
    padding: 23px 30px;
    background: #435366;
}
.section-3-box-bottom a.green-btn {
    padding: 18px 14px;
    color: #fff;
}
.section-3-box-bottom a.green-btn:hover {
     color: #000;   
}
.section-3-box-bottom {
    padding: 20px 20px 40px;
}


/************************People Section*********************/

#section-people {
    background: #fff;
    padding: 80px 0 30px;
    text-align:center;
}
#section-people h3 {
    text-align: center;
    color: #034694;
}
#section-people .container {
}
.comment {
    max-width: 450px;
    margin: 0 auto;
}
.comment-thumb {
    float: left;
}
.comment-text {
    padding: 12px 0;
    font-weight: 500;
}
.people-video iframe {
    width: 100%;
}
.people-video h4 {
    text-align: left;
    font-size: 14px;
}
.people-video {
    max-width: 570px;
    margin: 0 auto;
}





/***************************Business Growth***********************/

#section-business-growth {
    background: #fff;
}
#section-business-growth .container {
    border-top: 1px solid #EBEBEB;
    /*padding: 65px 0 100px;*/
    padding: 65px 0 0;
}
#section-business-growth {
    /*background: url(/wp-content/uploads/2017/09/clients-img-updated.png) no-repeat 20% bottom;*/
    background: url(/wp-content/uploads/2017/09/shinobi.png) no-repeat 20% bottom;
    background-position: 24.7% 100%;
}

/***************************Section Marketing Training***********************/
#section-marketing-training {
    background: url(/wp-content/uploads/2017/10/yellow-box.jpg)no-repeat;
    background-size: cover;
    text-align: center;
    color: #000000;
    padding: 12.15% 0 3.75%;
}

#section-marketing-training h2 {
    text-align: center;
    font-size: 72px;
    letter-spacing: 0.5px;
}




/***********************Section Podcast********************/

#section-podcasts {
    padding: 52px 0 0;
}
#section-podcasts h6 {
    border-bottom: 1px solid rgba(91,122,158,0.2);
    display: block;
    text-align: center;
    width: 200px;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 40px;
    padding-bottom: 2px;
}
#section-podcasts h3 {
    text-align: center;
    margin-bottom: 5px;
}
section#section-podcasts .sub-container p {
    line-height: 1.75;
}
section#section-podcasts .sub-container {
    margin-bottom: 16px;
}
#section-podcasts {
    text-align: center;
}
#section-podcasts ul {
    margin:0;
    padding:0
}
#section-podcasts ul li {
    display: inline-block;
    width: 30%;
    background: none;
    padding-left: 0;
    clear: none;
    margin: 0px;
}
ul.recent-podcast li {
    padding: 20px!important;
}



/***********************Section Books********************/
section#yellow-title-section div#section-books {
    padding-top: 0;
}

#section-books h6 {
    border-bottom: 1px solid rgba(91,122,158,0.2);
    display: block;
    text-align: center;
    width: 262px;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 34px;
    padding-bottom: 2px;
}
#section-books h3 {
    /*text-align: center;*/
    margin-bottom: 5px;
}
#section-books p {
    line-height: 1.75;
}
#section-books {
    text-align: center;
    padding: 50px 0 0;
}
#section-books ul {
    margin:0;
    padding:0;
    margin-top: 40px;
}
#section-books ul li {
    display: inline-block;
    width: 24%;
    background: none;
    padding-left: 0;
    padding: 0 1.5%;
    clear: none;
    margin: 0;
}

#section-books ul li img {
    /*box-shadow: 0px 6px 32px -8px rgba(0,0,0,7) !important;*/
}




/********************************Amazon Section***************************/


#section-amazon ul {
    margin: 0;
    padding: 0;
    margin-bottom: -85px;
}
#section-amazon ul li {
    display: inline-block;
    width: 161px;
    background: none;
    padding-left: 0;
    clear: none;
    margin: 0px;
}
#section-amazon {
    border: 1px solid rgba(146,148,176,0.2);
    padding-top: 16px;
    border-radius: 75px;
    max-width: 700px;
    margin: 0 auto 85px;
    text-align: center;  
}
#section-amazon p {
    margin-bottom: 10px;
}


/***********************Section Training********************/

#section-training h6 {
    border-bottom: 1px solid rgba(91,122,158,0.2);
    display: block;
    text-align: center;
    width: 262px;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 72px;
    letter-spacing: 2px;
    padding-bottom: 2px;
}
#section-training h3 {
    text-align: center;
    margin-bottom: 5px;
}
#section-training p {
    line-height: 1.75;
    padding: 0 67px;
}

#section-training {
    text-align: center;
    padding:3.3% 0 5.4%;
}

section#section-training .green-btn {
    padding: 14.3px 94px;
}
/***********************Section Other Training********************/

#section-other-training h6 {
    color: #435366;
    border-bottom: 1px solid rgba(91,122,158,0.2);
    display: block;
    text-align: center;
    width: 262px;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 73px;
    padding-bottom: 5px;
}
#section-other-training {
    background: url(/wp-content/uploads/2017/10/yellow-box.jpg)no-repeat;
    background-size: cover;
    padding: 40.5px 0 7.15%;
}
#section-other-training .white-box h3 {
    font-size: 30px;
    /*letter-spacing: 2px;*/
    color: #034694;
    /*line-height: 37px;*/
    font-weight: 800;
    text-align: center;
    margin-bottom: 7px;
}
#section-other-training .white-box {
    background: #fff;
    padding: 74px 42px;
    text-align: center;
    min-height: 325px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 5px 17px 2px rgba(0, 0, 0, 0.18);
}

#section-leads p {
    line-height: 1.8;
    font-size: 15px;
}
#section-leads h3 {
    color: #272D34;
    font-size: 29px;
    /*letter-spacing: 0.15px;*/
    margin-bottom: 14px;
}
#section-other-training .white-box p {
    line-height: 1.75;
}
#section-other-training .white-box a {
    position: absolute;
    bottom: /*71px*/20px;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto 0;
    padding: 14.5px 32px;
    text-align: center;
    max-width:/*270px*/100%;
}
#section-leads {
    padding: 60px 10px 25px;
}
/*#section-leads .green-btn {
    margin-top: 24px;
    display: inline-block;
    margin-left: 27%;
    padding: 14.5px 37px;
}*/
#section-leads .green-btn {
    margin-top: 24px;
    display: inline-block;
    margin-left: 27%;
    padding: 14.5px 0;
    min-width: 350px;
}

section#section-leads .wpb_column.vc_column_container.vc_col-sm-7 {
    width: 61%;
}

section#section-leads .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 39%;
}
.client-list li {
    display: inline-block;
    background: none!important;
    padding: 0!important;
    width: 54%;
}











/********************************Footer Widget**************************/
.widget-area {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.before-footer-widget {
    display: block;
    width: 100%;
}
.footer-widget a {
 color: white;
    text-decoration: none;
    /* letter-spacing: 2px; */
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 14px;
}
#text-3 ul li a {
    padding: 0 10px;
}
.footer-widget {
    background: #272D34;
    color: white;
/*    padding: 5.6% 10px 2.8%;*/
	padding:0 10px 2.8%;
	box-shadow: 0px 5px 14px #000000ab;
}
@media all and (min-width:801px) {/*mycode*/
.footer-widget {
    background-image: linear-gradient(180deg, #fff 36%, #000 0%);
	}}
/*.before-footer-widget-content ul li {
    display: inline-block;
    padding-right: 6.5px;
}
.before-footer-widget-content section#text-3 ul li i {
    font-size: 21px;
}
.before-footer-widget-content ul {
    margin: 0;
    padding: 0;
}
.before-footer-widget-content ul li:first-child {
    padding-right: 23px;
}
.before-footer-widget-content section#text-3 ul li a {
    padding: 0 0;
}
.before-footer-widget-content ul li a{
    color: #F3F2F2;
}
.before-footer-widget-content h3 {
    color: #F3F2F2;
    font-size: 13px;
    text-transform: uppercase;
}*/
.footer-widget-content h3 {
    color: #F3F2F2;
    font-size: 16px;
    text-transform: uppercase;
}
/*FOLLOW US*/
ul#followus {
    margin: 0;
    padding: 0;
}
ul#followus li {
    display: inline-block;
    padding-right: 6.5px;
}
ul#followus li i {
    font-size: 21px;
}
ul#followus li a{
    color: #F3F2F2; padding: 0 0;
}

/******************************Footer************************************/
.site-footer a {
    color: #919191;
    text-decoration: none;
}
.site-footer {
    border-top: 1px solid #29323E;
    padding: 26px 0;
    background: #272d34;
    color: #919191;
    font-size: 14px;
}
.right-footer {
    font-size: 12px;
    display:inline-block;
	margin:0 0 15px 0;
}
.left-footer {
font-size: 12px;
}

.left-footer p, .left-footer a {
     font-size: 12px !important;
}







/********************************Sub Pages*****************************/


.site-header .site-title > a {
    background: none!important;
    z-index: 9999;
    position: relative;
}
body .site-title a .white-logo, .page-template-digital-marketing-template .site-title a .white-logo, .page-template-page-template-white-header .site-title a .white-logo {
    /*background: url(/wp-content/uploads/2017/09/dark-logo.png)no-repeat!important;
    background-size: contain!important;*/
    display:none!important;
}
body .site-title a .black-logo, .page-template-digital-marketing-template .site-title a .black-logo, .page-template-page-template-white-header .site-title a .black-logo  {
    display:block!important;
}

.home .site-title a .black-logo {
        /*background: url(/wp-content/uploads/2017/10/white@2x.png)no-repeat!important;
    background-size: contain!important;*/
    display:none!important;
}
.home .site-title a .white-logo {
     display:block!important;   
}



/******************************Digital Markenting************************/
#digital-marketing-section-1 {
    padding-top: 140px;
    color: #fff;
    background-repeat: repeat-y!important;
    margin-bottom:70px;
}

#digital-marketing-section-seo {
    padding-top: 140px;;
}

#digital-marketing-section-1 h3 {
    font-size: 28px;
}

#digital-marketing-section-seo h3 {
    font-size: 28px;
}

#digital-marketing-section-1:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
    background: url(/wp-content/uploads/2017/10/hero-bg.jpg);
    background-size: 100%;
}

#digital-marketing-section-seo:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
    background-size: 100%;
}

#digital-marketing-section-1 .green-btn {
    padding-left: 40px;
    padding-right: 40px;
}

#digital-marketing-section-seo .green-btn {
    padding-left: 40px;
    padding-right: 40px;
}

.dark-text, .dark-text ul li, .dark-text p {
    color: #435366;
}
.black-text, .black-text ul li, .black-text p, .black-text li {
    color: #000!important;
}
.page-template-digital-marketing-template .site-inner {
    padding-top: 0;
}
.page-template-digital-marketing-template .entry {
    padding-top: 0;
}
.page-template-digital-marketing-template #text-9 li a,  .page-template-digital-marketing-template ul.header-contact-info li a, .page-template-digital-marketing-template .genesis-nav-menu a   {
    color: #fff    
} 
.page-template-digital-marketing-template #text-9 li a:hover , .page-template-digital-marketing-template ul.header-contact-info li a:hover, .page-template-digital-marketing-template .genesis-nav-menu a:hover   {
    color: #435366;    
}

#digital-marketing-section-2 .container:after {
    content: url(/wp-content/uploads/2017/10/shinobi-2.png);
    position: absolute;
    right: 82px;
    bottom: 113px;
}
#digital-marketing-section-2:after {
    content: '';
    background: url(/wp-content/uploads/2017/10/triangle-after.png);
    position: absolute;
    width: 1431px;
    height: 344px;
    right: 0;
    bottom: 0;
}

ul.header-contact-info li a {
    font-weight: 100;
    /*opacity: 0.8;*/
    font-size: 12px;
    /*letter-spacing: 1px;*/
}
.page-template-digital-marketing-template .site-header {
    background: transparent;
   /* position: absolute;*/
    width: 100%;
    z-index:999;
	/*noadded*/
	position: fixed;
	height:145px;
	transition: all 1s ease 0s;
}

#digital-marketing-section-1 h2 {
    font-size: 60px;
    font-size: 60px;
    color:#fff;
}


#digital-marketing-section-seo h2 {
    font-size: 60px;
    font-size: 60px;
    color:#fff;
}

#work-with-section {
    /*padding: 8% 0 4%;*/
}
.work-width-sub-section{
    max-width: 700px;
    text-align: center;
    margin:0 auto;
}
.center-text, .text-center {
    text-align:center;   
}
.text-left, .text-left h2, .text-left h3, .text-left h4, .text-left h5, .text-left h6{
    text-align:left!important;
}
.text-right{
    text-align:right!important;
}
#services-you-need-section{
    padding: 4% 0;    
}

#what-you-need-section h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    line-height: 37px;
}
#section-books h1 {
    font-size: 30px;
    color: #034694;
    font-weight: bold;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}
#digital-marketing-section {
    padding: 4% 0;
}
#digital-marketing-section h3 {
    text-align: center;
}
#digital-marketing-section h4 {
    color: #000;
}
#digital-marketing-section-2 h1 {
    color: #fff;
}
#lead-sale-section h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color:#28343F;
}
#lead-sale-section {
    font-size: 20px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
#lead-sale-section .sub-section {
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
}
.border-content h4 {
    font-size: 19px;
    margin-bottom:0;
}
.border-content {
    border: 1px solid #F1F2F5;
    border-radius: 1px;
    padding: 35px!important;
    text-align: center;
    margin-bottom: 15px;
}




/**********************Transparent Header*******************/
section#text-9 .textwidget ul li i {
    font-size: 18px;
}
section#text-9 .textwidget ul li {
    padding: 0 7px;
}

section#text-9 .textwidget ul li:first-child {
    padding-left: 0;
}

ul#menu-main-menu li:last-child a {
    padding-right: 0;
}

.page-template-transparent_header .site-inner {
    padding-top: 0;
}
.page-template-transparent_header .entry {
    padding-top: 0;
}
.page-template-transparent_header #text-9 li a, .page-template-transparent_header ul.header-contact-info li a, .page-template-transparent_header .genesis-nav-menu a   {
    color: #fff    
} 
.page-template-transparent_header #text-9 li a:hover , .page-template-transparent_header ul.header-contact-info li a:hover, .page-template-transparent_header .genesis-nav-menu a:hover   {
    color: #435366;    
}
.page-template-transparent_header .site-header, .page-template-about-template  .site-header {
    background: transparent;
   /* position: absolute;*/
    width: 100%;
    z-index:999;
	/*noadded*/
	position: fixed;
	height:145px;
	transition: all 1s ease 0s;
}
 .page-template-about-template {
   background:url(/wp-content/uploads/2017/11/hero-bg@2x.jpg)no-repeat;
   background-position: top center;
   background-size: 1500px auto;
 }

#what-you-need-section h1 {
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    line-height: 1.3em;
}
#what-you-need-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    line-height: 37px;
}
#what-you-need-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    line-height: 37px;
}
#what-you-need-section {
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif!important;
    font-size: 20px;
    padding: 120px 0 30px;
    margin-bottom:20px;
    line-height: 32px;
}
#what-you-need-section p {
    margin: 0 auto;
    margin-bottom: 20px;
}
#case-sudy-template-section h2 {
    color: #95B1D1 !important;
    font-size: 16px !important;
	line-height: 24px !important;    
    font-weight: 400 !important;
}
#case-sudy-template-section h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Lato', sans-serif!important;
    font-weight: 900;
}
#section-digital-marketing-bs h1 { color:#fff; }

/***********Template Section 1******************/
.template-section-1 {
    /*padding: 7% 0!important;*/
}



/***************************Digital Template Section 1***************************/
.digital-template-section-1 {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.02) 100%);
    padding-top: 0!important;
}
.digital-template-section-3 {
    padding-top:60px;
    margin-bottom:30px;
}
.digital-template-section-3 h3, .digital-template-section-3 h4 {
    text-align: center;
}
.custom-header-title .container {
    padding: 0 15px;
}
.custom-header-title {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.page-template-header_title_template .site-header {
    box-shadow: 0px 1px 9px #E6E6E6;
    position: relative;
    z-index: 999;
}
.digital-template-section-1 h3 {
    font-size: 31px;
    color: #034694;
    /*line-height: 37px;*/
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.digital-template-section-1 .green-btn {
    margin-right: 20px;
    padding: 14px 25px;
    margin-bottom:10px;
}
.digital-template-section-1 .vc_col-sm-7 {
    border-right: 1px solid #E6E6E6;
    padding: 50px 0 10px;
}
.digital-template-section-1 .vc_col-sm-5 {
    /*border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;*/
}
.digital-template-section-1 .vc_col-sm-5, .digital-template-section-1 .vc_column_container {
    padding: 40px 0 10px;
}
.digital-template-section-1 .container {
    /*border-right: 1px solid #E6E6E6;*/
}

.custom-header-title h5 {
    background: url(/wp-content/uploads/2017/09/title-bg.jpg);
    background-repeat: repeat-y;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 7px 0;
    position:relative;
    text-transform: uppercase;
    max-width: 391px;
    background-size: cover;
}
.custom-header-title h5:before {
    content: '';
    background: url(/wp-content/uploads/2017/09/title-after-bg.jpg);
    background-repeat: repeat-y;
    height: 30px;
    width: 419px;
    position: absolute;
    right: 100%;
    top: 0;
    background-position: right;
}

/***************************Digital Template Section 2***************************/
.digital-template-section-2 {
    padding: 4% 0;
}



.digital-template-section-2 .green-btn {
    margin-right: 20px;
}

/***************************Digital Marketing Bottom Section***************************/

.digital-marketing-bottom-section h3, .digital-marketing-bottom-section-2 h3, .digital-marketing-bottom-section-3 h3, .digital-marketing-bottom-section-4 h3 {
    text-align: center;
    color: #28343F;
    font-family: 'Montserrat', sans-serif;
}
.digital-marketing-bottom-section, .digital-marketing-bottom-section-2, .digital-marketing-bottom-section-3, .digital-marketing-bottom-section-4 {
    font-size: 20px;
    text-align: center;
}
.digital-marketing-bottom-section  .sub-section {
    max-width: 611px;
    margin-left: auto;
    margin-right: auto;
}
.digital-marketing-bottom-sub-section h4 {
    color: #000;
    font-size: 18px;
}
.digital-marketing-bottom-sub-section  {
    text-align:justify;
    font-size:16px;
}
.digital-marketing-bottom-sub-section a {
    display: block;
    margin: 0 auto;
    max-width: 324px;
}
.digital-marketing-bottom-section {
    background: url(/wp-content/uploads/2017/11/footer-banner-ninja.jpg)no-repeat;
    background-position: bottom center;
    padding-top: 40px!important;
    padding-bottom: 190px!important;
    min-height: 560px;
    background-color: #fcfcfc;
    background-size: 100%;
}

/*
.digital-marketing-bottom-section:before {
content: '';
    position: absolute;
    left: 0;
    bottom:0;
    background: url(/wp-content/uploads/2017/11/left.png)no-repeat;
    height: 100%;
    width: 549px;
    background-size: auto 100%;
    max-height: 465px;
}
.digital-marketing-bottom-section:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2017/11/right.png)no-repeat;
    height: 100%;
    width: 538px;
    background-size: auto 100%;
    max-height: 465px;
}*/

.digital-marketing-bottom-section.hide-man:before {
    display:none;
}
.digital-marketing-bottom-section-2{
    background: url(/wp-content/uploads/2017/09/bottom-bg-2_03.jpg);
    background-position: center bottom;
    background-size: cover;
    padding-top: 40px!important;
    padding-bottom: 40px!important;
    text-align: center;
    font-size: 20px;
    color: #28343F
}


.digital-marketing-bottom-section-3 {
    background: url(/wp-content/uploads/2017/09/bottom-bg-2_03.jpg)no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 40px!important;
    padding-bottom: 190px!important;
    min-height:480px;
    background-color:#fff;
}
/*
.digital-marketing-bottom-section-3:before {
    content: '';
    position: absolute;
    left: 13%;
    bottom: 1px;
    background: url(/wp-content/uploads/2017/10/footer-man.png)no-repeat;
    height: 100%;
    width: 426px;
    background-size: auto 100%;
    max-height:535px;
}

.digital-marketing-bottom-section-3:after {
    content: '';
    position: absolute;
    right: 13%;
    bottom: 1px;
    background: url(/wp-content/uploads/2017/10/footer-lady.png)no-repeat;
    height: 100%;
    width: 293px;
    background-size: auto 100%;
    max-height:494px;
}
*/
.digital-marketing-bottom-section-4 {
    background: url(/wp-content/uploads/2017/11/footer-banner-ninja.jpg)no-repeat;
    background-position: bottom center;
    padding-top: 40px!important;
    padding-bottom: 190px!important;
    min-height: 560px;
    background-color: #fcfcfc;
    background-size: 100%;
}
/*
.digital-marketing-bottom-section-4:before {
    content: '';
    position: absolute;
    left: 13%;
    bottom: 1px;
    background: url(/wp-content/uploads/2017/10/footer-man.png)no-repeat;
    height: 100%;
    width: 426px;
    background-size: auto 100%;
    max-height:535px;
}
.digital-marketing-bottom-section-4:after {
    content: '';
    position: absolute;
    right: 13%;
    bottom: 1px;
    background: url(/wp-content/uploads/2017/10/footer-lady.png)no-repeat;
    height: 100%;
    width: 293px;
    background-size: auto 100%;
    max-height:494px;
}*/





/************************Yeallow Title ******************************/

.page-template-header_yellow_title_template .site-header {
    box-shadow: 0px 1px 9px #E6E6E6;
    position: relative;
    z-index: 999;
}
#yellow-title-section {
    padding-top: 0;
}

#yellow-title-section .vc_col-sm-8 {
    background: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 55px;
    padding-left: 59px;
    z-index: 99;
}
#yellow-title-section .wpb_single_image {
    margin-bottom: 0;
}
#yellow-title-section .vc_col-sm-4 .vc_column-inner {
    padding-right: 0;
}


/************************Yeallow Section ******************************/
.yellow-section {
    background: url(/wp-content/uploads/2017/10/bg-yellow-1.jpg)no-repeat;
    background-size: cover;
    padding-top: 80px!important;
    padding-bottom: 80px;
    margin-bottom: 30px;
}



/********************Template CSS**************************/
.section-template-padding {
    padding-top:110px;
    padding-bottom:110px;
}
#case-sudy-template-section h4 {
    color: #5AC5D0;
    font-size: 32px;
    font-weight: bold;
}   
#case-sudy-template-section h3, #case-sudy-template-section h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Lato', sans-serif!important;
    font-weight: 900;    
}
#case-sudy-template-section {
    color: #fff;
    padding: 70px 0 159px;
	background:#283c54 !important;
}
#case-sudy-template-section img {
    margin-bottom: -190px;
}
.percent-section h3 {
    font-size: 48px;
    color: #EA1E54;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.percent-section {
    background: #28343F;
    padding: 22px 15px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #fff;
}
.case-study-number {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}
.transparent-btn {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #FFFFFF !important;
    padding: 13px 23px;
    text-align: center;
    display: inline-block;
}
a.transparent-btn:hover {
    /* color: #6b7786; */
    color: #333 !important;
}
.yellow-strip-section-before, .pink-strip-section-before, .green-strip-section-before, .blue-strip-section-before, .tale-strip-section-before  {
    position: relative;

}
.yellow-strip-section-after, .pink-strip-section-after, .green-strip-section-after, .blue-strip-section-after, .tale-strip-section-after {
    position: relative;
    color:#fff;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    float: left;
    padding-top:20px;
    font-size:12px;
}
.yellow-strip-section-before:before {
    content: url(/wp-content/uploads/2017/09/seo-before.jpg)!important;
    position: absolute;
    top: 1px;
    z-index: 999;
    left: 0;
}
.yellow-strip-section-after:after {
    content: url(/wp-content/uploads/2017/09/seo-after.jpg)!important;
    position: absolute;
    top: 0;
    left: 166px;
    transform: rotate(90deg);
    transform-origin: left top 0;
}
.pink-strip-section-before:before {
    width: 16px;
    height: 56px;
    background: #ea1e54;
    content: ''!important;
    position: absolute;
    top: 1px;
    z-index: 999;
    left: 0;
}
.pink-strip-section-after:after {
    width: 16px;
    height: 306px;
    background: #ea1e54;
    content: ''!important;
    position: absolute;
    top: 0;
    left: 166px;
    transform: rotate(90deg);
    transform-origin: left top 0;
}
.green-strip-section-before:before {
    width: 16px;
    height: 56px;
    background: #cbcc2a;
    content: ''!important;
    position: absolute;
    top: 1px;
    z-index: 999;
    left: 0;
    
}
.green-strip-section-after:after {
    width: 16px;
    height: 306px;
    background: #cbcc2a;
    content: ''!important;
    position: absolute;
    top: 0;
    left: 166px;
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.blue-strip-section-before:before {
    width: 16px;
    height: 56px;
    background: #1895d7;
    content: ''!important;
    position: absolute;
    top: 1px;
    z-index: 999;
    left: 0;
    
}
.blue-strip-section-after:after {
    width: 16px;
    height: 306px;
    background: #1895d7;
    content: ''!important;
    position: absolute;
    top: 0;
    left: 166px;
    transform: rotate(90deg);
    transform-origin: left top 0;
}
.tale-strip-section-before:before {
    width: 16px;
    height: 56px;
    background: #5ac5d0;
    content: ''!important;
    position: absolute;
    top: 1px;
    z-index: 999;
    left: 0;
    
}
.tale-strip-section-after:after {
    width: 16px;
    height: 306px;
    background: #5ac5d0;
    content: ''!important;
    position: absolute;
    top: 0;
    left: 166px;
    transform: rotate(90deg);
    transform-origin: left top 0;
}
#about-section-template h2 {
    color: #fff;
}
#about-section-template {
    padding-top: 140px;
    background-position: left top;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.testi-count {
    display: inline-block;
    background: #FCBA00;
    padding: 2px 11px;
    color: #fff;
}
.box-border {
    padding: 30px;
    box-shadow: 1px 1px 12px #ddd;
    margin-top: 50px;
}
.left-border h4 {
    color: #034694;    
}
.left-border {
    border-left: 4px solid #D8D8D8;
    padding-left: 20px;
    margin-left: -24px;
}
.blue-text {
    color: #064794;
}
.dark-box-content strong {
    font-size: 18px;
    font-weight: 500;
}
.dark-box-content a {
    padding: 14px 10px;
    width: 100%;
}
.dark-box-content {
    background: #071734;
    color: #fff;
    padding: 28px;
    text-align: center;
}
.qoate-box-content {
    display: block;
    clear: both;
    color: rgba(40,52,63,0.4);
    font-style: italic;
    padding-top: 15px;
    max-width: 440px;
    margin: 0 auto;
}
.pink-section-2 {
    color: #fff;
    background: url(/wp-content/uploads/2017/10/bg-red-shinobi.jpg);
    padding: 80px 0 230px;
    background-position: bottom;
    color:#fff;
    margin-bottom:50px;
}
.pink-section-2 h2, .pink-section-2 h3, .pink-section-2 h4, .pink-section-2 h5, .pink-section-2 h6 {
     color:#fff;   
}
.tale-text {
     color: #5AC5D0!important;   
}
.tale-link {
    color: #5AC5D0;
    font-weight: 500;
}
.box-link h5 {
    font-size: 16px;
    color: #5AC5D0;
}
.box-link {
    width: 100%;
    padding: 100.5px 26.5px 0;
    display: block;
    box-shadow: 0px 0px 4px #ddd;
    font-weight: 500;
    max-width: 289px;
    min-height: 250px;
    text-align: center;
    margin: 0 auto;
}
.box-link:hover {
    box-shadow: 0px 0px 15px #ddd;
}
.box-link h4 {
    font-size: 14px;
    color: #5B7A9E;
    font-weight: 500;
    line-height: 18px;
    font-family: Montserrat;
}
.box-link-bg .box-link {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 210px;
    text-align: left;
}
.box-link-bg .box-link p {
    min-height: 173px;
}

.box-link-2 img {
    max-height: 83px;
    width: auto;
}
.box-link-2 h5 {
    font-size: 16px;
    color: #5AC5D0;
}
.box-link-2 {
    width: 100%;
    padding: 0 25px;
    display: block;    
    font-weight: 500;
    width: 100%;
    min-height: 200px;
    text-align: center;
    margin: 0 auto;
}

.box-link-2 h4 a {
    font-size: 18px;
    color: #034694;
    font-weight: 700;
    line-height: 18px;
    font-family: Montserrat;
}

.page-template-box-header-template header.site-header {
    box-shadow: 0px 1px 9px #E6E6E6;
    z-index: 9999;
    position: relative;
}
.box-content-2 img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 96px;
}
.box-content-2 .green-btn {
    position: absolute;
    bottom: 30px;
}
.box-content-2 > div > .wpb_wrapper {
    padding: 16px;
    box-shadow: 0px 6px 32px -8px rgba(0,0,0,7) !important;
    margin-bottom: 20px;
    min-height: 470px;
    /* max-width: 300px; */
    max-width: 340px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.box-content-2 .green-btn {
    position: absolute;
    bottom: 30px;
    margin-left: auto!important;
    display: block;
    margin-right: auto!important;
    left: 0;
    right: 0;
    max-width: 200px;
}




/****************Green Section*****************/
/* review-questionnaire/ page */
.page-id-3908 .green-section {
    margin-bottom: 0;
}
.green-section {
    background: url(/wp-content/uploads/2017/09/green-section-bg_03.jpg);
    padding: 30px 0 10px;
    color: #28343F;
    margin-bottom: 20px;
}
.green-section h4 {
    text-align: center;
    color: #fff;
}
.green-section h5 {
    text-align: center;
    color: #28343F;
}
.green-ninja-section {
    background: #5ac4d1;
    padding-bottom: 80px;
    padding-top: 80px!important;
}
.green-ninja-section p {
    color: #000;
}
.green-ninja-section:after {
    content: '';
    background: url(/wp-content/uploads/2017/10/shinobi.png)no-repeat;
    height: 258px;
    width: 469px;
    right: 5px;
    bottom: 0;
    position: absolute;
}
.green-section-gauge {
    background: #5ac4d1;
    padding-top: 80px!important;
    padding-bottom: 170px!important;
    margin-bottom: 0;
}






/*Other Section */

.other-section-one {
    padding-top: 130px!important;
    color: #fff;
    background: #2d97d3;
}
.other-section-one h2, .other-section-one h3 {
    color: #fff!important;
}
.included-box {
    color: #435366;
    padding: 20px 20px 0!important;
    box-shadow: 2px -1px 20px #eee;
    min-height: 365px!important;
    position: relative!important;
    width: 24%!important;
    margin: 0.5%;
}
.included-box img {
    position:absolute;
    bottom:0;
    left:0
}



.page-template-page-template-white-header .site-header {
    z-index: 99999999999999999;
}
#podcast-section-one {
    background: #5ac4d2;
    padding-top: 200px;
    color: #fff;
    text-align: center;
    padding-bottom: 70px;
}
#podcast-section-one h2, #podcast-section-one h1{
    color:#fff;
}
.podcast-list {
    border: 1px solid #F1F2F5;
}
.podcast-list:hover{
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.02), 0 3px 14px 3px rgba(0,0,0,0.02), 0 4px 5px 0 rgba(54,78,222,0.02);    
}
.podcast-details {
       padding: 15px 15px 0; 
}
.podcast-details h4 {
    font-size: 18px;
    color: #28343F;
}
.meta {
    padding: 0 15px;
}
.meta a {
    color: #0C6BBB;
    font-size: 13px;
}
.share {
    text-align: right;
}
.share a {
    color: #CED0D2;
    font-size: 20px;
}
.share a span {
    background: #CED0D2!important;
    width: 20px!important;
    height: 20px!important;
}
.filter-section {
    border-top: 2px solid #F2F2F2;
    border-bottom: 2px solid #F2F2F2;
    margin-bottom: 25px;
}
.podcast-filter {
    border: none;
    font-size: 15px;
    color: #28343F;
    font-weight: 500;
    padding: 10px 0;
    margin: 15px 0;
    width: auto;
}

.podcast-filter:focus {
     outline:none;   
}
.filter-section .wpb_content_element {
    margin-bottom: 15px;
}
.cat-select {
    display: inline-block;
    background: #435366;
    color: #fff;
    padding: 5px 38px 5px 15px;
    font-size: 13px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 5px;
}
.cat-select a, .cat-select span {
    font-size: 18px;
    vertical-align: middle;
    background: #28343F;
    padding: 2px 10px;
    position: absolute;
    height: 100%;
    top: 0;
    cursor: pointer;
    right: 0;
    color:#fff;
}
.podcast-searc {
    text-align: center;
    font-size: 12px;
    border: 0;
    display: inline-block;
    width: 67%;
    text-align: left;
    padding: 0px!important;
}
input.search-btn {
    color: #fff;
    background: #CBCC2A;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: top;
    margin-top: 0!important;
    padding: 0px;
    width: 30%;
    float: right;
}
#search-blog {
    border: 1px solid #dfdfdf;
}
.podcast-searc::placeholder {
    color: #CED0D2;
}
.podcast-searc:focus {
    outline:none;
    border: none;
}
.filter {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.search-form-filter {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
    margin-top: 12px;
}



#blog-section-one {
    padding-top: 100px;
    color: #000;
    text-align: center;
    padding-bottom: 70px;
}
#blog-section-one h2, #blog-section-one h1{
    color:#0b4892;
}
.featured-blog:after {
    content: '';
    clear: both;
    display: block;
}
.blog-details {
    color: #435366;
}
.blog-details h4 {
    font-size: 18px;
    color: #28343F;
}
.blog-btn {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #CBCC2A;
    padding: 15px 20px;
}
.blog-details p {
    font-size: 12px;
}
.blog-details p , .meta-user {
    font-size: 12px;
}
.meta-user a {
    color:#0C6BBB;
}
.bullet {
    width: 6px;
    height: 6px;
    background: #034694;
    border-radius: 20px;
    display: inline-block;
    margin: 2px 7px;
}
.blog-list:after {
    clear: both;
    content: '';
    display: block;
}
.blog-details-last h3 {
    font-size: 24px;
    color: #000;
    margin-top: 20px;
}
.blog-details-last p , .meta-user {
    font-size: 14px;
}
.popular-blog:after {
    content: '';
    display: block;
    clear: both;
}
.popular-blog {
    padding: 35px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.02), 0 3px 14px 3px rgba(0,0,0,0.02), 0 4px 5px 0 rgba(54,78,222,0.02);
}
.popular-blog h5 {
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #034694;
}
.popular-blog h4 a {
    color: #28343F;
}
.editor-choice-left {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.editor-choice-right {
    width: 69%;
    display: inline-block;
    vertical-align: top;
}
.editor-choice img {
    float: left;
    margin-right: 45px;
}
.editor-choice-right h4 {
    color: #28343F;
    font-size: 18px;
    padding-top: 19px;
}
.editor-choice-right ol > li:after {
    clear: both;
    display: block;
    content: '';
}
.editor-choice-right ol {
    padding-left: 40px;
}
.editor-choice-right li {
    padding-left: 8px;
    list-style-type: decimal!important;
}
.editor-choice-blog h5 {
    padding-left: 34%;
    margin-bottom: 30px;
    font-size: 14px;
    color: #034694;
}
.editor-choice-blog {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.02), 0 3px 14px 3px rgba(0,0,0,0.02), 0 4px 5px 0 rgba(54,78,222,0.02);
    padding: 35px;
}
.editor-choice-right {
    border-left: 1px solid #f2f2f2;
}
.editor-choice-left-cotent{
    position: relative;
}
.editor-choice-left-cotent img {
    width: 100%;
}
.editor-choice-left-cotent h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 35px;
    color: #fff;
    width: 100%;
    height: 98%;
    background: rgba(0, 0, 0, 0.5);
}
.editor-choice-left-cotent:hover h4 {
	background: rgba(3,70,148,0.8)!important;
}



/*Shureken Section*/
.shureken-background:after {
    content: '';
    background: url(/wp-content/uploads/2017/10/shuriken-right.png)no-repeat;
    height: 535px;
    width: 232px;
    position: absolute;
    right: 0;
}
.shureken-background:before {
    content: '';
    background: url(/wp-content/uploads/2017/10/shurikent-left.png)no-repeat;
    height: 535px;
    width: 232px;
    position: absolute;
    left: 0;
}

/*Hidden Pages*/
.hidden-pages-bottom-section {
    padding-bottom:50px;
}
.hidden-pages-bottom-section:before {
   /* content: '';
    position: absolute;
    left: 13%;
    bottom: 1px;
    background: url(/wp-content/uploads/2017/10/model-1.png)no-repeat;
    height: 100%;
    width: 426px;
    background-size: auto 100%;
    max-height:535px;*/
}
.ninja-arrow:after {
    content: '';
    background: url(/wp-content/uploads/2017/09/shinobi-2.png);
    width: 375px;
    height: 309px;
    position: absolute;
    right: 0;
    top: 30px;
}
.text-gray {
    color: #8C98A5;
}
.white-transparent h2 {
    color: rgba(255,255,255,0.9) !important;
}
.black-transparent h2{
    color: rgba(0,0,0,0.9) !important;
    }
.blue-green {
    color: #5AC5D0 !important;
}
.font-montserrat h4 {
    font-family: Montserrat;
    font-weight: 500;
    line-height: 30px;
}


.ninja-image-stretch img {
    width: 515px;
    max-width: 515px!important;
}

.show-inrow-transition {
    display:none
}
.host-text em small {
    color: #B3B5B8;
}
.footer-widget .widget ul > li {
    padding-bottom: 0;
    margin-bottom: 0;
}
.before-footer-widget {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.footer-widget a {
    margin-bottom: 10px;
}
#digital-marketing-section-1 h2 {
    font-size: 60px;
    line-height: 1.13em;
}

#digital-marketing-section-seo h2 {
    font-size: 60px;
    line-height: 1.13em;
}

#digital-marketing-section-2 p {
    z-index: 98;
    position: relative;
}
.schedule-text {
    color: #B3B5B8;
    line-height: 1.3;
}



#about-section-template {
    background-image: url(/wp-content/uploads/2017/10/oval-half-blue-bg.jpg) !important;
    padding-top: 140px;
    background-position: left top;
    background-size: cover;
    text-align: center;
    color: #fff;
}
#about-section-template-2 {
    /*background-image: url(/wp-content/uploads/2017/09/about-bg_03.jpg) ;*/
    background:none;
    padding-top: 140px;
    background-position: left top;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-bottom:45px;
}
#about-section-template-2 h2 {
    color: #fff;
}
#about-section-template-2 h1 {
    color: #fff;
}
#section-digital-marketing h2 {
    font-family: 'Lato', sans-serif;
    color: #034696;
    font-size: 64px;
    font-weight: 900;
}
.page-template-digital-marketing-template-2 .site-header {
    background: none;
}
.page-template-digital-marketing-template-2 {
    background: url(/wp-content/uploads/2017/10/hero-bg-responsive.jpg)no-repeat top center;
    background-size: 100% auto;
}

.page-template-digital-marketing-template-2:before {
    content: '';
    background: url(/wp-content/uploads/2017/10/rectangle-before.png)no-repeat;
    width: 1684px;
    height: 431px;
    position: absolute;
    right: 56%;
    z-index: -1;
}
.page-template-digital-marketing-template-2 .entry {
    background: none;
}
.page-template-digital-marketing-template-2 .site-inner {
    padding-top: 0;
}
.page-template-digital-marketing-template-2 .entry {
    padding-top: 0;
}
.page-template-digital-marketing-template-2 #text-9 li a, .page-template-digital-marketing-template-2 ul.header-contact-info li a, .page-template-digital-marketing-template-2 .genesis-nav-menu a   {
    color: #fff    
} 
.page-template-digital-marketing-template-2 #text-9 li a:hover , .page-template-digital-marketing-template-2 ul.header-contact-info li a:hover, .page-template-digital-marketing-template-2 .genesis-nav-menu a:hover   {
    color: #435366;    
}
#digital-marketing-section-2 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 135px;
    padding-top:40px;
}

#digital-marketing-section-2 h2 {
    color: #fff;
}
.pink-section {
    background: #ea1d55;
    padding-top: 80px!important;
    padding-bottom: 80px;
    color: #fff;
    text-align: center;
}
.pink-section p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 32px;
}
.pink-section a {
    font-family: 'Montserrat', sans-serif;
}
.inline-list li {
    background: none!important;
    display: inline-block;
    padding: 10px!important;
    width: 19%;
    vertical-align: top;
    font-size: 16px;
	color:#fff;
}
.white-text.inline-list li { color:#fff !important; }
.white-text h1, .white-text .h1 { color:#fff !important; }
.yellow-book-section {
    background-color: #ffd55d !important;
    padding: 20px 0 0;
    margin-bottom: 20px;
}
#digital-marketing-section-2 .container:after {
    content: url(/wp-content/uploads/2017/10/shinobi-2.png);
    position: absolute;
    right: 82px;
    bottom: 133px;
    z-index: 9;
}
.blue-box {
    background-color:#017BCE;
}

#blue-section {
    color: #017BCE;
}
.light-blue{
    background-color:#5AC5D0;
}
.blue-box {
    padding: 30px 30px 5px 30px;
    margin-bottom:20px;
}
.blue-box p {
    color: #fff;
}
.blue-box h4 {
    color: #fff;
}
.yellow-book-section a{
    color:#fff !important;
    border-color:#fff;
}
.white-text {
    color: #fff !important;
    font-weight:500;
} 
.red-text {
    color: #EA1E54;
    font-weight:500;
}
.white-heading h1, .white-heading h2, .white-heading h3, .white-heading h4, .white-heading h5, .white-heading h6 {
    color: #fff;    

}
.blue-heading h1, .blue-heading h2, .blue-heading h3, .blue-heading h4, .blue-heading h5, .blue-heading h6 {
    color: #0b4892;    

}
.font-14, .font-14 p {
    font-size:14px;
}

/*Search Page*/
.search .site-header {
    box-shadow: 0px 1px 9px #E6E6E6;
    z-index: 9999;
    position: relative;
    margin-bottom: 30px;
}
.search h1.archive-title {
    font-size: 30px;
    color: #034694;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.search h2.entry-title {
    color: #28343F;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-align: left;
}
.search .archive-description {
    padding: 15px 0;
}
.search .entry-meta {
    display: none;
}
.search article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0;
}
.archive-pagination a:focus, .archive-pagination a:hover, .archive-pagination .active a {
    background: #53AAED;
}

/*About Code*/

.page-template-about-template #text-9 li a, .page-template-about-template ul.header-contact-info li a, .page-template-about-template .genesis-nav-menu a
{
    color: #fff!important;
}
.page-template-about-template .current-menu-item > a {
    color: #000 !important;
}
.cotact-form input {
    font-size: 16px;
    margin-bottom: 30px!important;
    border-radius: 2px;
}


.ninja-form-section {
    /*background: url(/wp-content/uploads/2017/10/cta-footer-bg-2-1.jpg)no-repeat !important;*/
    color:#000;
    background-position: center top;
    background-size: 100%!important;

}
.ninja-form-section .cotact-form {
    color:#000;    
}
.ninja-form-section  a.white-btn {
    
}
.ninja-form-section .white-heading h3 {
    color: #034694 
}
.ninja-form-section .vc_empty_space {
    height: 30px!important;
}
.ninja-form-section .white-btn {
    color: #fff;
    background: #CBCC2A;
    padding: 14.5px 32px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}



.contact-text .wpb_content_element {
    padding: 70px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.02), 0 3px 14px 3px rgba(0,0,0,0.02), 0 4px 5px 0 rgba(54,78,222,0.02);
}
.font-lightgray p{color: #95B1D1;}


.extra-space {
    margin-bottom:35px!important;
}


.single .sidebar.widget-area, .archive .sidebar.widget-area {
    width: 28%;
}
.single .content, .archive .content {
    width: 71%;
    max-width: 900px;
}
.sidebar .widget {
  border: 1px #ececec solid;
    margin-bottom: 0;
    padding-bottom:20px;
    padding-top:40px;
}
header.site-header.sticky {
    position: fixed;
    background: #0699e9;
    width: 100%;
    z-index: 9999999;
    box-shadow: none!important;
    top:0;
	/*noadded*/
	height: 85px;
    margin-top: 0px;
    transition: all 1s ease 0s;
}
.header-image header.site-header.sticky  .title-area {
    max-width: 156px;
    margin-top: 0;
}
.sticky section#text-8 {
    padding: 0 !important;
}
.sticky .genesis-nav-menu a  {
    color:#fff;
}
.sticky .site-title a .black-logo {
     display:none!important   
}
.sticky .site-title a .white-logo {
     display:block!important;   
}
header.site-header.sticky #nav_menu-2 {
    padding: 0;   
}
header.site-header.sticky ul.header-contact-info, header.site-header.sticky  section#text-9, header.site-header.sticky #ajaxsearchlitewidget-4 {
    display: none;
}
body .site-header.sticky .site-title a {
    /*
    background: url(/wp-content/uploads/2017/09/exposureninja-white-logo.png) no-repeat !important;*/
        min-height: 40px;
    /*background-size: contain!important;*/
}
.breadcrumb {
    font-size: 12px;
}

/*From Style*/

ul#gform_fields_5 li {
    background: none;
    padding-left: 0;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    width: 100%;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    width: 100%
}
input#gform_submit_button_5 {
    color: #fff;
    background: #CBCC2A;
    padding: 14.5px 32px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 300px;
    width: 100%;
}
.gform_wrapper h2.gsection_title {
    font-size: 20px;
}
.breadcrumb {
    padding-left: 0px;
    padding-top: 40px;
}
.image-border img {
    border: 2px solid #dcdcdc;
}

.rounded-img {
    margin-bottom: 5px!important;
}
.rounded-img img {
    width: 150px;
    border-radius: 100px;
}
.current-menu-item > a {
    color: #000!important;
    font-weight:bold;
}

.current_page_ancestor > a {
    color: #000!important;
    font-weight:bold;
}
.custom-img-1 img {
    max-height: 240px;
    width: auto;
}
.single footer.entry-footer {
    margin-bottom: 30px;
}
.smile-icon-timeline-wrap.csstime li {
    background: none;
}


.icon-box-img-1 a:before {
    content: ' ';
    display: block;
    margin-bottom: 5px;
    height: 56px;
    background: url(/wp-content/uploads/2017/11/icons.jpg)no-repeat;
    background-position: 0 0;
    width: 84px;
    margin-left: auto;
    margin-right: auto;
}
.icon-box-img-2 a:before {
    content: ' ';
    display: block;
    margin-bottom: 5px;
    height: 56px;
    background: url(/wp-content/uploads/2017/11/icons.jpg)no-repeat;
    background-position: -116px 0;
    width: 84px;
    margin-left: auto;
    margin-right: auto;
}
.icon-box-img-3 a:before {
    content: ' ';
    display: block;
    margin-bottom: 5px;
    height: 56px;
    background: url(/wp-content/uploads/2017/11/icons.jpg)no-repeat;
    background-position: 0 -66px;
    width: 84px;
    margin-left: auto;
    margin-right: auto;;
}
.icon-box-img-4 a:before {
    content: ' ';
    display: block;
    margin-bottom: 5px;
    height: 56px;
    background: url(/wp-content/uploads/2017/11/icons.jpg)no-repeat;
    background-position: -116px -66px;
    width: 84px;
    margin-left: auto;
    margin-right: auto;
}




/********************Blog Archive Codes***********************/

.wpb_wrapper .blog-archive-post .blog-archive-prev {
    width: 42%;
    margin: 30px 0;
    float: right;
}
.wpb_wrapper .blog-archive-post .blog-archive-next {
    width: 42%;
    float: left;
    margin: 30px 30px 30px 0;
}
.wpb_wrapper .blog-archive-post .blog-archive-next a,
.wpb_wrapper .blog-archive-post .blog-archive-prev a {
    display: block;
    background: #cbcc2a;
    text-align: center;
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.02), 0 3px 14px 3px rgba(0,0,0,0.02), 0 4px 5px 0 rgba(54,78,222,0.02);
}
.wpb_wrapper .blog-archive-post {
    width: 100%;
    max-width: 350px;
    margin: 0 0 0 auto;
}
.wpb_wrapper .blog-archive-post .blog-archive-next a:hover, .wpb_wrapper .blog-archive-post .blog-archive-prev a:hover {
    color: #000;
}
.page.page-id-544 .blog-archive-next,
.page.page-id-58 .blog-archive-next {
    float: right;
    margin-right: 0px;
}
.page.page-id-544 .blog-archive-prev,
.page.page-id-58 .blog-archive-prev {
    float: left;   
}
.page.page-id-544[class*='paged-'] .blog-archive-next,
.page.page-id-58[class*='paged-'] .blog-archive-next {
    float: right;
}
.page.page-id-544[class*='paged-'] .blog-archive-prev,
.page.page-id-58[class*='paged-'] .blog-archive-prev {
    float: left; 
}
body.sticky {
    padding-top: 103px;
}
.home.sticky, .page-template-digital-marketing-template.sticky, .page-template-transparent_header.sticky, .page-template-about-template.sticky, .page-template-page-template-white-header-blacklogo.sticky, .page-template-page-template-white-header.sticky{
    padding-top: 0!important;  
}
.entry-content a.entry-image-link {
    display: none;
}
.archive-content {
    width: 67%;
    display: inline-block;
}
a.entry-image-link {
    width: 30%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.archive-content h2.entry-title {
    font-size: 3rem!important;
}
article.post {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 20px;
}
div#interact-promotion-announcement-bar {
    position: fixed;
}
.attachment .content > article {
    padding: 0;
}
.attachment .content {
    width: 71%;
    max-width: 900px;
}
.attachment .sidebar {
    width: 28%;
}
.category-podcast h1, .category-podcast h3 {
    color: #000;
}
table.table-format td {
    padding-left: 6px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 12px;
    word-break: break-word;
}


/* New Page*/
h3.red-num {
    color: #ed1651;
    font-size: 100px;
    border-top: 7px solid #ed1651;
    font-family: 'Lato', sans-serif;
    margin-top: 11px;
    width: 130px;
}
h3.blue-num {
    color: #09bef3;
    font-size: 100px;
    border-top: 7px solid #09bef3;
    font-family: 'Lato', sans-serif;
    margin-top: 11px;
    width: 130px;
}
h3.green-num {
    color: #ccce00;
    font-size: 100px;
    border-top: 7px solid #ccce00;
    font-family: 'Lato', sans-serif;
    margin-top: 11px;
    width: 130px;
}
h3.yellow-num {
    color: #fab92b;
    font-size: 100px;
    border-top: 7px solid #fab92b;
    font-family: 'Lato', sans-serif;
    margin-top: 11px;
    width: 130px;
}
.new-section-one > .vc_row-fluid > .vc_col-sm-6 {
    margin-bottom: 25px;
}
.new-blue-section h2 {
    color: #fff;
    /* font-size: 47px; */
}
.new-blue-section {
    padding-top: 140px!important;
}
.new-blue-section li {
    color: #fff!important;
}
.new-blue-section img {
    max-width: 285px!important;
}
.new-yellow-section {
    padding-top: 80px!important;
    padding-bottom: 60px!important;
}
.new-yellow-section h2 {
    font-size: 70px;
    color: #034694!important;
}
.new-white-section {
    background: url(https://exposureninja.com/wp-content/uploads/2018/02/Get-a-Low-Cost-High-Performance-Advantage-with-Our-Lead-Generation-Websites-Recovered_03.jpg)no-repeat;
    background-position: 85% 63%;
    background-size: 338px;
    padding-top: 80px!important;
    padding-bottom: 60px!important;
}
.new-footer-section {
    background: url(https://exposureninja.com/wp-content/uploads/2018/02/new-ninja-footer_02.jpg)no-repeat!important;
    padding-bottom: 231px;
    background-size: 100%!important;
    background-position: bottom center!important;
    text-align: center;
}
.new-footer-section h3 {
    font-size: 39px;
    color: #2a353f;
}


.genesis-nav-menu .sub-menu {
    opacity:  10 !important;
}

/********************Responsive Codes***********************/


@media screen and (min-width:1500px){
.digital-marketing-bottom-section {
    background-size:contain;
}
}

@media screen and (max-width: 1701px){
#digital-marketing-section-1:after {
    left: 36%;
    /*background-size: 70%;*/
}
}
@media screen and (max-width: 1501px){
#digital-marketing-section-1:after {
    left: 34%;
    /*background-size: 70%;*/
}
}
@media screen and (max-width: 1500px){
#digital-marketing-section-1:after {
    left: 31%;
    /*background-size: 70%;*/
}


	


.green-ninja-section:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.green-ninja-section {
    padding-bottom: 240px;
}
.ninja-form-section {
    background-position: center 154px!important;
}
#section-business-growth {
    background-position: 16.7% 100%;
}
.digital-marketing-bottom-section, .digital-marketing-bottom-section-4 {
    min-height: 500px;
}

}

@media screen and (max-width:1440px){
#digital-marketing-section-2:after {
    left: 0;
    right: auto;
}
}
@media screen and (max-width:1340px){
	.header-image .title-area {
    max-width: 215px;
	}
}

@media screen and (max-width:1333px){
 #nav_menu-2 {
    float: none;
    display: block;
}
#digital-marketing-section-2 .container:after {
    right: 0!important;
}

}

@media screen and (max-width:1250px){
#about-section-template-2, #about-section-template {
    padding-top: 140px;
    padding-bottom: 0;
}

}

@media screen and (max-width:1200px){
.site-title a img {
    margin: 0 auto;
}
.site-header .widget-area {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
    clear: both;
}
.header-image .title-area {
    margin: 0 auto;
    float: left;
}
#text-9 {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}
#section-leads .vc_column_container {
    width: 100% !important;
    text-align: center;
}
#section-leads .green-btn {
    margin-left: 0;
}
#digital-marketing-section-1 {
    background: #2187db!important;
}
#digital-marketing-section-1 h4 {
    color: #fff;
}
#digital-marketing-section-1 .dark-text {
    color: #fff;
}
#digital-marketing-section-1 .wpb_column.vc_column_container.vc_col-sm-8, #digital-marketing-section-1 .wpb_column.vc_column_container.vc_col-sm-3  {
    width: 100%;
    text-align: center;
}
#digital-marketing-section-1 h3 {
     color:#fff;   
}
	

#digital-marketing-section-seo {
    background: #2187db!important;
}
#digital-marketing-section-seo h4 {
    color: #fff;
}
#digital-marketing-section-seo .dark-text {
    color: #fff;
}
#digital-marketing-section-seo .wpb_column.vc_column_container.vc_col-sm-8, #digital-marketing-section-seo .wpb_column.vc_column_container.vc_col-sm-3  {
    width: 100%;
    text-align: center;
}
#digital-marketing-section-seo h3 {
     color:#fff;   
}
	
	
	
	
	
	
.page .site-title a {
    background-position: center!important;
}
#section-home-banner {
        padding-top: 150px;
}

#section-business-growth {
    background-position: -15% bottom;
}
#about-section-template {
    background: #1187f1;
    background-image: none!important;
}
#section-other-training .white-box a {
    bottom: 40px;
}
.hide-inrow-transition {
    display:none
}
.show-inrow-transition {
    display:block
}
/*#digital-marketing-section-2 .vc_col-sm-10 {
    width: 100%;
}*/
#digital-marketing-section-2 .container .wpb_column {
    padding-bottom: 50px!important;
}
#digital-marketing-section-2 {
    padding-bottom: 66px;
}
#what-you-need-section {
    padding-top: 215px;
}
.box-content-2 > div > .wpb_wrapper {
    min-height: 530px;
}
body .site-header.sticky .site-title a {
    background-position: center!important;
    z-index: 9999;
    position: relative;
}
.other-section-one {
    padding-top: 200px!important;
}
.search-form-filter {
    width: 79%;
}
.page .site-title a {
    display: none;
}
}

@media screen and (max-width:1024px){
.genesis-responsive-menu .genesis-nav-menu .menu-item {
    background: #fff;
}
body #text-9 li a, body ul.header-contact-info li a, body .genesis-nav-menu a {
    color: #000!important;
}
.page-template-page-template-white-header #text-9 li a, .page-template-page-template-white-header ul.header-contact-info li a, .page-template-page-template-white-header .genesis-nav-menu a {
    color: #fff!important;
}
.page-template-page-template-white-header .menu-toggle {
     color: #fff!important;   
}

#section-ninja-arsenal .vc_column_container {
    display: block;
    width: 100%;
}
#section-home-banner {
    padding-top: 150px;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item a {
    margin-bottom: -3px;
}
.menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
    border-top: 1px solid #eee;
    background: none!important;
}
.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    color: #000;
    border: none!important;
}
ul.sub-menu {
    z-index: 999999999;
}
.section-3-box {
    margin: 0 auto;
}
#nav_menu-2 {
    max-width: 350px;
    margin: 0 auto;
}
#section-business-growth {
    background-position: -70% bottom;
    background:none!important;
}

.menu-toggle, .sub-menu-toggle {
    background: none;
    border: none;
}
.home .menu-toggle, .home .sub-menu-toggle {
    color:#fff;    
}
.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    background-color: #fec830;

}
    .hide-mobile {
    display: none;
}
.menu-toggle::before {
    margin-right: 5px;
}
.menu-toggle, .sub-menu-toggle {
    position: absolute;
    width: 100px;
    height: 49px;
    padding: 13px 0;
    line-height: 50px;
    text-align: center;
    top: 15px;
    line-height: 1.4; 

}
.menu-toggle {
    right: 10%;    
}
.sub-menu-toggle {
    top: 0;
    height: 41px;
    padding: 10px;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item {
    width: 80%;
    margin: 0 auto;
    background: #3DA5EE;
    border-bottom: 1px solid #fec830;
}
nav.nav-header.genesis-responsive-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #3DA5EE;
    z-index:999;
}
ul#menu-main-menu {
    background: #3DA5EE;
    padding-top: 70px;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item a {
    color: #fff!important;

}
ul.header-contact-info li {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.home #text-9 li a, .home ul.header-contact-info li a, .home .genesis-nav-menu a,
.page-template-digital-marketing-template #text-9 li a, .page-template-digital-marketing-template ul.header-contact-info li a, .page-template-digital-marketing-template .genesis-nav-menu a,
.page-template-digital-marketing-template-2 #text-9 li a, .page-template-digital-marketing-template-2 ul.header-contact-info li a, .page-template-digital-marketing-template-2 .genesis-nav-menu a,
.page-template-transparent_header #text-9 li a, .page-template-transparent_header ul.header-contact-info li a, .page-template-transparent_header .genesis-nav-menu a,
.page-template-about-template #text-9 li a, .page-template-about-template ul.header-contact-info li a, .page-template-about-template .genesis-nav-menu a
{
    color: #fff!important;
}
.page-template-digital-marketing-template .menu-toggle, .sub-menu-toggle, .page-template-digital-marketing-template-2 .menu-toggle, .sub-menu-toggle,
.page-template-transparent_header .menu-toggle, .page-template-about-template  .menu-toggle
{   
    color: #fff!important;
}
header.site-header.sticky .menu-toggle {
    color: #fff!important;    
}
#digital-marketing-section-1 p {
    color: #fff!important;
}
	
#digital-marketing-section-seo p {
    color: #fff!important;
}

.page-template-digital-marketing-template .site-title a, .page-template-digital-marketing-template-2 .site-title a {
    /*background: url(/wp-content/uploads/2017/09/exposureninja-white-logo.png)no-repeat!important;*/
    /*background-size: cover!important;*/
    background-position:center!important;
}
.section-3-list {
    max-width: 600px;
    margin: 0 auto 30px;
}
.vc_section > .vc_row {
    width: 90%;
    margin-left: auto!important;
    margin-right: auto!important;
}
.icon-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    color: #000!important;
}
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    width: 100%!important;
}
#section-digital-marketing h2 {
    text-align: center;
}
#section-digital-marketing h4 {
    text-align: center;
}
#section-digital-marketing {
    text-align: center;
}
#section-ninja-arsenal h5 {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
    float: none;
    width: 159px;
    text-align: center!important;
}
#section-ninja-arsenal {
    padding-top: 200px;
}
#section-ninja-arsenal h2 {
    text-align: center;
}

.digital-marketing-bottom-section .wpb_single_image.vc_align_left, .digital-marketing-bottom-section-3 .wpb_single_image.vc_align_left, .digital-marketing-bottom-section-4 .wpb_single_image.vc_align_left  {
    text-align: center;
}
.vc_empty_space {
    display: none;
}
.digital-marketing-bottom-section:before, .digital-marketing-bottom-section:after, .digital-marketing-bottom-section-3:before, .digital-marketing-bottom-section-3:after, .digital-marketing-bottom-section-4:before, .digital-marketing-bottom-section-4:after  {
    display:none;
}
.green-ninja-section:after {
    display:none;
}
.green-ninja-section {
    padding-bottom: 40px;
}
.digital-marketing-bottom-section, .digital-marketing-bottom-section-3 {
    background-size: 100% auto;
}
#digital-marketing-section-2 .container:after {
     display:none;   
}
.page-template-digital-marketing-template-2 {
    background: url(/wp-content/uploads/2017/10/hero-bg-responsive-extend.jpg)no-repeat!important;
}
#digital-marketing-section-2 .container .wpb_column {
    padding-bottom: 0!important;
}
.box-content-2 > div > .wpb_wrapper {
    min-height: auto;
}
.box-content-2 img {
    position: relative;
    bottom: 0;
}
#case-sudy-template-section img {
    margin-bottom: 0;
}
.digital-template-section-1 .vc_col-sm-7, .digital-template-section-1 .container, .digital-template-section-1 .vc_col-sm-5  {
    border:none;
}
.digital-template-section-1 .vc_col-sm-5, .digital-template-section-1 .vc_column_container {
    padding: 0;
}
.digital-template-section-1 {
    padding-top: 50px!important;
    padding-bottom: 20px!important;
}
#yellow-title-section {
    background: #fcba00!important;
}
.page-id-91 .vc_custom_1507637675083 {
    background: #5ac4d1!important;
}

#yellow-title-section .vc_col-sm-8 {
    padding: 30px 15px;
}
#yellow-title-section .wpb_single_image {
    text-align: center;
}
.posdcast-img {
    text-align: center;
    padding: 15px;
}
.editor-choice-left {
    text-align:center;
}
.editor-choice-left, .editor-choice-right {
    width: 100%;
}
.editor-choice-blog h5 {
    padding-left: 0;
    text-align: center;
}
body .vc_custom_1507870959000 {
    background: none!important;
}
.ninja-form-section {
    background: none!important;
}
.cotact-form {
    background: url(/wp-content/uploads/2017/10/hero-bg-responsive.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
}
.single .sidebar.widget-area {
    width: 100%;
    width: 100%;
    max-width: 900px;
    padding: 70px 80px;
}
.single .content {
    width: 100%;
    
}
.included-box img {
    right: 0;
    margin: 0 auto;
}
.digital-marketing-bottom-section, .digital-marketing-bottom-section-4 {
    padding-bottom: 150px!important;
}
.image-border {
    text-align: center!important;
}
.archive .content {
    width: 100%!important;
}
.archive .sidebar.widget-area {
    width: 100%!important;  
    max-width: 100%;
}
.center-mobile {
   text-align:center!important;   
}

.center-mobile .wpb_single_image.vc_align_left {
   text-align:center!important;       
}
.center-mobile .text-left, .center-mobile .text-left h3 {
    text-align:center!important   
}
.included-box {
    min-height: 195px !important;
}
.new-blue-section br {
    display: none;
}
.new-yellow-section h2 br {
    display: none;
}
.new-white-section {
    background: none!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
.new-footer-section br {
    display: none;
}
} /*1024*/


@media screen and (max-width:980px){
#section-other-training .white-box a {
    bottom: 30px;
}
#section-other-training .white-box {
    padding: 46px 42px;
}
.archive-content {
    width: 100%;
}
a.entry-image-link {
    width: 100%;
}
#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content a {
    max-width: 200px!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    margin: -18px auto 0!important;
}
#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
    padding: 0 20px!important;
}
.mobile-review-ver {
    top: 11px!important;
}
.admin-bar .mobile-review-ver {
    top: 42px!important;
}
.shiftnav-open-left #shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content a {
    margin-left: 19%!important;
}
body .new-footer-section {
    background: none!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
}
}


@media screen and (max-width:800px){
.widget-area {
    width: 50%;
    margin-bottom: 20px;
}
h2, h1 {
   font-size: 50px!important;
}
#section-ninja-arsenal h2, #section-home-banner h2, #section-digital-marketing h2 {

    text-align: center;
}
#section-ninja-arsenal {
    background: #32a1f0;
}
.list-right {
    width: 100%;
}
#section-business-growth {
    background-position: -131% bottom;
}
.list-left {
    width: 100%;
}
.list-left img {
    margin: 0 auto;
    text-align: center;
}
.list-left p {
    width: 100%;
    text-align: center;
    display: inline-block;
}
#section-ninja-arsenal {
    padding-top: 50px;
}
#section-business-growth .container {
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}
#section-training {
    padding-top: 0;
    padding-bottom: 0;
}
#section-training h6 {
    margin-bottom: 30px;
}
#section-other-training .white-box {
    min-height: auto;
}
#section-other-training .white-box a {
    position: relative;
    bottom: 0;
}
#section-leads {
    padding: 30px 0 15px;
}
.vc_custom_1505469572557 {
    padding: 0!important;
}
#section-marketing-training {
    padding: 30px 0 0;
}
#section-people {
    padding: 30px 0 0;
}
#section-ninja-arsenal ul li {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#section-ninja-arsenal .list-right {
    margin-top: 0;
}
.page-template-header_title_template .site-header {
    z-index:99999;
}
.breadcrumb {
    padding-left: 30px;
}
.search-form-filter, .filter {
    width: 100%;
}
input.search-btn {
    position: absolute;
    right: 0;
    font-size: 15px;
    width: 115px;
}
}
@media screen and (max-width:767px){
.page-template-default .site-inner {  padding-top: 80px;  }
article.job_listing {
   margin-top: 75px;
}
.widget-area {
    width: 100%;
    
}
#section-business-growth .container {
    background-image: none;
}
.footer-widget {
    text-align: center;
}
.left-footer, .right-footer {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}
h2, h1 {
   font-size: 35px!important;
}
h3 {
    font-size: 25px;
}
#digital-marketing-section-1 {
    padding-top: 200px;
}
	
#digital-marketing-section-seo {
    padding-top: 200px;
}

#section-ninja-arsenal .list-right {
    margin-top: 0;
}
#section-business-growth {
   background:none;
    text-align: center;
    padding: 10px;
}
.section-home-banner img {
    display: none;
}
#section-training p {
    padding: 0;
}
#section-training .green-btn {
    padding: 14.3px 0!important;
    max-width: 265px;
    width: 100%;
    text-align: center;
}
#section-leads .green-btn {
    max-width: 350px;
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
.yellow-section {
    padding-top: 35px;
    padding-bottom: 35px;
}
.green-btn-large, .green-btn-lg {
    padding: 14px 5px;
    width: 100%;
}
.ninja-image-stretch img {
    width: 100%;
}
.editor-choice img {
    float: none;
}
#about-section-template-2 {
    padding-bottom: 20px!important;
}
.digital-marketing-bottom-section, .digital-marketing-bottom-section-4 {
    background: url(/wp-content/uploads/2017/11/footer-background.jpg)no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 0!important;
}
.right-footer a {
    display: block;
    padding: 0!important;
}
h1, h2, h3 {
    line-height:1.3;   
}
.page-id-205 h3 br {
    display: none;
}
.green-section-gauge:after {
    width: 100%;
    max-width: 100%;
    background-size: contain;
    background-position: bottom;
}

}

@media screen and (max-width:767px){
#section-podcasts ul li, #section-books ul li {
    width: 100%;
}
.custom-header-title .container {
    padding: 0;
}
.custom-header-title h5 {
    background-size: cover;
    max-width: 100%;
    text-align: center;
    z-index:999;
}
.custom-header-title {
    z-index: 999;
}
#yellow-title-section {
    background: none!important;
}
#section-home-banner {
    background: #14ABF0;
}
#section-digital-marketing {
    padding-top: 30px;
}
.icon-box {
    max-width: 200px;
    padding: 15px;
    min-height: auto;
}
section.vc_section.pink-section-2 {
    background-repeat: no-repeat;
    background-color: #ea1d55;
}

.box-link {
    min-height: auto;
    padding: 60.5px 26.5px;
}
}

@media screen and (max-width:550px){
	.footer-widget-content h3.widget-title{text-align:center!important;}
#pagebio .ult-team-member-image { float:none !important; }
#section-digital-marketing ul li {
    width: 50%;
    margin: 0 auto 25px;
    display: block;
}

#section-home-banner {
    padding-top: 150px;
}

.menu-toggle{
    right: 10px;
}
#section-ninja-arsenal {
    text-align: center;
}
.list-left img {
    float: none;
}
.section-3-box-top {
    padding: 20px 20px;
}
.section-3-box-bottom p {
    padding: 0;
}
.white-btn {
    padding: 11px 5px;
    width: 100%;
}
#about-section-template-2 {
    padding-bottom: 40px;
}
.page .site-title a {
    background-position: left!important;
    width:100%!important;
}
.site-title a img {
    max-width: 140px;
}
}

@media screen and (max-width:480px){
#section-home-banner {
    background: #14ABF0;
    padding-bottom: 46px;
}
.page-template-digital-marketing-template .site-title a, .page-template-digital-marketing-template-2 .site-title a {
    background-position: left!important;
}
.site-title a {
    width: 60%!important;
}
}




@media screen and (min-width:1024px){
    .hide-desktop {
    display: none;
}

}
 h1 {
    
    font-size: 71px;
    line-height: 1;
font-weight: 900;
    /* letter-spacing: 0.7px; */
}
#digital-marketing-section-1 h1 {
    font-size: 60px;
    line-height: 1.3em;
}

#digital-marketing-section-1 h1 {
    font-size: 60px;
    font-size: 60px;
    color: #fff;
}

#digital-marketing-section-seo h1 {
    font-size: 60px;
    line-height: 1.3em;
}

#digital-marketing-section-seo h1 {
    font-size: 60px;
    font-size: 60px;
    color: #fff;
}

@media only screen and (max-width: 500px) {
    #h1 {
    font-size: 27px!important;
}
h1 {
    font-size: 27px!important;
}
.h1 {
    font-size: 27px!important;
}
  #h2 {
    font-size: 21px!important;
}
h2 {
    font-size: 21px!important;
}
.h2 {
    font-size: 21px!important;
}
  #h3 {
    font-size: 18px!important;
}
h3 {
    font-size: 18px!important;
}
.h3 {
    font-size: 18px!important;
}
  #h4 {
    font-size: 16px!important;
}
h4 {
    font-size: 16px!important;
}
.h4 {
    font-size: 16px!important;
}
}
.job_listings li { background:none !important; }
.job-listing-meta li { background-image:none !important; }
.tve-tl-anim {
    transition: all .3s ease-out;
    opacity: 100!important;
}
.body {padding-top: 46px!important; }
@media only screen and (max-width: 860px) {
.site-header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
}
.breadcrumb {
    display: none;
}
.vc_section[data-vc-full-width] {
 padding-top: 80px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
article.post {
    padding-top: 80px;
}
.vc_section {
     padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: -15px;
    margin-right: -15px;
}
.single .sidebar.widget-area {
    width: 100%;
    width: 100%;
    max-width: 900px;
    padding: 0px 0px!important;
}
.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget {
    padding: 0px;
    margin-bottom: 5%;
}
#digital-marketing-section-1 {
    padding-top: 80px;
     padding-left: 0px!important;
    padding-right: 0px!important;
}
	
#digital-marketing-section-seo {
    padding-top: 80px;
     padding-left: 0px!important;
    padding-right: 0px!important;
}
	
#digital-marketing-section-2 {
    padding-top: 80px;
     padding-left: 0px!important;
    padding-right: 0px!important;
}
#digital-template-section-2 {
    padding-top: 80px!important;
     padding-left: 0px!important;
    padding-right: 0px!important;
}
#digital-template-section-1 {
    padding-top: 80px!important;
     padding-left: 0px!important;
    padding-right: 0px!important;
}
#what-you-need-section {
    padding-top: 80px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
#section-home-banner {
    padding-top: 100px;
}

}

@media only screen and (max-width: 480px){
    
#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content a {
    max-width: 134px!important;
    padding: 20px 0!important;
    margin: 1px 4px 2px 20%!important;
}
.mobile-review-ver {
    width: 100%;
    max-width: 100px!important;;
    display: none;
}
#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content {
    padding: 20px 0!important;
    top: 0;
}
.admin-bar .mobile-review-ver {
    top: 22px!important;
}
}
@media screen and (min-width: 481px) and (max-width: 600px){
    
.admin-bar .mobile-review-ver {
   top: 20px!important; 
}
#shiftnav-toggle-main.shiftnav-toggle-main-align-center .shiftnav-main-toggle-content a {
  
    padding: 20px 0!important;
    margin: 0px auto 20%;
}

}

@media screen and (min-width: 600px){
.admin-bar .mobile-review-ver {
   top: 60px!important; 
}}
ul li a:hover, a:hover {
    opacity: 0!important;
}
ul.header-contact-info li a {
    font-size: 16px!important;
}
#epkb-main-page-container.epkb-tabs-template .epkb-nav-tabs li .epkb-category-level-1 {
    font-size: 1.3em!important;
    margin: .4em 0;
    line-height: 1.5em;
    word-wrap: break-word;
    padding: 2% 1% 1% 1%!important;
    text-align: center;
    color: #034694!important;
    font-weight: bold!important;
}
#epkb-main-page-container.epkb-tabs-template .epkb-boxed .epkb-doc-search-container {
    width: 100%;
    display: none!important;
}
#epkb-main-page-container.epkb-tabs-template .section-head .epkb-category-level-2-3 {
    font-size: 1.2em;
    line-height: 1.3;
    color: #ffffff !important;
    font-weight: bold !important;
}
#epkb-main-page-container.epkb-tabs-template .section_divider {
    border-bottom: 0px solid!important;
    background: #0b468e!important;
	padding-left: 10px!important;
    padding-right: 10px!important;
}
#epkb-main-page-container.epkb-tabs-template .epkb-section-body {
    padding: 1em 1em 2em;
    padding-left: 5px!important;
    font-size: 14px;
    color: black!important;
    padding-right: 10px!important;
    padding-top: 20px!important;
}
.eckb-kb-template {margin-top:0px!important; padding-top:0px!important}
#epkb-main-page-container.epkb-tabs-template .col-3 {
    width: 32.55555555555555555555%!important;
}
#epkb-main-page-container.epkb-tabs-template .epkb-nav-tabs li {
    display: block;
    float: left;
    border: 1px solid #e6e6e6;
    margin: 2px;
}
#epkb-main-page-container.epkb-tabs-template #epkb-content-container ul {
    float: left;
    width: 100%;
    border-bottom: 0px !important;
}
#epkb-main-page-container.epkb-tabs-template .epkb-tab-panel {
    display: none;
    margin-top: 10px!important;
    text-align: center;
}
.eckb-article-defaults #eckb-article-content h1 {
    font-size: 2.5em!important;
    font-family: 'Montserrat',sans-serif!important;
    color: #034696!important;
    letter-spacing: 1px!important;
    font-weight: 900!important;
}
#eckb-article-page-container.eckb-article-right-sidebar-on #eckb-article-body #eckb-article-content {
    width: 71% !important;
    padding-right: 0 !important;
}

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


.columnsContainerb { position: relative; margin: .5em; }


.rightColumnb {  border: 1px solid  #ccc; padding: 1.25em; }

.leftColumnb { margin-bottom: .5em; border: 0px solid  #ccc; padding: 1.25em;  }

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumnb { margin-right: 22.5em; }
	.rightColumnb { position: absolute; top: 0; right: 0; width: 21.75em;     padding-bottom: 20px;
    padding-top: 40px; padding-left:40px; padding-right:40px }   
}
#eckb-article-page-container .eckb-article-title {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    line-height: 1!important;
    font-size: 3.6rem!important;
    margin-bottom: 10px!important;
    font-weight: 900!important;
}#eckb-article-page-container .eckb-last-update {
    float: left;
    width: 100%;
    font-size: 12px!important;
    font-weight: bold!important;
}
#eckb-article-page-container h2 {font-size: 2.4rem !important;
}
#eckb-article-page-container h3 {font-size: 2.0rem !important;
}
#rightColumnb h2 {font-size: 2.4rem !important;
}
#widg-widget-article-container h2 {    font-size: 1.8rem!important;
    margin-bottom: 20px !important;
}
#widg-widget-article-container h3 {    font-size: 1.8rem!important;
    margin-bottom: 20px !important;
}
.testimonial_rotator.template-longform .slide {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold !important;
}
.testimonial_rotator_star {
    margin: 0 3px 0 0;
    float: left;
    width: 20px;
    height: 20px;
    color: #ffe400 !important;
    font-size: 20px;
    line-height: 20px;
}
.author {font-size: 22px;}
.service-form .gform_wrapper form li { background:none !important; }
.e-type .ginput_container { padding:0 0 0 20px; }
.e-type li { display:inline-block; min-width:50%; min-width: 200px; }
#field_11_3 .gfield_label  { display:none !important;  }
#field_11_5 .gfield_label  { display:none !important;  }
#field_11_6 .gfield_label  { display:none !important;  }
#field_11_9 .gfield_label  { display:none !important;  }
#field_11_10 .gfield_label  { display:none !important;  }
.service-check li { display:inline-block; width:33%; min-width: 120px; }
.service-form  .gform_wrapper ul li.one-half { clear:none!important; }
#label_11_14_1::before {
    display: block;
    width: 100% important;
    height: 50px;
    text-align: center;
    min-width: 120px;
    width:100%;
    content:" ";
    background:url('https://exposureninja.com/wp-content/uploads/2018/07/seo.png') no-repeat center;
}
#label_11_14_6::before {
    display: block;
    width: 100% important;
    height: 50px;
    content: " ";
    background:url('https://exposureninja.com/wp-content/uploads/2018/07/content-marketing.png') no-repeat center;
    text-align: center;
    min-width: 120px;
    width:100%;
}
#label_11_14_3::before {
    display: block;
    width: 100% important;
    height: 50px;
    content: " ";
    text-align: center;
    min-width: 120px;
    width:100%;
    background:url('https://exposureninja.com/wp-content/uploads/2018/07/ppc-1.png') no-repeat center;
}
#label_11_14_4::before {
    display: block;
    width: 100% important;
    height: 50px;
    content: " ";
    background:url('https://exposureninja.com/wp-content/uploads/2018/07/InfluencerMarketing-1.png') no-repeat center;
    text-align: center;
    min-width: 120px;
    width:100%;
}
#label_11_14_5::before {
    display: block;
    width: 100% important;
    height: 50px;
    content: " ";
    background:url('https://exposureninja.com/wp-content/uploads/2018/07/websitedevelopment-1.png') no-repeat center;
    min-width: 120px;
    width:100%;
}
#label_11_14_2::before {
    display: block;
    width: 100% important;
    height: 50px;
    content: "";
    background:url('https://exposureninja.com/wp-content/uploads/2018/07/facebookads-1.png') no-repeat center;
    min-width: 120px;
    width:100%;
}
.service-check li label { text-align: center; }
.service-check input { visibility: hidden; }
#gform_11 input, #gform_11 textarea, #gform_11 select {
    border-bottom: 1px solid #fff;
	background:transparent;
	border-width:0 0 1px 0;
	color:#fff;
}
#gform_11 input::placeholder { color:#fff !important; }
.service-form .gform_wrapper form {
    max-width: 600px;
    padding: 20px;
    background:transparent;
}
#field_11_9, #field_11_10 { margin-top:0 !important; }
#gform_11 label { color:#fff; }
#gform_submit_button_11 { border:2px solid #fff !important; }
#gform_11 .gform_footer { padding-left:30px !important; }
.gform_fields li { padding-left:0;}
.sidebar-form .ginput_container  input { margin-top:0 !important; padding:15px 10px !important; margin:0 !important; }
.sidebar-form li.gfield { margin:0 !important; padding:0 !important; }
@media only screen and (max-width:767px) {
.wp-posts-pro .wpp_section {     
		width: 100% !important;	
    	margin: 0 0 10px 0 !important; 
	}
.wp-posts-pro .wpp_col {
    	padding: 0 0 15px 0 !important; 
	}
.sidebar.sidebar-primary.widget-area {
    	width: 100% !important;
	}
.vc_column_container>.vc_column-inner { padding-left:15px !important; padding-right:15px !important; }
}
.wp-post-navigation { margin:20px 0 !important;}
.wp-post-navigation div a:after { color:#5bc0de !important; }
.author-description { margin:0px !important; padding:20px 0 0 !important; }
.author .author-box { padding:20px 0 !important; }
.digital-template-section-1 h2 { font-size:16px !important; line-height:24px !important; color: #435366 !important; font-weight:normal !important; }
.blog-pagination { text-align:center; }
.blog-pagination li {
    display: inline-block;
    background: none !important;
    text-align: center;
    padding: 5px 20px !important;
    vertical-align: middle;
    
}
  .blog-pagination li a {
    color: #737980;
    font-weight:normal;
    
}
.blog-pagination li.active {
    background: #0a4891 !important;
    border-radius: 25px; 
}
.blog-pagination li.active a { color:#fff; }
.widget { margin-bottom:0px !important; }

.blog-search  {
  text-align: center;
}
.blog-search form input {
  text-align: left;
  max-width: 400px;
  border-width: 0 0 5px 0;
  border-color: #0b4892;
  padding-left: 0px;
}
#ajaxsearchlite1 {
    max-width: 400px;
    display: inline-block;
    border-width: 0 0 5px 0 !important;
}
#ajaxsearchlite1 .orig {
    font-size: 24px !important;
}
.awpa-contact-info li a:before {
	background: #0699e9;
	padding: 10px !important;
	font-size: 24px !important;
	color:#fff;
	width: 44px !important;
text-align: center;
display: inline-block;
}

@media screen and (min-width: 769px){
	.single-post .sidebar .widget {
		position:fixed;
		padding:20px !important;
		max-width:360px;
                top:200px;
	}
}

.awpa-contact-info li { background:none !important; }
.awpa-more-posts { display:none; }

/******** Knowledge Base Call To Action CTA ********/

.kb-cta {
    padding: 25px!important;
    background-color: #034694;
    color: #fff;
}

.kb-cta a {
    color: white!important;
    font-weight: 700!important;
}

/******** Other Note ********/

.other-note {
    padding: 25px!important;
    background-color: #ffca08;
    color: #000;
}

.other-note a {
    color: #034694!important;
    font-weight: 700!important;
}

/******** Related Reading ********/

.related-reading {
    padding: 25px 25px 0px 25px!important;
    background-color: #accff9;
    color: #000;
	border: 1px solid #788ea9!important;
}

.related-reading p {
	font-size: 20px!important;
    font-weight: 600;
}

.related-reading a {
    color: #034694!important;
    font-weight: 700!important;
}

/******** Table of Contents ********/

.toc {
    padding: 25px 25px 0px 25px!important;
    background-color: #f9f9f9;
    color: #000;
	border: 1px solid #788ea9!important;
}

.toc p {
	font-size: 20px!important;
    font-weight: 600;
}

.toc a {
    color: #034694!important;
    font-weight: 700!important;
}

#accreditationlogosn { text-align:center !important; }
#accreditationlogosn  .test-slider1-item { padding:0 15px !important; }
.archive.category ul li { list-style:inherit !important; }
.archive.category ul li ul { padding:0 0 0 25px !important; }
.footer-widget, .site-footer {   
    z-index: 1111;
    position: relative;
}
.wpb_text_column p a:not(.green-btn), .entry-content p a:not(.green-btn) {
    color:#034694 ;
    text-decoration:underline !important;
}
a:has(h4), a > h3, h4:has(a) { text-decoration:none !important; }
h4 a { color: #FEC930 !important; text-decoration: none !important; }
.wp-post-author-meta h4 a, .entry-author a  { color:#034694 !important; }
.wpb_text_column p a:not(.green-btn), .entry-content p a:not(.green-btn) {
    margin: 20px 0 0 0 !important;
	text-decoration:none !important;
}
a.transparent-btn:hover {
background-color: #fff !important;
color: #034694 !important;
}
#digital-marketing-section-1:after{left:0% !important;}
.posdcast-img img{width:100%;}
.transparent-btn {
	color: #fff !important; }
.nav-next-btn {
margin:25px 0 0 0;		
}

.page-template-training-guide-template .entry-content h1 { font-size:44px !important; line-height:1.4; margin:0 0 20px 0; }