/*
Theme Name: Exqute
Theme URI: https://1.envato.market/1k3gD
Description: WordPress Theme
Author: Egemenerd
Author URI: https://1.envato.market/1k3gD
Version: 1.9.2
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
Tags: custom-menu,featured-images
Text Domain: exqute
*/

/* ---------------------- 
Stylesheet Guide
-------------------------

GENERAL STYLES
HEADER
PROJECTS
VEGAS SLIDER
PAGE STRUCTURE
BLOG
COMMENTS
FOOTER
WIDGETS
CONTACT FORM 7
WORDPRESS
RESPONSIVE IFRAME
GUTENBERG
ELEMENTOR
BOOTSTRAP OVERWRITES
-- FORM CONTROLS
-- BUTTONS
-- DROPDOWN
-- TABS
-- NAVBAR
-- CARDS
-- PAGINATION
-- BADGES
-- ALERTS
-- SHADOWS
-- TEXT
MASONRY
MASONRY MEDIA QUERIES
MEDIA QUERIES

*/

/* ================= GENERAL STYLES ================== */

html {
    font-size: 17px;
}

html,
body {
    padding: 0;
    margin: 0;
    overflow-x:hidden;
} 

body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    color: #363537;
    height: 100%;
    width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.8;
}

a {
    color: #ea3457;
    text-decoration: none;
}

a:hover {
    color: #602e75;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #080708;
}

.highlight {
    color: #ea3457;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2.1rem;
}

h3,
.h3 {
    font-size: 1.7rem;
}

h4,
.h4 {
    font-size: 1.45rem;
}

h5,
.h5 {
    font-size: 1.3rem;
}

h6,
.h6 {
    font-size: 1.15rem;
}

.lead {
    font-size: 1.15rem;
}

img {
    max-width: 100%;
    height: auto;
    color: transparent;
}

body.exqute .elementor-column {
    min-height: 0px;
}

cite {
    font-weight: 700;
    font-style: normal;
}

dl,
ol,
ul {
    margin-bottom: 2rem;
}

dd {
    margin-bottom: 2rem;
}

hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table {
    margin: 2rem 0;
    table-layout: auto;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

table:not([class]) {
    border-collapse: collapse;
}

table:not([class]),
table:not([class]) th,
table:not([class]) td {
    border: 1px solid #ddd;
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px;
}


blockquote p {
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.7;
}

.exqute-title-with-border {
    position: relative;
    padding: 0px;
}

.exqute-title-with-border span {
    position: relative;
    display: inline-block;
}

.exqute-title-with-border span:before {
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #ea3457;
    z-index: 2;
}

/* ================= HEADER ================== */

#exqute-header {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
    background-color: #ea3457;
}

#exqute-header.exqute-header-no-img {
    background-image: none !important;
}

#exqute-header.exqute-header-no-overlay #exqute-header-cover,
#exqute-header.exqute-header-no-seperator .exqute-seperator {
    display: none !important;
}

#exqute-header-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(87deg, rgba(241, 95, 121, 0.8) 0, rgba(178, 69, 146, 0.8) 100%);
}

#exqute-header-menu .navbar-brand {
    font-size: 2.5rem;
    font-weight: 900;
    padding: 0;
    height: 90px;
}

#exqute-header-menu .navbar-brand .exqute-logo {
    max-width: 100%;
    width: auto;
    height: 100%;
    padding: 15px 0px;
    vertical-align: top;
}

#exqute-header-menu .container {
    position: relative;
}

#navbar-toggler {
    position: absolute;
    top: 0px;
    right: 60px;
    font-size: 24px;
    border: none;
    padding: 0;
    border-radius: 0;
    line-height: 90px;
}

#exqute-header-menu {
    position: relative;
    padding: 0px;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition:all 0.2s ease;
}

#exqute-header-menu.fixed-top {
    position: fixed;
    border-bottom-color:transparent;
    z-index: 9999;
}

#exqute-header-menu .navbar-brand {
    transition:all 0.2s ease;
}

#exqute-header-menu .navbar-brand,
#exqute-header-menu .navbar-toggler,
#exqute-header-menu .navbar-nav .nav-link {
    color: #fff;
}

#exqute-header-menu .navbar-nav .nav-link:hover {
    opacity: 0.7;
}

#exqute-header-menu .navbar-nav .nav-link {
    font-weight: 900;
    text-transform: uppercase;
}

.navbar-nav > li:last-child > .nav-link {
    padding-right: 0;
}

#exqute-page-title {
    text-align: center;
    padding: 160px 60px 200px 60px;
}

#exqute-page-title h1 {
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
    color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 3rem;
    font-style: normal;
}

#exqute-page-title h1 span {
    color: #080708;
}

#exqute-page-title p {
    font-style: normal;
    line-height: 1.6;
    margin: 10px 0 0 0;
    font-size: 1.3rem;
    padding: 0;
    color: #fff;
    z-index: 1;
}

.exqute-post-date {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
    display: block;
    margin: 0;
    color: #fff;
    font-size: 0.9rem;
}

.exqute-header-search {
    max-width: 600px;
    display: block;
    margin: 2.5rem auto 0 auto;
}

.exqute-header-search .form-control {
    padding: 1.25rem;
    border: none;
}

.exqute-header-search .btn {
    font-size: 18px;
}

.menu-btn > a.nav-link {
    padding: 0.5rem 1rem !important;
    background: #ea3457;
    margin: 0.5rem 0 0 1rem;
    opacity: 1 !important;
    vertical-align: middle;
    transition: all 0.15s ease;
    will-change: transform;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #fff !important;
}

.menu-btn > a.nav-link:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    transform: translateY(-2px);
}

/* ================= PROJECTS ================== */

.exqute-project-cats {
    margin: 1rem 0 0 0;
}

.exqute-project-cats .badge {
    font-size: 0.875rem;
    margin: 0 2px;
    padding: 10px 12px;
}

/* ================= VEGAS SLIDER ================== */

