/*
Theme Name: ContentBerg Child
Theme URI: http://theme-sphere.com/
Description: A child theme of ContentBerg
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: contentberg
Version: 1.0
*/
/* Global */
html {
    font-size: 16px;
}

body {
    font-family: Nunito, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #131315;
    -webkit-font-smoothing: unset;
}

/* Notification banner */
/*! CSS Used from: http://172.28.128.3/css/app.css */
body .intercom-launcher-frame,
body .intercom-launcher {
    right: 15px !important;
    bottom: 15px !important;
}

@media (max-width: 767px) {
    body.notification-show #intercom-container,
    body.notification-show .intercom-launcher-frame,
    body.notification-show .intercom-launcher {
        display: none !important;
    }
    body.notification-show .promo-container.show {
        bottom: 120px;
    }
}

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

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #f85a3e;
    background-color: transparent;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #f74525;
}

svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.signInModal-formSubmit {
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    body.notification-show .promo-container.show {
        bottom: 84px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-flex {
    display: -webkit-box !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: flex !important;
    }
}

.justify-content-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}

@media (min-width: 768px) {
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
}

.w-100 {
    width: 100% !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.py-3 {
    padding-top: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
}

@media (min-width: 768px) {
    .mr-md-0 {
        margin-right: 0 !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }
}

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

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .container {
        min-width: 992px !important;
    }
}

::-webkit-input-placeholder {
    text-overflow: ellipsis;
}

::-moz-placeholder {
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    text-overflow: ellipsis;
}

:-moz-placeholder {
    text-overflow: ellipsis;
}

p {
    color: #6c757d;
}

.text-14 {
    font-size: 14px;
}

.notification-banner {
    display: none;
    min-height: 60px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 999 !important;
    background-color: rgba(15, 19, 25, 0.7);
    border-radius: 5px;
}

.notification-banner.show {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.notification-banner svg {
    width: 36px;
    fill: #fff;
}

.notification-banner svg + div > div {
    line-height: 1.3;
}

.notification-banner .banner-close {
    min-width: 30px;
    height: 30px;
    font-size: 30px;
}

@media (min-width: 768px) {
    .notification-banner {
        width: 728px;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 99px;
    }
}

@media (max-width: 767px) {
    .notification-banner .container {
        max-width: none;
    }

    .notification-banner .banner-close {
        position: absolute;
        top: 5px;
        right: 5px;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
}

.notification-banner .banner-close:hover {
    cursor: pointer;
}

/* Styles to eventually replace customizer inline css */
.post-meta .post-cat > a,
.post-content a,
.textwidget a {
    color: #f95a3c;
    text-shadow: none !important;
    box-shadow: none !important;
}

a.navbar-brand:hover,
.title a:hover {
    color: #0f1319 !important;
}

.likes-count {
    color: #121212 !important;

    &:before {
        content: '\f004';
    }
}

.likes-count.voted {
    color: #ff8080 !important;
}

::selection {
    background: #B3D8FF !important;
    color: inherit !important;
}

.navigation.simple .menu > li > a {
    font-weight: 600 !important;
    color: rgba(15, 19, 25, 0.75) !important;
    text-decoration: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* https://github.com/tonystar/bootstrap-float-label */
.has-float-label {
    display: block;
    position: relative;
}

.has-float-label label,
.has-float-label > span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 80%;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: -0.5em;
    left: 0.75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    background-color: white;
}

.has-float-label > .form-control-lg + span,
.input-group-lg.has-float-label > .form-control + span,
.input-group-lg > .input-group-prepend.has-float-label > .input-group-text + span,
.input-group-lg > .input-group-append.has-float-label > .input-group-text + span,
.input-group-lg > .input-group-prepend.has-float-label > .btn + span,
.input-group-lg > .input-group-append.has-float-label > .btn + span {
    left: 1.125em;
}

.has-float-label label::after,
.has-float-label > span::after {
    content: ' ';
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.has-float-label .form-control::-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.has-float-label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-ms-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    opacity: 0.5;
    top: 0.625rem;
}

.has-float-label .form-control-lg:placeholder-shown:not(:focus) + *,
.has-float-label .input-group-lg > .form-control:placeholder-shown:not(:focus) + *,
.has-float-label .input-group-lg > .input-group-prepend > .input-group-text:placeholder-shown:not(:focus) + *,
.has-float-label .input-group-lg > .input-group-append > .input-group-text:placeholder-shown:not(:focus) + *,
.has-float-label .input-group-lg > .input-group-prepend > .btn:placeholder-shown:not(:focus) + *,
.has-float-label .input-group-lg > .input-group-append > .btn:placeholder-shown:not(:focus) + * {
    top: 1.063rem;
}

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.has-float-label > input {
    outline: none;
}

.has-float-label > input:focus {
    border-color: #99a9c2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Header */
.main {
    margin-top: 60px;
}

.main-head {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 0 !important;
    box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.1);
    z-index: 9;
}

.main-head.simple-boxed .wrap {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .main-head.simple-boxed .wrap {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .main-head.simple-boxed .wrap {
        padding: 0 48px;
    }
}

.main-head.simple-boxed {
    border-top: 0;
    border-bottom: 1px solid #dfe6ee;
    box-shadow: none;
}

.main-head.simple-boxed .inner,
.main-head.simple-boxed .wrap-head,
.main-head.simple .inner.sticky-bar {
    height: 50px;
    min-height: 50px;
    line-height: 50px;
}

@media (min-width: 768px) {
    .main-head.simple-boxed .inner,
    .main-head.simple-boxed .wrap-head,
    .main-head.simple .inner.sticky-bar {
        height: 70px;
        min-height: 70px;
        line-height: 70px;
    }
}

.main-head.simple-boxed .inner:not(.sticky-bar) .navigation {
    margin: 0;
}

.main-head.simple .inner.sticky-bar,
.main-head.simple-boxed .inner {
    -webkit-box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.1);
    box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.1);
}

.navigation.simple .menu-item-has-children > a:after {
    margin-left: 9px !important;
    border-top: 5px solid !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
}

.main-head.simple-boxed .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0f1319;
    font-size: 24px;
    font-weight: 600;
}

