/*
	Theme Name: Magazy
	Theme URI: http://pegodesign.com/wp-themes/magazy
	Description: Magazy - Viral, News & Magazine WordPress Theme
	Author: PEGO
	Author URI: http://themeforest.net/user/pego
	Version: 1.1
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options
	Text Domain: magazy
*/

/*------------------------------------------------------------------
[Table of contents]

1. Basic WP stlyes 
2. Titles
3. Content, Rows, Widths
4. Header
5. Menu
6. News Ticker
7. Posts, Post Single
8. Post Shortcodes
9. Carousel
10. Sidebar, Widgets
11. MailChimp Subscribe
12. Footer, Footer Widgets
13. Single Post Comments
14. Error Page
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Basic WP styles ]
------------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 17px;
	font-weight: 400;
	color: #222;
	letter-spacing: 0;
	line-height: 1.8em;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	background: #fff;
}
.entry-content img {
	margin: 0 0 20px 0;
}
.alignleft, img.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}
.alignright, img.alignright {
	display: block;
	float: right;
	margin: 10px 0 10px 20px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
}
.wp-caption {
	background: #fff;
	max-width: 96%; /* Image does not overflow the content area */
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #1b1b1b;
	line-height: 1.9;
	font-size: 12px;
}
.wp-smiley {
	max-height: 12px;
	margin: 0 !important;
}
.gallery img, .gallery dl {
	margin: 0;
}
.gallery-caption {
	margin: -20px 0 0 0;
}
.sticky {
}
.bypostauthor {
}
.textaligncenter {
	text-align: center;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
p {
	margin-bottom: 30px;
}
strong {
	font-weight: 700;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
}
body {
	word-break: break-word;
}
.global-wrapper {
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
}
.container-wrapper {
	position: relative;
}
#container {
	padding: 20px 0 40px;
}
.center {
	width: 1170px;
	margin: 0 auto;
}
ul li {
	margin-left: 18px;
}
ul li li {
	margin-left: 36px;
}
ol li {
	margin-left: 25px;
}
ol li li {
	margin-left: 50px;
}
blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
blockquote p:last-child {
	margin-bottom: 0;
}
code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
pre code {
	display: block;
}
abbr dfn acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
embed, iframe, object, video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
dl {
	margin: 0 1.714285714rem;
	margin-bottom: 30px;
}
dt {
	font-weight: bold;
	line-height: 1.714285714;
	color: #000;
}
dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
td {
	padding: 6px 10px 6px 6px;
}
table th {
	color: #000;
	font-weight: 700;
}
embed, iframe, object, video {
	max-width: 100%;
}
dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
.gallery-caption {
	margin-top: 15px;
}
.pagination-wrapper .alignleft {
	margin-left: 10px;
	margin-bottom: 20px;
}
.pagination-wrapper .alignright {
	margin-right: 10px;
	margin-bottom: 20px;
}
.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
	color: #888;
}
/*------------------------------------------------------------------
[end of 1. Basic WP styles ]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[2. Titles ]
------------------------------------------------------------------*/
.page-title h1 {
	margin-top: 20px;
	font-weight: 800;
	margin-bottom: 0px !important;
	font-size: 42px;
	letter-spacing: -1px;
}
.page-title h1:after {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #000;
	line-height: 1;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
/***** H1 *****/
h1 {
	font-size: 32px;
	position: relative;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: -1px;
	margin-bottom: 20px
}
h1:after {
	content: '';
	position: absolute;
	height: 3px;
   background: #21262b;
	width: 30px;
	bottom: -10px;
	left: 0;
}
h1.title-sh {
	font-size: 32px;
	position: relative;
	text-transform: uppercase;
	font-style: normal;
}
h1.title-sh:after {
	content: '';
	position: absolute;
	height: 3px;
	background: #21262b;
	width: 30px;
	bottom: -10px;
	left: 0;
}
.title_align_center h1:after {
	left: 50%;
	margin-left: -15px;
}
.title_align_right h1:after {
	left: auto;
	right: 0;
}
/***** H2 *****/
h2 {
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-style: normal;
}
h2:after {
	content: '';
	position: absolute;
	height: 3px;
	background: #21262b;
	width: 30px;
	bottom: -10px;
	left: 0;
}
h2.title-sh {
	font-size: 28px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-style: normal;
}
h2.title-sh:after {
	content: '';
	position: absolute;
	height: 3px;
	background: #21262b;
	width: 30px;
	bottom: -10px;
	left: 0;
}
.title_align_center h2:after {
	left: 50%;
	margin-left: -15px;
}
.title_align_right h2:after {
	left: auto;
	right: 0;
}
/***** H3 *****/
h3 {
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-style: normal;
}
h3:after {
	content: '';
	position: absolute;
	height: 3px;
	background: #21262b;
	width: 30px;
	bottom: -10px;
	left: 0;
}
h3.title-sh {
	font-size: 28px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-style: normal;
}
h3.title-sh:after {
	content: '';
	position: absolute;
	height: 3px;
	background: #21262b;
	width: 30px;
	bottom: -10px;
	left: 0;
}
.title_align_center h3:after {
	left: 50%;
	margin-left: -15px;
}
.title_align_right h3:after {
	left: auto;
	right: 0;
}
/***** H4 *****/
h4 {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
}
h4:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #21262b;
	width: 30px;
	bottom: -7px;
	left: 0;
}
h4.title-sh {
	font-size: 28px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
}
h4.title-sh:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #21262b;
	width: 30px;
	bottom: -7px;
	left: 0;
}
.title_align_center h4:after {
	left: 50%;
	margin-left: -15px;
}
.title_align_right h4:after {
	left: auto;
	right: 0;
}
/***** H5 *****/
h5 {
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
}
h5:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #21262b;
	width: 30px;
	bottom: -7px;
	left: 0;
}
h5.title-sh {
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
}
h5.title-sh:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #21262b;
	width: 30px;
	bottom: -7px;
	left: 0;
}
.title_align_center h5:after {
	left: 50%;
	margin-left: -15px;
}
.title_align_right h5:after {
	left: auto;
	right: 0;
}
/***** H6 *****/
h6 {
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
}
h6:after {
	content: '';
	position: absolute;
	height: 1px;
	background: #21262b;
	width: 30px;
	bottom: -7px;
	left: 0;
}
h6.title-sh {
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-style: normal;
}
h6.title-sh:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #21262b;
	width: 30px;
	bottom: -7px;
	left: 0;
}
.title_align_center h6:after {
	left: 50%;
	margin-left: -15px;
}
.title_align_right h6:after {
	left: auto;
	right: 0;
}
.single-post-comments h3 {
	margin-bottom: 70px;
	position: relative;
}
/**** Post titles ****/
h3.other-posts-title {
	font-size: 24px;
	margin-bottom: 70px;
	position: relative;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-style: normal;
}
h3.other-posts-title:after {
	content: '';
	position: absolute;
	height: 3px;
	background: #2c5299;
	width: 50px;
	bottom: -25px;
	left: 0;
}
.title_align_center h3.other-posts-title:after {
	left: 50%;
	margin-left: -25px;
}
.title_align_right h3.other-posts-title:after {
	left: auto;
	right: 0;
}
h3.prev-next-post-title {
	font-size: 24px;
	margin-bottom: 70px;
	position: relative;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
}
h3.prev-next-post-title:after {
	content: '';
	position: absolute;
	height: 3px;
	background: #fff;
	width: 30px;
	bottom: -25px;
	left: 0;
}
h3.prev-next-post-title:after {
	left: 50%;
	margin-left: -15px;
}
h3.sidebar-title {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	font-style: normal;
	text-align: left;
	background: #2c5299;
	color: #fff;
	border-left: 7px solid #fed130;
	padding: 10px 10px 8px 15px;
}
h3.sidebar-title:after, h3.related-items-main-title:after, .single-post-comments h1:after, h3#reply-title:after, h1.post-title-on-single:after {
	display: none;
}
.has_border {
	line-height: 1;
}
.title-sh.has_border {
	margin-bottom: 0px;
}
.subtitle_bottom.subtitleh2, .subtitle_bottom.subtitleh3, .subtitle_bottom.subtitleh4, .subtitle_bottom.subtitleh5 {
	font-size: 14px;
}
.title_align_center {
	text-align: center;
}
.title_align_right {
	text-align: right;
}
.archive-category-title {
	width: 100%;
	font-size: 30px;
	color: #000;
	text-align: center;
	margin: 30px 0 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.archive-category-title span {
	background-color: #fed130;
	color: #fff;
	padding: 2px 15px 1px;
	text-transform: uppercase;
	font-weight: 800;
}
.main-with-sidebar {
	width: 770px;
	float: left;
}
.sidebar {
	width: 340px;
	float: right;
}
/*------------------------------------------------------------------
[end of 2. Titles ]
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[3. Content, Rows, Widths ]
------------------------------------------------------------------*/

.dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .vc_row:after {
	clear: both;
}
.dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .vc_row:before, .vc_row:after {
	content: " ";
	display: table;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 50px;
}
.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.vc_row-no-padding > div {
	padding: 0 !important;
}
.vc_col-sm-1, .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, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
	float: left;
}
.vc_col-sm-12 {
	width: 100%;
}
.vc_col-sm-11 {
	width: 91.66666667%;
}
.vc_col-sm-10 {
	width: 83.33333333%;
}
.vc_col-sm-9 {
	width: 75%;
}
.vc_col-sm-8 {
	width: 66.66666667%;
}
.vc_col-sm-7 {
	width: 58.33333333%;
}
.vc_col-sm-6 {
	width: 50%;
}
.vc_col-sm-5 {
	width: 41.66666667%;
}
.vc_col-sm-4 {
	width: 33.33333333%;
}
.vc_col-sm-3 {
	width: 25%;
}
.vc_col-sm-2 {
	width: 16.66666667%;
}
.vc_col-sm-1 {
	width: 8.33333333%;
}
.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child, .wpb_toggle_content p:last-child {
	margin-bottom: 0;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 35px;
}
/*------------------------------------------------------------------
[end of 3. Content, Rows, Widths ]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[4. Header]
------------------------------------------------------------------*/

