/*
Theme Name: News One
Theme URI: https://www.canyonthemes.com/downloads/news-one-wordpress-magazine-theme/
Author: canyonthemes
Author URI: https://canyonthemes.com/
Description: News One is a page builder compatible WordPress theme for blog, news and magazine. News One is a simple and easy to use, modern and creative, user friendly and elegant, WordPress theme for WordPress websites. It has more than 8 added custom widgets, 6 different widget area and many more. It is advertisement ready theme. You can put Adsense code as well. Furthermore, it is responsive, cross browser compatible, SEO friendly theme with lots of highly created features. Theme comes with footer options, sidebar options, site design options, copyright option, and many more. It is very light weighted theme based on customizer. You can download this theme for free. It comes with one click demo installation. Demo: https://demo.canyonthemes.com/news-one/
Version: 1.1.1
Requires PHP: 7.0
Tested up to: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: news-one
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, editor-style, footer-widgets, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

News One is based on Underscores https://underscores.me/, (C) 2012-2019 Canyon Themes.
News One is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;


}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
a:focus {
	text-decoration: underline !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

tbody tr {
     border-bottom: 1px solid
 }

 table,
 caption,
 th,
 td {
     border: 1px solid
 }

 table {
     border-width: 1px 0 0 1px;
     border-collapse: collapse;
     border-spacing: 0;
     margin: 0 0 28px;
     table-layout: fixed;
     width: 100%
 }

 caption {
 	border-color: #ebebeb;
     font-weight: 600;
     text-align: center
 }

 th,
 td {
     border-color: #ebebeb;
 }

 th,
 td {
     font-weight: 400;
     text-align: left
 }

 thead th {
	font-weight: 600;
	background-color: #f6f6f6;
 }

 th a {
     text-decoration: none
 }

 caption,
 th,
 td {
     padding: 7px 14px
 }

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}


p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
 ol {
     margin: 0 0 28px 21px;
     padding: 0
 }

 ul {
     list-style: disc
 }

 ol {
     list-style: decimal
 }

 li>ul,
 li>ol {
     margin-bottom: 0
 }

 dl {
     margin: 0 0 28px
 }

 dt {
     font-weight: 500
 }

 dd {
     margin: 0 28px 21px
 }

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px;
    font-size: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.navbar-nav li:focus-within > .dropdown-menu, .navbar-nav li > .dropdown-menu > li:focus-within > .dropdown-menu {
    display: block;
}

ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:focus-within .dropdown-menu {
	display: block;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 20px;
    overflow: hidden;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}



.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
    padding:0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 26px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #f54337;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
    color: #ffffff;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.sidebar .widget_archive a::before,
.sidebar .widget_categories a::before,
.sidebar .widget_recent_entries a::before,
.sidebar .widget_meta a::before,
.sidebar .widget_recent_comments li::before,
.sidebar .widget_rss li:before,
.sidebar .widget_pages li a:before,
.sidebar .widget_nav_menu li a:before {
	color: #e0dfdf;
}
.widget_categories a::before {
    content: "\f07b";
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
    content: "\f105";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li a:before {
    content: "\f1ea";
    top: 0;
}
.sidebar  form input[type="search"],
.sidebar  .search-form label {
    width: 100%;
    font-weight: normal;
}

.widget_search form input[type="search"] {
    border-radius: 0;
    height: 45px;
}
.sidebar .widget_search form input[type="submit"] {
	position: absolute;
    top: 0;
    right: 0px;
    padding: 16px 20px;
    border-radius: 0;
    border: 0;
    background: #e81414;
    color: #fff;
    font-size: 17px;
    height: 45px;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    margin-bottom: -10px;
    margin-top: 10px;
    padding-left: 10px;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget_tag_cloud .tagcloud a {
    color: #ffffff;
    font-size: 14px !important;
    border: 1px solid #cfcfcf;
    padding: 1px 10px;
    display: inline-block;
    margin: 0 5px 10px 0;
    border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #F54037;
    color: #fff;
    border-color: #F54037;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* comments area: comment form, comment list, and navigation */
.comments-area {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #4c4f53;
  margin-top: 30px;
}

/* comments area: styles for Font Awesome icons */
.comment-reply-title #cancel-comment-reply-link:before,
.bypostauthor > article .fn:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* comment form title, comments title */
.comment-reply-title,
.comments-title {
  margin: 0 0 25px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #2f3235;
}

/* comment form */
.comment-form {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
}
.comment-form-comment {
  margin-bottom: 7px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 10px;
}
.comment-form label {
  display: block;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 1.7;
  color: #4c4f53;
}
.comment-form-comment label:after {
  content: ' *';
}
.comment-form-cookies-consent {
  margin-bottom: 10px;
  padding-top: 12px;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin: 0 10px 0 0;
}
.comment-form-cookies-consent label {
  display: inline;
  padding-bottom: 0;
  font-weight: 400;
}
#author,
#email,
#url,
#comment {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  color: #4c4f53;
  background: #ffffff;
  border-radius: 0;
  /* border: 1px solid #eeefef; */
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#comment {
  height: 110px;
  padding: 10px;
  resize: vertical;
}
#author:hover,
#email:hover,
#url:hover,
#comment:hover {
  border-color: #00ffff;
}
#author:active,
#email:active,
#url:active,
#comment:active,
#author:focus,
#email:focus,
#url:focus,
#comment:focus {
  outline: none;
  /* border-color: #e4ecec; */
}

/* allowed tags */
.comment-form .form-allowed-tags {
  display: none;
}

/* comment form: submit button */
.comment-form .form-submit {
  padding: 15px 0 7px;
  margin-bottom: 0;
}
.comment-form #submit {
  outline: none;
  display: inline-block;
  height: 48px;
  font-size: 15px;
  font-style: normal;
  border: 1px solid #007fef;
  border-radius: 0;
  padding: 10px 34px;
  background: #007fef;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.comment-form #submit:hover,
.comment-form #submit:focus {
  color: #ffffff;
}
.comment-form #submit:hover {
  opacity: 0.7;
  color: #ffffff;
  text-decoration: none;
}
.comment-form #submit:active {
  position: relative;
  top: 1px;
}

/* "must login" message */
.comment-respond .must-log-in {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #ffffff;
}
.comment-respond .must-log-in a {
  color: #4c4f53;
  text-decoration: underline !important;
}
.comment-respond .must-log-in a:hover,
.comment-respond .must-log-in a:focus {
  color: #6ca4db;
}

/* "logged-in as ..." message */
.comment-form .logged-in-as a {
  color: #4c4f53;
}
.comment-form .logged-in-as a:first-child:hover,
.comment-form .logged-in-as a:first-child:focus {
  color: #4c4f53;
  text-decoration: underline !important;
}
.comment-form .logged-in-as a:last-child {
  text-decoration: underline !important;
}
.comment-form .logged-in-as a:last-child:hover,
.comment-form .logged-in-as a:last-child:focus {
  color: #6ca4db;
}

/* cancel comment reply link */
.comment-reply-title small {
  float: right;
  margin-top: 10px;
}
.comment-reply-title #cancel-comment-reply-link {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #989ea6;
}
.comment-reply-title #cancel-comment-reply-link:before {
  font-family: 'Fontawesome';
  font-weight: 900;
  content: '\f057';
  margin-right: 8px;
  display: none;
}
.comment-reply-title #cancel-comment-reply-link:hover {
  color: #6ca4db;
}


/**
 * 11.4.2 - Comment list
 * -------------------------------------------------------------
 */

/* comments */
.comment-list-wrap {
  margin-bottom: 40px;
  padding: 30px 30px 15px;
  background-color: #ffffff;
}
.comment-list {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 15px;
}
.comment-list .children {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 30px;
}