.main-head.simple-boxed .title a:after {
    content: "Peterson's";
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 700;
}

/* .main-head.simple-boxed .title a:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 240 240'%3e%3cpath fill='%23f95a3c' class='st0' d='M196,18.2L196,18.2L196,18.2L196,18.2C134.3-18.5,54.9,2.1,18.2,63.8c-36,61-16.9,139.5,43.4,176.2l38.2-64.6 C58.6,149,44.7,94.6,69.7,52.8c25-42.6,80.8-56.5,123.5-31.6l1.5-1.5c-0.7,0.7-0.7,1.5-0.7,1.5l0,0c24.3,14.7,33.1,46.3,18.4,71.2 c-14,23.5-44.1,32.3-68.3,19.1l-39,66.1c42.6,23.5,97,8.8,122.7-34.5C252.6,99.7,238.6,43.9,196,18.2z'%3e%3c/path%3e%3c/svg%3e");
} */
.main-head.simple-boxed .title .text-logo {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .main-head.simple-boxed .title .text-logo {
        font-size: 20px;
    }
}

.main-head.simple-boxed .left-contain {
    margin-right: 48px;
}

.navigation.simple .menu > li > a {
    padding: 0 15px;
    color: rgba(15, 19, 25, 0.75);
    font-size: 16px;
    font-weight: 500;
}

.navigation .menu-item-has-children > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em !important;
    vertical-align: 0.255em;
    content: '';
    color: rgba(15, 19, 25, 0.75);
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 100% !important;
}

#breadcrumbs {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0.75rem 15px;
    background-color: #f95a3c;
    color: hsla(0, 0%, 100%, 0.7);
    -webkit-box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.5);
    box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.5);
    font-size: 15px;
    overflow-x: auto;
    white-space: nowrap;
}

@media (min-width: 1050px) {
    #breadcrumbs {
        margin-top: 105px;
    }
}

@media (min-width: 1200px) {
    #breadcrumbs {
        padding: 1rem 3rem;
    }
}

#breadcrumbs > span {
    max-width: 1170px;
    margin: auto;
}

#breadcrumbs a,
#breadcrumbs a:hover {
    padding: 0 0.5rem;
    color: white !important;
    text-decoration: underline;
}

.breadcrumb_last {
    padding-left: 0.5rem !important;
}

.archive-head {
    padding: 25px;
    background: transparent;
    border-bottom-color: #dfe6ee;
}

@media (min-width: 768px) {
    .archive-head {
        padding: 50px;
    }
}

.archive-head .background {
    display: none;
}

.archive-head .title {
    margin-top: 10px;
    font-size: 36px;
    text-transform: capitalize;
}

.archive-head .sub-title {
    color: #a1a8ae !important;
    font-size: 12px;
    font-weight: 700;
}

.hs-popular-result_caption {
    font-size: 100%;
    font-family: inherit;
}

