/*
*  About Us CSS TABLE OF CONTENTS
*
*  1.0 - GLOBAL
*  2.0 - HEADER
*  3.0 - 3.0 - ABOUT US CONTAINER
*    3.1 - SECTION HEADER
*    3.2 - ABOUT TEAM BOX
*    3.3 - PLUGINS BOX
*  4.0 - STICKY WIDGET
*  5.0 - RESPONSIVENESS
*/

/*** 1.0 - GLOBAL ***/
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
#ctf-about {
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#wpcontent,
.twitter-feeds_page_ctf-about-us #wpcontent,
.twitter-feeds-1_page_ctf-about-us #wpcontent {
    padding-left: 0;
}
#wpbody-content {
    padding-bottom: 40px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*orange*/
.sb-btn-orange{
	background: #FE544F!important;
	color: #fff!important;
}
.sb-btn-orange:hover{
	background: #EC352F!important;
	color: #fff!important;
}
.sb-btn-orange:focus,
.sb-btn-orange:active{
	background: #BC120E!important;
	color: #fff!important;
}
.ctf-fb-full-wrapper{
    padding: 0 53px;
    padding-top: 82px;
}
.ctf-fb-fs {
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
}

/*** 2.0 - HEADER ***/
.ctf-fb-create-ctn{
    margin-top: 90px;
}
.ctf-fb-header{
    height: 64px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 52px;
    z-index: 2;
}
.ctf-fb-header-left {
    display: flex;
}
.ctf-fb-header-left .sb-social-wall-link-wrap {
    margin-left: 30px;
}
.sb-social-wall-link-wrap {
    display: flex;
    font-size: 14px;
    margin: 10px 0 10px 30px;
}
.sb-social-wall-link:first-child {
    padding-left: 0;
    border-right: 1px solid #ccc;
    color: #0068A0!important;
    line-height: 1;
}
.sb-social-wall-link {
    padding: 0 12px;
    border-right: 1px solid #ccc;
    color: #0068A0!important;
    line-height: 1;
}
.sb-social-wall-link a {
    text-decoration: none;
}
.sb-social-wall-link a:focus {
    outline: none;
    box-shadow: none;
}
.sb-social-wall-link:last-child {
    border-right: none;
}
.ctf-fb-hd-logo{
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 5px;
}
.ctf-fb-hd-logo .sb-logo-letters-wrap {
    margin-bottom: 4px;
}
.ctf-fb-hd-logo .breadcrumb-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    margin-left: 4px;
}
.ctf-fb-hd-logo .separator{
    margin: 0 5px 0 10px;
}
.ctf-fb-hd-btn{
    height: 38px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 15px 0 16px;
    font-weight: 600;
    font-size:14px;
    color: #353A41;
    background: #F3F4F5;
    border-radius: 2px;
    border: 1px solid #DCDDE1;
    position: relative;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}
.ctf-fb-hd-btn:focus {
    outline: none;
    box-shadow: none;
}
.ctf-fb-hd-btn:hover {
    color: inherit;
    background-color: #fff;
}
.ctf-fb-hd-btn i{
    margin: 0 5px;
}
.ctf-fb-hd-btn[data-icon="left"]{
    padding-right: 20px!important;
}
.ctf-fb-full-wrapper .section-header h1 {
    font-size: 32px;
    line-height: 40px;
}
/*** 3.0 - SB CONTAINER ***/
.ctf-sb-container {
    max-width: 875px;
    position: relative;
    margin: auto;
    margin-top: 33px;
    box-sizing: border-box;
}

/*** 3.1 - SECTION HEADER ***/
.ctf-section-header h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141B38;
    margin: 0 0 5px 0;
}