#exqute-slider-loader {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: -25px auto 0 auto;
    z-index: 9999;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    box-sizing: border-box;
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -webkit-animation: exqute-bg-loader 1s linear infinite;
    animation: exqute-bg-loader 1s linear infinite;
    content: "";
    border-top-color: #fff;
}

@-webkit-keyframes exqute-bg-loader {
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes exqute-bg-loader {
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

#exqute-header-slider {
    padding: 0px;
    background-color: #ea3457;
}

#exqute-header-wrapper,
#exqute-slider-wrapper {
    position: relative;
}

#exqute-slider-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(87deg, rgba(241, 95, 121, 0.8) 0, rgba(178, 69, 146, 0.8) 100%);
}

#exqute-slides {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

#exqute-slides #exqute-page-title {
    text-align: center;
    width: 100%;
    padding: 0 40px !important;
    max-width: 840px;
    margin: 0 auto;
}

#exqute-header-slider {
    height: 90vh !important;
    min-height: 600px;
}

#exqute-slides #exqute-page-title h1 {
    font-size: 3.2rem;
    font-style: normal;
}

#exqute-slides #exqute-page-title p {
    margin: 1.75rem 0 0 0;
    padding: 0px !important;
    font-style: normal;
}

#exqute-slides #exqute-page-title h1,
#exqute-slides #exqute-page-title p,
#exqute-page-title-btn {
    display: none;
}

#exqute-page-title-btn {
    font-size: 0;
}

#exqute-page-title-btn-1,
#exqute-page-title-btn-2 {
    display: inline-block;
    margin: 0 5px;
}

#exqute-page-title-btn {
    margin-top: 2.75rem;
}

#exqute-page-title-btn a.btn {
    padding: 0.9rem 1.75rem;
}

#exqute-slider-nav-left,
#exqute-slider-nav-right {
    position: absolute;
    top: 50%;
    line-height: 50px;
    background: transparent;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    width: 24px;
    height: 50px;
    border-radius: 100%;
    opacity: 1;
    backface-visibility: hidden;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.0) rotate(0.01deg);
    -ms-transform: scale(1.0) rotate(0.01deg);
    -moz-transform: scale(1.0) rotate(0.01deg);
    transform: scale(1.0) rotate(0.01deg);
    z-index: 3;
    margin-top: -25px;
}

#exqute-slider-nav-left:hover,
#exqute-slider-nav-right:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

#exqute-slider-nav-left {
    left: 30px;
}

#exqute-slider-nav-right {
    right: 30px;
}

#exqute-slider-nav-left .fa,
#exqute-slider-nav-right .fa {
    vertical-align: middle;
}

.exqute-slide {
    display: none;
}

/* ================= PAGE STRUCTURE ================== */

#exqute-main-wrapper {
    position: relative;
    display: block;
    padding: 120px 0px;
    z-index: 10;
}

.exqute-404-search {
    margin: 1rem auto 4rem auto;
    max-width: 800px;
    text-align: center;
    display: block;
}

.exqute-404-search p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.exqute-404-search .form-control {
    padding: 1.25rem;
}

.exqute-seperator {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -1px;
    line-height: 0;
    direction: ltr;
    height: 40px;
    z-index: 1;
}

.exqute-seperator.invert {
    transform: rotate(180deg);
}

.exqute-seperator svg {
    height: 40px;
    width: 100%;
    vertical-align: top
}

.exqute-fill-white {
    fill: #fff;
}

.exqute-fill-gray {
    fill: #f5f5f5;
}

.exqute-masonry-seperator {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    direction: ltr;
    z-index: 9;
}

.exqute-masonry-seperator svg {
    height: 20px;
    width: 100%;
    vertical-align: top;
}

/* ================= BLOG ================== */

.exqute-featured-img {
    margin: 0px auto 60px auto;
    display: block;
    text-align: center;
}

.exqute-meta {
    display: block;
}

.exqute-meta > div {
    margin: 2rem 0 0 0;
}

.exqute-meta .badge {
    font-size: 76%;
    margin-right: 4px;
    margin-bottom: 2px;
}

.exqute-masonry-cat {
    position: absolute;
    top: 0.6rem;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0 0.7rem;
}

.exqute-masonry-cat .badge {
    margin-right: 4px;
    font-size: 0.775rem;
}

.card-small .exqute-masonry-cat .badge {
    font-size: 0.7rem;
}

/* ================= COMMENTS ================== */

#exqute-comments-wrapper {
    margin-top: 80px;
}

.exqute_comments_block,
.exqute_comment_form {
    position: relative;
    display: block;
}

.exqute_comments_block h3.exqute-title-with-border {
    margin-bottom: 4rem;
}

.exqute_commentlist .comment-respond {
    margin: 0px 0px 40px 0px;
    list-style: none;
    padding: 0;
}

.exqute_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    table-layout: fixed;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.exqute_comment_inner {
    display: table-row;
}

.exqute_comment_left,
.exqute_comment_right {
    display: table-cell;
    vertical-align: top;
}

.exqute_comment_left {
    width: 60px;
}

.exqute_comment_left img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.exqute_comment_right {
    width: 100%;
}

.exqute_comment_right_inner {
    padding-left: 20px;
    position: relative;
}

.exqute_comment_right_inner.exqute_no_avatar {
    padding: 0px !important;
}

.exqute_commentlist,
.exqute_comments_block .children {
    margin: 0px;
    padding: 0px;
}

.exqute_commentlist {
    margin-top: 50px;
}

.exqute_comments_block .children li {
    position: relative;
}

.exqute_commentlist .comment > .comment {
    position: relative;
}

.exqute_commentlist .comment > .comment .exqute_comment {
    padding-left: 40px;
}

.exqute_commentlist .comment > .comment:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f3e5";
    speak: none;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 5px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    color: rgba(0, 0, 0, 0.15);
    font-weight: 700;
}

.exqute_comment_text {
    margin: 0px;
    display: block;
    font-style: normal;
}

.exqute_cancel {
    float: right;
}