.top-header {
	background: #2c5299;
	padding: 5px 0;
	color: #999;
}
.top-header-content {
	float: left;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 30px;
	line-height: 1.2;
	padding-top: 7px;
}
.top-header a {
	font-weight: 700;
}
.top-header-left {
	float: left;
}
.top-header-right {
	float: right;
}
.top-header .top-header-menu {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}
.top-header .top-header-menu ul {
	list-style: none;
}
.top-header .top-header-menu ul li {
	float: left;
	margin: 0 10px 0 0;
}
.top-header .top-header-menu ul li a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.top-header .top-header-date {
	float: left;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.top-header .top-header-date i {
	color: #999;
	font-size: 15px;
}
.top-header .top-header-socials {
}
.top-header .top-header-socials ul.socials-sh {
	list-style: none;
}
.top-header .top-header-socials ul.socials-sh li {
	float: left;
	margin: 0 10px 0 0;
}
.top-header .top-header-socials ul.socials-sh li a {
	color: #fff;
	font-size: 16px;
}
.top-header .top-header-socials ul.socials-sh li a:hover {
	color: #fed130;
}
.header-main {
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 20px 0;
}
.header-main .logo {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
	width: 440px;
}
.header-main .logo a img {
	float: left;
}
.header-banner {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0 5px;
	text-align: right;
	width: 728px;
}
#logoImageRetina {
	display: none;
}
/*------------------------------------------------------------------
[end of 4. Header]
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[5. Menu]
------------------------------------------------------------------*/
.menu-row-wrapper {
	background: #2b52a1;
	width: 100%;
	display: table;
}
.menu-icons {
	display: table-cell;
	vertical-align: middle;
	float: right;
}
.main-menu {
	display: table-cell;
	vertical-align: middle;
	float: left;
}
.main-menu .sf-menu {
}
.main-menu ul {
	list-style: none;
	text-align: center;
}
.main-menu ul.sf-menu > li {
	position: relative;
	margin: 0;
	float: left;
}
.main-menu ul.sf-menu > li > a {
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -1px;
	font-weight: 800;
	padding: 8px 20px 10px;
	display: block;
	border-top: 4px solid #fed130;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
span.sf-sub-indicator {
	display: none;
}
/* submenu  */
.main-menu .sf-menu ul {
	position: absolute;
	min-width: 240px;
	background: #fed130;
	z-index: 1000;
	visibility: hidden;
	display: none;
	padding: 10px 25px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.30);
}
.main-menu .sf-menu ul li {
	text-align: left;
	margin: 15px 0;
	padding: 0;
}
.main-menu .sf-menu ul li a {
	font-size: 14px;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #2c5299;
}
.main-menu .sf-menu ul li:first-child a {
	border: none;
}
.sf-menu > li > ul {
	top: 61px;
	left: 0;
}
.main-menu .sf-menu ul ul {
	margin-top: -50px;
	left: 220px;
}
.main-menu ul.sf-menu > li li.current-menu-item > a, .main-menu .sf-menu ul li > a:hover, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li li.current-menu-item > a, .main-menu .sf-menu ul li.current-menu-parent > a, .main-menu .sf-menu ul li.current-menu-ancestor > a, .main-menu ul.sf-menu > li > a:hover, .main-menu ul.sf-menu > li.sfHover > a, .main-menu ul.sf-menu > li.current-menu-item > a, .main-menu ul.sf-menu > li.current-menu-parent > a, .main-menu ul.sf-menu > li.current-menu-ancestor > a {
	color: #2c5299;
}
.main-menu .sf-menu ul li > a:hover, .main-menu .sf-menu ul li li.current-menu-item > a, .main-menu ul.sf-menu > li li.current-menu-item > a {
	color: #2c5299;
}
.main-menu ul.sf-menu > li > a:hover, .main-menu ul.sf-menu > li.current-menu-item > a {
	color: #fed130;
}
/* mobile menu */