.ctf-section-header p {
    font-size: 13px;
    line-height: 18px;
    color: #8C8F9A;
    margin: 0;
}
.ctf-section-second-header {
    margin-top: 36px;
}
.ctf-section-second-header h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #141B38;
    margin: 0 0 5px 0;
}
.ctf-section-second-header p {
    font-size: 14px;
    line-height: 22px;
    color: #8C8F9A;
    margin-top: 0;
}
.ctf-oembed-plugin-box {
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sb-action-buttons .ctf-btn {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    background: #F3F4F5;
    border: 1px solid #DCDDE1;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 6px 19px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #141B38;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}
.sb-action-buttons .ctf-btn:hover {
    background: #FFFFFF;
    border: 1px solid #D0D1D7;
}
.sb-action-buttons .ctf-btn:focus,
.sb-action-buttons .ctf-btn:active {
    background: #E8E8EB;
    border: 1px solid #D0D1D7;
    box-shadow: none;
    outline: none;
}
.sb-action-buttons .ctf-btn.loading svg {
    height: 13px;
    transform: translate(0px, 2px);
}
.sb-action-buttons .ctf-btn.sb-btn-add svg {
    margin-right: 10px;
    height: 10px;
}
.sb-action-buttons .ctf-btn.sb-btn-add path {
    fill: #141B38;
}
.sb-action-buttons .ctf-btn.sb-btn-installed {
    background: #E8E8EB;
    color: #8C8F9A;
    cursor: not-allowed
}
.sb-action-buttons .ctf-btn.sb-btn-add {
    min-width: 110px;
}
.sb-action-buttons .ctf-btn.sb-btn-activate {
    background-color: #0068A0;
    border-color: #0068A0;
    color: #fff;
}
.sb-action-buttons .ctf-btn.sb-btn-activate:hover {
    background-color: #0096CC;
    border-color: #0096CC;
}
.sb-action-buttons .ctf-btn.sb-btn-activate:focus,
.sb-action-buttons .ctf-btn.sb-btn-activate:active {
    background-color: #004D77;
    border-color: #004D77;
}
.sb-action-buttons .ctf-btn.sb-btn-deactivate {
    background-color: #D72C2C;
    border-color: #D72C2C;
    color: #fff;
    display: none;
}
.sb-action-buttons .ctf-btn.sb-btn-deactivate:hover {
    background-color: #DF5757;
    border-color: #DF5757;
}
.sb-action-buttons .ctf-btn.sb-btn-deactivate:focus,
.sb-action-buttons .ctf-btn.sb-btn-deactivate:active {
    background-color: #841919;
    border-color: #841919;
}
.sb-action-buttons .ctf-btn:not(:last-child) {
    margin-right: 8px;
}
.sb-btn-add-plugin svg {
    height: 10px;
    margin-right: 10px;
}
.sb-btn-add-plugin svg path {
    fill: #141B38;
}
.sb-btn-installed svg {
    margin-right: 10px;
}
/*** 3.2 - ABOUT TEAM BOX ***/
.ctf-about-box {
    margin-top: 11px;
}
.ctf-about-box .sb-team-avatar {
    padding: 55px 0 50px;
    background-image: linear-gradient(to right, #0068A0 , #0096CC);
    text-align: center;
}
.ctf-about-box .sb-team-avatar img {
    max-width: 100%;
    width: 603px;
}
.ctf-about-box .sb-team-info {
    display: flex;
    padding: 48px;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
    border-radius: 0 0 2px 2px;
    text-align: left;
}
.sb-team-info > div {
    min-width: 50%;
}
.ctf-about-box .sb-team-info .sb-team-left h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    color: #141B38;
    margin: 0;
    padding-right: 5px;
}
.ctf-about-box .sb-team-info .sb-team-right {
    padding-left: 37px;
    max-width: 365px;
    box-sizing: border-box;
}
.ctf-about-box .sb-team-info .sb-team-right p {
    font-size: 14px;
    line-height: 22px;
    color: #64748B;
    margin-top: 0;
}

/*** 3.3 - EXTENSION PLUGINS BOX CONTAINER ***/
.ctf-plugins-boxes-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: 12px;
}
.ctf-plugins-boxes-container.sb-recommended-plugins {
    margin-top: 26px;
}
.ctf-plugins-boxes-container .sb-plugins-box{
    background-color: #fff;
    padding: 20px 16px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
    border-radius: 4px;
    display: flex;
    width: calc((100% / 2) - 6px);
    box-sizing: border-box;
}
.ctf-plugins-boxes-container .sb-plugins-box .icon {
    max-width: 80px;
    padding-right: 5px;
    box-sizing: border-box;
    width: 80px;
    min-width: 72px;
}
.ctf-plugins-boxes-container.sb-recommended-plugins .sb-plugins-box .icon {
    max-width: 80px;
    padding-right: 23px;
    box-sizing: border-box;
    width: 80px;
    min-width: 72px;
    padding-left: 8px;
}
.ctf-plugins-boxes-container .sb-plugins-box .icon img {
    max-width: 100%;
}
.sb-plugins-box .sb-box-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #141B38;
    margin-top: 0;
    margin-bottom: 5px;
}
.sb-plugins-box .sb-box-description {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #8C8F9A;
}
.sb-recommended-plugins .sb-plugins-box .sb-box-description {
    min-height: 69px;
}
.sb-plugins-box .sb-action-buttons {
    margin-top: 20px;
    display: flex;
}

.ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box {
    padding: 27px 20px 35px 120px;
    flex-basis: 100%;
    margin-right: 0;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.ctf-social-wall-plugin-box .sb-action-buttons .sb-btn-add {
    padding: 6px 4px 6px 15px;
}
.ctf-social-wall-plugin-box .sb-action-buttons .sb-btn-add span {
    margin-left: 12px;
}
.ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box .plugin-box-content {
    z-index: 11;
}
.ctf-social-wall-plugin-box .sb-box-title {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0;
    color: #141B38;
}
.ctf-social-wall-plugin-box .sb-box-description {
    font-size: 14px;
    line-height: 22px;
    color: #8C8F9A;
}
.ctf-social-wall-plugin-box .sb-box-bg-image {
    position: absolute;
    z-index: 0;
    left: -40px;
    width: 356px;
    top: 0;
}
.ctf-social-wall-plugin-box .sb-box-bg-image img {
    max-width: 100%;
}


/*** 4.0 Sticky Widget ***/
.ctf-stck-wdg{
    position: fixed;
    right: 21px;
    z-index: 9;
    bottom: 20px;
}
.ctf-stck-wdg-btn{
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 9px 13px rgba(0, 0, 0, 0.2));
}
.ctf-stck-wdg-btn svg{
    width: 25px;
    fill: #FE544F;
    height: 33px;
    float: left;
}

.ctf-stck-wdg[data-active="true"] .ctf-stck-wdg-btn-cls,
.ctf-stck-wdg[data-active="true"] .ctf-stck-wdg-btn-cls svg{
    display: block;
}
.ctf-stck-wdg-btn-cls{
    width: inherit;
    height: inherit;
    position: relative;
    color: #364152;
    box-shadow: 0 1px 6px rgb(0 0 0 / 5%), 0 9px 12px rgb(0 0 0 / 5%);
    border-radius: 70px;
}
.ctf-stck-wdg-btn-cls svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
}

.ctf-stck-pop{
    position: absolute;
    width: 292px;
    height: auto;
    background: #fff;
    border: 1px solid #E2E8F0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 3px 14px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 20px;
    right: 0;
    bottom: 66px;
    color: #141B38;
    padding-bottom: 82px;
}
.ctf-stck-wdg[data-active="true"] .ctf-stck-pop{
    bottom: 66px;
    opacity: 1;
    visibility: visible;
}

.ctf-stck-pop svg{
    fill: currentColor;
}
.ctf-stck-el-list{
    border: 1px solid #DCDDE1;
    border-radius: 2px;
}
.ctf-stck-el{
    display: flex;
    align-items: center;
    padding: 11px 13px;
    border-bottom: 1px solid #DCDDE1;
    transition: background .15s ease-in-out;
    font-size: 12px;
}
.ctf-stck-el:hover{
    background: #F3F4F5;
}
.ctf-stck-el:last-of-type{
    border-bottom: 0;
}
.ctf-stck-el-list .ctf-chevron svg{
    width: 5px;
    height: 8px;
}
.ctf-fs-a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ctf-stck-el .ctf-stck-el-txt{
    color: #27303F;
}
.ctf-stck-el.ctf-stck-el-upgrd{
    padding: 9px 14px;
    font-size: 14px;
    background: var(--cl-orange);
    color: #fff;
    position: relative;
    transition: background .15s ease-in-out;
    font-weight: 600;
}
.ctf-chevron {
    position: absolute;
    right: 14px
}
.ctf-stck-el.ctf-stck-el-upgrd .ctf-stck-el-txt{
    color: #fff;
}
.ctf-stck-el.ctf-stck-el-upgrd:after{
    top: 20px;
    opacity: 1;
}
.ctf-stck-el-icon{
    margin-right: 10px;
}
.ctf-stck-el-icon svg{
    width: 17px;
    float: left;
}
.ctf-stck-title{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #141B38;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
}
.ctf-stck-follow{
    background: #F3F4F5;
    margin-top: 20px;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 12px 20px;
    display: flex;
    align-items:  center;
}
.ctf-stck-follow span{
    font-weight: 600;
    font-size: 14px;
}
.ctf-stck-flw-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.ctf-stck-flw-links a{
    width: 36px;
    height: 28px;
    color: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    border-radius: 2px;
    transition: background .15s ease-in-out;
}
.ctf-stck-flw-links svg{
    width: 17px;
    color: #141B38;
}
.ctf-stck-flw-links a:hover{
    background: #fff;
}
.ctf-stck-flw-links a:hover svg{
    color: inherit;
}
.ctf-stck-flw-links a[data-type="instagram"] svg path{
    fill: currentColor;
}

