/*

Theme Name: Peppermint
Theme URI: http://www.operce.com/wp/peppermint
Description: Premium WordPress Theme for creative Bloggers/Mini-Magazines
Version: 1.4.2
Author: Manhar
Author URI: http://www.manharsharma.in/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: peppermint

Tags: two-columns, three-columns, left-sidebar, right-sidebar, blog, translation-ready, theme-options, sticky-post, post-formats, featured-images, custom-menu, custom-colors, custom-background

*/


/*
==========

TABLE OF CONTENT

    - Reset Styles
    - Grid
    - Buttons
    - Loader
    - Header
    - Banner
    - Footer
    - Breadcrumb
    - Blog Page

================================================== */


/* RESET STYLES */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure,figcaption {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}
body {
    color:#222;
    line-height: 1.8;
}
p {
    font-size: 12px;
    font-weight: inherit;
    line-height: 1.8;
    margin-bottom: 22px;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

strong, dt {
    font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

ul, ol, dl {
    margin-left: 30px;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: inherit;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
}
/*Table*/
table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  margin-bottom: 1.5em;
}

table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}

table td,
table th {
  padding: .6em;
  text-align: left;
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
}

table th:last-child,
table tr td:last-child {
  border-right: 0;
}

table thead th {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  padding: 0.7em .4em;
  vertical-align: middle;
}

table tbody th {
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table tbody tr:last-child td,
table tbody tr:last-child th {
  border-bottom: 0;
}
.ut-footer-dark .ut-footer-area table {
    border-color: rgba(255, 255, 255, 0.1);
}

table .even {
    background: #efefef;
}

caption {
    text-align: left;
}

var, kbd, samp, code, pre {
    font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    color: #151515;
    background: #f7f8fa;
}

b, strong, dfn, kbd {
    font-weight: bold;
}

dfn, cite, em, i, address, q, samp, var {
    font-style: italic;
}

q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

pre {
  overflow: auto;
  margin: 20px 0;
  padding: 1.43em;
  color: #3f3b36;
  border: 1px solid #f2f2f2;
  border-left: 10px solid #f0f0f0;
  background-size: 1px 40px;
  text-align: left;
  direction: ltr;
  -moz-tab-size: 2;
       tab-size: 2;
}

var, kbd, code {
    padding: 3px;
}

abbr[title], acronym[title], dfn[title] {
    cursor: help;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}

mark, ins {
    text-decoration: none;
    padding: 3px;
    color: #FFFFFF;
}

sup {
    font-size: 11px;
    vertical-align: top;
}

sub {
    font-size: 11px;
    vertical-align: bottom;
}

small {
    font-size: 85%;
}

big {
    font-size: 150%;
    font-weight: bold;
}

figure {
    margin: 0;
}

p, dd {
    margin-bottom: 20px;
}

pre, ul, ol, dl, address, fieldset {
    margin-bottom: 40px;
}
ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}

.top-header ul, .top-header ol, .header ul, header ol, .social-icons, .comment-list > ol, .comment-list > ul, .widget ul, .widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-comment-body ul {
    list-style-type: disc;
}

