/**
 * Theme Name: Worksquare
 * Version: 1.22
 * Requires at least: 6.0
 * Tested up to: 6.6
 * Requires PHP: 7.4
 * Description: Worksquare - Creative Coworking and Office Space WordPress Theme
 * Author: Ninzio Themes
 * Theme URI: https://ninzio.com/worksquare
 * Author URI: https://themeforest.net/user/ninzio
 * License: Custom license
 * License URI: Licensing/README_License.txt
 * Text Domain: worksquare
**/

/* TABLE OF CONTENTS

 * MAIN STYLE
   * Reset Browsers
   * General
   *  Elements
   *  Forms
   *  Typography
   * Extra classes
   * Revolution Slider
   * WordPress Styles
   * Layout
   *  Sidebar Right
   *  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 Styles
   *   Header Style 1
   *   Header Style 2
   *   Header Fixed
   * 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
   * Bottom Bar
   * Scroll Top Button
   * Pagination
   * Nothing Found & 404 Page
   * Media Queries

 * ELEMENTS STYLE
   * Advanced Text
   * Demo Item
   * Special Text
   * Flickity Controls 
   * Button
   * Content Box
   * Parallax Box
   * Icon Box
   * Links
   * Custom Background
   * List
   * Custom List
   * Video Icon
   * Project Info
   * Fancy Image
   * Fancy Text
   * Price Tables 
   * Portfolio
   * Carousel Portfolio
   * Partner
   * Booked
   * Testimonials
   * News Grid
   * Subcribe
   * Counter
   * Progress Bar
   * Demo Box
   * Pie Chart
   * Divider
   * Team Box
   * Grid Box
   * Slider Content
   * Tabs
   * Event Box
   * Contact From 

 * 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,
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,
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;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote,
q {
    quotes: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%;
}

/* General
-------------------------------------------------------------- */

body {
    font-family: "Open Sans", sans-serif;
    color: #556575;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: hidden;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    margin: 0 0 25px;
}

p:empty:before {
    content: none;
}

strong,
b,
cite {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
    color: #1d2b36;
    position: relative;
    padding: 10px 0 10px 45px;
    margin-bottom: 45px;
}

blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    background-color: #28c23e;
}

blockquote cite {
    margin-top: 25px;
    display: block;
    font-size: 14px;
    color: #071e57;
    font-style: normal;
    position: relative;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #e7e7e7;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    background-color: #e7e7e7;
}

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: #f7f7f7;
    border: 1px solid #e7e7e7;
    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: #e7e7e7;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */

ul,
ol {
    padding: 0;
    margin: 0 0 20px 30px;
}

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 #e7e7e7;
}

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;
}

caption {
    font-weight: 700;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 14px 20px;
}

/* 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: #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #071e57;
    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%;
}

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;
}

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;
}

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 #f5f5f5 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"] {
    font-family: "Open sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(16, 43, 70, 0.7);
    background-color: #f8faff;
    padding: 17px 20px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all ease 0.3s;
}


select {
	padding: 17px 20px 17px;
    width: 100%;
    -webkit-appearance: none;
    margin: 0;
    background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 20px) 57%;
    background-repeat: no-repeat;
}


#footer-widgets select {
    color: #a0a0a0;
    border-color: rgb(255, 255, 255, 0.3);
}

/* Contact form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"] {
    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: #ad91db;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Button */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Alata", sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #074883;
    background-color: transparent;
    padding: 14px 48px;
    border-radius: 5px;
    border: 2px solid #074883;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
}

/* Button hover + focus */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #074883;
    color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: #074883;
    color: #fff;
}

/* Placeholder */

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(16, 43, 70, 0.7);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(16, 43, 70, 0.7);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(16, 43, 70, 0.7);
}

#footer-widgets ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(16, 43, 70, 0.7);
    opacity: 1;
    /* Firefox */
}

#footer-widgets :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(16, 43, 70, 0.7);
}

#footer-widgets ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(16, 43, 70, 0.7);
}

/* Links */

a {
    color: #ad91db;
    outline: 0;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #071e57;
    text-decoration: none;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Alata", sans-serif;
    color: #1d2b36;
    font-weight: 400;
    margin: 0 0 25px;
    letter-spacing: -0.4px;
    text-rendering: optimizeLegibility;
    word-break: break-word;
    word-wrap: break-word;
}

h1 {
    font-size: 3.75em;
    line-height: 1.25;
    /* 60px */
}

h2 {
    font-size: 3.25em;
    line-height: 1.25;
    /* 52px */
}

h3 {
    font-size: 2.75em;
    line-height: 1.25;
    /* 44px */
}

h4 {
    font-size: 2.215em;
    line-height: 1.25;
    /* 34px */
}

h5 {
    font-size: 1.75em;
    line-height: 1.25;
    /* 28px */
}

h6 {
    font-size: 1.25em;
    line-height: 1.25;
    /* 20px */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.heading-font {
    font-family: "Alata", sans-serif !important;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

/* Extra classes
-------------------------------------------------------------- */

.border-radius-5px {
    border-radius: 5px !important;
}

.border-radius-20px {
    border-radius: 20px !important;
}

.display-none,
.hidden {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block !important;
}

.position-relative {
    position: relative !important;
}

.overflow-inherit {
    overflow: inherit !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.display-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

.has-shadow {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.text-accent-color {
    color: #ad91db;
}

.text-bold {
    font-weight: 600;
    color: #1d2b36;
}

.text-color-1 {
    color: #074883;
}

.text-color-2 {
    color: #1d2b36;
}

.text-color-3 {
    color: #75dddd;
}

.text-color-4 {
    color: #ffa200;
}

.text-color-5 {
    color: #28c23e;
}

.text-white {
    color: #fff !important;
}

.text-green {
    color: #48bf84 !important;
}

.text-dark {
    color: #222 !important;
}

.text-light {
    color: #cacaca !important;
}

.text-very-light {
    color: #a0a0a0 !important;
}

.link-dark {
    color: #071e57;
}

.link-gray {
    color: #748494;
}

.link-dark:hover,
.link-gray:hover {
    color: #ad91db;
}

.bg-accent {
    background-color: #ad91db;
}

.bg-dark {
    background-color: #071e57 !important;
}

.bg-light {
    background-color: #f0f0f0 !important;
}

.bg-very-light {
    background-color: #f7f7f7 !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;
}

.decoration {
    color: #071e57;
    position: relative;
    display: inline-block;
}

.decoration:before {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #7f8cab;
    content: "";
}

.underline-solid,
.underline-dotted,
.underline-dashed {
    position: relative;
}

.underline-solid:after,
.underline-dotted:after,
.underline-dashed:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ad91db;
}

.underline-dotted:after {
    border-bottom-style: dotted;
}

.underline-dashed:after {
    border-bottom-style: dashed;
}

.custom-pd-1 {
    padding: 0 65px;
}

.custom-pd-2 {
    padding: 0 110px;
}

.row-mg-1 {
    margin-top: -390px !important;
}

.custom-mw-750 {
    max-width: 750px;
    margin: 0 auto;
}

.max-width-400px {
    max-width: 400px;
    display: inline-block;
}

.no-margin {
    margin: 0 0 !important;
}

.no-padding {
    padding: 0 0 !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.z-index-low {
    z-index: -1 !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-9999 {
    z-index: 9999 !important;
}

.letter-spacing-0x2 {
    letter-spacing: 0.2px !important;
}

.letter-spacing-0x5 {
    letter-spacing: 0.5px !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;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-31 {
    font-size: 31px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-33 {
    font-size: 33px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-37 {
    font-size: 37px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-39 {
    font-size: 39px;
}

.font-size-40 {
    font-size: 40px;
}

@media screen and (max-width: 991px) {
    .mobi-size-10 {
        font-size: 10px !important;
    }

    .mobi-size-11 {
        font-size: 11px !important;
    }

    .mobi-size-12 {
        font-size: 12px !important;
    }

    .mobi-size-13 {
        font-size: 13px !important;
    }

    .mobi-size-14 {
        font-size: 14px !important;
    }

    .mobi-size-15 {
        font-size: 15px !important;
    }

    .mobi-size-16 {
        font-size: 16px !important;
    }

    .mobi-size-17 {
        font-size: 17px !important;
    }

    .mobi-size-18 {
        font-size: 18px !important;
    }

    .mobi-size-19 {
        font-size: 19px !important;
    }

    .mobi-size-20 {
        font-size: 20px !important;
    }

    .mobi-size-21 {
        font-size: 21px !important;
    }

    .mobi-size-22 {
        font-size: 22px !important;
    }

    .mobi-size-23 {
        font-size: 23px !important;
    }

    .mobi-size-24 {
        font-size: 24px !important;
    }

    .mobi-size-25 {
        font-size: 25px !important;
    }

    .mobi-size-26 {
        font-size: 26px !important;
    }

    .mobi-size-27 {
        font-size: 27px !important;
    }

    .mobi-size-28 {
        font-size: 28px !important;
    }

    .mobi-size-29 {
        font-size: 29px !important;
    }

    .mobi-size-30 {
        font-size: 30px !important;
    }

    .mobi-size-31 {
        font-size: 31px !important;
    }

    .mobi-size-32 {
        font-size: 32px !important;
    }

    .mobi-size-33 {
        font-size: 33px !important;
    }

    .mobi-size-34 {
        font-size: 34px !important;
    }

    .mobi-size-35 {
        font-size: 35px !important;
    }

    .mobi-size-36 {
        font-size: 36px !important;
    }

    .mobi-size-37 {
        font-size: 37px !important;
    }

    .mobi-size-38 {
        font-size: 38px !important;
    }

    .mobi-size-39 {
        font-size: 39px !important;
    }

    .mobi-size-40 {
        font-size: 40px !important;
    }
}

.line-height-1 {
    line-height: 21px;
}

.line-height-20 {
    line-height: 22px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-23 {
    line-height: 23px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-27 {
    line-height: 27px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-29 {
    line-height: 29px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-31 {
    line-height: 31px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-33 {
    line-height: 33px;
}

.line-height-34 {
    line-height: 34px;
}

.line-height-35 {
    line-height: 35px;
}

.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-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-85 {
    margin-bottom: 85px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-95 {
    margin-bottom: 95px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-45 {
    margin-right: 45px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-55 {
    margin-right: 55px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-65 {
    margin-right: 65px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-right-75 {
    margin-right: 75px;
}

.margin-right-80 {
    margin-right: 80px;
}

.margin-right-85 {
    margin-right: 85px;
}

.margin-right-90 {
    margin-right: 90px;
}

.margin-right-95 {
    margin-right: 95px;
}

.margin-right-100 {
    margin-right: 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;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-65 {
    padding-top: 65px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-85 {
    padding-top: 85px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-45 {
    padding-right: 45px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-right-55 {
    padding-right: 55px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-right-65 {
    padding-right: 65px;
}

.padding-right-70 {
    padding-right: 70px;
}

.padding-right-75 {
    padding-right: 75px;
}

.padding-right-80 {
    padding-right: 80px;
}

.padding-right-85 {
    padding-right: 85px;
}

.padding-right-90 {
    padding-right: 90px;
}

.padding-right-95 {
    padding-right: 95px;
}

.padding-right-100 {
    padding-right: 100px;
}

.padding-right-105 {
    padding-right: 105px;
}

.padding-right-110 {
    padding-right: 110px;
}

.carousel-custom-gap {
    padding: 0 66px;
}
.custom-row-margin {
    margin-left: -85px !important;
}

.custom-column-padding {
    padding-left: 35px !important;
}

.hover-effect-1 {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.8, 0.8);
    transition-duration: 0.35s;
    transition-property: opacity, transform;
}

.hover-effect-1:hover {
    transform: translateY(-8px);
}

.hover-effect-2:hover {
    box-shadow: 0 20px 70px 0 rgba(38, 42, 76, 0.1);
}

.hover-effect-3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 70px 0 rgba(38, 42, 76, 0.1);
    border-radius: 10px;
}

.hover-effect-4:hover {
    box-shadow: 0 20px 70px 0 rgba(38, 42, 76, 0.1);
    border-radius: 10px;
}

.hover-effect-5:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover-effect-5:hover:before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.ib-hover-effect-1:hover .icon-wrap {
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    transform: translate(0, -2px);
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.ib-hover-effect-2:hover .icon-wrap {
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    transform: translate(0, -2px);
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.deeper-container:before,
.deeper-container:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clear:after,
.clearfix:after,
.deeper-container:after {
    clear: both;
}

/* make column high index than canvas background */

.vc_column_container {
    z-index: 1;
}

/* VC fixed
-------------------------------------------------------------- */

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .full-on-991 .vc_col-sm-3,
    .full-on-991 .vc_col-sm-4,
    .full-on-991 .vc_col-sm-5,
    .full-on-991 .vc_col-sm-6,
    .full-on-991 .vc_col-sm-7,
    .full-on-991 .vc_col-sm-8 {
        width: 100% !important;
    }
    .half-on-991 .vc_col-sm-2,
    .half-on-991 .vc_col-sm-3,
    .half-on-991 .vc_col-sm-4,
    .half-on-991 .vc_col-sm-5 {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .half-on-991 .vc_col-sm-2,
    .half-on-991 .vc_col-sm-3,
    .half-on-991 .vc_col-sm-4,
    .half-on-991 .vc_col-sm-5 {
        width: 100% !important;
    }
}

.vc-row-half-bg.left {
    position: absolute;
    top: 0;
    left: -3900px;
    right: 0;
    height: 100%;
    z-index: -1;
}

.vc-row-half-bg.right {
    position: absolute;
    top: 0;
    left: 0;
    right: -3900px;
    height: 100%;
    z-index: -1;
}

@media (max-width: 767px) {
    .vc-row-half-bg.left {
        right: -20px;
    }
    .vc-row-half-bg.right {
        left: -20px;
    }
}

/* Gutter 0px */

.vc_row.vc-custom-col-spacing-0px {
    margin-left: 0;
    margin-right: 0;
}

.vc_row.vc-custom-col-spacing-0px .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_row.vc-custom-col-spacing-0px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 1px */

.vc_row.vc-custom-col-spacing-1px {
    margin-left: -0.5px;
    margin-right: -0.5px;
}

.vc_row.vc-custom-col-spacing-1px .vc_column_container {
    padding-left: 0.5px;
    padding-right: 0.5px;
}

.vc_row.vc-custom-col-spacing-1px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 5px */

.vc_row.vc-custom-col-spacing-5px {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.vc_row.vc-custom-col-spacing-5px .vc_column_container {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.vc_row.vc-custom-col-spacing-5px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 10px */

.vc_row.vc-custom-col-spacing-10px {
    margin-left: -5px;
    margin-right: -5px;
}

.vc_row.vc-custom-col-spacing-10px .vc_column_container {
    padding-left: 5px;
    padding-right: 5px;
}

.vc_row.vc-custom-col-spacing-10px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 20px */

.vc_row.vc-custom-col-spacing-20px {
    margin-left: -10px;
    margin-right: -10px;
}

.vc_row.vc-custom-col-spacing-20px .vc_column_container {
    padding-left: 10px;
    padding-right: 10px;
}

.vc_row.vc-custom-col-spacing-20px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 30px */

.vc_row.vc-custom-col-spacing-30px {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_row.vc-custom-col-spacing-30px .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}

.vc_row.vc-custom-col-spacing-30px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 40px */

.vc_row.vc-custom-col-spacing-40px {
    margin-left: -20px;
    margin-right: -20px;
}

.vc_row.vc-custom-col-spacing-40px .vc_column_container {
    padding-left: 20px;
    padding-right: 20px;
}

.vc_row.vc-custom-col-spacing-40px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 50px */

.vc_row.vc-custom-col-spacing-50px {
    margin-left: -25px;
    margin-right: -25px;
}

.vc_row.vc-custom-col-spacing-50px .vc_column_container {
    padding-left: 25px;
    padding-right: 25px;
}

.vc_row.vc-custom-col-spacing-50px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 60px */

.vc_row.vc-custom-col-spacing-60px {
    margin-left: -30px;
    margin-right: -30px;
}

.vc_row.vc-custom-col-spacing-60px .vc_column_container {
    padding-left: 30px;
    padding-right: 30px;
}

.vc_row.vc-custom-col-spacing-60px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 70px */

.vc_row.vc-custom-col-spacing-70px {
    margin-left: -35px;
    margin-right: -35px;
}

.vc_row.vc-custom-col-spacing-70px .vc_column_container {
    padding-left: 35px;
    padding-right: 35px;
}

.vc_row.vc-custom-col-spacing-70px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 80px */

.vc_row.vc-custom-col-spacing-80px {
    margin-left: -40px;
    margin-right: -40px;
}

.vc_row.vc-custom-col-spacing-80px .vc_column_container {
    padding-left: 40px;
    padding-right: 40px;
}

.vc_row.vc-custom-col-spacing-80px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 90px */

.vc_row.vc-custom-col-spacing-90px {
    margin-left: -45px;
    margin-right: -45px;
}

.vc_row.vc-custom-col-spacing-90px .vc_column_container {
    padding-left: 45px;
    padding-right: 45px;
}

.vc_row.vc-custom-col-spacing-90px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Gutter 100px */

.vc_row.vc-custom-col-spacing-100px {
    margin-left: -50px;
    margin-right: -50px;
}

.vc_row.vc-custom-col-spacing-100px .vc_column_container {
    padding-left: 50px;
    padding-right: 50px;
}

.vc_row.vc-custom-col-spacing-100px .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* Revolution Slider
-------------------------------------------------------------- */

.custom.tparrows {
    background-color: rgba(255, 255, 2555, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
    content: "\e900" !important;
    font-family: "Feather" !important;
    font-weight: normal;
    font-size: 22px !important;
    color: #071e57 !important;
    line-height: 60px !important;
}

.custom.tparrows.tp-rightarrow:before {
    content: "\e903" !important;
}

.custom.tparrows:hover {
    background-color: #fff !important;
}

.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;
}

.rs-layer input[type="email"] {
    min-width: 300px;
    margin: 7px 0 0 !important;
}

.rs-layer input[type="submit"] {
    margin-top: 7px !important;
}

.rs-layer .deeper-subscribe.style-1 input[type="submit"] {
    background-color: #48bf84;
    border-color: #48bf84;
}

.rs-layer .deeper-subscribe.style-1 input[type="submit"]:hover {
    border-color: #ad91db !important;
}

/* WordPress Styles
-------------------------------------------------------------- */
.bypostauthor > article {
}

.post.sticky .post-title {
    position: relative;
    padding-left: 60px;
}

.post.sticky .post-title:before {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 2px;
    background-color: #ad91db;
    content: "";
}

.post.sticky .post-title .sticky-post {
    display: inline-block;
    color: #ad91db;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 7px;
}

.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;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0;
    padding: 35px 62px;
}

.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
    display: none;
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #e7e7e7;
}

.has-large-font-size {
    line-height: 1.4;
}

.floatleftcenter {
    float: none;
    margin: 0 auto;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wp-block-button > a:hover {
    text-decoration: underline;
}

.wp-block-button.is-style-squared .wp-block-button__link{
	border-radius: 0;
}


.wp-block-cover {
    margin-bottom: 25px;
}

.wp-block-cover-text a,
.wp-block-cover-text {
    color: #eee !important;
}

.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-block-gallery .blocks-gallery-caption {
    margin: 0 0 50px;
}

.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: bold;
    color: #071e57;
}

.post-password-form input[type="submit"] {
    padding: 15px 48px;
}

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%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.wp-block-archives {
    margin: 0 0 30px;
    padding: 0 0;
}

.wp-block-archives li {
    list-style: none;
    margin-bottom: 10px;
}

.wp-block-archives li a {
    color: ;
}

.wp-block-search button {
    margin-bottom: 30px;
}

.wp-block-group.has-background {
    padding: 30px 36px;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px;
}

.wp-block-calendar table caption,
.wp-block-calendar .wp-calendar-nav,
.wp-block-categories-dropdown {
	margin-bottom: 15px;
}

/* Layout
-------------------------------------------------------------- */

.worksquare-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

#page {
    background: #fff;
}

#main-content {
    padding: 100px 0 120px;
}

.no-padding-content #main-content {
    padding: 0;
}

.page-single-project #sidebar {
    display: none;
}

.page-single-project #site-content {
    width: 100%;
}

.page-single-project .promotion-box {
    display: none;
}

.page-single-project #main-content {
    padding: 0 !important;
    background-image: none !important;
}

/* 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: 65.812%;
}

#sidebar {
    float: right;
    width: 29.06%;
    border-style: solid;
    border-color: #e7e7e7;
}

.woocommerce-page #site-content {
    float: left;
    width: 74.358%;
}

.woocommerce-page #sidebar {
    float: right;
    width: 20.512%;
}

/* Sidebar Left */

.sidebar-left #site-content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}

.woocommerce-page.sidebar-left #site-content {
    float: right;
    width: 74.358%;
}

.woocommerce-page.sidebar-left #sidebar {
    float: left;
    width: 20.512%;
}

/* No Sidebar */

.no-sidebar #site-content,
.page-empty-widget #site-content,
.blog-empty-widget #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: 1240px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.site-layout-boxed #page .deeper-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.fixed-hide {
    width: 1240px;
    left: 50%;
    transform: translateX(-50%);
}

/* Top Bar
-------------------------------------------------------------- */
#topbar {
    position: relative;
    z-index: 9;
    border-bottom: 1px;
    border-style: solid;
}

#topbar .topbar-left {
    float: left;
}

#topbar .topbar-right {
    float: right;
}

#topbar .topbar-socials a {
    color: #fff;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    border-left: 1px solid #ceced4;
}

#topbar .topbar-socials a:nth-child(3) {
    font-size: 14px;
}

#topbar .topbar-link span,
#topbar .topbar-socials span {
    transition: all ease 0.3s;
}

#topbar .topbar-link a {
    font-size: 14px;
    font-family: "Alata", sans-serif;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    border-left: 1px solid #ceced4;
    display: inline-block;
}

#topbar .topbar-socials a:last-child,
#topbar .topbar-link a:last-child {
    border-right: 1px solid #ceced4;
}

#topbar .topbar-socials a:hover span,
#topbar .topbar-link a:hover span {
    opacity: 0.8;
}

/* Header General
-------------------------------------------------------------- */

#site-header {
    position: relative;
    z-index: 100;
    border-style: solid;
}

.site-header-inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

#site-header #main-nav .menu-fallback {
    padding-right: 16px;
    position: relative;
    text-decoration: underline;
    display: inline-block;
    height: 100px;
    line-height: 100px;
}

#site-header #main-nav .menu-fallback:hover {
    color: #aaa;
}

/* Logo */

#site-logo {
    float: left;
    transition: all ease 0.3s;
}

#site-logo-inner {
    margin: 36px 0 35px;
    transition: all ease 0.3s;
}

#site-logo .site-logo-text {
    color: #1d2b36;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
}

