/*
Theme Name: Logistix Child
Theme URI: https://themeforest.net/item/logistix
Template: logistix
Author: Ninzio
Author URI: https://themeforest.net/user/ninzio
Description: Transportation WordPress Theme
Tags: left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,threaded-comments,translation-ready
Version: 1.0.1534477797
Updated: 2018-08-17 03:49:57

/* [Table of contents]

   + Reset Browsers

   + General

   + Elements

   + Form

   + Typography

   + Extra classes

   + Revolution Slider

   + WordPress Styles

   + Grid

   + Layout

   + Top Bar

     - Top Bar Content

     - Top Bar Socials

     - Top Bar Menu

     - Top Bar Languages

   + Header General

     - Logo

     - Menu

     - Sub Menu

     - Mega Menu

     - Mobile Menu

     - Mobile Menu Button

     - Cart Icon

     - Search Icon

   + Header Styles

     - Header Fixed

     - Header Small

   + Featured Title & Breadcrumbs

   + Blog Post

     - Post media

     - Post title

     - Post meta

     - Post excerpt

     - Post read more

     - Blog Grid

     - Blog List

   + Blog Single

     - Post share

     - Post tags

     - Post navigation

     - Post author

     - Post related

   + Comments

     - Comment List

     - Comment Form

   + Widgets

     - Title Widget

     - Widget: Text

     - Widget: Categories, Meta, Archives, Pages

     - Widget: Nav

     - Widget: Calendar

     - Widget: Information

     - Widget: Twitter

     - Widget: Search

     - Widget: Socials

     - Widget: Recent News Advanced

     - Widget: Instagram

     - Widget: Tags

   + Footer

   + Bottom Bar

   + Scroll Top Button

   + Pagination

   + 404 Page

   + Media Queries

*/





/* Reset Browsers

-------------------------------------------------------------- */

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;

    outline: 0;

    font: inherit;

    vertical-align: baseline;

    font-family: inherit;

    font-size: 100%;

    font-style: inherit;

    font-weight: inherit;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block

}



html {

    font-size: 62.5%;

    overflow-y: scroll;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

}



*,

*:before,

*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



body {

    background: #fff;

    line-height: 1;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

nav,

section {

    display: block

}



ol,

ul {

    list-style: none

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



caption,

th,

td {

    font-weight: normal;

    text-align: left;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

    content: '';

    content: none;

}



blockquote,

q {

    quotes: none

}



a:focus {

    outline: none

}



a:hover,

a:active {

    outline: 0

}



a img {

    border: 0

}



img {

    max-width: 100%;

    height: auto;

}



select {

    max-width: 100%

}



/* General

-------------------------------------------------------------- */



body {

    font-family: "Lato", sans-serif;

    font-weight: 400;

    color: #777;

    font-size: 15px;

    line-height: 1.75;

    background-color: #fff;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility;

    overflow-x: hidden;

    overflow-y: auto;

}



img {

    height: auto;

    max-width: 100%;

    vertical-align: middle;

    -ms-interpolation-mode: bicubic

}



p {

    margin: 0 0 20px;

}



strong,

b,

cite {

    font-weight: bold;

}



dfn,

cite,

em,

i,

blockquote {

    font-style: italic;

}



blockquote {

    position: relative;

    background-color: #f7f7f7;

    margin: 25px 0 25px;

    padding: 30px 50px 30px 70px;

    font-weight: normal;

}



blockquote:before {

    font-family:Arial;

    content: "\201C";

    color:#234ea2;

    font-size:82px;

    position: absolute;

    left: 20px;

    top: -5px;

}



blockquote cite {

    padding-top: 20px;

    display: block;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 500;

    color: #333;

    letter-spacing: 1px;

    font-style: normal;

    text-transform: uppercase;

}



blockquote > p:last-child {

    margin-bottom: 0;

}



blockquote em,

blockquote i {

    font-style: normal;

}



abbr,

acronym {

    border-bottom: 1px dotted #ebebeb;

    cursor: help;

}



mark,

ins {

    text-decoration: none;

}



sup,

sub {

    font-size: 75%;

    height: 0;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -6px;

}



sub {

    bottom: -3px;

}



small {

    font-size: 75%;

}



big {

    font-size: 125%;

}



address {

    font-style: italic;

    margin: 0 0 20px;

}



code,

kbd,

tt,

var {

    font-family: Inconsolata, monospace;

    font-size: 14px;

}



pre {

    margin: 14px 0 24px;

    padding: 24px;

    background: #f5f5f5;

    border: 1px solid #ebebeb;

    overflow-x: auto;

    font-family: Inconsolata, monospace;

    -webkit-hyphens: none;

    hyphens: none;

    border-radius: 0;

    height: auto;

}





/* Elements

-------------------------------------------------------------- */



html {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



*,

*:before,

*:after {

    -webkit-box-sizing: inherit;

    box-sizing: inherit;

}



hr {

    background-color: #ebebeb;

    border: 0;

    height: 1px;

    margin-bottom: 20px;

}





/* List */



ul,

ol {

    padding: 0;

    margin: 0 0 20px 20px;

}



ul {

    list-style: disc;

}



ol {

    list-style: decimal;

}



li > ul,

li > ol {

    margin-bottom: 0;

}



ul li,

ol li {

    padding: 0.1em 0;

}



dl,

dd {

    margin: 0 0 20px;

}



dt {

    font-weight: bold;

}



del {

    opacity: 0.5;

}





/* Table */



table,

th,

td {

    border: 1px solid #ebebeb;

}



table {

    border-collapse: separate;

    border-spacing: 0;

    border-width: 1px 0 0 1px;

    margin: 0 0 30px;

    table-layout: fixed;

    width: 100%;

}



caption,

th,

td {

    font-weight: normal;

    text-align: left;

}



th {

    border-width: 0 1px 1px 0;

    font-weight: bold;

}



td {

    border-width: 0 1px 1px 0;

}



th,

td {

    padding: 8px 12px;

}





/* Media */



embed,

iframe,

object,

video {

    margin-bottom: 20px;

    max-width: 100%;

    vertical-align: middle;

}



p > embed,

p > iframe,

p > object,

p > video {

    margin-bottom: 0;

}





/* 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: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;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000;

}





/* Forms

-------------------------------------------------------------- */





/* Fixes */



button,

input {

    line-height: normal;

}



button,

input,

select,

textarea {

    font-size: 100%;

    line-height: inherit;

    margin: 0;

    vertical-align: baseline;

}



input,

textarea {

    font-size: 1em;

    max-width: 100%;

    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

    /* Removing the inner shadow on iOS inputs */

}



textarea {

    overflow: auto;

    /* Removes default vertical scrollbar in IE6/7/8/9 */

    vertical-align: top;

    /* Improves readability and alignment in all browsers */

}



input[type="checkbox"] {

    display: inline;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

    line-height: 1;

    cursor: pointer;

    -webkit-appearance: button;

    border: 0;

}



input[type="checkbox"],

input[type="radio"] {

    padding: 0;

    /* Addresses excess padding in IE8/9 */

}



input[type="search"] {

    -webkit-appearance: textfield;

    /* Addresses appearance set to searchfield in S5, Chrome */

}



input[type="search"]::-webkit-search-decoration {

    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

    -webkit-appearance: none;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}





/* Remove chrome yellow autofill */



input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset

}





/* Reset search styling */



input[type="search"] {

    outline: 0

}



input[type="search"]::-webkit-search-decoration,

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button,

input[type="search"]::-webkit-search-results-decoration {

    display: none

}





/* Input normal */



select,

textarea,

input[type="text"],

input[type="password"],

input[type="datetime"],

input[type="datetime-local"],

input[type="date"],

input[type="month"],

input[type="time"],

input[type="week"],

input[type="number"],

input[type="email"],

input[type="url"],

input[type="search"],

input[type="tel"],

input[type="color"] {

    color: #888;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 500;

    border: none;

    padding: 10px 20px;

    background-color: #f1f1f1;

    border: 1px solid #f1f1f1;

    line-height: inherit;

    width: 100%;

    margin-bottom: 17px;

    height: auto;

    text-shadow: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}





/* Contact Form 7 */



.wpcf7-form select,

.wpcf7-form textarea,

.wpcf7-form input {

    margin-bottom: 0;

}





/* Input focus */



textarea:focus,

input[type="text"]:focus,

input[type="password"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="time"]:focus,

input[type="week"]:focus,

input[type="number"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="search"]:focus,

input[type="tel"]:focus,

input[type="color"]:focus {

    border-color: #c4c4c4;

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

}





/* Button */



button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

    background-color: #e22e21;

    color: #fff;

    padding: 15px 45px 14px;

    display: inline-block;

    -webkit-appearance: none;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}





/* Button hover + focus */



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover,

button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus {

    outline: 0;

    background-color: #333;

}





/* Placeholder color */



::-webkit-input-placeholder {

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    font-size: 16px;

    text-transform: uppercase;

    line-height: 28px;

    color: #888;

}



:-moz-placeholder {

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 26px;

    font-weight: 500;

    color: #777;

    text-transform: uppercase;

}



::-moz-placeholder {

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 26px;

    font-weight: 500;

    color: #777;

    text-transform: uppercase;

    opacity: 1;

    /* Since FF19 lowers the opacity of the placeholder by default */

}



:-ms-input-placeholder {

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 26px;

    font-weight: 500;

    color: #777;

    text-transform: uppercase;

}





/* Links */



a {

    color: #234ea2;

    outline: 0;

    text-decoration: none;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



a:hover,

a:focus,

a:active {

    outline: 0;

    color: #333;

    text-decoration: none

}





/* Typography

-------------------------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Poppins", sans-serif;

    color: #333;

    font-weight: 500;

    line-height: 1.38;

    margin: 0 0 12px;

    text-rendering: optimizeLegibility;

}



h1 {

    font-size: 2.67em;

}



h2 {

    font-size: 2.4em;

}



h3 {

    font-size: 2.13em;

}



h4 {

    font-size: 1.86em;

}



h5 {

    font-size: 1.6em;

}



h6 {

    font-size: 1.33em;

}



h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

    color: inherit

}





/* Extra classes

-------------------------------------------------------------- */



.display-none,

.hidden {

    display: none !important;

}



.display-block {

    display: block !important;

}



.display-inline {

    display: inline !important;

}



.text-accent-color {

    color: #234ea2;

}



.text-white {

    color: #fff !important;

}



.text-dark {

    color: #333 !important;

}



.text-light {

    color: #777 !important;

}



.text-very-light {

    color: #a0a0a0 !important;

}



.bg-accent {

    background-color: #234ea2;

}



.bg-dark {

    background-color: #333 !important;

}



.bg-light {

    background-color: #f0f0f0 !important;

}



.bg-very-light {

    background-color: #f5f5f5 !important;

}



.text-center {

    text-align: center !important;

}



.text-right {

    text-align: right !important;

}



.text-left {

    text-align: left !important;

}



.text-del {

    text-decoration: line-through !important;

}



.text-italic {

    font-style: italic; !important;

}





.letter-spacing-n3px {

    letter-spacing: -3px !important;

}



.letter-spacing-n2px {

    letter-spacing: -2px !important;

}



.letter-spacing-n1px {

    letter-spacing: -1px !important;

}



.letter-spacing-1px {

    letter-spacing: 1px !important;

}



.letter-spacing-15px {

    letter-spacing: 1.5px !important;

}



.letter-spacing-2px {

    letter-spacing: 2px !important;

}



.letter-spacing-25px {

    letter-spacing: 2.5px !important;

}



.letter-spacing-3px {

    letter-spacing: 3px !important;

}



.letter-spacing-4px {

    letter-spacing: 4px !important;

}



.letter-spacing-5px {

    letter-spacing: 5px !important;

}



.letter-spacing-6px {

    letter-spacing: 6px !important;

}



.letter-spacing-7px {

    letter-spacing: 7px !important;

}



.letter-spacing-8px {

    letter-spacing: 8px !important;

}



.letter-spacing-9px {

    letter-spacing: 9px !important;

}



.letter-spacing-10px {

    letter-spacing: 10px !important;

}



.font-size-10 {

    font-size: 10px;

}



.font-size-11 {

    font-size: 11px;

}



.font-size-12 {

    font-size: 12px;

}



.font-size-13 {

    font-size: 13px;

}



.font-size-14 {

    font-size: 14px;

}



.font-size-15 {

    font-size: 15px;

}



.font-size-16 {

    font-size: 16px;

}



.font-size-17 {

    font-size: 17px;

}



.font-size-18 {

    font-size: 18px;

}



.font-weight-100 {

    font-weight: 100;

}



.font-weight-200 {

    font-weight: 200;

}



.font-weight-300 {

    font-weight: 300;

}



.font-weight-400 {

    font-weight: 400;

}



.font-weight-500 {

    font-weight: 500;

}



.font-weight-600 {

    font-weight: 500;

}



.font-weight-700 {

    font-weight: 700;

}



.font-weight-800 {

    font-weight: 800;

}



.font-weight-900 {

    font-weight: 900;

}



.margin-bottom-0 {

    margin-bottom: 0px;

}



.margin-bottom-5 {

    margin-bottom: 5px;

}



.margin-bottom-10 {

    margin-bottom: 10px;

}



.margin-bottom-15 {

    margin-bottom: 15px;

}



.margin-bottom-20 {

    margin-bottom: 20px;

}



.margin-bottom-25 {

    margin-bottom: 25px;

}



.margin-bottom-27 {

    margin-bottom: 27px;

}



.margin-bottom-30 {

    margin-bottom: 30px;

}



.margin-bottom-35 {

    margin-bottom: 35px;

}



.margin-bottom-40 {

    margin-bottom: 40px;

}



.margin-bottom-45 {

    margin-bottom: 45px;

}



.margin-bottom-50 {

    margin-bottom: 50px;

}



.margin-bottom-55 {

    margin-bottom: 55px;

}



.margin-bottom-60 {

    margin-bottom: 60px;

}



.margin-bottom-65 {

    margin-bottom: 65px;

}



.margin-bottom-70 {

    margin-bottom: 70px;

}



.margin-bottom-75 {

    margin-bottom: 75px;

}



.margin-bottom-80 {

    margin-bottom: 80px;

}



.margin-bottom-85 {

    margin-bottom: 85px;

}



.margin-bottom-90 {

    margin-bottom: 90px;

}



.margin-bottom-95 {

    margin-bottom: 95px;

}



.margin-bottom-100 {

    margin-bottom: 100px;

}



.margin-top-0 {

    margin-top: 0px;

}



.margin-top-5 {

    margin-top: 5px;

}



.margin-top-10 {

    margin-top: 10px;

}



.margin-top-15 {

    margin-top: 15px;

}



.margin-top-20 {

    margin-top: 20px;

}



.margin-top-25 {

    margin-top: 25px;

}



.margin-top-30 {

    margin-top: 30px;

}



.margin-top-35 {

    margin-top: 35px;

}



.margin-top-40 {

    margin-top: 40px;

}



.margin-top-45 {

    margin-top: 45px;

}



.margin-top-50 {

    margin-top: 50px;

}



.margin-top-55 {

    margin-top: 55px;

}



.margin-top-60 {

    margin-top: 60px;

}



.margin-top-65 {

    margin-top: 65px;

}



.margin-top-70 {

    margin-top: 70px;

}



.margin-top-75 {

    margin-top: 75px;

}



.margin-top-80 {

    margin-top: 80px;

}



.margin-top-85 {

    margin-top: 85px;

}



.margin-top-90 {

    margin-top: 90px;

}



.margin-top-95 {

    margin-top: 95px;

}



.margin-top-100 {

    margin-top: 100px;

}



.margin-bottom-0 {

    margin-bottom: 0px;

}



.margin-bottom-5 {

    margin-bottom: 5px;

}



.margin-bottom-10 {

    margin-bottom: 10px;

}



.margin-bottom-15 {

    margin-bottom: 15px;

}



.margin-bottom-20 {

    margin-bottom: 20px;

}



.margin-bottom-25 {

    margin-bottom: 25px;

}



.margin-bottom-30 {

    margin-bottom: 30px;

}



.margin-bottom-35 {

    margin-bottom: 35px;

}



.margin-bottom-40 {

    margin-bottom: 40px;

}



.margin-bottom-45 {

    margin-bottom: 45px;

}



.margin-bottom-50 {

    margin-bottom: 50px;

}



.margin-bottom-55 {

    margin-bottom: 55px;

}



.margin-bottom-60 {

    margin-bottom: 60px;

}



.margin-bottom-65 {

    margin-bottom: 65px;

}



.margin-bottom-70 {

    margin-bottom: 70px;

}



.margin-bottom-75 {

    margin-bottom: 75px;

}



.margin-bottom-80 {

    margin-bottom: 80px;

}



.margin-bottom-85 {

    margin-bottom: 85px;

}



.margin-bottom-90 {

    margin-bottom: 90px;

}



.margin-bottom-95 {

    margin-bottom: 95px;

}



.margin-bottom-100 {

    padding-top: 100px;

}





/* Revolution Slider

-------------------------------------------------------------- */



.tparrows.custom {

    background-color: #fff;

    width: 29px;

    height: 79px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.tparrows.custom:hover {

    background-color: rgba(0, 0, 0, 0.5);

}



.custom.tparrows.tp-leftarrow:hover:before,

.custom.tparrows.tp-rightarrow:hover:before {

    color: #fff;

}



.custom.tparrows.tp-leftarrow:before,

.custom.tparrows.tp-rightarrow:before {

    content: "\e978";

    font-family: "ninzio";

    font-size: 25px;

    line-height: 79px;

    color: #b0b0b0;

}



.custom.tparrows.tp-rightarrow:before {

    content: "\e979";

}



.tp-bullets.custom .tp-bullet {

    width: 6px;

    height: 6px;

    border: 2px solid #fff;

    border-radius: 50%;

    background-color: transparent;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.tp-bullets.custom .tp-bullet.selected {

    background-color: #fff;

}





/* WordPress Styles

-------------------------------------------------------------- */



.bypostauthor > article .comment-author {

    color: #234ea2;

}



.hentry.sticky {

    position: relative;

}



.hentry.sticky:before {

    content: "\e952";

    font-family: "ninzio";

    position: absolute;

    right: 0;

    top: 0;

    font-size: 16px;

    color: #fff;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    background-color: rgba(0,0,0,0.5);

    z-index: 9999;

}



.aligncenter {

    display: block;

    margin: 0 auto;

}



.alignright {

    float: right;

    margin: 7px 0 15px 25px;

}



.alignleft {

    float: left;

    margin: 7px 25px 15px 0;

}



blockquote.alignleft {

    margin: 5px 20px 0;

}



blockquote.alignright {

    margin: 5px 0 20px 20px;

}



blockquote.aligncenter {

    margin-bottom: 20px;

}



.floatleftcenter {

    float: none;

    margin: 0 auto;

}



.floatleft {

    float: left

}



.floatright {

    float: right

}



.wp-caption {

    text-align: center;

    max-width: 100%;

    text-align: center;

    margin-bottom: 20px;

}



.wp-caption img {

    display: block;

    margin: 0 auto;

    padding: 0;

    border: 0 none;

}



.wp-caption img[class*="wp-image-"] {

    display: block;

    margin: 0;

}



.wp-caption .wp-caption-text,

.gallery-caption {

    font-size: 1em;

    padding: 10px 0 0;

    margin: 0;

    text-align: center;

    font-style: italic;

}



.wp-caption.alignnone {

    margin-bottom: 20px

}



.wp-smiley {

    margin: 0;

    max-height: 1em;

}



#img-attch-page {

    text-align: center;

    overflow: hidden;

}



#img-attch-page img {

    display: inline-block;

    margin: 0 auto;

    max-width: 100%;

    margin-bottom: 20px;

}



.post-password-form label,

.post-password-form input {

    display: block;

    float: none;

}



.post-password-form input {

    margin-top: 10px

}



.post-password-form input[type="password"] {

    width: 300px;

    max-width: 100%;

}



.post-password-form label {

    font-weight: 700;

    color: #333;

}



form.login .lost_password {

    display: inline-block;

}



.wpstats {

    display: none

}



.gallery {

    margin: 0 -1.15% 30px;

}



.gallery-item {

    display: inline-block;

    max-width: 33.33%;

    padding: 0 1.15% 2.3%;

    text-align: center;

    vertical-align: top;

    width: 100%;

}



.gallery-columns-1 .gallery-item {

    max-width: 100%;

}



.gallery-columns-2 .gallery-item {

    max-width: 50%;

}



.gallery-columns-4 .gallery-item {

    max-width: 25%;

}



.gallery-columns-5 .gallery-item {

    max-width: 20%;

}



.gallery-columns-6 .gallery-item {

    max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

    max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

    max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

    max-width: 11.11%;

}





/* Clearfix */



.clearfix {

    *zoom: 1;

}



.clearfix:before,

.clearfix:after,

.logistix-container:before,

.logistix-container:after,

.widget.null-instagram-feed .instagram-pics:before,

.widget.null-instagram-feed .instagram-pics:after {

    clear: both;

    display: table;

    line-height: 0;

    content: "";

}



.clearfix:after,

.logistix-container:after,

.widget.null-instagram-feed .instagram-pics {

    clear: both;

}





/* Grid

-------------------------------------------------------------- */



.logistix-row {

    margin: 0 -10px

}



.logistix-row .col {

    float: left;

    padding: 0 10px;

}



.logistix-row .span_1_of_1.col {

    float: none

}



.logistix-row .span_1_of_2 {

    width: 50%

}



.logistix-row .span_1_of_3 {

    width: 33.33%

}



.logistix-row .span_1_of_4 {

    width: 25%

}



.logistix-row .span_1_of_5 {

    width: 20%

}





/* Gutter */



.logistix-row.gutter-5 {

    margin-left: -2.5px;

    margin-right: -2.5px;

}



.logistix-row.gutter-5 > .col {

    padding-left: 2.5px;

    padding-right: 2.5px

}



.logistix-row.gutter-10 {

    margin-left: -5px;

    margin-right: -5px;

}



.logistix-row.gutter-10 > .col {

    padding-left: 5px;

    padding-right: 5px;

}



.logistix-row.gutter-15 {

    margin-left: -7.5px;

    margin-right: -7.5px;

}



.logistix-row.gutter-15 > .col {

    padding-left: 7.5px;

    padding-right: 7.5px;

}



.logistix-row.gutter-20 {

    margin-left: -10px;

    margin-right: -10px;

}



.logistix-row.gutter-20 > .col {

    padding-left: 10px;

    padding-right: 10px;

}



.logistix-row.gutter-25 {

    margin-left: -12.5px;

    margin-right: -12.5px;

}



.logistix-row.gutter-25 > .col {

    padding-left: 12.5px;

    padding-right: 12.5px;

}



.logistix-row.gutter-30 {

    margin-left: -15px;

    margin-right: -15px;

}



.logistix-row.gutter-30 > .col {

    padding-left: 15px;

    padding-right: 15px;

}



.logistix-row.gutter-35 {

    margin-left: -17.5px;

    margin-right: -17.5px;

}



.logistix-row.gutter-35 > .col {

    padding-left: 17.5px;

    padding-right: 17.5px;

}



.logistix-row.gutter-40 {

    margin-left: -20px;

    margin-right: -20px;

}



.logistix-row.gutter-40 > .col {

    padding-left: 20px;

    padding-right: 20px;

}



.logistix-row.gutter-45 {

    margin-left: -22.5px;

    margin-right: -22.5px;

}



.logistix-row.gutter-45 > .col {

    padding-left: 22.5px;

    padding-right: 22.5px;

}



.logistix-row.gutter-50 {

    margin-left: -25px;

    margin-right: -25px;

}



.logistix-row.gutter-50 > .col {

    padding-left: 25px;

    padding-right: 25px;

}



.logistix-row.gutter-60 {

    margin-left: -30px;

    margin-right: -30px;

}



.logistix-row.gutter-60 > .col {

    padding-left: 30px;

    padding-right: 30px;

}



.logistix-row.gutter-70 {

    margin-left: -35px;

    margin-right: -35px;

}



.logistix-row.gutter-70 > .col {

    padding-left: 35px;

    padding-right: 35px;

}



.logistix-row.gutter-80 {

    margin-left: -40px;

    margin-right: -40px;

}



.logistix-row.gutter-80 > .col {

    padding-left: 40px;

    padding-right: 40px;

}





/* Layout

-------------------------------------------------------------- */



.logistix-container {

    width: 1180px;

    margin: 0 auto;

    max-width: 90%;

}



#page {

    background: #fff;

}



#main-content {

    padding: 97px 0 107px;

    background-color: #fff;

}