hr {
    background-color: #CCCCCC;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

embed, iframe, object {
    max-width: 100%;
}

a:focus {
    outline: thin dotted;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    outline: 0;
    display: inline;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

blockquote, .content-area blockquote {
    margin: 2em 0;
    padding: 25px 30px 25px 45px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    text-align: left;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 17px;
    background: #2c2f34;
}

blockquote:before {
    display: block;
    content: "\f10d";
    padding-bottom: 15px;
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    color: #e0e0e0;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 0;
    font-family: fontAwesome;
}
blockquote cite {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #f8f8f8;
    font-weight: 400;
    opacity: 0.9;
}

blockquote p, .post-body blockquote p, .post-single blockquote p {
    margin-bottom: 0;
    font-size: 19px !important;
    letter-spacing: inherit;
    color: #fff;
    line-height: 28px;
}

.quote_content blockquote {
    text-align: center;
    display: block;
}
.quote_content blockquote p {
    line-height: 1.3;
    color:#fff;
    border-left: 0;
    padding-left: 0;
}
.quote_content blockquote:before {
    display: none;
}

.quote_content blockquote {
    color: #fff;
    font-size: 28px;
    font-style: italic;
}
.quote_content blockquote p {
    margin-bottom: 0;
    font-size: 0.9em !important;
    letter-spacing: inherit;
    line-height: 1.3;
}
.quote_content blockquote cite {
    margin-bottom: -15px;
    color:#f8f8f8;
}

/*----------------------------------
    Typography
------------------------------------ */

h1>a, .h1>a, h2>a, .h2>a, h3>a, .h3>a, h4>a, .h4>a, h5>a, .h5>a, h6>a, .h6>a {
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.4; 
    letter-spacing: -.015em;
}

h1 {
    margin-top: 0;
    font-size: 33px;
    margin-bottom: 28px;
}

h2 {
    font-size: 27px;
    margin-bottom: 25px;
}

h3 {
    font-size: 23px;
    margin-bottom: 25px;
}

h4 {
    font-size: 19px;
    margin-bottom: 20px;
}

h5 {
    font-size: 16px;
    margin-bottom: 18px;
}

h6 {
    font-size: 13px;
    margin-bottom: 16px;
}

small {
    font-size: 80%;
}

.disabled {
    cursor: not-allowed;
}

.bg_white {
    background: #fff !important;
}

.bg_grey {
    background: #f8f8f8 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* Wordpress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    text-align: center;
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    max-width: 100%;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
    outline: none;
    position: relative;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

figcaption, .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
}


/* 1.1. Form elements */

input, button, textarea {
    outline: 0;
}

input[type=submit], button {
    background-color: #f8f8f8;
    color: #666;
    border-color: #ddd;
    border-bottom-color: #ddd;
    display: inline-block;
    padding: 6px 12px;
}

textarea {
    font-family: inherit;
}

label {
    font-size: 13px;
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: left;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="text"], textarea, select {
    color: #222;
    padding: .8em .6em;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #eee;
    max-width: 100%;
}

form button, form input[type="submit"], form input[type="button"], .field-wrap button, .field-wrap input[type="submit"], .field-wrap input[type="button"] {
    background: #222;
    min-width: 150px;
    min-height: 38px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: #222 solid 1px;
    border-radius: 50px;
}
form button:hover, form input[type="submit"]:hover, form input[type="button"]:hover, .field-wrap button:hover, .field-wrap input[type="submit"]:hover, .field-wrap input[type="button"]:hover {
    background: #f2f2f2;
    border-color: #f2f2f2;
    color: #222;
}
.mc4wp-form {
    background: #f8f8f8;
    padding: 25px;
}
.widget .mc4wp-form-fields, .widget .mc4wp-form-fields p {
    text-align: left;
}

.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="password"], .mc4wp-form-fields input[type="email"], .mc4wp-form-fields input[type="url"], .mc4wp-form-fields input[type="number"], .mc4wp-form-fields input[type="text"], .mc4wp-form-fields textarea, .mc4wp-form-fields select, .mc4wp-form-fields button, .mc4wp-form-fields input[type="submit"], .mc4wp-form-theme-dark input[type=submit] {
    width: 100%;
}

.field-wrapper {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: table;
}

.field-wrapper-half {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

.field-wrapper input[type=text], .field-wrapper input[type=email], .field-wrapper input[type=url], .field-wrapper input[type=password] {
    height: 35px;
    border: #ececec solid 1px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
}

.field-wrapper textarea {
    width: 100%;
    height: 150px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: #ececec solid 1px;
    font-weight: 400;
    border: 1px solid #ececec;
}

.field-wrapper label.hidden {
    display: none;
}

.field-wrapper label {
    margin-bottom: 8px;
    display: inline-block;
    color: #555;
}

label.error, .error {
    font-weight: 600;
    color: #ef2b2b;
    display: block;
}

.contact-area .field-wrapper input[type=text], .contact-area .field-wrapper input[type=email], .contact-area .field-wrapper input[type=url], .contact-area .field-wrapper input[type=password] {
    height: 50px;
}
.wpcf7 p, .wpcf7 label, .nf-field-label label, .nf-form-fields-required {
    color: #555;
    margin-bottom: 18px;
    font-weight: normal !important;
    font-size: 16px;
}
.wpcf7 input {
    width: 380px;
}
.wpcf7 textarea {
    width: 100%;
}
.wpcf7 .wpcf7-submit {
    width: auto;
    margin-top: 0;
    border-radius:50px;
}
.content-area form.wpcf7-form {
    padding: 57px 70px 70px;
    background-color: #f4f4f4;
}
.content-area form.wpcf7-form input, .content-area form.wpcf7-form textarea {
    height: 40px;
    padding: 0 20px;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #fff;
    transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
}
.content-area form.wpcf7-form textarea {
    min-height: 350px;
}
.content-area form.wpcf7-form input[type="submit"] {
    height: 48px;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    letter-spacing: 2px;
    border: 3px solid #333;
    background: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.content-area form.wpcf7-form input[type="submit"]:hover {
    background: #333;
    color:#fff;
}
/* ============= Grid =============== */

.container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.container2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 100%;
    padding: 20px 0;
    margin: 0 auto;
}

.row {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

.row-fixed {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 1170px;
}

.row-pd {
    padding: 0 15px;
}

.col {
    position: relative;
    float: left;
}

.col-2 {
    position: relative;
    width: 50%;
    float: left;
}

.col-4 {
    position: relative;
    width: 25%;
    float: left;
}

.col-5 {
    position: relative;
    width: 20%;
    float: left;
}

.col-3 {
    position: relative;
    width: 33.33%;
    float: left;
}

.col-70 {
    position: relative;
    width: 70%;
    float: left;
}

.col-60 {
    position: relative;
    width: 60%;
    float: left;
}

.col-66 {
    position: relative;
    width: 66.66%;
    float: left;
}

.col-65 {
    position: relative;
    width: 65%;
    float: left;
}

.col-35 {
    position: relative;
    width: 35%;
    float: left;
}

.col-80 {
    position: relative;
    width: 80%;
    float: left;
}

.col-90 {
    position: relative;
    width: 90%;
    float: left;
}

.col-30 {
    position: relative;
    width: 30%;
    float: left;
}

.col-40 {
    position: relative;
    width: 40%;
    float: left;
}

.col-10 {
    position: relative;
    width: 10%;
    float: left;
}

.col-pd {
    position: relative;
    padding: 0 15px;
    float: left;
}

.col-pd-2 {
    position: relative;
    padding: 0 15px;
    width: 50%;
    float: left;
}

.col-pd-4 {
    position: relative;
    padding: 0 15px;
    width: 25%;
    float: left;
}

.col-pd-5 {
    position: relative;
    padding: 0 15px;
    width: 20%;
    float: left;
}

.col-pd-3 {
    position: relative;
    padding: 0 15px;
    width: 33.33%;
    float: left;
}

.col-pd-70 {
    position: relative;
    padding: 0 15px;
    width: 70%;
    float: left;
}

.col-pd-60 {
    position: relative;
    padding: 0 15px;
    width: 60%;
    float: left;
}

.col-pd-66 {
    position: relative;
    padding: 0 15px;
    width: 66.66%;
    float: left;
}

.col-pd-65 {
    position: relative;
    padding: 0 15px;
    width: 65%;
    float: left;
}

.col-pd-35 {
    position: relative;
    padding: 0 15px;
    width: 35%;
    float: left;
}

.col-pd-80 {
    position: relative;
    padding: 0 15px;
    width: 80%;
    float: left;
}

.col-pd-90 {
    position: relative;
    padding: 0 15px;
    width: 90%;
    float: left;
}

.col-pd-30 {
    position: relative;
    padding: 0 15px;
    width: 30%;
    float: left;
}

.col-pd-40 {
    position: relative;
    padding: 0 15px;
    width: 40%;
    float: left;
}

.col-pd-10 {
    position: relative;
    padding: 0 15px;
    width: 10%;
    float: left;
}

[class*='col-pd-'] {
    padding: 0 15px;
}

.clearfix:after, .clearboth:after, .row:after, .row-fixed:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/*=================SECTIONS=================*/
.section {
	padding: 40px 0 50px 0;
}

/* =============== Buttons ================= */

.__btn {
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    letter-spacing: 0.5px;
    display: inline-block !important;
    text-decoration: none;
    z-index: 1;
}

.__btn-primary {
    color: #222;
    position: relative;
    text-transform: uppercase;
}

.__btn-secondary:after {
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    right:0;
    bottom:-5px;
    margin-top: -1.5px;
    transition:300ms;
    z-index: -1;
    transform:scaleX(0);
    transform-origin: left;
}
.__btn-secondary:hover::after {
    transform:scaleX(1);
}

.__btn-primary:hover {
    color: rgba(32,32,32,0.5);
}

.__btn-secondary {
    color: #222;
    position: relative;
    text-transform: uppercase;
    padding: 0 2px;
}

.__btn-secondary:hover {
    color: #222;
}


/*-----------------------------------*\
      Loader Area
\*-----------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}

.loader {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    width: 200px;
    height: 200px;
}

.loader1 {
    width: 50px;
    height: 50px;
    border-right-color: transparent;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.loader1 span:nth-child(1) {
    width: 50px;
    height: 50px;
    border-right-color: transparent;
    border-radius: 100%;
    position: absolute;
    animation: grow-shrink 2s infinite;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #002e5b;
    opacity: 0;
}

.loader1 span:nth-child(2) {
    width: 40px;
    height: 40px;
    border-right-color: transparent;
    border-radius: 100%;
    position: absolute;
    animation: grow-shrink2 2s infinite 0.5s;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #002e5b;
    opacity: 0;
}
#preloader .loader:before {
    display: none;
}
@keyframes grow-shrink {
    0% {
        transform: scale(.1);
        opacity: 0;
    }
    50% {
        opacity: .2;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes grow-shrink2 {
    0% {
        transform: scale(.1);
        opacity: 0;
    }
    50% {
        opacity: .7;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}


/*-----------------------------------*\
      Top Header
\*-----------------------------------*/

.top-header {
    padding: 8px 0;
    z-index: 99999;
}

.top-header ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    text-align: right;
}
.top-header .social-menu.round-icons a{
    width:28px;
    height:28px;
    border-radius:50px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.top-header .social-menu.round-icons li{
    padding: 5px 6px;
}
.top-header .social-menu.round-icons a:hover{
    opacity: 0.8;
}

.top-header li span {
    display: inline-block;
    vertical-align: middle;
}


/* =============== top search ================= */
.top-header .search {
    float: right;
}
.header3 .search {
    float: none;
    padding: 0;
}
.top-header form.search, .header3 form.search {
    background: #0000000a;
    border-radius: 50px;
    padding: 3px 18px;
}
.header3 form.search {
    background: transparent;
    border-radius: 0;
    padding: 3px 18px;
    float: right;
}
.top-header .search input[type="text"], .header3 .search input[type="text"] {
    width: 160px;
    background: transparent;
    color: #222;
    font-size: 12px;
    border: 0;
    letter-spacing: 0.3px;
    padding: 7px 8px 7px 0;
    opacity: 0.85;
}
.header3 .search input[type="text"] {
    opacity: 1;
}
.top-header .search button, .header3 .search button {
    background: transparent;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
}

.top-header.top-style2{
    overflow: visible;
}
.top-style2 ul li{
    padding:0;
}
.top-header .row-fixed {
    display: table;
}
.top-header .col {
    display: table-cell;
    vertical-align: middle;
    float:none;
}
.top-header.top-style2 .op-nav-menu .sub-menu li a {
    margin-right: 0;
}
.top-header.top-style2 .sub-menu {
    background: #111;
}
.top-header.top-style2 .mean-container a.mean-expand {
    background: inherit;
}
.top-header.top-style2 .op-nav-menu .sub-menu li{
    border-bottom: rgba(255,255,255,0.2) solid 1px;
}
.top-header.top-style2 .op-nav-menu ul.sub-menu li a{
    color:#f8f8f8 !important;
    line-height: normal;
}
.top-header.top-style2 .op-nav-menu ul.sub-menu li a:hover,.top-header.top-style2 .op-nav-menu ul li ul.sub-menu li:hover>a,.top-header.top-style2 .op-nav-menu ul li ul.children li:hover>a{
    color:#f8f8f8 !important;
    background: #222;
}

.top-style3 .social-menu ul {
    float: right;
}


.top-style3 .secondary-nav-menu li a{
    font-size: 12px;
    text-transform: uppercase;
}

/*-----------------------------------*\
      Header Area
\*-----------------------------------*/


.header {
    background: #fff;
    overflow: visible;
}
.header1 {
    padding: 15px 0;
}
.static-header {    
    overflow: visible;
    display: table;
    z-index: 99999;
    background: #fff;
}
.static-header .sticky-container {
    overflow: visible;
}
.header3,.header-style3 {
    background: #fff;
    overflow: visible;
}
.sticky-row {
    position: fixed !important;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    box-sizing: border-box;
    animation:slide-down 0.5s;
    -webkit-box-shadow: 0px 0.2px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0.2px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.2px 16px rgba(0, 0, 0, 0.1);
    padding: 0;

}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.header .row-fixed, .ad-header .row-fixed {
    display: table;
}

.header .logo, .sticky-row.header3 .logo, .header .text-logo {
    width: 120px;
    display: table-cell;
    float: left;
    margin: 0;
}
.ad-header .text-logo, .ad-header .logo, .ad-header .ad-code {
    display: table-cell;
    vertical-align: middle;
}
.ad-header .ad-code {
    text-align: right;
}
.header3.ad-header .text-logo, .header3.ad-header .logo, .header2.ad-header .text-logo, .header2.ad-header .logo {
    text-align: left;
    margin: 0;
}
.header .op-nav-menu {
    display: table-cell;
    vertical-align: middle;
}

.header .op-nav-menu ul {
    list-style: none;
    text-align: right;
}

.header .text-logo h1 {
    text-align: center;
    font-size: 36px;
    padding: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.header2 .text-logo {
    padding: 50px 0;
}
.sticky-row .text-logo h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 0;
    padding: 8px 0;
}

.header1 .logo, .header1 .text-logo {
    margin: 0;
    padding: 15px 0;
    text-align: left;
    float: none;
    vertical-align: middle;
}
.header2 .logo, .header2 .text-logo {
    width: 120px;
    margin: 0 auto;
    float: none;
    display: table;
    text-align: center;
}

.header3-menu {
    text-align: center;
    overflow: visible;
    border-radius:2px;
}
.header3-menu ul li a{
    font-size: 13px;
}

.op-nav-menu li {
    display: inline-block;
    position: relative;
}

.op-nav-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 15px;
    text-decoration: none;
    display: block;
    letter-spacing: 1.1px;
}
.header .current-menu-item > a:before, .header .current_page_item > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    opacity: 0.4;
    left: 0;
    bottom: 30%;
}
.header .current-menu-parent .current-menu-item > a:before, .header .current_page_parent .current_page_item > a:before {
    bottom: 0;
}
.current-menu-parent > a, .current_page_parent > a, .current-menu-ancestor > a, .current_page_ancestor > a {
    opacity: 0.75;
}
.mean-container .mean-nav ul li a:before{
    display: none;
}
.mean-container .mean-nav ul li.current-menu-item a, .mean-container .mean-nav li.current-menu-parent>a, .mean-container .mean-nav li.current-menu-ancestor>a, .mean-container .mean-nav ul li.current_page_item a, .mean-container .mean-nav li.current_page_parent>a, .mean-container .mean-nav li.current_page_ancestor>a{
    opacity: 1;
}
li.menu-item-has-children>a:after, li.page_item_has_children>a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 7px;
    background: none !important;
    color: #999 !important;
    font-size: 14px;
}