.exqute_cancel a,
.exqute_cancel a:hover {
    vertical-align: top;
    color: #fff;
    background: #880d1e;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: box-shadow 0.15s ease;
    letter-spacing: 0.025em;
    font-size: 0.8rem;
}

.exqute_cancel a:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

#respond form {
    margin-bottom: 0px;
}

p.logged-in-as {
    margin-bottom: 20px;
    margin-top: -20px;
}

.exqute-pager.comments-pager {
    margin-top: 40px;
    margin-bottom: 10px;
}

.exqute-pager.comments-pager a {
    padding: 10px 15px;
}

.exqute_comments pre {
    padding: 0px;
}

.exqute_comments_rss {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.exqute_comments_rss .fa {
    margin-right: 5px;
    font-weight: normal;
}

p.form-submit {
    margin-bottom: 0px;
}

.exqute_fn {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    font-style: normal;
    line-height: 1;
}

.exqute_comment_links {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 0.875rem;
    margin-bottom: 2rem;
    line-height: 1;
}

.exqute_comment_links a {
    color: inherit;
}

/* ================= FOOTER ================== */

#exqute-footer {
    position: relative;
    background-color: #f5f5f5;
}

#footer-widgets {
    position: relative;
    padding: 140px 0px;
}

#exqute-footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0px
}

#exqute-footer-bottom p {
    margin: 0;
    font-style: italic;
}

.exqute-footer-icons {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    z-index: 9;
}

.exqute-footer-icons li {
    display: inline-block;
    margin: 5px 0px 5px 10px;
    float: left;
}

.exqute-footer-icons li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    color: inherit;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 16px;
}

.exqute-footer-icons li a:hover {
    color: #ea3457;
}

#exqute-gototop {
    background: #ea3457;
    color: #fff;
}

/* ================= WIDGETS ================== */

.exqute-widget,
.widget_mc4wp_form_widget {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    vertical-align: bottom;
}

.widget_mc4wp_form_widget label {
    margin-bottom: 20px;
    display: inline-block;
}

.exqute-widget h3:empty {
    display: none;
}

.exqute-widget img {
    max-width: 100%;
    height: auto;
}

.exqute-widget a:not(.btn),
[class*="elementor-widget-wp-widget-"] a {
    color: inherit;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

[class*="elementor-widget-wp-widget-"] a:hover,
.exqute-widget a:not(.btn):hover {
    color: #ea3457;
}

.exqute-widget:last-child {
    margin-bottom: 0px !important;
}

[class*="elementor-widget-wp-widget-"] ul,
.widget_nav_menu div ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_archives ul,
.widget_recent-posts ul,
.widget_rss ul,
#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

[class*="elementor-widget-wp-widget-"] ul > li,
.widget_nav_menu div ul > li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_archives ul li,
.widget_recent-posts ul li,
.widget_rss ul li,
.recentcomments {
    position: relative;
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 12px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.recentcomments a {
    font-size: 1rem;
    text-transform: none;
}

.recentcomments,
.recentcomments a.url {
    font-size: 0.7rem;
    text-transform: uppercase;
}

[class*="elementor-widget-wp-widget-"] ul li li,
.widget_nav_menu div ul > li li,
.widget_recent_entries ul li li,
.widget_categories ul li li,
.widget_pages ul li li,
.widget_archive ul li li,
.widget_archives ul li li {
    border: none
}

[class*="elementor-widget-wp-widget-"] ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_archives ul li:last-child,
.widget_recent-posts ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu div ul > li:last-child,
.recentcomments:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

.widget_recent_comments ul li a {
    display: inline-block;
}

.widget_recent_comments ul li span {
    position: relative;
    display: inline-block;
}

[class*="elementor-widget-wp-widget-"] ul li ul,
.widget_nav_menu div ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul {
    padding-left: 15px;
}

[class*="elementor-widget-wp-widget-"] ul ul,
.widget_nav_menu div ul ul,
.widget_categories ul ul,
.widget_pages ul ul {
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 2px
}

[class*="elementor-widget-wp-widget-"] ul.children li,
.widget_nav_menu div ul.sub-menu li,
.widget_categories ul.children li,
.widget_pages ul.children li {
    margin-bottom: 0px;
}

[class*="elementor-widget-wp-widget-"] ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent-posts ul li a:hover,
.widget_rss ul li a:hover,
#recentcomments a:hover {
    text-decoration: none;
}

.widget_categories ul li {
    position: relative;
}

.widget_search.exqute-widget,
.widget_display_search.exqute-widget,
.widget_product_search.exqute-widget {
    padding: 0px;
    border: none;
}

.widget_recent_entries ul li span.post-date {
    display: block;
    margin: 0.2rem 0 0 0;
    position: relative;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.widget_categories ul li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
}

.widget_rss div,
.widget_rss .rss-date,
.widget_rss cite {
    font-size: 0.875rem;
}

.widget_rss ul li .rssSummary {
    margin-bottom: 15px;
}

.widget_rss ul li .rss-date {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.widget_rss cite {
    font-style: italic;
}

.widget_rss a {
    font-weight: 700;
}

.rss-widget-icon {
    display: none;
}

h5 .rsswidget:nth-child(2):before {
    font-family: 'Font Awesome 5 Free';
    content: "\f143";
    text-indent: 0em;
    text-align: center;
    font-style: normal;
    padding-right: 5px;
}

.widget_rss ul li cite {
    text-align: right;
    display: block;
}

#recentcomments a {
    display: block !important;
}

.widget_media_image.exqute-widget {
    margin-bottom: 30px;
}

/* calendar widget */

#wp-calendar {
    width: 100%;
    margin: 0px;
    border-collapse: collapse;
    max-width: 480px;
    font-size: 0.825rem
}

.widget_calendar.exqute-widget {
    padding: 0px;
    border: none;
}

#wp-calendar caption {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

#wp-calendar thead th {
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

#wp-calendar tbody td {
    position: relative;
    padding: 10px;
    text-align: center;
}

#wp-calendar tbody td#today {
    font-weight: 700;
}

#wp-calendar tbody td#today:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
}

#wp-calendar tbody td a {
    display: block;
}