.is-page #main-content {

    background-color: #fff;

}



.no-padding-content #main-content {

    padding: 0;

}



.page-single-project #main-content {

    padding: 0;

}





/* Inner Content */



#inner-content,

#inner-sidebar {

    position: relative;

    z-index: 1;

}



#inner-content:after,

#inner-sidebar:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    border-style: solid;

    border-width: 0;

    z-index: -1;

}





/* Sidebar Right (default) */



#site-content {

    float: left;

    width: 73.729%

}



#sidebar {

    float: right;

    width: 22.543%

}





/* Sidebar Left */



.sidebar-left #site-content {

    float: right;

}



.sidebar-left #sidebar {

    float: left;

}





/* No Sidebar */



.no-sidebar #site-content,

#site-content.archive-project {

    width: 100% !important;

    max-width: none !important;

    float: none !important;

}





/* Boxed layout */



.site-layout-boxed #wrapper {

    background-color: #f9f9f9;

    padding: 30px;

}



.site-layout-boxed #page {

    width: 1230px;

    max-width: 100%;

    margin: 0 auto;

    position: relative;

}



.site-layout-boxed #page .logistix-container {

    width: auto !important;

    max-width: none !important;

    padding-left: 30px;

    padding-right: 30px;

}



.site-layout-boxed .header-one #main-nav {

    right: 13px;

}



.site-layout-boxed.box-shadow #page {

    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);

}





/* Top Bar

-------------------------------------------------------------- */



#top-bar {

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 500;

    position: relative;

    letter-spacing: 0.5px;

}



.top-bar-inner-wrap {

	position: relative;

	padding-left: 296px;



}



.top-bar-left {

	width: 296px;

	height: 38px;

	position: absolute;

	bottom: 0;

	left: 0;

}



.top-bar-left .inner {

	width: 27px;

	height: 38px;

	position: absolute;

	bottom: 0;

	right: 0;

}



.top-bar-left .inner:after {

    position: absolute;

    bottom: 0;

    right: 0;

    content: "";

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 38px 0 0 27px;

    border-color: transparent transparent transparent rgba(255,255,255,1);

}



.top-bar-left .inner:before {

    display: block;

	content: "";

	background-color: #fff;

    position: absolute;

    top: 0;

    left: -3000px;

    width: 3000px;

    height: 100%;

}



#top-bar .top-bar-right {

    text-align: right;

    line-height: 38px;

}



#top-bar .top-bar-information { display: inline-block; }



#top-bar .top-bar-right .content {

    display: inline-block;

    position: relative;

    padding: 0 22px 0 44px;

    text-transform: uppercase;

}