#site-logo .site-logo-text:hover {
    color: #ad91db;
}

/* Menu */

#main-nav {
    display: block;
    float: right;
    position: relative;
}

#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;
    margin: 0 16px;
}

#main-nav > ul > li > a > span {
    position: relative;
    padding: 18px 10px;
}

#main-nav > ul > li > a {
    font-size: 16px;
    font-family: "Alata", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.25px;
    display: block;
    height: 100px;
    line-height: 100px;
}

#main-nav > ul > li.menu-item-has-children > a > span:after {
    line-height: 1;
    font-size: 4px;
    content: "\e923";
    font-weight: 700;
    font-family: "coreicon";
    position: absolute;
    right: -5px;
    top: 50%;
}

#main-nav > ul > li > a:not([href]) {
    cursor: pointer;
}

/* Sub Menu */

#main-nav .sub-menu {
    padding: 22px 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    box-shadow: 7px 5px 30px 0px rgba(0, 0, 0, 0.12);
    transition: all ease 0.3s;
    border-radius: 10px;
}

#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: -7px;
    transform: none;
    margin-left: 0;
}

#main-nav .sub-menu li a {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 30px;
    color: #556575;
    display: block;
    position: relative;
}

#main-nav .sub-menu li a > span {
    position: relative;
    display: inline-block;
}

#main-nav .sub-menu li a > span:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 4px;
    background-color: #6c85e8;
    -webkit-transition: width 0.3s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    transition: width 0.3s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

#main-nav .sub-menu li a:hover > span:before {
    width: 100%;
    left: 0;
}

#main-nav .sub-menu li a:hover {
    padding-left: 28px;
}

#main-nav .sub-menu li:first-child > a {
    border: 0;
}

#main-nav li:hover > .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
}

#main-nav .sub-menu li.menu-item-has-children > a:after {
    line-height: normal;
    font-size: 4px;
    content: "\e923";
    font-weight: 700;
    font-family: "coreicon";
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#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 ul.sub-menu {
    z-index: 99999;
    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,
#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {
    display: none;
}

#main-nav li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0;
    right: auto;
    background-color: #fff;
    padding: 40px 0;
}

#main-nav li.megamenu > ul.sub-menu > li {
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

#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;
    transform: none;
    position: relative;
    font-size: 15px;
    color: #071e57;
    margin-bottom: 12px;
}

#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;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    z-index: 999999;
    width: 300px;
    max-width: 100%;
    padding-bottom: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #262a4c;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

#main-nav-mobi::-webkit-scrollbar-track {
    background-color: #20233c;
}

#main-nav-mobi::-webkit-scrollbar {
    width: 6px;
    background-color: #ad91db;
}

#main-nav-mobi::-webkit-scrollbar-thumb {
    background-color: #ad91db;
}

.mobi-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(38, 42, 76, 0.9);
    z-index: 99999;
    transition: all ease 0.3s;
}

.mobi-overlay.show {
    opacity: 1;
    visibility: visible;
}

.mobi-overlay .close:after {
    content: "\e680";
    font-family: "Pe-icon-7-stroke";
    font-weight: 400;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all ease 0.3s;
}

.mobi-overlay .close:hover:after {
    color: #ad91db;
}

html.disable-scroll {
    overflow-y: hidden;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    position: relative;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

#main-nav-mobi ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 22px 0 35px;
}

#main-nav-mobi ul > li > a:hover {
    color: #ad91db;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-size: 24px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fff;
    transition: all ease 0.3s;
}

#main-nav-mobi .menu-item-has-children .arrow:hover {
    opacity: 0.7;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\e688";
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\e684";
}

#main-nav-mobi ul ul {
    background-color: rgba(255, 255, 255, 0.02);
}

/* Mobile Menu Extend */

.mobi-nav-extra {
    display: none;
}

#main-nav-mobi .search-form {
    position: relative;
    margin: 32px 22px 35px;
}

#main-nav-mobi .search-form .search-field {
    padding-right: 48px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

#main-nav-mobi .search-form .search-submit {
    position: absolute;
    right: 12px;
    top: 1px;
    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: rgba(16, 43, 70, 0.7);
    content: "\eed0";
    font-family: "coreicon";
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 7px;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

#main-nav-mobi .search-form .search-submit:hover:before {
    color: #071e57;
}

#main-nav-mobi .ext > .text {
    display: none;
}

#main-nav-mobi .ext > .cart-info {
    position: relative;
    padding-left: 62px;
}

#main-nav-mobi .ext > .cart-info:before {
    content: "\ea29";
    font-family: "coreicon";
    font-size: 18px;
    position: absolute;
    left: 34px;
    top: -1px;
    color: #fff;
}

#main-nav-mobi .menu-logo-inner {
    display: inline-block;
    margin: 25px 22px 25px 35px;
}

#main-nav-mobi .menu-logo-inner a {
    padding: 0;
}

/* Mobile Menu Button */

.mobile-button {
    width: 20px;
    height: 14px;
    display: none;
    float: right;
    background: transparent;
    cursor: pointer;
    transition: all ease 0.3s;
    padding: 50px 0;
    margin-left: 25px;
    position: relative;
}

.mobile-button.hide {
    opacity: 0;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #222;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 20px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    transform: translate3d(0, 5px, 0);
}

/* Cart Icon */

.nav-top-cart-wrapper {
    float: right;
    padding: 35px 0;
    margin-left: 30px;
    position: relative;
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper .nav-cart-trigger {
    position: relative;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.nav-top-cart-wrapper .nav-cart-trigger:after {
    content: "\ea29";
    font-family: "coreicon";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 200;
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper .shopping-cart-items-count {
    position: absolute;
    left: -12px;
    top: -4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: #48bf84;
    color: #fff;
    z-index: 999;
}

.nav-top-cart-wrapper .nav-shop-cart {
    width: 300px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999999;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
    border-radius: 3px;
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
    margin: 0;
    opacity: 1;
    visibility: visible;
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper .nav-shop-cart p {
    margin: 0 0;
    font-size: 16px;
}

/* Search Icon */

.header-search-wrap {
    padding: 35px 0;
    margin-left: 15px;
    float: right;
}

.header-search-trigger {
    position: relative;
    display: block;
    text-align: center;
    width: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.header-search-trigger:after {
    content: "\eed0";
    font-family: "coreicon";
    font-size: 19px;
    position: absolute;
    left: 0px;
    top: 0;
    color: #fff;
    font-weight: 200;
    transition: all ease 0.3s;
}

/* Header Button */

.header-button {
    float: right;
    margin-top: 20px;
    margin-left: 40px;
}

.header-button a {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    padding: 18px 48px;
    background-color: #6c85e8;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

.header-button:hover a {
    background-color: #48bf84;
}

/* Search Fullscreen */

.search-style-fullscreen .search_form_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #1d2b36;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.search-style-fullscreen .form-area {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    transition: all ease-in-out 0.25s;
}

.search-style-fullscreen form {
    position: relative;
}

.search-style-fullscreen .search-field {
    width: 100%;
    font-family: "Alata", sans-serif;
    color: rgba(211, 211, 211, 0.5);
    font-style: normal;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    background-color: transparent;
    border: 2px solid #36414a;
    border-radius: 50px;
    padding: 8px 20px;
}

.search-style-fullscreen .search-field:focus {
    border-color: rgba(211, 211, 211, 0.5);
}

.search-style-fullscreen .search-field::placeholder {
    color: rgba(211, 211, 211, 0.5);
    font-weight: 400;
}

.search-style-fullscreen .search-submit {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0;
    text-indent: -9999px;
    background-color: transparent;
    width: 28px;
    height: 28px;
    line-height: 27px;
    border-radius: 50%;
    border: 1px solid #fcfcfc;
    text-align: center;
}

.search-style-fullscreen .search-submit:after {
    content: "\e965";
    font-family: "coreicon";
    font-size: 14px;
    text-indent: 0;
    color: #fcfcfc;
    position: absolute;
    left: 6px;
    top: 0;
    transition: all ease 0.3s;
}

.search-style-fullscreen .search-submit:hover {
    border-color: rgba(211, 211, 211, 0.5);
}

.search-style-fullscreen .search-submit:hover:after {
    color: rgba(211, 211, 211, 0.5);
}

.search-style-fullscreen .search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all ease 0.3s;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #36414a;
}

.search-style-fullscreen .search-close:hover {
    border-color: #fff;
}

.search-style-fullscreen .search-close:hover:before {
    color: #fff;
}

.search-style-fullscreen .search-close:before {
    content: "\e680";
    font-family: "Pe-icon-7-stroke";
    font-weight: 400;
    color: #fcfcfc;
    font-size: 45px;
    transition: all ease 0.3s;
    display: inline-block;
    margin: -15px 0 0 -4px;
}

.search-style-fullscreen.search-opened .search_form_wrap {
    opacity: 1;
    visibility: visible;
}

.search-style-fullscreen.search-opened .search_form {
    margin-top: 0;
}

/* Header Styles
-------------------------------------------------------------- */

.header-style-1 .header-button a {
    background-color: transparent;
    color: #126aee;
    border: 2px solid #126aee;
}

.header-style-1 .header-button a:hover {
    background-color: #126aee;
    color: #fff;
}

.header-style-2 .mobile-button span,
.header-style-2 .mobile-button:before,
.header-style-2 .mobile-button:after,
.header-style-3 .mobile-button span,
.header-style-3 .mobile-button:before,
.header-style-3 .mobile-button:after {
    color: #fff;
    background-color: #fff;
}

.header-style-2 #site-header-wrap,
.header-style-3 #site-header-wrap,
.header-style-5 #site-header-wrap,
.header-style-6 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header-style-1 #main-nav > ul > li > a,
.header-style-1 .nav-top-cart-wrapper .nav-cart-trigger:after,
.header-style-1 .header-search-trigger:after,
.header-style-4 #main-nav > ul > li > a,
.header-style-4 .nav-top-cart-wrapper .nav-cart-trigger:after,
.header-style-4 .header-search-trigger:after,
.header-style-5 #main-nav > ul > li > a,
.header-style-5 .nav-top-cart-wrapper .nav-cart-trigger:after,
.header-style-5 .header-search-trigger:after {
    color: #556575;
}

.header-style-4 .header-button a {
    background-color: transparent;
    color: #fff;
    background-color: #074883;
}

.header-style-4 .header-button a:hover {
    color: #fff;
    background-color: #75dddd;
}

.header-style-6 #main-nav > ul > li > a,
.header-style-6 .nav-top-cart-wrapper .nav-cart-trigger:after,
.header-style-6 .header-search-trigger:after {
    color: #222222;
}

/* Header Fixed */

#site-header.is-fixed {
    position: fixed;
}

#site-header.fixed-hide {
    position: fixed;
    left: 0;
    top: -200px;
    width: 100%;
    z-index: 999;
    transition: all ease 0.4s;
}

#site-header.fixed-hide .inner {
    position: static;
    transform: none;
    padding: 0;
}

#site-header.fixed-show {
    top: 0;
}

#site-header.fixed-hide,
#site-header .site-navigation-wrap.fixed-hide {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
    background-color: rgba(29, 43, 54, 0.9);
}

.header-style-1 #site-header.fixed-hide,
.header-style-1 #site-header .site-navigation-wrap.fixed-hide,
.header-style-4 #site-header.fixed-hide,
.header-style-4 #site-header .site-navigation-wrap.fixed-hide,
.header-style-5 #site-header.fixed-hide,
.header-style-5 #site-header .site-navigation-wrap.fixed-hide,
.header-style-6 #site-header.fixed-hide,
.header-style-6 #site-header .site-navigation-wrap.fixed-hide {
    background-color: #fff;
}

/* Featured Title
-------------------------------------------------------------- */

#featured-title {
    background-size: cover;
    border-style: solid;
    background-color: #262a4c;
}

#featured-title .inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 225px 0 215px;
}

#featured-title .title-group {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 40%;
}

#featured-title #breadcrumbs {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

#featured-title .main-title {
    position: relative;
    font-size: 42px;
    letter-spacing: -0.3px;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    display: inline-block;
    margin: 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: 0;
}

#featured-title #breadcrumbs .breadcrumbs-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span {
    position: relative;
    display: inline-block;
    padding-right: 34px;
    color: #fff;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:hover {
    color: #ad91db;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:hover:after {
    color: #fff;
}

#featured-title #breadcrumbs .breadcrumb-trail > a:after,
#featured-title #breadcrumbs .breadcrumb-trail > span:after {
    content: "\e962";
    font-family: "coreicon";
    position: absolute;
    right: 14px;
    top: 5px;
    font-size: 12px;
    color: #fff;
}

#featured-title #breadcrumbs .breadcrumb-trail > span {
    padding-right: 0;
}

#featured-title #breadcrumbs .breadcrumb-trail > span:after {
    display: none;
}

/* Featured Title Centered */

#featured-title.center .inner-wrap {
    display: block;
}

#featured-title.center .title-group {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#featured-title.center #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/* Blog Post
-------------------------------------------------------------- */

.post.hentry {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.post.hentry:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.hentry .post-media {
    position: relative;
    margin-bottom: 30px;
}

.hentry .post-media iframe {
    margin-bottom: 0;
}

.hentry .post-media img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
}

.hentry:hover .post-media img {
    transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
}

.hentry .post-media .post-date-custom {
    font-size: 14px;
    color: #071e57;
    padding: 6px 20px;
    border-radius: 5px;
    display: inline-block;
    background-color: #ad91db;
    position: absolute;
    left: 0;
    top: 0;
}

.hentry .post-content-wrap {
    position: relative;
}

.hentry .post-categories {
    font-size: 14px;
}

.hentry .page-links {
    clear: both;
    padding: 20px 0 10px;
}

.hentry .page-links span,
.hentry .page-links a span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 33px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    color: #ad91db;
    text-align: center;
}

.hentry .page-links a:hover span {
    color: #071e57;
}

.hentry .page-links a span {
    color: #748494;
}

/* Post media */

.post-media {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.post-media .slick-prev,
.post-media .slick-next {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 74849499;
    text-indent: -9999px;
    display: inline-block;
}

.post-media .slick-prev:before,
.post-media .slick-next:before {
    text-indent: 0;
    content: "\e91a";
    font-family: "Pe-icon-7-stroke";
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.post-media .slick-next:before {
    content: "\e91b";
}

.post-media .slick-prev {
    left: 10px;
}

.post-media .slick-next {
    right: 10px;
}

.post-media .slick-prev:hover,
.post-media .slick-next:hover {
    background-color: #ad91db;
}

.post-media .slick-dots {
    list-style: none;
    margin: 0;
    text-align: center;
    line-height: 10px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.post-media .slick-dots li {
    padding: 0;
    display: inline-block;
}

.post-media .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    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: #ad91db;
}

/* Post custom categories */

.post-custom-categories {
    float: right;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    padding-right: 35px;
}

.post-custom-categories a {
    color: #074883;
}

.post-custom-categories a:hover {
    color: #ad91db;
}

/* Post title */

.hentry .post-title {
    font-size: 32px;
    margin: 0 0 20px;
}

.hentry .post-title a:hover {
    color: #ad91db;
}

.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 .sub-title,
.hentry .sub-title-2 {
    display: none;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 35px;
}

.hentry .sub-title {
    font-family: "Open sans", sans-serif;
    font-weight: 600;
}

.hentry .sub-title-2 {
    font-family: "Alata", sans-serif;
    letter-spacing: normal;
    margin: 0 0 25px;
}

/* Post meta */

.hentry .post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 42px;
    letter-spacing: -0.2px;
    float: left;
}

.hentry .post-meta .post-meta-content-inner {
    font-weight: 600;
}

.hentry .post-meta .post-meta-content-inner .item {
    margin-right: 5px;
    position: relative;
    display: inline-block;
}

.hentry .post-meta .item.post-by-author .gravatar img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.hentry .post-meta .item.post-by-author:before {
    display: none;
}

.hentry .post-meta .item.post-by-author a,
.hentry .post-meta .item.post-comment a,
.hentry .post-meta .item.post-meta-categories a {
    color: #074883;
    font-weight: 700;
}

.hentry .post-meta .item.post-by-author a:hover,
.hentry .post-meta .item.post-comment a:hover,
.hentry .post-meta .item.post-meta-categories a:hover {
    color: #ad91db;
}

/* Post excerpt */

.hentry .post-excerpt {
    position: relative;
    z-index: 1;
    margin: 0 0 45px;
}

.hentry .post-excerpt p:last-child {
    margin-bottom: 0;
}

/* Post link */

.hentry .post-link a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Alata", sans-serif;
    letter-spacing: 0.2px;
    line-height: 24px;
    padding: 15px 44px;
    background-color: transparent;
    border: 2px solid #074883;
    color: #074883;
    border-radius: 5px;
    display: inline-block;
}

.hentry .post-link a:hover {
    background-color: #074883;
    color: #fff;
}

/* Blog Single
-------------------------------------------------------------- */

.is-single-post .hentry {
    padding: 0;
    margin: 0;
    border: 0;
}

.is-single-post .hentry:hover .post-media img {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
}

.is-single-post .post-custom-categories {
    float: none;
    display: none;
}

.is-single-post .hentry .post-content {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 65px;
}

.is-single-post .hentry .post-content p {
    font-size: 16px;
}
.is-single-post .hentry .post-content p:last-child {
    margin-bottom: 0;
}

.is-single-post .hentry .post-content blockquote p {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.5px;
}

/* Sub title */

.is-single-post .hentry .sub-title,
.is-single-post .hentry .sub-title-2 {
    display: block;
}

/* Post tags */

.hentry .post-tags {
    margin-top: 45px;
    display: block;
}

.hentry .post-tags a {
    color: #748494;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 11px 20px;
    font-size: 15px;
    margin: 9px 5px 0 0;
    display: inline-block;
}

.hentry .post-tags a:hover {
    color: #fff;
    background-color: #ad91db;
    border-color: #ad91db;
}

/* Post author */

.hentry .post-author {
    clear: both;
    overflow: hidden;
    padding: 40px 35px 48px;
    margin-top: 45px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.hentry .post-author .author-avatar {
    width: 100px;
    float: left;
    margin: 8px 35px 0 0;
}

.hentry .post-author .author-avatar a {
    width: 100px;
    height: auto;
    display: inline-block;
    border-radius: 50%;
}

.hentry .post-author .author-avatar a img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.hentry .post-author .author-content {
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
}

.hentry .post-author .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 3px;
}

.hentry .post-author .author-name {
    font-size: 15px;
    line-height: 17px;
    color: #748494;
    margin: 0 0 15px;
}

.hentry .post-author .author-desc p {
    font-size: 15px;
    margin: 0 0 0;
}

.hentry .post-author .author-socials {
    margin-top: 15px;
}

.hentry .post-author .author-socials .text,
.hentry .post-author .author-socials .socials {
    display: inline-block;
}

.hentry .post-author .author-socials .socials a {
    display: inline-block;
    color: #ad91db;
    margin-right: 10px;
}

.hentry .post-author .author-socials .socials a:hover {
    color: #071e57;
}

/* Related Post */

.related-news {
    margin-top: 65px;
}

.related-news .related-post {
    margin: 0 -15px;
    position: relative;
    margin-bottom: 0;
}

.related-news .post-item {
    margin: 0 15px;
}

.related-news .post-item .inner {
    overflow: hidden;
    position: relative;
}

.related-news .post-item .thumb-wrap {
    overflow: hidden;
}

.related-news .post-item .thumb-wrap img {
    border-radius: 8px 8px 0 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    width: 100%;
}

.related-news .post-item .text-wrap {
    padding: 23px 45px 58px 35px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 8px 8px;
    border-top: none;
}

.related-news .post-item .text-wrap h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 35px;
}

.related-news .post-item .text-wrap h3 a:hover {
    color: #ad91db;
}

.related-news .post-item .text-wrap .custom-link a {
    position: relative;
}

.related-news .post-item .text-wrap .custom-link a:before,
.related-news .post-item .text-wrap .custom-link a:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "coreicon";
    content: "\e965";
    color: #c1c1c1;
}

.related-news .post-item .text-wrap .custom-link a:before {
    transition: all ease 0.35s;
}

.related-news .post-item .text-wrap .custom-link a:after {
    transition: all ease 0.45s;
}

.related-news .post-item .text-wrap .custom-link a:after {
    opacity: 0;
    transform: translateX(-13px);
}

.related-news .post-item:hover .text-wrap .custom-link a:before {
    transform: translateX(20px);
    opacity: 0;
}

.related-news .post-item:hover .text-wrap .custom-link a:after {
    transform: translateX(0);
    opacity: 1;
    color: #ad91db;
}

.related-news .post-item:hover .thumb-wrap img {
    transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
}

.related-news .related-post .slick-prev,
.related-news .related-post .slick-next {
    padding: 0;
    background-color: transparent;
    width: 45px;
    height: 30px;
    position: absolute;
    top: -76px;
    cursor: pointer;
    border: none;
    outline: none;
    text-shadow: none;
    z-index: 9999;
    text-indent: -9999px;
    display: inline-block;
}