/* Footer */
.site-footer {
    background: white !important;
    border-top: 1px solid #dee2e6;
}

.site-footer .ts-row {
    width: 100%;
    display: inline-block;
}

.site-footer .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #0f1319;
}

.site-footer .navbar-brand .logo {
    width: 36px;
    min-width: 36px;
    height: auto;
    margin-right: 8px;
    fill: #f95a3c;
}

.site-footer .navbar-brand span {
    font-size: 24px;
    font-weight: 700;
}

.site-footer h5 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.site-footer .footer-links {
    font-size: 15px;
    line-height: 1.5;
}

.site-footer .footer-links a:hover {
    color: #6c757d !important;
}

.site-footer .footer-links a,
.footer-copyright p {
    margin: 0 0 12px;
    color: #6c757d;
}

.footer-copyright a {
    color: #f95a3c !important;
}

.site-footer .share {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 16px;
    color: #0f1319;
    border-radius: 50%;
    transition: 250ms;
    -webkit-transition: 250ms;
    box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.1);
    -webkit-box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.1);
}

.site-footer .share:last-child {
    margin-right: 0;
}

.site-footer .share:focus {
    outline-color: inherit;
}

.site-footer .twitter:hover,
.site-footer .twitter:focus {
    color: #00aced;
}

.site-footer .pinterest:hover,
.site-footer .pinterest:focus {
    color: #bd081c;
}

.site-footer .youtube:hover,
.site-footer .youtube:focus {
    color: #cd201f;
}

.site-footer .facebook:hover,
.site-footer .facebook:focus {
    color: #3b5998;
}

.site-footer .svg--icon {
    width: 100%;
    max-width: 36px;
    height: 100%;
    max-height: 36px;
    display: block;
    margin: 0 auto;
    fill: currentColor;
}

.site-footer .subscribe #sg-response {
    position: absolute;
    top: -5px;
    min-height: 50px;
    z-index: 9;
    background-color: white;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.3;
}

.site-footer .subscribe {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 16px;
}

.site-footer .has-float-label {
    font-size: 16px;
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-footer .subscribe #sg_email {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-right: none;
    border-top-left-radius: 4.8px;
    border-bottom-left-radius: 4.8px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.site-footer .subscribe .input-group-append .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -1px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #f95a3c;
    color: white;
    border-top-right-radius: 4.8px;
    border-bottom-right-radius: 4.8px;
}

.site-footer .subscribe .paper-airplane {
    height: 16px;
}

.site-footer .subscribe .paper-airplane path {
    fill: #fff;
}

.site-footer .subscribe input[type='submit'] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.site-footer .footer-copyright {
    padding-bottom: 0;
    font-size: 15px;
}

.site-footer .footer-copyright .links {
    text-align: right;
}

.site-footer .footer-copyright .links a:first-of-type {
    padding-right: 16px;
}

/* Overriding theme */
.wp-post-image {
    box-shadow: none !important;
}

