}

#sidebartab-item1 {
float: left;
}

#sidebartab-item2 {
float: right;
}

html[dir="rtl"] #sidebartab-item1 {
float: right;
}

html[dir="rtl"] #sidebartab-item2 {
float: left;
}


.sidebartabs-wrapper .section .widget:last-child {
display: none;
}

.activetab {
background-color: $maincolor;
}

.sidebartabs-wrapper .widget > h2 {
display: none;
}

/* Flickr
-----------------------------------------*/

.flickr_badge_image {
float: left;
margin-right: 8px;
margin-bottom: 3px;
}

/*========================================
Footer
========================================*/

#footer-wrapper {
background: $footer_bg;
color: #A1A1A1;
padding: 30px 0 0;
}

#copyr {
padding: 20px 0;
text-align: center;
}

#footer-wrapper .container > .section {
float: left;
width: 30%;
margin-right: 5%;
}

html[dir="rtl"] #footer-wrapper .container > .section {
float: right;
margin-right: 0;
margin-left: 5%;
}

#footer-right {
margin-right: 0 !important;
}

html[dir="rtl"] #footer-right {
margin-left: 0 !important;
}

#footer-wrapper .recentposts .post-image,
#footer-wrapper .random_post-image {
border: 2px solid #595959;
}

#footer-wrapper .recent-post-item,
#footer-wrapper .random-posts .post-wrapper {
border-bottom: 1px solid #4D4D4D;
}

#footer-wrapper .random-posts .post-comments:hover {
color: $maincolor;
}

#footer-wrapper .widget > h2 {
margin-bottom: 25px;
text-transform: uppercase;
color: #FFFFFF;
border-bottom: 3px solid #555;
position: relative;
text-align: center;
}

#footer-wrapper .widget > h2:before {
content: '';
width: 50%;
height: 3px;
position: absolute;
bottom: -3px;
left: 25%;
background-color: $maincolor;
}

#footer-left img {
margin-bottom: 20px;
}

#footer-wrapper .widget {
margin-bottom: 40px;
}

/* Social Icons
-----------------------------------------*/

#footer-wrapper .LinkList {
color: #fff;
}

#footer-wrapper .LinkList li {
float: left;
margin-right: 5px;
}

html[dir="rtl"] #footer-wrapper .LinkList li {
float: right;
}

#footer-wrapper .LinkList a {
display: block;
background-color: #212121;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
}

#footer-wrapper .LinkList a:hover {
background: $maincolor;
}

#footer-wrapper #BlogArchive1_ArchiveMenu {
width: 100%;
height: 35px;
}


/*================================================
Shortcodes
================================================*/

.static-page-title {
font-size: 1.5rem;
font-weight: 500;
border-bottom: 2px solid #e6e6e6;
}

.shortcodes-titles {
font-size: 1.1rem;
text-transform: capitalize;
font-weight: 500;
margin-bottom: 15px;
margin-top: 30px;
}

.shortcodes-titles:before {
content: '';
position: relative;
top: -4px;
margin-right: 6px;
display: inline-block;
width: 5px;
height: 5px;
background-color: $maincolor;
}

.dropcaps {
color: #555;
}

.dropcaps:first-letter {
float: left;
display: inline-block;
font-family: 'Roboto Slab';
font-size: 4.5rem;
line-height: 70px;
margin: 0 10px 0 0;
font-weight: 700;
color: #000;
}

blockquote {
font-family: Georgia, serif;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.5;
position: relative;
color: #606060;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -7px;
top: -20px;
color: #7a7a7a;
}

.buttons {
margin-bottom: 20px;
}

.btn {
display: inline-block;
padding: 4px 12px;
margin: 0 5px 5px 0;
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: center;
outline: none;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
background-color: #888;
color: #fff !important;
position: relative;
}

.btn.btn_large {
padding: 12px 18px;
font-size: 18px;
line-height: 26px;
}

.btn.btn_small {
padding: 2px 6px;
font-size: 11px;
line-height: 20px;
}

.orange {
background-color: orange;
}

.forestgreen {
background-color: forestgreen;
}

.dimgray {
background-color: dimgray;
}

.deeppink {
background-color: deeppink;
}

.darkorange {
background-color: darkorange;
}

.darkgreen {
background-color: darkgreen;
}
.darkmagenta {
background-color: darkmagenta;
}

.darkgoldenrod {
background-color: darkgoldenrod;
}

.cornflowerblue {
background-color: cornflowerblue;
}

.cadetblue {
background-color: cadetblue;
}

.brown {
background-color: brown;
}

.blueviolet {
background-color: blueviolet;
}

.alert {
position: relative;
padding: 15px;
margin-bottom: 20px;
color: #fff;
}

.alert.alert_green {
background-color: #7ab55c;
}

.alert.alert_blue {
background-color: #2980b9;
}

.alert.alert_red {
background-color: #e74c3c;
}

.alert.alert_yellow {
background-color: #eb8000;
}

.alert.alert_green:before {
content: '\f087';
font-family: 'fontawesome';
margin-right: 8px;
}

.alert.alert_blue:before {
content: '\f1cd';
font-family: 'fontawesome';
margin-right: 8px;
}

.alert.alert_red:before {
content: '\f00d';
font-family: 'fontawesome';
margin-right: 8px;
}

.alert.alert_yellow:before {
content: '\f071 ';
font-family: 'fontawesome';
margin-right: 8px;
}

.pullquotes {
position: relative;
font-size: 18px;
line-height: 26px;
font-weight: 600;
font-style: italic;
color: $maincolor;
}

.pullquotes.left {
float: left;
width: 30%;
margin: 10px 25px 15px 0;
}

.pullquotes.right {
float: right;
width: 30%;
margin: 10px 0 15px 25px;
}

.pullquotes.center {
display: block;
width: 100%;
text-align: center;
margin: 10px 0;
clear: both;
}

.columns .row {
margin-bottom: 25px;
}

.row {
position: relative;
margin-left: -10px;

Prev | Next
Pg.: 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 41


Back to home | File page

Subscribe | Register | Login | N