#top-bar .top-bar-right .content:after {

    content: "";

    width: 1px;

    height: 15px;

    position: absolute;

    left: -15px;

    top: 2px;

}



#top-bar .top-bar-right .content:first-child:after {

    display: none;

}



#top-bar .top-bar-right .content:before {

    font-size: 14px;

    font-weight: normal;

    font-family: "ninzio";

    position: absolute;

    left: 20px;

    top: 0;

    content: "";

}



#top-bar .top-bar-right .content.welcome {

    padding-left: 22px;

}



#top-bar .top-bar-right .content.email:before {

    content: "\e924";

}



#top-bar .top-bar-right .content.phone:before {

    content: "\e913";

}



#top-bar .top-bar-right .content.address:before {

    content: "\e928";

}





/* Top Bar Languages */



#top-bar .languages-switcher {

    display: inline-block;

    position: relative;

    list-style: none;

    margin: 0 ;

    padding: 0 16px 0 22px;

    text-transform: uppercase;

}



#top-bar .languages-switcher > .active {

    display: inline-block;

    position: relative;

    padding-right: 16px;

}



#top-bar .languages-switcher > .active:after {

    font-size: 9px;

    font-weight: normal;

    content: "\e977";

    font-family: "ninzio";

    position: absolute;

    right: 0;

    top: 1px;

}



#top-bar .languages-switcher .sub-lang {

    background-color: #252525;

    width: 180px;

    opacity: 0;

    visibility: hidden;

    position: absolute;

    left: 0;

    top: 100%;

    z-index: 999;

    -webkit-transition: all ease .238s;

    -moz-transition: all ease .238s;

    transition: all ease .238s;

}



#top-bar .languages-switcher:hover .sub-lang {

    opacity: 1;

    visibility: visible;

}



#top-bar .languages-switcher .sub-lang a {

    padding: 0 20px;

    display: block;

    text-align: left;

    border-top: 1px solid #393c3f;

    color: #999;

    line-height: 36px;

}



#top-bar .languages-switcher .sub-lang a:hover {

    color: #fff;

}



#top-bar .languages-switcher > .active:hover {

    opacity: 0.7;

}





/* Top Bar Menu */



.top-bar-menu-wrap {

    display: inline-block;

}



.top-bar-menu {

    margin: 0;

    list-style: none;

    padding-left: 10px;

}



.top-bar-menu li {

    padding: 0 22px;

}



.top-bar-menu ul {

    display: none !important;

    /* hide dropdowns on top menu */

}



.top-bar-menu li:last-child {

    margin-right: 0

}



.top-bar-menu,

.top-bar-menu li {

    display: inline-block;

    position: relative;

}



.top-bar-menu li:first-child:before {

    display: none;

}



.top-bar-menu li a {

    font-family: "Poppins", sans-serif;

    display: inline-block;

    text-transform: uppercase;

    position: relative;

}



.top-bar-menu li a:before {

    opacity: 0;

    content: "";

    position: absolute;

    left: 50%;

    bottom: -2px;

    width: 0;

    height: 2px;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    -webkit-transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);

    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);

}



.top-bar-menu li:hover a:before {

    opacity: 1;

    width: 100%;

}





/* Socials Network */



.socials-network {

    display: inline-block;

}



.socials-network .icons a {

    display: inline-block;

    padding: 0 10px;

}



/* Style 1 2 3 */



#top-bar {

    background-color: #234ea2;

}



#top-bar,

#top-bar a {

    color: #fff;

}



#top-bar .languages-switcher > .active:after,

#top-bar .top-bar-right .content:before,

#top-bar .socials-network .icons a {

    color: #fff;

}



#top-bar .socials-network .icons a:hover {

    opacity: 0.7;

}



#top-bar .top-bar-right .content,

#top-bar .languages-switcher,

#top-bar .top-bar-menu li,

#top-bar .socials-network .icons a {

    border-left: 1px solid rgba(255, 255, 255, 0.3);

}



#top-bar .socials-network .icons a:last-child {

    border-right: 1px solid rgba(255, 255, 255, 0.3);

}



.top-bar-left .inner:after {

    border-top-color: #234ea2;

}



/* Style 2 */



.header-style-2 #top-bar {

    background-color: #2b2b2b;

}



.header-style-2 #top-bar,

.header-style-2 #top-bar a {

    color: #fff;

}



.header-style-2 #top-bar .languages-switcher > .active:after,

.header-style-2 #top-bar .socials-network .icons a,

.header-style-2 #top-bar .top-bar-right .content:before {

    color: #fff;

}



.header-style-2 #top-bar .socials-network .icons a:hover {

    color: #234ea2;

    opacity: 1;

}



.header-style-2 #top-bar .top-bar-right .content,

.header-style-2 #top-bar .languages-switcher,

.header-style-2 .top-bar-menu li,

.header-style-2 .socials-network .icons a {

    border-left: 1px solid rgba(255, 255, 255, 0.2);

}



.header-style-2 .socials-network .icons a:last-child {

    border-right: 1px solid rgba(255, 255, 255, 0.2);

}



.header-style-2 .top-bar-left .inner:after {

    border-top-color: #2b2b2b;

}





/* Style 3 */



.header-style-3 #top-bar {

    background-color: #e9e9e9;

}



.header-style-3 #top-bar,

.header-style-3 #top-bar a {

    color: #777;

}



.header-style-3 #top-bar .languages-switcher > .active:after,

.header-style-3 #top-bar .socials-network .icons a {

    color: #999;

}



.header-style-3 #top-bar .top-bar-right .content:before,

.header-style-3 #top-bar .socials-network .icons a:hover {

    color: #234ea2;

    opacity: 1;

}



.header-style-3 #top-bar .top-bar-right .content,

.header-style-3 #top-bar .languages-switcher,

.header-style-3 #top-bar .top-bar-menu li,

.header-style-3 #top-bar .socials-network .icons a {

    border-left: 1px solid rgba(153, 153, 153, 0.3);

}



.header-style-3 #top-bar .socials-network .icons a:last-child {

    border-right: 1px solid rgba(153, 153, 153, 0.3);

}



.header-style-3 .top-bar-left .inner:after {

    border-top-color: #e9e9e9;

}





/* Header General

-------------------------------------------------------------- */



#site-header-wrap {

    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);

    position: relative;

}



#site-header {

    position: relative;

    z-index: 100;

}



#site-header-inner {

    position: relative;

    padding-top: 0;

    padding-bottom: 0;

    height: 100%;

}



#site-header #main-nav .menu-fallback {

    padding-right: 16px;

}



#site-header #main-nav .menu-fallback:hover {

    color: #aaa;

}



#site-header #main-nav > ul > li > a {

    height: 78px;

    line-height: 78px;

}





/* Logo */



#site-logo {

    float: left;

    max-width: 100%;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



#site-logo-inner {

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



#site-logo .site-logo-text {

    color: #333;

    font-size: 22px;

    line-height: 42px;

    font-weight: 700;

}



#site-logo .site-logo-text:hover {

    color: #234ea2;

}



.header-style-4 #site-logo-inner,

.header-style-5 #site-logo-inner {

    margin: 20px 0;

}



.header-style-4 #site-header #main-nav > ul > li > a,

.header-style-5 #site-header #main-nav > ul > li > a { 

    height: 90px;

    line-height: 90px;

}



.header-style-4 .nav-top-cart-wrapper,

.header-style-4 #site-header #header-search,

.header-style-5 .nav-top-cart-wrapper,

.header-style-5 #site-header #header-search {

    padding-top: 26px;

    padding-bottom: 26px;

}



/* Menu */



#main-nav .menu-fallback {

    position: relative;

    text-decoration: underline;

    display: inline-block;

    height: 100px;

    line-height: 100px;

}



#main-nav {

    display: block;

    float: right;

}



#main-nav ul {

    margin: 0;

}



#main-nav ul li {

    position: relative;

    list-style: none;

    padding-top: 0;

    padding-bottom: 0;

}



#main-nav > ul > li {

    float: left;

    padding: 0 11px;

}



#main-nav > ul > li > a > span {

    padding: 6px 7px 3px;

}



#main-nav > ul > li > a {

    display: block;

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    letter-spacing: 1px;

    font-size: 15px;

    text-transform: uppercase;

}



#main-nav > ul > li > a:not([href]) {

    cursor: pointer;

}



#main-nav > ul > li.current-menu-item > a:before,

#main-nav > ul > li.current-menu-parent > a:before {

    content: "";

    position: absolute;

    left: 50%;

    bottom: 0;

    width: 100%;

    height: 3px;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

}





/* Sub Menu */



#main-nav .sub-menu {

    padding: 21px 0;

    background-color: #252525;

    position: absolute;

    width: 258px;

    -webkit-transform: translateY(5px);

    transform: translateY(5px);

    opacity: 0;

    visibility: hidden;

    z-index: 999999;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



#main-nav .sub-menu .sub-menu {

    left: 100%;

    top: -21px;

    background-color: #333;

}



#main-nav .sub-menu .sub-menu .sub-menu {

    background-color: #353535;

}



#main-nav .sub-menu li a {

    padding: 6px 25px 5px 21px;

    color: #aeaeae;

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 1px;

    font-family: "Poppins", sans-serif;

    text-transform: uppercase;

    display: block;

}



#main-nav .sub-menu li:first-child > a {

    border: 0;

}



#main-nav .sub-menu li a:hover {

    color: #fff;

}



#main-nav li:hover > .sub-menu {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    opacity: 1;

    visibility: visible;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



#main-nav .sub-menu li.menu-item-has-children > a:after {

    right: 20px;

    line-height: normal;

    font-size: 8px;

    font-weight: normal;

    content: "\e979";

    font-family: "ninzio";

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}





/* Mega Menu */



#main-nav li.megamenu {

    position: inherit;

}



#main-nav li.megamenu .sub-menu li a {

    padding: 7px 0 6px 0;

}



#main-nav li.megamenu ul.sub-menu {

    z-index: 999999;

    background-color: transparent;

}



#main-nav li.megamenu > ul.sub-menu ul.sub-menu {

    transition: none;

    transform: none;

    padding: 0;

}



#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a:after {

    display: none;

}



#main-nav li.megamenu > ul.sub-menu {

    width: 100%;

    left: 0;

    right: auto;

    border-radius: 0;

    background-color: #252525;

    padding: 40px 0 40px;

}



#main-nav li.megamenu > ul.sub-menu > li {

    display: block;

    float: left;

    width: 100%;

    border-right: 1px solid #484a4e;

}



#main-nav li.megamenu > ul.sub-menu > li:last-child {

    border: 0;

}



#main-nav li.megamenu.col-3 > ul.sub-menu > li {

    width: 26.333%;

    margin-left: 7%;

}



#main-nav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {

    clear: both;

}



#main-nav li.megamenu.col-4 > ul.sub-menu > li {

    width: 19%;

    margin-left: 6%;

}



#main-nav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {

    clear: both;

}



#main-nav li.megamenu.col-5 > ul.sub-menu > li {

    width: 15%;

    margin-left: 5%;

}



#main-nav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {

    clear: both;

}



#main-nav li.megamenu > ul.sub-menu > li ul {

    display: block !important;

    top: auto !important;

    width: 100% !important;

    min-width: 0 !important;

    left: auto !important;

    position: relative !important;

    border: none !important;

    padding: 0 !important;

    box-shadow: none !important;

}



#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a {

    transition: none;

    position: relative;

    font-size: 14px;

    color: #fff;

    padding-bottom: 10px;

    margin-bottom: 8px;

}



#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a:before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 56px;

    height: 2px;

    background-color: #234ea2;

}



#main-nav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {

    display: none

}



#main-nav li.megamenu:hover ul li ul {

    opacity: 1;

    visibility: visible;

}





/* Mobile Menu */



#main-nav-mobi {

    display: block;

    margin: 0 auto;

    width: 100%;

    position: absolute;

    left: 0;

    top: 100%;

    z-index: 999999;

    background-color: #222;

}



#main-nav-mobi ul {

    display: block;

    list-style: none;

    margin: 0;

    padding: 0;

}



#main-nav-mobi ul li {

    margin: 0;

    position: relative;

    text-align: center;

    cursor: pointer;

    border-top: 1px solid rgba(255, 255, 255, 0.05);

    padding-top: 0;

    padding-bottom: 0;

}



#main-nav-mobi ul > li > a {

    color: #b1b1b1;

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    display: inline-block;

    font-size: 16px;

    letter-spacing: 1px;

    text-transform: uppercase;

    line-height: 50px;

    text-decoration: none;

}



#main-nav-mobi ul > li > a:hover {

    color: #234ea2;

}



#main-nav-mobi .menu-item-has-children .arrow {

    cursor: pointer;

    display: inline-block;

    font-family: "ninzio";

    font-size: 8px;

    line-height: 50px;

    position: absolute;

    right: 0;

    text-align: center;

    top: 0;

    width: 50px;

}



#main-nav-mobi .menu-item-has-children .arrow:before {

    content: "\e912";

    color: #b1b1b1;

}



#main-nav-mobi .menu-item-has-children .arrow.active:before {

    content: "\e90f";

}



#main-nav-mobi ul ul li {

    background-color: #292929;

}



#main-nav-mobi ul ul ul li {

    background-color: #222;

}





/* Mobile Menu Button */



