/*
Theme Name: Krealid-child-theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: krealid 
Version: 1.0
*/

h1 {
    line-height: 140%px;
}

@font-face {
    font-family: 'RF Dewi Expanded';
    src: url("/wp-content/themes/krealid-child/fonts/RFDewiExpanded-Bold.woff") format("woff"),
		url("/wp-content/themes/krealid-child/fonts/RFDewiExpanded-Bold.woff2") format("woff2"),
        url("/wp-content/themes/krealid-child/fonts/RFDewiExpanded-Bold.eot") format("eot"),
        url("/wp-content/themes/krealid-child/fonts/RFDewiExpanded-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.circle-sketch-highlight{
  position:relative;
}

.circle-sketch-highlight:before{
  content:"";
  z-index:-1;
  left:-0.5em;
  top:-0.1em;
  border-width:2px;
  border-style:solid;
  border-color:white;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1em;
  transform:rotate(2deg);
  opacity:0.7;
  border-radius:50%;
  padding:0.1em 0.25em;
}

.circle-sketch-highlight:after{
  content:"";
  z-index:-1;
  left:-0.5em;
  top:0.1em;
  padding:0.1em 0.25em;
  border-width:2px;
  border-style:solid;
  border-color:white;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1em;
  transform:rotate(-1deg);
  opacity:0.7;
  border-radius:50%;
}
.form-newsletter.tnp-subscription {
  margin-left: 0 !important;
  margin-bottom: 15px !important;
  max-width: unset !important;
}
.form-newsletter .tnp-email {
  border-radius: 60px !important;
  padding-left: 30px !important;
  font-weight: 300 !important;
}
.form-newsletter .tnp-field {
  position: absolute !important;
    top: 0 !important;
    right: 60px !important;
}
.form-newsletter  form {
  position: relative !important;
}

.form-newsletter .tnp-email:focus {
    border-top: unset !important;
    border-right: unset !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border: 2px solid #FFFFFF !important;
	background-color: #111111 !important;
}
.form-newsletter .tnp-submit {
  background-image: url('https://www.refonte.krealid.com/wp-content/uploads/2022/11/submitNL.svg')!important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent !important;
}
.form-newsletter .tnp-submit:hover { 
opacity: 0.6 !important;
}