.header2 .logo {
    width:150px;
    margin: 0 auto;
    padding: 50px 0;
    float: none;
    display: block;
    text-align: center;
}

/* submenu start */

.header .sub-menu, .header .page_item_has_children .children, .top-header .sub-menu, .top-header .page_item_has_children .children {
    background: #fff none repeat scroll 0 0;
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
    min-width: 210px;
    z-index: 9999;
    padding: 0 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}

.op-nav-menu ul li:hover>ul.sub-menu, .op-nav-menu ul li:hover>ul.children {
    display: block;
    opacity: 1;
    visibility: visible;
}

.op-nav-menu ul li ul.sub-menu li, .op-nav-menu ul li ul.children li {
    position: relative;
    display: block;
    text-align: left;
    float: none;
    border-bottom: #eee solid 1px;
}

.op-nav-menu ul li ul.sub-menu li a, .op-nav-menu ul li ul.children li a {
    color: #222;
    font-size: 12px;
    padding-left: 15px;
    text-transform: uppercase;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
}

.op-nav-menu>nav>ul>li:last-of-type ul .sub-menu, .op-nav-menu>nav>ul>li:last-of-type ul .children {
    right: auto;
    left: -95%;
    bottom: 0;
    top: auto;
}

.op-nav-menu ul li ul.sub-menu li a i, .op-nav-menu ul li ul.children li a i {
    float: right;
    margin-top: 7px;
}

.op-nav-menu ul li ul.sub-menu li:hover>a, .op-nav-menu ul li ul.children li:hover>a {
    background: #f1f1f1;
    color: #222;
    padding-left: 20px;
}

.op-nav-menu ul li ul.sub-menu li ul, .op-nav-menu ul li ul.children li ul {
    left: 100%;
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.top-header .op-nav-menu ul li a{
    font-size: 12px;
    text-transform: uppercase;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: 25px;
    line-height: 38px;
    padding:0;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.7px;
}

.header3 .row-fixed, .header3 .header3-menu {
    display: table;
}

.header3 .logo, .header3 .text-logo {
    width:150px;
    margin: 0 auto;
    padding: 52px 0;
    float: none;
    display: block;
    text-align: center;
}

.header3 .col {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.header3 .col.search {
    width: 230px;
}

.header3-menu .op-nav-menu ul {
    text-align: left;
}
.header3 .meanmenu-reveal {
    left:0 !important;
    right: auto !important;
}
.header3-menu ul li a {
    padding: 14px 10px;
}

.header3 form.search i {
    font-size: 16px;
    color:#222;
}

/* submneu end */


/*-----------------------------------*\
      Banner Area
\*-----------------------------------*/
.banner_container {
    height: auto;
    margin-bottom: 60px;
    overflow: visible;
}
.banner .row {
    overflow: visible;
}
.banner-inner {
    height: 620px;
}
.col-80.banner-inner {
    max-width: 1400px;
    min-width: 1140px;
    margin: 0 auto;
    float: none;
}
.row.banner-inner {
    height: 680px;
}
.banner-inner.slider-strip {
    height: 410px;
    margin-bottom: 70px;
    overflow: visible;
}
.banner-inner.slider-strip2 {
    overflow: visible;
    height: 500px;
}
.banner-inner.slider-strip3 {
    overflow: visible;
    height: auto;
}

.banner-slider {
    height: 100%;
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item, .item {
    height: 100%;
}

.banner-content {
    width: 100%;
    position: absolute;
    bottom:0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.6));
    background: -webkit--webkit-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.6));
    background: -moz--webkit-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.6));
}
.slider-strip3 .banner-content {
    position: relative;
    background: #fff;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.content-middle {
    position: absolute;
    bottom:0;
}

.banner .text {
    display: inline-block;
    margin: 0 auto;
    padding: 20px 50px;
    width:700px;
}
.banner2 .text {
    max-width:80%;
    width: auto;
}
.banner .post-meta{
    margin-bottom: 10px;
}
.banner-inner.slider-strip .text  {
    width:100%;
    padding:25px;
}
.banner-inner.slider-strip3 .text  {
    padding:0;
}
.banner-inner.slider-strip3 .slide-img  {
    margin-bottom: 20px;
}
.slider-strip .post-meta span {
    font-size: 12px;
}