.mobile-button {

    width: 26px;

    height: 26px;

    display: none;

    float: right;

    position: absolute;

    top: 50%;

    right: 0;

    -webkit-transform: translate3d(0, -50%, 0);

    transform: translate3d(0, -50%, 0);

    background: transparent;

    cursor: pointer;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.mobile-button:before,

.mobile-button:after,

.mobile-button span {

    background-color: #777;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.mobile-button:before,

.mobile-button:after {

    content: '';

    position: absolute;

    top: 0;

    height: 3px;

    width: 100%;

    left: 0;

    top: 50%;

    -webkit-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}



.mobile-button span {

    position: absolute;

    width: 100%;

    height: 3px;

    left: 0;

    top: 50%;

    overflow: hidden;

    text-indent: 200%;

}



.mobile-button:before {

    -webkit-transform: translate3d(0, -7px, 0);

    transform: translate3d(0, -7px, 0);

}



.mobile-button:after {

    -webkit-transform: translate3d(0, 7px, 0);

    transform: translate3d(0, 7px, 0);

}



.mobile-button.active span {

    opacity: 0;

}



.mobile-button.active:before {

    -webkit-transform: rotate3d(0, 0, 1, 45deg);

    transform: rotate3d(0, 0, 1, 45deg);

}



.mobile-button.active:after {

    -webkit-transform: rotate3d(0, 0, 1, -45deg);

    transform: rotate3d(0, 0, 1, -45deg);

}





/* Mobile Menu Extend */

.nav-extend {

    display: none;

}



#main-nav-mobi .cart-info {

    background-color: #1e1e1e;

    line-height: 40px;

    display: block;

    margin: 15px 20px;

}



#main-nav-mobi .search-form {

    position: relative;

    margin: 15px 20px;

}



.menu-has-search.menu-has-cart #main-nav-mobi .search-form {

    margin-bottom: 0;

}



#main-nav-mobi .search-form .search-field {

    padding-right: 48px;

    margin-bottom: 0;

    padding: 6px 20px;

    background-color: #ececec;

}



#main-nav-mobi .search-form .search-submit {

    position: absolute;

    right: 10px;

    top: 10px;

    width: 24px;

    height: 24px;

    text-align: center;

    text-indent: 999999px;

    background-color: transparent;

    padding: 0;

    border: 0;

    overflow: hidden;

}



#main-nav-mobi .search-form .search-submit:before {

    color: #777;

    content: "\e954";

    font-family: "ninzio";

    font-size: 15px;

    position: absolute;

    left: 0;

    top: 2px;

    width: 100%;

    text-align: center;

    text-indent: 0;

    font-weight: normal;

    -webkit-transition: color ease .238s;

    -moz-transition: color ease .238s;

    transition: color ease .238s;

}



#main-nav-mobi .search-form .search-submit:hover:before {

    color: #292929;

}





/* Cart & Search Icon */



.cart-search-wrap {

    float: right;

}



.nav-top-cart-wrapper {

    float: right;

    padding: 20px 0 20px 10px;

    position: relative;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.nav-top-cart-wrapper .nav-cart-trigger .cart-icon {

    display: inline-block;

}



.nav-top-cart-wrapper .shopping-cart-items-count {

    font-weight: 500;

    font-family: "Roboto", sans-serif;

    position: absolute;

    right: 2px;

    top: 1px;

    width: 16px;

    height: 16px;

    line-height: 16px;

    font-size: 13px;

    display: block;

    border-radius: 50%;

    text-align: center;

}



.nav-top-cart-wrapper .nav-shop-cart {

    width: 317px;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateY(5px);

    transform: translateY(5px);

    position: absolute;

    right: 0;

    top: 100%;

    z-index: 999999;

    background-color: #fff;

    padding: 0px;

    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.nav-top-cart-wrapper:hover .nav-shop-cart {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    opacity: 1;

    visibility: visible;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.nav-top-cart-wrapper .nav-cart-trigger {

    position: relative;

    display: block;

    width: 33px;

    height: 38px;

    line-height: 38px;

    font-size: 19px;

}



#site-header .header-search-icon {

    position: relative;

    display: block;

    text-align: center;

    width: 33px;

    height: 38px;

    line-height: 38px;

    font-size: 17px;

}



#site-header #header-search {

    float: right;

    padding: 20px 0 20px 7px;

    position: relative;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



#site-header .header-search-form {

    position: absolute;

    right: 0;

    top: 100%;

    width: 268px;

    display: none;

}



#site-header .header-search-field {

    border: 0;

    width: 268px;

    height: 40px;

    margin: 0;

    padding-top: 5px;

    padding-bottom: 5px;

    background-color: #fff;

    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.15);

    -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.15)

}



#site-header .header-search-submit {

    position: absolute;

    right: 0;

    top: 0;

    display: none;

}



#site-header .header-search-form.show {

    opacity: 1;

    visibility: visible;

}





/* Header Fixed */



#site-header.is-fixed,

#site-header-wrap.is-fixed {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 9989;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}





/* Header Styles

-------------------------------------------------------------- */



#site-header {

    background-color: #fff;

}



#main-nav > ul > li > a {

    color: #777;

}



#main-nav > ul > li > a:hover {

    color: #333;

    position: relative;

}



#site-header .nav-top-cart-wrapper .nav-cart-trigger,

#site-header .header-search-icon {

    color: #999;

}



.nav-top-cart-wrapper .shopping-cart-items-count {

    background-color: #234ea2;

    color: #fff;

    font-weight: 400;

}



#site-header .header-search-icon:hover {

    color: #234ea2;

}



.cur-menu-1 #main-nav > ul > li.current-menu-item > a,

.cur-menu-1 #main-nav > ul > li.current-menu-parent > a,

.cur-menu-1 #main-nav > ul > li.current-menu-item > a:hover,

.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:hover {

    color: #234ea2;

}



.cur-menu-2 #main-nav > ul > li.current-menu-item > a,

.cur-menu-2 #main-nav > ul > li.current-menu-parent > a,

.cur-menu-2 #main-nav > ul > li.current-menu-item > a:hover,

.cur-menu-2 #main-nav > ul > li.current-menu-parent > a:hover {

    color: #fff;

}



.cur-menu-2 #main-nav > ul > li.current-menu-item > a > span,

.cur-menu-2 #main-nav > ul > li.current-menu-parent > a > span {

    background-color: #234ea2;

}



.cur-menu-3 #main-nav > ul > li.current-menu-item > a,

.cur-menu-3 #main-nav > ul > li.current-menu-parent > a,

.cur-menu-3 #main-nav > ul > li.current-menu-item > a:hover,

.cur-menu-3 #main-nav > ul > li.current-menu-parent > a:hover {

    color: #333;

}



.cur-menu-3 #main-nav > ul > li.current-menu-item > a > span,

.cur-menu-3 #main-nav > ul > li.current-menu-parent > a > span {

    border: 1px solid #234ea2;

}





/* Header Style 5 */



.header-style-5 #site-header {

    background-color: #272727;

}



.header-style-5 #main-nav > ul > li > a {

    color: #fff;

}



.header-style-5 #main-nav > ul > li > a:hover {

    color: #234ea2;

}



.header-style-5 #site-header .nav-top-cart-wrapper .nav-cart-trigger,

.header-style-5 #site-header .header-search-icon {

    color: #fff;

}



.header-style-5 #site-header .header-search-icon:hover {

    color: #234ea2;

}



.header-style-5.cur-menu-1 #main-nav > ul > li.current-menu-item > a,

.header-style-5.cur-menu-1 #main-nav > ul > li.current-menu-parent > a,

.header-style-5.cur-menu-1 #main-nav > ul > li.current-menu-item > a:hover,

.header-style-5.cur-menu-1 #main-nav > ul > li.current-menu-parent > a:hover {

    color: #fff;

}



.header-style-5.cur-menu-2 #main-nav > ul > li.current-menu-item > a,

.header-style-5.cur-menu-2 #main-nav > ul > li.current-menu-parent > a,

.header-style-5.cur-menu-2 #main-nav > ul > li.current-menu-item > a:hover,

.header-style-5.cur-menu-2 #main-nav > ul > li.current-menu-parent > a:hover {

    color: #fff;

}





/* Featured Title

-------------------------------------------------------------- */



#featured-title {

    background-color: #222;

    border-style: solid;

}



#featured-title .featured-title-inner-wrap {

    padding: 46px 0;

    display: table;

    overflow: hidden;

    width: 100%;

}



#featured-title .featured-title-heading-wrap {

    display: table-cell;

    margin: 0;

    text-align: left;

    vertical-align: middle;

    width: 40%;

}



#featured-title #breadcrumbs {

    letter-spacing: 0.5px;

    text-transform: uppercase;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 500;

    color: #fff;

    display: table-cell;

    text-align: right;

    vertical-align: middle;

    width: 60%;

}



#featured-title .featured-title-heading {

    position: relative;

    font-size: 20px;

    font-weight: 500;

    line-height: 1.1;

    color: #fff;

    text-transform: uppercase;

    z-index: 1;

    display: inline-block;

    margin: 0;

    padding-left: 20px;

}



#featured-title .featured-title-heading:before {

    content: "";

    position: absolute;

    left: 0; 

    top: 0;

    width: 3px;

    height: 100%;

    background-color: #234ea2;

}



#featured-title .featured-title-heading.has-shadow {

    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px

}



#featured-title .featured-title-heading:after,

#featured-title #breadcrumbs .breadcrumbs-inner:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    border-style: solid;

    border-width: 0px;

}



#featured-title #breadcrumbs .breadcrumbs-inner {

    z-index: 1;

    position: relative;

    display: inline-block;

}



#breadcrumbs .breadcrumb-trail {

    padding-left: 32px;

    position: relative;

}



#breadcrumbs .breadcrumb-trail:before {

    content: "\e90e";

    color: #fff;

    font-weight: normal;

    font-size: 19px;

    line-height: normal;

    font-family: "ninzio";

    position: absolute;

    left: 0;

    top: 1px;

}



#featured-title #breadcrumbs a {

    color: #fff;

}



#featured-title #breadcrumbs a:hover {

    color: #234ea2;

}



#featured-title #breadcrumbs .breadcrumb-trail > a,

#featured-title #breadcrumbs .breadcrumb-trail > span {

    position: relative;

    display: inline-block;

    padding-left: 13px;

    margin-right: 8px;

}



#featured-title #breadcrumbs .breadcrumb-trail > a:before,

#featured-title #breadcrumbs .breadcrumb-trail > span:before {

    content: "|";

    position: absolute;

    left: 0;

    top: 0;

    font-weight: normal;

    color: #234ea2;

}



#featured-title #breadcrumbs .breadcrumb-trail > a:first-child:before {

    display: none;

}



#featured-title #breadcrumbs .breadcrumb-trail > a:first-child {

    padding-left: 0;

    margin-left: 0;

}





/* Featured Title other styles */



#featured-title.featured-title-right .featured-title-heading-wrap {

    text-align: right;

}



#featured-title.featured-title-right #breadcrumbs {

    text-align: left;

}



#featured-title.featured-title-centered1 .featured-title-inner-wrap,

#featured-title.featured-title-centered2 .featured-title-inner-wrap {

    display: block;

}



#featured-title.featured-title-centered1 .featured-title-heading-wrap,

#featured-title.featured-title-centered2 .featured-title-heading-wrap {

    display: block;

    width: 100%;

    text-align: center;

}



#featured-title.featured-title-centered1 #breadcrumbs {

    display: block;

    width: 100%;

    text-align: center;

    margin-top: 5px;

}



#featured-title.featured-title-centered2 #breadcrumbs {

    display: block;

    width: 100%;

    text-align: center;

    margin-bottom: 5px;

}



#featured-title.featured-title-centered2 .featured-title-heading-wrap {

    margin-top: 5px;

}



#featured-title.featured-title-centered1 .featured-title-heading-wrap {

    margin-bottom: 5px;

}





/* Blog Post

-------------------------------------------------------------- */



.hentry {

    margin-top: 65px;

}



.hentry:first-child {

    margin-top: 0;

}



.hentry .post-content-archive-wrap {

    position: relative;

}



.hentry .post-date-custom { position: absolute; left: 15px; top: 13px; width: 51px; height: 62px; z-index: 9999; }

.hentry .post-date-custom > span { font-family: "Poppins", sans-serif; font-weight: 500; display: block; text-align: center; text-transform: uppercase; }

