/*
 Theme Name:     Divi Child
 Theme URI:      http://teampotentialscan.com/wp-content/themes/divi-child
 Description:    Lead Like a Boss Child Theme
 Author:         Nazario de Letteriis
 Author URI:     Nazario de Letteriis 
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*TRIPE BUTTON*/
button.button.alt.eh-stripe-checkout-button {
    width: 100%!important;
}
/*END OF STRIPE BUTTON*/

/*BLURB CUSTOM*/
.et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container {
    display: table-cell;
    vertical-align: middle;
}
/*END OF BLURB CUSTOM*/

/*FORM Custom*/
input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #82caf5;
    color: #3e3e3e;
}
.input-field {
    margin-bottom: 14px!important;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
    -moz-box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    font-size: 19px;
	width: 100%; 
	padding: 10px!important; 
	text-align: left;
    padding-left: 40px!important;
    font-size: 17px;
}
.input-icons i { 
	position: absolute; 
} 

.input-icons { 
	width: 100%; 
	margin-bottom: 10px; 
} 

.icon {
    padding: 0px;
    min-width: 45px;
    position: relative;
    top: 35px;
}
.infusion-submit button {
    width: 100%;
    padding: 25px;
    border: none;
    background: #E71E6C;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
	color: #fff;
	cursor: pointer;
}
.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
#mc_embed_signup input:focus {
    border-color: #ff0000!important;
}
/*END OF CUSTOM FORM*/

/*WEBINAR SECTION*/

/*Iframe border*/
#border_image {
	position: relative;
	padding-top: calc(56.25% - 1rem);
	margin: 1rem;
}
#border_image iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 1rem;
	z-index: 9999999;
}

#border_image::before {
	content: '';
	position: absolute;
	top: -1rem;
	left: -1rem;
	width: calc(100% + 2rem);
	height: calc(100% + 2rem);
	border-radius: 1rem;
	background: linear-gradient(to top,#d21568,#3ea5d9);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -999!important;
}

/*Bouncing Button*/
.container_custom {
  text-align: center;
  padding-top: 5%;
}
.button {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffc584;
  border: none;
  color: #e66e31;
  padding: 10px 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 21px;
  transition: all 0.5s ease;
  border-radius: 20px;
  cursor: pointer;
}
.button:hover {
	background: #828387;
	transition: all 0.5s ease;
	color: #fff
}
.bounce {
  animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
  20%, 53%, 80%, 0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bounce {
  20%, 53%, 80%, 0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-o-keyframes bounce {
  20%, 53%, 80%, 0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%, 53%, 80%, 0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*sales page custom code*/

/*CUSTOM BOX TOP*/
.custom-tablet-flex{
	display: flex;
}
.et_pb_image_1 {
    padding-top: 45px;
    margin-left: auto;
    margin-right: auto;
}
/*END OF CUSTOM BOX TOP*/

/*CUSTOM BUTTON*/
.sales-page-custom-btn {
    border: 3px solid #DC4486;
    background: #B11658;
    width: 100%;
    padding: 20px;
	cursor: pointer;
}
.button-tablet-custom {
    display: block;
	border: 3px solid #DC4486;
    background: #B11658;
    margin: 0 auto;
    width: 55%;
	padding: 20px;
	cursor: pointer;
}
span#font-custom-button-top {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Oxygen',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: 4px;
}
span#font-custom-button-button {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 11px;
    font-weight: 200;
    font-family: 'Oxygen',Helvetica,Arial,Lucida,sans-serif;
    letter-spacing: 4px;
}
.red-strikethrough:after {
    content: "";
    background-color: #D2102F;
    width: 115%;
    height: 10%;
    top: 50%;
    left: -7.5%;
    transform: rotate(-15deg);
    position: absolute;
}
.red-strikethrough {
    position: relative;
}
/*END OF CUSTOM BUTTON*/

/*SHOP PAGE*/

/*PRODUCT BOX*/
.et_pb_shop_0.et_pb_module .woocommerce .et_shop_image>img, .et_pb_shop_0.et_pb_module .woocommerce .et_overlay {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3)!important;
    padding: 20px;
}
/*END OF PRODUCT BOX*/

