/*
	Theme Name: RedWaves
	Theme URI: http://themient.com/themes/redwaves/
	Author: Themient
	Author URI: http://themient.com
	Description: RedWaves is minimalist yet responsive and very customizable WordPress theme. It was created with mobile first approach and optimized for AdSense and user engagements. Besides, it's localization-ready (translation-ready) and compatible with latest WordPress version.
	Version: 3.0.3
	License: GNU General Public License v3 or later
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
	Text Domain: redwaves
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
	1 Resets
	2 Normalize
	3 Alignments
	4 Clearings
	5 Typography
	6 Page Structure
	7 Header
	8 Navigation
	9 Widgets
	10 Footer
	11 Accessibility
	12 Content
	13 Shortcodes
	14 Media
    15 Dark Mode
	16 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	1 Resets
--------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
ul {
	list-style-type: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
	2 Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	background-color: #FFF;
	margin: 0;
    padding: 0;
    overflow: hidden; /* Important fix for WP Customizer */
}

a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a:link, a:visited, a:active { text-decoration: none }

.main-container {
    min-height: 900px;
}

.container, .wide-container, .max-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
}
.wide-container {
	max-width: 1400px;
}
.max-container {
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:focus {
    text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}
a:hover, a:focus, .next-prev-post a:hover {
	color: #BBA681;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
    outline: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.btn,
.nav-links a, .nav-links span {
    border-radius: 2px;
    outline: none !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover,
.btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    cursor: pointer;
    outline: none;
}
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:active,
.btn:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus,
.btn-primary,
.btn-danger,
.btn-success,
.btn-info,
.btn-warning,
.btn-primary:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.nav-links a:hover,
.btn-primary:focus,
.btn-danger:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.nav-links a:focus {
    color: #FFF;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus {
    background-color: #449d44;
    border-color: #398439;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus {
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus {
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus {
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-style-metro {
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
    border-color: transparent !important;
}
.btn-style-material {
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.btn-style-hero {
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent !important;
    border-width: 2px;
}
.btn-style-hero:hover, .btn-style-hero:focus {
    color: #FFF !important;
}
.btn-style-hero.btn-default:hover, .btn-style-hero.btn-default:focus {
    background-color: #adadad !important;
}
.btn-style-hero.btn-success {
    color: #449d44;
}
.btn-style-hero.btn-success:hover, .btn-style-hero.btn-success:focus {
    background-color: #449d44 !important;
    border-color: #449d44 !important;
}
.btn-style-hero.btn-danger {
    color: #d9534f;
}
.btn-style-hero.btn-danger:hover, .btn-style-hero.btn-danger:focus {
    background-color: #d9534f !important;
    border-color: #d9534f !important;
}
.btn-style-hero.btn-warning {
    color: #ec971f;
}
.btn-style-hero.btn-warning:hover, .btn-style-hero.btn-warning:focus {
    background-color: #ec971f !important;
    border-color: #ec971f !important;
}
.btn-style-hero.btn-info {
    color: #5bc0de;
}
.btn-style-hero.btn-info:hover, .btn-style-hero.btn-info:focus {
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
}
.btn-juicy-orange, .btn-sunset, .btn-stripe, .btn-blue-sky, .btn-flickr, .btn-happiness, .btn-deep-space {
    color: #FFF !important;
    border: transparent !important;
}
.btn-juicy-orange, .btn-juicy-orange:hover, .btn-juicy-orange:focus  {
    background: #FF8008;
    background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
    background: linear-gradient(to right, #FFC837, #FF8008);
}
.btn-sunset, .btn-sunset:hover, .btn-sunset:focus {
    background: #ee0979;
    background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
    background: linear-gradient(to right, #ff6a00, #ee0979);
}
.btn-stripe, .btn-stripe:hover, .btn-stripe:focus {
    background: #1FA2FF;
    background: -webkit-linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);
    background: linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);
}
.btn-blue-sky, .btn-blue-sky:hover, .btn-blue-sky:focus {
    background: #56CCF2;
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    background: linear-gradient(to right, #2F80ED, #56CCF2);
}
.btn-flickr, .btn-flickr:hover, .btn-flickr:focus {
    background: #ff0084;
    background: -webkit-linear-gradient(to right, #33001b, #ff0084);
    background: linear-gradient(to right, #33001b, #ff0084);
}
.btn-happiness, .btn-happiness:hover, .btn-happiness:focus {
    background: #00b09b;
    background: -webkit-linear-gradient(to right, #96c93d, #00b09b);
    background: linear-gradient(to right, #96c93d, #00b09b);
}
.btn-deep-space, .btn-deep-space:hover, .btn-deep-space:focus {
    background: #000000;
    background: -webkit-linear-gradient(to right, #434343, #000000);
    background: linear-gradient(to right, #434343, #000000);
}




button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type=search],
input[type=email],
input[type=url],
input[type=tel] {
    background-color: transparent;
    padding: 4px 10px;
    height: 40px;
    box-shadow: none;
    border: 1px solid #d4d4d4;
	outline: 0;
    border-radius: 0;
    box-shadow: none !important;
}
.wpcf7 label {
    display: block;
}
div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}
span.wpcf7-not-valid-tip {
    font-size: 85%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type=search],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel] {
    width: 100%;
}
.wpcf7 .color-dark input {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
}
.wpcf7 .color-dark input:focus {
    border-color: rgba(255, 255, 255, 0.6);
}
.wpcf7 .color-dark label {
    color: #FFF;
}
input[type="text"]:focus, input[type="password"]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus {
    border-color: #777 !important;
}
.wpcf7 .color-dark input[type="submit"]:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #333;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
textarea.form-control {
    background-color: transparent;
}
.wpcf7 textarea {
    width: 100%;
}
.wpcf7 .color-dark textarea {
    border-color: #FFF;
}
.wpcf7 .color-dark textarea:focus {
    border-color: rgba(255, 255, 255, 0.6);
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
a:hover, a:focus, .next-prev-post a:hover, .single-cat a:hover + span {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
	transition: .3s;
}
textarea, input[type="text"], input[type="password"], input[type=search], input[type=email], input[type=url], input[type=tel] {
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
    -ms-transition: border .2s linear;
    -o-transition: border .2s linear;
    transition: border .2s linear;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover,
.moretag a:hover,
.tags a:hover,
.pagination a:hover,
.tagcloud a:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
	transition: .3s;
}
.fixed {
    position: fixed !important;
}
.top-fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
}

/* Spacings */
.grid.spacing-0, .owl-carousel.spacing-0 {
    margin-right: 0;
    margin-left: 0;
}
.grid.spacing-0 .grid-item, .owl-carousel.spacing-0 .owl-item {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.grid.spacing-2, .owl-carousel.spacing-2 {
    margin-right: -2px;
    margin-left: -2px;
}
.grid.spacing-2 .grid-item, .owl-carousel.spacing-2 .owl-item {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 4px;
}
.owl-carousel.spacing-2 .owl-nav {
    margin-right: 2px;
    margin-left: 2px;
}
.grid.spacing-3, .owl-carousel.spacing-3 {
    margin-right: -3px;
    margin-left: -3px;
}
.grid.spacing-3 .grid-item, .owl-carousel.spacing-3 .owl-item {
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 6px;
}
.owl-carousel.spacing-3 .owl-nav {
    margin-right: 3px;
    margin-left: 3px;
}
.grid.spacing-5, .owl-carousel.spacing-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.grid.spacing-5 .grid-item, .owl-carousel.spacing-5 .owl-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.owl-carousel.spacing-5 .owl-nav {
    margin-right: 5px;
    margin-left: 5px;
}
.grid.spacing-8, .owl-carousel.spacing-8 {
    margin-right: -8px;
    margin-left: -8px;
}
.grid.spacing-8 .grid-item, .owl-carousel.spacing-8 .owl-item {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
}
.owl-carousel.spacing-8 .owl-nav {
    margin-right: 8px;
    margin-left: 8px;
}
.grid.spacing-10, .owl-carousel.spacing-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.grid.spacing-10 .grid-item, .owl-carousel.spacing-10 .owl-item {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.owl-carousel.spacing-10 .owl-nav {
    margin-right: 10px;
    margin-left: 10px;
}
.grid.spacing-15, .owl-carousel.spacing-15 {
    margin-right: -15px;
    margin-left: -15px;
}
.grid.spacing-15 .grid-item, .owl-carousel.spacing-15 .owl-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.owl-carousel.spacing-15 .owl-nav {
    margin-right: 15px;
    margin-left: 15px;
}
.grid.spacing-20, .owl-carousel.spacing-20 {
    margin-right: -20px;
    margin-left: -20px;
}
.grid.spacing-20 .grid-item, .owl-carousel.spacing-20 .owl-item {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
.owl-carousel.spacing-20 .owl-nav {
    margin-right: 20px;
    margin-left: 20px;
}

/* Paddings */
.padding-0 {
    padding: 0 !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-15 {
    padding: 15px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-40 {
    padding: 40px !important;
}
.padding-50 {
    padding: 50px !important;
}
.padding-60 {
    padding: 60px !important;
}
.padding-70 {
    padding: 70px !important;
}

.fade-effect {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.fading {
    opacity: .1;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    /*box-shadow: 0px 0px 3px #dfdfdf inset;*/
    border-radius: 0;
    margin: -10px 0;
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    /*border: thin solid gray;*/
    border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------------------------
	3 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;
}

/*--------------------------------------------------------------
	4 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.container:before,
.container:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.container:after,
.site-footer:after {
	clear: both;
}
.clear-left {
    clear:left;
}
.clear-right {
    clear:right;
}

/* Grid clearfix */
.columns-1 > .grid-item {
    width: 100%;
}
.grid-item.col-md-6:nth-child(2n+1) {
    clear: left;
}
.grid-item.col-md-4:nth-child(3n+1) {
    clear: left;
}

/*--------------------------------------------------------------
	5 Typography
--------------------------------------------------------------*/
body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 !important;
    margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-logo a,
.post-title,
.widget-posts-wrap .title,
.site-tagline {
	font-family: 'Roboto Slab', sans-serif;
}

body,
input,
select,
textarea,
button,
input[type=button],
input[type=reset],
input[type=submit],
.moretag a,
.sb-toggle,
.cats a,
.pagination a,
.pagination span,
.tags a,
.meta-info,
.main-navigation a,
.mobile-menu-wrap .menu a,
.copyright,
.section-title,
.widget-title {
	font-family: 'Roboto', sans-serif;
}

body,
input,
select,
textarea {
	-webkit-font-smoothing: antialiased;
}
textarea {
    padding: 4px 10px;
    resize: vertical;
    border: 1px solid #d4d4d4;
    background-color: transparent;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none !important;
}
textarea:focus {
    border-color: #777 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.4;
    font-weight: 400;
    margin: 36px 0 12px;
    color: #333;
    letter-spacing: .25px;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 1.063em; /* 17px */
    color: #989898;
    margin: 2em 0;
}

/* Base headings */
h1 {
  font-size: 2em; /* 32px */
}
h2 {
  font-size: 1.5em; /* 24px */
}
h3 {
  font-size: 1.17em; /* 18px */
}
h4 {
  font-size: 1em; /* 16px */
}
h5 {
  font-size: .83em; /* 13px */
}
h6 {
  font-size: .67em; /* 10px */
}
p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
    position: relative;
    padding-left: 45px;
    color: #828282;
    font-family: "Merriweather", Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: initial;
    line-height: 1.75;
    -webkit-font-smoothing: initial;
}
blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    font-size: 25px;
    line-height: 1;
    color: #666;
    left: 5px;
    top: 5px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .938em; /* 15px */
	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: .938em; /* 15px */
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	text-decoration: none;
}
mark {
    background: #fff9c0;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
	6 Page Structure
--------------------------------------------------------------*/

.content-area, .inner-content-area {
    margin-bottom: 20px;
}
.main-container .content-area {
    width: 70%;
}
.main-container.wide-container .content-area {
    width: 76%;
}
body:not(.compose-mode) .vc-content-area {
    width: 70% !important;
}
.main-container .primary-sidebar {
    width: 30%;
}
.main-container.wide-container .primary-sidebar {
    width: 24%;
}
body:not(.compose-mode) .vc-primary-sidebar {
    width: 30% !important;
}
.sidebar-none .main-container .content-area {
    width: 100%;
}
.sidebar-none .inner-content-area, .sidebar-left .inner-content-area, .sidebar-right .inner-content-area {
    width: 100%;
}
.sidebar-left .main-container .content-area, .sidebar-left-left .main-container .content-area, .sidebar-left-right .main-container .content-area {
    float: right;
}
.sidebar-left-left .inner-content-area, .sidebar-right-left .inner-content-area {
    float: right;
}
.modal {
    text-align: center;
}
.ttpb-col {
    margin-bottom: 30px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content {
    border-radius: 3px;
}
.modal-dialog {
    width: 670px;
}

.vc_editor.compose-mode .topbar, .vc_editor.compose-mode .site-header, .vc_editor.compose-mode .site-footer {
    opacity: .3;
}

.title {
	margin-bottom: 5px;
	clear: both;
	word-wrap: break-word;
}
.middle-box {
    display: table;
    width: 100%;
}
.middle-box .middle {
    display: table-cell;
    vertical-align: middle;
}
.middle-box .inner {
    margin-left: auto;
    margin-right: auto;
}
.owl-carousel {
    width: auto;
}
.owl-nav, .custom-owl-nav {
    padding: 10px 0;
    max-height: 50px;
    position: relative;
    z-index: 9;
}
.owl-nav > div, .custom-owl-nav > a {
    display: inline-block;
    font-size: 25px;
    padding: 0;
    border: 1px solid #999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #3a3a3a;
    opacity: .5;
}
.owl-nav > div:hover, .custom-owl-nav > a:hover, .custom-owl-nav > a:focus {
    opacity: 1;
    color: initial !important;
    cursor: pointer !important;
}
.owl-prev {
    margin-right: 5px;
}
.owl-dots {
    display: block;
    padding: 15px 0;
    max-height: 50px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-dots .owl-dot:hover {
    cursor: pointer;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #949494;
}
.owl-nav:not(.disabled) + .owl-dots {
    margin-top: -50px;
}

.owl-float-nav .owl-nav, .owl-float-nav .custom-owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
}
.owl-float-nav .owl-nav:not(.disabled) + .owl-dots {
    margin-top: 0;
}
.owl-color-dark {
    overflow: hidden;
}
.owl-color-dark .owl-nav > div, .owl-color-dark .custom-owl-nav > a {
    color: #FFF;
    border-color: #FFF;
    opacity: .8;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.owl-color-dark .owl-nav > div:hover, .owl-color-dark .custom-owl-nav > a:hover, .owl-color-dark .custom-owl-nav > a:focus {
    color: #FFF !important;
    opacity: 1;
}
.owl-color-dark .owl-dots {
    margin-top: -50px !important;
}
.owl-color-dark .owl-dots .owl-dot span {
    background-color: rgba(226, 226, 226, 0.34);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.owl-color-dark .owl-dots .owl-dot.active span, .owl-color-dark .owl-dots .owl-dot span:hover {
    background-color: #FFF;
}

.owl-nav-hover.owl-float-nav .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    opacity: 0;
}
.owl-nav-hover.owl-float-nav:hover .owl-dots {
    bottom: 0;
    opacity: 1;
}

.owl-nav-hover.owl-float-nav .owl-nav {
    right: -70px;
    opacity: 0;
}
.owl-nav-hover.owl-float-nav:hover .owl-nav {
    right: 0;
    opacity: 1;
}

.owl-nav-hover.owl-float-nav .owl-dots, .owl-nav-hover.owl-float-nav .owl-nav {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.tabs .nav-tabs > li {
    margin-bottom: 0 !important;
}
.tabs .nav-tabs {
    margin-bottom: 10px;
}
.nav-tabs > li > a {
    outline: none;
    border-radius: 0;
}

/* Box Borders */
.box-border-style1 .post-box, .box-border-style1 .single-post-box, .box-border-style1 .section-box, .box-border-style1 .sidebar-widget, .box-border-style2 .post-box, .box-border-style2 .single-post-box, .box-border-style2 .section-box, .box-border-style2 .sidebar-widget, .box-border-style3 .post-box, .box-border-style3 .single-post-box, .box-border-style3 .section-box, .box-border-style3 .sidebar-widget {
    padding: 20px;
    background-color: #FFF;
}
.box-border-style1 .post-box, .box-border-style1 .single-post-box, .box-border-style1 .section-box, .box-border-style1 .sidebar-widget {
    border: 1px solid #E6E6E6;
}
.box-border-style2 .post-box, .box-border-style2 .single-post-box, .box-border-style2 .section-box, .box-border-style2 .sidebar-widget {
    -webkit-box-shadow: 0px 1px 1px #c2c4c4;
    -moz-box-shadow: 0px 1px 1px #c2c4c4;
    box-shadow: 0px 1px 1px #c2c4c4;
}
.box-border-style3 .post-box, .box-border-style3 .single-post-box, .box-border-style3 .section-box, .box-border-style3 .sidebar-widget {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.widget .post-box, .related-posts .post-box, .post-box.post-style3, .sh-posts-slider .post-box, .sh-posts-grid .post-box, .ajax-search-results .post-box {
    padding: unset;
    background-color: unset;
    border: unset;
    box-shadow: unset;
}

.content-area .search-form > div {
	width: 100%;
	max-width: 350px;
	display: block;
}
.search-form-wrap {
    position: relative;
}
.site-search {
    display: none;
    position: fixed;
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 9999;
}
.site-search > .inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.site-search form {
    position: absolute;
    display: block;
    bottom: -10%;
    left: 50%;
    width: 600px;
    height: 90px;
    margin-left: -300px;
    margin-bottom: -25px;
    padding: 20px 30px;
    z-index: 9;
}
.site-search.open form {
    bottom: 70%;
}
.site-search input {
    height: 60px;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid #999;
    font-size: 30px;
    padding: 3px 0;
}
.site-search .search-submit {
    font-size: 25px;
    line-height: 55px;
    padding: 0 5px;
    padding-right: 3px;
    color: #666;
    margin-top: 5px;
}
.search-form {
    display: block;
    position: relative;
}
.search-form input[type=search] {
    width: 100%;
}
.search-form button {
	border: 0;
    background: none;
    color: #9a9a9a;
    padding: 9px 12px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}
.search-form button:hover, .search-form button:focus {
    background: none;
    border: 0;
    color: #666;
}
.site-search.open form {
    -webkit-transition: bottom .2s ease-in-out .1s;
    -moz-transition: bottom .2s ease-in-out .1s;
    -ms-transition: bottom .2s ease-in-out .1s;
    -o-transition: bottom .2s ease-in-out .1s;
    transition: bottom .2s ease-in-out .1s;
}
.ajax-search-results {
    display: block;
    z-index: 99;
    position: absolute;
    top: 0;
    margin-top: 40px;
    background-color: #FFF;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.25);
}
.site-search .ajax-search-results {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    margin-top: 0;
    background-color: transparent;
}
.ajax-search-results .post-box .middle-box {
    width: auto;
}
.ajax-search-results .post-zoom-thumb .post-img:hover > a > img {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    transform: unset !important;
}
.ajax-search-results.active {
    opacity: 1;
    visibility: visible;
}
.site-search .grid-item {
    margin-bottom: 20px !important;
}
.ajax-search-results .spinner, .ajax-search-results .noresults {
    text-align: center;
}
.scrollToTop {
    width: 45px;
    height: 45px;
    z-index: 999999;
    font-size: 20px;
    line-height: 45px;
    color: #444;
    border: 1px solid #333;
    border-radius: 0;
    text-decoration: none;
    background-color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 0;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scrollToTop:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #444;
    border-color: #444;
    transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -webkit-transform: scale(.9);
}
.scrollToTop.filling {
    opacity: 1;
}
.scrollToTop:not(.filling) {
    opacity: 0;
    visibility: hidden;
}
.scrollToTop .fa-chevron-up {
    padding: 0;
    line-height: 43px;
    text-align: center;
    width: 44px;
    vertical-align: text-bottom;
}
.post-categories {
    margin: 0;
    padding: 0;
}
.post-categories li {
    list-style-type: none;
    display: inline;
    margin-right: 5px;
}
.float-cat {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99;
}
.float-cat span {
    position: absolute;
    font-size: 10px;
    bottom: -14px;
    left: 1px;
}
.single-cat a {
    background-color: transparent;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
}
.single-cat a:hover {
    color: #FFF;
    background-color: #333;
}
.single-cat a:hover + span {
    color: #333 !important;
}
.float-box-wrap {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 30px;
    padding-top: 0;
}
.error-404 {
    margin-top: 120px;
    text-align: center;
}
.error-404 .icon404 {
    font-size: 300px;
    line-height: 1;
    color: #e2e2e2;
}
.error-404 h1 {
    display: block;
    font-size: 50px;
    margin: 15px 0;
}

/*--------------------------------------------------------------
	7 Header
--------------------------------------------------------------*/

/* Topbar */
.topbar {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #0F0F0F;
    z-index: 9999;
    overflow: hidden; /* Important */
}
.topbar-container {
    display: table;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 40px;
    vertical-align: middle;
}
.topbar-left, .topbar-right {
    display: table-cell;
    margin: 0;
    padding: 0;
    overflow: hidden;
    vertical-align: bottom;
}
.topbar, .topbar a, .topbar .search-field, .topbar .search-submit {
    color: rgba(255, 255, 255, 0.85);
}
.topbar a:hover, .topbar a:focus, .topbar .search-submit:hover {
    color: #FFF;
}
.topbar .search-field:focus {
    border-color: #FFF;
}
.topbar ul {
    margin: 0;
    padding: 0;
}
.topbar li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
}
.topbar-container > div > ul > li {
    padding: 13px 0;
    height: 40px;
    vertical-align: middle;
}
.topbar-left li {
    float: left;
    margin-right: 15px;
    margin-left: 0;
}
.topbar-right li {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.topbar .icons {
    font-size: 80%;
    font-weight: 700;
}
.topbar .search-toggle {
    text-decoration: none;
}
.topbar form {
	margin-top: -5px;
}
.topbar .search-field {
    height: 24px;
    font-size: 13px;
    border-color: rgba(255, 255, 255, 0.3);
}
.topbar .search-form button {
    font-size: 13px;
    padding: 5px 8px;
}
.topbar .social-btns {
    display: flex;
    padding: 0;
    margin: 0;
    border: 0;
}
.topbar .social-btns li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    list-style-type: none;
}
.topbar .social-btns a {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
    border-radius: 0;
}
.topbar .social-btns a:hover {
    background-color: transparent;
}
.topbar .social-btns .fa {
    line-height: initial;
    font-size: 13px;
}
.loginout-link a, .register-link a {
    text-decoration: none;
    text-transform: uppercase;
}

/*
 * Light Color Scheme
 */

.topbar.color-light, .topbar.color-light a, .topbar.color-light .search-field, .topbar.color-light .search-submit {
    color: rgba(0, 0, 0, 0.85);
}
.topbar.color-light a:hover, .topbar.color-light a:focus, .topbar.color-light .search-submit:hover {
    color: #000;
}
.topbar.color-light .search-field {
    border-color: rgba(0, 0, 0, 0.3);
}
.topbar.color-light .search-field:focus {
    border-color: #000;
}

/* Header */
.site-header {
    z-index: 999;
    position: relative;
}
.site-header a {
    color: inherit;
}
.header-container {
    padding-top: 0;
    padding-bottom: 0;
}
.header-inner {
    padding: 20px 0;
    text-align: center;
}
.logo-wrap {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 250px;
}
.logo-wrap p {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}
.logo-wrap a {
    font-size: 3em;
    line-height: 1.2;
}
.logo-wrap img {
    display: block;
}
.header-area {
    display: block;
}
.is-mobile .header-area {
    padding: 5px;
}
.header-area, .header-area a {
    line-height: 1;
}
.header-area > a, .header-area > a > img {
    display: block;
}
.is-casting-shadow.header-outer-bg, .is-casting-shadow.header-inner-bg .header-inner, .menu-outer-bg .is-casting-shadow, .menu-inner-bg .is-casting-shadow.main-navigation .container > nav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.site-header {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Dark color scheme */
.site-header.color-dark .logo-wrap a, .site-header.color-dark .logo-wrap p, .color-dark .main-navigation .menu > li > a {
    color: #FFF;
}

/* Menu color scheme overrides header color scheme */
.main-navigation.color-light .menu > li > a {
    color: #444;
}

/* Header Layout1  */
.inline-header .header-container {
    position: relative;
}
.inline-header .header-inner {
    padding: 15px 0;
}
.inline-header .logo-wrap {
    text-align: left;
    margin: 0;
    padding: 0;
}
.header-layout1 .header-area {
    text-align: right;
    float: right;
    padding-top: 0;
}
.header-layout1.header-widget-off .logo-wrap {
    text-align: center;
    margin: 0 auto;
}
.header-layout1.header-widget-off .logo-wrap img {
    margin-left: auto;
    margin-right: auto;
}

/* Header layout2 & layout3  */
.header-area {
    text-align: center;
    padding: 25px 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 728px;
}
.header-layout2 .header-inner, .header-layout3 .header-inner {
    padding: 15px 0;
    text-align: left;
}
.header-layout2 .logo-wrap a, .header-layout3 .logo-wrap a {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
}
.header-layout2 .logo-wrap img, .header-layout3 .logo-wrap img {
    max-height: 30px;
}

/*--------------------------------------------------------------
	8 Navigation
--------------------------------------------------------------*/

/* Main nav menu */
.main-navigation  {
    text-align: center;
}
.main-navigation.is-casting-shadow .menu-item > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-navigation .menu {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.main-navigation .menu-item {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.main-navigation .menu-item > a {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 1em;
    padding: 18px 20px;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.main-navigation .menu > li > a {
    font-size: 14px;
    font-weight: bold;
}
.main-navigation .menu-item > a > .fa {
    margin-right: .5em;
}
.menu-item-tag {
    position: absolute;
    display: block;
    top: 50%;
    right: -10px;
    padding: 0 4px;
    padding-top: 1px;
    margin-top: -25px;
    color: #fff;
    line-height: 12px;
    vertical-align: baseline;
    font-size: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.main-navigation .sub-menu > .menu-item > a .menu-item-tag {
    position: relative;
    display: inline-block;
    margin-top: -10px;
    right: inherit;
    vertical-align: top;
}
.menu-item-tag > span {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 3px;
    z-index: -1;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 5px solid transparent;
}
.main-navigation .menu > .menu-item {
    position: relative;
}
.main-navigation .sub-menu .menu-item > a:hover {
    padding-left: 10px;
}
.main-navigation .menu > .menu-item-has-children > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
    font-size: .750em;
    line-height: .813em;
}
.main-navigation .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 250px;
    padding: 15px 0;
    border-radius: 0;
    font-size: .938em; /* 15px */
    position: absolute;
    top: 130%;
    z-index: 9999;
    text-align: left;
    background: #FFF;
    box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.25);
}
.main-navigation .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    position: absolute;
}
.main-navigation .menu > li:hover:before, .main-navigation .menu > li:hover:after {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.main-navigation li:hover > .sub-menu {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.main-navigation .sub-menu > .menu-item {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
.main-navigation .sub-menu .menu-item > a {
    font-size: .875em; /* 14px */
}
.main-navigation .sub-menu > .menu-item > a {
    display: block;
    margin: 0 20px;
    padding: 8px 0;
    font-size: 15px !important;
    text-transform: none;
    line-height: 1.4;
}
.main-navigation .sub-menu .menu-item-has-children > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 15px;
    vertical-align: middle;
    font-size: .750em; /* 12px */
    line-height: 19px;
}
.main-navigation .sub-menu .menu-item > a {
    color: #505050;
    text-decoration: none;
    font-weight: normal !important;
}
.main-navigation .sub-menu .sub-menu {
    left: 100%;
    margin-right: -5px;
    margin-top: -52px;
}

/* Dark color scheme */
.main-navigation.color-dark .menu > li > a {
    color: #FFF;
}

/* Sub-menus Dark color scheme */ 
.main-navigation.sub-color-dark .sub-menu .menu-item > a {
    color: #FFF;
}

/* Header layout1 */
.inline-header .main-navigation {
    text-align: left;
}

/* Header layout2 & layout3 */
.header-layout3 .main-navigation {
    text-align: right;
}
.header-layout2 .main-navigation, .header-layout3 .main-navigation {
    background-color: transparent !important;
}
.header-layout2 .main-navigation .menu > .menu-item > a, .header-layout3 .main-navigation .menu > .menu-item > a {
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.header-layout2 .main-navigation .header-container, .header-layout3 .main-navigation .header-container {
    padding-right: 0;
}

/* Mega menu styles */
.mega-menu-enabled > .sub-menu {
    padding: 30px;
    min-width: 100px;
    width: 800px; /* default width */
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.mega-menu-enabled > .sub-menu {
    max-height: 700px;
    overflow-y: scroll !important;
}
.mega-menu-enabled > .sub-menu::-webkit-scrollbar-track {
    background: transparent;
}
.mega-menu-enabled > .sub-menu:before, .mega-menu-enabled > .sub-menu:after {
    display: table;
    content: " ";
}
.mega-menu-enabled:hover > .sub-menu {
    height: auto;
    overflow: visible;
}
.mega-menu-enabled > .sub-menu > .menu-item {
    margin-bottom: 15px;
}
.mega-menu-enabled .sub-menu .menu-item > a {
    margin: 0;
}
.mega-menu-enabled > .sub-menu > .menu-item > a {
    padding: 0 !important;
    padding-bottom: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 16px !important;
}
.mega-menu-enabled .sub-menu .menu-item > a:after {
    display: none;
}
.mega-menu-enabled .sub-menu .sub-menu {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    right: initial !important;
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin: 0;
    background: none;
    box-shadow: none;
    padding-top: 0;
}
.mega-menu-enabled.bg-style-repeat > .sub-menu {
    background-position: top left;
    background-size: initial;
    background-repeat: repeat;
}
.mega-menu-enabled.bg-style-contain > .sub-menu {
    background-position: center center;
    background-size: contain;
}
.mega-menu-enabled.bg-style-cover > .sub-menu {
    background-position: center center;
    background-size: cover;
}

.sb-active .obfuscator {
    visibility: visible;
}
.obfuscator {
    background-color: rgba(0,0,0,.5);
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    visibility: hidden;
}
.sb-slidebar {
    overflow-x: hidden;
    background-color: #2b2b2b;
    z-index: 999999 !important;
}
#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;
}
.navbar-toggle {
    margin-right: 0;
    border-color: #444;
    border-radius: 0;
    background-color: transparent;
}
.navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggle .icon-bar {
    background: #444;
}

.wide-toggle {
    display: block;
    width: 100%;
    padding: 5px 0;
}
.wide-toggle .bars {
    display: inline-block;
    vertical-align: text-bottom;
}
.navbar-toggle-label {
    font-size: 19px;
    vertical-align: middle;
    text-transform: uppercase;
}

.mobile-menu-wrap {
    width: 250px;
	display: block;
    height: 100%;
    padding-top: 10px;
}
.mobile-menu-wrap .menu {
	margin: 0;
}
.mobile-menu-wrap .menu > li {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.15);
}
.mobile-menu-wrap.color-dark .menu > li {
    border-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu-wrap .menu a {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 13px;
	line-height: 22px;
	padding: 10px 20px;
	text-decoration: none;
	outline: none;
    text-transform: uppercase;
}
.mobile-menu-wrap .menu a > .fa {
    margin-right: 4px;
}

.sb-right .menu a {
    text-align: right;
}
.mobile-menu-wrap .menu a:hover, .mobile-menu-wrap .menu .current-menu-item > a {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}

/* Light color scheme */
.mobile-menu-wrap.color-light .menu a {
    color: #444;
}
.mobile-menu-wrap.color-light .menu a:hover, .mobile-menu-wrap.color-light .menu .current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.12);
}

.mobile-menu-wrap ul,
.mobile-menu-wrap ul li,
.mobile-menu-wrap ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-menu-wrap ul ul {
  display: none;
}
.mobile-menu-wrap > ul > li > a:hover,
.mobile-menu-wrap > ul > li.active > a,
.mobile-menu-wrap > ul > li.open > a {
  color: #eeeeee;
}
.mobile-menu-wrap ul ul ul li a {
  padding-left: 30px;
}
.mobile-menu-wrap .has-sub > a:after {
	content: "\f0da";
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
}
.sb-right .mobile-menu-wrap .has-sub > a:after {
    right: initial;
    left: 20px;
}
.mobile-menu-wrap .menu  > li > ul > li > a {
	padding-left: 30px;
}
.mobile-menu-wrap .menu  > li > ul > li > ul > li > a {
	padding-left: 40px;
}
.mobile-menu-wrap .menu  > li > ul > li > ul > li > ul > li > a {
	padding-left: 50px;
}

.sb-right .mobile-menu-wrap .menu  > li > ul > li > a, .sb-right .mobile-menu-wrap .menu  > li > ul > li > ul > li > a, .sb-right .mobile-menu-wrap .menu  > li > ul > li > ul > li > ul > li > a {
    padding-left: initial;
}
.sb-right .mobile-menu-wrap .menu  > li > ul > li > a {
    padding-right: 30px;
}
.sb-right .mobile-menu-wrap .menu  > li > ul > li > ul > li > a {
    padding-right: 40px;
}
.sb-right .mobile-menu-wrap .menu  > li > ul > li > ul > li > ul > li > a {
    padding-right: 50px;
}

.mobile-menu-wrap .has-sub.open > a:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.mobile-menu-wrap .has-sub > a:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.sb-right .mobile-menu-wrap .has-sub.open > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sb-right  .mobile-menu-wrap .has-sub > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Dark color scheme */
.color-dark .navbar-toggle {
    border-color: #FFF;
}
.color-dark .navbar-toggle .icon-bar {
    background: #FFF;
}
.color-dark .navbar-toggle:hover {
    border-color: #FFF;
    background-color: rgba(255, 255, 255, 0.25);
}
.color-dark .navbar-toggle-label {
    color: #FFF;
}

/* Menu color scheme overrides header color scheme */
.main-navigation.color-light .navbar-toggle {
    border-color: #444;
}
.main-navigation.color-light .navbar-toggle .icon-bar {
    background: #444;
}
.main-navigation.color-light .navbar-toggle:hover {
    border-color: #444;
    background-color: rgba(0, 0, 0, 0.1);
}
.main-navigation.color-light .navbar-toggle-label {
    color: #444;
}

.breadcrumb {
    clear: both;
    padding: 0;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 20px;
    background-color: transparent;
    font-size: 14px;
    color: #919191;
}
.breadcrumb ol {
    padding: 0;
    margin: 0;
    display: block;
}
.breadcrumb li {
    display: inline;
    list-style-type: none;
    margin-right: 8px;
}
.breadcrumb a {
    color: #919191;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: #444;
}
.breadcrumb, .breadcrumb > div, .breadcrumb .fa-caret-right, .breadcrumb .root a {
    float: none;
}
.breadcrumb .root {
    padding: 0;
    padding-right: 5px;
}
.breadcrumb > div {
    padding: 0 5px;
    float: none;
    display: inline-block;
}
.breadcrumb .sep {
    color: #bfbfbf;
    margin-right: 8px;
}

.pagination {
    display: block;
}
.nav-links a, .nav-links span {
    display: inline-block;
    background-color: #444;
    border: 1px solid #333;
    color: #FFF;
    padding: 6px 12px;
}
.loadmore {
    text-align: center;
}
.btn-loadmore {
    padding: 8px 20px;
    font-size: 18px;
}
.loadmore .loader {
    visibility: hidden;
    opacity: 0;
    font-size: 18px;
    color: #999;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.loadmore .loader.visible {
    visibility: visible;
    opacity: 1;
}
.btn-loadmore .fa, .loadmore .loader .fa {
    font-size: 15px;
    vertical-align: middle;
    line-height: 18px;
}
.float-loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -50px;
    text-align: center;
    z-index: 9;
    display: none;
}
.float-loader .loader .fa {
    font-size: 50px;
    opacity: .6;
}


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

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

.widget {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    font-size: 15px;
}
.widget a {
    color: inherit;
}
.widget ul, .widget ol {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.widget ul li, .widget ol li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer-widget {
	margin-bottom: 0;
}
.widget a:hover {
	color: #444;
}
.widget-title, .section-title  {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 6px 0;
}
.widget-title h3, .section-title h3 {
    font-size: 15px;
    line-height: 1;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.section-title {
    margin-bottom: 20px;
}
.section-style-style1 .sidebar-widget .widget-title, .section-style-style1 .section-title {
    background-color: transparent !important;
    padding-bottom: 0;
}
.section-style-style1 .sidebar-widget .widget-title h3, .section-style-style1 .section-title h3 {
    background-color: transparent !important;
}
.section-style-style2 .sidebar-widget .widget-title, .section-style-style2 .section-title {
    background-color: transparent !important;
    border-bottom: 2px solid #333;
}
.section-style-style2 .sidebar-widget .widget-title h3, .section-style-style2 .section-title h3 {
    background-color: transparent !important;
}
.section-style-style3 .sidebar-widget .widget-title, .section-style-style3 .section-title {
    background-color: transparent !important;
    border: 1px solid #333;
    padding: 10px 12px 9px 12px;
}
.section-style-style3 .sidebar-widget .widget-title h3, .section-style-style3 .section-title h3 {
    background-color: transparent !important;
}
.section-style-style4 .sidebar-widget .widget-title, .section-style-style4 .section-title {
    background-color: #333;
    padding: 9px 12px;
}
.section-style-style4 .sidebar-widget .widget-title h3, .section-style-style4 .section-title h3 {
    background-color: transparent !important;
    color: #FFF;
}
.section-style-style5 .sidebar-widget .widget-title, .section-style-style5 .section-title {
    background-color: transparent !important;
    border-bottom: 2px solid #333;
    padding: 0;
}
.section-style-style5 .sidebar-widget .widget-title h3, .section-style-style5 .section-title h3 {
    display: inline-block;
    padding: 8px 12px 6px 12px;
    background-color: #333;
    color: #FFF;
}





/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget .widget_meta li, .widget .widget_archive li, .widget .widget_categories li, .widget .widget_pages li, 
.widget .widget_recent_comments li, .widget .widget_recent_entries li {
	padding: 0;
}

/* Search Widget */
.widget_search .widget-post-vertical-style1 .post-img {
    width: 80px !important;
}
.widget_search .widget-post-vertical-style1 .post-title a {
    font-size: 14px !important;
}
.widget_search .widget-post-vertical-style1 .post-excerpt {
    display: none;
}
.widget_search .grid-item {
    margin-bottom: 20px !important;
}

/* Social Icons Widget */
.social-icons {
    display: block;
    margin: 0;
    margin-bottom: 15px;
}
.social-icons ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.social-icons ul li {
    background: none;
    border: none;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 4px;
}
.social-icons.text-left ul li {
    padding-left: 0;
    padding-right: 8px;
}
.social-icons.text-right ul li {
    padding-right: 0;
    padding-left: 8px;
}
.social-icons ul li a {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    border-color: #e4e4e4;
    outline: none !important;
}
.social-icons.label-on ul li a {
    width: auto !important;
    padding: 0 15px;
}
.social-icons.label-on ul li .fa {
    display: inline;
}
.social-icons.label-on.shape-circle ul li a {
    border-radius: 4px !important;
}
.social-icons ul li a > span {
    display: inline;
    position: relative;
    font-size: 13px;
    line-height: 40px;
    vertical-align: top;
    padding: 0 0 0 12px;
    margin-left: 12px;
}
.social-icons ul li a > span:before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    background-color: rgba(255, 255, 255, 0.39);
}
.social-icons.size-small ul li a > span {
    font-size: 11px;
    line-height: 28px;
}
.social-icons.size-large ul li a > span {
    font-size: 15px;
    line-height: 56px;
}
.social-icons.design-material ul li a {
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
}
.social-icons.design-3d ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.34);
}
.social-icons.design-3d ul li a:hover, .social-icons.design-3d ul li a:focus {
    opacity: 1 !important;
}
.social-icons.design-3d ul li a:focus:after {
    height: 1px;
}
.social-icons.shape-rounded.design-3d ul li a:after {
    border-radius: 0 0 4px 4px;
}
.social-icons ul li .fa {
    font-size: 20px;
    line-height: 40px;
}
.social-icons.size-small ul li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.social-icons.size-small ul li .fa {
    font-size: 15px;
    line-height: 28px;
}
.social-icons.size-large ul li a {
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.social-icons.size-large ul li .fa {
    font-size: 28px;
    line-height: 56px;
}
.social-icons.style-bordered ul li a {
    border: 1px solid;
}
.social-icons.style-bordered ul li a:hover, .social-icons.style-bordered ul li a:focus {
    border: 1px solid;
}
.social-icons.style-bordered ul li a > span:before {
    background-color: rgba(144, 144, 144, 0.39);
}
.social-icons.style-simple ul li a {
    background-color: transparent !important;
    border-color: transparent !important;
}
.social-icons.style-simple ul li a > span:before {
    background-color: rgba(144, 144, 144, 0.39);
}
.social-icons.shape-circle ul li a {
    border-radius: 50%;
}
.social-icons.shape-rounded ul li a {
    border-radius: 4px;
}

.social-icons.color-light ul li a, .social-icons.color-dark ul li a:hover, .social-icons.color-dark ul li a:focus {
    border-color: #8c8c8c;
    color: #8c8c8c;
}
.social-icons.color-dark ul li a, .social-icons.color-light ul li a:hover, .social-icons.color-light ul li a:focus {
    border-color: #333;
    color: #333;
}

.social-icons.style-filled.color-light ul li a, .social-icons.style-filled.color-dark ul li a:hover, .social-icons.style-filled.color-dark ul li a:focus {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #4e4e4e;
}
.social-icons.style-filled.color-dark ul li a, .social-icons.style-filled.color-light ul li a:hover, .social-icons.style-filled.color-light ul li a:focus {
    background-color: #333;
    border-color: #333;
    color: #FFF;
}
.social-icons.color-colored ul li.social-facebook a {
    border-color: #5d82d1;
    color: #5d82d1;
}
.social-icons.color-colored ul li.social-twitter a {
    border-color: #40bff5;
    color: #40bff5;
}
.social-icons.color-colored ul li.social-gplus a {
    border-color: #eb5e4c;
    color: #eb5e4c;
}
.social-icons.color-colored ul li.social-youtube a {
    border-color: #c9322b;
    color: #c9322b;
}
.social-icons.color-colored ul li.social-pinterest a {
    border-color: #e13138;
    color: #e13138;
}
.social-icons.color-colored ul li.social-linkedin a {
    border-color: #238cc8;
    color: #238cc8;
}
.social-icons.color-colored ul li.social-rss a {
    border-color: #ef922f;
    color: #ef922f;
}
.social-icons.color-colored ul li.social-email a {
    border-color: #1d90dd;
    color: #1d90dd;
}
.social-icons.color-colored ul li.social-stumbleupon a {
    border-color: #ff5c30;
    color: #ff5c30;
}
.social-icons.color-colored ul li.social-reddit a {
    border-color: #ff4400;
    color: #ff4400;
}
.social-icons.color-colored ul li.social-instagram a {
    border-color: #91653f;
    color: #91653f;
}
.social-icons.color-colored ul li.social-soundcloud a {
    border-color: #ff7e30;
    color: #ff7e30;
}
.social-icons.color-colored ul li.social-github a {
    border-color: #24292e;
    color: #24292e;
}
.social-icons.color-colored ul li.social-skype a {
    border-color: #13c1f3;
    color: #13c1f3;
}
.social-icons.color-colored ul li.social-amazon a {
    border-color: #febd69;
    color: #febd69;
}
.social-icons.color-colored ul li.social-vimeo a {
    border-color: #35c6ea;
    color: #35c6ea;
}
.social-icons.color-colored ul li.social-behance a {
    border-color: #1879fd;
    color: #1879fd;
}
.social-icons.color-colored ul li.social-vk a {
    border-color: #507299;
    color: #507299;
}
.social-icons.color-colored ul li.social-telegram a {
    border-color: #0088cc;
    color: #0088cc;
}
.social-icons.color-colored ul li.social-paypal a {
    border-color: #009cde;
    color: #009cde;
}
.social-icons.color-colored ul li.social-steam a {
    border-color: #171a21;
    color: #171a21;
}
.social-icons.color-colored ul li.social-tumblr a {
    border-color: #529ecc;
    color: #529ecc;
}
.social-icons.color-colored ul li.social-digg a {
    border-color: #000;
    color: #000;
}
.social-icons.color-colored ul li.social-delicious a {
    border-color: #0076e8;
    color: #0076e8;
}
.social-icons.color-colored ul li.social-whatsapp a {
    border-color: #1ebea5;
    color: #1ebea5;
}

.social-icons.style-filled.color-colored ul li a {
    color: #FFF;
}
.social-icons.style-filled.color-colored ul li.social-facebook a {
    background-color: #5d82d1;
    border-color: #5d82d1;
}
.social-icons.style-filled.color-colored ul li.social-twitter a {
    background-color: #40bff5;
    border-color: #40bff5;
}
.social-icons.style-filled.color-colored ul li.social-gplus a {
    background-color: #eb5e4c;
    border-color: #eb5e4c;
}
.social-icons.style-filled.color-colored ul li.social-youtube a {
    background-color: #c9322b;
    border-color: #c9322b;
}
.social-icons.style-filled.color-colored ul li.social-pinterest a {
    background-color: #e13138;
    border-color: #e13138;
}
.social-icons.style-filled.color-colored ul li.social-linkedin a {
    background-color: #238cc8;
    border-color: #238cc8;
}
.social-icons.style-filled.color-colored ul li.social-rss a {
    background-color: #ef922f;
    border-color: #ef922f;
}
.social-icons.style-filled.color-colored ul li.social-email a {
    background-color: #1d90dd;
    border-color: #1d90dd;
}
.social-icons.style-filled.color-colored ul li.social-stumbleupon a {
    background-color: #ff5c30;
    border-color: #ff5c30;
}
.social-icons.style-filled.color-colored ul li.social-reddit a {
    background-color: #ff4400;
    border-color: #ff4400;
}
.social-icons.style-filled.color-colored ul li.social-instagram a {
    background-color: #91653f;
    border-color: #91653f;
}
.social-icons.style-filled.color-colored ul li.social-soundcloud a {
    background-color: #ff7e30;
    border-color: #ff7e30;
}
.social-icons.style-filled.color-colored ul li.social-github a {
    background-color: #24292e;
    border-color: #24292e;
}
.social-icons.style-filled.color-colored ul li.social-skype a {
    background-color: #13c1f3;
    border-color: #13c1f3;
}
.social-icons.style-filled.color-colored ul li.social-amazon a {
    background-color: #febd69;
    border-color: #febd69;
}
.social-icons.style-filled.color-colored ul li.social-vimeo a {
    background-color: #35c6ea;
    border-color: #35c6ea;
}
.social-icons.style-filled.color-colored ul li.social-behance a {
    background-color: #1879fd;
    border-color: #1879fd;
}
.social-icons.style-filled.color-colored ul li.social-vk a {
    background-color: #507299;
    border-color: #507299;
}
.social-icons.style-filled.color-colored ul li.social-telegram a {
    background-color: #0088cc;
    border-color: #1b8dc5;
}
.social-icons.style-filled.color-colored ul li.social-paypal a {
    background-color: #009cde;
    border-color: #009cde;
}
.social-icons.style-filled.color-colored ul li.social-steam a {
    background-color: #171a21;
    border-color: #171a21;
}
.social-icons.style-filled.color-colored ul li.social-tumblr a {
    background-color: #529ecc;
    border-color: #529ecc;
}
.social-icons.style-filled.color-colored ul li.social-digg a {
    background-color: #000;
    border-color: #000;
}
.social-icons.style-filled.color-colored ul li.social-delicious a {
    background-color: #0076e8;
    border-color: #0076e8;
}
.social-icons.style-filled.color-colored ul li.social-whatsapp a {
    background-color: #1ebea5;
    border-color: #1ebea5;
}
.social-icons.color-colored ul li a:hover, .social-icons.color-colored ul li a:focus {
    opacity: .7;
}

.social-icons.floating {
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -100px;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 999;
}
.share-icons.floating li {
    display: block;
    float: none;
    clear: both;
    padding: 0 !important;
}
.social-icons.floating ul li a {
    padding: 0;
    width: 40px !important;
}

/* Calender Widget */
#wp-calendar {
	margin-bottom: 0;
	border: 0px none;
	position: relative;
    width: 100%;
}
#wp-calendar td {
	text-align: center;
	padding: 0;
	line-height: 38px;
}
#wp-calendar td:hover a {
	background: #444 !important;
}
#wp-calendar td a {
	display: block;
	color: #fff;
}
#wp-calendar td a:hover, #wp-calendar #today {
    color: #fff;
    font-weight: 700;
}
#wp-calendar caption {
	font-size: 14px;
    font-weight: 700;
    padding: 0 40px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}
#wp-calendar thead {
	background: transparent;
	font-size: 15px;
	font-weight: bold;
	color: #919191;
}
#wp-calendar thead th {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #c5c5c5;
}
#wp-calendar thead th.today {
	border-bottom: 1px solid;
	color: #444;
}
#wp-calendar #prev, #wp-calendar #next {
	position: absolute;
	top: 0;
}
#wp-calendar #prev { left: 0 }
#wp-calendar #next { right: 0 }
#wp-calendar #prev a, #wp-calendar #next a {
    position: relative;
    height: 44px;
}
#wp-calendar #prev a:before, #wp-calendar #next a:before {
	position: absolute;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
    width: 40px;
    line-height: 44px;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#wp-calendar #prev a:before {
    border-right: 1px solid;
    content: "\f104";
}
#wp-calendar #next a:before {
	border-left: 1px solid;
	content: "\f105";
}
#wp-calendar #prev a:before, #wp-calendar #next a:before {
    border-color: rgba(255, 255, 255, 0.3);
}
#wp-calendar tfoot .pad { display: none }

/* Tagcloud Widget */
.tagcloud {
	padding: 0;
	display: inline-block;
	position: relative;
}
.tagcloud a {
    display: inline-block;
    font-size: 13px!important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 13px;
    margin-bottom: 7px;
    float: left;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-right: 7px;
    color: #545454;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

/* Latest Tweets Widget */
.recent-tweets ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}
.recent-tweets .twitter-item {
	display: inline-block;
	list-style-type: none;
	margin: 0;
    padding: 10px 0;
    font-size: 13px;
	border-bottom: 1px solid #f2f2f2;
}
.sidebar-widget .recent-tweets .twitter-item:first-child {
	padding-top: 0;
}
.sidebar-widget .recent-tweets li:last-child {
	border-bottom: 0;
}
.recent-tweets .fa {
    color: #4099FF;
    font-size: 22px;
    margin-right: 6px;
    vertical-align: bottom;
}
.recent-tweets .twitter-timestamp {
	font-style: italic;
	color: #919191;
	font-size: 10px;
	line-height: 20px;
	float: right;
	clear: right;
	margin-left: 5px;
}

/* Recent Comments Widget */
.recent-comments {
	margin: 0px !important;
	padding: 0px;
}
.recent-comments li {
    margin: 0;
    padding: 0;
    clear: both;
    min-height: 70px;
}
.recent-comments .avatar {
    width: 60px;
    display: inline-block;
    float: left;
}
.recent-comments .comment {
    padding-left: 70px;
    display: block;
}
.recent-comments.avatar-circle .avatar {
    border-radius: 50%;
}
.recent-comments.avatar-rounded .avatar {
    border-radius: 6px;
}
.recent-comments .comment a {
	color: inherit;
	opacity: 0.8;
}
.recent-comments .author {
	color: #919191;
	margin-right: 10px;
}

/* Author Profile Widget */
.author-profile {
	padding: 0;
	text-align: center;
}
.author-profile .nickname {
	font-size: 18px;
	padding: 10px;
	color: #676767;
}
.author-profile .nickname a {
	text-transform: uppercase;
}
.author-profile .avatar {
	width: 130px;
	margin: 0 auto;
}
.author-profile p {
	opacity: 0.9;
}
.author-profile .social-icons {
  text-align: center;
  height: 55px;
  width: 100%;
}
.author-profile ul {
	margin-top: 10px;
	padding: 0;
	display: inline-block;
}
.author-profile li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
}
.author-profile .fa {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
    margin: 0 4px;
}
.author-profile .fa:before {
    line-height: 40px;
}
.author-profile .fa-home {
	background: #C60000;
}
.author-profile .fa-envelope-o {
	background: #1d90dd;
}
.author-profile .fa-facebook {
	background: #5d82d1;
}
.author-profile .fa-twitter {
	background: #40bff5;
}
.author-profile .fa-google-plus {
	background: #eb5e4c;
}
.author-profile .fa:hover {
	background: #333;
}

/* Login Widget */
.login-wrap {
	padding: 0;
	font-size: 15px;
    line-height: 30px;
    min-height: 80px;
}
.login-wrap p {
	margin: 10px 0;
}
.login-wrap .avatar {
	width: 80px;
	float: left;
	margin: 0 10px 10px 0;
}
.login-wrap .avatar img {
	border-radius: 40px;
}
.login-wrap ul {
	margin: 0;
	padding: 0;
}
.login-wrap li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	font-size: 14px;
}
.login-wrap .input {
	background: #F9F9F9;
	outline: 0;
}
.login-wrap .login-username, .login-wrap .login-password {
	position: relative;
}
.login-wrap .login-username:after, .login-wrap .login-password:after {
	font-family: "FontAwesome";
	position: absolute;
	right: 6px;
	top: 2px;
	font-size: 19px;
	color: #ADADAD;
}
.login-wrap .login-password:after {
	content: "\f023";
}
.login-wrap .login-username:after {
	content: "\f007";
}
.login-wrap .login-username input,.login-wrap  .login-password input {
	float: right;
	width: 55%;
	height: 30px;
}
.login-wrap .login-remember {
	font-size: 13px;
}
.login-wrap .login-submit .button {
    display: block;
    width: 100%;
}
.login-wrap .reglostpass {
    margin: 0;
}

/* Facebook Page Plugin */
.sidebar-widget.widget_redwaves_fbpage_widget h3:after {
	width: 100%;
}

/* Categories, Archives */
.widget_categories li, 
.widget_archive li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ccc;
}
.widget_categories li a, 
.widget_archive li a {
    margin-right: auto;
    border: 0;
    color: #333;
}

/* Recent Comments */
.widget_recent_comments .comment-author-link {
    font-size: 14px;
    font-weight: 700;
}
.widget_recent_comments .comment-author-link:before {
    content: "\f075";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 14px;
    vertical-align: top;
    opacity: .6;
}

/* Pages, Custom Menu */
.widget_pages ul .children, .widget_nav_menu ul .sub-menu {
    padding-left: 20px;
    margin-top: 10px;
    font-size: 14px;
}

/* RedWaves: Posts */
.widget .post-box .post-excerpt {
    display: none;
}
.widget .widget-post-vertical-style1 .post-title a {
    font-size: 15px !important;
}
.widget .wi-posts .custom-owl-nav {
    margin-top: -10px;
}
.widget .wi-posts.owl-float-nav .custom-owl-nav {
    margin-top: 0;
}


/*--------------------------------------------------------------
	10 Footer
--------------------------------------------------------------*/
.site-footer.floating-footer {
    position:absolute;
    bottom:0;
    width:100%;
}

.color-scheme-dark, .color-scheme-dark a {
	color: rgba(255,255,255,.65);
}
.vc_editor.layout-default .site-footer {
    opacity: .2;
    border-top: 2px dotted #000;
}
.site-footer li {
    list-style-type: none;
    margin-bottom: 8px;
}
.site-footer ul {
    padding: 0;
}
.footer-widget {
    margin-bottom: 30px;
}
.site-footer .widget-title {
    margin-bottom: 10px;
}
.site-footer .widget-title h3 {
    color: #FFF;
}
.color-scheme-dark a:hover {
	color: rgba(255,255,255,.95);
}
.site-footer .copyright .container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-footer .fatfooter .container {
    position: relative;
}
.site-footer .fatfooter .container:after {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.color-scheme-dark .widget-posts-wrap .title a, .color-scheme-dark .widget_categories li a, .color-scheme-dark .widget_archive li a, .color-scheme-dark .tagcloud a, .color-scheme-dark .entry-title, .color-scheme-dark .page-title {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}
.color-scheme-dark .widget-posts-wrap .title a:hover, .color-scheme-dark .widget_categories li a:hover, .color-scheme-dark .widget_archive li a:hover, .color-scheme-dark .tagcloud a:hover {
    color: #FFF;
}

.color-scheme-dark .entry-title a:hover, .color-scheme-dark .page-title a:hover {
    color: #FFF !important;
}

.color-scheme-dark .owl-nav > div, .color-scheme-dark .custom-owl-nav > a {
    border-color: rgba(255,255,255,.65) !important;
}
.color-scheme-dark .owl-nav > div:hover, .color-scheme-dark .custom-owl-nav > a:hover, .color-scheme-dark .custom-owl-nav > a:focus {
    color: #FFF !important;
}

.color-scheme-dark .widget_search .search-field {
    border-color: #565656;
    color: #FFF;
}
.color-scheme-dark .tagcloud a {
    border-color: #7d7d7d;
}
.color-scheme-dark .tagcloud a:hover {
    border-color: #FFF;
}

/* Light Color Scheme */
.site-footer.color-scheme-light .fatfooter .container:after {
    background-color: rgba(0, 0, 0, 0.3);
}
.site-footer.color-scheme-light .widget-title h3 {
    color: #333;
}
.site-footer.color-scheme-light {
    color: rgba(0,0,0,.65);
}
.site-footer.color-scheme-light, .site-footer.color-scheme-light a {
    color: #444;
}
.site-footer.color-scheme-light a:hover {
    color: #000;
}

/* Tagcloud Widget */
.footer-widget .tagcloud {
	padding: 10px 0;
	padding-bottom: 0;
}
.footer-widget .tagcloud a {
	border: 1px solid #797979;
	color: #303030;
}
.footer-widget .tagcloud a:hover {
	text-decoration: none;
}

/* Latest Posts widget & Popular Posts widget & Related Posts widget */
.footer-widget .recent-posts-wrap li {
	border-bottom: 1px solid #3c3c3c;
	padding: 10px 0;
	margin-bottom: 0;
}
.footer-widget .widget-post-data a:hover {
	text-decoration: none;
}
.footer-widget .widget-post-data a {
	color: #CCC;
}

/* Latest Tweets Widget */
.footer-widget .recent-tweets .twitter-item {
	border-bottom: 1px solid #3c3c3c;
}
.footer-widget .recent-tweets .twitter-item:last-child {
    border-bottom: 0;
}
.footer-widget .twitter-item {
	padding: 10px 0;
}
.footer-widget .recent-tweets .fa {
	padding: 0;
	background: 0;
	color: inherit;
}
.footer-widget .recent-tweets .twitter-timestamp {
    color: inherit;
    opacity: .7;
}

/*--------------------------------------------------------------
	11 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	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. */
}

/*--------------------------------------------------------------
	12 Content
--------------------------------------------------------------*/

.post-title:hover {
	text-decoration: none;
}
.post-box.sticky .post-title a:after {
    content: "\f097";
    font-family: "FontAwesome";
    margin-left: 10px;
    opacity: .5;
    line-height: 1;
}
.small-post-img.video .mejs-container {
	width: 100% !important;
}
.post-box .post-iframe {
    display: none;
}
.modal-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.modal-toggle .fa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #FFF;
    width: 46px;
    height: 46px;
    border: 2px solid;
    text-align: center;
    padding-left: 4px;
    line-height: 44px;
    border-radius: 50%;
    font-size: 22px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.6);
}
.post-zoom-thumb.format-video .post-img > a > img, .post-zoom-thumb.format-audio .post-img > a > img {
    transform: unset !important;
}

