/**
 * Theme Name: Vincent
 * Version: 1.15
 * Description: Multi-purpose WordPress Theme
 * Author: Ninzio Themes
 * Theme URI: https://ninzio.com/vincent
 * Author URI: https://themeforest.net/user/ninzio
 * License: Custom license
 * License URI: Licensing/README_License.txt
 * 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
 * Text Domain: vincent
**/


/* TABLE OF CONTENTS

 * MAIN STYLE
   * Reset Browsers
   * General
   *  Elements
   *  Forms
   *  Typography
   * Extra classes
   * Revolution Slider
   * WordPress Styles
   * Layout
   *  Sidebar Right (default)
   *  Sidebar Left
   *  No Sidebar
   *  Boxed layout
   * Header Gene
   *  Logo
   *  Menu
   *  Sub Menu
   *  Mega Menu
   *  Mobile Menu
   *  Mobile Menu Extend
   *  Mobile Menu Button
   *  Cart Icon
   *  Search Icon
   *  Header Fixed
   *  Header Full-width
   *  Header Styles
   *   Header Style 1
   *   Header Style 2
   * Featured Title
   * Blog Post
   *  Post media
   *  Post title
   *  Post meta
   *  Post excerpt
   *  Post link
   * Blog single
   *   Post tags
   *   Post author
   *   Post related
   *   Comments
   *    Comment list
   *    Comment form
   * Widgets
   *  Title Widget
   *  Widget: Text
   *  Widget: Categories, Meta, Archives, Pages
   *  Widget: Recent Entries
   *  Widget: Nav
   *  Widget: Calendar
   *  Widget: Links
   *  Widget: Twitter
   *  Widget: Search
   *  Widget: Socials
   *  Widget: Recent News Advanced 
   *  Widget: Instagram & Flickr
   *  Widget: Tags
   * Footer
   *  Grid
   *  Gutter
   *  Footer subscribe
   * Bottom Bar
   *  Bottom navigation
   * Scroll Top Button
   * Pagination
   * Nothing Found & 404 Page
   * Media Queries

 * ELEMENTS STYLE
   * Accordions & Toggles
   * Action Box
   * Links
   * Button
   * Content Box
   * CountDown
   * Counter
   * Divider
   * Product
   * Tabs
   * Fancy Text
   * Headings
   * Hero Section
   * Icon Box
   * Icons
   * Image Box
   * Image Slider or Grid
   * News
   * Partner
   * Projects
   * Progress Bar
   * Scroll Target
   * Subscribe Form
   * Member
   * Member Grid
   * Testimonails
   * Video Icon
   * List
   * Parallax Box
   * Socials
   * Contact Form 7
   * Price Tables switcher 2
   * Carousel Constrols
 * SHOP STYLE
   * Single Product
   * Cart Page
   * Checkout Page
   * Widgets

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


/*
MAIN STYLE
-------------------------------------------------------------- */


/* 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,
button,
input,
select,
textarea {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #6c718b;
    font-size: 14px;
    line-height: 1.72;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    margin: 0 0 30px;
}

p:empty:before {
    content: none;
}

strong,
b,
cite {
    font-weight: 500;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding-left: 90px;
    font-style: normal;
    position: relative;
    color: #333d47;
    margin: 40px 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
}

blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px;
    height: 2px;
    background-color: #333d47;
}

blockquote cite {
    padding-top: 20px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333d47;
    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 #eef2f4;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    background: #fff9c0;
}

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: 15px 0;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #eef2f4;
    overflow-x: auto;
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}


/* Elements
-------------------------------------------------------------- */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: #eef2f4;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}


/* List */

ul,
ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

ul {
    list-style: disc;
}

ul ul {
    list-style-type: circle;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del {
    opacity: 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #eef2f4;
}

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: #6c718b;
    background-color: transparent;
    padding: 11px 20px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #d4d4d5;
    font-size: 16px;
    margin-bottom: 22px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all ease 0.3s;
}


/* Contact form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="search"] {
    margin-bottom: 0;
    width: 100%;
}


/* 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: #777;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 15px;
    color: #fff;
    background-color: #333d47;
    border-radius: 30px;
    padding: 14px 30px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}


/* 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: #0b77ee;
}


/* Placeholder color */

::-webkit-input-placeholder {
    color: #7f8082;
}

:-moz-placeholder {
    color: #7f8082;
}

::-moz-placeholder {
    color: #7f8082;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7f8082;
}


/* Links */

a {
    color: #0b77ee;
    outline: 0;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #333d47;
    text-decoration: none
}


/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.1px;
    color: #333d47;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 12px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.4em;
}


/* 36px */

h2 {
    font-size: 2.133em;
}


/* 32px */

h3 {
    font-size: 1.866em;
}


/* 28px */

h4 {
    font-size: 1.6em;
}


/* 24px */

h5 {
    font-size: 1.333em;
}


/* 20px */

h6 {
    font-size: 1.2em;
}


/* 18px */

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

.position-relative {
    position: relative;
}

.text-accent-color {
    color: #0b77ee;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #333d47 !important;
}

.text-light {
    color: #6c718b !important;
}

.text-very-light {
    color: #a0a0a0 !important;
}

.bg-accent {
    background-color: #0b77ee;
}

.bg-dark {
    background-color: #333d47 !important;
}

.bg-light {
    background-color: #f0f0f0 !important;
}

.bg-very-light {
    background-color: #f5f5f5 !important;
}

.text-italic {
    font-style: italic !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;
}

.letter-spacing-1px {
    letter-spacing: 1px !important;
}

.letter-spacing-2px {
    letter-spacing: 2px !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-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.line-height-20 {
    line-height: 22px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-36 {
    line-height: 36px;
}

.line-height-38 {
    line-height: 38px;
}

.line-height-40 {
    line-height: 40px;
}

.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: 600;
}

.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-23 {
    margin-bottom: 23px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-26 {
    margin-bottom: 26px;
}

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

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.vincent-container:before,
.vincent-container:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.vincent-container:after {
    clear: both;
}


/* Revolution Slider
-------------------------------------------------------------- */

.tparrows.custom {
    background-color: rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.tparrows.custom:hover {
    background-color: rgba(0, 0, 0, 1);
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
    content: "\e908";
    font-family: "vincent";
    font-size: 10px;
    line-height: 60px;
}

.custom.tparrows.tp-rightarrow:before {
    content: "\e907";
}

.tp-bullets.custom .tp-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: all ease 0.3s;
}

.tp-bullets.custom .tp-bullet.selected {
    background-color: #fff;
}

a.rev-btn {
    transition: background 0.3s ease 0s, color 0.3s ease 0s !important;
}


/* WordPress Styles
-------------------------------------------------------------- */

.bypostauthor > article .comment-author {
    color: #0b77ee;
}

.sticky-post {
    display: inline-block;
    background-color: #0b77ee;
    border-radius: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: -15px;
}

.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 {
    font-weight: bolder;
    color: #333d47;
}

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

.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wp-block-button > a:hover {
    text-decoration: underline;
}

.wp-block-cover-text a,
.wp-block-cover-text {
    color: #eee !important;
}


/* Layout
-------------------------------------------------------------- */

.vincent-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

#page {
    background: #fff;
}

#main-content {
    padding: 150px 0 95px;
}

.woocommerce-page #main-content,
.is-page #main-content {
    background-color: #fff !important;
    background-image: none !important;
}

.no-padding-content #main-content {
    padding: 0;
}

.page-single-project #main-content {
    padding: 0;
    background-image: none !important;
}

.footer-has-subs #main-content {
    padding-bottom: 365px;
}

.no-padding-content.footer-has-subs #main-content {
    padding-bottom: 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: 72.65%
}

#sidebar {
    float: right;
    width: 24.787%;
    padding: 30px;
    border-style: solid;
}

.sidebar-left #sidebar,
.sidebar-right #sidebar {
    background-color: #fff;
    box-shadow: 0px 20px 40px rgba(92, 95, 101, 0.15);
    border-radius: 10px;
}


/* 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: #f4f4f4;
    padding: 30px;
}

.site-layout-boxed #page {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.site-layout-boxed #page .vincent-container {
    width: auto !important;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
}

.site-layout-boxed.box-shadow #page {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}

.site-layout-boxed #site-header.is-fixed {
    width: 1230px;
    left: 50%;
    transform: translateX(-50%);
}


/* Header General
-------------------------------------------------------------- */

#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: 100px;
    line-height: 100px;
}


/* Logo */

#site-logo {
    float: left;
    max-width: 100%;
    transition: all ease 0.3s;
}

#site-logo-inner {
    margin: 25px 0;
    transition: all ease 0.3s;
}

#site-logo .site-logo-text {
    color: #333d47;
    font-size: 22px;
    line-height: 42px;
    font-weight: 700;
}

#site-logo .site-logo-text:hover {
    color: #0b77ee;
}


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

#main-nav > ul > li > a {
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
}

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


/* Sub Menu */

#main-nav .sub-menu {
    padding: 18px 0;
    background-color: #252525;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all ease 0.3s;
}

#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: -17px;
    background-color: #222;
}

#main-nav .sub-menu .sub-menu .sub-menu {
    background-color: #151515;
}

#main-nav .sub-menu li a {
    padding: 6px 25px;
    color: #999;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    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 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
}

#main-nav .sub-menu.left {
    left: auto;
    right: 0;
}

#main-nav .sub-menu .sub-menu.left {
    left: -100%;
}


/* Mega Menu */

#main-nav li.megamenu {
    position: inherit;
}

#main-nav li.megamenu a {
    padding-left: 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;
    background-color: #222;
    padding: 40px 0;
}

#main-nav li.megamenu > ul.sub-menu > li {
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid #333;
}

#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;
    margin-bottom: 10px;
}

#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;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
}

#main-nav-mobi ul > li > a:hover {
    color: #0b77ee;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-family: "vincent";
    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: "\e91b";
    color: #b1b1b1;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\e918";
}

#main-nav-mobi ul ul li {
    background-color: #292929;
}

#main-nav-mobi ul ul ul li {
    background-color: #333;
}


/* Mobile Menu Extend */

.nav-extend {
    display: none;
}

#main-nav-mobi .search-form {
    position: relative;
    margin: 15px 20px;
}

#main-nav-mobi .search-form .search-field {
    padding-right: 48px;
    width: 100%;
    margin-bottom: 0;
    padding: 6px 25px;
    background-color: #ddd;
    border-radius: 25px;
}

#main-nav-mobi .search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 9999px;
    background-color: transparent;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#main-nav-mobi .search-form .search-submit:before {
    color: #666;
    content: "\e906";
    font-family: "vincent";
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

#main-nav-mobi .search-form .search-submit:hover:before {
    color: #aaa;
}


/* Mobile Menu Button */

.mobile-button {
    width: 26px;
    height: 26px;
    display: none;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    background: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #6c718b;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    transform: rotate3d(0, 0, 1, -45deg);
}


/* Cart Icon */

.nav-top-cart-wrapper {
    float: right;
    padding: 30px 0;
    position: relative;
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper .nav-cart-trigger {
    position: relative;
    display: block;
    text-align: center;
    width: 32px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.nav-top-cart-wrapper .nav-cart-trigger .cart-icon {
    display: inline-block;
}

.nav-top-cart-wrapper .shopping-cart-items-count {
    font-family: "Lato", sans-serif;
    position: absolute;
    right: -6px;
    top: 0;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 11px;
    display: block;
    border-radius: 50%;
    text-align: center;
}

.nav-top-cart-wrapper .nav-shop-cart {
    width: 300px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999999;
    background-color: #fff;
    padding: 0px;
    box-shadow: 0px 0px 10px rgba(41, 49, 89, 0.2);
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
}


/* Search Icon */

.search-style-fullscreen {
    float: right;
    margin: 30px 0;
}

.search-style-fullscreen .search-field {
    width: 100%;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 35px;
    letter-spacing: 0.2px;
    font-family: "Lato", sans-serif;
    text-align: center;
    border: 0;
    display: none;
}

.search-style-fullscreen .search-submit {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    text-align: center;
    width: 32px;
    height: 40px;
    line-height: 40px;
    text-indent: -9999px;
    padding: 0;
    background-color: transparent;
    letter-spacing: 2px;
    transition: none;
    transition: background ease 0.3s, ease color 0.3s;
}

.search-style-fullscreen .search-submit:after {
    content: "\e906";
    font-family: "vincent";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #696969;
    text-indent: 0;
    font-size: 15px;
    transition: color ease 0.3s;
}

.search-style-fullscreen .search-close {
    display: none;
}

.search-style-fullscreen .search-close:before {
    content: '\e90f';
    font-family: "vincent";
    color: #999;
    font-size: 22px;
}

.search-style-fullscreen .search-close:hover:before {
    color: #f63440;
}

.search-style-fullscreen.search-opened .search_form_wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    overflow: hidden;
}

.search-style-fullscreen.search-opened .search_form {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-style-fullscreen.search-opened .search-submit {
    width: 186px;
    height: 52px;
    margin: 0 auto;
    background-color: #fff;
    color: #999;
    text-transform: uppercase;
    text-indent: 0;
    border-radius: 30px;
    box-shadow: 0px 5px 30px rgba(120, 120, 120, 0.27);
}

.search-style-fullscreen.search-opened .search-submit:hover {
    background-color: #0b77ee;
    color: #fff;
}

.search-style-fullscreen.search-opened .search-submit:after {
    display: none;
}

.search-style-fullscreen.search-opened .search-close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all ease 0.3s;
}


/* Header Fixed */

#site-header.is-fixed,
.site-navigation-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 Full-width */

.header-fullwidth #site-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.header-fullwidth #site-header .vincent-container {
    width: 100% !important;
    max-width: none !important;
}


/* Header Styles
-------------------------------------------------------------- */


/* Header Style 1 */

.header-style-1 #site-header {
    background-color: #fefefe;
}

.header-style-1 #main-nav > ul > li > a {
    color: #6c718b;
}

.header-style-1 #main-nav > ul > li > a:hover {
    color: #333d47;
    position: relative;
}

.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-1 #site-header .header-search-icon {
    color: #696969;
}

.header-style-1 .nav-top-cart-wrapper .shopping-cart-items-count {
    background-color: #333;
    color: #fafafa;
    font-size: 9px;
}

.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-1 #site-header .header-search-icon:hover,
.header-style-1 .search-style-fullscreen .search-submit:hover:after {
    color: #0b77ee;
}

.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-item > a span,
.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-parent > a span {
    color: #333d47;
    position: relative;
}

