/*
Theme Name: Wikb Child
Theme URI: https://wikb.modeltheme.com/
Template: wikb
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Knowledgebase & Help Desk WordPress Theme
Version: 1.0
Text Domain: wikb
Tags: fluid-layout, custom-header, custom-menu, featured-images, post-formats, sticky-post
*/

/* =Theme customization starts here
------------------------------------------------------- */
blockquote {
    border-color: #4829a7;
    background: #4829a7;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 25px;
    position: relative;
    border-radius: 11px;
}


.wpb_wrapper p {
    color: #676767;
    font-size: 17px;
    font-weight: 400;
	line-height: 28px;
}

.wp-block-list, ul.wp-block-list {
    font-size: 17px;
    color: #4b4b4b;
    line-height: 33px;
    font-weight: 400;
    padding: 15px 15px 15px 40px;
}

#navbar .menu-item-type-custom > a {
    text-transform: none!important;
}

.transferito_template__content-container {
    margin-top: -265px;
}

.transferito_template__content-box {
    margin-top: 15px;
}

.transferito_template__content-inner--top-padder {
    padding-top: 2px!important;
}

.transferito_template__hosting-image {
    display: flex;
    /*margin: auto;*/
}

.transferito_template__hosting-image img {
    margin: auto;
    height: 85px;
}

.transferito_template__hosting-box {
    padding: 20px!important;
    margin-bottom: 10px!important;
    height: 236px;
}

.transferito_template__link-padder {
    padding-left: 5px;
}

h2.wp-block-heading {
    font-weight: 400;
    margin-bottom: 16px;
    border-top: 1px solid #cecece;
    padding-top: 45px;
    margin-top: 40px;
    font-size: 23px !important;
    color: #656565;
}

h4.wp-block-heading {
    font-weight: 400;
    margin-bottom: 16px;
}

.download-plugin__text-block {
    padding: 20px;
}

h1.wp-block-heading {
    font-family: "Open Sans";
    line-height: 49px;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

p.has-medium-font-size {
    font-size: 18px !important;
    line-height: 1.5em !important;
    font-weight: 400;
    color: #6f6d6dce;
}

p.has-medium-font-size strong {
    font-weight: 600;
}

.wpb_wrapper ul li a  {
    color: #716aca;
    font-weight: 500;
}

.wpb_wrapper ul li a:hover  {
    color: #716aca;
    text-decoration: underline;
}

a.wp-block-button__link {
    background: #a43ab9;
    border-radius: 12px;
    color: #ffffff !important;
    font-size: 13px;
    padding: 12px 20px;
    font-weight: 600;
    transition: 250ms all ease;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .transferito_template__content-box {
        margin: 0 15px!important;
    }

    .transferito_template__sidebar-menu {

    }

    .transferito_template__sidebar-menu .vc_column-inner {
        padding: 0;
    }

    /*.transferito_template__main-content {*/
    /*    padding-left: 0;*/
    /*    padding-right: 0;*/
    /*}*/
}


.knowledge-accordion .submenu a {
    padding: 7px 30px;
    font-size: 15px;
}

.knowledge-accordion .submenu a:hover, .knowledge-accordion .submenu .current_post a {
    color: #3a2787;
    font-weight: 600;
}