replace all mt- to sad-
This commit is contained in:
228
style.css
228
style.css
@ -1,4 +1,4 @@
|
||||
/*!
|
||||
/*!
|
||||
Theme Name: Sophia After Dark
|
||||
Author: Sophia Atkinson, Mystery Themes
|
||||
Author URI: https://sophia.wtf
|
||||
@ -599,8 +599,8 @@ Alignments
|
||||
Clearings
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.mt-clearfix:before,
|
||||
.mt-clearfix:after,
|
||||
.sad-clearfix:before,
|
||||
.sad-clearfix:after,
|
||||
.row:before,
|
||||
.row:after,
|
||||
.entry-content:before,
|
||||
@ -613,20 +613,20 @@ Clearings
|
||||
.site-content:after,
|
||||
.site-footer:before,
|
||||
.site-footer:after,
|
||||
.mt-container:after,
|
||||
.mt-container:before {
|
||||
.sad-container:after,
|
||||
.sad-container:before {
|
||||
content: '';
|
||||
display: table;
|
||||
}
|
||||
|
||||
.mt-clearfix:after,
|
||||
.sad-clearfix:after,
|
||||
.row:after,
|
||||
.entry-content:after,
|
||||
.comment-content:after,
|
||||
.site-header:after,
|
||||
.site-content:after,
|
||||
.site-footer:after,
|
||||
.mt-container:after {
|
||||
.sad-container:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@ -648,12 +648,12 @@ Clearings
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.footer-widgets-wrapper .mt-social-icon-wrap,
|
||||
.widget-area .mt-social-icon-wrap {
|
||||
.footer-widgets-wrapper .sad-social-icon-wrap,
|
||||
.widget-area .sad-social-icon-wrap {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.mt-social-icons-wrapper {
|
||||
.sad-social-icons-wrapper {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@ -1199,12 +1199,12 @@ object {
|
||||
Grid CSS
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.mt-column-wrapper {
|
||||
.sad-column-wrapper {
|
||||
margin-left: -3%;
|
||||
margin-bottom: -3%;
|
||||
}
|
||||
|
||||
.mt-column-1 {
|
||||
.sad-column-1 {
|
||||
display: inline-block;
|
||||
margin-right: -4px;
|
||||
vertical-align: top;
|
||||
@ -1213,7 +1213,7 @@ Grid CSS
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
|
||||
.mt-column-2 {
|
||||
.sad-column-2 {
|
||||
display: inline-block;
|
||||
margin-right: -4px;
|
||||
vertical-align: top;
|
||||
@ -1222,7 +1222,7 @@ Grid CSS
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
|
||||
.mt-column-3 {
|
||||
.sad-column-3 {
|
||||
display: inline-block;
|
||||
margin-right: -4px;
|
||||
vertical-align: top;
|
||||
@ -1231,7 +1231,7 @@ Grid CSS
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
|
||||
.mt-column-4 {
|
||||
.sad-column-4 {
|
||||
display: inline-block;
|
||||
margin-right: -4px;
|
||||
vertical-align: top;
|
||||
@ -1240,7 +1240,7 @@ Grid CSS
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
|
||||
.mt-column-5 {
|
||||
.sad-column-5 {
|
||||
display: inline-block;
|
||||
margin-right: -4px;
|
||||
vertical-align: top;
|
||||
@ -1581,7 +1581,7 @@ body.site-layout--boxed {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.widget .author-social .mt-social-icon-wrap {
|
||||
.widget .author-social .sad-social-icon-wrap {
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
@ -1590,12 +1590,12 @@ body.site-layout--boxed {
|
||||
background: #0B0B0B none repeat scroll 0 0;
|
||||
}
|
||||
|
||||
.mt-container {
|
||||
.sad-container {
|
||||
width: 1320px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.mt-hide {
|
||||
.sad-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -1681,11 +1681,11 @@ Header CSS
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mt-live-link {
|
||||
.sad-live-link {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.mt-live-link a {
|
||||
.sad-live-link a {
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
background: #D33;
|
||||
@ -1694,15 +1694,15 @@ Header CSS
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.mt-live-link a i {
|
||||
.sad-live-link a i {
|
||||
margin-right: 10px;
|
||||
font-size: 22px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.mt-live-link a:hover,
|
||||
.mt-live-link a:focus {
|
||||
.sad-live-link a:hover,
|
||||
.sad-live-link a:focus {
|
||||
color: #ffffff;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
|
||||
}
|
||||
@ -1736,44 +1736,44 @@ Header CSS
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.mt-header-social-wrapper,
|
||||
.mt-header-extra-icons {
|
||||
.sad-header-social-wrapper,
|
||||
.sad-header-extra-icons {
|
||||
float: left;
|
||||
width: 30%;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.mt-social-icon-wrap {
|
||||
.sad-social-icon-wrap {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mt-social-icon-wrap li {
|
||||
.sad-social-icon-wrap li {
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.mt-social-icon-wrap li a:hover {
|
||||
.sad-social-icon-wrap li a:hover {
|
||||
color: #F5A9B8;
|
||||
}
|
||||
|
||||
.mt-header-extra-icons {
|
||||
.sad-header-extra-icons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mt-header-extra-icons {
|
||||
.sad-header-extra-icons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mt-logo-row-wrapper {
|
||||
.sad-logo-row-wrapper {
|
||||
background: #0B0B0B;
|
||||
-webkit-transition: 0.3s ease;
|
||||
-o-transition: 0.3s ease;
|
||||
transition: 0.3s ease;
|
||||
}
|
||||
|
||||
.is-sticky .mt-logo-row-wrapper {
|
||||
.is-sticky .sad-logo-row-wrapper {
|
||||
background: #fff;
|
||||
z-index: 9999;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
@ -1785,11 +1785,11 @@ Header CSS
|
||||
margin: 9px 0;
|
||||
}
|
||||
|
||||
.mt-social-menu-wrapper {
|
||||
.sad-social-menu-wrapper {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.is-sticky .mt-social-menu-wrapper {
|
||||
.is-sticky .sad-social-menu-wrapper {
|
||||
background: #0B0B0B;
|
||||
z-index: 9999;
|
||||
}
|
||||
@ -1799,16 +1799,16 @@ Header CSS
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.mt-social-search-wrapper {
|
||||
.sad-social-search-wrapper {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.mt-social-wrapper {
|
||||
.sad-social-wrapper {
|
||||
float: left;
|
||||
margin: 15px 0 15px;
|
||||
}
|
||||
|
||||
.mt-follow-title {
|
||||
.sad-follow-title {
|
||||
font-weight: 700;
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
@ -1816,19 +1816,19 @@ Header CSS
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.mt-social-icon-wrap {
|
||||
.sad-social-icon-wrap {
|
||||
float: right;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mt-social-icon-wrap li {
|
||||
.sad-social-icon-wrap li {
|
||||
display: inline-block;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.mt-social-icon-wrap li a {
|
||||
.sad-social-icon-wrap li a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -1836,11 +1836,11 @@ Header CSS
|
||||
Search CSS
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.mt-menu-search {
|
||||
.sad-menu-search {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.mt-search-icon {
|
||||
.sad-search-icon {
|
||||
color: #ffffff;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
@ -1848,19 +1848,19 @@ Search CSS
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mt-search-icon a {
|
||||
.sad-search-icon a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.mt-search-icon:hover {
|
||||
.sad-search-icon:hover {
|
||||
color: #F5A9B8;
|
||||
}
|
||||
|
||||
.mt-search-icon i {
|
||||
.sad-search-icon i {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap {
|
||||
.sad-menu-search .sad-form-wrap {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@ -1878,7 +1878,7 @@ Search CSS
|
||||
transition: 0.5s ease;
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap.search-activate {
|
||||
.sad-menu-search .sad-form-wrap.search-activate {
|
||||
display: block;
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
@ -1887,7 +1887,7 @@ Search CSS
|
||||
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form {
|
||||
.sad-menu-search .sad-form-wrap .search-form {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@ -1900,7 +1900,7 @@ Search CSS
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-field {
|
||||
.sad-menu-search .sad-form-wrap .search-form .search-field {
|
||||
border: none;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 20px;
|
||||
@ -1913,11 +1913,11 @@ Search CSS
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-field:focus {
|
||||
.sad-menu-search .sad-form-wrap .search-form .search-field:focus {
|
||||
outline: 2px solid #F5A9B8;
|
||||
}
|
||||
|
||||
.mt-menu-search .mt-form-wrap .search-form .search-submit {
|
||||
.sad-menu-search .sad-form-wrap .search-form .search-submit {
|
||||
margin-top: 30px;
|
||||
padding: 16px 60px;
|
||||
background: #F5A9B8;
|
||||
@ -1930,7 +1930,7 @@ Search CSS
|
||||
transition: 0.3s ease;
|
||||
}
|
||||
|
||||
.mt-form-close {
|
||||
.sad-form-close {
|
||||
position: absolute;
|
||||
right: 40px;
|
||||
top: 30px;
|
||||
@ -1939,11 +1939,11 @@ Search CSS
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mt-form-close a {
|
||||
.sad-form-close a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mt-form-close:hover {
|
||||
.sad-form-close:hover {
|
||||
color: #F5A9B8;
|
||||
}
|
||||
|
||||
@ -2201,7 +2201,7 @@ Slider CSS
|
||||
}
|
||||
|
||||
|
||||
.front-slider-wrapper .mt-container {
|
||||
.front-slider-wrapper .sad-container {
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
}
|
||||
@ -2354,11 +2354,11 @@ Slider CSS
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .mt-single-post-wrap {
|
||||
.top-featured-post-wrap .sad-single-post-wrap {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .mt-single-post-wrap:last-child {
|
||||
.top-featured-post-wrap .sad-single-post-wrap:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@ -2370,7 +2370,7 @@ Slider CSS
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.top-featured-post-wrap .mt-post-content {
|
||||
.top-featured-post-wrap .sad-post-content {
|
||||
float: right;
|
||||
width: 68%;
|
||||
}
|
||||
@ -2424,7 +2424,7 @@ article {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.single .mt-related-posts-wrapper .entry-title {
|
||||
.single .sad-related-posts-wrapper .entry-title {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
@ -2457,33 +2457,33 @@ article {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.entry-footer .mt-readmore-btn,
|
||||
.entry-footer .sad-readmore-btn,
|
||||
.btn-wrapper a,
|
||||
.mt-readmore-btn {
|
||||
.sad-readmore-btn {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
color: #dfdfdf;
|
||||
}
|
||||
|
||||
.entry-footer .mt-readmore-btn i,
|
||||
.entry-footer .sad-readmore-btn i,
|
||||
.btn-wrapper a i,
|
||||
.mt-readmore-btn i {
|
||||
.sad-readmore-btn i {
|
||||
margin-left: 5px;
|
||||
-webkit-transition: 0.3s ease;
|
||||
-o-transition: 0.3s ease;
|
||||
transition: 0.3s ease;
|
||||
}
|
||||
|
||||
.entry-footer .mt-readmore-btn:hover,
|
||||
.entry-footer .sad-readmore-btn:hover,
|
||||
.btn-wrapper a:hover,
|
||||
.mt-readmore-btn:hover {
|
||||
.sad-readmore-btn:hover {
|
||||
color: #F5A9B8;
|
||||
}
|
||||
|
||||
.entry-footer .mt-readmore-btn:hover i,
|
||||
.entry-footer .sad-readmore-btn:hover i,
|
||||
.btn-wrapper a:hover i,
|
||||
.mt-readmore-btn:hover i {
|
||||
.sad-readmore-btn:hover i {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
@ -2595,12 +2595,12 @@ article.page .post-thumbnail::before,
|
||||
}
|
||||
|
||||
.archive-grid-post-wrapper,
|
||||
.mt-archive--masonry-style .sophia-after-dark-content-masonry {
|
||||
.sad-archive--masonry-style .sophia-after-dark-content-masonry {
|
||||
margin-left: -3%;
|
||||
}
|
||||
|
||||
.mt-archive--block-grid-style article,
|
||||
.mt-archive--masonry-style #mt-masonry article {
|
||||
.sad-archive--block-grid-style article,
|
||||
.sad-archive--masonry-style #sad-masonry article {
|
||||
display: inline-block;
|
||||
width: 47%;
|
||||
margin-left: 3%;
|
||||
@ -2608,12 +2608,12 @@ article.page .post-thumbnail::before,
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.no-sidebar.mt-archive--block-grid-style article,
|
||||
.no-sidebar.mt-archive--masonry-style #mt-masonry article {
|
||||
.no-sidebar.sad-archive--block-grid-style article,
|
||||
.no-sidebar.sad-archive--masonry-style #sad-masonry article {
|
||||
width: 30.33%;
|
||||
}
|
||||
|
||||
.mt-archive--masonry-style #mt-masonry article {
|
||||
.sad-archive--masonry-style #sad-masonry article {
|
||||
margin-right: 0;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
@ -2627,7 +2627,7 @@ Sidebar CSS
|
||||
}
|
||||
|
||||
#secondary .widget .widget-title,
|
||||
.mt-related-post-title,
|
||||
.sad-related-post-title,
|
||||
#colophon .widget .widget-title {
|
||||
margin-bottom: 15px;
|
||||
font-size: 18px;
|
||||
@ -2638,7 +2638,7 @@ Sidebar CSS
|
||||
}
|
||||
|
||||
#secondary .widget .widget-title::before,
|
||||
.mt-related-post-title:before,
|
||||
.sad-related-post-title:before,
|
||||
#colophon .widget .widget-title:before,
|
||||
.features-post-title:before {
|
||||
position: absolute;
|
||||
@ -2668,31 +2668,31 @@ Sidebar CSS
|
||||
Single CSS
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
.mt-author-box {
|
||||
.sad-author-box {
|
||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
||||
padding: 20px;
|
||||
margin-bottom: 60px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.mt-author-box:after {
|
||||
.sad-author-box:after {
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.single .mt-author-box .mt-author__avatar {
|
||||
.single .sad-author-box .sad-author__avatar {
|
||||
float: left;
|
||||
margin-right: 2%;
|
||||
width: 18%;
|
||||
}
|
||||
|
||||
.single .mt-author-box .mt-author-info {
|
||||
.single .sad-author-box .sad-author-info {
|
||||
float: left;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.single .mt-author-box .author-title {
|
||||
.single .sad-author-box .author-title {
|
||||
color: #ffffff;
|
||||
text-transform: capitalize;
|
||||
font-weight: 700;
|
||||
@ -2700,13 +2700,13 @@ Single CSS
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.single .mt-author-box .mt-author-info .mt-author-name {
|
||||
.single .sad-author-box .sad-author-info .sad-author-name {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.single .mt-author-box .mt-author-info .mt-author-name a {
|
||||
.single .sad-author-box .sad-author-info .sad-author-name a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -2774,7 +2774,7 @@ Custom Header styles
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.custom-header.has-bg-img .mt-container {
|
||||
.custom-header.has-bg-img .sad-container {
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
}
|
||||
@ -2820,7 +2820,7 @@ Custom Header styles
|
||||
display: none;
|
||||
}
|
||||
|
||||
#breadcrumb .mt-container {
|
||||
#breadcrumb .sad-container {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
@ -2845,14 +2845,14 @@ Footer CSS
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#top-footer .mt-footer-widget-wrapper {
|
||||
#top-footer .sad-footer-widget-wrapper {
|
||||
margin-left: -3%;
|
||||
}
|
||||
|
||||
#top-footer.footer-column-one .mt-footer-widget,
|
||||
#top-footer.footer-column-two .mt-footer-widget,
|
||||
#top-footer.footer-column-three .mt-footer-widget,
|
||||
#top-footer.footer-column-four .mt-footer-widget {
|
||||
#top-footer.footer-column-one .sad-footer-widget,
|
||||
#top-footer.footer-column-two .sad-footer-widget,
|
||||
#top-footer.footer-column-three .sad-footer-widget,
|
||||
#top-footer.footer-column-four .sad-footer-widget {
|
||||
display: inline-block;
|
||||
margin-left: 2.85%;
|
||||
width: 29%;
|
||||
@ -2861,15 +2861,15 @@ Footer CSS
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
|
||||
#top-footer.footer-column-one .mt-footer-widget {
|
||||
#top-footer.footer-column-one .sad-footer-widget {
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
#top-footer.footer-column-two .mt-footer-widget {
|
||||
#top-footer.footer-column-two .sad-footer-widget {
|
||||
width: 47%;
|
||||
}
|
||||
|
||||
#top-footer.footer-column-four .mt-footer-widget {
|
||||
#top-footer.footer-column-four .sad-footer-widget {
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
@ -2919,7 +2919,7 @@ Footer CSS
|
||||
float: center;
|
||||
}
|
||||
|
||||
.site-info .mt-disclaimer-text {
|
||||
.site-info .sad-disclaimer-text {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@ -2950,11 +2950,11 @@ sophia-after-dark Widget CSS
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.author-social .mt-social-icon-wrap {
|
||||
.author-social .sad-social-icon-wrap {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.author-social .mt-social-icon-wrap li a {
|
||||
.author-social .sad-social-icon-wrap li a {
|
||||
background: #212121;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@ -2965,38 +2965,38 @@ sophia-after-dark Widget CSS
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-single-post-wrap>a {
|
||||
.sad-latest-posts-wrapper .sad-single-post-wrap>a {
|
||||
float: left;
|
||||
width: 27%;
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-post-thumb {
|
||||
.sad-latest-posts-wrapper .sad-post-thumb {
|
||||
border: 1px solid #e1e1e1;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-single-post-wrap {
|
||||
.sad-latest-posts-wrapper .sad-single-post-wrap {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-single-post-wrap:last-child {
|
||||
.sad-latest-posts-wrapper .sad-single-post-wrap:last-child {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-single-post-wrap::after {
|
||||
.sad-latest-posts-wrapper .sad-single-post-wrap::after {
|
||||
clear: both;
|
||||
display: block;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-post-content {
|
||||
.sad-latest-posts-wrapper .sad-post-content {
|
||||
float: right;
|
||||
width: 67%;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-post-title a {
|
||||
.sad-latest-posts-wrapper .sad-post-title a {
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
display: block;
|
||||
@ -3004,20 +3004,20 @@ sophia-after-dark Widget CSS
|
||||
margin-bottom: -15px;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-post-title a:hover {
|
||||
.sad-latest-posts-wrapper .sad-post-title a:hover {
|
||||
color: #F5A9B8;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .entry-cat {
|
||||
.sad-latest-posts-wrapper .entry-cat {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .mt-readmore-btn {
|
||||
.sad-latest-posts-wrapper .sad-readmore-btn {
|
||||
margin: 0;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.mt-latest-posts-wrapper .tags-links {
|
||||
.sad-latest-posts-wrapper .tags-links {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -3045,15 +3045,15 @@ sophia-after-dark Widget CSS
|
||||
border-color: #F5A9B8;
|
||||
}
|
||||
|
||||
.mt-single-related-posts {
|
||||
.sad-single-related-posts {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.mt-related-posts-wrapper {
|
||||
.sad-related-posts-wrapper {
|
||||
margin-left: -3%;
|
||||
}
|
||||
|
||||
.mt-related-posts-wrapper article {
|
||||
.sad-related-posts-wrapper article {
|
||||
display: inline-block;
|
||||
margin-left: 3%;
|
||||
margin-right: -4px;
|
||||
@ -3061,14 +3061,14 @@ sophia-after-dark Widget CSS
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.mt-related-posts-wrapper article.no-thumbnail {
|
||||
.sad-related-posts-wrapper article.no-thumbnail {
|
||||
padding: 0 10px !important;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
Scroll To Top styles
|
||||
--------------------------------------------------------------*/
|
||||
#mt-scrollup {
|
||||
#sad-scrollup {
|
||||
position: fixed;
|
||||
right: 40px;
|
||||
bottom: 20px;
|
||||
@ -3090,7 +3090,7 @@ Scroll To Top styles
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
#mt-scrollup::before {
|
||||
#sad-scrollup::before {
|
||||
content: '\f178';
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
@ -3105,7 +3105,7 @@ Scroll To Top styles
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
#mt-scrollup:hover {
|
||||
#sad-scrollup:hover {
|
||||
color: #F5A9B8;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user