.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-item > a span:before,
.header-style-1.cur-menu-1 #main-nav > ul > li.current-menu-parent > a span:before {
    background-color: #0b77ee;
    opacity: 1;
    width: 18px;
}

.header-style-1.cur-menu-1 #main-nav > ul > li > a span {
    padding: 0 0 10px 0;
    position: relative;
}

.header-style-1.cur-menu-1 #main-nav > ul > li > a span:before {
    background-color: #0b77ee;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-1.cur-menu-1 #main-nav > ul > li:hover > a span:before {
    opacity: 1;
    width: 18px;
}

.header-style-1.cur-menu-2 #main-nav > ul > li.current-menu-item > a,
.header-style-1.cur-menu-2 #main-nav > ul > li.current-menu-parent > a {
    color: #333d47;
    position: relative;
}

.header-style-1.cur-menu-2 #main-nav > ul > li.current-menu-item > a:before,
.header-style-1.cur-menu-2 #main-nav > ul > li.current-menu-parent > a:before {
    background-color: #333d47;
    opacity: 1;
    width: 100%;
}

.header-style-1.cur-menu-2 #main-nav > ul > li > a {
    position: relative;
}

.header-style-1.cur-menu-2 #main-nav > ul > li > a:before {
    background-color: #333d47;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-1.cur-menu-2 #main-nav > ul > li:hover > a:before {
    opacity: 1;
    width: 100%;
}


/* Header Style 2 */

.header-style-2 #site-header .vincent-container {
    width: 1370px;
    margin: 0 auto;
    max-width: 90%;
}

.header-style-2 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.3s;
}

.header-style-2.header-has-line #site-header {
    border-bottom: 1px solid rgba(248, 250, 253, 0.37);
}

.header-style-2 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

.header-style-2 #site-header {
    background-color: transparent !important;
    box-shadow: none;
}

.header-style-2 #site-header.is-fixed:after {
    background-color: #000;
    opacity: 0.7;
}

.header-style-2 #main-nav > ul > li > a,
.header-style-2 #main-nav > ul > li > a:hover,
.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-2 #site-header .header-search-icon {
    color: #fff;
}

.header-style-2 .nav-top-cart-wrapper .shopping-cart-items-count {
    background-color: #0b77ee;
    color: #fff;
}

.header-style-2 #site-header .header-search-icon:hover,
.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover {
    color: rgba(255, 255, 255, 0.7);
}

.header-style-2 .search-style-fullscreen .search-submit:hover:after {
    opacity: 0.7;
}

.header-style-2 .search-style-fullscreen .search-submit:after {
    color: #fff;
}

.header-style-2 #main-nav > ul > li.current-menu-item > a span,
.header-style-2 #main-nav > ul > li.current-menu-parent > a span {
    position: relative;
}

.header-style-2 #main-nav > ul > li.current-menu-item > a span:before,
.header-style-2 #main-nav > ul > li.current-menu-parent > a span:before {
    background-color: #06d4c9;
    opacity: 1;
    width: 18px;
}

.header-style-2 #main-nav > ul > li > a span {
    padding: 0 0 10px 0;
    position: relative;
}

.header-style-2 #main-nav > ul > li > a span:before {
    background-color: #06d4c9;
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.header-style-2 #main-nav > ul > li:hover > a span:before {
    opacity: 1;
    width: 18px;
}

.header-style-2 .mobile-button:before,
.header-style-2 .mobile-button:after,
.header-style-2 .mobile-button span {
    background-color: #fff;
}


/* Featured Title
-------------------------------------------------------------- */

#featured-title {
    background-color: #f7f7f7;
    background-size: cover;
    border-style: solid;
}

#featured-title .inner-wrap {
    padding: 80px 0;
    display: table;
    overflow: hidden;
    width: 100%;
}

#featured-title .title-group {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 55%;
}

#featured-title #breadcrumbs {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 45%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333d47;
}

#featured-title .main-title {
    font-family: "Playfair Display", sans-serif;
    position: relative;
    font-size: 60px;
    font-weight: 700;
    z-index: 1;
    display: inline-block;
    margin: 0;
}

#featured-title .sub-title {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

#featured-title .main-title.has-shadow {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

#featured-title .main-title: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;
}

#featured-title #breadcrumbs a {
    color: #777;
}

#featured-title #breadcrumbs a:hover {
    color: #0b77ee;
}

#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span {
    position: relative;
    display: inline-block;
    padding-right: 28px;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:after,
#featured-title #breadcrumbs .breadcrumb-trail > span:after {
    content: "/";
    font-family: "Poppins", sans-serif;
    position: absolute;
    right: 9px;
    top: 1px;
    color: #777;
}

#featured-title #breadcrumbs .breadcrumb-trail > span {
    padding-right: 0;
}

#featured-title #breadcrumbs .breadcrumb-trail > span:after {
    display: none;
}


/* Featured Title Centered */

#featured-title.centered .inner-wrap {
    display: block;
}

#featured-title.centered .title-group {
    display: block;
    width: 100%;
    text-align: center;
}

#featured-title.centered #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#featured-title.centered .title-group {
    margin-bottom: 5px;
}


/* Blog Post
-------------------------------------------------------------- */

.hentry {
    margin-top: 100px;
    position: relative;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}

.hentry .post-content-archive-wrap {
    box-shadow: 0px 20px 40px rgba(92, 95, 101, 0.15);
}

.hentry .post-media iframe {
    margin-bottom: 0;
}

.hentry .first-cat {
    font-family: "Playfair Display", sans-serif;
    font-size: 46px;
    line-height: normal;
    font-weight: bold;
    color: #333d47;
    position: absolute;
    left: 70px;
    top: -36px;
}

.hentry:first-child {
    margin-top: 0;
}

.hentry .post-content-wrap {
    padding: 30px 30px 20px;
    position: relative;
}

.hentry .page-links {
    clear: both;
    padding: 20px 0 10px;
}

.hentry .page-links .post-page-numbers {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #d6d8da;
    color: #6c718b;
    text-align: center;
    display: inline-block;
    margin-left: 3px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.hentry .page-links .post-page-numbers.current {
    color: #0b77ee;
    cursor: default;
}

.hentry .page-links .post-page-numbers:hover {
    color: #0b77ee;
}


/* Post media */

.post-media {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.post-media .slick-prev,
.post-media .slick-next {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 9999;
    text-indent: -9999px;
    display: inline-block;
}

.post-media .slick-prev:before,
.post-media .slick-next:before {
    text-indent: 0;
    content: "\e91a";
    font-family: "vincent";
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.post-media .slick-next:before {
    content: "\e91b";
}

.post-media .slick-prev {
    left: 15px;
}

.post-media .slick-next {
    right: 15px;
}

.post-media .slick-prev:hover,
.post-media .slick-next:hover {
    background-color: #0b77ee;
}

.post-media .slick-dots {
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 10px;
    position: absolute;
    left: 0;
    bottom: 25px;
    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.1);
    font-size: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.post-media .slick-dots li.slick-active button {
    background-color: #0b77ee;
}


/* Post title */

.hentry .post-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    padding-right: 140px;
    -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: #333d47;
}

.hentry .post-title a:hover {
    color: #0b77ee;
}


/* Post meta */

.hentry .post-meta {
    background-color: transparent;
    color: #6c718b;
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    padding-bottom: 10px;
    padding-right: 140px;
}

.hentry .post-meta a {
    color: #6c718b;
}

.hentry .post-meta a:hover {
    color: #0b77ee;
}

.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;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.hentry .post-meta .item .inner:before {
    content: "/";
    font-size: 14px;
}

.hentry .post-meta .item {
    margin-right: 10px;
}

.hentry .post-meta .item:last-child {
    margin-left: 0;
}

.hentry .post-meta .item .inner {
    padding-left: 16px;
}

.hentry .post-meta .item:first-child .inner {
    padding-left: 0;
}

.hentry .post-meta .item:first-child .inner:before {
    display: none;
}


/* Post excerpt */

.hentry .post-excerpt {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
}

.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 link */

.hentry .post-link {
    position: absolute;
    right: 35px;
    top: 35px;
}

.hentry .post-link a {
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    display: inline-block;
    position: relative;
    padding-right: 28px;
}

.hentry .post-link a:after {
    content: "\e907";
    font-family: "vincent";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 8px;
}

.hentry .post-link a:hover {
    color: #333d47;
}


/* Blog single
-------------------------------------------------------------- */

.is-single-post .hentry {
    background-color: transparent;
}

.is-single-post .hentry .post-media {
    margin: 0 0 70px 0;
}

.is-single-post .hentry .post-media img {
    width: 100%;
    height: auto;
}

.is-single-post .hentry .post-title {
    font-size: 29px;
    padding-right: 0;
}

.is-single-post .hentry .post-meta {
    padding-right: 0;
}

.is-single-post .hentry .post-content {
    margin-top: 60px;
}


/* Post tags */

.hentry .post-tags {
    font-size: 18px;
    color: #333d47;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding-top: 35px;
    margin-top: 35px;
}

.hentry .post-tags a {
    color: #777;
    display: inline-block;
    padding: 0 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.hentry .post-tags a:hover {
    color: #0b77ee;
}


/* Post author */

.hentry .post-author {
    clear: both;
    overflow: hidden;
    padding: 52px 52px 37px;
    background-color: #f6f6f6;
    margin-top: 55px;
    position: relative;
}

.hentry .post-author .author-avatar {
    width: 96px;
    float: left;
    margin-right: 32px;
}

.hentry .post-author .author-avatar a {
    width: 96px;
    height: auto;
    display: inline-block;
}

.hentry .post-author .author-avatar a img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.hentry .post-author .name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: -5px 0 5px;
}

.hentry .post-author .author-desc {
    overflow: hidden;
}

.hentry .post-author .author-desc > p {
    margin-bottom: 9px;
}

.hentry .post-author .author-socials > a {
    color: #959595;
    margin: 0 7px;
}

.hentry .post-author .author-socials > a:hover {
    opacity: 0.7;
}


/* Post related */

.hentry .related-title {
    font-size: 22px;
    margin-top: 80px;
    margin-bottom: 50px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.hentry .post-related {
    margin: 0 -10px;
    position: relative;
    margin-bottom: 0;
}

.hentry .post-related .post-item {
    padding: 0 10px;
}

.hentry .post-related .post-item .inner {
    border-radius: 7px;
    overflow: hidden;
}

.hentry .post-related .post-item .content {
    padding: 18px 17px 15px;
    background-color: #f9fdff;
}

.hentry .post-related .post-item h4 {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
}

.hentry .post-related .post-item .post-cat a {
    font-size: 15px;
    line-height: 22px;
    color: #6c718b;
}

.hentry .post-related .post-item h4 a:hover,
.hentry .post-related .post-item .post-cat a:hover {
    color: #0b77ee;
}

.hentry .post-related .slick-prev,
.hentry .post-related .slick-next {
    padding: 0;
    background-color: #f1f1f1;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -90px;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 77799;
    text-indent: -9999px;
    display: inline-block;
}

.hentry .post-related .slick-prev {
    right: 45px;
}

.hentry .post-related .slick-next {
    right: 10px;
}

.hentry .post-related .slick-prev:before,
.hentry .post-related .slick-next:before {
    text-indent: 0;
    content: "\e91a";
    font-family: "vincent";
    line-height: 30px;
    font-size: 10px;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    transition: all ease 0.3s;
}

.hentry .post-related .slick-next:before {
    content: "\e91b";
}

.hentry .post-related .slick-next:hover,
.hentry .post-related .slick-prev:hover {
    background-color: #0b77ee
}

.hentry .post-related .slick-next:hover:before,
.hentry .post-related .slick-prev:hover:before {
    color: #fff;
}


/* Comments */

.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 22px;
    margin-top: 100px;
    margin-bottom: 80px;
}


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

.comment-list article {
    position: relative;
    border-bottom: 1px solid #ebf0f4;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.comment-list article + .comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 55px;
    float: left;
    margin: 0 45px 0 0;
    overflow: hidden;
    border-radius: 50%;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
}

.comment-meta {
    margin-bottom: 42px;
}

.comment-author {
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin: 0;
    display: inline-block;
}

.comment-time {
    color: #bbb;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
}

.comment-reply a {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #bbb;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.comment-text {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}

.comment-text > p:last-child {
    margin-bottom: 0;
}

.comment-edit-link {
    padding-left: 5px;
    color: #999;
}

.comment-reply a:hover,
.comment-author a:hover {
    color: #0b77ee;
}

.unapproved {
    display: block;
    color: #999;
    font-style: italic;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

#cancel-comment-reply-link:hover {
    color: #333d47
}


/* Comment form */

#comments .comment-respond {
    position: relative;
}

#comments .name-wrap input,
#comments .email-wrap input,
#comments .message-wrap textarea {
    width: 100%;
    background: transparent;
}

#comments .message-wrap textarea {
    height: 130px;
}

#comments .comment-respond .form-submit {
    clear: both;
    margin: 0;
    padding-top: 20px;
    text-align: center;
}

.logged-in-as {
    margin-bottom: 10px;
}

.logged-in-as a {
    color: #0b77ee;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
    color: #333d47;
}


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

#sidebar .widget {
    position: relative;
    z-index: 1;
    margin-top: 45px;
}

#sidebar .widget:first-child {
    margin: 0;
}

#footer-widgets .widget {
    color: #888;
    margin: 0 0 30px;
}

#sidebar .widget ul,
#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
    padding-left: 13px;
}

.widget_archive ul ul > li > a,
.widget_categories ul ul > li > a,
.widget_meta ul ul > li > a,
.widget_nav_menu ul ul > li > a,
.widget_pages ul ul > li > a,
.widget_recent_comments ul ul > li > a,
.widget_recent_entries ul ul > li > a,
.widget_rss ul ul > li > a {
    position: relative;
    padding-left: 13px;
    display: inline-block;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
    content: "\e91b";
    font-family: "vincent";
    font-size: 8px;
    position: absolute;
    left: 0;
    top: 4px;
}

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
    padding: 6px 0 0;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
    color: #6c718b;
    font-size: 14px;
    font-weight: 500;
}

.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a:hover {
    color: #0b77ee;
}

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

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

#sidebar .widget.widget_recent_comments {
    color: #a0a0a0;
    font-size: 14px;
}

#sidebar .widget.widget_recent_entries .post-date,
#footer-widgets .widget.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
    color: #6c718b
}

#footer-widgets .widget.widget_recent_comments .comment-author-link {
    color: #dfdfdf
}

#sidebar .widget.widget_calendar caption,
#footer-widgets .widget.widget_calendar caption {
    color: #0b77ee;
    font-weight: 500;
}


/* Title Widget */

#sidebar .widget .widget-title {
    font-size: 20px;
    margin: 0 0 25px 0;
}

#footer-widgets .widget .widget-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}


/* Widget: Text */

#sidebar .widget.widget_text p:last-child,
#footer-widgets .widget.widget_text p:last-child {
    margin-bottom: 0;
}


/* Widget: Recent Entries */

.widget.widget_recent_entries ul li:first-child {
    margin-top: 0;
}


/* Widget: Nav */

.widget.widget_nav_menu > .menu-primary-menu-container > ul > li {
    margin-bottom: 5px;
}

.widget.widget_nav_menu .menu > li.current-menu-item > a,
.widget.widget_nav_menu .menu > li.current-menu-item {
    color: #0b77ee;
}


/* 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;
    font-size: 13px;
    padding: 3px;
}

#sidebar .widget.widget_calendar th {
    font-weight: 500;
}

#sidebar .widget.widget_calendar tbody #today,
#sidebar .widget.widget_calendar tbody #today a {
    color: #0b77ee;
    display: block;
}

#sidebar .widget.widget_calendar tbody #today a:hover {
    color: #333d47;
}


/* Widget: Links */

#sidebar .widget.widget_links ul li,
#footer-widgets .widget.widget_links ul li {
    border: 0;
    padding: 6px 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;
    font-size: 16px;
    color: #6c718b;
}

#sidebar .widget.widget_links ul.no-arrow li a,
#footer-widgets .widget.widget_links ul.no-arrow li a {
    padding-left: 0;
}

#sidebar .widget.widget_links ul li i,
#footer-widgets .widget.widget_links ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

#sidebar .widget.widget_links ul li a:hover,
#footer-widgets .widget.widget_links ul li a:hover {
    color: #0b77ee;
}


/* Widget: Twitter */

#sidebar .widget.widget_twitter .tweet-item {
    margin-top: 30px;
    font-weight: 500;
}

#sidebar .widget.widget_twitter .tweet-item:first-child {
    margin-top: 0;
}

#sidebar .widget.widget_twitter .tweet-icon {
    float: left;
    margin-right: 14px;
    text-align: center;
    color: #bdbec0;
    font-size: 22px;
}

#sidebar .widget.widget_twitter .text-wrap {
    overflow: hidden;
}

#sidebar .widget.widget_twitter .timestamp a {
    color: #9ca0b7;
    font-weight: 400;
}

#sidebar .widget.widget_twitter .timestamp a:hover {
    opacity: 0.7;
}


/* 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: 48px;
    margin-bottom: 0;
    padding: 8px 20px;
    width: 100%;
}

#sidebar .widget.widget_search .search-form .search-submit,
#footer-widgets .widget.widget_search .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    right: 4px;
    top: 5px;
    width: 30px;
    height: 30px;
    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: #696969;
    content: "\e906";
    font-family: "vincent";
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

#sidebar .widget.widget_search .search-form .search-submit:hover:before,
#footer-widgets .widget.widget_search .search-form .search-submit:hover:before {
    color: #0b77ee;
}


/* 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: 16px;
    display: inline-block;
    border-radius: 17px;
    width: 34px;
    height: 34px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
}

#sidebar .widget.widget_socials .socials a {
    background-color: #fff;
    color: #6c718b;
}

#footer-widgets .widget.widget_socials .socials a {
    background-color: #fff;
    color: #b9bcc0;
}

#sidebar .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:hover {
    color: #0b77ee;
}


/* Widget: Recent News Advanced  */

#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: 43px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 3px 10px 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 {
    background-color: #0b77ee;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
}

#sidebar .widget.widget_recent_posts h3,
#footer-widgets .widget.widget_recent_posts h3 {
    font-size: 14px;
    color: #6c718b;
    font-family: "Rubik";
    font-weight: 500;
    margin: 0;
}

#sidebar .widget.widget_recent_posts h3 a,
#footer-widgets .widget.widget_recent_posts h3 a {
    color: #333d47;
}

#sidebar .widget.widget_recent_posts h3 a:hover,
#footer-widgets .widget.widget_recent_posts h3 a:hover {
    color: #0b77ee;
}

#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;
}

#footer-widgets .widget.widget_recent_posts h3 a {
    color: #ababab;
}

#footer-widgets .widget.widget_recent_posts .post-date {
    color: #fff;
}


/* 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;
    border-radius: 5px;
}

.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 ease 0.3s;
}

.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,
#footer-widgets .widget.widget_tag_cloud .tagcloud {
    padding-top: 10px;
}

#sidebar .widget.widget_tag_cloud .tagcloud a,
#footer-widgets .widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    position: relative;
    float: left;
    color: #6c718b;
    background-color: transparent;
    border: 1px solid #d6d8da;
    padding: 2px 12px 1px;
    border-radius: 20px;
    margin: 0 7px 7px 0;
    z-index: 1;
}

#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: #0b77ee;
    border-color: #0b77ee;
    color: #fff;
}


/* Footer
-------------------------------------------------------------- */

#footer {
    background-color: #f9fdff;
    padding: 290px 0 75px;
    position: relative;
    z-index: 1;
    border-style: solid;
    position: relative;
}

.footer-no-subs #footer {
    padding-top: 150px;
}


/* Grid */

.footer-grid {
    margin: 0 -10px
}

.footer-grid .col {
    float: left;
    padding: 0 10px;
}

.footer-grid .span_1_of_1.col {
    float: none
}

.footer-grid .span_1_of_2 {
    width: 50%
}

.footer-grid .span_1_of_3 {
    width: 33.33%
}

.footer-grid .span_1_of_4 {
    width: 25%
}

.footer-grid .width570 {
    width: 48.7%
}

.footer-grid .width200 {
    width: 17.1%
}


/* Gutter */

.footer-grid.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.footer-grid.gutter-5 > .col {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.footer-grid.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.footer-grid.gutter-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-grid.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.footer-grid.gutter-15 > .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.footer-grid.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.footer-grid.gutter-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-grid.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.footer-grid.gutter-25 > .col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.footer-grid.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-grid.gutter-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-grid.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.footer-grid.gutter-35 > .col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.footer-grid.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.footer-grid.gutter-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-grid.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.footer-grid.gutter-45 > .col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.footer-grid.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.footer-grid.gutter-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
}

.footer-grid.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.footer-grid.gutter-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-grid.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.footer-grid.gutter-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
}

.footer-grid.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.footer-grid.gutter-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
}


/* Footer subscribe */

.footer-subscribe {
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 770px;
    transform: translate(-50%, -50%);
    padding: 25px 100px 40px;
    background-color: #fff;
    box-shadow: 0px 20px 40px rgba(92, 95, 101, 0.15);
}

.footer-subscribe .icon {
    color: #0b77ee;
    margin: 0 auto 30px;
    width: 58px;
    height: 58px;
    line-height: 64px;
    font-size: 26px;
    text-align: center;
    background-color: #e4f2ff;
    border-radius: 29px;
}

.footer-subscribe .heading {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.footer-subscribe .subheading {
    text-align: center;
    color: #888;
}

.footer-subscribe .mc4wp-form {
    position: relative;
}

.footer-subscribe .email-wrap input {
    width: 100%;
    border-width: 1px;
    border-radius: 50px;
    padding: 11px 28px 10px;
}

.footer-subscribe .submit-wrap input {
    background-color: #0b77ee;
    border-radius: 50px;
    padding: 0 30px;
    height: 42px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.footer-subscribe .submit-wrap input:hover {
    background-color: #333d47;
}


/* Bottom Bar
-------------------------------------------------------------- */

#bottom {
    color: #888;
    background-color: #f9fdff;
}

.footer-no-widget #bottom {
    background-color: #fff;
}

#bottom .bottom-bar-inner-wrap {
    position: relative;
    padding: 27px 20px;
    display: table;
    overflow: hidden;
    width: 100%;
}

#bottom .bottom-bar-copyright {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: right;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
    color: #333d47;
    letter-spacing: 1px;
}

#bottom .bottom-bar-menu li:last-child a {
    padding-right: 0;
}

#bottom .bottom-bar-inner-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eef2f4;
    width: 100%;
    height: 1px;
}


/* Bottom navigation */

#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: #999;
}

#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 {
    line-height: normal;
    color: #888;
    position: relative;
}

#bottom ul.bottom-nav > li.current-menu-item > a {
    color: #0b77ee;
}

#bottom ul.bottom-nav > li > a:hover {
    color: #333d47;
}

#bottom ul.bottom-nav ul {
    display: none !important;
    /* hide dropdowns on bottom menu */
}


/* Scroll Top Button
-------------------------------------------------------------- */

#scroll-top {
    line-height: 1;
    padding-left: 52px;
    position: fixed !important;
    right: 0px;
    bottom: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    color: #6c718b;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
}

#scroll-top:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #6c718b;
    position: absolute;
    left: 0;
    top: 4px;
}

#scroll-top.show {
    bottom: 200px;
    opacity: 1;
    visibility: visible;
}

#scroll-top:hover {
    color: #0b77ee;
}


/* Pagination
-------------------------------------------------------------- */

.vincent-pagination,
.woocommerce-pagination {
    text-align: center;
    clear: both;
    margin: 115px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.project-nav .vincent-pagination {
    margin-top: 63px;
}

.woocommerce-pagination {
    margin-top: 0;
    clear: both;
    border-top: 1px solid #eef2f4;
    padding-top: 47px;
}

.vincent-pagination ul,
.woocommerce-pagination .page-numbers {
    margin: 0;
}

.vincent-pagination ul li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin-right: -3px;
}

.vincent-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    color: #777;
    transition: all ease 0.3s;
}

.vincent-pagination ul li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.vincent-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #0b77ee;
    color: #fff;
}

.vincent-pagination .page-numbers.next,
.vincent-pagination .page-numbers.prev {
    text-indent: -9999px;
    position: relative;
}

.vincent-pagination .page-numbers.next:after,
.vincent-pagination .page-numbers.prev:after {
    content: "\e907";
    font-family: "vincent";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    line-height: 36px;
    width: 100%;
    text-align: center;
}

.vincent-pagination .page-numbers.prev:after {
    content: "\e908";
}


/* Nothing Found & 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-field {
    width: 100%;
}

.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: #696969;
    content: "\e906";
    font-family: "vincent";
    font-size: 16px;
    width: 50px;
    height: 46px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all 0.3s ease;
}

.no-results-content .search-form .search-submit:hover:before {
    color: #0b77ee;
}


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

@media only screen and (max-width: 1800px) {
    #scroll-top {
        right: -60px;
    }
}

@media only screen and (max-width: 991px) {
    #main-nav,
    .search-style-fullscreen,
    .nav-top-cart-wrapper,
    #sidebar,
    .footer-subscribe {
        display: none;
    }
    #site-logo-inner {
        margin: 10px 0;
    }
    #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: 100px 0 80px;
    }
    #featured-title .inner-wrap {
        padding: 60px 0 100px !important;
    }
    #featured-title .main-title {
        font-size: 46px;
    }
    .hentry {
        margin-top: 120px;
    }
    .is-single-post .hentry .post-media {
        margin: 0 0 60px 0;
    }
    .is-single-post .hentry .post-content {
        margin-top: 40px;
    }
    .footer-has-subs #main-content {
        padding-bottom: 100px;
    }
    #footer {
        padding-top: 80px !important;
    }
    #footer-widgets {
        margin-bottom: 40px;
    }
    .footer-grid.special-grid .width570 {
        width: 100%;
    }
    .footer-grid.special-grid .width200 {
        width: 33.333%;
    }
    #footer-widgets .widget.widget_instagram .instagram-wrap,
    #footer-widgets .widget.widget_flickr .flickr-wrap {
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    #featured-title .inner-wrap,
    #featured-title .title-group,
    #featured-title #breadcrumbs {
        display: block;
        width: 100%;
        text-align: left;
    }
    #featured-title #breadcrumbs {
        margin-top: 10px;
    }
    .hentry .post-author {
        text-align: center;
    }
    .hentry .post-author .author-avatar {
        float: none;
        margin: 0 auto 20px;
    }
    .comment-list article .gravatar {
        float: none;
        margin: 0 0 15px;
    }
    .comment-meta {
        margin-bottom: 25px;
    }
    .comment-list .children > li {
        padding-left: 35px;
    }
    #comments .name-wrap,
    #comments .email-wrap,
    #comments .url-wrap {
        width: 100%;
        float: none;
        margin: 0;
    }
    #footer {
        padding-top: 60px !important;
        padding-bottom: 10px !important;
    }
    #footer-widgets .footer-grid .col {
        width: 100%;
    }
    .footer-grid.special-grid .width200 {
        width: 100%;
    }
    #bottom .bottom-bar-inner-wrap,
    #bottom .bottom-bar-content,
    #bottom .bottom-bar-copyright {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }
    #bottom .bottom-bar-content {
        margin-top: 10px;
    }
    #bottom .bottom-bar-inner-wrap {
        padding: 25px 0;
    }
    .hentry .post-title {
        padding-right: 0px;
    }
    .hentry .post-link {
        position: static;
        margin-bottom: 10px;
    }
}


/*
ELEMENTS STYLE
-------------------------------------------------------------- */


/* Accordions & Toggles
-------------------------------------------------------------- */

.vincent-accordions .accordion-item {
    margin-bottom: 10px;
}

.vincent-accordions .accordion-item .accordion-heading {
    position: relative;
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    transition: all ease 0.3s;
}

.vincent-accordions .accordion-item .accordion-heading > .inner {
    display: block;
    position: relative;
}

.vincent-accordions .accordion-item .accordion-content {
    padding: 20px 0px 20px 55px;
}

.vincent-accordions .accordion-item .accordion-heading:hover {
    color: #0b77ee;
}

.vincent-accordions .accordion-item .accordion-content > p:last-child {
    margin-bottom: 0;
}

.vincent-accordions .accordion-item .accordion-heading.grey {
    background-color: #e0e0e0;
}

.vincent-accordions .accordion-item .accordion-heading.white {
    background-color: #fff;
    box-shadow: 0px 20px 40px rgba(92, 95, 101, 0.15);
}


/* Style 1 */

.vincent-accordions.style-1 .accordion-item .accordion-heading > .inner {
    padding: 0 35px;
}

.vincent-accordions.style-1 .accordion-item .accordion-heading > .inner:before {
    content: "\e881";
    font-family: "Linearicons";
    color: #0b77ee;
    position: absolute;
    left: 0;
    top: 0;
}

.vincent-accordions.style-1 .accordion-item.active .accordion-heading > .inner:before {
    content: "\e882";
}


/* Style 2 */

.vincent-accordions.style-2 .accordion-item .accordion-heading > .inner:after {
    content: "\e901";
    font-family: "vincent";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vincent-accordions.style-2 .accordion-item.active .accordion-heading > .inner:after {
    content: "\e902";
}

.vincent-accordions.style-2 .accordion-item .accordion-heading {
    border-bottom: 2px solid #333d47;
}

.vincent-accordions.style-2 .accordion-item.active .accordion-heading {
    border-color: #0b77ee;
    color: #0b77ee;
}


/* Action Box
-------------------------------------------------------------- */

.vincent-action-box .inner {
    display: table;
    overflow: hidden;
    width: 100%;
}

.vincent-action-box .heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}

.vincent-action-box .url-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 25%;
}

.vincent-action-box .heading-wrap .heading {
    margin: 0;
}

.vincent-action-box.has-icon .heading-wrap > .text-wrap {
    position: relative;
    display: inline-block;
    padding-left: 50px;
}

.vincent-action-box.has-icon .heading-wrap > .text-wrap > .vincent-icon {
    color: #333d47;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and ( max-width: 1230px) {
    .vincent-action-box.has-icon .vincent-icon {
        display: none;
    }
    .vincent-action-box.has-icon .heading-wrap > .text-wrap {
        padding-left: 0 !important;
    }
    .vincent-action-box .heading-wrap {
        width: 60%;
    }
    .vincent-action-box .url-wrap {
        width: 40%;
    }
}

@media only screen and ( max-width: 991px) {
    .vincent-action-box .inner,
    .vincent-action-box .heading-wrap,
    .vincent-action-box .url-wrap {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
    .vincent-action-box.has-icon .heading-wrap > .text-wrap {
        padding: 0 !important;
    }
    .vincent-action-box .heading-wrap {
        padding: 0;
        margin: 0 0 25px;
    }
}


/* Links
-------------------------------------------------------------- */

.vincent-links {
    font-family: "Lato", sans-serif;
    position: relative;
}

.vincent-links.accent {
    color: #0b77ee;
}

.vincent-links .text {
    font-weight: 700;
    display: inline-block;
    transition: all ease 0.3s;
}

.vincent-links i {
    font-size: 11px;
    position: absolute;
    top: 50%;
    transform: translate(10px, -50%);
    transition: all ease 0.3s;
}

.vincent-links:hover .text {
    transform: translate(-2px, 0);
}

.vincent-links:hover i {
    transform: translate(12px, -50%);
}


/* Button
-------------------------------------------------------------- */

.button-wrap {
    display: inline-block;
}

.button-wrap.has-icon .vincent-button > span {
    position: relative;
    display: inline-block;
}

.button-wrap.has-icon .vincent-button > span > .icon {
    position: absolute;
    top: 0;
    line-height: normal;
}

.button-wrap.has-icon.icon-right .vincent-button > span {
    padding-right: 25px;
}

.button-wrap.has-icon.icon-right .vincent-button > span > .icon {
    right: 0;
}

.button-wrap.has-icon.icon-left .vincent-button > span {
    padding-left: 25px;
}

.button-wrap.has-icon.icon-left .vincent-button > span > .icon {
    left: 0;
}

.vincent-button {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: "Lato", sans-serif;
    background-color: transparent;
    display: inline-block;
    transition: all ease 0.3s;
}

.vincent-button .icon {
    transition: all ease 0.3s;
}

.vincent-button.small {
    padding: 7px 30px;
}

.vincent-button.medium {
    padding: 12px 36px;
}

.vincent-button.big {
    padding: 16px 38px;
}

.vincent-button.outline {
    border-width: 1px;
}

.vincent-button.outline.small {
    padding: 6px 29px;
}

.vincent-button.outline.medium {
    padding: 11px 35px;
}

.vincent-button.outline.big {
    padding: 15px 37px;
}

.vincent-button.outline.solid {
    border-style: solid;
}

.vincent-button.outline.dotted {
    border-style: dotted;
}

.vincent-button.outline.dashed {
    border-style: dashed;
}


/* Accent */

.vincent-button.accent {
    background-color: #0b77ee;
    color: #fff;
}

.vincent-button.accent:hover {
    background-color: #363636 !important;
    color: #fff
}

.vincent-button.accent .icon {
    color: #fff;
}

.vincent-button.accent:hover .icon {
    color: #fff;
}


/* Outline Accent */

.vincent-button.outline.outline-accent {
    border-color: #0b77ee;
    color: #0b77ee;
}

.vincent-button.outline.outline-accent:hover {
    background-color: #0b77ee;
    border-color: #0b77ee;
    color: #fff;
}

.vincent-button.outline.outline-accent .icon {
    color: #0b77ee;
}

.vincent-button.outline.outline-accent:hover .icon {
    color: #fff;
}


/* Content Box
-------------------------------------------------------------- */

.vincent-content-box > .inner {
    border-style: solid;
    border-color: transparent;
    z-index: 1;
    position: relative;
    transition: all ease-out .2s;
}

.vincent-content-box > .inner:after {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vincent-content-box > .inner.accent,
.vincent-content-box > .inner.dark-accent,
.vincent-content-box > .inner.light-accent {
    background-color: #0b77ee;
}

.vincent-content-box > .inner.dark-accent:after {
    background-color: rgba(0, 0, 0, 0.1);
}

.vincent-content-box > .inner.light-accent:after {
    background-color: rgba(255, 255, 255, 0.1);
}


/* CountDown
-------------------------------------------------------------- */

.vincent-countdown .column {
    background-color: #fff;
    padding: 50px 0 50px;
    box-shadow: 0px 20px 40px rgba(92, 95, 101, 0.15);
    display: inline-block;
    width: 23%;
    position: relative;
    margin: 0 0 0 2.5%;
    text-align: center;
}

.vincent-countdown .column:nth-child(1) {
    margin-left: 0;
}

.vincent-countdown .numb {
    color: #333d47;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.vincent-countdown .text {
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and ( max-width: 991px) {
    .vincent-countdown .column {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 30px;
    }
    .vincent-countdown .column:nth-child(3) {
        margin-left: 0;
    }
}


/* Counter
-------------------------------------------------------------- */

.vincent-counter .sep {
    background-color: #eee;
}

.vincent-counter .sep.accent {
    background-color: #0b77ee;
}

.vincent-counter.text-center .sep {
    text-align: center;
    margin: 0 auto;
}

.vincent-counter .number-wrap {
    color: #333d47;
    margin: 0;
}

.vincent-counter .icon-wrap .icon {
    color: #777;
}

.vincent-counter .icon-wrap .icon.accent,
.vincent-counter .prefix.accent,
.vincent-counter .suffix.accent,
.vincent-counter .number.accent {
    color: #0b77ee;
}

.vincent-counter .number,
.vincent-counter .heading {
    margin: 0;
}

.vincent-counter.icon-left .inner {
    display: table;
    overflow: hidden;
    width: 100%;
}

.vincent-counter.icon-left .icon-wrap {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    width: 40%;
}

.vincent-counter.icon-left .text-wrap {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 60%;
}

.vincent-counter.icon-left .sep {
    margin: 0;
}

@media only screen and ( max-width: 991px) {
    .vincent-counter .number-wrap {
        margin: 0 0 10px;
    }
    .vincent-counter.icon-left .inner,
    .vincent-counter.icon-left .icon-wrap,
    .vincent-counter.icon-left .icon-wrap .icon,
    .vincent-counter.icon-left .text-wrap {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }
}


/* Divider
-------------------------------------------------------------- */

.vincent-divider {
    display: block;
    width: 100%;
    height: 0;
    background: none;
    margin: 0 auto;
}

.vincent-divider.divider-right {
    margin: 0;
    float: right;
}

.vincent-divider.divider-left {
    margin: 0;
    float: left;
}

.vincent-divider .divider-icon {
    display: inline-block;
    position: relative;
}

.vincent-divider .divider-icon-before {
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #f1f1f1;
    right: 100%;
    width: 9999px;
    margin-top: -0.5px;
}

.vincent-divider .divider-icon-after {
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #f1f1f1;
    left: 100%;
    width: 9999px;
    margin-top: -0.5px;
}

.vincent-divider.divider-solid {
    border-top: 1px solid #f1f1f1
}

.vincent-divider.divider-dashed {
    border-top: 1px dashed #f1f1f1
}

.vincent-divider.divider-dotted {
    border-top: 1px dotted #f1f1f1
}

.vincent-divider.divider-double,
.vincent-divider.has-icon .divider-double {
    height: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.vincent-divider.has-icon {
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border: none;
    overflow: hidden;
}

.vincent-divider.has-icon .icon-wrap {
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
}

.vincent-divider.has-icon .icon-wrap > span {
    display: inline-block;
}

.vincent-divider.has-icon .icon-wrap > span.accent {
    color: #0b77ee;
}

.vincent-divider.has-icon .divider-dotted {
    border-style: dotted;
}

.vincent-divider.has-icon .divider-dashed {
    border-style: dashed;
}

.divider-icon-before.accent,
.divider-icon-after.accent,
.vincent-divider.has-icon .divider-double.accent {
    border-color: #0b77ee;
}


/* Product
-------------------------------------------------------------- */

.vincent-products .products {
    list-style: none;
    margin: 0;
}

.vincent-products .products li {
    float: none;
    padding: 5px;
    margin: 0;
}


/* Tabs
-------------------------------------------------------------- */

.vincent-tabs .tab-title {
    margin: 0;
    box-shadow: inset 0 -2px #e8e8e8;
}

.vincent-tabs .tab-title .item-title {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 18px;
}

.vincent-tabs .tab-title .item-title span {
    padding: 18px 30px;
}

.vincent-tabs .tab-title .item-title.active {
    color: #333d47;
}

.vincent-tabs .tab-title .item-title.active span {
    box-shadow: inset 0 -2px #06d4c9;
    display: inline-block;
}

.vincent-tabs .tab-title .item-title.active span:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    bottom: -3.5px;
    left: 50%;
    margin-left: -5px;
    background-color: #06d4c9;
}

.vincent-tabs .item-content {
    padding-top: 25px;
}

@media only screen and ( max-width: 991px) {
    .vincent-tabs .tab-title .item-title span {
        padding: 18px 20px;
    }
}


/* Advanced Tabs
-------------------------------------------------------------- */

.vincent-adv-tabs .tab-title .item-title {
    display: table-cell;
    width: 1%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.vincent-adv-tabs .tab-title {
    box-shadow: inset 0 -2px #e8e8ec;
    margin-bottom: 40px;
}

.vincent-adv-tabs .tab-title .item-title .title {
    display: block;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 26px;
    vertical-align: middle;
}

.vincent-adv-tabs .tab-title .item-title .anchor-link {
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
    color: #777;
    font-weight: 300;
}

.vincent-adv-tabs .tab-title .item-title.active .anchor-link {
    box-shadow: inset 0 -2px #06d4c9;
    color: #333d47;
    position: relative;
}

.vincent-adv-tabs .tab-title .item-title.active .anchor-link:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    bottom: -3.5px;
    left: 50%;
    margin-left: -5px;
    background-color: #06d4c9;
}

.vincent-adv-tabs .tab-title .item-title.active .anchor-link .icon {
    color: #06d4c9;
}

@media only screen and ( max-width: 991px) {
    .vincent-adv-tabs .anchor-link .image-icon,
    .vincent-adv-tabs .anchor-link .icon {
        display: none;
    }
}


/* Fancy Text
-------------------------------------------------------------- */

.vincent-fancy-text.scroll {
    overflow: hidden;
    vertical-align: baseline;
}

.vincent-fancy-text.scroll .heading {
    margin: 0;
}

.vincent-fancy-text.scroll .heading {
    transition: margin-top 0.4s ease-in-out;
}

.vincent-fancy-text.typed .typed-cursor {
    opacity: 1;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Headings
-------------------------------------------------------------- */

.vincent-headings .sep.accent {
    background-color: #0b77ee;
}

.vincent-headings.text-center .sep {
    text-align: center;
    margin: 0 auto;
}

.vincent-headings.text-right .sep {
    float: right;
}

.vincent-headings .heading,
.vincent-headings .sub-heading {
    margin-bottom: 0;
}

.vincent-headings.left-sep {
    position: relative;
}

.vincent-headings.left-sep .sep {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and ( max-width: 767px) {
    .vincent-headings.text-center {
        padding: 0 15px;
    }
}


/* Hero Section
-------------------------------------------------------------- */

.hero-section {
    position: relative;
    text-align: center;
}

.hero-section .hero-content {
    position: relative;
    z-index: 20;
}

.hero-section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-section .hero-arrow {
    z-index: 99999;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    transform: translate3d(-50%, 0, 0);
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-duration: 2s;
}

.hero-section .hero-arrow:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.hero-section .hero-arrow.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.hero-section .hero-arrow:before {
    content: "\f103";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
    display: inline-block;
}

.hero-section .hero-arrow.style-2:before {
    content: "\f107";
    font-size: 20px;
}


/* Icon Box
-------------------------------------------------------------- */

.vincent-icon-box .heading {
    margin-bottom: 0;
}

.vincent-icon-box .heading a:hover {
    color: inherit;
    opacity: 0.7;
}

.vincent-icon-box .desc {
    margin: 0;
}


/* Icon top */

.vincent-icon-box.icon-top .heading {
    margin-top: 20px;
}

.vincent-icon-box.icon-top.align-center {
    text-align: center;
}

.vincent-icon-box.icon-top.align-center .icon,
.vincent-icon-box.icon-top.align-center .image-wrap {
    margin: 0 auto;
}

.vincent-icon-box.icon-top.align-right {
    text-align: right;
}

.vincent-icon-box.icon-top.align-right .icon,
.vincent-icon-box.icon-top.align-right .image-wrap {
    margin: 0;
}


/* Icon left */

.vincent-icon-box.icon-left {
    position: relative;
}

.vincent-icon-box.icon-left .icon,
.vincent-icon-box.icon-left .image-wrap {
    position: absolute;
    left: 0;
    top: 5px;
}

.vincent-icon-box.icon-left .desc > span {
    display: block;
}


/* Icon right */

.vincent-icon-box.icon-right {
    position: relative;
}

.vincent-icon-box.icon-right .icon,
.vincent-icon-box.icon-right .image-wrap {
    position: absolute;
    right: 0;
    top: 5px;
}

.vincent-icon-box.icon-right .heading,
.vincent-icon-box.icon-right .desc,
.vincent-icon-box.icon-right .url-wrap {
    text-align: right
}

.vincent-icon-box.icon-right .desc > span {
    display: block;
}


/* Icon left 2 */

.vincent-icon-box.icon-left2 .heading {
    margin: 0 0 40px 0;
}

.vincent-icon-box.icon-left2.has-width .heading {
    margin-top: 10px;
}

.vincent-icon-box.icon-left2 .icon,
.vincent-icon-box.icon-left2 .image-wrap {
    float: left;
}


/* Icons
-------------------------------------------------------------- */

.vincent-icon {
    display: inline-block;
}

.vincent-icon .icon {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    transition: all ease 0.3s;
}


/* Image Box
-------------------------------------------------------------- */

.vincent-image-box .item .thumb img {
    width: 100%;
    height: auto;
}

.vincent-image-box .item .text-wrap {
    padding: 25px 40px 25px;
}

.vincent-image-box .item .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.vincent-image-box .item .title a:hover {
    color: #0b77ee;
}

.vincent-image-box .url-wrap {
    margin: 10px 0 0;
}

.vincent-image-box.has-shadow .inner {
    box-shadow: 0px 0px 10px rgba(41, 49, 89, 0.2);
}

.vincent-image-box.has-shadow .item {
    padding: 10px;
}


/* Image Slider or Grid
-------------------------------------------------------------- */

.vincent-images-grid .item-wrap {
    position: relative;
}

.vincent-images-grid .zoom-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #777;
}

.vincent-images-grid .zoom-popup:hover {
    color: #0b77ee;
}

.vincent-images-grid .cbp-nav-pagination {
    position: static;
    margin-top: 30px;
}

.vincent-images-grid .cbp-nav-pagination-item {
    margin-top: 30px;
    background-color: #0b77ee;
    opacity: 0.4;
    width: 6px;
    height: 6px;
    margin: 0 12px;
    transition: all ease 0.3s;
}

.vincent-images-grid .cbp-nav-pagination-item.cbp-nav-pagination-active {
    opacity: 1;
}


/* News
-------------------------------------------------------------- */

.vincent-news .news-item {
    border-radius: 7px;
    overflow: hidden;
}

.vincent-news .news-item .text-wrap {
    padding: 18px 25px 15px;
    background-color: #fff;
}

.vincent-news .news-item .text-wrap .title {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
}

.vincent-news .news-item .text-wrap .title a:hover {
    color: #0b77ee;
}

.vincent-news .news-item .text-wrap .post-cat a {
    font-size: 15px;
    line-height: 22px;
    color: #6c718b;
}

.vincent-news .news-item .text-wrap .post-cat a:hover {
    color: #0b77ee;
}

.vincent-news .exlink {
    text-align: right;
    margin-top: 25px;
}

.vincent-news .exlink a {
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    display: inline-block;
    position: relative;
    padding-right: 28px;
}

.vincent-news .exlink a:after {
    content: "\e907";
    font-family: "vincent";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 8px;
}

.vincent-news .exlink a:hover {
    color: #0b77ee;
    opacity: 0.7;
}

.vincent-news .exlink a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 28px);
    height: 1px;
    border-bottom: 1px dashed #0b77ee;
}

.vincent-news.has-shadow .news-item .inner {
    box-shadow: 0px 0px 10px rgba(41, 49, 89, 0.02);
}

.vincent-news.has-shadow .news-item {
    padding-bottom: 10px;
    padding-right: 10px;
}


/* Partner
-------------------------------------------------------------- */

.vincent-partner .partner-item .thumb {
    overflow: hidden;
}

.vincent-partner .partner-item .thumb img {
    transition: all ease 0.3s;
}

.vincent-partner .partner-item .thumb:hover img {
    opacity: 0.7;
}


/* Projects
-------------------------------------------------------------- */


/* Project filter */

#project-filter {
    margin-bottom: 70px;
}

#project-filter .cbp-filter-item {
    color: #777;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans serif;
    margin: 0 25px 25px 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all ease 0.3s;
}

