File: /home/httpd/vhosts/rajlaw.com.tw/httpdocs/wp-content/themes/advokat/assets/css/blog.css
/* Blog Design */
#blog-home .cat_name {
display: none;
}
#blog-home .blog-meta .blog-title {
font-size: 17px;
margin: 12px 0 0;
}
#blog-home .blog-meta .blog-title a {
color: #444;
}
#blog-home .blog-meta .blog-title a:hover {
color: #2c4cf8;
}
.full-blog-content {
padding: 20px 20px 25px;
}
.full-blog-content .blog-title {
font-size: 22px;
margin: 0 0 10px;
}
.full-blog-content .blog-title a {
color: #000;
}
.full-blog-content:hover a {
color: #2c4cf8;
}
.blog .rs-blog .blog-item {
margin-bottom: 50px;
background: #f9f9f9;
}
.blog .rs-blog .blog-item .blog-img {
position: relative;
overflow: hidden;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content {
width: 100%;
height: 100%;
top: 100%;
left: 0;
text-align: center;
z-index: 10;
padding: 0px;
opacity: 1;
-webkit-transition: 0.3s all ease-out;
transition: 0.3s all ease-out;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content:before {
content: '';
position: absolute;
left: 0;
top: 0;
opacity: 0;
height: 100%;
width: 100%;
background: #2c4cf8;
background: -moz-linear-gradient(-60deg, #2c4cf8, #fc416d);
background: -webkit-linear-gradient(-60deg, #2c4cf8, #fc416d);
background: -ms-linear-gradient(-60deg, #2c4cf8, #fc416d);
background: linear-gradient(-60deg, #2c4cf8, #fc416d);
opacity: 0.8;
z-index: -1;
-webkit-transition: .25s opacity ease;
transition: .25s opacity ease;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link {
display: inline-block;
font-size: 19px;
width: 52px;
line-height: 54px;
height: 52px;
text-align: center;
border-radius: 50%;
background: #fff;
transition: all .3s ease 0s;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
opacity: 0.75;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title {
font-size: 18px;
line-height: 22px;
font-weight: normal;
margin-top: 15px;
color: #2c4cf8;
margin-bottom: 0;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
color: #2c4cf8;
}
.blog .rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
color: #444;
}
.blog .rs-blog .blog-item .blog-img:hover .blog-img-content {
top: 0%;
}
.blog .rs-blog .blog-item .blog-img:hover .blog-img-content:before {
opacity: 1;
top: 0;
}
/* -----------------------
14. Blog Post
--------------------------*/
.rs-blog .grid-blog {
margin-top: 50px;
}
.rs-blog .blog-item {
margin-bottom: 30px;
}
.rs-blog .blog-item .blog-img {
position: relative;
margin-bottom: 0;
overflow: hidden;
}
.rs-blog .blog-item .blog-img .blog-img-content {
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 0;
text-align: center;
z-index: 10;
padding: 20px;
opacity: 0;
-webkit-transition: 0.3s all ease-out;
transition: 0.3s all ease-out;
}
.rs-blog .blog-item .blog-img .blog-img-content:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: #2c4cf8;
background: -moz-linear-gradient(-60deg, #2c4cf8, #fc416d);
background: -webkit-linear-gradient(-60deg, #2c4cf8, #fc416d);
background: -ms-linear-gradient(-60deg, #2c4cf8, #fc416d);
background: linear-gradient(-60deg, #2c4cf8, #fc416d);
opacity: 0.8;
z-index: -1;
-webkit-transition: .25s opacity ease;
transition: .25s opacity ease;
display: block;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
display: inline-block;
font-size: 19px;
width: 52px;
line-height: 54px;
height: 52px;
text-align: center;
border-radius: 50%;
background: #fff;
transition: all .3s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
background: #2c4cf8;
color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
font-size: 16px;
line-height: 22px;
font-weight: 500;
margin-top: 15px;
color: #fff;
margin-bottom: 0;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .blog-meta {
transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-meta .blog-date {
display: inline-block;
font-weight: 400;
color: #000;
font-size: 13px;
}
.rs-blog .blog-item .blog-meta .blog-date i {
color: #999;
margin-right: 5px;
font-size: 12px;
}
.rs-blog .blog-item .blog-meta .blog-lc {
float: right;
}
.rs-blog .blog-item .blog-meta .blog-lc > div {
display: inline-block;
}
.rs-blog .blog-item .blog-meta .blog-lc > div:first-child {
margin-right: 10px;
}
.rs-blog .blog-item .blog-author {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.rs-blog .blog-item .blog-author .author-img {
float: left;
}
.rs-blog .blog-item .blog-author .author-img img {
height: 70px;
width: 70px;
border-radius: 50%;
}
.rs-blog .blog-item .blog-author .author-info {
margin-left: 15px;
}
.rs-blog .blog-item .blog-author .author-info .author-name {
font-size: 15px;
margin-bottom: 0;
}
.rs-blog .blog-item .blog-author .author-info .author-title {
font-size: 12px;
}
.rs-blog .blog-item .blog-desc {
margin: 16px 0;
clear: both;
line-height: 25px;
}
.rs-blog .blog-item .blog-desc p {
margin-bottom: 0;
}
.rs-blog .blog-item .blog-button a {
color: #444;
transition: all 0.3s ease 0s;
}
.rs-blog .blog-item:hover .blog-button a {
color: #2c4cf8;
}
.rs-blog .blog-item:hover .blog-img-content {
top: 0;
opacity: 1;
}
.rs-blog .full-layout {
width: 100%;
}
.rs-blog .sidebar-none {
display: none;
}
.rs-blog .owl-nav {
display: none;
}
.comment i {
color: #999;
font-size: 12px;
}
/* ------------------------------------
22. Blog Details
---------------------------------------*/
.rs-blog-details .type-post {
background: #fafafa;
}
.rs-blog-details .type-post .single-content-full {
padding: 20px;
overflow: hidden;
}
.rs-blog-details .type-post .tag-line {
background: #f1f1f1;
padding: 20px;
font-weight: bold;
}
.rs-blog-details .type-post .tag-line a {
font-weight: 400;
}
.rs-blog-details .bs-info {
margin-bottom: 15px;
}
.rs-blog-details .ps-navigation ul {
list-style: none;
margin: 0;
}
.rs-blog-details .bs-title {
margin-top: 0px;
font-size: 22px;
line-height: 1.2;
margin-bottom: 5px;
}
.rs-blog-details .bs-meta {
font-size: 14px;
margin: 15px 0 0;
padding: 0;
}
.rs-blog-details .bs-meta li {
display: inline-block;
line-height: 10px;
margin-right: 15px;
}
.rs-blog-details .bs-meta li i {
margin-right: 5px;
color: #2c4cf8;
}
.rs-blog-details .bs-meta li a {
color: #666666;
}
.rs-blog-details .bs-meta li.category-name ul {
margin: 0;
float: left;
padding-left: 8px;
}
.rs-blog-details .bs-desc {
margin-top: 20px;
line-height: 32px;
}
.rs-blog-details .bs-desc p:last-child {
margin-bottom: 5px;
}
.rs-blog-details .blockquote {
padding-left: 30px;
border-left: 5px solid #444;
display: block;
font-size: 18px;
line-height: 1.5;
margin: 25px 0;
}
.rs-blog-details .related-post {
margin-top: 40px;
padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
margin-bottom: 10px;
font-size: 16px;
font-weight: 500;
}
.rs-blog-details .related-post .blog-title a {
color: #444;
}
.rs-blog-details .related-post .blog-title a:hover {
color: #2c4cf8;
}
.rs-blog-details .author-block {
align-items: center;
margin-top: 100px;
border: 1px solid #2c4cf8;
padding: 0 35px 35px;
text-align: center;
}
.rs-blog-details .author-block .author-img {
text-align: center;
margin-top: -60px;
}
.rs-blog-details .author-block .author-img img {
border-radius: 50%;
width: 120px;
}
.rs-blog-details .author-block .author-title {
margin: 15px 0;
font-size: 20px;
position: relative;
}
.rs-blog-details .author-block .author-title:after {
background: #2c4cf8;
content: "";
position: absolute;
left: 0;
bottom: -5px;
right: 0;
width: 120px;
height: 1px;
margin: 0 auto;
}
.rs-blog-details .author-block .author-title a {
color: #212121;
}
.rs-blog-details .author-block p {
margin-bottom: 15px;
}
.rs-blog-details .comment-respond {
margin-top: 0px;
margin-bottom: 30px;
}
.rs-blog-details .comments-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
}
.rs-blog-details #reply-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
margin-top: 18px;
}
.rs-blog-details .comment-block {
margin-top: 50px;
}
.rs-blog-details .comment-block .comment {
padding: 25px;
background: #fff;
-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
margin-bottom: 35px;
}
.rs-blog-details .comment-block .comment .comment-header {
margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-header:before,
.rs-blog-details .comment-block .comment .comment-header:after {
content: "";
display: table;
}
.rs-blog-details .comment-block .comment .comment-header:after {
clear: both;
}
.rs-blog-details .comment-block .comment img {
float: left;
margin-right: 15px;
}
.rs-blog-details .comment-block .comment h3 {
margin: 5px 0 0 0;
font-size: 16px;
line-height: 22px;
}
.rs-blog-details .comment-block .comment .comment-body p.desc {
margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-reply {
margin-bottom: 0;
}
.btm-cate {
overflow: hidden;
list-style: none;
background: #f1f1f1;
margin: 0;
padding: 20px;
}
.btm-cate li {
float: left;
margin-right: 25px;
}
.btm-cate li a {
color: #000;
}
.btm-cate li a:hover {
color: #2c4cf8;
}
.btm-cate .category-name i {
margin-right: 5px;
color: #2c4cf8;
}
.btm-cate .tag-line {
position: relative;
padding-left: 22px;
}
.btm-cate .tag-line::before {
font-family: FontAwesome;
content: "\f02b";
position: absolute;
left: 0;
top: 2px;
width: 14px;
color: #2c4cf8;
}
.comment-respond .form-field {
margin-bottom: 30px;
position: relative;
}
.comment-respond .form-field i {
position: absolute;
top: 50%;
left: 16px;
transform: translateY(-50%);
}
.comment-respond .form-field input {
width: 100%;
height: 50px;
padding: 5px 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
width: 100%;
padding: 10px 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
clear: both;
}
.comment-respond .form-submit #submit {
position: relative;
display: inline-block;
padding: 12px 30px;
line-height: normal;
background: #2c4cf8;
color: #fff;
transition: all 0.3s ease 0s;
border: none;
text-transform: uppercase;
}
.comment-respond .form-submit #submit:hover {
background: #fc416d;
color: rgba(255, 255, 255, 0.8);
}
.comments-area {
margin-top: 40px;
}
.comments-area ol.children {
padding: 0;
}
.comments-area .comment-list {
margin: 0;
padding: 0;
}
.comments-area .comment-list li.comment {
padding: 20px 20px;
background: #fff;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
margin: 20px 0;
list-style: none;
}
.comments-area .comment-list li.comment .comment-author img {
margin-right: 15px;
}
.comments-area .comment-list li.comment .comment-metadata {
margin-left: 50px;
}
.comments-area .comment-list li.comment .comment-metadata a {
color: #666666;
}
.comments-area .comment-list li.comment .comment-content {
margin-top: 20px;
}
.comments-area .comment-list li.comment .reply a {
position: relative;
padding-left: 20px;
}
.comments-area .comment-list li.comment .reply a:before {
content: "\f112";
font-family: FontAwesome;
left: 0px;
position: absolute;
top: 0;
}
.comments-area p.comment-form-author {
float: left;
width: 50%;
padding-right: 10px;
}
.comments-area p.comment-form-author label {
display: block;
}
.comments-area p.comment-form-author input {
width: 100%;
height: 50px;
padding: 5px 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area p.comment-form-email {
float: left;
width: 50%;
}
.comments-area p.comment-form-email label {
display: block;
}
.comments-area p.comment-form-email input {
width: 100%;
height: 50px;
padding: 5px 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area p.comment-form-url {
clear: both;
}
.comments-area p.comment-form-url label {
display: block;
}
.comments-area p.comment-form-url input {
width: 100%;
height: 50px;
padding: 5px 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area p.comment-form-comment {
clear: both;
}
.comments-area p.comment-form-comment label {
display: block;
}
.comments-area p.comment-form-comment textarea {
width: 100%;
height: 120px;
padding: 5px 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-area .comment-navigation {
overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
position: relative;
padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
content: "\f104";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
left: 0;
top: 1px;
color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
position: relative;
padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
content: "\f105";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
right: 0;
top: 1px;
color: #4caf50;
}
.inner-page-title {
padding-top: 70px;
}
/* ------------------------------------
23. Blog Sidebar
---------------------------------------*/
.bs-sidebar .widget-title {
background: #fc416d;
background: -moz-linear-gradient(60deg, #fc416d, #2c4cf8);
background: -webkit-linear-gradient(60deg, #fc416d, #2c4cf8);
background: -ms-linear-gradient(60deg, #fc416d, #2c4cf8);
background: linear-gradient(60deg, #fc416d, #2c4cf8);
color: #fff;
padding: 11px 10px 10px;
text-transform: uppercase;
font-size: 14px;
line-height: 14px;
}
.bs-sidebar .widget:last-child {
margin-bottom: 0;
}
.bs-sidebar .widget-title {
font-weight: 600;
margin-bottom: 25px;
}
.bs-sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.bs-sidebar ul a {
color: #666666;
transition: all 0.3s ease 0s;
}
.bs-sidebar ul a:hover {
color: #2c4cf8;
}
.bs-sidebar .bs-search {
overflow: hidden;
position: relative;
}
.bs-sidebar .bs-search input {
border: 1px solid #2c4cf8;
color: #000000;
padding: 10px;
width: 100%;
}
.bs-sidebar .bs-search button {
background: transparent;
border: medium none;
color: #2c4cf8;
padding: 8px 11px;
position: absolute;
right: 0;
top: 0;
z-index: 999;
font-size: 20px;
outline: none;
}
.bs-sidebar .bs-search label {
display: inline;
font-weight: normal;
}
.bs-sidebar .widget_categories ul,
.bs-sidebar .widget_recent_entries ul,
.bs-sidebar .widget_archive ul,
.bs-sidebar .widget_meta ul {
list-style: none;
}
.bs-sidebar .recent-post-widget .post-item {
margin-bottom: 20px;
}
.bs-sidebar .recent-post-widget .post-desc {
padding: 15px 0;
}
.bs-sidebar .recent-post-widget .post-desc a {
display: block;
font-size: 17px;
color: #444444;
transition: all 0.3s ease 0s;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
color: #2c4cf8;
}
.bs-sidebar .recent-post-widget .post-desc span {
display: block;
font-size: 13px;
color: #888;
}
.bs-sidebar .tagcloud a {
display: inline-block;
margin: 10px 3px 0px 0;
line-height: 20px;
padding: 6px 12px;
font-size: 13px !important;
text-transform: capitalize;
-webkit-transition: all .3s ease;
transition: all .3s ease;
background: #2c4cf8;
color: #fff;
border-radius: 2px;
}
.bs-sidebar .tagcloud a:hover {
background-color: #fc416d;
color: #fff;
}
.widget ul li {
position: relative;
padding: 9px 0 9px 15px;
border-top: 1px solid #f5f5f5;
}
.widget ul li:first-child {
border-top: 0;
}
.widget ul li:before {
content: "\f105";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
left: 0;
top: auto;
color: #2c4cf8;
}
.page-header {
margin: 0 0 20px;
}
.page-header h1 {
margin-top: 0;
}
.bs-search {
overflow: hidden;
position: relative;
}
.bs-search input {
border: 1px solid #2c4cf8;
color: #000000;
padding: 10px;
width: 100%;
}
.bs-search button {
background: transparent;
border: medium none;
color: #2c4cf8;
padding: 8px 11px;
position: absolute;
right: 0;
top: 0;
z-index: 999;
font-size: 20px;
outline: none;
}
.bs-search label {
display: inline;
font-weight: normal;
}
article.sticky .blog-title a {
color: #2c4cf8;
position: relative;
padding-left: 25px;
}
article.sticky .blog-title a:after {
font-family: FontAwesome;
content: "\f08d";
position: absolute;
left: 0;
top: -2px;
color: #2c4cf8;
font-size: 25px;
}
/* ------------------------------------
24. Blog Pagination
---------------------------------------*/
.pagination-area {
padding-top: 0px;
overflow: hidden;
clear: both;
text-align: center;
}
.pagination-area .pagination {
padding: 0;
}
.pagination-area .nav-links {
text-align: center;
}
.pagination-area .nav-links span.current {
padding: 5px 15px;
line-height: 40px;
background: transparent;
border: 1px solid #2c4cf8;
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease 0s;
text-align: center;
background: #2c4cf8;
color: #ffffff;
}
.pagination-area .nav-links a {
padding: 5px 15px;
line-height: 40px;
background: transparent;
border: 1px solid #2c4cf8;
color: #000000;
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease 0s;
text-align: center;
}
.pagination-area .nav-links a:hover {
background: #2c4cf8;
color: #ffffff;
}
.comment-list .pingback,
.comment-list .trackback {
list-style: none;
padding-bottom: 15px;
padding-top: 15px;
}
.rs-blog-details .bs-meta li.category-name a {
line-height: 22px;
}
li.category-name ul.post-categories {
position: relative;
float: none !important;
padding-left: 22px !important;
}
li.category-name ul.post-categories:before {
content: "\f115";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
left: 0;
top: 7px;
color: #2c4cf8;
}