/**
 * Theme Name: Art Spark Global
 * Theme URI: https://www.elegantthemes.com/gallery/divi/
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: https://www.imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (forms, lists, horizontal rules)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (pages, posts)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */

body {

}

h1, h2, h3, h4, h5, h6 {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    width: 100%;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

/*** Primary Menu */


/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */


/*** Pagination */


/**
 * 4.0 Header
 -----------------------------------------------------------------------------
 */



/**
 * 5.0 Content
 -----------------------------------------------------------------------------
 */

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
    margin: 6px 0 10px;
}

/* Themes Grid */

.mp_m_blurb_headerandbody_switch .et_pb_blurb_description p span {
	font-size: 12px !important;
}

.theme-display-section .et_pb_blurb_description {
	height: 250px;
}

.img_overlay1 div:hover img {
	content: url("https://arts-spark.com/wp-content/uploads/2021/10/Ivy_ViewTheme-1.jpg") !important;
}
.img_overlay2 div:hover img {
	content: url("https://arts-spark.com/wp-content/uploads/2021/10/Desmond_ViewTheme.jpg") !important;
}
.img_overlay3 div:hover img {
	content: url("https://arts-spark.com/wp-content/uploads/2021/10/Strings_ViewTheme.jpg") !important;
}
.img_overlay4 div:hover img {
	content: url("https://arts-spark.com/wp-content/uploads/2021/10/currate.jpg") !important;
}
.img_overlay5 div:hover img {
	content: url("https://arts-spark.com/wp-content/uploads/2021/10/evolve.jpg") !important;
}
.img_overlay6 div:hover img {
	content: url("https://arts-spark.com/wp-content/uploads/2021/10/Blossom_ViewTheme.jpg") !important;
}
.woocommerce-shop #main-content .container:before {
display:none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 40px !important }
/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */

/*** Captions */


/*** Galleries */


/*** Images */


/**
 * 7.0 Widgets
 -----------------------------------------------------------------------------
 */



/**
 * 8.0 Footer
 -----------------------------------------------------------------------------
 */



/**
 * 9.0 Plugins
 -----------------------------------------------------------------------------
 */



/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */

@media all and (max-width: 1200px) {

}

@media all and (max-width: 980px) {

}

@media all and (max-width: 767px) {

}

@media all and (max-width: 479px) {

}

/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}