.post-box-link, .post-box-aside, .post-box-quote {
    background-color: #444;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    text-align: center;
}
.post-box-link p, .post-box-aside p, .post-box-quote p {
	margin: 0;
    padding: 20px 20px 40px 20px;
	font-size: 1.3em;
	color: #FFF;
}
.post-box-link p a {
	margin: 0;
    padding: 20px 20px 40px 20px;
	font-size: 1.3em;
	color: #FFF;
}
.post-box-link .fa {
    font-size: 50px;
    padding-top: 40px;
    color: #FFF;
}

.post-box-aside p {
    padding-bottom: 0;
}
.post-box-aside .icon a {
    color: #FFF;
    font-size: 30px;
    margin-bottom: 10px
}

.post-box-quote .blockquote h2 {
    margin: 0 !important;
    background: transparent;
    padding: 20px !important;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    color: #FFF;
}
.post-box-quote .blockquote:before {
    display: none !important;
}

.post-box-quote .quote-author {
    padding: 0 20px 20px 20px;
    font-size: 18px;
    color: #FFF;
    text-align: right;
}
.post-box-quote .quote-author a {
    color: #FFF;
}
.post-box-quote .quote-author a:hover {
    color: #FFF;
    text-decoration: underline;
}
.post-box-quote .fa {
    font-size: 50px;
    padding-top: 25px;
    color: #FFF;
}

