/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 15 2023 | 13:53:36 */
.elementor-widget.no-bottom-margin {
  margin-bottom: 0;
}

/*Non elementor page styling*/
.ast-single-post .entry-title, .page-title {
    font-family: 'Jura',sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: rgb(77, 174, 72);
}

.entry-content h2 {
    color: #73c8d5;
}

.entry-content h2.-red  {
    color: #cf2428;
}

.wp-block-file a.wp-block-file__button {
    font-family: 'Jura',sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #73c8d5;
    color: #fff;
    background-color: #73c8d5;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    border-width: 2px 2px 2px 2px;
    border-color: #73c8d5;
    color: #73c8d5;
    background-color: #ffffff;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items: center;
}

/*Cookie Notice*/
.elementor-widget-wp-widget-eu_cookie_law_widget {
    position: fixed;
    bottom: 10px;
    left: 5%;
    width: 90%;
    z-index: 99;
}

#eu-cookie-law {
    border-radius: 10px;
    border: 2px solid #424342;
  	font-family: lato;
    font-size: 16px;
    color: #424342;
    font-weight: 400;
}

#eu-cookie-law input {
    margin-top: 2px !important;
    border-radius: 8px  !important;
    border: 2px solid #424342;
    font-family: jura  !important;
  	font-weight: 900  !important;
    font-size: 16px !important;
}

#eu-cookie-law input:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #424342;
}

@media only screen and (max-width: 768px) {
  #eu-cookie-law {
    padding-bottom: 65px;
  }
  
  #eu-cookie-law input.accept {
    bottom: 8px;
    position: absolute;
    right: 8px;
  }
}

/*Buttons*/
.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
    font-weight: 400;
}

@media only screen and (max-width: 768px){
  .icon-btn-big .elementor-button {
    width: 95%;
  }
}

/*text balloons*/
.rightside.text-balloon {
    margin-left: 60px;
}

.leftside.text-balloon {
  margin-right: 60px;
}

.rightside.text-balloon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-left: 0;
    border-top: 0;
    margin-top: -30px;
    margin-left: -60px;
}

.leftside.text-balloon:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-right: 0;
    border-top: 0;
    margin-top: -30px;
    margin-right: -60px;
}

.magenta.leftside.text-balloon:after {
  border-left-color: rgba(228,36,135,0.85);
}

.magenta.rightside.text-balloon:after {
  border-right-color: rgba(228,36,135,0.85);
}

.green.leftside.text-balloon:after {
  border-left-color: rgba(77,174,72,0.85);
}

.green.rightside.text-balloon:after {
  border-right-color: rgba(77,174,72,0.85);
}

.blue.leftside.text-balloon:after {
  border-left-color: rgba(115,200,213,0.85);
}

.blue.rightside.text-balloon:after {
  border-right-color: rgba(115,200,213,0.85);
}

.darkblue.leftside.text-balloon:after {
  border-left-color: rgba(54,89,164,0.85);
}

.darkblue.rightside.text-balloon:after {
  border-right-color: rgba(54,89,164,0.85);
}

.gray.leftside.text-balloon:after {
  border-left-color: #D2D2D2;
}

.gray.rightside.text-balloon:after {
  border-right-color: #D2D2D2;
}

.yellow.leftside.text-balloon:after {
  border-left-color: rgba(230,182,37,0.85);
}

.yellow.rightside.text-balloon:after {
  border-right-color: rgba(230,182,37,0.85);
}


.red.leftside.text-balloon:after {
  border-left-color: rgba(207,36,40,0.85);
}

.red.rightside.text-balloon:after {
  border-right-color: rgba(207,36,40,0.85);
}

/* Force circle for team img */
.force-circle img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  object-position: top;
}

