/*------------------------------------------------------------------

1. Wrapper / #wrapper 

    1.1 Boxed mode / .boxed

2. Header / #header
    2.1 Search / #search
    2.2 Social Icons / .social-icon

3. Main Menu / .menu-wrapper

4. Sticky Post (Featured Post) / #sticky

5. Content / Sidebar / .col-contentEntry Meta
    4.1 Post class left image / .left-image-post
    4.2 Standart Post / .standard-post
    4.4 Entry Meta (Meta data) / .entry-data
    4.6 Single Content / .single
    4.7 UI Post Content 

6. Comments / .comments

7. Widgets / #widget

8. Page Navi / #wp-pagenavi

9. Footer / #footer

10. Other style

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Wrapper / #wrapper]
*/

body {
  font: normal 15px/1.8 "Open Sans", sans-serif;
  letter-spacing: 0.03em;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#status {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  width: 80px;
  margin-left: -40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#status>div {
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loading 1.4s infinite ease-in-out both;
  animation: loading 1.4s infinite ease-in-out both;
}

#status .circle1 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

#status .circle2 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

@-webkit-keyframes loading {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes loading {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 1;
}

.no-overflow {
  overflow: inherit !important
}

body.vegas-container .wrapper {
  background: transparent;
}

body.vegas-container .main-content {
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  margin: 0 0 35px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer h4,
.footer h5,
.footer h6 {
  opacity: 0.7;
}

.no-transform {
  text-transform: none;
}

p {
  margin: 0 0 35px;
}

b,
strong {
  font-weight: bold !important;
}

input,
textarea {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px solid #ddd;
  padding: 3px;
}

input:focus,
textarea:focus {
  border-color: #aaa !important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

a {
  text-decoration: none;
  color: #222;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

a img {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

section,
.section {
  position: relative;
  z-index: 992;
  padding-top: 120px;
  padding-bottom: 0px;
}

.section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 5px 0 0;
}

.vc_parallax {
  background-size: cover;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

a,
img,
:focus,
input {
  outline: none !important;
}

a:hover,
a:focus {
  color: #666;
  text-decoration: none;
}

a img:hover {
  opacity: .7;
}

.no-pad {
  padding: 0 !important;
  margin: 0 !important;
}

.bg-gray {
  background-color: #f7f7f7;
}

.no-pad-btm {
  padding-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

button:hover {
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0.65;
}

a .fa {
  opacity: .5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover .fa {
  opacity: 1 !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.marg50 {
  margin-top: 50px;
  display: inline-block;
}

.marg30 {
  margin-top: 30px;
  display: inline-block;
}

.pad30 {
  padding-top: 30px;
}

table {
  margin-bottom: 25px;
}

td,
th {
  padding: 15px;
  border: 1px solid #eee;
}

ul,
ol {
  margin-bottom: 1.5em;
}

.wrapper .unibody_full_row_vc {
  width: 100%;
}

.wrapper .unibody_full_row_vc.overflow-unibody {
  overflow: inherit;
}

.wrapper.boxed .unibody_full_row_vc {
  max-width: 1500px;
}


/*------------------------------------------------------------------
[1.1 WP Classes]
*/

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-style: italic;
  padding-top: 0.5384615385em;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-style: italic;
  padding-top: 0.5384615385em;
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}


/*------------------------------------------------------------------
[2.0 Header / .header]
*/

.header {
  background: #fff;
  position: relative;
}

.header-white {
  background: #fff;
  width: 1170px;
  margin: auto;
}

.logo {
  width: 100%;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  line-height: 60px;
}

.logowhite {
  display: inline-block;
}

.logodark {
  display: none;
}

.navbar.top-nav-collapse .logowhite {
  display: none;
}

.navbar.top-nav-collapse .logodark {
  display: inline-block;
}

.navbar.top-nav-collapse .logo {
  padding-top: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  line-height: 60px;
}

.logo a {
  line-height: 1;
}

.logo img {
  height: 26px;
}

.logo a span {
  position: relative;
  top: 3px;
}

.navbar .fa,
.navbar a .fa {
  opacity: 1 !important;
}

.navbar .fa {
  font-size: 16px;
  line-height: 1px;
  position: relative;
  top: -2px;
}

.navbar.transparent .logo a {
  color: #fff;
}

.navbar.transparent.top-nav-collapse .logo a {
  color: #333;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none;
  color: #333;
}

.unibody_vc_button {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
  padding: 7px 20px 6px;
}

.soc-area {
  margin: 35px 0px 10px 0;
  height: 30px;
  line-height: 30px;
}

.search-area form>div {
  padding: 10px 44px 10px 10px;
  height: 40px;
  border: 1px solid #eee;
  background: #fff;
}

.search-area form>div:before {
  position: absolute;
  color: #000;
  content: "\f4a5";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 19px;
  font-family: "Ionicons";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 19px;
}

.search-area form label {
  display: none
}

.search-area input[name="s"] {
  float: left;
  padding: 0;
  width: 100%;
  height: 20px;
  border: none;
  font-weight: 300;
  margin-top: -2px;
}

.search-area input[type="submit"] {
  position: relative;
  float: right;
  margin: -5px -39px 0 0;
  padding: 0;
  width: 30px !important;
  height: 30px;
  border: none !important;
  background: none !important;
  text-indent: -9999px;
}

.classic {
  font-family: 'Zeyada';
  font-weight: normal !important;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 35px;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  opacity: .9;
}

.intro h1.classic {
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
}

.thin {
  font-weight: 100 !important;
}

.page-template-coming-soon .header {
  display: none;
}

.page-template-coming-soon footer {
  display: none;
}

.custom-right .carousel-item {
  padding: 0;
}

.carousel-item-text {
  padding: 30px 0 30px 0;
}

/* NavBar */

.navbar-fixed-top {
  border: none;
}

.navbar-custom {
  margin-bottom: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  border-bottom: 1px solid #eee;
  padding: 30px;
}

.navbar-center .logo a {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  padding: 15px 0;
}

.navbar-center .menu-center {
  float: none;
}

@media (min-width: 1170px) {
  .navbar-center .container {
    width: 1170px;
  }
}

.navbar-custom.top-nav-collapse {
  background-color: #fff;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  border-bottom: 1px solid #eee;
}

.navbar-custom.top-nav-collapse .nav>li>a {
  padding: 20px 18px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

.navbar-custom.top-nav-collapse .navbar-brand {
  padding-top: 16px;
}

.navbar-custom.top-nav-collapse .container.full .cart_search_block>li {
  padding: 20px 18px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

.navbar-custom.top-nav-collapse .container.full .cart_search_block>li.menu-divider {
  padding: 0;
  margin-top: 20px;
  border-color: #b3b3b3;
}

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  max-width: 160px;
  max-height: 20px;
}

.navbar-custom .navbar-brand i {
  vertical-align: middle;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.nav>li>a {
  padding: 20px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

.navbar-custom .nav li a {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important;
}

.navbar-custom .nav li.active a {
  color: #789 !important;
}

.navbar-custom .nav li.active a:hover {
  color: #789;
}



.dropdown-menu {
  right: 0;
  left: auto;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.97);
  color: #fff;
  min-width: 230px !important;
  padding: 10px 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
  font-size: 11px;
  font-weight: 400;
  padding: 11px 18px;
  white-space: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
}

.dropdown-menu>.active>a {
  color: #333 !important;
  background-color: transparent;
}

.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: transparent;
}

.nav .open>a {
  background-color: transparent;
  border-color: transparent;
}

.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  border-color: transparent;
}

.search-form {
  margin: 5px 10px;
  width: 250px;
  font-size: 14px;
}

.search-form .form-control {
  color: #ccc !important;
}

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  background: transparent;
  color: #888;
  border: none;
  outline: none;
}

.search-form {
  padding: 10px;
  width: 100%;
  border-bottom: #555;
  margin: 0;
}

.nav .badge {
  background-color: #789;
  color: #fff;
  padding: 4px 5px 5px 6px;
  font-size: 11px;
  position: absolute;
  margin: -10px -5px;
  line-height: 1;
  border-radius: 50% !important;
}

.navbar-toggle {
  padding: 10px 0;
}

.navbar-toggle .icon-bar {
  width: 30px;
  border-radius: 0;
  background: #fff;
  height: 3px;
}

.top-nav-collapse .icon-bar {
  background: #333;
}

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

a.btn-nav .btn {
  margin-bottom: 0;
}

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: transparent;
}

.menu-divider {
  width: 1px;
  border-right: 1px solid #b3b3b3;
  line-height: 18px;
  margin: 23px 15px 0;
}

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1px;
  color: #333 !important;
}

.nav .active {
  height: auto !important;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px;
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-size: 20px;
}

.navbar-nav.sm-collapsible .open>a>.caret:before {
  content: '-';
}

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px;
}

.navbar-nav span.scroll-up,
.navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent;
}

.navbar-nav.sm-collapsible ul .dropdown-menu>li>a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px;
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu>li>a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px;
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu>li>a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px;
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu>li>a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px;
}

.navbar-nav ul.sm-nowrap .current-menu-ancestor>a {
  color: #789;
}

.navbar-nav ul.sm-nowrap .current-menu-ancestor li.current-menu-item a {
  color: #789
}

.navbar-nav ul.sm-nowrap li.current-menu-item>a {
  color: #789;
}

.navbar-nav ul.sm-nowrap>li>a.has-submenu:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 25px;
}

.navbar-nav ul.sm-nowrap>li.disable>a {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1px;
  color: #555 !important;
  cursor: default;
}

.navbar-nav ul.sm-nowrap>li.disable>a:hover {
  background: transparent;
}

.navbar-nav ul.sm-nowrap>li.new>a:after {
  content: 'new';
  padding: 3px 7px;
  text-transform: uppercase;
  display: inline;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #c00;
  margin-left: 5px;
}

.navbar-nav.sm-collapsible ul.sm-nowrap>li>a {
  white-space: normal;
}