.post-title {
    line-height: 1.2;
}
.post-title a {
	display: block;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
    line-height: 1.4;
	margin-bottom: 10px;
}
.post-box .post-title a {
    color: inherit;
    line-height: 1.2;
}
.post-info {
    display: block;
    color: #919191;
    float: none;
    clear: both;
    width: 100%;
}
.post-info .fa {
    padding-right: 6px;
    font-size: 14px;
    line-height: 20px;
}
.post-info .fa-clock-o {
    opacity: .7;
}
.post-info .fa-hourglass-o {
    font-size: 11px;
    vertical-align: inherit;
}
.single-post-box {
    margin-bottom: 30px;
}
.single-post .post-info {
    margin-bottom: 15px;
}
.single-post-content, .single-page-content {
    margin-top: 0;
}
.post-info ul{
	margin: 0;
	padding: 0;
}
.post-info li{
    list-style-type: none;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 8px;
    padding-right: 10px;
}
.post-info li:after {
    content: "";
    display: block;
    position: absolute;
    vertical-align: middle;
    font-size: 11px;
    line-height: 20px;
    margin-left: 10px;
    background-color: #d6d6d6;
    width: 1px;
    top: 5px;
    bottom: 5px;
    right: -1px;
}
.post-info li:last-child:after {
    display: none;
}
.post-info a {
    color: inherit;
}
.post-info a:hover {
    color: #444;
}
.updated.display-publish {
    display: none;
}
.published.display-updated {
    display: none;
}
.single-post-tags {
    margin-bottom: 20px;
}
.single-post-tags a {
    color: inherit;
    padding: 4px 12px;
    border: 1px solid #444;
    margin-right: 5px;
    font-size: 13px;
}
.single-post-tags a:hover {
    background-color: #444;
    border-color: #444;
    color: #FFF;
}
.rw-wp-review-stars .review-result {
    color: inherit !important;
}
.rw-wp-review-stars .review-result-wrapper i {
    font-style: normal;
    font-size: 14px;
    opacity: 0.5;
}
.rw-wp-review-stars.review-star {
    position: relative;
    margin-top: 5px;
    margin: 3px auto;
    display: inline-block;
}
.rw-wp-review-stars .review-result {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
}
.rw-wp-review-stars [class^="mts-icon-"]:before, .rw-wp-review-stars [class*=" mts-icon-"]:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 2px;
}
.rw-wp-review-stars .mts-icon-star:before {
    content: '\f005';
}
.single-post .cats {
    padding-right: 0;
}
.single-post .cats:after {
    display: none;
}
.single-post .cats li {
    padding: 0;
    margin-right: 0;
}
.single-post .cats li a {
    padding: 3px 8px;
    background-color: #555;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-post .cats li a:hover, .single-post .cats li a:focus {
    color: #FFF;
    background-color: #333;
}
.single-post .cats li:after {
    display: none;
}