#wp-calendar tfoot tr td {
    border: 0 !important;
    padding: 0 !important;
}

#wp-calendar tfoot tr a {
    display: block;
    padding: 15px 20px;
    font-weight: 700;
}

#wp-calendar tfoot tr #prev {
    text-align: left;
}

#wp-calendar tfoot tr #next {
    text-align: right;
}

.tagcloud {
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}

.tagcloud:after {
    content: "";
    display: table;
    clear: both;
}

.tagcloud a,
a[class^="tag"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 1;
    color: inherit;
}

.tagcloud a:hover,
a[class^="tag"]:hover {
    text-decoration: none;
    color: #ea3457;
}

.tagcloud .tag-link-count {
    padding-left: 5px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 700;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

/* ================= CONTACT FORM 7 ================== */

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    border-width: 0px 0px 0px 3px !important;
    padding: 20px 25px !important;
    margin: 30px 0px 0px 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fff;
}

span.wpcf7-not-valid-tip {
    margin-bottom: 25px;
    margin-top: 5px;
    font-size: 0.875rem;
}

.wpcf7-recaptcha {
    margin-bottom: 30px;
}

.wpcf7-textarea {
    max-height: 159px;
    resize: none;
}

.grecaptcha-badge {
    z-index: 9 !important;
}

.wpcf7-form label {
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    font-size: 0.875rem
}

.wpcf7-form .row {
    margin-right: -20px;
    margin-left: -20px;
}

.wpcf7-form [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

/* ================= WORDPRESS ================== */

body.exqute .alignleft {
    float: left;
    margin: 0 2rem 3rem 0;
}

body.exqute .alignright {
    float: right;
    margin: 0 0 3rem 2rem;
}

body.exqute .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

body.exqute img.alignnone {
    float: none;
}

body.exqute .caption-image .alignleft,
body.exqute .caption-image .alignright {
    float: none !important;
}

body.exqute img.size-full,
body.exqute img.size-large,
body.exqute img.header-image,
body.exqute img.wp-post-image,
body.exqute img.alignnone,
body.exqute img.alignright,
body.exqute img.aligncenter,
body.exqute img.alignleft {
    max-width: 100%;
    height: auto;
}

body.exqute .wp-caption {
    max-width: 100% !important;
    text-align: center;
    padding-bottom: 2rem;
}

body.exqute .wp-caption img {
    max-width: 100% !important;
    height: auto;
    margin: 0px;
    vertical-align: bottom;
}

body.exqute .wp-caption-text {
    margin: 0px;
    padding: 10px;
    font-size: 1rem;
}

body.exqute .gallery-caption {
    font-weight: 700;
}

body.exqute .bypostauthor {
    font-weight: normal;
}

body.exqute .form-allowed-tags {
    font-size: 80%;
}

body.exqute .post-password-form label {
    margin: 0px;
}

body.exqute .post-password-form input[type="submit"] {
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: bottom;
}

body.exqute .exqute-page-links {
    display: block;
    clear: both;
    font-weight: 700;
    line-height: 1;
    margin: 2rem 0 0 0;
    font-size: 1rem;
}

body.exqute .exqute-page-links a {
    display: inline-block;
}

body.exqute .exqute-page-links > a > span,
body.exqute .exqute-page-links > span {
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    height: 40px;
    margin: 0 2px 0 0;
    min-width: 40px;
    font-weight: 700;
    line-height: 38px;
    padding: 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    box-shadow: none;
}

body.exqute .exqute-page-links > span {
    background: #ea3457;
    color: #fff;
}

div.sticky .card {
    border-top: 3px solid #ea3457;
}

/* Text meant only for screen readers. */

body.exqute .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

body.exqute .screen-reader-text:focus {
    background-color: #ddd;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 0.925rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* ================= RESPONSIVE IFRAME ================== */

.exqute-iframe-wrapper {
    display: block;
    margin: 0 0 2rem 0;
}

.exqute-iframe-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.exqute-iframe-video.nomargin {
    margin: 0px;
}

.exqute-iframe-video iframe,
.exqute-iframe-video object,
.exqute-iframe-video embed,
.exqute-iframe-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

iframe,
object,
embed,
video {
    max-width: 100%;
}

/* ================= GUTENBERG ================== */

body.exqute .alignfull,
body.exqute .alignwide,
body.exqute .aligncenter,
body.exqute .wp-block-cover-image.alignwide {
    max-width: 100%;
    height: auto;
    clear: both;
}

body.exqute .wp-block-cover-image.alignfull {
    width: auto;
}

body.exqute .wp-block-media-text,
body.exqute .wp-block-embed,
body.exqute .wp-block-image,
body.exqute .wp-block-gallery,
body.exqute .wp-block-cover-image,
body.exqute .wp-block-audio,
body.exqute .wp-block-code,
body.exqute .wp-block-button,
body.exqute .wp-block-video,
body.exqute .wp-block-verse,
body.exqute .wp-block-preformatted,
body.exqute .wp-block-latest-comments {
    margin-bottom: 3rem;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 2rem;
}

.wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom:0;
}

.wp-block-audio audio {
    width: 100%;
}

.wp-block-columns {
    margin: 0 -20px;
}

.wp-block-column {
    padding: 0 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 15px 5px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
}

.wp-block-gallery a {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.wp-block-gallery a:hover,
.wp-block-gallery a:focus {
    opacity: 0.7;
}

.wp-block-cover-image-text {
    font-weight: 700;
}

.wp-block-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.wp-block-video iframe,
.wp-block-video object,
.wp-block-video embed,
.wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

table.wp-block-table {
    border-collapse: collapse;
}

table.wp-block-table,
table.wp-block-table th,
table.wp-block-table td {
    border: 1px solid #ddd;
}

table.wp-block-table th,
table.wp-block-table td {
    padding: 10px 15px;
}

.wp-block-table.is-style-stripes {
    border-color:#ddd
}

.wp-block-archives,
.wp-block-categories-list,
.wp-block-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem 0;
    vertical-align: bottom;
}

.wp-block-archives li a,
.wp-block-categories-list li a,
.wp-block-latest-posts li a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    line-height: 1.5;
}