/*HOME PAGE*/
.condensed{
    margin-bottom:0;
    text-align:justify
}
.sprite{
    background-image:url(https://contractorsacademy.co.uk/wp-content/uploads/2019/12/spritesheet_full.png);
    background-repeat:no-repeat;
    display:block
}
.sprite-Facebook-Group-web2{
    width:58px;
    height:58px;
    background-position:-5px -5px;
    margin:auto
}
.sprite-best-year-web-web{
    width:58px;
    height:58px;
    background-position:-73px -5px;
    margin:auto
}
.sprite-newspaper-web2{
    width:58px;
    height:58px;
    background-position:-35px -73px;
    margin:auto
}
.sprite-phone-call-web2{
    width:58px;
    height:58px;
    background-position:-138px -5px;
    margin:auto
}
.sprite-swipe-file-web2{
    width:58px;
    height:58px;
    background-position:-134px -69px;
    margin:auto
}
.sprite-mail-icon-web{
    width:20px;
    height:20px;
    background-position:-5px -73px;
    margin:auto;
    float:left
}
.sprite-phonecall-icon-web{
    width:20px;
    height:20px;
    background-position:-103px -73px;
    display:inline-block;
}
.i_sprite{
    display:inline-block;
    position:relative;
    margin-right:5px
}
body{
    background:#ececec;
    color:#333;
    font:100% Lato,Arial,Sans Serif;
    margin:0;
    padding:0;
    overflow-x:hidden
}
#background-wrap{
    bottom:0;
    left:0;
    position:fixed;
    right:0;
    top:0;
    z-index:-1;
    pointer-events:none
}
@-webkit-keyframes animateBubble{
    0%{
        margin-top:1000px
    }
    100%{
        margin-top:-100%
    }
}
@-moz-keyframes animateBubble{
    0%{
        margin-top:1000px
    }
    100%{
        margin-top:-100%
    }
}
@keyframes animateBubble{
    0%{
        margin-top:1000px
    }
    100%{
        margin-top:-100%
    }
}
@-webkit-keyframes sideWays{
    0%{
        margin-left:0
    }
    100%{
        margin-left:50px
    }
}
@-moz-keyframes sideWays{
    0%{
        margin-left:0
    }
    100%{
        margin-left:50px
    }
}
@keyframes sideWays{
    0%{
        margin-left:0
    }
    100%{
        margin-left:50px
    }
}
.x1{
    -webkit-animation:animateBubble 25s linear infinite,sideWays 2s ease-in-out infinite alternate;
    -moz-animation:animateBubble 25s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 25s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:-5%;
    top:5%;
    -webkit-transform:scale(.6);
    -moz-transform:scale(.6);
    transform:scale(.6)
}
.x2{
    -webkit-animation:animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
    -moz-animation:animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation:animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left:5%;
    top:80%;
    -webkit-transform:scale(.4);
    -moz-transform:scale(.4);
    transform:scale(.4)
}
.x3{
    -webkit-animation:animateBubble 28s linear infinite,sideWays 2s ease-in-out infinite alternate;
    -moz-animation:animateBubble 28s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 28s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:10%;
    top:40%;
    -webkit-transform:scale(.7);
    -moz-transform:scale(.7);
    transform:scale(.7)
}
.x4{
    -webkit-animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;
    -moz-animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left:20%;
    top:0;
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    transform:scale(.3)
}
.x5{
    -webkit-animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;
    -moz-animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left:30%;
    top:50%;
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
    transform:scale(.5)
}
.x6{
    -webkit-animation:animateBubble 21s linear infinite,sideWays 2s ease-in-out infinite alternate;
    -moz-animation:animateBubble 21s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 21s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:50%;
    top:0;
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8);
    transform:scale(.8)
}
.x7{
    -webkit-animation:animateBubble 20s linear infinite,sideWays 2s ease-in-out infinite alternate;
    -moz-animation:animateBubble 20s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 20s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:65%;
    top:70%;
    -webkit-transform:scale(.4);
    -moz-transform:scale(.4);
    transform:scale(.4)
}
.x8{
    -webkit-animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;
    -moz-animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation:animateBubble 22s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left:80%;
    top:10%;
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    transform:scale(.3)
}
.x9{
    -webkit-animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;
    -moz-animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation:animateBubble 29s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left:90%;
    top:50%;
    -webkit-transform:scale(.6);
    -moz-transform:scale(.6);
    transform:scale(.6)
}
.x10{
    -webkit-animation:animateBubble 26s linear infinite,sideWays 2s ease-in-out infinite alternate;
    -moz-animation:animateBubble 26s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation:animateBubble 26s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left:80%;
    top:80%;
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    transform:scale(.3)
}
.bubble{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow:0 20px 30px rgba(0,0,0,.2),inset 0 10px 30px 5px rgba(255,255,255,1);
    -moz-box-shadow:0 20px 30px rgba(0,0,0,.2),inset 0 10px 30px 5px rgba(255,255,255,1);
    box-shadow:0 20px 30px rgba(0,0,0,.2),inset 0 10px 30px 5px rgba(255,255,255,1);
    height:200px;
    position:absolute;
    width:200px
}
.bubble:after{
    background:-moz-radial-gradient(center,ellipse cover,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 70%);
    background:-webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(255,255,255,.5)),color-stop(70%,rgba(255,255,255,0)));
    background:-webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 70%);
    background:-o-radial-gradient(center,ellipse cover,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 70%);
    background:-ms-radial-gradient(center,ellipse cover,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 70%);
    background:radial-gradient(ellipse at center,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 70%);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow:inset 0 20px 30px rgba(255,255,255,.3);
    -moz-box-shadow:inset 0 20px 30px rgba(255,255,255,.3);
    box-shadow:inset 0 20px 30px rgba(255,255,255,.3);
    content:"";
    height:180px;
    left:10px;
    position:absolute;
    width:180px
}
.statistic-section{
    padding-bottom:20px;
    background:-webkit-linear-gradient(transparent);
    background:linear-gradient(transparent)
}
.count-title{
    font-size:50px;
    margin-bottom:0;
    text-align:center;
    font-weight:400;
    color:#fff;
    font-family:Roboto,Lato,sans-serif
}
.stats-text{
    font-size:22px;
    margin-top:15px;
    margin-bottom:0;
    text-align:center;
    color:#fff;
    font-weight:lighter;
    font-family:Roboto,Lato,sans-serif
}
.stats-line-black{
    margin:12px auto 0;
    width:55px;
    height:2px;
    background-color:#fff
}
.stats-icon{
    font-size:35px;
    margin:0 auto;
    float:none;
    display:table;
    color:#fff
}
@media(max-width:992px){
    .counter{
        margin-bottom:20px
    }
    .count-title{
        font-size:30px
    }
    .stats-text{
        font-size:10px
    }
}
.group:after{
    content:"";
    display:table;
    clear:both
}
.grid-1-2{
    border:2px solid #5d4e65;
    min-height:400px;
    padding:1.25em;
    position:relative;
    text-align:center;
    transition:all .2s ease-in-out;
    border-radius:15px
}
@media screen and (min-width:700px){
    .grid-1-2{
        float:left;
        width:100%
    }
    .grid-1-2:nth-child(odd){
        clear:left
    }
}
@media screen and (min-width:800px){
    .grid-1-2{
        width:100%
    }
    .grid-1-2:nth-child(3n+1){
        clear:left
    }
    .grid-1-2:nth-child(odd){
        clear:none
    }
}
@media screen and (min-width:1120px){
    .grid-1-2{
        width:100%
    }
    .grid-1-2:nth-child(3n+1),.grid-1-2:nth-child(odd){
        clear:none
    }
}
.grid-1-2:hover:after,.grid-1-2:hover:before{
    content:"";
    position:absolute;
    background-color:#f67d35;
    top:-2px;
    bottom:-2px;
    width:2px
}
.grid-1-2:hover:before{
    left:-2px
}
.grid-1-2:hover:after{
    right:-2px
}
.grid-1-2:hover .button{
    background-color:#c5247d;
    transition:.5s all ease
}
.grid-1-2:hover .button2{
    background-color:#ee4a2e;
    transition:.5s all ease
}
.button2,.uppercase,h2{
    text-transform:uppercase
}
.custom_h2,.custom_h3,.custom_p,.custom_ul{
    margin:0
}
.custom_h2{
    font-size:.9em;
    font-weight:400;
    margin:0 0 .5em
}
.custom_h3{
    font-size:1.5em;
    letter-spacing:.0625em;
    margin:0 0 .3333333333em
}
.custom_p{
    font-size:.875em
}
.custom_p,.custom_ul{
    margin:0 0 -.6em
}
.custom_ul{
    color:#796583;
    font-size:.75em;
    list-style-type:disc;
    line-height:13px!important;
    text-align:left
}
.custom_ul .custom_li{
    margin:0 0 .8333333333em
}
.button{
    background-color:#9c83aa;
    border-radius:20px;
    color:#fff;
    font-size:1em;
    font-weight:700;
    padding:.75em 1.5em;
    text-decoration:none;
    width:180px;
    transition:.5s all ease;
    position:absolute;
    bottom:1rem;
    left:calc(50% - 90px)
}
.button2{
    background-color:#9c83aa;
    border-radius:20px;
    color:#fff;
    font-size:1em;
    font-weight:700;
    padding:.75em 1.5em;
    text-decoration:none;
    width:180px;
    transition:.5s all ease;
    position:absolute;
    bottom:1rem;
    left:calc(50% - 90px)
}
#ca-box1,#ca-box2{
    padding-bottom:2.5rem
}
a:hover{
    color:#fff;
    text-decoration:none
}
.button,.uppercase,h2{
    text-transform:uppercase
}
.small,sup{
    font-size:.6125em
}
svg.intro{
    position:relative;
    left:50%;
    transform:translate(-50%,13%)
}
.go{
    height:35px;
    font-size:2.5em;
    width:100%
}
svg.intro .text{
    display:none
}
svg.intro.go .text{
    font-family:Arial,sans-serif;
    font-size:1.1em;
    text-transform:uppercase;
    display:block
}
svg.intro.go .text-stroke{
    fill:none;
    stroke:#51256f;
    stroke-width:2.8px;
    stroke-dashoffset:-900;
    stroke-dasharray:900;
    stroke-linecap:butt;
    stroke-linejoin:round;
    animation:dash 4.5s ease-in-out forwards
}
svg.intro.go .text-stroke:nth-child(2){
    animation-delay:.3s
}
svg.intro.go .text-stroke:nth-child(3){
    animation-delay:.9s
}
svg.intro.go .text-stroke-2{
    stroke:#f6bdfa;
    animation-delay:1.2s
}
svg.intro.go .text-stroke:nth-child(5){
    animation-delay:1.5s
}
svg.intro.go .text-stroke:nth-child(6){
    animation-delay:1.8s
}
@keyframes dash{
    100%{
        stroke-dashoffset:0
    }
}
.reload{
    position:absolute;
    bottom:15px;
    right:15px;
    background:#fff;
    border:0;
    border-radius:20px;
    outline:0!important;
    font-size:11px;
    line-height:1.5;
    padding:8px 12px;
    text-transform:uppercase;
    z-index:10;
    cursor:pointer;
    box-shadow:0 6px 7px #350e4c;
    transition:all .1s cubic-bezier(.67,.13,.1,.81)
}
.reload:hover{
    box-shadow:0 4px 4px #350e4c;
    transform:translateY(1px)
}
.reload:active{
    box-shadow:0 1px 2px #244b94;
    transform:translateY(2px)
}
.reload svg{
    vertical-align:middle;
    position:relative;
    top:-2px
}
.after-plus::after{
    content:"\002B"
}
.before-pound::before{
    content:"\00A3"
}