.archive-header .container {
    padding-bottom: 0;
}
.archive-header .container h1, .archive-header .container p {
    margin: 0;
    margin-bottom: 10px;
}

.post-excerpt {
	width: 100%;
	display: inline-block;
	line-height: 1.5;
	color: #5F5F5F;
	margin-bottom: 10px;
}
.post-img {
	margin: 0;
	position: relative;
}
.post-img a, .post-img img {
    display: block;
    width: 100%;
}
.post-box.format-gallery .post-img .gallery-item {
    margin: 0 !important;
}
.post-box.format-gallery .post-img .owl-item {
    padding: 0 !important;
}
.entry-title, .page-title {
	font-weight: 500;
	color: #444;
	text-transform: none;
	margin: 0;
	margin-bottom: 15px;
}
.below-title-area, .below-content-area {
    text-align: center;
    margin-bottom: 1.5em;
}
.article {
	width: 71.7%;
	float: left;
	margin-bottom: 10px;
	padding: 0;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.single-post-title, .single-page-title {
	font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.single-page-title {
    margin-bottom: 30px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-next-prev {
    margin-bottom: 20px;
}
.post-next-prev .row > div {
    margin-bottom: 10px;
}
.post-next-prev a {
    color: #444;
}
.post-next-prev span {
    display: block;
    margin: 0;
}
.post-next-prev .icon {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: middle;
    color: #b7b7b7 !important;
}
.author-box {
    margin-bottom: 30px;
}
.author-box .middle {
    vertical-align: top;
}
.author-avatar {
    width: 120px;
    padding-right: 20px;
}
.author-avatar a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.23);
}
.author-avatar img {
    display: block;
    border-radius: 50%;
}
.author-box .meta {
    margin-top: 5px;
    margin-bottom: 10px;
}
.author-box .vcard a {
    color: #333;
    font-weight: 700;
}

.author-box .vcard a:hover {
    color: #000;
}
.author-box .author-social a {
    font-size: 14px;
    line-height: 19px;
    margin-left: 5px;
    color: #666;
    vertical-align: top;
}
.author-box .author-social a {
    padding: 0 5px;
    font-size: 16px;
}
.author-box .author-social a:hover {
    color: #333;
}
.author-box p {
    margin: 0;
    font-size: 15px;
}

.related-posts .custom-owl-nav {
    margin-top: -30px;
}
.post-format {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	-o-transition:background .2s;
	-ms-transition:background .2s;
	-moz-transition:background .2s;
	-webkit-transition:background .2s;
	transition:background .5s;
}

/* Comments list */
.comments-wrap {
    margin-bottom: 30px;
}
.commentlist {
    padding: 0;
    margin-top: 15px;
}
.commentlist li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #efefef;
}
.commentlist .navigation + li {
    border: 0;
}
.comment-avatar {
    display: inline-block;
    float: left;
}
.comment-avatar img {
    display: block;
    border-radius: 50%;
}
.comment-content {
    padding-left: 90px;
    display: block;
}
.comment-author {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    color: #919191;
}
.comment-author > span {
    margin-right: 10px;
    font-size: 15px;
}
.bypostauthor .is-author {
    color: #444;
}
.comment-author a, .comment-author .fn {
    color: #333;
    font-weight: 700;
}
.comment-author a:hover {
    color: #000;
}
.commentmetadata p {
    margin-bottom: 10px;
    font-size: 15px;
}
.comment-reply-link {
    color: #919191;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.comment-author a:hover, .comment-reply-link:hover {
    color: #000;
}