.post-date-custom > span:first-child { font-size: 26px; line-height: 43px; height: 43px; background-color: #234ea2; color: #fff; }

.post-date-custom > span:last-child { font-size: 14px; line-height: 19px; height: 19px; background-color: #fff; color: 777; }



.hentry .post-media iframe {

    margin-bottom: 0;

}



.hentry .page-links {

    clear: both;

    font-size: 16px;

    padding: 20px 0 10px;

    text-transform: uppercase;

}



.hentry .page-links a {

    display: inline-block;

    background-color: #dbdbdb;

    color: #777;

    padding: 0 10px;

}



.hentry .page-links a:hover {

    opacity: 0.7;

}





/* Post media */



.post-media {

    position: relative;

    margin-bottom: 0;

    overflow: hidden;

}



.post-media img {

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.post-media img:hover {

	-moz-transform: scale(1.1);

  	-webkit-transform: scale(1.1);

  	transform: scale(1.1);

}



.post-media .slick-prev,

.post-media .slick-next {

    padding: 0;

    background-color: rgba(0, 0, 0, 0.2);

    width: 40px;

    height: 40px;

    margin-top: -20px;

    position: absolute;

    top: 50%;

    cursor: pointer;

    border: none;

    outline: none;

    text-shadow: none;

    z-index: 77799;

    text-indent: -9999px;

    display: inline-block;

}



.post-media .slick-prev:before,

.post-media .slick-next:before {

    text-indent: 0;

    content: "\e937";

    font-family: "ninzio";

    font-size: 14px;

    color: #fff;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    line-height: 40px;

    text-align: center;

    display: inline-block;

}



.post-media .slick-next:before {

    content: "\e938";

}



.post-media .slick-prev {

    left: 10px;

}



.post-media .slick-next {

    right: 10px;

}



.post-media .slick-prev:hover,

.post-media .slick-next:hover {

    background-color: #234ea2;

}



.post-media .slick-dots {

    list-style: none;

    margin: 0;

    text-align: center;

    line-height: 10px;

    position: absolute;

    left: 0;

    bottom: 20px;

    width: 100%;

}



.post-media .slick-dots li {

    padding: 0;

    display: inline-block;

}



.post-media .slick-dots li button {

    padding: 0;

    width: 10px;

    height: 10px;

    margin: 0 5px;

    background-color: rgba(0, 0, 0, 0.2);

    font-size: 0;

    display: block;

    cursor: pointer;

    color: transparent;

    border: 0;

    outline: none;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.post-media .slick-dots li.slick-active button {

    background-color: #234ea2;

}



.post-content-wrap {

    padding: 40px 50px;

    background-color: #f5f5f5;

}





/* Post title */



.hentry .post-title {

    font-size: 28px;

    margin-bottom: 20px;

    letter-spacing: normal;

    padding-bottom: 20px;

    border-bottom: 1px solid #e1e1e1;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

}



.hentry .post-title-inner {

    z-index: 1;

    position: relative;

    display: inline-block;

}



.hentry .post-title-inner:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    border: 1px solid transparent;

}



.hentry .post-title-inner:after {

    content: "";

    position: absolute;

    left: 0;

    top: 100%;

    width: 0;

    height: 0;

    background-color: transparent;

}



.hentry .post-title a {

    color: #333;

}



.hentry .post-title a:hover {

    color: #234ea2;

}





/* Post meta */



.hentry .post-meta {

    color: #999;

    font-size: 14px;

    margin-bottom: 15px;

    text-transform: uppercase;

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    background-color: transparent;

}



.hentry .post-meta a {

    color: #999;

}



.hentry .post-meta a:hover {

    color: #234ea2;

}



.hentry .post-meta .item {

    display: inline-block;

}



.hentry .post-meta .item:last-child {

    margin-right: 0;

}



.hentry .post-meta .item .inner {

    position: relative;

}



.hentry .post-meta .item .inner:before {

    content: "";

    font-style: normal;

    position: absolute;

    left: 0;

}



/* Style 1 */



.hentry .post-meta.style-1 .item .inner:before {

    content: "|";

    left: 2px;

    top: -1px;

    line-height: normal;

}



.hentry .post-meta.style-1 .item {

    margin-right: 8px;

}



.hentry .post-meta.style-1 .item:last-child {

    margin-left: 0;

}



.hentry .post-meta.style-1 .item .inner {

    padding-left: 15px;

}



.hentry .post-meta.style-1 .item:first-child .inner {

    padding-left: 0;

}



.hentry .post-meta.style-1 .item:first-child .inner:before {

    display: none;

}





/* Style 2 */



.hentry .post-meta.style-2 .item {

    margin-right: 20px;

}



.hentry .post-meta.style-2 .item .inner {

    padding-left: 22px;

}



.hentry .post-meta.style-2 .item .inner:before {

    font-family: "ninzio";

    top: 1px;

    font-size: 11px;

    font-weight: normal;

}



.hentry .post-meta.style-2 .item.post-by-author .inner:before {

    content: "\e959";

}



.hentry .post-meta.style-2 .item.post-date .inner:before {

    content: "\e941";

}



.hentry .post-meta.style-2 .item.post-comment .inner:before {

    content: "\e96a";

}



.hentry .post-meta.style-2 .item.post-meta-categories .inner:before {

    content: "\e944";

}





/* Post excerpt */



.hentry .post-excerpt {

    position: relative;

    z-index: 1;

    margin-bottom: 25px;

    line-height: 24px;

}



.hentry .post-excerpt:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-color: transparent;

    border: 1px solid transparent;

}



.hentry .post-excerpt p:last-child {

    margin-bottom: 0;

}





/* Post read more */



.hentry .post-link a {

    padding: 4px 34px 3px;

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    letter-spacing: 0.5px;

    font-size: 14px;

    line-height: 23px;

    background-color: #777;

    color: #fff;

    display: inline-block;

}



.hentry .post-link a:hover {

    background-color: #234ea2;

    color: #fff;

}





/* Blog Grid

-------------------------------------------------------------- */



.blog-grid {

    margin: 0 -10px;

}



.blog-grid .hentry {

    width: 33.333%;

    float: left;

    padding: 0 10px;

    margin: 0 0 45px;

}



.blog-grid .hentry .post-date-custom {

    left: 11px;

    top: 10px;

}



.blog-grid .hentry .post-title {

    font-size: 20px;

    line-height: 32px;

    padding-bottom: 5px;

    margin-bottom: 16px;

    font-weight: 500;

}



.blog-grid .hentry .post-title > span {

    padding: 0 20px 1px 20px

}



.blog-grid .hentry .post-meta {

    margin-bottom: 10px;

}



.blog-grid .hentry .post-excerpt {

    margin-bottom: 19px;

}



.blog-grid .hentry .post-meta .post-by-author,

.blog-grid .hentry .post-meta .post-comment {

    display: none;

}



.blog-grid .post-media {

    margin-bottom: 0;

    position: relative;

    overflow: hidden;

}



.blog-grid .post-media img {

    width: 100%;

    height: auto;



    -moz-transition: all 0.3s;

	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

}



.blog-grid .post-media img:hover {

	-moz-transform: scale(1.1);

  	-webkit-transform: scale(1.1);

  	transform: scale(1.1);

}



.blog-grid .hentry .post-content-wrap {

    padding: 26px 20px 27px;

    border: 0;

    text-align: center;

    background-color: #f7f7f7;

}



.blog-has-date .blog-grid .hentry .post-content-archive-wrap {

    padding-left: 0;

}





/* Blog List

-------------------------------------------------------------- */



.blog-list .hentry {

    margin-top: 56px;

    padding: 0px 50px 0px 0px;

    background-color: #f7f7f7;

}



.blog-list .hentry:first-child {

    margin: 0;

}



.blog-list .hentry .post-content-archive-wrap {

    padding: 0;

    background-color: #f7f7f7;

}



.blog-list .post-media {

    width: 46.3%;

    float: left;

    margin: 0;

    position: relative;

    overflow: hidden;

}



.blog-list .post-media img {

    width: 100%;

    height: auto;



    -moz-transition: all 0.3s;

	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

}



.blog-list .post-media img:hover {

	-moz-transform: scale(1.1);

  	-webkit-transform: scale(1.1);

  	transform: scale(1.1);

}



.blog-list .post-content-wrap {

    width: 45.3%;

    float: right;

}



.blog-list .hentry .post-date-custom {

    left: 11px;

    top: 10px;

}



.blog-list .hentry .post-title {

    font-size: 22px;

    line-height: 38px;

    padding-bottom: 0;

    margin: 42px 0 15px;

    letter-spacing: normal;

}



.blog-list .hentry .post-title > span {

    padding: 0 20px 1px 0;

}



.blog-list .hentry .post-content-wrap {

    border: 0;

    padding: 0;

}



.blog-list .hentry .post-excerpt {

    margin-bottom: 15px;

}



.blog-has-date .blog-list .hentry .post-content-archive-wrap {

    padding-left: 0;

}



.blog-has-date .blog-list .hentry .post-read-more {

    padding-bottom: 30px;

}



/* Blog single

-------------------------------------------------------------- */



.hentry .post-content-single-wrap {

    position: relative;

}



.hentry .post-content-single-wrap .post-media {

    margin: 0 0 34px 0;

}



.hentry .post-content-single-wrap .post-title {

    margin-bottom: 15px;

    font-size: 36px;

    border: 0;

}



.hentry .post-content-single-wrap .post-meta {

    position: relative;

    font-size: 14px;

    padding-top: 18px;

    padding-bottom: 19px;

    margin-bottom: 30px;

}



.hentry .post-content-single-wrap .post-meta:before,

.hentry .post-content-single-wrap .post-meta:after { 

    content: "";

    position: absolute;

    left: 0;

    width: 100%;

    height: 1px;

    background: url(assets/img/pattern2.png) repeat-x;

}



.hentry .post-content-single-wrap .post-meta:before {

    top: 0;

}



.hentry .post-content-single-wrap .post-meta:after {

    bottom: 0;

}





/* Post share */



.hentry .post-link-share {

    margin-top: 32px;

}



.hentry .post-meta-share-icon {

    display: inline-block;

    font-size: 0;

}



.hentry .post-meta-share-text {

    display: inline-block;

}



.hentry .post-share a {

    position: relative;

    z-index: 1;

    width: 35px;

    height: 35px;

    line-height: 35px;

    text-align: center;

    display: inline-block;

    color: #fff;

    font-size: 14px;

    cursor: pointer;

    margin: 0 0 0 10px;

}



.hentry .post-share a:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-color: #ebebeb;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.hentry .post-share a:hover:after {

    background-color: #234ea2;

}



.hentry .post-share a:hover {

    color: #fff;

}





/* Post tags */



.hentry .post-tags {

    margin-top: 31px;

}



.hentry .post-tags a {

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    font-size: 13px;

    float: left;

    color: #777;

    letter-spacing: 1px;

    text-transform: uppercase;

    padding: 6px 20px 3px;

    margin: 0 6px 6px 0;

    background-color: #f5f5f5;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

}



.hentry .post-tags a:hover {

    background-color: #234ea2;

    color: #fff;

}





/* Post navigation */



.hentry .post-navigation {

    margin-top: 52px;

}



.hentry .post-navigation .nav-links {

    background-color: #f7f7f7;

    overflow: hidden;

    position: relative;

}



.hentry .post-navigation .nav-links:before {

    content: "";

    position: absolute;

    left: 50%;

    top: 0;

    width: 1px;

    height: 100%;

    background-color: #e0e0e0;

}



.hentry .post-navigation .nav-previous {

    width: 50%;

    float: left;

    text-align: center;

}



.hentry .post-navigation .nav-next {

    width: 50%;

    float: right;

    text-align: center;



}



.hentry .post-navigation .meta-nav {

    line-height: 60px;

    font-weight: 500;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    color: #777;

    letter-spacing: 1px;

    text-transform: uppercase;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.hentry .post-navigation .meta-nav:hover {

    color: #333;

}



.hentry .post-navigation .nav-next > a {

    padding-right: 27px;

}



.hentry .post-navigation .nav-previous > a {

    padding-left: 27px;

}



.hentry .post-navigation .nav-previous > a,

.hentry .post-navigation .nav-next > a {

    position: relative;

}



.hentry .post-navigation .nav-previous > a:after,

.hentry .post-navigation .nav-next > a:after {

    font-family: "ninzio";

    font-size: 13px;

    color: #234ea2;

    position: absolute;

    top: -1px;

}



.hentry .post-navigation .nav-previous > a:after {

    content: "\e911";

    left: 0;

}



.hentry .post-navigation .nav-next > a:after {

    content: "\e912";

    right: 0;

}





/* Post author */



.hentry .author-title {

    font-size: 16px;

    color: #999;

    margin: 52px 0 0;

    position: relative;

    text-transform: uppercase;

}



.hentry .author-title > span {

    background-color: #fff;

    padding-right: 10px;

    display: inline-block;

}



.hentry .author-title > span:after {

    z-index: -1;

    position: absolute;

    left: 0;

    top: 8px;

    content: "";

    width: 100%;

    height: 5px;

    background: url(assets/img/pattern.png) repeat-x;

}



.hentry .post-author {

    clear: both;

    overflow: hidden;

    padding: 45px 52px 35px 58px;

    background-color: #f7f7f7;

    margin-top: 45px;

    position: relative;

}



.hentry .post-author .author-avatar {

    width: 73px;

    float: left;

    margin-right: 30px;

}



.hentry .post-author .author-avatar a {

    width: 73px;

    margin-top: 7px;

    height: auto;

    display: inline-block;

}



.hentry .post-author .author-avatar a img {

    width: 100%;

    height: auto;

}



.hentry .post-author .name {

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 0.5px;

    margin: 0 0 7px;

    z-index: 1;

    display: inline-block;

}



.hentry .post-author .author-desc {

    overflow: hidden;

}



.hentry .post-author .author-desc > p {

    margin-bottom: 9px;

}



.hentry .post-author .author-socials > a {

    display: inline-block;

    font-size: 15px;

    color: #959595;

    padding-right: 13px;

}



.hentry .post-author .author-socials > a:hover {

    opacity: 0.7;

}





/* Post related */



.hentry .related-title {

    font-size: 16px;

    color: #999;

    margin-bottom: 46px;

    position: relative;

    text-transform: uppercase;

    margin-top: 60px;

}



.hentry .related-title > span {

    background-color: #fff;

    padding-right: 10px;

    display: inline-block;

}



.hentry .related-title > span:after {

    z-index: -1;

    position: absolute;

    left: 0;

    top: 8px;

    content: "";

    width: 100%;

    height: 5px;

    background: url(assets/img/pattern.png) repeat-x;

}



.hentry .related-title:before {

    content: "";

    position: absolute;

    right: 0;

    top: 0;

    width: 75px;

    height: 20px;

    background-color: #fff;

}



.hentry .post-related {

    margin: 0 -10px;

    position: relative;

    margin-bottom: 0px;

}



.hentry .post-related .post-item {

    padding: 0 10px;

    margin-bottom: 5px;

}



.hentry .post-related .post-item .inner {

    background-color: #fff;

}



.hentry .post-related .post-item .post-content {

    padding: 15px 5px;

    text-align: center;

    background-color: #f6f6f6;

}



.hentry .post-related .post-thumb {

    position: relative;

    overflow: hidden;

}



.hentry .post-related .post-thumb img {

    width: 100%;

    height: auto;



    -moz-transition: all 0.3s;

	-webkit-transition: all 0.3s;

 	transition: all 0.3s;

}



.hentry .post-related .post-thumb img:hover {

	-moz-transform: scale(1.1);

  	-webkit-transform: scale(1.1);

  	transform: scale(1.1);

}



.hentry .post-related .post-date-custom {

    position: absolute;

    left: 11px;

    top: 9px;

}



.hentry .post-related .post-item h4 {

    z-index: 1;

    font-size: 16px;

    color: #555;

    color: #777;

    margin: 0;

    letter-spacing: normal;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

}



.hentry .post-related .post-item h4 a:hover {

    color: #234ea2;

}



.hentry .post-related .slick-prev,

.hentry .post-related .slick-next {

    width: 16px;

    height: 26px;

    line-height: 26px;

    position: absolute;

    top: 14px;

    padding: 0;

    background-color: transparent;

    position: absolute;

    top: -70px;

    cursor: pointer;

    border: none;

    outline: none;

    text-shadow: none;

    z-index: 9999;

    text-indent: -9999px;

    display: inline-block;

}



.hentry .post-related .slick-prev {

    right: 40px;

}



.hentry .post-related .slick-next {

    right: 10px;

}



.hentry .post-related .slick-prev:before,

.hentry .post-related .slick-next:before {

    text-indent: 0;

    content: "\e978";

    font-size: 20px;

    font-family: "ninzio";

    color: #b0b0b0;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    text-align: center;

    display: inline-block;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.hentry .post-related .slick-next:before {

    content: "\e979";

}



.hentry .post-related .slick-next:hover:before,

.hentry .post-related .slick-prev:hover:before {

    color: #234ea2;

}





/* Comments */



.comments-area .comments-title,

.comments-area .comment-reply-title {

    margin-top: 80px;

    font-size: 16px;

    color: #999;

    margin-bottom: 37px;

    position: relative;

    text-transform: uppercase;

    margin-top: 64px;

}



.comments-area .comments-title > span,

.comments-area .comment-reply-title > span {

    background-color: #fff;

    padding-right: 10px;

    display: inline-block;

}



.comments-area .comments-title > span:after,

.comments-area .comment-reply-title > span:after {

    z-index: -1;

    position: absolute;

    left: 0;

    top: 8px;

    content: "";

    width: 100%;

    height: 5px;

    background: url(assets/img/pattern.png) repeat-x;

}



.comments-area .comment-reply-title {

    margin-top: 63px;

    margin-bottom: 34px;

}





/* Comment List */



.comment-list {

    list-style: none;

    margin: 0;

}



.comment-list li.comment {

    padding: 0;

}



.comment-list .children {

    list-style: none;

    margin: 0;

}



.comment-list .children > li {

    padding: 0 0 0 50px;

}



.comment-list article {

    background-color: #f7f7f7;

    padding: 50px 50px 44px 70px;

    position: relative;

    margin-bottom: 40px;

}



.comment-list article + .comment-respond {

    margin-bottom: 50px;

}



.comment-list article .gravatar {

    width: 73px;

    float: left;

    margin: 6px 30px 0 0;

    overflow: hidden;

}



.comment-list article .gravatar img {

    width: 100%;

    height: auto;

}



.comment-list .comment-content {

    overflow: hidden;

}



.comment-list .comment-meta {

    font-family: "Poppins", sans-serif;

    font-weight: 500;

}



.comment-author {

    font-size: 18px;

    letter-spacing: 0.5px;

    margin: 0 0 6px;

    z-index: 1;

    display: inline-block;

}



.comment-time {

    color: #999;

    font-size: 13px;

    margin: 0 0 9px;

}



.comment-reply a {

    color: #fff;

    display: inline-block;

    padding: 6px 17px;

    letter-spacing: 0.5px;

    background-color: #979797;

    line-height: normal;

    position: absolute;

    right: 25px;

    top: 20px;

    font-weight: 500;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    text-transform: uppercase;

}



.comment-reply a:hover {

    background-color: #234ea2;

    color: #fff;

}



.comment-text {

    overflow: hidden;

    line-height: 24px;

}



.comment-text > p:last-child {

    margin-bottom: 0;

}



.comment-edit-link {

    padding-left: 7px;

    color: #999;

    font-size: 12px;

}



.comment-author a:hover {

    color: #234ea2;

}



.unapproved {

    display: block;

    color: #999;

    font-style: italic;

}



#cancel-comment-reply-link {

    position: absolute;

    right: 0;

    top: 0;background-color: #fff;

    padding-left: 20px;

    color: #999;

    font-weight: 500;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    text-transform: uppercase;

}



#cancel-comment-reply-link:hover {

    color: #333

}





/* Comment Form */



#comments .comment-respond {

    position: relative;

}