.banner .text h2, .banner .text h2 a  {
    color: #fff;
}
.banner .post-date, .banner .post-date a, .banner .post-meta a, .banner .post-extra, .banner .post-extra span {
    color: #fff;
}
.slider-strip3 .post-date, .slider-strip3 .post-date a, .slider-strip3 .post-meta a, .slider-strip3 .post-extra, .slider-strip3 .post-extra span {
    color: #111;
}
.slider-strip3 .post-extra, .slider-strip3 .post-extra span {
    color: #777;
}
.slider-strip3 .post-extra a {
    color: #111;
    font-style: italic;
}
.banner .post-meta a{
    letter-spacing: 1.5px;
    font-size: 13px;
    text-transform: uppercase;
}
.banner .post-date, .banner .post-date a, .banner .post-extra, .banner .post-extra span {
    font-size: 12px;
    text-transform: capitalize;
    line-height: 1.5;
    letter-spacing: 0.4px;
}
.banner .post-date a:hover, .banner .post-meta a:hover, .banner .post-extra a:hover {
    text-decoration: underline;
    color:#fff;
}
.banner .text h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 18px;
}
.row-fixed.banner-inner .text h2{
    font-size: 34px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box!important;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow: hidden;
}
.banner-inner.slider-strip .text h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.banner-inner.slider-strip2 .text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.banner-inner.slider-strip .post-meta a {
    text-transform: capitalize;
}
.banner-inner.slider-strip3 .post-meta a {
    text-transform: uppercase;
    font-size: 12px;
}

.banner .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .author_avatar {
    width:40px;
    float: left;
    margin-right: 15px;
    height: 40px;
}
.banner .author_avatar img{
    width:100%;
    border-radius: 50%;
}
.banner .post-extra span.post-author {
    padding-top: 2px;
    display: block;
}
.slider-strip3 .owl-stage-outer, .slider-strip2 .owl-stage-outer, .slider-strip .owl-stage-outer {
    padding-top: 20px;
}
.slider-strip3 .owl-stage-outer {
    padding-bottom: 20px;
}

.owl-nav {
    transition: 300ms;
    position: initial;
}

.owl-prev, .owl-next {
    font-size: 20px;
    opacity: 0.6;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    line-height: 50px;
    color: inherit;
    background:rgba(255,255,255,0.7);
    border-radius: 50%;
    color: #000;
    box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1803921568627451)
}
.owl-prev {
    left: 35px;
    -webkit-transition: left 500ms;
    -moz-transition: left 500ms;
    -ms-transition: left 500ms;
    -o-transition: left 500ms;
    transition: left 500ms;
}

.owl-next {
    right: 35px;
    -webkit-transition: right 500ms;
    -moz-transition: right 500ms;
    -ms-transition: right 500ms;
    -o-transition: right 500ms;
    transition: right 500ms;
}
.owl-prev:hover, .owl-next:hover {
    opacity: 1;
}

.owl-nav .fa {
    margin-right: 0px;
}

.banner2 .banner-content, .banner3 .banner-content {
    height: 100%;
    width: 100%;
    display: table;
    background: transparent;
}
.banner3 .banner-content {
    background: rgba(0,0,0,0.35);
}
.banner2 .content-middle, .banner3 .content-middle {
    vertical-align: middle;
    display: table-cell;
    position: relative;
    text-align: center;
}

.banner2 .text, .banner3 .text {
    display: inline-block;
    margin: 0 auto;
}
.banner2 .text {
    padding:50px 70px;
    max-width: 50%;
    background: rgba(255,255,255,0.9);
    position: relative;
}
.banner2 .text:after {
    content: "";
    border: 6px solid #fff;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    opacity: .9;
}
.banner2 .text:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    opacity: .9;
}
.banner2 .text h2, .banner2 .text h2 a, .slider-strip3 .text h2, .slider-strip3 .text h2 a {
    color: #222;
}

.banner2 .post-extra span {
    color:#777;
}
.banner2 .post-date, .banner2 .post-date a, .banner2 .post-meta a, .banner2 .post-extra a {
    color: #222;
}

.banner2 .post-date a:hover, .slider-strip3 .post-date a:hover, .banner2 .post-meta a:hover, .slider-strip3 .post-meta a:hover, .banner2 .post-extra a:hover, .slider-strip3 .post-extra a:hover {
    text-decoration: underline;
    color:#222;
}
.banner2 .post-extra span, .banner2 .post-extra span.post-author {
    display: inline-block;
}
#slider-strip {
    margin-bottom: 50px;
}
.slider-strip3 .owl-stage-outer:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: #222 solid 1px;
}
.slider-strip3 .owl-stage-outer:after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 100%;
    border-bottom: #222 solid 2px;
}
.slider-strip3 .owl-stage-outer {
    padding-bottom: 25px;
}
#slider-strip .owl-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #e8e8e8;
    border: none;
    margin: 0 2px;
    transition:300ms;
    -webkit-transition:300ms;
    -moz-transition:300ms;
    display: inline-block;
}
#slider-strip .owl-dot.active span {
    width: 20px;
}
.post-extra .post-date span:after, .banner2 .post-extra span:after, .banner3 .post-extra span:after, .slider-strip .post-extra span:after, .post-meta span a:after, .banner3 .post-meta span a:after {
    background-color: currentColor;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 5px 0 5px;
}

.last-span:after, .post-meta span a:last-of-type::after{
    display: none !important;
}


/*======================= Instagram footer ==========================*/
.instafeeds {
    margin: 0;
}
.instagram-footer-full {
    padding: 0;
    margin: 30px 0 0 0;
    border: 0;
    box-shadow: none;
    text-align: center;
    margin-top: 30px;
}
.instagram-pics .instagram-meta {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.instagram-footer-full .instagram-pics li {
    width: 11.11%;
    float: left;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0;
    height: 180px;
}
.instagram-footer-full .instagram-pics li:hover .overlay {
    opacity: 1;
}
.instagram-pics img {
    transition: 500ms;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.instagram-pics .instagram-meta span {
    padding: 5px;
}
.instagram-footer-full div.insta-btn {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    width: 250px;
    top: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    height: 46px;
}
.instagram-footer-full .insta-btn a {
    z-index: 3;
    position: relative;
    background: #fff;
    box-shadow: 0.2px 0.2px 4px rgba(0, 0, 0, 0.15);
    display: inline-block !important;
    font-weight: bold;
    padding: 0 20px;
    line-height: 46px;
    color:#000;
}
.instagram-footer-full .insta-btn a:after {
    content: "";
    border: 6px solid #fff;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.instagram-footer-full .insta-btn a:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
}
.instagram-pics li:hover img {
    transform: scale(1.2);
}



/*======================= Footer Social + Text + Links ==========================*/
.footer-widgets-four .row-fixed {
    font-size: 0;
}
.footer-widgets-four .widget .widget-title span {
    background: transparent;
}
.footer-widgets-four .widget{
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding:0 20px;
    margin-bottom: 40px;
}
.footer .mc4wp-form {
    background: transparent;
    padding: 0;
}
.footer .widget .instagram-pics li {
    border-top: 0;
}
.footer .widget.widget_tags li a {
    color:#fff;
}
.footer .widget_social ul li a {
    border-radius: 50%;
}
.footer-info {
    padding: 20px 0;
}
.footer-info .row-fixed, .footer-info .row {
    display: table;
}

.footer-info .footer-text {
    text-align: center;
}

.footer-info .footer-text p {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

/*======================= Footer menu ==========================*/

.footer-menu ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px
}

.footer-menu li {
    display: inline-block;
    position: relative;
}

.footer-menu li a {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 4px;
    color:#333;
    font-weight: 500;
}
/*---------------------------------*\
        ERROR 404
\*---------------------------------*/
#error404_container {
    margin-top: 0;
}
#error404_container .row-fixed {
    display: table;
    min-height: 720px;
    height: 720px;
    padding-top: 0;
}
#error404_container.error_bg {
    background-size: cover;
    background-position: center center;
}
.error_text {
    color: #555;
    text-align: center;
    font-size: 250px;
    line-height: 1.2em;
    font-weight: 700;
}
#error404_container.error_bg h1, #error404_container.error_bg h3, #error404_container.error_bg h5, #error404_container.error_bg p, #error404_container.error_bg .error_text {
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.error_container {
    display: table-cell;
    vertical-align: middle;
}
.error_container h1, .error404_container h3, .error404_container h5
{
    margin-bottom: 20px;
}
.no-results .page-title {
    font-size: 38px;
    margin-bottom: 20px;
}

/*-----------------------------------*\
      page-banner Area
\*-----------------------------------*/