.related-news .related-post .slick-prev {
    right: 40px;
}

.related-news .related-post .slick-next {
    border-left: 1px solid #d7d7d7;
    right: -5px;
}

/* Comments */

.related-news .related-title,
.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 18px;
    letter-spacing: 0;
    color: #1d2b36;
    margin-top: 75px;
    margin-bottom: 35px;
}

.related-news .related-title {
    margin-top: 105px;
}

.comments-area .comment-reply-title > small {
    font-size: 100%;
}

/* Comment list */

.comment-form-comment,
.comment-notes {
    display: none;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list li.comment {
    padding: 0;
}

.comment-list .comment-author-admin > article {
    background-color: #f8faff;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding: 0 0 0 20px;
}

.comment-list article {
    position: relative;
    padding: 32px 32px 25px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    transition: background ease 0.3s;
}

.comment-list article + .comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 70px;
    border-radius: 50%;
    float: left;
    margin: 5px 16px 0 0;
    overflow: hidden;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
}

.comment-meta {
    margin-bottom: 12px;
}

.comment-author {
    font-size: 18px;
    padding-right: 16px;
    letter-spacing: normal;
    display: inline-block;
    margin: 0 0 5px;
}

.comment-time {
    font-size: 12px;
    position: relative;
    font-weight: 600;
    color: #777777;
}

.comment-time span:last-child {
    text-transform: uppercase;
}

.comment-reply a,
#cancel-comment-reply-link {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    display: inline-block;
    color: #ad91db;
    position: relative;
}

.comment-reply a:hover,
#cancel-comment-reply-link:hover {
    color: #071e57;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 2px;
}

.comment-text {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 25px;
    color: #748494;
}

.comment-text > p:last-child {
    margin-bottom: 0;
}

.comment-edit-link {
    font-size: 15px;
    color: #ad91db;
}

.unapproved {
    display: block;
    color: #ad91db;
    font-size: 14px;
    font-style: italic;
}

/* Comment form */

#comments.comments-area {
    content: "";
    clear: both;
}

#comments .comment-respond {
    position: relative;
}

#comments .name-wrap,
#comments .email-wrap {
    float: left;
    width: 49%;
}

#comments .name-wrap {
    margin-right: 2%;
}

#comments label {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
}

#comments .name-wrap input,
#comments .email-wrap input {
    margin-bottom: 20px;
}

#comments .name-wrap input,
#comments .email-wrap input,
#comments .url-wrap input,
#comments .message-wrap textarea {
    width: 100%;
    background-color: #f2f2f2;
}

#comments .message-wrap textarea {
    height: 150px;
    padding: 14px 20px;
}

#comments .comment-respond .form-submit {
    clear: both;
    margin: 0;
}

#comments .comment-respond .form-submit input[type="submit"] {
    background-color: transparent;
    padding: 14px 57px;
    font-size: 16px;
    letter-spacing: 0.2px;
}

#comments .comment-respond .form-submit input[type="submit"]:hover,
#comments .comment-respond .form-submit input[type="submit"]:focus {
    background-color: #074883;
    color: #fff;
}

.logged-in-as {
    font-size: 15px;
    margin-bottom: 10px;
}

.logged-in-as a {
    color: #ad91db;
}

.logged-in-as a:last-child {
    text-decoration: underline;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
    color: #071e57;
}

.comment-form-cookies-consent {
    display: none;
}

/* Widgets
-------------------------------------------------------------- */

#sidebar .widget {
    position: relative;
    z-index: 1;
    margin-top: 45px;
}

#sidebar .widget:first-child {
    margin: 0;
    border: 0;
}

#sidebar .widget ul {
    margin: 0;
    list-style: none;
}

#footer-widgets .widget {
    color: #9193a0;
    margin: 0 0 50px;
}

#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

#footer-widgets .widget.widget_media_image {
    margin: 0 0 30px;
}

.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: 16px;
}

.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
    position: relative;
    border-top: 1px solid #e7e7e7;
}

.widget.widget_pages > ul > li:first-child,
.widget.widget_nav_menu ul.menu > li:first-child,
.widget.widget_archive > ul > li:first-child,
.widget.widget_categories > ul > li:first-child,
.widget.widget_meta > ul > li:first-child,
.widget.widget_recent_entries > ul > li:first-child,
.widget.widget_recent_news > ul > li:first-child,
.widget.widget_recent_comments > ul > li:first-child,
.widget.widget_rss > ul > li:first-child {
    border-top: 0;
}

#footer-widgets .widget.widget_pages ul li,
#footer-widgets .widget.widget_nav_menu ul li,
#footer-widgets .widget.widget_archive ul li,
#footer-widgets .widget.widget_categories ul li,
#footer-widgets .widget.widget_meta ul li,
#footer-widgets .widget.widget_recent_entries ul li,
#footer-widgets .widget.widget_recent_comments ul li,
#footer-widgets .widget.widget_rss ul li {
    border-color: rgb(255, 255, 255, 0.2);
}

.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 {
    font-family: "Alata", sans-serif;
    color: #556575;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
}

#footer-widgets .widget.widget_archive ul li a,
#footer-widgets .widget.widget_categories ul li a,
#footer-widgets .widget.widget_meta ul li a,
#footer-widgets .widget.widget_nav_menu ul li a,
#footer-widgets .widget.widget_pages ul li a,
#footer-widgets .widget.widget_recent_entries ul li a,
#footer-widgets .widget.widget_recent_comments ul li a,
#footer-widgets .widget.widget_rss ul li a {
    color: #cacaca;
}

.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: #ad91db;
}

#footer-widgets .widget.widget_archive ul li a:hover,
#footer-widgets .widget.widget_categories ul li a:hover,
#footer-widgets .widget.widget_meta ul li a:hover,
#footer-widgets .widget.widget_nav_menu ul li a:hover,
#footer-widgets .widget.widget_pages ul li a:hover,
#footer-widgets .widget.widget_recent_entries ul li a:hover,
#footer-widgets .widget.widget_recent_comments ul li a:hover,
#footer-widgets .widget.widget_rss ul li a:hover {
    color: #ad91db;
}

.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
    position: relative;
}

.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,
.widget.widget_rss ul li {
    padding: 17px 0;
}

.widget.widget_categories ul li > span,
.widget.widget_archive ul li > span {
    float: right;
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
    font-weight: 600;
    margin-top: 17px;
}

#sidebar .widget.widget_recent_comments {
    font-size: 14px;
}

#sidebar .widget.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
    color: #748494;
}

#sidebar .widget.widget_calendar caption {
    color: #748494;
    font-weight: 700;
}

#sidebar .widget.widget_calendar caption,
#footer-widgets .widget.widget_calendar caption {
	padding-bottom: 10px;
}

.widget.widget_calendar a,
.widget.widget_calendar tbody #today,
.widget.widget_calendar tbody #today a {
    color: #ad91db;
}

.widget.widget_calendar .wp-calendar-nav {
	margin-top: 10px;
}

#footer-widgets .widget.widget_calendar a,
#footer-widgets .widget.widget_calendar tbody #today,
#footer-widgets .widget.widget_calendar tbody #today a {
    color: #fff;
}

#footer-widgets .widget.widget_calendar a:hover,
#footer-widgets .widget.widget_calendar tbody #today:hover,
#footer-widgets .widget.widget_calendar tbody #today a:hover {
    color: #ad91db;
}

#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar td,
#footer-widgets .widget.widget_calendar th {
    border-color: rgb(255, 255, 255, 0.2);
    color: #cacaca;
}

/* Title Widget */

#sidebar .widget .widget-title {
    font-size: 18px;
    color: #1d2b36;
    margin: 0 0 28px;
    letter-spacing: 0.2px;
}

#footer-widgets .widget .widget-title {
    color: #fff;
    font-size: 22px;
    margin: 0 0 37px 0;
}

/* Widget: Text */

#sidebar .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: #ad91db;
}

/* Widget: Calendar */

.widget.widget.widget_calendar table {
    margin: 0;
    font-size: 15px;
}

.widget.widget_calendar td,
.widget.widget_calendar th {
    padding: 8px;
    text-align: center;
}

#sidebar .widget.widget_calendar th {
    font-weight: 700;
}

#sidebar .widget.widget_calendar tbody #today,
#sidebar .widget.widget_calendar tbody #today a {
    display: block;
}

#sidebar .widget.widget_calendar tbody #today a:hover {
    color: #071e57;
}

/* Widget: Infor */

#sidebar .widget_information {
    font-size: 16px;
}

#sidebar .widget_information .email > span {
    color: #8998c2;
    position: relative;
}

#sidebar .widget_information .email > span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #8998c2;
    width: 100%;
    height: 1px;
}

#sidebar .widget_information ul li.accent-icon i {
    color: #ad91db;
}

/* Widget: Banner */

.widget_banner {
    background: url(../worksquare/assets/img/widget_banner.png) center center;
    min-height: 560px;
}

.widget_banner .content-wrap {
    padding-top: 320px;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.widget_banner .content-wrap h5 {
    margin: 0 0 17px;
    font-size: 22px;
    letter-spacing: normal;
}

.widget_banner .content-wrap h5,
.widget_banner .content-wrap span {
    color: #fff;
}

.widget_banner .content-wrap span {
    margin-bottom: 40px;
    display: inline-block;
}

.widget-button a {
    font-family: "Alata", sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #28c23e;
    padding: 16px 29px;
    border-radius: 5px;
    display: inline-block;
}

.widget-button a:hover {
    background-color: #ad91db;
}

/* Widget: Links */

.widget.widget_links ul li {
    border: 0;
    margin-bottom: 10px;
}

.widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
}

.widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #748494;
    transition: all ease 0.3s;
    letter-spacing: 0.1px;
}

.widget.widget_links ul li a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ad91db;
    z-index: -1;
    -webkit-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    -moz-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    -ms-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    -o-transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    transition: width 0.35s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}

.widget.widget_links ul li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.widget.widget_links ul li .has-tag {
    background-color: #1292ee;
    font-size: 10px;
    color: #fff;
    padding: 0 3px;
    border-radius: 2px;
    margin-left: 12px;
    font-weight: 500;
    display: inline-block;
}

.widget.widget_links ul li .has-tag.tag-green {
    background-color: #2dca73;
}

#footer-widgets .widget.widget_links ul li {
    margin-bottom: 18px;
}

#footer-widgets .widget.widget_links ul li:last-child {
    margin-bottom: 0;
}

#footer-widgets .widget.widget_links ul li a {
    color: #cacaca;
    font-weight: 600;
}

#footer-widgets #widget_links-6.widget.widget_links ul li:nth-child(3) a:before {
    position: absolute;
    content: "we're hiring";
    text-transform: uppercase;
    font-size: 12px;
    background-color: #1f86ef;
    color: #fff;
    right: -110px;
    top: 2px;
    padding: 1px 7px;
    border-radius: 3px;
}

#footer-widgets .widget.widget_links ul li a:hover {
    color: #ad91db;
}

/* Widget: Twitter */

#sidebar .widget.widget_twitter .tweets-wrap {
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 35px 30px 45px;
    background: #e7e7e7 url(assets/img/twitter-bg.png) no-repeat right bottom;
}

#sidebar .widget.widget_twitter .tweets-wrap .tweet-item {
    margin-bottom: 20px;
}

#sidebar .widget.widget_twitter .authorstamp {
    position: relative;
    padding: 10px 0 0 25px;
}

#sidebar .widget.widget_twitter .authorstamp:before {
    content: "\e094";
    font-family: "ElegantIcons";
    position: absolute;
    left: 0;
    top: 12px;
    color: #1c9deb;
    font-size: 19px;
}

#sidebar .widget.widget_twitter .author a {
    color: #071e57;
    font-size: 15px;
}

#sidebar .widget.widget_twitter .time {
    color: #748494;
    font-size: 13px;
    line-height: 18px;
}

/* Widget: Information */

#footer-widgets .widget.widget_text {
    max-width: 230px;
}

#footer-widgets #text-2.widget.widget_text {
  margin-bottom: 0;
}

#footer-widgets .textwidget p {
    color: #cacaca;
}

#footer-widgets .widget.widget_information li {
    margin-bottom: 5px;
}

#footer-widgets .widget.widget_information li:last-child {
    margin-bottom: 0;
}

#footer-widgets .widget.widget_information li span {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    color: #75dddd;
}

#footer-widgets .widget.widget_information li:last-child span {
    color: #ad91db;
}

#footer-widgets .widget.widget_information span:


/* Widget: Search and Subcribe */

#sidebar .widget.widget_search:first-child {
    padding: 0;
}

.widget.widget_search .search-form {
    position: relative;
}

#-widgets .widget.widget_search .search-form {
    padding-left: 0;
    padding-right: 0;
}

.widget.widget_search .search-form .search-field {
    width: 100%;
    margin: 0;
    height: 60px;
    letter-spacing: -0.2px;
}

.widget.widget_search .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.widget.widget_search .search-form .search-submit:before {
    content: "\e965";
    font-family: "coreicon";
    color: rgba(16, 43, 70, 0.7);
    font-size: 14px;
    width: 100%;
    height: 100%;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

.widget.widget_search .search-form .search-submit:hover:before {
    color: #071e57;
}

.widget_mc4wp_form_widget .mc4wp-form {
    max-width: 300px;
}

.widget_mc4wp_form_widget .mc4wp-form .texts {
    margin-bottom: 15px;
}

.widget_mc4wp_form_widget .mc4wp-form .inner-wrap {
    position: relative;
}

.widget_mc4wp_form_widget .mc4wp-form .email-wrap input {
    margin-bottom: 0;
    height: 50px;
    width: 100%;
    line-height: 52px;
}

.widget_mc4wp_form_widget .mc4wp-form .email-wrap input:focus {
    border-color: #ad91db;
}

.widget_mc4wp_form_widget .mc4wp-form .submit-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background-color: #ad91db;
    border-radius: 0 3px 3px 0;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.widget_mc4wp_form_widget .mc4wp-form .submit-wrap button:before {
    content: "\e90e";
    color: #fff;
    font-family: "Feather";
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    height: 100%;
    line-height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

.widget_mc4wp_form_widget .mc4wp-form {
    position: relative;
}

.widget_mc4wp_form_widget .mc4wp-form label {
    display: none;
}

/* Widget: Socials */

.widget.widget_socials .socials .icon {
    float: left;
}

.widget.widget_socials .socials a {
    float: left;
    font-size: 16px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 0 !important;
    background-color: transparent;
    color: #969696;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.widget.widget_socials .socials .icon:first-child a,
.widget.widget_socials .socials a:hover {
    background-color: #ad91db;
    color: #fff;
    border: 1px solid rgba(173, 145, 219, 1);
}

/* Widget: Recent News Advanced  */

.widget.widget_recent_posts .post-title {
    font-size: 18px;
    margin: 0 0 35px;
}

.widget.widget_recent_posts .post-title a {
    color: #556575;
}

.widget.widget_recent_posts .post-title a:hover {
    color: #ad91db;
}

.widget.widget_recent_posts li:last-child .post-title {
    margin: 0 0 0;
}

.widget.widget_recent_posts .sidebar-custom-categories a {
    font-size: 14px;
    color: #777;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.widget.widget_recent_posts .sidebar-custom-categories a:hover {
    color: #ad91db;
}

.widget.widget_recent_posts .sidebar-custom-categories li {
    display: none;
}

.widget.widget_recent_posts .sidebar-custom-categories li:first-child {
    display: block;
}

/* Widget: Instagram & Flickr */

.widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap {
    margin: 0 -0.5px;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image {
    padding: 0 0.5px !important;
    margin: 0 0 1px 0 !important;
    width: 33.333%;
    float: left;
    height: auto !important;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img {
    width: 100%;
    height: auto;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a {
    position: relative;
    display: block;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 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 9 */

.widget.widget_instagram .instagram-wrap.g9,
.widget.widget_flickr .flickr-wrap.g9 {
    margin: 0 -4.5px;
}

.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image {
    padding: 0 4.5px !important;
    margin: 0 0 9px 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;
}

/* Widget: Tags */

.widget.widget_tag_cloud .tagcloud:before,
.widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    clear: both;
    content: "";
}

.widget.widget_tag_cloud .tagcloud {
    padding-top: 5px;
}

.widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    font-size: 14px;
    position: relative;
    float: left;
    color: #0c6bff;
    background-color: #d9e4ff;
    padding: 4px 9px;
    border-radius: 4px;
    margin: 0 10px 10px 0;
    z-index: 1;
}

#footer-widgets .widget.widget_tag_cloud .tagcloud a,
#footer-widgets .widget_product_tag_cloud .tagcloud a {
    color: #cacaca;
    background-color: #393e68;
}

.widget.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover,
#footer-widgets .widget_product_tag_cloud .tagcloud a:hover {
    background-color: #ad91db;
    border-color: #ad91db;
    color: #fff;
}

/* Newsletter Box
-------------------------------------------------------------- */

.newsletter-box {
    padding: 165px 100px 190px;
    text-align: center;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    margin: 0 45px 100px 60px;
    background-size: cover;
    border-radius: 50px;
}

.newsletter-box .mc4wp-form-fields {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.newsletter-box .content .title {
    font-size: 32px;
    max-width: 830px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 72px;
    text-shadow: 1px 1px #000;
}

.newsletter-box #mc4wp-form-1 input {
    margin-bottom: 15px;
}

.newsletter-box #mc4wp-form-1 input[type="email"] {
    width: 100%;
    max-width: 300px;
    float: left;
    border-radius: 5px 0 0 5px;
    border-color: #fff;
}

.newsletter-box #mc4wp-form-1 input[type="submit"] {
    background-color: #28c23e;
    border-color: #28c23e;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 15px 58px;
    border-radius: 5px;
    margin-left: -6px;
}

.newsletter-box #mc4wp-form-1 input[type="submit"]:hover {
    background-color: #ad91db;
    border-color: #ad91db;
}

.newsletter-box .desc {
    font-size: 14px;
    color: #fff;
}

/* Footer
-------------------------------------------------------------- */

#footer {
    background-color: #262a4c;
    padding: 100px 0 50px;
    font-size: 15px;
    z-index: 0;
    border-style: solid;
    position: relative;
}

.footer-style-2 #footer {
    margin-top: -100px;
    padding: 200px 0 55px;
}

/* Grid */

.footer-grid .col {
    float: left;
}

.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 .w270-1 {
    width: 23.077%;
}

.footer-grid .w170 {
    width: 14.53%;
    margin-left: 2.564%;
}

.footer-grid .w270-2 {
    width: 23.077%;
    margin-left: 2.564%;
}

/* 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;
}

/* Bottom Bar
-------------------------------------------------------------- */

#bottom {
    font-size: 14px;
    color: #fff;
    background-color: #262a4c;
    margin-top: -1px;
}

#bottom .bottom-bar-inner-wrap {
    padding: 16px 0;
    position: relative;
    border-top: 1px solid #59596e;
}



#bottom .bottom-bar-copyright #copyright,
#bottom .bottom-bar-menu ul li a {
    font-size: 14px;
    color: #cacaca;
}

#bottom .bottom-bar-menu ul ul {
	display: none;
}

#bottom .bottom-bar-menu ul {
    margin: 0 0 0;
}

#bottom .bottom-bar-menu ul li {
    list-style: none;
    display: inline-block;
    line-height: 32px;
}

#bottom .bottom-bar-menu ul li a {
    line-height: 14px;
    display: inline-block;
    padding-left: 12px;
    position: relative;
}

#bottom .bottom-bar-menu ul li a:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 1px;
    height: 14px;
    background-color: #cacaca;
}

#bottom .bottom-bar-menu ul li a:hover,
#bottom.style-2 .bottom-bar-menu ul li:last-child a:hover {
    color: #28c23e;
}

/* Style 1 */

#bottom.style-1 .bottom-bar-copyright #copyright {
    line-height: 32px;
    float: left;
}

#bottom.style-1 .bottom-bar-menu {
  float: right;
}

#bottom.style-1 .bottom-bar-menu ul li:first-child a:before {
  display: none;
}

/* Style 2 */

#bottom.style-2 {
  text-align: center;
}

#bottom.style-2 .bottom-bar-menu ul li:last-child a {
    color: #ad91db;
}

#bottom.style-2 #copyright,
#bottom.style-2 .bottom-bar-menu {
  display: inline-block;
}



/* Scroll Top Button
-------------------------------------------------------------- */

#scroll-top {
    position: fixed !important;
    right: 36px;
    bottom: 0;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

#scroll-top:after {
    content: "\e682";
    font-family: "Pe-icon-7-stroke";
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all ease 0.3s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ad91db;
    z-index: -1;
    transition: all ease 0.3s;
    opacity: 1;
}

#scroll-top:hover:before {
    background-color: #6c85e8;
}

#scroll-top.show {
    bottom: 75px;
    opacity: 1;
    visibility: visible;
}

/* Pagination
-------------------------------------------------------------- */

.worksquare-pagination,
.woocommerce-pagination,
.project-nav .worksquare-pagination {
    clear: both;
    margin: 50px 0 0 0;
    text-align: center;
}

.woocommerce-pagination {
    margin-top: 0;
    border: 0;
    clear: both;
    padding-top: 90px;
    text-align: center;
}

.worksquare-pagination ul,
.woocommerce-pagination .page-numbers {
    margin: 0;
}

.worksquare-pagination ul li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.worksquare-pagination ul li span.next,
.woocommerce-pagination .page-numbers li span.next {
    padding-right: 11px;
    position: relative;
}

.worksquare-pagination ul li span.prev,
.woocommerce-pagination .page-numbers li span.prev {
    padding-left: 11px;
    position: relative;
}

.worksquare-pagination ul li a,
.woocommerce-pagination .page-numbers li a {
    color: #556575;
}

