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

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

GENERAL STYLES
HEADER
BREADCRUMB
PAGE STRUCTURE
BLOG
POST NAVIGATION
COMMENTS
FOOTER
WIDGETS
CONTACT FORM 7
WORDPRESS
RESPONSIVE IFRAME
GUTENBERG
ELEMENTOR
DVFAQ
BOOTSTRAP OVERWRITES
-- MODAL
-- LIST GROUP
-- FORM CONTROLS
-- BUTTONS
-- DROPDOWN
-- TABS
-- NAVBAR
-- CARDS
-- PAGINATION
-- BADGES
-- ALERTS
-- TOOLTIPS
-- SHADOWS
-- TEXT
AWESOME SUPPORT
MASONRY
MASONRY MEDIA QUERIES
MEDIA QUERIES

*/

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

html {
    font-size: 16px;
}

html,
body {
    overflow-x: hidden;
}

body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    color: #465362;
    background: #fff;
}

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

a {
    color: #2e5d9f;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #101419;
    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: #101419;
}

.highlight {
    color: #2e5d9f;
}

.no-margin {
    margin: 0px !important;
}

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

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

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

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

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

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

.lead {
    font-size: 1.15rem;
}

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

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

pre {
    background: #f5f5f5;
    padding: 1rem;
    margin: 2rem 0;
}

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 {
    border-left: 5px solid #2e5d9f;
    padding: 2.5rem 2rem;
    background: #f5f5f5;
    margin: 3rem 0;
    font-weight: 700;
}

blockquote p {
    font-weight: 700;
}

blockquote p:last-child {
    margin: 0;
}

.tessera-title-with-border {
    position: relative;
    padding: 0px;
    margin-bottom: 2.3rem;
}

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

.tessera-title-with-border span:before {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    content: "";
    width: 45px;
    height: 3px;
    background: #2e5d9f;
    z-index: 2;
}

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

#tessera-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: #2e5d9f;
}

#tessera-header.tessera-bbpress-header {
    background-image: none;
}

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

#tessera-header.tessera-header-no-overlay #tessera-header-cover {
    display: none !important;
}

#tessera-header-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(120deg, rgba(0, 159, 253, 0.8) 0, rgba(46, 93, 159, 0) 100%);
}

#tessera-header-menu .navbar-brand {
    font-size: 2.5rem;
    font-weight: 800;
    padding: 0;
    height: 95px;
}

#tessera-header-menu .navbar-brand span {
    line-height: 95px;
}

#tessera-header-menu .navbar-brand .tessera-logo {
    max-width: 100%;
    width: auto;
    height: 100%;
    padding: 20px 0px;
}

#tessera-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: 95px;
}

#tessera-header-menu {
    position: relative;
    padding: 0px;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


#tessera-header.tessera-header-no-seperator #tessera-bar-wrapper {
    margin-top: 2rem;
}

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

#tessera-header-menu .navbar-nav .nav-link:hover {
    opacity: 0.8;
}

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

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

#tessera-header-btns {
    margin-left: 2rem
}

#tessera-header-btns a {
    color: rgba(255, 255, 255, 0.7);
}

#tessera-header-btns a:hover,
#tessera-header-btns a.dropdown-toggle {
    color: #fff;
}

#tessera-header-btns a.dropdown-toggle img {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    vertical-align: top;
    display: inline;
    margin-top: 2px;
    transition: opacity 0.2s ease-in-out;
}

#tessera-header-btns a.dropdown-toggle img:hover,
#tessera-header-btns a:focus img {
    opacity: 0.7;
}

#tessera-top-bar-login .btn {
    background: rgba(4, 53, 101, 0.9);
    transform: none;
    color: #fff;
    padding: 0 1.5rem;
    line-height: 44px;
    border-radius: 44px;
}

.tessera-user-welcome {
    color: #fff;
    margin: 0 4px;
    font-weight: 700;
    display: none;
}

#tessera-page-title {
    position: relative;
    padding: 100px 60px;
    max-width: 1520px;
    text-align: center;
}

.tessera-page-title-badge {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 10px 12px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

body.page-template-homepage #tessera-page-title,
body.page-template-homepage2 #tessera-page-title {
    padding: 160px 60px 200px 60px;
}

#tessera-page-title h1 {
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
    color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-style: normal;
}

body.page-template-homepage #tessera-page-title h1,
body.page-template-homepage2 #tessera-page-title h1 {
    font-size: 3rem;
}

body.page-template-homepage #tessera-header-wrapper.header-align-left #tessera-page-title h1,
body.page-template-homepage2 #tessera-header-wrapper.header-align-left #tessera-page-title h1,
body.page-template-homepage #tessera-header-wrapper.header-align-right #tessera-page-title h1,
body.page-template-homepage2 #tessera-header-wrapper.header-align-right #tessera-page-title h1 {
    font-size: 2.75rem;
}

body.page-template-homepage #tessera-page-title p,
body.page-template-homepage2 #tessera-page-title p {
    margin-bottom: 2.5rem
}

#tessera-page-title p,#tessera-page-title .tessera-taxonomy-description {
    font-style: italic;
    line-height: 1.8;
    margin: 10px 0 0 0;
    font-size: 1.3rem;
    padding: 0;
    z-index: 1;
    color: #fff;
}

#tessera-page-title a {
    font-weight: 700;
    color: #fff;
}

#tessera-page-title a:hover {
    text-decoration: underline;
}

.tessera-shape {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -1px;
    line-height: 0;
    direction: ltr;
    height: 40px;
    z-index: 1;
    overflow: hidden;
    transform: rotate(180deg);
}

.tessera-shape svg {
    height: 40px;
    width: 100%;
    vertical-align: bottom
}

.tessera-shape-fill1,
.tessera-shape-fill2,
.tessera-shape-fill3 {
    fill: #fff;
}

.tessera-shape-fill4 {
    fill: #f5f5f5;
}

.tessera-shape-fill1 {
    opacity: 0.2;
}

.tessera-shape-fill2 {
    opacity: 0.4;
}

/* ================= BREADCRUMB ================== */

.tessera-bar {
    position: relative;
    z-index: 8;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    background: #043565;
}

.tessera-bar-inner {
    margin: 0px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

.tessera-bar-left,
.tessera-bar-right {
    display: table-cell;
    vertical-align: top;
}

.tessera-bar-right {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    width: 38%;
    position: relative;
}

.tessera-bar-left {
    width: 62%;
}

.tessera-bbpress-search-bar .tessera-bar-right {
    width: 32%;
}

.tessera-bbpress-search-bar .tessera-bar-left {
    width: 68%;
}

body.search .tessera-bar-left,
body.error404 .tessera-bar-left {
    display: none
}

body.search .tessera-bar-right,
body.error404 .tessera-bar-right {
    width: 100%;
}

.tessera-bar .breadcrumb {
    margin: 0;
    background: none;
    border-radius: 0;
    line-height: 69px;
    padding: 0 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    vertical-align: bottom;
}

.tessera-bar .breadcrumb .breadcrumb-item {
    width: auto;
    display: inline;
}


.tessera-bar .breadcrumb a {
    color: #fff;
}

.tessera-bar .breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.tessera-bar .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7)
}

.tessera-bar .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3)
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    color: rgba(255, 255, 255, 0.3);
    font-family: 'FontAwesome';
    content: "\f105";
    text-indent: 0em;
    text-align: center;
}