.navbar-right ul.dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-menu .fa {
  opacity: 0.5 !important;
  line-height: 13px !important;
}

.nav .fa {
  font-size: 16px;
  line-height: 1px;
}

.nav .fa-angle-down {
  font-size: 13px;
}

.nav .fa,
.nav a .fa {
  opacity: 1 !important;
}

.nav .fa-plus {
  font-size: 12px;
}

@media (min-width: 991px) {
  .search-form input {
    background: transparent;
    border: 0;
    width: 200px;
  }

  .navbar-custom {
    background: #fff;
    min-height: auto;
    padding: 30px;
  }

  .navbar-custom .nav .dropdown-menu li a:hover {
    background-color: #f6f6f6;
  }

  @-webkit-keyframes fadeInUniBody {
    0% {
      opacity: 0;
      transform: translate(0, -40px);
    }

    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  @keyframes fadeInUniBody {
    0% {
      opacity: 0;
      transform: translate(0, -40px);
    }

    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniBody 0.7s;
    animation: fadeInUniBody 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
  }

  .navbar-left {
    float: right !important;
  }

  li.columns-2 ul.dropdown-menu {
    left: 0 !important;
    padding: 15px 5px;
  }

  li.columns-3 ul.dropdown-menu {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 760px !important;
  }

  li.columns-2 ul.dropdown-menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important;
  }

  li.columns-3 ul.dropdown-menu>li {
    display: inline-block;
    width: 100%
  }

  li.columns-2 ul.dropdown-menu>li {
    display: inline-block;
    width: 100%
  }

  li.columns-2 ul.dropdown-menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 455px !important;
  }

  li.columns2 .btn-white,
  li.columns3 .btn-white {
    margin-top: 12px;
    display: inline-block;
  }

  .navbar-fixed-top .caret,
  .navbar-fixed-top .open>.dropdown-menu {
    display: none;
  }

  .angle-right:after {
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    color: inherit;
    position: absolute;
    right: 20px;
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 400px;
}


/*.navbar-collapse {float: right;}*/


/*------------------------------------------------------------------
[2.1 Head Search / .head-search ]
*/

.head-search input[name="s"] {
  height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  padding: 15px 45px 15px 15px;
  border-top: none;
}

.head-search input[name="s"]:focus {
  border: 1px solid #eee
}

.head-search input[type="submit"] {
  padding: 0;
  float: right;
  margin-top: -15px;
  position: relative;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  width: 45px;
  height: 50px;
  margin-right: -14px;
}

.head-search input[type="submit"]:hover {
  background: transparent;
  transition: background 200ms linear;
}

.head-search span {
  float: right;
  margin-top: -35px;
  position: relative;
  margin-right: 15px;
}

.head-search span:before {
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f4a5";
  font-size: 20px;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  left: 33px;
}

.search-title {
  padding-top: 0px;
  margin-top: 0px;
}


/*------------------------------------------------------------------
[2.2 Icons Social / .icons-social ]
*/

.icons-social {
  display: block;
  float: right;
  height: 60px;
}

.icons-social a {
  float: left;
  transition: all 200ms linear;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  color: #666;
}

.icons-social a:hover {
  transition: all 250ms linear;
  background: transparent;
  text-decoration: none;
}


/*------------------------------------------------------------------
[3. Main Menu /.menu-wrapper ]
*/


/*------------------------------------------------------------------
[5. Content / Sidebar /.col-content ]
*/

.wrap-content {
  margin-top: 0px;
}

.single .content {
  padding-top: 80px;
  padding-bottom: 0;
}

.home .post-content p {
  margin-bottom: 15px;
}

.has-post-thumbnail.standart-post .post-thumbnail .post-hover a {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: block;
  height: 400px;
}

