/* editor styles */
.editor-styles-wrapper .basecamp-post-right .basecamp-dot {
    margin-left: -41px;
}

.editor-styles-wrapper .basecamp-block.basecamp-post-left .basecamp-dot {
    left: calc(100% + 13px);
}

.basecamp-title-example h2 {
   padding-left: 15px;
}

/* basecamp styles */
.basecamps-wrapper-style {
    margin-bottom: 35px;
    margin-top: 20px;
    display: block;
    position: relative;
    z-index: 9;
    max-width: 100%;
    margin-top: 120px;
}

.basecamp-line {
    position: absolute;
    left: 50%;
    margin-left: 0;
    height: 100%;
    border-right: 3px dashed #2C2A29;
    z-index: -1;
}

.basecamp-wrap {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.basecamps-wrapper-style .basecamp-block {
    width: -webkit-calc(50% - 19px);
    width: calc(50% - 19px);
    margin-top: -45px;
}

.basecamp-post-right {
    left: calc(50% + 34px);
}
.basecamp-post-right .basecamp-dot {
    margin-left: -38px;
}

.basecamp-block.basecamp-post-left .basecamp-dot {
    left: calc(100% + 15px)
}

.basecamp-post-left .basecamp-header-block {
    text-align: right;
    margin-right: 10px;
}

.basecamp-block {
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.basecamp-header-block p {
    font-weight: 500;
}

.basecamps-wrapper-style .basecamp-dot {
    width: 10px;
    height: 10px;
    background-color: #2C2A29;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    display: block;
    padding: 3px;
}

.item-row-number {
    color: #FFBF3F;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    padding: 5px 15px;
    background-color: #2C2A29;
    border-radius: 6px;
    margin-top: 10px;
}

/* inner block basecamp styles */
.inner-block-basecamp {
    border-radius: 15px 15px 0 0;
    padding-bottom: 119px;
}

.inner-block-basecamp .basecamp-title h2 {
   padding-left: 63px;
}

.basecamp-block-mobile {
    padding-top: 0; 
    margin-top: -50px;
 }

/* ***** mobile styles ***** */
@media (max-width: 768px) { 
	.basecamp-line {
        position: absolute;
        left: unset;
    }

    .basecamps-wrapper-style .basecamp-block {
        width: -webkit-calc(100%);
        width: 100%;
        margin-top: 15px;
        padding-right: 20px;
    }
    
    .basecamps-wrapper-style {
        margin-top: 15px;
    }
    
    .basecamp-post-right {
        left: unset;        
        margin-left: 20px;
    }
    .basecamp-post-right .basecamp-dot {
        margin-left: -24px;
    }
    
    .basecamp-block.basecamp-post-left .basecamp-dot {
        left: unset;
        margin-left: -4px;
    }
    
    .basecamp-post-left .basecamp-header-block {
        text-align: left;
        margin-left: 20px;
    }
    /* inner block basecamp styles */
    .inner-block-basecamp {
        padding: 40px 20px 0 20px;
        border-radius: 0;
    }
    .inner-block-basecamp .basecamp-title h2 {
        padding-left: 0;
     }  

    .basecamp-block-mobile {
        padding: 0; 
        margin-top: -20px;
     }
}