/*
  Theme Name: Digifox
  Theme URI: http://www.studiopress.com/
  Description: This is the sample theme created for the Genesis Framework.
  Author: What The Fox
  Author URI: http://whatthefox.com.au/

  Version: 1.0.0

  Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

  Template: stockholm
  Template Version: 2.5

  License: GPL-2.0+
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Text Domain: digifox
*/

/*# sourceMappingURL=style.css.map */
/* Slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-initialized .slick-slide {
  display: block; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-slider {
  margin-top: 20px; }

/*end slick*/
body * {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

/* fonts */
body, html {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 62.5%; }

blockquote {
  display: block;
  border-top: 3px solid #c4c4c6;
  border-bottom: 3px solid #c4c4c6;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0; }

blockquote h3, blockquote > p {
  color: #000;
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif !important;
  font-style: normal;
  color: #000; }

h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6.2rem; }

h1:after {
  display: block;
  content: ' ';
  width: 60px;
  border-bottom: 3px solid #c4c4c6;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto; }

#qode-home-fullscreen-slider h1 {
  color: #fff;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 49px;
  font-size: 4.9rem;
  line-height: 1.2; }

#qode-home-fullscreen-slider h1:after {
  display: block;
  content: ' ';
  width: 60px;
  border-bottom: 2px solid #fff;
  margin-left: calc(50% - 30px);
  padding-top: 5px; }

h2, .h2 {
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 4.8rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 16px !important; }

h2:after, .h2:after, h1.about-us:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 60px;
  border-bottom: 3px solid #c4c4c6;
  left: calc(50% - 30px);
  bottom: -5px; }

h2.h4:after {
  display: none; }

h2.about-us {
  text-align: right; }

h2.about-us:after, .footer-contact-text h2:after {
  left: unset;
  right: 0; }

h1.about-us:after {
  left: 10px;
  bottom: -10px; }

h3, .h3 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 3.4rem; }

.service-row h3 {
  margin: 15px 0; }

h4, .h4 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 3.4rem; }

.blog h4 {
  line-height: 22px;
  line-height: 2.2rem; }

.contact-details h2.h4 {
  padding-bottom: 0;
  margin-bottom: 0 !important; }

h5, .h5 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 5rem; }

h6, .h6 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 5rem; }

p, div {
  font-size: 1.6rem;
  font-weight: 300; }

p {
  margin-bottom: 15px; }

p.banner-intro {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 25px;
  font-weight: 500; }

.service-row p {
  color: #2B2E34; }

.button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  border: 2px solid #C4C4C6;
  background-color: transparent;
  color: #2B2E34;
  text-transform: uppercase;
  padding: 8px 30px;
  font-family: 'raleway', san-serif;
  font-size: 16px;
  font-size: 1.6rem !important;
  font-weight: 400; }

.button:hover {
  color: #fff;
  background-color: #C4C4C6; }

.gform_wrapper .gform_footer input[type=submit] {
  padding: 2px 30px; }

.gform_footer.top_label {
  padding-top: 0 !important; }

.qbutton {
  padding: 0 40px;
  font-family: 'Raleway' !important; }

.qbutton.white:hover {
  color: #434647;
  background-color: #ffffff;
  border-color: #ffffff; }

.page-id-18918 div#footer-contact {
  display: none; }

.flex.grid .item .caption span a {
  color: #ffffff;
  font-family: 'raleway'; }

.flex.grid .item .caption .item-title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem; }

.flex.grid .item .caption span.item-categories a {
  font-weight: 400 !important;
  font-size: 16px;
  font-size: 1.6rem; }

/* Flex */
.flex.grid {
  flex-flow: row wrap; }

.flex.grid .item .caption span a {
  color: #ffffff; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex.grid .item {
  width: 20%;
  position: relative;
  color: #ffffff;
  line-height: 0; }

.portfolio-wrap .item {
  border: 1px solid #fff; }

.single-portfolio_page.postid-22700 .portfolio_images img, .single-portfolio_page.postid-22701 .portfolio_images img {
    width: 100%; }

/* Visual Composer */
.vc_row.no-padding {
  padding-top: 0px;
  padding-bottom: 0px; }

.vc_row {
  padding-top: 90px;
  padding-bottom: 90px; }

.vc_row.pad-top {
  padding-top: 90px; }

.vc_row.pad-btm {
  padding-bottom: 90px; }

.wrap, .section-wrap, .vc_row.full-width-wrap .wpb_wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px; }

