/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
h4.widget-title {
  text-transform: none !important;
  font-weight: 700 !important;
  font-family: 'Arvo' !important;
}
.fusion-footer {
  position: relative;
  z-index: 2;
}
.fusion-footer:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('./images/footer-curve-two.svg');
  position: absolute;
  left: 0px;
  top: -140px;
  width: 100%;
  height: 146px;
}
.fusion-footer .textwidget {
  font-size: 20px;
}
.top-bg {
  position: relative;
  margin-bottom: 100px;
  height: 60vh !important;
}
.top-bg.small {
  height: 40vh !important;
}
#fusion-scroll-section-1:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*    background-image: url('./images/header-shape-new.svg');*/
  background-image: url('./images/header-curve.svg');
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0px;
  bottom: -40px;
  z-index: 3;
}
#fusion-scroll-section-1 {
  position: relative;
}
.top-bg:before, .top-bg:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 2;
}
.top-bg:before {
  background-image: url('./images/banner-yellow-overlay.svg');
  left: 0px;
}
.top-bg:after {
  background-image: url('./images/banner-blue-overlay.svg');
  right: 0px;
}
.fusion-header-wrapper {
  position: absolute;
  z-index: 10010;
  width: 100%;
  top: 0px;
  background: transparent;
}
.fusion-main-menu > ul > li > a {
  border: 0px !important;
  /*
    height: 110px !important;
    line-height: 110px !important;
	margin-bottom: -30px;
*/
}
.fusion-header-wrapper .fusion-header .fusion-row {
  max-width: 1200px !important;
}
.large-block-content {
  color: #008bb4;
  font-size: 30px; /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 38px;
}
.large-shape {
  position: relative;
  z-index: 1;
  /*
    -webkit-clip-path: polygon(0% 57%, 0% 40%, 5% 26%, 12% 16%, 26% 6%, 35% 3%, 49% 0, 74% 2%, 88% 7%, 93% 15%, 99% 28%, 100% 35%, 100% 51%, 93% 74%, 80% 91%, 61% 100%, 51% 99%, 33% 96%, 18% 86%, 8% 76%);
    clip-path: polygon(0% 57%, 0% 40%, 5% 26%, 12% 16%, 26% 6%, 35% 3%, 49% 0, 74% 2%, 88% 7%, 93% 15%, 99% 28%, 100% 35%, 100% 51%, 93% 74%, 80% 91%, 61% 100%, 51% 99%, 33% 96%, 18% 86%, 8% 76%);
*/
}
.fusion-header.fusion-sticky-shadow {
  background: #ffffff !important;
}
.fusion-is-sticky a.menu-text, .fusion-is-sticky .current-menu-parent > a {
  color: #000 !important;
}
/*
.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:after, .fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter > a:before, .fusion-is-sticky .fusion-main-menu > ul > li > a, .fusion-is-sticky .fusion-main-menu > ul > li > a .fusion-menu-description{
    color: #000000 !important;
}
*/
li.current-page-parent > a {
  font-weight: 700 !important;
}
.fusion-is-sticky li.current-page-parent > a {
  color: #000 !important;
  font-weight: 700;
}
header.fusion-header-wrapper:not(.fusion-is-sticky) .sub-menu {
  margin-top: -30px;
}
/*.large-shape:after{
    content: "";
    width: 80%;
	max-width: 200px;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(./images/big-image-shape.svg);
    z-index: -1;
	}*/