/*** 5.0 - RESPONSIVENESS ***/
@media (max-width: 1024px) {
    .ctf-extensions-boxes-container .sb-extensions-box{
        width: calc(48% - 33px);
    }
    .ctf-extensions-boxes-container .sb-extensions-box:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .ctf-extensions-boxes-container .sb-extensions-box:not(:nth-child(2n)) {
        margin-right: 12px;
    }
    .ctf-plugins-boxes-container {
        padding-right: 0;
    }
    .ctf-social-wall-plugin-box .sb-box-bg-image {
        left: -45px;
    }
    .ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box {
        padding: 27px 20px 22px 130px;
    }
    .ctf-section-second-header {
        padding-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .ctf-social-wall-plugin-box .sb-box-bg-image {
        left: -85px;
    }
    .sb-action-buttons .ctf-btn {
        padding: 6px 15px;
    }
    .sb-recommended-plugins .sb-plugins-box {
        min-height: 209px;
    }
    .sb-recommended-plugins .sb-plugins-box .sb-box-description {
        min-height: 90px;
    }

}
@media (max-width: 767px) {
    .auto-fold #wpcontent {
        padding-left: 0;
    }
    .ctf-fb-full-wrapper {
        padding: 70px 20px 0 20px;
    }
    .ctf-fb-hd-btn {
        padding: 0 15px 0 7px;
    }
    .ctf-fb-header {
        padding: 0 20px;
    }
    .ctf-about-box .sb-team-info {
        padding: 30px;
    }
    .ctf-plugins-boxes-container .sb-plugins-box {
        width: 100%;
    }
    .ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .ctf-social-wall-plugin-box .sb-box-bg-image {
        position: initial;
        background-color: #c3d7f3;
        width: 100%;
        height: 190px;
    }
    .ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box .plugin-box-content {
        padding: 18px 24px 24px;
    }
    .ctf-social-wall-plugin-box .sb-box-title {
        font-size: 18px;
    }
    .ctf-social-wall-plugin-box .sb-box-bg-image img {
        max-width: 401px;
    }
    .ctf-about-box .sb-team-info {
        flex-direction: column;
    }
    .ctf-about-box .sb-team-info .sb-team-right {
        padding-left: 0;
        max-width: none;
        margin-top: 30px;
    }

    .sb-recommended-plugins .sb-plugins-box .sb-box-description {
        min-height: initial;
    }
    .ctf-about-box .sb-team-avatar {
        display: none;
    }
    .ctf-about-box .sb-team-info .sb-team-left h2 {
        font-size: 21px;
    }
}

@media (max-width: 570px) {
    .ctf-extensions-boxes-container .sb-extensions-box {
        width: calc(100% - 30px);
    }
    .ctf-plugins-boxes-container {
        padding-right: 0;
    }
    .ctf-plugins-boxes-container .sb-plugins-box:not(:nth-child(2n)) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .ctf-fb-hd-btn {
        padding: 0 10px 0 7px !important;
    }
    .ctf-fb-hd-btn[data-icon="left"] {
        padding-right: 10px!important;
    }
    .ctf-plugins-boxes-container .sb-plugins-box .icon {
        width: 60px;
        min-width: 60px;
    }
    .ctf-plugins-boxes-container.sb-recommended-plugins .sb-plugins-box .icon {
        padding-right: 11px;
        width: 58px;
        min-width: 58px;
        padding-left: 8px;
    }
}
