Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/footer/
?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules
/* ==========================================================================
# Footer style - begin
========================================================================== */
footer {
display: block;
width: 100%;
margin: 0 auto;
z-index: 100;
position: relative;
@include edgtfBoxSizing(border-box);
.edgtf-footer-inner {
position: relative; /* for triangle back to top and ajax transitions */
}
.edgtf-container {
background-color: inherit;
}
.edgtf-container-inner {
position: relative;
}
.edgtf-container-inner > .widget{
text-align: center;
}
a {
text-decoration: none;
}
.edgtf-footer-ingrid-border-holder-outer {
background-color: #393939;
}
.edgtf-footer-top-border-holder,
.edgtf-footer-bottom-border-holder {
position: relative;
display: block;
width: 100%;
}
.edgtf-footer-top-border-holder.edgtf-in-grid,
.edgtf-footer-bottom-border-holder.edgtf-in-grid {
width: 1100px;
margin: 0 auto;
}
.edgtf-footer-top-holder {
display: block;
background-color: #19171b;
position:relative;
background-position:center center;
background-size: cover;
color: #969696;
a{
color: #969696;
}
a:hover{
color: #fff;
}
.edgtf-zig-zag-separator-holder{
margin-bottom: 18px;
}
ul li{
margin-bottom: 10px;
position: relative;
padding-left: 20px;
}
ul li:before{
content: ' ';
width: 6px;
height: 6px;
position: absolute;
left: 0;
top: 50%;
margin-top: -3px;
background-color: #444444;
}
/* #Icon list in footer -start
========================================================================== */
.edgtf-icon-list-item .edgtf-icon-list-icon-holder{
vertical-align: top;
top: 6px;
position: relative;
}
/* #Icon list in footer -end
========================================================================== */
}
.edgtf-footer-top:not(.edgtf-footer-top-full) .edgtf-container-inner {
padding: 95px 0 70px;
}
.edgtf-footer-top.edgtf-footer-top-full {
padding: 95px 105px 70px;
}
.edgtf-footer-bottom-holder {
display: table;
width: 100%;
background-color: #000000;
vertical-align: middle;
text-align: center;
height: 85px;
color: #989898;
font-size: 13px;
.edgtf-footer-bottom-holder-inner {
display: table-cell;
vertical-align: middle;
}
.edgtf-footer-bottom-full{
padding-left: 105px;
padding-right: 105px;
}
.edgtf-column-inner {
text-align: center;
vertical-align: middle;
}
.edgtf-three-columns .edgtf-column:first-child .edgtf-column-inner {
text-align: left;
}
.edgtf-three-columns .edgtf-column:last-child .edgtf-column-inner {
text-align: right;
}
.edgtf-two-columns-50-50 .edgtf-column:first-child .edgtf-column-inner {
text-align: left;
}
.edgtf-two-columns-50-50 .edgtf-column:last-child .edgtf-column-inner {
text-align: right;
}
.edgtf-footer-bottom-border-bottom-holder {
clear: both;
}
}
}
/* Footer uncover - begin
========================================================================== */
footer.edgtf-footer-uncover {
position: fixed;
bottom: 0;
left: 0;
z-index: 99;
@include edgtfTransition(left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1));
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text,
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number,
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date,
.cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea,
.cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select,
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz {
transform: none;
}
}
.edgtf-right-side-menu-opened footer.edgtf-footer-uncover {
left: -270px;
}
/* Footer uncover - end
========================================================================== */
/* Footer boxed - begin
========================================================================== */
.boxed footer {
width: 100% !important;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
}
/* Footer boxed - end
========================================================================== */
/* Footer disabled - begin
========================================================================== */
footer.edgtf-disable-footer {
display: none;
}
/* Footer disabled - end
========================================================================== */
/* Footer widgets - begin
========================================================================== */
footer .widget {
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
.edgtf-footer-widget-title {
color: #ffffff;
margin-bottom: 18px;
}
ul {
list-style: none;
}
select,
input[type="text"] {
width: 100%;
overflow: hidden;
border: 1px solid #e9e9e9;
background-color: #f6f6f5;
padding: 0 10px;
height: 35px;
outline: none;
color: #7f8385;
font-family: inherit;
@include edgtfBoxSizing(border-box);
}
}
footer .edgtf-footer-bottom-holder .widget {
.edgtf-footer-widget-title {
color: #7f8385;
}
}
/* Footer widgets - end
========================================================================== */
/* ==========================================================================
# Footer style - end
========================================================================== */