footer {
  position: fixed;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  background: #FFFFFF }


/* FOOTER */
#mod-custom113 {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end }

  @media (min-width:581px) { #mod-custom113 { flex-flow: row nowrap }}


/* FONTAWESOME */
#mod-custom113 > i {
  flex: 0 0 auto;
  font-size: 40px;
  font-weight: normal;
  --fa-flip-x: 0;
  --fa-flip-y: 1;
  --fa-animation-duration: 10s;
  --fa-primary-opacity: 1;
  --fa-primary-color: #4aa851;
  --fa-secondary-opacity: 1;
  --fa-secondary-color: #24588d }

  @media (min-width:581px) { #mod-custom113 > i { margin-left: 20px; order: 3 } }
  @media (min-width:1081px) { #mod-custom113 > i { font-size: 60px } }

#mod-custom113 a svg path { stroke: 0 }


/* SOCIAL */
#mod-custom113 .social {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  flex-flow: row nowrap }

  @media (min-width:581px) { #mod-custom113 .social { flex: 0 0 auto; margin-right: 20px; order: 1 } }

#mod-custom113 .social a {
  flex: 0 0 auto;
  color: var(--dark);
  font-weight: bold;
  padding: 20px 5px 0 }

#mod-custom113 .social a i { font-size: 20px }
  
  @media (min-width:1081px) { #mod-custom113 .social a i { font-size: 30px; padding: 20px 10px 0 } }


/* THE ICCF GROUP C 2024 - ALL RIGHTS RESERVED */
#mod-custom113 > a {
  flex: 1 1 100%;
  color: var(--dark);
  font-weight: bold;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 0 }

  @media (min-width:581px) { #mod-custom113 > a { flex: 0 0 auto; order: 2 }}
  @media (min-width:1081px) { #mod-custom113 > a { font-size: 14px }}

#mod-custom113 > a span { display: none }

  @media (min-width:581px) { 
    #mod-custom113 > a br { display: none }}
    #mod-custom113 > a span { display: inline }}