.img-slide a {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: block;
  height: 230px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.img-slide a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.post-hover {
  overflow: hidden;
  position: relative;
}

.post-hover a {
  position: relative;
  overflow: hidden;
}

.sidebar-left {
  float: right;
  margin-left: 8.33333333%;
}

.sidebar-right {
  float: left;
  margin-right: 8.33333333%;
}

.sidebar .widget-title {
  font-weight: 300;
  margin: 0;
  padding-bottom: 20px;
  font-size: 22px;
  position: relative;
}

.sidebar .widget>h5 {
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 0px;
  border-bottom: 2px solid #555;
  display: inline-block;
}

.widget_text img {
  width: 100%;
  height: auto;
}

.sidebar .widget>h3:before,
.sidebar .widget>h5:before {
  border-bottom: 1px solid #eee
}

.sidebar .widget-line {
  margin-bottom: 30px;
}

.sidebar .widget>h5:before {
  border-bottom: 1px solid #eee
}

.sidebar {
  display: inline-block;
  width: 100%;
}

.single-post .sidebar {
  margin-top: 0;
}

.sidebar ul li {
  list-style: none;
  padding-bottom: 10px;
}

.sidebar ul {
  padding: 0;
  margin: 0;
}

.sidebar ul.children {
  padding-left: 15px;
  padding-top: 10px;
}

.sidebar ul.children li:last-child {
  padding-bottom: 0px;
}

.sidebar ul.sub-menu {
  padding-left: 15px;
  padding-top: 10px;
}

.sidebar ul.sub-menu li:last-child {
  padding-bottom: 0px;
}

.archive-meta {
  display: none;
}

.archive-header {
  margin-bottom: 28px;
  border-bottom: 1px solid #eee;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

.archive-title {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

.archive-tags:before {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: #18191B;
  content: "\f48f";
  font-size: 26px;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.archive-date:before {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: #18191B;
  content: "\f102";
  font-size: 28px;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.archive-search:before {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: #18191B;
  content: "\f4a4";
  font-size: 28px;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.archive-404:before {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: #18191B;
  content: "\f38a";
  font-size: 28px;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.archive-category:before {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: #18191B;
  content: "\f38a";
  font-size: 28px;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.error-404 {
  text-align: center;
  font-weight: 300;
  font-size: 150px;
  color: #18191B;
  margin: 165px 0 50px 0;
}

.content-404 p {
  text-align: center;
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 165px;
}


/*------------------------------------------------------------------
[5.1 Post class left image / .left-image-post]
*/

.content-wrap {
  padding-top: 60px;
}

.post-category {
  float: right
}

.post-category li {
  list-style: none;
  float: left;
  padding-left: 15px;
}

.post-category li a {}

.post-category .active {
  position: relative
}

.post-category a {
  display: inline-block;
  font-size: 13px;
}

.post-category .active {
  color: #333
}

.post-category .active:before,
.post-category .active:after {
  border-left: 7px dotted transparent;
  border-right: 7px dotted transparent;
  border-top: 7px solid #eee;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.post-category .active:after {
  border-top-color: #fff;
  bottom: -9px;
}

.post-set.left-image-post .content-block {
  float: left;
  width: 370px;
  margin-left: 30px;
}

.content-block iframe {
  width: 100%;
}

.content-block span {
  font-size: 15px !important;
  line-height: 1.8 !important
}

.content-block em {
  font-size: 15px !important;
  line-height: 1.8 !important
}

.content-block strong {
  font-size: 15px !important;
  line-height: 1.8 !important
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
  margin-bottom: 10px;
}

.post-set.standart-post .content-block p {
  margin-bottom: 20px;
}

blockquote p:last-child {
  margin-bottom: 0 !important;
}

.post-set.left-image-post .content-block p {
  margin-bottom: 15px;
}

.post-set.left-image-post .post-thumbnail {
  float: left;
  width: 350px;
}

.main-content .no-sidebar .left-image-post .post-thumbnail {
  width: 50%
}

.main-content .no-sidebar .left-image-post.has-post-thumbnail .post-thumbnail .post-hover a {
  height: 300px;
}

.main-content .no-sidebar .left-image-post.no-thumbnail .post-thumbnail {
  display: none;
}

.main-content .no-sidebar .left-image-post.no-thumbnail .content-block {
  width: 100%;
}

.main-content .no-sidebar .left-image-post .content-block {
  width: calc(50% - 30px);
}

.left-image-post.no-thumbnail.format-gallery .gallery-content {
  float: left;
  width: 350px;
}

.left-image-post.no-thumbnail .post-thumbnail {
  display: none;
}

.left-image-post.no-thumbnail .content-block {
  float: left;
  width: 100%;
  margin-left: 0;
}

.left-image-post.no-thumbnail.format-gallery .content-block {
  float: left;
  width: 425px;
  margin-left: 30px;
}

.left-image-post .video-content {
  display: block;
  float: left;
  margin: 0 0 0 -337px;
  width: 337px;
}

.post-content {
  overflow: hidden;
}

.format-video.left-image-post .post-content>p:first-child {
  min-height: 100%;
  max-height: 100%;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.format-video.left-image-post .post-content>p {
  display: none;
}

.format-video.left-image-post .post-content>p:first-child>embed {
  min-height: 100%;
  max-height: 100%;
}

.format-video.left-image-post.no-thumbnail .post-content {
  min-height: 100%;
  max-height: 100%;
}

.left-image-post .title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.left-image-post .title a:hover {
  color: #000;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.left-image-post.first_big_post {
  padding-left: 0px
}

.post-set {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}

.wrap-content .post-set:last-child {
  margin-bottom: 0px;
}

.post-set.no-thumbnail .post-thumbnail {
  display: none;
}

.post-set.no-thumbnail.sticky {
  padding: 30px;
  background: #f9f9f9;
}

.post-set.no-thumbnail.sticky.unibody_mas_item {
  padding: 0px 15px;
  background: #fff;
}

.post-set.no-thumbnail.sticky.unibody_mas_item .content-block {
  padding: 30px;
  background: #f9f9f9;
}

.post-set.left-image-post {
  margin-bottom: 60px;
}

.post-set.sticky.has-post-thumbnail .post-hover:before {
  content: '\f2a6';
  font-family: "Ionicons";
  border-radius: 50%;
  background: #fff;
  width: 40px;
  top: 15px;
  left: 15px;
  position: absolute;
  z-index: 9999;
  text-align: center;
  font-size: 23px;
  line-height: 40px;
}

.wrap-content.unibody_mas_container {
  margin: 0 -15px;
  padding: 0px;
  border: none;
}

.no-sidebar .post-set.unibody_mas_item {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  border-bottom: none;
}

.post-set.unibody_mas_item {
  width: 50%;
  float: left;
  padding: 0 15px;
  border-bottom: none;
}

.post-set.unibody_mas_item .content-block .title {
  padding-top: 0px;
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 18px;
}

.post-set.unibody_mas_item .content-block p {
  margin-bottom: 25px;
}

.post-set.unibody_mas_item.has-post-thumbnail .post-thumbnail .post-hover a {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: block;
  height: 205px;
}

li.tags span a {
  margin-left: 10px
}

li.tags span i {
  position: relative;
  top: 3px;
  right: 2px;
  display: inline-block;
}

.left-image-post.has-post-thumbnail .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.left-image-post.has-post-thumbnail .post-thumbnail .post-hover a {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: block;
  height: 190px;
}

.left-image-post.has-post-thumbnail .gallery-content {
  float: left;
  width: 361px;
}


/*------------------------------------------------------------------
[5.2 Standart Post / .standart-post]
*/

.standart-post .content-block {
  width: 100%;
  margin-left: 0px;
}

.standart-post .title:hover a,
.standart-post .title:hover {
  color: #000;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.standart-post.no-thumbnail .title {
  padding-top: 0px;
}

.standart-post.no-thumbnail.format-gallery .title {
  padding-top: 25px
}

.standart-post .post-content {
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

.standart-post .post-thumbnail {
  width: 100%;
  margin-bottom: 20px;
}

.standart-post .attachment-post-thumbnail {
  padding-bottom: 0px;
  height: auto;
}

.standart-post .title {
  margin-bottom: 10px;
}


/*------------------------------------------------------------------
[5.6 Single Post /.single ]
*/

.single .no-sidebar .post-content p {
  font-size: 15px;
  margin-bottom: 30px;
}

.single-tags {
  float: left;
  margin-top: 15px;
}

.single .single-tags a:first-child {
  display: none;
}

.single .single-tags a {
  padding: 3px 8px;
  text-transform: lowercase;
  font-size: 13px !important;
  background: #18191B;
  color: #fff;
  margin: 3px;
  font-weight: 500;
}

.single .single-tags a:hover {
  color: #fff;
  background: #6A6A6B;
}

.single .social-single {
  float: right;
  margin-top: 15px;
}

.single .social-single ul.icon-links {
  position: relative;
  bottom: 0;
  left: 0;
}

.single .social-single ul.icon-links li {
  transform: none;
}

.single .social-single ul.icon-links li a {
  background: transparent;
  color: #333;
  border-radius: 0;
  position: relative;
  top: -2px;
  font-size: 20px;
  width: inherit;
  padding-right: 15px;
}

.single .no-sidebar .wrap-content {
  width: 100%;
  border: none;
  padding: 0px;
}

.single .sidebar {
  margin-top: 0px;
}

.single .gallery-content {
  margin-bottom: 50px;
}

.single .post {
  height: 100% !important
}

.single .post-thumbnail {
  margin-bottom: 15px;
  height: auto;
}

.single .post-thumbnail img {
  height: auto;
  width: 100%;
}

.single .post-thumbnail {
  margin-bottom: 25px;
  height: auto;
}

.single .section-small {
  background: #fff;
}

#authorarea h3 {
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 0;
  text-align: center;
}

#authorarea img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.authorinfo {
  text-align: center;
  font-weight: 300;
  margin-top: 15px;
  display: inline-block;
}

.hidden {
  opacity: 0
}

.visible {
  opacity: 1
}

.single .wp-post-image:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.nav-previous a {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  background: #f7f7f7;
  text-align: center;
}

.nav-previous a:hover {
  background: #789;
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.nav-next a {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  background: #f7f7f7;
  text-align: center;
}

.nav-next a:hover {
  background: #789;
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.avatar-widget {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}


/*------------------------------------------------------------------
[5.6 UI Post  ]
*/

.link-format {
  margin-bottom: 50px;
  padding: 25px 85px;
  border: 1px solid #eee;
}

.link-format a {
  padding: 0 0 0 25px;
  border-left: 1px solid #eee;
  font-size: 31px;
}

.link-format a:before {
  display: inline-block;
  margin: 0 41px 0 -80px;
  color: #333;
  content: "\f1fe";
  font-size: 38px;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 4px;
}

.quote-format {
  position: relative;
  padding: 25px;
  border: 1px solid #eee;
  background: #fff;
  text-align: center;
  font-size: 23px;
  color: #333;
}

.quote-format:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  border-width: 25px 55px 0 55px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: '';
  margin-left: -55px;
}

.quote-author {
  display: inline-block;
  margin-bottom: 50px;
  padding: 25px 0 15px;
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.audio-content {
  padding-bottom: 50px;
}

.video-content {
  padding-bottom: 50px;
}


/*------------------------------------------------------------------
[6. Commetns Form / .comment ]
*/

.form-allowed-tags {
  display: none
}

.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-color: #18191B;
  background: #18191B;
  color: #fff;
  padding: 8px 25px 6px 25px;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  opacity: 0.65;
}

blockquote {
  padding: 30px;
  margin: 0 0 20px;
  border-left: none;
  text-align: center;
  background: #f9f9f9;
  border-radius: 30px;
  margin: 0 30px 20px;
  position: relative;
  overflow: hidden;
}

blockquote:before {
  content: "\f10d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 125px;
  margin-bottom: 5px;
  color: #000;
  display: block;
  position: absolute;
  right: 30px;
  top: -9px;
  line-height: 1;
  opacity: 0.05;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.single .post-content blockquote p {
  display: inline;
}

.comment-form-comment label {
  display: none
}

.comment-form-comment textarea {
  width: 100%;
  height: 150px;
}

#reply-title {
  margin: 10px 0;
  display: inline-block;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comments-title {
  font-size: 24px;
}

.commentlist #reply-title {
  margin-top: 35px;
  margin-bottom: 15px;
}

.commentlist li ul,
.commentlist li ol {
  margin-bottom: 1.5rem;
}

.commentlist li ul ul,
.commentlist li ol ol {
  margin-bottom: 0;
}

.commentlist>li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.commentlist>li.pingback p {
  margin: 0;
}

.comment .avatar {
  display: inline-block;
  float: left;
  margin-right: 35px;
  border-radius: 50%;
}

.comment-top-level .comment-box {
  margin-bottom: 25px;
  padding-left: 108px;
}

.author-card {
  text-transform: capitalize;
  font-weight: bold;
  color: #333;
}

.comment-time {
  font-size: 14px;
  opacity: 0.7;
}

.comment-content {
  margin-top: 15px;
  margin-left: 110px;
  padding: 0;
}

.comment-reply-title small a {
  font-weight: 300;
}

.commentlist .children {
  margin: 0;
  margin-top: 25px;
  padding: 0;
  list-style-type: none;
  margin-left: 50px;
}

.children .comment .avatar {
  margin-right: 30px;
  width: 60px;
  height: 60px;
}

.children .comment .comment-content {
  margin-left: 90px;
}

ol.children li {
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 100%;
  border-bottom: none;
}

.comment-form-author input {
  width: 100%;
}

.comment-form-email input {
  width: 100%;
}

.comment-form-url input {
  width: 100%;
}

.comment-notes {
  display: none
}

.edit-link {
  margin-right: 15px;
  font-size: 12px;
  text-transform: lowercase;
  margin-top: -5px;
}

#commentform label {
  display: inline-block;
  font-weight: 400 !important;
}


/*------------------------------------------------------------------
[7. Widget /.widget ]
*/

.widget {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

.widget:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0;
}

.widget_search form>div {
  padding: 10px 48px 10px 16px;
  height: 46px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}

.widget_search form>div:focus {
  border-color: #999 !important;
}

.widget_search form>div:before {
  position: absolute;
  color: #fff;
  content: "\f002";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 17px;
  top: 13px;
  color: #18191B;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}

.widget_search form label {
  display: none
}

.widget_search input[name="s"] {
  float: left;
  padding: 0;
  width: 100%;
  height: 24px;
  border: none;
  font-weight: 300;
}

.widget_search input[type="submit"] {
  position: relative;
  float: right;
  margin: -34px -48px 0 0px;
  padding: 0;
  width: 50px !important;
  height: 44px;
  border: none !important;
  text-indent: -9999px;
  background: transparent;
}

.search-content form>div {
  padding: 10px 44px 10px 10px;
  height: 40px;
  border: 1px solid #eee;
  background: #fff;
  position: relative;
  width: 300px;
}

.search-content form>div:before {
  position: absolute;
  color: #000;
  content: "\f4a5";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 19px;
  font-family: "Ionicons";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 14px;
}

.search-content form label {
  display: none
}

.search-content input[name="s"] {
  float: left;
  padding: 0;
  width: 100%;
  height: 20px;
  border: none;
  font-weight: 300;
}

.search-content input[type="submit"] {
  position: relative;
  float: right;
  margin: -5px -39px 0 0;
  padding: 0;
  width: 30px !important;
  height: 30px;
  border: none !important;
  background: none !important;
  text-indent: -9999px;
}

.tagcloud a {
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 3px 8px;
  text-transform: lowercase;
  font-size: 13px !important;
  background: #18191B;
  color: #fff;
  margin: 4px;
  font-weight: 500;
}

.tagcloud a:hover {
  color: #fff;
  background: #6A6A6B;
}

#wp-calendar {
  margin: 0;
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  font-size: 13px;
}

#wp-calendar tbody td {
  text-align: center;
  height: 30px;
  padding: 7px;
}

#wp-calendar tbody .pad {
  background: none
}

#wp-calendar thead th {
  background: #fafafa;
  text-align: center;
  font-weight: 600;
  color: #000;
  padding: 7px;
}

#wp-calendar #next {
  padding-right: 24px;
  text-align: right;
}

#wp-calendar tfoot td,
#wp-calendar tfoot th {
  padding: 7px;
  border: none;
}

.posts-by-vies-widget ul li {
  list-style: none;
  font-weight: 300;
  float: left;
  width: 100%;
}

.unibody_post_meta {}

.footer-area .unibody_post_content a {
  color: #444;
  font-size: 16px;
}

.footer-area ul li:last-child {
  margin: 0px;
}

.footer-widget {
  padding-bottom: 50px;
}

.footer-widget .widget {
  border: none;
}

.footer .flickr-photos a {
  float: left;
  margin: 0 15px 15px 0;
  padding: 0;
  border: 0 none;
  list-style: none;
}

.footer .flickr-photos img {
  display: block;
  width: 65px;
  height: 65px;
}

.widget select {
  width: 100%
}

.widget .sticky {
  position: relative
}

.attachment-post-thumbnail {
  height: 208px
}



.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-widget .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-widget .widget ul.children {
  padding-left: 15px;
  padding-top: 10px;
}

.footer-widget .widget ul.children li:last-child {
  padding-bottom: 0px;
}

.footer-widget .menu ul.sub-menu {
  padding-left: 15px;
  padding-top: 10px;
}

.footer-widget .menu ul.sub-menu li:last-child {
  padding-bottom: 0px;
}

.footer-widget .widget ul li {
  padding-bottom: 10px;
}

.footer-widget .unibody_cat_count {
  background: #f1f1f1;
}

.footer-widget #wp-calendar tbody td {
  background: #fff;
}

.footer-widget #wp-calendar thead th {
  background: #f1f1f1;
}

.screen-reader-text {
  display: none
}

#navigation.desktop {
  display: block !important
}