#project-filter .inner {
    max-width: 1170px;
    margin: 0 auto;
}

#project-filter .cbp-filter-item:hover,
#project-filter .cbp-filter-item.cbp-filter-item-active {
    color: #0b77ee;
}

@media only screen and ( max-width: 991px) {
    #project-filter {
        margin-bottom: 30px;
    }
    #project-filter .cbp-filter-item {
        margin-bottom: 12px;
    }
}


/* Project box */

.project-box .project-wrap {
    position: relative;
}

.project-box .project-text {
    transition: all ease 0.3s;
}

.project-box:hover .project-text {
    cursor: pointer;
}

.project-box .project-image {
    position: relative;
}

.project-box .project-image > .inner {
    position: relative;
}

.project-box .project-image > .inner:after {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #fff;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 15px;
    transform: scale(0.95);
    transition: transform ease 0.3s, opacity ease 0.3s;
}

.project-box .project-image:hover > .inner:after {
    transform: scale(1);
    opacity: 0.8;
    transition-duration: 0.3s;
}

.project-box .project-text h2 {
    opacity: 0;
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 35px;
    z-index: 2;
    transition-delay: 0.3s;
    transition-duration: 0.3s;
    transition-property: opacity, left;
}

.project-box:hover .project-text h2 {
    left: 35px;
    opacity: 1;
}

.project-box .project-text .link {
    opacity: 0;
    position: absolute;
    right: 45px;
    bottom: 35px;
    z-index: 2;
    transition-delay: 0.45s;
    transition-duration: .3s;
    transition-property: opacity, right;
}

.project-box .project-text .link a {
    color: #333d47;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding-right: 30px;
    transition: all ease 0.3s;
    position: relative;
}

.project-box .project-text .link a:before {
    content: "\e907";
    font-family: "vincent";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 8px;
}

.project-box:hover .project-text .link {
    right: 35px;
    opacity: 1;
}

.project-box .project-image:hover .project-text h2 a:hover,
.project-box .project-text .link:hover a {
    color: #0b77ee;
}


/* Project Related */

.project-related-wrap .title {
    font-size: 29px;
    margin-bottom: 60px;
    text-align: center;
}

@media only screen and ( max-width: 991px) {
    .project-related-wrap .title {
        margin-bottom: 30px;
    }
}


/* Progress Bar
-------------------------------------------------------------- */

.vincent-progress {
    position: relative;
    overflow: hidden;
}

.vincent-progress .title,
.vincent-progress .perc {
    line-height: normal;
    margin: 0;
    font-size: 14px;
}

.vincent-progress .title,
.vincent-progress .perc-wrap {
    font-weight: 600;
}

.vincent-progress .title {
    position: absolute;
    left: 0;
    top: 0;
}

.vincent-progress .progress-animate {
    height: 6px;
    width: 0;
    transition: width ease 1s;
}

.vincent-progress .progress-animate.accent {
    background: rgba(11, 119, 238, 1);
    background: -moz-linear-gradient(left, rgba(11, 119, 238, 1) 0%, rgba(11, 119, 238, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(11, 119, 238, 1) 0%, rgba(11, 119, 238, 0.5) 100%);
    background: linear-gradient(to right, rgba(11, 119, 238, 1) 0%, rgba(11, 119, 238, 0.5) 100%);
}

.vincent-progress .progress-bar {
    background-color: #e5e5e5;
    width: 100%;
    margin-top: 10px;
}

.vincent-progress .perc {
    width: 0;
    text-align: right;
    opacity: 0;
    transition: all ease 1s;
}

.vincent-progress .perc.show {
    opacity: 1;
}


/* Scroll Target
-------------------------------------------------------------- */

.vincent-scroll-target {
    text-align: center;
}

.vincent-scroll-target a {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 40px;
}

.vincent-scroll-target a span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    animation: rev-ani-mouse 1.7s linear infinite;
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 0%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 0%;
    }
}


/* Subscribe Form
-------------------------------------------------------------- */

.vincent-subscribe .heading {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.vincent-subscribe .subheading {
    text-align: center;
    color: #888;
}

.vincent-subscribe .mc4wp-form {
    position: relative;
}

.vincent-subscribe .email-wrap input {
    width: 100%;
    border-radius: 50px;
    padding: 11px 28px 10px;
    border-width: 1px;
}

.vincent-subscribe .submit-wrap input {
    background-color: #06d4c9;
    border-radius: 50px;
    padding: 0 30px;
    height: 42px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.vincent-subscribe .submit-wrap input:hover {
    background-color: #333d47;
}


/* Member
-------------------------------------------------------------- */

.vincent-team .text-wrap {
    padding: 23px 20px 0px;
}

.vincent-team .member-item img {
    border-radius: 6px;
    overflow: hidden;
}

.vincent-team .socials {
    list-style: none;
    margin: 0;
}

.vincent-team .name {
    font-size: 18px;
    margin: 0 0 2px;
}

.vincent-team .position {
    font-size: 14px;
    color: #6c718b;
    margin: 0 0 20px;
}

.vincent-team .socials {
    width: 100%;
    text-align: center;
}

.vincent-team .socials li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}

.vincent-team .socials li a {
    font-size: 16px;
    color: #b9bcc0;
}

.vincent-team .socials li a:hover {
    color: #0b77ee;
}


/* Member Grid
-------------------------------------------------------------- */

.vincent-team-grid .member-item {
    float: left;
    width: 100%;
}

.vincent-team-grid .member-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

.vincent-team-grid.col-2 .member-item {
    width: 50%;
}

.vincent-team-grid.col-3 .member-item {
    width: 33.33%;
}

.vincent-team-grid.col-4 .member-item {
    width: 25%;
}

.vincent-team-grid.col-5 .member-item {
    width: 20%;
}

.vincent-team-grid .text-wrap {
    padding: 23px 20px 0px;
}

.vincent-team-grid .socials {
    list-style: none;
    margin: 0;
}

.vincent-team-grid .name {
    font-size: 18px;
    margin: 0 0 2px;
}

.vincent-team-grid .position {
    font-size: 14px;
    color: #6c718b;
    margin: 0 0 20px;
}

.vincent-team-grid .socials {
    width: 100%;
    text-align: center;
}

.vincent-team-grid .socials li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}

.vincent-team-grid .socials li a {
    font-size: 16px;
    color: #b9bcc0;
}

.vincent-team-grid .socials li a:hover {
    color: #0b77ee;
}

@media only screen and (max-width: 991px) {
    .vincent-team-grid {
        margin: 0 !important;
    }
    .vincent-team-grid .team-row {
        padding: 0 !important;
        margin: 0 !important;
    }
    .vincent-team-grid .member-item {
        padding: 0 !important;
        margin: 0 0 35px !important;
    }
    .vincent-team-grid.col-4 .member-item,
    .vincent-team-grid.col-5 .member-item {
        padding: 0 15px !important;
    }
    .vincent-team-grid.col-4,
    .vincent-team-grid.col-5 {
        margin: 0 -15px !important;
    }
    .vincent-team-grid .team-row:last-child .member-item:last-child {
        margin-bottom: 0 !important;
    }
    .vincent-team-grid.col-2 .member-item,
    .vincent-team-grid.col-3 .member-item {
        width: 100%;
    }
    .vincent-team-grid.col-4 .member-item,
    .vincent-team-grid.col-5 .member-item {
        width: 50%;
    }
}

@media only screen and ( max-width: 479px) {
    .vincent-team-grid.col-4 .member-item,
    .vincent-team-grid.col-5 .member-item {
        width: 100%;
    }
}


/* Testimonails
-------------------------------------------------------------- */

.content-wrap .inner {
    position: relative;
    border-radius: 5px;
}

.content-wrap .inner:after {
    content: "";
    width: 152px;
    height: 23px;
    position: absolute;
    left: 53px;
    bottom: 45px;
    background: url(assets/img/stars.png) no-repeat center center;
    background-size: 152px 23px;
}

.content-wrap .heading {
    font-size: 29px;
    text-align: center;
    margin-bottom: 52px;
}

.content-wrap .text {
    font-size: 15px;
    line-height: 28px;
    padding-left: 28px;
    position: relative;
    margin-bottom: 22px;
}

.content-wrap .text:before {
    content: "";
    width: 21px;
    height: 15px;
    background: url(assets/img/quote.png) no-repeat center center;
    background-size: 21px 15px;
    position: absolute;
    left: 0;
    top: 1px;
}

.content-wrap .name {
    font-size: 15px;
    line-height: 18px;
    color: #333d47;
    font-weight: 500;
    text-align: right;
}

.content-wrap .position {
    font-size: 15px;
    text-align: right;
}


/* Simple */

.vincent-testimonials .inner {
    padding: 30px 48px 30px 20px;
    box-shadow: 0px 0px 10px rgba(41, 49, 89, 0.2);
    background-color: #fff;
}

.vincent-testimonials .content-wrap .item {
    margin-bottom: 20px;
}


/* Group 3 */

.vincent-testimonials-g3 {
    position: relative;
    overflow: hidden;
}

.vincent-testimonials-g3 .content-wrap .inner {
    padding: 30px 34px 30px 34px;
}

.vincent-testimonials-g3 #bx-next,
.vincent-testimonials-g3 #bx-prev {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
}

.vincent-testimonials-g3 #bx-next {
    left: auto;
    right: 0;
}

.vincent-testimonials-g3 #bx-next a,
.vincent-testimonials-g3 #bx-prev a {
    text-align: center;
    display: block;
    width: 30px;
    height: 42px;
    text-indent: -9999px;
}

.vincent-testimonials-g3 #bx-next a:after,
.vincent-testimonials-g3 #bx-prev a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e876";
    color: #d4d4d5;
    font-family: "Linearicons";
    font-size: 40px;
    text-indent: 0;
    transition: all ease 0.3s;
}

.vincent-testimonials-g3 #bx-prev a:after {
    content: "\e875";
}

.vincent-testimonials-g3 #bx-next a:hover:after,
.vincent-testimonials-g3 #bx-prev a:hover:after {
    color: #333d47;
}

.vincent-testimonials-g3 .avatar-wrap {
    line-height: 130px;
    height: 130px;
    text-align: center;
    margin-bottom: 25px;
}

.vincent-testimonials-g3 .avatar-wrap a {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 235px;
}

