/*
Theme Name: yourweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/
.pricing-table .price {
  color: #35c4d7;
  font-weight: bold;
  padding: 15px 0px;
  border-bottom: 1px solid #F1F1F1;
}
.pricing-table .items {
  padding: 10px 15px;
}
@media only screen and (max-width: 576px) {
  .pricing-table .price {
    font-size: 1.1em;
  }
}

.yw-accordion .accordion-item {
  margin-bottom: 10px;
}
.yw-accordion .accordion-title {
  border: none;
  background: linear-gradient(to top, #3598bd, #6551ed, #2ac6ff);
  border-radius: 5px;
  overflow: hidden;
}
.yw-accordion .accordion-title span, .yw-accordion .accordion-title i {
  color: #FFF;
}
.yw-accordion .accordion-inner {
  background: #FFF;
  border: 1px solid #F1F1F1;
  margin-top: 5px;
  border-radius: 5px;
  padding: 15px;
}

.yw-blog-posts .post-item {
  height: 100%;
}
.yw-blog-posts .box {
  border: 1px solid #F1F1F1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.yw-blog-posts .box .box-text .post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.yw-blog-posts .box .box-text .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

section.web-store div.img.web-box {
  position: relative;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  height: 400px;
  box-shadow: 0px 1px 2px #cbcbcb;
}
section.web-store div.img.web-box:before {
  content: " ";
  background: linear-gradient(to top, rgba(49, 96, 194, 0.33) 0%, rgba(49, 96, 194, 0.07) 20%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 3s ease-in-out;
  -moz-transition: 3s ease-in-out;
  -ms-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  z-index: 1;
}
section.web-store div.img.web-box .img-inner img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transition: 3s ease;
}
section.web-store div.img.web-box:hover {
  cursor: pointer;
}
section.web-store div.img.web-box:hover:before {
  top: 100%;
}

section.article-type .box {
  border-radius: 5px;
  overflow: hidden;
}
section.article-type .box .box-image {
  background: #FFF;
  text-align: center;
  padding-top: 10px;
}
section.article-type .box .box-image img {
  width: 85%;
}
section.article-type .box .box-text {
  background: rgba(255, 255, 255, 0.1882352941);
}
section.article-type .box .box-text h3 {
  background: rgba(53, 196, 215, 0.8588235294);
  color: #FFF;
  padding: 10px;
  margin-top: -30px;
}

.page-heading h2, .page-heading h3 {
  font-size: 2rem;
  font-family: "Lexend", sans-serif;
}
.page-heading p {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
}

a.button.yw-btn.primary {
  background: transparent;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
}

.gform_wrapper .gsection_title {
  background: #35c4d7;
  padding: 15px;
  line-height: 1;
  color: #FFF;
  border-left: 5px solid #19a8bb;
}
.gform_wrapper .gfield_description {
  font-size: 85%;
}
.gform_wrapper .gform_required_legend {
  color: #F00;
  font-size: 85%;
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .validation_message {
  font-size: 80%;
  color: #F00;
}
.gform_wrapper input, .gform_wrapper select {
  margin-bottom: 5px;
}
.gform_wrapper .gfield {
  margin-bottom: 10px;
}
.gform_wrapper div.gf_page_steps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.gform_wrapper div.gf_page_steps div.gf_step {
  background: #35c4d7;
  padding: 5px 10px;
  border-radius: 2px;
  color: #FFF;
}
.gform_wrapper div.gf_page_steps div.gf_step .gf_step_number {
  margin-right: 5px;
}
.gform_wrapper div.gf_page_steps div.gf_step.gf_step_active {
  background: #3460ef;
}
.gform_wrapper input[type=button], .gform_wrapper input[type=submit] {
  border-radius: 20px;
}
.gform_wrapper input[type=url],
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper textarea {
  border: 1px solid #F1F1F1;
  border-radius: 20px;
  padding: 10px 20px;
  color: #35c4d7;
  outline: none;
}
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper textarea:focus {
  outline: none;
  box-shadow: none;
}

.yw-form-search-cpc form .f-group {
  display: flex;
}
.yw-form-search-cpc form .f-group input {
  flex: 8;
  border: 1px solid #F1F1F1;
  background: transparent;
  padding: 10px 15px;
  color: #FFF;
  display: block;
  height: auto;
  font-size: 15pt;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 0;
}
.yw-form-search-cpc form .f-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}
.yw-form-search-cpc form .f-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}
.yw-form-search-cpc form .f-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
.yw-form-search-cpc form .f-group button {
  flex: 2;
  background: #fff;
  color: #35c4d7;
  margin-bottom: 0;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
.yw-form-search-cpc form .f-quote p {
  color: yellow;
  margin-top: 10px;
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */
