/*
Theme Name: FSM
Description: Child theme for the Avada
Author: Florian Schmidt
Template: Avada
*/
/* General */
.s3m_back_button
{

	
}
.img-fullwidth, .img-fullwidth img {
  width: 100%;
}
.fusion-button i {
  color: var(--awb-color5) !important;
}
/* Header */
.menu_for_mobiles nav {
  max-width: 70px;
}
.menu_for_mobiles .fusion-column-wrapper > div:nth-child(2) {
  flex-grow: 10;
}
.awb-menu.collapse-enabled .show_on_mobile .awb-menu__i {
  display: block !important;
  padding-left: 0px;
}
/* Home */
.tiles_with_border .fusion-text {
  flex-grow: 4;
}
/* CV */
.pt-cv-readmore {
  background: transparent !important;
    color: var(--awb-color8)!important;
    padding-left: 0px!important;
    font-weight:500!important;
    transition:0.2s all ease;
}
.pt-cv-readmore:hover {
  color: var(--awb-color5)!important;
}
.pt-cv-readmore::before {
  content: "\f061";
    font-family:"Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1.2;
  margin-right:12px;
  background: transparent;
  color: var(--awb-color5)!important;
}
/* Responsive */
@media (min-width:1080px) {
  .show_on_mobile {
    display: none!important;
  }
}