.vincent-testimonials-g3 .avatar-wrap img {
    width: 90px;
    height: 90px;
    opacity: 0.3;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.vincent-testimonials-g3 .avatar-wrap img:hover {
    opacity: 0.5;
}

.vincent-testimonials-g3 .avatar-wrap a.active img {
    width: 130px;
    height: 130px;
    opacity: 1;
    box-shadow: 0px 40px 40px rgba(92, 95, 101, 0.28);
}

.vincent-testimonials-g3 .content-wrap .inner {
    max-width: 500px;
    margin: 0 auto;
}

.vincent-testimonials-g3 .content-wrap .shadow {
    padding: 10px;
}

@media only screen and (max-width: 991px) {
    .vincent-testimonials-g3 .avatar-wrap a {
        width: 135px;
    }
    .vincent-testimonials-g3 .content-wrap .heading {
        margin-bottom: 34px;
    }
    .content-wrap .inner:after {
        background-size: 100px 15px;
        left: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .vincent-testimonials-g3 .avatar-wrap a {
        width: 100px;
    }
    .vincent-testimonials-g3 .avatar-wrap {
        line-height: 100px;
        height: 100px;
    }
    .vincent-testimonials-g3 .avatar-wrap a.active img {
        width: 100px;
        height: 100px;
    }
}


/* Video Icon
-------------------------------------------------------------- */

.vincent-video-icon {
    position: relative;
}

.vincent-video-icon a {
    position: relative;
    background-color: #fff;
    display: inline-block;
    text-indent: -9999px;
}

.vincent-video-icon a:after {
    text-indent: 0;
    content: "\e905";
    color: #0b77ee;
    font-family: "vincent";
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all ease 0.3s;
}

.vincent-video-icon a:hover:after {
    color: #333d47;
}

.vincent-video-icon.small a {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 27px;
}

.vincent-video-icon.small a:after {
    font-size: 22px;
    left: 3px;
    top: -1px;
    line-height: 54px;
}

.vincent-video-icon.small .circle {
    width: 74px;
    height: 74px;
    top: -10px;
    left: -10px;
}

.vincent-video-icon.big a {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 55px;
}

.vincent-video-icon.big a:after {
    font-size: 45px;
    left: 4px;
    top: 0;
    line-height: 110px;
}

.vincent-video-icon.big .circle {
    width: 150px;
    height: 150px;
    top: -20px;
    left: -20px;
}

.vincent-video-icon .circle {
    position: absolute;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-animation: circle-zoom-inf 2.3s infinite ease-in-out;
    -moz-animation: circle-zoom-inf 2.3s infinite ease-in-out;
    animation: circle-zoom-inf 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@-moz-keyframes circle-zoom-inf {
    0% {
        -moz-transform: rotate(0) scale(1);
        opacity: 0.5
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1.2);
        opacity: 1
    }
    100% {
        -moz-transform: rotate(0) scale(1);
        opacity: 0.5
    }
}

@-webkit-keyframes circle-zoom-inf {
    0% {
        -webkit-transform: rotate(0) scale(1);
        opacity: 0.5
    }
    50% {
        -webkit-transform: rotate(0) scale(1.2);
        opacity: .1
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
        opacity: 0.5
    }
}


/* List
-------------------------------------------------------------- */

.vincent-list > div {
    position: relative;
    padding: 0;
}

.vincent-list > div > span {
    padding-left: 30px;
    position: relative;
    display: block;
}

.vincent-list .icon {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    text-align: center;
}

.vincent-list .icon.accent {
    color: #0b77ee;
}

.vincent-list.icon-top .icon {
    top: 0;
}

.vincent-list.icon-middle .icon {
    top: 50%;
    transform: translateY(-50%);
}


/* Parallax Box
-------------------------------------------------------------- */

.vincent-parallax-box {
    position: relative;
    left: 0;
    top: 0;
}


/* Socials
-------------------------------------------------------------- */

.vincent-socials {
    margin: 0 -5px;
}

.vincent-socials .icon {
    padding: 0 5px;
    float: left;
}

.vincent-socials a {
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #f8f8f8;
    display: inline-block;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.vincent-socials a:hover {
    background-color: #0b77ee;
    color: #fff;
}

.vincent-socials.style-2 a {
    background-color: #3d3d3d;
    color: #fff;
}

.vincent-socials.style-2 a:hover {
    background-color: #0b77ee;
    color: #fff;
}


/* Contact Form 7
-------------------------------------------------------------- */

.wpcf7-form .button-right .submit-wrap {
    text-align: right
}

.wpcf7-form .button-center .submit-wrap {
    text-align: center
}

.wpcf7-form .submit-wrap .ajax-loader {
    position: absolute;
    left: 0;
    top: -20px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
}

.wpcf7-form .wpcf7-form-control-wrap.your-message textarea {
    height: 140px;
}

.wpcf7-form .wpcf7-form-control-wrap.your-message textarea {
    margin-bottom: 35px;
}

.wpcf7-form .submit-wrap input {
    background-color: #06d4c9;
}

.wpcf7-form .submit-wrap input:hover {
    background-color: #333d47;
}


/* Form 1 */

.vincent-contact-form-1 .heading {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.vincent-contact-form-1 .subheading {
    text-align: center;
    color: #888;
    margin-top: 25px;
}

.vincent-contact-form-1 .input-wrap {
    position: relative;
}

.vincent-contact-form-1 .email-wrap input {
    border-width: 1px;
    border-radius: 50px;
    padding: 11px 28px 10px;
}

.vincent-contact-form-1 .submit-wrap input {
    border-radius: 50px;
    padding: 0 30px;
    height: 42px;
    position: absolute;
    right: 4px;
    top: 4px;
}


/* Form 2 */

.vincent-contact-form-2 {
    position: relative;
}

.vincent-contact-form-2 .heading {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 450px;
    margin: 0 auto 40px;
}

.vincent-contact-form-2 .name-wrap,
.vincent-contact-form-2 .email-wrap {
    margin-bottom: 12px;
}


/* Price Tables switcher 2
-------------------------------------------------------------- */

.pricing .pricing-heading .main-heading {
    font-size: 36px;
    margin-bottom: 40px;
}

.pricing .pricing-heading .sub-heading {
    font-size: 14px;
    line-height: 22px;
    max-width: 330px;
    margin-bottom: 30px;
}

.pricing .pricing-switcher {
    display: inline-block;
    position: relative;
    padding: 3px;
    border-radius: 25px;
    border: 1px solid #dadde0;
    text-align: center;
    margin-bottom: 30px;
}

.pricing .pricing-switcher > .switch {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 124px;
    height: 43px;
    line-height: 43px;
    cursor: pointer;
    font-size: 15px;
    color: #b8bcbe;
    transition: color 0.3s;
}

.pricing .pricing-switcher .switch.active {
    color: #26292c;
}

.pricing .pricing-switcher .switch + .switch-bg {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 43px;
    width: 124px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 5px 20px 0 rgba(61, 61, 62, 0.15);
    transition: transform 0.3s;
}

.pricing .pricing-switcher .switch.active + .switch-bg {
    transform: translateX(100%);
}

.pricing .pricing-heading {
    flex: 2;
    padding: 0 10px;
}

.pricing .pricing-content {
    flex: 3;
    padding: 0 10px;
}

.pricing .pricing-item {
    flex: 1;
    max-width: 55%;
    background-color: #fff;
    margin: 20px 0;
    text-align: center;
    padding: 50px 40px 65px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.pricing .pricing-item.small {
    border-radius: 0 10px 10px 0;
}

.pricing .pricing-item.big {
    margin: 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 30px 50px 0 rgba(92, 95, 101, 0.2);
}

.pricing .pricing-boxs {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}

.pricing .pricing-boxs.active {
    display: block;
    display: flex;
}

.pricing {
    display: flex;
    align-items: center;
}

.pricing .title {
    font-size: 29px;
    color: #333d47;
    margin-bottom: 17px;
}

.pricing .price span {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 6px 15px 4px;
    border-radius: 20px;
}

.pricing .pricing-item.small .price span {
    color: #333d47;
    border: 1px solid #d6d8da;
}

.pricing .pricing-item.big .price span {
    color: #fff;
    background-color: #06d4c9;
}

.pricing .text {
    color: #888;
    font-size: 18px;
    line-height: 28px;
    max-width: 165px;
    margin: 0 auto 40px;
}

.pricing .features {
    margin-bottom: 40px;
}

.pricing .features ul {
    list-style: none;
    margin: 0;
}

.pricing .features ul li {
    color: #333d47;
    font-size: 16px;
    margin-bottom: 13px;
}

.pricing .features ul li:last-child {
    margin-bottom: 0;
}

.pricing .features ul span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.pricing .features ul span:before {
    content: "\e975";
    font-family: "vincent";
    position: absolute;
    left: 0;
    top: 6px;
    color: #06d4c9;
    font-size: 9px;
}

.pricing.position-2 .pricing-heading {
    padding-left: 117px;
}

@media only screen and ( max-width: 1200px) {
    .pricing.position-2 .pricing-heading {
        padding-left: 50px;
    }
}

@media only screen and ( max-width: 991px) {
    .pricing.position-2 .pricing-heading {
        padding-left: 0;
    }
    .pricing {
        flex-direction: column;
    }
    .pricing .pricing-heading {
        flex: 1;
        text-align: center;
    }
    .pricing .pricing-content {
        flex: 1;
        width: 100%;
    }
    .pricing .pricing-item {
        margin-top: 40px;
    }
    .pricing .pricing-item.big {
        margin-top: 20px;
    }
    .pricing.position-2 .pricing-heading {
        margin-top: 50px;
    }
}

@media only screen and ( max-width: 767px) {
    .pricing .pricing-heading {
        max-width: 650px;
        margin: 0 auto 30px;
    }
    .pricing .pricing-content {
        width: 100%;
    }
    .pricing .pricing-item {
        max-width: 50%;
        min-width: 50%;
        margin-top: 50px;
    }
    .pricing .pricing-item.big {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media only screen and ( max-width: 570px) {
    .pricing .pricing-item {
        max-width: 100%;
        min-width: 270px;
        padding: 30px 30px 40px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .pricing .pricing-item.big {
        padding: 30px 30px 40px;
    }
}


/* Carousel Constrols
-------------------------------------------------------------- */

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    display: none;
}

.has-bullets .owl-theme .owl-dots {
    display: block;
    padding-top: 50px;
}

.has-bullets.bullet45 .owl-theme .owl-dots {
    padding-top: 45px;
}

.has-bullets.bullet40 .owl-theme .owl-dots {
    padding-top: 40px;
}

.has-bullets.bullet35 .owl-theme .owl-dots {
    padding-top: 35px;
}

.has-bullets.bullet30 .owl-theme .owl-dots {
    padding-top: 30px;
}

.has-bullets.bullet25 .owl-theme .owl-dots {
    padding-top: 25px;
}

.has-bullets.bullet20 .owl-theme .owl-dots {
    padding-top: 20px;
}

.has-bullets.bullet15 .owl-theme .owl-dots {
    padding-top: 15px;
}

.has-bullets.bullet10 .owl-theme .owl-dots {
    padding-top: 10px;
}

.has-arrows .owl-theme .owl-nav {
    display: block;
}

.has-arrows .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
}

.has-arrows .owl-theme .owl-nav .owl-next {
    right: 0;
}


/* Arrows Center */

.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav [class*='owl-'] {
    left: 40px;
}

.has-arrows.arrow-center.offset-40 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}

.has-arrows.arrow-center.offset-35 .owl-theme .owl-nav [class*='owl-'] {
    left: 35px;
}

.has-arrows.arrow-center.offset-35 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 35px;
}

.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav [class*='owl-'] {
    left: 30px;
}

.has-arrows.arrow-center.offset-30 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.has-arrows.arrow-center.offset-25 .owl-theme .owl-nav [class*='owl-'] {
    left: 25px;
}

.has-arrows.arrow-center.offset-25 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 25px;
}

.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav [class*='owl-'] {
    left: 20px;
}

.has-arrows.arrow-center.offset-20 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.has-arrows.arrow-center.offset-15 .owl-theme .owl-nav [class*='owl-'] {
    left: 15px;
}

.has-arrows.arrow-center.offset-15 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 15px;
}

.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav [class*='owl-'] {
    left: 10px;
}

.has-arrows.arrow-center.offset-10 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 10px;
}

.has-arrows.arrow-center.offset0i .owl-theme .owl-nav [class*='owl-'] {
    left: 0px;
}

.has-arrows.arrow-center.offset0i .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav [class*='owl-'] {
    left: -15px;
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -15px;
}

.has-arrows.arrow-center.offset0o .owl-theme .owl-nav [class*='owl-'] {
    left: -30px;
}

.has-arrows.arrow-center.offset0o .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -30px;
}

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav [class*='owl-'] {
    left: -40px;
}

.has-arrows.arrow-center.offset10 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -40px;
}

.has-arrows.arrow-center.offset15 .owl-theme .owl-nav [class*='owl-'] {
    left: -45px;
}

.has-arrows.arrow-center.offset15 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -45px;
}

.has-arrows.arrow-center.offset20 .owl-theme .owl-nav [class*='owl-'] {
    left: -50px;
}

.has-arrows.arrow-center.offset20 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.has-arrows.arrow-center.offset25 .owl-theme .owl-nav [class*='owl-'] {
    left: -55px;
}

.has-arrows.arrow-center.offset25 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -55px;
}

.has-arrows.arrow-center.offset30 .owl-theme .owl-nav [class*='owl-'] {
    left: -60px;
}

.has-arrows.arrow-center.offset30 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -60px;
}

.has-arrows.arrow-center.offset35 .owl-theme .owl-nav [class*='owl-'] {
    left: -65px;
}

.has-arrows.arrow-center.offset35 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -65px;
}

.has-arrows.arrow-center.offset40 .owl-theme .owl-nav [class*='owl-'] {
    left: -70px;
}

.has-arrows.arrow-center.offset40 .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -70px;
}

.has-arrows.arrow-center.offset-v-120 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -110px;
}

.has-arrows.arrow-center.offset-v-110 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -100px;
}

.has-arrows.arrow-center.offset-v-100 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -90px;
}

.has-arrows.arrow-center.offset-v-90 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -80px;
}

.has-arrows.arrow-center.offset-v-80 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -70px;
}

.has-arrows.arrow-center.offset-v-70 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -6px;
}

.has-arrows.arrow-center.offset-v-60 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -50px;
}

.has-arrows.arrow-center.offset-v-50 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -40px;
}

.has-arrows.arrow-center.offset-v-40 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -50px;
}

.has-arrows.arrow-center.offset-v-30 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -40px;
}

.has-arrows.arrow-center.offset-v-20 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -30px;
}