/* comment body */
.comment .comment-body {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eeefef;
  word-wrap: break-word;
}
.comment-list > .comment:first-child > .comment-body {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* pingbacks and trackbacks */
.comment-list .pingback .comment-body {
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 36px;
  border-top: 1px solid #eeefef;
  word-wrap: break-word;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #989ea6;
}
.comment-list .pingback .comment-body:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f35d';
  position: absolute;
  top: auto;
  left: 0;
  margin-top: -2px;
  line-height: 1;
  font-size: 19px;
  color: #4c4f53;
  opacity: 0.2;
}
.comment-list > .pingback:first-child > .comment-body {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.comment-list .pingback .comment-body > a {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #4c4f53;
}
.comment-list .pingback .comment-body > a:hover,
.comment-list .pingback .comment-body > a:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}
.comment-list .pingback .comment-body .edit-link {
  display: inline-block;
  margin-top: 12px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.comment-list .pingback .comment-body .edit-link .comment-edit-link {
  color: #989ea6;
  text-decoration: none !important;
}
.comment-list .pingback .comment-body .edit-link .comment-edit-link:hover,
.comment-list .pingback .comment-body .edit-link .comment-edit-link:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment metadata: avatar */
.comment-meta .comment-author img {
  float: left;
  display: block;
  width: 46px;
  height: 46px !important;
  margin: 0 15px 0 0;
  padding: 0;
  border-radius: 23px;
}

/* comment metadata: author */
.comment-meta .comment-author .fn {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #2f3235;
}
.comment-meta .comment-author .fn .url {
  color: #2f3235;
  text-decoration: underline !important;
}
.comment-meta .comment-author .fn .url:hover,
.comment-meta .comment-author .fn .url:focus {
  color: #6ca4db;
}
.comment-meta .comment-author .says {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

/* comment metadata: post author */
.bypostauthor > article .fn:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f303';
  margin-left: 8px;
  font-size: 75%;
  display: none;
}

/* comment metadata: date and edit links */
.comment-meta .comment-metadata {
  margin-top: 2px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #989ea6;
}
.comment-meta .comment-metadata a {
  color: #989ea6;
}
.comment-meta .comment-metadata a:hover,
.comment-meta .comment-metadata a:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment metadata: edit link */
.comment-meta .edit-link {
  margin-left: 10px;
}

/* comment metadata: "comment awaiting moderation" message */
.comment-meta .comment-awaiting-moderation {
  display: inline-block;
  margin: 15px 0 0;
  padding: 4px 0;
  background-color: #f7f8f8;
}

/* comment content */
.comment-content {
  padding: 12px 0 0 61px;
}
.bwp-no-avatars .comment-content {
  padding-left: 0 !important;
}
.comment-content p {
  margin-bottom: 15px;
}
.comment-content a {
  color: #4c4f53;
  text-decoration: underline !important;
}
.comment-content a:hover,
.comment-content a:focus {
  color: #6ca4db;
}

/* comment reply */
.comment-body .reply {
  padding: 0 0 0 61px;
  margin-top: -6px;
  line-height: 1.3;
}
.bwp-no-avatars .comment-body .reply {
  padding-left: 0 !important;
}
.comment-body .reply .comment-reply-link {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #989ea6;
}
.comment-body .reply .comment-reply-link:focus {
  color: #989ea6;
}
.comment-body .reply .comment-reply-link:hover {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment reply: comment form */
.comment-respond,
.comment-list li .comment-respond {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eeefef;
}
.comment-list li .comment-reply-title {
  margin-bottom: 16px;
}
.comment-list li .comment-form {
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
}
.comment-list li .comment-form .form-submit {
  padding-bottom: 5px;
}

/* comments are closed */
.comment-list-wrap.comments-closed .comment-list {
  padding-bottom: 0;
}
.comments-area .no-comments {
  margin-bottom: 40px;
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery figure{
	margin: 0;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 2px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.post-content.left-image
{
	display: flow-root;
}

/*.post-block-style{
	display: inline-flex;
}*/


.related-posts .post-block-style{
	display: block;
}

.author-box .author-img {
	width: 130px;
	float: left;
}

.author-box .author-info {
	display: block;
	overflow: hidden;
}
span.post-author>span>span,
span.post-author>span {
    margin: 0;
    border: 0;
    padding: 0;
}

.vc_video-bg-container.video-bg:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: rgba(0, 0, 0, .8);
}

.vc_video-bg-container.video-bg .thw-title-shortcode {
   position: relative;
   z-index: 2;
}

/* Typography
================================================== */

body {
   background: #fff;
   color: #333;
}

body,
p {
   font-family: 'Open Sans', sans-serif;
   line-height: 24px;
   font-size: 14px;
   text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #1c1c1c;
   font-weight: 700;
   font-family: 'Roboto', sans-serif;
}

h1 {
   font-size: 36px;
   line-height: 48px;
}

h2 {
   font-size: 28px;
   line-height: 36px;
}

h3 {
   font-size: 24px;
   margin-bottom: 20px;
}

h4 {
   font-size: 18px;
   line-height: 28px;
}

h5 {
   font-size: 14px;
   line-height: 24px;
}

.alert .icon {
   margin-right: 15px;
}

/* Global styles
================================================== */

html {
   overflow-x: hidden !important;
   width: 100%;
   height: 100%;
   position: relative;
}

body {
   border: 0;
   margin: 0;
   padding: 0;
}

.body-inner {
   position: relative;
   overflow: hidden;
}

a:link,
a:visited {
   text-decoration: none;
}

a {
   color: #ec0000;
}

a:hover {
   text-decoration: none;
   color: #000;
}

a.read-more {
   color: #ec0000;
   font-weight: 700;
   text-transform: uppercase;
}

a.read-more:hover {
   color: #222;
}

section,
.section-padding {
   position: relative;
   padding: 50px 0;
}


.no-padding {
   padding: 0;
}

.p-top-0 {
   padding-top: 0;
}

.p-bottom-0 {
   padding-bottom: 0;
}

.m-top-0 {
   margin-top: 0 !important;
}

.m-bottom-0 {
   margin-bottom: 0;
}

.media>.pull-left {
   margin-right: 20px;
}

img.banner {
   display: inline-block;
}

.gap-60 {
   clear: both;
   height: 60px;
}

.gap-50 {
   clear: both;
   height: 50px;
}

.gap-40 {
   clear: both;
   height: 40px;
}

.gap-30 {
   clear: both;
   height: 30px;
}

.gap-20 {
   clear: both;
   height: 20px;
}

.mrb-30 {
   margin-bottom: 30px;
}

.mrb-80 {
   margin-bottom: -80px;
}

.mrt-0 {
   margin-top: 0 !important;
}

.pab {
   padding-bottom: 0;
}

.pab-35 {
   padding-bottom: 35px;
}

a:focus {
   outline: 0;
}

img.pull-left {
   margin-right: 20px;
   margin-bottom: 20px;
}

img.pull-right {
   margin-left: 20px;
   margin-bottom: 20px;
}

ol,
ul {
   margin-bottom: 20px;
}

.unstyled {
   list-style: none;
   margin: 0;
   padding: 0;
}

.ts-padding {
   padding: 60px;
}

.solid-bg {
   background: #f9f9f9;
}

.solid-row {
   background: #f0f0f0;
}

/* Dropcap */

.dropcap {
   font-size: 44px;
   line-height: 50px;
   float: left;
   margin: 0 12px 0 0;
   position: relative;
   text-transform: uppercase;
}

/* Video responsive */

.embed-responsive {
   padding-bottom: 56.25%;
   position: relative;
   display: block;
   height: 0;
   overflow: hidden;
}

.embed-responsive iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

/* Input form */

.form-control {
   box-shadow: none;
   border: 1px solid #dadada;
   padding: 5px 20px;
   height: 40px;
   background: none;
   color: #959595;
   font-size: 12px;
   border-radius: 0;
}

.form-control:focus {
   box-shadow: none;
   border: 1px solid #ec0000;
}

hr {
   background-color: #e7e7e7;
   border: 0;
   height: 1px;
   margin: 40px 0;
}

blockquote {
   position: relative;
   background: #f7f7f7;
   padding: 45px 50px 30px;
   border: 0;
   margin: 50px 0 40px;
   font-size: 22px;
   line-height: 34px;
   font-family: Arimo, sans-serif;
   font-weight: 400;
   text-align: center;
}

blockquote:before {
   position: absolute;
   content: '\f10e';
   font-family: FontAwesome;
   font-size: 24px;
   padding: 8px 15px;
   top: -30px;
   left: 50%;
   margin-left: -44px;
   color: #fff;
   background: #ec0000;
}

cite {
   display: block;
   font-size: 14px;
   margin-top: 10px;
}

blockquote.pull-left {
   padding-left: 15px;
   padding-right: 0;
   text-align: left;
   border-left: 5px solid #eee;
   border-right: 0;
}

/* Button */

.btn-primary,
.btn-dark {
   border: 0;
   border-radius: 0;
   padding: 12px 25px 10px;
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.btn-white.btn-primary {
   background: #fff;
   color: #ec0000;
}

.btn-primary {
   background: #007fef;
}

.btn-dark {
   background: #242427;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
   background: #272d33;
   color: #fff;
}

.general-btn {
   clear: both;
   margin-top: 50px;
}

/* Ul, Ol */

.list-round,
.list-arrow,
.list-check {
   list-style: none;
   margin: 0;
   padding: 0;
}

.list-round li {
   line-height: 28px;
}

.list-round li:before {
   font-family: FontAwesome;
   content: "\f138";
   margin-right: 10px;
   color: #ec0000;
   font-size: 12px;
}

.list-arrow {
   padding: 0;
}

ul.list-arrow li:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   color: #ec0000;
   font-size: 16px;
}

ul.list-check li:before {
   font-family: FontAwesome;
   content: "\f00c";
   margin-right: 10px;
   color: #ec0000;
   font-size: 14px;
}

/* Bootstrap */

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
   border: 0;
   background: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
   background: none;
}


a[href^=tel] {
   color: inherit;
   text-decoration: none;
}

/* Common styles
================================================== */

/*-- Block padding --*/

@media (min-width: 992px) {
   .pad-0 {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
   }
   .pad-r {
      padding-right: 2px;
   }
   .pad-l {
      padding-left: 2px;
   }
   .pad-r-small {
      padding-right: 1.5px;
   }
   .pad-l-small {
      padding-left: 1.5px;
   }
   .pad-l-0 {
      padding-left: 0;
   }
   .pad-r-0 {
      padding-right: 0;
   }
}

/*-- Block title --*/

.block-title {
   font-size: 18px;
   line-height: 100%;
   margin: 0 0 40px;
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
   font-weight: 500;
   position: relative;
   padding-bottom: 5px;
}

.block-title:before {
   content: '';
   position: absolute;
   background: #1c1c1c;
   width: 80px;
   height: 2px;
   left: 0;
   bottom: -2px;
}

.block-title>span {
   color: #000;
   height: 30px;
   line-height: 30px;
   padding: 8px 15px;
   position: relative;
   padding-left: 0;
}

.block-title>span:after {
   position: absolute;
   content: " ";
   width: auto;
   height: auto;
   bottom: -10px;
   left: 15px;
   border-width: 4px;
   border-style: solid;
   border-color: #1c1c1c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media (max-width:767px) {
   .block-title>span:after {
      bottom: -15px;
   }
}

/*-- Post title --*/

.post-title {
   font-size: 18px;
   line-height: 24px;
   margin: 15px 0 0;
}

.post-title a {
   color: #1c1c1c;
}

.post-title a:hover {
   color: #007fef;
}

.post-title.title-extra-large {
   font-size: 26px;
   line-height: 30px;
   margin-top: 15px;
   margin-bottom: 10px;
}

.post-title.title-large {
   font-size: 20px;
   line-height: 26px;
   margin-top: 15px;
   margin-bottom: 5px;
}

.post-title.title-medium {
   font-size: 16px;
   line-height: 24px;
   margin-top: 15px;
   margin-bottom: 5px;
}

.post-title.title-small {
   font-size: 14px;
   line-height: 20px;
   margin-top: 15px;
   margin-bottom: 5px;
}

/*-- Post meta --*/

a.post-cat {
   position: relative;
   font-size: 11px;
   padding: 0 5px;
   background: #007fef;
   font-weight: 600;
   color: #fff;
   height: 20px;
   line-height: 20px;
   display: inline-block;
}

.post-cat a {
   color: #fff;
}

.post-meta .post-author a {
   color: #1c1c1c;
   font-weight: 700;
}

.post-meta span a{
   font-size: 12px;
   color: #a3a3a3;
   margin-right: 8px;
   padding-right: 10px;
   border-right: 1px solid #dedede;
   line-height: 12px;
   display: inline-block;
}

.post-meta span.post-date {
   border-right: 0;
}

span.post-comment {
   border-right: 0;
   line-height: 24px;
   margin-right: 0;
   padding-right: 0;
}

span.post-comment span {
   border-right: 0;
   line-height: 100%;
}

.post-meta span i {
   margin-right: 5px;
}
span.byline span {
    display: none;
}
/*-- Post Overaly --*/

.post-overaly-style {
   position: relative;
   overflow: hidden;
}

.post-overaly-style:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-overaly-style .post-content {
   position: absolute;
   bottom: 0;
   padding: 25px;
}

.post-overaly-style .post-title a {
   color: #fff;
}

.post-overaly-style .post-date {
   color: #fff;
}

.post-thumb {
   max-width: 100%;
   position: relative;
   overflow: hidden;
}

.post-thumb img {
   display: block;
   width: 100%;
   -webkit-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
   -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   -ms-transform: scale(1.15);
   -o-transform: scale(1.15);
   transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
   transform: none;
}

.thumb-float-style .post-cat {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 1;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
   top: 0;
   bottom: auto;
}

.post-overaly-style.contentTop:before {
   top: 0;
   left: 0;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
   padding: 30px 30px 60px;
}

.post-overaly-style.text-center {
   margin-bottom: 30px;
}

.post-overaly-style.text-center:last-child {
   margin-bottom: 0;
}

.post-overaly-style.text-center .post-thumb img {
   min-height: 260px;
}

.post-overaly-style.text-center .post-meta span {
   padding: 0;
   margin: 0;
}

.post-overaly-style.text-center:before {
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Block style --*/

.post-block-style {
   position: relative;
   overflow: hidden;
}

.post-block-style .post-content {
   padding: 0;
}

.post-block-style .post-title a:hover {
   color: #007fef;
}

.post-block-style .post-content p {
   font-size: 13px;
}

.post-block-style .post-cat {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 1;
}

.post-block-style .post-content .post-meta {
   margin: 3px 0;
}

/*-- Review box --*/

.review-box {
   background: #1c1c1c;
   color: #fff;
   position: absolute;
   top: 0;
   padding: 2px 7px;
   font-weight: 700;
}

/*-- Post list --*/

.list-post-block {
   margin-top: 30px;
}

.list-post {
   list-style: none;
   margin: 0;
   padding: 0;
}

@media (max-width: 767px) {
   .list-post {
      padding-bottom: 10px;
   }
}

.list-post-block .list-post>li {
   margin-bottom: 30px;
   max-height: 75px;
}

.list-post-block .list-post>li:last-child {
   margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
   float: left;
   position: relative;
   z-index: 1;
   margin-right: 20px;
}

.post-block-style.post-float .post-thumb img {
   max-width: 100px;
   min-height: 75px;
}

.post-block-style.post-float .post-title {
   margin-top: 0;
}

.post-block-style.post-float .post-content {
   z-index: 0;
}

.post-block-style.post-float .post-cat {
   font-size: 10px;
   left: 0;
   top: 0;
}

/*-- Review post list --*/

.review-stars i {
   color: #1c1c1c;
}

/* Different Color
================================================== */

/*-- Color Default --*/

.color-default a.post-cat {
   background: #1c1c1c;
}

.color-default .post-cat:before {
   border-top: 8px solid #1c1c1c;
}

/* Default Color Widget */

.widget.color-default .post-title.title-small a:hover {
   color: #007fef;
}

/*-- Color Red --*/

.color-red .block-title {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-red .block-title>span,
.color-red a.post-cat {
   color: #ec0000;
}

.color-red a.post-cat {
   background: #ec0000;
   color: #fff;
}

.color-red .post-title.title-small a:hover {
   color: #ec0000;
}

.color-red .post-cat:before {
   border-top: 8px solid #ec0000;
}

.color-red.featured-tab .nav-tabs>li.active>a {
   color: #ec0000;
}

.color-red.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ec0000 rgba(0, 0, 0, 0);
}

.color-red .block-title>span:after {
   border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-red .block-title:before {
   background-color: #ec0000;
}

/*-- Color Blue --*/

.color-blue .block-title>span,
.color-blue a.post-cat {
   color: #1e88e5;
}

.color-blue .post-cat:before {
   border-top: 8px solid #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active {
   color: #1e88e5;
}

.color-blue.featured-tab .nav-tabs>li>a.active:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}

.color-blue .block-title>span:after {
   border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/*-- Color Blue --*/

.color-blue .block-title:before {
   background-color: #4258fe;
}

.color-blue .block-title>span,
.color-blue a.post-cat {
   color: #4258fe;
}

.color-blue a.post-cat {
   background-color: #4258fe;
   color: #fff;
}

.color-blue .post-cat:before {
   border-top: 8px solid #4258fe;
}

.color-blue.featured-tab .nav-tabs>li.active>a {
   color: #4258fe;
}

.color-blue.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.color-blue.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}

.featured-tab.color-blue .nav-link.active .tab-text-title {
   color: #4258fe;
}

.color-blue .block-title>span:after {
   border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-blue .post-title.title-small a:hover {
   color: #4258fe;
}

.color-blue .post-title a:hover {
   color: #4258fe;
}

.color-blue .subCategory>li>a:hover {
   background: #4258fe;
}

/*-- Color Orange --*/

.color-orange .block-title:before {
   background-color: #d9603b;
}

.color-orange .block-title>span,
.color-orange a.post-cat {
   color: #d9603b;
}

.color-orange a.post-cat {
   background-color: #d9603b;
   color: #fff;
}

.color-orange .post-cat:before {
   border-top: 8px solid #d9603b;
}

.color-orange.featured-tab .nav-tabs>li.active>a {
   color: #d9603b;
}

.color-orange.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9603b rgba(0, 0, 0, 0);
}

.color-orange.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9603b rgba(0, 0, 0, 0);
}

.featured-tab.color-orange .nav-link.active .tab-text-title {
   color: #d9603b;
}

.color-orange .block-title>span:after {
   border-color: #d9603b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-orange .post-title.title-small a:hover {
   color: #d9603b;
}

.color-orange .post-title a:hover {
   color: #d9603b;
}

.color-orange .subCategory>li>a:hover {
   background: #d9603b;
}

/*-- Color Aqua --*/

.color-aqua .block-title {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-aqua .block-title>span,
.color-aqua a.post-cat {
   color: #00bdb3;
}

.color-aqua .post-cat:before {
   border-top: 8px solid #00bdb3;
}

.color-aqua .post-title.title-small a:hover {
   color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a {
   color: #00bdb3;
}

.color-aqua.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
}

.color-aqua .block-title>span:after {
   border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-aqua .block-title:before {
   background-color: #00bdb3;
}

/*-- Color Violet --*/

.color-violet .block-title {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-violet .block-title>span,
.color-violet a.post-cat {
   color: #9401d3;
}

.color-violet .post-title.title-small a:hover {
   color: #9401d3;
}

.color-violet .post-cat:before {
   border-top: 8px solid #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a {
   color: #9401d3;
}

.color-violet.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0);
}

.color-violet .block-title>span:after {
   border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-violet .block-title:before {
   background-color: #9401d3;
}

/*-- Color Green --*/

.color-green .block-title {
   border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.color-green .block-title>span,
.color-green a.post-cat {
   color: #32b336;
}

.color-green .post-title.title-small a:hover {
   color: #32b336;
}

.color-green .post-cat:before {
   border-top: 8px solid #32b336;
}

.color-green.featured-tab .nav-tabs>li.active>a {
   color: #32b336;
}

.color-green.featured-tab .nav-tabs>li.active>a:after {
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #32b336 rgba(0, 0, 0, 0);
}

.color-green .block-title>span:after {
   border-color: #32b336 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-green .block-title:before {
   background-color: #32b336;
}

/* Trending Bar
================================================== */

.trending-bar {
   background: #fff;
   color: #1c1c1c;
   padding: 10px 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
   position: absolute;
   right: 0;
   top: -3px;
   margin: 0;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div {
   border: 1px solid rgba(0, 0, 0, 0.1);
   color: #515151;
}

.owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
   background: #007fef;
   border: 1px solid transparent;
   color: #fff;
}

.trending-bar {
    padding: 10px 0;
    color: #a3a3a3;
    font-size: 13px;
    background: #fff;
    border-bottom: 1px solid #dedede;
}

.trending-title {
   background: #007fef;
   color: #fff;
   font-size: 11px;
   padding: 5px 10px;
   line-height: 100%;
   text-transform: uppercase;
   float: left;
   margin: 0 20px 0 0;
}

.trending-bar .post-content,
.trending-light .post-content {
   padding: 0;
}

.trending-slide .post-title a {
   color: #1c1c1c;
   font-size: 13px;
   font-family: 'Roboto';
   font-weight: 500;
}

.trending-slide .post-title.title-small {
   font-weight: 400;
   margin: 0;
   padding: 0;
}

/* Top Bar
================================================== */

.topbar-info div {
   display: inline-block;
   vertical-align: top;
}

.topbar-info {
   text-align: right;
}

.topbar-info .topbar-social ul li {
   display: inline-block;
   padding: 0 7px;
}

.topbar-info .topbar-social ul li a {
   color: #515151;
}

.topbar-info .topbar-social ul li a:hover {
   color: #007fef;
}

.topbar-user-panel span {
   background: #111;
   margin: 0 5px;
   width: 20px;
   height: 20px;
   display: inline-block;
   line-height: 20px;
   cursor: pointer;
}

.topbar-info .top-user-panel span {
   display: inline-block;
   height: 26px;
   background: red;
   width: 26px;
}

.topbar-user-panel span a {
   color: #fff;
   font-size: 12px;
}

.topbar-info .topbar-user-panel {
   text-align: center;
   border-right: 1px solid #eaebe7;
   line-height: 0;
   padding-right: 9px;
}

.ts-date-top {
   color: #666;
}

.ts-date-top i {
   margin-right: 5px;
}

.topbar-user-panel span.ts-login {
   margin-right: 0;
}

.topbar-user-panel span.active {
   background: #007fef;
   transition: all 0.3s;
}

.topbar-user-panel span.active:hover {
   background: #111;
}

.top-bar {
    padding: 8px 0;
    color: #a3a3a3;
    font-size: 13px;
    background: #f5f5f5;
}

/* Social Icons
================================================== */

.social-links li a {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 18px;
    line-height: 19px;
}

.social-links ul li a:before {
    content: "\f0c1";
    font-family: FontAwesome, sans-serif;
    color: #333;
    font-size: 13px;
    padding: 0 5px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: bottom;
}


.social-links ul li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.social-links ul li a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-links ul li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-links ul li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-links ul li a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-links ul li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-links ul li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.social-links ul li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.social-links ul li a[href*="github.com"]:before {
    content: "\f113";
}

.social-links ul li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.social-links ul li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.social-links ul li a[href$="/feed/"]:before {
    content: "\f09e";
}

.social-links ul li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.social-links ul li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-links ul li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-links ul li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.social-links ul li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.social-links ul li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.social-links ul li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.social-links ul li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.social-links ul li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.social-links ul li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.social-links ul li a[href*="skype.com"]:before {
    content: "\f17e";
}

.social-links ul li a[href*="dribble.com"]:before {
    content: "\f17d";
}

/* Header Default
================================================== */

.header {
   padding: 20px 0;
}

.navbar-fixed {
   background: #fff;
   z-index: 99999;
   position: fixed;
   width: 100%;
   top: 0;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
   -webkit-animation: fadeInDown 800ms;
   -moz-animation: fadeInDown 800ms;
   -ms-animation: fadeInDown 800ms;
   -o-animation: fadeInDown 800ms;
   animation: fadeInDown 800ms;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
   padding:20px 0;
}
.logo p{
	margin:0;
}
/* header right */

.header-right {
   float: right;
}

/* Logo center */

.header.text-center {
   padding: 10px 0;
}

/*-- Search start --*/

ul.top-info-box>li.nav-search {
   cursor: pointer;
   padding-left: 30px;
   margin-left: 30px;
}

ul.top-info-box>li.nav-search:before {
   position: absolute;
   content: '';
   background: #ddd;
   left: 0;
   width: 1px;
   height: 40px;
   top: 50%;
   margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
   font-size: 20px;
   top: 10px;
   position: relative;
   cursor: pointer;
   color: #999;
}

/* Main navigation */

.site-nav-inner {
   position: relative;
}

.main-nav>.container>.row {
   margin-left: 0;
   margin-right: 0;
   justify-content: space-between;
}

.main-nav.dark-nav {
   box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
   z-index: 2;
   position: relative;
   border: 0;
}

.main-nav.dark-nav>.container>.row {
   border-bottom: 4px solid #007fef;
   background: #272727;
}

.navbar {
   border-radius: 0;
   border: 0;
   margin-bottom: 0;
   padding: 0px;
}

.navbar-toggler {
   float: left;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 0;
   border-radius: 0;
   margin-right: 5px;
   background: #007fef;
   height: 30px;
   width: 35px;
}

.navbar-toggle .i-bar {
   background: #fff;
}

.navbar-collapse {
   padding-left: 0;
}

ul.navbar-nav {
   float: left;
}
ul.nav.navbar-nav>a {
    padding: 0 12px;
    color: #fff;
    line-height: 60px;
}
ul.navbar-nav>li {
   float: none;
   display: inline-block;
}

ul.navbar-nav>li {
   padding: 0;
   position: relative;
}

ul.navbar-nav>.nav-item>.nav-link {
   display: inline-block;
   padding: 0 12px;
   line-height: 60px;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
   margin: 0;
   position: relative;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
   font-family: 'Roboto', sans-serif;
}

@media (min-width:992px) {
   ul.navbar-nav>li:hover,
   ul.navbar-nav>li.current_page_item {
      background: #007fef;
   }
}


ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
   background: none;
}

ul.navbar-nav>li>a i {
   font-weight: 700;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
   background: transparent;
   border: 0;
}

/* Dropdown */

ul.navbar-nav>li.mega-dropdown {
   position: static;
}

.dropdown-submenu {
   position: relative;
}

.dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -2px;
   border-radius: 0;
}

.dropdown-submenu>a:after {
   display: block;
   content: "\f105";
   font-family: FontAwesome;
   float: right;
   margin-top: 0;
   margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
   border-left-color: #fff;
}

.dropdown-submenu.pull-left {
   float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
   left: -100%;
   margin-left: 10px;
   -webkit-border-radius: 6px 0 6px 6px;
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
   display: none;
}

.dropdown-menu {
   text-align: left;
   background: #222;
   z-index: 100;
   min-width: 230px;
   border-radius: 0;
   border: 0;
   border: 0;
   padding: 20px;
   box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
   margin-top: 0px;
}

.navbar-nav>li>.dropdown-menu.mega-menu-content {
   border-top: 0;
}

@media (min-width:992px) {
   .main-nav.nav-border .navbar-nav>li>.dropdown-menu.mega-menu-content,
   .main-nav.nav-border .navbar-nav>li>.dropdown-menu {
      border-top: 4px solid #007fef;
   }
}

.dropdown-menu-large {
   min-width: 400px;
}

.dropdown-menu-large>li>ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
   padding-left: 0;
}

.dropdown-menu-large>li>ul>li.active>a {
   color: #ec0000;
}

.navbar-nav>li>.dropdown-menu>li.active>a {
   background: #007fef;
}

.dropdown-menu li a {
   display: block;
   font-size: 14px;
   font-weight: 400;
   line-height: normal;
   text-decoration: none;
   padding: 12px 15px 12px 10px;
   border-bottom: 1px solid #333;
   color: #fff;
   font-family: 'Roboto', sans-serif;
}

.dropdown-menu li:last-child>a {
   border-bottom: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
   background: #007fef;
   color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
   background: #007fef;
   color: #fff;
}

@media (min-width: 767px) {
   ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
      left: 100%;
      top: 0;
      display: none;
   }
   ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
      display: block;
   }
}

