/*
	Theme Name: MBA Insights
	Theme URI: http://upthinksolutions.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Up Think Solutions
	Author URI: http://upthinksolutions.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

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


/* Table of Contents

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

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'HelveticaNeueLTStdLt';
	src: url('fonts/HelveticaNeueLTStdLt.eot');
	src: url('fonts/HelveticaNeueLTStdLt.eot') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTStdLt.woff2') format('woff2'),
		url('fonts/HelveticaNeueLTStdLt.woff') format('woff');
}
@font-face {
	font-family: 'HelveticaNeueLTStdBd';
	src: url('fonts/HelveticaNeueLTStdBd.eot');
	src: url('fonts/HelveticaNeueLTStdBd.eot') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTStdBd.woff2') format('woff2'),
		url('fonts/HelveticaNeueLTStdBd.woff') format('woff');
}






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

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

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

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

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

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

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

body {
	background-color: #fff;
	color: #353535;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.425;
}

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

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

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

a {
	color: #353535;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #0c85b7;
}

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

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

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

blockquote,
blockquote::before {
	color: #505050;
}

blockquote {
	margin: 40px;
}

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

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

cite {
	font-style: normal;
}

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

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

h1 {
	font-size: 70px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

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

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

img {
    height: auto;
}

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

input,
select,
textarea {
	background-color: #ececec;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	box-shadow: none;
	color: #353535;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #5d5d5d;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #5d5d5d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
body .widget .so-widget-sow-button .ow-button-base a,
body div.wpforms-container-full .wpforms-form button[type=submit] {
	background: #2593c0;
	border: 2px solid  #2593c0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px; 
	font-weight: 700;
	padding: 12px 24px;
	text-transform: uppercase;
	white-space: normal;
	line-height: normal;
	width: auto;
	min-width: 250px;
	text-align:center;
}

.transparent-btn,
.entry-content .transparent-btn {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 6px 12px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background: #fff;
	border-width: 0;
	color: #353535;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover,
body .widget .so-widget-sow-button .ow-button-base a:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #0c85b7;
	border: 2px solid  #0c85b7;
	color: #fff;
}

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

.button {
	display: inline-block;
}

.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: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

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

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

th,
td {
	text-align: left;
}

th {
	border: 1px solid #ddd;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border: 1px solid #ddd;
	padding: 10px;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

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

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 60px;
}

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

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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

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

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

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

.avatar {
	float: left;
}

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

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

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

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

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

.sticky {
}

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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

.gallery-caption {
	margin: 0 0 10px;
}

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

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


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

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

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

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

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

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

.widget p:last-child + * {
	margin-top: 25px;
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.entry-title {
	font-size: 67px;
	line-height: 1;
	text-transform: uppercase;
}

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

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.minimum-pro-portfolio {
	word-wrap: break-word;
}

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

.entry-title a:hover {
	color: #0c85b7;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

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

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

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

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

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

.enews-widget {
	color: #505050;
}

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

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

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

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

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

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

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

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

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

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

img#wpstats {
	display: none;
}

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

.site-header {
	position: relative;
	z-index: 999;
	width: 100%;
	-webkit-box-shadow: 0 0 12px 3px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 12px 3px rgba(0,0,0,.05);
	box-shadow: 0 0 12px 3px rgba(0,0,0,.05);
}

.admin-bar .site-header {
	top: 0;
}

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

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

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

.site-title {
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

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

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

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


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

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

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

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

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

.genesis-nav-menu a {
	border: none;
	color: #606060;
	display: block;
	font-size: 21px;
	font-family: 'HelveticaNeueLTStdLt';
	letter-spacing: 0.04em;
	padding: 10px 30px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4d4d4d;
	font-family: 'HelveticaNeueLTStdBd';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #505050;
}

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

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

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	vertical-align: sub;
	font: normal 33px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

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

.entry {
	margin-bottom: 50px;
}

.minimum-pro-portfolio .content .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

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

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

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

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

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

.entry-content .search-form {
	width: 100%;
	max-width: 500px;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	font-size: 14px;
}

.entry-meta a {
	border: none;
}

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

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

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

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

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

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

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

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

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

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

.pagination li {
	display: inline;
}

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

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

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

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

.comment-content {
	clear: both;
}

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

.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-list li,
.ping-list li {
	list-style-type: none;
}

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

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

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

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

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

.bypostauthor {
}


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

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

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

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

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

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

.footer-widgets {
	clear: both;
	color: #505050;
	background-color: #353535;	
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
}

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

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

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

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

.footer-widgets .widget {
	margin-bottom: 40px;
}

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

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


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

.site-footer {
	background-color: #022c3d;
	color: #fff;
	padding: 60px 0;
}

.site-footer a {
	color: #fff;
	border: none;
}

.site-footer a:hover {
	color: #fff;
}

#footer-form-widget h4 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
#footer-form-widget .wpforms-field {
	padding: 0 0 15px;
}
#footer-form-widget input,
#footer-form-widget select,
#footer-form-widget textarea {
	background: #fff;
	border-radius: 0;
	border: none;
	height: auto;
	padding: 10px;
	font-size: 18px;
}
#footer-form-widget textarea {
	height: 145px;
}

#footer-form-widget ::-webkit-input-placeholder {
	color: #b1b1b1;
}
#footer-form-widget :-moz-placeholder {
	color: #b1b1b1;
}
#footer-form-widget ::-moz-placeholder {
	color: #b1b1b1;
}
#footer-form-widget :-ms-input-placeholder {
	color: #b1b1b1;
}

.site-footer li {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
.site-footer li a {
	color: #a3a3a3;
}

.social-icon-widget {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
.social-icon-widget a {
	width: 44px;
	height: 44px;
	line-height: 42px;
	display: inline-block;
	vertical-align: top;
	background: #21a4d9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #022c3d;
	font-size: 25px;
	font-weight: bold;
	margin-right: 50px;
	text-align: center;
	opacity: 0.84;
}
.social-icon-widget a:last-child {
	margin-right: 0;
}
.social-icon-widget a:hover {
	background: #0c85b7;
	color: #022c3d;
}

.copyright-widget {
	color: #a3a3a3;
	text-align: center;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */

.site-container {
	overflow: hidden;
}

/*
siteorigin page builder Styling
---------------------------------------------------------------------------------------------------- */

body.siteorigin-panels .site-inner {
	padding-top: 0;
	padding-bottom: 0;
}

/*
top bottom gap styling
------------------------------------------------- */

.top-gap-section {
	padding-top: 40px;
}
.bottom-gap-section {
	padding-bottom: 40px;
}
.top-gap-widget {
	padding-top: 30px;
}
.bottom-gap-widget {
	padding-bottom: 30px;
}

/*
small width content styling
------------------------------------------------- */

.small-width-content {
	max-width: 680px;
	margin: 0 auto;
}

/*
medium width content styling
------------------------------------------------- */

.medium-width-content {
	max-width: 980px;
	margin: 0 auto;
}

p:empty {
	display: none;
}

/*
Header Styling
----------------------------------------------- */

.header-widget-area {
	padding-top: 20px;
}
.header-widget-area .widget_nav_menu {
	float: left;
}
.header-widget-area .widget:first-child a {
	margin-left: 7px;
}

/*
Search bar styling
------------------------------------------------ */

.header-widget-area .widget_search .widget-wrap {
	position: relative;
	min-width: 40px;
	min-height: 40px;
}
.header-widget-area .widget_search .widget-title {
	font-size: 0;
	position: absolute;
	top: 10px;
	right: 13px;
	text-align: center;
	margin: 0;
}
.header-widget-area .widget_search .widget-title:before {
	content: "\f002";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	color: #7c7c7c;
}
.header-widget-area .widget_search .search-form {
	letter-spacing: 1px;
	width: 0;
	max-width: 305px;
	padding: 0;
}
.header-widget-area .widget_search input[type="search"] {
	border: 2px solid #777;
	border-radius: 0;
	padding: 9px 40px 8px 15px;
	font-size: 14px;
}

.scrollToTop {
	width: 65px;
	height: 65px;
	line-height: 60px;
	border-radius: 50%;
	background: #000000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
	z-index: 99999;
	font-size: 45px;
	opacity: 0.5;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}
.scrollToTop:hover {
	color: #fff;
	opacity: 0.7;
}


/*
recent fp styling
------------------------------------------------ */

.recent-fp {
	position: relative;
	overflow: hidden;
}
.recent-fp:before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.recent-fp .wrap {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 100px 78px 80px;
}
.recent-fp h2 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 600;
}
.recent-fp h2 a {
	color:#ffffff;
}
.recent-fp h2 a:hover {
	color:#0c85b7;
}
.fp-excerpt {
	margin-bottom: 30px;
}
.recent-fp h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
}

/*
article section styling
------------------------------------------------ */