.page-banner {
    padding: 100px 0;
    background-size: cover;
    text-align: center;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.page-banner.no_banner_bg {
    padding: 45px 0;
    text-align: left;
}
.page-banner + .content-area {
    padding-top: 0;
}
.header + .content-area {
    margin-top: 30px;
}
.header2 + .content-area {
    margin-top: 0;
}
.page-banner .overlay {
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.page-banner.no_banner_bg .overlay, .archive-box {
    background: rgba(0, 0, 0, 0.02);
}

.page-banner h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 10px 0 0 0;
    text-align: center;
    color: #000;
    line-height: 1.3;
}
.page-banner h2 span {
    color: #ddd;
}

.page-banner .seperator {
    width: 90px;
    background: #000;
    height: 2px;
    position: relative;
    display: inline-block;
    margin-left: 2px;
}

.page-banner p {
    font-size: 15px;
    font-weight: 500;
    margin: 15px 0;
    text-align: center;
    color: #222;
}

.page-banner.no_banner_bg h2, .page-banner.no_banner_bg span, .page-banner.no_banner_bg p{
    text-align: left;
}

.page-image {
    margin-bottom: 30px;
}

.page-image.img-background {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}


/*------------------------------------*\
    Blog Post styles
\*------------------------------------*/

.post-img, .gallery-slider, .audio_content, .quote_content, .fluid-width-video-wrapper, .link_content {
    margin-bottom: 20px;
}
.single .post-img, .single .gallery-slider, .single .audio_content, .single .quote_content, .single .fluid-width-video-wrapper, .single .link_content {
    margin-bottom: 30px;
}
.single .post-header.above-featured, .above-featured {
    margin-top: 0;
}
.single .above-featured .post-title {
    letter-spacing: -0.06em;
    word-spacing: -0.04em;
    font-size: 2.6em;
    line-height: 1.1;
    margin-bottom: 10px;
}
.single .above-featured span.cat {
    margin-bottom: 10px;
}
.blog-masonry .quote_content, .blog-masonry .link_content {
    margin-bottom: 50px;
}

.audio_content {
    overflow: visible;
    font-size: 0;
}

.post-img img {
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    max-width: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.post-img a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/* =============== Post List Style ================= */
.list-item .post-img {
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    width: 35%;
    max-width: 270px;
}

.list-item .post-footer {
    margin-bottom: 15px;
    text-align: left;
}

.list-item .post-img a {
    display:inline;
}
.list-content .post-title {
    margin: 0;
    font-size: 26px;
    margin-bottom: 10px;
    text-align: left;
}
.list-content span.cat, .list-content .post-date {
    text-align: left;
}
.list-content .post-date span:before, .list-content .post-date span:after {
    display: none;
}

.list-content {
    width: 60%;
    float: left;
    margin-left: 4%;
    padding: 5px 0 0 0;
}
.no-featured-img .list-content {
    margin-left: 0;
}
.list-content .post-header, .list-content .post-body, .list-content .post-footer {
    padding: 0;
}


/* =============== Post Grid Style ================= */
.post-grid {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.blog-grid, .blog-masonry {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.blog-masonry .post-footer {
    margin-bottom: 30px;
}
.post-grid .post-date, .post-grid .post-body p {
    margin-bottom: 10px;
}
.blog-grid .post-header {
    margin: 0 20px;
    width: auto;
    margin-top: -60px;
    background: #fff;
    padding: 20px;
}
.blog-grid .no-featured-img .post-header {
    margin: 0;
}
.post-grid .post-title {
    margin: 0 0 10px 0;
    font-size: 22px;
}
.post-grid .post-body {
    padding: 8px 15px;
}
.blog-masonry .post-grid .post-body {
    padding: 8px 20px;
}
.blog-masonry .no-featured-img .post-body {
    padding: 8px 0;
}


/* =============== Layouts style ================= */
.layout-full .blog-grid {
    font-size: 0;
    margin: 0;
}

.layout-full .blog-list {
    padding: 0 80px;
}

.layout-right {
    float: right;
    padding-left: 35px;
}

.layout-left {
    float: left;
    padding-right: 35px;
}

/* =============== Related Posts Style ================= */
.related-posts {
    margin: 0;
}
.single .related-posts .post-title, .related-posts .post-title {
    font-size: 18px;
    line-height: 1.3;
}
.related-posts .post-single {
    background: #fff;
    border:#fff;
}
.related-posts .post-single .post-img {
    background: #eee;
    margin-bottom: 15px;
}
.related-posts span.cat {
    display: none;
}
.related-posts .post-date a:last-child::after {
    display: none;
}
.single .related-posts .post-header {
    text-align: center;
}
.single .related-posts .post-header .post-date {
    font-size: 11px;
    letter-spacing: normal;
}
.related-posts-title h4{
    font-size: 22px;
    text-align: left;
    margin: 0 0 30px 0;
    font-weight: 700;
}
.related-posts .col-3 {
    margin: 0 1%;
    width: 31.8%;
}
.related-posts .row .col-3:first-child {
    margin-left:0;
}
.related-posts .row .col-3:last-child {
    margin-right: 0;
}


/* =============== Single post style ================= */
.post-header, .post-body, .post-footer {
    padding:0 20px;
}
.no-featured-img .post-header, .no-featured-img .post-body, .no-featured-img .post-footer {
    padding: 0;
}
span.cat {
    display: block;
    text-align: left;
    position: relative;
    padding:0;
    margin-bottom: 5px;
}

span.cat a {
    font-size: 13px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 1.5px;
    color: #000;
}

span.cat a:after {
    display: inline-block;
    content: '';
    width:4px;
    height: 4px;
    background: #aaa;
    border-radius: 100%;
    margin: 0 8px 2px 8px;
}
span.cat a:last-child:after {
    display: none;
}

.post-title {
    margin: 0 0 8px 0;
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 1.3;
}
.post-title a, .post-title{
    word-break: break-word;
}
.post-title a:hover{
    opacity:0.8;
    color:#333;
}
.single .post-title {
    letter-spacing: -0.06em;
    word-spacing: -0.04em;
    font-size: 32px;
    line-height: 1.3;
}
.single span.cat, .single span.cat a {
    text-transform: uppercase;
}
.single .post-header .post-date{
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.single .post-header .post-date img{
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
    padding: 3px;
    background: #eeeeef;
}
.single .post-header, .single .post-body, .single .post-footer{
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
}
.single .post-body, .page .post-body, .page .post-entry, .page .post-single {
    text-align: left;
}
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    -webkit-font-smoothing: initial;
}
.page-template-template-customblog .post-single, .page-template-template-customblog .post-single .post-body {
    text-align: left;
}
.single .post-body ul li, .single .post-body ol li, .page .post-single li, .blog-comment-body li{
    padding: 6px 0;
    line-height: 1.8;
}

.post-date {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    letter-spacing: 0.08em;
}
.post-date a{
    color: #999;
}
.single .post-date a{
    color: #222;
}
.post-date a:hover{
    color: #222;
    text-decoration: underline;
}

.post-single .post-date span a:after, .post-single .post-date span span:after {
    background-color: currentColor;
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    vertical-align: middle;
    margin: 0 8px 0 8px;
}
.single .post-date span span:after, .single .post-date span span:last-child::after, .single .post-date span a:last-child::after {
    display: none;
}
.post-single {
    position: relative;
    margin-bottom: 50px;
}

.blog-post-comments, .blog-comment-form {
    position: relative;
    margin-bottom: 50px;
    background: #fff;
}
.blog-comment-form #reply-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-comment-form h3#reply-title:after {
    content: "\f0e5";
    font-family: fontAwesome;
    position: absolute;
    margin: 0 0 0 15px;
}
.post-body a, .page .posts-main > .post-single a{
    display: inline;
    font-weight: bold;
}
.post-body a:hover, .page .posts-main > .post-single a:hover{
    text-decoration: underline;
}

.single .format-chat .post-body p, .page .format-chat .post-body p {
    margin: 0;
    padding: 3px;
}
.single .format-chat .post-body p:last-child, .page .format-chat .post-body p:last-child {
    margin-bottom: 20px;
    padding: 3px;
}
.single .format-chat .post-body p:nth-child(2n+1), .page .format-chat .post-body p:nth-child(2n+1) {
    background: #f7f8fa;
}


/*======================= Sidebar Widgets ==========================*/

.widget-title, .widget h4 {
    position: relative;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.04em;
    padding-bottom: 10px;
}

.title-divider:before, .widget-title:before, .widget h4:before, .title-divider:after, .widget-title:after, .widget h4:after {    
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
    height: 2px;
    width: 40px;
    background: #f2f2f2;
}
.title-divider:after, .widget-title:after, .widget h4:after {  
    bottom: -4px;
    left: 15px;
}

.widget-title span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    background-color: #fff;
}

.widget_custom_html * {
    word-break:break-all;
}
.widget-about-content {
    padding: 20px;
    background: #f1f1f1;
}
.widget-about-content .images {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    background-size: cover;
    background-position: 50% 50%;
}

.widget {
    margin-bottom: 45px;
}

.widget .clearfix:after, .widget .clearfix:before {
    visibility: visible;
}

.widget .item-meta {
    display: block;
    font-size: 12px;
    letter-spacing: .02em;
    color: #999;
    margin-top: 5px;
    position: relative;
}

.widget .item-meta a {
    color: #222;
    text-transform: capitalize;
}

.widget .item-title {
    font-size: 14px;
    color: #111;
    margin: 0 0 5px 0;
    line-height: 1.6em;
    letter-spacing: .015em;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}

.widget .item-image {
    width: 72px;
    float: left;
    margin-right: 16px;
}

.widget .item {
    border-bottom: 1px solid #eceef2;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
/* Widget slider */
.widget-slider .item {
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget-slider .post-header {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0.6));
    width: 100%;
    margin-bottom: 0;
}
.widget-slider span.cat, .widget-slider span.cat a, .widget-slider .post-title a{
    color:#fff;
    text-align: left;
}
.widget-slider .post-title {
    font-size: 18px;
    text-align: left;
}
.widget .item:last-child {
    border-bottom: 0px;
}

.item-content {
    overflow: hidden;
    padding-top: 5px;
}

.widget .item-image img {
    width: 72px;
    height: auto;
    border-radius: 50%;
}

.widget ul li, .widget ol li {
    border-top: 1px dashed #ddd;
    padding: 12px 0;
}
.widget ul li:first-child, .widget ol li:first-child {
    border-top:0px;
}
/* Widget Nav */
.widget_pages ul,
.widget_nav_menu ul,
.widget_categories ul{
    margin:0;
    list-style:none;
    padding: 0 5px;
}
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_categories ul ul{
    margin:0 0 0 1em;
}
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a{
    text-align: left !important;
}
.widget_pages ul li:after,
.widget_nav_menu ul li:after,
.widget_categories ul li:after{
    display: none;
}
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_categories ul li{
    padding:0;
}
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a{
    padding:12px 0;
    display: inline-block;
}
.widget_pages ul ul li a:before,
.widget_nav_menu ul ul li a:before,
.widget_categories ul ul li a:before{
    content:'-';
    left: -10px;
    font-size: 16px;
    position: relative;
    background: transparent;
}
/*widget rss*/
.widget.widget_rss ul li {
    text-align: left !important;
}
.widget.widget_rss ul li a {
    padding:8px 10px 8px 0;
    font-weight: bold;
}
.widget.widget_rss ul li span {
    color: #888;
}
.widget.widget_rss .rssSummary {
    padding: 10px 0;
}
/* Widget comments recent */
.widget_recent_comments li:after {
    display: none;
}

.widget ul li+li {
    margin-top: -1px;
}

.widget ul li a, .widget ul li {
    font-size: 12px;
    color:#555;
    text-transform: uppercase;
    font-weight: 500;
}
.widget.widget_categories ul li, .widget.widget_archive ul li {
    color:#aaa;
}

.widget ul li:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px;
    background: none !important;
    color: #99ccff;
    font-size: 14px;
    float: right;
}

.widget_search form, .search-form form {
    position: relative;
}

.widget_search form input, .search-form form input {
    background: #eee;
    color: #222;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    padding-left: 10px !important;
    width: 100%;
    height: 38px;
    border: none;
    margin-bottom: 0px;
}

.widget_search i, .search-form i {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38px;
    color: #333;
}

.widget.widget_tags ul li {
    display: inline-block;
    border: 0;
    border-radius: 2px;
    margin-bottom: 5px;
    color: #fff;
    padding: 0;
}

.widget.widget_tags ul li:after {
    display: none;
}

.widget_archive select, .widget_categories select {
    width:100%;
}

.widget.widget_tags li a {
    display: inline-block;
    padding: 2px 8px;
    background: #f6f6f6;
    border: #f6f6f6 solid 1px;
    color: #333;
    font-size: 11px !important;
    border-radius: 2px;
    margin: 2px;
}
.widget.widget_tags li a:before {
    content: '#';
    font-weight: 600;
    padding-right: 3px;
    font-size: 14px;
}

.widget.widget_tags li a:hover {
    color: #fff;
    background: #222;
    border-color: #222;
}
.tagcloud a {
    padding: 8px 4px;
}
.widget_about p, .widget_ads p {
    text-align: center;
    color: #555;
    font-size: 12px;
}

.widget_about h5, .widget_ads h5 {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
}

.widget_about .images, .widget_ads .images {
    margin-bottom: 20px;
}
.widget_featured .feature_item {
    display: table;
    width: 100%;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.widget_featured .feature_link {
    position: absolute;
    height: 150px;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: table;
}
.widget_featured .feature_overlay {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.widget.widget_featured .feature_overlay h4 {
    color: #000;
    line-height: 1.5em;
    padding: 11px 18px 9px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: 0.2px 0.2px 4px rgba(0, 0, 0, 0.15);
}

.widget_featured .feature_overlay h4:after, .widget_featured .feature_overlay h4:before {
    display: none;
}
.share-social {
    float: right;
}

.share-social ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 8px;
    color: #222;
    font-size: 12px;
    text-align: right;
}

.sidebar-right, .posts-main.layout-right {
    padding-left: 25px;
}
.sidebar-left, .posts-main.layout-left {
    padding-right: 25px;
}

.widget_contact ul li {
    padding-left: 35px;
    position: relative;
}

.widget_contact li.address:after {
    font-family: FontAwesome;
    content: "\f041";
    margin-right: 15px;
    background: none !important;
    font-size: 14px;
    float: left;
    position: absolute;
    top: 12px;
    left: 0;
}

.widget_contact li.phone:after {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 15px;
    background: none !important;
    font-size: 14px;
    float: left;
    position: absolute;
    top: 12px;
    left: 0;
}

.widget_contact li.fax:after {
    font-family: FontAwesome;
    content: "\f1ac";
    margin-right: 15px;
    background: none !important;
    font-size: 14px;
    float: left;
    position: absolute;
    top: 12px;
    left: 0;
}

.widget_contact li.email:after {
    font-family: FontAwesome;
    content: "\f0e0";
    margin-right: 15px;
    background: none !important;
    font-size: 14px;
    float: left;
    position: absolute;
    top: 12px;
    left: 0;
}

.widget_contact li.internet:after {
    font-family: FontAwesome;
    content: "\f26b";
    margin-right: 15px;
    background: none !important;
    font-size: 14px;
    float: left;
    position: absolute;
    top: 12px;
    left: 0;
}

.widget p {
    text-align: center;
}

.widget_social ul {
    text-align: center;
    padding: 6px 0;
}

.widget_social li {
    display: inline-block;
    border: 0 !important;
    padding: 0 !important;
}

.widget_social li a {
    display: inline-block;
    border: #eee solid 1px;
    width: 35px;
    height: 35px;
    color: #222;
    line-height: 35px;
    font-size: 14px !important;
    margin: 6px;
    text-align: center;
}

.widget_social li a:hover {    
    color: #fff !important;
}

.widget_social li:after {
    display: none;
}

.widget .instagram-pics li {
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0
}
.widget .instagram-pics li:hover .overlay {
    opacity: 1;
}
.widget .instagram-pics li:after {
    display: none;
}

.instagram-pics img {
    transition: 500ms;
}

/* Flicker */
div.flickr_badge_image 
{
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 5px;
    width: 31.33%;
}
div.flickr_badge_image img {
    width: 100%;
}

/*Avatar comments*/
.comments-avatar .post-thumbnail {
    float: left;
    margin-right: 15px;
}
.widget.comments-avatar ul li {
    overflow: hidden;
    text-align: left;
    margin-right: 0;
}
.comments-avatar ul li:after {
    display: none;
}

/* Calendar */

#calendar_wrap {
    padding: 0;
}

#wp-calendar {
    width: 100%;
}

