.avatar-wrap{
    display: inline-block;
    width: 120px;
    height: auto;
}
.avatar-wrap img{
    box-sizing: border-box;
    border: 5px solid #fff;
    border-radius: 50%;
}
.avatar-wrap .img-full-width{
    margin: 5px auto;
}

.blogger-info-wrap{
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    margin-left: 35px;
}
.blogger-name{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 26px;
    line-height: 2.2rem;
    margin-bottom: 15px;
}
.blogger-description{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
}
.social-wrap{
    height: 120px;
    margin: 5px auto;
    text-align: right;
}
.social-wrap .social-text{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #70706e;
    margin-bottom: 12px;
}
.social-wrap .social-icon-link{
    width: 50px;
    height: 50px;
    display: inline-block;
}
.social-wrap .social-icon-link a{
    display: block;
    width: 100%;
    height: 100%;
}
.social-wrap .facebook-link{
    background: url("clientlib/img/novellini-icons-svg_facebook.svg");
}
.social-wrap .twitter-link{
    background: url("clientlib/img/novellini-icons-svg_twitter.svg");
}
.social-wrap .instagram-link{
    background: url("clientlib/img/novellini-icons-svg_instagram.svg");
}
.left-info-box{
    text-align: right;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: 300;
    color: #70706e;
    height: 100px;
    border-right: 1px solid #70706e;
    padding-right: 20px;
    padding-top: 20px;
}
.article-tools{
	position:relative;
}
.left-info-box .article-tools-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.left-info-box .article-tools-icon.print-icon{
    background: url('clientlib/img/novellini-icons-svg_print.svg');
}
.left-info-box .article-tools-icon.share-icon{
    background: url('clientlib/img/novellini-icons-svg_share.svg');
}
.blogger-article-section .imagecustom .description-customimage{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #70706e;
}

@media only screen and (max-device-width: 480px) and (orientation: portrait), only screen and (max-device-width: 720px) and (orientation: landscape) {
    .avatar-wrap{
        width: 80px;
    }
    .avatar-wrap img{
        border: 2px solid #fff;
    }
    .blogger-name{
        position: absolute;
        top: 50px;
        left: 100px;
    }
    .blogger-info-wrap{
        max-width: 100%;
        margin-left: 0;
    }
    .social-wrap{
        text-align: center;
        height: auto;
    }
    .left-info-box{
        text-align: center;
        border: 0;
        padding: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .left-info-box .article-tools-icon{
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-device-width: 480px) and (orientation: portrait), only screen and (min-device-width: 720px) and (orientation: landscape) {
    .blogger-article-section .imagecustom{
        position: relative;
    }

    .blogger-article-section .imagecustom .description-customimage{
        position: absolute;
        right: -160px;
        top: 0;
        width: 140px;
        margin-top: 0;

    }
    .blogger-article-section .imagecustom :nth-child(3){
        top: 50px;
    }
    
    .article-tools .product_social{
		top:50px;
		right:-2px;
		height: 0;
	}
	.article-tools .product_social .social_link{
		display:block;
		margin-bottom:10px;
		margin-left: 0;
		margin-top: -5px;
		visibility:hidden;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
	       -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	            transition: all .3s ease-in-out;
	}
	.article-tools .product_social :nth-child(2){
		transition-delay: 0.2s;
	}
	.article-tools .product_social :nth-child(3){
		transition-delay: 0.4s;
	}
	.article-tools .product_social.clicked .social_link{
		visibility:visible;
		opacity: 1;
		margin-top:0;
	}
}

@media print{
	.social-wrap{
        display: none;
    }
}

@media only screen and (max-device-width: 480px) and (orientation: portrait), only screen and (max-device-width: 720px) and (orientation: landscape) {
	.article-tools .product_social{
		position:absolute;
		width: 100px;
		height: 25px;
		padding: 0;
		text-align:right;
		line-height: 10px;
	    top: 5px;
	    left: 50%;
	    margin-left: 40px;
	    visibility: hidden;
	}
	.article-tools .product_social .social_link{
		display: inline-block;
		margin-bottom: 0;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
	       -moz-transition: all .3s ease-in-out;
	        -ms-transition: all .3s ease-in-out;
	         -o-transition: all .3s ease-in-out;
	            transition: all .3s ease-in-out;
	}
	.article-tools .product_social :nth-child(2){
		transition-delay: 0.2s;
	}
	.article-tools .product_social :nth-child(3){
		transition-delay: 0.4s;
	}
	.article-tools .product_social.clicked{
		visibility:visible;
	}
	.article-tools .product_social.clicked .social_link{
		opacity: 1;
	}
}