.mega-menu-content {
   width: 1110px;
   padding: 0;
}

.mega-menu-content .row {
   margin: 0;
}

.mega-menu-content-inner {
   padding: 20px 10px;
}

.mega-menu-content-inner a {
   color: #fff;
   font-size: 16px;
}

.mega-menu-content .video-icon {
   border: 0;
   margin-top: -40px;
}

/*-- Dark bg style --*/

.main-nav.dark-bg>.container>.row {
   border: 0;
   background: #272727;
   margin-left: 0;
   margin-right: 0;
}

.dark-bg .navbar-toggler {
   margin-left: 6px;
}

.main-nav.dark-bg ul.navbar-nav>li>a {
   color: #fff;
}

.main-nav.dark-bg ul.navbar-nav>li>a:before {
   border: 0;
}

.main-nav.dark-bg ul.navbar-nav>li.active,
.main-nav.dark-bg ul.navbar-nav>li:hover {
   background: #ec0000;
}

.main-nav.dark-bg .nav-search i {
   color: #fff;
}

/*-- Nav Search start --*/

.main-nav>.container,
.search-area {
   position: relative;
}

.search-area {
   min-height: 70px;
   padding-right: 0;
}

.nav-search {
   float: right;
   position: relative;
   cursor: pointer;
   top: 18px;
   right: 15px;
   color: #fff;
   width: auto;
}