#tessera-bar-search .form-control {
    border: none;
    padding: 0 1.5rem;
    height: 70px;
    box-shadow: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
}

#tessera-bar-search .form-control:focus {
    color: #fff;
}

#tessera-bar-search .btn,
#tessera-bar-search .btn:hover {
    background: transparent;
    padding: 0;
    height: 70px;
    width: 65px;
    font-size: 16px;
    border: none;
    color: #fff;
    opacity: 1;
    box-shadow: none !important;
}

#tessera-bar-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#tessera-bar-search .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#tessera-bar-search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#tessera-bar-search .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#tessera-bar-wrapper .custom-select,
#tessera-bar-wrapper .custom-select:focus {
    border: none;
    padding: 0 1rem;
    height: 70px;
    box-shadow: none;
    max-width: 150px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    outline: 0;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1.25rem center;
    background-size: 10px 12px;
    z-index: 9;
    color: #fff;
}

#tessera-bar-wrapper .custom-select:focus::-ms-value {
    color: black;
    background-color: #fff;
}

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

#tessera-header-search {
    max-width: 740px;
    margin: 1.5rem auto 0 auto;
    transition: background 0.4s ease;
    border-radius: 36px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 100%);
    background-size: 100% 100%;
    background-position: center left
}

#tessera-header-search:focus-within {
    transition: background 1s ease;
    animation: tessera-gradient;
    background-size: 300% 300%;
}

@keyframes tessera-gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

#tessera-header-search .form-control {
    border: none;
    padding: 0 25px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 60px;
    box-shadow: none;
}

#tessera-header-search .btn,
#tessera-header-search .btn:hover {
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 1.5rem 0 1.25rem;
    height: 60px;
    width: auto;
    font-size: 20px;
    border: none;
    color: #2e5d9f;
    opacity: 1;
    box-shadow: none !important;
}

#tessera-header-search .custom-select,
#tessera-header-search .custom-select:focus {
    border: none;
    padding: 0 0.75rem;
    height: 60px;
    box-shadow: none;
    max-width: 160px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    outline: 0;
    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='%232e5d9f' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center;
    background-size: 10px 12px;
    z-index: 9;
}

#tessera-header-wrapper.header-align-left #tessera-page-title {
    text-align: left;
}

#tessera-header-wrapper.header-align-right #tessera-page-title {
    text-align: right;
}

#tessera-header-wrapper.header-align-right #tessera-header-search,
#tessera-header-wrapper.header-align-left #tessera-header-search {
    max-width: 50%;
    border-radius: 0;
}

#tessera-header-wrapper.header-align-right #tessera-header-search {
    margin-right: 0;
}

#tessera-header-wrapper.header-align-left #tessera-header-search {
    margin-left: 0;
}

#tessera-header-wrapper.header-align-right #tessera-header-search .form-control,
#tessera-header-wrapper.header-align-right #tessera-header-search .btn,
#tessera-header-wrapper.header-align-right #tessera-header-search .btn:hover,
#tessera-header-wrapper.header-align-left #tessera-header-search .form-control,
#tessera-header-wrapper.header-align-left #tessera-header-search .btn,
#tessera-header-wrapper.header-align-left #tessera-header-search .btn:hover {
    border-radius: 0;
}

#tessera-header-wrapper.header-align-right #tessera-header-search .btn,
#tessera-header-wrapper.header-align-left #tessera-header-search .btn {
    padding: 0 1.25rem;
}

#tessera-header-wrapper.header-align-right #tessera-header-search .form-control,
#tessera-header-wrapper.header-align-left #tessera-header-search .form-control {
    padding: 0 20px;
}

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

#tessera-main-wrapper {
    position: relative;
    display: block;
    padding: 80px 0px;
    z-index: 11;
    overflow-x: hidden;
}

#tessera-main-wrapper.tessera-fullwidth-page {
    padding: 0 !important;
}

body.error404 #tessera-page-title h1 {
    font-size:5.4rem
}

body.error404 #tessera-page-title p {
    margin-top:0;
    line-height: 1;
}

.tessera-404 {
    max-width: 900px;
    margin: 20px auto 30px auto;
}

.tessera-404 p {
    margin-bottom: 1rem;
}

.tessera-404 .input-group .form-control {
    padding: 1.5rem 1.25rem
}

.tessera-404 .input-group .btn {
    font-size: 18px;
}

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

.tessera-featured-img {
    margin: 0 auto 3rem auto;
    display: block;
    text-align: center;
}

.tessera-featured-img img {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.tessera-featured-img.no-shadow img {
    box-shadow: none;
}

.tessera-meta {
    display: inline-block;
    padding: 1.5rem;
    background: #f5f5f5;
    width: 100%;
    border-left: 5px solid rgba(0, 0, 0, 0.15);
    margin-top: 1rem;
}

.tessera-meta > div {
    margin: 0;
    display: inline-block;
}

.tessera-meta > div.tessera-meta-updated {
    display: block;
    margin-top: 1rem
}

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

div.type-forum .card-list .card:before,
div.type-topic .card-list .card:before,
div.format-link .card:before,
div.format-video .card:before,
div.format-gallery .card:before {
    width: 50px;
    background: #fff;
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    text-align: center;
    line-height: 50px;
    color: #101419;
    z-index: 9;
    font-family: 'FontAwesome';
    font-size: 18px;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

div.format-link .card-small .card:before,
div.format-video .card-small .card:before,
div.format-gallery .card-small .card:before {
    width: 44px;
    top: -0.5rem;
    right: -0.5rem;
    line-height: 44px;
    font-size: 16px;
}

div.format-gallery .card:before {
    content: "\f03e";
}

div.format-video .card:before {
    content: "\f04b";
}

div.format-link .card:before {
    content: "\f0c1";
}

div.type-forum .card-list .card:before {
    content: "\f19c";
    background: #00bfb2;
}

div.type-topic .card-list .card:before {
    content: "\f075";
    background: #00bfb2;
}

/* ================= POST NAVIGATION ================== */

.tessera-post-nav-wrapper {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 6px;
    background: #f5f5f5;
}

.tessera-post-nav-left-row,
.tessera-post-nav-right-row {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    height: 100%;
}

.tessera-post-nav-left-row {
    text-align: left;
}

.tessera-post-nav-right-row {
    text-align: right;
}

.tessera-post-nav-link {
    padding: 25px 30px;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tessera-post-nav-link a {
    color: #101419;
    font-weight: 700;
}

.tessera-post-nav-link a:hover {
    color: #2e5d9f;
}

.tessera-post-nav-table > .tessera-post-nav {
    position: relative;
    vertical-align: middle;
    padding: 0px;
    background-color: #f5f5f5;
    color: #101419;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    height: 100%;
}

.tessera-post-nav-left-row .tessera-post-nav-link {
    border-right: 3px solid #fff;
}

.tessera-post-nav-right-row .tessera-post-nav-link {
    border-left: 3px solid #fff;
}

.tessera-post-nav-table > .tessera-post-nav:hover {
    color: #2e5d9f;
}

.tessera-post-nav-right-row .tessera-post-nav-link .fa {
    margin: 0 0 0 5px;
}

.tessera-post-nav-left-row .tessera-post-nav-link .fa {
    margin: 0 5px 0 0;
}

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

#tessera-comments-wrapper {
    margin-top: 3rem;
    padding: 3rem 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-width: 5px;
}

.tessera_comments_block,
.tessera_comment_form {
    position: relative;
    display: block;
}

.tessera_comments_block h3.tessera-title-with-border {
    margin-bottom: 4rem;
}

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

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

.tessera_comment_inner {
    display: table-row;
}

.tessera_comment_left,
.tessera_comment_right {
    display: table-cell;
    vertical-align: top;
}

.tessera_comment_left {
    width: 60px;
}

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

.tessera_comment_right {
    width: 100%;
}

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

.tessera_comment_right_inner.tessera_no_avatar {
    padding: 0px !important;
}

.tessera_commentlist,
.tessera_comments_block .children {
    margin: 0px;
    padding: 0px;
}

.tessera_commentlist {
    margin-top: 50px;
}

.tessera_comments_block .children li {
    position: relative;
}

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

.tessera_commentlist .comment > .comment .tessera_comment {
    padding-left: 40px;
}

.tessera_commentlist .comment > .comment:before {
    font-family: 'FontAwesome';
    content: "\f122";
    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);
}

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

.tessera_cancel {
    float: right;
}

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

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

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

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

.tessera_comments pre {
    padding: 0px;
}

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

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

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

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

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

.tessera_comment_links a {
    color: inherit;
}

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

#tessera-footer {
    position: relative;
    background-color: #f5f5f5;
    z-index: 10;
}