.worksquare-pagination ul li span:before,
.woocommerce-pagination .page-numbers li span:before {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.worksquare-pagination ul li span.next:before,
.woocommerce-pagination .page-numbers li span.next:before {
    content: "\f105";
    right: 0;
}

.worksquare-pagination ul li span.prev:before,
.woocommerce-pagination .page-numbers li span.prev:before {
    content: "\f104";
    left: 0;
}

.worksquare-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    line-height: 45px;
    height: 45px;
    width: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    transition: all ease 0.3s;
}

.worksquare-pagination ul li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.worksquare-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    color: #fff;
    background-color: #074883;
    border: 1px solid #074883;
}

.project-nav .worksquare-pagination {
    border-top: 0;
    padding-top: 0;
    margin: 70px 0 0;
}

/* Search & 404 Page
-------------------------------------------------------------- */

.search-result-post {
    padding-bottom: 54px;
    margin-bottom: 54px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.search-result-post:last-child {
    margin-bottom: 0;
}

.no-results-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.no-results-content .search-form {
    position: relative;
}

.no-results-content .text {
    display: none;
}

.no-results-content .search-form .search-field {
    padding: 12px 25px;
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    border-radius: 5px;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.no-results-content .search-form .search-field:focus {
    border-color: #ad91db;
}

.no-results-content .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    right: 11px;
    top: 7px;
    width: 46px;
    height: 46px;
    text-align: center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.no-results-content .search-form .search-submit:before {
    color: rgba(16, 43, 70, 0.7);
    border-radius: 5px;
    content: "\eed0";
    font-family: "coreicon";
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all ease 0.3s;
}

.no-results-content .search-form .search-submit:hover:before {
    color: #ad91db;
}

/* Selector */

#main-nav .current-menu-item.current_page_item:before,
#main-nav .current-menu-parent:before,
#main-nav .selector {
    position: absolute;
    bottom: 20px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #48bf84;
    transition-delay: 0.5s;
    transition: 1s cubic-bezier(0.7, 0, 0.3, 1.3);
}

#main-nav .current-menu-item.current_page_item:before,
#main-nav .current-menu-parent:before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
}

#main-nav .sub-menu .current_page_item:before {
    display: none;
}

/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
    .header-button {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .ipad-no-margin {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    #main-nav,
    #sidebar,
    .nav-top-cart-wrapper,
    .header-search-wrap {
        display: none;
    }

    .mobile-button {
        padding: 40px 0;
    }

    #site-logo-inner {
        margin: 24px 0 24px;
    }

    .woocommerce-page #site-content,
    #site-content {
        width: 100%;
    }
    .custom-pd-1,
    .custom-pd-2 {
        padding: 0 15px;
    }
    
    .row-mg-1 {
        margin-top: -410px !important;
    }

    .footer-grid .span_1_of_4 {
        width: 33.333%;
    }

    .newsletter-box {
        margin: 0 60px 100px 60px;
        padding: 80px 35px 80px;
    }

    .newsletter-box #mc4wp-form-1 input[type="email"] {
        max-width: 65%;
    }

    .newsletter-box #mc4wp-form-1 input[type="submit"] {
        padding: 15px 0;
        width: 35%;
    }
}

@media only screen and (max-width: 768px) {
    .footer-grid .span_1_of_4 {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    #topbar .topbar-right {
        display: none;
    }

    #topbar .topbar-left {
        float: none;
        text-align: center;
    }

    .search-style-fullscreen .search-field {
        font-size: 25px;
    }

    .comment-list article .gravatar,
    .hentry .post-author .author-avatar {
        float: none;
        margin-bottom: 15px;
    }

    #footer {
        padding: 80px 0 30px;
    }

    #bottom .bottom-bar-menu {
        display: none;
    }

    .bg-custom-rda .deeper-background {
        background-image: linear-gradient(to top, #e4f5fd 0%, #e4f5fd 93%, #ffffff 74%) !important;
    }

    .vc_custom_1595160430103 {
        background-size: cover;
    }

    .newsletter-box {
        margin: 0 15px 100px 15px;
    }

    .mobile-pd-30 {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width: 565px) {
    .header-search-wrap,
    .nav-top-cart-wrapper {
        display: none;
    }

    .footer-grid .span_1_of_4 {
        width: 100%;
    }

    #featured-title .title-group {
    width: 100%;
    display: block;
    margin-bottom: 15px;
	}

	#featured-title #breadcrumbs {
    width: 100%;
    display: block;
    text-align: left;
	}
}

/* ELEMENTS
-------------------------------------------------------------- */

/* Advanced Text
-------------------------------------------------------------- */

.deeper-text {
    margin-bottom: 0;
}

.deeper-text p,
.deeper-special-text p {
    margin: 0 0;
}

.deeper-text .special-color {
    color: #ffa200;
}

.deeper-text.text-has-width.align-center {
    margin: 0 auto;
}

.deeper-special-text .text {
    position: relative;
    display: inline-block;
    margin: 0;
}
.deeper-special-text.align-center .line {
    margin: 0 auto;
}

.deeper-text .hight-light {
    position: relative;
    display: inline-block;
}

.deeper-text .hight-light:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 15px;
    background-color: #b2f8f0;
    content: "";
    z-index: -1;
    transition: all ease 0.7s;
    transition-delay: 0.5s;
}

.deeper-text.is-in-view .hight-light:before {
    width: 102%;
}

@media (max-width: 991px) {
    .deeper-text .hight-light {
        display: none;
    }
}

/* Demo Item
-------------------------------------------------------------- */

.demo-item .flickity-aside-wrap {
    overflow: visible !important;
}

.demo-item .flickity-aside-wrap img {
    border-radius: 5px;
    box-shadow: 0 30px 70px 0 rgba(38, 42, 76, 0.2);
}

/* Special Text
-------------------------------------------------------------- */

.deeper-special-text > .wrap {
    position: relative;
    display: inline-block;
}

.deeper-special-text .heading {
    display: inline-block;
}

.deeper-special-text.has-line .heading {
    padding-left: 50px;
}

.deeper-special-text .heading.accent {
    color: #ad91db;
}

.deeper-special-text .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background-color: #074883;
}

.deeper-special-text .line.accent {
    background-color: #ad91db;
}

.deeper-special-text.text-center > .wrap {
    margin: 0 auto;
}

.deeper-special-text.style-1 .line {
    right: 0;
    left: auto;
    bottom: 28%;
    top: auto;
}

.deeper-special-text.style-2 .line {
    right: 0;
    left: auto;
    top: 55%;
}

@media only screen and (max-width: 1200px) {
    .deeper-special-text .text {
        padding: 0 0 !important;
    }
    .deeper-special-text .line {
        display: none;
    }
}

/* Flickity Controls 
-------------------------------------------------------------- */

.flickity-page-dots .dot {
    border: 2px solid #989898;
}

/* Arrow Size */

.has-arrows.arrows-small .flickity-button {
    width: 40px;
    height: 40px;
}
.has-arrows.arrows-small.arrow-top .flickity-prev-next-button.previous {
    right: 62px;
}

.has-arrows.arrows-big.arrow-top .flickity-prev-next-button.previous {
    right: 82px;
}

.flickity-prev-next-button.previous {
    left: 0;
}

.flickity-prev-next-button.next {
    right: 0;
}

/* Arrow top */

.arrow-top .flickity-button {
    top: 0;
    transform: translateY(-100%);
    margin-top: 0;
}

.arrow-top .flickity-prev-next-button.next {
    left: -46%;
    top: 0px;
}

.arrow-top .flickity-prev-next-button.previous {
    left: -52%;
    right: auto;
    top: 0px;
}

.arrow-left.arrow-top .flickity-prev-next-button.next {
    left: 0;
    left: 72px;
    top: 0px;
}

.arrow-left.arrow-top .flickity-prev-next-button.previous {
    right: auto;
    top: 0px;
}

/* Arrow Top Offset */

.arrow-top.arrow-offset-10 .flickity-button {
    margin-top: -10px;
}
.arrow-top.arrow-offset-20 .flickity-button {
    margin-top: -20px;
}
.arrow-top.arrow-offset-30 .flickity-button {
    margin-top: -30px;
}
.arrow-top.arrow-offset-40 .flickity-button {
    margin-top: -40px;
}
.arrow-top.arrow-offset-50 .flickity-button {
    margin-top: -50px;
}
.arrow-top.arrow-offset-60 .flickity-button {
    margin-top: -60px;
}
.arrow-top.arrow-offset-65 .flickity-button {
    margin-top: -65px;
}
.arrow-top.arrow-offset-70 .flickity-button {
    margin-top: -70px;
}
.arrow-top.arrow-offset-75 .flickity-button {
    margin-top: -75px;
}
.arrow-top.arrow-offset-80 .flickity-button {
    margin-top: -80px;
}
.arrow-top.arrow-offset-x10 .flickity-button {
    margin-top: 10px;
}
.arrow-top.arrow-offset-x20 .flickity-button {
    margin-top: 20px;
}
.arrow-top.arrow-offset-x30 .flickity-button {
    margin-top: 30px;
}
.arrow-top.arrow-offset-x40 .flickity-button {
    margin-top: 40px;
}
.arrow-top.arrow-offset-x50 .flickity-button {
    margin-top: 50px;
}
.arrow-top.arrow-offset-x60 .flickity-button {
    margin-top: 60px;
}
.arrow-top.arrow-offset-x65 .flickity-button {
    margin-top: 65px;
}
.arrow-top.arrow-offset-x70 .flickity-button {
    margin-top: 70px;
}
.arrow-top.arrow-offset-x75 .flickity-button {
    margin-top: 75px;
}
.arrow-top.arrow-offset-x80 .flickity-button {
    margin-top: 80px;
}

/* Bullet Offset */

.deeper-carousel-box.has-bullets.bullet-offset-10 {
    padding-bottom: 10px;
}
.deeper-carousel-box.has-bullets.bullet-offset-20 {
    padding-bottom: 20px;
}
.deeper-carousel-box.has-bullets.bullet-offset-30 {
    padding-bottom: 30px;
}
.deeper-carousel-box.has-bullets.bullet-offset-40 {
    padding-bottom: 40px;
}
.deeper-carousel-box.has-bullets.bullet-offset-50 {
    padding-bottom: 50px;
}
.deeper-carousel-box.has-bullets.bullet-offset-60 {
    padding-bottom: 60px;
}
.deeper-carousel-box.has-bullets.bullet-offset-70 {
    padding-bottom: 70px;
}
.deeper-carousel-box.has-bullets.bullet-offset-80 {
    padding-bottom: 80px;
}
.deeper-carousel-box.has-bullets.bullet-offset-90 {
    padding-bottom: 90px;
}
.deeper-carousel-box.has-bullets.bullet-offset-90 {
    padding-bottom: 100px;
}

.deeper-carousel-box.column-1 .item-flickity {
    width: 100%;
}
.deeper-carousel-box.column-2 .item-flickity {
    width: 50%;
}
.deeper-carousel-box.column-3 .item-flickity {
    width: 33.333%;
}
.deeper-carousel-box.column-4 .item-flickity {
    width: 25%;
}
.deeper-carousel-box.column-5 .item-flickity {
    width: 20%;
}
.deeper-carousel-box.column-6 .item-flickity {
    width: 16.666%;
}

.deeper-carousel-box.gap-2 {
    margin-right: -2px;
}
.deeper-carousel-box.gap-5 {
    margin-right: -5px;
}
.deeper-carousel-box.gap-10 {
    margin-right: -10px;
}
.deeper-carousel-box.gap-15 {
    margin-right: -15px;
}
.deeper-carousel-box.gap-20 {
    margin-right: -20px;
}
.deeper-carousel-box.gap-30 {
    margin-right: -30px;
}
.deeper-carousel-box.gap-40 {
    margin-right: -40px;
}
.deeper-carousel-box.gap-50 {
    margin-right: -50px;
}
.deeper-carousel-box.gap-100 {
    margin-right: -100px;
}

.deeper-carousel-box.gap-0 .item-flickity {
    margin-left: 0;
}
.deeper-carousel-box.gap-2 .item-flickity {
    padding-right: 2px;
}
.deeper-carousel-box.gap-5 .item-flickity {
    padding-right: 5px;
}
.deeper-carousel-box.gap-10 .item-flickity {
    padding-right: 10px;
}
.deeper-carousel-box.gap-15 .item-flickity {
    padding-right: 15px;
}
.deeper-carousel-box.gap-20 .item-flickity {
    padding-right: 20px;
}
.deeper-carousel-box.gap-30 .item-flickity {
    padding-right: 30px;
}
.deeper-carousel-box.gap-40 .item-flickity {
    padding-right: 40px;
}
.deeper-carousel-box.gap-50 .item-flickity {
    padding-right: 50px;
}
.deeper-carousel-box.gap-100 .item-flickity {
    padding-right: 100px;
}
.gap-100 .flickity-page-dots {
    padding-right: 100px !important;
}

@media (max-width: 1024px) {
    .deeper-carousel-box.column2-1 .item-flickity {
        width: 100%;
    }
    .deeper-carousel-box.column2-2 .item-flickity {
        width: 50%;
    }
    .deeper-carousel-box.column2-3 .item-flickity {
        width: 33.334%;
    }
    .deeper-carousel-box.column2-4 .item-flickity {
        width: 25%;
    }
    .deeper-carousel-box.column2-5 .item-flickity {
        width: 20%;
    }
    .deeper-carousel-box.column2-5 .item-flickity {
        width: 16.666%;
    }
}