.search-block {
   background-color: #fff;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   display: none;
   padding: 10px;
   position: absolute;
   right: 15px;
   top: 100%;
   width: 300px;
   z-index: 10;
   margin-top: 0;
}
.blog-search-field,
.search-block .blog-search-field{
   background-color: #f7f7f7;
   border: none;
   color: #000;
   width: 100%;
   height: 40px;
   padding: 0 12px;
}
.search-block .searchsubmit {
	display: none;
}
.search-block .search-close {
   color: #525252;
   position: absolute;
   top: -50px;
   right: 7px;
   font-size: 32px;
   cursor: pointer;
   background: #fff;
   padding: 5px;
}

.search-area .nav-search {
   top: 23px;
}

.search-area .search-block .search-close {
   top: -50px;
}

.search-area .search-block {
   right: 0;
}

/*-- Menu tab --*/

.menu-tab .nav.nav-tabs {
   background: #222;
   padding: 25px 20px 20px;
   padding-right: 0;
   min-height: 250px;
   margin-top: 0;
   border-bottom: none;
}

.menu-tab .nav.nav-tabs>li>a {
   border: 1px solid transparent;
   border-radius: 0;
   font-weight: 600;
   padding: 10px 15px;
}

.menu-tab .nav.nav-tabs>li>a.active {
   background: rgba(0, 0, 0, 0.1);
   margin-right: -1px;
   border-right: 0;
   color: #007fef;
   cursor: pointer;
}