#footer-widgets {
    position: relative;
    padding: 120px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-logo {
    max-width: 260px !important;
}

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

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

.tessera-footer-icons li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    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;
}

.tessera-footer-icons li a:hover {
    color: #2e5d9f;
}

#tessera-gototop {
    background: #2e5d9f;
    color: #fff;
}

#tessera-footer-bottom {
    padding: 25px 0px;
}

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

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

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

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

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

.tessera-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,
.tessera-widget a:not(.btn):hover {
    color: #2e5d9f;
}

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

.widget_tessera_kb_articles ol,
.widget_tessera_kb_cats ul,
[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;
}

.widget_tessera_kb_articles ol > li,
.widget_tessera_kb_cats ul > li,
[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.1);
}

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

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

.widget_tessera_kb_cats ul > li li,
[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
}

.widget_tessera_kb_articles ol li:last-child,
.widget_tessera_kb_cats ul li:last-child,
[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;
}

.widget_tessera_kb_cats ul li ul,
[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;
}

.widget_tessera_kb_cats ul ul,
[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: 12px;
    margin-bottom: 2px
}

.widget_tessera_kb_cats ul.children li,
[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;
}

.widget_tessera_kb_cats ul li,
.widget_categories ul li {
    position: relative;
}

.widget_search.tessera-widget,
.widget_display_search.tessera-widget,
.widget_product_search.tessera-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_tessera_kb_cats ul li span,
.widget_categories ul li span {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    line-height: 1;
    font-size: 75%;
}

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

.widget_rss ul li .rss-date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    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.tessera-widget {
    margin-bottom: 30px;
}

.widget_tessera_text_box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #2e5d9f;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
}

.widget_tessera_text_box h5 {
    margin-bottom: 1rem;
}

.widget_tessera_text_box p {
    margin-bottom: 1.5rem;
    font-style: italic;
}

/* calendar widget */

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

.widget_calendar.tessera-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;
    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: #2e5d9f;
}

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

body.tessera .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

body.tessera .wpcf7 form .wpcf7-response-output {
    border: none !important;
    padding: 20px 25px !important;
    margin: 30px 0px 0px 0px;
    box-shadow: none;
    background: #101419;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

body.tessera .wpcf7 form.sent .wpcf7-response-output {
	background: #00bfb2;
}

body.tessera .wpcf7 form.failed .wpcf7-response-output,
body.tessera .wpcf7 form.aborted .wpcf7-response-output {
	background: #ba324f;
}

body.tessera .wpcf7 form.spam .wpcf7-response-output,
body.tessera .wpcf7 form.invalid .wpcf7-response-output,
body.tessera .wpcf7 form.unaccepted .wpcf7-response-output {
	background: #fac05e;
    color: #101419;
}

body.tessera .wpcf7 form .wpcf7-response-output:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 1rem;
    right: 0;
    line-height: 1;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    z-index: 9;
}

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

body.tessera .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border: 1px solid transparent;
    background: #ba324f;
    padding: 0.9rem;
    font-size: 0.9rem;
    margin: 0 !important;
    color: #fff !important;
    height: 100%;
    width: 100%;
    line-height: 1.5rem;
    font-weight: 700;
}

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

body.tessera .wpcf7-textarea {
    max-height: 140px;
    resize: none;
}

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

body.tessera .wpcf7-form label {
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    font-size: 0.8rem
}

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

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

body.tessera .wpcf7-form p {
    margin-bottom: 1.5rem;
}

