HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/blog/_blog-single.scss
/*
 * Style for single post */

.page-content {
	article {
		.content-inner {
			.post-formats-wrapper iframe {
				width: 100%;
				min-height: 450px;
			}

			.entry-tag-share {
				padding: 23px 0;
				&:after {
					@extend .clear-after;
				}
				ul {
					margin: 0;
				}
				.tags-links {
					display: inline-block;
					vertical-align: text-top;
					float: right;
				}
				.share-click {
					display: inline-block;
					float: left;
					.thim-social-share > li:last-child {
						margin-right: 0;
					}
				}
			}

			.entry-content {
				.entry-meta:after {
					@extend .clear-after;
				}
				&:after {
					display: none;
				}
			}

		}
		// style author about
		.thim-about-author {
			margin: 33px 0;
			padding: 30px;
			border: 1px solid $border-color;
			.author-wrapper {
				display: table;
				.author-avatar {
					text-align: center;
					display: table-cell;
					min-width: 100px;
					img {
						border-radius: 100%;
						margin-bottom: 15px;
					}
				}
				.author-bio {
					padding-left: 50px;
					display: table-cell;
					vertical-align: top;
					.author-top {
						padding-top: 10px;
						.name {
							font-size: 14px;
							font-weight: bold;
							text-transform: uppercase;
						}
					}
					.author-description {
						margin-bottom: 30px;
						line-height: 27px;
					}
					.thim-author-social {
						margin: 0;
						padding: 0;
						li {
							display: inline-block;
							list-style: none;
							margin-right: 10px;
							&:last-child {
								margin-right: 0;
							}
							a {
								i {
									width: 30px;
									height: 30px;
									text-align: center;
									line-height: 30px;
									border: 1px solid #999;
									color: #999;
									border-radius: 100%;
								}
								&:hover {
									&.facebook {
										i {
											color: #3b5999;
											border-color: #3b5999;
										}
									}
									&.twitter {
										i {
											color: #55acee;
											border-color: #55acee;
										}
									}
									&.skype {
										i {
											color: #00AFF0;
											border-color: #00AFF0;
										}
									}
									&.pinterest {
										i {
											color: #bd081c;
											border-color: #bd081c;
										}
									}
								}
							}
						}
					}
				}
			}
		}
		// post formats
		&.format-chat {
			.group-chat li {
				font-weight: 700;
				.chat-name {
					min-width: 80px;
					display: inline-block;
				}
				.chat-message {
					font-weight: 400;
				}
			}
		}
		// style related post
		.related-archive {
			margin: 54px 0;
			.related-title {
				margin: 0 0 32px;
				font-size: 18px;
				text-transform: uppercase;
				&:before {
					content: '';
					position: relative;
					float: left;
					width: 60px;
					height: 2px;
					display: block;
					margin: 12px 10px 0 0;
				}
			}
			.entry-meta {
				margin-top: 15px;
				padding-bottom: 0;
				margin-bottom: 10px;
				overflow: hidden;
			}
			ul {
				list-style: none;
				margin-bottom: 0;
				li {
					.thumbnail{
						a{
							>img{
								@media(max-width: 767px){
									width: 100%;
								}
							}
						}
					}
					.rel-post-text .entry-title {
						font-size: 24px;
						line-height: 34px;
						&.no-images {
							margin-top: 0;
						}
					}
				}
			}
		}
	}
}

