/*
===============================================
	SINGLE-POST.CSS
	---------------
	- This CSS file is same for post pages.
===============================================
*/

/* Single Post CSS */

body.single-post .blog-main-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fafafa
}

body.single-post .blog-main-section .section-inner {
    position: relative;
    padding-top: 120px;
    display: flex;
    z-index: 2
}

body.single-post .blog-main-section .section-inner .blog-col.col-1 {
    width: 20%
}

body.single-post .blog-main-section .section-inner .blog-col.col-3 {
    width: 24%
}

body.single-post .blog-main-section .section-inner .blog-col.col-2 {
    width: 56%;
    padding: 0 45px
}

body.single-post .blog-main-section .blog-excerpt p {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cf8c55
}

body.single-post .blog-main-section .blog-authors {
    display: flex;
    margin-bottom: 30px;
    border-top: 1px solid #203a3b;
    border-bottom: 1px solid #203a3b;
    padding-top: 40px;
    padding-bottom: 40px
}

body.single-post .blog-main-section .blog-authors .author-item {
    display: block;
    margin-right: 25px
}

body.single-post .blog-main-section .blog-authors .author-item a {
    display: flex;
    align-items: center
}

body.single-post .blog-main-section .blog-authors .author-item a.no-link {
    pointer-events: none
}

body.single-post .blog-main-section .blog-authors .author-item .author-img {
    display: block;
    border: 1px solid #203a3b;
    border-radius: 50%
}

body.single-post .blog-main-section .blog-authors .author-item .author-img img {
    border-radius: 50%;
    padding: 3px
}

body.single-post #mk-theme-container .blog-authors .author-item .author-text {
    display: block;
    margin-left: 10px
}

body.single-post #mk-theme-container .blog-authors .author-item .author-text p {
    margin-bottom: 0;
    line-height: 180%
}

body.single-post #mk-theme-container .blog-authors .author-item .author-text p.author-name {
    font-weight: 500
}

body.single-post #mk-theme-container .blog-featured-image {
    margin-bottom: 40px
}

body.single-post .blog-content ul,body.single-post .blog-content ol {
    margin-left: 18px
}

body.single-post .blog-get-call-today-element {
    background: #203a3b;
    padding: 30px 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center
}

body.single-post .blog-get-call-today-element form .gform_fields {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    align-items: center;
    justify-content: center
}

body.single-post .blog-get-call-today-element form .gform_fields .gfield_label {
    display: none
}

body.single-post .blog-get-call-today-element form .gform_body input {
    font-family: gordita-font,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    min-height: 50px!important;
    padding: 0 25px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border-color: #fff
}

body.single-post .blog-get-call-today-element form .gform_body input::placeholder {
    color: #ccc
}

body.single-post .blog-get-call-today-element form .gform_footer {
    display: flex;
    justify-content: center
}

