@charset "utf-8";

#page-favorite a, #page-author a {
    background-repeat: no-repeat;
    text-decoration: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    background: rgba(51, 51, 51, 0.5);
    padding: 0;
    display: block;
    color: #fff;
}

#page-favorite, #page-author {
    position: fixed;
    right: 10px;
    z-index: 99999;
}

#favoritae-icon{
	color: #ffffff;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
}

.active #favoritae-icon{
	color: #fd62b7;
}

#modal-content {
	    width: 90%;
	    margin: 0;
	    padding: 10px 10px;
	    border: 2px solid #aaa;
	    background: #fff;
	    position: fixed;
	    display: none;
	    z-index: 100001;
	    text-align: center;
	    border-radius: 20px;
	    max-width: 400px;
}

#modal-overlay {
    z-index: 100000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0,0,0, 0.75 );
}
.area_article_heading_share_fav {
    display: inline-block;
    padding: 0px; 
    border: 0px solid #e784a1; 
    border-radius: 0px;
}

.area_article_heading_share_fav.active {
    background: none;
}

article{
	width: 98%;
}

article .entry-content h2{
	clear: both;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

article .entry-content img {
    vertical-align: bottom;
    margin-bottom: 0px;
}

article .entry-content img, object {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}

#favoritae-icon{
	/*font-size: 36px;*/
	bottom: -12px !important;
}


@media only screen and (max-width: 767px)
{
		#page-favorite, #page-author {
		    right: 10px;
		    font-size: 20px;
		    color: #fd62b7;
			bottom: 10px;
		}
		
		#page-favorite a, #page-author a {
		    background-repeat: no-repeat;
		    text-decoration: none;
		    width: 42px;
		    height: 42px;
		    line-height: 41px;
		    font-size: 0.85em;
		}
		
		article.article{
			width: 100%;
		}

		article .entry-content h2 {
		    font-size: 18px;
		    line-height: 1.6em;
		    margin-bottom: 10px;
		    background: #eeeeee;
		    color: black;
		}
		
		#favoritae-icon{
			font-size: 24px;
			bottom: -9px !important;
		}
		
		.post-categories{
			margin-bottom: 8px !important;
		}
		
		/*google translate */
		.goog-te-menu-frame {
			width: 100% !important;
		}
}