/* Comment form */
.comment-respond .logged-in-as a {
    font-size: 14px;
    color: inherit;
}
.comment-respond .comment-notes {
    font-size: 14px;
}
#cancel-comment-reply-link {
    float: right;
    margin-top: 5px;
}

/* Zoom-in effect on Hover */
.post-zoom-thumb .post-img:hover > a > img {
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.post-zoom-thumb .post-img a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background-color: transparent;
}
.post-zoom-thumb .post-img:hover a:after {
    background-color: rgba(0,0,0,.1);
}
.post-zoom-thumb .post-img > a > img, .post-zoom-thumb .post-img a:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Loop Style1 */
.post-style1 .entry-header {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.post-style1 .post-title, .post-style1 .post-title a {
    margin: 0;
}
.post-style1 .post-title {
    margin-bottom: 5px;
}
.post-style1 .post-title a {
    font-size: 30px;
    color: inherit;
    opacity: 1;
}
.post-style1 .post-title a:hover {
    opacity: .8;
    color: inherit;
}
.post-style1 .post-img {
    display: block;
    margin-bottom: 20px;
    max-width: 750px;
}
.post-style1 .post-img a {
    overflow: hidden;
}
.post-style1 .post-excerpt {
    margin-bottom: 0;
}
.post-style1 .post-excerpt p {
    margin-bottom: 10px;
}
.post-style1 .post-format {
    display: none;
}
.post-style1 .post-info li:after {
    display: none;
}
.post-style1 .post-info .comments .text {
    display: none;
}
.post-style1 .single-cat {
    left: -10px;
}
.grid:not(.columns-1) .post-style1 .post-title a {
    font-size: 26px;
}

/* Loop Style2 */
.grid.columns-1 .post-style2 .post-img {
    width: 300px;
}
.post-style2 div.post-content {
    padding: 0 20px;
}
.post-style2 .post-format {
    display: none;
}
.post-style2 .post-content .post-title a {
    color: #505050
}
.post-style2 .post-content .post-title a:hover {
    opacity: .8;
}
.post-style2 .post-content .post-excerpt {
    color: #616161;
    line-height: 1.78;
}
.post-style2 .post-content .post-excerpt p {
    margin-bottom: 0;
}
.post-style2 .post-img img {
    min-width: 300px;
}
.columns-4 .post-style2 .post-img img {
    min-width: 220px;
}
.post-style2 .comments .text, .post-style2 .views .text {
    display: none;
}
.post-style2 .cats {
    display: block;
    margin-bottom: 5px;
}
.post-style2 .cats a {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    opacity: .8;
}
.post-style2 .cats a:hover {
    opacity: 1;
}
.post-style2 .cats span {
    margin-right: 5px;
    opacity: .8;
}

.grid:not(.columns-1) .post-style2 .middle-box, .grid:not(.columns-1) .post-style2 .middle {
    display: block;
}
.grid:not(.columns-1) .post-style2 .post-content {
    padding: 0;
    margin-top: 20px;
}

/* Loop Style3 */
.post-style3 {
    margin-bottom: 0;
}
.post-style3 .post-img {
    overflow: hidden;
    width: 100% !important;
}
.post-style3 .post-img:after, .post-style3 .post-img .gallery-image:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(50,50,50,0) 0,rgba(16,15,15,0.91) 89%,rgba(16,15,15,0.93) 93%) !important;
    opacity: .9;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.post-style3:hover .post-img:after, .post-style3:hover .post-img .gallery-image:after {
    opacity: 1;
}
.post-style3 .post-format {
    display: none;
}
.post-style3 .post-content {
    margin-top: 0 !important;
}
.post-style3 .post-content .post-title a {
    color: #FFF;
    font-size: 37px;
    line-height: 1;
}
.post-style3 .post-img a {
    display: initial;
}
.post-style3 .post-info, .post-style3 .post-info a {
    color: #c1c1c1;
}
.post-style3 .post-info a:hover {
    color: #FFF;
}
.post-style3 .post-info li:after {
    background-color: #6f6f6f;
}
.post-style3 .post-info li {
    font-size: 15px;
    margin-right: 12px;
    padding-right: 14px;
}
.post-style3 .post-info .fa {
    font-size: 15px;
}
.post-style3 .cats span, .post-style3 .cats a {
    color: #FFF !important;
}
.post-style3 .cats a:hover {
    color: #FFF !important;
}
.post-style3 .post-info {
    margin-bottom: 10px;
    opacity: 1;
}
.post-style3 .post-excerpt {
    max-height: 50px;
    overflow: hidden;
    opacity: 0;
}
.post-style3 .post-excerpt p {
    color: #ccc;
}
.post-style3 .float-box-wrap {
    margin-bottom: -20px;
}
.post-style3 .float-box-wrap.meta {
    margin-bottom: 0;
}
.post-style3:hover .float-box-wrap {
    margin-bottom: 0;
}
.post-style3:hover .post-excerpt {
    opacity: 1;
}
.post-style3:hover .post-info {
    opacity: 0;
}
.post-style3:hover .float-box-wrap.meta {
    margin-bottom: -80px;
}