.wp-block-archives li,
.wp-block-categories-list li,
.wp-block-latest-posts li {
    position: relative;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-block-categories-list li li {
    border: none
}

.wp-block-archives li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-latest-posts li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

.wp-block-archives li ul,
.wp-block-categories-list li ul {
    padding-left: 15px;
}

.wp-block-archives ul,
.wp-block-categories-list ul {
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 2px;
    list-style: none;
}

.wp-block-categories-list li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 1;
}

.wp-block-latest-comments {
    padding: 0px;
}

.wp-block-latest-comments li {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-block-latest-comments__comment-excerpt p {
    margin: 15px 0 0 0;
}

.wp-block-latest-comments li:last-child {
    padding: 0px;
    margin: 0px;
    border: none;
}

.wp-block-latest-comments__comment,
.wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 3rem 0;
    padding: 0;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.15rem;
    line-height: 1.8;
}

.wp-block-pullquote {
    padding: 0;
    border: none;
    background: none;
}

.wp-block-pullquote blockquote {
    border:none;
}

.wp-block-pullquote p {
    font-size: 1.5rem !important;
    line-height: 1.8;
}

/* ================= ELEMENTOR ================== */

/* TABS */

body.exqute .elementor-widget-tabs .elementor-tab-content {
    padding: 2rem
}

body.exqute .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
}

body.exqute .elementor-widget-tabs .elementor-tab-content p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    body.exqute .elementor-widget-tabs .elementor-tab-content {
        padding: 1.5rem 1rem;
    }
}

/* ================= BOOTSTRAP OVERWRITES ================== */

.container {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1520px;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

/* FORM CONTROLS */

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="number"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="tel"]:not(.form-control),
textarea,
.form-control {
    display: block;
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: none;
    transition: box-shadow 0.15s ease-in-out;
    height: auto;
}

input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
textarea:focus,
.form-control:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-control::placeholder {
    opacity: 0.7;
}

textarea {
    line-height: 1.8;
}

.input-group {
    box-shadow: none;
    border-radius: 0.25rem;
    transition: all 0.15s ease;
}

.input-group .form-control {
    box-shadow: none;
}

.input-group .form-control:not(:first-child) {
    border-left: 0;
    padding-left: 0;
}

.input-group .form-control:not(:last-child) {
    border-right: 0;
    padding-right: 0;
}

.input-group .form-control:focus {
    box-shadow: none;
    z-index: 1;
}

/* BUTTONS */

input[type="submit"]:not(.btn):not(.slick-arrow),
input[type="button"]:not(.btn):not(.slick-arrow),
.button,
.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid transparent;
    padding: 0.75rem 1.25rem;
    position: relative;
    text-transform: uppercase;
    transition: all 0.15s ease;
    will-change: transform;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0;
    text-decoration: none !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.btn .fa {
    line-height: 1.5;
}

.button:hover,
.btn:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    transform: translateY(-2px);
}

.btn:not(:last-child) {
    margin-right: .5rem;
}

input[type="submit"]:not(.btn):not(.slick-arrow),
input[type="button"]:not(.btn):not(.slick-arrow) {
    position: relative;
    text-transform: uppercase;
    transition: all 0.15s ease;
    will-change: transform;
    letter-spacing: 0.025em;
    font-size: 0.875rem;
    color: #fff;
    background-color: #ea3457;
    border-color: #ea3457;

}

input[type="submit"]:not(.btn):not(.slick-arrow):hover,
input[type="button"]:not(.btn):not(.slick-arrow):hover {
    color: #fff;
    background-color: #ea3457;
    border-color: #ea3457;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    transform: translateY(-2px);
}