.large-shape {
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 15% 8%;
  background-image: url(./images/cirkel.png);
}
.large-shape.icon-bottom {
  background-position: 15% 68%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url(./images/circle-under-bottom.png);
}
.large-shape.large-shape-filled:after {
  background-image: url('./images/less-yellow-frame.svg');
}
.large-shape img {
  -webkit-mask-image: url('./images/big-image-shape.png') !important;
  -moz-mask-image: url('./images/big-image-shape.png') !important;
  mask-image: url('./images/big-image-shape.png') !important;
  mask-mode: luminance !important;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  mask-repeat: no-repeat;
}
/*.fusion-column-wrapper {position:relative;}
.fusion-imageframe.large-shape {position:absolute; height: 100%; min-height:100%;}*/
/*
.circle-icon{
    position: relative;
}
.circle-icon:before{
    content: "";
    width: 398px;
    height: 401px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('./images/circle.svg');
    z-index: -1;
}
*/
.small-circle-icon {
  position: relative;
  overflow: hidden;
}
.small-circle-icon:before {
  /*content: "";
    width: 101%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
/*    background-image: url('./images/small-img-shape_new.svg');*/
  /*background-image: url('./images/blue-img-shape.svg');
    z-index: 1;
*/
}
.fusion-imageframe.small-circle-icon {
  height: 200px;
	overflow: hidden;
}
.small-circle-icon img {
  -webkit-mask-image: url('./images/blue-img-shape.png') !important;
  -moz-mask-image: url('./images/blue-img-shape.png') !important;
  mask-image: url('./images/blue-img-shape.png') !important;
  mask-mode: luminance !important;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  mask-repeat: no-repeat;
}
.contain {
  background-size: contain !important;
}
.circle-icon.icon-top {
  padding-top: 104px;
}
.circle-icon.icon-top.large-shape-filled {
  padding-top: 75px;
}
.circle-icon.icon-top:before {
  bottom: 0px;
  right: 0px;
}
.circle-icon.icon-bottom {
  padding-bottom: 100px;
}
.circle-icon.icon-bottom:before {
  bottom: 0px;
  right: 0px;
}
.colored-bg {
  background-position: top center !important;
  position: relative;
}
.colored-bg:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #e7f3f6;
}
#trans-bg-block {
  position: relative;
}
#trans-bg-block:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('./images/block-before-blue.svg');
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 264px;
}
#trans-bg-block-white {
  position: relative;
}
#trans-bg-block-white:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('./images/block-before-white.svg');
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 264px;
}
.trans-bg-block {
  padding-top: 400px !important;
  height: calc(100vh + 400px) !important;
  position: relative;
}
.half-blue-bg {
  background-size: 1300px auto !important;
}
.frame-bottom .fusion-imageframe {
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}
.frame-bottom .fusion-imageframe:after {
  content: "";
  width: 432px;
  height: 416px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('./images/circle-bottom.svg');
  position: absolute;
  bottom: 0px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.trans-bg-block:before, .trans-bg-block:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.trans-bg-block:before {
  background-image: url('./images/yellow-right.svg');
  left: 0px;
  top: 0px;
}
.trans-bg-block:after {
  background-image: url('./images/blue-left.svg');
  left: 0px;
  bottom: 0px;
}
.trans-bg-block-no-overlay:before, .trans-bg-block-no-overlay:after {
  display: none;
}
.colored-bg.fullwidth-box .fusion-row {
  max-width: 1020px;
}
.colored-bg .fusion-layout-column.fusion-one-half {
  padding: 0px 50px;
}
.colored-bg .fusion-layout-column.fusion-one-half h3 {
  font-weight: 400 !important;
  margin-top: 30px !important;
}
.specialization-title {
  margin-left: -55px !important;
}
.specialization-content {
  color: #060606;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 50px;
}
.s-post-info {
  color: #f8ad40;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 50px;
}
.s-post-info p {
  margin-bottom: 35px;
}
.s-post-info a {
  color: #008bb3;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
}
.s-post-info a:hover {
  color: #f8ad40;
}
/* == Contact Form == */
.contact-form {
  max-width: 360px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="submit"], .contact-form input[type="reset"], .contact-form select, .contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0px;
  padding: 16px 10px;
  color: #919191;
  background-color: rgba(212, 231, 237, 0.5);
  height: 51px;
  margin: 0px 0px 32px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919191;
  opacity: 1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #919191;
  opacity: 1;
}
input::-ms-input-placeholder { /* Microsoft Edge */
  color: #919191;
  opacity: 1;
}
.contact-form input[type="submit"] {
  width: auto !important;
  text-transform: none !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
.fusion-body .fusion-main-menu .current_page_item > a {
  font-weight: 700;
}
.fusion-is-sticky .fusion-main-menu > ul > li.current-menu-item > a {
  color: #000000 !important;
}
.fusion-is-sticky .fusion-main-menu ul li a:hover {
  color: #000000 !important;
}
/* == End Contact Form == */
@media screen and (max-height:700px) {
  .top-bg {
    height: 80vh !important;
  }
  .top-bg.small {
    height: 60vh !important;
  }
}
@media screen and (min-width:1440px) {
  .fusion-footer:before {
    top: -192px;
    height: 200px;
  }
}
@media screen and (min-width:1600px) {
  #trans-bg-block:after {
    height: 300px;
  }
  #trans-bg-block-white:after {
    height: 400px;
  }
  .trans-bg-block {
    padding-top: 500px !important;
    height: calc(100vh + 500px) !important;
    position: relative;
  }
  #fusion-scroll-section-1:before {
    height: 330px;
  }
}
@media screen and (min-width:1800px) {
  #trans-bg-block:after {
    height: 350px;
  }
  .trans-bg-block {
    padding-top: 600px !important;
    height: calc(100vh + 600px) !important;
    position: relative;
  }
}
@media screen and (max-width:980px) {
  .circle-icon.icon-top {
    padding-top: 34px;
  }
  .large-block-content {
    font-size: 20px;
    line-height: 25px;
    margin: 30px 0px 0px !important;
  }
  #fusion-scroll-section-1 {
    position: relative;
    padding-top: 72px;
  }
  #fusion-scroll-section-1 .fusion-column-first {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .specialization-title {
    margin-left: 0px !important;
  }
  .colored-bg .fusion-layout-column.fusion-one-half h3 {
    margin-top: 10px !important;
    line-height: normal !important;
  }
  .s-post-info {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .s-post-info a {
    font-size: 18px;
    line-height: 24px;
  }
  #trans-bg-block:after, #trans-bg-block-white:after {
    height: 164px;
  }
  footer {
    padding-top: 43px !important;
    padding-bottom: 24px !important;
  }
  .specialization-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .mobile-margin30 {
    margin: 30px 0px 0px !important;
  }
  .mobile-margin0 {
    margin: 0px 0px 0px !important;
  }
  .mobile-padding30 {
    padding-top: 30px !important;
  }
  .mobile-padding0 {
    padding-top: 0px !important;
  }
  .mobile-padding-top-bottom-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .mobile-innerpadding30 .fusion-column-wrapper {
    padding: 30px 0px 0px !important;
  }
  .mobile-innerpadding0 .fusion-column-wrapper {
    padding: 0px 0px 0px !important;
  }
  .circle-icon.icon-top.large-shape-filled {
    padding-top: 55px;
  }
}
@media screen and (max-width:768px) {
  .fusion-footer .textwidget {
    font-size: 16px;
    line-height: 22px;
  }
  .trans-bg-block {
    padding-top: 0px !important;
    height: calc(100vh + 200px) !important;
  }
  #fusion-scroll-section-1:before {
    bottom: -16px;
  }
  #trans-bg-block:after, #trans-bg-block-white:after {
    height: 104px;
  }
  .top-bg:before {
    background-image: url(./images/banner-yellow-overlay.svg);
    left: -30px;
  }
  .top-bg:after {
    background-image: url(./images/banner-blue-overlay.svg);
    right: -30px;
  }
  /*.top-bg{
		-webkit-clip-path: polygon(200px 250px,400px 100px,300px 50px,0px 0px);

/*Firefox
clip-path: url("#clipPolygon");
		
		
	}*/
  #slidingbar-area .slide-excerpt h2, #slidingbar-area ul, .counter-box-content, .fusion-alert, .fusion-blog-layout-timeline .fusion-timeline-date, .fusion-footer-widget-area .slide-excerpt h2, .fusion-footer-widget-area ul, .fusion-progressbar .progress-title, .gform_wrapper .gfield_description, .gform_wrapper label, .jtwt .jtwt_tweet, .post-content blockquote, .project-content .project-info h4, .review blockquote q, .sidebar .jtwt .jtwt_tweet, .sidebar .slide-excerpt h2, body {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .frame-bottom .fusion-imageframe {
    padding-bottom: 100px;
  }
  .frame-bottom .fusion-imageframe:after {
    width: 100%;
    height: 50px;
    bottom: 0px;
    padding-bottom: 56.25%;
    background-size: contain;
  }
}
@media screen and (max-width:520px) {
  #fusion-scroll-section-1:before {
    height: 100px;
    bottom: -10px;
  }
}