.list-post {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-post .post-title,
.grid-post .post-title-alt {
    margin-top: 5px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .list-post {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .list-post .post-title,
    .grid-post .post-title-alt {
        font-size: 18px !important;
    }
}

.list-post .post-content p {
    line-height: 1.4;
}

@media (max-width: 540px) {
    .list-post .post-content p {
        display: none;
    }

    .list-post .post-footer {
        margin-top: 0;
    }
}

.the-post .the-post-meta .post-cat > a,
.post-meta .post-cat > a,
.single-creative .featured .post-cat > a,
.post-meta time,
.post-meta .comments,
.post-meta .meta-item {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.the-post-header .post-title,
.the-post-header .post-title-alt {
    font-weight: 600;
}

.widget_search .search-field {
    border-radius: 0.25rem;
}

input,
textarea,
select {
    border-color: #dfe6ee;
}

.sidebar {
    margin-top: -5px;
}

.sidebar .widget-title {
    border-bottom-color: #dfe6ee;
}

.post-content p > a,
.post-content li > a,
.post-content dd > a,
.post-content td a,
.post-content th a,
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a,
.post-content em a,
.post-content strong a {
    color: #f95a3c;
}

.tagcloud a,
.tag-share .post-tags a,
.block-head-c .view-all,
.overlay-post .post-meta .post-cat > a,
.main-pagination > div a,
.single-creative .featured .post-meta .post-cat > a {
    padding: 8px 12px !important;
    background-color: #f95a3c !important;
    color: white !important;
    border: none;
    border-radius: 0.25rem;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1;
    text-transform: initial !important;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .tagcloud a,
    .tag-share .post-tags a,
    .block-head-c .view-all,
    .overlay-post .post-meta .post-cat > a,
    .main-pagination > div a {
        padding: 12px 16px 11px !important;
        font-size: 15px !important;
    }
}

.main-pagination {
    margin-top: 70px;
}

.tagcloud a,
.tagcloud a:hover,
.tag-share .post-tags a,
.tag-share .post-tags a:hover {
    background-color: #dfe6ee !important;
    color: #212529 !important;
    border-radius: 99px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.tagcloud a:hover,
.tag-share .post-tags a:hover,
.block-head-c .view-all:hover,
.overlay-post .post-meta .post-cat > a:hover {
    background-color: #f95a3c;
    color: white;
}

.tagcloud a:hover,
.tag-share .post-tags a:hover {
    background-color: #f95a3c;
}

.widget_categories a:before,
.widget_product_categories a:before,
.widget_archive a:before {
    display: none;
}

.widget-posts .posts.full .post-title-alt {
    font-weight: 700;
}

.block-head-c {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .block-head-c {
        margin-bottom: 50px;
    }
}

.block-head-c .title {
    padding-right: 15px;
    padding-left: 0;
    font-weight: 600;
}

.block-head-c .title a {
    border-bottom: 4px solid #f95a3c;
    padding-bottom: 12px;
}

.list-post {
    border-bottom-color: #dfe6ee;
}

.list-post .content {
    padding-left: 0;
}

@media (max-width: 540px) {
    .post-thumb {
        max-width: 30% !important;
        float: right;
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 15px;
    }
}

@media (min-width: 541px) {
    .list-post .image-link {
        padding-right: 30px;
    }
}

.overlay-post .post-title {
    line-height: 1.2;
}

.overlay-post .post-meta time {
    opacity: 0.7;
}

.post-title-alt a,
.post-title a {
    transition: all 0.2s ease-in;
}

.post-title-alt a:hover,
.post-title a:hover {
    color: #f95a3c;
}

.widget-posts .post {
    margin-bottom: 20px;
}

.widget-posts .posts.full .post-title-alt {
    font-size: 18px;
    line-height: 1.3;
}

.widget-posts .posts.full .post-title-alt {
    margin-top: 5px;
}

.widget-posts .posts.full .post-meta .post-cat > a,
.widget-posts .posts.full .post-meta .meta-item,
.widget-posts .posts.full .post-meta .meta-item .post-date {
    font-size: 12px;
    font-weight: 700;
}

.post-content .read-more a {
    padding: 8px 15px 7px;
    background-color: #f85a3d;
    color: white;
    border-radius: 0.25rem;
    font-size: 15px;
    font-weight: 700;
}

.loop-list .block-head-c,
.loop-grid .block-head-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfe6ee;
}

.posts-dynamic.posts-container.mixed .post-footer,
.posts-dynamic.posts-container.mixed .post-content .read-more {
    display: none;
}

.navigation .menu ul,
.navigation .menu .sub-menu {
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
}

.navigation li:hover > ul,
.navigation li:hover > .sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.main-head.simple-boxed .inner:not(.sticky-bar) .menu > li > .sub-menu {
    margin-top: 5px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.1);
    box-shadow: 0 0 30px 0 rgba(15, 19, 25, 0.1);
    border-radius: 0.25rem;
}

.main-head.simple-boxed .inner:not(.sticky-bar) .menu > li > .sub-menu .sub-head,
.mobile-menu > li li.sub-head {
    opacity: 0.5;
}

.main-head.simple-boxed .inner:not(.sticky-bar) .menu > li > .sub-menu .sub-head a,
.mobile-menu > li li.sub-head a,
.main-head.simple-boxed .inner:not(.sticky-bar) .menu > li > .sub-menu .sub-head a:hover,
.mobile-menu > li li.sub-head a:hover {
    pointer-events: none;
    background-color: transparent;
}

.main-head.simple-boxed .inner:not(.sticky-bar) .menu > li > .sub-menu .border-bottom {
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.navigation .menu ul li,
.navigation .menu .sub-menu li {
    min-width: 200px;
    max-width: auto;
}

.navigation .menu > li li a,
.navigation.inline .menu > li li a {
    padding: 0.25rem 1.5rem;
    color: #212529 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.menu > li:nth-last-of-type(3) > .sub-menu {
    left: 5px;
    width: calc(100% - 56px);
    padding: 32px 23px !important;
}

.menu > li:nth-last-of-type(3) > .sub-menu > li {
    width: 20%;
    float: left;
}

.menu > li:nth-last-of-type(3) > .sub-menu > li > a {
    width: auto;
    padding: 0.5rem;
    color: #f95a3c !important;
}

.menu > li:nth-last-of-type(3) > .sub-menu > li > a:hover {
    background-color: transparent;
}

.menu > li:nth-last-of-type(3) > .sub-menu > li > a:after {
    display: none;
}

.menu > li:nth-last-of-type(3) > .sub-menu .sub-menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

.navigation.simple .menu > .menu-item-has-children > a:before {
    display: none;
}

.navigation .menu > li > a:hover span {
    color: #0f1319;
}

.navigation .menu > li li a:hover {
    background-color: #feedea;
    color: #16181b !important;
}

.navigation.simple .menu > .current-menu-item > a {
    color: rgba(15, 19, 25, 0.75) !important;
}

.mobile-ad {
    text-align: center !important;
}

@media (min-width: 768px) {
    .mobile-ad {
        display: none;
    }
}

.desktop-ad {
    text-align: center;
}

@media (max-width: 767px) {
    .desktop-ad {
        display: none;
    }
}

.large-post .post-meta-b .post-title-alt {
    margin-top: 5px;
}

.posts-wrap .col-12:last-of-type .list-post {
    border-bottom: none;
}

.btn-primary > a {
    background-color: #f85a3d !important;
    color: white !important;
    border-radius: 0.25rem !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

body.search-results .archive-head .sub-title,
body.search-results .archive-head .title {
    display: inline;
    margin-top: 10px;
    font-size: 30px;
    text-transform: lowercase !important;
    letter-spacing: normal !important;
}

body.search-results .archive-head .sub-title {
    font-weight: 400;
}

body.search-results .archive-head .sub-title:after {
    content: ' matching: ';
}

.search-modal .search-field {
    font-weight: 500;
}

@media (max-width: 940px) {
    .main-head.simple .mobile-nav {
        position: absolute;
        top: 1px;
        right: 0;
    }
}

.off-canvas {
    transform: none;
    transition: right 0.2s;
    right: -100%;
    left: initial;
}

.off-canvas-active .main-wrap,
.main-wrap {
    transform: none !important;
}

.off-canvas-active .off-canvas,
.off-canvas[aria-expanded='true'] {
    transform: none;
    right: 0;
    width: 90%;
    padding: 0;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.7);
}

.off-canvas-active .main-wrap:after {
    background: transparent;
}

.mobile-nav {
    top: 5px;
    height: 100%;
    margin: 0 15px !important;
}

.mobile-nav .fa-bars:before {
}

@media (max-width: 940px) {
    .ts-row [class*="col-"] {
        float: none;
        max-width: 100%;
    }

    .main-head.simple .actions {
        position: absolute;
        right: 50px;
        height: 100%;
    }

    .main-head.simple .search-link {
        margin-top: 0;
    }

    .main-head.simple .search-link .fa {
        margin-top: 0;
        color: #0f1319;
        font-size: 20px;
    }
}

@media (min-width: 941px) {
    .main-head.simple .search-link {
        margin-top: 0;
        margin-right: -15px;
        padding: 15px;
    }
}

.off-canvas .close {
    position: relative;
    padding: 15px;
    background: none;
    color: #333;
    font-size: 18px;
    float: right;
}

.off-canvas .logo {
    display: none;
}

.mobile-menu {
    margin-top: 70px;
    font-size: 16px;
    font-weight: 600;
}

.mobile-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #dfe6ee;
    letter-spacing: normal;
}

.mobile-menu .sub-menu li a {
    border-bottom: none;
}

.mobile-menu .chevron {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 13px;
    margin: 0;
    padding: 15px;
    -webkit-text-stroke: inherit !important;
}

.mobile-menu li .fa-chevron-down:before {
    color: #333;
}

.mobile-menu .item-active > .chevron {
    transform: none;
}

.post-content .mobile-ad,
.post-content .desktop-ad {
    margin-bottom: 1.65em;
    text-align: center;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content h1 span,
.post-content h2 span,
.post-content h3 span,
.post-content h4 span,
.post-content h5 span,
.post-content h6 span {
    font-weight: 600;
    line-height: 1.25;
}

@media (max-width: 767px) {
    .post-content h1 {
        font-size: 1.875rem;
    }

    .post-content h2 {
        font-size: 1.5rem;
    }

    .post-content h3 {
        font-size: 1.25rem;
    }

    .post-content h4 {
        font-size: 1.125rem;
    }

    .post-content h5 {
        font-size: 1rem;
    }

    .post-content h6 {
        font-size: 0.875rem;
    }
}

.single-creative .featured h1 {
    color: white !important;
}

.single-creative .featured .meta-item,
.single-creative .featured .post-by {
    color: white !important;
}

.navigation.simple .menu ul li:hover > a > span,
.navigation.simple .menu ul li.current-menu-item > a > span,
.navigation.simple .menu .sub-cats li:hover > a > span {
    box-shadow: none !important;
}

@media (max-width: 940px) and (min-width: 767px) {
    .widget-posts .posts.full > .post {
        width: calc(50% - 1px);
    }
}

.the-post .featured {
    pointer-events: none !important;
}

.image-link img {
    border-radius: 5px;
}

.widget_archive li,
.widget_categories li {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.widget_archive li a,
.widget_categories li a {
    width: 100%;
    position: absolute;
    left: 0;
    color: #f95a3c;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.site-footer {
    padding: 50px 35px 0;
}

@media (max-width: 767px) {
    .site-footer {
        text-align: center;
    }
}

.site-footer .ts-row {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer .ts-row:not(.footer-copyright) > div:first-of-type {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-footer .ts-row {
        text-align: center;
    }

    .site-footer .ts-row .col-3,
    .site-footer .ts-row .col-2 {
        width: 33.33333%;
        float: left;
    }

    .site-footer .ts-row .col-6 {
        width: 50%;
        float: left;
    }

    .site-footer .ts-row:not(.footer-copyright) > div:last-of-type {
        width: 100%;
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-footer .ts-row .col-3 {
        width: auto;
    }
}

@media (min-width: 992px) {
    .site-footer .ts-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site-footer .ts-row .col-2 {
        width: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .site-footer .ts-row .col-3 {
        width: 25%;
    }
}

.footer-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .site-footer .ts-row:not(.footer-copyright) {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-footer .ts-row:not(.footer-copyright) h5 {
        margin-top: 30px;
    }

    .site-footer .footer-copyright {
        padding-top: 30px;
    }

    .site-footer .footer-copyright .links {
        text-align: center;
    }

    .site-footer .footer-copyright p.col-6 {
        margin-bottom: 10px;
    }

    .site-footer .footer-copyright .links {
        margin-bottom: 10px;
    }
}

.loop-1st-large .block-head-c {
    margin-bottom: 20px;
}

.widget_search .search-field {
    font-size: 16px;
}

.widget_search button {
    margin-top: -49px;
}

.social-share li:nth-of-type(4) {
    display: none;
}

.home .loop-1st-large,
.home .desktop-ad {
    margin-bottom: 30px !important;
}

.collapsed-archives {
    font-size: 15px;
    font-weight: 600;
}

.collapsed-archives ul li {
    padding: 5px 0;
}

.collapsed-archives > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.collapsed-archives ul li span {
    float: right;
    color: rgb(195, 195, 195);
    font-weight: 500;
}

.collapsed-archives-triangles input + label {
    position: relative;
    top: -1px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
    font-size: 12px;
}

.collapsed-archives-triangles input:checked + label:before {
    content: '\f078';
}

.collapsed-archives-triangles input + label:before {
    content: '\f054';
}

.collapsed-archives-triangles input:checked + label:before {
    content: '\f078';
}

.post-share-icons a[title='Share on Google+'] {
    display: none;
}

.contentberg-widget-loop_list .loop-list {
    margin-bottom: 30px;
}

.posts-dynamic > .large .post-excerpt {
    display: none;
}

.contentberg-widget-loop_list .post-thumb,
.contentberg-widget-loop_list .post-footer {
    display: none;
}

.contentberg-widget-loop_list .list-post {
    margin-bottom: 15px !important;
    padding-bottom: 0;
    border-bottom: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .navigation.simple .menu > li > a {
        padding: 0 1px;
        font-size: 14px;
    }

    .main-head.simple-boxed .title a:after {
        display: none;
    }
}

.social-share a.fa-facebook {
    color: #3b5999;
}

.social-share a.fa-twitter {
    color: #1da1f2;
}

.social-share a.fa-linkedin {
    color: #0e76a8;
}

.headerSecondary-subNavigationStandaloneAction:hover {
    color: #fff !important;
}

.userPanel-action span {
    font-family: 'RobotoMedium', sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.headerPrimary-openModalAction span {
    text-transform: capitalize;
}