input[type="submit"]:not(.btn):not(.slick-arrow):focus,
input[type="button"]:not(.btn):not(.slick-arrow):focus,
.button:focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.btn.disabled, .btn:disabled {
    transform: none !important;
    box-shadow: none !important;
    pointer-events: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.disabled, 
.btn-primary:disabled {
    color: #fff;
    background-color: #ea3457;
    border-color: #ea3457;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary.disabled, 
.btn-secondary:disabled {
    color: #080708;
    background-color: #fff;
    border-color: #fff;
}

.btn-success,
.btn-success:hover,
.btn-success.disabled, 
.btn-success:disabled {
    color: #fff;
    background-color: #60d394;
    border-color: #60d394;
}

.btn-info,
.btn-info:hover,
.btn-info.disabled, 
.btn-info:disabled {
    color: #fff;
    background-color: #00d8ff;
    border-color: #00d8ff;
}

.btn-warning,
.btn-warning:hover,
.btn-warning.disabled, 
.btn-warning:disabled {
    color: #fff;
    background-color: #fcd757;
    border-color: #fcd757;
}

.btn-danger,
.btn-danger:hover,
.btn-danger.disabled, 
.btn-danger:disabled {
    color: #fff;
    background-color: #880d1e;
    border-color: #880d1e;
}

.btn-light,
.btn-light:hover,
.btn-light.disabled, 
.btn-light:disabled {
    color: #fff;
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.btn-dark,
.btn-dark:hover,
.btn-dark.disabled, 
.btn-dark:disabled {
    color: #fff;
    background-color: #080708;
    border-color: #080708;
}

.btn-default,
.btn-default:hover,
.btn-default.disabled, 
.btn-default:disabled {
    color: #fff;
    background-color: #080708;
    border-color: #080708;
}

.btn-white,
.btn-white:hover,
.btn-white.disabled, 
.btn-white:disabled {
    color: #080708;
    background-color: white;
    border-color: white;
}

.btn-outline-primary {
    color: #ea3457;
    background-color: transparent;
    background-image: none;
    border-color: #ea3457;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ea3457;
    border-color: #ea3457;
}

.btn-outline-secondary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-secondary:hover {
    color: #080708;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-success {
    color: #60d394;
    background-color: transparent;
    background-image: none;
    border-color: #60d394;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #60d394;
    border-color: #60d394;
}

.btn-outline-info {
    color: #00d8ff;
    background-color: transparent;
    background-image: none;
    border-color: #00d8ff;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00d8ff;
    border-color: #00d8ff;
}

.btn-outline-warning {
    color: #fcd757;
    background-color: transparent;
    background-image: none;
    border-color: #fcd757;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #fcd757;
    border-color: #fcd757;
}

.btn-outline-danger {
    color: #880d1e;
    background-color: transparent;
    background-image: none;
    border-color: #880d1e;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #880d1e;
    border-color: #880d1e;
}

.btn-outline-light {
    color: #adb5bd;
    background-color: transparent;
    background-image: none;
    border-color: #adb5bd;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.btn-outline-dark {
    color: #080708;
    background-color: transparent;
    background-image: none;
    border-color: #080708;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #080708;
    border-color: #080708;
}

.btn-outline-default {
    color: #080708;
    background-color: transparent;
    background-image: none;
    border-color: #080708;
}

.btn-outline-default:hover {
    color: #fff;
    background-color: #080708;
    border-color: #080708;
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #080708;
    background-color: #fff;
    border-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-group .btn,
.input-group .btn {
    margin-right: 0;
    transform: translateY(0);
    box-shadow: none !important;
}

[class*="btn-outline-"] {
    border-width: 3px;
    transform: none !important;
    transition: all 0.1s ease !important;
}

/* DROPDOWN */

.dropdown-menu {
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: inherit;
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    min-width: 12rem;
}

.dropdown-divider {
    border-top: 1px solid #ddd;
}

.dropdown-item {
    padding: 1rem 1.1rem;
    color: #080708;
    transition: all 0.15s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
}

.dropdown-menu .dropdown-item:last-of-type {
    border-bottom: none;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    color: #ea3457;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #080708;
    opacity: 0.5;
}

.dropdown-header {
    color: #080708;
}

.custom-select {
    color: #363537;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23080708' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    cursor: pointer;
    height: calc(2.75rem + 2px);
}

.custom-select:focus {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(50, 151, 211, 0.5);
}

.custom-select:focus::-ms-value {
    color: #363537;
    background-color: #fff;
}

/* TABS */

.nav-tabs {
    font-weight: normal;
}

.nav-tabs .nav-link {
    color: inherit;
    border-radius: 0;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    color: #222
}

.nav-tabs .nav-link.active {
    background-color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: transparent;
}

.tab-content {
    padding: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    background-color: #fff;
}

.tab-content p:last-child {
    margin: 0;
}

/* NAVBAR */

.navbar {
    padding: 1rem;
}

.navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: normal;
    letter-spacing: 0;
    transition: all 0.15s linear;
}

.navbar-nav .dropdown-menu > .dropdown-menu::before {
    left: -16px;
    top: 10px;
}

@keyframes show-navbar-dropdown {
    0% {
        opacity: 0;
        transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
        transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes hide-navbar-dropdown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate(0, 10px);
    }
}

/* CARDS */

.card {
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    margin: 0px;
    position: relative;
    z-index: 0;
    border: none;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: -moz-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: -ms-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.card a {
    outline: none !important;
    text-decoration: none !important;
}

.card.no-transition:hover {
    box-shadow: none;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

.card-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.card-title,
.card-title a:hover,
.card-title a {
    color: #080708;
    display: block;
}

.card .card-title,
.card .card-title a {
    margin: 0;
    line-height: 1.3 !important;
}

h5.card-title a,
h6.card-title a {
    margin: 0
}

.card-date,
.card-date:hover {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.8 !important;
    font-size: 0.85rem;
    color: #080708;
}

.card img {
    max-width: 100%;
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    vertical-align: bottom;
}

.card-body {
    padding: 2.5rem 2rem;
}

.card-small .card-body {
    padding: 1.5rem 1.25rem;
}

.card-body p {
    margin: 1.5rem 0 0 0;
}

.card-border {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    -o-transition: border 200ms ease;
    -ms-transition: border 200ms ease;
    transition: border 200ms ease;
}

.card-border.no-thumb {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.exqute-masonry-featured {
    position: relative;
    display: block;
    vertical-align: bottom;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #ddd;
}

.card-svg-bg {
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -0.5px;
    left: 0;
}

.card > a {
    overflow: hidden;
}

.card .card-footer {
    padding: 0 2rem 2.25rem 2rem;
    background: transparent;
    border: none;
    margin-top: -1rem
}

.card-small .card .card-footer {
    padding: 1.5rem;
}

.card .btn {
    transform: none !important;
    box-shadow: none !important;
}

.card .card-footer .btn {
    font-size: 0.8rem;
    padding: 0.7rem 1rem;
    transform: translateY(0px) !important;
}

/* PAGINATION */

.exqute-pager {
    display: block;
    margin-top: 20px;
}

.pagination {
    justify-content: center;
    margin: 0;
    padding: 0;
}

.page-link {
    color: #363537;
    background-color: #f5f5f5;
    border: none;
    font-weight: 900;
    transition: all 0.15s ease;
}

.page-link:hover {
    color: #ea3457;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #f5f5f5;
}

.page-link:focus {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.page-item.active .page-link {
    color: #fff;
    background-color: #ea3457;
    border-color: #ea3457;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    pointer-events: none;
    font-weight: 900;
}

.page-item .page-link,
.page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
}

.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* BADGES */

.badge {
    padding: 0.4rem;
    font-size: 66%;
    text-transform: uppercase;
    min-width:24px;
}

.badge-primary {
    color: #fff;
    background-color: #ea3457;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
}

.badge-secondary {
    color: #080708;
    background-color: rgba(0, 0, 0, 0.2);
}

.badge.badge-secondary a,
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #080708;
}

.badge-success {
    color: #1aae6f;
    background-color: rgba(147, 231, 195, 0.5);
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
}

.badge-info {
    color: #03acca;
    background-color: rgba(136, 230, 247, 0.5);
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
}

.badge-warning {
    color: #ff3709;
    background-color: rgba(254, 201, 189, 0.5);
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #fff;
}

.badge-danger {
    color: #f80031;
    background-color: rgba(251, 175, 190, 0.5);
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
}

.badge-default {
    color: #fff;
    background-color: #080708;
}

.badge-default[href]:hover,
.badge-default[href]:focus {
    color: #fff;
}

.badge-light {
    color: #080708;
    background-color: #eee;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #fff;
}

/* ALERTS */

.alert {
    padding: 1rem 1.5rem;
    border-radius: 0;
}

.alert a {
    color: #fff;
    text-decoration: underline !important;
}

.alert-dismissible {
    padding-right: 4.5rem;
}

.alert-dismissible .close {
    padding: 1rem 1.5rem;
}

.alert-primary {
    color: #fff;
    background-color: #2e90cc;
    border-color: #2e90cc;
}

.alert-primary hr {
    border-top-color: #2981b7;
}

.alert-primary .alert-link {
    color: #045c91;
}

.alert-secondary {
    color: #080708;
    background-color: #f6f7f8;
    border-color: #f6f7f8;
}

.alert-success {
    color: #fff;
    background-color: #4fd69c;
    border-color: #4fd69c;
}

.alert-info {
    color: #fff;
    background-color: #37d5f2;
    border-color: #37d5f2;
}

.alert-warning {
    color: #fff;
    background-color: #fc7c5f;
    border-color: #fc7c5f;
}

.alert-danger {
    color: #fff;
    background-color: #f75676;
    border-color: #f75676;
}

.alert-default {
    color: #fff;
    background-color: #080708;
    border-color: #080708;
}

/* SHADOWS */

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

/* TEXT */

.text-primary {
    color: #ea3457 !important;
}

.text-success {
    color: #60d394 !important;
}

.text-info {
    color: #00d8ff !important;
}

.text-warning {
    color: #fcd757 !important;
}

.text-danger {
    color: #880d1e !important;
}

.text-default {
    color: #080708 !important;
}

/* ================= MASONRY ================== */

.exqute-column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.size-1of4 {
    width: 25%;
}

.size-1of5 {
    width: 20%;
}

.exqute-masonry-grid,
.exqute-masonry-grid2 {
    position: relative;
    width: auto;
    height: auto;
    vertical-align: bottom;
    margin: 0px -20px;
    min-width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.exqute-masonry-grid > div,
.exqute-masonry-grid2 > div {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.exqute-masonry-grid .card-masonry,
.exqute-masonry-grid2 .card-masonry,
.exqute-masonry-grid2 .exqute-gallery-item {
    padding: 0px 20px;
    margin-bottom: 40px;
}

.exqute-masonry-grid.small-grid,
.exqute-masonry-grid2.small-grid {
    margin: 0px -15px;
}

.exqute-masonry-grid.small-grid .card-masonry,
.exqute-masonry-grid2.small-grid .card-masonry {
    padding: 0px 15px;
    margin-bottom: 30px;
}

.btn-masonry {
    font-size: 0.8rem;
    padding: 0.7rem 1rem;
    margin-top: 2rem;
}

.exqute-one-column[data-columns]::before {
    content: '1 .exqute-column.size-1of1';
}

.exqute-two-columns[data-columns]::before {
    content: '2 .exqute-column.size-1of2';
}

.exqute-three-columns[data-columns]::before {
    content: '3 .exqute-column.size-1of3';
}

.exqute-four-columns[data-columns]::before {
    content: '4 .exqute-column.size-1of4';
}

.exqute-five-columns[data-columns]::before {
    content: '5 .exqute-column.size-1of5';
}

.exqute-one-column[data-columns]::before,
.exqute-two-columns[data-columns]::before,
.exqute-three-columns[data-columns]::before,
.exqute-four-columns[data-columns]::before,
.exqute-five-columns[data-columns]::before {
    visibility: hidden;
}

/* ================= MASONRY MEDIA QUERIES ================== */

@media screen and (min-width: 1200px) {
    .exqute-two-columns[data-columns]::before {
        content: '2 .exqute-column.size-1of2';
    }
    .exqute-three-columns[data-columns]::before {
        content: '3 .exqute-column.size-1of3';
    }
    .exqute-four-columns[data-columns]::before {
        content: '4 .exqute-column.size-1of4';
    }
    .exqute-five-columns[data-columns]::before {
        content: '5 .exqute-column.size-1of5';
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .exqute-five-columns[data-columns]::before {
        content: '4 .exqute-column.size-1of4';
    }
    .exqute-four-columns[data-columns]::before {
        content: '3 .exqute-column.size-1of3';
    }
    .exqute-three-columns[data-columns]::before,
    .exqute-two-columns[data-columns]::before {
        content: '2 .exqute-column.size-1of2';
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .exqute-five-columns[data-columns]::before {
        content: '3 .exqute-column.size-1of3';
    }
    .exqute-four-columns[data-columns]::before {
        content: '2 .exqute-column.size-1of2';
    }
    .exqute-three-columns[data-columns]::before,
    .exqute-two-columns[data-columns]::before {
        content: '1 .exqute-column.size-1of1';
    }
}

@media only screen and (max-width: 575px) {
    .exqute-five-columns[data-columns]::before {
        content: '2 .exqute-column.size-1of2';
    }
    .exqute-four-columns[data-columns]::before,
    .exqute-three-columns[data-columns]::before,
    .exqute-two-columns[data-columns]::before {
        content: '1 .exqute-column.size-1of1';
    }
}

/* ================= MEDIA QUERIES ================== */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .navbar-nav .dropdown-menu {
        opacity: 0;
        pointer-events: none;
        margin: 0;
    }
    .navbar-nav .dropdown-menu:before {
        background: #fff;
        box-shadow: none;
        content: '';
        display: block;
        height: 16px;
        width: 16px;
        left: 20px;
        position: absolute;
        bottom: 100%;
        transform: rotate(-45deg) translateY(1rem);
        z-index: -5;
        border-radius: 0.2rem;
    }
    .navbar-nav .dropdown-menu-right:before {
        right: 20px;
        left: auto;
    }
    .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        animation: show-navbar-dropdown .25s ease forwards;
    }
    .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
        display: block;
        animation: hide-navbar-dropdown .15s ease backwards;
    }
    .navbar-nav.navbar-nav-hover .dropdown-menu {
        opacity: 0;
        display: block;
        pointer-events: none;
        transform: translate(0, 10px);
        transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    }
    .navbar-nav.navbar-nav-hover .dropdown-menu:hover,
    .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu,
    .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item.dropdown-toggle:hover + .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translate(0, 0);
        animation: none;
    }
    .navbar-nav .dropdown-menu-inner {
        position: relative;
        padding: 1rem;
    }
    #exqute-main-menu .dropdown-toggle::after {
        display: none;
    }
}

@media screen and (max-width: 1480px) {
    #exqute-page-title {
        padding: 140px 40px 180px 40px;
    }
}

@media screen and (max-width: 1199px) {
    #exqute-main-wrapper {
        padding: 100px 0px;
    }
    .navbar-expand-lg > .container,
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 16px;
    }
    #exqute-header {
        z-index: 9999;
    }
    #exqute-slides #exqute-page-title h1 {
        font-size: 3rem
    }
    #exqute-footer-icons {
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0;
    }
    #exqute-footer-icons .exqute-footer-icons {
        float: none;
        display: inline-block;
        vertical-align: bottom;
        padding: 0 15px;
    }
    #exqute-footer-icons .exqute-footer-icons li {
        float: none;
        display: inline-block;
    }
    .exqute-footer-icons li {
        margin: 2px;
    }
    #exqute-header-menu .navbar-brand {
        margin: 0 40px 0 0;
    }
    #footer-widgets {
        padding: 120px 0px;
    }
    #navbar-toggler {
        right: 40px;
    }
    #exqute-page-title {
        padding: 100px 0px 140px 0px;
    }
    #exqute-header-menu {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .exqute-widget,
    .widget_mc4wp_form_widget {
        margin-bottom: 40px;
    }
    #exqute-footer-bottom {
        text-align: center;
        padding: 30px 0px 40px 0px;
    }
    #exqute-footer-bottom .exqute-footer-icons {
        float: none;
        margin: 10px auto -5px auto;
        display: inline-block;
    }
    .menu-btn > a.nav-link {
        margin: 0.5rem 0 0 0;
    }
    #exqute-header-menu.fixed-top {
        position: relative;
        border-bottom-color:1px solid rgba(255,255,255,0.1);
    }
    .dropdown-menu {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        min-width: auto;
    }
    .dropdown-menu .dropdown-item {
        border-color: #fff;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .dropdown-menu > .dropdown-menu,
    .dropdown-menu .dropdown-item:last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .dropdown-menu > .dropdown-menu .dropdown-item:last-of-type {
        border: none;
    }

    .dropdown-menu > .dropdown-menu .dropdown-item {
        padding: 1rem;
    }

    .navbar-nav .nav-link {
        padding: 1rem 0;
        color: #080708 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-nav > .nav-item:last-of-type > .nav-link {
        border-bottom: none;
    }
    .navbar-collapse {
        width: calc(100% - 2rem);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        margin: 1rem;
        overflow-y: auto;
        height: auto !important;
        opacity: 0;
        transition: opacity .2s ease-in-out;
    }
    #exqute-collapse-close .navbar-toggler {
        position: absolute;
        cursor: pointer;
        display: inline-block;
        padding: 0;
        color: #ea3457 !important;
        font-size: 30px !important;
        vertical-align: middle;
        top:0;
        right:0;
        width:50px;
        height: 50px;
        line-height: 50px;
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        padding: 0.5rem 1.5rem;
        border-radius: 2px;
        background: #FFF;
        box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.15);
        opacity: 1;
    }
    .navbar-collapse.collapsing.collapsing-out,
    .navbar-collapse.collapsing-out {
        opacity: 0;
    }

}

