355 lines
8.5 KiB
CSS
355 lines
8.5 KiB
CSS
/*=== Footer ===*/
|
|
|
|
.upstudy-footer-default-wrapper {
|
|
padding: 25px 0 40px 0;
|
|
color: #ffffff;
|
|
background: var(--upstudy-heading-color);
|
|
text-align: center;
|
|
}
|
|
.upstudy-footer-default-wrapper a {
|
|
color: #ffffff;
|
|
}
|
|
.upstudy-footer-default-wrapper a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
}
|
|
.site-footer .widget .widget-title {
|
|
font-size: 18px;
|
|
color: #fff;
|
|
line-height: 28px;
|
|
margin-bottom: 25px;
|
|
}
|
|
.site-footer .widget .widget-title:after {
|
|
display: none;
|
|
}
|
|
.site-footer .widget p {
|
|
font-size: 15px;
|
|
line-height: 26px;
|
|
color: #edf0f2;
|
|
}
|
|
.site-footer .footer-bottom .widget p {
|
|
margin-bottom: 0;
|
|
}
|
|
.site-footer .widget ul li a {
|
|
font-size: 15px;
|
|
text-decoration: none;
|
|
transition: all 0.5s ease;
|
|
}
|
|
.site-footer .widget ul li a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
transition: all 0.5s ease;
|
|
}
|
|
.site-footer .widget ul.sub-menu li a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
transition: all 0.5s ease;
|
|
}
|
|
.site-footer .two-column-menu.widget ul.menu li {
|
|
padding: 4px 0 4px 14px;
|
|
list-style: none;
|
|
color: #edf0f2;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 48%;
|
|
position: relative;
|
|
transition: all 0.5s ease;
|
|
margin-bottom: 0;
|
|
}
|
|
.site-footer .widget ul.menu li {
|
|
padding: 4px 0 4px 14px;
|
|
list-style: none;
|
|
color: #edf0f2;
|
|
vertical-align: top;
|
|
position: relative;
|
|
transition: all 0.5s ease;
|
|
margin-bottom: 0;
|
|
}
|
|
.site-footer.hide-menu-icon ul.menu li:before {
|
|
display: none;
|
|
}
|
|
.site-footer.hide-menu-icon ul.menu li {
|
|
padding: 4px 0 4px 0;
|
|
}
|
|
.site-footer.hide-menu-icon .two-column-menu.widget ul.menu li {
|
|
padding: 4px 0 4px 0;
|
|
}
|
|
.site-footer .widget.widget_nav_menu ul li a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
transition: all 0.5s ease;
|
|
}
|
|
.site-footer.hide-menu-icon .widget.widget_nav_menu ul li a:hover {
|
|
margin-left: 0;
|
|
}
|
|
body .upstudy-footer .elementor-widget-container .site-footer ul.menu li a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
}
|
|
.site-footer .widget_rss .rss-date, .site-footer .widget_rss li cite {
|
|
color: #fff;
|
|
}
|
|
.site-footer .comment-author-link {
|
|
color: #fff;
|
|
}
|
|
.upstudy-entry-footer {
|
|
padding-top: 10px;
|
|
clear: both;
|
|
border-bottom: 1px solid #e0e0e0;
|
|
padding-bottom: 30px;
|
|
margin-bottom: 40px;
|
|
}
|
|
.upstudy-entry-footer .cat-links, .upstudy-entry-footer .tags-links {
|
|
font-size: 20px;
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
color: var(--upstudy-heading-color);
|
|
}
|
|
.upstudy-entry-footer .cat-links+.tags-links {
|
|
margin-top: 1em;
|
|
}
|
|
.upstudy-entry-footer .cat-links a, .upstudy-entry-footer .tags-links a {
|
|
color: var(--upstudy-meta-color);
|
|
}
|
|
.upstudy-entry-footer .cat-links a:hover, .upstudy-entry-footer .tags-links a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
}
|
|
.upstudy-entry-footer .cat-tags-links a {
|
|
transition: all 0.5s ease;
|
|
font-size: 14px;
|
|
letter-spacing: 0.1px;
|
|
font-weight: 500;
|
|
color: var(--upstudy-meta-color);
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
.upstudy-entry-footer .cat-tags-links a:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.upstudy-entry-footer .cat-tags-links span.tag-icon {
|
|
fill: var(--upstudy-meta-color);
|
|
}
|
|
.site-footer .widget .tagcloud ul li a {
|
|
color: var(--upstudy-heading-color);
|
|
}
|
|
.upstudy-entry-footer .cat-tags-links a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
transition: all 0.5s ease;
|
|
}
|
|
.upstudy-entry-footer .cat-links .icon, .upstudy-entry-footer .tags-links .icon {
|
|
color: var(--upstudy-meta-color);
|
|
left: 0;
|
|
margin-right: 0.5em;
|
|
position: absolute;
|
|
top: 2px;
|
|
}
|
|
.upstudy-entry-footer .edit-link {
|
|
display: inline-block;
|
|
float: right;
|
|
}
|
|
.upstudy-entry-footer .edit-link a.post-edit-link {
|
|
background-color: var(--upstudy-heading-color);
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
padding: 4px 20px;
|
|
}
|
|
.type-page .upstudy-entry-footer .edit-link a.post-edit-link {
|
|
margin-left: 0;
|
|
}
|
|
.upstudy-entry-footer .edit-link a.post-edit-link:hover, .upstudy-entry-footer .edit-link a.post-edit-link:focus {
|
|
background-color: var(--upstudy-primary-color);
|
|
color: var(--upstudy-heading-color);
|
|
}
|
|
.type-page .upstudy-entry-footer {
|
|
padding: 0;
|
|
}
|
|
.type-page .upstudy-entry-footer .edit-link {
|
|
float: left;
|
|
padding-top: 20px;
|
|
}
|
|
.site-footer .widget.widget_media_image img {
|
|
margin: 0;
|
|
}
|
|
.site-footer .widget a {
|
|
color: #edf0f2;
|
|
}
|
|
.site-footer .widget .upstudy-social a {
|
|
color: #edf0f2;
|
|
}
|
|
.site-footer .widget .upstudy-social a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
}
|
|
.site-footer .widget button, .site-footer .widget input[type="button"], .site-footer .widget input[type="submit"] {
|
|
background-color: var(--upstudy-primary-color);
|
|
color: var(--upstudy-heading-color);
|
|
}
|
|
.site-footer .footer-top {
|
|
background-color: var(--upstudy-heading-color);
|
|
}
|
|
.site-footer .footer-bottom {
|
|
background-color: #021d3a;
|
|
}
|
|
.site-footer .footer-top .footer-wrap {
|
|
padding: 70px 0px 60px 0px;
|
|
}
|
|
.site-footer .widget {
|
|
margin-bottom: 30px;
|
|
}
|
|
.site-footer .widget:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.page .upstudy-entry-footer {
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
@media screen and (max-width:767px) {
|
|
.site-footer .footer-top .footer-column {
|
|
margin-bottom: 30px;
|
|
}
|
|
.site-footer .footer-top .footer-wrap>*:last-child .footer-column {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.site-footer .widget ul li {
|
|
color: #edf0f2;
|
|
position: relative;
|
|
border-top: none;
|
|
border-bottom: none;
|
|
}
|
|
.site-footer .widget ul>li>ul>li {
|
|
padding-bottom: 0;
|
|
}
|
|
.site-footer .widget ul.wp-tag-cloud li:before {
|
|
display: none;
|
|
}
|
|
.site-footer .widget ul.wp-tag-cloud li:hover a {
|
|
color: var(--upstudy-heading-color);
|
|
}
|
|
.site-footer .widget ul.wp-tag-cloud li {
|
|
padding: 0;
|
|
}
|
|
@media (max-width:991.98px) {
|
|
.site-footer .sidebar-no {
|
|
display: none;
|
|
}
|
|
}
|
|
/*=== Footer calendar ===*/
|
|
|
|
.site-footer .widget table#wp-calendar th {
|
|
color: #fff;
|
|
font-size: 13px;
|
|
}
|
|
.site-footer .widget table#wp-calendar td a:hover {
|
|
color: var(--upstudy-primary-color);
|
|
}
|
|
.site-footer .widget #wp-calendar caption {
|
|
color: #fff;
|
|
}
|
|
.site-footer .widget table#wp-calendar td {
|
|
font-size: 14px;
|
|
}
|
|
.site-footer .widget #wp-calendar thead th {
|
|
padding: 0.25rem;
|
|
}
|
|
.site-footer .widget #wp-calendar tbody td {
|
|
padding: 0.125rem;
|
|
}
|
|
.site-footer .widget img.footer-logo {
|
|
width: 180px;
|
|
}
|
|
.site-footer .upstudy-row>* {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
/* ====== Social shortcode ====== */
|
|
|
|
.upstudy-social {
|
|
margin-top: -10px;
|
|
transition: all 0.5s ease;
|
|
}
|
|
.upstudy-social a.upstudy-social-icon {
|
|
border: 2px solid #021d3a;
|
|
line-height: 40px;
|
|
margin-right: 10px;
|
|
width: 40px;
|
|
height: 40px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
text-align: center;
|
|
transition: all 0.5s ease;
|
|
border-radius: 50px;
|
|
background: #021d3a;
|
|
font-size: 15px;
|
|
}
|
|
.upstudy-social a.upstudy-social-icon:hover {
|
|
border-color: var(--upstudy-heading-color);
|
|
transition: all 0.5s ease;
|
|
color: var(--upstudy-heading-color);
|
|
}
|
|
.upstudy-social a.upstudy-social-icon:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.upstudy-social a.upstudy-social-icon:last-child {
|
|
margin-left: 0;
|
|
}
|
|
.upstudy-quickinfo {
|
|
color: #fff;
|
|
margin-bottom: 3px;
|
|
}
|
|
.upstudy-quickinfo .qicon i {
|
|
margin-right: 10px;
|
|
}
|
|
/* Social nav */
|
|
|
|
.social-navigation ul {
|
|
list-style: none;
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
text-align: right;
|
|
padding-left: 0;
|
|
}
|
|
.social-navigation li {
|
|
display: inline;
|
|
transition: all 0.5s ease;
|
|
}
|
|
.social-navigation a {
|
|
-webkit-border-radius: 40px;
|
|
border-radius: 40px;
|
|
color: #edf0f2;
|
|
display: inline-block;
|
|
margin: 0 1em 0.5em 0;
|
|
text-align: center;
|
|
transition: all 0.5s ease;
|
|
}
|
|
.social-navigation a:hover, .social-navigation a:focus {
|
|
transition: all 0.5s ease;
|
|
color: var(--upstudy-primary-color);
|
|
}
|
|
.social-navigation li {
|
|
position: relative;
|
|
margin-left: 5px;
|
|
font-size: 15px;
|
|
}
|
|
.social-navigation li:before {
|
|
position: absolute;
|
|
height: 11px;
|
|
width: 1px;
|
|
background: #edf0f2;
|
|
content: "";
|
|
right: 3px;
|
|
top: 5px;
|
|
}
|
|
.social-navigation li:last-child:before {
|
|
display: none;
|
|
}
|
|
@media (max-width:576px) {
|
|
.text-right.text-ml-left {
|
|
display: none;
|
|
margin-top: 12px;
|
|
text-align: center !important;
|
|
}
|
|
.site-info {
|
|
text-align: center;
|
|
}
|
|
.upstudy-quickinfo .qicon {
|
|
margin-bottom: 0;
|
|
}
|
|
} |