/* COLORS */ @theme-white: #ffffff; @custom-blue: #3ab0e2; @custom-blue-hover: #1288b9; @custom-green: #34d293; @custom-green-hover: #069059; @theme-dark: #404040; /* MEASURES */ @normal-width: 0.2em; body.rfwbs-active { padding-bottom: 0; } /* HOMEPAGE HEADER */ // .navbar-brand { // height: 7em; // } // .navbar-inverse .navbar-nav { // li { // margin-top: 45px; // margin-right: 30px; // a { // font-size: 18px; // } // } // } // .navbar-toggle.collapsed { // margin-top: 45px; // } // .navbar-brand > img { // max-height: 5em; // } /* HOMEPAGE ABOUT US */ #content .our-team#team { background: @custom-blue; .section-header * { color: @theme-white; } .team-box { .member-details * { color: @theme-white; } .red-border-bottom:before { background: @theme-white; } .social-icons ul li a { background-color: transparent; color: @theme-white; } .social-icons .fa-behance:before { content: "\f0c1"; } .team-member:hover .details { background: @theme-dark; } } } /* HOMEPAGE TESTIMONIALS */ #content .testimonial#testimonials { background: @theme-white; .section-header * { color: @theme-dark; } .feedback-box { border: @normal-width solid @theme-dark; } } /* HOMEPAGE FOOTER */ #footer { padding: 1.5em 0; .container { .zerif-copyright-box { display: none; visibility: none; } .company-details { @media screen and (max-width: 992px) { width: 50%; } @media screen and (max-width: 705px) { width: 100%; } display: inline-flex; padding: 0; .icon-top { font-size: 1.5em; padding-right: 0.3em; line-height: 0; top: 0; bottom: 0; /* margin: auto 0; */ margin: 3px 0; img { max-height: 0.7em; width: auto; @media screen and (max-width: 705px) { height: auto; width: 0.7em; } } } .zerif-footer-address { } @media screen and (max-width: 991px) { a { font-size: 0.8em; line-height: 1.6em; } } a { font-size: 0.9em; /* line-height: 1.7em; */ } } } } /* RESET THEME */