.post-style3 .float-box-wrap, .post-style3 .post-excerpt, .post-style3 .post-info {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.columns-2 .post-style3 .post-content .post-title a, .columns-3 .post-style3 .post-content .post-title a {
    font-size: 28px;
}
.columns-2 .post-style3 .post-info li, .columns-3 .post-style3 .post-info li {
    font-size: 14px;
    margin-right: 6px;
    padding-right: 8px;
}
.columns-2 .post-style3 .post-info .fa, .columns-3 .post-style3 .post-info .fa {
    font-size: 14px;
}

.columns-4 .post-style3 .post-content .post-title a {
    font-size: 22px;
}
.columns-4 .post-style3 .post-info li {
    font-size: 13px;
    margin-right: 6px;
    padding-right: 8px;
}
.columns-4 .post-style3 .post-info .fa {
    font-size: 13px;
}

/* Loop Style4 */
.post-style4 {
    margin-bottom: 10px;
}
.post-style4 .post-img {
    margin-bottom: 0;
}
.grid.columns-1 .post-style4 .post-img {
    width: 300px;
}
.post-style4 .post-content {
    vertical-align: top;
    padding: 0 20px;
    padding-top: 0;
}
.post-style4 .entry-header {
    margin-bottom: 0;
}
.post-style4 .post-title a {
    font-size: 24px;
}
.post-style4 .post-info {
    margin-bottom: 10px;
}
.grid:not(.columns-1) .post-style4 .middle-box, .grid:not(.columns-1) .post-style4 .middle {
    display: block;
}
.grid:not(.columns-1) .post-style4 .post-content {
    padding: 0;
    margin-top: 20px;
}

/* Home Loop style1 */
.home-post-style1 {
    margin-bottom: 0;
}
.home-post-style1 .float-box-wrap {
    margin-bottom: 0;
}
.home-post-style1 .post-img img {
    min-width: 0;
}
.home-post-style1 .post-content .post-title a {
    font-size: 28px;
}

.loop-mosaic .grid-item:not(.num-0) .home-post-style1 .post-content .post-title a {
    font-size: 18px;
}

.home-post-style1 .post-info {
    margin-bottom: 0;
}
.home-post-style1:hover .post-info {
    opacity: 1;
}
.home-post-style1 .post-info li:after {
    display: none;
}
.home-post-style1 .post-info .comments {
    float: right;
    margin-top: 3px;
    margin-right: 0;
    padding-right: 0;
}
.home-post-style1 .cats a {
    background-color: #0e0e0e;
    padding: 4px 10px;
}
.loop-mosaic .grid-item:not(.num-0) .home-post-style1 .cats a {
    font-size: 11px;
}
.loop-mosaic .grid-item:not(.num-0) .home-post-style1 .post-info li {
    font-size: 14px;
}
.loop-mosaic .grid-item:not(.num-0) .home-post-style1 .post-info .comments {
    margin-top: 4px;
}
.loop-mosaic .grid-item:not(.num-0) .home-post-style1 .float-box-wrap {
    padding: 20px;
    padding-top: 0;
}
.loop-mosaic .grid-item:not(.num-0) .home-post-style1 .post-img img {
    margin-top: -0.5px;
}

/* Home Loop Style2 */
.home-post-style2.post-box {
    margin-bottom: 0;
}

/* Home Loop Style3 */
.home-post-style3.post-box {
    margin-bottom: 0;
}
.home-post-style3 .post-format {
    display: none;
}

.home-post-style3 .float-box-wrap {
    padding-top: 30px;
    bottom: unset;
    top: 0;
}

.home-post-style3 .post-content .post-title {
    max-width: 80%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 25px;
    margin: 0;
}
.home-post-style3 .post-content .post-title a {
    font-size: 45px;
    margin: 0;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    font-family: sans-serif;
}
.home-post-style3 .post-excerpt {
    margin: 0;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.9);
}
.home-post-style3 .post-excerpt p {
    font-size: 16px;
    color: #FFF;
    margin: 0;
}


/* Widget Loop Vertical Style1 */
.widget-post-vertical-style1 {
    margin-bottom: 0;
}
.widget-post-vertical-style1 .middle-box {
    table-layout: fixed;
}
.widget-post-vertical-style1 .middle-box .middle:not(.post-content) {
    width: 90px;
}
.widget-post-vertical-style1 .middle-box .middle {
    display: table-cell !important;
    vertical-align: top;
}
.widget-post-vertical-style1 .middle-box .inner {
    line-height: 1;
}
.widget-post-vertical-style1 .post-title {
    margin-top: -2px;
}
.widget-post-vertical-style1 .post-title a {
    font-size: 15px !important;
    line-height: inherit;
}
.widget-post-vertical-style1 .middle-box .post-content {
    padding-left: 15px !important;
    padding-right: 0;
}
.widget-post-vertical-style1 .post-info {
    margin-bottom: 3px;
}
.widget-post-vertical-style1 .post-info li, .widget-post-vertical-style1 .post-info .fa {
    font-size: 13px;
    margin-bottom: 0;
}
.widget-post-vertical-style1 .post-img {
    display: block;
    width: 90px !important;
}
.widget-post-vertical-style1 .post-excerpt p {
    font-size: 13px;
}