.vc_row.top-row {
  padding-top: 30px !important; }

.vc_row.bottom-row {
  padding-bottom: 0 !important; }

.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.projects-row-wrap .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* header and navigation*/
nav.main_menu.drop_down.right {
  display: none; }

header {
  position: fixed !important; }

.home header .header_bottom.clearfix {
  background-color: transparent !important; }

header .header_bottom.clearfix {
  background-color: #2B2E34 !important;
  max-height: 120px; }

header .container_inner .header_inner_left {
  position: relative; }

/*.header_inner_left .mobile_menu_button {
    display: table;
    float: right;
    margin: 0;
}*/
header.header-scrolled .header_bottom.clearfix {
  background-color: #2B2E34 !important;
  max-height: 120px; }

header.header-scrolled.sticky .header_bottom.clearfix {
  max-height: 80px; }

.logo_wrapper, header.sticky .logo_wrapper {
  float: none; }

.page_header .container_inner.clearfix, .header_inner.clearfix, .page_header {
  max-height: 100px !important;
}

header.sticky .q_logo img.dark {
    transition: unset;
}

.q_logo img.sticky {
  max-width: 207px;
  max-height: 23px; }

header.dark .q_logo img.dark {
  height: 85px !important;
  width: 171px !important;
  padding: 0; }

nav.mobile_menu ul li {
  border-bottom: none;
  margin-bottom: 10px; }

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a {
  color: #9e9e9e; }

nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
  font-family: 'raleway';
  font-size: 30px;
  font-size: 3rem; }

img.sticky {
  margin-top: 29px; }

.q_logo {
  top: 50%; }

nav.mobile_menu {
  padding: 0 20px;
  text-align: center;
  background-color: #2B2E34;
  position: absolute;
  width: calc(100% + 90px) !important;
  margin-left: -45px;
  height: 100vh;
  margin-top: 120px; }

nav.mobile_menu ul {
  top: calc(50% - 120px);
  transform: translateY(-50%);
  margin: 0; }

.sticky nav.mobile_menu {
  margin-top: 80px; }

.mobile-icon {
  float: right;
  margin-right: 20px;
  margin-top: 42px; }

.mobile-icon i {
  font-size: 37px;
  font-size: 3.7rem;
  color: #fff; }

.logo_wrapper {
  width: 50%; }

img.dark {
  padding: 9px 0; }

.vc_row.about-row-1 {
  padding-top: 50px; }

.about-row-2.vc_row {
  padding: 40px 0 0; }

/*.mobile_menu_button .fa-bars {
    font-size: 26px;
}
.dark .mobile_menu_button span {
    color: #fff;
}
.mobile_menu_button span:hover {
    color: #bfbfbf;
}*/
header .container_inner.clearfix {
  width: 100%; }

/* Custom Menu Icon */
#menu-toggle {
  float: right;
  margin-top: 49px;
  width: 27px;
  height: 40px;
  position: relative;
  cursor: pointer; }

#menu-toggle span:nth-child(1) {
  top: 0; }

#menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%; }

#menu-toggle span:nth-child(2), #menu-toggle span:nth-child(3) {
  top: 11px; }

#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#menu-toggle span:nth-child(4) {
  top: 22px; }

#menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%; }

#menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
  color: #fff;
  font-weight: 300; }

.sticky a.mobile-icon {
  margin-top: 20px; }
.sticky #menu-toggle {margin-top: 27px;}

body {
    overflow-x: hidden !important;
}
.home .header_bottom.clearfix.active-menu {
    background-color: #2B2E34 !important;
}

