/*
Theme Name:  Arf Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Arf Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     1.0.0
Template:    arf
Tags:        portfolio
Text Domain: arf-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

p.footer-links {
    letter-spacing: 1px;
}


.floating_wp_btn {
  position: fixed;
  bottom: 30px;
  left: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_wp_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.contact_wp_icon svg {
    fill: #fff;
    width: 30px;
}


.text_wp_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.input-text, textarea, select {
	    color: #020202;
    border: 2px solid rgb(0 0 0 / 35%);
}
label {
	    color: #4c4c4c
}