#comments .name-wrap,

#comments .email-wrap,

#comments .url-wrap {

    width: 32.1%;

    float: left;

    margin-right: 1.849%;

}



#comments .url-wrap {

    margin-right: 0;

}



#comments .message-wrap textarea {

    height: 150px;

}



#comments .comment-respond .form-submit {

    clear: both;

    margin: 0;

    padding-top: 12px;

}



#comments .comment-respond .form-submit input[type="submit"] { 

    background-color: #234ea2;

}



#comments .comment-respond .form-submit input[type="submit"]:hover { 

    background-color: #4b4b4b;

}



.logged-in-as {

    margin-bottom: 10px;

}



.logged-in-as a {

    color: #234ea2;

}



.logged-in-as a:hover,

.comment-edit-link:hover {

    color: #333;

}





/* Widgets

-------------------------------------------------------------- */



#sidebar .widget,

#footer-widgets .widget {

    position: relative;

    z-index: 1;

    margin-top: 60px;

}



#footer-widgets .widget {

    margin: 0 0 25px;

    color: #fff;

}



#sidebar .widget.widget_spacer,

#footer-widgets .widget.widget_spacer {

    margin: 0;

}



#sidebar .widget:first-child {

    margin: 0;

}



.widget.widget_pages ul ul {

    display: none;

}



#sidebar .widget ul,

#footer-widgets .widget ul {

    margin: 0;

    list-style: none;

}



#footer-widgets select {

    background-color: #4d5053;

    border-color: #4d5053;

    color: #b6b7b8;

    margin: 0;

}



#footer-widgets input,

#footer-widgets textarea,

#footer-widgets .widget.widget_calendar table,

#footer-widgets .widget.widget_calendar th,

#footer-widgets .widget.widget_calendar td {

    border-color: #4d5053;

    color: #b6b7b8;

}



#footer-widgets hr {

    background-color: #4d5053;

}



.widget.widget_categories ul li:before,

.widget.widget_categories ul li:after,

.widget.widget_archive ul li:before,

.widget.widget_archive ul li:after {

    content: "";

    clear: both;

    display: table;

}



.widget.widget_categories ul li,

.widget.widget_archive ul li {

    position: relative;

    text-align: right;

}



.widget.widget_categories ul li a,

.widget.widget_archive ul li a {

    float: left;

}



#sidebar .widget.widget_recent_entries .post-date,

#footer-widgets .widget.widget_recent_entries .post-date {

    display: block;

    font-size: 1em;

}



#sidebar .widget.widget_recent_comments .comment-author-link,

#sidebar .widget.widget_recent_comments ul li a {

    color: #333;

}



#sidebar .widget.widget_recent_comments ul li {

    border: 0;

    border-bottom: 1px solid #e0e0e0;

    padding: 4px 0 30px 78px;

    margin-top: 25px;

}



#sidebar .widget.widget_recent_comments ul li:first-child {

    margin-top: 0;

}



#sidebar .widget.widget_recent_comments ul li:before { 

    content: "\e95b";

    font-size: 27px;

    font-weight: normal;

    width: 61px;

    height: 61px;

    line-height: 61px;

    text-align: center;

    background-color: #234ea2;

    color: #fff;

    border-radius: 0;

    top: 0;

    transform: none;

}



#footer-widgets .widget.widget_recent_comments .comment-author-link {

    color: #b1b1b1;

}



#sidebar .widget.widget_calendar caption,

#footer-widgets .widget.widget_calendar caption {

    color: #234ea2;

}



/* Title Widget */



#sidebar .widget .widget-title,

#footer-widgets .widget .widget-title {

    letter-spacing: 0.5px;

    font-size: 16px;

    color: #999;

    margin: 0 0 25px 0;

    text-transform: uppercase;

    z-index: 1;

    position: relative;

}



#sidebar .widget .widget-title > span,

#footer-widgets .widget .widget-title > span {

    display: block;

    position: relative;

    padding: 0 0 10px 0;

}



#sidebar .widget .widget-title > span:after,

#footer-widgets .widget .widget-title > span:after {

    width: 32px;

    height: 3px;

    background-color: #234ea2;

    content: "";

    position: absolute;

    left: 0;

    top: 100%;

    z-index: -2;

}



#footer-widgets .widget .widget-title > span {

    padding-bottom: 11px;

}



#footer-widgets .widget .widget-title {

    margin-bottom: 33px;

    color: #fff;

}





/* Widget: Text */



#sidebar .widget.widget_text p:last-child,

#footer-widgets .widget.widget_text p:last-child {

    margin-bottom: 0;

}





/* Widget: Categories, Meta, Archives, Pages */



.widget.widget_categories ul li,

.widget.widget_meta ul li,

.widget.widget_pages ul li,

.widget.widget_archive ul li,

.widget.widget_recent_entries ul li,

.widget.widget_recent_comments ul li,

.widget.widget_nav_menu ul li {

    font-size: 14px;

    font-weight: 500;

    font-family: "Poppins", sans-serif;

    padding: 13px 0 11px;

    border-top: 1px solid #e0e0e0;

    text-transform: uppercase;

}



.widget.widget_rss ul li {

    padding: 12px 0;

    border-top: 1px solid #e0e0e0;

}



.widget.widget_categories ul li:last-child,

.widget.widget_meta ul li:last-child,

.widget.widget_pages ul li:last-child,

.widget.widget_archive ul li:last-child,

.widget.widget_recent_entries ul li:last-child,

.widget.widget_recent_comments ul li:last-child,

.widget.widget_rss ul li:last-child {

    border-bottom: 1px solid #e0e0e0;

}



.widget.widget_categories ul li a,

.widget.widget_meta ul li a,

.widget.widget_pages ul li a,

.widget.widget_archive ul li a,

.widget.widget_recent_entries ul li a,

.widget.widget_recent_comments ul li a {

    color: #777;

}



.widget.widget_categories ul li a,

.widget.widget_meta ul li a,

.widget.widget_pages ul li a,

.widget.widget_archive ul li a,

.widget.widget_recent_entries ul li a,

.widget.widget_recent_comments ul li,

.widget.widget_nav_menu ul li a {

    position: relative;

    padding-left: 33px;

    color: #777;

    display: inline-block;

}



.widget.widget_categories ul li a:before,

.widget.widget_meta ul li a:before,

.widget.widget_pages ul li a:before,

.widget.widget_archive ul li a:before,

.widget.widget_recent_entries ul li a:before,

.widget.widget_recent_comments ul li:before,

.widget.widget_nav_menu ul li a:before {

    width: 15px;

    height: 15px;

    line-height: 15px;

    text-align: center;

    color: #234ea2;

    border-radius: 50%;

    content: "\e912";

    font-size: 8px;

    font-family: "ninzio";

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}



.widget.widget_categories ul li a:hover,

.widget.widget_meta ul li a:hover,

.widget.widget_pages ul li a:hover,

.widget.widget_archive ul li a:hover,

.widget.widget_recent_entries ul li a:hover,

.widget.widget_recent_comments ul li a:hover,

.widget.widget_nav_menu ul li a:hover {

    color: #234ea2;

}



#footer-widgets .widget.widget_categories ul li,

#footer-widgets .widget.widget_meta ul li,

#footer-widgets .widget.widget_pages ul li,

#footer-widgets .widget.widget_archive ul li,

#footer-widgets .widget.widget_recent_comments ul li,

#footer-widgets .widget.widget_rss ul li,

#footer-widgets .widget.widget_recent_entries ul li,

#footer-widgets .widget.widget_nav_menu ul li {

    border-color: #55595b;

}



#footer-widgets .widget.widget_categories ul li a,

#footer-widgets .widget.widget_meta ul li a,

#footer-widgets .widget.widget_pages ul li a,

#footer-widgets .widget.widget_archive ul li a,

#footer-widgets .widget.widget_recent_entries ul li a,

#footer-widgets .widget.widget_recent_comments ul li a,

#footer-widgets .widget.widget_nav_menu ul li a {

    color: #b1b1b1;

}



#footer-widgets .widget.widget_categories ul li a:hover,

#footer-widgets .widget.widget_meta ul li a:hover,

#footer-widgets .widget.widget_pages ul li a:hover,

#footer-widgets .widget.widget_archive ul li a:hover,

#footer-widgets .widget.widget_recent_entries ul li a:hover,

#footer-widgets .widget.widget_recent_comments ul li a:hover,

#footer-widgets .widget.widget_nav_menu ul li a:hover {

    color: #234ea2;

}





/* Widget: Buttons */



.button-widget a {

    padding: 14px 25px;

    border: 1px solid #777;

    color: #999;

    font-size: 11px;

    font-weight: 500;

    font-family: "Poppins", sans-serif;

    color: #fff;

    letter-spacing: 1px;

}



.button-widget a:hover {

    background-color: #234ea2;

    border-color: #234ea2;

    color: #fff;

}





/* Widget: Nav */



.widget.widget_nav_menu ul li { 

	padding: 0;

}