/* Slider */
.q_slider_inner .item {
  background-color: #2B2E34; }

.carousel-inner .item .image {
  opacity: .25; }

i.fa.fa-angle-down.home-slider-more {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 14px);
  font-size: 45px;
  color: #fff; }

.text.all_at_once {
  margin-top: 90px !important; }

/* Portfolio */
.portfolio-button {
  text-align: center;
  margin-top: 50px; }

.flex.grid .item .caption span.item-title {
  line-height: 2.4rem; }

.flex.grid .item .caption span {
  display: block;
  text-align: center;
  padding: 5px 0px; }

.flex.grid .item .caption {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(43, 46, 52, 0.8);
  color: #ffffff;
  text-align: center;
  line-height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 20px;
  transition: all .4s; }

.flex.grid .item:hover .caption {
  opacity: 1; }

.flex.grid .item .caption span.item-categories {
  line-height: 1.8rem; }

.flex.grid .item .caption span.item-link {
  font-size: 2rem;
  line-height: 1.8rem; }

/* Recent blog posts */
.latest_post_holder {
  margin-top: 30px;
  margin-bottom: 30px; }

.latest_post_holder .boxes_image a .latest_post_overlay {
  background-color: rgba(43, 46, 52, 0.7); }

.latest_post_holder.boxes > ul > li .latest_post {
  text-align: center;
  background-color: transparent;
  position: relative; }

.latest_post_holder .latest_post_title a {
  color: #727272; }

.latest_post_holder>ul {
    display: flex !important;
    align-items: stretch;
}

span.date_holder.post_info_section, span.date_holder.post_info_section span.date {
  color: #727272;
  font-family: raleway !important;
  font-style: normal !important;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0;
  padding-right: 0;
  font-size: 1.6rem; }

.latest_post_holder.boxes.three_columns>ul>li {
    border: 1px solid #95989A;
    border-top: none;
}

.latest_post_holder.boxes .boxes_image {
    margin: -1px;
}

.latest_post_holder.boxes > ul > li .latest_post p.excerpt {
  margin: 13px 0 30px; }

/* blog archive */
.blog_holder article .post_image a:hover .post_overlay {
  opacity: .6; }

/* single blog page */
div#tag_cloud-8 {
  display: none; }

.single_tags.clearfix {
  display: none; }

.single-post .vc_row
  padding: 20px 0; }

/* Footer */
#home-testimonials .testimonials .testimonial_text_inner, #home-testimonials .testimonials .testimonial_text_inner p:not(.testimonial_author), #home-testimonials .testimonials .testimonial_text_inner p.testimonial_author {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
  color: #fff; }

#home-testimonials .testimonials .testimonial_text_inner p:not(.testimonial_author) {
  margin-top: 50px; }

.testimonial_text_inner.custom-testimonial {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer-middle a {
    color: #fff;
}
.footer-middle a:hover {
    color: #afafaf;
}

.footer-bottom {
  font-size: 13px;
}

.error404 #footer-contact {
    display: none;
}

footer.footer_border_columns {
  display: none; }

.error404 .content {
    margin-top: 50px;
}

.wtf-footer {
  background-color: #434647;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
  font-family: 'Heebo', sans-serif; }

.wtf-footer .wrap > div {
  margin: 20px 0px;
  position: relative; }

.wtf-footer .wrap > div.footer-middle {
  padding-bottom: 30px; }

.social ul li {
  display: inline-block; }

.social ul li a {
  display: block;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 28px;
  padding-top: 6px; }
.social ul li a:hover {
  border-color: #afafaf;}
.social ul li a:hover i {
  color: #afafaf;
  transition: all .5s;}
.social ul li a i {
  transition: all .5s;}

.social ul li a i {
  color: #fff; }

.wtf-footer .wrap > div.footer-middle:after {
  position: absolute;
  display: block;
  content: ' ';
  width: 60px;
  left: 50%;
  bottom: 3px;
  margin-left: -30px;
  border-bottom: 3px solid #c4c4c6; }

.footer-bottom a {
  color: #fff; }

.footer-bottom a:hover {
  color: #9a9a9a; }

.footer-contact-text {
  text-align: right; }

#footer-contact .full_section_inner.clearfix {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

/* content */
.home .content_inner {
  margin-top: 0px; }

.content_inner {
  margin-top: 240px; }

.content {
  min-height: 0 !important; }

.testimonials .testimonial_text_inner {
  max-width: 300px;
  float: right; }

.page-id-18859 #footer-contact, .page-id-20273 #footer-contact, .page-id-18626 #footer-contact, .blog #footer-contact, .single-post #footer-contact {
  background-color: #f6f6ed;
  padding: 70px 0 50px;
  margin-top: 80px; }

.testimonials .testimonial_text_inner p:not(.testimonial_author) {
  text-align: right;
  color: inherit;
  font-style: normal;
  font-size: 18px;
  font-weight: 500; }

.testimonials .testimonial_text_inner p.testimonial_author {
  text-align: right;
  color: #000;
  font-size: 1.6rem;
  margin-top: 10px;
  font-family: raleway;
  font-weight: 300; }

.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.bg-beige {
  background-color: #f6f6ed; }

.centered {
  text-align: center; }

.home .container_inner.default_template_holder.clearfix {
  width: auto;
  padding-top: 0 !important; }

#back_to_top > span {
  border: 1px solid #fff; }

/* Gravity forms */
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
  border: 1px solid #C4C4C6;
  font-size: 12px !important; }

li#field_2_1, li#field_2_2, li#field_2_3, li#field_2_4 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

input#input_2_3, input#input_2_4 {
  margin-top: 0; }

div#input_2_1 {
  margin-top: 6px; }

div#gform_wrapper_2 {
  margin-top: 60px; }

.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #C4C4C6;
  color: #fff; }

.contact-page-form div#gform_wrapper_2 {
  margin-top: -13px; }

