File: /home/awaldron/_domains/waldroninteractive.com/wp-content/themes/whoiam/assets/skin-black.css
/*
This file for reset skin to black.
01. BODY
02. HELPER
03. COMPONENTS
- NAVBAR
- BUTTONS
- FORM
- PAGINATION
- TABS
04. MAIN-HEADER
05. CONTENT
- ABOUT
- SERVICES
- RESUME
- SKILLS
- PORTFOLIO
- BLOG
- CONTACT
- TESTIMONIAL
06. MAIN-FOOTER
*/
/*============================
01. BODY
============================*/
body {
background-color: #323232 !important;
color: #919191 !important;
}
/*============================
02. HELPER
============================*/
.pace .pace-progress {
background: #ffffff !important;
color: #000000 !important;
}
.block-section {
background-color: #323232 !important;
}
.block-section .color-dark {
color: #ffffff !important;
}
.bg-secondary {
background-color: #282828 !important;
}
.bg-secondary .color-dark {
color: #ffffff !important;
}
.bg-dark {
background-color: #0a0a0a !important;
}
.block-title {
border-top: 1px solid #1e1e1e !important;
border-bottom: 1px solid #1e1e1e !important;
}
.block-title .title-icon {
display: inline-block !important;
position: relative !important;
}
.block-title .title-icon:before {
background: #cdcdcd !important;
}
.block-title .title-icon:after {
background: #cdcdcd !important;
}
.block-title:before {
background: #282828 !important;
}
.shape-bottom:before {
background: #282828 !important;
border: 1px solid #1e1e1e !important;
}
.br-right {
border-right: 1px solid #1e1e1e !important;
}
.br-left {
border-left: 1px solid #1e1e1e !important;
}
.br-top {
border-top: 1px solid #1e1e1e !important;
}
.br-bottom {
border-bottom: 1px solid #1e1e1e !important;
}
.title-border {
border-top: 1px solid #1e1e1e !important;
border-bottom: 1px solid #1e1e1e !important;
}
hr {
border-top: 1px solid #1e1e1e !important;
}
.line-dash-bottom {
border-bottom: 1px dashed #1e1e1e !important;
padding-bottom: 12px !important;
}
/*============================
03. COMPONENTS
============================*/
/*============================
NAVBAR
============================*/
.menu-area {
background: #000000 !important;
background: rgba(0, 0, 0, 0.3) !important;
border-bottom: 1px solid #1e1e1e !important;
}
.menu-area .toogle-bars a {
color: #ffffff !important;
}
.menu-area .main-nav > li > a {
color: #cdcdcd !important;
}
.menu-area .main-nav > li > a:hover {
color: #ffffff !important;
outline: none !important;
}
.menu-area .main-nav > li + li:before {
color: #323232 !important;
}
.menu-area .main-nav > li.active > a {
color: #ffffff !important;
}
.menu-area.nav-white-bg {
border-bottom: 1px solid #1e1e1e !important;
background: #323232 !important;
}
.menu-area.nav-white-bg .main-nav > li > a {
color: #7d7d7d !important;
}
.menu-area.nav-white-bg .main-nav > li > a:hover {
color: #ffffff !important;
}
.menu-area.nav-white-bg .main-nav > li.active > a {
color: #ffffff !important;
}
.menu-area.nav-white-bg .main-nav > li + li:before {
color: #1e1e1e !important;
}
.menu-area.nav-fixed {
background: #323232 !important;
z-index: 100 !important;
bottom: inherit !important;
border-bottom: 1px solid #1e1e1e !important;
}
@media (min-width: 992px) {
}
@media (max-width: 992px) {
.menu-area {
border-bottom: 1px solid #1e1e1e !important;
background: #323232 !important;
}
.menu-area .main-nav > li > a {
color: #7d7d7d !important;
}
.menu-area .main-nav > li > a:hover {
color: #ffffff !important;
}
.menu-area .main-nav > li.active > a {
color: #ffffff !important;
}
.menu-area .main-nav > li + li:before {
color: #1e1e1e !important;
}
.menu-area .menu-collapse.collapse.in {
border-top: 1px solid #1e1e1e !important;
}
}
/*============================
BTNS
============================*/
.box-btn-more .btn {
color: #ffffff !important;
background: #323232 !important;
border-left: 1px solid #1e1e1e !important;
border-right: 1px solid #1e1e1e !important;
border-top: 1px solid transparent !important;
border-bottom: 1px solid transparent !important;
}
.box-btn-more .btn:hover {
border: 1px solid #1e1e1e !important;
}
.box-btn-more:before {
border-top: 1px solid #1e1e1e !important;
}
.btn-flat-solid.primary-btn {
background-color: #1e1e1e !important;
}
/*============================
FORMS
============================*/
.form-control.form-flat {
background: #323232 !important;
color: #ffffff !important;
border-color: #282828 !important;
}
.form-control.form-flat:focus {
border-color: #141414 !important;
}
/*============================
PAGINATION
============================*/
.flat-pagination > li > a,
.flat-pagination > li > span,
.flat-pagination > li > span:hover {
background-color: #1e1e1e !important;
color: #7d7d7d !important;
box-shadow: 0 0 3px rgba(255, 255, 255, 0.03) !important;
-webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.03) !important;
-moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.03) !important;
-o-box-shadow: 0 0 3px rgba(255, 255, 255, 0.03) !important;
-ms-box-shadow: 0 0 3px rgba(255, 255, 255, 0.03) !important;
border-color: #141414 !important;
}
.flat-pagination > li > a:hover {
box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) !important;
-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) !important;
-moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) !important;
-o-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) !important;
-ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) !important;
color: #7d7d7d !important;
}
.flat-pagination > .active > a,
.flat-pagination > .active > span,
.flat-pagination > .active > a:hover,
.flat-pagination > .active > span:hover,
.flat-pagination > .active > a:focus,
.flat-pagination > .active > span:focus {
background-color: #000000 !important;
border-color: #141414 !important;
}
/*============================
TABS
============================*/
.flat-nav-tabs {
background: #282828 !important;
border-top: 1px solid #1e1e1e !important;
border-left: 1px solid #1e1e1e !important;
border-right: 1px solid #1e1e1e !important;
border-bottom: 1px solid transparent !important;
}
.flat-nav-tabs > li > a,
.flat-nav-tabs > li > a:hover,
.flat-nav-tabs > li > a:focus {
border-color: #282828 !important;
background: #282828 !important;
border-bottom: 0 !important;
position: relative ;
top: 1px;
color: #ffffff !important;
}
.flat-nav-tabs > li.active > a {
position: relative;
top: 1px;
border-color: #282828 !important;
border-bottom: 0;
box-shadow: 0 -2px 0 #000000 !important;
-webkit-box-shadow: 0 -2px 0 #000000 !important;
-moz-box-shadow: 0 -2px 0 #000000 !important;
-o-box-shadow: 0 -2px 0 #000000 !important;
-ms-box-shadow: 0 -2px 0 #000000 !important;
background: #323232 !important;
}
/*============================
04. MAIN-HEADER
============================*/
.main-header .header-content-fixed:before {
background: rgba(0, 0, 0, 0.6) !important;
}
.main-header .header-content-fixed:after {
background: rgba(0, 0, 0, 0.63) !important;
}
.main-header:hover .header-content-fixed:before {
background: rgba(0, 0, 0, 0.78) !important;
}
.main-header:hover .header-content-fixed:after {
background: rgba(0, 0, 0, 0.8) !important;
}
.main-header .job {
border-bottom: 1px solid #ffffff !important;
}
.main-header .color-dark {
color: #ffffff !important;
}
.main-header .box-line {
color: #ffffff !important;
background: transparent !important;
border-color: #ffffff !important;
}
/*============================
05. CONTENT
============================*/
/*============================
ABOUT
============================*/
.my-profile .my-pict .overfly {
background: rgba(0, 0, 0, 0.6);
}
/*============================
SERVICES
============================*/
.services li .box {
border-right-color: #1e1e1e !important;
}
@media (max-width: 768px) {
.services li .box {
border-bottom-color: #1e1e1e !important;
}
}
/*============================
RESUME
============================*/
.list-employment li .ic,
.list-education li .ic {
background: #1e1e1e !important;
color: #ffffff !important;
}
.list-employment li .number,
.list-education li .number {
color: #282828 !important;
}
.list-employment li .desc,
.list-education li .desc {
border-top: 1px solid #1e1e1e !important;
border-bottom: 1px solid #1e1e1e !important;
}
.list-employment:before,
.list-education:before {
background: #1e1e1e !important;
}
@media (max-width: 768px) {
.list-employment li,
.list-education li {
background: #323232 !important;
width: 100%;
}
.list-employment li .desc,
.list-education li .desc {
border-top: 1px solid #1e1e1e !important;
border-bottom: 0;
}
.list-employment li:last-child .desc,
.list-education li:last-child .desc {
border-bottom: 1px solid #1e1e1e !important;
}
}
/*============================
SKILLS
============================*/
.list-progress li .progress-line {
background: #1e1e1e !important;
border: 1px solid #1e1e1e !important;
padding: 5px;
}
.list-progress li .progress-line .line {
background: #ffffff !important;
}
/*============================
PORTFOLIO
============================*/
.box-work {
background: #1e1e1e !important;
border: 1px solid #1e1e1e !important;
}
.box-work .work-preview .hover a.project-title {
background: rgba(255, 255, 255, 0.7);
color: #000000 !important;
}
/*============================
BLOG
============================*/
.list-blog li .box-blog {
background: #282828 !important;
border: 1px solid #1e1e1e !important;
}
.list-blog li .box-blog .blog-bg .blog-ic {
background: #1e1e1e !important;
}
.list-blog li .box-blog .blog-bg:before {
background: rgba(0, 0, 0, 0.1) !important;
}
.post-meta {
border-bottom: 1px solid #1e1e1e !important;
}
.post-meta span i {
color: #000000 !important;
}
.list-tags li a {
background: #1e1e1e !important;
color: #7d7d7d !important;
border: 1px solid #141414 !important;
}
.comments li h5 {
color: #e1e1e1 !important ;
}
.comments li .post-comment-block {
border-bottom: 1px solid #1e1e1e !important;
}
.blog-content blockquote {
color: #d7d7d7 !important;
}
/*============================
CONTACT
============================*/
.contact-area .map-area {
border-left: 1px solid #1e1e1e !important;
background: #1e1e1e !important;
}
.contact-area .map-area:before {
background: rgba(0, 0, 0, 0.7) !important;
}
/*============================
TESTIMONIAL
============================*/
.box-testimonial {
border: 1px solid #1e1e1e !important;
background: #323232 !important;
max-width: 530px;
}
.box-testimonial .img-profile {
border: 1px solid #1e1e1e !important;
background: #323232 !important;
}
.carousel-testi .carousel-indicators li {
border-color: #000000 !important;
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
-o-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
-ms-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3) !important;
background: rgba(0, 0, 0, 0.3);
}
.carousel-testi .carousel-indicators li.active,
.carousel-testi .carousel-indicators li:hover {
background: #000000 !important;
}
/*============================
06. MAIN-FOOTER
============================*/
.main-footer {
background: #1e1e1e !important;
border-top: 1px solid #000000 !important;
border-bottom: 5px solid #000000 !important;
}
.main-footer .folow-me {
background: #141414 !important;
}
.main-footer .back-to-top {
color: #7d7d7d !important;
background: #141414 !important;
}
.main-footer .back-to-top:hover,
.main-footer .back-to-top:focus {
color: #ffffff !important;
}
.main-footer:before {
background: rgba(0, 0, 0, 0.1) !important;
}
.chart .percent {
color: #fff;
}
.wpcf7 input.wpcf7-submit {
border-color: #000 !important;
background-color: #000 !important;
}
.wpcf7 input, .wpcf7 textarea {
background-color: #323232 !important;
border-color: #282828 !important;
color: #ffffff !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
border-color: #000 !important;
}
.comment-form input {
background-color: #323232;
border: 1px solid #282828 !important;
}
.comment-form textarea {
background-color: #323232;
border: 1px solid #282828 !important;
}