.menu-tab .tab-content>.tab-pane {
   padding: 25px 0;
   min-height: 250px;
}

.menu-tab .tab-content>.tab-pane .col-md-3 {
   padding-right: 10px;
   padding-left: 10px;
}

.menu-tab .tab-content>.tab-pane .post-title a {
   color: #fff;
}

/* Header with Menu
================================================== */

.header.header-menu {
   padding: 0;
}

.header.header-menu .logo {
   padding: 12px 0;
}

.header.header-menu>.container>.row {
   border-bottom: 1px solid #dedede;
   margin-left: 0;
   margin-right: 0;
}

.header.header-menu ul.navbar-nav>li>a {
   line-height: 70px;
}

.header.header-menu ul.navbar-nav>li.mega-dropdown,
.site-nav-inner {
   position: static;
}

.header.header-menu .mega-menu-content {
   min-width: 1145px;
   left: -43%;
}

/* Featured Post area
================================================== */

.featured-post-area {
   margin-bottom: -10px;
   padding: 30px 0 25px 0;
   margin-top: 3px;
}

/*-- Owl slide common --*/

.owl-carousel.page-slider .owl-nav {
   margin: 0;
}

.owl-carousel.owl-theme.post-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -82px;
   right: 0;
}

.owl-carousel.owl-theme .owl-nav>button {
   margin: 0 3px;
   background: none;
   border: 1px solid #dedede;
   color: #999;
   width: 20px;
   height: 20px;
   line-height: 18px;
   padding: 0;
   border-radius: 0;
   display: inline-block;
   text-align: center;
   font-size: 12px;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.owl-carousel.owl-theme .owl-nav>button:hover {
   background: #007fef;
   border: 1px solid transparent;
}

.owl-theme .owl-dots {
   text-align: center;
   position: absolute;
   z-index: 1;
   top: -67px;
   right: 0;
   margin: 0 !important;
}

.owl-theme.owl-carousel .owl-dots .owl-dot span {
   width: 8px;
   height: 8px;
   margin: 5px 4px;
   display: inline-block;
   border-radius: 0;
   background: rgba(0, 0, 0, 0.5);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
   background: #ec0000;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

/* Latest slider */

.owl-carousel.owl-theme.latest-news-slide .owl-nav {
   text-align: center;
   position: absolute;
   top: -82px;
   right: 0;
}

/* Featured slider */

.featured-slider .item {
   height: 460px;
   position: relative;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   backface-visibility: hidden;
}

.featured-slider .item:before {
   content: " ";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 1;
   bottom: 0;
   left: 0;
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-content {
   padding: 30px;
   z-index: 1;
   position: relative;
}

.featured-slider.owl-theme .owl-nav > button {
   background: rgba(0, 0, 0, 0.65);
   border: 0;
   position: absolute;
   top: 50%;
   width: 34px;
   height: 40px;
   line-height: 38px;
   padding: 0;
   border-radius: 0;
   font-size: 24px;
   text-align: center;
   opacity: 0;
   margin: 0;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.featured-slider.owl-theme:hover .owl-nav>div {
   opacity: 1;
}

.featured-slider.owl-theme .owl-nav>.owl-prev {
   left: 0;
}

.featured-slider.owl-theme .owl-nav>.owl-next {
   right: 0;
}

.featured-slider.owl-theme .owl-nav>div:hover {
   background: #007fef;
   color: #fff;
   border: 0;
}

.featured-post .post-date,
.featured-post .post-title a {
   color: #fff;
}

/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post {
   position: absolute;
   bottom: 0;
}

.featured-slider.content-bottom .item:before {
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
   background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}
.s3.sblock:nth-child(3),
.sblock:nth-child(4),
.sblock:nth-child(5),
.sblock:nth-child(6),
.sblock:nth-child(7),
.sblock:nth-child(8) {
    display: none;
}
.m-b-3{
	margin-bottom: 3px;
}

/* Trending post hot */

.hot-post-top {
   max-height: 280px;
   margin-bottom: 3px;
}

.hot-post-bottom,
.hot-post-bottom img {
   min-height: 260px;
}

.hot-post-top .post-content,
.hot-post-bottom .post-content {
   padding: 20px;
}

/*-- 4 News Box --*/

.fourNewsbox,
.fourNewsbox img,
.fourNewsboxTop,
.fourNewsboxTop img {
   min-height: 231px;
}

.fourNewsboxTop {
   margin-bottom: 3px;
}

/* Post overaly text center on Featured area */

.featured-post-area .post-overaly-style.text-center {
   max-height: 231px;
}

.featured-post-area .post-overaly-style.first {
   margin-bottom: 4px;
}

/* Block
================================================== */

.block {
   position: relative;
}

/* Sidebar
================================================== */

.sidebar .widget.m-bottom-0 {
   margin-bottom: 0;
}

/*-- Social Icon --*/

.sidebar .social-icon {
   list-style: none;
   margin: 0;
   padding: 0;
}

.sidebar .social-icon li {
   display: inline-block;
   margin: 0 0px 0 0;
}
.sidebar .social-icon li a{
    width:auto;
    font-size:0;
}
.sidebar .social-icon li a:before{
   background: #ec0000;
   color: #fff;
   font-size: 18px;
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   -webkit-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
   float:left;
}

.social-icon li a i.fa-rss {
   background: #FA9B39;
}

.sidebar .social-links ul li a[href*="facebook.com"]:before{
   background: #3B5998;
}

.sidebar .social-links ul li a[href*="twitter.com"]:before{
   background: #00aced;
}

.sidebar .social-links ul li a[href*="plus.google.com"]:before {
   background: #dd4b39;
}

.sidebar .social-links ul li a[href*="vemo.com"]:before {
   background: #7FC400;
}

.sidebar .social-links ul li a[href*="youtube.com"]:before {
   background: #bb0000;
}

.sidebar .social-links ul li:hover a:before {
   background: #1c1c1c;
}

/* Social icon box style */

.social-icon-box>li {
   width: 100%;
   background: #1c1c1c;
   padding: 12px;
   color: #fff;
   margin-bottom: 10px;
}

.social-icon-box>li>a {
   color: #fff;
}

.social-icon-box>li>a i {
   width: 48px;
   height: 48px;
   line-height: 48px;
   text-align: center;
   float: left;
   margin-right: 20px;
   background: rgba(0, 0, 0, 0.2);
}

.social-icon-box .ts-social-title {
   font-size: 14px;
   margin-bottom: -5px;
}

.social-icon-box .ts-social-desc {
   display: block;
   font-size: 13px;
}

.social-icon-box>li.rss {
   background: #FA9B39;
}

.social-icon-box>li.facebook {
   background: #3B5998;
}

.social-icon-box>li.twitter {
   background: #00aced;
}

.social-icon-box>li.gplus {
   background: #c53942;
}

/* Featuted Tab
================================================== */

/*-- Common styles --*/

.featured-tab {
   position: relative;
}

.featured-tab .nav-tabs {
   border: 0;
   position: absolute;
   top: 7px;
   right: 0;
}

.featured-tab .nav-tabs>li>a {
   color: #888;
   text-shadow: none;
   font-size: 14px;
   border-radius: 0;
   margin: 0 1px 0;
   padding: 0 0 0 15px;
   border: 0 !important;
   line-height: 18px;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
   font-weight: 600;
   letter-spacing: -0.5px;
}

.featured-tab .tab-content {
   border-top: 0;
   padding: 0;
   overflow: hidden;
}

.featured-tab .nav-tabs>li>a.active {
   color: #1c1c1c;
   position: relative;
   background: none;
}

.featured-tab .list-post-block {
   margin-top: 0;
}
/* SIDEBAR OPTIONS
================================================== */
/*LEFT
==============*/
.bp-left div#secondary,
.sp-left div#secondary,
.ap-left div#secondary,
.fp-left div#secondary{
	order: 1;
	-webkit-order: 1;
}
.bp-left div#primary,
.sp-left div#primary,
.ap-left div#primary,
.fp-left div#primary{
	order: 2;
	-webkit-order: 2;
}
.bp-left .sidebar-right .widget,
.sp-left .sidebar-right .widget,
.ap-left .sidebar-right .widget,
.fp-left .sidebar-right .widget{
	margin-left: 0;
}

/*NONE
==============*/
.bp-none div#secondary,
.sp-none div#secondary,
.ap-none div#secondary,
.fp-none div#secondary{
	display: none;
}
.bp-none div#primary,
.sp-none div#primary,
.ap-none div#primary,
.fp-none div#primary{
	flex: 100%;
	max-width: 100%;
}