body.tessera .wpcf7-form > p:last-of-type {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.tessera .post-password-form input[type="submit"] {
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: bottom;
    transform: none !important;
    border-radius: 0;
}

body.tessera .post-password-form p:first-of-type {
    padding: 1rem 1.5rem;
    color: #fff;
    background-color: #ba324f;
    border-color: #ba324f;
}

body.tessera .tessera-page-links {
    display: flex;
    clear: both;
    font-weight: 800;
    line-height: 1;
    margin: 3rem 0 2rem 0;
    font-size: 0.9rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

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

body.tessera .tessera-page-links > a > span,
body.tessera .tessera-page-links > span {
    position: relative;
    height: 46px;
    margin: 0 4px;
    min-width: 46px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -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;
    border-radius: 46px;
}

body.tessera .tessera-page-links > span {
    background: #2e5d9f;
    color: #fff;
}

body.tessera .tessera-page-links > a > span:hover {
    color: #2e5d9f;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff
}

body.tessera .tessera-page-links > a > span {
    background: #f5f5f5;
    color: #465362
}

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

.textwidget > p:last-of-type {
    margin-bottom: 0;
}

/* Text meant only for screen readers. */

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

body.tessera .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 ================== */

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

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

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

.tessera-iframe-video iframe,
.tessera-iframe-video object,
.tessera-iframe-video embed,
.tessera-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.tessera .alignfull,
body.tessera .alignwide,
body.tessera .aligncenter,
body.tessera .wp-block-cover-image.alignwide {
    max-width: 100%;
    height: auto;
    clear: both;
}

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

body.tessera .wp-block-media-text,
body.tessera .wp-block-embed,
body.tessera .wp-block-image,
body.tessera .wp-block-gallery,
body.tessera .wp-block-cover-image,
body.tessera .wp-block-audio,
body.tessera .wp-block-code,
body.tessera .wp-block-button,
body.tessera .wp-block-video,
body.tessera .wp-block-verse,
body.tessera .wp-block-preformatted,
body.tessera .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: 2.5rem 2rem;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.15rem;
    font-style: normal;
    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 ================== */

.elementor-widget-heading .elementor-heading-title > a:hover {
    color: #2e5d9f;
}

.elementor-widget-container .bbp-topics {
    margin: 0px !important;
}

.elementor-icon .fa,
.elementor-icon .far,
.elementor-icon .fas,
.elementor-icon .fab {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.elementor-view-stacked .elementor-icon {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* TABS */

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

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

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

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

/* ================= DVFAQ ================== */

body.tessera .dvfaq-light .dvfaq-accordion-content .dvfaq-after-content {
    margin-top: 1.5rem;
}

body.tessera .dvfaq-light .dvfaq-accordion-content p:last-of-type {
    margin: 0;
}

.dvfaq-light .dvfaq-like-title,
.dvfaq-light .dvfaq-like-it,
.dvfaq-light .dvfaq-dislike-it,
.dvfaq-light .dvfaq-social-share-btns li {
    border: none !important;
}

.dvfaq-light .dvfaq-social-share-btns li.dvfaq-social-share-btns-title,
.dvfaq-light .dvfaq-like-title,
.dvfaq-light .dvfaq-like-it,
.dvfaq-light .dvfaq-dislike-it {
    line-height: 44px !important;
    font-size: 0.85rem !important;
    background: rgba(0, 0, 0, 0.05);
}

body.tessera .dvfaq-light .dvfaq-social-share-btns li.dvfaq-social-share-btns-title,
body.tessera .dvfaq-light .dvfaq-like-title {
    padding: 0 1rem;
}

body.tessera.dvfaq-light .dvfaq-social-share-btns li.dvfaq-social-share-btns-title,
body.tessera.dvfaq-light .dvfaq-like-title {
    padding: 0 1.25rem;
}

.dvfaq-light .dvfaq-like-it,
.dvfaq-light .dvfaq-dislike-it {
    padding: 0 0.75rem !important;
    font-weight: 700;
}

.dvfaq-light .dvfaq-like-it a,
.dvfaq-light .dvfaq-dislike-it a {
    vertical-align: top;
}

.dvfaq-light .dvfaq-social-share-btns a {
    font-size: 14px !important;
    vertical-align: top;
    height: 44px !important;
    width: 44px !important;
    line-height: 44px !important;
}

.dvfaq-light .dvfaq-wrap .dvfaq-social-share-btns a {
    font-size: 16px !important;
    vertical-align: top;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
}

body.tessera .dvfaq-light .dvfaq-accordion-content {
    padding: 0px 1.8rem 1.8rem 1.8rem;
}

body.tessera .dvfaq-light .dvfaq-accordion-header {
    padding: 1.5rem 3.6rem 1.5rem 1.8rem;
}

body.tessera .dvfaq-light .dvfaq-accordion-header::after {
    top: 1.9rem;
    right: 1.4rem;
    height: auto
}

body.tessera .dvfaq-light .dvfaq-switcher li {
    padding: 0.5rem;
    border: none !important;
    background: rgba(0, 0, 0, 0.05) !important;
}

body.tessera .dvfaq-light h1.dvfaq-cat-title,
body.tessera .dvfaq-light h2.dvfaq-cat-title,
body.tessera .dvfaq-light h3.dvfaq-cat-title,
body.tessera .dvfaq-light h4.dvfaq-cat-title,
body.tessera .dvfaq-light h5.dvfaq-cat-title,
body.tessera .dvfaq-light h6.dvfaq-cat-title {
    padding: 2rem 1.8rem
}

body.tessera h1.dvfaq-menu-title,
body.tessera h2.dvfaq-menu-title,
body.tessera h3.dvfaq-menu-title,
body.tessera h4.dvfaq-menu-title,
body.tessera h5.dvfaq-menu-title,
body.tessera h6.dvfaq-menu-title {
    padding: 30px 20px;
}

body.tessera .dvfaq-wrapper-left {
    padding-right: 60px;
}

body.tessera .dvfaq-accordion-wrapper .dvfaq-accordion-container:last-of-type {
    margin: 0px 0px 60px 0px;
}

body.tessera .dvfaq-live-search-container {
    margin-bottom: 50px;
}

body.tessera .dvfaq-light .dvfaq-readmore {
    margin-top: 1.5rem
}

.dvfaq-light .dvfaq-wrap .dvfaq-social-share-btns li.dvfaq-social-share-btns-title,
.dvfaq-light .dvfaq-wrap .dvfaq-like-title,
.dvfaq-light .dvfaq-wrap .dvfaq-like-it,
.dvfaq-light .dvfaq-wrap .dvfaq-dislike-it {
    line-height: 50px !important;
    font-size: 1rem !important;
}

body.tessera.dvfaq-light .dvfaq-wrap .tessera-post-nav-wrapper {
    margin-top: 2.5rem;
}

/* ================= LIGHT SKIN ================== */

body.tessera .dvfaq-light h1.dvfaq-cat-title,
body.tessera .dvfaq-light h2.dvfaq-cat-title,
body.tessera .dvfaq-light h3.dvfaq-cat-title,
body.tessera .dvfaq-light h4.dvfaq-cat-title,
body.tessera .dvfaq-light h5.dvfaq-cat-title,
body.tessera .dvfaq-light h6.dvfaq-cat-title,
body.tessera .dvfaq-light h1.dvfaq-menu-title,
body.tessera .dvfaq-light h2.dvfaq-menu-title,
body.tessera .dvfaq-light h3.dvfaq-menu-title,
body.tessera .dvfaq-light h4.dvfaq-menu-title,
body.tessera .dvfaq-light h5.dvfaq-menu-title,
body.tessera .dvfaq-light h6.dvfaq-menu-title,
body.tessera .dvfaq-light .dvfaq-faq-menu li a,
body.tessera .dvfaq-light .dvfaq-readmore a,
body.tessera .dvfaq-light .dvfaq-switcher li,
body.tessera .dvfaq-light .dvfaq-accordion-header.dvfaq-active-header,
body.tessera .dvfaq-light .dvfaq-pagination-button {
    color: #101419;
}

body.tessera .dvfaq-light .dvfaq-accordion-container,
body.tessera .dvfaq-light .dvfaq-accordion-container p,
body.tessera .dvfaq-light .dvfaq-social-share-btns li,
body.tessera .dvfaq-light .dvfaq-social-share-btns a,
body.tessera .dvfaq-light .dvfaq-like-title,
body.tessera .dvfaq-light .dvfaq-accordion-header,
body.tessera .dvfaq-light .dvfaq-live-search-container .dvfaq-live-search-icon:before {
    color: #465362;
}

body.tessera .dvfaq-light .dvfaq-live-search-container input[type="text"],
body.tessera .dvfaq-light .dvfaq-live-search-container input[type="text"]:focus {
    color: #465362 !important;
}

body.tessera .dvfaq-light .dvfaq-accordion-container,
body.tessera .dvfaq-light .dvfaq-faq-menu,
body.tessera .dvfaq-light h1.dvfaq-cat-title,
body.tessera .dvfaq-light h2.dvfaq-cat-title,
body.tessera .dvfaq-light h3.dvfaq-cat-title,
body.tessera .dvfaq-light h4.dvfaq-cat-title,
body.tessera .dvfaq-light h5.dvfaq-cat-title,
body.tessera .dvfaq-light h6.dvfaq-cat-title,
body.tessera .dvfaq-light .dvfaq-switcher-open,
body.tessera .dvfaq-light .dvfaq-switcher-close {
    background: #ffffff;
}

body.tessera .dvfaq-light .dvfaq-live-search-container input[type="text"] {
    background: #ffffff !important;
}

body.tessera .dvfaq-light h1.dvfaq-cat-title,
body.tessera .dvfaq-light h2.dvfaq-cat-title,
body.tessera .dvfaq-light h3.dvfaq-cat-title,
body.tessera .dvfaq-light h4.dvfaq-cat-title,
body.tessera .dvfaq-light h5.dvfaq-cat-title,
body.tessera .dvfaq-light h6.dvfaq-cat-title {
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

body.tessera .dvfaq-light .dvfaq-accordion-container {
    border: none;
}

body.tessera .dvfaq-light .dvfaq-accordion-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body.tessera .dvfaq-light .dvfaq-accordion-wrapper .dvfaq-accordion-container:first-of-type .dvfaq-accordion-header {
    border-top: none;
}

body.tessera .dvfaq-light h1.dvfaq-menu-title,
body.tessera .dvfaq-light h2.dvfaq-menu-title,
body.tessera .dvfaq-light h3.dvfaq-menu-title,
body.tessera .dvfaq-light h4.dvfaq-menu-title,
body.tessera .dvfaq-light h5.dvfaq-menu-title,
body.tessera .dvfaq-light h6.dvfaq-menu-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.tessera .dvfaq-light .dvfaq-faq-menu {
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

body.tessera .dvfaq-light .dvfaq-accordion-wrapper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

}

body.tessera .dvfaq-light .dvfaq-faq-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.tessera .dvfaq-light .dvfaq-faq-menu li:last-of-type a {
    border: none
}

body.tessera .dvfaq-light .dvfaq-live-search-container input[type="text"] {
    border: 1px solid #ddd;
}

body.tessera .dvfaq-light .dvfaq-pagination-button.active,
body.tessera .dvfaq-light .dvfaq-accordion-header:hover,
body.tessera .dvfaq-light .dvfaq-social-share-btns a:hover,
body.tessera .dvfaq-light .dvfaq-faq-menu li a:hover,
body.tessera .dvfaq-light .dvfaq-switcher li:hover,
body.tessera .dvfaq-light .dvfaq-readmore a:hover,
body.tessera .dvfaq-light .dvfaq-pagination-button:hover {
    color: #2e5d9f;
}

body.tessera .dvfaq-light .dvfaq-live-search-container input[type="text"]:focus {
    border-color: #ddd !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

body.tessera h1.dvfaq-menu-title,
body.tessera h2.dvfaq-menu-title,
body.tessera h3.dvfaq-menu-title,
body.tessera h4.dvfaq-menu-title,
body.tessera h5.dvfaq-menu-title,
body.tessera h6.dvfaq-menu-title,
body.tessera h1.dvfaq-cat-title::before,
body.tessera h2.dvfaq-cat-title::before,
body.tessera h3.dvfaq-cat-title::before,
body.tessera h4.dvfaq-cat-title::before,
body.tessera h5.dvfaq-cat-title::before,
body.tessera h6.dvfaq-cat-title::before {
    background: transparent;
}

body.tessera .dvfaq-no-results-message {
    background: #ba324f !important;
}

.dvfaq-live-search-container.cancel-search .dvfaq-live-search-icon::before {
    color: #ba324f !important;
}

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

.bg-info,
a.bg-info:focus,
a.bg-info:hover {
    background: #009ffd !important;
}

/* MODAL */

body.tessera .modal {
    z-index: 999999
}

body.tessera .modal-content {
    border-radius: 2px;
    border: none;
    background: #fff;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

body.tessera .modal-content p {
    margin-bottom: 1.4rem;
}

body.tessera .modal-content input {
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
}

body.tessera .modal-dialog {
    max-width: 480px;
}

body.tessera .modal-header {
    border-radius: 0px;
    padding: 1.5rem 2rem;
}

body.tessera .modal-header .close {
    font-size: 20px;
    line-height: 48px;
    opacity: 1;
    float: none;
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    color: #101419;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

body.tessera .modal-header .close:hover {
    opacity: 1;
    color: #2e5d9f
}

body.tessera .modal-body {
    padding: 2rem 2rem 0.5rem 2rem;
}

body.tessera .modal-body label {
    font-size: 0.9rem;
    margin: 0;
}

body.tessera .modal-backdrop {
    background: #f5f5f5;
    z-index: 999998
}

body.tessera .modal-backdrop.show {
    opacity: 0.9;
}

body.tessera .modal-title {
    font-size: 1.5rem;
    line-height: 1.4;
}

body.tessera .modal-footer {
    padding: 1rem 2rem;
}

body.tessera .modal-content #wp-submit {
    padding: 0.75rem 1.5rem !important;
}

body.tessera .modal-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body.tessera .modal-content p.login-submit {
    margin-bottom: 2rem;
}

body.tessera .modal-footer ul li {
    padding: 0 0 0 1rem;
    margin: 0;
    display: inline-block;
    font-size: 0.9rem;
}

/* LIST GROUP */

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem;
    margin: 0px 0px 3px 0px;
    background-color: #f5f5f5;
    border: none;
    border-left: 4px solid #f5f5f5;
    border-radius: 0px !important;
    font-weight: 700;
    color: inherit;
}

.list-group-item a {
    color: inherit;
}

.list-group-item a:hover,
.list-group-item a:focus {
    color: #2e5d9f;
}

.list-group-item:last-of-type {
    margin: 0px;
}

.list-group-item.active {
    z-index: 2;
    background-color: #f5f5f5;
    border-color: #2e5d9f;
}

.list-group-item.active a {
    color: #2e5d9f;
}

/* 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, color 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);
    color: #101419;
}

.form-control::-webkit-input-placeholder {
    color: #465362;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #465362;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #465362;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #465362;
    opacity: 1;
}

.form-control::placeholder {
    color: #465362;
}

textarea {
    line-height: 1.8;
}

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

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

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

.input-group .btn {
    box-shadow: none !important;
}

/* BUTTONS */

input[type="submit"]:not(.btn):not(.slick-arrow),
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button),
.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: none !important;
    padding: 1rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    transition: opacity 0.4s ease-in-out;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.1) !important;
    opacity: 1;
    outline: none !important;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn.btn-rounded {
    padding: 1rem 1.75rem;
}

input[type="submit"]:not(.btn):not(.slick-arrow):hover,
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button):hover,
.button:hover,
.btn:hover {
    opacity: 0.85;
}

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

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

input[type="submit"]:not(.btn):not(.slick-arrow),
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button),
.button {
    position: relative;
    color: #fff;
    background-color: #2e5d9f;

}

input[type="submit"]:not(.btn):not(.slick-arrow):hover,
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button):hover {
    color: #fff;
    background-color: #2e5d9f;
    border-color: #2e5d9f;
}

input[type="submit"]:not(.btn):not(.slick-arrow):focus,
input[type="button"]:not(.btn):not(.slick-arrow):not(.ed_button):focus,
.button:focus,
.btn:focus {
    outline: 0;
}

.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,
.btn-primary:focus {
    color: #fff;
    background: #2e5d9f;
    border-color: #2e5d9f;
}

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

.btn-success,
.btn-success:hover,
.btn-success.disabled,
.btn-success:disabled,
.btn-success:focus {
    color: #fff;
    background-color: #00bfb2;
    border-color: #00bfb2;
}

.btn-info,
.btn-info:hover,
.btn-info.disabled,
.btn-info:disabled,
.btn-info:focus {
    color: #fff;
    background-color: #009ffd;
    border-color: #009ffd;
}

.btn-warning,
.btn-warning:hover,
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning:focus {
    color: #101419;
    background-color: #fac05e;
    border-color: #fac05e;
}

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

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

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

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

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

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

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #2e5d9f;
    border-color: #2e5d9f;
    opacity: 1;
}

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

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #101419;
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

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