@media (max-width: 991px) {
    .deeper-carousel-box.column3-1 .item-flickity {
        width: 100%;
    }
    .deeper-carousel-box.column3-2 .item-flickity {
        width: 50%;
    }
    .deeper-carousel-box.column3-3 .item-flickity {
        width: 33.334%;
    }
    .deeper-carousel-box.column3-4 .item-flickity {
        width: 25%;
    }
    .deeper-carousel-box.column3-5 .item-flickity {
        width: 20%;
    }
    .deeper-carousel-box.column2-5 .item-flickity {
        width: 16.666%;
    }
    .arrow-top .flickity-prev-next-button.previous {
        left: 0;
        right: 0;
    }

    .arrow-top .flickity-prev-next-button.next {
        left: 70px;
        right: 0;
    }

    .arrow-top.arrow-offset-75 .flickity-button {
        margin-top: -70px;
    }

    .flickity-button {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .deeper-carousel-box.column4-1 .item-flickity {
        width: 100%;
    }
    .deeper-carousel-box.column4-1 .item-flickity img {
        width: 100%;
    }
    .deeper-carousel-box.column4-2 .item-flickity {
        width: 50%;
    }
    .deeper-carousel-box.column4-3 .item-flickity {
        width: 33.334%;
    }
    .deeper-carousel-box.column4-4 .item-flickity {
        width: 25%;
    }
    .deeper-carousel-box.column4-5 .item-flickity {
        width: 20%;
    }
    .deeper-carousel-box.column2-5 .item-flickity {
        width: 16.666%;
    }

    .item-flickity {
        opacity: 0;
    }

    .item-flickity.is-selected {
        opacity: 1;
    }
}

/* Flickity Controls */

.flickity-page-dots {
    bottom: 0 !important;
}

.flickity-page-dots .dot {
    width: 7px !important;
    height: 7px !important;
    margin: 0 7px !important;
    background-color: #ff3366 !important;
    border: none;
    opacity: 0.7 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flickity-page-dots .dot.is-selected {
    width: 11px !important;
    height: 11px !important;
    border-radius: 50%;
    opacity: 1 !important;
    margin-bottom: -2px !important;
}

.dots-style-2 .flickity-page-dots .dot {
    background-color: #9c52eb !important;
}

.dots-style-3 .flickity-page-dots .dot {
    background-color: #ffa200 !important;
}

.dots-style-4 .flickity-page-dots .dot {
    background-color: #48bf84 !important;
}

.dots-style-5 .flickity-page-dots .dot {
    background-color: #6c85e8 !important;
}

.flickity-button {
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    background-color: transparent !important;
    transform: translateY(-50%);
    z-index: 9999;
}

.flickity-button:focus {
    box-shadow: 0 0 0 0 !important;
}

.flickity-button:disabled {
    opacity: 1 !important;
}

.flickity-prev-next-button {
    width: 26px !important;
    height: 26px !important;
}

.flickity-button:hover .flickity-button-icon {
    fill: #ad91db;
}

.flickity-button:focus {
    box-shadow: none;
}

.flickity-prev-next-button .flickity-button-icon {
    width: 25% !important;
    height: 25% !important;
    fill: #000;
    transition: all ease 0.3s;
}

.flickity-prev-next-button.next .flickity-button-icon,
.flickity-prev-next-button.previous .flickity-button-icon {
    left: 37%;
    top: 37%;
}

.arrow-style-4 .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

.arrow-style-4 .flickity-prev-next-button.previous:before,
.arrow-style-4 .flickity-prev-next-button.next:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "\e94b";
    font-family: "basic-icon";
    font-size: 26px;
    color: #ad91db;
    transition: all ease 0.35s;
}

.flickity-button:disabled.previous:before {
    color: #b1b1b1;
}

.arrow-style-4 .flickity-prev-next-button.previous:before {
    transform: rotate(180deg);
}

.arrow-style-4 .flickity-prev-next-button:hover:before {
    color: #1d2b36;
}

@media only screen and (max-width: 1024px) {
    .custom-arrow .flickity-prev-next-button.previous {
        left: 0;
    }

    .custom-arrow .flickity-prev-next-button.next {
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .deeper-carousel-box.margin-right-35 {
        margin: 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .deeper-carousel-box.has-bullets.bullet-offset-40,
    .deeper-carousel-box.has-bullets.bullet-offset-60,
    .flickity-page-dots {
        padding: 0 0 !important;
    }

    .deeper-carousel-box.has-bullets {
        padding-bottom: 0 !important;
    }
    .deeper-carousel-box.has-bullets {
        margin-bottom: 0;
    }

    .flickity-page-dots {
        height: 0;
        display: none;
    }
}

/* Button
-------------------------------------------------------------- */

.button-wrap {
    display: inline-block;
}

.deeper-button {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    background-color: transparent;
    display: inline-block;
    transition: all ease 0.3s;
    border: 2px solid;
    border-radius: 5px;
    letter-spacing: 0.2px;
    text-decoration: none !important;
}

.deeper-button.small {
    padding: 16px 34px;
}

.deeper-button.medium {
    padding: 16px 43px;
}

.deeper-button.big {
    padding: 16px 55px;
}

.deeper-button.extra-big {
    padding: 19px 65px;
}

.deeper-button.outline.small {
    border: 2px solid;
    padding: 13px 37px;
}

.deeper-button.outline.medium {
    border: 2px solid;
    padding: 13px 44px;
}

/* Accent */

.deeper-button.button-accent {
    background-color: #ad91db;
    border-color: transparent;
    color: #fff;
}

.deeper-button.button-accent:hover {
    background-color: #ff3366;
    color: #fff;
}

/* Outline Accent */

.deeper-button.outline-accent {
    border-color: #ad91db;
    color: #ad91db;
}

.deeper-button.outline-accent:hover {
    background-color: #ad91db;
    border-color: #ad91db;
    color: #fff;
}

/* Radical Red */

.deeper-button.button-radical-red {
    background-color: #ff3366;
    border-color: transparent;
    color: #fff;
}

.deeper-button.button-radical-red:hover {
    background-color: #ad91db !important;
    color: #fff;
}

/* Outline Radical Red  */

.deeper-button.outline-radical-red {
    background-color: transparent;
    border: 2px solid #ff3366;
    color: #ff3366;
}

.deeper-button.outline-radical-red:hover {
    background-color: #ff3366 !important;
    color: #fff;
}

/* Blue */

.deeper-button.button-blue {
    background-color: #126aee;
    border-color: transparent;
    color: #fff;
}

.deeper-button.button-blue:hover {
    background-color: #ff3366 !important;
}

/* Outline Blue  */

.deeper-button.outline-blue {
    background-color: transparent;
    border: 2px solid #6c85e7;
    color: #6c85e7;
}

.deeper-button.outline-blue:hover {
    background-color: #6c85e7 !important;
    color: #fff;
}

/* Green */

.deeper-button.button-green {
    background-color: #48bf84;
    border-color: transparent;
    color: #fff;
}

.deeper-button.button-green:hover {
    background-color: #126aee;
    color: #fff;
}

/* Outline Accent */

.deeper-button.outline-green {
    border-color: #48bf84;
    color: #48bf84;
}

.deeper-button.outline-green:hover {
    background-color: #48bf84;
    border-color: #48bf84;
    color: #fff;
}

/* White */

.deeper-button.button-white {
    background-color: #fff;
    border-color: transparent;
    color: #ad91db;
}

.deeper-button.button-white:hover {
    background-color: #48bf84;
    color: #fff;
}

/* Outline Accent */

.deeper-button.outline.outline-green {
    border-color: #48bf84;
    color: #48bf84;
}

.deeper-button.outline.outline-green:hover {
    background-color: #48bf84;
    border-color: #48bf84;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .double-button .inner .url-wrap:first-child {
        margin: 0 0 15px;
        padding: 0 0;
        display: block;
        text-align: center;
    }

    .double-button .inner .url-wrap:first-child:before {
        display: none;
    }

    .custom-service-link {
        display: none !important;
    }

    .btn-right-to-left.align-right {
        float: left;
    }
}

/* Content Box
-------------------------------------------------------------- */
.deeper-content-box,
.deeper-content-box .inner {
    transition: 0.3s;
}

.deeper-content-box > .inner {
    border-style: solid;
    border-color: transparent;
    z-index: 1;
    position: relative;
    transition: all ease 0.3s;
}

.deeper-content-box > .inner:after {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.deeper-content-box > .inner.accent,
.deeper-content-box > .inner.dark-accent,
.deeper-content-box > .inner.light-accent {
    background-color: #ad91db;
}

.deeper-content-box.overflow-hidden > .inner {
    overflow: hidden;
}

/* Parallax Box
-------------------------------------------------------------- */

.deeper-parallax-box {
    position: relative;
    width: 100%;
}

.deeper-parallax-item {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.deeper-parallax-item.abs-img {
    width: 100%;
}

.deeper-parallax-item.abs-img .image-wrap {
    position: absolute;
}

.deeper-parallax-item.has-width img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile,
    .hide-on-mobile.deeper-parallax-item,
    .hide-on-mobile .deeper-parallax-item {
        display: none;
    }
}

/* Icon Box
-------------------------------------------------------------- */

.deeper-icon-box .heading {
    margin-bottom: 0;
}

.deeper-icon-box .desc > p {
    margin: 0;
}

.deeper-icon-box ul li {
    list-style: none;
}

.deeper-icon-box.desc-padding-0 .desc {
    padding: 0 0 !important;
}

.deeper-icon-box .deeper-icon {
    position: relative;
}

.deeper-icon-box .deeper-icon .icon-wrap {
    display: inline-block;
    transition: all ease 0.35s;
}

.deeper-icon-box .icon-number {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 30px;
    background-color: #ad91db;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-family: "Gilroy", sans-serif;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.3s;
}

/* Icon top */

.deeper-icon-box.icon-top.align-center {
    text-align: center;
}

.deeper-icon-box.icon-top.align-center .icon,
.deeper-icon-box.icon-top.align-center .image-wrap {
    margin: 0 auto;
}

.deeper-icon-box.icon-top.align-right {
    text-align: right;
}

.deeper-icon-box.icon-top.align-right .icon,
.deeper-icon-box.icon-top.align-right .image-wrap {
    margin: 0;
}

.custom-content .pre-heading {
    font-size: 16px;
    color: #ad91db;
    margin: 0 0 15px;
}

.custom-content .heading {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 22px;
}

/* Icon left */

.deeper-icon-box.icon-left {
    position: relative;
}

.deeper-icon-box.icon-left .deeper-icon,
.deeper-icon-box.icon-left .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
}

/* Icon right */

.deeper-icon-box.icon-right {
    position: relative;
}

.deeper-icon-box.icon-right .deeper-icon,
.deeper-icon-box.icon-right .image-wrap {
    position: absolute;
    right: 0;
    top: 5px;
}

.deeper-icon-box.icon-right .heading,
.deeper-icon-box.icon-right .desc,
.deeper-icon-box.icon-right .url-wrap {
    text-align: right;
}

/* Icon left 2 */

.deeper-icon-box.icon-left2 .heading {
    margin: 0 0 40px 0;
}

.deeper-icon-box.icon-left2.has-width .heading {
    margin-top: 10px;
}

.deeper-icon-box.icon-left2 .deeper-icon,
.deeper-icon-box.icon-left2 .image-wrap {
    float: left;
}

@media only screen and (max-width: 991px) {
    .deeper-icon-box.icon-left .deeper-icon,
    .deeper-icon-box.icon-left .image-wrap,
    .deeper-icon-box.icon-right .deeper-icon,
    .deeper-icon-box.icon-right .image-wrap {
        position: static;
        margin: 5px 0 15px !important;
    }

    .deeper-icon-box.icon-left .heading {
        padding-left: 0 !important;
    }

    .deeper-icon-box.icon-left .desc {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Links
-------------------------------------------------------------- */

.deeper-link {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #777;
    letter-spacing: 0.1px;
}

.deeper-link > span {
    position: relative;
    display: inline-block;
    transition: transform ease 0.3s;
}

/* Style 1 */

.deeper-link.style-1:hover {
    color: #ff3366;
}

/* Custom Background
-------------------------------------------------------------- */

.deeper-background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: -1;
    height: 100%;
    max-width: calc(100vw - 30px);
}
.deeper-background.row-1300 {
    width: 1300px;
}
.deeper-background.row-1400 {
    width: 1400px;
}
.deeper-background.row-1500 {
    width: 1500px;
}
.deeper-background.row-1600 {
    width: 1600px;
}
.deeper-background.row-1700 {
    width: 1700px;
}
.deeper-background.row-1800 {
    width: 1800px;
}
.deeper-background.row-full-width {
    width: 100%;
}
.deeper-background.row-full-screen {
    width: 100vw;
    max-width: 100vw;
}

@media only screen and (max-width: 767px) {
    .deeper-background {
        max-width: 100%;
    }
}

/* List
-------------------------------------------------------------- */

.deeper-list > div {
    position: relative;
    padding: 0;
}

.deeper-list > div > span {
    padding-left: 30px;
    position: relative;
    display: block;
}

.deeper-list .icon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.deeper-list .icon.accent {
    color: #ad91db;
}

.deeper-list.icon-top .icon {
    top: 0;
}

.deeper-list.icon-middle .icon {
    top: 50%;
    transform: translateY(-50%);
}

.deeper-list.icon-middle .image-wrap {
    display: inline-block;
    margin-right: 15px;
}

.deeper-list.content-inline {
    text-align: center;
}

.deeper-list.content-inline .content-wrap {
    display: inline-block;
}

.deeper-list {
    margin: 0;
}

.deeper-list .list-item {
    position: relative;
    padding-left: 36px;
    margin: 0 0 7px;
    list-style: none;
}
.deeper-list .list-item:last-child {
    margin-bottom: 0 !important;
}
.deeper-list .list-item .title,
.deeper-list .list-item .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.deeper-list .list-item .desc .strong {
    font-weight: 700;
    color: #071e57;
}
.deeper-list .deeper-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.deeper-list .deeper-icon .icon-wrap {
    line-height: inherit;
    display: block;
}
.custom-list .deeper-list .list-item:before {
    position: absolute;
    left: 0;
    top: -4px;
    font-family: "Feather";
    content: "\e92b";
    color: #2ed47d;
    font-size: 24px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .center-list-item {
        text-align: center;
    }

    .center-list-item .list-item {
        display: inline-block;
    }
}

/* Custom List
-------------------------------------------------------------- */

.deeper-custom-list {
    margin: 0 0;
    padding: 0 0;
}

.deeper-custom-list .list-item {
    list-style: none;
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}

.deeper-custom-list .list-item span {
    font-weight: 600;
}

.deeper-custom-list .list-item:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 14px;
    color: #ffa200;
}

/* Video Icon
-------------------------------------------------------------- */

.deeper-video-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.deeper-video-icon svg {
    display: none;
}

.deeper-video-icon:before {
    font-family: "FontAwesome";
    content: "\f04b";
    font-size: 20px;
    color: #ff3366;
    display: inline-block;
}

.deeper-video-icon.style-1:before {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #fff;
    transition: all ease 0.35s;
}

.deeper-video-icon.style-2:before {
    width: 100px;
    height: 100px;
    line-height: 100px !important;
    text-align: center !important;
    border-radius: 50%;
    background-color: rgba(18, 106, 238, 0.7);
    color: #fff;
}

.deeper-video-icon.style-2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 0 0 rgba(18, 106, 238, 0.5);
    -webkit-animation: ripple 2s infinite;
    -moz-animation: ripple 2s infinite;
    -ms-animation: ripple 2s infinite;
    -o-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    content: "";
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(18, 106, 238, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(18, 106, 238, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(18, 106, 238, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(18, 106, 238, 0);
    }
}

.deeper-video-icon.style-3:before {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
}

.deeper-video-icon.style-4:before {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    color: #ffa200;
}

.deeper-video-icon.style-1:before,
.deeper-video-icon.style-3:before,
.deeper-video-icon.style-4:before {
    animation: anim2 ease-in-out 2s infinite alternate;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
}

.deeper-video-icon.style-5,
.deeper-video-icon.style-6 {
    transform: translate3d(0, 0, 0);
}

.deeper-video-icon.style-5:before,
.deeper-video-icon.style-6:before {
    font-size: 10px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    padding-left: 2px;
    transition: all ease 0.3s;
}

.deeper-video-icon.style-5:after,
.deeper-video-icon.style-6:after {
    content: "View Demo";
    font-family: "Alata", sans-serif;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 32px;
    transition: all ease 0.3s;
}

.deeper-video-icon.style-5:hover:before,
.deeper-video-icon.style-5:hover:after {
    color: #28c23e;
}

.deeper-video-icon.style-5:hover:before {
    border: 2px solid #28c23e;
}

.deeper-video-icon.style-6:before {
    border: 2px solid #556575;
    color: #556575;
}
.deeper-video-icon.style-6:after {
    color: #556575;
}

.deeper-video-icon.style-6:hover:before,
.deeper-video-icon.style-6:hover:after {
    color: #ad91db;
}

.deeper-video-icon.style-6:hover:before {
    border: 2px solid #ad91db;
}

.deeper-video-icon.style-7:before {
    animation: anim2 ease-in-out 2s infinite alternate;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.9);
    color: #ad91db;
}

@keyframes anim2 {
    from {
        -webkit-transform: scale(0.9) rotate(0deg);
    }
    to {
        -webkit-transform: scale(1) rotate(0deg);
    }
}

@media only screen and (max-width: 768px) {
    .deeper-video-icon.style-1:before,
    .deeper-video-icon.style-3:before,
    .deeper-video-icon.style-4:before {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
}

/* Project Info
-------------------------------------------------------------- */
.deeper-project-info {
    margin: 0 0;
    padding: 0 0;
}

.deeper-project-info li {
    list-style: none;
    color: #ad91db;
    font-size: 16px;
    margin-bottom: 15px;
}

.deeper-project-info li span {
    font-family: "Alata", sans-serif;
    color: #1d2b36;
    font-size: 18px;
}

.project-share .heading,
.project-share .icon {
    float: left;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-right: 10px;
}

.project-share .heading {
    font-size: 15px;
    padding: 11px 29px;
    font-weight: 600;
}

.project-share .icon a {
    font-size: 15px;
    width: 50px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #556575;
    display: inline-block;
    margin-bottom: 0 !important;
}

.project-share .icon a:hover {
    color: #ad91db;
}

/* Fancy Image
-------------------------------------------------------------- */

.deeper-fancy-image,
.deeper-fancy-img {
    position: relative;
}

.deeper-fancy-image.simple .deeper-video-icon {
    opacity: 1;
    margin: 0;
}

.deeper-fancy-image.animated .deeper-video-icon,
.deeper-fancy-image.is-in-view .deeper-video-icon {
    opacity: 1;
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    .deeper-fancy-image.stretch-on-mobile img {
        width: 100%;
        height: auto;
    }
}

.deeper-fancy-img-holder,
.deeper-fancy-img-bg {
    -webkit-transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
}

.deeper-fancy-img-bg {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 0;
    background-color: #4582ff;
}

.deeper-fancy-img-holder {
    opacity: 0;
}

.deeper-fancy-img-holder img {
    width: 100%;
}

.deeper-fancy-img-holder,
.deeper-fancy-img {
    position: relative;
}

.deeper-fancy-img.is-in-view .deeper-fancy-img-bg,
.deeper-fancy-img.is-in-view .deeper-fancy-img-holder {
    opacity: 1;
}

.deeper-fancy-img.is-in-view .deeper-video-icon {
    opacity: 1;
    margin-left: 0;
}

.deeper-fancy-img.is-in-view.bg-top .deeper-fancy-img-bg {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}

.deeper-fancy-img.is-in-view.bg-top .deeper-fancy-img-holder {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
}

.deeper-fancy-img.is-in-view.bg-right .deeper-fancy-img-bg {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
}

.deeper-fancy-img.is-in-view.bg-right .deeper-fancy-img-holder {
    -webkit-transform: translate(-15px, 15px);
    transform: translate(-15px, 15px);
}

.deeper-fancy-img.is-in-view.bg-bottom .deeper-fancy-img-bg {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}

.deeper-fancy-img.is-in-view.bg-bottom .deeper-fancy-img-holder {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}

.deeper-fancy-img.is-in-view.bg-left .deeper-fancy-img-bg {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
}

.deeper-fancy-img.is-in-view.bg-left .deeper-fancy-img-holder {
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
}

.deeper-fancy-image.reveal {
    display: inline-block;
    opacity: 0;
}

.deeper-fancy-image.reveal > * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.deeper-fancy-image.reveal.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.deeper-fancy-image.reveal.animated > figure {
    -webkit-animation-name: hide-show;
    animation-name: hide-show;
}

@keyframes hide-show {
    0% {
        opacity: 0;
    }
    66.6% {
        opacity: 0;
    }
    66.7% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.deeper-fancy-image.reveal-radius-20.reveal:after {
    border-radius: 20px;
}

.deeper-fancy-image.reveal-radius-50.reveal:after {
    border-radius: 50px;
}

.deeper-fancy-image.reveal:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.deeper-fancy-image.reveal.lr.animated:after {
    -webkit-animation-name: reveal-from-left;
    animation-name: reveal-from-left;
}

.deeper-fancy-image.reveal.rl.animated:after {
    -webkit-animation-name: reveal-from-right;
    animation-name: reveal-from-right;
}

@keyframes reveal-from-left {
    0% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes reveal-from-right {
    0% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    66.6% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

/* Fancy Text
-------------------------------------------------------------- */

.deeper-fancy-text.scroll {
    overflow: hidden;
    vertical-align: baseline;
}

.deeper-fancy-text.scroll .heading {
    margin: 0;
}

.deeper-fancy-text.scroll .heading {
    transition: margin-top 0.4s ease-in-out;
}

.deeper-fancy-text.typed .typed-cursor {
    opacity: 1;
    animation: blink 0.7s infinite;
}

.deeper-fancy-text.zoom {
    overflow: hidden;
}

.deeper-fancy-text.zoom.text-center,
.deeper-fancy-text.zoom.text-center .ah-words-wrapper {
    text-align: center;
    margin: 0 auto;
}

@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;
    }
}

/* Price Tables 
-------------------------------------------------------------- */

.deeper-price-box {
    box-shadow: 0 20px 50px 0 rgba(204, 204, 204, 0.3);
    padding: 45px 25px 50px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.deeper-price-box.feature-table {
    background-color: #6c85e8;
}

.deeper-price-box.feature-table-2 {
    background-color: #262a4c;
}

.deeper-price-box.feature-table-3 {
    background-color: #a46fe4;
}

.deeper-price-box .plan-name {
    font-size: 22px;
    margin: 0 0 10px;
}

.deeper-price-box .price {
    font-size: 42px;
    font-family: "Alata", sans-serif;
    display: inline-block;
}

.deeper-price-box .prefix,
.deeper-price-box .suffix {
    font-size: 16px;
    display: inline-block;
    font-family: "Alata", sans-serif;
}

.deeper-price-box .prefix {
    margin-right: -3px;
}

.deeper-price-box .price {
    margin-bottom: 40px;
}

.deeper-price-box .plan-desc {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 26px;
}

.deeper-price-box .features,
.deeper-price-box .plan-desc {
    padding-left: 30px;
    padding-right: 30px;
}

.deeper-price-box .features ul {
    margin: 0 0 40px;
    text-align: left;
}

.deeper-price-box .features ul li {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 7px;
    list-style: none;
    padding-left: 35px;
    position: relative;
}

.deeper-price-box .features ul li:last-child {
    margin-bottom: 0;
}

.deeper-price-box .features ul li:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f00c";
    color: #ad91db;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px;
}

.deeper-price-box.feature-table .features ul li:before,
.deeper-price-box.feature-table-3 .features ul li:before {
    color: #75dddd;
}

.deeper-price-box .url-wrap {
    border-top: 1px solid #e7e7e7;
    padding-top: 50px;
}

.deeper-price-box.feature-table .url-wrap {
    border-top: 1px solid #aab6e7;
}

.deeper-price-box.feature-table-2 .url-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.deeper-price-box.feature-table-3 .url-wrap {
    border-top: 1px solid rgba(199, 175, 229, 1);
}

/* Portfolio
-------------------------------------------------------------- */

/* Filter */

.cube-filter {
    text-align: center;
    margin-bottom: 60px;
}

.cbp-filter-item {
    font-family: "Alata", sans-serif;
    padding: 6px 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 16px;
    transition: all ease 0.3s;
}

.cbp-filter-counter {
    display: none;
}

.cbp-filter-item:hover,
.cbp-filter-item.cbp-filter-item-active {
    color: #6c85e8;
}

.mfp-figure:after {
    display: none !important;
}

.mfp-iframe-holder .mfp-close {
    right: 0 !important;
}

.mfp-image-holder .mfp-close {
    right: -70px !important;
}

.mfp-arrow {
    width: 40px !important;
    height: 40px !important;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    line-height: 33px !important;
}

.mfp-arrow-right.mfp-arrow:after,
.mfp-arrow-right.mfp-arrow .mfp-a {
    margin-left: 14px !important;
}

.project-image .mask {
    display: none;
}

.has-popup-img .project-image .mask {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(10px);
    width: 100%;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    transition: 0.7s;
    display: inline-block;
}

.has-popup-img .project-image .mask a {
    color: #fff;
    font-family: "Alata", sans-serif;
    position: relative;
}

.has-popup-img .project-image .mask a:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    opacity: 0.7;
    transition: 0.35s;
}

.has-popup-img .project-item:hover .mask {
    opacity: 1;
    transform: translateY(-50%);
}

.has-popup-img .project-image .mask a:hover:before {
    width: 100%;
}

.deeper-portfolio .content-wrap .title,
.deeper-portfolio .content-wrap .project-price {
    font-size: 22px;
    font-family: "Alata", sans-serif;
    letter-spacing: -0.2px;
}

.deeper-portfolio .content-wrap .project-price {
    color: #ad91db;
    float: left;
}

.deeper-portfolio .project-image {
    overflow: hidden;
    border-radius: 50px;
    position: relative;
}

.deeper-portfolio.has-popup-img .project-image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: #6c85e8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    backdrop-filter: saturate(90%) blur(5px);
    border-radius: 50px;
    transition: 0.35s;
}

.deeper-portfolio.has-popup-img .project-item:hover .project-image:before {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.deeper-portfolio .project-image img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.deeper-portfolio .project-item:hover .project-image img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.project-loadmore {
    text-align: center;
    margin-top: 70px;
}

.project-loadmore .loadmore-btn {
    font-family: "Alata", sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #6c85e7;
    color: #6c85e7;
    padding: 16px 45px;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
    display: inline-block;
}

.project-loadmore .loadmore-btn:hover {
    background-color: #6c85e7;
    color: #fff;
}

/* Style 1 */

.deeper-portfolio.style-1 .cbp-item:nth-child(2) {
    padding-top: 200px;
}

.deeper-portfolio.style-1 .content-wrap .title a {
    position: relative;
}

.deeper-portfolio.style-1 .content-wrap .title a:before {
    position: absolute;
    width: 0;
    height: 5px;
    content: "";
    background-color: #48bf84;
    left: 0;
    bottom: 2px;
    z-index: -1;
    opacity: 0.7;
    transition: 0.4s;
}

.deeper-portfolio.style-1 .project-item:hover .title a:before {
    width: 100%;
}

.deeper-portfolio.style-1 .project-image {
    margin-bottom: 35px;
}

.deeper-portfolio.style-1 .content-wrap {
    padding-left: 35px;
}

.deeper-portfolio.style-1 .content-wrap .deeper-link {
    color: #6c85e8;
}

.deeper-portfolio.style-1.accent-color-link .content-wrap .deeper-link {
    color: #ad91db;
}

.deeper-portfolio.style-1 .content-wrap .deeper-link:hover {
    color: #ff3366;
}

/* Style 2 */

.deeper-portfolio.style-2 .project-item:hover .title a {
    color: #ad91db;
}

.deeper-portfolio.style-2 .cbp-item:nth-child(2) {
    padding-top: 230px;
}

.deeper-portfolio.style-2 .content-wrap {
    padding: 15px 0 0 60px;
}

.deeper-portfolio.style-2 .content-wrap .project-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.deeper-portfolio.style-2 .content-wrap .project-link {
    float: right;
    line-height: 34px;
}

.deeper-portfolio.style-2 .content-wrap .deeper-link {
    color: #556575;
}

.deeper-portfolio.style-2 .content-wrap .deeper-link:hover {
    color: #1d2b36;
}

.deeper-cubeportfolio.reveal {
    opacity: 0;
}

.deeper-cubeportfolio.reveal.is-in-view {
    opacity: 1;
}

.deeper-cubeportfolio.reveal.is-in-view .cbp-item .cbp-item-wrapper .project-item {
    -webkit-animation-name: hide-show;
    animation-name: hide-show;
}

.deeper-cubeportfolio.reveal.is-in-view .cbp-item .cbp-item-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    border-radius: 50px;
}

.deeper-cubeportfolio.reveal.is-in-view .cbp-item .cbp-item-wrapper:after {
    -webkit-animation-name: reveal-from-left;
    animation-name: reveal-from-left;
}

.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(1) .cbp-item-wrapper .project-item {
    animation: 1.5s hide-show1 cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(2) .cbp-item-wrapper .project-item {
    animation: 2s hide-show2 cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(3) .cbp-item-wrapper .project-item {
    animation: 2.5s hide-show3 cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(4) .cbp-item-wrapper .project-item {
    animation: 3s hide-show4 cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(5) .cbp-item-wrapper .project-item {
    animation: 3.5s hide-show5 cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(6) .cbp-item-wrapper .project-item {
    animation: 4s hide-show6 cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(1) .cbp-item-wrapper:after {
    animation-delay: 0.5s;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(2) .cbp-item-wrapper:after {
    animation-delay: 1s;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(3) .cbp-item-wrapper:after {
    animation-delay: 1.5s;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(4) .cbp-item-wrapper:after {
    animation-delay: 2s;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(5) .cbp-item-wrapper:after {
    animation-delay: 2.5s;
}
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(6) .cbp-item-wrapper:after {
    animation-delay: 3s;
}

@keyframes hide-show1 {
    0% {
        opacity: 0;
    }
    79.99% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide-show2 {
    0% {
        opacity: 0;
    }
    84.99% {
        opacity: 0;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide-show3 {
    0% {
        opacity: 0;
    }
    87.99% {
        opacity: 0;
    }
    88% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide-show4 {
    0% {
        opacity: 0;
    }
    89.99% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide-show5 {
    0% {
        opacity: 0;
    }
    91.42% {
        opacity: 0;
    }
    91.43% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide-show6 {
    0% {
        opacity: 0;
    }
    92.49% {
        opacity: 0;
    }
    92.5% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 991px) {
    .project-loadmore {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .deeper-portfolio.style-1 .cbp-item:nth-child(2),
    .deeper-portfolio.style-2 .cbp-item:nth-child(2) {
        padding-top: 0;
    }

    .deeper-portfolio .content-wrap .title {
      margin: 0 0 20px;
    }

    .deeper-portfolio.style-2 .content-wrap {
        padding: 15px 0 0 25px;
    }

    .deeper-portfolio.style-2 .content-wrap .project-link {
        float: right;
        margin-right: 30px;
    }
}

/* Carousel Portfolio
-------------------------------------------------------------- */
.deeper-carousel-portfolio .project-image {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.deeper-carousel-portfolio img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
}

.deeper-carousel-portfolio .project-image {
    position: relative;
    overflow: hidden;
}

.deeper-carousel-portfolio .project-item:hover .project-image img {
    transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
}

.deeper-carousel-portfolio.has-popup-img .project-image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 95%;
    height: 95%;
    background: #39374d;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 10px 10px 0 0;
    transition: 0.35s;
}

.deeper-carousel-portfolio.has-popup-img .project-item:hover .project-image:before {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    backdrop-filter: saturate(90%) blur(5px);
}

/* Style 1 */

.deeper-carousel-portfolio.custom-width .flickity-viewport {
    max-width: 735px !important;
}

.deeper-carousel-portfolio.style-1 .project-item {
    max-width: 670px;
}

.deeper-carousel-portfolio.style-1 .text-wrap {
    padding: 33px 40px 70px 35px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.deeper-carousel-portfolio.style-1 .text-wrap .title {
    font-size: 22px;
    margin: 0 0 20px;
}

.deeper-carousel-portfolio .text-wrap .title a:before {
    position: absolute;
    width: 0;
    height: 5px;
    content: "";
    background-color: #126aee;
    left: 0;
    bottom: 2px;
    opacity: 0.7;
    transition: 0.4s;
}

.deeper-carousel-portfolio .text-wrap .title a {
    position: relative;
}

.deeper-carousel-portfolio .project-item:hover .text-wrap .title a:before {
    width: 100%;
}

.deeper-carousel-portfolio.style-1 .text-wrap .simple-link,
.deeper-carousel-portfolio.style-2 .text-wrap .simple-link {
    float: right;
    font-size: 26px;
    color: #126aee;
}

.deeper-carousel-portfolio.style-1 .project-item:hover .text-wrap .simple-link,
.deeper-carousel-portfolio.style-2 .project-item:hover .text-wrap .simple-link {
    transform: translateX(10px);
}

/* Style 2 */

.deeper-carousel-portfolio.style-2 .text-wrap {
    padding: 25px 35px 70px 35px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
}

.deeper-carousel-portfolio.style-2 img {
    width: 100%;
}

.deeper-carousel-portfolio.style-2 .text-wrap .title {
    font-size: 20px;
    margin: 0 0 18px;
}

.deeper-carousel-portfolio.style-2 .project-image .mask a {
    font-size: 16px;
}

.deeper-carousel-portfolio.style-2 .text-wrap .project-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
    .deeper-carousel-portfolio.custom-width .flickity-viewport {
        max-width: 100% !important;
    }

    .deeper-carousel-portfolio.custom-width .flickity-viewport .item-flickity {
        padding-right: 30px;
    }
}

/* Partner
-------------------------------------------------------------- */

.deeper-partner .partner-item .thumb {
    overflow: hidden;
}

.deeper-partner .partner-logo img {
    transition: all ease 0.35s;
}

.deeper-partner .partner-logo:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}

/* Booked
-------------------------------------------------------------- */
body div.booked-calendar-wrap div.booked-calendar {
    box-shadow: 0 20px 70px 0 rgba(38, 42, 76, 0.1) !important;
    border-radius: 10px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head {
    text-transform: inherit;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
    padding: 0 0 !important;
    border-radius: 10px 10px 0 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
    border-radius: 0 0 0 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
    background: #fff !important;
    color: #1d2b36 !important;
    border-color: #fff !important;
    border-bottom: 1px solid #f8f9f9 !important;
    font-family: "Open sans", sans-serif !important;
    font-weight: 700;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
    font-size: 22px;
    font-family: "Open sans", sans-serif;
    text-transform: inherit;
    letter-spacing: -0.2px;
    line-height: 64px;
    height: 64px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
    font-size: 14px;
}

body .calendarSavingState {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
    height: 65px !important;
    color: #2c3e50;
}

body div.booked-calendar-wrap div.booked-calendar,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active {
    border-bottom: none !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right {
    right: 30px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover {
    right: 27px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
    left: 30px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover {
    left: 27px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week:last-child .bc-col:first-child {
    border-radius: 0 0 0 10px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week:last-child .bc-col:last-child {
    border-radius: 0 0 10px 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
    border: none !important;
    border-bottom: 1px solid #f8f9f9 !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date {
    line-height: 60px !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span {
    font-size: 16px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-weight: 600;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date span {
    background: #126aee;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date {
    background-color: #fff !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
    font-size: 13px;
    font-family: "Alata", sans-serif;
    padding: 25px 0 !important;
}

body #booked-profile-page .booked-tabs.login {
    border: none;
    border-top-width: 0;
}
body #booked-page-form input[type="text"],
body #booked-page-form input[type="password"],
body #booked-page-form input[type="email"],
body #booked-page-form textarea {
    padding: 19px 20px;
}

body #booked-profile-page .booked-tab-content {
    border-radius: 0 0 5px 5px;
}

body #booked-profile-page .booked-tabs.login {
    border-radius: 5px 5px 0 0;
}

body #profile-login label,
#profile-register label,
#profile-forgot label {
    font-size: 16px;
    font-weight: 400;
    color: #556575;
}

body #booked-profile-page input[type="submit"].button-primary,
body .booked-calendar input[type="submit"].button-primary,
body .booked-list-view input[type="submit"].button-primary,
body .booked-modal input[type="submit"].button-primary {
    padding: 14px 45px;
    background-color: #6c85e8;
    border-color: #6c85e8;
    font-size: 15px;
    font-family: "Alata", sans-serif;
    margin-top: 15px;
}

body #booked-profile-page input[type="submit"].button-primary:hover,
body .booked-calendar input[type="submit"].button-primary:hover,
body .booked-list-view input[type="submit"].button-primary:hover,
body .booked-modal input[type="submit"].button-primary:hover {
    background-color: #262a4c !important;
    border-color: #262a4c !important;
}

button.new-appt {
    border-radius: 3px;
}

body #booked-profile-page .booked-tabs li a {
    font-size: 18px;
    font-family: "Alata", sans-serif;
    padding: 0 20px;
    line-height: 60px;
}

body #booked-page-form .login-remember {
    margin: 33px 0 0 0;
}

body #booked-profile-page .booked-tabs {
    border-width: 0;
}

body #profile-edit #booked-page-form input[type="file"] {
    margin-bottom: 15px;
}

.button.item-delete.submitdelete {
    padding: 8px 30px;
}

.button.item-delete.submitdelete:hover {
    background-color: #074883;
    color: #fff;
}

body #booked-profile-page .booked-user h3,
body #booked-profile-page .booked-profile-header .booked-logout-button {
    font-size: 13px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    font-size: 10px !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block.approved {
  line-height: 40px;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
  top: 14px !important;
  left: 25px !important;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
    font-size: 15px !important;
    padding: 17px 20px 17px 52px !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a {
    font-size: 15px !important;
    padding: 19px 20px !important;
}

.addeventatc {
    transition: all ease 0.35s;
}

.addeventatc:hover {
    border: 1px solid #ad91db;
}

body .booked-form input[type=submit],
body .booked-form button {
    margin: 20px 10px 0 0;
}

body .booked-form .field select {
    -webkit-appearance: auto;
}

#wp-user-avatars-photo {
  text-align: center;
}

#wp-user-avatars-photo img {
  margin-top: 22px;
  max-width: 70px;
}

@media screen and (max-width: 720px) {
    body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
        font-size: 13px;
        padding: 25px 0 !important;
    }
    body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date .number {
        transform: scale(1);
    }
    body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
        line-height: 44px !important;
    }
    body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
        height: 64px !important;
    }
    body .booked-appt-list .timeslot .spots-available {
        color: #fff;
    }
}

@media screen and (max-width: 600px){
    body .booked-modal .button {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Testimonials
-------------------------------------------------------------- */

/* Style 1 */

.deeper-testimonial-box.style-1 {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 50px 40px;
}

.deeper-testimonial-box.style-1.no-rating {
    padding: 50px 45px 65px;
}

.deeper-testimonial-box.style-1 .avatar {
    margin: 0 auto;
    margin-bottom: 25px;
}

.deeper-testimonial-box.style-1 .author-name {
    font-size: 20px;
    margin: 0 0 8px;
}

.deeper-testimonial-box.style-1.no-rating .author-name {
    margin-bottom: 35px;
}

.deeper-testimonial-box.style-1 .rating {
    margin-bottom: 20px;
}

.deeper-testimonial-box.style-1 .comment p {
    font-size: 16px;
    margin: 0 0 0;
}

/* Accordions & Toggles
-------------------------------------------------------------- */

.deeper-accordions .item {
    margin-bottom: 20px;
}

.deeper-accordions .item:last-child {
    margin-bottom: 0;
}

.deeper-accordions .content {
    display: none;
    font-weight: 500;
    padding: 30px 0 15px 20px;
    line-height: 26px;
    font-size: 16px;
}

.deeper-accordions .item .heading {
    position: relative;
    cursor: pointer;
    background-color: #e4f5fd;
    padding: 20px 60px 20px 25px;
    border-radius: 10px;
}

.deeper-accordions .item .heading h6 {
    margin: 0 0;
    font-size: 18px;
}

.deeper-accordions .item .heading:before,
.deeper-accordions .item.active .heading:before {
    content: "+";
    font-size: 30px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.deeper-accordions .item.active .heading:before {
    content: "-";
    font-size: 34px;
    margin-top: -4px;
}

/* Style 1 */

.deeper-accordions.style-1 .item.active .heading {
    background-color: #ad91db;
}

.deeper-accordions.style-1 .item.active .heading h6 {
    color: #fff;
}

/* Style 2 */

.deeper-accordions.style-2 .item .heading {
    background-color: transparent;
    border: 1px solid #ad91db;
}

.deeper-accordions.style-2 .item.active .heading {
    background-color: #ad91db;
    color: #fff;
}

.deeper-accordions.style-2 .item.active .heading h6 {
    color: #fff;
}

/* News Grid
-------------------------------------------------------------- */

.deeper-news-grid .thumb {
    overflow: hidden;
}

.deeper-news-grid .thumb img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.deeper-news-grid .news-box:hover .thumb img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.deeper-news-grid .texts {
    padding: 30px 0 0;
}

.deeper-news-grid .title {
    font-size: 22px;
    margin: 0 0 15px;
}

.deeper-news-grid .meta-wrap span,
.deeper-news-grid .meta-wrap a {
    font-size: 14px;
    color: #747474;
}

.deeper-news-grid .title a:hover,
.deeper-news-grid .meta-wrap a:hover {
    color: #ad91db;
}

/* Subcribe
-------------------------------------------------------------- */

.deeper-subscribe .mc4wp-form input[type="email"] {
    width: 100%;
    max-width: 300px;
    float: left;
    margin-bottom: 15px;
    border: 1px solid transparent;
}

.deeper-subscribe .mc4wp-form input[type="submit"] {
    color: #fff;
    letter-spacing: 0.5px;
    padding: 15px 58px;
    border-radius: 5px;
    margin-left: -6px;
    background-color: #28bd36;
    border-color: #28bd36;
}

.deeper-subscribe .mc4wp-form input[type="submit"]:hover {
    background-color: #ad91db;
    border-color: #ad91db;
}

.deeper-subscribe.style-1 .mc4wp-form input[type="email"] {
    background-color: #e4f5fd;
}

.deeper-subscribe.style-2 .mc4wp-form input[type="email"] {
    background-color: #fff;
}

.deeper-subscribe.style-3 .mc4wp-form input[type="submit"] {
    padding: 16px 58px;
    background-color: #ffa200 !important;
    border-color: #ffa200 !important;
}

.deeper-subscribe.style-3 .mc4wp-form input[type="submit"]:hover {
    background-color: #48bf84 !important;
    border-color: #48bf84 !important;
}

@media only screen and (max-width: 991px) {
    .deeper-portfolio.style-1 .project-item:hover .title a:before {
        display: none;
    }
}

@media only screen and (max-width: 565px) {
    .deeper-subscribe .mc4wp-form input[type="email"] {
        max-width: 65%;
    }

    .deeper-subscribe .mc4wp-form input[type="submit"] {
        max-width: 35%;
        padding: 15px 0;
        width: 100%;
    }
}

/* Counter
-------------------------------------------------------------- */

.deeper-counter {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 20px 70px 0 rgba(18, 106, 238, 0.1);
    border-radius: 10px;
    z-index: 1;
    padding: 35px 0 65px;
    transition: all ease 0.3s;
}

.deeper-counter .heading,
.deeper-counter .desc,
.deeper-counter .counter-wrap span,
.deeper-counter .icon-wrap i {
    transition: all ease 0.35s;
}

.deeper-counter.align-left {
    text-align: left;
}

.deeper-counter.no-shadow {
    box-shadow: 0 0 0 0;
    padding: 0 0 !important;
}

.deeper-counter .counter-wrap {
    font-size: 52px;
    font-family: "Alata", sans-serif;
    margin-bottom: 7px;
    letter-spacing: -1.5px;
}

.deeper-counter.align-left .number {
    margin-left: -5px;
}

.deeper-counter .heading {
    font-size: 20px;
    margin: 0 0 15px;
    letter-spacing: -0.2px;
}

.deeper-counter.style-1.feature-table {
    background-color: #126aee;
    margin-top: -10px;
}

.deeper-counter.style-1 .desc {
    font-size: 15px;
}

.deeper-counter.style-1:hover {
    background-color: #126aee;
}

.deeper-counter.style-1:hover .heading,
.deeper-counter.style-1:hover .desc,
.deeper-counter.style-1:hover .counter-wrap span,
.deeper-counter.style-1:hover .icon-wrap i {
    color: #fff !important;
}

.deeper-counter.style-2 {
    padding: 40px 0 35px;
}

/* Progress Bar
-------------------------------------------------------------- */

.deeper-progress {
    position: relative;
    margin-bottom: 25px;
}

.deeper-progress:last-child {
    margin-bottom: 0;
}

.deeper-progress .perc-wrap {
    line-height: normal;
    margin: 0;
}

.deeper-progress .heading,
.deeper-progress .perc {
    letter-spacing: -0.3px;
    font-family: "Alata", sans-serif;
}

.deeper-progress .heading {
    position: absolute;
    left: 0;
}

.deeper-progress .progress-animate {
    position: relative;
    height: 6px;
    width: 0;
    transition: width ease 1s;
}

.deeper-progress .progress-animate.accent {
    background-color: #ad91db;
}

.deeper-progress .progress-animate.accent.gradient {
    background: rgba(254, 126, 75, 1);
    background: -moz-linear-gradient(left, rgba(254, 126, 75, 1) 100%, rgba(254, 126, 75, 0.3) 0%);
    background: -webkit-linear-gradient(left, rgba(254, 126, 75, 1) 100%, rgba(254, 126, 75, 0.3) 0%);
    background: linear-gradient(to right, rgba(254, 126, 75, 1) 100%, rgba(254, 126, 75, 0.3) 0%);
}

.deeper-progress .perc {
    width: 0;
    text-align: right;
    opacity: 0;
    transition: all ease 1s;
}

.deeper-progress .perc.accent {
    color: #ad91db;
}

.deeper-progress .perc.show {
    opacity: 1;
}

/* Demo Box
-------------------------------------------------------------- */

.deeper-demo-box {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 20px 70px 0 rgba(204, 204, 204, 0.4);
    height: 775px;
    border-radius: 10px;
}

.deeper-demo-box .demo-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 2s ease-in-out;
}

.deeper-demo-box .demo-image:hover img {
    transform: translateY(calc(-100% + 775px));
}

.deeper-demo-box .demo-text {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
}

.deeper-demo-box .demo-text:hover a {
    color: #0f66dc;
}

.landing-box .heading {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    margin: 18px 0 0;
}

/* Pie Chart
-------------------------------------------------------------- */

.deeper-piechart .heading {
    font-size: 25px;
    margin: 0 0 16px;
}

.deeper-piechart .texts {
    padding: 0 30px;
}

.deeper-piechart .texts p {
    margin: 0 0 0;
}

.deeper-piechart .piechart {
    max-width: 220px;
    margin-bottom: 40px;
}

.deeper-piechart.align-center .piechart {
    margin-left: auto;
    margin-right: auto;
}

.deeper-piechart .inner-circle {
    position: absolute;
    top: 10%;
    left: 10%;
    height: 80%;
    width: 80%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.deeper-piechart .piechart .progressbar-text {
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
}

.deeper-piechart .piechart svg {
    stroke-linecap: round;
    transform: scaleX(-1);
    display: block;
}

.deeper-piechart .piechart path:first-child {
    stroke: #ededed !important;
}

.deeper-piechart .piechart path:last-child {
    stroke: url(#piechart-gradient) #fff !important;
}

#piechart-gradient stop.start-color {
    stop-color: #ad91db !important;
}

#piechart-gradient stop.end-color {
    stop-color: #b394e5 !important;
}

/* Divider
-------------------------------------------------------------- */

.deeper-divider {
    display: block;
    width: 100%;
    height: 0;
    background: none;
    margin: 0 auto;
}

.deeper-divider.divider-right {
    margin: 0;
    float: right;
}

.deeper-divider.divider-left {
    margin: 0;
    float: left;
}

.deeper-divider .divider-icon {
    display: inline-block;
    position: relative;
}

.deeper-divider .divider-icon-before {
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #f7f7f7;
    right: 100%;
    width: 9999px;
    margin-top: -0.5px;
}

.deeper-divider .divider-icon-after {
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #f7f7f7;
    left: 100%;
    width: 9999px;
    margin-top: -0.5px;
}

.deeper-divider.divider-solid {
    border-top: 1px solid #f7f7f7;
}

.deeper-divider.divider-dashed {
    border-top: 1px dashed #f7f7f7;
}

.deeper-divider.divider-dotted {
    border-top: 1px dotted #f7f7f7;
}

.deeper-divider.divider-double,
.deeper-divider.has-icon .divider-double {
    height: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.deeper-divider.has-icon {
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border: none;
    overflow: hidden;
}

.deeper-divider.has-icon .icon-wrap {
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
}

.deeper-divider.has-icon .icon-wrap > span {
    display: inline-block;
}

.deeper-divider.has-icon .icon-wrap > span.accent {
    color: #ad91db;
}

.deeper-divider.has-icon .divider-dotted {
    border-style: dotted;
}

.deeper-divider.has-icon .divider-dashed {
    border-style: dashed;
}

.divider-icon-before.accent,
.divider-icon-after.accent,
.deeper-divider.has-icon .divider-double.accent {
    border-color: #ad91db;
}

/* Team Box
-------------------------------------------------------------- */

.deeper-team-box {
    position: relative;
}

.deeper-team-box .avatar {
    position: relative;
    overflow: hidden;
    transition: all ease 0.35s;
    border-radius: 10px;
}

.deeper-team-box .avatar img {
    width: 100%;
    height: auto;
    transition: all ease 0.35s;
}

.deeper-team-box .avatar:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #6c85e8;
    opacity: 0;
    transform: scale(0.9);
    transition: all ease 0.35s;
}

.deeper-team-box:hover .avatar:after {
    transform: scale(1);
    opacity: 0.7;
}

.deeper-team-box {
    text-align: center;
}

.deeper-team-box .team-socials {
    position: absolute;
    bottom: 60px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(20px);
}

.deeper-team-box .team-socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
    border-radius: 50%;
    margin: 0 10px;
}
.deeper-team-box .team-socials .fa-facebook-f:before {
    content: "\f09a" !important;
}
.deeper-team-box .team-socials a:hover {
    background-color: #fff;
    color: #6c85e8;
    opacity: 1;
}

.deeper-team-box:hover .team-socials {
    opacity: 1;
    transform: translateY(0);
}

.deeper-team-box .team-name {
    font-size: 22px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.deeper-team-box .team-name:hover {
    color: #4a44f2;
}

.deeper-team-box .team-pos {
    font-size: 16px;
    display: inline-block;
}

/* Grid Box
-------------------------------------------------------------- */

.deeper-gridbox.grid2 .grid-item {
    width: 50%;
}

.deeper-gridbox.grid3 .grid-item {
    width: 33.333%;
}

.deeper-gridbox.grid4 .grid-item {
    width: 25%;
    position: relative;
}

.deeper-gridbox .grid-row:first-child {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.deeper-gridbox .grid-row:not(:first-child) {
    border-left: 1px solid #ececec;
}

.deeper-gridbox .grid-item {
    float: left;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.deeper-gridbox.border-dark .grid-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.deeper-gridbox.border-dark .grid-row:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.deeper-gridbox.border-dark .grid-item {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.deeper-gridbox.no-border-wrap .grid-row:first-child,
.deeper-gridbox.no-border-wrap .grid-row:not(:first-child) {
    border: 0 !important;
}

.deeper-gridbox.no-border-wrap .grid-row .grid-item:last-child {
    border-right: 0 !important;
}

.deeper-gridbox.no-border-wrap .grid-row:last-child .grid-item {
    border-bottom: 0 !important;
}

.deeper-gridbox.no-borders .grid-row,
.deeper-gridbox.no-borders .grid-item {
    border: 0 !important;
}

.deeper-gridbox.no-borders.v-80 .grid-row {
    margin: 0 -40px;
}

.translay-y-50 {
    transform: translateY(50px);
}

.deeper-gridbox.no-borders.v-80 .grid-row .grid-item {
    padding: 0 40px;
}

.deeper-gridbox.no-borders.v-70 .grid-row {
    margin: 0 -35px;
}

.deeper-gridbox.no-borders.v-70 .grid-row .grid-item {
    padding: 0 35px;
}

.deeper-gridbox.no-borders.v-60 .grid-row {
    margin: 0 -30px;
}

.deeper-gridbox.no-borders.v-60 .grid-row .grid-item {
    padding: 0 30px;
}

.deeper-gridbox.no-borders.v-55 .grid-row {
    margin: 0 -22.5px;
}

.deeper-gridbox.no-borders.v-55 .grid-row .grid-item {
    padding: 0 22.5px;
}

.deeper-gridbox.no-borders.v-50 .grid-row {
    margin: 0 -25px;
}

.deeper-gridbox.no-borders.v-50 .grid-row .grid-item {
    padding: 0 25px;
}

.deeper-gridbox.no-borders.v-45 .grid-row {
    margin: 0 -22.5px;
}

.deeper-gridbox.no-borders.v-45 .grid-row .grid-item {
    padding: 0 22.5px;
}

.deeper-gridbox.no-borders.v-40 .grid-row {
    margin: 0 -20px;
}

.deeper-gridbox.no-borders.v-40 .grid-row .grid-item {
    padding: 0 20px;
}

.deeper-gridbox.no-borders.v-35 .grid-row {
    margin: 0 -17.5px;
}

.deeper-gridbox.no-borders.v-35 .grid-row .grid-item {
    padding: 0 17.5px;
}

.deeper-gridbox.no-borders.v-30 .grid-row {
    margin: 0 -15px;
}

.deeper-gridbox.no-borders.v-30 .grid-row .grid-item {
    padding: 0 15px;
}

.deeper-gridbox.no-borders.v-25 .grid-row {
    margin: 0 -12.5px;
}

.deeper-gridbox.no-borders.v-25 .grid-row .grid-item {
    padding: 0 12.5px;
}

.deeper-gridbox.no-borders.v-20 .grid-row {
    margin: 0 -10px;
}

.deeper-gridbox.no-borders.v-20 .grid-row .grid-item {
    padding: 0 10px;
}

.deeper-gridbox.no-borders.v-15 .grid-row {
    margin: 0 -7.5px;
}

.deeper-gridbox.no-borders.v-15 .grid-row .grid-item {
    padding: 0 7.5px;
}

.deeper-gridbox.no-borders.v-10 .grid-row {
    margin: 0 -5px;
}

.deeper-gridbox.no-borders.v-10 .grid-row .grid-item {
    padding: 0 5px;
}

.deeper-gridbox.no-borders.v-5 .grid-row {
    margin: 0 -2.5px;
}

.deeper-gridbox.no-borders.v-5 .grid-row .grid-item {
    padding: 0 2.5px;
}

.deeper-gridbox.no-borders.h-50 .grid-row {
    margin-bottom: 50px;
}

.deeper-gridbox.no-borders.h-45 .grid-row {
    margin-bottom: 45px;
}

.deeper-gridbox.no-borders.h-40 .grid-row {
    margin-bottom: 40px;
}

.deeper-gridbox.no-borders.h-35 .grid-row {
    margin-bottom: 35px;
}

.deeper-gridbox.no-borders.h-30 .grid-row {
    margin-bottom: 30px;
}

.deeper-gridbox.no-borders.h-25 .grid-row {
    margin-bottom: 25px;
}

.deeper-gridbox.no-borders.h-20 .grid-row {
    margin-bottom: 20px;
}

.deeper-gridbox.no-borders.h-15 .grid-row {
    margin-bottom: 15px;
}

.deeper-gridbox.no-borders.h-10 .grid-row {
    margin-bottom: 10px;
}

.deeper-gridbox.no-borders.h-5 .grid-row {
    margin-bottom: 5px;
}

.deeper-gridbox.no-borders .grid-row:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .wpb_row.no-padding .deeper-gridbox {
        max-width: 90%;
        margin: 0 auto;
    }
    .deeper-gridbox .grid-row,
    .deeper-gridbox .grid-item {
        border-width: 0 !important;
    }
    .deeper-gridbox .grid-item {
        border-top: 1px solid #ececec !important;
    }
    .deeper-gridbox.border-dark .grid-item {
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    .deeper-gridbox .grid-row:first-child .grid-item:first-child {
        border-top: 0 !important;
    }
    .deeper-gridbox.no-borders .grid-row {
        margin-bottom: 0 !important;
        margin: 0 !important;
    }
    .deeper-gridbox.no-borders .grid-item {
        padding: 0 !important;
    }
    .deeper-gridbox.no-borders .grid-item {
        margin-bottom: 30px !important;
    }
    .deeper-gridbox.grid4 .grid-item {
        width: 50%;
        padding: 35px 0;
        border: 0 !important;
    }
    .deeper-gridbox.grid2 .grid-item,
    .deeper-gridbox.grid3 .grid-item {
        width: 100% !important;
        padding: 35px 0;
    }

    .deeper-gridbox.no-borders.grid3.landing-item .grid-item {
        margin-bottom: 50px !important;
        width: 50% !important;
        padding: 0 15px !important;
    }

    .deeper-gridbox.no-borders.grid3.landing-item .clearfix:before,
    .deeper-gridbox.no-borders.grid3.landing-item .clearfix:after {
        clear: none !important;
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    .deeper-gridbox .grid-item {
        width: 100% !important;
        padding: 35px 0;
    }
    .deeper-gridbox.grid2 .grid-item,
    .deeper-gridbox.grid3 .grid-item {
        width: 100% !important;
        padding: 35px 0;
    }

    .deeper-gridbox.no-borders.grid3.landing-item .grid-item {
        width: 100% !important;
        margin-bottom: 50px !important;
    }
}

/* Slider Content
-------------------------------------------------------------- */

.deeper-slick-slider.style-1 .slick-container {
    margin-left: -14%;
}

.deeper-slick-slider.style-2 .slick-container {
    margin-right: -14%;
}

.deeper-slick-slider .deeper-content-box .inner {
    padding: 35px 35px 52px !important;
    margin-top: 20px;
    border-color: transparent;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
}

.deeper-slick-slider .slick-current .deeper-content-box .inner {
    background: #e4f5fd;
    border-color: transparent;
    border-radius: 5px;
}

.deeper-slick-slider .slick-nav-item:last-child .deeper-content-box .inner {
    margin-bottom: 0;
}

@media only screen and (max-width: 1170px) {
    .deeper-slick-slider .slick-container.slick-content {
        margin-left: 0;
        width: 65% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .deeper-slick-slider .slick-container.slick-content {
        width: 100% !important;
    }

    .deeper-slick-slider .slick-container.slick-nav {
        width: 100% !important;
        float: left !important;
    }
    
    .slick-content-item {
        margin-bottom : 50px;
    }

    .deeper-slick-slider .slick-nav-item {
        margin: 0 0 0 0;
    }

    .deeper-slick-slider.style-1 .slick-container {
        margin-left: 0;
    }

    .deeper-slick-slider.style-2 .slick-container {
        margin-right: 0;
    }

    .deeper-slick-slider .deeper-content-box .inner {
        border-bottom: 0;
        border: 1px solid #e7e7e7;
        margin-right: 2px;
    }

    .deeper-slick-slider .deeper-content-box .inner {
        padding: 35px 30% 52px 35px !important;
    }
}

@media only screen and (max-width: 767px) {
    .deeper-slick-slider .deeper-content-box .inner {
        padding: 35px 35px 52px 35px !important;
    }
    
    .deeper-slick-slider .deeper-content-box .inner {
        margin-top: 0;
    }
}

/* Tabs
-------------------------------------------------------------- */

.deeper-adv-tabs .tab-title {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
    transition: 0.3s;
}

.deeper-adv-tabs .tab-title .item-title {
    list-style: none;
    display: inline-block;
    transition: 0.3s;
    text-align: center;
    margin-right: 15px;
}

.deeper-adv-tabs .tab-title .item-title:last-child {
    margin-right: 0;
}

.deeper-adv-tabs .tab-title .item-title .anchor-link {
    font-family: "Alata", sans-serif;
    font-size: 18px;
    color: #1d2b36;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 30px;
    transition: none;
    border-bottom: none;
    display: inline-block;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.deeper-adv-tabs .tab-title .item-title.active > .anchor-link {
    background-color: #e4f5fd;
    color: #ad91db;
}

.deeper-adv-tabs .tab-content-wrap {
    margin-top: 35px;
}

/* Event Box
-------------------------------------------------------------- */

.deeper-event-box .thumb {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.deeper-event-box .thumb img {
    width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
}

.deeper-event-box:hover .thumb img {
    transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
}

.deeper-event-box .content-wrap {
    padding: 30px 30px 35px 35px;
    border: 1px solid #e7e7e7;
    border-top: none;
    border-radius: 0 0 10px 10px;
    position: relative;
    background-color: #fff;
}

.deeper-event-box .content-wrap h2 {
    font-size: 22px;
    letter-spacing: -0.2px;
    margin-bottom: 22px;
}

.deeper-event-box .content-wrap .sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01px;
    font-family: Alata;
    margin-bottom: 15px;
    display: inline-block;
}

.deeper-event-box:hover .content-wrap h2 a {
    color: #ad91db;
}

.deeper-event-box .content-wrap .time {
    color: #7f7f7f;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.01px;
    margin-bottom: 15px;
}

.deeper-event-box .content-wrap .deeper-link {
    color: #ad91db;
}

.deeper-event-box .content-wrap .deeper-link:hover {
    color: #ff3366;
}

.deeper-event-box .content-wrap .date {
    color: #ad91db;
    position: absolute;
    right: 35px;
    top: -35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 20px;
    box-shadow: 0 10px 35px 0 rgba(173, 145, 219, 0.15);
    text-align: center;
    z-index: 9999;
    background-color: #fff;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.2px;
    font-family: Alata;
}

.deeper-event-box .content-wrap .date div {
    line-height: 1.1;
    padding-top: 15px;
}

.deeper-event-box .content-wrap .date span {
    font-size: 14px !important;
    color: #1d2b36;
    display: block;
}

/* Contact From 
-------------------------------------------------------------- */

.deeper-cf7 .name-area,
.deeper-cf7 .email-area,
.deeper-cf7 .subject-area,
.deeper-cf7 .service-area {
    width: 49.1%;
    display: inline-block;
    float: left;
}

.deeper-cf7 .name-area,
.deeper-cf7 .subject-area {
    margin-right: 1.8%;
}

.deeper-cf7 input,
.deeper-cf7 textarea {
    font-weight: 400;
    background-color: #f2f2f2;
}

.deeper-cf7 textarea {
    height: 150px;
    margin-bottom: 5px;
}

.deeper-cf7 label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
}

.deeper-cf7 .message-area span {
    font-size: 14px;
    color: #cacaca;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.deeper-cf7 input[type="submit"] {
    padding: 15px 59px;
    background-color: #28c23e;
    border-color: #28c23e;
    color: #fff;
    font-family: "Alata", sans-serif;
    letter-spacing: 0.2px;
}

.deeper-cf7 input[type="submit"]:hover {
    background-color: #ad91db;
    border-color: #ad91db;
}

div.wpcf7-response-output {
    margin: 0 0;
}

@media only screen and (max-width: 767px) {
    .deeper-cf7 .name-area,
    .deeper-cf7 .email-area,
    .deeper-cf7 .subject-area,
    .deeper-cf7 .service-area {
        width: 100%;
    }
}

/*
SHOP STYLE
-------------------------------------------------------------- */

/* General */

.woocommerce a {
    color: #ad91db;
}

.woocommerce a:hover {
    color: #071e57;
}

.woocommerce-page #sidebar {
    margin-top: 45px;
}

.woocommerce-page #content-wrap .meta-wrap {
    padding: 8px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce-page #content-wrap .woocommerce-result-count {
    position: relative;
    margin: 0;
    float: left;
    font-size: 16px;
    color: #556575;
    padding: 12px 0 0;
}

.woocommerce-page #content-wrap .woocommerce-ordering {
    float: right;
    position: relative;
}

.woocommerce-page #content-wrap .woocommerce-ordering select {
    font-size: 16px;
    color: #556575;
    font-weight: 400;
    margin: 0;
    padding: 10px 30px;
    width: 260px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    margin: 0;
    cursor: pointer;
    font-style: normal;
}

.woocommerce-page #content-wrap .woocommerce-ordering select:focus {
    outline: 0;
}

.woocommerce .star-rating,
.woocommerce-page .content-woocommerce .star-rating {
    width: 120px;
    height: 24px;
    background: url(assets/img/star.png) repeat-x left 0;
    float: right;
}

.woo-single-post-class .summary .woocommerce-product-rating .star-rating {
    float: none;
}

.woocommerce .star-rating span,
.woocommerce-page .content-woocommerce .star-rating span {
    background: url(assets/img/star.png) repeat-x left -48px;
    height: 0;
    padding-top: 24px;
    overflow: hidden;
    float: left;
    font-size: 13px;
    color: #074883;
}

.woocommerce-page .content-woocommerce p.stars {
    overflow: hidden;
    zoom: 1;
}

.woocommerce-page .content-woocommerce p.stars span {
    width: 120px;
    height: 24px;
    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: 24px;
    height: 0;
    padding-top: 24px;
    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 -24px;
}

.woocommerce-page .content-woocommerce p.stars a.active {
    background: url(assets/img/star.png) repeat-x left -48px;
}

.woocommerce-page .content-woocommerce p.stars span a.star-1 {
    width: 24px;
    z-index: 10;
}

.woocommerce-page .content-woocommerce p.stars span a.star-2 {
    width: 48px;
    z-index: 9;
}

.woocommerce-page .content-woocommerce p.stars span a.star-3 {
    width: 72px;
    z-index: 8;
}

.woocommerce-page .content-woocommerce p.stars span a.star-4 {
    width: 96px;
    z-index: 7;
}

.woocommerce-page .content-woocommerce p.stars span a.star-5 {
    width: 120px;
    z-index: 6;
}

.woocommerce-page abbr {
    border: none;
    text-decoration: none;
}

.woocommerce-page div.product div.images .flex-active-slide img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 20px;
}

.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {
    color: #ad91db;
    background-color: transparent;
}

.woocommerce-page .woo-single-post-class .summary .stock.in-stock,
.product .onsale {
    position: absolute;
    right: 20px;
    top: 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    padding: 4px 12px;
    background-color: #28c23e;
    color: #fff;
    z-index: 999;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left:hover,
.pswp--has_mouse .pswp__button--arrow--right:hover {
    background-color: transparent;
}

/* Product Item */

.woocommerce .products,
.woocommerce-page .content-woocommerce .products {
    margin: 0 -15px;
    clear: both;
    list-style: none;
}

.woocommerce.columns-2 .products li,
.woocommerce-page.shop-col-2 .products li {
    width: 50%;
}

.woocommerce.columns-3 .products li,
.woocommerce-page.shop-col-3 .products li {
    width: 33.33%;
}

.woocommerce.columns-4 .products li,
.woocommerce-page.shop-col-4 .products li {
    width: 25%;
}

.woocommerce .products li,
.woocommerce-page .products li {
    float: left;
    padding: 0 15px;
    margin-top: 50px;
}

.woocommerce .products li.first,
.woocommerce-page .products li.first {
    clear: both;
}

.woocommerce .products li .count {
  background-color: transparent;
}

.woocommerce .products li .inner,
.woocommerce-page .products li .inner {
    position: relative;
}

.woocommerce .products li .product-info,
.woocommerce-page .products li .product-info {
    margin: 13px 0 0;
    position: relative;
}

.woocommerce .products li h2,
.woocommerce-page .products li h2 {
    margin-bottom: 6px;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 30px;
    transition: color ease 0.3s;
}

.woocommerce.columns-4 .products li .product-info,
.woocommerce-page.shop-col-4 .products li .product-info {
    padding: 15px 0 25px 0;
}

.woocommerce.columns-4 .products li .price,
.woocommerce-page.shop-col-4 .products li .price {
    right: 0;
}

.woocommerce .products li .product-info .button,
.woocommerce .products li .product-info .added_to_cart,
.woocommerce-page .products li .product-info .button,
.woocommerce-page .products li .product-info .added_to_cart {
    display: none;
    margin-top: 30px;
    padding: 10px 20px;
}

.woocommerce .products li .product-info .button:hover,
.woocommerce .products li .product-info .added_to_cart:hover,
.woocommerce-page .products li .product-info .button:hover,
.woocommerce-page .products li .product-info .added_to_cart:hover {
    background-color: #074883;
    color: #fff;
}

.woocommerce .products li .product-info .button:before,
.woocommerce .products li .product-info .added_to_cart:before,
.woocommerce-page .products li .product-info .button:before,
.woocommerce-page .products li .product-info .added_to_cart:before {
    right: 12px;
    opacity: 0;
}

.woocommerce .products li .product-info .button:hover:before,
.woocommerce .products li .product-info .added_to_cart:hover:before,
.woocommerce-page .products li .product-info .button:hover:before,
.woocommerce-page .products li .product-info .added_to_cart:hover:before {
    opacity: 1;
    right: 0;
}

.woocommerce .products li .product-info .button:hover:after,
.woocommerce .products li .product-info .added_to_cart:hover:after,
.woocommerce-page .products li .product-info .button:hover:after,
.woocommerce-page .products li .product-info .added_to_cart:hover:after {
    opacity: 0;
    right: -12px;
}

.woocommerce .products li .product-info .button:focus,
.woocommerce .products li .product-info .added_to_cart:focus,
.woocommerce-page .products li .product-info .button:focus,
.woocommerce-page .products li .product-info .added_to_cart:focus {
    text-decoration: underline;
}

.woocommerce .products li .product-thumbnail,
.woocommerce-page .products li .product-thumbnail {
    overflow: hidden;
    border-radius: 10px;
}

.woocommerce .products li .product-thumbnail img,
.woocommerce-page .products li .product-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform ease 0.3s;
}

.woocommerce .products li:hover .product-thumbnail img,
.woocommerce-page .products li:hover .product-thumbnail img {
    transform: scale(1.1) rotate(1.5deg);
}

.woocommerce .products li .price,
.woocommerce-page .products li .price {
    font-size: 18px;
    color: #777777;
}

.woocommerce .products li .product-cat,
.woocommerce-page .products li .product-cat {
    font-size: 14px;
    margin-bottom: 3px;
    color: #777777;
}


.woocommerce li .product-cat,
.woocommerce-page .products li .product-cat {
    display: none;
}

.woocommerce .products li .product-cat:hover,
.woocommerce-page .products li .product-cat:hover {
    color: #ad91db;
}

.woocommerce .products li .price del,
.woocommerce-page .products li .price del {
    color: #aaa;
    padding-right: 4px;
}

.woocommerce .products li .price ins,
.woocommerce-page .products li .price ins {
    background-color: transparent;
}

.woocommerce .products li h2:hover,
.woocommerce-page .products li h2:hover {
    color: #ad91db;
}

/* Single Product
--------------------------------------------------------------*/
.content-woocommerce .simple-link {
    float: right;
    font-size: 15px;
    margin-top: 50px;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #f8faff;
}

.content-woocommerce .simple-link:hover {
    background-color: #0a83fb;
    color: #fff;
}

.woo-single-post-class {
    position: relative;
}

.woo-single-post-class .images {
    width: 48.717%;
    float: left;
    position: relative;
}

.woo-single-post-class .onsale {
    top: 20px;
    right: 20px;
    left: auto;
    z-index: 999;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    background-color: #373737;
    text-align: center;
    content: "\e618";
    color: #fff;
    font-family: "Pe-icon-7-stroke";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.35s;
}

.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger:after {
    opacity: 1;
}

.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
    background-color: #074883;
}

.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 li img {
    width: 100%;
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 10px -5px 0;
    width: auto;
    list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    padding: 0 5px 4px;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.333%;
}

.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.6%;
}

.woo-single-post-class .summary {
    width: 45.727%;
    float: right;
}

.woo-single-post-class .summary h1 {
    color: #071e57;
    font-size: 28px;
    margin: 30px 0 20px 0;
}

.woo-single-post-class .summary .woocommerce-product-rating {
    position: relative;
    margin-bottom: 40px;
}

.woo-single-post-class .summary .woocommerce-review-link {
    font-size: 13px;
    position: absolute;
    left: 130px;
    top: 0;
    line-height: 24px;
    color: #777777;
}

.woo-single-post-class .summary .price {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 43px;
    position: relative;
    color: #071e57;
}

.woo-single-post-class .summary .price del {
    color: #aaa;
    padding-right: 2px;
}

.woo-single-post-class .summary .price ins {
    background-color: transparent;
}

.woo-single-post-class .woocommerce-product-details__short-description > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
    font-weight: 600;
}

.woo-single-post-class .woocommerce-product-details__short-description {
    margin-bottom: 26px;
}

.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 td.woocommerce-grouped-product-list-item__quantity {
    padding-left: 0;
}

.woo-single-post-class .summary .cart table .label {
    width: 85px;
    color: #071e57;
    text-transform: uppercase;
}

.woo-single-post-class .summary .cart {
    display: inline-block;
}

.woo-single-post-class .summary .cart .quantity {
    display: inline-block;
    float: left;
    margin-right: -3px;
}

.woo-single-post-class .summary .cart .quantity input {
    border: 2px solid #074883;
    font-style: normal;
    width: 52px;
    margin: 0;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    padding: 10px;
    height: 50px;
    border-radius: 5px;
}

.woo-single-post-class .summary .cart .single_add_to_cart_button {
    height: 50px;
    font-size: 15px;
    padding: 0 27px;
    border-color: #074883;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background-color: #074883;
    font-weight: 500;
    border-radius: 0 5px 5px 0;
}

.woo-single-post-class .summary .cart:hover .quantity input {
    border-color: #071e57;
}

.woo-single-post-class .summary .cart:hover .single_add_to_cart_button {
    border-color: #071e57;
    background-color: #071e57;
}

.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 .desc-list > div {
    position: relative;
    padding-left: 36px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}

.woo-single-post-class .woocommerce-tabs .panel .desc-list > div:last-child {
    margin-bottom: 0;
}

.woo-single-post-class .woocommerce-tabs .panel .desc-list div:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}

.woo-single-post-class .woocommerce-tabs .panel .desc-list div.backorder:before {
    background: url(assets/img/shop-icon-1.png);
    width: 14px;
    height: 17px;
    background-size: cover;
}

.woo-single-post-class .woocommerce-tabs .panel .desc-list div.return:before {
    background: url(assets/img/shop-icon-2.png);
    width: 16px;
    height: 17px;
    background-size: cover;
}

.woo-single-post-class .woocommerce-tabs .panel .desc-list div.shipping:before {
    background: url(assets/img/shop-icon-3.png);
    width: 20px;
    height: 16px;
    background-size: cover;
}

.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 {
    color: #071e57;
}

.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {
    color: #ad91db;
}

.woo-single-post-class .summary .product_meta {
    clear: left;
    margin-top: 45px;
}

.woo-single-post-class .summary .product_meta > span {
    margin-left: 40px;
    display: inline-block;
    color: #071e57;
    font-size: 16px;
    font-weight: 600;
}

.woo-single-post-class .summary .product_meta > span:first-child {
    margin: 0;
}

.woo-single-post-class .summary .product_meta > span a {
    color: #ad91db;
}

.woo-single-post-class .summary .product_meta > span a:hover {
    color: #071e57;
}

.woo-single-post-class .summary .product_meta > span a:first-child {
    padding-left: 10px;
}

.woo-single-post-class .woocommerce-tabs {
    clear: both;
    padding: 65px 0 40px;
    border-bottom: 1px solid #e7e7e7;
}

.woo-single-post-class .woocommerce-tabs ul {
    margin: 0;
    position: relative;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding: 75px 0 0 0;
}

.woo-single-post-class .woocommerce-tabs ul li {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-right: 50px;
}

.woo-single-post-class .woocommerce-tabs ul li:last-child {
    margin-right: 0;
}

.woo-single-post-class .woocommerce-tabs ul li > a {
    font-size: 18px;
    font-family: "Alata", sans-serif;
    color: #777;
    cursor: pointer;
    transition: none;
    display: inline-block;
    position: relative;
}

.woo-single-post-class .woocommerce-tabs ul li.active > a {
    color: #6c85e8;
    z-index: 1;
}

.woo-single-post-class .woocommerce-tabs .panel {
    clear: both;
    padding: 55px 0 0;
}

.woo-single-post-class .woocommerce-tabs .panel p {
    font-size: 16px;
    line-height: 24px;
}

.woo-single-post-class .woocommerce-tabs .panel .product-meta {
    padding-left: 40px;
    position: relative;
}

.woo-single-post-class .woocommerce-tabs .panel .product-meta:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Core Icon";
    content: "\e064";
    color: #ad91db;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
    clear: both;
    padding: 10px 0 0;
    list-style: none;
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
    position: relative;
    padding: 45px 45px 45px 40px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    transition: background ease 0.3s;
    margin-top: 20px;
}

.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-bottom: 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 {
    width: 70px;
    border-radius: 50%;
    float: left;
    margin: 7px 30px 0 0;
    overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
    position: relative;
    margin: 0;
}

.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;
    padding-right: 16px;
    letter-spacing: normal;
    display: inline-block;
    margin: 0 0 5px;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    color: #1d2b36;
}

.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;
    font-size: 14px;
    color: #747474;
    margin: 0 0 7px;
}

.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
    overflow: hidden;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {
    font-family: "Gilroy", sans-serif;
    font-size: 24px;
    color: #071e57;
    margin-top: 45px;
    margin-bottom: 32px;
    display: inline-block;
}

.woocommerce-Reviews .woocommerce-noreviews {
    margin-bottom: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p {
    margin: 0;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form input[type="submit"] {
    padding: 15px 48px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-author {
    width: 49.4%;
    float: left;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-email {
    width: 49.4%;
    float: right;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit {
    clear: both;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
    padding-bottom: 50px;
}

.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: #748494;
    font-size: 16px;
    line-height: 24px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
    margin-left: 14px;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {
    clear: left;
    display: inline-block;
    width: 100%;
}

.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: 20px;
    width: 100%;
}

.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
    height: 170px;
}

@media only screen and (max-width: 991px) {
    .woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
        width: 100px;
        border-radius: 50px;
    }
    .woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
        position: relative;
        float: right;
    }
}

/* Related Products */

.woo-single-post-class .related.products {
    padding: 0;
    margin: 0;
    margin-top: 90px;
}

.woo-single-post-class .related.products .headings {
    text-align: center;
}

.woo-single-post-class .related.products .pre-heading,
.woo-single-post-class .related.products .heading {
    margin: 0 0;
}

.woo-single-post-class .related.products .heading {
    font-size: 28px;
    margin-bottom: 15px;
}

.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 {
    font-size: 32px;
    line-height: 44px;
    max-width: 540px;
    margin: 0 0 0;
}

.woo-single-post-class .related.products .products {
    margin: 0 -15px;
    padding-top: 0;
}

.woo-single-post-class .related.products .products li {
    width: 25%;
    float: left;
    padding: 0 15px;
}

/* Cart Page
--------------------------------------------------------------*/

.woocommerce .shop_table.cart .product-remove,
.woocommerce-page .shop_table.cart .product-remove {
    width: 60px;
}

.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,
.woocommerce .shop_table.cart .product-thumbnail,
.woocommerce .shop_table.cart .product-price,
.woocommerce .shop_table.cart .product-quantity,
.woocommerce .shop_table.cart .product-subtotal {
    width: 116px;
}

.woocommerce-page .shop_table.cart .product-subtotal {
    color: #071e57;
}

.woocommerce-page .shop_table.cart th {
    font-size: 16px;
    color: #071e57;
}

.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
    padding: 20px;
    vertical-align: middle;
}

.woocommerce .shop_table.cart .product-name a,
.woocommerce-page .shop_table.cart .product-name a {
    color: #071e57;
    font-family: "Gilroy", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.woocommerce .shop_table.cart .product-name a:hover,
.woocommerce-page .shop_table.cart .product-name a:hover {
    color: #ad91db;
}

.woocommerce .shop_table.cart .product-remove a,
.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 .shop_table.cart .product-remove a:after,
.woocommerce-page .shop_table.cart .product-remove a:after {
    content: "\f00d";
    color: #ff4539;
    font-size: 14px;
    text-indent: 0;
    font-family: "FontAwesome";
    position: absolute;
    left: 4px;
    top: 1px;
    transition: color ease 0.3s;
}

.woocommerce .shop_table.cart .product-remove a:hover:after,
.woocommerce-page .shop_table.cart .product-remove a:hover:after {
    color: #071e57;
}

.woocommerce .shop_table.cart .cart_item .product-thumbnail img,
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
    width: 80px;
}

.woocommerce .shop_table.cart .cart_item .product-quantity input[type="number"],
.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type="number"] {
    width: 60px;
    height: 50px;
    padding-left: 22px;
    padding-right: 5px;
    margin: 0;
}

.woocommerce .shop_table.cart .coupon,
.woocommerce-page .shop_table.cart .coupon {
    float: left;
}

.woocommerce .shop_table.cart .coupon > label,
.woocommerce-page .shop_table.cart .coupon > label {
    display: none;
}

.woocommerce .shop_table.cart .coupon #coupon_code,
.woocommerce-page .shop_table.cart .coupon #coupon_code {
    background-color: #f7f7f7;
    width: 240px;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 5px;
}

.woocommerce .shop_table.cart .coupon #coupon_code + button[type="submit"],
.woocommerce .shop_table.cart .coupon + button[type="submit"],
.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type="submit"],
.woocommerce-page .shop_table.cart .coupon + button[type="submit"] {
    padding: 11px 41px;
    color: #fff;
    background-color: #ad91db;
    border-color: #ad91db;
}

.woocommerce .shop_table.cart .coupon #coupon_code + button[type="submit"]:hover,
.woocommerce .shop_table.cart .coupon + button[type="submit"]:hover,
.woocommerce-page .shop_table.cart .coupon #coupon_code + button[type="submit"]:hover,
.woocommerce-page .shop_table.cart .coupon + button[type="submit"]:hover {
    background-color: #071e57;
    border-color: #071e57;
}

.woocommerce .shop_table.cart .coupon + button[type="submit"],
.woocommerce-page .shop_table.cart .coupon + button[type="submit"] {
    float: right;
}

.woocommerce .cart_totals,
.woocommerce-page .cart_totals {
    width: 60%;
    padding-top: 70px;
    font-size: 16px;
    clear: both;
}

.woocommerce .cart_totals > h2,
.woocommerce-page .cart_totals > h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.woocommerce .cart_totals .shop_table,
.woocommerce-page .cart_totals .shop_table {
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
}

.woocommerce .cart_totals .shop_table th,
.woocommerce .cart_totals .shop_table td,
.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td {
    border-color: #e7e7e7;
}

.woocommerce .cart_totals .shop_table .order-total th,
.woocommerce .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td {
    border-bottom: 0;
}

.woocommerce .cart_totals .shop_table td,
.woocommerce-page .cart_totals .shop_table td {
    border-right: 0;
    padding: 17px 20px;
}

.woocommerce .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table th {
    font-size: 17px;
    color: #071e57;
    padding: 14px 20px;
}

.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: #071e57;
}

.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 {
    font-size: 20px;
    color: #fff;
    background-color: #ad91db;
    border-color: #ad91db;
    padding: 18px 52px;
    border-radius: 5px;
    display: inline-block;
    -webkit-appearance: none;
    transition: all ease 0.3s;
}

.woocommerce-page .wc-proceed-to-checkout .button:hover {
    background-color: #071e57;
    border-color: #071e57;
    color: #fff;
}

.woocommerce-page .return-to-shop a {
    padding: 20px 35px;
    border-radius: 5px;
    color: #fff;
    background-color: #ad91db;
    border-color: #ad91db;
}

.woocommerce-page .return-to-shop a:hover {
    background-color: #074883;
    border-color: #074883;
    color: #fff;
}

.woocommerce-product-gallery__image {
    border-radius: 20px;
}

@media only screen and (max-width: 991px) {
    .woocommerce .shop_table.cart .product-name a,
    .woocommerce-page .shop_table.cart .product-name a {
        font-size: 24px;
        line-height: 36px;
    }
}

/* 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: 49%;
    overflow: visible;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.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;
    line-height: 60px;
    height: 60px;
    background-color: #f8faff;
    border-color: #f8faff;
    border-radius: 5px;
}

.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
    padding: 15px 30px;
    border: 1px solid #e7e7e7;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -7px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 22px;
    right: 20px;
}

.woocommerce-page form.checkout_coupon > p {
    margin-bottom: 10px;
}

.woocommerce-page form.checkout_coupon > p > button,
.woocommerce-page .woocommerce-form.woocommerce-form-login button {
    padding: 15px 50px;
}

.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
    margin-bottom: 20px;
}

.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: 28px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.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 {
    font-size: 18px;
    color: #071e57;
    padding: 18px 30px;
}

.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: #071e57;
}

.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;
}

#payment .about_paypal {
    position: absolute;
    right: 0;
    top: 23px;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
    position: relative;
}

#payment .payment_methods > li .payment_box,
#payment .place-order {
    background-color: #fff;
    padding: 10px;
}

#payment .payment_methods > li .payment_box > p:last-child {
    margin-bottom: 0;
}

#payment .payment_methods > .wc_payment_method > label,
#payment .payment_methods > .woocommerce-PaymentMethod > label {
    display: block;
    padding: 20px 0;
    cursor: pointer;
}

.woocommerce-page #payment .payment_methods .woocommerce-message,
.woocommerce-page #payment .payment_methods .woocommerce-info,
.woocommerce-page #payment .payment_methods .woocommerce-error {
    margin-bottom: 10px;
}

#payment .payment_methods li img {
    border: 0;
    padding: 0 0 0 10px;
    max-height: 25px;
}

#payment .place-order {
    padding: 25px 0 0;
}

#payment .place-order.form-row {
    margin: 0 0;
}

#payment #place_order {
    font-size: 20px;
    color: #fff;
    background-color: #ad91db;
    border-color: #ad91db;
    width: 320px;
    margin-top: 15px;
}

#payment #place_order:hover {
    background-color: #071e57;
    border-color: #071e57;
    color: #fff;
}

.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: #071e57;
    padding-top: 20px;
    margin: 0;
}

.woocommerce-page .woocommerce-MyAccount-content > p:last-child {
    margin-bottom: 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: 60px;
    margin-bottom: 0;
    font-size: 40px;
    color: #071e57;
    text-transform: uppercase;
}

.woocommerce-page .cart-collaterals .cross-sells .products li .price {
    letter-spacing: normal;
    font-size: 18px;
}

.woocommerce-page .up-sells > h2 {
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 10px;
}

.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;
    margin-bottom: 5px;
}

.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 .woocommerce-error li {
    padding: 0;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}

.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
    position: relative;
    padding: 18px 24px 18px 50px;
    border-radius: 5px;
    background-color: #e4f2ff;
    color: #5084b4;
    font-size: 16px;
    margin: 0 0 30px 0;
    list-style: none;
}

.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
    font-size: 30px;
    content: "\e684";
    font-family: "Pe-icon-7-stroke";
    position: absolute;
    left: 20px;
    top: 8px;
}

.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
    color: #071e57;
    text-decoration: underline;
    padding: 0 8px 0 0;
}

.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-error a:hover {
    opacity: 0.7;
}

/* My Account Page
--------------------------------------------------------------*/

#customer_login {
    margin: 0 -15px;
}

#customer_login .login-form-wrap,
#customer_login .register-form-wrap {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.wrapper-account {
    padding: 40px 45px 35px;
    border: 1px solid #eaeaea !important;
}

