.widget {
    padding: 35px 40px;
    position: relative;
    z-index: 2;
    border-radius: 13px;
    background: #fff9f3;
    border: 1px solid #ffe7d2;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    font-weight: 800;
	position: relative;
}

.widget-title svg {
    width: 24px;
    height: 14px;
    left: -40px;
    fill: #fc6668;
    color: #e10489;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.widget-title::before {
	content: '';
    width: 32px;
    height: 28px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 25px 14px;
    margin-top: -1px;
}

.widget-about .avatar {
    margin-right: 20px;
}

.widget-about .avatar a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 8px 16px -8px rgba(0,0,0,0.3), 0px 13px 27px -5px rgba(50,50,93,0.25);
    box-shadow: 0px 8px 16px -8px rgba(0,0,0,0.3), 0px 13px 27px -5px rgba(50,50,93,0.25);
}

.widget-about .avatar img {
    display: block;
}

.widget-about .info {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.widget-about .info .founder {
    margin: 0px;
    opacity: 0.7;
    font-size: 13px;
}

.widget-about .info h3 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.15px;
    font-weight: 700;
    line-height: 1.45;
    color: #302d55;
}

.widget-about .bio {
    margin-top: 25px;
    font-size: 16px;
}

.widget-about .social {
    margin-top: 15px;
	margin-bottom: 0px;
}

.widget-about .social a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin: 0 10px 0 0;
}

.widget-about .social a svg {
    margin-right: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

.widget-posts .item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 135px;
    display: flex;
    align-items: center;
    min-height: 120px;
}

.widget-category .item:last-of-type, 
.widget-posts .item:last-of-type {
    margin-bottom: 0;
}

.widget-posts .item .thumb {
    width: 120px;
    height: 120px;
    overflow: inherit;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 2px 2px 3px 0px rgba(93,112,234,0.1);
}

.widget-posts .item .thumb img {
    display: block;
    border-radius: 8px;
}

.widget-posts .item  .info {
    display: flex;
	flex-direction: column;
}

.widget-posts .item  .info h4 {
    font-size: 15px;
	margin-top: 0px;
    margin-bottom: 5px;
    letter-spacing: .15px;
    font-weight: 700;
    line-height: 1.45;
    color: #302d55;
}

.widget-posts .item  .info .meta {
	font-size: 12px;
}

.widget-posts .item  .info .meta .meta-info {
    margin-left: 0px;
	color: #000;
}

.widget-social ul {
    margin: 0 -1%;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.widget-social ul li {
    display: inline-block;
    width: 30%;
    margin: 15px 1% 0;
    vertical-align: top;
}

.widget-social .icons a {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    height: 97px;
    border-radius: 8px;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    border: 1px solid #ffe7d2;
}

.widget-social .icons a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffe7d2;
    opacity: .25;
    z-index: -2;
}

.widget-social .icons a span.icon {
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 25px;
    margin: 0 auto;
}

.widget-social .icons a svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    vertical-align: middle;
}

.widget-social .icons a span.icon.twitter svg {
    width: 19px;
    height: 19px;
    margin-top: 2px;
}

.widget-social .icons a .name {
    display: block;
    margin-top: 3px;
    white-space: nowrap;
    width: 100%;
    color: #302d55;
}


.social-fill-color a.facebook {
    color: #3680ee;
}

.social-fill-color a.twitter {
    color: #222;
}

.social-fill-color a.pinterest {
    color: #ee3e52;
}

.social-fill-color a.telegram {
    color: #08c;
}

.social-fill-color a.whatsapp {
    color: #1fb381;
}

.social-fill-color a.instagram {
    color: #ff3e76;
}

.social-fill-color a.twitch {
    color: #8551e6;
}

.social-fill-color a.discord {
    color: #5865f2;
}

@media screen and (max-width: 1200px) {

    .widget {
        padding: 30px;
    }

	.widget-title {
		font-size: 18px;
	}

    .widget-title::before {
        left: -30px;
        background-size: 20px 11px;
        margin-top: 0;
    }

    .widget-title svg {
        left: -30px;
        background-size: 20px 11px;
        margin-top: 0;
    }

	.widget-about .info h3 {
		font-size: 13px;
	}

	.widget-about .bio {
		font-size: 14px;
	}

	.widget-posts .item  .info h4 {
		font-size: 13px;
	}

	.widget-posts .item {
		padding-left: 100px;
		min-height: 80px;
	}

	.widget-posts .item .thumb {
		width: 80px;
		height: 80px;
	}

    .widget-social ul li {
        width: 47%;
        margin-top: 0;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1024px) {

    .widget-social ul li {
        width: 30%;
        margin: 15px 1% 0;
        vertical-align: top;
    }

}

@media screen and (max-width: 768px) {

    .widget-social ul li {
        width: 47%;
        margin-top: 0;
        margin-bottom: 10px;
    }

}