.btn-outline-success:hover,
.btn-outline-success:focus {
    color: #fff;
    background-color: #00bfb2;
    border-color: #00bfb2;
}

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

.btn-outline-info:hover,
.btn-outline-info:focus {
    color: #fff;
    background-color: #009ffd;
    border-color: #009ffd;
    opacity: 1;
}

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

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    color: #101419;
    background-color: #fac05e;
    border-color: #fac05e;
    opacity: 1;
}

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

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #ba324f;
    border-color: #ba324f;
    opacity: 1;
}

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

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

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

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: #fff;
    background-color: #101419;
    border-color: #101419;
    opacity: 1;
}

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

.btn-outline-default:hover,
.btn-outline-default:focus {
    color: #fff;
    background-color: #101419;
    border-color: #101419;
    opacity: 1;
}

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

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #101419;
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 1.25rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.btn-lg.btn-rounded {
    padding: 1.25rem 2rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

.btn-sm.btn-rounded {
    padding: 0.75rem 1.25rem;
}

.btn-group .btn,
.input-group .btn {
    margin-right: 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: #009ffd;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    min-width: 12rem;
}

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

.dropdown-item {
    position: relative;
    padding: 0.9rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.15s ease;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.dropdown-item:before {
    position: absolute;
    left: 0px;
    top: 100%;
    bottom: 100%;
    width: 3px;
    content: "";
    background: transparent;
    transition: all 0.3s ease-out;
}

.dropdown-item:hover:before {
    top: 0;
    bottom: 0;
    background: #fff;
}

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

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

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

.dropdown-header {
    color: #101419;
}

.custom-select {
    color: #465362;
    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='%23101419' 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: 55px;
}

.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: #465362;
    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::before {
    display: none;
}

@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 {
    box-shadow: none;
    background-color: #fff;
    margin: 0px;
    position: relative;
    z-index: 1;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

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

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

body.tessera .card-title,
body.tessera .card-title a {
    color: #101419;
    display: block;
    margin: 0;
    line-height: 1.3 !important;
}

body.tessera .card-title a {
    display: block;
}

body.tessera .card-title a:hover {
    color: #2e5d9f;
}

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

.card-category-span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem
}

.card-list-cat {
    margin-top: 2rem;
    margin-bottom: -10px;
    display: inline-block;
    width: 100%;
}

.card-list-cat .badge {
    font-size: 0.75rem;
    margin: 0 4px 4px 0;
    padding: 0.5rem;
    float: left;
}

.card img {
    max-width: 100%;
    height: auto;
    width: 100%;
    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-small .card-body p {
    margin: 1rem 0 0 0;
}

.tessera-masonry-featured {
    position: relative;
    display: block;
    vertical-align: bottom;
}

.tessera-masonry-cat {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 8;
    line-height: 1;
}

.tessera-masonry-cat .badge {
    display: inline-block;
    margin: 5px 2.5px;
    font-size: 0.75rem
}

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

.tessera-forum-badges {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8;
    line-height: 1;
}

.tessera-forum-badges .badge {
    display: inline-block;
    margin: 0;
    font-size: 0.9rem;
}

.card > a {
    overflow: hidden;
}

.card .card-footer {
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 20px 2rem;
    background: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
    border-radius: 0;
}

.card .card-footer div:not([class]) {
    display: inline-block;
}

.card-footer .card-footer-small {
    margin: 0 0.5rem 0 0;
    display: inline-block;
}

.card-masonry.card-small .card-footer img.avatar {
    width: 14px;
    height: 14px;
    margin-top: -2.5px;
}

.card-footer .row {
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-top: 3px;
}

.card-footer .row .col.text-right div {
    display: inline-block;
    margin: 0 0 0 0.5rem;
}

.card-footer a {
    color: inherit;
}

.card-footer a:hover {
    color: #2e5d9f;
}

.card-footer img.avatar {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    display: inline-block;
}

.tessera-author-meta,
.tessera-date-meta {
    display: inline-block;
    vertical-align: top;
}

.card-small .card .card-footer {
    padding: 15px 1.25rem 18px 1.25rem;
}

.card-small .card .card-footer .tessera-author-meta,
.card-small .card .card-footer .tessera-date-meta {
    font-size: 0.75rem;
}

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

.card-list {
    margin-bottom: 40px;
}

.card-list.card-list-small {
    margin-bottom: 30px;
    margin-bottom: 30px;
}

.card-list .card-body {
    padding: 3.5rem 2.5rem;
}

.card-list.card-list-small .card-body {
    padding: 2rem;
}

.card-list-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.card-list-left,
.card-list-right {
    display: table-cell;
    vertical-align: top;
}

.card-list-right {
    position: relative;
    width: 300px;
}

.card-list-right {
    overflow: hidden;
}

.card-list-right a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: 8;
    background: #fff;

}

.card-list-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -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;
}

.card-list-left {
    width: 100%;
}

/* PAGINATION */

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

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

.page-link {
    color: #465362;
    background-color: #f5f5f5;
    border: none;
    font-weight: 800;
    transition: all 0.15s ease;
    outline: none !important;
    box-shadow: none !important;
}

.page-link:focus,
.page-link:hover {
    color: #2e5d9f;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
    background-color: #fff;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #2e5d9f;
    border-color: #2e5d9f;
    pointer-events: none;
    font-weight: 800;
}

.page-item .page-link,
.page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 4px;
    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;
    font-size: 0.9rem;
}