/* Ad Content area
================================================== */

.ad-content-area img {
   display: inline-block;
}

/* Video Block
================================================== */

.video-block .nav-tabs .nav-item.show .nav-link,
.video-block .nav-tabs .nav-link.active {
   background: transparent;
}

.video-tab .row {
   background: #eee;
   padding-left: 10px;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-right: 10px;
}

.video-block {
   background: transparent;
   color: #fff;
   padding-top: 0px;
   padding-bottom: 7px;
}

.video-block .row {
   margin-left: 0;
   margin-right: 0;
}

.video-block.color-green a.post-cat {
   background: #32b336;
   color: #fff;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: 600;
   padding: 1px 5px;
}

.video-tab-title {
   color: #fff;
   font-size: 18px;
   text-transform: uppercase;
   margin: 0 0 30px 15px;
}

.video-tab .post-overaly-style {
   min-height: 350px;
}

.video-tab .post-overaly-style .post-content {
   padding: 35px;
}

.video-tab .post-title {
   font-size: 24px;
   line-height: 30px;
   font-weight: normal;
}
.video-tab ul {
    padding: 0;
    margin: 0;
}
.video-tab .nav-tabs>li {
   width: 100%;
   float: none;
   display: block;
   margin-bottom: -1px;
   border: 1px solid rgba(0, 0, 0, 0.05);
   padding: 15px;
}

.video-tab .nav-tabs>li>a {
   background: none;
   border: 0;
   padding: 0;
}

.video-tab .nav-tabs>li>a .post-thumb img {
   max-width: 160px;
   min-height: 85px;
}

.video-tab .nav-tabs>li>a .post-thumb {
   float: left;
   margin-right: 20px;
   position: relative;
   overflow: hidden;
}

.video-tab .nav-tabs>li>a h3 {
   color: #1c1c1c;
   font-weight: normal;
   line-height: 28px;
   font-size: 16px;
   margin: 0;
}

.video-icon {
   text-align: center;
   color: #fff;
   display: block;
   top: 50%;
   margin-top: -50px;
   font-size: 32px;
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -40px;
   width: 80px;
   height: 80px;
   line-height: 65px;
   border: 7px solid #fff;
   display: inline-block;
   border-radius: 100%;
}

.video-icon i {
   margin-left: 5px;
}

/* More news
================================================== */

.post-block-style.post-float-half .post-thumb {
   float: left;
   position: relative;
   z-index: 1;
   margin-right: 30px;
}

.post-block-style.post-float-half .post-thumb img {
   max-width: 300px;
   min-height: 200px;
}


/* Footer
================================================== */

.footer {
   background-color: #191a1d;
   color: #969696;
   padding: 75px 0;
}

.footer .widget-title,
.footer .block-title,
.footer .block-title>span {
   font-size: 16px;
   font-weight: 700;
   position: relative;
   margin: 0 0 30px;
   color: #fff;
   border:0
}
.footer .block-title>span:after{
    display:none;
}
.footer ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer ul li {
   margin-bottom: 18px;
}

.footer ul li a {
   color: #ffffff;
}
.footer-widget .widget_search form{
	position: relative;
}
.footer-widget .widget_search form input[type="submit"] {
    padding: 16px 20px;
    border-radius: 0;
    border: 0;
    background: #e81414;
    color: #fff;
    font-size: 15px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}
/* Trending */

.footer .post-title.title-small {
   font-weight: normal;
}

.footer .post-title.title-small a {
   color: #fff;
}

.footer-widget .post-block-style.post-float .post-thumb img {
   max-width: 95px;
   min-height: 75px;
}