.thim-social-share {
	margin: 35px 0 0 0;
	display: block;
	li {
		display: inline-block;
		list-style: none;
		float: left;
		max-height: 20px;
		line-height: 20px;
		margin-right: 10px;
		max-width: 95px;
		&.google-plus {
			display: inline-flex;
			align-items: center;
			font-size: 11px;
			background: #d77066;
			&:hover{
				background: darken(#d77066, 10%);
			}
			a{
				color: #fff;
				padding: 0 3px;
			}
			i{
				margin-right: 5px;
			}
		}
	}
}

#comments {
	border-top: 1px solid $border-color;
	.list-comments {
		padding: 54px 0;
		.comments-title {
			margin: 0;
			font-size: 18px;
			text-transform: uppercase;
			&:before {
				content: '';
				position: relative;
				float: left;
				width: 60px;
				height: 2px;
				display: block;
				margin: 12px 10px 0 0;
			}
		}
		.comment-list {
			margin: 0;
			> li {
				&:last-child {
					padding-bottom: 0;
					border-bottom: 1px solid $border-color;
				}
				padding: 60px 0 54px 0;
				list-style: none;
				border-top: 1px solid $border-color;
				img {
					border-radius: 100%;
					float: left;
					margin-right: 28px;
				}
				.author-name,
				.author-name a {
					font-weight: 700;
					text-transform: uppercase;
				}
				.content-comment {
					padding: 0;
					width: auto;
					.author {
						font-size: 14px;
						margin: 8px 0 5px;
						.comment-extra-info {
							font-size: 14px;
							margin-left: 30px;
							font-weight: bold;
							text-transform: uppercase;
							position: relative;
							&:before {
								content: '';
								width: 6px;
								height: 6px;
								background: $border-color;
								border-radius: 50%;
								display: inline-block;
								position: absolute;
								left: -19px;
								top: 5px;
							}
						}
						span {
							.comment-reply-link {
								float: right;
								font-size: 14px;
								font-weight: bold;
								text-transform: uppercase;
								&:hover {
									text-decoration: none;
								}
							}

							.comment-edit-link {
								font-size: 14px;
								font-weight: bold;
								margin-left: 10px;
								text-transform: uppercase;
								&:hover {
									text-decoration: none;
								}
							}
						}
					}
					.message {
						@media (min-width: 991px) {
							padding-left: 128px;
						}
						img.emoji {
							float: none;
						}
					}
				}
				&:first-child {
					border-top-color: transparent;
					padding-top: 32px;
				}
				.children {
					@media (min-width: 991px) {
						margin-top: 22px;
						padding-top: 30px;
						padding-left: 50px;
					}
					li {
						border-top-color: $border-color;
					}
				}
			}
		}
	}

	.form-comment {
		border-top: 1px solid $border-color;
		padding: 53px 0 0;
		#reply-title {
			margin: 0;
			font-size: 18px;
			text-transform: uppercase;
			&:before {
				content: '';
				position: relative;
				float: left;
				width: 60px;
				height: 2px;
				display: block;
				margin: 12px 10px 0 0;
			}
		}
		.comment-form {
			.logged-in-as a {
				&:hover {
					text-decoration: underline;
				}
			}
			> p {
				width: 33%;
				display: inline-block;
				margin-right: 0;
				&.comment-form-author,
				&.comment-form-email {
					padding-right: 25px;
					margin-bottom: 30px;
				}
				&.comment-notes {
					padding-bottom: 7px;
				}
				&.comment-notes,
				&.comment-form-comment,
				&.form-submit {
					width: 100%;
					display: block;
				}
				&.comment-form-comment {
					margin-bottom: 22px;
				}
				input[type="text"],
				input[type="email"] {
					width: 100%;
				}
				input.submit {
					border: none;
					height: 40px;
					line-height: 40px;
					padding: 0 26px;
					color: #fff;
				}
			}

			textarea,
			input[type="email"], input[type="text"] {
				outline: none;
				box-shadow: none;
				padding: 7px 10px;
			}
			textarea {
				width: 100%;
			}

			input,
			textarea {
				&::-webkit-input-placeholder {
					color: #999;
				}
				&:-moz-placeholder {
					color: #999;
				}
				&::-moz-placeholder {
					color: #999;
				}
				&:-ms-input-placeholder {
					color: #999;
				}
			}
		}
	}
}

.comment-navigation {
	overflow: hidden;
	margin: 30px 0px;
	> div {
		width: 50%;
		float: left;
		&.nav-next {
			text-align: right;
			float: right;
		}
	}
}