.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 a {
    color: #fff;
}

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

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

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

.badge.badge-secondary a,
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #101419;
    background: none !important;
}

.badge-success {
    color: #fff;
    background-color: #00bfb2;
}

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

.badge-info {
    color: #fff;
    background-color: #009ffd;
}

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

.badge-warning {
    color: #101419;
    background-color: #fac05e;
}

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

.badge-danger {
    color: #fff;
    background-color: #ba324f;
}

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

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

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

.badge-light {
    color: #101419;
    background-color: #fff;
}

.badge-light a {
    color: #101419;
}

.badge-light a:hover,
.badge-light a:focus {
    color: #2e5d9f;
}

.badge-dark {
    color: #fff;
    background-color: #101419;
}

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

/* ALERTS */

body.tessera .alert {
    padding: 1rem 1.5rem;
    border-radius: 0;
    margin-bottom: 2rem;
    border-left: 5px solid rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

.alert .close,
.alert .close:hover {
    float: none;
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
    line-height: 1;
    text-shadow: none;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1;
}

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

.alert p {
    color: #fff;
}

.alert p:last-child {
    margin: 0;
}

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

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

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

.alert-secondary {
    color: #fff;
    background-color: #101419;
    border-color: #101419;
}

.alert-success {
    color: #fff;
    background-color: #00bfb2;
    border-color: #00bfb2;
}

.alert-info {
    color: #fff;
    background-color: #009ffd;
    border-color: #009ffd;
}

.alert-warning {
    color: #101419;
    background-color: #fac05e;
    border-color: #fac05e;
}

.alert.alert-warning p {
    color: #101419;
}

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

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

/* TOOLTIPS */

.tooltip-inner {
    max-width: 250px;
    padding: 0.75rem 0.9rem 0.9rem 0.9rem;
    color: #fff;
    text-align: center;
    background-color: #101419;
    border-radius: 5px;
    line-height: 1.5;
    font-weight: 700;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #101419;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #101419;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #101419;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #101419;
}

/* 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: #2e5d9f !important;
}

.text-success {
    color: #00bfb2 !important;
}

.text-info {
    color: #009ffd !important;
}

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

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

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

/* ================= AWESOME SUPPORT ================== */

body.tessera .wpas-login-register .wpas-form h3 {
    margin-bottom: 2rem;
}

body.tessera .wpas-btn {
    margin: 0;
    margin-right: 5px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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: none !important;
    padding: 1rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    transition: opacity 0.4s ease-in-out;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.1) !important;
    opacity: 1;
    outline: none !important;
    color: #fff;
    background-color: #2e5d9f;
}

