/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.col{
    padding: 15px !important;
}

blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 1em;
}

.number{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.number span{
  font-size: 40px;
  color: #FDC860;
  margin-right: 10px; 
}

.gt-text{
  padding: 20px;
  margin-bottom: 0;
  font-size: 15px;
	height:150px
}

.gt-nut{
  margin-left: 20px;
  font-weight: 400;
}

.icon-box{
  background: #FDC860;
}

.css-iconbox{
  padding: 15px;
}

.css-iconbox h3{
  font-weight: 600;
}

.dv-li{
 list-style: none;
 font-size: 15px;
}

.dv-li i{
 color: #FDC860;
 margin-right: 5px;
}

.dv-col .col-inner {
    border-radius: 10px;
    border-bottom: solid 5px #FDC860;
}

.da-nut{
  font-weight: 400;
}

.gt-row{
  background: rgb(33, 33, 33);
}

/* .gt-text{
  border-top: solid 1px #FDC860;
  border-bottom: solid 1px #FDC860;
} */

.is-divider {
    max-width: 100%;
    height: 1px !important;
    width: 100%;
    background-color: #FDC860;
} 

.dk-form input[type=email],.dk-form input[type=submit]{
  height: 50px;
  border: 1px solid #FDC860;
}

/* .dk-form input[type=submit]{
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 0;
} */

.dk-form .wpcf7-spinner{
    display: none !important;
}

.button.is-outline{
    border: 1px solid #FDC860!important;
}

.title-wrapper .product-title{
	font-size:16px
}