.widget.widget_nav_menu ul.menu > li:last-child { 

	padding: 0;

	border-bottom: 1px solid #e0e0e0;

}



.widget.widget_nav_menu ul li a {

	padding-top: 12px;

	padding-bottom: 12px;

}



.widget.widget_nav_menu ul ul {

	padding-left: 15px;

}



/* Widget: Calendar */



#sidebar .widget.widget.widget_calendar table {

    margin: 0;

}



#sidebar .widget.widget_calendar td,

#sidebar .widget.widget_calendar th {

    padding: 0;

    text-align: center;

    line-height: 35px;

    font-weight: normal;

}



#sidebar .widget.widget_calendar tbody #today,

#sidebar .widget.widget_calendar tbody #today a {

    color: #234ea2;

    display: block;

}



#footer-widgets .widget.widget_calendar tbody #today,

#footer-widgets .widget.widget_calendar tbody #today a {

    color: #234ea2;

    display: block;

}



#sidebar .widget.widget_calendar tbody #today a:hover {

    color: #43516a;

}



#footer-widgets .widget.widget_calendar a:hover {

    color: #fff;

}





/* Widget: Information */



#sidebar .widget.widget.widget_information ul li,

#footer-widgets .widget.widget.widget_information ul li {

    position: relative;

    padding: 0 0 0 30px;

    margin-bottom: 5px;

    border: 0;

    font-family: "Poppins", sans-serif;

    font-weight: 400;

    font-size: 14px;

    letter-spacing: 0.5px;

}



#sidebar .widget.widget.widget_information ul li:last-child,

#footer-widgets .widget.widget.widget_information ul li:last-child {

    margin-bottom: 0 !important;

}



#sidebar .widget.widget.widget_information ul li i,

#footer-widgets .widget.widget.widget_information ul li i {

    display: inline-block;

    width: 45px;

    height: 45px;

    background-color: #444;

    line-height: 45px;

    text-align: center;

}



#sidebar .widget.widget.widget_information ul li i,

#footer-widgets .widget.widget.widget_information ul li i {

    position: absolute;

    left: 0;

    top: 0;

    color: #fff;

}





/* Widget: Links */



#sidebar .widget.widget_links ul li,

#footer-widgets .widget.widget_links ul li {

    border: 0;

}



#sidebar .widget.widget_links ul.col2 li,

#footer-widgets .widget.widget_links ul.col2 li {

    width: 50%;

    float: left;

    padding: 0;

}



#sidebar .widget.widget_links ul li a,

#footer-widgets .widget.widget_links ul li a {

    position: relative;

    display: inline-block;

    padding-left: 20px;

    color: #777;

}



#sidebar .widget.widget_links ul li i,

#footer-widgets .widget.widget_links ul li i {

    position: absolute;

    left: 0;

    top: 6px;

}



#sidebar .widget.widget_links ul li a:hover,

#footer-widgets .widget.widget_links ul li a:hover {

    color: #234ea2;

}



#footer-widgets .widget.widget_links ul li a {

    color: #dfdfdf;

}





/* Widget: Twitter */



#sidebar .widget.widget_twitter .item-wrap {

    font-family: "Poppins", sans-serif;

}



#sidebar .widget.widget_twitter .tweet-item {

    margin-top: 30px;

}



#sidebar .widget.widget_twitter .tweet-item:first-child {

    margin-top: 0;

}



#sidebar .widget.widget_twitter .tweet-icon {

    width: 66px;

    height: 66px;

    float: left;

    line-height: 66px;

    margin-right: 18px;

    margin-top: 3px;

    text-align: center;

    background-color: #f5f5f5;

    color: #777 !important;

    font-size: 30px;

}



#sidebar .widget.widget_twitter .text-wrap {

    overflow: hidden;

}



#sidebar .widget.widget_twitter .timestamp {

    font-size: 14px;

    padding-top: 3px;

    font-weight: 500;

}



#sidebar .widget.widget_twitter .timestamp a {

    color: #afb0b2;

}



#sidebar .widget.widget_twitter .tweet-text {

    text-transform: uppercase;

    font-weight: 500;

    color: #777;

    font-size: 12px;

    line-height: 24px;

}



#sidebar .widget.widget_twitter .tweet-text a {

    color: #234ea2;

}





/* Widget: Search */



#sidebar .widget.widget_search .search-form,

#footer-widgets .widget.widget_search .search-form {

    position: relative;

}



#sidebar .widget.widget_search .search-form .search-field,

#footer-widgets .widget.widget_search .search-form .search-field {

    padding-right: 39px;

    margin-bottom: 0;

    padding: 6px 20px;

}



#sidebar .widget.widget_search .search-form .search-submit,

#footer-widgets .widget.widget_search .search-form .search-submit {

    position: absolute;

    background-color: transparent;

    right: 0;

    top: 0;

    width: 39px;

    height: 42px;

    text-align: center;

    text-indent: 999999px;

    padding: 0;

    border: 0;

    overflow: hidden;

}



#sidebar .widget.widget_search .search-form .search-submit:before,

#footer-widgets .widget.widget_search .search-form .search-submit:before {

    color: #fff;

    content: "\e954";

    font-family: "ninzio";

    font-size: 16px;

    width: 39px;

    height: 42px;

    line-height: 42px;

    background-color: #234ea2;

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

    text-indent: 0;

    font-weight: normal;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



#sidebar .widget.widget_search .search-form .search-submit:hover:before,

#footer-widgets .widget.widget_search .search-form .search-submit:hover:before {

    background-color: #4b4b4b;

}



#footer-widgets .widget.widget_search .search-form .search-submit {

    background-color: transparent;

}



#footer-widgets .widget.widget_search .search-form .search-submit:before {

    border-color: #4d5053;

    color: #fff;

}



#footer-widgets .widget.widget_search .search-form .search-submit:hover:before {

    color: #b6b7b8;

}



/* Widget: Socials */



#sidebar .widget.widget_socials .socials,

#footer-widgets .widget.widget_socials .socials {

    margin: 0 -3px;

}



#sidebar .widget.widget_socials .socials .icon,

#footer-widgets .widget.widget_socials .socials .icon {

    padding: 0 3px;

    float: left;

}



#sidebar .widget.widget_socials .socials a,

#footer-widgets .widget.widget_socials .socials a {

    float: left;

    font-size: 15px;

    display: inline-block;

    width: 38px;

    height: 38px;

    line-height: 38px;

    text-align: center;

    z-index: 1;

}



#sidebar .widget.widget_socials .socials a {

    background-color: #ececec;

    color: #777;

}



#footer-widgets .widget.widget_socials .socials a {

    background-color: #3e3e42;

    color: #fff;

}



#sidebar .widget.widget_socials .socials a:hover,

#footer-widgets .widget.widget_socials .socials a:hover {

    background-color: #234ea2;

    color: #fff;

}





/* Widget: Recent News Advanced  */



#sidebar .widget.widget_recent_posts ul {

    padding-top: 10px;

}



#sidebar .widget.widget_recent_posts ul li,

#footer-widgets .widget.widget_recent_posts ul li {

    padding: 0;

    border: 0;

    padding-top: 10px;

    margin-top: 10px;

    border-top: 1px solid #fff;

}



#sidebar .widget.widget_recent_posts ul li:first-child,

#footer-widgets .widget.widget_recent_posts ul li:first-child {

    padding-top: 0;

    margin-top: 0;

    border: 0;

}



#sidebar .widget.widget_recent_posts .recent-news .thumb,

#footer-widgets .widget.widget_recent_posts .recent-news .thumb {

    width: 56px;

    float: left;

    margin: 0 18px 0 0;

}



#sidebar .widget.widget_recent_posts .recent-news .thumb img,

#footer-widgets .widget.widget_recent_posts .recent-news .thumb img {

    width: 100%;

    height: auto;

}



#sidebar .widget.widget_recent_posts .recent-news .thumb.icon,

#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon {

    text-align: center;

    background-color: #234ea2;

    color: #fff !important;

    font-size: 21px;

}



#sidebar .widget.widget_recent_posts h3,

#footer-widgets .widget.widget_recent_posts h3 {

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    line-height: 24px;

    margin: -5px 0 0;

}



#sidebar .widget.widget_recent_posts h3 a:hover,

#footer-widgets .widget.widget_recent_posts h3 a:hover {

    color: #234ea2;

}



#sidebar .widget.widget_recent_posts .recent-news .texts,

#footer-widgets .widget.widget_recent_posts .recent-news .texts {

    overflow: hidden;

}



#sidebar .widget.widget_recent_posts .post-date,

#footer-widgets .widget.widget_recent_posts .post-date {

    font-size: 14px;

    font-weight: 500;

    color: #999;

    font-family: "Poppins", sans-serif;

    text-transform: uppercase;

}



#footer-widgets .widget.widget_recent_posts h3 a {

    color: #fff;

}



#footer-widgets .widget.widget_recent_posts .post-date {

    color: #ababac;

}





/* Widget: Newsletter */



.widget.widget_mc4wp_form_widget .submit-wrap > span {

    position: relative;

    display: inline-block;

}



.widget.widget_mc4wp_form_widget .submit-wrap > span:before {

    content: "\e924";

    font-family: "ninzio";

    font-size: 16px;

    color: #fff;

    position: absolute;

    left: 27px;

    top: 6px;

}



.widget.widget_mc4wp_form_widget .submit-wrap input {

    background-color: #234ea2;

    padding: 13px 30px 13px 55px;

}



.widget.widget_mc4wp_form_widget .submit-wrap input:hover {

    background-color: #4b4b4b;

}



/* Widget: Instagram & Flickr */



.widget.widget_instagram .instagram-wrap,

.widget.widget_flickr .flickr-wrap {

    margin: 0 -0.5px;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image,

.widget.widget_flickr .flickr-wrap .flickr_badge_image {

    padding: 0 0.5px !important;

    margin: 0 0 1px 0 !important;

    width: 33.333%;

    float: left;

    height: auto !important;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image img,

.widget.widget_flickr .flickr-wrap .flickr_badge_image img {

    width: 100%;

    height: auto;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image a,

.widget.widget_flickr .flickr-wrap .flickr_badge_image a {

    position: relative;

    display: block;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,

.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover,

.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover {

    opacity: 0.7;

}





/* 2 columns */



.widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {

    width: 50%;

}





/* 4 columns */



.widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {

    width: 25%;

}





/* Gutter 0 */



.widget.widget_instagram .instagram-wrap.g0,

.widget.widget_flickr .flickr-wrap.g0 {

    margin: 0;

}



.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {

    padding: 0 !important;

    margin: 0 !important;

}





/* Gutter 5 */



.widget.widget_instagram .instagram-wrap.g5,

.widget.widget_flickr .flickr-wrap.g5 {

    margin: 0 -2.5px;

}



.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {

    padding: 0 2.5px !important;

    margin: 0 0 5px 0 !important;

}





/* Gutter 12 */



.widget.widget_instagram .instagram-wrap.g12,

.widget.widget_flickr .flickr-wrap.g12 {

    margin: 0 -6px;

}



.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {

    padding: 0 6px !important;

    margin: 0 0 12px 0 !important;

}





/* Gutter 15 */



.widget.widget_instagram .instagram-wrap.g15,

.widget.widget_flickr .flickr-wrap.g15 {

    margin: 0 -7.5px;

}



.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,

.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {

    padding: 0 7.5px !important;

    margin: 0 0 15px 0 !important;

}



#footer-widgets .widget.widget_instagram .instagram-wrap,

#footer-widgets .widget.widget_flickr .flickr-wrap {

    padding-right: 2px;

}





/* Widget: Tags */



#sidebar .widget.widget_tag_cloud .tagcloud:before,

#sidebar .widget.widget_tag_cloud .tagcloud:after,

#footer-widgets .widget.widget_tag_cloud .tagcloud:before,

#footer-widgets .widget.widget_tag_cloud .tagcloud:after,

.widget_product_tag_cloud .tagcloud:before,

.widget_product_tag_cloud .tagcloud:after {

    display: table;

    clear: both;

    content: "";

}



#sidebar .widget.widget_tag_cloud .tagcloud a,

#footer-widgets .widget.widget_tag_cloud .tagcloud a,

.widget_product_tag_cloud .tagcloud a {

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    position: relative;

    float: left;

    letter-spacing: 1px;

    color: #777;

    text-transform: uppercase;

    padding: 6px 15px 3px;

    margin: 0 6px 6px 0;

    z-index: 1;

    background-color: #f5f5f5;

}



#sidebar .widget.widget_tag_cloud .tagcloud a:hover,

#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover,

.widget_product_tag_cloud .tagcloud a:hover {

    background-color: #234ea2;

    color: #fff;

}



#footer-widgets .widget.widget_tag_cloud .tagcloud a {

    color: #cfd0d0;

    background-color: #4d5053;

    padding: 2px 20px;

    border-color: #777;

}





/* Footer Subscribe

-------------------------------------------------------------- */

.footer-subscribe {

    padding: 47px 0 30px;

    background: #333 url(assets/img/bg-subscribe.jpg);

}



.footer-subscribe .text-wrap {

    float: left;

    margin-bottom: 10px;

}



.footer-subscribe .text-wrap .heading-wrap {

    position: relative;

    padding-left: 78px;

}



.footer-subscribe .text-wrap .heading-wrap:before {

    width: 53px;

    height: 53px;

    line-height: 53px;

    background-color: #fff;

    color: #777;

    text-align: center;

    font-size: 30px;

    content: "\e90d";

    font-family: "ninzio";

    position: absolute;

    left: 0;

    top: 0;

}



.footer-subscribe .text-wrap .heading {

    font-size: 22px;

    font-weight: 500;

    letter-spacing: 0.5px;

    margin: 0;

    color: #fff;

}



.footer-subscribe .text-wrap .sheading {

    color: #fff;

}



.footer-subscribe .mc4wp-form {

    float: right;

    width: 65.092%;

    padding-top: 3px;

}



.footer-subscribe .mc4wp-form .name-wrap,

.footer-subscribe .mc4wp-form .email-wrap {

    width: 36.9%;

    float: left;

    margin-right: 2%;

}



.footer-subscribe .mc4wp-form input {

    border: 0;

    height: 46px;

    background-color: #fff;

    margin-bottom: 14px;

}



.footer-subscribe .mc4wp-form .submit-wrap input {

    height: 46px;

    padding: 0;

    width: 22%;

    background-color: #333;

    font-family: "Poppins", sans-serif;

}



.footer-subscribe .mc4wp-form .submit-wrap input:hover {

    opacity: 0.7;

} 





/* Footer

-------------------------------------------------------------- */



#footer {

    background-color: #28282c;

    padding: 113px 0 77px;

    position: relative;

    z-index: 1;

    border-style: solid;

}



#footer::-webkit-input-placeholder {

    color: #999;

}