body.tessera .wpas-btn:hover {
    opacity: 0.85;
}

body.tessera .wpas-ticket-buttons-top {
    margin-bottom: 2.5rem;
}

body.tessera .wpas-ticket-buttons-top .wpas-btn {
    margin-bottom: 0.5rem;
}

body.tessera .wpas-ticket-buttons-top .wpas-link-logout::after {
    display: none;
}

body.tessera .wpas-btn.wpas-link-logout {
    background-color: #ba324f;
    border-color: #ba324f;
}

body.tessera #wpas-new-ticket .container {
    padding: 0;
}

body.tessera .wpas-form-group > label {
    text-transform: uppercase;
    font-size: 0.8rem;
}

body.tessera .wpas-form-group {
    margin-bottom: 2rem;
}

body.tessera #wpas_ticketlist_filter input,
body.tessera .wpas-submit-ticket-wysiwyg,
body.tessera .wpas-wysiwyg-textarea {
    border: none;
    box-shadow: none;
}

body.tessera .wpas-help-block {
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: inherit;
    font-style: italic;
    font-size: 0.9rem;
}

body.tessera .wpas-table > tbody > tr > td,
body.tessera .wpas-table > tbody > tr > th,
body.tessera .wpas-table > tfoot > tr > td,
body.tessera .wpas-table > tfoot > tr > th,
body.tessera .wpas-table > thead > tr > td,
body.tessera .wpas-table > thead > tr > th {
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
}

body.tessera .wpas-table > tbody > tr > th,
body.tessera .wpas-table > tfoot > tr > th,
body.tessera .wpas-table > thead > tr > th {
    color: #101419;
}

body.tessera .wpas-reply-attachements {
    background-color: #fff;
    padding: 1rem 0 0 0;
    margin-top: 1.5rem;
    border-top-color: #eee;
}

body.tessera .wpas-reply-meta .wpas-reply-time {
    font-size: 0.9rem;
}

body.tessera .wpas-ticket-replies > tbody > tr.wpas_user_administrator > td,
body.tessera .wpas-ticket-replies > tbody > tr.wpas_user_wpas_agent > td,
body.tessera .wpas-ticket-replies > tbody > tr.wpas_user_wpas_manager > td,
body.tessera .wpas-ticket-replies > tbody > tr.wpas_user_wpas_support_manager > td {
    background-color: #fff;
}

body.tessera .wpas-ticket-replies > tbody > tr > td {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

body.tessera .wpas-table p {
    margin-bottom: 1rem;
}

body.tessera #privacy-option-content {
    padding: 2rem
}

body.tessera .wpas-alert {
    padding: 1rem 1.5rem;
    border-radius: 0;
    margin-bottom: 2rem;
    border-left: 5px solid rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

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

body.tessera .wpas-alert-success {
    color: #fff;
    background-color: #00bfb2;
    border-color: #00bfb2;
    border-left: 5px solid rgba(0, 0, 0, 0.2);
}

body.tessera .wpas-alert-info {
    color: #fff;
    background-color: #009ffd;
    border-color: #009ffd;
    border-left: 5px solid rgba(0, 0, 0, 0.2);
}

body.tessera .wpas-alert-warning {
    color: #101419;
    background-color: #fac05e;
    border-color: #fac05e;
    border-left: 5px solid rgba(0, 0, 0, 0.2);
}

body.tessera .wpas-alert-danger {
    color: #fff;
    background-color: #ba324f;
    border-color: #ba324f;
    border-left: 5px solid rgba(0, 0, 0, 0.2);
}

body.tessera.wpas-forgot-password-link {
    font-size: 0.9rem;
    opacity: 1;
}

.wpas-login-register {
    margin-left: -30px;
    margin-right: -30px;
}

.wpas-login-register .wpas-form {
    padding-left: 30px;
    padding-right: 30px;
}

body.tessera #wpas_form_registration .wpas-btn {
    margin-top: 1rem;
}

body.tessera #wpas_form_login .wpas-btn {
    margin-bottom: 1rem;
}

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

.tessera-column {
    float: left;
}

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

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

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

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

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

.tessera-masonry-grid,
.tessera-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;
}

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

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

.tessera-gallery-item {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.tessera-gallery-item:hover,
.tessera-gallery-item:focus {
    opacity: 0.7;
}

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

.tessera-masonry-grid.small-grid .card-masonry,
.tessera-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1481px) {
    #tessera-page-title {
        padding: 120px 60px;
    }
}

@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 {
        display: none
    }
    .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;
    }
    #tessera-main-menu .dropdown-toggle::after {
        display: none;
    }
    .navbar-nav > .dropdown-menu > .dropdown-menu > a:first-of-type {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
}

@media screen and (max-width: 1480px) {
    body.page-template-homepage #tessera-page-title,
    body.page-template-homepage2 #tessera-page-title {
        padding: 140px 40px 180px 40px;
    }
    #tessera-page-title {
        padding: 100px 60px;
    }
}

@media screen and (max-width: 1199px) {
    #tessera-header-wrapper.header-align-right #tessera-header-search,
    #tessera-header-wrapper.header-align-left #tessera-header-search {
        max-width: 100%;
    }
    #tessera-header-wrapper.header-align-left #tessera-page-title,
    #tessera-header-wrapper.header-align-right #tessera-page-title {
        text-align: center;
    }
    .navbar-expand-lg > .container,
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    #tessera-page-title {
        padding-left: 40px;
        padding-right: 40px;
    }
    #tessera-main-wrapper {
        padding: 60px 0px;
    }
}