@media only screen and (max-width: 767px) {
    #exqute-page-title {
        padding-left: 20px;
        padding-right: 20px;
    }
    #exqute-main-wrapper {
        padding: 80px 0px;
    }
    .navbar-expand-lg > .container,
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    #navbar-toggler {
        right: 20px;
    }
    #exqute-slider-nav-left {
        left: 20px;
    }
    #exqute-slider-nav-right {
        right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    html {
        font-size: 15px;
    }
    h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p {
        margin-bottom:1.5rem;
    }
    #footer-widgets {
        padding: 100px 0px;
    }
    #exqute-page-title {
        padding: 80px 20px 120px 20px;
    }
    .exqute_comment_left {
        display: none;
    }
    .exqute_comment_right_inner {
        padding: 0;
    }
    .exqute-projects-menu select {
        width: 100%;
        min-width: 100%;
    }
    .exqute-seperator,
    .exqute-seperator svg {
        height: 20px;
    }
    #navbar-toggler {
        line-height: 80px;
    }
    #exqute-header-menu .navbar-brand {
        height: 80px;
    }
    #exqute-page-title h1,
    #exqute-slides #exqute-page-title h1 {
        font-size: 2.5rem;
    }
    #exqute-page-title p {
        font-size: 1.15rem;
    }
    #exqute-slider-nav-left,
    #exqute-slider-nav-right {
        top: auto;
        bottom: 30px;
        margin: 0;
    }
    #exqute-slider-nav-left {
        left: auto;
        right: 60px;
    }
    #exqute-slider-nav-right {
        right: 20px;
        left: auto;
    }
    #exqute-slides #exqute-page-title {
        padding: 0 20px !important;
    }
    #exqute-page-title-btn a.btn {
        padding: 0.7rem 1rem;
    }
    #exqute-page-title-btn-1,
    #exqute-page-title-btn-2 {
        margin: 0 2px;
    }
    .card-body {
        padding: 2rem 1.5rem;
    }
    .card .card-footer {
        padding: 0 1.5rem 1.75rem 1.5rem;
        margin-top: -0.5rem
    }
}