.wrapper-account .title-login {
    margin: 0 0 15px;
}

form.login input[type="checkbox"],
form.register input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 7px;
}

form.login .input-submit ~ span,
form.register .input-submit ~ span {
    margin: 10px 0 0;
}

form.login .input-submit ~ span.pull-left,
form.register .input-submit ~ span.pull-left {
    margin-left: 15px;
}

form.login .input-submit ~ span.lost_password a,
form.register .input-submit ~ span.lost_password a {
    color: #4582ff;
}

.woocommerce-MyAccount-navigation {
    float: left;
    width: 31.624%;
}

.woocommerce-MyAccount-content {
    float: right;
    width: 63.812%;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
    background-color: #f8faff;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 15px 10px 15px 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    color: #748494;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #ad91db;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #ad91db;
    padding: 15px 10px 15px 20px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}

.woocommerce-Address .woocommerce-Address-title.title h3 {
  margin-bottom: 15px;
}

/* Widgets
--------------------------------------------------------------*/

.product_list_widget li {
    padding: 0;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #f8faff;
}

.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;
    margin-left: 10px;
    box-shadow: none;
}

.product_list_widget .product-title,
.widget_recent_reviews .product_list_widget a {
    display: block;
    color: #748494;
    transition: all ease 0.3s;
}