#footer:-moz-placeholder {

    color: #999;

}



#footer::-moz-placeholder {

    color: #999;

    opacity: 1;

    /* Since FF19 lowers the opacity of the placeholder by default */

}



#footer:-ms-input-placeholder {

    color: #999;

}





/* Bottom Bar

-------------------------------------------------------------- */



#bottom {

    background-color: #1c1d20;

    color: #b4b4b4;

    font-family: "Poppins", sans-serif;

    font-weight: 500;

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

}



#bottom a:hover {

    color: #fff;

}



#bottom .bottom-bar-inner-wrap {

    padding: 14px 0 13px;

}



#bottom #copyright {

    color: #b4b4b4;

}



#bottom .bottom-bar-inner-wrap {

    display: table;

    width: 100%;

}



#bottom .bottom-bar-left {

    display: table-cell;

    margin: 0;

    text-align: left;

    vertical-align: middle;

    width: 40%;

}



#bottom .bottom-bar-right {

    display: table-cell;

    text-align: right;

    vertical-align: middle;

    width: 60%;

}





/* Bottom Navigation */



#bottom .bottom-bar-menu {

    display: inline-block;

}



#bottom ul.bottom-nav {

    list-style: none;

    margin: 0;

}



#bottom ul.bottom-nav > li {

    display: inline-block;

    position: relative;

    padding-left: 21px;

    margin-left: 13px;

}



#bottom ul.bottom-nav > li:before {

    content: "|";

    position: absolute;

    left: 0;

    top: 0;

    color: #313132;

}



#bottom ul.bottom-nav > li:first-child {

    padding: 0;

    margin: 0;

}



#bottom ul.bottom-nav > li:first-child:before {

    display: none;

}



#bottom ul.bottom-nav > li > a {

    font-weight: 500;

    line-height: normal;

    color: #b4b4b4;

    position: relative;

}



#bottom ul.bottom-nav > li.current-menu-item > a {

    color: #234ea2;

}



#bottom ul.bottom-nav > li > a:hover {

    color: #fff;

}



#bottom ul.bottom-nav ul {

    display: none !important;

    /* hide dropdowns on bottom menu */

}





/* Scroll Top Button

-------------------------------------------------------------- */



#scroll-top {

    position: fixed !important;

    right: 30px;

    bottom: 0;

    display: block;

    line-height: 53px;

    text-align: center;

    width: 53px;

    height: 53px;

    visibility: hidden;

    opacity: 0;

    z-index: 9999;

    cursor: pointer;

    z-index: 1;

    overflow: hidden;

}



#scroll-top:after {

    content: "\e910";

    font-family: "ninzio";

    color: #fff;

    font-size: 12px;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



#scroll-top:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #3a3a40;

    z-index: -1;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



#scroll-top:hover:before {

    background-color: #234ea2;

}



#scroll-top:hover:after {

    color: #fff;

}



#scroll-top.show {

    bottom: 75px;

    opacity: 1;

    visibility: visible;

}





/* Pagination

-------------------------------------------------------------- */



.logistix-pagination,

.woocommerce-pagination {

    clear: both;

    font-size: 14px;

    font-weight: 500;

    font-family: "Poppins", sans-serif;

}



.logistix-pagination .arrow {

    display: inline-block;

    transition: color 0.3s ease 0s;

    -webkit-transition: color 0.3s ease 0s;

    -moz-transition: color 0.3s ease 0s;

}



.logistix-pagination .arrow:after {

    font-size: 14px;

    color: #999;

    content: "";

    font-family: "ninzio";

    font-weight: normal;

    position: absolute;

    left: 0;

    top: 0;

    width: 32px;

    text-align: center;

    line-height: 31px;

    transition: color 0.3s ease 0s;

    -webkit-transition: color 0.3s ease 0s;

    -moz-transition: color 0.3s ease 0s;

}



.logistix-pagination .arrow.next-arrow:after {

    content: "\e979";

}



.logistix-pagination .arrow.prev-arrow:after {

    content: "\e978";

}



.logistix-pagination .arrow:hover:after {

    color: #fff;

}



.logistix-pagination {

    margin: 57px 0 0 0;

}



.woocommerce-pagination {

    text-align: center;

    padding-top: 30px;

    margin: 0;

}



.logistix-project-grid .logistix-pagination {

    text-align: center;

    padding-top: 60px;

    margin: 0;

}



.logistix-project-grid .logistix-pagination .inner-wrap > ul,

.woocommerce-pagination.logistix-pagination .inner-wrap > ul { 

    padding-left: 20px;

}



.blog-grid + .logistix-pagination {

    margin: 15px 0 0;

    text-align: center;

}



.blog-grid + .logistix-pagination .inner-wrap > ul {

    padding: 0 20px;

}



.blog-list + .logistix-pagination {

    margin: 60px 0 0;

}



.blog-list + .logistix-pagination ul.page-numbers {

    padding-left: 0;

}



.logistix-pagination ul {

    margin: 0;

    list-style: none;

}



.logistix-pagination ul li {

    display: inline-block;

    padding: 0;

    margin: 0 3px;

}



.logistix-pagination ul li .page-numbers {

    position: relative;

    display: inline-block;

    line-height: 31px;

    width: 32px;

    height: 31px;

    text-align: center;

    background-color: #ebebeb;

    color: #777;

    font-size: 18px;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.logistix-pagination ul li a.page-numbers:hover,

.logistix-pagination ul li .page-numbers.current {

    background-color: #234ea2;

    color: #fff;

}



.logistix-pagination .inner-wrap {

    position: relative;

    z-index: 1;

}



.logistix-pagination .inner-wrap:after {

    z-index: -1;

    position: absolute;

    left: 0;

    top: 14px;

    content: "";

    width: 100%;

    height: 5px;

    background: url(assets/img/pattern.png) repeat-x;

}



.logistix-pagination .inner-wrap > ul {

    display: inline-block;

    background-color: #fff;

    padding: 0 20px 0 0;

}





/* 404 Page

-------------------------------------------------------------- */



.no-results-content { 

    max-width: 800px;

    margin: 0 auto;

    text-align: center;

}



.no-results-content .search-form {

    position: relative;

}



.no-results-content .search-form .search-submit {

    position: absolute;

    background-color: transparent;

    right: 0;

    top: 0;

    width: 50px;

    height: 50px;

    text-align: center;

    text-indent: 999999px;

    padding: 0;

    border: 0;

    overflow: hidden;

}



.no-results-content .search-form .search-submit:before {

    color: #fff;

    content: "\e954";

    font-family: "ninzio";

    font-size: 16px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    background-color: #234ea2;

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

    text-indent: 0;

    font-weight: normal;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.no-results-content .search-form .search-submit:hover:before {

    background-color: #4b4b4b;

}



/* Media Queries

-------------------------------------------------------------- */

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

    .footer-subscribe .mc4wp-form,

    .footer-subscribe .mc4wp-form .name-wrap,

    .footer-subscribe .mc4wp-form .email-wrap { width: 100%; float: none; }

    .footer-subscribe .mc4wp-form { margin-bottom: 18px; }

    .footer-subscribe .text-wrap .heading-wrap { margin-bottom: 12px; }



    .footer-subscribe .mc4wp-form .submit-wrap { margin-top: 7px; }

    .footer-subscribe .mc4wp-form .submit-wrap input { margin-bottom: 0; }

}



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

    .nav-top-cart-wrapper,

    #site-header #header-search,

    .socials-network {

        display: none;

    }

    #top-bar .top-bar-content {

        width: 65%;

    }

    #top-bar .top-bar-socials {

        width: 35%;

    }

    #main-nav > ul > li {

        padding: 0 7px;

    }

    #site-logo {

        max-width: 220px;

    }

    #featured-title .featured-title-inner-wrap,

    #featured-title .featured-title-heading-wrap,

    #featured-title #breadcrumbs {

        display: block;

        width: 100%;

        text-align: left;

    }

    #featured-title #breadcrumbs {

        margin-top: 10px;

    }

}



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

    #site-header .mobile-button {

        display: block;

    }

    #top-bar,

    #main-nav,

    #site-header #header-search,

    .nav-top-cart-wrapper,

    .site-navigation-wrap,

    #header-aside,

    #sidebar,

    .hentry .post-navigation .nav-previous:after,

    .hentry .post-navigation .nav-next:after {

        display: none;

    }

    #site-content,

    #sidebar {

        width: 100% !important;

        max-width: none !important;

        float: none;

    }

    #inner-content {

        padding-left: 0 !important;

        padding-right: 0 !important;

    }

    #main-content {

        padding: 60px 0;

    }

    #site-logo-inner {

        margin: 15px 0;

    }

    #featured-title .featured-title-inner-wrap {

        padding: 30px 0;

    }

    #featured-title .featured-title-heading {

        font-size: 18px;

    }

    .header-style-5 .mobile-button:before,

    .header-style-5 .mobile-button:after,

    .header-style-5 .mobile-button span {

        background-color: #fff;

    }

    .blog-grid .hentry {

        width: 50%;

    }

    .blog-grid .hentry .post-content-wrap {

        padding-bottom: 55px;

    }

    #footer-widgets .widget.widget_instagram .instagram-wrap,

    #footer-widgets .widget.widget_flickr .flickr-wrap {

        max-width: 400px;

    }

    .footer-promotion .inner,

    .footer-promotion .heading-wrap,

    .footer-promotion .button-wrap {

        width: 100%;

        display: block;

        text-align: center;

        margin: 0;

    }

    .footer-promotion .heading {

        padding: 0;

        margin: 0 0 18px;

        line-height: 1.9;

    }

    .footer-promotion .promo-btn {

        margin: 0;

    }

    .footer-subscribe .mc4wp-form .submit-wrap input {

        padding: 0 30px;

        width: auto;

    }

    .footer-promotion .heading-wrap > .text-wrap > .promo-icon {

        position: static;

    }

}



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

    #top-bar {

        display: none;

    }

    #breadcrumbs .breadcrumb-trail {

        padding-left: 0;

    }

    #breadcrumbs .breadcrumb-trail:before {

        display: none;

    }

    .hentry .post-author {

        text-align: center;

    }

    .hentry .post-author .author-avatar {

        float: none;

        margin: 0 auto 20px;

    }

    .comment-list article {

        padding: 30px 25px 35px;

        margin-bottom: 30px;

    }

    .comment-list article .gravatar {

        width: 50px;

        float: none;

        margin: 0 0 17px;

    }

    .comment-list .children > li {

        padding-left: 25px;

    }

    #comments .name-wrap,

    #comments .email-wrap,

    #comments .url-wrap {

        width: 100%;

        float: none;

        margin: 0;

    }

    .hentry {

        margin-top: 40px;

    }

    .post-content-wrap {

        padding-left: 40px;

        padding-right: 40px;

    }

    .blog-grid .hentry {

        width: 100%;

    }

    .blog-grid .hentry .post-content-wrap {

        padding-bottom: 40px;

    }

    .blog-grid + .logistix-pagination {

        padding-top: 30px;

    }

    .blog-list .post-media,

    .blog-list .post-content-wrap {

        width: 100%;

        float: none;

    }

    .blog-list .post-media img {

        width: 100%;

        height: auto;

    }

    .blog-list .hentry,

    .blog-list .hentry .post-content-wrap {

        background: transparent;

        padding: 0;

    }

    .blog-list .post-media {

        margin-bottom: 20px;

    }

    .blog-list .hentry .post-title {

        margin-top: 10px;

    }

    .blog-has-date .blog-list .hentry .post-read-more { 

        padding-bottom: 0;

    }

    .blog-list + .logistix-pagination {

        margin-top: 38px;

        padding-top: 30px;

    }

    #footer {

        padding: 50px 0;

    }

    #footer-widgets .widget {

        margin-top: 20px;

        margin-bottom: 20px;

    }

    #footer-widgets .logistix-row .col {

        width: 100%;

    }

    #footer-widgets .instagram-pics { 

        max-width: 370px;

    }

    #footer-widgets .widget.widget.widget_information ul li { 

        padding-bottom: 15px;

    }

    #bottom .bottom-bar-inner-wrap,

    #bottom .bottom-bar-left,

    #bottom .bottom-bar-right {

        width: 100%;

        display: block;

        text-align: center;

    }

    #bottom .bottom-bar-right {

        margin-top: 7px;

    }

    #bottom .bottom-bar-inner-wrap {

        padding: 20px 0;

    }

    #bottom .socials-network {

        display: block;

        margin: 7px 0 0;

    }

    .logistix-pagination,

    .woocommerce-pagination {

        margin-top: 40px;

    }

}