/* Widget Loop Horizontal Style1 */
.widget-post-horizontal-style1 {
    margin-bottom: 0;
}
.widget-post-horizontal-style1 .post-title a {
    font-size: 18px !important;
}
.widget-post-horizontal-style1 .post-content {
    margin-top: 15px !important;
    padding: 0;
}
.widget-post-horizontal-style1 .post-info {
    margin-bottom: 3px;
}
.widget-post-horizontal-style1 .post-info li, .widget-post-horizontal-style1 .post-info .fa {
    font-size: 14px;
    margin-bottom: 0;
}
.widget-post-horizontal-style1 .post-img {
    display: block;
    width: 100% !important;
}
.widget-post-horizontal-style1 .post-excerpt p {
    font-size: 14px;
}

/* Widget Loop Hover Style1 */
.hover-box-wrap {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.hover-box-wrap .middle-box {
    height: 100%;
    padding: 20px;
}
.widget-post-hover-style1:hover .post-info {
    opacity: 1;
}
.widget-post-hover-style1 .post-content .post-title a {
    font-size: 24px;
}
.widget-post-hover-style1 .post-info {
    margin-bottom: 0;
}
.widget-post-hover-style1 .post-info li {
    font-size: 13px;
    margin-bottom: 0;
}
.widget-post-hover-style1 .post-info .fa {
    font-size: 13px;
}
.widget-post-hover-style1 .cats {
    margin-bottom: 5px;
}
.widget-post-hover-style1 .cats a {
    background-color: #FFF;
    color: #333 !important;
    padding: 3px 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

/* Tabbed Posts Widget */
.widget_redwaves_tabbed_posts_widget .tabs .nav-tabs {
    border: 0;
    display: table;
    width: 100%;
}
.widget_redwaves_tabbed_posts_widget .tabs .nav-tabs > li {
    display: table-cell;
    width: auto;
    text-align: center;
    border: 0;
    border-right: 1px solid transparent;
    background-color: transparent;
    float: none;
    clear: both;
}
.widget_redwaves_tabbed_posts_widget .tabs .nav-tabs > li:last-child {
    border-right: 0;
}
.widget_redwaves_tabbed_posts_widget .tabs .nav-tabs > li > a {
    border: 0;
    color: #FFF;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    background-color: #333;
}


/*-----------------------------------------------
	13 Shortcodes
/*---------------------------------------------*/
.sh-box {
    position: relative;
    margin-bottom: 30px;
}
.widget .sh-box {
    margin-bottom: 0;
}
.sh-blog-posts .post-box, .sh-blog-posts .post-box .post-excerpt p {
    margin-bottom: 0;
}
.sh-blog-posts .post-box .post-excerpt .moretag a {
    margin-top: 10px;
}
.sh-blog-posts .owl-item {
    margin-bottom: 0 !important;
}
.sh-blog-posts .custom-owl-nav {
    margin-top: -25px;
}
.sh-blog-posts[data-nav="true"] .post-style3 {
    margin-bottom: 20px;
}
.sh-blog-posts.owl-float-nav .custom-owl-nav {
    margin-top: 0;
}

.sh-posts-grid, .sh-posts-slider {
    position: relative;
    margin-bottom: 40px;
}
.sh-posts-slider .grid-item {
    padding: 0;
    margin: 0;
    width: 100% !important;
}
.sh-posts-slider > span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFF;
}
.sh-posts-grid .post-img, .sh-posts-slider .post-img {
    width: 100%;
}
.sh-posts-grid.layout-layout2 .grid-item.num-1 {
    overflow: hidden;
}
.sh-posts-grid.layout-layout2 .grid-item.num-1 .post-box {
    margin-top: -2px;
}

/* Slider Shadow Effects */
.sh-posts-slider.shadow-style1:before, .sh-posts-slider.shadow-style1:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.sh-posts-slider.shadow-style1:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.sh-posts-slider.shadow-style2 {
    position: relative;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.sh-posts-slider.shadow-style3:before, .sh-posts-slider.shadow-style3:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 30%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.sh-posts-slider.shadow-style3:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/* News bar */
.sh-news-bar {
    position: relative;
    margin-bottom: 20px;
}
.sh-news-bar .news-title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background-color: #333;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    padding: 6px;
    margin: 0;
    width: 150px;
    height: 26px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
}
.sh-news-bar .owl-carousel {
    padding-left: 170px;
}
.sh-news-bar .owl-carousel.nav-on {
    padding-right: 70px;
    overflow: visible;
}
.sh-news-bar .news-item {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    font-weight: 400;
}
.sh-news-bar .owl-nav {
    margin-right: 0;
    padding-top: 0;
}
.sh-news-bar .owl-nav > div {
    font-size: 21px;
    width: 26px;
    height: 26px;
    line-height: 25px;
}
.sh-news-bar.style2 {
    background-color: #0F0F0F;
    padding: 8px;
}
.sh-news-bar.style2 .news-item {
    color: rgba(255, 255, 255, 0.8);
}
.sh-news-bar.style2 .news-item a {
    color: #FFF;
    text-decoration: underline;
}
.sh-news-bar.style2 .news-title {
    left: 8px;
    top: 8px;
}


.highlight {
	text-transform: none;
	background: rgba(198, 0, 0, 0.15);
	color: #c60000;
}
.dropcap {
    display: inline;
    float: left;
    width: 45px;
    height: 45px;
    font-size: 38px;
    line-height: 45px;
    margin-top: 4px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    background: #909090;
    color: #FFF;
}
.styledlist {
    margin-bottom: 1.5em;
}
.styledlist ul {
	margin: 0;
	padding: 0;
}
.styledlist ul > li {
	padding: 3px 0 0 0;
	margin: 5px 0 0 0;
}
.styledlist ul > li:first-child {
	margin-top: 0 !important;
}
.styledlist.normal ul > li {
	list-style: none!important;
	border-top: 1px solid #f0f0f0;
	margin-top: 4px;
	padding-top: 4px;
}
.styledlist.normal ul > li:first-child {
	border: none;
}
.styledlist.star ul > li, .styledlist.yes ul > li, .styledlist.no ul > li {
	list-style: none!important;
	padding-left: 0;
	position: relative;
}
.styledlist.star ul > li:before, .styledlist.yes ul > li:before, .styledlist.no ul > li:before {
	font-family: "FontAwesome";
	margin-right: 10px;
}
.styledlist.star ul > li:before {
	content: "\f005";
}
.styledlist.yes ul > li:before {
	content: "\f046";
}
.styledlist.no ul > li:before {
	content: "\f00d";
}
div.wpcf7-response-output {
    padding: 15px;
    margin-bottom: 20px;
}
.alert, div.wpcf7-response-output {
	position: relative;
    padding-left: 50px;
	border-radius: 2px;
    border: 0;
}
.alert:before, div.wpcf7-response-output:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
}
.alert-success:before, div.wpcf7-mail-sent-ok:before {
	content: "\f118";
}
.alert-success, div.wpcf7-mail-sent-ok {
	background-color: #d8f1c6;
	color: #769958!important;
}
.alert-warning:before, div.wpcf7-spam-blocked:before, div.wpcf7-validation-errors:before {
	content: "\f129";
}
.alert-warning, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
	background-color: #fbf4dd;
	color: #a38c68!important;
}
.alert-danger:before, div.wpcf7-mail-sent-ng:before {
	content: "\f071";
}
.alert-danger, div.wpcf7-mail-sent-ng {
	background-color: #f9d9d9;
	color: #aa4343!important;
}
.alert-info:before {
	content: "\f05a";
}
.alert-info {
	background-color: #d7e3f4;
	color: #728095!important;
}

.sh-btn {
    margin-bottom: 10px;
}

.cookies-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    background-color: #333;
    color: #DDD;
    padding: 20px 30px;
    border-radius: 0 !important;
}
.cookies-alert a {
    color: #FFF !important;
    text-decoration: underline;
}
.cookies-alert .btn {
    vertical-align: unset;
    margin: 0;
    margin-left: 10px;
    text-decoration: none;
    background-color: #FFF !important;
    border: 0;
    box-shadow: none;
    color: #333 !important;
    font-size: 15px;
}

/*--------------------------------------------------------------
	14 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%;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 96% !important; /* Image does not overflow the content area */
	/*width: auto !important;*/
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text, .gallery-caption {
    font-size: 90%;
    font-style: italic;
}
.gallery-image a, .gallery-image img {
    display: block;
    width: 100%;
}

/* WP Gallery CSS */
.gallery:after {content:"";display:table;clear:both;}
figure {max-width: 100%; height: auto; margin:1em 0;}
.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery figure {float:left; margin:0 2% 1em 0;}
.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}
.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}
.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}
.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}
.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}
.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}
.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}
.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}
.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}