.product_list_widget .product-title:hover,
.widget_recent_reviews .product_list_widget a:hover {
    color: #ad91db;
}

.product_list_widget .star-rating,
.widget_rating_filter .star-rating {
    width: 120px;
    height: 24px;
    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 -48px;
    height: 0;
    padding-top: 24px;
    overflow: hidden;
    float: left;
}

.widget_rating_filter .star-rating {
    display: inline-block;
    margin: 0;
}

/* Widget product categories */

.woocommerce-page #sidebar .widget .widget-title {
    margin: 0 0 23px;
}

.widget_product_categories ul li a {
    color: #748494;
    font-size: 16px;
    font-family: "Alata", sans-serif;
}

.widget_product_categories ul li a:hover {
    color: #ad91db;
}

.widget_product_categories ul li {
    padding: 17px 0;
    border-bottom: 1px solid #e7e7e7;
}

.widget_product_categories ul li:first-child {
    padding-top: 5px;
}

/* Widget price filter */

.widget_price_filter .price_slider {
    height: 5px;
    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: 14px;
    font-family: "Alata", sans-serif;
    float: left;
    padding: 10px 47px;
    margin-bottom: 10px;
}

.widget_price_filter .price_slider_amount .button:hover {
    opacity: 1;
    background-color: #ad91db;
    border-color: #ad91db;
    color: #fff;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    top: -5px;
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    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: #9d52ec;
}