.gform_confirmation_message {
  font-size: 18px;
  font-size: 1.8rem; }

/* projects page */
.portfolio_description.with_padding.text_align_center {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(43, 46, 52, 0.8) !important;
  opacity: 0;
  transition: all .4s; }
a.project-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.projects_holder h4.portfolio_title, .projects_holder span.project_category {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.projects_holder h4.portfolio_title {
  font-size: 20px; }

.projects_holder article:hover .portfolio_description.with_padding.text_align_center {
  opacity: 1; }

.projects_holder article:hover .portfolio_shader {
  opacity: 0; }

.projects_holder.standard article .project_category, .projects_holder.standard_no_space article .project_category {
  color: #fff !important; }

.projects_holder article .portfolio_title a {
  color: #fff; }

.icons_holder {
  display: none !important; }

.projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix {
  margin: 0;
  width: 25%;
  border: 1px solid #fff;
  float: left; }

.page-id-18626 .container_inner {
  width: 100%; }

nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
  color: #fff;
  font-weight: 300;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  text-transform: uppercase;
  font-size: 4.6rem;
  line-height: .8; }

@media only screen and (max-width: 1200px) {
  .flex.grid .item {
    width: 25%; } }
@media only screen and (max-width: 1000px) {
  .flex.grid .item {
    width: 33.333%; }

  .projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix {
    width: 33.33%; }

  .logo_wrapper {
    position: absolute;
    display: inline-block;
    left: 60px; }

  .q_logo img {
    height: 52px !important;
    margin-top: 14px !important; }

  .content_inner {
    margin-top: 100px; }

  .header_inner_left {
    z-index: 99 !important; }

  nav.mobile_menu {
    z-index: 98;
    margin-top: 80px; }

  header .header_bottom.clearfix {
    max-height: 80px; }

  nav.mobile_menu {
    display: none; }

  #qode-home-fullscreen-slider h1 {
    font-size: 33px;
    font-size: 3.3rem; }

  p.banner-intro {
    font-size: 22px;
    font-size: 2.2rem; }

  .testimonials .testimonial_text_inner {
    float: left;
    max-width: none; }

  .testimonials .testimonial_text_inner p {
    text-align: left !important; }

  h2.about-us {
    text-align: left; }

  #menu-toggle {
    margin-top: 20px; }

  .mobile-icon {
    margin-top: 14px; }

  header.header-scrolled .header_bottom.clearfix {
    max-height: 80px; } }
@media only screen and (max-width: 767px) {
  .flex.grid .item {
    width: 50%; }
    
  .projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix {
    width: 50%;
    margin-bottom: 0 !important; }

  h2.about-us:after, .footer-contact-text h2:after {
    left: 0;
    right: unset; }

  .footer-contact-text {
    text-align: left; }

  div#gform_wrapper_2 {
    margin-top: 0; }

  .service-row .wpb_column.vc_column_container.vc_col-sm-3 {
    margin-bottom: 30px; }

  .gform_wrapper .gform_footer input[type=submit] {
    max-width: 250px; }

  li#field_2_1, li#field_2_2, li#field_2_3, li#field_2_4 {
    width: 100%; }

  input#input_2_1_3, input#input_2_2 {
    margin-bottom: 0; }

  li#field_2_2 .ginput_container {
    margin-top: 0; }
    
  nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
    font-size: 30px;
    font-size: 3rem;
  }

  .gform_wrapper .gform_footer input[type=submit] {
    max-width: 100%;
    width: auto !important; } }

@media only screen and (max-width: 599px) {
  .latest_post_holder>ul {
    display: block !Important;
    }}

@media only screen and (max-width: 314px) {
  #qode-home-fullscreen-slider h1 {
    font-size: 22px;
    font-size: 2.2rem; }

  p.banner-intro {
    font-size: 18px;
    font-size: 1.8rem; } }

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