.article-section {
	position: relative;
	overflow: hidden;
}
.article-section:before {
	content: '';
	display: block;
	background: #252525;
	width: 500%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -450%;
	margin-left: -15px;
}
.article-section .panel-grid-cell {
	position: relative;
}
.recent-fa-img {
	height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.recent-fa-img img {
	display: none;
}
.fa-short-details {
	padding: 35px 40px 40px;
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
}
.fa-short-details h3 {
	font-family: 'Open Sans', sans-serif;
	max-width: 400px;
}
.fa-short-details h3 a {
	color: #fff;
	font-weight: 600;
}
.fa-short-details h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 7px;
}
.fa-short-details h6 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 70px;
}
.fa-excerpt {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.45;
}

.article-section .panel-grid-cell:last-child .widget {
	max-width: 600px;
	padding-right: 50px;
}
.article-section .textwidget {
	padding-top: 30px;
}
.article-section .textwidget h4 {
	font-size: 38px;
	margin-bottom: 0;
}
.article-section h4 a {
	color: #21a4d9;
	font-weight: 800;
}
.recent-article {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
.article-thumb {
	max-width: 143px;
	float: left;
}
.article-thumb img {
	display: block;
	width: 100%;
}
.article-short-details {
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 165px;
	font-family: 'Roboto', sans-serif;
}
.article-short-details h3 {
	font-size: 25px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
}
.article-short-details h3 a {
	color: #353535;
	font-weight: 700;
}
.article-short-details h5 {
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 7px;
}
.article-short-details h6 {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	
}

/*
article section styling
------------------------------------------------ */

.business-news-section .textwidget {
	padding-top: 30px;
}
.business-news-section .textwidget h4 {
	font-size: 38px;
	margin-bottom: 0;
}
.business-news-section h4 a {
	color: #21a4d9;
	font-weight: 800;
}

.recent-bn {
	clear: both;
	overflow: hidden;
	margin-bottom: 35px;
	padding-bottom: 33px;
	border-bottom: 1px solid #e8e8e8;
}
.recent-bn:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.bn-thumb {
	width: 45%;
	float: left;
}
.recent-bn:nth-child(2n+2) .bn-thumb {
	float: right;
}
.recent-bn img {
	width: 100%;
	display: block;
}
.bn-short-details {
	width: 52%;
	float: right;
}
.recent-bn:nth-child(2n+2) .bn-short-details {
	float: left;
}
.bn-short-details h3 {
	font-family: 'Lato', sans-serif;
}
.bn-short-details h3 a {
	color: #393939;
	font-weight: 900;
}
.bn-short-details h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 7px;
}
.bn-short-details h6 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 70px;
}
.bn-excerpt {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.45;
}

/*
videos section styling
------------------------------------------------ */

.videos-section .textwidget {
	padding-top: 30px;
}
.videos-section .textwidget h4 {
	font-size: 38px;
	margin-bottom: 0;
}
.videos-section h4 a {
	color: #21a4d9;
	font-weight: 800;
}