table#wp-calendar {
    border: 0;
}

.widget_calendar tbody a {
    background-color: #222;
    color: #fff;
    display: block;
    line-height: 40px;
}

.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
    background-color: #eeeeee;
    color: #222222;
}

#wp-calendar tr {
    border: 0;
}

#wp-calendar td {
    padding: 0;
    line-height: 40px;
    border: none;
    font-size: 12px;
    text-align: center;
    border: 1px solid #f7f7f7;
}

#wp-calendar caption {
    margin-bottom: 5px;
    padding: 4px 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

#wp-calendar thead th {
    padding: 7px 0;
    background: #f7f7f7;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #fff;
}

#wp-calendar .pad {
    border: 0px;
}

#wp-calendar #prev {
    text-align: left;
    border: 0px;
}

#wp-calendar #next {
    text-align: right;
    border: 0px;
}

.widget_twitter .twitter-icon {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 50px;
    color: #d4ebfd;
    color: rgba(101, 187, 251, 0.35);
    z-index: -1;
}
.widget_twitter p {
    font-size: 14px;
    padding: 15px 20px;
}

.widget-twitter-active .owl-dots {
    position: relative;
    padding: 0;
}


.widget-twitter-active .owl-dot span {
    width: 7px;
    height: 7px;
}

.twitter-widget-content {
    text-align: center;
}