a {
	color: #c1006a;
	font-style: inherit;
	text-decoration: none;
	transition: all .2s ease;
}
a:hover {
	color: #8f004f;
}

.vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*END OF HOME PAGE*/



/*MQ*/
/* LAPTOP WIDE */
@media screen and (min-width: 981px) , screen and (max-height: 672px) {
	.et_pb_text_12 h4 {
		font-size: 32px!important;
	}
	.infusion-submit button {
		font-size: 28px;
	}
	
}

/* TABLET */
@media screen and (max-width: 981px) and (min-width: 767px) {
	.infusion-submit button {
		font-size: 24px;
	}
	span#font-custom-button-top {
		font-size: 16px;
	}
	span#font-custom-button-button {
		font-size: 11px;
	}
	img#button-display-tablet {
		display: none;
	}
	.button-tablet-custom {
		width: 100%;
	}
}

@media screen and (min-width: 767px) {
	.mshow {
		display: none;
	}
}

/* MOBILE */
@media screen and (max-width: 767px) {
	.mhide {
		display: none;
	}
	.infusion-submit button {
		font-size: 13px;
	}
	.button {
		font-size: 12px;
	}
	span#font-custom-button-top {
		font-size: 14px;
	}
	img#button-display-tablet {
		display: none;
	}
	.button-tablet-custom {
		width: 100%;
	}
}


/*END OF MQ*/