.wpcf7-form-control {
  border: 1px solid #ddd;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 0;
}

.wpcf7-form-control:focus {
  border-color: #888;
  outline: none;
}

.wpcf7-textarea {
  width: 100%;
  height: 100px;
}

.wpcf7-submit {
  width: initial;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  /* padding-bottom: 25px; */
  width: 100%;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #4CAF50;
}

div.wpcf7-validation-errors {
  border: 1px solid #F44336;
}

span.wpcf7-not-valid-tip {
  color: #F44336;
  font-size: 14px;
  display: block;
}

.mailchimp-block.center {
  text-align: center;
}

.mailchimp-block.white {
  color: rgba(255, 255, 255, 0.9);
}

.dark-form input,
.dark-form textarea {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.45);
  border: 0;
}

.input-group input {
  border-radius: 0px;
  border-color: #ddd;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon {
  border-radius: 0px;
  border-color: #ddd;
}

.input-group-lg>.input-group-btn>.btn {
  border-radius: 0px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #888;
  outline: none;
}

.btn {
  font-size: 11px !important;
  letter-spacing: 0.1em;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 0;
}

.btn-lg {
  font-size: 13px !important;
  padding: 10px 25px;
}

.btn-sm {
  font-size: 10px !important;
}

.btn-xs {
  font-size: 9px !important;
  padding: 4px 10px;
}

.btn-border {
  border: 2px solid #18191B;
  color: #18191B !important;
  background-color: transparent;
}

.btn-border-white {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent;
}

.btn-white {
  border: 2px solid #fff;
  color: #000 !important;
  background-color: #fff;
}

.btn-gray {
  border: 2px solid #789;
  background-color: #789;
  color: #fff !important;
}

.btn-dark {
  border: 2px solid #18191B;
  background-color: #18191B;
  color: #fff !important;
}

.btn-violet {
  border: 2px solid #ff4081;
  background-color: #ff4081;
  color: #fff !important;
}

.btn:hover {
  opacity: 0.65;
}

.btn-border:focus,
.btn-border:focus,
.btn-border-white:focus,
.btn-white:focus,
.btn-unibody:focus,
.btn-violet:focus {
  opacity: 1;
}

.unibody_image_wrapper {
  float: left;
  margin: 0px 15px 0 0;
  width: 65px;
  height: 65px;
  background: #f7f7f7;
}

.image-overlay {
  padding: 0;
  position: relative;
  max-width: 600px;
  display: inline-block;
}

.unibody_post_content h3 {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}

.unibody_post_content h3 a {
  color: #333
}

.unibody_post_content a:hover {
  color: #000;
}

.unibody_post_meta {
  margin-top: 3px;
}

.unibody_post_meta span {
  position: relative;
  top: -2px;
  padding-left: 7px;
  font-weight: 300;
  font-size: 12px;
}

.unibody_post_meta i {
  color: #333;
  font-size: 16px;
}

.footer-widget .unibody_post_meta i {}

.nav-btn {
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.posts-by-vies-widget ul {
  margin: 0px;
  padding: 0px;
}

.post-content .wp-caption img {
  max-width: 100%;
  height: 100%;
}

.wp-caption img {
  max-width: 100% !important;
  height: 100%;
}

.wp-caption {
  max-width: 100% !important;
}

.wrap-content p img {
  height: 100%;
  max-width: 100%;
}

.post-content img {
  max-width: 100%;
  height: 100%;
}

.post-content .wp-caption {
  max-width: 100% !important;
}

.post-content iframe {
  width: 100% !important
}

.three-blocks #related-post-thumb .post-thumbnail {
  width: 100%;
  height: 180px;
}

.three-blocks #related-post-thumb .title {
  font-size: 16px
}

.widget select {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  height: 30px;
  outline: none;
}

.size-large {
  height: 100%
}

.widget .sticky {
  position: relative
}

.widget_nav_menu {}


/*------------------------------------------------------------------
[8. Page Navi / #wp-pagenavibox ]
*/

#wp-pagenavibox {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.wp-pagenavi {
  display: inline-block;
  margin-bottom: -9px;
  /* text-align: center; */
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 !important;
  padding: 0 !important;
}

.wp-pagenavi span.current {
  background: #f7f7f7;
  font-weight: 300 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #f7f7f7;
  color: #333;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: block;
  float: left;
  padding: 6px 12px !important;
  border: none !important;
  text-align: center;
  white-space: nowrap;
}


/*------------------------------------------------------------------
[9. Footer / .footer]
*/

footer {
  width: 100%;
}

.footer {
  background: #f7f7f7;
  width: 100%;
  position: relative;
  color: #666;
  font-size: 13px;
  line-height: 23px;
  margin-top: 80px;
}

.footer-area-cont {
  padding: 80px 0 10px 0;
  border-bottom: 1px solid #eee;
}

.footer .footer-area-cont a {
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.7;
}

.footer .footer-area-cont a:hover {
  color: #666;
}

.footer-area ul li:first-child {
  padding-top: 0px !important
}

.footer-area .widget_search form>div {
  border: none;
  background: #f1f1f1;
}

.footer-area .widget_search input[name="s"] {
  background: transparent;
  color: #fff;
  font-weight: 300;
}

.footer-area .posts-by-vies-widget ul li {
  list-style: none;
  font-weight: 300;
  color: #666;
  float: left;
  width: 100%;
}

.footer-area .tagcloud a {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 0 9px 9px 0;
  padding: 5px 10px;
  background: #f1f1f1;
  color: #000 !important;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 13px !important;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  opacity: 1;
}

.footer-area .tagcloud a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
}

.numscroller {
  font-family: "Open Sans", monospace;
  font-weight: 300;
  font-size: 50px;
  line-height: 90px;
  letter-spacing: 10px;
}

.unibody_vc_button .numscroller {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
  padding-left: 10px;
  margin-left: 9px;
  border-left: 1px solid #fff;
}

.footer-copyright {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid;
}

.footer-copyright a {
  color: #000;
}

.footer-copyright i {
  color: #222;
}

.footer-copyright.dark {
  border-color: #18191B;
  background: #18191B;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.footer-copyright.dark h1,
.footer-copyright.dark h2,
.footer-copyright.dark h3,
.footer-copyright.dark h4,
.footer-copyright.dark h5,
.footer-copyright.dark h6,
.footer-copyright.dark i,
.footer-copyright.dark a {
  color: #fff;
}

.footer-copyright.grey {
  border-color: #f7f7f7;
  background: #f7f7f7;
}

.footer-copyright.grey a:hover {
  color: #666;
}

.footer-copyright.white {
  border-color: #fff;
  background: #fff;
  color: #444;
}

.footer-copyright.white a {
  color: #000;
}

.footer-copyright.white a:hover {
  color: #666;
}

.footer-copyright h1,
.footer-copyright h2,
.footer-copyright h3,
.footer-copyright h4,
.footer-copyright h5,
.footer-copyright h6 {
  margin: 0;
  padding: 0;
}

.footer-copyright .list-inline {
  margin-bottom: 0;
}

.footer-copyright .one-block .list-inline {
  margin-bottom: 1.5em;
}

.footer-copyright.light .not-single {
  text-align: left;
}

.footer-copyright p {
  margin: 0;
  padding: 0;
}

.author-info {
  text-align: right;
}

#menu-footer-menu-2 {
  padding-top: 58px;
}

.progress-default {
  font-size: 12px;
  text-transform: uppercase;
}

.progress-default .progress {
  background-color: #ddd;
}

.progress-default .progress-bar {
  background-color: #777;
}

.progress-bar {
  text-align: left;
  text-indent: 20px;
}

.progress-thin .progress {
  margin-top: 10px;
  height: 3px;
  margin-bottom: 5px;
}

.bg-dark .progress-default .progress {
  background-color: #888;
}

.bg-dark .progress-default .progress-bar {
  background-color: #555;
}

.bg-dark .progress-thin .progress-bar {
  color: #ccc;
}


/*------------------------------------------------------------------
[10. Other styles ]
*/