@media only screen and (max-width: 1024px) {
    body.tessera .dvfaq-wrapper-left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    body.tessera .dvfaq-accordion-wrapper .dvfaq-accordion-container:last-of-type {
        margin: 0px 0px 40px 0px;
    }
    body.tessera .dvfaq-live-search-container {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 16px;
    }
    #tessera-header {
        z-index: 9999;
    }
    #tessera-header-menu .navbar-brand {
        margin: 0 40px 0 0;
    }
    #footer-widgets {
        padding: 80px 0px;
    }
    #navbar-toggler {
        right: 40px;
    }
    body.page-template-homepage #tessera-page-title,
    body.page-template-homepage2 #tessera-page-title {
        padding: 100px 40px 140px 40px;
    }
    #tessera-header-menu {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .tessera-widget,
    .widget_mc4wp_form_widget {
        margin-bottom: 40px;
    }
    .menu-btn > a.nav-link {
        margin: 0.5rem 0 0 0;
    }
    .navbar-nav .dropdown-menu {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        min-width: auto;
        background-color: #fff !important;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        border-color: #fff;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

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

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

    .navbar-nav .dropdown-menu > .dropdown-menu .dropdown-item {
        padding: 1rem;
    }
    .navbar-nav .dropdown-item {
        color: #101419 !important;
        border-left: none !important;
        border-right: none !important;
    }
    .navbar-nav .dropdown-item:before {
        display: none;
    }
    .navbar-nav .nav-link {
        padding: 1rem 0;
        color: #101419 !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;
    }
    #tessera-collapse-close .navbar-toggler {
        position: absolute;
        cursor: pointer;
        display: inline-block;
        padding: 0;
        color: #ba324f !important;
        font-size: 30px !important;
        vertical-align: middle;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        z-index: 9;
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        padding: 1rem 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;
    }
    #tessera-bar-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .tessera-bar {
        border-radius: 0;
    }
    .tessera-masonry-featured:hover img,
    .card-list-right:hover .card-list-bg {
        transform: none;
    }
    #tessera-header-btns {
        margin-left: 0;
        margin-right: 40px;
    }
    #tessera-footer-icons {
        display: block;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0;
    }
    #tessera-footer-icons .tessera-footer-icons {
        float: none;
        display: inline-block;
        vertical-align: bottom;
        padding: 0 15px;
    }
    #tessera-footer-icons .tessera-footer-icons li {
        float: none;
        display: inline-block;
    }
    .tessera-footer-icons li {
        margin: 2px;
    }
    #tessera-footer-bottom {
        text-align: center;
        padding: 30px 0px;
    }
    #tessera-footer-bottom .tessera-footer-icons {
        float: none;
        margin: 15px auto -5px auto;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    #tessera-page-title {
        padding: 80px 20px;
    }
    body.page-template-homepage #tessera-page-title,
    body.page-template-homepage2 #tessera-page-title {
        padding-left: 20px;
        padding-right: 20px;
    }
    #tessera-main-wrapper {
        padding: 40px 0px;
    }
    .navbar-expand-lg > .container,
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    #navbar-toggler {
        right: 20px;
    }
    .tessera-bar,
    .tessera-bar-right,
    .tessera-bar-left,
    .tessera-bbpress-search-bar .tessera-bar-right,
    .tessera-bbpress-search-bar .tessera-bar-left {
        display: block;
        width: 100%;
    }
    .tessera-bar-right {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-left: none;
        border-right: none;
    }
    .tessera-bar .breadcrumb {
        line-height: 65px;
    }
    #tessera-bar-search .form-control,
    #tessera-bar-wrapper .custom-select {
        height: 65px;
    }
    #tessera-bar-search .btn,
    #tessera-bar-search .btn:hover {
        height: 65px;
        width: 55px;
    }
    .tessera-bar .breadcrumb,
    #tessera-bar-search .form-control {
        padding: 0 1rem;
    }
    .card-list .card-body {
        padding: 2.5rem 2rem;
    }
    .card-list-right {
        width: 200px;
    }
    .tessera_comment_left {
        display: none;
    }
    .tessera_comment_right_inner {
        padding: 0;
    }
    #tessera-comments-wrapper {
        padding: 2.5rem 2rem;
    }
    .tessera-post-nav-wrapper,
    .tessera-post-nav-left-row,
    .tessera-post-nav-right-row {
        display: block;
        width: 100%;
        border-left: none !important;
        border-right: none !important;
    }
    .tessera-post-nav-right-row {
        border-top: 5px solid #fff;
    }
    .card-list-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .card-list-left,
    .card-list-right {
        display: flex;
        vertical-align: top;
        width: 100%;
    }
    .card-list-right {
        height: 340px;
    }
    div.type-forum .card-list .card:before,
    div.type-topic .card-list .card:before,
    div.format-link .card:before,
    div.format-video .card:before,
    div.format-gallery .card:before {
        right: -10px;
        top: -10px;
    }
    .wpas-login-register {
        margin-left: 0px;
        margin-right: 0px;
    }

    .wpas-login-register .wpas-form {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #eee;
    }

    .wpas-login-register .wpas-form:last-child {
        margin-bottom: 0px;
    }
}

@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: 60px 0px;
    }
    #tessera-page-title {
        padding: 80px 20px;
    }
    body.page-template-homepage #tessera-page-title,
    body.page-template-homepage2 #tessera-page-title {
        padding: 80px 20px 120px 20px;
    }
    #navbar-toggler {
        line-height: 80px;
    }
    #tessera-header-menu .navbar-brand {
        height: 80px;
    }
    body.page-template-homepage #tessera-page-title h1,
    body.page-template-homepage2 #tessera-page-title h1,
    body.page-template-homepage #tessera-header-wrapper.header-align-left #tessera-page-title h1,
    body.page-template-homepage2 #tessera-header-wrapper.header-align-left #tessera-page-title h1,
    body.page-template-homepage #tessera-header-wrapper.header-align-right #tessera-page-title h1,
    body.page-template-homepage2 #tessera-header-wrapper.header-align-right #tessera-page-title h1 {
        font-size: 2.3rem;
    }
    #tessera-page-title p,#tessera-page-title .tessera-taxonomy-description {
        font-size: 1.15rem;
    }
    .card-body,
    card-list .card-body {
        padding: 2rem 1.5rem;
    }
    .card .card-footer {
        padding: 1.25rem 1.5rem;
    }
    blockquote {
        padding: 1rem;
    }
    #tessera-header-search .form-control {
        padding: 0 15px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        height: 50px;
    }
    #tessera-header-search .custom-select,
    #tessera-header-search .custom-select:focus {
        height: 50px;
        max-width: 120px;
    }
    #tessera-header-search .btn,
    #tessera-header-search .btn:hover {
        background: #fff;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        height: 50px;
        font-size: 18px;
        opacity: 1;
    }
    .card-list-wrapper {
        position: relative
    }
    .card-list.card-list-small {
        margin-bottom: 20px;
    }
    #tessera-top-bar-login .btn,
    #tessera-top-bar-login,
    #tessera-header-btns {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .tessera-user-welcome {
        display: inline-block;
    }
    #tessera-top-bar-loggedin {
        padding: 10px 0 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15)
    }
    .tessera-meta {
        padding: 1rem;
        border: none;
    }
    #tessera-comments-wrapper {
        padding: 0;
        border: none;
    }
    .tessera-post-nav-link {
        padding: 20px 15px;
    }
    body.tessera .dvfaq-accordion-content {
        padding: 0px 1rem 1.8rem 1rem;
    }
    body.tessera .dvfaq-accordion-header {
        padding: 1.5rem 3rem 1.5rem 1rem;
    }
    .card-list-right {
        height: 280px;
    }
    div.type-forum .card-list .card:before,
    div.type-topic .card-list .card:before,
    div.format-link .card:before,
    div.format-video .card:before,
    div.format-gallery .card:before {
        width: 44px;
        line-height: 44px;
        font-size: 16px;
    }
    body.error404 #tessera-page-title h1 {
        font-size:4.5rem
    }
}