/* prettyPhoto styles */
#pp_full_res img {
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.25);
}
div.minimal a.pp_close::after {
    content: "\f00d";
    right: -9981px;
    font-size: 20px;
    line-height: 20px;
}
div.minimal a.pp_close, div.minimal a.pp_expand, div.minimal a.pp_contract {
    opacity: .5;
    background-color: transparent;
}
div.minimal a.pp_close:hover, div.minimal a.pp_expand:hover, div.minimal a.pp_contract:hover {
    opacity: 1;
}
div.minimal a.pp_expand, div.minimal a.pp_contract {
    top: inherit;
    margin: 5px;
}
div.minimal a.pp_expand::before {
    content: "\f0b2";
}
div.minimal a.pp_contract::before {
    content: "\f068";
}
div.minimal a.pp_expand::before, div.minimal a.pp_contract::before {
    text-indent: 0;
    border: 0;
    color: #FFF;
    transform: rotate(0);
    font-size: 15px;
    line-height: 22px;
    margin-top: -8px;
    left: 10px;
}
div.minimal a.pp_close::after, div.minimal a.pp_expand::before, div.minimal a.pp_contract::before, div.minimal .pp_next:before, div.minimal .pp_previous:before {
    font-family: "FontAwesome";
    color: #fff;
    text-shadow: 0px 2px 1px rgb(0, 0, 0);
    background: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
div.minimal a.pp_expand::after, div.minimal a.pp_contract::after, div.minimal .pp_next:after, div.minimal .pp_previous:after  {
    display: none !important;
}
div.minimal .pp_next:before {
    content: "\f105" !important;
}
div.minimal .pp_previous:before {
    content: "\f104" !important;
}
div.minimal .pp_next, div.minimal a.pp_previous {
    text-indent: -99px;
    float: none;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 0;
    font-size: 0px;
    text-align: center;
}
div.minimal .pp_next {
    right: 10px;
}
div.minimal .pp_previous {
    left: 10px;
}
div.minimal .pp_next:before, div.minimal a.pp_previous:before {
    text-indent: 0;
    line-height: 30px;
    width: auto !important;
    font-size: 50px;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute;
    opacity: .8;
}

/*-----------------------------------------------
    15 Dark Mode
/*---------------------------------------------*/

body.dark-mode-enabled {
    background-color: #000;
}
body.dark-mode-enabled, .dark-mode-enabled .post-excerpt p, .dark-mode-enabled .widget_categories li a, .dark-mode-enabled .widget_archive li a, .dark-mode-enabled .site-search input, .dark-mode-enabled .post-next-prev a, .dark-mode-enabled .author-box .vcard a, .dark-mode-enabled .tagcloud a {
    color: rgba(255,255,255,.65);
}
.dark-mode-enabled .post-next-prev .icon, .dark-mode-enabled .tagcloud a:hover {
    color: #FFF !important;
}
.dark-mode-enabled h1, .dark-mode-enabled h2, .dark-mode-enabled h3, .dark-mode-enabled h4, .dark-mode-enabled h5, .dark-mode-enabled h6, .dark-mode-enabled .entry-title, .dark-mode-enabled .page-title, .dark-mode-enabled .site-search .search-submit, .dark-mode-enabled.section-style-style4 .sidebar-widget .widget-title h3, .dark-mode-enabled.section-style-style4 .section-title h3, .dark-mode-enabled.section-style-style5 .sidebar-widget .widget-title h3, .dark-mode-enabled.section-style-style5 .section-title h3, .dark-mode-enabled .site-search input, .dark-mode-enabled blockquote, .dark-mode-enabled blockquote:before, .dark-mode-enabled .post-info a:hover, .dark-mode-enabled .breadcrumb a:hover, .dark-mode-enabled .author-box .vcard a:hover, .dark-mode-enabled .author-box .author-social a:hover, .dark-mode-enabled .error-404 .icon404, .dark-mode-enabled .recent-comments .author, .dark-mode-enabled .post-style2 .post-content .post-title a, .dark-mode-enabled .bypostauthor .is-author, .dark-mode-enabled .comment-author a:hover, .dark-mode-enabled .comment-reply-link:hover, .dark-mode-enabled .comment-author .fn, .dark-mode-enabled .single-post-tags a {
    color: #FFF;
}
.dark-mode-enabled .post-info, .dark-mode-enabled .breadcrumb a, .dark-mode-enabled .owl-nav > div, .dark-mode-enabled .custom-owl-nav > a, .dark-mode-enabled .comment-reply-link {
    color: rgba(255,255,255,.45);
}
.dark-mode-enabled.section-style-style2 .sidebar-widget .widget-title, .dark-mode-enabled.section-style-style2 .section-title, .dark-mode-enabled.section-style-style3 .sidebar-widget .widget-title, .dark-mode-enabled.section-style-style3 .section-title, .dark-mode-enabled.section-style-style5 .sidebar-widget .widget-title, .dark-mode-enabled.section-style-style5 .section-title, .dark-mode-enabled input[type="text"]:focus, .dark-mode-enabled input[type="password"]:focus, .dark-mode-enabled input[type=search]:focus, .dark-mode-enabled input[type=email]:focus, .dark-mode-enabled input[type=url]:focus, .dark-mode-enabled input[type=tel]:focus, .dark-mode-enabled .tagcloud a, .dark-mode-enabled .nav-links span, .dark-mode-enabled .single-post-tags a:hover {
    border-color: #FFF !important;
}
.dark-mode-enabled.section-style-style4 .sidebar-widget .widget-title, .dark-mode-enabled.section-style-style4 .section-title, .dark-mode-enabled.section-style-style5 .sidebar-widget .widget-title h3, .dark-mode-enabled.section-style-style5 .section-title h3, .dark-mode-enabled .dropcap, .dark-mode-enabled.single-post .cats li a:hover, .dark-mode-enabled .single-post-tags a:hover {
    background-color: #FFF;
}
.dark-mode-enabled .widget_redwaves_tabbed_posts_widget .tabs .nav-tabs > li > a, .dark-mode-enabled .nav-links span, .dark-mode-enabled.single-post .cats li a {
    background-color: rgba(255,255,255,.8);
}
.dark-mode-enabled.section-style-style4 .sidebar-widget .widget-title h3, .dark-mode-enabled.section-style-style4 .section-title h3, .dark-mode-enabled.section-style-style5 .sidebar-widget .widget-title h3, .dark-mode-enabled.section-style-style5 .section-title h3, .dark-mode-enabled .dropcap, .dark-mode-enabled .widget_redwaves_tabbed_posts_widget .tabs .nav-tabs > li:not(.active) > a, .dark-mode-enabled .nav-links span, .dark-mode-enabled.single-post .cats li a, .dark-mode-enabled .single-post-tags a:hover {
    color: #333;
}
.dark-mode-enabled .obfuscator, .dark-mode-enabled .site-search {
    background-color: rgba(0, 0, 0, 0.9);
}
.dark-mode-enabled .post-info li:after {
    background-color: rgba(255,255,255,.4);
}
.dark-mode-enabled .owl-nav > div, .dark-mode-enabled .custom-owl-nav > a, .dark-mode-enabled .single-post-tags a {
    border-color: rgba(255,255,255,.65) !important;
}
.dark-mode-enabled .owl-nav > div:hover, .dark-mode-enabled .custom-owl-nav > a:hover, .dark-mode-enabled .custom-owl-nav > a:focus {
    color: #FFF !important;
}
.dark-mode-enabled.box-border-style1 .post-box, .dark-mode-enabled.box-border-style1 .single-post-box, .dark-mode-enabled.box-border-style1 .section-box, .dark-mode-enabled.box-border-style1 .sidebar-widget, .dark-mode-enabled.box-border-style2 .post-box, .dark-mode-enabled.box-border-style2 .single-post-box, .dark-mode-enabled.box-border-style2 .section-box, .dark-mode-enabled.box-border-style2 .sidebar-widget, .dark-mode-enabled.box-border-style3 .post-box, .dark-mode-enabled.box-border-style3 .single-post-box, .dark-mode-enabled.box-border-style3 .section-box, .dark-mode-enabled.box-border-style3 .sidebar-widget {
    background-color: transparent;
}
.dark-mode-enabled.box-border-style1 .post-box, .dark-mode-enabled.box-border-style1 .single-post-box, .dark-mode-enabled.box-border-style1 .section-box, .dark-mode-enabled.box-border-style1 .sidebar-widget {
    border-color: rgba(255, 255, 255, 0.4);
}
.dark-mode-enabled.box-border-style2 .post-box, .dark-mode-enabled.box-border-style2 .single-post-box, .dark-mode-enabled.box-border-style2 .section-box, .dark-mode-enabled.box-border-style2 .sidebar-widget {
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.dark-mode-enabled.box-border-style3 .post-box, .dark-mode-enabled.box-border-style3 .single-post-box, .dark-mode-enabled.box-border-style3 .section-box, .dark-mode-enabled.box-border-style3 .sidebar-widget {
    -webkit-box-shadow: 0 10px 6px -6px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 10px 6px -6px rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 6px -6px rgba(255, 255, 255, 0.8);
}
.dark-mode-enabled .sh-posts-slider.shadow-style1:before, .dark-mode-enabled .sh-posts-slider.shadow-style1:after {
    background: #777;
    -webkit-box-shadow: 0 15px 10px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 15px 10px rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 10px rgba(255, 255, 255, 0.8);
}
.dark-mode-enabled .sh-posts-slider.shadow-style2 {
    position: relative;
    -webkit-box-shadow: 0 10px 6px -6px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 10px 6px -6px rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 6px -6px rgba(255, 255, 255, 0.8);
}
.dark-mode-enabled .sh-posts-slider.shadow-style3:before, .dark-mode-enabled .sh-posts-slider.shadow-style3:after {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 35px 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 35px 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0 35px 20px rgba(255, 255, 255, 0.8);
}

.dark-mode-enabled::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}
.dark-mode-enabled::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}
.dark-mode-enabled::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.4);
}

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

@media screen and (min-width: 992px) {
    .site-header .main-navigation .container {
        background-color: transparent !important;
    }
}

@media screen and (min-width: 769px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .social-icons.floating ul li a:hover {
        width: 50px !important;
        opacity: 1;
    }
}

@media (max-width: 991px) {

    .grid-item:not(.num-0) .home-post-style1 .post-img img {
        margin-top: 0 !important;
    }
    .home-grid .grid-item.num-0 {
        width: 100%;
    }
    .main-container .content-area {
        width: 100%;
    }
    .main-container.wide-container .content-area {
        width: 100% !important;
    }
    body:not(.compose-mode) .vc-content-area {
        width: 100% !important;
    }
    .main-container .primary-sidebar {
        width: 100%;
    }
    .main-container.wide-container .primary-sidebar {
        width: 100% !important;
    }
    body:not(.compose-mode) .vc-primary-sidebar {
        width: 100% !important;
    }
    .primary-sidebar .inner-sidebar, .secondary-sidebar .inner-sidebar, .sh-sidebar .inner-sidebar {
        max-width: 350px;
        margin: 0 auto;
    }
    .secondary-sidebar .inner-sidebar {
        max-width: 320px;
    }

	body.admin-bar #mobile-menu-wrapper {
		margin-top: 0;
	}

	.site-header {
		margin-bottom: 10px;
	}
	.header-layout1 .logo-wrap {
		width: 100%;
		display: inline-block;
		text-align: center;
		float: none;
	}
    .header-layout1 .header-inner .middle {
        display: inline-block;
    }
    .header-layout1 .logo-wrap {
        padding: 10px 0;
    }
	.logo {
		width: 70%;
		margin: 0 auto;
	}

    .post-style2 .middle-box .middle, .post-style4 .middle-box .middle {
        vertical-align: top;
    }
    .post-style2 .post-img img {
        min-width: 150px;
    }
    .error-404 .icon404 {
        font-size: 200px;
    }
    .error-404 h1 {
        font-size: 40px;
    }
    .sh-news-bar .owl-carousel {
        padding-left: 0;
        padding-right: 0 !important;
    }
    .sh-news-bar .news-title {
        position: relative;
        margin-bottom: 10px;
    }
    .sh-news-bar.style2 .news-title {
        left: unset;
        top: unset;
    }
    .sh-news-bar .owl-nav {
        top: -35px;
    }

    .sh-posts-grid .loop-mosaic.columns-4 .grid-item:not(.num-0), .sh-posts-grid .loop-grid.columns-3 .grid-item:not(.num-0) {
        width: 50%;
    }
    .sh-posts-grid .loop-grid.columns-3 .grid-item:not(.num-0) .home-post-style1 .post-content .post-title a {
        font-size: 18px !important;
    }
    .home-post-style3 .post-content .post-title a {
        font-size: 32px;
    }
    .home-post-style3 .post-excerpt p {
        font-size: 15px;
    }

    .social-icons.floating {
        display: table;
        width: 100%;
        bottom: 0;
        top: unset;
        left: 0;
        right: 0;
        margin: 0;
    }
    .social-icons.floating ul {
        display: table-row;
    }
    .share-icons.floating li {
        display: table-cell;
    }
    .share-icons.floating ul li a {
        width: 100% !important;
        min-width: 20px;
    }
}

@media (max-width: 767px) {

    .site-search form {
        width: 100%;
        margin-left: -50%;
    }
    .site-search .ajax-search-results .results .grid {
        height: 300px;
        overflow: hidden;
        overflow-y: scroll;
    }
	.search-bar {
		display: none;
	}
    .modal-dialog {
        width: 94%;
        margin-left: 2%;
        margin-right: 2%;
    }
	.post-img, .post-data { 
		width: 100% !important;
	}
	.post-img {
		margin-bottom: 10px;
	}
	.small-post-data {
		padding-left: 0;
	}
	.post-box.format-link p {
	  font-size: 1em;
	}
	.post-img img {
		padding-right: 0%;
		width: 100%;
	}
	.widget-area .search-form:after {
		right: 10%;
	}
	.pagination a, .page-numbers {
		padding: 7px 12px;
		min-width: 30px;
	}
	.pagination .currenttext {
		min-width: 30px;
		padding: 7px 12px;
	}
    .scrollToTop {
        right: 20px;
        bottom: 20px;
    }
    .site-footer .copyright .copyright-left, .site-footer .copyright .copyright-right {
        text-align: center;
    }
    .post-style2 .middle-box, .post-style4 .middle-box, .post-style2 .middle-box .middle, .post-style4 .middle-box .middle {
        display: block;
    }
    .post-style2 .post-content, .post-style4 .post-content {
        padding: 0;
    }
    .post-style4 .post-content {
        padding-top: 20px;
    }
    .post-style2 .post-img img {
        min-width: 0;
    }
    .post-style3 .post-content .post-title a {
        font-size: 28px;
    }
    .home-post-style3 .post-content .post-title a {
        font-size: 28px;
    }
    .social-icons ul li a > span {
        display: none !important;
    }
    .post-next-prev .row > div {
        text-align: center;
    }
    .author-box .middle-box {
        display: block;
    }
    .author-box .middle {
        display: block;
        text-align: center;
    }
    .author-box .author-avatar {
        padding: 0;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .author-box .author-avatar img {
        width: 100%;
    }
    .author-box .vcard {
        display: block;
    }
    .comment-avatar {
        width: 50px;
    }
    .comment-content {
        padding-left: 60px;
    }
    .comment-author > span {
        display: block;
    }
    .commentlist, .commentlist ul {
        padding-left: 0;
        padding-right: 0;
    }
    .error-404 .icon404 {
        font-size: 100px;
    }
    .error-404 h1 {
        font-size: 30px;
    }
    .sh-posts-grid .loop-mosaic .grid-item:not(.num-0), .sh-posts-grid .loop-grid.columns-3 .grid-item:not(.num-0) {
        width: 100% !important;
    }
    .sh-posts-grid .home-post-style1 .post-content .post-title a {
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .topbar-right {
        display: none;
    }
    .site-search .ajax-search-results .results .middle:not(.post-content) {
        display: none !important;
    }
    .site-search .ajax-search-results .results .post-content {
        padding: 0 !important;
    }
    .post-style3 .post-content .post-title a {
        font-size: 18px;
    }
    .home-post-style3 .post-content .post-title a {
        font-size: 18px;
    }
    .home-post-style3 .post-content .post-title {
        max-width: 90%;
        padding: 15px;
    }
    .home-post-style3 .post-excerpt {
        padding: 15px;
        max-height: 70px;
        overflow: hidden;
    }
}

@media (max-width: 360px) {
    .float-box-wrap {
        padding: 15px;
    }
    .home-post-style1 .post-content .post-title a {
        font-size: 18px;
    }
    .home-post-style3 .post-excerpt {
        display: none;
    }
}