@charset "UTF-8";
/*** Import Variables ***/
/* Sizes - fonts */
/* Colors - fonts & background */
/* Letter Spacing */
/* Box Shadow */
/* Devices width */
/**
* 
************************ STYLES ************************
*
**/
/*** COLORS & SIZES ***/
/**** FONTS ****/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap&subset=latin-ext");
/*** Text Align ***/
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.txt-center {
  text-align: center !important;
}
.txt-justify {
  text-align: justify !important;
}
/*** Text Transform ***/
.upcase, .upcase .av-special-heading-tag {
  text-transform: uppercase !important;
}
.lowcase, .lowcase .av-special-heading-tag {
  text-transform: lowercase !important;
}
.capitalize, .capitalize .av-special-heading-tag {
  text-transform: capitalize !important;
}
.transnone, .transnone .av-special-heading-tag {
  text-transform: none !important;
}
/*** Font Weight ***/
.font-light, .font-light .av-special-heading-tag {
  font-weight: 300 !important;
}
.font-regular, .font-regular .av-special-heading-tag {
  font-weight: 400 !important;
}
.font-bold,  .av-special-heading-tag {
  font-weight: 700 !important;
}
.font-xbold, .font-xbold .av-special-heading-tag {
  font-weight: 800 !important;
}
/* Letter Spacing ***/
.ltrspc-125, .ltrspc-125 .av-special-heading-tag {
  letter-spacing: 1.25px;
}
/*** Text Color ***/
.txt-black {
  color: #040405;
}
.txt-white {
  color: #ffffff;
}
.txt-grey {
  color: #707070;
}
.txt-orange {
  color: #EA6300;
}
/*** Background Color ***/
.bckg-color {
  background-color: #ffffff;
}
.bckg-black {
  background-color: #040405;
}
.bckg-white {
  background-color: #ffffff;
}
.bckg-dirtywhite {
  background-color: #F4F4F4;
}
.bckg-lightorange {
  background-color: #f6d7c0;
}
.bckg-sand {
  background-color: #fcf3eb;
}
/*** Pseudoelements ****/
.vertical-before:before {
  display: block;
  content: "";
  height: 50px;
  width: 2px;
  background: #707070;
  margin: 0 auto 20px;
}
.vertical-after:after {
  display: block;
  content: "";
  height: 50px;
  width: 2px;
  background: #707070;
  margin: 20px auto 0;
}
.hashtag-before .av-special-heading-tag:before {
  display: inline-block;
  content: "#";
  color: #EA6300;
}
.arrow-after:after {
  display: inline-block;
  content: "❭❭";
  color: #ffffff;
  margin-left: 7px;
  letter-spacing: 1.5px;
}
/*** HEADER ****** FOOTER *** *** SIDEBAR ***/
/*** HEADER ***/
.logo {
  margin-top: 7px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .logo {
    max-width: 172px;
  }
}
.main_menu .current-menu-item > a, .main_menu .current_page_item > a {
  color: #ffffff !important;
}
.main_menu .current-menu-item > a:hover, .main_menu .current_page_item > a:hover {
  color: #ea6200 !important;
}
.main_menu .av-main-nav li a {
  font-size: 18px;
  padding: 0 25px;
}
.main_menu .avia-menu-text:before {
  display: inline-block;
  content: "#";
  color: #EA6300;
}
#kontakt .rodo-notice {
  font-size: 11px;
  text-align: center;
  font-style: italic;
  color: #969696;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #kontakt .avia-builder-el-first {
    width: 45%;
  }
  #kontakt .avia-builder-el-3 {
    width: 45%;
  }
  #kontakt .avia-builder-el-5 {
    width: 30%;
  }
  #kontakt .avia-builder-el-last {
    width: 58%;
  }
}
#kontakt .container {
  padding-top: 10px !important;
}
@media (min-width: 1025px) {
  #kontakt .logo-footer {
    margin-top: 105px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #kontakt .logo-footer {
    margin-top: 105px;
  }
}
#kontakt .widgettitle {
  text-transform: none;
  font-size: 20px;
  margin: 0 0 25px 0;
}
#kontakt .menu .current-menu-item {
  background: transparent !important;
}
#kontakt .menu .current-menu-item a {
  color: #ffffff !important;
  font-weight: 400 !important;
}
#kontakt .menu .menu-item {
  height: 32px;
}
#kontakt .menu .menu-item a {
  padding: 0 0 1.6em 10px !important;
}
#kontakt .menu .menu-item a:hover {
  background: transparent !important;
}
#kontakt .menu .menu-item a:before {
  display: inline-block;
  content: "#";
  color: #EA6300;
}
#kontakt .widget_custom_html {
  font-size: 13px;
}
#kontakt .widget_custom_html .address {
  margin-bottom: 18px;
}
#kontakt .widget_custom_html .contact a {
  color: #EA6300;
  transition: 0.3s;
}
#kontakt .widget_custom_html .contact a:hover {
  color: #f6d7c0;
  text-decoration: none;
}
#kontakt .contact-form .required {
  color: #EA6300;
}
#kontakt .contact-form h3 {
  margin-bottom: 25px;
}
#kontakt .contact-form .form_element {
  font-size: 13px !important;
}
#kontakt .contact-form .button {
  background: #fcf3eb;
}
#kontakt .contact-form .button:hover {
  background: #EA6300;
  color: #fff;
}
#kontakt .contact-form #element_avia_4_1 {
  margin-top: 0;
  margin-bottom: 0;
}
#kontakt .contact-form #element_avia_4_1 .input_checkbox_label {
  font-size: 11px !important;
  font-weight: 300;
  line-height: 1.8;
  color: #969696;
  margin-top: 3px;
}
#kontakt .contact-form .av-recaptcha-area {
  margin-top: -25px;
}
#kontakt .contact-form .av-google-badge-message {
  display: none;
}
/*** FRONT PAGE ****** PAGES ***/
/**** FRONT PAGE ****/
#top #main-video .av-rotator-container-inner {
  font-size: 70px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #top #main-video .av-rotator-container-inner {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #top #main-video .av-rotator-container-inner {
    font-size: 40px;
  }
}
#top #main-video .av-rotator-container-inner .av-rotator-text {
  font-size: 50px;
  font-weight: 400;
  color: #EA6300;
  text-transform: none;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  #top #main-video .av-rotator-container-inner .av-rotator-text {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  #top #main-video .av-rotator-container-inner .av-rotator-text {
    font-size: 30px;
  }
}
.slogan .av-special-heading-tag {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .slogan .av-special-heading-tag {
    font-size: 24px;
  }
}
.slogan .av-subheading {
  margin-top: 0.8em;
}
@media (max-width: 768px) {
  .slogan .av-subheading {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .slogan .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.title-section .title .av-special-heading-tag {
  font-size: 60px;
}
@media (max-width: 768px) {
  .title-section .title .av-special-heading-tag {
    font-size: 50px;
  }
}
.title-section .title .av-subheading {
  margin-top: 0.8em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .title-section .title .av-subheading {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .title-section .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .home-offer .flex_column_table {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .home-offer .flex_column_table .av_two_fifth {
    order: 2;
  }
}
.home-offer .flex_column {
  padding: 50px;
}
@media (max-width: 1024px) {
  .home-offer .flex_column {
    padding: 40px 20px !important;
  }
}
@media (max-width: 768px) {
  .home-offer .flex_column {
    padding: 40px 30px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 412px) {
  .home-offer .flex_column {
    padding: 30px 15px !important;
  }
}
.home-offer .flex_column .image {
  margin-top: -90px;
}
@media (max-width: 1024px) {
  .home-offer .flex_column .image {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .home-offer .flex_column .image {
    margin-top: 0;
  }
}
.home-offer .flex_column .video {
  margin-top: -85.5px;
  background: #101010;
}
@media (max-width: 1024px) {
  .home-offer .flex_column .video {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .home-offer .flex_column .video {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .home-offer .title {
    width: calc(100% + 20px);
    padding-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .home-offer .title {
    margin-left: -5px;
    width: calc(100% + 10px);
    padding-bottom: 20px !important;
  }
}
.home-offer .title .av-special-heading-tag {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .home-offer .title .av-special-heading-tag {
    font-size: 20px;
  }
}
.home-offer .lead {
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .home-offer .lead {
    padding-left: 15px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home-offer .lead {
    padding-left: 10px;
    font-size: 13px;
  }
}
.home-offer .lead .desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .home-offer .lead .desc {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .home-offer .lead .desc {
    margin-bottom: 20px;
  }
}
#home-social-media .content, #home-ads .content, #home-graphic-design .content, #home-videos .content, #home-audits .content {
  padding-top: 0;
}
#home-ads .flex_column .image {
  /*margin-top: -60px;*/
}
#home-photography .content {
  padding-top: 130px;
}
#about {
  /*
    .av-special-heading-tag {
        font-size: 60px;
    }

    .av-subheading {
        margin-top: 0.8em;
        font-weight: 400;
    }

    .content {
        padding-bottom: 0;
    }*/
}
.team-ceo-desc .content, .team-desc .content {
  padding-top: 50px;
  padding-bottom: 80px;
}
.team-ceo-desc .name-title, .team-desc .name-title {
  margin-top: -250px;
  padding: 20px 40px 10px;
  background: rgba(0, 0, 0, 0.55);
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .team-ceo-desc .name-title, .team-desc .name-title {
    margin-top: -296px;
  }
}
@media (max-width: 1024px) {
  .team-ceo-desc .name-title, .team-desc .name-title {
    margin-top: -90px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 412px) {
  .team-ceo-desc .name-title, .team-desc .name-title {
    margin-top: -86px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-ceo-desc .name-title .av-special-heading-tag, .team-desc .name-title .av-special-heading-tag {
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .team-ceo-desc .name-title .av-special-heading-tag, .team-desc .name-title .av-special-heading-tag {
    font-size: 26px;
  }
}
@media (max-width: 412px) {
  .team-ceo-desc .name-title .av-special-heading-tag, .team-desc .name-title .av-special-heading-tag {
    font-size: 23px;
  }
}
.team-ceo-desc .name-subtitle, .team-desc .name-subtitle {
  margin-top: 0;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.55);
}
@media (max-width: 1024px) {
  .team-ceo-desc .name-subtitle, .team-desc .name-subtitle {
    padding: 0 30px;
  }
}
@media (max-width: 412px) {
  .team-ceo-desc .name-subtitle, .team-desc .name-subtitle {
    padding: 0 20px;
  }
}
.team-ceo-desc .name-subtitle .av-special-heading-tag, .team-desc .name-subtitle .av-special-heading-tag {
  color: #EA6300;
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .team-ceo-desc .name-subtitle .av-special-heading-tag, .team-desc .name-subtitle .av-special-heading-tag {
    font-size: 16px;
  }
}
.team-ceo-desc .name-subtitle .av-subheading, .team-desc .name-subtitle .av-subheading {
  line-height: 1.8em;
  letter-spacing: 0.3px;
}
.team-ceo-desc .first-column, .team-desc .first-column {
  padding-left: 50px;
}
.team-ceo-desc .second-column, .team-desc .second-column {
  padding-right: 50px;
}
.team-ceo-desc .name-title {
  margin-top: -181px;
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .team-ceo-desc .name-title {
    margin-top: -204px;
  }
}
@media (max-width: 1024px) {
  .team-ceo-desc .name-title {
    margin-top: -87px;
  }
}
#av_section_13 .slide-entry-wrap {
  margin-bottom: 40px !important;
}
#av_section_13 .content {
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  #klienci .slide-entry-wrap {
    margin-bottom: 30px !important;
  }
}
#klienci .avia-logo-element-container img {
  max-width: 200px;
}
@media (max-width: 1024px) {
  #klienci .avia-logo-element-container img {
    max-width: 180px;
  }
}
/*** Pages Style ****/
@media (max-width: 1024px) and (min-width: 768px) {
  #page-title .content {
    padding-top: 0;
  }
}
#page-title .container {
  display: block;
  top: 15vh;
}
#page-title .av-section-color-overlay {
  height: 60%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #page-title .title {
    margin-top: -25px;
  }
}
#page-title .title .av-special-heading-tag {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #page-title .title .av-special-heading-tag {
    font-size: 48px;
  }
}
#page-title .title .av-subheading {
  margin-top: 0;
  font-size: 40px !important;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  #page-title .title .av-subheading {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  .page-id-155 #page-title .title .av-special-heading-tag {
    font-size: 38px;
  }
}
#page-desc {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  #page-desc {
    padding: 70px 0;
  }
}
#page-desc .title {
  margin-left: calc((100vw - 1380px) / 2);
  margin-top: 40px;
}
@media (max-width: 1366px) and (min-width: 1025px) {
  #page-desc .title {
    margin: 40px 0;
    padding: 0 25px;
  }
}
@media (max-width: 1024px) {
  #page-desc .title {
    margin: 30px 0;
    padding: 0 25px;
  }
}
#page-desc .title .av-special-heading-tag {
  font-size: 45px;
}
@media (max-width: 1024px) {
  #page-desc .title .av-special-heading-tag {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #page-desc .title .av-special-heading-tag {
    text-align: center;
  }
}
.photography .title .av-special-heading-tag, .video .title .av-special-heading-tag, .design .title .av-special-heading-tag, .audits .title .av-special-heading-tag, .seo .title .av-special-heading-tag, .webdesign .title .av-special-heading-tag {
  font-size: 35px !important;
}
@media (max-width: 1024px) {
  .photography .title .av-special-heading-tag, .video .title .av-special-heading-tag, .design .title .av-special-heading-tag, .audits .title .av-special-heading-tag, .seo .title .av-special-heading-tag, .webdesign .title .av-special-heading-tag {
    font-size: 32px !important;
  }
}
@media (min-width: 1025px), (max-width: 1024px) and (min-width: 768px) {
  .audits .title .av-special-heading-tag {
    max-width: 475px;
    text-align: center;
  }
}
#page-desc .lead {
  font-size: 18px;
  padding-left: calc((100vw - 1210px) / 2) !important;
  padding-top: 40px !important;
  padding-right: 50px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 1366px) and (min-width: 1025px) {
  #page-desc .lead {
    padding: 40px !important;
  }
}
@media (max-width: 1024px) {
  #page-desc .lead {
    font-size: 16px;
    padding: 40px !important;
    margin-bottom: 0 !important;
  }
}
#page-desc .description {
  padding-right: calc((100vw - 1210px) / 2) !important;
}
#page-desc .description .flex_column {
  padding: 60px 50px 30px !important;
}
@media (max-width: 1024px) {
  #page-desc .description .flex_column {
    padding: 40px !important;
  }
}
#page-desc .description .desc {
  line-height: 1.8em;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #page-desc .description .desc {
    font-size: 14px;
  }
}
#page-desc .description .desc h1, #page-desc .description .desc h2, #page-desc .description .desc h3, #page-desc .description .desc h4, #page-desc .description .desc h5, #page-desc .description .desc h6 {
  color: #ffffff;
  margin-bottom: 30px;
}
/*** BLOG ***/
/*** CPT ***/
/*** PLUGINS ***/