.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] {
    top: 50%;
    margin-top: -15px;
}

.has-arrows.arrow-center.offset-v20 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 0px;
}

.has-arrows.arrow-center.offset-v30 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 10px;
}

.has-arrows.arrow-center.offset-v40 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 20px;
}

.has-arrows.arrow-center.offset-v50 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 30px;
}

.has-arrows.arrow-center.offset-v60 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 40px;
}

.has-arrows.arrow-center.offset-v70 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 50px;
}

.has-arrows.arrow-center.offset-v80 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 60px;
}

.has-arrows.arrow-center.offset-v90 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 70px;
}

.has-arrows.arrow-center.offset-v100 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 80px;
}

.has-arrows.arrow-center.offset-v110 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 90px;
}

.has-arrows.arrow-center.offset-v120 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: 100px;
}


/* Arrows Style 1 */

.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 50%;
    text-align: center;
    color: #999;
    background-color: #fff;
    width: 30px;
    height: 30px;
    font-size: 0;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
}

.owl-theme .owl-nav [class*="owl-"]:after {
    font-size: 16px;
    line-height: 30px;
    content: "\e875";
    font-family: "Linearicons";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
}

.owl-theme .owl-nav .owl-next:after {
    content: "\e876";
}

.owl-theme .owl-nav [class*="owl-"].disabled {
    cursor: default;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #0b77ee;
    color: #fff;
}

.owl-theme .owl-nav [class*="owl-"].disabled {
    cursor: default;
}

@media only screen and (max-width: 991px) {
    .owl-theme .owl-nav {
        display: none !important;
    }
}


/* Bullets Style 1 */

.owl-theme .owl-dots {
    text-align: center;
    line-height: 6px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #0b77ee;
    opacity: 0.4;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 12px;
    transition: all ease 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #0b77ee;
    opacity: 1;
}


/* Arrows & Bullets Circle */

.arrow-circle .owl-theme .owl-nav [class*="owl-"],
.bullet-circle .owl-theme .owl-dots .owl-dot span {
    border-radius: 50%;
}


/*
SHOP STYLE
-------------------------------------------------------------- */


/* General */

.woocommerce-page .content-woocommerce .woocommerce-result-count {
    position: relative;
    padding: 10px 0 0;
    margin: 0;
    float: left;
    font-size: 16px;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering {
    float: right;
    position: relative;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select {
    color: #333d47;
    margin: 0;
    padding: 6px 20px;
    width: 212px;
    border-bottom: 2px solid #333d47;
    cursor: pointer;
    font-size: 16px;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {
    outline: 0;
}

.woocommerce-page .content-woocommerce .products {
    margin: 0 -15px;
    clear: both;
    list-style: none;
}

.woocommerce-page .content-woocommerce .star-rating {
    width: 85px;
    height: 17px;
    background: url(assets/img/star.png) repeat-x left 0;
}

.woocommerce-page .content-woocommerce .star-rating span {
    background: url(assets/img/star.png) repeat-x left -34px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
}

.woocommerce-page .content-woocommerce p.stars {
    overflow: hidden;
    zoom: 1;
}

.woocommerce-page .content-woocommerce p.stars span {
    width: 85px;
    height: 15px;
    position: relative;
    float: left;
    background: url(assets/img/star.png) repeat-x left 0;
}

.woocommerce-page .content-woocommerce p.stars span a {
    transition: none;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
}

.woocommerce-page .content-woocommerce p.stars span a:hover,
p.stars span a:focus {
    background: url(assets/img/star.png) repeat-x left -17px;
}

.woocommerce-page .content-woocommerce p.stars a.active {
    background: url(assets/img/star.png) repeat-x left -34px;
}

.woocommerce-page .content-woocommerce p.stars span a.star-1 {
    width: 17px;
    z-index: 10;
}

.woocommerce-page .content-woocommerce p.stars span a.star-2 {
    width: 34px;
    z-index: 9;
}

.woocommerce-page .content-woocommerce p.stars span a.star-3 {
    width: 51px;
    z-index: 8;
}

.woocommerce-page .content-woocommerce p.stars span a.star-4 {
    width: 68px;
    z-index: 7;
}

.woocommerce-page .content-woocommerce p.stars span a.star-5 {
    width: 85px;
    z-index: 6;
}

.woocommerce-page abbr {
    border: none;
    text-decoration: none
}

.woocommerce-page div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {
    color: #0b77ee;
    background-color: transparent;
}

.woocommerce-page .woo-single-post-class .summary .stock.in-stock,
.products li .product-info .star-rating,
.product .onsale {
    display: none;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left:hover,
.pswp--has_mouse .pswp__button--arrow--right:hover {
    background-color: transparent;
}


/* Buttons */

.woocommerce-page .button {
    color: #fff;
    background-color: #06d4c9;
    font-size: 15px;
    padding: 15px 40px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
}

.woocommerce-page .button:hover {
    opacity: 0.7;
}


/* Product Item */

.woocommerce-page.shop-col-2 .products li {
    width: 50%;
}

.woocommerce-page.shop-col-3 .products li {
    width: 33.3333333%;
}

.woocommerce-page.shop-col-4 .products li {
    width: 25%;
}

.woocommerce-page.shop-col-2 .products li {
    width: 50%;
}

.woocommerce-page.shop-col-3 .products li {
    width: 33.3333333%;
}

.woocommerce-page.shop-col-4 .products li {
    width: 25%;
}

.products li {
    float: left;
    padding: 0 15px;
    margin-top: 70px;
}

.products li.first {
    clear: both;
}

.products li > .inner {
    box-shadow: 0px 0px 10px rgba(41, 49, 89, 0.2);
}

.products li .product-info {
    padding: 23px 140px 18px 22px;
    background-color: #fff;
    position: relative;
}

.products li h2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    transition: all ease 0.3s;
}

.products li .product-info .button.add_to_cart_button.added {
    display: none;
}

.products li .product-info .button,
.products li .product-info .added_to_cart {
    background-color: transparent;
    color: #06d4c9;
    padding: 0 28px 0 0;
    font-size: 17px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    display: inline-block;
    position: relative;
}

.products li .product-info .button:after,
.products li .product-info .added_to_cart:after {
    content: "\e907";
    font-family: "vincent";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 8px;
}

.products li .product-info .button:before,
.products li .product-info .added_to_cart:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 28px);
    height: 1px;
    border-bottom: 1px dashed #06d4c9;
    transition: all ease 0.3s;
}

.products li .product-info .button:hover:before,
.products li .product-info .added_to_cart:hover:before {
    width: 100%;
}

.products li .product-info .add_to_cart_button,
.products li .product-info .product_type_variable,
.products li .product-info .added_to_cart {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-page.shop-col-4 .products li .product-info {
	padding: 23px 22px 18px 22px;
}

.woocommerce-page.shop-col-4 .products li .product-info .add_to_cart_button,
.woocommerce-page.shop-col-4 .products li .product-info .product_type_variable,
.woocommerce-page.shop-col-4 .products li .product-info .added_to_cart {
	position: relative;
	right: 0;
	top: 0;
	transform: none;
}

.products li .product-thumbnail {
    position: relative;
    overflow: hidden;
}

.products li .product-thumbnail img {
    width: 100%;
    height: auto;
}

.products li .price {
    font-size: 18px;
    color: #6c718b;
    display: block;
}

.products li .price del {
    color: #9598ab;
    padding-right: 6px;
}

.products li .price ins {
    background-color: none;
}

.products li h2:hover {
    color: #06d4c9;
}


/* Single Product
--------------------------------------------------------------*/

.woo-single-post-class {
    position: relative;
}

.woo-single-post-class .images {
    width: 47.009%;
    float: left;
    position: relative;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger {
    width: 35px;
    height: 35px;
    z-index: 999;
    position: absolute;
    right: 12px;
    top: 12px;
    text-align: center;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
    opacity: 0;
    width: 35px;
    height: 35px;
    line-height: 39px;
    color: #6c718b;
    text-align: center;
    content: "\e914";
    font-family: "vincent";
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.3s;
}

.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger:after {
    opacity: 1;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
    color: #06d4c9;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger img {
    display: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    float: left;
    cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 20px -10px 0;
    width: auto;
    list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    padding: 0 10px 20px;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
    width: 16.667%;
}

.woo-single-post-class .summary {
    width: 45.3%;
    float: right;
}

.woo-single-post-class .summary h1 {
    font-size: 24px;
    margin: -5px 0 10px 0;
}

.woo-single-post-class .summary .woocommerce-product-rating {
    position: relative;
    margin-bottom: 35px;
}

.woo-single-post-class .summary .woocommerce-review-link {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    left: 100px;
    top: 0;
    line-height: 18px;
}

.woo-single-post-class .summary .price {
    font-size: 29px;
    color: #6c718b;
    line-height: normal;
    padding-bottom: 24px;
    margin: 0 0 24px;
}

.woo-single-post-class .summary .price del {
    font-size: 26px;
    color: #b7b7b7;
    padding-right: 2px;
}

.woo-single-post-class .summary .price ins {
    background-color: transparent;
}

.woo-single-post-class .woocommerce-product-details__short-description {
    font-size: 18px;
    line-height: 26px;
    color: #6c718b;
    letter-spacing: 0.2px;
}

.woo-single-post-class .summary .cart table,
.woo-single-post-class .summary .cart tr,
.woo-single-post-class .summary .cart td {
    border: 0;
}

.woo-single-post-class .summary .cart td {
    vertical-align: middle;
}

.woo-single-post-class .summary .cart table .label {
    width: 85px;
    color: #333d47;
    text-transform: uppercase;
}

.woo-single-post-class .summary .cart {
    margin-top: 37px;
}

.woo-single-post-class .summary .cart .quantity {
    display: inline-block;
    float: left;
}

.woo-single-post-class .summary .cart .quantity input {
    border: 1px solid #d4d4d5;
    width: 60px;
    margin: 0 30px 0 0;
    text-align: center;
    background-color: #fff;
    padding: 7px;
}

.woo-single-post-class .summary .cart table {
    position: relative;
}

.woo-single-post-class .summary .cart .reset_variations {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p {
    margin-bottom: 5px;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__quantity {
    width: 100px;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a {
    font-weight: 500;
    color: #333d47;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {
    font-weight: 500;
    color: #06d4c9;
}

.woo-single-post-class .summary .product_meta {
    clear: left;
    padding: 40px 0 0;
    margin-top: 40px;
    border-top: 2px solid #f4f4f4;
}

.woo-single-post-class .summary .product_meta > span {
    margin-left: 40px;
    display: inline-block;
    color: #6c718b;
}

.woo-single-post-class .summary .product_meta > span:first-child {
    margin: 0;
}

.woo-single-post-class .summary .product_meta > span a {
    font-weight: 500;
    color: #333d47;
}

.woo-single-post-class .summary .product_meta > span a:hover {
    text-decoration: underline;
}

.woo-single-post-class .summary .product_meta > span a:first-child {
    padding-left: 10px;
}

.woo-single-post-class .woocommerce-tabs {
    clear: both;
    padding-top: 75px;
}

.woo-single-post-class .woocommerce-tabs ul {
    margin: 0;
    border-bottom: 2px solid #f4f4f4;
}

.woo-single-post-class .woocommerce-tabs ul li {
    line-height: 30px;
    padding: 0;
    list-style: none;
    margin: 0 65px 0 0;
    display: inline-block;
}

.woo-single-post-class .woocommerce-tabs ul li > a {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #6c718b;
    cursor: pointer;
    padding: 0 0 20px;
    transition: none;
    border-bottom: none;
    display: inline-block;
}

.woo-single-post-class .woocommerce-tabs ul li.active > a {
    color: #333d47;
}

.woo-single-post-class .woocommerce-tabs .panel {
    font-size: 16px;
    line-height: 24px;
    clear: both;
    padding: 50px 0 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
    list-style: none;
    margin: 10px 0 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
    margin-top: 25px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:first-child {
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description > p:last-child {
    margin-top: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before,
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after {
    content: "";
    display: table;
    clear: both;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 45px 0 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
    overflow: hidden;
    position: relative;
}

.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
    position: absolute;
    right: 0;
    top: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta {
    margin: 0 0 8px 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta strong {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: inline-block
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash {
    display: none;
}

.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date {
    display: block;
    color: #bbb;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .comment-respond {
    margin: 35px 0 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {
    font-size: 22px;
    color: #333d47;
    display: block;
    padding-top: 70px;
    margin-bottom: 30px;
    border-top: 2px solid #f4f4f4;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p {
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-author {
    width: 49.576%;
    float: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-email {
    width: 49.576%;
    float: right;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit {
    clear: both;
    padding-top: 8px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
    padding-bottom: 62px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
    float: left;
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label {
    color: #333d47;
    font-size: 18px;
    line-height: 18px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
    margin-left: 10px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {
    clear: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment > label {
    display: none;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input {
    margin-bottom: 22px;
    width: 100%;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
    height: 120px;
}


/* Related Products */

.woo-single-post-class .related.products {
    padding: 0;
    margin: 0;
    padding-top: 140px;
    margin-top: 60px;
    border-top: 2px solid #f4f4f4;
    ;
}

.woo-single-post-class .related.products .products:before,
.woo-single-post-class .related.products .products:after {
    content: "";
    display: table;
    clear: both;
}

.woo-single-post-class .related.products > h2 {
    margin-bottom: 15px;
    font-size: 29px;
}

.woo-single-post-class .related.products .products {
    margin: 0 -15px;
    padding-top: 0;
}

.woo-single-post-class .related.products .products li {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.woo-single-post-class .related.products .products li .product-info .add_to_cart_button {
    display: none;
}


/* Cart Page
--------------------------------------------------------------*/

.woocommerce-page .shop_table.cart .product-remove {
    width: 57px;
}

.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
    width: 120px;
}

.woocommerce-page .shop_table.cart th {
    font-size: 18px;
    color: #333d47;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
    padding: 20px;
    vertical-align: middle;
}

.woocommerce-page .shop_table.cart .product-name a {
    font-weight: 500;
    color: #333d47;
}

.woocommerce-page .shop_table.cart .product-name a:hover {
    color: #06d4c9;
}

.woocommerce-page .shop_table.cart .product-remove a {
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    padding: 0;
    font-weight: normal;
    text-align: center;
    width: 16px;
    height: 16px;
}

.woocommerce-page .shop_table.cart .product-remove a:after {
    content: "\e90f";
    color: #f63440;
    text-indent: 0;
    font-family: "vincent";
    font-size: 7px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.woocommerce-page .shop_table.cart .product-remove a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #f63440;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.woocommerce-page .shop_table.cart .product-remove a:hover:before {
    border-color: #333d47;
}

.woocommerce-page .shop_table.cart .product-remove a:hover:after {
    color: #333d47;
}

.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
    width: 80px;
}

.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type='number'] {
    border: 0;
    width: 60px;
    height: 50px;
    padding-right: 5px;
    margin: 0;
    background-color: transparent;
}

.woocommerce-page .shop_table.cart .coupon {
    float: left;
}

.woocommerce-page .shop_table.cart .coupon > label {
    display: none;
}

.woocommerce-page .shop_table.cart .coupon #coupon_code {
    background-color: #f5f5f5;
    border: 0;
    width: 200px;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 8px 12px;
}

.woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
    float: right;
}

.woocommerce-page .cart_totals {
    width: 60%;
    margin-top: 60px;
    font-size: 16px;
}

.woocommerce-page .cart_totals > h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.woocommerce-page .cart_totals .shop_table {
    border: 2px solid #d4d4d5;
    margin-bottom: 20px;
}

.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td {
    border-color: #d4d4d5;
}

.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td {
    border-bottom: 0;
}

.woocommerce-page .cart_totals .shop_table td {
    border-right: 0;
    padding: 10px 27px;
}

.woocommerce-page .cart_totals .shop_table th {
    color: #333d47;
    padding: 11px 30px;
    font-weight: 500;
}

.woocommerce-page .cart_totals .shop_table .cart-subtotal td,
.woocommerce-page .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .tax-rate td {
    text-align: right;
    color: #333d47;
}

.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
    margin: 0 0 5px;
}

.woocommerce-page .cart_totals .shipping-calculator-form button[type='submit'] {
    width: 100%;
}

.woocommerce-page .wc-proceed-to-checkout .button {
    background-color: #0b77ee;
    font-size: 16px;
    padding: 10px 30px;
    width: 100%;
}


/* Checkout Page
--------------------------------------------------------------*/

.woocommerce-page .woocommerce-checkout {
    clear: both;
}

.woocommerce-page .login input {
    margin-bottom: 0;
}

.woocommerce-page form .form-row {
    margin: 0 0 20px;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: left;
    width: 48%;
    overflow: visible;
}

.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    border-width: 1px;
    width: 100%;
    margin: 0;
    outline: 0;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
    display: block;
    border-radius: 0;
    line-height: 50px;
    height: 50px;
    border: 1px solid #d4d4d5;
}

.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered {
    padding: 11px 20px;
    color: #6c718b;
    font-size: 16px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 4px;
}

.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
    padding: 11px 20px;
    margin-bottom: 30px;
}

.woocommerce-page form .form-row label.inline {
    display: inline;
}

.woocommerce-page form .form-row label.inline input {
    margin: 0 5px 0 10px;
    width: auto;
}

.woocommerce-page form.lost_reset_password .woocommerce-Button.button {
    margin: 25px 0 0 10px;
}

.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page #order_review_heading {
    clear: both;
}

.woocommerce-billing-fields .create-account > label {
    margin: 0;
    display: inline-block;
}

.woocommerce-page .woocommerce-lost-password .form-row-first {
    float: none;
}

.woocommerce-page #ship-to-different-address > label {
    padding-right: 5px;
}

.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-shipping-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-additional-fields h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 35px;
}

.woocommerce-page .woocommerce-additional-fields .notes > label {
    display: none;
}

.woocommerce-page form .form-row.create-account #createaccount {
    width: auto;
    margin-right: 5px;
}

.woocommerce-page form .form-row.create-account + .create-account > p:first-child {
    margin-bottom: 10px;
}

.woocommerce-checkout-review-order table th {
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    color: #333d47;
    padding: 10px 25px;
}

.woocommerce-checkout-review-order table td {
    padding: 10px 25px;
}

.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total {
    font-size: 16px;
    color: #333d47;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
    padding-left: 5px;
}

.woocommerce-checkout #payment .about_paypal {
    padding-left: 10px;
}

.woocommerce-page .myaccount_user + h2,
.woocommerce-page .addresses h3,
.woocommerce-page #customer_login h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.woocommerce-page .register input {
    margin-bottom: 0;
}

.woocommerce-page .woocommerce-MyAccount-content legend {
    border: 0;
    font-size: 18px;
    color: #333d47;
    padding-top: 20px;
    margin: 0;
}

.woocommerce-page .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce-page .cart-collaterals {
    width: 100%;
}

.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
}

.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: left;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
    list-style: none;
    margin: 0 -12px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 25%;
    padding: 0 12px;
    clear: none;
}

.woocommerce-page .cart-collaterals .cross-sells > h2 {
    margin-top: 40px;
    margin-bottom: 37px;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.woocommerce-page .cart-collaterals .cross-sells .products li h2 {
    font-size: 15px;
}

.woocommerce-page .cart-collaterals .cross-sells .products li .price {
    font-size: 18px;
}

.woocommerce-page .up-sells > h2 {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    padding-top: 27px;
    border-top: 1px solid #f4f4f4;
}

.woocommerce-page .up-sells.products,
.woocommerce-page .up-sells .products {
    margin: 0;
}

.woocommerce-page .up-sells .products {
    margin: 0 -15px;
}

.woocommerce-page .up-sells .products li {
    padding: 0 15px;
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page #order_comments_field {
    clear: both;
}

.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 48%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline;
}

.woocommerce-page form .form-row select,
.woocommerce-page form .form-row .input-text {
    width: 100%;
}

.woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce-page #payment #place_order {
    background-color: #0b77ee;
    font-size: 16px;
    width: 300px;
    padding: 17px 0;
    margin-top: 35px;
}

.woocommerce-page .woocommerce-error li {
    padding: 0;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
    color: #0b77ee;
    background-color: transparent;
    text-transform: capitalize;
    font-size: 16px;
}

.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
    position: relative;
    font-size: 16px;
    padding: 8px 24px 8px 54px;
    background-color: #e4f2ff;
    margin: 0 0 22px 0;
    list-style: none;
}

.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
    color: #6c718b;
    font-size: 11px;
    content: "\e903";
    font-family: "vincent";
    position: absolute;
    left: 30px;
    top: 13px;
}

.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
    text-decoration: underline;
    padding: 0 10px 0 0;
}