.footer-widget .post-meta span.post-date {
   color: #ffffff;
   font-size: 12px;
}
.footer .owl-carousel.owl-theme.post-slide .owl-nav{
    top:-70px;
}

/* Footer Widget Categories */

.footer-widget.widget-categories ul {
   padding-right: 30px;
}

.footer-widget.widget-categories ul li a {
   transition: all 0.3s;
}

.footer-widget.widget-categories ul li:hover a {
   color: #007fef;
}

.footer-widget.widget-categories ul li .catCounter {
   float: right;
}
.footer-widget.widget-categories li {
    text-align: right;
    padding-right: 20px;
}

.footer-widget.widget-categories li a {
    float: left;
}

/* Twitter Widget */

.twitter-widget ul li {
   position: relative;
   padding-left: 35px;
}

.twitter-widget ul li:after {
   content: "\f099";
   position: absolute;
   top: 0;
   left: 0;
   font-family: 'FontAwesome';
   color: #a3a3a3;
   font-size: 16px;
}

.twitter-widget ul li .tweet-text {
   font-size: 13px;
   line-height: 20px;
}

.twitter-widget ul li .tweet-text span {
   display: block;
   color: #676767;
}

.twitter-widget ul li .tweet-text a {
   color: #ec0000;
   font-size: 12px;
}

/*-- Gallery widget --*/

.gallery-widget a {
   overflow: hidden;
   margin: 0 2px 0px 0px;
   display: inline-block;
}

.gallery-widget a img {
   max-width: 80px;
   min-height: 65px;
}

/* Tags Widget */

.footer-widget.widget-tags ul>li {
   border: 1px solid rgba(255, 255, 255, 0.1);
   display: inline-block;
}

.footer-widget.widget-tags ul>li a {
   color: #fff;
   font-size: 12px;
   padding: 5px 7px;
   text-transform: capitalize;
   display: block;
   text-align: center;
   cursor: pointer;
   transition: all 0.3s;
}

.footer-widget.widget-tags ul>li a:hover {
   background-color: #007fef
}

.footer-widget.widget-tags .tag-count.badge {
   margin-left: 6px;
   background: rgba(0, 0, 0, 0.25);
   font-size: 9px;
}

.tag-count.badge {
   padding: 5px;
   font-size: 10px;
   width: 20px;
   height: 20px;
   border-radius: 100%;
   margin-left: 3px;
   background: #999;
}

.badge {
   display: inline-block;
   min-width: 10px;
   padding: 3px 7px;
   font-size: 12px;
   font-weight: 700;
   line-height: 1;
   color: #fff;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   background-color: #777;
   border-radius: 10px;
}

/*-- Footer Info --*/

.footer-info {
   padding-bottom: 68px;
}

.footer-info .row {
   border-bottom: 1px solid #606060;
   padding-bottom: 65px;
}

.footer-info-content p {
   color: #fff;
}

.footer-info-content p {
   margin-bottom: 2px;
   font-size: 13px;
}

.footer-logo img {
   display: inline-block;
   margin-bottom: 30px;
}

.footer-info-phone,
.footer-info-email {
   display: inline-block;
   margin: 0 5px;
}

/* Footer social */

.footer .social-icon {
   list-style: none;
   margin: 0;
   padding: 0;
}
.footer .social-icon li a {
    display: inline-block;
    margin: 0 3px 0 0;
    font-size: 0;
    width: auto;
}

.footer .social-icon li a:before{
   display: block;
   width: 32px;
   height: 32px;
   line-height: 32px;
   font-size: 12px;
   color: #fff;
   background: #282828;
   text-align: center;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}
.footer ul.social-icon  li a:before {
    color: #ffffff;
}
.footer .social-icon li:hover a:before {
   background: #007fef;
}


/*-- Copyright --*/

.copyright {
   background: #007fef;
   color: #fff;
   padding: 15px 0;
   position: relative;
   z-index: 1;
   font-weight: 500;
   font-size: 13px;
}

.footer-menu {
   float: right;
}

.footer-menu ul li {
   display: inline-block;
   line-height: 20px;
   padding-left: 12px;
}

@media (max-width: 992px) {
   .footer-menu ul li {
      padding-top: 12px;
   }
}

.footer-menu ul.nav li a {
   background: none;
   color: #fff;
   padding: 0;
}

#back-to-top {
   position: fixed;
   right: 55px;
   bottom: 54px;
   z-index: 10;
   backface-visibility: hidden;
}

#back-to-top.affix {
   bottom: 54px;
}

#back-to-top .btn.btn-primary {
   width: 30px;
   height: 30px;
   line-height: 30px;
   background: rgba(0, 0, 0, 0.9);
   font-weight: 700;
   font-size: 16px;
   padding: 0;
}

#back-to-top .btn.btn-primary:hover {
   color: #fff;
   background: #007fef;
}
/***

====================================================================
  Loading Transition
====================================================================

 ***/
/* Preloader */
.no-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
.no-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
/* Spinner cargando */
.no-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(21,21,21,0.05);
  border-top-color: var(--p-color);
  height: 70px;
  margin: 0 auto;
  width: 70px;
}

.no-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@media screen and (max-width: 767px) {
  .no-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .no-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
}

/* Sub Pages
================================================== */

/*-- Page title --*/

.breadcrumbs {
   color: #777;
   margin: 30px 0 -10px 0;
   padding: 0;
   background: none;
}
.breadcrumbs .trail-browse{
	display: none;
}
.breadcrumbs ul{
	margin: 0;
	padding:0;
}
.breadcrumbs ul li{
	list-style: none;
	display: inline;
}
.breadcrumbs ul li+li:before {
   content: "\f105";
   font-family: FontAwesome;
   padding: 0 8px;
   color: #777;
}

/* Category Listing
================================================== */

.category-listing .post-block-style .post-content p {
   font-size: 14px;
}

.category-listing .post-block-style .post-content .post-meta {
   margin: 7px 0;
}

.subCategory>li {
   display: inline-block;
   margin-bottom: 30px;
}

.subCategory>li>a {
   border: 1px solid #dedede;
   padding: 2px 6px;
   margin-right: 6px;
   color: #515151;
   font-size: 11px;
   font-weight: normal;
   text-transform: uppercase;
}

.subCategory>li>a:hover {
   background: #007fef;
   color: #fff;
   border: 1px solid transparent;
}

/* Post grid */

.post-grid {
   margin-bottom: 15px;
   min-height: 455px;
}

/* Post list */

.post-list {
   margin-bottom: 40px;
}

/* Top large post */

.top-larget-post {
   margin-bottom: 30px;
}

.top-larget-post .post-title.title-large {
   margin-top: 20px;
   font-size: 24px;
}

/*-- Category style2 --*/

.category-style2 .post-title {
   margin-top: 0;
}

/* Pagination */

.paging {
   position: relative;
   margin-top: 20px;
}

.pagination {
   margin: 0;
   display: block;
}

.pagination .current,
.pagination a {
   border-radius: 0 !important;
   margin-right: 8px;
   color: #7c7c7c;
   border: 1px solid #ddd;
   position: relative;
   float: left;
   padding: 6px 12px;
}

.pagination .current,
.pagination .current:hover,
.pagination>a:hover {
   color: #fff;
   background: #007fef;
   border: 1px solid transparent;
}


/* News Single
================================================== */
.page .post-title-area .post-title,
.single-post .post-title-area .post-title {
   font-size: 30px;
   line-height: 40px;
   padding: 15px 0 8px 0;
   margin: 0;
}
.page p,
.single-post p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}

.post-content-area {
   margin: 20px 0;
}

.post-featured-image,
.post-media.post-video,
.post-media.post-audio {
   margin-bottom: 30px;
}

.entry-content h3 {
   margin: 0;
   padding: 20px 0;
   font-size: 22px;
   line-height: 30px;
}
.entry-content h2 {
   margin: 20px 0;
}
/* Post tags */

.tags-area {
   margin: 20px 0;
}

.post-tags>span {
   background: #1c1c1c;
   color: #fff;
   font-size: 12px;
   padding: 3px 6px;
   text-transform: uppercase;
   margin-right: 5px;
}

.post-tags a {
   border: 1px solid #dedede;
   display: inline;
   list-style: none;
   padding: 2px 6px;
   margin-right: 5px;
   text-align: center;
   font-size: 12px;
   color: #1c1c1c;
}

.post-tags a:hover {
   background: #1c1c1c;
   color: #fff;
   border: 1px solid transparent;
}

/* Post social */

.share-items {
   border: 1px solid #dedede;
   border-radius: 0;
   background: none;
   padding: 10px 20px;
   width: 100%;
   margin: 25px 0;
   display: inline-block;
}