body.single-post .blog-get-call-today-element form .gform_footer input {
    font-size: 16px;
    font-family: gordita-font,sans-serif;
    color: #000!important;
    background-color: #fbdca7!important;
    font-weight: 500;
    min-height: 50px!important;
    min-width: 250px;
    margin: 0;
    border-radius: 25px;
    z-index: 2;
    text-transform: initial;
    letter-spacing: 0;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single-post .blog-get-call-today-element form .gform_footer input:hover {
    color: #fff!important;
    background-color: #cf8c55!important;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single-post .blog-main-section .blog-end-call {
    background: transparent linear-gradient(251deg,#E6E6E6 0%,#F7F7F7 100%) 0% 0% no-repeat padding-box;
    padding: 30px
}

body.single-post .blog-main-section .blog-end-call h3 {
    margin-bottom: 0
}

body.single-post .blog-main-section p a,body.single-post .blog-main-section h3 a {
    border-bottom: 1px solid #cf8c55
}

body.single-post .blog-main-section p a:hover,body.single-post .blog-main-section h3 a:hover {
    color: #cf8c55;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .single-sidebar-container .sidebar-form {
    display: block;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 15px
}

body.single.single-post .single-sidebar-container .sidebar-form .form-heading h2 {
    margin-bottom: 10px;
    text-align: center
}

body.single.single-post .single-sidebar-container .sidebar-form .form-desc p {
    margin-bottom: 25px;
    text-align: center
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields {
    width: 100%;
    grid-row-gap: 6px
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field label {
    font-family: gordita-font,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field input,body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field select,body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field textarea {
    font-family: gordita-font,sans-serif;
    font-size: 14px;
    color: #000;
    padding: 5px 8px;
    border-color: #e6e6e6
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field textarea,body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field select {
    margin-bottom: 10px
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field input::placeholder,body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field select::placeholder,body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field textarea::placeholder {
    font-family: gordita-font,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

body.single.single-post #mk-theme-container .single-sidebar-container .sidebar-form .gfield_error [aria-invalid=true] {
    border: 1px solid #e6e6e6
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field textarea {
    max-height: 80px;
    width: 100%
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field.no-title label,body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field.terms-field legend {
    display: none
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field.terms-field .gchoice {
    display: flex
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .custom-form-field.terms-field .gchoice input {
    margin-right: 10px;
    margin-top: 4px
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_fields .gfield_required {
    display: none
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_footer input {
    font-size: 16px;
    font-family: gordita-font,sans-serif;
    color: #000!important;
    background-color: #fbdca7!important;
    font-weight: 500;
    min-height: 50px;
    min-width: 200px;
    margin: 0;
    border-radius: 25px;
    z-index: 2;
    text-transform: initial;
    letter-spacing: 0;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    border: none;
    margin-top: 20px
}

body.single.single-post .single-sidebar-container .sidebar-form .gform_footer input:hover {
    color: #fff!important;
    background-color: #cf8c55!important;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .blog-table-contents {
    position: fixed;
    top: 120px;
    left: 3%;
    width: calc(20% - 20px);
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 15px;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .blog-table-contents.not-fixed {
    pointer-events: none;
    opacity: 0;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .blog-table-contents.fixed {
    pointer-events: auto;
    opacity: 1;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .blog-table-contents .blog-table-elements {
    border-left: 1px solid #cf8c55;
    padding-left: 20px
}

body.single.single-post #mk-theme-container .blog-table-contents .blog-table-elements p {
    margin-bottom: 8px;
    line-height: 150%
}

body.single.single-post .blog-table-contents .blog-table-elements a {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: none;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .blog-table-contents .blog-table-elements a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -25px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #cf8c55;
    transform: translateY(-50%);
    z-index: 2
}

body.single.single-post .blog-table-contents .blog-table-elements a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: -25px;
    width: 15px;
    height: 35px;
    background: #fafafa;
    transform: translateY(-50%);
    z-index: 1
}

body.single.single-post .blog-table-contents .blog-table-elements a:before,body.single.single-post .blog-table-contents .blog-table-elements a:after {
    pointer-events: none;
    opacity: 0;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .blog-table-contents .blog-table-elements a.active:before,body.single.single-post .blog-table-contents .blog-table-elements a.active:after {
    pointer-events: auto;
    opacity: 1;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .blog-table-contents .blog-table-elements a.active {
    color: #cf8c55;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .related-posts {
    padding-top: 60px
}

body.single.single-post .blog-related-container {
    display: flex;
    margin-bottom: 80px;
    margin-top: 40px
}

body.single.single-post .blog-related-container .blog-related-element {
    width: 50%;
    text-align: left;
    margin: 0 10px;
    background: #fafafa;
    box-shadow: 0 2px 10px rgba(0,0,0,.05)
}

body.single.single-post .blog-related-container .blog-related-element .related-background {
    display: block;
    width: 100%;
    height: auto
}

body.single.single-post .blog-related-container .blog-related-element .related-info {
    background: #fafafa;
    padding: 25px 20px
}

body.single.single-post .blog-related-container .blog-related-element .related-info h2,body.single.single-post .blog-related-container .blog-related-element .related-info p {
    margin-bottom: 0
}

body.single.single-post .blog-related-container .blog-related-element .related-info h2 {
    margin-bottom: 5px
}

body.single.single-post .article-helpful-container {
    margin-bottom: 40px
}

body.single.single-post .article-helpful-container .article-helpful-response {
    display: flex;
    align-items: center;
    margin-top: 20px
}

body.single.single-post .article-helpful-container .article-helpful-response p {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #203a3b;
    border-radius: 50%;
    margin-right: 25px;
    cursor: pointer
}

body.single.single-post .article-helpful-container .article-helpful-response p.no {
    color: #af0b0b;
    border-color: #af0b0b
}

body.single.single-post .article-helpful-container .article-helpful-response p:hover {
    color: #fff;
    background: #203a3b
}

body.single.single-post .article-helpful-container .article-helpful-response p.no:hover {
    background: #af0b0b
}

body.single.single-post .article-helpful-container .article-helpful-feedback {
    display: none;
    background: #fafafa;
    padding: 25px
}

body.single.single-post .article-helpful-container .article-helpful-feedback .feedback-container {
    display: none
}

body.single.single-post .article-helpful-container .article-helpful-feedback.yes-active {
    display: block
}

body.single.single-post .article-helpful-container .article-helpful-feedback.no-active {
    display: block
}

body.single.single-post .article-helpful-container .article-helpful-feedback.yes-active .feedback-container.yes-feedback {
    display: block
}

body.single.single-post .article-helpful-container .article-helpful-feedback.no-active .feedback-container.no-feedback {
    display: block
}

body.single.single-post .article-helpful-container .article-helpful-feedback .feedback-heading h2 {
    font-weight: 500
}

body.single.single-post .article-helpful-container .article-helpful-feedback .pre-filled-text {
    position: relative;
    left: -5px;
    display: flex;
    align-items: center;
    width: calc(100% + 10px);
    margin-top: 15px;
    margin-bottom: 5px
}

body.single.single-post .article-helpful-container .article-helpful-feedback .pre-filled-text p {
    width: calc(33.33% - 10px);
    text-align: center;
    background: #d3d3d3;
    margin: 0 5px;
    padding: 8px;
    font-weight: 500!important;
    border-radius: 20px;
    cursor: pointer
}

body.single.single-post .article-helpful-container .article-helpful-feedback .pre-filled-text p:hover {
    background: #fbdca7;
    opacity: 1
}

body.single.single-post .article-helpful-container .article-helpful-feedback .pre-filled-text.other-active p {
    opacity: .35
}

body.single.single-post .article-helpful-container .article-helpful-feedback .pre-filled-text.other-active p:hover {
    opacity: 1
}

body.single.single-post .article-helpful-container .article-helpful-feedback .pre-filled-text.other-active p.other {
    background: #fbdca7;
    opacity: 1
}

body.single.single-post .article-helpful-container .article-helpful-feedback form .gfield_label {
    display: none
}

body.single.single-post .article-helpful-container .article-helpful-feedback form .gform_body textarea,body.single.single-post .article-helpful-container .article-helpful-feedback form .gform_body input {
    font-family: gordita-font,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #203a3b;
    min-height: 50px!important;
    padding: 5px 15px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    max-height: 120px
}

body.single.single-post .article-helpful-container .article-helpful-feedback form .gform_body textarea {
    padding: 15px
}

body #mk-footer .footer-form form .gform_body input::placeholder {
    color: #ccc
}

body.single.single-post .article-helpful-container .article-helpful-feedback .gform_footer input {
    font-size: 16px;
    font-family: gordita-font,sans-serif;
    color: #000!important;
    background-color: #fbdca7!important;
    font-weight: 500;
    min-height: 50px!important;
    min-width: 200px;
    margin: 0;
    border-radius: 25px;
    z-index: 2;
    text-transform: initial;
    letter-spacing: 0;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .article-helpful-container .article-helpful-feedback .gform_footer input:hover {
    color: #fff!important;
    background-color: #203a3b!important;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row {
    display: flex;
    align-items: center;
    justify-content: center
}

body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row .feedback-heading {
    width: 38%;
    padding: 0 10px;
    text-align: center
}

body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row .feedback-form-main {
    width: 62%;
    border-left: 1px solid #d3d3d3;
    padding-left: 30px
}

body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row .feedback-form-main form {
    display: flex;
    width: 100%;
    margin: 0 auto
}

body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row .feedback-form-main form .gform_body {
    width: calc(100% - 120px);
    padding: 0;
    margin: 0;
    margin-top: 0
}

body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row .feedback-form-main form .gform_footer {
    position: relative;
    width: 120px;
    padding: 0;
    margin: 0;
    margin-left: 0
}

body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row .feedback-form-main form .gform_footer input {
    font-size: 16px;
    min-height: 53px;
    min-width: 120px;
    border-radius: 0
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (min-width: 1440px) {
}

@media only screen and (min-width: 1920px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    body.single-post .blog-main-section .section-inner .blog-col.col-1 {
        display:none
    }

    body.single-post .blog-main-section .section-inner .blog-col.col-2 {
        width: 62%
    }

    body.single-post .blog-main-section .section-inner .blog-col.col-3 {
        width: 38%
    }

    body.single.single-post .blog-related-container {
        flex-wrap: wrap
    }

    body.single.single-post .blog-related-container .blog-related-element {
        width: 100%;
        margin-bottom: 25px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
}

@media only screen and (max-width: 765px) {
    body.single-post .blog-main-section .section-inner {
        flex-wrap:wrap
    }

    body.single-post .blog-main-section .section-inner .blog-col.col-1 {
        /* display:none; */
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    body.single.single-post .blog-table-contents,
    body.single.single-post .blog-table-contents.fixed {
        position: relative !important;
        width: 100%;
        left: 0;
        top: 0
    }

    body.single-post .blog-main-section .section-inner .blog-col.col-2 {
        width: 100%;
        padding: 0
    }

    body.single.single-post .blog-table-contents .blog-table-elements a.active{
        color: #000;
    }

    body.single.single-post .blog-table-contents .blog-table-elements a:before,
    body.single.single-post .blog-table-contents .blog-table-elements a:after{
        display: none;
    }

    body.single-post .blog-main-section .section-inner .blog-col.col-3 {
        width: 100%;
        margin-bottom: 60px
    }

    body.single.single-post .blog-related-container {
        flex-wrap: wrap
    }

    body.single.single-post .blog-related-container .blog-related-element {
        width: 100%;
        margin-bottom: 25px
    }

    body.single-post #mk-theme-container .mk-page-section .mk-grid {
        margin-left: 0!important;
        margin-right: 0!important
    }

    body.single-post .blog-main-section .blog-authors {
        flex-wrap: wrap
    }

    body.single-post .blog-main-section .blog-authors .author-item.item-1 {
        margin-bottom: 15px
    }

    body.single-post .blog-main-section:before {
        height: 115vh
    }

    body.single-post .blog-get-call-today-element form .gform_fields {
        flex-wrap: wrap;
        text-align: center
    }

    body #mk-theme-container .gform_wrapper.gravity-theme .gfield.custom-form-field {
        display: inline-block;
        text-align: center;
        width: 100%
    }

    body.single-post .blog-get-call-today-element {
        padding: 20px
    }

    body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row,body.single.single-post .article-helpful-container .article-helpful-feedback .pre-filled-text {
        flex-wrap: wrap
    }

    body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row .feedback-heading {
        width: 100%
    }

    body.single.single-post .article-helpful-container .article-helpful-feedback .form-feedback-row .feedback-form-main {
        width: 100%;
        padding-left: 0;
        border-left: none
    }

    body.single.single-post .article-helpful-container .article-helpful-feedback .pre-filled-text p {
        width: calc(50% - 10px)
    }

    body.single.single-post .article-helpful-container .article-helpful-feedback form .gform_body textarea,body.single.single-post .article-helpful-container .article-helpful-feedback form .gform_body input {
        font-size: 14px
    }
}
