/*
 Theme Name:Divi Child Theme
 Theme URI:https://visualizedigital.com/
 Description:Divi Child Theme
 Author:Ryan
 Author URI:https://visualizedigital.com/
 Template:Divi
 Version:1.0.0
 License:GNU General Public License v2 or later
 License URI:http://www.gnu.org/licenses/gpl-2.0.html
 Tags:light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:divi
*/

/* Webfont: PinkSunset-Regular */@font-face {
    font-family: 'PinkSunset';
    src: url('fonts/PinkSunset-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/PinkSunset-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/PinkSunset-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/PinkSunset-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/PinkSunset-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.custom-font h3, .custom-font h1, .custom-font .percent-value, .custom-font p{
	font-family: 'PinkSunset';
	font-style: normal;
    font-weight: normal;
}


/*.two-row-carousel .owl-stage {
  display: grid !important;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  row-gap: 20px;
}


.two-row-carousel .owl-item {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-row-carousel img {
  width: auto;
}*/
.dreamtext:before
 {
    position: absolute;
    font-size: 40px;
    left: 0;
    top: 0;
    height: 35px;
    width: 45px;
    z-index: 99999;
    content: '';
    background-image: url(images/left.svg);
}
.dreamtext:after
 {
    position: absolute;
    font-size: 40px;
    right: 30px;
    bottom: 10px;
    height: 35px;
    width: 45px;
    z-index: 99999;
    content: '';
    background-image: url(images/right.svg);
}
.two-row-carousel {
    max-width: 1300px;
    margin: 0px auto;
}
.footer-social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    column-gap: 20px;
    padding: 0 0 20px 0;
}
.testimonials .et_pb_testimonial_content {
    min-height: 290px;
}
.testimonials p.et_pb_testimonial_meta {
    min-height: 60px;
}
.audience .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 100%;
}

.audience .owl-nav .owl-prev {
    float: left;
    position: relative;
    left: -50px;
}

.audience .owl-nav .owl-next {
    float: right;
    right: -50px;
    position: relative;
}
.audience.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0;
    padding: 0;
}
.audience.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.audience.owl-theme .owl-nav [class*=owl-] svg {
    /*background: #67459A;*/
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.happy-clients .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 100%;
}

.happy-clients .owl-nav .owl-prev {
    float: left;
    position: relative;
    left: -50px;
}

.happy-clients .owl-nav .owl-next {
    float: right;
    right: -50px;
    position: relative;
}
.happy-clients.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0;
    padding: 0;
}
.happy-clients.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.happy-clients.owl-theme .owl-nav [class*=owl-] svg {
    background: #67459A;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.happy-clients img{
	height:90px;
}
.Datetimefields .gfield_time_hour, .Datetimefields .gfield_time_minute, .Datetimefields .gfield_time_ampm
 {
    width: 33.33%;
}
.gfield_time_ampm.ginput_container.ginput_container_time.below.gform-grid-col {
    padding-right: 0;
}
.Datetimefields .ginput_container.ginput_complex.gform-grid-row {
    width: 100%;
}
.wc-block-cart-items__row .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-size: 17px;
}
td.wc-block-cart-item__product p {
    font-size: 16px;
    line-height: normal;
}
.wc-block-cart-items__header th {
    font-size: 18px;
    font-weight: bold;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 18px;
    color: #000;
}
.wc-block-components-totals-wrapper {
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    padding: 16px 0;
    font-size: 16px;
}
.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    font-size: 16px;
}
.wc-block-checkout__terms {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 24px;
}
.search-results.woocommerce ul.products li:nth-child(3n) {
    margin-right: 3.8%;
}
.search-results.woocommerce ul.products li:nth-child(4n) {
    margin-right: 0;
}
.wc-block-cart-item__product a.wc-block-components-product-name {
    font-size: 20px !important;
    font-weight: 700;
    color: #000;
}
.gform-theme--foundation .ginput_complex .ginput_container_time {
    inline-size: 33.33%;
}
.et_pb_tab_content > h2 {
    display: none;
}
table.variations select {
    height: 50px;
    font-size: 18px;
}
@media (max-width: 767px) {
	  .two-row-carousel .owl-stage {
		grid-template-rows: 1fr;
	  }
	  .product .et_pb_section_1 {
		padding: 30px 20px !important;
	}
	.three-col.et_pb_row
	 {
		flex-direction: column;
	}
	.gform-theme--foundation .gform-grid-row {
		row-gap: 35px;
	}
	.dreamtext:before
	 {
		top: -45px;
	}
	.dreamtext:after
	 {
		bottom: -45px;
		right: 0px;
	}
	.three-col .et_pb_row {
		column-gap: 10px;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
	.recent-works {
		display: flex;
		column-gap: 30px;
		justify-content: center;
	}
	.single-product .product .et_pb_section.et_pb_section_0
	 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.single-product .product .et_pb_section_1 {
		padding: 30px 20px !important;
	}
	.footer-social-icons ul {
		column-gap: 10px;;
	}	
}