.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: #777777;
    font-size: 14px;
    float: left;
    font-weight: 600;
}

/* 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: #748494;
    content: "\e906";
    font-family: "Pe-icon-7-stroke";
    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: #ad91db;
}

/* Widget Mini Cart */

.nav-top-cart-wrapper .woocommerce-min-cart-wrap {
    padding: 30px;
}

.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 10px 20px;
    font-size: 15px;
}

.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: 20px;
    margin: 0;
    padding-left: 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 .product-name {
    font-size: 16px;
    color: #071e57;
    font-family: "Alata", sans-serif;
}

.widget_shopping_cart_content ul li a:hover {
    color: #ad91db;
}

.widget_shopping_cart_content ul li a.remove {
    font-size: 14px;
    color: #ff4539;
    position: absolute;
    right: 0;
    top: 20px;
}

.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {
    top: 0;
}

.widget_shopping_cart_content ul li a.remove:hover {
    opacity: 0.7;
}

.widget_shopping_cart_content ul li a img {
    float: left;
    width: 55px;
    margin-left: 0;
    margin: 0 20px 0 0;
}

.widget_shopping_cart_content ul li a img:hover {
    border: 1px solid #f8faff;
}

.widget_shopping_cart_content ul li .quantity {
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding-left: 75px;
}

.widget_shopping_cart_content .total {
    margin-bottom: 25px;
    padding: 12px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    font-size: 18px;
    color: #071e57;
    text-align: center;
    margin-bottom: 20px !important;
}

.widget_shopping_cart_content .total strong {
    color: #071e57;
}

.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 {
    text-align: center;
    color: #071e57;
    background-color: #eee;
    padding: 8px 0;
    border-radius: 3px;
    width: 48%;
    float: left;
    border: none;
}

.widget_shopping_cart_content .buttons a.checkout {
    float: right;
    background-color: #ad91db;
    color: #fff;
}

.widget_shopping_cart_content .buttons a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 991px) {
    .woocommerce-page .content-woocommerce .pre-heading {
        padding-right: 0;
    }
    .woo-single-post-class .summary .product_meta {
        margin-top: 25px;
    }
    .woocommerce .products li,
    .woocommerce-page .products li {
        width: 100%;
    }
    .woocommerce-page .content-woocommerce .pre-heading:before {
        display: none;
    }
    .woocommerce-page.shop-col-3 .products li {
        width: 100%;
    }
    .woocommerce-page.shop-col-4 .products li {
        width: 50%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-result-count {
        display: none;
    }
    .woocommerce-page .content-woocommerce .headings,
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
    }

    .woocommerce-page .related.products .headings {
        float: left;
    }

    .woocommerce .products,
    .woocommerce-page .content-woocommerce .products {
        padding-top: 37px;
    }
    .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 .summary h1 {
        margin: 0 0 16px 0;
    }
    .woo-single-post-class .summary .woocommerce-product-rating {
        margin-bottom: 40px;
    }
    .woo-single-post-class .woocommerce-tabs ul li > a {
        padding: 12px 30px;
    }
    .woo-single-post-class .woocommerce-tabs ul li:first-child {
        margin: 0 0 0 15px;
    }
    .woo-single-post-class .woocommerce-tabs .comment-respond {
        margin-top: 30px;
    }
    .woocommerce-page .shop_table.cart td,
    .woocommerce-page .shop_table.cart th {
        padding: 15px;
    }
    .woo-single-post-class .related.products {
        margin-top: 40px;
    }
    .woo-single-post-class .woocommerce-tabs {
        padding: 70px 0 45px;
    }
    .woocommerce-pagination {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 768px) {
    .woo-single-post-class .woocommerce-tabs .panel {
        padding: 35px 0 0;
    }
    .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation {
        width: 100%;
        float: left;
    }

    .woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
        float: none;
        margin-bottom: 15px;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 50px;
    }
    .woocommerce-page.shop-col-2 .products li,
    .woocommerce-page.shop-col-3 .products li,
    .woocommerce-page.shop-col-4 .products li {
        width: 100%;
    }
    .woocommerce-page .content-woocommerce .woocommerce-ordering {
        float: none;
        display: inline-block;
    }
    .woo-single-post-class .woocommerce-tabs ul {
        border: 0;
    }
    .woo-single-post-class .woocommerce-tabs ul li {
        display: block;
        margin: 0 0 10px !important;
        border: 1px solid #f8faff;
        top: 0 !important;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active {
        top: 0;
        border-bottom: 2px solid #6c85e8;
    }
    .woo-single-post-class .woocommerce-tabs ul li.active > a {
        border: 0 !important;
        color: #6c85e8;
    }
    .woo-single-post-class .woocommerce-tabs ul li > a {
        display: block;
        padding: 10px 25px;
    }
    .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;
        margin-bottom: 10px;
        width: 100%;
    }
    .woocommerce-page .cart_totals {
        width: 100%;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-page #content-wrap .woocommerce-result-count {
        display: none;
    }

    .woocommerce-page #content-wrap .meta-wrap {
        border: none;
    }

    .woocommerce-page #content-wrap .woocommerce-ordering {
        float: left;
    }

    .woo-single-post-class .woocommerce-tabs ul {
        padding: 0 0;
    }
}

@media only screen and (max-width: 565px) {
    .woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
        padding: 35px 20px 35px 30px;
    }

    .content-woocommerce .simple-link {
        float: left;
        margin-top: 40px;
    }
}
