/* Basic Reset */
body * {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
}

/* Body & General Styling */
body {
    background-color: #eeeeee;
    color: #333;
    line-height: 1.6;
    padding: 0;
    margin: 0;
	direction: ltr;
}

/* Header & Navbar */


/* Main Content Styling */
.place-details {
    /*display: flex;*/
    justify-content: space-between;
    padding: 25px 20px 45px 20px;
    gap: 20px;
}

.main-content {
    width: 100%;
	max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.place-info {
    display: flex;
    gap: 30px;
}

.place-description {
    /*max-width: 500px;*/
    line-height: 1.8;
	white-space: normal;
}

.place-description p {
    font-size: 1.1rem;
}

.place-description strong {
    font-weight: 500;
    font-size: 1.1rem;
}

.mapIframer strong {
    font-weight: 500;
    font-size: 1.2rem;
}

/* Sidebar Styling */
.sidebar {
	display: inline-block;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
    border-radius: 8px;
	height: fit-content;
}

.sidebar h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #333;
}

.sidebar ul {
    list-style: none;
}

.sidebar ul li {
    margin-bottom: 15px;
}

.sidebar ul li a {
    color: #3498db;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.sidebar ul li a:hover {
    color: #e74c3c;
}

/* Footer */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px;
    bottom: 0;
}

/* Media Queries for Responsiveness */
@media (max-width: 545px) {
    .place-details {
        flex-direction: column;
        align-items: center;
    }

    .place-info {
        flex-direction: column;
    }

    .sidebar {
        margin-top: 20px;
    }
}

.number {
	display: inline-block;
	direction: ltr;
	color: #0052a6;
    text-decoration: underline;
}

header a {
	text-decoration: none;
}

.place-images { 
	white-space: nowrap;
	border-radius: 14px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	padding: 10px;
	overflow: auto;
	position: relative;
	width: calc(100% - 24px);		
}
.imagesHolder img.slideimg {
	display: inline-block;
	height: 120px;
	width: auto;
	aspect-ratio: 18 / 9;
	border-radius: 4px;	
	cursor: pointer;	
	transition: transform 0.2s linear;
	object-fit: cover;
}

.imagesHolder img.slideimg:not(:last-child) { 
	margin-right: 10px;
}

.imagesHolder img.slideimg:visited, .imagesHolder img.slideimg:focus, .imagesHolder img.slideimg:active, .imagesHolder img.slideimg:hover {
	transform: scale(0.97);
}

.place-info {
	display: block;
}

.imagesHolder {
	overflow: auto;
	border-radius: 4px;
	height: 120px;
	max-width: 100%;
	scrollbar-width: none;
	position: relative;
	overflow-y: hidden;
	text-align: center;
}

.emoji {
	width: 24px;
	height: 23px;
}