p.twitter-timestamp {
    color: #bbb;
    text-align: right;
    padding: 0 25px;
}

.widget .overlay, .instagram-footer-full .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition:300ms;
}

.wp-caption-text, .gallery .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.wp-caption-text a, .gallery .gallery-caption a, figcaption a, .wp-caption p.wp-caption-text a, .post-thumbnail-caption a {
    color: #fff;
    opacity: 0.95;
}
.wp-caption-text a:hover, .gallery .gallery-caption a:hover, figcaption a:hover, .wp-caption p.wp-caption-text a:hover, .post-thumbnail-caption a:hover {
    opacity: 1;
    text-decoration: underline;
}

/*======================= Post Footer ==========================*/

.author-info {
    position: absolute;
    bottom: 0;
    left:0;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0,0.5));
    background: -webkit--webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0,0.5));
    background: -moz--webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3),rgba(0,0,0,0.5));
    padding: 10px 20px;
    text-align: right;
}

.post-footer .read-more {
    font-size: 12px;
    text-transform: uppercase;
}
.post-footer .read-more-btn:before {
    content: '';
    width: 25px;
    height: 1px;
    display: inline-block;
    background: #111;
    margin: 0 10px 3px 0;
}

.post-footer p {
    margin: 0;
}

.post-single .post-meta {
    padding: 20px 0 0 0;
    border-top: #ddd dashed 1px;
    text-align: left;
}

.author-info .author_avatar {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 15px 10px 0;
}
.author-info .post-author {
    line-height: 62px;
    text-align: left;
    color:#fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.author-info .post-author a {
    font-weight: bold;
}
.post-footer .read-more-btn, .post-footer .read-more {
    margin: 0;
    display: inline-block;
    font-weight: bold;
}
.post-footer .read-more-btn {
    margin-bottom: 10px;
}

.meta-info {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    color: #aaa;
}

.meta-info span {
    text-transform: uppercase;
    padding: 0 8px;
}

.post-single .post-meta .share-social ul li {
    padding: 0 8px;
}

.post-single .post-meta .share-social ul li a {
    color: #aaa;
}


/*======================= Pagination ==========================*/

.pagination {
    margin: 40px 0 60px 0;
}

.pagination a {
    background: #99ccff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 14px 8px;
    border-radius: 50px;
    color: #fff;
    margin-top: 10px;
    -o-transition: .22s;
    -ms-transition: .22s;
    -moz-transition: .22s;
    -webkit-transition: .22s;
    transition: .22s;
    display: inline-block;
    -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.pagination a:hover {
    background: #f6f6f6;
    color: #222;
}


/*======================= Archive + Category + Search Styles ==========================*/

.archive-box {
    padding: 40px 0 40px 0;
    margin-bottom: 40px;
}

.archive-box .sub-title {
    font-size: 15px;
    color: #444;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: left;
}
.archive-box .sub-desc {
    font-size: 12px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: left;
}

.archive-box h1 {
    font-size: 30px;
    color: #333;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 15px;
    text-transform: capitalize;
}


/* SIngle Blog footer */

.blog-post-footer .tags {
    text-align: left;
    margin-bottom: 15px;
}

.blog-post-footer .tags a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 14px 0 9px;
    line-height: 28px;
    font-size: 11px !important;
    color: #111;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    width: auto;
    font-weight: 400;
    text-transform: uppercase;
}
.blog-post-footer .tags a:before {
    content: '#';
    font-size: 14px;
    font-weight: 600;
    padding-right: 3px;
}
.tags a:hover {
    color: #fff;
    background: #222;
    border-color: #222;
    border-radius: 2px;
}

.blog-post-footer .author-desc span, .blog-post-footer .author-desc p {
    margin-bottom: 10px;
}

.blog-post-footer .author-desc .author-name, .blog-post-footer .author-desc .author-name a {
    color: #aaa;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
}
.blog-post-footer .author-desc .author-name {
    margin-bottom: 8px;
}
.blog-post-footer .author-desc .author-name a:hover {
    color: #777;
}

.blog-post-footer .author-desc .desc {
    font-size: 13px;
    line-height: 1.6;
}

.blog-post-footer .share-social {
    float: left;
    margin-bottom: 0;
}

.blog-post-footer .social-icons {
    float: left;
    margin-bottom: 0;
}

.blog-post-footer .share-social li {
    padding: 5px 6px;
}

.blog-post-footer .share-social li a {
    color: #222;
    font-size: 13px;
}