.post-social-icons>li {
   display: inline-block;
   padding: 5px 12px;
   color: #fff;
   background: #1c1c1c;
   font-size: 12px;
   margin-right: 8px;
}

.post-social-icons a {
   color: #fff;
   text-align: center;
}

.post-social-icons a i {
   border-right: 1px solid rgba(255, 255, 255, 0.5);
   margin-right: 5px;
   padding-right: 8px;
   font-size: 14px;
   line-height: 12px;
}

.post-social-icons>li.facebook {
   background: #3B5998;
}

.post-social-icons>li.twitter {
   background: #00aced;
}

.post-social-icons>li.gplus {
   background: #c53942;
}

.post-social-icons>li.pinterest {
   background: #ce222b;
}

/* Post navigation */

.post-navigation {
   display: inline-block;
   margin: 0 0 40px;
   width: 100%;
}

.post-navigation span:hover,
.post-navigation h3:hover {
   color: #EC0001;
}

.post-navigation .post-previous,
.post-navigation .post-next {
   padding: 0 40px;
   width: 50%;
   border-left: 1px solid #e7e7e7;
   border-right: 1px solid #e7e7e7;
   display: table-cell;
   position: relative;
   vertical-align: middle;
}

.post-navigation i {
   margin: 0 5px;
}

.post-navigation span {
   font-size: 14px;
   color: #ccc;
   margin-bottom: 10px;
}

.post-navigation .post-previous {
   text-align: left;
   float: left;
   border-left: 0 none;
   border-right: 0 none;
   padding: 0 40px 0 0;
}

.post-navigation .post-next {
   text-align: right;
   float: left;
   border-right: 0 none;
   padding: 0 0 0 40px;
}

.post-navigation h3 {
   font-size: 16px;
   margin: 8px 0 0;
}

/* Author box */

.author-box {
   border: 1px solid #dadada;
   padding: 20px 20px 15px;
   margin: 0 0 40px;
}

.author-img img {
   margin-right: 30px;
   width: 100px;
   height: 100px;
   overflow-x: hidden;
   margin-bottom: 30px;
}

.author-url a {
   color: #1c1c1c;
   font-size: 13px;
}

.author-info h3 {
   margin-top: 0;
   margin-bottom: 5px;
   font-size: 18px;
}

.authors-social a {
   color: #999;
   margin-left: 10px;
}

.author-counter span {
   background: #1c1c1c;
   color: #fff;
   font-size: 12px;
   padding: 2px 8px;
}



/* Sidebar
================================================== */

/* Widget common */

.sidebar .widget {
   margin-bottom: 42px;
}

.sidebar-left .widget {
   margin-right: 20px;
}

.sidebar-right .widget {
   margin-left: 20px;
}

/* Sidebar nav */

.sidebar ul.nav-tabs {
   border: 0;
}

.sidebar ul.nav-tabs li a {
   color: #303030;
   border-radius: 0;
   padding: 15px 0;
   padding-left: 0;
   font-weight: 400;
   border-bottom: 1px solid #ddd;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
   color: #ec0000;
}

.sidebar ul.nav-tabs li {
   color: #303030;
   line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
   border-bottom: 0;
}

/* Newsletter */

.ts-newsletter {
   background-color: #f1f1f1;
   background-repeat: no-repeat;
   background-position: bottom right;
   padding: 30px;
}

.ts-newsletter .form-control {
   background: #fff;
}

.ts-newsletter .form-control:-moz-placeholder {
   color: #a3a3a3;
}

.ts-newsletter .form-control::-webkit-input-placeholder {
   color: #a3a3a3;
}

.newsletter-form button {
   font-weight: 700;
   font-size: 12px;
   margin-top: 15px;
   padding: 10px 25px;
}

/* Widget tags */

.widget-tags ul>li {
   float: left;
   margin: 3px;
}

.sidebar .widget-tags ul>li a {
   border: 1px solid #dadada;
   color: #303030;
   display: block;
   font-size: 14px;
   padding: 3px 15px;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -ms-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul>li a:hover {
   background: #ec0000;
   color: #fff;
   border: 1px solid transparent;
}
/* Widget Search */
.widget .search-form {
    position: relative;
}
.widget .search-form .blog-search-field{
    height: 50px;
    padding: 0 25px;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    width: 100%;
}
.widget .search-form .blog-search-field:focus{
    border: 1px solid #f4630b;
    box-shadow: none;
}
.widget .search-form .screen-reader-text {
    display: none;
}
.widget .search-form .searchsubmit {
	right: 0;
	top: 0;
	background: #007fef;
	position: absolute;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	border: 0;
	line-height: 34px;
	border-radius: 0;
}
/*-- Review post --*/

.post-block-style.post-float.review-post-block {
   max-width: 140px;
   min-height: 105px;
}

.post-block-style.post-float.review-post-block .post-thumb img {
   max-width: 140px;
   min-height: 105px;
}

/*-- No sidebar --*/

.block-wrapper.no-sidebar,
.block-wrapper.no-sidebar>.container {
   max-width: 850px;
   margin: 0 auto;
}

.block-wrapper.solid-bg {
   background: #f7f7f7;
   background: rgba(247, 247, 247, 1);
}

@media (min-width:992px) {
   .solid-bg .pad-r {
      padding-right: 4px;
   }
   .solid-bg .pad-l {
      padding-left: 4px;
   }
}

/* Author social */

.author-profile ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.author-profile ul li a {
    display: inline-block;
    margin: 0 3px 0 0;
    font-size: 0;
    width: auto;
}

.author-profile ul li a:before{
   display: block;
   width: 32px;
   height: 32px;
   line-height: 32px;
   font-size: 12px;
   color: #fff;
   background: #282828;
   text-align: center;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}
.author-profile ul li a:before {
    color: #ffffff;
}
.author-profile ul li:hover a:before {
   background: #007fef;
}

/* Contact Us
================================================== */
.wpcf7 label{
	display: block;
}
input.wpcf7-form-control {
    width: 100%;
}
.wpcf7-form-control{
	width: 100%;
}
input.wpcf7-submit {
  outline: none;
  display: inline-block;
  height: 48px;
  font-size: 15px;
  font-style: normal;
  border: 1px solid #007fef;
  border-radius: 0;
  padding: 10px 34px;
  background: #007fef;
  color: #fff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  color: #ffffff;
}
.wpcf7-submit:hover {
  opacity: 0.7;
  color: #ffffff;
  text-decoration: none;
}
.wpcf7-submit:active {
  position: relative;
  top: 1px;
}


/* Error page
================================================== */

.error-page .error-code h2 {
   display: block;
   font-size: 200px;
   line-height: 200px;
   color: #303030;
   margin-bottom: 20px;
}

.error-page .error-body .btn {
   margin-top: 30px;
   font-weight: 700;
}

/* Solid BG Style
================================================== */

.main-nav.nav-border {
   border-top: 3px solid #007fef;
   box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
}

.main-nav.nav-border ul.navbar-nav>.nav-item>.nav-link {
   color: #1c1c1c;
}

.main-nav.nav-border ul.navbar-nav>li:hover,
.main-nav.nav-border ul.navbar-nav>li.active {
   background: transparent;
}

.main-nav.nav-border ul.navbar-nav>.nav-item.active>.nav-link,
.main-nav.nav-border ul.navbar-nav>.nav-item:hover>.nav-link {
   color: #007fef;
}

.main-nav.nav-border .navbar-nav>li>.dropdown-menu>li.active>a {
   color: #007fef;
   background: transparent;
}

.main-nav.nav-border .nav-search {
   color: #333;
}

/* Boxed Layout
================================================== */

.boxed-layout {
   background: #f7f7f7;
}

.boxed-layout .body-inner {
   background: #fff;
   max-width: 1240px;
   margin: 40px auto;
   overflow-x: hidden;
   box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
}


#news-one-recent-post-widget-2 .post-block-style
{
      display: -webkit-box;
}

.recent-posts .post-content
{
	display: grid;
}
/*  search-results
================================================== */
.search-results .post-block-style .post-cat{
	display: none;
}
.search-results .post-grid{
	min-height: auto;
}
.search-no-results .searchform {
	position: relative;
}
.search-no-results .blog-search-field{
    background-color: #f7f7f7;
    border: none;
    color: #000;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    position: relative;
}
.search-no-results .searchsubmit {
    line-height: 25px;
    margin-left: -4px;
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
}
/* ELEMENTOR CSS */
.elementor-template-full-width section{
    margin: 0;
    padding:0;
}

/* BT 5 Compatibility */
.float-right {
	float: right;
}
.navbar {
	width: auto;
}