.QCnF67d {
	margin-bottom: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.QCnF67d span {
	position: relative;
	top: -6px;
	right: 1px;
}

span.rate {
	right: unset;
	left: 1px;
}

span.ratecount {
	font-size: 0.8rem;
	color: gray;
	margin-left: 5px;
	top: -7px;
}

body.forcedark span.ratecount {
	color: #bcbcbc;
}

.starcontain {
	float: left;
	display: inline-block;
	direction: ltr;
	padding-right: 15px;
}

span.adress img.emoji {
	top: 7px;
	position: relative;
}

.imageViewer {
	position: fixed;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	top: 0px;
	left: 0px;
	height: 100dvh;
	width: 100dvw;
	text-align: center;
	transition: opacity 0.3s linear;
	opacity: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

.imageViewer img {
	max-width: min(1500px, 95dvw);
	max-height: calc(100dvh - 160px);
	cursor: pointer;
}

.imagesScroller {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0,0,0,.1);
	display: none;
	height: 36px;
	justify-content: center;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	top: 84px;
	width: 36px;
	z-index: 1;
	cursor: pointer;
}

.imagesScroller.f {
	left: 18px;
}

.imagesScroller:not(.f) {
	right: 18px;
}

.imagesScroller img {
	height: 24px;
	width: 24px;
}

.imagesScroller img.reverse {
	transform: rotate(180deg);
}
  
.place-description .emoji {
	position: relative;
	width: 37px;
	height: 37px;
	top: -2px;
	margin-bottom: -15px;
}

.place-description p:not(:first-child) {
    line-height: 36px;
}

.place-description .phoneemoji  {
	position: relative;
	width: 32px;
	height: 32px;
	top: 2px;
	margin-bottom: -8px;
}

.mapIframer .phoneemoji  {
	position: relative;
	width: 40px;
	height: 40px;
	top: -3px;
    margin-bottom: -17px;
}

.place-description p:first-child {
	margin-bottom: 12px;
	margin-top: 10px;
	max-height: max(250px, 28dvh);
	overflow: auto;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 2px;
	font-size: 1.08rem;
}

.gpsloc {
	max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

body.forcedark .place-description p:first-child {
	border-bottom: 1px solid #303030;
}

.socialcontainer {
    border-top: 1px solid #dcdcdc;
    margin-top: 10px;
    padding-top: 10px;
	    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(127px, auto));
	justify-items: center;
}

.socialcontainer a {
	text-decoration: none;
	color: black;
	-webkit-tap-highlight-color: transparent;	
	width: fit-content;
}

.place-description {
	border-left: 3px solid #00b0bc;
	padding-left: 6px;
	border-radius: 8px 0px 0px 8px;
	margin-top: 15px;
}

.mapIframer {
	text-align: center;
    max-width: 700px;
    max-height: 700px;
    margin-right: auto;
    margin-left: auto;
    background: white;
    margin-top: 30px;
    border-radius: 14px;
    padding-bottom: 20px;
	padding-top: 10px;
}

.mapIframer iframe {
    border: none;
    border-radius: 4px;
    aspect-ratio: 1 / 0.75;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
    margin-top: 10px;
}

.mapIframer a {
	text-decoration: none;
	color: black;
}

.mapIframer div.navigator {
	display: inline-block;
	border: none;
	border-radius: 4px;
	width: calc(50% - 35px);
	max-width: 300px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	/* border: 2px solid #960096; */
	padding: 6px 4px;
	background: radial-gradient(#00afcf, #006e72);
	color: white;
	box-shadow: 0px 0px 2px 2px #006e72;
	cursor: pointer;
	user-select: none;
	font-size: 1.14rem;
	font-weight: 500;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	vertical-align: top;
}

div.navigator.yandex
{ 
	background: linear-gradient(to left, #ec763a, #ff1f00, #ec763a);
    box-shadow: 0px 0px 2px 2px #ec763a;
    margin-left: 15px;
}

div.navigator.snapp {
	background: radial-gradient(#5f009a, #9c26c6);
    box-shadow: 0px 0px 2px 2px #9c26c6;
	margin-right: 15px;
	cursor: no-drop;
    opacity: 0.6;
}
div.navigator.yandextax {
	background: linear-gradient(91deg, #ffdc54, #ff8b00 50%, #ffdc54);
    box-shadow: 0px 0px 2px 2px #fbc800;
}

div.navigator img {
	width: 25px;
	margin-bottom: -8px;
	margin-left: 2px;
}

div.navigator.yandex img {
	background: #fdecec;
    border-radius: 50%;
    padding: 2px;
	width: 26px;
}

div.gps {
	direction: ltr;
	display: inline-block;
	font-weight: 500;
	font-size: 1.1rem;
}	

.shareBut {
	position: fixed;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	background: linear-gradient(116deg, #d600c5, #5923cc);
	padding: 9px 10px 0px 7px;
	z-index: 1;
	animation: fadeInOut 1.4s linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	transition: transform 0.2s linear;
	user-select: none;
}

.shareBut img {
	height: 27px;
}

.shareBut:hover, .shareBut:focus, .shareBut:visited, .shareBut:active {
	transform: scale(0.9);
}

@keyframes fadeInOut {
	0% {
		box-shadow: 0px 0px 3px 2px #d600c5;
	}
	50% {
		box-shadow: 0px 0px 0px 0px #d600c5;
	}
	100% {
		box-shadow: 0px 0px 3px 2px #d600c5;
	}
}

.similar {
	margin-top: 40px;
	font-weight: 500;
	font-size: 1.2rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	scrollbar-width: thin;
	background-color: #ffffff;
	padding: 10px;
    border-radius: 14px;
}

body.forcedark .similar {
	background-color: #151515;
}

.similar div.titlediv {
	border-bottom: 2px solid #00bbc7;
	margin-bottom: 5px;
	text-align: center;
    padding-bottom: 3px;
}

.similarplace {
	display: inline-block;		
	width: 230px;
	height: 190px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
	transition: transform 0.15s linear;
	vertical-align: top;
}

.similarplace:hover, .similarplace:active, .similarplace:focus, .similarplace:visited {
	transform: scale(0.97);
}

.SPImage {
	display: block;
	height: 120px;
	width: 100%;
	object-fit: cover;
}

.similarplace:not(last-child) {
	margin-left: 10px;	
}

.similarItems {
	width: 100%;
	overflow: auto;
	-webkit-tap-highlight-color: transparent;
	white-space: nowrap;
	margin-top: 10px;
	border-radius: 12px 12px 0px 0px;
}

.similartext {
	color: black;		
	white-space: nowrap;
	padding: 5px;
	font-size: 0.95rem;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
	border: 2px solid #e7e7e7;
    border-top: unset;
    border-radius: 0px 0px 12px 12px;
	background: white;
}

body.forcedark .similartext {
	border: unset;
}

.similartext span {
	margin-left: 5px;
}

.similarItems a {
	text-decoration: none;
	color: white;
}

.similartext img {
	width: 18px;
	margin-bottom: -7px;
}

.comntsection {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 0px 0px 8px 8px;
	padding: 10px;
}

.comntsectionheader {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	font-size: 1.2rem;
	border-bottom: 2px solid #00bbc7;
}

.comntsectionheader span {
	font-weight: 500;
}

.comntsectionheader img {
	height: 40px;
    margin-bottom: -23px;
    top: -15px;
    position: relative;
    left: 3px;
}

textarea {
	display: block;
	width: calc(100% - 20px);
	/* height: 120px; */
	min-height: 70px;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	margin-top: 7px;
	border-radius: 4px;
	border: none;
	background: #dbdbdb;
	padding: 10px;
	color: black;
	margin-bottom: 10px;
}

textarea::placeholder, input.comment::placeholder {
	color: #030303;
}

textarea:focus, input:focus {
	outline: none;
}

form input {
	width: calc(50% - 10px);
	padding: 5px;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	color: black;
	border-radius: 4px;
}

input.comment {
	margin-right: 5px;
	border: none;
	background: #dbdbdb;
	height: 25px;
}

.comment span {
	position: relative;
	top: 4px;
}

.comntsection form input.submit {
	border: none;
	background: #0092a2;
	color: #ffffff;
	transition: opacity 0.2s linear;
	cursor: pointer;
	height: 35px;
}

form {
	margin-bottom: 25px;
}

div.comment {
	padding: 5px;
	margin-bottom: 10px;
	border: 2px solid #dbdbdb;
	color: black;
	border-radius: 8px;
	user-select: none;
	position: relative;
	font-size: 1.05rem;
}

div.comment img, div.comment svg {
	height: 35px;
	margin-bottom: -18px;
	position: relative;
	top: -4px;
}

.commentMeta {
	background: white;
    padding-right: 2px;
    margin-top: 2px;
    margin-left: 5px;
    text-align: right;
}

.commentbody {
	font-size: 1rem;
	padding: 4px 11px 0px 37px;
	word-break: break-word;
}

input.submit:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.titlediv img {
	width: 34px;
    margin-bottom: -12px;
    top: -4px;
    position: relative;
}

.titlediv a {
	text-decoration: none;
	color: black;
}

.placeTitle, .breadcrumb {
	max-width: 100%;
	overflow: auto;
	white-space: nowrap;
	scrollbar-width: none;
}

.placeTitle h1 {
	font-weight: 500;
}

.breadcrumb {		
	font-size: 15px;
	color: #666;
	margin-top: -10px;
	margin-bottom: 10px;
}

.breadcrumb span:not(.maincrumb) {
	color: #999;
}

.breadcrumb a {
	text-decoration: none;
}

.maincrumb {
	color: #222;
	font-weight: 500;
}

.crumbsep {
	margin: 0 8px;
	color: #ccc;
}

/* Dark Theme */
body.forcedark {
	scrollbar-color: #888 #121212;
}

body.forcedark::-webkit-scrollbar-track {
	background: white;
}

body.forcedark a {
	color: #fcfcfc;
}
	
body.forcedark {
	background: #26272b;
	color: #efefef;
}
	
body.forcedark .breadcrumb span:not(.maincrumb) {
	color: #d4d4d4;
}
	
body.forcedark .maincrumb {
	color: #ffffff;
}			
	
body.forcedark .comntsection {
	background: #5b5b5b;
}
	
body.forcedark .searchItem div.extra {
	color: black;
	background: #e8e8e8;
}

body.forcedark input {
	background: #e6e6e6;
	color: black;
}
	
body.forcedark textarea {
	color: black;
}
	
body.forcedark .titlediv {
	border-radius: 4px 4px 0px 0px;
	padding-top: 0px;
	background: #151515;
	padding-bottom: 5px;
}
	
body.forcedark .comntsectionheader {
	border-radius: 4px 4px 0px 0px;
	padding-top: 11px;
	background: #151515;
	padding-bottom: 4px;
}
	
body.forcedark .comntsectionheader img, .titlediv img {
	margin-right: 4px;
}
	
body.forcedark .place-images {
	border: 2px solid black;
	background-color: black;
}
	
body.forcedark .mapIframer {
	background-color: black;
}
	

body.forcedark div.comment {
	background: white;
	opacity: 0.95;
}

body.forcedark header {
	box-shadow: 0px 3px 8px #121212;
}

body.forcedark .place-description .phoneemoji {
	width: 28px;
	height: 28px;
	background: #f6f6f6;
	padding: 2px;
	border-radius: 50%;
}

body.forcedark .mapIframer .phoneemoji {
	width: 35px;
    height: 35px;
	background: #f6f6f6;
	border-radius: 50%;
	margin-bottom: -15px;
}

body.forcedark .number {
	color: #81c4ff;
}

body.forcedark .place-description {
	border-left: 3px solid #00aabe;
}

body.forcedark .socialcontainer {
	border-top: 1px solid #303030;
}
/************ Stars Rate ***************/

.rateStars {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
	justify-content: center;
	align-items: center;
	margin-bottom: 7px;
}

/* مخفی کردن ورودی‌های رادیویی */
.rateStars input {
	display: none;
}

.rateStars label {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	width: 30px;
	height: 30px;
}

.rateStars svg {
	fill: #e5e7eb; /* خاکستری روشن برای حالت خالی */
	transition: fill 0.2s ease, transform 0.1s ease;
}

/* رنگ گرفتن ستاره‌ها هنگام هاور (Hover) */
.rateStars label:hover svg,
.rateStars label:hover ~ label svg {
	fill: #fbbf24;
}

/* رنگ گرفتن ستاره‌ها هنگام انتخاب (Checked) */
.rateStars input:checked ~ label svg {
	fill: #fbbf24;
}

/* افکت لمس/کلیک */
.rateStars label:active svg {
	transform: scale(0.9);
}

.ratedStars {
	position: absolute;
	top: 3px;
	right: 12px;
	background: white;
	direction: ltr;
}

div.comment .ratedStars svg, div.comment .ratedStars img {
	height: 18px;
	width: 18px;
	top: -11px;
}

.SPImage.noimg {
	background-color: #787878;
    padding: 10px 0px;
    height: 100px;
    object-fit: contain;
}

.website {
	display: inline-block;
	direction: ltr;
	color: #003cf7;
	max-width: calc(100% - 118px);
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    margin-bottom: -11px;
}

body.forcedark .website {
	color: #81c4ff;
}

.webfield {
	display: none;
}

@media (min-width: 900px) {
	body .latest {
		margin-bottom: 20px;
		max-width: 690px;
	}
}

.sectionTitle {
	font-size: 1.1rem;
	border-bottom: 2px solid #cccccc;
	margin: 0px 15px;
	padding-bottom: 8px;
}

.sectionTitle span {
	color: #009d00;
	text-shadow: 0 0 1px #009d00;
}

.sectionTitle span.closed {
	color: #da0600;
	text-shadow: 0 0 1px #da0600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;		
	table-layout: fixed;
	font-size: 1.1rem;
	color: black;
}

tbody {
	font-size: 1.05rem;
}

th {
	font-weight: 500;
}

th, td {
	padding: 5px 3px;	
}

tbody tr:nth-child(odd) {
	background: #f4f4f4;
}

div.tableCover {
	width: calc(100% - 50px);
	margin: 10px 25px 0px 25px;
	border-radius: 6px;
	overflow: hidden;
	border: 2px solid #e5e5e5;
}

tr td:first-child, tr th:first-child {
	width: 140px;
}

tr td:first-child {
	border-left: 1px solid #e4e4e4;
}

@media (max-width: 400px) {
	tr td:first-child, tr th:first-child {
		width: 50%;
	}
}

tbody tr.today, body.forcedark tbody tr.today {
	background-color: #c6e7ff;
	font-weight: 600;
	color: #0073ff;
	position: relative;
}

.sectionTitle img.phoneemoji {
	position: relative;
	width: 35px;
	height: 38px;
	top: -3px;
	margin-bottom: -17px;
}

body.forcedark .sectionTitle {
	padding-bottom: 10px;
}

body.forcedark table {
	background-color: #1c1c1c;
	color: white;
}

body.forcedark tbody tr:nth-child(odd) {
	background-color: #3f3f3f;
}

body.forcedark tr td:first-child {
	border-left: unset;
}

body.forcedark div.tableCover {
	border: 2px solid #000000;
}

body.forcedark tbody tr.today {
	background-color: #003636;
	color: #00fff5;
}

body.forcedark .sectionTitle span {
	color: #03d603;
	text-shadow: 0 0 1px #00ff00;
}

body.forcedark .sectionTitle span.closed {
	color: #e70700;
	text-shadow: 0 0 1px #e70700;
}

.mapIframer.foodmenu::before {
	content: '';
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/img/burger.webp);
	background-size: min(70%, 375px);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
	pointer-events: none;
}

.foodmenu {
	position: relative;
}

.foodmenu tr td:first-child {
	border-left: unset;
}

.foodmenu td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foodmenu tr td:first-child, .foodmenu tr th:first-child {
	width: unset;
}

.foodmenu .tableCover {
	max-height: min(50dvh, 375px);
	overflow-y: auto;
	position: relative;
}

.foodmenu tbody tr:nth-child(odd) {
	background: #e1e1e182;
}

.foodmenu tr {
	background: #ffffff21;
}

body.forcedark .foodmenu table {
	background: unset;
}

body.forcedark .foodmenu tbody tr:nth-child(odd) {
	background-color: #a1a1a178;
}

.foodmenu .sectionTitle {
	text-shadow: 0 0 1px black;
}

.foodmenu tbody td:not(:first-child) {
	text-align: left;
	padding-left: 15px;
}

.foodmenu tbody td:first-child:not(:last-child) {
	text-align: right;
	padding-right: 15px;
}

body.forcedark .foodmenu .sectionTitle {
	text-shadow: 0 0 1px white;
}

body.forcedark .foodmenu img.phoneemoji {
	border: 2px solid #51cbff;
	width: 32px;
	height: 32px;
	padding: 1px;
	margin-bottom: -17px;
}

/* Social Medias */
.social {
	width: fit-content;
	border-radius: 4px;
	padding: 3px;
	height: 33px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;	
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.social.email, .social.email .inside:before {
	background: linear-gradient(90deg, #0ba4e0 0%, #0088ac 100%);
}

.social.site, .social.site .inside:before {
	background: linear-gradient(90deg, #0088ac 0%, #0ba4e0 100%);
}

.social.insta, .social.insta .inside:before {
	background: linear-gradient(135deg, #833AB4 0%, #FD1D1D 100%);
}

.social.tel, .social.tel .inside:before {
	 background: linear-gradient(90deg, #61a8dd 0%, #00d8ec 100%);
}

.social.vk, .social.vk .inside:before {
	 background: linear-gradient(90deg, #2a77cf 0%, #009dab 100%);
}

.social.wht, .social.wht .inside:before {
	 background: linear-gradient(90deg, #5ac23d 0%, #03b6c6 100%);
}

.social.yout, .social.yout .inside:before {
	 background: linear-gradient(90deg, #d71f1e 0%, #ff7a20 100%);
}

.social.twit, .social.twit .inside:before {
	 background: linear-gradient(90deg, #9361dd 0%, #01d8ec 100%);
}

.social.okru, .social.okru .inside:before {
	 background: linear-gradient(90deg, #ff7700 0%, #efaf37 100%);
}

.social.maxru, .social.maxru .inside:before {
	 background: linear-gradient(90deg, #3d65fb 0%, #a153db 100%);
}

.social.pin, .social.pin .inside:before {
	 background: linear-gradient(90deg, #c91518 0%, #9027de 100%);
}

.social.jivo, .social.jivo .inside:before {
	 background: linear-gradient(90deg, #00b742 0%, #00c3b3 100%);
}

.social.viber, .social.viber .inside:before {
	 background: linear-gradient(90deg, #aa5df3 0%, #4666ff 100%);
}

.inside {
	width: calc(100% - 10px);
	height: calc(100% - 20px);
	background-color: white;
	border-radius: 2px;
	padding: 10px 5px;
	position: relative;
	
}

body.forcedark .inside {
	background-color: black;
}

.inside::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 0;
}
		
.social:hover .inside::before, .social:active .inside::before, .social:visited .inside::before, .social:focus .inside::before {
	opacity: 1;
}

.social .inside span {
	transition: color 0.2s linear;
}

.social:hover span, .social:active span, .social:visited span, .social:focus span {
	color: white;
}

.social .inside img, .social .inside span {
	position: relative;
	z-index: 1;
}

.inside span {
	top: -7px;
	font-weight: 500;
}

.social img {
	height: 25px;
    position: relative;
    margin-bottom: -5px;
    top: -6px;
    border-radius: 4px;
}

.social.site img {
	padding: 1px;
	background: white;
	height: 23px;
	border-radius: 50%;
}