.blog-post-footer .author-desc .author-name a {
    color: #222;
    font-weight: 600;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.blog-post-footer .author-small .author-name a {
    font-weight: 600;
}
.blog-post-footer .author-small .author-desc .author-name, .blog-post-footer .author-small .author-desc .author-name a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.blog-post-footer .author, .blog-post-footer .author-small {
    margin: 25px 0;
    background: #fafafa;
    padding: 20px;
}

.archive-box .author-img img, .blog-post-footer .author-img img, .blog-post-footer .author-img-small img {
    border-radius: 50%;
    background: #ececec;
    padding: 5px;
}
.archive-box .author-img {
    margin-right: 30px;
    margin-bottom: 25px;
}
.archive-box .author-img, .blog-post-footer .author-img {
    width: 120px;
}
.blog-post-footer .author-img-small {
    width: 40px;
    float: left;
}
.blog-post-footer .author-small .author-desc {
    float: left;
    width: auto;
}

.blog-post-footer .author-desc {
    padding: 10px;
    margin-left: 2%;
    width: 78%;
    text-align: left;
}

.blog-post-footer .share {
    margin-top: 15px;
    text-align: right;
}

.blog-post-footer .share ul {
    float: none;
    text-align: right;
}

.blog-post-footer .share ul li {
    display: inline-block;
}

.blog-post-footer .share ul li a {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    margin: 6px 5px;
    text-align: center;
}
.blog-post-footer .share ul li a:hover {
    background: #111;
}


/* Blog Comments */

.blog-post-comments .title h4 {
    color: #222;
    margin-bottom: 18px;
    font-weight: 700;
}

.comment-list .blog-comment-img img {
    border-radius: 50px;
}

.comment-list .col-90 {
    padding-left: 25px;
}

.comment-list .blog-comment-meta .author {
    color: #222;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: inline-block;
}

.comment-list .blog-comment-meta .date a {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
}

.comment-list .blog-comment-body, .comment-list .blog-comment-body p {
    font-size: 13px;
}

.comment-list .blog-comment-body {
    line-height: 1.6;
    padding: 10px;
    background-color: #fafafa;
}

.comment-list .reply {
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
    font-weight: 500;
    text-align: right;
}
.comment-list .comment-reply-link:before {
    content: "\f112";
    display: inline-block;
    margin-right: 8px;
    color: #b4b4b4;
    font-family: FontAwesome;
    font-size: 8px;
}
.comment-list li .blog-comment, .comment-list>li:last-child.parent>.blog-comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.comment-list>li:last-child>.blog-comment {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.link_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.link_content, .quote_content {
    display: table;
}

.link_content a, .quote_content a {
    display: table-cell;
    vertical-align: middle;
}

.link_content a p, .quote_content a blockquote {
    background: rgba(0,0,0,0.55);
    color: #ffffff;
    font-size: 26px;
    position: relative;
    padding: 100px 40px;
    margin: 0px;
    z-index: 1;
    text-align: center;
}
.post-grid .link_content a p, .post-grid .quote_content a blockquote {
    font-size: 20px;
    word-break: break-word;
}
.post-grid .link_content a p {
    font-size: 20px;
}
.link_content a p {
    word-break: break-all;
    line-height: 1.6;
}
.quote_content a blockquote {
    background: rgba(49, 49, 49, 0.55);
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 60px 40px;
    margin: 0px;
    z-index: 1;
    text-align: center;
}

.image-link {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.fluid-width-video-wrapper {
    font-size: 0;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed, .fluid-width-video-wrapper .wp-video {
    position: relative;
    width: 100%;
}

.post-title span {
    color: #bbb;
}
.post-title em {
    font-style: italic;
    font-weight: bold;
}

.post-formats {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    width:50px;
    height:50px;
    line-height: 50px;
    color:#fff;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    box-shadow: 0.2px 0.2px 6px 0px rgba(0, 0, 0, 0.15);
}

.list-social {
    float: none;
    width: 100%;
}

.list-social ul {
    float: none;
    text-align: center;
}

.post-thumbnail-caption-wrap {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
}

.post-thumbnail-caption {
    padding: 10px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.gallery-slider:hover .owl-nav {
    opacity: 0.8;
}

.gallery-slider .owl-nav .owl-prev, .gallery-slider .owl-nav .owl-next {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    background: #151515;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 38px;
    border: 0;
    top: 45%;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

/* 5.1 - Lists */


.col-sidebar li, .col-sidebar-left li {
    border-bottom: none;
}

.col-sidebar li, .col-sidebar-left li {
    padding: 0;
}

.content-area li:last-child {
    border-bottom: none;
}


.sidebar ul li, .page-content ul li {
    list-style-image: url(images/list1.png);
    list-style-position: inside;
    line-height: 190%;
}

ol li {
    list-style: decimal;
}


ol ol li {
    list-style: lower-alpha;
}

.half-input {
    width: 44%;
}

.full-input {
    width: 96.5%;
}

.form-third {
    float: right;
    width: 48%;
}

.radio-wrapper {
    margin: 0 0 5px 0 !important;
}

hr {
    border: none;
    height: 1px;
    background: url(images/darkdots.png) repeat-x;
    margin: 0 0 50px 0;
}

/* 6.8 - Gallery Shortcode */

.gallery-item a img, .wp-caption a img {
    -webkit-box-shadow: 0 0 0 #151515;
    -moz-box-shadow: 0 0 0 #151515;
    box-shadow: 0 0 0 #151515;
}
.gallery-item {
    margin-left: 0 !important;
}
.gallery img {
    border: none !important;
}
.gallery-item {
    margin-top: 0 !important;
    overflow: hidden;
}
.gallery .gallery-caption
{
    position: relative;
    background: #000;
}
.gallery {
    margin-bottom: 0;
    margin-left: -15px !important;
    margin-right: -15px !important;
}
li .gallery {
    margin-top: 30px;
}
li .gallery .gallery-item {
    margin-bottom: 15px;
}
.gallery-item {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 0 !important;
    padding: 0 15px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.gallery-icon {
    font-weight: normal;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
    width: 100%;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

@media only screen and (max-width: 480px) {
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    width: 100% !important;
}
}
/* WP Audio Shortcode */

.wp-audio-shortcode {
    margin-bottom: 40px;
}
.mejs-controls div.mejs-time-rail {
    padding-top: 9px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
    background: #151515;
    border: none;
    color: #FFFFFF;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: #151515;
}
/* change the color of the background */
.mejs-controls,  .mejs-mediaelement,  .mejs-container {
    background: url('') !important;
    background-color: #151515 !important;
}
/* change the color of the lettering */
.mejs-currenttime,  .mejs-duration {
    color: #FFFFFF !important;
}
/* change the color of the progress bar */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,  .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #444444 !important;
}
/* change the color of the current time bar */
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #FFFFFF !important;
}
/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #444444 !important;
}

.promo-item {
    position: relative;
    width: 100%;
    height: 240px;
    background: #ddd center;
    background-size: cover;
    box-sizing: border-box;
}
.promo_posts .promo-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 100;
}
.promo_posts .promo-overlay {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
}
.promo_posts .overlay-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    border: rgba(255, 255, 255, 0.30) solid 1px;
}
.promo_posts .overlay-inner h4 {
    color:#000;
    background: #fff;
    display: inline-block;
    letter-spacing: 1.2px;
    padding: 10px 15px;
    box-shadow: 0.2px 0.2px 4px rgba(0,0,0,0.15);
    font-size: 12px;
    position: relative;
}

.promo_posts .overlay-inner h4:after {
    content: "";
    border: 4px solid #fff;
    position: absolute;
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
}
.promo_posts .overlay-inner h4:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
}
.promo_posts .overlay-inner > *:last-child {
    margin-bottom: 0;
}
.promo_posts {
    margin-bottom: 50px;
}
.single_post_nav {
    margin: 55px 0;
}
.single_post_nav .pull-left, .single_post_nav .pull-right {
    background: #f8f8f8;
    background: -moz-linear-gradient(left, #f1f1f1, #fff); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f1f1f1, #fff); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f1f1f1, #fff); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    max-width:45%;
    min-width: 30%;
    border:#fff solid 1px;
}
.single_post_nav .pull-right {
    background: -moz-linear-gradient(right, #f1f1f1, #fff); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #f1f1f1, #fff); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #f1f1f1, #fff); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.single_post_nav a {
    position: relative;
    display: block;
    padding: 15px 30px;
}
.single_post_nav .pull-right a {
    text-align: right;
}
.single_post_nav .pull-left a {
    text-align: left;
}
.single_post_nav p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 2px;
}
.single_post_nav .pull-right i {
    left: auto;
    right: 8px;
}
.single_post_nav i {
    position: absolute;
    top: 20px;
    left: 8px;
    font-size: 10px;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
}
.single_post_nav b {
    display: block;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
}
.single_post_nav a
{
    color:#555;
}
.single_post_nav p
{
    color:#222;
    font-weight: 700;
}
.page-links  {
    margin: 10px;
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
    clear: both;
}
.page-links > span {
    color: #151515 !important;
    font-weight: bold !important;
}
.page-links .pages:after {
    content: ':';
    margin: 0 5px;
}
.page-links a, .page-links > span.page-link, .page-links > .current-post-page {
    width:31px;
    line-height: 30px;
    text-align: center;
    margin-right:4px;
    border: #ddd solid 1px;
    display: inline-block !important;
    border-radius: 50%;
}
.page-links > span.page-link, .page-links > .current-post-page {
    background: #fafafa;
}
.page-links a:hover {
    background: #fafafa;
}
.protected-post-form label {
    font-size: 13px;
    text-transform: uppercase;
}
.protected-post-form input[type=password]
{
    width:100%;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: 12px;
}
.protected-post-form input[type=password]:focus
{
    background: #fff;
    border: 1px solid #86c1e5;
    border-radius: 2px;
}
.protected-post-form input[type=submit]
{
    font-size: 12px;
}
.sticky-post-container {
    position: absolute;
    top: 5px;
    left:5px;
    z-index: 9;
    text-align: left;
}
.no-featured-img .sticky-post-container {
    position: relative;
    top:0;
    left: 0;
    margin-bottom: 10px;
}
.sticky-post {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.8em 1em;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}
.single .post-password-required .post-body{
    padding: 0;
}
.post-edit-link {
    padding: 5px 14px;
    display: inline-block !important;;
    border: #000 solid 1px;
    background: #000;
    color: #fff;
    margin: 10px 0;
    border-radius: 50px;
}