.clear {
  float: none !important;
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.wp-caption.alignnone {
  width: 100% !important
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  float: none;
  clear: both;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.unibody_cat_count {
  float: right;
  background: #F9F9F9;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
}

.slider-wrappper {
  margin-bottom: 60px;
}

.slider-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.img-slide img {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.img-slide img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.title-slide {
  font-size: 19px;
  padding: 15px 0;
  text-align: center;
  line-height: 1.75;
  margin: 0px;
  font-weight: 300;
}

.rsBlock-meta li:last-child {
  margin-right: 0;
}

.hidden-livtile-el {
  display: none
}

.phoenix-livetile-extended {
  display: none !important
}

.flex-active-slide {
  display: block !important
}

.login-panel {
  float: right;
}

.post-commetns {
  margin-top: 50px;
}

.no-icons {
  margin-top: 56px
}

.instagram-pics li {
  display: inline-block;
  width: 80px;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-top: 0px !important;
}

.instagram-pics li a {
  opacity: 0.7
}

.instagram-pics li img {
  width: 100%;
}

.text-block-content {
  padding: 15px 25px 0px 25px;
  color: #333;
  width: 440px;
  max-height: 135px;
  overflow: hidden;
}

.text-block-title {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 15px;
  letter-spacing: 1px;
  font-size: 18px;
  padding-bottom: 25px;
}

.text-block-title.color {
  color: #fff;
}

.text-block-text.color {
  color: #fff;
  padding-right: 100px;
}

.text-block-icon {
  position: absolute;
  font-size: 110px;
  top: 50%;
  color: rgba(255, 255, 255, 0.4);
  right: 10%;
  line-height: 0;
  margin-top: -55px;
}

.gallery-content {
  position: relative;
  overflow: hidden;
}

.gallery-slider .owl-nav {
  -webkit-tap-highlight-color: transparent;
}

.gallery-slider .owl-nav [class*='owl-'] {
  font-size: 24px;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -20px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.gallery-slider .owl-nav [class*='owl-'] i {
  position: relative;
  top: -2px;
  color: #333;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.gallery-slider .owl-nav .owl-prev {
  left: 0px;
  opacity: 0;
}

.gallery-slider .owl-nav .owl-next {
  right: -1px;
  opacity: 0;
}

.gallery-slider:hover .owl-nav .owl-prev {
  left: 10px;
  opacity: 1
}

.gallery-slider:hover .owl-nav .owl-next {
  right: 9px;
  opacity: 1
}

.gallery-slider .owl-nav [class*='owl-']:hover {
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.gallery-slider .owl-nav [class*='owl-']:hover i {
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.quote-block {
  font-size: 18px;
}

.quote-block.center {
  text-align: center;
}

.top_block {
  background: #f8f8f8;
}

.contant-top-block {
  display: inline-block;
  margin-bottom: -7px;
}

.contact-top {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

.contact-top li {
  float: left;
  line-height: 33px;
  border-right: 1px solid #e8e8e8;
  font-size: 12px;
  font-weight: 300;
  padding: 3px 10px;
}

.contact-top li:first-child {
  border-left: 1px solid #e8e8e8;
}

.contact-top li:last-child {
  border-right: 1px solid #e8e8e8;
}

.contact-top li i {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.news.pull-right h5 {
  padding-top: 10px;
  margin-bottom: 25px;
}

.promo-block.white {
  color: rgba(255, 255, 255, 0.9);
}

.promo-block.white h3 {
  color: rgba(255, 255, 255, 0.9);
}

.promo-block.center {
  text-align: center;
  margin: 0;
}

.promo-text {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 5px;
}

.promo-text-light {
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  padding-left: 31px;
  padding-right: 30px;
  display: inline-block;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
  -webkit-backface-visibility: hidden;
}

.promo-text-footer {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 15px;
}

.promo-paragraph {
  padding: 0;
  text-align: center;
  margin-top: 7px;
}

.promo-paragraph.white {
  color: rgba(255, 255, 255, 0.9);
}

.services-shortcode p:last-child {
  margin: 0;
}

.hi-icon {
  display: block;
  font-size: 80px;
  line-height: 120px;
}

.hi-icon-effect.white .hi-icon {
  color: rgba(255, 255, 255, 0.9);
}

.hi-icon-effect.white .service-name {
  color: rgba(255, 255, 255, 0.9);
}

.hi-icon-effect.white .service-text {
  color: rgba(255, 255, 255, 0.9);
}

.hi-icon-effect.white .hi-icon:hover {
  color: #fff;
}

.white {
  color: #fff;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}

.service-name {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.service-text {
  text-align: center;
  margin-top: 30px;
}

.single .tag_line_image.portfolio .tag_line_title {
  font-size: 60px;
  line-height: 60px;
}

.single .portfolio-single-img img {
  max-width: 100%;
}

.video-block {
  text-align: center;
}

.video-block.white {
  color: #fff
}

.video-block.white a.swipebox-video {
  color: #fff;
}

.video-block a.swipebox-video {
  font-size: 80px;
  line-height: 120px;
  display: block;
}

.white-color {
  color: #fff;
}

.stats-desc {
  width: 100%;
  display: block;
  text-align: center;
}

.stats-desc.white {
  color: rgba(255, 255, 255, 0.9);
}

.stats-top .stats-number {
  font-size: 50px;
  line-height: 90px;
}

.owl-carousel .owl-item .testimonials-item img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.testimonials-caption {
  text-align: center;
  position: static;
  text-shadow: none;
  padding-top: 25px;
}

.testimonials-caption h2 {
  margin-bottom: 15px;
}

.blog-name h4 {
  margin-bottom: 25px;
}

.blog-text {
  display: inline-block;
  padding-bottom: 25px;
}

.blog-text p {
  margin-bottom: 0px;
}

.blog-read-more a {
  border: 2px solid #eee;
  background-color: #eee;
  color: #555 !important;
  font-size: 10px !important;
  padding: 5px 12px;
  letter-spacing: 2px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  font-weight: 500;
}

.blog-read-more a:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0.65;
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 25px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.post-thumbnail img {
  z-index: 0;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.post-thumbnail img:hover,
.post-thumbnail:hover {
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vc_partner_image {
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.vc_partner_image:hover {
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.prog-name {
  display: inline;
  letter-spacing: 0.5px;
}

.hi-icon.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hi-icon.image img {
  margin-bottom: 20px;
}

.prog-per {
  float: right;
  display: inline-block;
  position: relative;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.progress-per {
  display: inline;
}

.progress {
  height: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #f4f4f4;
}

.progress.biggest {
  margin-top: 10px;
  margin-bottom: 25px;
}

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 4px;
}

.blog-main {
  margin-bottom: 50px;
  display: inline-block;
}

.blog-images.post-thumbnail {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-images.post-thumbnail:hover {
  opacity: 0.65;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.tag_line.forums {
  display: none;
}

.tag_line {
  padding: 75px 0 85px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.tag_line .tag-body:before {
  background: #f7f7f7;
}

.tag_line_image {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-bottom: none;
  padding: 0px;
}

.tag_line_image .tag-body {
  display: table-cell;
  vertical-align: middle;
  padding: 160px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.menu-transparent .tag_line_image .tag-body {
  padding: 210px 0 170px 0;
}

.fullscreen .tag_line_image .tag-body {
  padding: 180px 0 50px 0;
}

.tag_line_image.single .tag-body {
  padding: 180px 0 130px 0;
}

.tag_line_image.single .tag-body:before {
  background: rgba(23, 23, 30, 0.6);
}

.tag_line_image .tag-body:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9;
  background: rgba(23, 23, 30, 0.6);
}

.tag_line_title {
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-size: 76px;
  font-weight: 700;
  line-height: 76px;
}

.single .tag_line_title {
  font-size: 46px;
  line-height: 1;
}

.tag_line_date {
  text-align: center;
}

.tag_line_author {
  text-align: center;
}

.tag_line_image .tag_line_date {
  padding-bottom: 25px;
  color: #fff;
  font-size: 16px;
}

.tag_line_image .tag_line_date a {
  color: #fff;
}

.tag_line_image .tag_line_author {
  padding-top: 25px;
  font-size: 16px;
  color: #fff;
}

.tag_line_image .tag_line_author a {
  color: #fff;
}

.menu-center {
  float: right;
  line-height: 1;
}

.breadcrumbs {
  text-align: center;
  padding-top: 20px;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}

.breadcrumbs span {
  display: inline-block;
}

.breadcrumbs a {
  color: #fff;
}

.widget_rss .rsswidget {
  font-size: 18px;
  font-weight: bold;
}

.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}

.widget_rss cite {
  display: inline-block;
  padding-top: 10px;
}

.widget_rss li {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #eee;
}

.widget_rss li:last-child {
  border: none;
}

.team-image {
  margin-bottom: 25px;
}

.team-image img {
  border-radius: 50%;
}

.team-image.ind {
  background: #fff;
}

.team-block {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.team-block h2 {
  margin-bottom: 20px !important;
}

.team-block .list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.team-block .list-inline>li {
  display: inline-block;
  padding-bottom: 15px;
}

.text-center {
  text-align: center;
}

.about-name {
  font-size: 19px;
  font-weight: 400;
  padding-top: 15px;
  text-align: center;
}

.about-desc {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.menu-transparent .nav-icon3 span {
  background: #fff;
}

.show-menu .navbar-custom .nav-icon3 span {
  background: #fff !important;
}

.show-menu .burger_unibody_normal_holder i {
  color: #fff !important;
}

.main-content {
  z-index: 10;
  position: relative;
  background: #fff;
}

.page-template-portfolio section.portfolio {
  padding-bottom: 80px;
}

.content {
  z-index: 10;
  position: relative;
  background: #fff;
  padding-bottom: 50px;
}

.type-wrap {
  text-align: center;
  font-size: 41px;
  color: #fff;
}

.nav-links {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: auto;
}

.nav-links a,
.nav-links span {
  border: 1px solid #eee;
  background: #eee;
  padding: 4px 15px;
  margin: 0 5px;
  display: inline-flex;
}

.nav-links a:hover {
  text-decoration: none;
  border-color: #333;
  background: #333;
  color: #fff;
}

.nav-links span.current {
  text-decoration: none;
  border-color: #333;
  background: #333;
  color: #fff;
}

.unibody_pg_single {
  margin-top: 50px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.post-page-numbers {
  margin: 30px 0;
}

.post-page-numbers>span {
  padding: 6px 11px;
  border: 1px solid #eee;
  margin: 0 1px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.post-page-numbers a>span {
  border: 1px solid #eee;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.post-page-numbers a:hover>span {
  border: 1px solid #000;
  color: #555;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.soc-footer {
  margin: 0px;
  margin-top: 25px;
}

.soc-footer li {
  float: left;
}

.soc-footer li a i {
  font-size: 20px;
  margin-right: 20px;
}

.soc-footer li a:hover {
  color: #000 !important;
}

.unibody_popular_widget_post_image {
  width: 80px;
  float: left;
}

.unibody_popular_widget_post_holder {
  margin-bottom: 15px;
  display: inline-block;
}

.unibody_popular_widget_post_content_date {
  font-size: 11px;
  opacity: 0.6;
  line-height: 12px;
  margin-bottom: 5px;
}

.unibody_popular_widget_post_content {
  overflow: hidden;
  padding-left: 20px;
}

.unibody_blog_post_title {
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.45
}

ul.icon-links li {
  display: inline-block;
}

.nocomments {
  margin: 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  font-size: 21px;
}

#comment-nav-below {
  margin-bottom: 25px;
}

#comment-nav-below h1.section-heading {
  font-size: 24px;
  margin-bottom: 10px;
}

#comment-nav-below .nav-previous a {
  display: block;
  background: transparent;
  text-align: left;
  padding: 0;
}

#comment-nav-below .nav-next a {
  display: block;
  background: transparent;
  text-align: right;
  padding: 0;
}

#comment-nav-below .nav-next a:hover,
#comment-nav-below .nav-previous a:hover {
  color: #666;
}

nav.comment-navigation {
  display: none;
}


.cart_search_block {
  padding: 0;
  margin: 0;
  float: left;
  display: inline-block;
}

.cart_search_block>li {
  list-style: none;
  padding: 18px;
  line-height: 20px;
  float: left;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
}

.search-icon-header a {
  font-size: 21px;
}

.black-search-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: -1;
}

.search-icon-header.open .black-search-block {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 9999999;
}

.black-search-table {
  display: table;
  width: 100%;
  height: 100%;
}

.black-search-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

.black-search-table-cell div {
  width: 50%;
  position: relative;
  display: inline-block;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.search-icon-header.open .black-search-table-cell div {
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.black-search-table-cell div input[name="s"] {
  background: #fff;
  padding: 15px 50px 15px 15px;
  border: none;
  font-size: 25px;
  width: 100%;
  border-bottom: 1px solid #fff;
  /* color: #fff; */
  font-weight: 400;
}

.black-search-table-cell #searchsubmit {
  border: none;
  background: 0;
  outline: 0;
  width: auto;
  cursor: pointer;
  color: #333;
  padding: 0;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  top: 21px;
  z-index: 99999;
  text-align: center;
}

.black-search-table-cell>div:after {
  content: "\f4a5";
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #333;
  position: absolute;
  right: 0;
  top: 22px;
  right: 15px;
}

.close-black-block {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 67px;
}

.close-black-block i {
  font-size: 70px;
  color: #fff;
}

.unibody_portfolio_nav {
  text-align: center;
  margin-top: 50px;
  font-size: 25px;
}

.unibody_portfolio_nav a {
  color: #555;
  padding: 0 7px;
}

div.pp_default a.pp_arrow_previous,
div.pp_default .pp_content_container .pp_details {
  display: none;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_fade {
  display: none;
}

.burger-menu.style3 .burger_unibody_normal_holder .nav-icon3 {
  float: right;
}

.nav-icon3 {
  width: 34px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
  height: 24px;
  float: left;
  top: 30px;
  z-index: 9999999;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #333;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.nav-icon3 span:nth-child(even) {
  left: 50%;
}

.nav-icon3 span:nth-child(odd) {
  left: 0px;
}

.nav-icon3 span:nth-child(1),
.nav-icon3 span:nth-child(2) {
  top: 0px;
}

.nav-icon3 span:nth-child(3),
.nav-icon3 span:nth-child(4) {
  top: 11px;
}

.nav-icon3 span:nth-child(5),
.nav-icon3 span:nth-child(6) {
  top: 22px;
}

.show-menu .nav-icon3 span:nth-child(1),
.show-menu .nav-icon3 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-menu .nav-icon3 span:nth-child(2),
.show-menu .nav-icon3 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show-menu .nav-icon3 span:nth-child(1) {
  left: 0px;
  top: 6px;
}

.show-menu .nav-icon3 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 6px;
}

.show-menu .nav-icon3 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.show-menu .nav-icon3 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.show-menu .nav-icon3 span:nth-child(5) {
  left: 0px;
  top: 18px;
}

.show-menu .nav-icon3 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
}

.pricing_tables_wrap {
  padding: 5px 30px 30px 30px;
}

.pricing_tables_name {
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 29px;
  padding-bottom: 35px;
}

.pricing_tables_price {
  text-align: center;
  font-weight: 600;
  font-size: 66px;
  position: relative;
  line-height: 1;
}

.pricing_tables_price span {
  color: #999;
  font-size: 27px;
  position: relative;
  left: -7px;
  top: -29px;
}

.pricing_tables_price i {
  color: #999;
  font-size: 14px;
  position: relative;
  top: 0px;
  font-weight: 300;
  font-style: inherit;
}

.pricing_tables_desc {
  padding-top: 25px;
}

.pricing_tables_desc ul {
  padding: 0;
}

.pricing_tables_desc ul li {
  list-style: none;
  padding: 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
  color: #999;
}

.pricing_tables_buttons {
  text-align: center;
  padding-top: 25px;
}

.pricing_tables_buttons a {
  background: #000;
  color: #fff;
  padding: 8px 25px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing_tables_buttons a:hover {
  background: #333;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.burger_unibody_menu_overlay_normal {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.burger_unibody_menu_overlay_normal {
  position: fixed;
  content: '';
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 992;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
}

.show-menu .burger_unibody_menu_overlay_normal {
  visibility: visible;
  opacity: 1;
}

.burger_unibody_menu_overlay_normal .burger_unibody_menu_vertical {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  text-align: center;
  transform: translateY(-50%);
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu,
.burger_unibody_menu_overlay_normal .burger_unibody_main_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu a {
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu .current-menu-parent>a,
.burger_unibody_menu_overlay_normal .burger_unibody_main_menu .current-page-parent>a,
.burger_unibody_menu_overlay_normal .burger_unibody_main_menu .current_page_parent>a {
  color: #789;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu.share-class a.active-menu {
  color: #789;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu .sub-menu {
  display: none;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu .sub-menu a {
  text-transform: capitalize;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu li.menu-item-has-children>a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 6px;
  font-size: 12px;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu li.menu-item-has-children>a.sub-active {
  color: #789;
  font-weight: 400;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu li.menu-item-has-children>a.sub-active::after {
  content: '\f106';
}

.burger_unibody_menu_overlay_normal li.current-menu-item>a,
.burger_unibody_menu_overlay_normal li.current-page-item>a {
  color: #fff;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu {
  height: 100%;
  position: relative;
}

.burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li {
  position: relative;
  opacity: 1;
  visibility: hidden;
  list-style: none;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li {
  -webkit-animation: burger-menu-effect 0.35s ease-in-out forwards;
  -moz-animation: burger-menu-effect 0.35s ease-in-out forwards;
  -ms-animation: burger-menu-effect 0.35s ease-in-out forwards;
  -o-animation: burger-menu-effect 0.35s ease-in-out forwards;
  animation: burger-menu-effect 0.35s ease-in-out forwards;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(6) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(8) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(9) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(10) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(11) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(12) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(13) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(14) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(15) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(16) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(17) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.show-menu .burger_unibody_menu_overlay_normal .burger_unibody_main_menu>li:nth-child(18) {
  -webkit-animation-delay: 2.55s;
  animation-delay: 2.55s;
}

@-moz-keyframes burger-menu-effect {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes burger-menu-effect {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes burger-menu-effect {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes burger-menu-effect {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

body.error404 footer {
  display: none;
}

body.error404 .tag_line_image .tag-body {
  padding: 80px 0 0 0;
}

body.error404 .main-content {
  margin: 0px;
  padding: 0px;
}

body.error404 h1 {
  font-size: 100px;
  font-weight: 100;
  line-height: 100px;
  margin: 50px 0 50px;
}

body.error404 .tag-body a {
  color: #fff;
}

body.error404 form.searchform>div {
  padding: 10px 50px 10px 15px;
  height: 46px;
  background: #fff;
  position: relative;
  color: #444;
  display: inline-block;
  margin: 0 auto 40px !important;
  max-width: 480px;
}

body.error404 form.searchform>div:focus {
  border-color: #999 !important;
}

body.error404 form.searchform>div:before {
  position: absolute;
  content: "\f002";
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  top: 13px;
  color: #18191B;
}

body.error404 form.searchform label {
  display: none
}

body.error404 form.searchform input[name="s"] {
  float: left;
  padding: 0;
  width: 200px;
  height: 26px;
  border: none;
  font-weight: 300;
}

body.error404 form.searchform input[type="submit"] {
  position: relative;
  float: right;
  margin: -34px -48px 0 0px;
  padding: 0;
  width: 50px !important;
  height: 44px;
  border: none !important;
  text-indent: -9999px;
  background: transparent;
}

.menu-transparent .navbar {
  background: transparent;
  border-bottom: transparent;
}

.menu-transparent .navbar .nav>li>a {
  color: #fff;
}

.menu-transparent .navbar .logo a {
  color: #fff;
}

.menu-transparent .navbar .search-icon-header a i {
  color: #fff;
  -moz-osx-font-smoothing: inherit;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

.menu-transparent .navbar .unibody_head_cart i {
  color: #fff;
  -moz-osx-font-smoothing: inherit;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

.menu-transparent .navbar.top-nav-collapse {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0 30px;
}

.menu-transparent .navbar.top-nav-collapse .nav>li>a {
  color: #333;
}

.menu-transparent .navbar.top-nav-collapse .nav>li>a.active-menu {
  color: #789 !important;
}

.menu-transparent .navbar.top-nav-collapse .logo a {
  color: #333;
}

.menu-transparent .navbar.top-nav-collapse .search-icon-header a i {
  color: #333;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

.menu-transparent .navbar.top-nav-collapse .unibody_head_cart i {
  color: #333;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}

.close-black-block i {
  color: #fff !important;
}

.burger-menu .logo {
  padding-top: 0px;
  line-height: 1;
  position: relative;
  z-index: 992
}

.navbar.top-nav-collapse .burger-menu .logo {
  padding: 0;
}

.scroll-top {
  position: fixed;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  right: 30px;
  font-size: 20px;
  color: #fff;
  transition: all 0.55s ease;
  z-index: 9999;
  border-radius: 50%;
  background-color: #ff4081;
}

.scroll-top:hover {
  background: #18191B;
  color: #fff;
}

.scroll-top i,
.scroll-top i:focus {
  color: #fff;
  display: inline-block;
  opacity: 1;
}

.scroll-top-visible {
  opacity: 1 !important;
  bottom: 30px;
}

.scroll-top-hidden {
  opacity: 0;
  bottom: 90px;
}

.border-img img {
  border: 1px solid #eee;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  transition: all .9s ease;
}

.portfolio-item.with-bottom {
  margin-bottom: 30px;
}

.portfolio-item.with-bottom img {
  max-width: 100%;
  height: auto;
}

.portfolio-items {
  margin-bottom: 0;
}

.portfolio-item>div {
  display: block;
  color: #fff !important;
  overflow: hidden;
  text-align: center;
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-width: none;
  position: relative;
  left: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio-item:hover>div {
  transform: scale(1.2, 1.2) translate(15px, 15px);
  -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
  -webkit-transform: scale(1.2, 1.2) translate(15px, 15px);
}

.portfolio-overlay {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
  height: 100%;
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.portfolio-overlay .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  text-align: left;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
}

.portfolio-overlay .caption p {
  padding: 0px;
  margin: 0px;
}

.portfolio-item:hover .portfolio-overlay .caption {
  bottom: 10%;
  opacity: 1;
}

.portfolio-item h5 {
  margin-bottom: 0;
  font-weight: 400;
  color: #444;
}

.portfolio-item span {
  color: #444;
}

.cart_search_block .menu-divider {
  width: 1px;
  height: 18px;
  border-right: 1px solid #ddd;
  padding: 0;
  line-height: 1;
  margin: 18px 15px 0 15px;
}

.scroll-btn .mouse {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-bottom: -30px;
}

.scroll-btn .mouse .icon {
  font-size: 40px;
}

.scroll-btn .mouse span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-animation: scroll 3s linear infinite;
  -moz-animation: scroll 3s linear infinite;
  animation: scroll 3s linear infinite;
}

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 80%;
  }

  60% {
    opacity: 0;
    top: 80%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 80%;
  }

  60% {
    opacity: 0;
    top: 80%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 80%;
  }

  60% {
    opacity: 0;
    top: 80%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

@media (max-height: 690px) {
  .scroll-btn {
    display: none;
  }
}


/* Text rotator */

.rotating {
  display: inline-block;
}

.arrow-to-top {
  padding: 0;
  margin-bottom: 50px;
}

p.copy-info {
  margin: 35px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 85%;
}

.team-block-two .list-inline>li {
  padding-bottom: 10px;
  vertical-align: bottom;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background-color: #fff !important;
}

.navigation.pagination {
  border-radius: 0px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 60px 0;
  margin: 80px 0 -80px 0;
  display: block;
}

.pagination-line {
  border-top: 1px solid #eee;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
  margin: 80px 0 -80px 0;
}

.single-portfolio .pagination-line {
  margin-top: 80px;
  margin-bottom: -80px;
}

.single-portfolio .content {
  padding-bottom: 0px;
}

.pager li {
  line-height: 1;
  width: 33.33333%;
  text-align: center;
  display: block;
  float: left;
}

.pager li>a,
.pager li>span {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.pager li.previous i {
  font-size: 24px;
  padding-right: 3px;
  position: relative;
  top: 4px;
}

.pager li.center i {
  font-size: 30px;
}

.pager li.next i {
  font-size: 24px;
  padding-left: 3px;
  position: relative;
  top: 4px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.pager {
  padding: 0;
  margin: 0;
}


/* Carousel */

.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
}

#carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

#carousel-intro .carousel-control:focus,
#carousel-intro .carousel-control:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}

@media (max-width: 991px) {
  .carousel-big .carousel-control {
    display: none;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 9;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right,
  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-indicators {
  bottom: -60px;
}

.indicators-inside {
  bottom: 7px;
}

#carousel-intro .carousel-indicators {
  bottom: 30px;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
}

.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
  background-color: #666;
  border: 0;
}

.carousel-indicators .active {
  background-color: #999;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  font-size: 50px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.carousel,
.carousel .item,
.carousel .active,
.carousel-inner {
  height: 100%;
}

.fill {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.carousel-control .icon-next:before {
  font-family: "ionicons";
  content: "\f3d3";
}

.carousel-control .icon-prev:before {
  font-family: "ionicons";
  content: "\f3d2";
}

.vc_parallax .vc_parallax-inner {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

.dark-mode {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.dark-mode a {
  color: #fff;
}

.dark-mode i {
  color: #fff !important;
}

.dark-mode .hi-icon {
  color: #fff !important
}

.dark-mode .wpcf7-form-control {
  border-color: #18191B;
}

.dark-mode input {
  background: #18191B
}

.dark-mode textarea {
  background: #18191B
}

.dark-mode .wpcf7-submit {
  padding: 10px 35px !important;
  font-size: 13px !important;
}

.slider-top {
  margin-top: -115px;
}

.vc_parallax .vc_parallax-inner {
  background-size: inherit !important
}

.unibody_hover_block:hover {
  background: #f9f9f9
}

.unibody_vc_button,
.unibody_vc_button:hover,
.owl-prev i,
.owl-next i,
.unibody_vc_button i,
#unibody_posts_slider .owl-nav div {
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.unibody_vc_button:hover {
  opacity: 0.65;
}

.unibody_vc_button:focus {
  opacity: 1;
}

.unibody_over .wpb_column {
  z-index: 1;
}

.unibody_inner_paddings .wpb_column {
  padding: 60px !important;
}

#unibody_posts_slider h4 {
  margin-bottom: 3px
}

#unibody_posts_slider .owl-nav div {
  top: 200px;
}

#unibody_posts_slider .owl-nav .fa {
  padding: 10px;
  background: #000;
  font-size: 22px;
  opacity: 0;
  color: #fff;
}

#unibody_posts_slider .owl-nav .fa:hover {
  background: #fff;
  color: #000 !important
}

#unibody_posts_slider .owl-nav .fa:hover .fa {
  color: #000 !important
}

#unibody_posts_slider:hover .owl-nav .fa {
  opacity: 1
}

h4 .vc_latest_news_title {
  margin-top: 0px;
  display: block;
  color: #000;
  margin-bottom: 0px;
}

#unibody_posts_slider .meta {
  margin-bottom: 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999
}


/*TESTIMONIAL ITEM*/

.unibody_testimonial_author_holder {
  display: inline-table;
  width: 100%;
  text-align: center;
  color: #999;
  margin-bottom: 0px;
  font-size: 15px;
}

.unibody_testimonial_content_holder h1,
.unibody_testimonial_content_holder h2,
.unibody_testimonial_content_holder h3,
.unibody_testimonial_content_holder h4,
.unibody_testimonial_content_holder h5,
.unibody_testimonial_content_holder h6,
.unibody_testimonial_content_holder p {
  display: inline !important;
}

.unibody_slider_posts_content_holder {
  padding: 20px;
  background: #f1f1f1
}

.unibody_testimonial_author_holder .unibody_tesimonial_title {
  display: table-cell;
  vertical-align: middle;
}

.unibody_testimonial_author_holder img {
  max-height: 60px;
  max-width: 60px;
  border-radius: 100px;
}

.unibody_testimonial_holder.box .unibody_testimonial_content_holder {
  background: #fff;
  padding: 30px;
  line-height: 1.75;
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.unibody_testimonial_holder.box .unibody_testimonial_author_holder {
  background: #fff;
  padding-bottom: 15px;
  font-weight: 600;
  color: #555;
  font-size: 16px;
  position: relative;
  border-top: 1px solid #f4f4f4;
  padding-top: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.unibody_testimonial_content_holder {
  margin-bottom: 20px;
  padding: 0 150px;
  margin-top: 15px;
  line-height: 2;
  text-align: center;
  overflow: visible;
  display: block !important;
  font-size: 18px;
}

.unibody_testimonial_content_holder.white {
  color: #fff;
}

.unibody_testimonial_holder.box .unibody_testimonial_author_holder::before,
.unibody_testimonial_holder.box .unibody_testimonial_author_holder::after {
  position: absolute;
  content: '';
  pointer-events: none;
  left: 50%;
  width: 34px;
  height: 34px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  bottom: -17px;
}

.unibody_testimonial_holder.box .unibody_tesimonial_image {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 35px;
}

.unibody_testimonial_holder.box .unibody_tesimonial_image img {
  width: 75px !important;
  text-align: center;
  border-radius: 50%;
  display: inline-block !important;
  border: 2px solid #fff;
}

.unibody_tesimonial_image {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 15px;
}

.unibody_tesimonial_image img {
  width: 75px !important;
  text-align: center;
  border-radius: 50%;
  display: inline-block !important;
  border: 2px solid #fff;
}


/*Custom Slider*/

.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
}

.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
}

.owl-item .unibody_strange_portfolio_item {
  margin-bottom: 0px;
}

.owl-item .unibody_vc_potrfolio a {
  cursor: move;
}

.owl-carousel .owl-item img.opacity {
  opacity: 0.6;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.owl-carousel .owl-item img.opacity:hover {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.unibody_owl_slider {
  max-width: 1600px !important;
}


/*MISC*/

.unibody_opacity {
  opacity: 0.5
}

.unibody_full {
  margin-left: 15px !important;
  margin-right: 15px !important;
}


/*Pricing Tables*/

.unibody_pt_holder {
  padding: 20px;
  border: 5px solid #f1f1f1;
  background: #fff;
  border-radius: 5px;
}

.unibody_pt_header {
  text-align: center;
}

.unibody_pt_desc {
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.unibody_pt_title {
  margin: 0px;
}

.unibody_pt_price {
  font-size: 62px;
  line-height: 70px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding: 10px 20px;
}

.unibody_pr_cur {
  font-size: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #999;
  font-weight: normal
}

.unibody_pr_period {
  font-size: 24px;
  position: absolute;
  bottom: 0px;
  right: -30px;
  color: #999;
  font-weight: normal
}

.unibody_pt_list {
  margin: 0px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-top: 25px !important;
  display: block;
  border-top: 1px solid #eaeaea;
  padding-top: 25px !important;
}

.unibody_pt_list .unibody_list_item {
  display: block !important;
}

.unibody_pt_list .unibody_list_item {
  border-bottom: 1px solid #eaeaea !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
}

.unibody_pt_list .unibody_item_title {
  margin: 0px;
}

.unibody_pt_featured {
  margin-top: -25px !important;
  margin-bottom: -25px;
  padding: 50px 20px;
}


/*Progress Bar*/

.unibody_progress {
  border-radius: 0px !important;
  box-shadow: none;
  height: 10px;
  background-color: #eaeaea;
  text-align: left !important;
}

.unibody_progress .progress-bar {
  text-align: left !important;
  padding-left: 15px;
  display: table
}

.unibody_progress .progress-bar span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px !important;
}


/*Team Members*/

.vc_team_member_holder h3 {
  margin-bottom: -4px !important;
  font-weight: normal !important;
  margin-top: 10px;
}

.vc_team_member_holder h5 {
  margin-bottom: 10px !important;
  color: #333;
  margin-top: 10px;
}

.vc_team_member_holder {
  background: #fff;
  margin-bottom: 30px;
}

.unibody_cont_holder {
  padding: 15px;
  background: #f3f3ef
}

.unibody_cont_holder h6 {
  font-size: 10px;
  opacity: 0.6
}

.unibody_team_cont {
  margin-top: 20px;
}

.vc_team_member_image_holder {
  position: relative;
  overflow: hidden;
}

.vc_team_member_holder .unibody_mask_holder {
  opacity: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  display: block;
  visibility: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  /* fix for twitch*/
  backface-visibility: hidden;
  /* fix for twitch*/
}

.vc_team_member_holder .unibody_mask {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  display: inline-block;
  width: 100%;
  color: #666;
}

.inner_img_holder {
  text-align: center;
}

.vc_team_member_image_holder:hover .unibody_mask_holder {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.unibody_icons a {
  margin-top: 10px;
  color: #000;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
  -webkit-backface-visibility: hidden;
  /* fix for twitch*/
  zoom: 1;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  /* fix for twitch*/
  backface-visibility: hidden;
  /* fix for twitch*/
  opacity: 0;
  padding: 0 5px;
  display: inline-block;
}

.vc_team_member_image_holder:hover .unibody_icons a {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  /* fix for twitch*/
  backface-visibility: hidden;
  /* fix for twitch*/
}

.unibody_mask h5 {
  opacity: 0;
  margin-bottom: 30px !important;
  margin-top: -40px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  /* fix for twitch*/
  backface-visibility: hidden;
  /* fix for twitch*/
}

.vc_team_member_image_holder:hover .unibody_mask h5,
.unibody_mask_holder {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  /* fix for twitch*/
  backface-visibility: hidden;
  /* fix for twitch*/
}

.unibody_mask h5 span {
  display: inline-block;
  background: #fff;
  padding: 5px;
  border-radius: 4px;
}

.unibody_icons a:hover {
  opacity: 1 !important;
}

.unibody_team_cont_holder {
  padding: 25px;
  border: none;
  background: #fff;
  margin: 0px 20px;
}

.unibody_team_cont_holder h6 {
  margin-bottom: 0px;
  color: #000;
  text-transform: uppercase;
  font-size: 19px;
  padding-bottom: 10px;
  padding-top: 5px;
}


/*Tabs*/

.vc_tta-color-grey .vc_tta-title-text {
  color: #000
}

h4.vc_tta-panel-title {
  font-size: 16px !important
}

.unibody_big_icons i {
  display: block !important;
  font-size: 32px !important;
  color: #000
}

.unibody_big_icons .vc_tta-title-text {
  margin-left: 0px !important;
  margin-top: 20px !important;
  display: block !important
}


/*Accordion*/

.vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 20px !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #222 !important;
  background: #fafafa !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
  color: #222 !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #eee !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border-color: #eee !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #eee !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
  padding: 20px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
  padding-left: 46px !important;
}

.progress-circle {
  display: inline-block;
  position: relative;
  margin: 30px 0;
}

.progress-circle.white .circle,
.progress-circle.white .agenda {
  color: #fff;
}

.progress-circle .circle {
  position: relative;
  margin: 0 20px;
  text-align: center;
  width: 100px;
}

.progress-circle .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -17px;
  margin-left: -20px;
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: -1px;
}

.progress-circle .circle span:after {
  content: '%';
  margin-left: 0.1em;
}

.agenda {
  padding-top: 5px;
  position: relative;
  bottom: 0;
  text-align: center;
}

.img-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #000;
  opacity: 0.55;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  z-index: 99;
}

.video-button {
  display: table;
  margin: auto;
}

.video-button span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 70px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.video-button span i {
  text-align: center;
  font-size: 45px;
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -2px;
  left: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.video-button:hover a,
.video-button:hover i {
  color: #5AC8FB;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.video-button:hover span {
  border-color: #5AC8FB;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intro {
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  background-size: cover;
  height: 100vh;
  display: flex;
}

.intro a {
  color: #fff;
}

.intro a:hover {
  color: #ccc;
  text-decoration: none;
}

.intro h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0;
}

.intro h1.intro-small {
  font-size: 65px;
  line-height: 65px;
}

.intro .lead {
  margin: 40px 0 0;
}

.introhalf {
  height: auto !important;
}

.intro .intro-body {
  height: 100vh;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  padding-top: 100px;
}

.intro .intro-body .list-inline {
  margin-top: 15px;
}

.intro .intro-body .list-inline>li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.intro .intro-body .badge {
  background-color: rgba(255, 64, 129, 0.75);
  color: #fff;
  font-size: 12px;
  position: absolute;
  margin: -30px -160px;
  line-height: 1;
  text-shadow: none;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 21px 9px;
}

.introhalf .intro-body {
  padding: 180px 0 110px;
}

.landing .intro-body:before {
  position: absolute;
  background: transparent;
}

.intro-body:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -9;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0 0 5px;
}

.intro.full-coming h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 80px;
}

.intro-fullscreen {
  opacity: 1 !important;
}

.intro-fullscreen .intro-body {
  padding: 90px 0 20px;
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.solid-color {
  background: #6393c1;
  background: -moz-linear-gradient(-45deg, #6393c1 0%, #e55bea 100%);
  background: -webkit-linear-gradient(-45deg, #6393c1 0%, #e55bea 100%);
  background: linear-gradient(135deg, #6393c1 0%, #e55bea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6393c1', endColorstr='#e55bea', GradientType=1);
}

.solid-color .intro-body:before {
  background: transparent;
}

.intro-body .icon-big {
  display: inline-block;
  padding: 20px;
}

.intro .scroll-btn {
  width: 57px;
  display: inline-block;
  text-align: center;
  margin: 0px auto;
}

.marg40 {
  margin-top: 40px;
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.rotating .back {
  display: block;
  opacity: 0;
}

.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: .4;
  display: none;
}

.video-controls-visible {
  display: inline;
}

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px;
}

.video-controls a.fa {
  text-decoration: none;
}

.mbYTP_wrapper {
  z-index: 0 !important;
}

.icon-big {
  font-size: 80px;
  line-height: 120px;
  display: block;
}

.full-coming .intro-body {
  padding: 90px 0 20px;
}

[id*="clock"] {
  margin: 30px 0;
}

[id*="clock"] div {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
}

[id*="clock"] span {
  display: block;
  font-size: 64px;
  font-weight: 100;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.rotate-180 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.magic,
.magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.footer-copy-text {
  text-transform: uppercase;
  padding-top: 10px;
}

.subscribe-form {
  padding-bottom: 10px;
}

.small-form {
  margin: 0 auto 40px !important;
  max-width: 480px;
}

.footer .footer-area-cont .menu-footer-menu-container li {
  font-family: Montserrat, sans-serif;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 1px;
}

.footer .footer-area-cont .menu-footer-menu-container li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}

.comment-reply-title small {
  width: 100%;
  display: inline-block;
}

.comment-reply-title small a {
  font-weight: bold;
}

.portfolio-single-fields {
  padding: 0;
  margin: 0;
}

.portfolio-single-fields li {
  list-style: none;
  line-height: 1.5;
}

.portfolio-single-fields li i {
  font-size: 30px;
  position: relative;
  top: 6px;
  padding-right: 6px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

.page-template-coming-soon a {
  color: #fff !important;
}