/* Table of Content
==================================================
	#General
		- Typography
	#Header
		- Text Based Logo
		- Image Based Logo
	#Navigation
	#Slider
	#Content
		- Page Heading
		- Page Content
	#Widgets
		- Base Widgets
		- Latest Post Widget
		- Contacts Info
		- Flickr
		- Tag Cloud
		- Tabbed Widget
	#Pages
		- About Us
		- 404 Error Page
		- Coming Soon
		- Contacts
	#Blog
	#Portfolio
	#Footer
		- Footer widgets
		- Copyright
*/
/*
// #General
// --------------------------------------------------
*/
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background-color: #f9f9f9;
  color: #8c8c8c;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
  overflow-x: hidden;
}
.site-wrapper {
  background-color: #f9f9f9;
  position: relative;
  transition: 0.3s;
}
body.site-layout__boxed .site-wrapper {
  margin: 0 auto;
}
@media (max-width: 991px) {
  body.site-layout__boxed .site-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  body.site-layout__boxed .site-wrapper {
    max-width: 1000px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1200px) {
  body.site-layout__boxed .site-wrapper {
    max-width: 1200px;
  }
}
body.site-layout__boxed .site-wrapper .section,
body.site-layout__boxed .site-wrapper .section-light {
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*
// #Header
// --------------------------------------------------
*/
.header {
  position: relative;
  z-index: 99;
}
.header-top {
  background: #3b363a;
  color: #8c8c8c;
  font-size: 13px;
  position: relative;
  z-index: 7;
}
.header-top .header-top-nav {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .header-top .header-top-nav {
    font-size: 10px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .header-top .header-top-nav.header-top-nav__secondary > li > a {
    width: 46px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .header-top .header-top-nav.header-top-nav__tertiary > li > a {
    text-transform: uppercase;
    letter-spacing: 0.075em;
    color: #fafafa;
    font-size: 12px;
    margin-left: -3px;
  }
  .header-top .header-top-nav.header-top-nav__tertiary > li > a .fa {
    color: #ff3200;
    margin-right: 3px;
  }
  .header-top .header-top-nav > li {
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .header-top .header-top-nav > li:last-child > a {
    border-right: 1px solid #504c4f;
  }
  .header-top .header-top-nav > li > a {
    display: inline-block;
    color: #fafafa;
    border-left: 1px solid #504c4f;
    text-decoration: none;
    padding: 11px 16px;
    transition: 0.2s;
  }
  .header-top .header-top-nav > li > a:hover,
  .header-top .header-top-nav > li > a.active {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: none;
  }
  .header-top .header-top-nav > li > a .nav-label {
    display: none;
  }
  .header-top .header-top-nav > li .fa {
    font-size: 14px;
    vertical-align: baseline;
    color: #fafafa;
  }
  .header-top .header-top-nav > li.menu-item-has-children > a {
    padding-right: 30px;
  }
  .header-top .header-top-nav > li.menu-item-has-children > a:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.2);
  }
  .header-top .header-top-nav > li:hover > ul {
    display: block;
  }
  .header-top .header-top-nav > li ul {
    padding: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    background: #3b363a;
    width: 180px;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }
  .header-top .header-top-nav > li ul > li {
    display: block;
    text-align: left;
    padding: 0;
    text-transform: none;
    font-size: 12px;
  }
  .header-top .header-top-nav > li ul > li:first-child {
    padding: 0;
  }
  .header-top .header-top-nav > li ul > li:last-child > a {
    border-radius: 0 0 4px 4px;
  }
  .header-top .header-top-nav > li ul > li:before {
    display: none;
  }
  .header-top .header-top-nav > li ul > li > a {
    display: block;
    padding: 6px 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
  }
  .header-top .header-top-nav > li ul > li > a:hover {
    background: #f6f6f6;
    color: #3b363a;
    text-decoration: none;
  }
  .header-top .header-top-nav > li ul > li > a .fa {
    color: #3b363a;
    margin-right: 5px;
  }
}
.header-top .header-top-left {
  text-align: left;
  width: 50%;
  float: left;
}
.header-top .header-top-right {
  text-align: right;
  width: 50%;
  float: right;
}
.header-top .menu-link {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
  background: rgba(255, 255, 255, 0.05);
  line-height: 32px;
  height: 32px;
  margin: 5px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  box-shadow: none;
}
.header-top .menu-link .fa {
  margin-right: 0;
  font-size: 14px;
  color: #fafafa;
}
.header-top .menu-link:hover,
.header-top .menu-link:active,
.header-top .menu-link:focus {
  background: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.header-top .menu-link:hover .fa,
.header-top .menu-link:active .fa,
.header-top .menu-link:focus .fa {
  color: #fff;
}
.site-wrapper.active-right {
  right: 200px;
}
.site-wrapper.active-left {
  left: 44px;
}
.header-top-nav {
  padding: 0;
}
@media (max-width: 991px) {
  .header-top-nav {
    background: #3b363a;
  }
}
.js .header-top-nav {
  width: 200px;
  position: absolute;
  top: 0;
}
.js .header-top-nav__tertiary {
  right: -200px;
}
.js .header-top-nav__secondary {
  left: -44px;
  width: 44px;
}
.header-top-nav li a {
  display: block;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
@media (max-width: 991px) {
  .header-top-nav li a {
    padding: 0.8em 1.2em;
  }
  .header-top-nav li a .fa {
    margin-right: 6px;
  }
  .header-top-nav li a:hover {
    background: rgba(255, 255, 255, 0.025);
    text-decoration: none;
  }
  .header-top-nav > li:first-child > a {
    border-top: none;
  }
  .header-top-nav ul {
    padding-left: 0;
    list-style: none;
  }
}
@media (min-width: 992px) {
  .menu-link {
    display: none;
  }
  .header-top-nav {
    background: none;
  }
  .js .header-top-nav {
    max-width: none;
    position: static;
    width: auto;
  }
  .site-wrapper.active-right {
    right: auto;
  }
  .site-wrapper.active-left {
    left: auto;
  }
  .header-top-nav ul {
    margin: 0;
    border: 0;
  }
  .header-top-nav li {
    display: inline-block;
  }
  .header-top-nav li a {
    border: 0;
  }
}
/* Header Main */
.header-main {
  position: relative;
  background: #fff;
}
.header-main:before,
.header-main:after {
  content: " ";
  display: table;
}
.header-main:after {
  clear: both;
}
.header-main > .container {
  position: relative;
}
@media (min-width: 992px) {
  .header-main-inner {
    width: 100%;
    display: table;
    height: 100%;
  }
}
.header-main-logo {
  padding: 18px 0;
}
@media (min-width: 992px) {
  .header-main-logo {
    padding: 26px 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    float: none;
    width: 1px;
  }
}
@media (min-width: 992px) {
  .header-main-nav {
    width: 100%;
    display: table-cell;
    height: 118px;
    text-align: right;
    vertical-align: middle;
  }
}
/* Logo */
.site-branding {
  margin: 0 50px 0 0;
  transition: 0.2s;
}
.site-branding img {
  position: relative;
  display: inline-block;
  z-index: 2;
  max-width: inherit;
}
@media (max-width: 479px) {
  .site-branding img {
    max-width: 100%;
    height: auto;
  }
}
.site-branding .site-title {
  display: inline-block;
  z-index: 2;
  font-family: 'Bitter', serif;
  font-size: 32px;
  line-height: 1.2em;
  color: #3b363a;
  font-weight: 700;
  margin: 0;
  text-transform: none;
  vertical-align: middle;
  transition: 0.2s;
}
.site-branding .site-title > a {
  color: #ff3200;
  text-decoration: none;
  display: inline-block;
}
.site-branding .site-title > a > span {
  color: #3b363a;
}
.site-branding .site-description {
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  font-style: italic;
  z-index: 2;
  display: none;
}
@media (min-width: 992px) {
  .site-branding .site-description {
    display: block;
  }
}
/*
// #Navigation
// --------------------------------------------------
*/
/* Navigation Wrapper */
/* Navigation General styles */
.flexnav {
  transition: none;
  padding-left: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  background: #3b363a;
  margin: 0 -15px;
}
.flexnav.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s ease-in-out;
}
.flexnav li {
  position: relative;
  overflow: hidden;
  /* Submenu */
}
.flexnav li a {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  padding: 10px 8px;
}
.flexnav li a .label {
  margin-left: 4px;
  vertical-align: middle;
}
.flexnav li + li {
  border-top: 1px solid #3f3f3f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.flexnav li ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.flexnav li ul li {
  position: relative;
  overflow: hidden;
}
.flexnav li ul li a {
  display: block;
  color: #fff;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
@media (min-width: 992px) {
  .flexnav {
    margin: 0;
  }
}
/* Touch Button (used for Mobile) */
.touch-button {
  position: absolute;
  z-index: 999;
  top: 1px;
  right: 0;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  /* Touch Button Active */
}
.touch-button:hover {
  cursor: pointer;
}
.touch-button .navicon {
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.touch-button .navicon:before {
  display: inline-block;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #c1c1c1;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.touch-button.active .navicon:before {
  content: "\f106";
}
/* Navigation styles - For Desktop */
@media all and (min-width: 992px) {
  .flexnav {
    overflow: visible;
    position: relative;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 0;
    list-style: none;
  }
  .flexnav.opacity {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .flexnav > li {
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    position: relative;
    border: none !important;
    transition: background 0.2s ease-in-out;
    /* Submenu */
  }
  .flexnav > li + li {
    margin-left: 5px;
  }
  .flexnav > li > a {
    color: #3b363a;
    font-size: 14px;
    text-decoration: none;
    padding: 0 14px;
    text-transform: uppercase;
    font-family: 'Bitter', serif;
    line-height: 42px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    border-radius: 3px;
    letter-spacing: 0.1em;
    transition: 0.2s;
  }
  .flexnav > li:hover > a {
    background: #f4f4f4;
  }
  .flexnav > li.active > a,
  .flexnav > li.current-menu-parent > a {
    color: #ff3200;
  }
  .flexnav > li.menu-item-has-children > a:after {
    display: inline-block;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .flexnav > li ul {
    padding-left: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 32px;
    min-width: 200px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }
  .flexnav > li ul li {
    width: 100%;
    border: none !important;
    /* Submenu 2nd Level */
  }
  .flexnav > li ul li.item-with-ul > a:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 6px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .flexnav > li ul li:last-child > a {
    border-radius: 0 0 6px 6px;
  }
  .flexnav > li ul li a {
    color: #3b363a;
    padding: 10px 20px;
    font-size: 14px;
    transition: 0.2s;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
  }
  .flexnav > li ul li a:hover {
    background: #f4f4f4;
    transition: none;
  }
  .flexnav > li ul li.active > a {
    color: #ff3200;
  }
  .flexnav > li ul li + li a {
    border-top: 1px solid #efefef;
  }
  .flexnav > li ul li > ul {
    margin-left: 100%;
    top: 0;
    margin-top: 0;
  }
  .flexnav > li ul li + li > ul {
    border-radius: 6px 6px;
  }
  .flexnav > li ul li + li > ul > li:first-child > a {
    border-radius: 6px 6px 0 0;
  }
  .flexnav > li ul.open {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 1;
  }
  .flexnav > li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav > li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
  .touch-button {
    display: none;
  }
}
/* Navigation Toggle Button */
.navbar-toggle {
  margin: 0;
  padding: 9px;
  border-radius: 2px;
  vertical-align: top;
  height: 40px;
  width: 40px;
  background: #3b363a;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 8;
}
@media (min-width: 480px) {
  .navbar-toggle {
    top: 30px;
  }
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background: #50494f;
}
.navbar-toggle .fa {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.navbar-toggle .touch-button {
  display: none;
}
/* Header Menu */
@media (min-width: 992px) {
  .header-menu-fullw .header-main > .container {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.header-menu-fullw .header-main .head-info {
  padding: 37px 0;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .header-menu-fullw .header-main .head-info {
    display: block;
    float: right;
  }
}
.header-menu-fullw .header-main .head-info .head-info-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  font-size: 14px;
}
.header-menu-fullw .header-main .head-info .head-info-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.header-menu-fullw .header-main .head-info .head-info-list > li > span {
  color: #3b363a;
  font-weight: bold;
}
.header-menu-fullw .header-main .head-info .head-info-list > li a {
  text-decoration: underline;
}
.header-menu-fullw .header-main .head-info .head-info-list > li a:hover {
  text-decoration: none;
}
.header-menu-fullw .header-main .head-info .social-links {
  text-align: right;
}
.header-menu-fullw .nav-main {
  min-height: 0;
}
@media (min-width: 992px) {
  .header-menu-fullw .nav-main {
    text-align: right;
  }
}
/*
// #Slider
// --------------------------------------------------
*/
.slider-holder {
  background: #3b363a;
}
/* Slider Box */
.hero-content-box {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 20px 0;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .hero-content-box {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .hero-content-box.hero-content-box__center {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .hero-content-box.hero-content-box__center {
    text-align: center;
    padding: 150px 0;
  }
}
@media (min-width: 1200px) {
  .hero-content-box.hero-content-box__center {
    padding: 265px 0;
  }
  .hero-content-box.hero-content-box__center .hero-content-text-inner {
    padding: 0 10%;
  }
}
@media (min-width: 992px) {
  .hero-content-box.hero-content-box__center-left {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .hero-content-box.hero-content-box__center-left .hero-content-text-inner {
    padding: 0 50% 0 0;
  }
}
@media (min-width: 992px) {
  .hero-content-box.hero-content-box__center-right {
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: right;
  }
  .hero-content-box.hero-content-box__center-right .hero-content-text-inner {
    padding: 0 0 0 50%;
  }
}
@media (min-width: 992px) {
  .hero-content-box.hero-content-bg {
    padding: 30px;
    background-color: rgba(59, 54, 58, 0.9);
  }
}
.hero-content-box .btn-block {
  padding-left: 0;
  padding-right: 0;
}
.hero-content-box .btn-primary .fa {
  margin-right: 0;
}
.hero-content-box h1 {
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-content-box h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero-content-box h1 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .hero-content-box h1 {
    font-size: 18px;
    letter-spacing: none;
  }
}
@media (min-width: 992px) {
  .hero-content-box h1 {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
  }
}
.hero-content-box .form-group {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .hero-content-box .form-group {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hero-content-box .form-group .form-control {
    border-color: #fff;
  }
}
.hero-content-box .hero-content-text,
.hero-content-box .hero-content-box-conj {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 0 60px 0;
}
.hero-content-box .hero-content-box-conj {
  padding: 0 16px;
}
.hero-content-box .alert:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero-content-box--form {
    display: flex;
    justify-content: center;
    padding: 0 8.33333333%;
  }
  .hero-content-box--form .form-group {
    padding: 0 15px;
    flex-grow: 1;
    flex-basis: 25%;
  }
  .hero-content-box--form .form-group--submit {
    flex-grow: 0;
    flex-basis: 12%;
  }
}
/*
// #Content
// --------------------------------------------------
*/
/* Page Heading */
.page-heading {
  background-color: #3b363a;
  background-image: url(../images/samples/bg1.jpg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  padding: 24px 0;
  /* Page Title */
}
.page-heading:before,
.page-heading:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}
.page-heading:before {
  bottom: -1px;
  background: #fff;
  z-index: 2;
}
.page-heading:after {
  height: 10px;
  bottom: -10px;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
}
@media (min-width: 768px) {
  .page-heading {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .page-heading {
    padding: 72px 0;
  }
}
.page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.page-heading h1 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .page-heading h1 {
    font-size: 18px !important;
  }
}
.page-content {
  padding-top: 64px;
  padding-bottom: 64px;
}
.page-content > .container .section:last-child {
  margin-bottom: -64px !important;
}
.page-content > .container .section-nomargin:first-child {
  margin-top: -64px !important;
}
.no-results .page-content {
  padding-top: 0;
}
.page-content--no-top-padding {
  padding-top: 0;
}
.page-content--no-bottom-padding {
  padding-bottom: 0;
}
.section-dark {
  margin: 70px -50% 70px -50%;
  padding: 55px 50% 60px 50%;
  background: #3b363a;
  overflow: hidden;
}
.section-light {
  margin: 70px -50% 70px -50%;
  padding: 55px 50% 60px 50%;
  background: #f3f3f3;
  overflow: hidden;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.section-bottom {
  margin-bottom: -64px !important;
}
.section {
  margin: 0 -50%;
  padding: 75px 50%;
  background-image: url(../../images/section-bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #fafafa;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.section-nomargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.section-overlay__yes {
  position: relative;
}
.section-overlay__yes:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-overlay__yes.section-overlay-color__dark,
.section-overlay__yes.section-overlay-color__primary,
.section-overlay__yes.section-overlay-color__secondary {
  color: #fff;
}
.section-overlay__yes.section-overlay-color__dark .circle-text {
  color: #fff;
}
.section-overlay__yes.section-overlay-color__dark:before {
  background: #454545;
}
.section-overlay__yes.section-overlay-color__light:before {
  background: #fff;
}
.section-overlay__yes.section-overlay-color__primary:before {
  background: #ff3200;
}
.section-overlay__yes.section-overlay-color__secondary:before {
  background: #00adef;
}
.section-overlay__yes .section-inner {
  position: relative;
  z-index: 2;
}
.section-overlay__yes.section-overlay_opacity-25:before {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.section-overlay__yes.section-overlay_opacity-50:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.section-overlay__yes.section-overlay_opacity-75:before {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/*
// #Widgets
// --------------------------------------------------
*/
.widget img {
  max-width: 100%;
  height: auto;
}
.widget__sidebar {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .widget__sidebar {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  aside.col-md-pull-8 .widget__sidebar {
    padding-left: 0;
    padding-right: 20px;
  }
}
.widget__sidebar .widget-title {
  position: relative;
  padding-left: 40px;
  padding-top: 2px;
}
.widget__sidebar .widget-title:before {
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ff3200;
  text-align: center;
  border-radius: 50%;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget__sidebar > ul,
.widget__sidebar .widget-content,
.widget__sidebar .calendar_wrap,
.widget__sidebar .textwidget,
.widget__sidebar .tagcloud {
  background: #efefef;
  padding: 30px !important;
  border-radius: 3px;
}
/* Base Widgets */
.widget_archive ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_lc_taxonomy ul,
.widget_clean_login_widget ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.widget_lc_taxonomy ul li,
.widget_clean_login_widget ul li {
  padding: 6px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before,
.widget_product_categories ul li:before,
.widget_lc_taxonomy ul li:before,
.widget_clean_login_widget ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ff3200;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_archive ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_meta ul li.current-menu-item > a,
.widget_pages ul li.current-menu-item > a,
.widget_recent_comments ul li.current-menu-item > a,
.widget_recent_entries ul li.current-menu-item > a,
.widget_categories ul li.current-menu-item > a,
.widget_product_categories ul li.current-menu-item > a,
.widget_lc_taxonomy ul li.current-menu-item > a,
.widget_clean_login_widget ul li.current-menu-item > a {
  color: #3b363a;
}
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_lc_taxonomy ul li a:hover,
.widget_clean_login_widget ul li a:hover {
  text-decoration: none;
  color: #3b363a;
}
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
.widget_lc_taxonomy ul ul,
.widget_clean_login_widget ul ul {
  margin-top: 1em;
  margin-bottom: -0.5em;
}
.widget_archive ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li,
.widget_categories ul ul li,
.widget_product_categories ul ul li,
.widget_lc_taxonomy ul ul li,
.widget_clean_login_widget ul ul li {
  border-bottom: none;
  border-top: 1px solid #dfdfdf;
}
.widget_archive ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li:last-child,
.widget_recent_entries ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_product_categories ul ul li:last-child,
.widget_lc_taxonomy ul ul li:last-child,
.widget_clean_login_widget ul ul li:last-child {
  border-bottom: none;
}
.widget_recent_comments ul li:before {
  content: "\f075";
}
/* Widget :: Categories */
.widget_categories.widget__sidebar .widget-title:before {
  content: "\f07c";
}
.widget_categories ul > li {
  text-align: right;
  overflow: hidden;
}
.widget_categories ul > li > a {
  float: left;
}
/* Widget :: Text */
.widget_text.widget__sidebar .widget-title:before {
  content: "\f0f6";
}
/* Widget :: Recent Comments */
.widget_recent_comments.widget__sidebar .widget-title:before {
  content: "\f075";
}
/* Widget :: Recent Entries */
.widget_recent_entries.widget__sidebar .widget-title:before {
  content: "\f044";
}
/* Widget :: Archive */
.widget_archive.widget__sidebar .widget-title:before {
  content: "\f187";
}
/* Widget :: Meta */
.widget_meta.widget__sidebar .widget-title:before {
  content: "\f007";
}
/* Widget :: Pages */
.widget_pages.widget__sidebar .widget-title:before {
  content: "\f0c5";
}
/* Widget :: Latest Post Widget */
.widget.latest-posts-widget.widget__sidebar .widget-title:before {
  content: "\f1ea";
}
.widget .latest-posts-list {
  padding-left: 0;
  list-style: none;
}
.widget .latest-posts-list > li {
  overflow: hidden;
}
.widget .latest-posts-list > li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dfdfdf;
}
.widget .latest-posts-list > li .post-content-inner {
  overflow: hidden;
}
.widget .latest-posts-list .thumbnail {
  float: left;
  margin: 0 20px 0 0;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50% !important;
  width: 66px;
  height: 66px;
}
.widget .latest-posts-list .thumbnail a:before {
  border-radius: 50% !important;
}
.widget .latest-posts-list .thumbnail img {
  border-radius: 50% !important;
  margin: 0;
}
.widget .latest-posts-list .title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}
.widget .latest-posts-list .title > a {
  padding-top: 0.4em;
  border-bottom: 1px solid transparent;
}
.widget .latest-posts-list .title > a:hover {
  color: #ff3200;
  text-decoration: none;
  border-bottom: 1px solid #ff3200;
  transition: all 0.2s ease-in-out;
}
.widget .latest-posts-list .date {
  display: block;
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget .post-item-holder {
  overflow: hidden;
}
.widget.widget__footer .latest-posts-list > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.widget.widget__footer .title > a {
  color: #d8d8d8;
}
.widget.widget__footer .title > a:hover {
  color: #ff3200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/* Widget :: Contacts Info */
.widget_contacts .contacts-info-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_contacts .contacts-info-list > li {
  position: relative;
  padding-left: 50px;
  min-height: 32px;
  display: table;
}
.widget_contacts .contacts-info-list > li + li {
  margin-top: 22px;
}
.widget_contacts .contacts-info-list > li .info-item {
  display: table-cell;
  vertical-align: middle;
}
.widget_contacts .contacts-info-list > li > .fa {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3b363a;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.section.dark .widget_contacts .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.1);
}
.widget_contacts .contacts-info-list > li a {
  transition: none;
}
.widget_contacts .contacts-info-list > li a:hover {
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.widget_contacts.widget__footer .contacts-info-list > li > .fa {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.widget_contacts.widget__footer .contacts-info-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.widget_contacts.widget__footer .contacts-info-list > li a:hover {
  text-decoration: none;
  color: #ff3200;
}
/* Widget :: Flickr */
.widget_flickr {
  overflow: hidden;
}
.widget_flickr.widget__sidebar .widget-title:before {
  content: "\f16e";
}
.widget_flickr .flickr-feed {
  padding-left: 0;
  list-style: none;
  margin-right: -15px;
  overflow: hidden;
}
.widget_flickr .flickr-feed > li {
  float: left;
  margin: 0 0 15px 0;
  width: 33.3%;
  padding-right: 15px;
}
@media (min-width: 400px) {
  .widget_flickr .flickr-feed > li {
    width: 25%;
  }
}
@media (min-width: 620px) {
  .widget_flickr .flickr-feed > li {
    width: 16.66%;
  }
}
@media (min-width: 992px) {
  .widget_flickr .flickr-feed > li {
    width: 33.3%;
  }
}
.widget_flickr .flickr-feed > li > a {
  display: block;
  border-radius: 6px;
  position: relative;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0 solid transparent;
  border-radius: 6px;
  transition: 0.2s;
}
.widget_flickr .flickr-feed > li > a:hover:before {
  border: 4px solid #ff3200;
}
.widget_flickr .flickr-feed > li > a img {
  width: 100%;
  height: auto;
  transition: 0.2s;
  border-radius: 3px;
}
.widget_flickr .flickr-feed > li > a img:hover {
  transition: 0.2s;
}
/* Widget :: Tag Cloud & WooCommerce Tags */
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  overflow: hidden;
  margin-bottom: -8px;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 3px;
  margin: 0 4px 8px 0;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.05em;
  transition: 0.2s;
}
.footer-widgets .widget_tag_cloud .tagcloud a,
.footer-widgets .widget_product_tag_cloud .tagcloud a {
  border-color: rgba(255, 255, 255, 0.1);
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  background: #ff3200;
  color: #fff;
  text-decoration: none;
  transition: none;
}
.widget_tag_cloud.widget__sidebar .widget-title:before,
.widget_product_tag_cloud.widget__sidebar .widget-title:before {
  content: "\f02c";
}
.widget_tag_cloud.widget__sidebar .tagcloud a,
.widget_product_tag_cloud.widget__sidebar .tagcloud a {
  color: #3b363a;
  background: #e1e1e1;
}
.widget_tag_cloud.widget__sidebar .tagcloud a:hover,
.widget_product_tag_cloud.widget__sidebar .tagcloud a:hover {
  background: #ff3200;
  color: #fff;
}
.widget_tag_cloud.widget__footer .tagcloud a,
.widget_product_tag_cloud.widget__footer .tagcloud a {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.widget_tag_cloud.widget__footer .tagcloud a:hover,
.widget_product_tag_cloud.widget__footer .tagcloud a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* Widget :: Tabbed */
.tabbed-widget .tabs .tab-content {
  padding: 15px;
}
@media (max-width: 1199px) {
  .tabbed-widget .tabs .nav-tabs > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.tabbed-widget .tabs .nav-tabs > li > a .fa {
  margin-right: 0;
}
.tabbed-widget.widget__footer .tabs .nav-tabs > li > a {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.tabbed-widget.widget__footer .tabs .nav-tabs > li.active > a:before {
  background: none;
}
.tabbed-widget.widget__footer .tabs .tab-content {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
/* Widget :: Newsletter */
.footer-widgets .widget_mc4wp_form_widget input[type="text"],
.footer-widgets .widget_mc4wp_form_widget input[type="email"] {
  background: #2e2e2e;
  border-color: rgba(255, 255, 255, 0.3);
}
.footer-widgets .widget_mc4wp_form_widget input[type="text"]::-moz-placeholder,
.footer-widgets .widget_mc4wp_form_widget input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
}
.footer-widgets .widget_mc4wp_form_widget input[type="text"]:-ms-input-placeholder,
.footer-widgets .widget_mc4wp_form_widget input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.footer-widgets .widget_mc4wp_form_widget input[type="text"]::-webkit-input-placeholder,
.footer-widgets .widget_mc4wp_form_widget input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.footer-widgets .widget_mc4wp_form_widget input[type="text"]:focus,
.footer-widgets .widget_mc4wp_form_widget input[type="email"]:focus {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.footer-widgets .widget_mc4wp_form_widget input[type="text"]:focus,
.footer-widgets .widget_mc4wp_form_widget input[type="email"]:focus {
  color: rgba(255, 255, 255, 0.9);
}
.footer-widgets .widget_mc4wp_form_widget button[type="submit"] {
  text-transform: none;
}
.widget_mc4wp_form_widget .form-group {
  margin-bottom: 20px;
}
.widget_mc4wp_form_widget .mc4wp-alert {
  margin: 20px 0 0 0;
}
.widget_mc4wp_form_widget .mc4wp-alert > p {
  margin-bottom: 0;
}
/* Widget :: Recent Jobs & Featured Jobs */
.widget_recent_jobs ul.job_listings,
.widget_featured_jobs ul.job_listings {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #dfdfdf;
  margin: 0 -5px;
}
.footer-widgets .widget_recent_jobs ul.job_listings,
.footer-widgets .widget_featured_jobs ul.job_listings {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.widget_recent_jobs ul.job_listings > li.job_listing,
.widget_featured_jobs ul.job_listings > li.job_listing {
  border-bottom: 1px solid #dfdfdf;
}
.footer-widgets .widget_recent_jobs ul.job_listings > li.job_listing,
.footer-widgets .widget_featured_jobs ul.job_listings > li.job_listing {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.widget_recent_jobs ul.job_listings > li.job_listing > a,
.widget_featured_jobs ul.job_listings > li.job_listing > a {
  text-decoration: none;
  color: #8c8c8c;
  padding: 1em 8px;
  display: block;
}
.widget_recent_jobs ul.job_listings > li.job_listing > a:hover,
.widget_featured_jobs ul.job_listings > li.job_listing > a:hover {
  background: #fff;
}
.widget_recent_jobs ul.job_listings > li.job_listing > a img.company_logo,
.widget_featured_jobs ul.job_listings > li.job_listing > a img.company_logo {
  border-radius: 50%;
  position: static !important;
}
.widget_recent_jobs ul.job_listings > li.job_listing > a .position,
.widget_featured_jobs ul.job_listings > li.job_listing > a .position {
  overflow: hidden;
}
.widget_recent_jobs ul.job_listings > li.job_listing > a .position h3,
.widget_featured_jobs ul.job_listings > li.job_listing > a .position h3 {
  font-size: 1em;
  margin-bottom: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-widgets .widget_recent_jobs ul.job_listings > li.job_listing > a .position h3,
.footer-widgets .widget_featured_jobs ul.job_listings > li.job_listing > a .position h3 {
  color: #fff;
}
.widget_recent_jobs ul.job_listings > li.job_listing > a:hover .position h3,
.widget_featured_jobs ul.job_listings > li.job_listing > a:hover .position h3 {
  color: #3b363a;
}
.widget_recent_jobs ul.job_listings > li.job_listing.job_position_featured > a,
.widget_featured_jobs ul.job_listings > li.job_listing.job_position_featured > a {
  background: #ffc74d;
}
.widget_recent_jobs ul.job_listings > li.job_listing.job_position_featured > a:hover,
.widget_featured_jobs ul.job_listings > li.job_listing.job_position_featured > a:hover {
  background: #ffb71a;
}
.widget_recent_jobs ul.job_listings > li.job_listing.job_position_featured > a .meta > li,
.widget_featured_jobs ul.job_listings > li.job_listing.job_position_featured > a .meta > li {
  color: #fff;
}
.widget_recent_jobs ul.job_listings > li.job_listing.job_position_featured > a .meta > li:before,
.widget_featured_jobs ul.job_listings > li.job_listing.job_position_featured > a .meta > li:before {
  color: #fff;
}
.widget_recent_jobs ul.job_listings > li.job_listing .meta,
.widget_featured_jobs ul.job_listings > li.job_listing .meta {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  overflow: hidden;
}
.widget_recent_jobs ul.job_listings > li.job_listing .meta > li,
.widget_featured_jobs ul.job_listings > li.job_listing .meta > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.widget_recent_jobs ul.job_listings > li.job_listing .meta > li,
.widget_featured_jobs ul.job_listings > li.job_listing .meta > li {
  font-size: 12px !important;
  padding: 0;
}
.widget_recent_jobs ul.job_listings > li.job_listing .meta > li:before,
.widget_featured_jobs ul.job_listings > li.job_listing .meta > li:before {
  content: "•";
  margin: 0 8px 0 0;
  color: #8c8c8c;
  font-size: 10px;
}
.widget_recent_jobs ul.job_listings > li.job_listing .meta > li:after,
.widget_featured_jobs ul.job_listings > li.job_listing .meta > li:after {
  display: none;
}
.widget_recent_jobs ul.job_listings > li.job_listing .meta > li:first-child:before,
.widget_featured_jobs ul.job_listings > li.job_listing .meta > li:first-child:before {
  content: "";
  display: none;
}
.widget_recent_jobs ul.job_listings > li.job_listing .location,
.widget_featured_jobs ul.job_listings > li.job_listing .location {
  color: #ff3200;
}
.widget_recent_jobs ul.job_listings > li.job_listing .job-type,
.widget_featured_jobs ul.job_listings > li.job_listing .job-type {
  color: #ff3200;
}
/* Widget :: Recent Resumes & Features Resumes */
.widget_recent_resumes ul.resumes,
.widget_featured_resumes ul.resumes {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #dfdfdf;
  margin: 0 -5px;
}
.footer-widgets .widget_recent_resumes ul.resumes,
.footer-widgets .widget_featured_resumes ul.resumes {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.widget_recent_resumes ul.resumes > li.resume,
.widget_featured_resumes ul.resumes > li.resume {
  border-bottom: 1px solid #dfdfdf;
}
.footer-widgets .widget_recent_resumes ul.resumes > li.resume,
.footer-widgets .widget_featured_resumes ul.resumes > li.resume {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.widget_recent_resumes ul.resumes > li.resume > a,
.widget_featured_resumes ul.resumes > li.resume > a {
  text-decoration: none;
  color: #8c8c8c;
  padding: 1em 8px;
  display: block;
}
.widget_recent_resumes ul.resumes > li.resume > a:hover,
.widget_featured_resumes ul.resumes > li.resume > a:hover {
  background: #fff;
}
.widget_recent_resumes ul.resumes > li.resume > a img.candidate_photo,
.widget_featured_resumes ul.resumes > li.resume > a img.candidate_photo {
  border-radius: 50%;
  position: static !important;
}
.widget_recent_resumes ul.resumes > li.resume > a .candidate,
.widget_featured_resumes ul.resumes > li.resume > a .candidate {
  overflow: hidden;
}
.widget_recent_resumes ul.resumes > li.resume > a .candidate h3,
.widget_featured_resumes ul.resumes > li.resume > a .candidate h3 {
  font-size: 1em;
  margin-bottom: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-widgets .widget_recent_resumes ul.resumes > li.resume > a .candidate h3,
.footer-widgets .widget_featured_resumes ul.resumes > li.resume > a .candidate h3 {
  color: #fff;
}
.widget_recent_resumes ul.resumes > li.resume > a:hover .candidate h3,
.widget_featured_resumes ul.resumes > li.resume > a:hover .candidate h3 {
  color: #3b363a;
}
.widget_recent_resumes ul.resumes > li.resume.resume_featured > a,
.widget_featured_resumes ul.resumes > li.resume.resume_featured > a {
  background: #ffc74d;
}
.widget_recent_resumes ul.resumes > li.resume.resume_featured > a:hover,
.widget_featured_resumes ul.resumes > li.resume.resume_featured > a:hover {
  background: #ffb71a;
}
.widget_recent_resumes ul.resumes > li.resume.resume_featured > a .meta > li,
.widget_featured_resumes ul.resumes > li.resume.resume_featured > a .meta > li {
  color: #fff;
}
.widget_recent_resumes ul.resumes > li.resume.resume_featured > a .meta > li:before,
.widget_featured_resumes ul.resumes > li.resume.resume_featured > a .meta > li:before {
  color: #fff;
}
.widget_recent_resumes ul.resumes > li.resume.resume_featured > a .meta > li.candidate-location,
.widget_featured_resumes ul.resumes > li.resume.resume_featured > a .meta > li.candidate-location {
  color: #fff;
}
.widget_recent_resumes ul.resumes > li.resume .meta,
.widget_featured_resumes ul.resumes > li.resume .meta {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  overflow: hidden;
}
.widget_recent_resumes ul.resumes > li.resume .meta > li,
.widget_featured_resumes ul.resumes > li.resume .meta > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.widget_recent_resumes ul.resumes > li.resume .meta > li,
.widget_featured_resumes ul.resumes > li.resume .meta > li {
  font-size: 12px !important;
  padding: 0;
}
.widget_recent_resumes ul.resumes > li.resume .meta > li:before,
.widget_featured_resumes ul.resumes > li.resume .meta > li:before {
  content: "•";
  margin: 0 8px 0 0;
  color: #8c8c8c;
  font-size: 10px;
}
.widget_recent_resumes ul.resumes > li.resume .meta > li:after,
.widget_featured_resumes ul.resumes > li.resume .meta > li:after {
  display: none;
}
.widget_recent_resumes ul.resumes > li.resume .meta > li:first-child:before,
.widget_featured_resumes ul.resumes > li.resume .meta > li:first-child:before {
  content: "";
  display: none;
}
.widget_recent_resumes ul.resumes > li.resume .meta > li.candidate-location,
.widget_featured_resumes ul.resumes > li.resume .meta > li.candidate-location {
  color: #ff3200;
}
/* Widget :: Calendar */
.widget_calendar.widget__sidebar .widget-title:before {
  content: "\f073";
}
#wp-calendar {
  width: 100%;
  background: none;
}
#wp-calendar caption {
  margin-bottom: 15px;
  text-align: center;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  border: none !important;
}
#wp-calendar tbody td {
  text-align: center;
  padding: 8px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
}
#wp-calendar tbody td:hover {
  background: #fff;
  color: #ff3200;
}
#wp-calendar tbody td:hover a {
  color: #ff3200;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tbody .pad:hover {
  background: none;
}
#wp-calendar tfoot td {
  border: none;
  padding-bottom: 0;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
/* Widget :: RSS */
.widget_rss.widget__sidebar .widget-title:before {
  content: "\f09e";
}
.widget_rss.widget__sidebar .widget-title .rss-widget-icon {
  display: none;
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss ul > li + li {
  padding-top: 20px;
}
.widget_rss ul > li .rsswidget {
  display: block;
}
.widget_rss ul > li cite {
  float: none;
  display: block;
  text-align: right;
  padding-top: 5px;
}
.widget_rss ul > li cite:before {
  display: none;
}
.widget_rss ul > li cite:after {
  display: none;
}
.widget_rss ul > li .rss-date {
  display: block;
  font-size: 12px;
}
.widget_rss ul > li .rssSummary {
  padding-top: 10px;
}
.widget_rss.widget__footer cite {
  color: #fff;
}
/*
// #Page :: About Us
// --------------------------------------------------
*/
/* Team Grid */
.team-grid {
  overflow: hidden;
  margin-bottom: -20px;
}
.team-grid .team-item {
  margin-bottom: 40px;
}
.team-grid .team-item .team-item-inner {
  background: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
}
.team-grid .team-item .team-item-inner:before,
.team-grid .team-item .team-item-inner:after {
  content: " ";
  display: table;
}
.team-grid .team-item .team-item-inner:after {
  clear: both;
}
.team-grid .team-item .team-thumb {
  position: relative;
  margin: 0;
}
.team-grid .team-item .team-thumb .team-img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  transition: 0.2s;
}
@media (min-width: 321px) and (max-width: 992px) {
  .team-grid .team-item .team-thumb {
    float: left;
    margin-right: 20px;
    max-width: 30%;
  }
}
.team-grid .team-item .team-thumb:hover .team-img {
  opacity: 0.7;
}
.team-grid .team-item .team-social {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  padding: 10px 0 0 0;
  margin: 0;
}
.team-grid .team-item .team-social > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.team-grid .team-item .team-social > li {
  padding: 0;
}
.team-grid .team-item .team-social > li > a .fa {
  margin: 0 3px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #efefef;
  color: #3b363a;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  transition: 0.3s;
}
.team-grid .team-item .team-social > li > a:hover .fa {
  color: #ff3200;
}
.team-grid .team-item .team-body {
  padding: 20px 20px 20px 20px;
}
.team-grid .team-item .team-body .team-body-info {
  color: #b4b8be;
  display: block;
  padding-bottom: 5px;
}
.team-grid .team-item .team-body .team-name {
  margin-bottom: 0.1em;
}
/* Team Member */
.team-single-head {
  padding-bottom: 10px;
}
.team-single-head h2 {
  margin-bottom: 0.3em;
}
.single-team-thumbnail {
  width: 100%;
}
/*
// #Page :: 404 Error Page
// --------------------------------------------------
*/
.error-title {
  font-size: 110px;
  color: #ff3200;
  text-transform: uppercase;
  margin: 0 0 0.3em 0;
}
@media (min-width: 992px) {
  .error-title {
    font-size: 220px;
  }
}
.search-form .btn .fa {
  margin-right: 0;
}
.googlemap-wrapper,
.gjm-map-wrapper,
.grm-map-wrapper {
  position: relative;
  margin: 0 0 50px 0;
  padding: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  vertical-align: top;
}
.job_listings .gjm-map-wrapper,
.resumes .grm-map-wrapper {
  margin-bottom: 15px;
}
.googlemap-wrapper img,
.gjm-map-wrapper img,
.grm-map-wrapper img {
  max-width: none !important;
}
.map-canvas {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .map-canvas {
    margin-bottom: 0;
    height: 390px;
  }
}
.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #3b363a;
  content: '\f110';
  text-align: center;
  font-size: 20px;
  font-family: 'FontAwesome';
  line-height: 30px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
// #Blog
// --------------------------------------------------
*/
.post,
.search .hentry {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
  text-align: left;
}
@media (min-width: 992px) {
  .post.post__with-date-left .entry-header,
  .search .hentry.post__with-date-left .entry-header,
  .post.post__with-date-left .excerpt,
  .search .hentry.post__with-date-left .excerpt,
  .post.post__with-date-left .entry-footer,
  .search .hentry.post__with-date-left .entry-footer,
  .post.post__with-date-left .entry-content,
  .search .hentry.post__with-date-left .entry-content,
  .post.post__with-date-left .entry-thumb-wrapper,
  .search .hentry.post__with-date-left .entry-thumb-wrapper {
    padding: 0 0 0 120px;
  }
}
.post.post__with-date-left .entry-author,
.search .hentry.post__with-date-left .entry-author {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  border-radius: 50%;
  text-align: center;
}
.post.post__with-date-left .entry-author a:hover,
.search .hentry.post__with-date-left .entry-author a:hover {
  text-decoration: none;
}
.post.post__with-date-left .entry-author img,
.search .hentry.post__with-date-left .entry-author img {
  border-radius: 50%;
  border: 3px solid #efefef;
  display: block;
  margin-bottom: 7px;
}
.post.post__with-date-left .entry-author .author-name,
.search .hentry.post__with-date-left .entry-author .author-name {
  display: block;
  font-size: 12px;
  color: #3b363a;
  text-transform: uppercase;
  font-family: 'Bitter', serif;
}
.post.post__with-date-left.sticky,
.search .hentry.post__with-date-left.sticky {
  background: #efefef;
  border-bottom: none;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 6px;
}
.post .entry-header,
.search .hentry .entry-header {
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}
.post .entry-header h3,
.search .hentry .entry-header h3 {
  margin-bottom: 0.25em;
}
.post .entry-header h3 > a,
.search .hentry .entry-header h3 > a {
  color: #3b363a;
}
.post .entry-header h3 > a:hover,
.search .hentry .entry-header h3 > a:hover {
  text-decoration: none;
  color: #ff3200;
}
.post .entry-meta,
.search .hentry .entry-meta {
  font-size: 12px;
}
.post .entry-meta > span,
.search .hentry .entry-meta > span {
  padding: 4px 12px 0 0;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  font-style: italic;
  font-size: 12px;
}
.post .entry-meta > span .fa,
.search .hentry .entry-meta > span .fa,
.post .entry-meta > span .entypo,
.search .hentry .entry-meta > span .entypo {
  font-size: 14px;
  color: #3b363a;
  margin-right: 4px;
}
.post .entry-meta a,
.search .hentry .entry-meta a {
  color: #8c8c8c;
}
.post .entry-meta a:hover,
.search .hentry .entry-meta a:hover {
  color: #ff3200;
  text-decoration: none;
}
.post .entry-thumb,
.search .hentry .entry-thumb {
  overflow: hidden;
  background-color: #fff;
  border: 3px solid #efefef;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  margin: 0 auto 30px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .post .entry-thumb,
  .search .hentry .entry-thumb {
    display: block;
  }
}
.post .entry-thumb > a,
.search .hentry .entry-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.post .entry-thumb > a:after,
.search .hentry .entry-thumb > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 50%;
  background: #ff3200;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.2s;
  transform: translate(0, -15px);
  z-index: 2;
  margin: -34px 0 0 -34px;
  content: "\f08e";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post .entry-thumb img,
.search .hentry .entry-thumb img {
  width: 100%;
  height: auto;
}
.post .entry-thumb:hover > a:before,
.search .hentry .entry-thumb:hover > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.post .entry-thumb:hover > a:after,
.search .hentry .entry-thumb:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.post .entry-thumb:hover img,
.search .hentry .entry-thumb:hover img {
  transform: scale(1.1, 1.1);
}
.post .entry-thumb > span,
.search .hentry .entry-thumb > span {
  display: block;
  position: relative;
  overflow: hidden;
}
.post .entry-thumb img,
.search .hentry .entry-thumb img {
  padding: 0;
  border: none;
  background: none;
  transition: 0.2s;
  margin-bottom: 0;
  border-radius: 0;
}
.post .excerpt,
.search .hentry .excerpt {
  margin-bottom: 36px;
  text-align: left;
}
.post .entry-footer,
.search .hentry .entry-footer {
  text-align: left;
}
.post .entry-content,
.search .hentry .entry-content {
  text-align: left;
}
.post.format-gallery .owl-slider,
.search .hentry.format-gallery .owl-slider {
  margin-bottom: 25px;
}
.post.format-image .entry-thumb img,
.search .hentry.format-image .entry-thumb img {
  margin-bottom: 0;
}
.post.format-video .video-holder,
.search .hentry.format-video .video-holder {
  margin-bottom: 25px;
}
.post.format-link .entry-header,
.search .hentry.format-link .entry-header {
  margin-bottom: 0;
}
.post.format-link .entry-header h2,
.search .hentry.format-link .entry-header h2 {
  margin-bottom: 0.5em;
}
.post.format-link .entry-url,
.search .hentry.format-link .entry-url {
  display: block;
  font-size: 14px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.post.format-quote .quote-holder,
.search .hentry.format-quote .quote-holder {
  text-align: left;
}
.post.format-quote .quote-holder:before,
.search .hentry.format-quote .quote-holder:before,
.post.format-quote .quote-holder:after,
.search .hentry.format-quote .quote-holder:after {
  content: " ";
  display: table;
}
.post.format-quote .quote-holder:after,
.search .hentry.format-quote .quote-holder:after {
  clear: both;
}
@media (min-width: 992px) {
  .post.format-quote .quote-holder,
  .search .hentry.format-quote .quote-holder {
    margin-left: 120px;
  }
}
.post.format-quote .quote-holder blockquote,
.search .hentry.format-quote .quote-holder blockquote {
  padding-left: 26px;
}
.post.format-quote .quote-holder blockquote:before,
.search .hentry.format-quote .quote-holder blockquote:before {
  display: none;
}
.hentry.page {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* Post Author */
.about-author {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.about-author:before,
.about-author:after {
  content: " ";
  display: table;
}
.about-author:after {
  clear: both;
}
.about-author .avatar-holder img {
  border-radius: 50%;
}
.about-author-body {
  display: table;
  width: 100%;
}
.about-author-body .avatar-holder {
  display: table-cell;
  width: 1%;
}
.about-author-body .avatar-holder .alignleft img {
  max-width: none;
}
@media (max-width: 767px) {
  .about-author-body .avatar-holder .alignleft img {
    width: 50px;
  }
}
.about-author-body .description {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* Share Box */
.post-share-box {
  margin-bottom: 60px;
  background: #f0f0f0;
  padding: 20px;
  border-radius: 4px;
}
.post-share-box:before,
.post-share-box:after {
  content: " ";
  display: table;
}
.post-share-box:after {
  clear: both;
}
@media (min-width: 992px) {
  .post-share-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.post-share-box .share-box-title {
  text-align: left;
  display: inline-block;
}
@media (min-width: 992px) {
  .post-share-box .share-box-title {
    float: left;
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  .post-share-box .social-links {
    float: right;
  }
}
/* Comments */
.commentlist {
  padding-bottom: 50px;
  padding-left: 0;
  list-style: none;
  /* Nested Comments */
}
.commentlist li .comment-wrapper {
  padding: 0 0 20px 66px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.commentlist li .comment-wrapper:before,
.commentlist li .comment-wrapper:after {
  content: " ";
  display: table;
}
.commentlist li .comment-wrapper:after {
  clear: both;
}
@media (min-width: 992px) {
  .commentlist li .comment-wrapper {
    padding: 0 0 30px 96px;
  }
}
.commentlist li .comment-wrapper .avatar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 50px;
  height: auto;
  padding: 3px;
  background: #efefef;
}
@media (min-width: 992px) {
  .commentlist li .comment-wrapper .avatar {
    width: 70px;
    height: auto;
    left: 0;
    top: 0;
  }
}
.commentlist li .comment-author {
  padding-top: 7px;
}
.commentlist li .comment-author h5 {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 0.2em;
}
.commentlist li .comment-author .rating-stars {
  padding-top: 5px;
}
.commentlist li .comment-reply .fa {
  margin-right: 5px;
}
.commentlist li .comment-meta {
  font-size: 12px;
  font-style: italic;
  float: right;
}
.commentlist li .comment-meta > a {
  color: #b4b8be;
}
.commentlist li .comment-body {
  clear: both;
  padding: 12px 0 1px 0;
}
.commentlist li .comment-body ul:first-of-type,
.commentlist li .comment-body ol:first-of-type {
  margin-bottom: 2em;
}
.commentlist .children {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .commentlist .children {
    display: inline-block;
    margin-left: 100px;
  }
}
.commentlist .bypostauthor .comment-wrapper {
  border-left-color: #ff3200;
}
.commentlist.commentlist__alt li .comment-wrapper {
  border: none;
}
/* Comment Form */
.comment-respond .reply-title {
  margin-bottom: 0.5em;
}
/* Post Navigation */
.post-navigation {
  padding: 20px 0;
}
/* Pagination */
.pagination-custom .btn .fa {
  vertical-align: middle;
  margin-right: 0;
}
/* Page navigation */
.page-links > a {
  padding: 0 2px;
}
/*
// #Footer
// --------------------------------------------------
*/
.footer {
  background: #3b363a;
  color: #a0a0a0;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
/* Footer Widgets */
.footer-widgets {
  padding: 60px 0 10px 0;
  border-top: 4px solid #2e2e2e;
}
/* Footers Widgets specific styling */
.widget__footer {
  margin-bottom: 50px;
  /* Widget Title */
  /* Thumbnail */
  /* Base Widgets */
}
.widget__footer .widget-title > h4 {
  font-size: 16px;
  margin-bottom: 1.6em;
  text-transform: uppercase;
  color: #d8d8d8;
}
.widget__footer ul {
  margin: 0;
}
.widget__footer .thumbnail {
  padding: 3px;
  background: none;
  border-radius: 3px;
  max-width: 40%;
}
@media (min-width: 992px) {
  .widget__footer .thumbnail {
    max-width: none;
  }
}
.widget__footer .thumbnail:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: 0.2s;
}
.widget__footer .thumbnail a {
  display: block;
  position: relative;
}
.widget__footer .thumbnail a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s;
}
.widget__footer .thumbnail a:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff3200;
  text-align: center;
  color: #fff;
  margin: -15px 0 0 -15px;
  font-size: 14px;
  line-height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -10px);
  transition: 0.3s;
  content: '\e822';
  font-family: 'entypo';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget__footer .thumbnail a:hover:before {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.widget__footer .thumbnail a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.widget__footer .thumbnail img {
  border-radius: 2px;
  border: none;
  transition: 0.2s;
}
.widget__footer.widget_archive ul li,
.widget__footer.widget_nav_menu ul li,
.widget__footer.widget_meta ul li,
.widget__footer.widget_pages ul li,
.widget__footer.widget_recent_comments ul li,
.widget__footer.widget_recent_entries ul li,
.widget__footer.widget_categories ul li,
.widget__footer.widget_product_categories ul li,
.widget__footer.widget_lc_taxonomy ul li,
.widget__footer.widget_clean_login_widget ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.2s;
}
.widget__footer.widget_archive ul li:before,
.widget__footer.widget_nav_menu ul li:before,
.widget__footer.widget_meta ul li:before,
.widget__footer.widget_pages ul li:before,
.widget__footer.widget_recent_comments ul li:before,
.widget__footer.widget_recent_entries ul li:before,
.widget__footer.widget_categories ul li:before,
.widget__footer.widget_product_categories ul li:before,
.widget__footer.widget_lc_taxonomy ul li:before,
.widget__footer.widget_clean_login_widget ul li:before {
  color: rgba(255, 255, 255, 0.4);
  transition: 0.2s;
}
.widget__footer.widget_archive ul li > a,
.widget__footer.widget_nav_menu ul li > a,
.widget__footer.widget_meta ul li > a,
.widget__footer.widget_pages ul li > a,
.widget__footer.widget_recent_comments ul li > a,
.widget__footer.widget_recent_entries ul li > a,
.widget__footer.widget_categories ul li > a,
.widget__footer.widget_product_categories ul li > a,
.widget__footer.widget_lc_taxonomy ul li > a,
.widget__footer.widget_clean_login_widget ul li > a {
  color: #8c8c8c;
}
.widget__footer.widget_archive ul li > a:hover,
.widget__footer.widget_nav_menu ul li > a:hover,
.widget__footer.widget_meta ul li > a:hover,
.widget__footer.widget_pages ul li > a:hover,
.widget__footer.widget_recent_comments ul li > a:hover,
.widget__footer.widget_recent_entries ul li > a:hover,
.widget__footer.widget_categories ul li > a:hover,
.widget__footer.widget_product_categories ul li > a:hover,
.widget__footer.widget_lc_taxonomy ul li > a:hover,
.widget__footer.widget_clean_login_widget ul li > a:hover {
  text-decoration: underline;
  color: #ff3200;
}
.widget__footer.widget_archive ul li ul li,
.widget__footer.widget_nav_menu ul li ul li,
.widget__footer.widget_meta ul li ul li,
.widget__footer.widget_pages ul li ul li,
.widget__footer.widget_recent_comments ul li ul li,
.widget__footer.widget_recent_entries ul li ul li,
.widget__footer.widget_categories ul li ul li,
.widget__footer.widget_product_categories ul li ul li,
.widget__footer.widget_lc_taxonomy ul li ul li,
.widget__footer.widget_clean_login_widget ul li ul li {
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.widget__footer.widget_archive ul li ul li:last-child,
.widget__footer.widget_nav_menu ul li ul li:last-child,
.widget__footer.widget_meta ul li ul li:last-child,
.widget__footer.widget_pages ul li ul li:last-child,
.widget__footer.widget_recent_comments ul li ul li:last-child,
.widget__footer.widget_recent_entries ul li ul li:last-child,
.widget__footer.widget_categories ul li ul li:last-child,
.widget__footer.widget_product_categories ul li ul li:last-child,
.widget__footer.widget_lc_taxonomy ul li ul li:last-child,
.widget__footer.widget_clean_login_widget ul li ul li:last-child {
  border-bottom: none;
}
/* Copyright */
.footer-copyright {
  background: #312d30;
  font-size: 13px;
  padding: 25px 0;
  text-align: center;
  position: relative;
  color: #a0a0a0;
}
.footer-copyright a {
  color: #fff;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/*# sourceMappingURL=theme.css.map */