.main-menu select {
	display: none;
	width: auto;
	font-size: 14px;
	border: 1px solid #2b52a1;
	height: 34px;
	color: #fff;
	background: none;
	background-color: #2b52a1absolute;
	-webkit-appearance: none;
	padding: 5px;
	margin-bottom: 30px;
}
.menu-search-wrapper {
	padding: 4px 0 3px 12px;
	position: relative;
}
.menu-search-wrapper .menu-search {
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}
.menu-search-wrapper #s {
	background-color: #fff;
	background-size: 100% auto;
	border: none;
	color: #fff;
	cursor: text;
	display: none;
	float: right;
	font-size: 14px;
	padding: 18px 25px;
	position: absolute;
	right: 0;
	top: 1px;
	width: 245px;
	z-index: 99999;
	outline: none;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.mobile-menu-show, .mobile-menu-wrapper {
	display: none;
}
.mobile-menu-wrapper {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.85);
	display: none;
	position: absolute;
	height: auto;
	z-index: 99;
	float: left;
	margin-bottom: 30px;
	display: none;
}
.mobile-menu-wrapper ul {
	list-style: none;
}
.mobile-menu-wrapper ul.mobile-menu li {
	display: block;
	margin: 0;
}
.mobile-menu-wrapper ul.mobile-menu li:before {
	content: '';
}
.mobile-menu-wrapper ul.mobile-menu li a {
	padding-left: 40px;
}
.mobile-menu-wrapper ul.mobile-menu li li a {
	padding-left: 60px;
}
.mobile-menu-wrapper ul.mobile-menu li li li a {
	padding-left: 80px;
}
.mobile-menu-wrapper ul.mobile-menu li a {
	width: 100%;
	padding: 10px 20px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #2b52a1;
	font-size: 14px;
	font-weight: 400;
}
.mobile-menu-wrapper ul.mobile-menu li a:hover, .mobile-menu-wrapper ul.mobile-menu li.current_page_item > a {
	color: #fed130;
	background: rgba(0,0,0,0.6);
}
.menu-icons-inside {
	width: 100%;
	text-align: center;
	display: none;
}
.menu-icon {
	position: relative;
	cursor: pointer;
	color: #fff;
	float: none;
	height: 26px;
	margin-right: 0;
	margin-top: 10px;
	display: inline-block;
}
.menu-icon:hover {
	color: #fff;
}
.menu-icon-close {
	display: none;
}
.menu-icon.menu-icon-close {
	font-size: 48px;
	top: 3px;
	right: 25px;
}
.menu-icon-create {
	display: inline-block;
	width: 23px;
	height: 2px;
	position: relative;
	top: 12px;
	vertical-align: bottom;
	background: #fff;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	float: left;
}
.menu-icon-create:after, .menu-icon-create:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 23px;
	height: 2px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	outline: 1px solid transparent;
	left: 0;
	background: #fff;
}
.menu-icon-create:before {
	top: -8px;
}
.menu-icon-create:after {
	top: 8px;
}
.menu-icon.opened .menu-icon-create:before {
	top: 100%;
	-webkit-transform: rotate(-48deg) translate(2px, 0);
	-moz-transform: rotate(-48deg) translate(2px, 0);
	-ms-transform: rotate(-48deg) translate(2px, 0);
	-o-transform: rotate(-48deg) translate(2px, 0);
	transform: rotate(-48deg) translate(2px, 0)
}
.menu-icon.opened .menu-icon-create:after {
	-webkit-transform: rotate(45deg) translate(0, 1px);
	-moz-transform: rotate(45deg) translate(0, 1px);
	-ms-transform: rotate(45deg) translate(0, 1px);
	-o-transform: rotate(45deg) translate(0, 1px);
	transform: rotate(45deg) translate(0, 1px);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.menu-icon.opened .menu-icon-create {
	background: none;
}
/*------------------------------------------------------------------
[end of 5. Menu]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[6. News Ticker]
------------------------------------------------------------------*/

.top-ticker-wrapper {
	position: relative;
	background: #fed130;
}
.top-ticker-left {
	position: absolute;
	width: 50%;
	height: 55px;
	left: 0;
	background: #c80914;
}
.top-ticker-wrapper .center {
	height: 55px;
	background: #fed130;
	position: relative;
}
.ticker-wrapper.has-js {
	width: 350px;
	height: 55px;
	display: block;
	font-size: 0.75em;
}
.ticker {
	width: 1170px;
	height: 55px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	background: #c80914;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 1;
	padding: 0px 0;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.4em;
	margin-left: 10px;
}
.ticker-content a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.ticker-content a:hover {
	text-decoration: underline;
	color: #000;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #fed130;
	display: block;
	width: 800px;
	height: 30px;
	margin-top: 5px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #fed130;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
	left: 125px !important;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: none;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker span em {
	background: #fed130;
	height: 100%;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 1;
	font-style: normal;
	padding: 10px 0px 10px 20px;
	margin-left: 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	display: inline-block;
}
p.ticker-content {
	margin-top: 7px;
}
.left .ticker-swipe {
	display: none !important;
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
	float: left;
}
.left .ticker-controls {
	padding-left: 6px;
}
.right .ticker-swipe {
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}
.right .ticker-controls {
	padding-right: 6px;
}
/*------------------------------------------------------------------
[end of 6. News Ticker]
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[7. Posts, Post Single]
------------------------------------------------------------------*/

.post-section-single {
	position: relative;
	overflow: hidden;
}
.post-section-single a {
	line-height: 0;
	display: block;
}
.type1-first-width {
	width: 50%;
	float: left;
}
.type1-second-width {
	width: 30%;
	float: left;
}
.type1-third-width {
	width: 20%;
	float: left;
}
span.icon-for-post-format {
	position: absolute;
	top: 10px;
	left: 15px;
	font-family: 'FontAwesome';
	color: #fff;
	/*background: #DBDBDB;*/
	padding: 5px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	line-height: 1;
}
.post-tags {
	left: 0px;
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
}
.post-tags.big-tags {
	padding: 0 40px;
}
.post-tags a {
	line-height: 1.4 !important;
}
a.post-secton-post-title-big h1 {
	color: #fff;
	font-weight: 800;
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 1;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	margin-bottom: 25px !important;
	text-transform: none;
}
a:hover .post-secton-post-title-big h1 {
	text-decoration: none;
}
a.post-secton-post-title-medium h1 {
	color: #fff;
	font-weight: 800;
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 1;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	margin-bottom: 25px !important;
	text-transform: none;
}
a:hover .post-secton-post-title-medium h1 {
	text-decoration: none;
}
a.post-secton-post-title-small h1 {
	color: #fff;
	font-weight: 800;
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 1;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	margin-bottom: 25px !important;
	text-transform: none;
}
a.post-secton-post-title-big h1:after, a.post-secton-post-title-medium h1:after, a.post-secton-post-title-small h1:after {
	display: none;
}
a.post-secton-post-title-big, a.post-secton-post-title-medium, a.post-secton-post-title-small {
	float: left;
}
a.post-secton-post-title-big:hover, a.post-secton-post-title-medium:hover, a.post-secton-post-title-small:hover {
	text-decoration: none;
}
.post_cat_tag {
	background: #fed130;
	padding: 6px 15px 3px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
a.post_cat_tag {
	line-height: 1.1 !important;
}
span.post_cat_tag {
	float: left;
	line-height: 1.4;
}
.post-share-count .post-share-icon {
	color: #fff;
	font-size: 20px;
	float: left;
	line-height: 1;
}
.post-share-count {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	float: left;
	margin-bottom: 0px;
}
.post-share-count span {
	color: #fff;
	margin: 0 3px;
}
.post-secton-date {
	color: #fff;
	font-size: 13px;
	margin-top: 3px;
	font-weight: 700;
	padding: 5px 10px;
	background: #000;
	margin-right: 10px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
.post-section-width6 {
	width: 50%;
	float: left;
}
.post-section-width2 {
	width: 16.66666666666667%;
	float: left;
}
.post-section-width8 {
	width: 66.66666666666667%;
	float: left;
}
.post-section-width4 {
	width: 33.333333333333336%;
	float: left;
}
a.entire-post {
	display: block;
	width: 100%;
	height: 100%;
}
.post-section-height {
	height: 400px;
}
.fullheight {
	height: 100%;
}
.halfheight {
	height: 50%;
}
.post-section-wrapper .post-thumb-class {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.post-section-inner {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.post-section-wrapper {
	margin-bottom: -5px !important;
}
.pr20 {
	padding-right: 30px;
}
.pb20 {
	padding-bottom: 30px;
}
.pb10 {
	padding-bottom: 15px;
}
.pt10 {
	padding-top: 15px;
}
.pr10 {
	padding-right: 15px;
}
.pl10 {
	padding-left: 15px;
}
.post-section-inner {
	float: left;
}
.post-tags {
	z-index: 9;
}
li.single-grid-post.single-grid-post-type3 .sticky {
	border: 3px solid #000;
	padding: 20px;
}
li.single-grid-post.single-grid-post-type3 {
	width: 100%;
}
.single-grid-post-type3 .post-grid-single-title {
	font-size: 30px;
}
.single-grid-post-type3 .post-grid-details {
	margin-bottom: 20px;
}
.archive .vc_col-sm-4 .wpb_widgetised_column {
	padding-left: 30px !important;
}
.main-blog {
	width: 770px;
	float: left;
}
.sidebar {
	float: left;
	width: 340px;
	margin-left: 60px;
}
h1.post-title-on-single {
	text-transform: none;
	margin-bottom: 10px;
	font-size: 46px;
}
.post-categories {
	float: left;
	position: relative;
	margin-bottom: 15px;
}
.post-categories a {
	background: #fed130;
	padding: 6px 15px 4px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.post-single-details {
	margin-bottom: 15px;
	border-bottom: 1px solid #dad9d9;
	padding-bottom: 20px;
}
.single-post-author {
	font-size: 14px;
	font-weight: 700;
	color: #888;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.single-post-author a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.single-post-author a:hover {
	color: #fed130;
}
.single-post-author a:after {
	content: "/";
	color: #888;
	margin: 0 2px 0 5px
}
.post-single-details-left {
	float: left;
}
.post-single-details-right {
	float: right;
}
.post-single-views {
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #888;
	margin-right: 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.post-single-comments {
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #888;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.post-single-comments a {
	font-size: 14px;
	font-weight: 700;
	color: #888;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.post-single-comments a:hover {
	color: #fed130;
}
.mashsb-count {
	font-family: "Exo", Helvetica, Arial, sans-serif;
	color: #888;
	margin-bottom: 5px;
}
span.mashsb-sharetext {
	font-family: "Exo", Helvetica, Arial, sans-serif;
	text-transform: lowercase !important;
	font-weight: 400;
	font-size: 14px;
	top: 3px !important;
	position: relative;
}
.mashsb-box .mashsb-buttons a {
	padding: 3px 10px;
}
.pagination {
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.pagination a {
	color: #000;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 8px 10px 10px 11px;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.pagination span.current {
	color: #fff;
	background: #000;
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 8px 10px 10px 11px;
	font-weight: 700;
	margin: 0 5px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.pagination a:hover {
	color: #000;
	background: #fed130;
}
.single-post-content ul {
	margin-bottom: 30px !important;
	margin-top: 20px !important;
	margin-left: 30px !important;
}
.single-post-content ul li {
	color: #000;
}
.sidebar-column {
	padding-left: 30px !important;
}
/*------------------------------------------------------------------
[end of 7. Posts, Post Single]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[8. Post Shortcodes]
------------------------------------------------------------------*/
/* Overlay */
.post-thumb-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.post-section-inner:hover .post-thumb-overlay, .post-grid5-thumb:hover .post-thumb-overlay, .post-grid5-type2-thumb:hover .post-thumb-overlay, .post-grid5-type2-thumb:hover .post-thumb-overlay, .single-grid-post-thumb:hover .post-thumb-overlay, .post-slider-widget-thumb:hover .post-thumb-overlay, .post-widget-thumb:hover .post-thumb-overlay, .post-widget-small-thumb:hover .post-thumb-overlay {
	opacity: 1;
	visibility: visible;
}
.post-section-inner:hover .post_cat_tag, .post-grid5-thumb-wrap:hover .post-grid5-category, .post-grid5-type2-thumb-wrap:hover .post-grid5-type2-category, .post-grid-single-thumb-wrapper:hover .post-grid-single-cat, .post-widget-thumb-wrap:hover .post-widget-category, .post-slider-widget:hover .post-slider-widget-single-cat {
	color: #fff;
}
/* post grid START */

.post-grid-single-detail {
	float: left;
	margin-right: 15px;
	color: #777;
	font-size: 12px;
}
.post-grid-single-detail a {
	color: #777;
	font-size: 12px;
}
.post-grid-single-detail-icon {
	float: left;
	color: #000;
	font-size: 14px;
	margin-right: 3px;
}
.post-grid-single-detail-content {
	float: left;
	line-height: 2;
}
.post-masonry-items {
	margin-left: -15px;
	margin-right: -15px;
}
li.single-grid-post {
	padding: 0 15px;
	margin: 0 0 30px 0;
	width: 50%;
	float: left;
	list-style: none;
}
li.single-grid-post.single-grid-post-3column {
	width: 33.3334%;
}
.post-grid-single-thumb-wrapper {
	position: relative;
}
li.single-grid-post .single-grid-post-thumb {
	display: block;
	line-height: 0;
}
li.single-grid-post .single-grid-post-thumb img {
	position: relative;
	border-radius: 0;
}
.post-grid-overlay-data {
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.post-grid-single-cat {
	background: #fed130;
	padding: 5px 15px 4px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1.4;
	text-transform: uppercase;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	margin-right: 10px;
}
.post-grid-single-title {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	float: left;
	margin: 15px 0 10px;
	line-height: 1.2;
}
button.alm-load-more-btn {
	font-size: 13px;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	width: auto;
	height: 48px;
	line-height: 48px;
	background: #fff;
	color: #000;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 0 4px;
	padding: 0 40px;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	background: #fed130;
	border: 1px solid #fed130;
}
button.alm-load-more-btn:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
button.alm-load-more-btn.done {
	cursor: default;
	opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: #fed130 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}
.post-grid-single-thumb-wrapper.ad-post {
	text-align: center;
}
.post-grid-single-thumb-wrapper.ad-post img {
	position: relative;
}
.post-grid-single-thumb-wrapper .mc4wp-form-fields p {
	margin-bottom: 10px;
}
.post-grid-single-thumb-wrapper .mc4wp-form-fields p.magazy-subscribe-title {
	margin-bottom: 30px;
}
.alm-listing li.single-grid-post-adsub {
	text-align: center;
}
.alm-listing li.single-grid-post-adsub img {
	position: relative;
}
/* type2 */

li.single-grid-post.single-grid-post-type2 {
	width: 100%;
}
.single-grid-post.single-grid-post-type2 .post-grid-single-thumb-wrapper {
	float: left;
	width: 50%;
}
.post-grid2-details {
	width: 50%;
	float: left;
	padding: 10px 20px 0 50px;
}
.post-grid2-details .post-grid-single-title {
	font-size: 26px;
	margin: 0 0 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
/* Post grid #1 */

.post-grid-title {
	background: #000;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	line-height: 1;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	border-left: 7px solid #fed130;
	padding: 10px 10px 8px 15px;
	margin-bottom: 20px;
}
.post-grid-title.post-grid-title-with-readmore {
	padding-right: 40px;
}
.post-grid-title .read-more-url {
	position: absolute;
	top: 0;
	background: #fed130;
	right: 0;
	height: 100%;
	color: #fff;
	font-size: 25px;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
}
.post-grid1-bigitem {
	margin-top: 20px;
	margin-bottom: 20px;
}
.post-thumb-wrap {
	position: relative;
}
.post-thumb {
	position: relative;
	display: block;
	line-height: 0;
}
.post-categories-wrapper {
	position: absolute;
	top: 20px;
	left: 20px;
}
ul.post-details {
	list-style: none;
}
ul.post-details li {
	float: left;
	margin: 0 15px 0 0;
}
a.post-title {
	color: #000;
	font-size: 16px;
}
.post-grid1-item {
	margin-bottom: 10px;
}
.post-grid1-item .post-thumb {
	float: left;
	width: 120px;
}
.post-grid1-item .post-grid1-right {
	margin-left: 140px;
}
li.single-grid-post.single-grid-post-type2 {
	padding: 0 15px;
}
/* Post section */

.vc_post_section ul.nav {
	list-style: none;
	background: #082b42;
	border-left: 5px solid #217ea0;
}
.vc_post_section ul.nav li {
	float: left;
	margin: 0;
}
.vc_post_section ul.nav li a {
	padding: 8px 25px 3px;
	border-bottom: 5px solid transparent;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}
.vc_post_section ul.nav li.active a {
	border-color: #217ea0;
}
 .vc_post_section ul.nav:has(li.active) {
 border-color: red;
}
.post-section-big-overlay {
	position: absolute;
	bottom: 0;
	right: 20px;
	background: #fff;
	padding: 25px;
	max-width: 360px;
}
.post-section-big-overlay .post-categories {
	position: relative;
	top: auto;
	left: auto;
}
.post-section-big-overlay a.post-title {
	font-size: 30px;
}
.post-section-bigitem {
	margin-bottom: 20px;
}
.post-section-item.post2 {
	float: left;
}
.post-section-item.post3 {
	float: right;
}
/* Post category items */
.post-category-items-header {
	display: table;
	width: 100%;
	vertical-align: middle;
	background: #082b42;
	margin-bottom: 30px;
	border-left: 5px solid #217ea0;
	padding-left: 30px;
}
.post-category-items-title {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.post-category-items-header .nav {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	list-style: none;
}
.post-category-items-header .nav li {
	display: inline-block;
}
.post-category-items-header .nav li a {
	color: #fff;
	padding: 10px;
	display: block;
	border-bottom: 5px solid transparent;
}
.post-category-items-header .nav li.active a {
	border-color: #217ea0;
}
.post-category-items-readmore {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.post-category-item {
	float: left;
	padding: 0 15px;
	width: 33.33333%;
}
.vc_post_category_items .post-category-item .post-thumb-wrap {
	border-top: 5px solid #217ea0;
}
.vc_post_category_items .post-category-item .post-title {
	width: 100%;
	display: block;
	background: #217ea0;
	padding: 5px;
}
.vc_post_category_items .item .post-category-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
/* Grid 5 Posts START */
.vc_post_grid5posts {
	margin-left: -15px;
	margin-right: -15px;
}
.vc_post_grid5posts .post-grid-title, .vc_post_grid5-type2posts .post-grid-title {
	margin-left: 15px;
	margin-right: 15px;
}
.post-grid5-bigitem {
	width: 40%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.post-grid5posts-small-items {
	width: 60%;
	float: left;
	margin-left: -15px;
}
.post-grid5-thumb {
	display: block;
	line-height: 0;
}
.post-grid5-thumb-wrap {
	position: relative;
}
.post-grid5-categories-wrapper {
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.post-grid5-category {
	background: #fed130;
	padding: 5px 15px 4px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1;
	text-transform: uppercase;
	margin-right: 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	float: left;
}
.post-grid5-category-small {
	font-size: 13px;
}
.post-grid5-title {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	float: left;
	margin: 10px 0 5px;
	line-height: 1.2;
}
.post-grid5-title:hover {
	color: #888;
}
.post-grid5-title-small {
	font-size: 16px;
	margin: 10px 0 0px;
}
.post-grid5posts-item {
	width: 50%;
	float: left;
	padding-left: 30px;
}
.post-grid5posts-small-items-first-line {
	margin-bottom: 30px;
}
.post-grid5-excerpt {
	line-height: 1.6;
	margin-bottom: 10px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 14px;
}
.post-grid5-single-detail {
	float: left;
	margin-right: 15px;
	color: #777;
	font-size: 12px
}
.post-grid5-single-detail a {
	color: #777;
	font-size: 12px;
}
.post-grid5-single-detail-icon {
	float: left;
	color: #000;
	font-size: 14px;
	margin-right: 3px;
}
.post-grid5-single-detail-content {
	float: left;
	line-height: 2;
}
/* Grid 5 Posts END */
	
/* Grid 5 Type #2 Posts START */
.vc_post_grid5-type2posts {
	margin-left: -15px;
	margin-right: -15px;
}
.post-grid5-type2-bigitem {
	width: 65%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.post-grid5-type2-overlay-data {
	position: absolute;
	bottom: 0;
	padding: 0 40px;
	z-index: 9;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
}
.post-grid5-type2posts-small-items {
	width: 35%;
	float: left;
	margin-left: -15px;
}
.post-grid5-type2-thumb {
	display: block;
	line-height: 0;
}
.post-grid5-type2-thumb-wrap {
	position: relative;
}
.post-grid5-type2posts-small-items .post-grid5-type2posts-item .post-grid5-type2-thumb-wrap {
	float: left;
}
.post-grid5-type2-categories-wrapper {
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.post-grid5-type2-category {
	background: #fed130;
	padding: 5px 15px 4px;
	font-size: 14px;
	float: left;
	color: #000;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1.4;
	text-transform: uppercase;
	margin-right: 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.post-grid5-type2-category-small {
	font-size: 13px;
}
.post-grid5-type2-title {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	float: left;
	margin: 5px 0 30px;
	line-height: 1.2;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.post-grid5-type2-title:hover {
	color: #fff;
}
.post-grid5-type2-title-medium:hover, .post-grid5-type2-title-small:hover {
	color: #000;
}
.post-grid5-type2-title-medium {
	font-size: 15px;
	color: #000;
	margin: 10px 0 20px;
}
.post-grid5-type2-title-small {
	font-size: 14px;
	color: #000;
	float: none;
	display: block;
	padding-left: 100px;
	margin-bottom: 0px;
}
.post-grid5-type2posts-item {
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.post-grid5-type2posts-item-medium {
	margin-left: 30px;
}
.post-grid5-type2-excerpt {
	color: #fff;
}
/*------------------------------------------------------------------
[end of 8. Post Shortcodes]
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[9. Carousel]
------------------------------------------------------------------*/

.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
 @media screen and (min-width: 768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px;
}
.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
/*------------------------------------------------------------------
[end of 9. Carousel]
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[10. Sidebar, Widgets]
------------------------------------------------------------------*/
.widget {
	margin-bottom: 50px;
}
.magazy-ad-widget-wrapper {
	text-align: center;
}
/* widget lists */
.widget ul {
	margin: 0;
}
.widget ul li {
	margin-bottom: 5px;
	list-style-position: inside;
	list-style: none;
	color: #fed130;
	margin-left: 0;
}
.widget ul li.cat-item:after {
	font-family: "fontAwesome";
	content: "\f105";
	font-size: 16px;
	color: #55595f;
	float: right;
	display: none;
}
.widget ul li a {
	color: #000;
	font-size: 16px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: 700;
}
.widget ul.children li {
	border: none;
}
.widget ul li a:hover {
	color: #fed130;
	padding-left: 15px;
	padding-right: 15px;
	background: #000;
}
.widget_categories ul li, .widget_archive ul li {
	text-align: right;
	color: #000;
	font-weight: 700;
	font-size: 14px;
}
.widget_categories ul li a, .widget_archive ul li a {
	float: left;
}
.widget_categories ul li a {
	color: #000;
	font-size: 16px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	background: #fed130;
	padding: 6px 10px 5px;
	margin-right: 5px;
	line-height: 1;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
label.screen-reader-text {
	display: none;
}
.widget select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	min-width: 180px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/
	color: #000;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	font-size: 13px;
	text-transform: uppercase;
	background: #fed130;
	padding: 20px 20px 20px 30px;
	font-weight: 400 !important;
	border-radius: 0;
	margin-left: 0;
	border: none;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-weight: 700 !important;
}
/* calendar */
#calendar_wrap caption {
	color: #000;
	background: #fed130;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
#calendar_wrap th {
	color: #212121;
	font-weight: 700;
	border: none;
	font-size: 14px;
}
#calendar_wrap td {
	text-align: center;
	font-weight: 400;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
#calendar_wrap td.pad {
	color: #000;
	border: none;
}
#calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}
.calendar_wrap table, .calendar_wrap td, .calendar_wrap th, table#wp-calendar {
	border: none;
}
.calendar_wrap caption {
	color: #000;
	background: #fed130;
	padding: 10px 6px;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.calendar_wrap td#today {
	color: #000;
}
.calendar_wrap th {
	color: #212121;
	font-weight: 700;
	border: none;
	font-size: 14px;
}
.calendar_wrap td {
	text-align: center;
	font-weight: 400;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
.calendar_wrap td.pad {
	color: #000;
	border: none;
}
.calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}
/* sidebar search widget */
.widget_search h3 {
	margin-bottom: -2px;
}
.widget_search .screen-reader-text {
	display: none;
}
.widget_search .search-form > div:after {
	position: absolute;
	font-family: "fontAwesome";
	content: "\f002";
	font-size: 16px;
	right: 25px;
	top: 10px;
	color: #000;
}
.search-form {
	position: relative;
}
div.widget_search.search_page_search_form {
	margin: 20px 0;
}
.widget_search input#s {
	width: 100%;
	background: #fed130;
	border: none;
	color: #000;
	padding: 15px 35px 15px 25px;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
/*recent posts*/
.widget_recent_entries ul li {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style: none;
	color: #fed130;
	margin-left: 0;
}
.widget_recent_entries ul li a {
	color: #000;
	padding-left: 0 !important;
	font-size: 16px;
	line-height: 1;
}
.widget_recent_entries ul li a:hover {
	color: #777;
}
.widget_recent_entries span.post-date {
	color: #bbbbbb;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}
a.rsswidget {
	font-family: "Exo", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 800;
}
.widget_rss ul li {
	margin-bottom: 30px;
	list-style-position: inside;
	list-style: none;
	color: #000;
}
.widget_rss ul li a {
	color: #000;
	padding-left: 0 !important;
	font-size: 16px;
	display: block;
	line-height: 1.2;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.widget_rss ul li a:hover {
	color: #777;
}
.widget_rss span.rss-date {
	font-size: 13px;
	color: #fed130;
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
}
.widget_rss .rssSummary {
	color: #777;
	font-size: 13px;
	margin-bottom: 5px;
}
.widget_rss cite {
	color: #000;
	font-style: normal;
}
/* sidebar tags widget */
.tagcloud a {
	color: #000;
	font-size: 15px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	background: #fed130;
	padding: 6px 10px 5px;
	margin-right: 5px;
	line-height: 1;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.tagcloud a:hover {
	color: #fed130;
	background: #000;
}
.post-widget-single-item {
	margin-bottom: 20px;
}
.post-widget-single-item img {
	float: left;
}
a.post-widget-single-item-title {
	color: #212121;
	font-weight: 700;
	font-size: 14px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	line-height: 1;
	line-height: 1.4;
	display: inline-block;
}
a.post-widget-single-item-title:hover {
	color: #fed130;
}
.post-widget-single-item-date {
	font-size: 11px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
.post-widget-single-item-date i {
	font-size: 12px;
	margin-right: 8px;
}
.post-widget-single-details {
	margin-left: 70px;
}
/* Post widget slider */
.post-slider-widget-desc {
	width: 70%;
	height: auto;
	background: #fff;
	padding: 20px;
	position: relative;
	margin-top: -60px;
	z-index: 9;
}
.post-slider-widget-single-cat {
	background: #fed130;
	padding: 4px 15px 3px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1.4;
	text-transform: uppercase;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	margin-right: 10px;
}
.post-slider-widget-title {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	float: left;
	margin: 15px 0 10px;
	line-height: 1.2;
}
.post-slider-widget-thumb {
	display: block;
	position: relative;
	line-height: 0;
}
.post-slider-widget .owl-controls.clickable {
	position: absolute;
	top: 157px;
	left: 70%;
	margin-left: -70px;
}
.post-slider-widget .owl-next, .post-slider-widget .owl-prev {
	float: left;
}
.post-slider-widget .owl-next .nav-icon, .post-slider-widget .owl-prev .nav-icon {
	font-size: 18px;
	color: #000;
}
.post-slider-widget .owl-next .nav-icon:hover, .post-slider-widget .owl-prev .nav-icon:hover {
	color: #fed130;
}
/* Post widget */
.post-widget-thumb {
	display: block;
	line-height: 0;
}
.post-widget-thumb-wrap {
	position: relative;
}
.post-widget-categories-wrapper {
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.post-widget-category {
	background: #fed130;
	padding: 5px 15px 4px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	margin-right: 10px;
	line-height: 1.4;
	text-transform: uppercase;
	margin-right: 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.post-widget-title {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	float: left;
	margin: 10px 0 5px;
	line-height: 1.2;
}
.post-widget-item {
	width: 50%;
	float: left;
	padding-left: 30px;
}
.post-widget-excerpt {
	line-height: 1.6;
	margin-bottom: 10px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 14px;
	margin-bottom: 20px;
}
.post-widget-smallitem {
	margin-bottom: 15px;
	float: left;
}
.post-widget-small-thumb {
	display: block;
	line-height: 0;
	float: left;
	position: relative;
}
.post-widget-small-date {
	font-size: 12px;
}
.post-widget-small-date-icon {
	margin-left: -3px;
	margin-right: 5px;
	font-size: 13px;
	color: #000;
}
.post-widget-small-items-data {
	margin-left: 115px;
}
.post-widget-small-title {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	float: left;
	margin: 5px 0 0px;
	line-height: 1.2;
}
.post-widget-details {
	margin-bottom: 30px;
}
.post-widget-single-detail {
	float: left;
	margin-right: 15px;
	color: #777;
	font-size: 12px;
	margin-bottom: 7px;
	margin-top: 3px;
}
.post-wudget-single-detail a {
	color: #777;
	font-size: 12px;
}
.post-widget-single-detail-icon {
	float: left;
	color: #000;
	font-size: 16px;
	margin-right: 3px;
}
.post-widget-single-detail-content {
	float: left;
	font-size: 12px;
}
.popular-post-widget-item {
	margin-bottom: 20px;
	float: left;
}
.popular-post-widget-thumb {
	display: block;
	line-height: 0;
	float: left;
	position: relative;
}
.popular-post-widget-data {
	margin-left: 115px;
}
.popular-post-widget-title {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	float: left;
	margin: 0px 0 5px;
	line-height: 1.2;
	width: 100%;
}
.popular-post-widget-date {
	float: left;
	margin-right: 15px;
	color: #888;
	font-size: 12px;
	margin-left: -3px !important;
	line-height: 2;
	font-weight: 700;
}
.popular-post-widget-date-icon {
	float: left;
	color: #888;
	font-size: 13px;
	margin-right: 3px;
}
.socials-widget ul.socials-sh {
	margin-left: -5px;
	margin-top: -10px;
}
.socials-widget ul.socials-sh li {
	float: left;
}
.socials-widget ul.socials-sh li a {
	color: #000;
}
/*------------------------------------------------------------------
[end of 10. Sidebar, Widgets]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[11. MailChimp Subscribe]
------------------------------------------------------------------*/

.mc4wp-form {
	background: #000;
	padding: 30px
}
.mc4wp-form p {
	margin: 0;
}
p.magazy-subscribe-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
p.magazy-subscribe-title span {
	color: #fed130;
	text-transform: none;
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: 800;
	text-align: center;
	display: block;
}
.mc4wp-form input {
	border: none;
	background: #292929;
	padding: 14px 10px;
	color: #777;
	font-size: 14px;
	text-align: center;
	outline: none;
	width: 100%;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
p.magazy-subscribe-notice {
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	margin: 0;
}
.mc4wp-form-fields p {
}
.mc4wp-form input.magazy-subscribe-submit {
	background: #fed130;
	border: none;
	color: #000;
	font-size: 18px;
	letter-spacing: 0px;
	outline: none;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 10px 10px;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 800;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-webkit-appearance: none;
}
.mc4wp-form input.magazy-subscribe-submit:hover {
	background: #fff;
	color: #000;
}
 .mc4wp-form input::-webkit-input-placeholder {
 color: #888;
}
.mc4wp-form input:-moz-placeholder { /* Firefox 18- */
 color: #888;
}
.mc4wp-form input::-moz-placeholder {  /* Firefox 19+ */
 color: #888;
}
.mc4wp-form input:-ms-input-placeholder {
 color: #888;
}
 .mc4wp-form input:focus::-webkit-input-placeholder {
 transition: text-indent 0.5s 0.5s ease;
 text-indent: -200%;
 opacity: 1;
}
.mc4wp-form input:focus:-moz-placeholder { /* Firefox 18- */
 transition: text-indent 0.5s 0.5s ease;
 text-indent: -200%;
 opacity: 1;
}
.mc4wp-form input:focus::-moz-placeholder {  /* Firefox 19+ */
 transition: text-indent 0.5s 0.5s ease;
 text-indent: -200%;
 opacity: 1;
}
.mc4wp-form input:focus:-ms-input-placeholder {
 transition: text-indent 0.5s 0.5s ease;
 text-indent: -200%;
 opacity: 1;
}
.mc4wp-alert p, .mc4wp-error p {
	color: #fed130;
	text-align: center;
	line-height: 1.2;
}
/*------------------------------------------------------------------
[end of 11. MailChimp Subscribe]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
[12. Footer, Footer Widgets]
------------------------------------------------------------------*/
.footer .widget_recent_comments ul li:before {
	font-family: fontello;
	content: '\e83b';
	color: #484747;
	font-size: 28px;
	margin-right: 15px;
	float: left;
}
.footer .widget_recent_comments ul li {
	color: #888;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer .widget_recent_comments ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: block !important;
	position: relative;
	left: 39px;
}
.footer .widget_recent_comments ul li a:hover {
	color: #fed130;
	background: none;
}
.footer a.popular-post-widget-title:hover {
	color: #fed130;
}
.footer .socials-widget ul.socials-sh li {
	float: left;
}
.footer .socials-widget ul.socials-sh li a {
	color: #fed130;
	font-size: 24px;
	margin-right: 5px;
}
.footer .socials-widget ul.socials-sh li a:hover {
	color: #fff;
	background: none;
	padding: 0;
}
.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.upper-footer {
	background: #2b52a1;
	padding: 20px 0;
	width: 100%;
}
.upper-footer-icon {
	float: left;
	font-size: 36px;
	color: #000;
}
.upper-footer-content {
	font-size: 24px;
	margin-left: 80px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.footer-main-inside {
	margin-left: -15px;
	margin-right: -15px;
}
.footer-column {
	width: 33.3334%;
	float: left;
	padding: 40px 15px;
}
.footer-main {
	background: #b5b5b5;
}
.under-footer {
	background: #2b52a1;
	color: #666;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 700;
}
.under-footer a {
	color: #bebdbd;
	font-size: 14px;
	font-weight: 700
}
.under-footer a:hover {
	color: #fed130;
}
.under-footer-left {
	float: left;
}
.under-footer-center {
	text-align: center;
}
.under-footer-right {
	float: right;
}
.under-footer-menu ul {
	list-style: none;
}
.under-footer-menu ul li {
	display: inline-block;
}
.footer h3.widget-title {
	color: #2b52a1;
	font-size: 16px;
	font-weight: 800;
}
/*------------------------------------------------------------------
[end of 12. Footer, Footer Widgets]
------------------------------------------------------------------*/



/*------------------------------------------------------------------
[13. Single Post Comments]
------------------------------------------------------------------*/
.single-post-comments h1 {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 700;
	color: #000;
}
#respond input[type="text"], #respond textarea {
	color: #888;
	font-size: 14px;
	border: 1px solid #e4e3e3;
	background: #fff;
	line-height: 1.6;
	width: 100%;
	padding: 10px 20px;
	outline: none;
	-webkit-appearance: none;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#commentform #submit {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	background: #fed130;
	padding: 12px 20px 10px;
	-webkit-appearance: none;
	margin-left: 0;
	border: none;
	margin-top: 15px;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
#commentform #submit:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}
#respond label {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
p.form-allowed-tags, p.form-allowed-tags abbr {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
}
p.form-allowed-tags {
	display: none;
}
p.form-allowed-tags code {
	text-transform: none;
	color: #888;
	display: block;
	font-size: 10px;
}
p.comment-notes {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 13px;
}
.all-comments {
	list-style-type: none !important;
	counter-reset: li;
	margin-top: 30px;
}
.all-comments li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #f2f2f2;
	list-style: none;
	margin-bottom: 50px;
	margin-left: 0;
}
.children {
	margin-top: 120px;
}
.children li {
	padding-left: 5%;
	border-left: solid 1px #e7e7e7;
}
.children li:last-child {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}
.reply a {
	font-size: 13px;
	font-weight: 700;
	color: #888;
	letter-spacing: 0px;
	line-height: 1;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	margin-left: 80px;
}
li.comment p {
	float: left;
	margin-left: 80px;
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.7;
	color: #888;
}
.reply a:hover {
	color: #000;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}
p.logged-in-as, p.logged-in-as a {
	color: #888;
}
span.says {
	display: none;
}
h3#reply-title {
	letter-spacing: 0px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 0;
	color: #000;
	font-size: 24px;
	float: left;
	width: 100%;
}
.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}
.comment-awaiting-moderation {
	color: #555;
	font-weight: 400;
	font-size: 12px;
}
.vcard {
	width: 100%;
}
.vcard img {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 20px;
}
.fn {
	font-size: 16px;
	color: #000;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.fn a {
	font-size: 14px;
	color: #000;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.fn a:hover {
	background: none;
	color: #d03c4a;
}
.comment-info {
	margin-bottom: 20px;
	position: relative;
}
.comment-meta a {
	font-size: 13px;
	color: #888;
	position: relative;
	top: -7px;
}
a.comment-edit-link {
	font-size: 12px;
}
.comment-form-author, .comment-form-email {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.comment-form-url {
	width: 32%;
	margin-right: 0;
	float: left;
}
span.required {
	display: none;
}
p.comment-form-comment {
	width: 100%;
	float: left;
}
.post-single-tags {
	color: #000;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.post-single-tags a {
	background: #000;
	color: #fff;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: none;
	margin: 0 3px;
	padding: 2px 10px;
}
.post-single-tags a:hover {
	background: #fed130;
	color: #000;
}
.author-bio img {
	float: left;
}
.author-bio .author-info {
	margin-left: 130px;
}
.author-info {
	position: relative;
}
.author-title {
	font-size: 18px;
	color: #000;
	font-style: normal;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.author-description {
	font-weight: 400;
	float: left;
	line-height: 1.6;
	margin-bottom: 10px;
	color: #888;
	font-size: 14px;
}
.author-bio .author-socials {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.author-bio .author-socials li {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	padding-left: 0;
}
.author-bio .author-socials li a {
	color: #000;
	font-size: 18px;
	margin-left: -5px;
}
.author-bio .author-socials li a:hover {
	color: #fed130;
}
.post-related-thumb {
	display: block;
	line-height: 0;
}
.post-related-thumb-wrap {
	position: relative;
}
.post-related-categories-wrapper {
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.post-related-category {
	background: #fed130;
	padding: 3px 15px 3px;
	font-size: 14px;
	color: #000;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	margin-right: 10px;
	display: block;
}
.post-related-title {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	float: left;
	margin: 10px 0 5px;
	line-height: 1.2;
}
.post-related-item-wrapper {
	margin: 0 -15px 30px -15px;
}
.post-related-item {
	width: 33.3334%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}
.post-related-excerpt {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
	display: none;
}
.post-related-single-detail {
	float: left;
	margin-right: 15px;
	color: #777;
	font-size: 12px;
}
.post-related-single-detail-icon {
	float: left;
	color: #000;
	font-size: 14px;
	margin-right: 3px;
}
.post-related-single-detail-content {
	float: left;
}
.related-items-main-title {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	font-style: normal;
	text-align: left;
	background: #000;
	color: #fff;
	border-left: 7px solid #fed130;
	padding: 10px 10px 8px 15px;
}
.prev-next-post-single.prev-post {
	float: left;
	width: 45%;
}
.prev-next-post-single.next-post {
	float: right;
	text-align: right;
	width: 45%;
}
.prev-next-post-caption {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
a.prev-next-post-single-title {
	font-size: 32px;
	font-weight: 700;
	font-family: "Exo", Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1;
}
a.prev-next-post-single-title:hover {
	color: #fed130;
}
div.post-single-share-after-post, div.single-post-after-subscribe, .next-prev-posts-wrapper, div.author-bio {
	margin-bottom: 30px;
}
.post-banner {
	text-align: center;
	margin-bottom: 30px;
}
.author-bio {
	border: 1px solid #e4e3e3;
	padding: 20px 20px;
}
li.cat-item {
	margin-bottom: 10px !important;
}
.cat-item a {
	background: #fed130;
	padding: 5px 10px;
	margin-right: 5px;
	line-height: 1;
}
/*------------------------------------------------------------------
[end of 13. Single Post Comments]
------------------------------------------------------------------*



/*------------------------------------------------------------------
[14. Error Page]
------------------------------------------------------------------*/
.vc_error_page_contruct {
	text-align: center;
}
.error-content1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	font-size: 300px;
	line-height: 1;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
.error-content2 {
	font-weight: 700;
	color: #000;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 10px;
	font-style: italic;
}
.error-content3 {
	font-weight: 400;
	color: #888;
	font-size: 18px;
}
a.error-page-url {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	background: #fed130;
	padding: 10px 40px 8px;
	display: inline-block;
	margin-top: 40px;
	font-weight: 700;
	border-radius: 5px;
	font-family: "Exo", Helvetica, Arial, sans-serif;
}
a.error-page-url:hover {
	color: #fff;
	background: #000;
}
/*------------------------------------------------------------------
[end of 14. Error Page]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[end of style.css]
------------------------------------------------------------------*/

.animsition-loading {
	display: none;
}
.animsition, .animsition-overlay {
	opacity: 1;
}
/* styles added by Ted Slater */
.z-trending-headline p {
	padding: inherit;
	background: #fff;
	border: none;
}
.post-categories {
	display: none;
}
h1.post-title-on-single {
	margin-top: 20px;
}
/*BACK NEXT BUTTONS FOR MULTI-PAGE POSTS*/
.single-prev-next-page {
	margin: -25px 0 20px;
	text-align: center;
	filter: blur(0px);
	color: #fff;
}
.single-prev-next-page a {
	color: #fff;
}
.single-prev-next-page a span {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff!important;
	float: none;
	text-decoration: none;
	background-color: #c40000;
	padding: 8px 16px;
	margin: 0 auto;
	display: inline-block;
	font-weight: 600;
	border: none!important;
}
.single-prev-next-page a span:hover {
	background-color: #ce1800;
	color: #fff;
	text-shadow: 0 0 50px #ff1d00;
}
.blur-text {
	display: none;
	color: transparent;
	text-shadow: 0 0 8px rgba( 0, 0, 0, 0.5);
	filter: blur(3px);
	margin-top: 25px!important;
	margin-bottom: 0!important;
}


#powr_1 {
	margin: 20px 0;
}



