left: 0;
background-color: #5F5F5F;
padding: 6px 10px;
color: #fff;
display: inline-block;
}
.FollowByEmail .subhead {
font-size: 0.875rem;
line-height: 1.7;
margin-bottom: 15px;
}
.FollowByEmail .follow-by-email-inner .follow-by-email-address {
width: 100%;
display: block;
height: 35px;
font-size: 12px;
background-color: #f7f7f7;
padding-left: 45px;
border-bottom: 2px solid #5F5F5F;
border-top: 0;
}
html[dir="rtl"] .FollowByEmail .follow-by-email-inner .follow-by-email-address {
padding-right: 10px;
}
.follow-by-email-inner td:last-child {
position: relative;
display: block;
width: 100%;
}
.follow-by-email-inner td:last-child:before {
content: '\f1d8';
font-family: 'fontawesome';
position: absolute;
left: 37%;
top: 5px;
color: #fff;
}
html[dir="rtl"] .follow-by-email-inner td:last-child:before {
left: auto;
right: 37%;
}
.FollowByEmail .follow-by-email-inner .follow-by-email-submit {
width: 100%;
margin: 0;
border: 0;
border-radius: 2px;
-moz-border-radius: 2px;
background: #000;
background: $maincolor;
color: #fff;
cursor: pointer;
font-size: 13px;
height: 33px;
}
.follow-by-email-address:focus {
outline: 0;
background-color: #DEDEDE !important;
}
.follow-by-email-inner td:last-child:hover .follow-by-email-submit {
background-color: #000;
color: #fff;
}
.follow-by-email-inner td:last-child:hover:before {
color: #fff;
}
/* Popular Posts
-----------------------------------------*/
.PopularPosts .widget-content li {
border-bottom: 1px solid #E6E6E6;
padding: 10px 0 8px;
}
.PopularPosts .widget-content li:first-child {
padding-top: 0;
}
.PopularPosts .widget-content li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.PopularPosts .item-thumbnail {
float: none;
display: table-cell;
}
.PopularPosts .item-thumbnail img {
width: 75px;
height: 70px;
padding-right: 0 !important;
border: 2px solid #e6e6e6;
}
.PopularPosts .item-thumbnail img:hover {
border-color: $maincolor;
}
.PopularPosts .item-title {
padding-left: 13px;
display: table-cell;
vertical-align: middle;
line-height: 1.7;
font-family: 'Roboto Slab';
font-size: 0.875rem;
font-weight: 700;
text-transform: capitalize;
}
html[dir="rtl"] .PopularPosts .item-title {
padding-left: 0;
padding-right: 13px;
}
.PopularPosts .item-title a:hover {
color: $maincolor;
}
/* Tags
-----------------------------------------*/
.cloud-label-widget-content {
text-align: inherit !important;
}
.label-size {
line-height: 1.2;
text-transform: capitalize;
font-size: 0.875rem;
color: #909090;
opacity: 1;
}
.label-size a {
background-color: #f5f5f5;
display: inline-block;
padding: 10px;
margin-bottom: 4px;
margin-right: 1px;
}
.label-size:hover a {
background-color: $maincolor;
color: #fff;
}
.list-label-widget-content li a {
position: relative;
display: block;
background-color: #f7f7f7;
margin-bottom: 5px;
padding: 10px;
font-size: 0.875rem;
text-transform: capitalize;
color: #777;
}
.list-label-widget-content li a:before {
content: '';
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #E6E6E6;
position: absolute;
top: 13px;
right: 7px;
}
html[dir="rtl"] .list-label-widget-content li a:before {
right: auto;
left: 7px;
}
.list-label-widget-content li a:hover {
padding-left: 20px;
background-color: $maincolor;
color: #fff;
}
/* Random Posts
-----------------------------------------*/
.random-posts .post-wrapper {
padding: 10px 0 !important;
border-bottom: 1px solid #e6e6e6;
}
.random-posts .post-wrapper:first-child {
padding-top: 0 !important;
}
.random-posts .post-wrapper:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.random_post-image {
position: relative;
float: left;
width: 75px;
height: 70px;
margin-right: 10px;
border: 2px solid #e6e6e6;
z-index: 2;
}
html[dir="rtl"] .random_post-image {
float: right;
margin-right: 0;
margin-left: 10px;
}
.random_post-image:hover {
border-color: $maincolor !important;
}
.random_post-title {
font-family: 'Roboto Slab', serif;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.7;
text-transform: capitalize;
}
.random_post-title:hover {
color: $maincolor;
}
.random-posts .post-comments {
float: right;
font-size: 0.75rem;
margin-top: 10px;
font-weight: 700;
color: #aaa;
}
html[dir="rtl"] .random-posts .post-comments {
float: left;
}
.random-posts .post-comments:hover {
color: #000;
}
/* Recent Posts
-----------------------------------------*/
.recent-post-item {
display: table;
border-bottom: 1px solid #e6e6e6;
padding: 10px 0 !important;
}
.recent-post-item:first-child {
padding-top: 0 !important;
}
.recentposts .post-image {
position: relative;
display: table-cell;
width: 75px;
height: 70px;
border: 2px solid #e6e6e6;
z-index: 2;
}
.recentposts .post-title {
display: table-cell;
vertical-align: middle;
padding-left: 10px;
font-family: 'Roboto Slab', serif;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.7;
text-transform: capitalize;
}
html[dir="rtl"] .recentposts .post-title {
padding-left: 0;
padding-right: 10px;
}
.recentposts .heading:hover {
color: $maincolor;
}
.recentposts .post-image:hover {
border-color: $maincolor !important;
}
/* Recent & Popular Posts Tabs
-----------------------------------------*/
.sidebartabs-wrapper {
margin-bottom: 20px;
}
.sidebartabs {
position: relative;
width: 100%;
background-color: $sidebar_headers_color;
font-size: 0.875rem;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
color: #fff;
}
.sidebartab-item {
width: 50%;
text-align: center;
padding: 12px 5px;
cursor: pointer;
Back to home |
File page
Subscribe |
Register |
Login
| N