.woocommerce-page .woocommerce-message {
    border-color: #35a254;
}

.woocommerce-page .woocommerce-error {
    border-color: #d82f2f;
}


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

.product_list_widget li {
    padding: 0;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #eee;
}

.product_list_widget li:first-child {
    padding-top: 0;
    margin-top: 0;
    border: 0;
}

.product_list_widget li > a {
    display: block;
}

.product_list_widget del .amount {
    padding-right: 5px;
}

.product_list_widget li img {
    float: right;
    width: 50px;
    border-radius: 7px;
    margin-left: 10px;
    box-shadow: none;
}

.product_list_widget .product-title,
.widget_recent_reviews .product_list_widget a {
    display: block;
    color: #6c718b;
    font-weight: 500;
    transition: all ease 0.3s;
}

.product_list_widget .product-title:hover,
.widget_recent_reviews .product_list_widget a:hover {
    color: #0b77ee;
}

.product_list_widget .star-rating,
.widget_rating_filter .star-rating {
    width: 85px;
    height: 17px;
    background: url(assets/img/star.png) repeat-x left 0;
    margin: 0 0 15px 0;
}

.product_list_widget .star-rating span,
.widget_rating_filter .star-rating span {
    background: url(assets/img/star.png) repeat-x left -34px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    float: left;
}

.widget_rating_filter .star-rating {
    display: inline-block;
    margin: 0;
}


/* Widget product categories */

.widget_product_categories ul li a {
    color: #6c718b;
    font-size: 14px;
    font-weight: 500;
}

.widget_product_categories ul li a:hover {
    color: #0b77ee;
}

.widget_product_categories ul li {
    padding: 3px 0;
}


/* Widget price filter */

.widget_price_filter .price_slider {
    height: 3px;
    margin-bottom: 25px;
    margin-top: 46px;
    background-color: #ebebeb;
    position: relative;
    text-align: left;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
}

.widget_price_filter .price_slider_amount .button {
    font-size: 13px;
    letter-spacing: 1px;
    float: left;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
}

.widget_price_filter .price_slider_amount .button:hover {
    opacity: 1;
    background-color: #0b77ee;
    color: #fff;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    top: -5px;
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border: 3px solid #06d4c9;
    border-radius: 50%;
    cursor: pointer;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -14px;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-color: #c2c3c5;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.widget_price_filter .price_slider_amount .price_label {
    color: #999;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    margin-left: 85px;
    text-align: center;
}


/* Widget widget_product_search */

.widget.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget.widget_product_search .woocommerce-product-search .search-field {
    padding-right: 48px;
    margin-bottom: 0;
    padding: 8px 20px;
}

.widget.widget_product_search .woocommerce-product-search .search-submit {
    position: absolute;
    background-color: transparent;
    right: 4px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:before {
    color: #696969;
    content: "\e906";
    font-family: "vincent";
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

.widget.widget_product_search .woocommerce-product-search .search-submit:hover:before {
    color: #0b77ee;
}


/* Widget Mini Cart */

.nav-top-cart-wrapper .woocommerce-min-cart-wrap {
    padding: 30px 15px 40px;
}

.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 8px 20px;
}

.widget_shopping_cart_content ul {
    list-style: none;
    margin: 0;
}

.widget_shopping_cart_content ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #f4f4f4;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
}

.widget_shopping_cart_content ul li.empty {
    padding: 0;
}

.widget_shopping_cart_content ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.widget_shopping_cart_content ul li:last-child {
    padding-bottom: 20px;
}

.widget_shopping_cart_content ul li .product-name {
    padding-left: 4px;
    font-size: 14px;
    color: #6c718b;
    font-weight: 500;
}

.widget_shopping_cart_content ul li a:hover {
    color: #0b77ee;
}

.widget_shopping_cart_content ul li a.remove {
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    padding: 0;
    font-weight: normal;
    text-align: center;
    width: 16px;
    height: 16px;
}

.widget_shopping_cart_content ul li a.remove:after {
    content: "\e90f";
    color: #f63440;
    text-indent: 0;
    font-family: "vincent";
    font-size: 7px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.widget_shopping_cart_content ul li a.remove:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #f63440;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.widget_shopping_cart_content ul li a.remove:hover:before {
    border-color: #333d47;
}

.widget_shopping_cart_content ul li a.remove:hover:after {
    color: #333d47;
}

.widget_shopping_cart_content ul li a img {
    float: right;
    width: 70px;
    margin: 0 0 0 5px;
    border-radius: 7px;
}

.widget_shopping_cart_content ul li .quantity {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.widget_shopping_cart_content .total {
    margin-bottom: 22px;
    padding: 10px 0;
    font-weight: 500;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    color: #333d47;
    text-align: center;
}

.widget_shopping_cart_content .total strong {
    font-weight: 400;
    color: #6c718b;
}

.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
    content: "";
    display: table;
    clear: both;
}

.widget_shopping_cart_content .buttons {
    margin: 0;
}

.widget_shopping_cart_content .buttons > a {
    padding: 0 28px 0 0;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    display: inline-block;
}

.widget_shopping_cart_content .buttons > a:after {
    content: "\e907";
    font-family: "vincent";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 8px;
}

.widget_shopping_cart_content .buttons > a:first-child {
    display: none;
}

.widget_shopping_cart_content .buttons a.checkout {
    float: right;
    background-color: transparent;
    color: #06d4c9;
}

.widget_shopping_cart_content .buttons a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 991px) {
    .woocommerce-page.shop-col-3 .products li,
    .woocommerce-page.shop-col-4 .products li,
    .woocommerce-page.shop-col-5 .products li {
        width: 50%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-result-count {
        display: none;
    }
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
    }
    .woocommerce-page .content-woocommerce .woocommerce-result-count:after,
    .woocommerce-page .content-woocommerce .woocommerce-ordering:before {
        display: none;
    }
    .woo-single-post-class .images,
    .woo-single-post-class .summary {
        width: 100%;
        float: none;
        clear: left;
    }
    .woo-single-post-class .summary {
        padding-top: 60px;
    }
    .woo-single-post-class .woocommerce-tabs ul li,
    .woo-single-post-class .woocommerce-tabs ul li a {
        display: block;
        margin: 0;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active {
        top: 0;
    }
    .woo-single-post-class .woocommerce-tabs .comment-respond {
        margin-top: 30px;
    }
    .woo-single-post-class .woocommerce-tabs .panel {
        padding-top: 30px;
    }
    .woocommerce-page .shop_table.cart td,
    .woocommerce-page .shop_table.cart th {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-page.shop-col-2 .products li,
    .woocommerce-page.shop-col-4 .products li,
    .woocommerce-page.shop-col-5 .products li {
        width: 100%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
        display: inline-block;
    }
    .woo-single-post-class .related.products .products li {
        width: 100%;
    }
    .woo-single-post-class .related.products .products li:last-child {
        margin-bottom: 0;
    }
    .woo-single-post-class .related.products > h2 {
        margin-bottom: 0;
    }
    .woocommerce-page table.shop_table_responsive tr {
        display: block
    }
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
    }
    .woocommerce-page table.shop_table_responsive tr td.order-actions {
        text-align: left !important;
    }
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        float: left;
    }
    .woocommerce-page table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive tbody th,
    .woocommerce-page table.my_account_orders tr td.order-actions:before,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page table.shop_table_responsive tr td.actions::before,
    .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
        display: none;
    }
    .woocommerce-page .shop_table.cart .product-remove,
    .woocommerce-page .shop_table.cart .product-thumbnail,
    .woocommerce-page .shop_table.cart .product-price,
    .woocommerce-page .shop_table.cart .product-quantity,
    .woocommerce-page .shop_table.cart .product-subtotal {
        width: auto;
    }
    .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: left;
    }
    .woocommerce-page table.shop_table_responsive tr td.actions {
        text-align: left !important;
    }
    .woocommerce-page .shop_table.cart .coupon + button[type='submit'] {
        float: none;
        margin: 15px 0 0;
        width: 100%;
    }
    .woocommerce-page .shop_table.cart .coupon #coupon_code,
    .woocommerce-page .shop_table.cart .coupon > input[type='submit'] {
        float: none;
        width: 180px;
        margin: 3px;
    }
    .woocommerce-page .cart_totals {
        width: 100%;
    }
}