.recent-featured-videos {
	background: #f6f6f6;
	overflow: hidden;
}
.recent-fv .fv-thumb {
	width: 67%;
	float: left;
	overflow: hidden;
}
.fv-thumb a {
	display: block;
	position: relative;
	background: #000;
}
.fv-thumb .yt-icon,
.fv-thumb .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 50px;
	color: white;
	text-shadow: 7px 3px 9px #101010;
}
.recent-fv .fv-thumb img {
	display: block;
}
.recent-fv .fv-thumb .wp-post-image {
	display: block;
	width: 100%;
	opacity: 0.64;
	transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
.recent-fv a:hover .wp-post-image{
	opacity: 0.75;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.fv-short-details {
	width: 30%;
	float: right;
	padding: 30px;
	padding-left: 0;
}
.fv-short-details h3 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 0;
}
.fv-short-details h3 a {
	color: #393939;
	font-weight: 900;
}
.fv-short-details h5 {
	color: #218893;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	margin-bottom: 20px;
}
.fv-excerpt {
	font-family: 'Roboto', sans-serif;
}

.recent-videos {
	overflow: hidden;
}
.recent-video {
	width: 31.33%;
	margin-right: 3%;
	float: left;
	background: #f6f6f6;
}
.recent-video:last-child {
	margin-right: 0;
}

.video-thumb a {
	display: block;
	position: relative;
	background: #000;
	overflow: hidden;
}
.recent-video .video-thumb img {
	display: block;
}
.recent-video .video-thumb .wp-post-image {
	display: block;
	width: 100%;
	opacity: 0.64;
	transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
.recent-video a:hover .wp-post-image {
	opacity: 0.75;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.video-thumb .yt-icon,
.video-thumb .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 75px;
	font-size: 50px;
	color: white;
	text-shadow: 7px 3px 9px #101010;
}
.video-short-details {
	padding: 25px;
}
.video-short-details h3 {
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0;
}
.video-short-details h3 a {
	color: #393939;
	font-weight: 900;
}
.video-short-details h5 {
	color: #218893;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 17px;
}
.video-excerpt {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

/*Single Post Styling*/
.custom-post-margin { display:block; height:60px;}
.single .single-title-meta.category-title, .single .entry-header { text-align:center; }
.single .single-post-title { margin-top:-60px; margin-bottom:30px; padding:40px 0;  color:#ffffff; background:#555555; position:relative;}
.single .single-post-title:before, .single .single-post-title:after { content:''; display:block; position:absolute; width:150%; top:0; bottom:0; background:#555555; z-index:1;}
.single-post-title:before { right:50%;}
.single-post-title:after { left:50%;}
.single-post-title h1.entry-title { margin:20px 0;}
.single-post-title h1.entry-title:after { content:''; display:block; max-width:300px; width:100%; height:5px; background:#ffffff; margin:20px auto 0;}
.single-post-title .single-title-meta h4 { margin:0; font-size:22px; }
.single-post-title > div, .single-post-title > h1 { position:relative; z-index:10;}

.content:after, .content-sidebar-wrap:after, .author-box:after { clear:both; content:""; display:block; }

.author-box { clear:both; font-size:16px; padding:0; margin:0; }
.author-box .author-box-inner { padding:20px;}
.author-box .custom-author-box-social { margin-top:20px;}
.author-box h4.author-box-title { font-weight:600; }
.author-box .custom-author-box-social > a { padding:5px 15px; display:inline-block; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#ffffff; color:#7f8c8d; margin:0 5px 0 0;}
.author-box .custom-author-box-social > a:hover { background:#7f8c8d; color:#ffffff; }

.single .entry-meta { display:none; }

.single .entry-content { font-size:16pt; line-height:1.8; }

@media only screen and (max-width:767px) {
	.single .single-post-title { margin-top:-40px; }
	.single-post-title .single-title-meta h4 { font-size:18px; }
}

/*
Inside page Styling
---------------------------------------------------------------------------------------------------- */

#page-header {
	position: relative;
	color: #fff;
	background: #000;
}
#page-header > img {
	width: 100%;
	display: block;
	opacity: 0.25;
}
#page-header .wrap {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	padding: 0 20px;
	text-align: center;
}
#page-header h1 {
	margin-bottom: 0;
}

body:not(.siteorigin-panels):not(.single) .entry-content {
	font-size: 25px;
	text-align: justify;
	text-align-last: center;
}

/*
Inside page Styling
------------------------------------------------- */

.inner-banner-section {
	min-height: 380px;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.inner-banner-section h1 {
	line-height: normal;
	padding: 10px 20px;
	background: #2593c0;
	display: table;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/*
Media page Styling
---------------------------------------------------------------------------------------------------- */

.media-recent-videos {
	padding-top: 30px;
}
.first-recent-media {
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 70px;
}
.first-recent-media .fm-thumb {
    width: 48.5%;
    float: left;
}
.fm-short-details {
	width: 48.5%;
	float: right;
	padding: 30px;
	padding-left: 0;
}
.fm-thumb a {
    display: block;
    position: relative;
    background: #000;
}
.first-recent-media .fm-thumb .wp-post-image {
	display: block;
	width: 100%;
	opacity: 0.64;
}
.first-recent-media .fm-thumb img {
	display: block;
}
.fm-thumb .yt-icon,
.fm-thumb .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 50px;
	color: white;
	text-shadow: 7px 3px 9px #101010;
}
.fm-short-details h3 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 10px;
}
.fm-short-details h3 a {
	color: #2593c0;
	font-weight: 900;
}
.fm-excerpt {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.media-recent-videos .button {
	min-width: auto;
}
.fm-short-details h6 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
	margin-bottom: 15px;
}

.recent-media-video {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 50px;
}
.media-thumb a {
    display: block;
    position: relative;
	background: #000;
	overflow: hidden;
}
.recent-media-video .media-thumb .wp-post-image {
	display: block;
	width: 100%;
	opacity: 0.64;
	transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
.media-thumb a:hover .wp-post-image {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.recent-media-video .video-thumb img {
	display: block;
}
.recent-media-video .yt-icon,
.recent-media-video .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 75px;
	font-size: 50px;
	color: white;
	text-shadow: 7px 3px 9px #101010;
}
.media-short-details {
	font-size: 16px;
	padding-top: 20px;
	text-align: center;
}
.recent-media-video h3 {
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0;
}
.recent-media-video h3 a {
	color: #393939;
	font-weight: 900;
}
.recent-media-video h5 {
    color: #218893;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 17px;
}

/*
Video Single Styling
---------------------------------------------------------------------------------------------------- */

.media-entry-header h3 {
	margin-bottom: 10px;
}
.media-entry-header h5 {
	color: #218893;
}
.media-entry-header iframe {
	border: none;
	opacity: 1;
	visibility: visible;
	margin-bottom: 35px;
}
.media-entry-content {
	overflow: hidden;
	padding-bottom: 30px;
}

/* Blog page styling
---------------------------------------------------------------------------------------------------- */

.grid-post-style article {
	width: 31.3%;
	float: left;
	margin-right: 3%;
}
.grid-post-style article:nth-child(3n+3) {
	margin-right: 0;
}
.grid-post-style article .single-pl {
	background: #000;
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.blog-thumbnail {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	opacity: 0.7;
	transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
.single-pl:hover .blog-thumbnail {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}
.blog-post-details h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 25px;
}
.single-pl:hover h2 {
	color: #0d9ddb;
}
.blog-post-details {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	text-align: left;
	text-align-last: initial;
}
.blog-post-details h5 {
	color: #1dfaff;
	font-style: normal;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

/*
events page styling
---------------------------------------------------------------------------------------------------- */

.page-template-page_landing .entry {
	margin-bottom: 0;
}

/*
events banner section Styling
------------------------------------------------- */

.event-banner-section {
	padding: 65px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.event-banner-section .widget_custom_html {
	position: absolute;
	top: 20px;
	right: 20px;
    font-size: 14px;
	line-height: 1.8;
	margin-bottom: 0 !important;
}
.event-banner-section .widget_custom_html a {
	color: #fff;
	display: inline-block;
	line-height: 25px;
	padding-left: 43px;
}
.event-banner-section #jp-flag {
    background: url(images/japanies.png) no-repeat left top;
}

.event-banner-section #eng-flag {
    background: url(images/english.png) no-repeat left top;
}
.event-banner-section .widget_sow-editor {
	padding-top: 80px;
}
.event-banner-section h1 {
	font-size: 90px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}
.event-banner-section h2 {
	font-size: 66px;
	color: #fff;
	font-weight: 500;
}
.event-banner-section h3 {
	color: #FFF;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 145px;
}
.event-banner-section h4 {
	color: #FFF;
	font-size: 40px;
	font-weight: 400;
}

/*
easy modal popup form styling
------------------------------------------------- */

body .emodal.medium {
	max-width: 675px;
}
body .emodal-title {
	padding: 10px 0 5px;
	text-transform: uppercase;
}
body .wpforms-form .wpforms-field input {
	background: rgba(37, 147, 192, 0.05) !important;
	border-radius: 0 !important;
	border-color: #c1edff !important;
}
body .wpforms-form .wpforms-submit-container {
	text-align: center;
}

/*
president sunny section Styling
------------------------------------------------- */

.president-sunny-section {
	color: #fff;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	padding-top: 105px;
}
.president-sunny-section .sow-image-container .so-widget-image {
	max-width: 445px !important;
}
.president-sunny-section h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: bold;
}
.president-sunny-section .widget p {
	margin-bottom: 25px;
}

/*
keynote speaker section Styling
------------------------------------------------- */

.keynote-speaker-section {
	background: #fff;
	background: -webkit-linear-gradient(left,#032940 0,#032940 50%,#fff 50%,#fff 100%);
	background: -o-linear-gradient(left,#032940 0,#032940 50%,#fff 50%,#fff 100%);
	background: -moz-linear-gradient(left,#032940 0,#032940 50%,#fff 50%,#fff 100%);
	background: linear-gradient(to right,#032940 0,#032940 50%,#fff 50%,#fff 100%);
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
.keynote-speaker-section .left-box h2 {
    color: #fff;
    font-size: 47px;
	font-weight: 300;
    margin: 0;
}
.keynote-speaker-section .left-box h4 {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 0;
}
.keynote-speaker-section .right-box h4 {
	font-size: 37px;
	font-weight: 300;
	color: #222222;
	margin-bottom: 5px;
}
.keynote-speaker-section .right-box h2 {
	font-size: 55px;
	font-weight: 300;
	color: #222222;
	margin-bottom: 10px;
	line-height: 1;
}
.keynote-speaker-section .right-box h3 {
	font-size: 25px;
	font-weight: 300;
	color: #222222;
	margin-bottom: 0;
}

/*
events video section Styling
------------------------------------------------- */

.event-video-section img {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}

/*
tokyo summit section Styling
------------------------------------------------- */

.tokyo-summit-section {
	font-size: 30px;
	color: #050505;
	font-weight: 500;
	line-height: 1.2;
	padding: 85px 0 70px;
	text-align: center;
}
.tokyo-summit-section .so-widget-sow-editor {
	max-width: 1020px;
	margin: 0 auto;
}
.tokyo-summit-section .widget-title {
	font-size: 69px;
	color: #0c6b7d;
	font-weight: 700;
	margin-bottom: 48px;
	text-align: center;
}

/*
event agenda grid section Styling
------------------------------------------------- */

.event-agenda-grid-section {	
	font-weight: 300;
	padding: 105px 0 82px;
	text-align: center;
}
.event-agenda-grid-section .panel-grid .panel-grid-cell {
	color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0 30px;
}
.event-agenda-grid-section .panel-grid .panel-grid-cell:last-child {
	border-right: none;
}
.event-agenda-grid-section h4 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 0;
}
.page-template-page_landing .button {
	font-size: 36px;
	border: none;
	display: inline-block;
	padding: 13px 45px;
	color: #fff;
	font-weight: 500;
	min-width: auto;
}
.page-template-page_landing .button:hover {
	border: none !important;
}

/*
sponsors logoes section Styling
------------------------------------------------- */

.sponsor-logos-section .widget-title {
	font-size: 69px;
	color: #0c6b7d;
	font-weight: 700;
	margin-bottom: 48px;
	text-align: center;
	text-transform: initial;
}
.sponsors-logo {
	width: 25%;
	float: left;
}
.client-logo {
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	height: 200px;
}
.sponsors-logo img {
	max-height: 85%;
	max-width: 85%;
	width: auto;
	margin: 0 auto;
}

/*
landing footer section Styling
------------------------------------------------- */

.landing-footer-section {
	font-size: 14px;
	color: #444444;
	padding: 30px 0 20px;
	text-align: center;
}
.landing-footer-section a {
	color: #2593c0;
}

/*
agenda page Styling
---------------------------------------------------------------------------------------------------- */

.top-gap-section {
	padding-top: 60px;
}
.bottom-gap-section {
	padding-bottom: 60px;
}

/*
agenda row section styling
------------------------------------------------- */

.agenda-row-section > div {
	max-width: 900px;
	margin: 0 auto;
	padding-top: 50px;
}
.agenda-row-section .so-panel {
	margin-bottom: 0 !important;
}
.agenda-row-section .sow-headline {
	font-size: 20px;
	font-weight: 700;
	color: #36383a;
	margin-bottom: 15px;
}
.agenda-row-section .decoration {
	display: none;
}
.agenda-row-section .widget_sow-editor {
	border: 2px solid #36383a;
	border-bottom: none;
}
.agenda-row-section .widget_sow-editor:last-child {
	border-bottom: 2px solid #36383a;
}
.agenda-row-section .so-widget-sow-editor {
	position: relative;
	background: #fff;
}
.agenda-row-section h5 {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #36383a;
	display: block;
	text-align: center;
	margin: 0;
	padding: 21px 11px;
	width: 180px;
	position: absolute;
	left: 0;
	top: 0;
}
.agenda-row-section .widget-title {
	font-size: 16px;
	font-weight: 700;
	color: #36383a;
	padding: 18px 50px 18px 200px;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align:left;
	text-transform: inherit;
}
.agenda-row-section .widget-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 178px;
	height: 100%;
	border-left: 2px solid #36383a;
}
.agenda-row-section .widget-title:after {
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	top: 20px;
	right: 20px;
	transition: .2s ease transform;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.emptyTextwidget .widget-title:after,
.emptyTextwidget .textwidget {
	display: none !important;
}
.emptyTextwidget .widget-title {
	cursor: auto;
}
.emptyTextwidget h5 {
	z-index: 5;
}
.agenda-row-section .widget-title.active:after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.agenda-row-section .textwidget {
	padding: 18px 16px 18px 200px;
	background: #e4e4e4;
	font-size: 16px;
	line-height: 1.6;
	color: #343434;
	display: none;
}

/*
Random Styling
---------------------------------------------------------------------------------------------------- */

body .entry-content div.wpforms-container-full .wpforms-form input,
body .entry-content div.wpforms-container-full .wpforms-form select,
body .entry-content div.wpforms-container-full .wpforms-form textarea {
	background-color: #ececec;
	border: 1px solid #e6e6e6;
}

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

@media only screen and (min-width: 1500px) {
	
	.recent-fa-img {
		height: 570px;
	}
	.fa-short-details h3 {
		font-family: 'Open Sans', sans-serif;
		max-width: 100%;
	}
	
}

@media only screen and (min-width: 1320px) {

	.page-template-page_landing .wrap {
		max-width: 1320px;
	}
	
}

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

	.wrap {
		max-width: 960px;
	}

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

	.content {
		width: 580px;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 35px;
	}
	.recent-fp .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.recent-fp h2 {
		font-size: 60px;
	}
	.fv-short-details h3 {
		font-size: 35px;
	}
	.bn-short-details h3 {
		margin-bottom: 15px;
	}
	.bn-short-details h6 {
		margin-bottom: 25px;
	}
	#footer-form-widget h4 br {
		display: none;
	}
	.entry-title {
		font-size: 50px;
	}
	.event-agenda-grid-section h4 {
		font-size: 35px;
	}
	.president-sunny-section {
		font-size: 22px;
		padding-top: 50px;
	}
	.president-sunny-section .sow-image-container .so-widget-image {
		max-width: 100% !important;
	}
	.keynote-speaker-section .right-box h2 {
		font-size: 40px;
	}
	.keynote-speaker-section .right-box h3 {
		font-size: 20px;
	}
	.keynote-speaker-section .right-box h4 {
		font-size: 30px;
	}
	.keynote-speaker-section .left-box h2 {
		font-size: 40px;
	}
	.keynote-speaker-section .left-box h4 {
		font-size: 30px;
	}
	.sponsor-logos-section .widget-title {
		font-size: 60px;
	}
}

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

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5%;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
		text-align: center;
	}
	
	.title-area {
		float: none;
	}
	.site-header .widget-area {
		float: none;
		width: 100%;
	}
	.header-widget-area .widget_search {
		display: table;
		margin: 0 auto;
	}
	.header-widget-area .widget_nav_menu {
		float: none;
	}
	.recent-fp h2 {
		font-size: 50px;
	}
	.recent-fa-img {
		height: auto;
		left: 0;
	}
	.recent-featured-article {
		background: #252525;
	}
	.recent-fa-img img {
		display: block;
	}
	.fa-short-details {
		padding: 35px 40px;
	}
	.fa-short-details h3 {
		max-width: 100%;
	}
	.fa-short-details h6 {
		margin-bottom: 30px;
	}
	.business-news-section .textwidget {
		padding-top: 0;
	}
	h3 {
		font-size: 24px;
	}
	.business-news-section .textwidget h4 {
		font-size: 33px;
	}
	.bn-short-details h5,
	.bn-short-details h6 {
		font-size: 20px;
	}
	.recent-fv .fv-thumb {
		width: 60%;
	}
	.fv-short-details {
		width: 37%;
	}
	.fv-short-details h3 {
		font-size: 25px;
	}
	.fv-short-details h5 {
		margin-bottom: 10px;
	}
	.video-short-details h3,
	.video-short-details h5 {
		font-size: 18px;
	}
	.entry-title {
		font-size: 40px;
	}
	body:not(.siteorigin-panels):not(.single) .entry-content {
		font-size: 20px;
	}
	.article-short-details h3 {
		font-size: 20px;
	}
	.article-short-details h5 {
		font-size: 15px;
	}
	.recent-article {
		margin-bottom: 20px;
	}
	.site-footer li {
		margin-right: 15px;
	}
	.social-icon-widget a {
		margin-right: 10px;
	}
	#page-header iframe {
		height: 500px;
	}
	.fm-short-details {
		padding-top: 0px;
	}
	.recent-media-video {
		width: 50%;
	}
	.event-banner-section h1 {
		font-size: 55px;
	}
	.event-banner-section h2 {
		font-size: 45px;
	}
	.event-banner-section h3 {
		font-size: 35px;
		margin-bottom: 80px;
	}
	.event-banner-section h4 {
		font-size: 35px;
	}
	.tokyo-summit-section {
		font-size: 23px;
	}
	.tokyo-summit-section .widget-title {
		font-size: 50px;
		margin-bottom: 25px;
	}
	.event-agenda-grid-section .panel-grid .panel-grid-cell {
		padding: 0 15px;
	}
	.event-agenda-grid-section h4 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.sponsor-logos-section .widget-title {
		font-size: 50px;
	}
	.president-sunny-section {
		font-size: 17px;
	}
	.president-sunny-section .sow-image-container .so-widget-image {
		margin: 0 auto;
	}
	.president-sunny-section h4 {
		font-size: 27px;
	}
	.keynote-speaker-section .right-box h2 {
		font-size: 36px;
	}

}

@media only screen and (max-width: 780px) {
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		text-transform: uppercase;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.responsive-menu-icon span {
		display: none;
	}
	.header-widget-area {
		padding-top: 0;
		padding-bottom: 11px;
	}
	.recent-fp h2 {
		font-size: 32px;
	}
	.fa-short-details {
		padding: 25px 5%;
		max-width: 100%;
	}
	.article-section .panel-grid-cell:last-child .widget {
		max-width: 100%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.article-thumb {
		max-width: 100px;
	}
	.article-short-details {
		margin-left: 120px;
	}
	.bn-thumb {
		width: 100%;
	}
	.bn-short-details {
		width: 100%;
		padding-top: 25px;
	}
	.recent-fv .fv-thumb img {
		width: 60px;
	}
	.recent-fv .fv-thumb {
		width: 100%;
	}
	.fv-short-details {
		width: 100%;
		padding: 20px;
	}
	.recent-video {
		width: 100%;
		margin-right: 0;
	}
	.article-section:before {
		display: none;
	}
	.entry-title {
		font-size: 40px;
	}
	#page-header > img {
		min-height: 150px;
		object-fit: cover;
	}
	#page-header iframe {
		height: 300px;
	}
	.inner-banner-section {
		min-height: auto;
	}
	.first-recent-media .fm-thumb {
		width: 100%;
		margin-bottom: 30px;
	}
	.fm-short-details {
		width: 100%;
	}
	.fm-short-details {
		padding: 0;
	}
	.inner-banner-section h1 {
		font-size: 35px;
	}
	.fm-thumb .yt-icon {
		max-width: 75px;
	}
	.single .entry-content {
		font-size: 18px;
		line-height: 1.4;
		word-break: break-word;
	}
	body .wpsdc-drop-cap {
		font-size: 3em;
		line-height: 0.1em;
		padding: 22px 5px 0 0;
	}
	.grid-post-style article {
		width: 48%;
		margin-right: 4%;
	}
	.grid-post-style article:nth-child(2n+2) {
	    margin-right: 0;
	}
	.grid-post-style article:nth-child(3n+3) {
		margin-right: 4%;
	}
	.event-banner-section .widget_sow-editor {
		padding-top: 0;
	}
	.event-banner-section h1 {
		font-size: 35px;
	}
	.event-banner-section h2 {
		font-size: 30px;
	}
	.event-banner-section h3,
	.event-banner-section h4 {
		font-size: 25px;
	}
	.tokyo-summit-section {
		font-size: 20px;
		padding: 50px 0;
	}
	.tokyo-summit-section .widget-title {
		font-size: 35px;
	}
	.event-agenda-grid-section .panel-grid .panel-grid-cell {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.event-agenda-grid-section {
		background-size: cover;
		padding: 60px 0;
	}
	.event-agenda-grid-section h4 {
		font-size: 30px;
	}
	.sponsor-logos-section .widget-title {
		font-size: 32px;
	}
	.sponsors-logo {
		width: 50%;
	}
	.page-template-page_landing .button {
		font-size: 25px;
	}
	.president-sunny-section {
		padding-bottom: 30px;
	}
	.keynote-speaker-section {
		background: #032940;
	}
	.keynote-speaker-section .right-box .textwidget * {
		color: #fff;
	}
	.keynote-speaker-section .left-box h2 {
		font-size: 25px;
	}
	.keynote-speaker-section .left-box h4 {
		font-size: 21px;
	}
	.keynote-speaker-section .right-box h4 {
		font-size: 23px;
	}
	.keynote-speaker-section .right-box h2 {
		font-size: 29px;
	}
	.keynote-speaker-section .right-box h3 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 560px) {
	
	.agenda-row-section .widget_sow-editor {
		background: #fff;
	}
	.agenda-row-section .widget_sow-editor:nth-child(2n+2) {
		background: rgb(240, 250, 255);
	}
	.agenda-row-section .so-widget-sow-editor {
		background: transparent;
	}
	.agenda-row-section h5 {
		padding: 15px 20px;
		width: 100%;
		position: relative;
		text-align: left;
	}
	.agenda-row-section .widget-title {
		padding: 18px 40px 18px 20px;
		border-top: 2px solid #36383a;
	}
	.agenda-row-section .widget-title:before {
		display: none;
	}
	.agenda-row-section .textwidget {
		padding: 18px 20px;
	}
}

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

	.recent-media-video {
		width: 100%;
	}
	.entry-title {
		font-size: 30px;
	}
	.grid-post-style article {
		width: 100%;
		margin-right: 0;
	}
	.grid-post-style article:nth-child(3n+3) {
		margin-right: 0;
	}
	.sponsors-logo {
		width: 100%;
		margin-bottom: 40px;
	}
	.client-logo {
		height: auto;
	}
	
}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	.article-thumb {
		max-width: 80px;
	}
	.article-short-details {
		margin-left: 100px;
	}
	.article-short-details h3 {
		font-size: 22px;
	}

}

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