/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
div#wpfomo{
	bottom: inherit;
	top: -110px;
    border-radius: 50px;
    overflow: hidden;
    padding: 0px;
}
div#wpfomo.is-visible {
    top: 10px;
	bottom: inherit;
    left: 15px;
}
div#wpfomo img {
    border-radius: 50%;
    max-width: 90%;
    margin-left: 5px;
}
div#wpfomo span.wpfomo-buyer-name {
	font-size: 12px;align-content
}
div#wpfomo a.wpfomo-product-name {
    font-size: 12px !important;
    font-weight: 100 !important;
}
.bamvaoday{
        animation-name: shake;
    -webkit-animation-name: shake;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes shake {
   10%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(10px, 0, 0);
  }

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

  40%, 60% {
    transform: translate3d(15px, 0, 0);
  }
}
.bamvaoday .col {
    background: linear-gradient(180deg, rgba(222, 151, 177, 1.0), rgba(231, 99, 147, 1));
    border-radius: 10px;
    padding: 0 10px !important;
}

.bamvaoday .col h3 {
    color: rgb(255, 247, 0);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.boncot .col{
	padding: 2px;
	position: relative;
}
.boncot .col .box {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgb(231, 99, 147);
}
.boncot .col .box  .box-text {
    padding-left: 10px;
    padding-right: 10px;
    background: rgb(231, 99, 147);
    color: #fff;
}
.boncot .col .box .box-text-inner {
    display: inline-flex;
        width: 100%;
}
.boncot .col .box .box-text-inner h4{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
    width: 145%;
        line-height: 30px;
}
.boncot .col .box .box-text-inner h4 a{
	 color: rgb(255, 255, 255);
}
.boncot .col .box .box-text-inner h3{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    background-color: rgb(48, 232, 73);
    border-radius: 1000px;
    text-align: right;
    padding: 5px 10px;
    position: relative;
        width: 95%;
}
.boncot .col .box .box-text-inner h3:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 8px;
    border-radius: 50%;
}
.boncot .col p{
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 1.6;
    background-image: url(images/2.jpg);
    background-size: cover;
    padding: 2px;
    padding-left: 25px;
    border-radius: 500px;
}
.boncot .col p:before{
      content: "";
    width: 18px;
    height: 18px;
    top: 2px;
    left: 5px;
    background-image: url(images/1.svg);
    position: absolute;
    z-index: 2222222;
    background-size: cover;

}
body {
    font-weight: 0;
    max-width: 420px;
    background: url(images/bg.jpg);
}
#wrapper, #main{
	background: transparent;
}
@media  (max-width: 500px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.box-vertical .box-image {
    width: 20% !important;
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}
.boncot .col .box .box-text-inner h3 {
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin-top: 8px;
    line-height: 12px;
    font-weight: 400;
    background-color: rgb(48, 232, 73);
    border-radius: 1000px;
    text-align: right;
    padding: 5px;
    position: relative;
    width: 95%;
}
	.boncot .col .box .box-text-inner h4{
		    font-size: 12px;
	}
	.boncot .col .box .box-text-inner h3:before{
		    width: 10px;
    height: 10px;
	}
}