/*
Theme Name: Enix Child Theme
Theme URI: http://indonez.com
Description: Child Theme for Enix Theme
Author: indonez
Author URI: http://indonez.com
Template: enix
Version: 1.0.0
*/
/* Import CSS Files */
@import url("../enix/style.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bbb !important; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb !important;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb !important;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb !important; }

:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #bbb !important; }

a:hover {
  color: #0089a5 !important; }

#content-wrapper {
  margin-bottom: 30px; }

.contact-us a {
  color: #0089a5; }
  .contact-us a:hover {
    color: #1a1a1a !important; }

/*header*/
#idz-header, .header-info-container {
  background: #0b0b0b; }

.header-info-container {
  border-bottom: solid 1px #666;
  color: #666;
  padding: 3px; }

/*Search*/
#search {
  padding: 5px 20px;
  width: 220px; }
  #search .input-group-placeholder .form-control:first-child {
    background: transparent;
    border: solid 1px #bbb;
    display: table-cell;
    padding: 0;
    padding-left: 18px; }
  #search .input-group-icon {
    color: #bbb; }

/*connect button*/
.connect-btn {
  float: right;
  margin-top: 8px;
  color: #0089a5 !important;
  margin-right: 10px; }

/*header social icon*/
div.header-info-right span {
  display: none; }
div.header-info-right ul.social-list.social-header {
  padding: 6px 0; }
  div.header-info-right ul.social-list.social-header a {
    width: 30px;
    height: 30px;
    background: #0089a5;
    border-radius: 50%;
    color: #0b0b0b; }
    div.header-info-right ul.social-list.social-header a i {
      position: relative;
      top: -2px;
      left: 1px; }
    div.header-info-right ul.social-list.social-header a:hover {
      color: #fff !important; }

/*header contact*/
.contact-header li {
  border-right: 1px solid #666; }
.contact-header strong {
  font-family: Open Sans;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400; }
.contact-header a {
  font-family: Montserrat;
  color: #0089a5;
  font-size: 15px;
  font-weight: 700; }

/*navbar*/
.navigation-container {
  background-color: #0089a5 !important;
  border-top: 5px solid #00748e !important; }
  .navigation-container .btn-black {
    float: right;
    font-family: Montserrat;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 13px;
    padding: 5px 40px;
    border-radius: 25px;
    background: #181617; }
    .navigation-container .btn-black:hover {
      background: #fff;
      color: #00748e; }
  .navigation-container .idz-menu a {
    font-family: Montserrat;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 400; }
  .navigation-container .current-menu-ancestor > a {
    background-color: #00748e !important; }
    @media (max-width: 768px) {
      .navigation-container .current-menu-ancestor > a {
        background-color: transparent !important; } }
  .navigation-container .idz-menu .sub-menu {
    padding: 0;
    margin-left: 0 !important;
    display: inherit;
    border: none; }
    .navigation-container .idz-menu .sub-menu a {
      color: #0089a5 !important; }
      .navigation-container .idz-menu .sub-menu a:hover {
        color: #ffffff !important;
        background: #0089a5 !important; }
  .navigation-container .idz-menu a.active, .navigation-container .idz-menu a:hover, .navigation-container .idz-menu a:focus, .navigation-container .idz-menu a.highlighted {
    background: #00748e; }

/*banner*/
#slideshow-container .btn-banner {
  font-family: Montserrat;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  border: solid 2px #fff !important;
  padding: 10px 40px !important;
  border-radius: 4px; }
  #slideshow-container .btn-banner:hover {
    color: #0089a5;
    border-color: #0089a5 !important; }
#slideshow-container .white-center {
  text-align: center; }

/*homepage*/
.idz-box-icon {
  cursor: pointer;
  min-height: 330px; }
  .idz-box-icon:hover {
    background: #0089a5;
    color: #fff !important; }
    .idz-box-icon:hover h5 a {
      color: #fff !important; }
  .idz-box-icon .icon-container {
    margin-bottom: 0 !important; }
    .idz-box-icon .icon-container .icon-shape.circle {
      background: #fff !important; }
      .idz-box-icon .icon-container .icon-shape.circle .tactix-small:before {
        content: url(/wp-content/uploads/2016/03/tactic_smaill.png);
        position: relative;
        top: 10px; }
  .idz-box-icon .text-container .title-box {
    text-transform: none;
    margin-bottom: 10px; }

.home-main {
  padding: 50px 0; }
  .home-main dl {
    counter-reset: ol; }
    .home-main dl dt {
      font-family: Open Sans;
      color: #ffffff;
      font-size: 17px;
      font-weight: 400;
      padding-left: 45px;
      padding-bottom: 10px;
      position: relative; }
      .home-main dl dt:before {
        content: counter(ol);
        counter-increment: ol;
        left: 3px;
        top: 5px;
        font-family: Montserrat;
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        position: absolute;
        border-right: solid 1px #fff;
        height: 35px;
        width: 29px; }

/*clients*/
.clients {
  padding-top: 30px;
  padding-bottom: 30px; }
  .clients .circle-separator {
    background: #0089a5; }
    .clients .circle-separator .fa-quote-left {
      background: #0089a5;
      color: #fff; }
      .clients .circle-separator .fa-quote-left:before {
        content: url(/wp-content/uploads/2016/03/leftquo.png); }
  .clients .owl-item {
    margin-left: 0 !important; }
    .clients .owl-item .testimonial-item p {
      font-family: Open Sans;
      color: #686366;
      font-size: 19px;
      font-style: italic; }
    .clients .owl-item .testimonial-item cite {
  		
      font-family: Open Sans;
      color: #fff;
      font-size: 19px;
      font-style: italic; }
	  .clients .owl-item .testimonial-item cite:before{
  display:none;

}
      .clients .owl-item .testimonial-item cite span {
			  
        display: block;
        background: #fff;
        font-family: Open Sans;
        color: #686366;
        font-size: 19px;
        font-style: italic;
        font-weight: 700; }

/*connect with us*/
.connect-with-us {
  padding: 50px 0 40px;
  background: url(/wp-content/uploads/2016/03/footer-bg.png) top center no-repeat #1b1b1b; }
  .connect-with-us p {
    ont-family: Open Sans;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px; }
  .connect-with-us .idz-button.button-border {
    padding: 15px 103px 17px; }
    .connect-with-us .idz-button.button-border:hover {
      background: transparent;
      border-color: #0089a5; }

/*page content*/
.container, .container-fluid {
  padding: 50px 0 0; }
  .container .owl-carousel .owl-item, .container-fluid .owl-carousel .owl-item {
    margin: auto; }

/*footer*/
#idz-footer {
  background: #0b0b0b;
  font-family: Open Sans;
  color: #696969;
  font-size: 12px;
  font-weight: 400; }
  #idz-footer .footer-information {
    color: #fff; }
  #idz-footer #footermenu {
    padding: 0; }
  #idz-footer .logo-footer {
    max-width: 170px; }
  #idz-footer .textwidget {
    font-family: Open Sans;
    color: #fff;
    font-size: 15px;
    font-weight: 400; }
    #idz-footer .textwidget .linkedin-color i {
      color: #0b0b0b;
      background: #0089a5;
      width: 30px;
      height: 30px;
      padding: 7px 9px;
      border-radius: 15px;
      margin-right: 10px;
      transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out; }
      #idz-footer .textwidget .linkedin-color i:hover {
        color: #fff; }
  #idz-footer .heading-footer {
    font-family: Montserrat;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400; }

/*scroll up*/
#scrollUp {
  background-color: #0089a5 !important;
  border-radius: 3px; }
  #scrollUp:hover {
    background-color: #fff !important; }

/*logolist*/
.logo-list {
  list-style: none;
  padding-left: 25px; }
  .logo-list li {
    background: url("/wp-content/uploads/2016/03/logolist.png") left 6px no-repeat;
    padding-left: 25px;
    margin-bottom: 2px; }

/*sidebar*/
.idz-sidebar .heading-title {
  font-family: Montserrat;
  color: #00748e;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: solid 2px #ddd; }
  .idz-sidebar .heading-title:after {
    content: none; }
.idz-sidebar .menu li {
  border-bottom: solid 2px #ddd !important; }
  .idz-sidebar .menu li.current-menu-item a {
    background-color: #0089a5;
    color: #fff !important; }
  .idz-sidebar .menu li a {
    font-family: Montserrat;
    color: #0089a5;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 15px;
    display: block; }
    .idz-sidebar .menu li a:hover {
      background-color: #0089a5;
      color: #fff !important; }

@media only screen and (max-width: 959px) {
  .navigation-container .btn-black {
    display: none; } }
@media only screen and (max-width: 767px) and (min-width: 0) {
  .connect-btn {
    display: none; }

  .search-trigger {
    position: absolute;
    right: auto !important;
    background-color: #0089a5 !important; }
    .search-trigger.active {
      background-color: #0089a5 !important; }

  .menu-trigger {
    background-color: #0089a5 !important;
    position: absolute;
    right: 0px !important; }
    .menu-trigger.active {
      background-color: #0089a5 !important; }

  .navigation-container .idz-menu .sub-menu a {
    color: #fff !important; } }
@media only screen and (max-width: 479px) and (min-width: 0px) {
  .social-header {
    padding-left: 50px !important; }

  .search-trigger {
    margin-top: 13px !important; }
    .search-trigger.active {
      background-color: #0089a5 !important; }

  .menu-trigger {
    background-color: #0089a5 !important; }
    .menu-trigger.active {
      background-color: #0089a5 !important; }

  .contact-header {
    padding: 0; }
    .contact-header li {
      padding-right: 10px !important; }
      .contact-header li:last-child {
        padding-left: 10px !important;
        padding-right: 0 !important; }

  .testimonial-item blockquote p {
    margin-right: 50px;
    margin-left: 50px;
    font-size: 14px !important; }

  #slideshow-container .btn-banner {
    padding: 6px 30px !important; }

  .idz-menu a.active {
    background: transparent !important; } }
/*contact form*/
.wpcf7-form {
  margin: 0;
  margin-bottom: 60px; }
  .wpcf7-form p {
    margin-bottom: 10px; }
    .wpcf7-form p input, .wpcf7-form p textarea {
      width: 100%;
      border-radius: 3px;
      border: solid 1px #c2c2c2;
      background: #eeeeee;
      padding: 5px 10px;
      margin-top: 8px;
      font-family: "Open Sans";
      line-height: 26px;
      font-weight: 400;
      font-style: normal; }
    .wpcf7-form p .wpcf7-submit {
      float: right;
      font-family: Montserrat;
      color: #ffffff;
      font-size: 13px;
      font-weight: 400;
      border-radius: 3px;
      border: none;
      background: #0089a5;
      cursor: pointer;
      width: 170px;
      margin-bottom: 20px;
      -webkit-appearance: none; }
      .wpcf7-form p .wpcf7-submit:hover {
        color: #0089a5;
        background: #fff;
        border: solid 1px #0089a5; }

/*team*/
.page-template-default .idz-team {
  cursor: pointer;
  border-radius: 7px; }
  .page-template-default .idz-team .view-profile {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 120px;
    margin: auto;
    font-family: Open Sans;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    background: #0089a5;
    border-radius: 17px; }
  .page-template-default .idz-team h4 a {
    transition: inherit !important;
    font-family: Montserrat;
    color: #353535;
    font-size: 24px;
    font-weight: 400; }
  .page-template-default .idz-team .team-description p:first-of-type span {
    font-family: Open Sans;
    color: #0089a5;
    font-size: 11px;
    font-weight: 400;
    background: #fff;
    border: solid 1px #D2D0D0;
    border-radius: 19px; }
  .page-template-default .idz-team:hover {
    background: #0089a5; }
    .page-template-default .idz-team:hover .view-profile {
      background: #fff;
      color: #0089a5;
      border: solid 1px #0089a5; }
    .page-template-default .idz-team:hover .team-description {
      color: #fff; }
      .page-template-default .idz-team:hover .team-description h4 a {
        color: #fff; }
        .page-template-default .idz-team:hover .team-description h4 a:hover {
          color: #fff !important; }
  .page-template-default .idz-team .team-container {
    top: 1px; }
  .page-template-default .idz-team .team-container:hover .overlay-team {
    opacity: 0; }

#idz-page-header {
  display: none !important; }

/*team-single*/
.team-image {
  padding-top: 10px;
  padding-bottom: 0px; }

/*testimonial box*/
.information-box {
  background: #0089a5 !important;
  padding: 20px 30px; }
  .information-box p {
    font-size: 19px; }

.single-team .team-description span {
  font-weight: 700; }

/*brochure btn*/
.brochure-btn {
  background: url(/wp-content/uploads/2016/03/brochure-bg.png) center center no-repeat transparent;
  max-width: 760px;
  display: inline-block;
  width: 100%;
  padding: 37px 109px;
  font-family: Montserrat;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  background-size: 100% auto; }
  .brochure-btn:hover {
    color: #ffffff !important;
    background-image: url(/wp-content/uploads/2016/03/btnhover.png); }
  @media (max-width: 768px) {
    .brochure-btn {
      font-size: 20px;
      padding: 20px 90px; } }
  @media (max-width: 600px) {
    .brochure-btn {
      font-size: 15px;
      padding: 10px 70px; } }
  @media (max-width: 500px) {
    .brochure-btn {
      font-size: 11px;
      padding: 5px 40px; } }

/*post*/
.idz-recent-posts {
  min-height: 657px; }
  .idz-recent-posts .post-desc h4 {
    line-height: 20px; }
  .idz-recent-posts:after {
    background: #0089a5; }

.single-post .date-blog-information span {
  background: #0089a5; }
.single-post .idz-table.table-blue th {
  background: #0089a5; }
.single-post a {
  color: #0089a5; }
.single-post .post-title {
  font-size: 30px;
  color: #0089a5; }
.single-post .blog-container ol {
  padding-left: 40px; }
.single-post .idz-button {
  background: #0089a5;
  border-radius: 2px;
  color: #fff; }
  .single-post .idz-button:hover:hover {
    color: #0089a5;
    background: #fff;
    border: solid 1px #0089a5; }
.single-post .social-list a {
  background: #0089a5 !important; }

.idz-sidebar .widget_recent_entries ul {
  list-style-type: inherit;
  padding-left: 28px; }
.idz-sidebar a {
  color: #0089a5; }

/*client page*/
.client-box .inner {
  text-align: center;
  padding: 12px;
  border: solid 1px #ddd;
  margin-bottom: 20px;
  min-height: 244px; }
  .client-box .inner p {
    margin-bottom: 0; }

/*brochure-table*/
.brochure-table tr:first-of-type td {
  background: #0089a5;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 17px; }
.brochure-table tr td {
  background: #fff;
  border: solid 1px #ddd;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  color: #3f3f3f;
  font-size: 16px;
  width: 20%; }
  .brochure-table tr td ul {
    list-style-type: inherit; }
@media (max-width: 880px) {
  .brochure-table {
    display: none; } }

.brochure-list ul {
  list-style-type: inherit; }
@media (min-width: 881px) {
  .brochure-list {
    display: none; } }

/*# sourceMappingURL=style.css.map */
