<!DOCTYPE html>
<html lang="en-US" class="no-js">
<head>
	    	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">

		<link rel="apple-touch-icon" sizes="180x180" href="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/favicon/apple-touch-icon.png">
	<link rel="icon" type="image/png" sizes="32x32" href="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/favicon/favicon-32x32.png">
	<link rel="icon" type="image/png" sizes="16x16" href="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/favicon/favicon-16x16.png">
	<link rel="mask-icon" href="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/favicon/safari-pinned-tab.svg" color="#1e73be">
	<link rel="shortcut icon" href="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/favicon/favicon.ico">
	<meta name="msapplication-TileColor" content="#1e73be">
	<meta name="theme-color" content="#ffffff">
	<meta name="application-name" content="Artists Network">

		<link rel="dns-prefetch" href="https://adservice.google.com/">

		<link rel="preconnect" href="https://fonts.googleapis.com/" crossorigin /> 
	<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600;8..144,700;8..144,900&amp;family=Roboto+Serif:opsz,wght@8..144,500;8..144,600;8..144,700;8..144,800;8..144,900&amp;display=swap" />
		<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600;8..144,700;8..144,900&amp;family=Roboto+Serif:opsz,wght@8..144,500;8..144,600;8..144,700;8..144,800;8..144,900&amp;display=swap" media="print" onload="this.media='all'" />	
		<script type="text/html" id="tmpl-bb-link-preview">
<% if ( link_scrapping ) { %>
	<% if ( link_loading ) { %>
		<span class="bb-url-scrapper-loading bb-ajax-loader"><i class="bb-icon-l bb-icon-spinner animate-spin"></i>Loading preview...</span>
	<% } %>
	<% if ( link_success || link_error ) { %>
		<a title="Cancel Preview" href="#" id="bb-close-link-suggestion">Remove Preview</a>
		<div class="bb-link-preview-container">

			<% if ( link_images && link_images.length && link_success && ! link_error && '' !== link_image_index ) { %>
				<div id="bb-url-scrapper-img-holder">
					<div class="bb-link-preview-image">
						<div class="bb-link-preview-image-cover">
							<img src="<%= link_images[link_image_index] %>"/>
						</div>
						<div class="bb-link-preview-icons">
							<%
							if ( link_images.length > 1 ) { %>
								<a data-bp-tooltip-pos="up" data-bp-tooltip="Change image" href="#" class="icon-exchange toolbar-button bp-tooltip" id="icon-exchange"><i class="bb-icon-l bb-icon-exchange"></i></a>
							<% } %>
							<% if ( link_images.length ) { %>
								<a data-bp-tooltip-pos="up" data-bp-tooltip="Remove image" href="#" class="icon-image-slash toolbar-button bp-tooltip" id="bb-link-preview-remove-image"><i class="bb-icon-l bb-icon-image-slash"></i></a>
							<% } %>
							<a data-bp-tooltip-pos="up" data-bp-tooltip="Confirm" class="toolbar-button bp-tooltip" href="#" id="bb-link-preview-select-image">
								<i class="bb-icon-check bb-icon-l"></i>
							</a>
						</div>
					</div>
					<% if ( link_images.length > 1 ) { %>
						<div class="bb-url-thumb-nav">
							<button type="button" id="bb-url-prevPicButton"><span class="bb-icon-l bb-icon-angle-left"></span></button>
							<button type="button" id="bb-url-nextPicButton"><span class="bb-icon-l bb-icon-angle-right"></span></button>
							<div id="bb-url-scrapper-img-count">
								Image <%= link_image_index + 1 %>&nbsp;of&nbsp;<%= link_images.length %>
							</div>
						</div>
					<% } %>
				</div>
			<% } %>

			<% if ( link_success && ! link_error && link_url ) { %>
				<div class="bb-link-preview-info">
					<% var a = document.createElement('a');
						a.href = link_url;
						var hostname = a.hostname;
						var domainName = hostname.replace('www.', '' );
					%>

					<% if ( 'undefined' !== typeof link_title && link_title.trim() && link_description ) { %>
						<p class="bb-link-preview-link-name"><%= domainName %></p>
					<% } %>

					<% if ( link_success && ! link_error ) { %>
						<p class="bb-link-preview-title"><%= link_title %></p>
					<% } %>

					<% if ( link_success && ! link_error ) { %>
						<div class="bb-link-preview-excerpt"><p><%= link_description %></p></div>
					<% } %>
				</div>
			<% } %>
			<% if ( link_error && ! link_success ) { %>
				<div id="bb-url-error" class="bb-url-error"><%= link_error_msg %></div>
			<% } %>
		</div>
	<% } %>
<% } %>
</script>
<script type="text/html" id="tmpl-profile-card-popup">
	<div id="profile-card" class="bb-profile-card bb-popup-card" data-bp-item-id="" data-bp-item-component="members">

		<div class="skeleton-card">
			<div class="skeleton-card-body">
				<div class="skeleton-card-avatar bb-loading-bg"></div>
				<div class="skeleton-card-entity">
					<div class="skeleton-card-type bb-loading-bg"></div>
					<div class="skeleton-card-heading bb-loading-bg"></div>
					<div class="skeleton-card-meta bb-loading-bg"></div>
				</div>
			</div>
						<div class="skeleton-card-footer skeleton-footer-plain">
				<div class="skeleton-card-button bb-loading-bg"></div>
				<div class="skeleton-card-button bb-loading-bg"></div>
				<div class="skeleton-card-button bb-loading-bg"></div>
			</div>
		</div>

		<div class="bb-card-content">
			<div class="bb-card-body">
				<div class="bb-card-avatar">
					<span class="card-profile-status"></span>
					<img src="" alt="">
				</div>
				<div class="bb-card-entity">
					<div class="bb-card-profile-type"></div>
					<h4 class="bb-card-heading"></h4>
					<div class="bb-card-meta">
						<span class="card-meta-item card-meta-joined">Joined <span></span></span>
						<span class="card-meta-item card-meta-last-active"></span>
													<span class="card-meta-item card-meta-followers"></span>
												</div>
				</div>
			</div>
			<div class="bb-card-footer">
								<div class="bb-card-action bb-card-action-outline">
					<a href="" class="card-button card-button-profile">View Profile</a>
				</div>
			</div>
		</div>

	</div>
</script>
<script type="text/html" id="tmpl-group-card-popup">
	<div id="group-card" class="bb-group-card bb-popup-card" data-bp-item-id="" data-bp-item-component="groups">

		<div class="skeleton-card">
			<div class="skeleton-card-body">
				<div class="skeleton-card-avatar bb-loading-bg"></div>
				<div class="skeleton-card-entity">
					<div class="skeleton-card-heading bb-loading-bg"></div>
					<div class="skeleton-card-meta bb-loading-bg"></div>
				</div>
			</div>
						<div class="skeleton-card-footer skeleton-footer-plain">
				<div class="skeleton-card-button bb-loading-bg"></div>
				<div class="skeleton-card-button bb-loading-bg"></div>
			</div>
		</div>

		<div class="bb-card-content">
			<div class="bb-card-body">
				<div class="bb-card-avatar">
					<img src="" alt="">
				</div>
				<div class="bb-card-entity">
					<h4 class="bb-card-heading"></h4>
					<div class="bb-card-meta">
						<span class="card-meta-item card-meta-status"></span>
						<span class="card-meta-item card-meta-type"></span>
						<span class="card-meta-item card-meta-last-active"></span>
					</div>
					<div class="card-group-members">
						<span class="bs-group-members"></span>
					</div>
				</div>
			</div>
			<div class="bb-card-footer">
								<div class="bb-card-action bb-card-action-outline">
					<a href="" class="card-button card-button-group">View Group</a>
				</div>
			</div>
		</div>

	</div>
</script>

            <style id="bb_learndash_30_custom_colors">

                
                .learndash-wrapper .bb-single-course-sidebar .ld-status.ld-primary-background {
                    background-color: #e2e7ed !important;
                    color: inherit !important;
                }

                .learndash-wrapper .ld-course-status .ld-status.ld-status-progress.ld-primary-background {
                    background-color: #ebe9e6 !important;
                    color: inherit !important;
                }

                .learndash-wrapper .learndash_content_wrap .wpProQuiz_content .wpProQuiz_button_reShowQuestion:hover {
                    background-color: #fff !important;
                }

                .learndash-wrapper .learndash_content_wrap .wpProQuiz_content .wpProQuiz_toplistTable th {
                    background-color: transparent !important;
                }

                .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz) {
                    color: #fff !important;
                }

                .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_button_restartQuiz {
                    color: #fff !important;
                }

                .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button,
                .learndash-wrapper .bb-learndash-content-wrap .ld-item-list .ld-item-list-item a.ld-item-name:hover,
                .learndash-wrapper .bb-learndash-content-wrap .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover a.ld-item-name .ld-item-title,
                .learndash-wrapper .bb-learndash-content-wrap .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover .ld-expand-button .ld-icon-arrow-down,
                .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a.bb-lesson-head:hover,
                .learndash-wrapper .bb-learndash-content-wrap .ld-primary-color-hover:hover,
                .learndash-wrapper .learndash_content_wrap .ld-table-list-item-quiz .ld-primary-color-hover:hover .ld-item-title,
                .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-quiz .ld-primary-color-hover:hover .ld-item-title,
                .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title,
                .lms-lesson-content .bb-type-list li a:hover,
                .lms-lesson-content .lms-quiz-list li a:hover,
                .learndash-wrapper .ld-expand-button.ld-button-alternate:hover .ld-icon-arrow-down,
                .learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview:hover .ld-topic-title:before,
                .bb-lessons-list .lms-toggle-lesson i:hover,
                .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover,
                .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a:hover,
                .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra,
                .lms-topic-sidebar-wrapper .lms-course-members-list .bb-course-member-wrap > .list-members-extra:hover,
                .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components span,
                .bb-about-instructor h5 a:hover,
                .learndash_content_wrap .comment-respond .comment-author:hover,
                .single-sfwd-courses .comment-respond .comment-author:hover {
                    color: #231f20 !important;
                }

                .learndash-wrapper .learndash_content_wrap #quiz_continue_link,
                .learndash-wrapper .learndash_content_wrap .learndash_mark_complete_button,
                .learndash-wrapper .learndash_content_wrap #learndash_mark_complete_button,
                .learndash-wrapper .learndash_content_wrap .ld-status-complete,
                .learndash-wrapper .learndash_content_wrap .ld-alert-success .ld-button,
                .learndash-wrapper .learndash_content_wrap .ld-alert-success .ld-alert-icon,
                .wpProQuiz_questionList[data-type="assessment_answer"] .wpProQuiz_questionListItem label.is-selected:before,
                .wpProQuiz_questionList[data-type="single"] .wpProQuiz_questionListItem label.is-selected:before,
                .wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected:before {
                    background-color: #231f20 !important;
                }

                .wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button,
                .wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected:before {
                    border-color: #231f20 !important;
                }

                .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_button_restartQuiz,
                .learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_button_restartQuiz:hover,
                #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover,
                .bb-cover-list-item .ld-primary-background {
                    background-color: #231f20 !important;
                }

                
                
                .lms-topic-sidebar-wrapper .ld-secondary-background,
                .i-progress.i-progress-completed,
                .bb-cover-list-item .ld-secondary-background,
                .learndash-wrapper .ld-status-icon.ld-status-complete.ld-secondary-background,
                .learndash-wrapper .ld-status-icon.ld-quiz-complete,
                .ld-progress-bar .ld-progress-bar-percentage.ld-secondary-background {
                    background-color: #1e73be !important;
                }

                .bb-progress .bb-progress-circle {
                    border-color: #1e73be !important;
                }

                .learndash-wrapper .ld-alert-success {
                    border-color: #DCDFE3 !important;
                }

                .learndash-wrapper .ld-secondary-in-progress-icon {
                    color: #1e73be !important;
                }

                .learndash-wrapper .bb-learndash-content-wrap .ld-secondary-in-progress-icon {
                    border-left-color: #DEDFE2 !important;
                    border-top-color: #DEDFE2 !important;
                }

                
                
                .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting,
                .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-item-title .ld-item-components span.ld-status-waiting span.ld-icon,
                .learndash-wrapper .ld-status-waiting {
                    background-color: #dd3333 !important;
                }

                
            </style>

			<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site has installed PayPal for WooCommerce v4.6.3 - https://www.angelleye.com/product/woocommerce-paypal-plugin/ -->
<!-- Hubbub v.2.20.0 https://morehubbub.com/ -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Feed Your Need For Texture with Three Artworks That Scream Surface" />
<meta property="og:description" content="Feed your need for texture with three artworks that scream surface. Look and learn about the different ways of making marks." />
<meta property="og:url" content="https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/" />
<meta property="og:site_name" content="Artists Network" />
<meta property="og:updated_time" content="2017-12-04T21:25:19+00:00" />
<meta property="article:published_time" content="2017-10-17T00:49:49+00:00" />
<meta property="article:modified_time" content="2017-12-04T21:25:19+00:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Feed Your Need For Texture with Three Artworks That Scream Surface" />
<meta name="twitter:description" content="Feed your need for texture with three artworks that scream surface. Look and learn about the different ways of making marks." />
<meta property="og:image" content="https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg" />
<meta name="twitter:image" content="https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg" />
<meta property="og:image:width" content="561" />
<meta property="og:image:height" content="680" />
<!-- Hubbub v.2.20.0 https://morehubbub.com/ -->
    <style>
		html { height: calc(100% - 32px) !important; }
		#wpadminbar #wp-admin-bar-new-content>a { pointer-events: none; }
	    @media screen and ( max-width: 782px ) {
			html { height: calc(100% - 46px) !important; }
	    }
    </style>

	<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v27.1.1) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<title>Feed Your Need For Texture with Three Artworks That Scream Surface</title>
	<meta name="description" content="Feed your need for texture with three artworks that scream surface. Look and learn about the different ways of making marks." />
	<link rel="canonical" href="https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/" />
	<meta name="author" content="Courtney Jordan" />
	<meta name="twitter:label1" content="Written by" />
	<meta name="twitter:data1" content="Courtney Jordan" />
	<meta name="twitter:label2" content="Est. reading time" />
	<meta name="twitter:data2" content="2 minutes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#article","isPartOf":{"@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/"},"author":{"name":"Courtney Jordan","@id":"https://www.artistsnetwork.com/#/schema/person/862ce3abf9aaca865f4cc75ddf8036e4"},"headline":"Your Art Cravings, Satisfied","datePublished":"2017-10-17T00:49:49+00:00","dateModified":"2017-12-04T21:25:19+00:00","mainEntityOfPage":{"@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/"},"wordCount":443,"commentCount":0,"publisher":{"@id":"https://www.artistsnetwork.com/#organization"},"image":{"@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#primaryimage"},"thumbnailUrl":"https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg","articleSection":["Art Inspiration","Art Techniques and Skills"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#respond"]}]},{"@type":"WebPage","@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/","url":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/","name":"Feed Your Need For Texture with Three Artworks That Scream Surface","isPartOf":{"@id":"https://www.artistsnetwork.com/#website"},"primaryImageOfPage":{"@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#primaryimage"},"image":{"@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#primaryimage"},"thumbnailUrl":"https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg","datePublished":"2017-10-17T00:49:49+00:00","dateModified":"2017-12-04T21:25:19+00:00","description":"Feed your need for texture with three artworks that scream surface. Look and learn about the different ways of making marks.","breadcrumb":{"@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#primaryimage","url":"https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg","contentUrl":"https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg","width":561,"height":680,"caption":"Pink Umbrellas Floating by Ted Michalowski, ink and watercolor"},{"@type":"BreadcrumbList","@id":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.artistsnetwork.com/"},{"@type":"ListItem","position":2,"name":"Your Art Cravings, Satisfied"}]},{"@type":"WebSite","@id":"https://www.artistsnetwork.com/#website","url":"https://www.artistsnetwork.com/","name":"Artists Network","description":"Get Inspired","publisher":{"@id":"https://www.artistsnetwork.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.artistsnetwork.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.artistsnetwork.com/#organization","name":"Artists Network","url":"https://www.artistsnetwork.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.artistsnetwork.com/#/schema/logo/image/","url":"https://www.artistsnetwork.com/wp-content/uploads/2021/04/artn.png","contentUrl":"https://www.artistsnetwork.com/wp-content/uploads/2021/04/artn.png","width":566,"height":89,"caption":"Artists Network"},"image":{"@id":"https://www.artistsnetwork.com/#/schema/logo/image/"},"sameAs":["https://facebook.com/artistsnetwork/","https://x.com/artistsnetwork"]},{"@type":"Person","@id":"https://www.artistsnetwork.com/#/schema/person/862ce3abf9aaca865f4cc75ddf8036e4","name":"Courtney Jordan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.artistsnetwork.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/?s=96&d=mm&r=g","caption":"Courtney Jordan"},"url":"https://www.artistsnetwork.com/author/cjordan-3/"}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<script type='application/javascript'  id='pys-version-script'>console.log('PixelYourSite Free version 11.2.0.3');</script>
<link rel="alternate" type="application/rss+xml" title="Artists Network &raquo; Feed" href="https://www.artistsnetwork.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Artists Network &raquo; Comments Feed" href="https://www.artistsnetwork.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Artists Network &raquo; Your Art Cravings, Satisfied Comments Feed" href="https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.artistsnetwork.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.artistsnetwork.com%2Fart-techniques%2Ffeed-your-need-texture%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.artistsnetwork.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.artistsnetwork.com%2Fart-techniques%2Ffeed-your-need-texture%2F&#038;format=xml" />
		<script>
            function cmplzCallClarity(method, params) {
                if (typeof window.clarity === 'function') {
                    try {
                        window.clarity(method, params);
                    } catch (e) {
                        console.warn('Clarity API error:', e);
                    }
                }
            }

            cmplzCallClarity('consentv2', {
                ad_Storage: "denied",
                analytics_Storage: "denied"
            });

            function cmplzGetConsentFromEvent(e) {
                var d = e && e.detail && e.detail.categories ? e.detail.categories : {};
                return {
                    analyticsAllowed: !!d.statistics,
                    adsAllowed: !!d.marketing
                };
            }

            function cmplzSendClarityConsent(analyticsAllowed, adsAllowed) {
                var status = function (b) { return b ? "granted" : "denied"; };
                // Consent API v2: pass analytics/ad storage status.
                cmplzCallClarity('consentv2', {
                    analytics_Storage: status(!!analyticsAllowed),
                    ad_Storage: status(!!adsAllowed)
                });
            }

            function cmplzEraseClarityCookies() {
                cmplzCallClarity('consent', false);
            }

            document.addEventListener('cmplz_fire_categories', function (e) {
                var consent = cmplzGetConsentFromEvent(e);
                cmplzSendClarityConsent(consent.analyticsAllowed, consent.adsAllowed);
            });

            document.addEventListener('cmplz_revoke', function (e) {
                var consent = cmplzGetConsentFromEvent(e);
                cmplzSendClarityConsent(consent.analyticsAllowed, consent.adsAllowed);
                if (!consent.analyticsAllowed && !consent.adsAllowed) {
                    cmplzEraseClarityCookies();
                }
            });

		</script>
		<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='wc-authorize-net-cim-checkout-block-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce-gateway-authorize-net-cim/assets/css/blocks/wc-authorize-net-cim-checkout-block.css?ver=3.10.1' media='all' />
<link rel='stylesheet' id='wc-blocks-integration-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/build/index.css?ver=7.8.0' media='all' />
<link rel='stylesheet' id='pt-cv-public-style-css' href='https://www.artistsnetwork.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=4.3' media='all' />
<link rel='stylesheet' id='pt-cv-public-pro-style-css' href='https://www.artistsnetwork.com/wp-content/plugins/pt-content-views-pro/public/assets/css/cvpro.min.css?ver=5.9.2' media='all' />
<link rel='stylesheet' id='bp-nouveau-icons-map-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/icons/css/icons-map.min.css?ver=2.14.4' media='all' />
<link rel='stylesheet' id='bp-nouveau-bb-icons-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/icons/css/bb-icons.min.css?ver=1.0.8' media='all' />
<link rel='stylesheet' id='buddyboss_legacy-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/buddyboss_legacy.css?ver=1.0' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://www.artistsnetwork.com/wp-includes/css/dist/block-library/style.min.css?ver=1695743bd1ea1ee5252e582430a3ca53' media='all' />

<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--very-dark-blue: #23282D;--wp--preset--color--blue: #1e73be;--wp--preset--color--yellow: #d0b600;--wp--preset--color--dark-red: #231f20;--wp--preset--color--gray: #555555;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);--wp--custom--line-height--body: 1.5;}:root { --wp--style--global--content-size: 1200px;--wp--style--global--wide-size: 1500px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{line-height: var(--wp--custom--line-height--body);padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}h1{font-weight: 700;}h2{font-weight: 700;}h3{font-weight: 700;}h4{font-weight: 700;}h5{font-weight: 700;}h6{font-weight: 700;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-very-dark-blue-color{color: var(--wp--preset--color--very-dark-blue) !important;}.has-blue-color{color: var(--wp--preset--color--blue) !important;}.has-yellow-color{color: var(--wp--preset--color--yellow) !important;}.has-dark-red-color{color: var(--wp--preset--color--dark-red) !important;}.has-gray-color{color: var(--wp--preset--color--gray) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-very-dark-blue-background-color{background-color: var(--wp--preset--color--very-dark-blue) !important;}.has-blue-background-color{background-color: var(--wp--preset--color--blue) !important;}.has-yellow-background-color{background-color: var(--wp--preset--color--yellow) !important;}.has-dark-red-background-color{background-color: var(--wp--preset--color--dark-red) !important;}.has-gray-background-color{background-color: var(--wp--preset--color--gray) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-very-dark-blue-border-color{border-color: var(--wp--preset--color--very-dark-blue) !important;}.has-blue-border-color{border-color: var(--wp--preset--color--blue) !important;}.has-yellow-border-color{border-color: var(--wp--preset--color--yellow) !important;}.has-dark-red-border-color{border-color: var(--wp--preset--color--dark-red) !important;}.has-gray-border-color{border-color: var(--wp--preset--color--gray) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;}
:root :where(.wp-block-gpm-block-slider-v2){margin-bottom: 5.6em;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='bb-pro-enqueue-scripts-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/assets/css/index.min.css?ver=2.10.1' media='all' />
<link rel='stylesheet' id='bb-access-control-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/access-control/assets/css/bb-access-control.min.css?ver=2.10.1' media='all' />
<link rel='stylesheet' id='bb-activity-post-feature-image-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/platform-settings/activity/post-feature-image/assets/css/bb-activity-post-feature-image.min.css?ver=2.10.1' media='all' />
<link rel='stylesheet' id='bb-cropper-css-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/css/vendor/cropper.min.css?ver=2.14.4' media='all' />
<link rel='stylesheet' id='bb-meprlms-frontend-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/meprlms/assets/css/meprlms-frontend.min.css?ver=2.14.4' media='all' />
<link rel='stylesheet' id='bb-tutorlms-admin-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/tutorlms/assets/css/bb-tutorlms-admin.min.css?ver=2.14.4' media='all' />
<link rel='stylesheet' id='bp-mentions-css-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/css/mentions.min.css?ver=2.14.4' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://www.artistsnetwork.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5' media='all' />
<link rel='stylesheet' id='gpm-asen-custom-css-css' href='https://www.artistsnetwork.com/wp-content/plugins/gpm-asen/assets/css/custom.css?ver=1780981094' media='all' />
<link rel='stylesheet' id='watermark-css-css' href='https://www.artistsnetwork.com/wp-content/plugins/gpm-pdf-watermark/assets/css/watermark.css?ver=1780981094' media='all' />
<link rel='stylesheet' id='dpsp-frontend-style-pro-css' href='https://www.artistsnetwork.com/wp-content/plugins/social-pug/assets/dist/style-frontend-pro.css?ver=2.20.0' media='all' />
<style id='dpsp-frontend-style-pro-inline-css'>

			@media screen and ( max-width : 720px ) {
				aside#dpsp-floating-sidebar.dpsp-hide-on-mobile.opened {
					display: none;
				}
			}
			
			@media screen and ( max-width : 720px ) {
				aside#dpsp-floating-sidebar.dpsp-hide-on-mobile.opened {
					display: none;
				}
			}
			
/*# sourceURL=dpsp-frontend-style-pro-inline-css */
</style>
<link rel='stylesheet' id='woocommerce-layout-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.6.1' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.6.1' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.6.1' media='all' />
<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link rel='stylesheet' id='learndash-course-grid-skin-grid-css' href='https://www.artistsnetwork.com/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/style.css?ver=4.25.6' media='all' />
<link rel='stylesheet' id='learndash-course-grid-pagination-css' href='https://www.artistsnetwork.com/wp-content/plugins/sfwd-lms/includes/course-grid/templates/pagination/style.css?ver=4.25.6' media='all' />
<link rel='stylesheet' id='learndash-course-grid-card-grid-1-css' href='https://www.artistsnetwork.com/wp-content/plugins/sfwd-lms/includes/course-grid/templates/cards/grid-1/style.css?ver=4.25.6' media='all' />
<link rel='stylesheet' id='cmplz-general-css' href='https://www.artistsnetwork.com/wp-content/plugins/complianz-gdpr-premium/assets/css/cookieblocker.min.css?ver=1776384611' media='all' />
<link rel='stylesheet' id='megamenu-css' href='https://www.artistsnetwork.com/wp-content/uploads/maxmegamenu/style.css?ver=2c96d1' media='all' />
<link rel='stylesheet' id='sv-wc-payment-gateway-payment-form-v5_12_0-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce-gateway-authorize-net-cim/vendor/skyverge/wc-plugin-framework/woocommerce/payment-gateway/assets/css/frontend/sv-wc-payment-gateway-payment-form.min.css?ver=5.12.0' media='all' />
<link rel='stylesheet' id='wc-memberships-frontend-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce-memberships/assets/css/frontend/wc-memberships-frontend.min.css?ver=1.26.9' media='all' />
<link rel='stylesheet' id='redux-extendify-styles-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/inc/admin/framework/redux-core/assets/css/extendify-utilities.css?ver=4.4.11' media='all' />
<link rel='stylesheet' id='dco-comment-attachment-css' href='https://www.artistsnetwork.com/wp-content/plugins/dco-comment-attachment/assets/dco-comment-attachment.css?ver=2.4.0' media='all' />
<link rel='stylesheet' id='wc-pb-checkout-blocks-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/checkout-blocks.css?ver=8.2.2' media='all' />
<link rel='stylesheet' id='bp-zoom-css' href='https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/css/bp-zoom.min.css?ver=2.10.1' media='all' />
<link rel='stylesheet' id='buddyboss-theme-magnific-popup-css-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/css/vendors/magnific-popup.min.css?ver=2.6.60' media='all' />
<link rel='stylesheet' id='buddyboss-theme-select2-css-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/css/vendors/select2.min.css?ver=2.6.60' media='all' />
<link rel='stylesheet' id='buddyboss-theme-css-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/css/theme.min.css?ver=2.6.60' media='all' />
<link rel='stylesheet' id='buddyboss-theme-template-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/css/template-v1.min.css?ver=2.6.60' media='all' />
<link rel='stylesheet' id='buddyboss-theme-buddypress-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/css/buddypress.min.css?ver=2.6.60' media='all' />
<link rel='stylesheet' id='buddyboss-theme-forums-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/css/bbpress.min.css?ver=2.6.60' media='all' />
<link rel='stylesheet' id='buddyboss-theme-woocommerce-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/css/woocommerce.min.css?ver=2.6.60' media='all' />
<link rel='stylesheet' id='buddyboss-theme-plugins-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/css/plugins.min.css?ver=2.6.60' media='all' />
<link rel='stylesheet' id='tooltipster-css' href='https://www.artistsnetwork.com/wp-content/plugins/popup-anything-on-click-pro/assets/css/tooltipster.min.css?ver=2.3' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/font-awesome.css?ver=4.7.0' media='all' />
<style id='font-awesome-inline-css'>
[data-font="FontAwesome"]:before {font-family: 'FontAwesome' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;}
/*# sourceURL=font-awesome-inline-css */
</style>
<link rel='stylesheet' id='paoc-pro-public-style-css' href='https://www.artistsnetwork.com/wp-content/plugins/popup-anything-on-click-pro/assets/css/paoc-public.min.css?ver=2.3' media='all' />
<link rel='stylesheet' id='theme-custom-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/css/theme.css?ver=3.8' media='all' />
<link rel='stylesheet' id='second-theme-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/dist/second-theme.min.css?ver=3.8' media='all' />
<link rel='stylesheet' id='light-gallery-css' href='https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/css/lightgallery-bundle.min.css?ver=3.8' media='all' />
<link rel='stylesheet' id='woo_discount_pro_style-css' href='https://www.artistsnetwork.com/wp-content/plugins/woo-discount-rules-pro/Assets/Css/awdr_style.css?ver=2.6.1' media='all' />
<link rel='stylesheet' id='wc-bundle-style-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/woocommerce.css?ver=8.2.2' media='all' />
<script type="text/javascript">
            window._bbssoDOMReady = function (callback) {
                if ( document.readyState === "complete" || document.readyState === "interactive" ) {
                    callback();
                } else {
                    document.addEventListener( "DOMContentLoaded", callback );
                }
            };
            </script><script src="https://www.artistsnetwork.com/wp-content/plugins/MIDTC_Plugin/modules/universal/ga-four-integration/assets/js/ga-four-integration.js?1780981093&amp;ver=1695743bd1ea1ee5252e582430a3ca53" id="ga-four-integration-script-js"></script>
<script id="jquery-core-js-extra">
var pysFacebookRest = {"restApiUrl":"https://www.artistsnetwork.com/wp-json/pys-facebook/v1/event","debug":""};
//# sourceURL=jquery-core-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script async="async" src="https://www.artistsnetwork.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script id="jquery-js-after">
					function optimocha_getCookie(name) {
						var v = document.cookie.match("(^|;) ?" + name + "=([^;]*)(;|$)");
						return v ? v[2] : null;
					}

					function optimocha_check_wc_cart_script() {
					var cart_src = "https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js";
					var script_id = "optimocha_loaded_wc_cart_fragments";

						if( document.getElementById(script_id) !== null ) {
							return false;
						}

						if( optimocha_getCookie("woocommerce_cart_hash") ) {
							var script = document.createElement("script");
							script.id = script_id;
							script.src = cart_src;
							script.async = true;
							document.head.appendChild(script);
						}
					}

					optimocha_check_wc_cart_script();
					document.addEventListener("click", function(){setTimeout(optimocha_check_wc_cart_script,1000);});
					
//# sourceURL=jquery-js-after
</script>
<script id="bb-twemoji-js-extra">
var bbemojiSettings = {"baseUrl":"https://s.w.org/images/core/emoji/14.0.0/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/14.0.0/svg/","svgExt":".svg"};
//# sourceURL=bb-twemoji-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-includes/js/twemoji.min.js?ver=2.14.4" id="bb-twemoji-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/bb-emoji-loader.min.js?ver=2.14.4" id="bb-emoji-loader-js"></script>
<script id="bb-reaction-js-extra">
var bbReactionVars = {"ajax_url":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php"};
//# sourceURL=bb-reaction-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/reactions/assets/js/bb-reaction.min.js?ver=2.10.1" id="bb-reaction-js"></script>
<script id="bp-media-dropzone-js-extra">
var bp_media_dropzone = {"dictDefaultMessage":"Drop files here to upload","dictFallbackMessage":"Your browser does not support drag'n'drop file uploads.","dictFallbackText":"Please use the fallback form below to upload your files like in the olden days.","dictFileTooBig":"Sorry, file size is too big ({{filesize}} MB). Max file size limit: {{maxFilesize}} MB.","dictInvalidFileType":"You can't upload files of this type.","dictResponseError":"Server responded with {{statusCode}} code.","dictCancelUpload":"Cancel upload","dictUploadCanceled":"Upload canceled.","dictCancelUploadConfirmation":"Are you sure you want to cancel this upload?","dictRemoveFile":"Remove file","dictMaxFilesExceeded":"You cannot upload more than 10 files at a time."};
//# sourceURL=bp-media-dropzone-js-extra
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/dropzone.min.js?ver=2.14.4" id="bp-media-dropzone-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/widget-members.min.js?ver=2.14.4" id="bp-widget-members-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/jquery-query.min.js?ver=2.14.4" id="bp-jquery-query-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/jquery-cookie.min.js?ver=2.14.4" id="bp-jquery-cookie-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/jquery-scroll-to.min.js?ver=2.14.4" id="bp-jquery-scroll-to-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/meprlms/assets/js/bb-meprlms-frontend.min.js?ver=2.14.4" id="bb-meprlms-frontend-js"></script>
<script id="bb-tutorlms-admin-js-extra">
var bbTutorLMSVars = {"ajax_url":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","select_course_placeholder":"Start typing a course name to associate with this group."};
//# sourceURL=bb-tutorlms-admin-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/tutorlms/assets/js/bb-tutorlms-admin.min.js?ver=2.14.4" id="bb-tutorlms-admin-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/magnific-popup.js?ver=2.14.4" id="bp-nouveau-magnific-popup-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-friends/js/widget-friends.min.js?ver=2.14.4" id="bp_core_widget_friends-js-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.6.1" id="wc-jquery-blockui-js" defer data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https://www.artistsnetwork.com/cart/","is_cart":"","cart_redirect_after_add":"no"};
//# sourceURL=wc-add-to-cart-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.6.1" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.6.1" id="wc-js-cookie-js" defer data-wp-strategy="defer"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.6.1" id="woocommerce-js" defer data-wp-strategy="defer"></script>
<script type="text/plain" data-service="facebook" data-category="marketing" data-cmplz-src="https://www.artistsnetwork.com/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=0.2.3" id="jquery-bind-first-js"></script>
<script type="text/plain" data-service="facebook" data-category="marketing" data-cmplz-src="https://www.artistsnetwork.com/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3" id="js-cookie-pys-js"></script>
<script type="text/plain" data-service="facebook" data-category="marketing" data-cmplz-src="https://www.artistsnetwork.com/wp-content/plugins/pixelyoursite/dist/scripts/tld.min.js?ver=2.3.1" id="js-tld-js"></script>
<script type="text/plain" data-service="facebook" data-category="marketing" id="pys-js-extra">
var pysOptions = {"staticEvents":{"facebook":{"init_event":[{"delay":0,"type":"static","ajaxFire":false,"name":"PageView","pixelIds":["893902931072534"],"eventID":"d0740783-c356-4459-8694-82b2191bca6c","params":{"post_category":"Art Inspiration, Art Techniques and Skills","page_title":"Your Art Cravings, Satisfied","post_type":"post","post_id":236630,"plugin":"PixelYourSite","user_role":"guest","event_url":"www.artistsnetwork.com/art-techniques/feed-your-need-texture/"},"e_id":"init_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}]}},"dynamicEvents":[],"triggerEvents":[],"triggerEventTypes":[],"facebook":{"pixelIds":["893902931072534"],"advancedMatching":[],"advancedMatchingEnabled":true,"removeMetadata":true,"wooVariableAsSimple":false,"serverApiEnabled":true,"wooCRSendFromServer":false,"send_external_id":null,"enabled_medical":false,"do_not_track_medical_param":["event_url","post_title","page_title","landing_page","content_name","categories","category_name","tags"],"meta_ldu":false},"debug":"","siteUrl":"https://www.artistsnetwork.com","ajaxUrl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","ajax_event":"6a167b551e","enable_remove_download_url_param":"1","cookie_duration":"7","last_visit_duration":"60","enable_success_send_form":"","ajaxForServerEvent":"1","ajaxForServerStaticEvent":"1","useSendBeacon":"1","send_external_id":"1","external_id_expire":"180","track_cookie_for_subdomains":"1","google_consent_mode":"1","gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"bing_disabled_by_api":false,"reddit_disabled_by_api":false,"externalID_disabled_by_api":false,"facebook_prior_consent_enabled":true,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":null,"pinterest_prior_consent_enabled":true,"bing_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_tiktok_consent_category":"marketing","cookiebot_google_ads_consent_category":"marketing","cookiebot_pinterest_consent_category":"marketing","cookiebot_bing_consent_category":"marketing","consent_magic_integration_enabled":false,"real_cookie_banner_integration_enabled":false,"cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false,"analytics_storage":{"enabled":true,"value":"granted","filter":false},"ad_storage":{"enabled":true,"value":"granted","filter":false},"ad_user_data":{"enabled":true,"value":"granted","filter":false},"ad_personalization":{"enabled":true,"value":"granted","filter":false}},"cookie":{"disabled_all_cookie":false,"disabled_start_session_cookie":false,"disabled_advanced_form_data_cookie":false,"disabled_landing_page_cookie":false,"disabled_first_visit_cookie":false,"disabled_trafficsource_cookie":false,"disabled_utmTerms_cookie":false,"disabled_utmId_cookie":false},"tracking_analytics":{"TrafficSource":"direct","TrafficLanding":"http://undefined","TrafficUtms":[],"TrafficUtmsId":[]},"GATags":{"ga_datalayer_type":"default","ga_datalayer_name":"dataLayerPYS"},"woo":{"enabled":true,"enabled_save_data_to_orders":true,"addToCartOnButtonEnabled":true,"addToCartOnButtonValueEnabled":true,"addToCartOnButtonValueOption":"price","singleProductId":null,"removeFromCartSelector":"form.woocommerce-cart-form .remove","addToCartCatchMethod":"add_cart_hook","is_order_received_page":false,"containOrderId":false},"edd":{"enabled":false},"cache_bypass":"1780981094"};
//# sourceURL=pys-js-extra
</script>
<script type="text/plain" data-service="facebook" data-category="marketing" data-cmplz-src="https://www.artistsnetwork.com/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=11.2.0.3" id="pys-js"></script>
<script id="google_ad_js-js-extra">
var dfp_ad_object = [{"google_ad_script_name":"google_ad_js","script_name":null,"account_id":"/184645914","asynch":true,"dir_uri":null,"positions":[{"post_id":1467057,"title":"article_lrleaderboard1_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-article_lrleaderboard1_970x90","sizes":[970,90],"out_of_page":false,"targeting":[],"ad_code":"article_lrleaderboard1_970x90"},{"post_id":1467058,"title":"article_lrleaderboard1_mobile_300x250","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-article_lrleaderboard1_mobile_300x250","sizes":[[300,250],[300,600],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"article_lrleaderboard1_mobile_300x250"},{"post_id":1467059,"title":"article_lrleaderboard2_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-article_lrleaderboard2_970x90","sizes":[970,90],"out_of_page":false,"targeting":[],"ad_code":"article_lrleaderboard2_970x90"},{"post_id":1467061,"title":"article_lrleaderboard2_mobile_300x250","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-article_lrleaderboard2_mobile_300x250","sizes":[[300,250],[300,600],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"article_lrleaderboard2_mobile_300x250"},{"post_id":1467062,"title":"article_lrleaderboard3_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-article_lrleaderboard3_970x90","sizes":[970,90],"out_of_page":false,"targeting":[],"ad_code":"article_lrleaderboard3_970x90"},{"post_id":1467066,"title":"article_lrleaderboard3_mobile_300x250","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-article_lrleaderboard3_mobile_300x250","sizes":[[300,250],[300,600],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"article_lrleaderboard3_mobile_300x250"},{"post_id":1467067,"title":"category_lrleaderboard1_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-category_lrleaderboard1_970x90","sizes":[[970,90],[480,320],[970,250]],"out_of_page":false,"targeting":[],"ad_code":"category_lrleaderboard1_970x90"},{"post_id":1467068,"title":"category_lrleaderboard1_mobile_300x50","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-category_lrleaderboard1_mobile_300x50","sizes":[[300,50],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"category_lrleaderboard1_mobile_300x50"},{"post_id":1467069,"title":"category_lrleaderboard2_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-category_lrleaderboard2_970x90","sizes":[[970,90],[480,320],[970,250]],"out_of_page":false,"targeting":[],"ad_code":"category_lrleaderboard2_970x90"},{"post_id":1467075,"title":"category_lrleaderboard2_mobile_300x250","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-category_lrleaderboard2_mobile_300x250","sizes":[[300,250],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"category_lrleaderboard2_mobile_300x250"},{"post_id":1467079,"title":"category_lrleaderboard3_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-category_lrleaderboard3_970x90","sizes":[[970,90],[480,320],[970,250]],"out_of_page":false,"targeting":[],"ad_code":"category_lrleaderboard3_970x90"},{"post_id":1467083,"title":"category_lrleaderboard3_mobile_300x250","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-category_lrleaderboard3_mobile_300x250","sizes":[[300,250],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"category_lrleaderboard3_mobile_300x250"},{"post_id":1467084,"title":"footer_article_lrleaderboard_sticky_728x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-footer_article_lrleaderboard_sticky_728x90","sizes":[728,90],"out_of_page":false,"targeting":[],"ad_code":"footer_article_lrleaderboard_sticky_728x90"},{"post_id":1467086,"title":"footer_article_lrleaderboard_sticky_mobile_300x50","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-footer_article_lrleaderboard_sticky_mobile_300x50","sizes":[[300,50],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"footer_article_lrleaderboard_sticky_mobile_300x50"},{"post_id":1467087,"title":"footer_category_lrleaderboard_sticky_728x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-footer_category_lrleaderboard_sticky_728x90","sizes":[728,90],"out_of_page":false,"targeting":[],"ad_code":"footer_category_lrleaderboard_sticky_728x90"},{"post_id":1467090,"title":"footer_category_lrleaderboard_sticky_mobile_300x50","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-footer_category_lrleaderboard_sticky_mobile_300x50","sizes":[[300,50],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"footer_category_lrleaderboard_sticky_mobile_300x50"},{"post_id":1467091,"title":"footer_home_lrleaderboard_sticky_728x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-footer_home_lrleaderboard_sticky_728x90","sizes":[728,90],"out_of_page":false,"targeting":[],"ad_code":"footer_home_lrleaderboard_sticky_728x90"},{"post_id":1467106,"title":"footer_home_lrleaderboard_sticky_mobile_300x50","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-footer_home_lrleaderboard_sticky_mobile_300x50","sizes":[[300,50],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"footer_home_lrleaderboard_sticky_mobile_300x50"},{"post_id":1467109,"title":"home_lrleaderboard1_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-home_lrleaderboard1_970x90","sizes":[970,90],"out_of_page":false,"targeting":[],"ad_code":"home_lrleaderboard1_970x90"},{"post_id":1467115,"title":"home_lrleaderboard1_mobile_300x250","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-home_lrleaderboard1_mobile_300x250","sizes":[[300,250],[320,50]],"out_of_page":false,"targeting":[],"ad_code":"home_lrleaderboard1_mobile_300x250"},{"post_id":1467116,"title":"home_lrleaderboard2_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-home_lrleaderboard2_970x90","sizes":[970,90],"out_of_page":false,"targeting":[],"ad_code":"home_lrleaderboard2_970x90"},{"post_id":1467118,"title":"home_lrleaderboard2_mobile_300x250","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-home_lrleaderboard2_mobile_300x250","sizes":[300,250],"out_of_page":false,"targeting":[],"ad_code":"home_lrleaderboard2_mobile_300x250"},{"post_id":1467119,"title":"home_lrleaderboard3_970x90","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-home_lrleaderboard3_970x90","sizes":[970,90],"out_of_page":false,"targeting":[],"ad_code":"home_lrleaderboard3_970x90"},{"post_id":1467123,"title":"home_lrleaderboard3_mobile_300x250","ad_name":"Artist-Network_DIRECT","position_tag":"div-gpt-ad-home_lrleaderboard3_mobile_300x250","sizes":[300,250],"out_of_page":false,"targeting":[],"ad_code":"home_lrleaderboard3_mobile_300x250"}],"page_targeting":{"Page":["art-techniques","feed-your-need-texture"],"Category":["Art Inspiration","Art Techniques and Skills"],"Tag":"","environment":"dev"},"environment":null}];
//# sourceURL=google_ad_js-js-extra
</script>
<script src="https://www.googletagservices.com/tag/js/gpt.js?ver=1695743bd1ea1ee5252e582430a3ca53" id="google_ad_js-js"></script>
<script id="google_ad_js-js-after">
//I am here
				
  var googletag = googletag || {};
  googletag.cmd = googletag.cmd || [];
 googletag.async = true;
/**
 * Ad Position Creation
 */
googletag.cmd.push(function () {
  // Object from Ajax
  
	   //console.log(jQuery("#div-gpt-ad-article_lrleaderboard1_970x90").size());
	   
	   //if(jQuery(".div-gpt-ad-article_lrleaderboard1_970x90").size()){
	   
		googletag.defineSlot("/184645914/Artist-Network_DIRECT",[970,90],"div-gpt-ad-article_lrleaderboard1_970x90").addService(googletag.pubads());
		  
		  
		  
		 // }
		  
	   
	   //console.log(jQuery("#div-gpt-ad-article_lrleaderboard1_mobile_300x250").size());
	   
	   //if(jQuery(".div-gpt-ad-article_lrleaderboard1_mobile_300x250").size()){
	   
	   //console.log(jQuery("#div-gpt-ad-article_lrleaderboard2_970x90").size());
	   
	   //if(jQuery(".div-gpt-ad-article_lrleaderboard2_970x90").size()){
	   
		googletag.defineSlot("/184645914/Artist-Network_DIRECT",[970,90],"div-gpt-ad-article_lrleaderboard2_970x90").addService(googletag.pubads());
		  
		  
		  
		 // }
		  
	   
	   //console.log(jQuery("#div-gpt-ad-article_lrleaderboard2_mobile_300x250").size());
	   
	   //if(jQuery(".div-gpt-ad-article_lrleaderboard2_mobile_300x250").size()){
	   
	   //console.log(jQuery("#div-gpt-ad-article_lrleaderboard3_970x90").size());
	   
	   //if(jQuery(".div-gpt-ad-article_lrleaderboard3_970x90").size()){
	   
		googletag.defineSlot("/184645914/Artist-Network_DIRECT",[970,90],"div-gpt-ad-article_lrleaderboard3_970x90").addService(googletag.pubads());
		  
		  
		  
		 // }
		  
	   
	   //console.log(jQuery("#div-gpt-ad-article_lrleaderboard3_mobile_300x250").size());
	   
	   //if(jQuery(".div-gpt-ad-article_lrleaderboard3_mobile_300x250").size()){
	   
	   //console.log(jQuery("#div-gpt-ad-footer_article_lrleaderboard_sticky_728x90").size());
	   
	   //if(jQuery(".div-gpt-ad-footer_article_lrleaderboard_sticky_728x90").size()){
	   
		googletag.defineSlot("/184645914/Artist-Network_DIRECT",[728,90],"div-gpt-ad-footer_article_lrleaderboard_sticky_728x90").addService(googletag.pubads());
		  
		  
		  
		 // }
		  
	   
	   //console.log(jQuery("#div-gpt-ad-footer_article_lrleaderboard_sticky_mobile_300x50").size());
	   
	   //if(jQuery(".div-gpt-ad-footer_article_lrleaderboard_sticky_mobile_300x50").size()){
	   // Collapse Empty Divs
  googletag.pubads().collapseEmptyDivs(true);
  
  // Targeting
		 googletag.pubads().setTargeting("page",["art-techniques","feed-your-need-texture"])
		 googletag.pubads().setTargeting("category",["Art Inspiration","Art Techniques and Skills"])
		 googletag.pubads().setTargeting("tag","")
		 googletag.pubads().setTargeting("environment","dev")// Asynchronous Loading
    googletag.pubads().enableAsyncRendering();// Asynchronous Loading
  googletag.pubads().enableSingleRequest();
  // Go
  googletag.enableServices();
});
//# sourceURL=google_ad_js-js-after
</script>
    <style>
                .membership-content.access-restricted #content .large-9:before, .single-post.membership-content.access-restricted #content .content-area .site-main:before {
            background-image: url(https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/images/unlockbanner-01-1.png); background-repeat: no-repeat;
        }
    </style>
<link rel="https://api.w.org/" href="https://www.artistsnetwork.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.artistsnetwork.com/wp-json/wp/v2/posts/236630" />
<!-- GA4 Integration Tag -->

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PFJRFRC');</script>
<!-- End Google Tag Manager -->

<!-- GA4 Integration Tag / -->

	<script>
		try {
			document.addEventListener('DOMContentLoaded', function() {
				let getElement = new URL(window.location).searchParams.get("j")
				if(getElement) {
					pushCustomScroll = setInterval(function() {
						if(document.readyState == "complete") {
							setTimeout(function() {
								var element = document.getElementById(getElement);
							    var headerOffset = 325;
							    var elementPosition = element.getBoundingClientRect().top;
							    var offsetPosition = elementPosition + window.pageYOffset - headerOffset;
							  
							    window.scrollTo({
							         top: offsetPosition,
							         behavior: "auto"
							    });
							}, 100);
							clearInterval(pushCustomScroll);
						}
					}, 1000);
				}
			});
		} catch(err) { console.log('[ERROR] Custom scroll error raised.'); }
	</script>
	
	<script>var ajaxurl = 'https://www.artistsnetwork.com/wp-admin/admin-ajax.php';</script>

			<script type="text/javascript">
			(function(c, l, a, r, i, t, y) {
				c[a] = c[a] || function() {
					(c[a].q = c[a].q || []).push(arguments)
				};
				t = l.createElement(r);
				t.async = 1;
				t.src = "https://www.clarity.ms/tag/" + i + "?ref=wordpress";
				y = l.getElementsByTagName(r)[0];
				y.parentNode.insertBefore(t, y);
			})(window, document, "clarity", "script", "tv8z2bhgi0");
		</script>
	<script>  var el_i13_login_captcha=null; var el_i13_register_captcha=null; </script><meta name="hubbub-info" description="Hubbub Pro 2.20.0">			<style>.cmplz-hidden {
					display: none !important;
				}</style>    <script>
    document.addEventListener("DOMContentLoaded", function () {

        /* Only for logged-out users */
        if (document.body.classList.contains("logged-in")) {
            return;
        }

        /* Only LearnDash course pages */
        if (!document.body.classList.contains("single-sfwd-courses")) {
            return;
        }

        function removeLdTooltip() {
            const el = document.querySelector(
                '.bb-course-status-content .ld-status[data-ld-tooltip]'
            );

            if (el) {
                el.removeAttribute('data-ld-tooltip');
            }
        }

        /* Run once */
        removeLdTooltip();

        /* Watch for AJAX-loaded content */
        const observer = new MutationObserver(function () {
            removeLdTooltip();
        });

        observer.observe(document.body, {
            childList: true,
            subtree: true
        });

    });
    </script>
    
			<script type="application/ld+json">
			{
				"@context": "https://schema.org",
				"@type": "NewsArticle",
				"mainEntityOfPage": {
					"@type": "WebPage",
					"@id": "https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/"
				},
				"headline": "Your Art Cravings, Satisfied",
				"image": [
					"https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg"
				],
				"datePublished": "2017-10-17T00:49:49-06:00",
				"dateModified": "2017-12-04T21:25:19-07:00",
				"author": {
					"@type": "Person",
					"name": "Courtney Jordan",
					"url": "https://www.artistsnetwork.com/author/cjordan-3/"
				},
				"publisher": {
					"@type": "Organization",
					"name": "Artists Network",
					"logo": {
						"@type": "ImageObject",
						"url": "https://www.artistsnetwork.com/wp-content/uploads/2021/09/artists_network_logo.svg"
					}
				}
			}
			</script><meta name="generator" content="Redux 4.4.11" />	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<style>        .fluid-width-video-wrapper {
            min-width: 260px !important;
            min-height: 155px !important;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

        .flowplayer-embed-container:empty {
            display:none !important;
        }

        .flowplayer-embed-container:blank {
            display:none !important;
        }

        .container .learndash-wrapper .ld-tabs-content iframe {
            box-shadow: unset !important;
            border-radius: unset !important;
        }
        </style><script id='nitro-telemetry-meta' nitro-exclude>window.NPTelemetryMetadata={missReason: (!window.NITROPACK_STATE ? 'cache not found' : 'hit'),pageType: 'post',isEligibleForOptimization: true,}</script><script id='nitro-generic' nitro-exclude>(()=>{if(window.NitroPack=window.NitroPack||{coreVersion:"na",isCounted:!1},!window.NitroPack.isCounted){window.NitroPack.isCounted=!0;const e=()=>{let e=performance.getEntriesByType("navigation")[0];return document.prerendering||e?.activationStart>0?"_prr":e&&e.responseStart-e.requestStart<=5?"_pre":"_dow"},i=e=>{navigator.sendBeacon("https://to.getnitropack.com/p",JSON.stringify({siteId:"nnEMHgeinkMQDTBVoswjyFjFsCjUcZkH",url:window.location.href,isOptimized:!!window.IS_NITROPACK,coreVersion:"na",missReason:window.NPTelemetryMetadata?.missReason||"",pageType:window.NPTelemetryMetadata?.pageType||"",isEligibleForOptimization:!!window.NPTelemetryMetadata?.isEligibleForOptimization||!1,pageLoadMode:e}))};(async()=>{await new Promise(e=>{document.prerendering?document.addEventListener("prerenderingchange",e,{once:!0}):e()}),await new Promise(e=>{"complete"===document.readyState?e():window.addEventListener("load",e)}),i(e())})(),window.addEventListener("pageshow",e=>{if(e.persisted){let e=document.prerendering||self.performance?.getEntriesByType?.("navigation")[0]?.activationStart>0;"visible"!==document.visibilityState||e||i("_bfr")}})}})();</script><link rel="amphtml" href="https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/amp/"><link rel="icon" href="https://www.artistsnetwork.com/wp-content/uploads/2021/09/an-favicon-152x152-1-100x100.png" sizes="32x32" />
<link rel="icon" href="https://www.artistsnetwork.com/wp-content/uploads/2021/09/an-favicon-152x152-1.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.artistsnetwork.com/wp-content/uploads/2021/09/an-favicon-152x152-1.png" />
<meta name="msapplication-TileImage" content="https://www.artistsnetwork.com/wp-content/uploads/2021/09/an-favicon-152x152-1.png" />
    <style>
                .primary-menu > li:hover > a, .primary-menu > li:hover:after, .primary-menu > li > ul > li:hover > a, .primary-menu > li > ul > li:hover:after, .header-aside-inner a:hover, .header-aside-inner label:hover, .header-mini-cart ul.cart_list li.mini_cart_item > a.remove:hover {
			color: #111111!important;
		}

                .single-sfwd-courses .learndash-wrapper .ld-expand-button .ld-icon { background-color: transparent!important; }
    </style>
<style id="buddyboss_theme-style">:root{--bb-primary-color:#1E73BE;--bb-primary-color-rgb:30, 115, 190;--bb-body-background-color:#FAFBFD;--bb-body-background-color-rgb:250, 251, 253;--bb-content-background-color:#FFFFFF;--bb-content-alternate-background-color:#FBFBFC;--bb-content-border-color:#E7E9EC;--bb-content-border-color-rgb:231, 233, 236;--bb-cover-image-background-color:#D0B600;--bb-headings-color:#212529;--bb-headings-color-rgb:33, 37, 41;--bb-body-text-color:#212529;--bb-body-text-color-rgb:33, 37, 41;--bb-alternate-text-color:#A3A5A9;--bb-alternate-text-color-rgb:163, 165, 169;--bb-primary-button-background-regular:#1E73BE;--bb-primary-button-background-hover:#1E73BE;--bb-primary-button-border-regular:#1E73BE;--bb-primary-button-border-hover:#1E73BE;--bb-primary-button-text-regular:#FFFFFF;--bb-primary-button-text-regular-rgb:255, 255, 255;--bb-primary-button-text-hover:#FFFFFF;--bb-primary-button-text-hover-rgb:255, 255, 255;--bb-secondary-button-background-regular:#F2F4F5;--bb-secondary-button-background-hover:#1E73BE;--bb-secondary-button-border-regular:#F2F4F5;--bb-secondary-button-border-hover:#1E73BE;--bb-secondary-button-text-regular:#1E2132;--bb-secondary-button-text-hover:#FFFFFF;--bb-header-background:#FFFFFF;--bb-header-alternate-background:#F2F4F5;--bb-header-links:#555555;--bb-header-links-hover:#111111;--bb-header-mobile-logo-size:230px;--bb-header-height:76px;--bb-sidenav-background:#FFFFFF;--bb-sidenav-text-regular:#1E73BE;--bb-sidenav-text-hover:#FFFFFF;--bb-sidenav-text-active:#FFFFFF;--bb-sidenav-menu-background-color-regular:#FFFFFF;--bb-sidenav-menu-background-color-hover:#1E73BE;--bb-sidenav-menu-background-color-active:#1E73BE;--bb-sidenav-count-text-color-regular:#1E73BE;--bb-sidenav-count-text-color-hover:#FFFFFF;--bb-sidenav-count-text-color-active:#FFFFFF;--bb-sidenav-count-background-color-regular:#FFFFFF;--bb-sidenav-count-background-color-hover:#1E73BE;--bb-sidenav-count-background-color-active:#1E73BE;--bb-footer-background:#343434;--bb-footer-widget-background:#343434;--bb-footer-text-color:#F1F1F1;--bb-footer-menu-link-color-regular:#F1F1F1;--bb-footer-menu-link-color-hover:#1E73BE;--bb-footer-menu-link-color-active:#1E73BE;--bb-admin-screen-bgr-color:#FAFBFD;--bb-admin-screen-txt-color:#222222;--bb-login-register-link-color-regular:#1E73BE;--bb-login-register-link-color-hover:#1E73BE;--bb-login-register-button-background-color-regular:#1E73BE;--bb-login-register-button-background-color-hover:#FFFFFF;--bb-login-register-button-border-color-regular:#1E73BE;--bb-login-register-button-border-color-hover:#1E73BE;--bb-login-register-button-text-color-regular:#FFFFFF;--bb-login-register-button-text-color-hover:#1E73BE;--bb-label-background-color:#D7DFFF;--bb-label-text-color:#555555;--bb-tooltip-background:#666666;--bb-tooltip-background-rgb:102, 102, 102;--bb-tooltip-color:#FFFFFF;--bb-default-notice-color:#1E73BE;--bb-default-notice-color-rgb:30, 115, 190;--bb-success-color:#1CD991;--bb-success-color-rgb:28, 217, 145;--bb-warning-color:#F7BA45;--bb-warning-color-rgb:247, 186, 69;--bb-danger-color:#EF3E46;--bb-danger-color-rgb:239, 62, 70;--bb-login-custom-heading-color:#FFFFFF;--bb-button-radius:px;--bb-block-radius:4px;--bb-option-radius:3px;--bb-block-radius-inner:4px;--bb-input-radius:4px;--bb-checkbox-radius:2.7px;--bb-primary-button-focus-shadow:none;--bb-secondary-button-focus-shadow:none;--bb-outline-button-focus-shadow:none;--bb-input-focus-shadow:none;--bb-input-focus-border-color:var(--bb-content-border-color);--bb-label-type-radius:100px;--bb-widget-title-text-transform:uppercase;}.bb-style-primary-bgr-color {background-color:#1E73BE;}.bb-style-border-radius {border-radius:px;}#site-logo .site-title img {max-height:inherit;}.site-header-container .site-branding {min-width:250px;}#site-logo .site-title .bb-logo img,#site-logo .site-title img.bb-logo,.buddypanel .site-title img {width:250px;}.site-title img.bb-mobile-logo {width:230px;}.site-header-container #site-logo .bb-logo img,.site-header-container #site-logo .site-title img.bb-logo,.site-title img.bb-mobile-logo {max-height:76px}.sticky-header .site-content,body.buddypress.sticky-header .site-content,.bb-buddypanel.sticky-header .site-content,.single-sfwd-quiz.bb-buddypanel.sticky-header .site-content,.single-sfwd-lessons.bb-buddypanel.sticky-header .site-content,.single-sfwd-topic.bb-buddypanel.sticky-header .site-content {padding-top:76px}.site-header .site-header-container,.header-search-wrap,.header-search-wrap input.search-field,.header-search-wrap form.search-form {height:76px;}.sticky-header .bp-feedback.bp-sitewide-notice {top:76px;}@media screen and (max-width:767px) {.bb-mobile-header {height:76px;}#learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {height:calc(90vh - 76px);}}[data-balloon]:after,[data-bp-tooltip]:after {background-color:rgba( 102,102,102,1 );box-shadow:none;}[data-balloon]:before,[data-bp-tooltip]:before {background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba( 102,102,102,1 )%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;}[data-bp-tooltip][data-bp-tooltip-pos="right"]:before,[data-balloon][data-balloon-pos='right']:before {background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba( 102,102,102,1 )%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;}[data-bp-tooltip][data-bp-tooltip-pos="left"]:before,[data-balloon][data-balloon-pos='left']:before {background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba( 102,102,102,1 )%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;}[data-bp-tooltip][data-bp-tooltip-pos="down-left"]:before,[data-bp-tooltip][data-bp-tooltip-pos="down"]:before,[data-balloon][data-balloon-pos='down']:before {background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba( 102,102,102,1 )%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;}</style>
            <style id="buddyboss_theme-bp-style">
                #buddypress #header-cover-image.has-default,#buddypress #header-cover-image.has-default .guillotine-window img,.bs-group-cover.has-default a {background-color:#D0B600;}body.buddypress.register.login-split-page .login-split .split-overlay,body.buddypress.activation.login-split-page .login-split .split-overlay {opacity:0.3;}body.buddypress.register .register-section-logo img,body.buddypress.activation .activate-section-logo img {width:278px;}
            </style>
            
            <style id="buddyboss_theme-forums-style">
                .bbpress .widget_display_forums > ul.bb-sidebar-forums > li a:before {border-color:#bf6d39;}.bbpress .widget_display_forums > ul.bb-sidebar-forums > li a:before {background-color:rgba( 191,109,57,0.5 );}
            </style>
            
            <style id="buddyboss_theme-learndash-style">
                .learndash-wrapper .bb-ld-tabs #learndash-course-content {top:-86px;}html[dir="rtl"] .learndash_next_prev_link a.next-link,html[dir="rtl"] .learndash_next_prev_link span.next-link {border-radius:px 0 0 px;}html[dir="rtl"] .learndash_next_prev_link a.prev-link,html[dir="rtl"] .learndash_next_prev_link span.prev-link {border-radius:0 px px 0;}
            </style>
            
		<style id="buddyboss_theme-custom-style">

		a.bb-close-panel i {top:21px;}
		</style>
				<style id="wp-custom-css">
			.single-art-competitions #content .container > .site-content-grid {
    margin-top: 0 !important;
}		</style>
		<style id="sccss">@media (min-width:661px){
#art-728x90-header{
	height:100px!important;
}
}
@media (max-width:660px){
#art-728x90-header{
	height:50px!important;
}
}

.top-banner{
	text-align:center;
	font-weight:800;
	padding:10px;
	font-size:.8em;
	color:#666;
	background:white;
}
.sale-banner{
	text-align:center;
	font-weight:600;
	background: #222222;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px;
	font-size:1rem;
	color:#FFF;
}
.banner-layer a{
	color:rgba(255,255,255,1)!important;
}
.banner-layer:hover a{
	color:rgba(255,255,255,.8)!important;
}

/*Fixes for images showing with text over them for competitions*/
.postid-333880 .img, .postid-333896 .img, .postid-333898 .img, .postid-332956 .img, .postid-333900 .img, .postid-333877 .img, .postid-951188 .img, .postid-333914 .img, .postid-333907 .img, .postid-333903 .img{
	height:auto!important;
}

.nf-form-wrap .nf-form-content .nf-field-element input[type=button] {
    color: #1e73be;
    border-color: #1e73be;
}
.nf-form-wrap .nf-form-content .nf-field-element input[type=button]:hover {
    background-color:  #1e73be !important;
		color:white !important;
}

ul.horizontal-tab {
	  overflow-x: scroll;
	  margin-left: 0 !important;
    list-style: none;
    display: flex;
    border-bottom: solid #3DB8EA;
}
ul.horizontal-tab li {
    margin: 0 10px 0 0;
    background: rgba(61,184,234, .2);
    font-size: 1em !important;
    padding: 5px 1em;
    white-space: nowrap;
    display: inline-flex;
}
ul.horizontal-tab li.active {
    background: #3DB8EA !important;
}
ul.horizontal-tab li.active a{
    color:white !important;
}

@media only screen and (max-width: 600px) {
	.tabs {
    width: 90%;
    margin: auto;
}
  ul.horizontal-tab li {
	text-align: center;
}
}
.single-attachment .entry-content li, .single-attachment .entry-content p {
    font-size: 18px !important;
}

/*slick slideshow*/
.slick-slideshow-container .slick-list.draggable {
    width: 90%;
    margin: auto;
}
.slick-slideshow-container {
    position: relative;
}
.next-slide-mag, .next-slide-ebook, .next-slideshow {
    left: auto;
	  right: 0px;
}
.slick-slideshow-container .slick-slide img {
    object-fit: contain;
    max-height: 500px;
}
.advSearch {
display: inline-block;
position: absolute;
top: calc(50% - 11px);
right: 150px;
}

@media screen and (max-width: 500px) {
  .advSearch {
    display: none;
  }
}
.bb-mobile-panel-inner nav.main-navigation{
    flex-direction: column;
}

#main div.product.free-product-page .star-rating {
	font-family: star !important;
}
#main div.product.free-product-page .star-rating span {
	line-height: inherit;
}
#page .wp-block-cover .wp-block-cover__inner-container, #page .wp-block-cover-image .wp-block-cover__inner-container {
	z-index: 5;
}
.fluid-width-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
</style><style type="text/css">/** Mega Menu CSS: fs **/</style>

	<!-- Google Tag Manager moved to GA4 Integration -->

	<script>window.googletag = window.googletag || {cmd: []};</script>


	<script>
		(function() {
		/** CONFIGURATION START **/
		var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});
		_sf_async_config.uid = 66886; 
		_sf_async_config.domain = 'artistsnetwork.com'; // DON'T INCLUDE HTTP(S) OR WWW
		_sf_async_config.useCanonical = true;
		_sf_async_config.useCanonicalDomain = true;
		_sf_async_config.sections = 'art-inspiration', 'art-techniques'; //SET PAGE SECTION(S)
		_sf_async_config.authors = 'Courtney Jordan'; //SET PAGE AUTHOR(S)
		/** CONFIGURATION END **/
		function loadChartbeat() {
		    var e = document.createElement('script');
		    var n = document.getElementsByTagName('script')[0];
		    e.type = 'text/javascript';
		    e.async = true;
		    e.src = '//static.chartbeat.com/js/chartbeat.js';
		    n.parentNode.insertBefore(e, n);
		}
		loadChartbeat();
	    })();
	</script>	

	<script>
    (function(d){
      var s = d.createElement("script");
      /* uncomment the following line to override default position*/
      /* s.setAttribute("data-position", 3);*/
      /* uncomment the following line to override default size (values: small, large)*/
      /* s.setAttribute("data-size", "small");*/
      /* uncomment the following line to override default language (e.g., fr, de, es, he, nl, etc.)*/
      /* s.setAttribute("data-language", "language");*/
      /* uncomment the following line to override color set via widget (e.g., #053f67)*/
      /* s.setAttribute("data-color", "#053e67");*/
      /* uncomment the following line to override type set via widget (1=person, 2=chair, 3=eye, 4=text)*/
      /* s.setAttribute("data-type", "1");*/
      /* s.setAttribute("data-statement_text:", "Our Accessibility Statement");*/
      /* s.setAttribute("data-statement_url", "http://www.example.com/accessibility")";*/
      /* uncomment the following line to override support on mobile devices*/
      /* s.setAttribute("data-mobile", true);*/
      /* uncomment the following line to set custom trigger action for accessibility menu*/
      /* s.setAttribute("data-trigger", "triggerId")*/
      /* uncomment the following line to override widget's z-index property*/
      /* s.setAttribute("data-z-index", 10001);*/
      /* uncomment the following line to enable Live site translations (e.g., fr, de, es, he, nl, etc.)*/
      /* s.setAttribute("data-site-language", "null");*/
      s.setAttribute("data-widget_layout", "full")
      s.setAttribute("data-account", "agUJvBuUU8");
      s.setAttribute("src", "https://cdn.userway.org/widget.js");
      (d.body || d.head).appendChild(s);
    })(document)
    </script>
    <noscript>Please ensure Javascript is enabled for purposes of <a href="https://userway.org">website accessibility</a></noscript>

	
<!------ /Omeda Assets ----->
<link rel="stylesheet" href="https://olytics.omeda.com/olytics/css/v3/p/olytics.css" />
<script>
window.olytics||(window.olytics=[]),window.olytics.methods=["fire","confirm"],window.olytics.factory=function(i){return function(){var t=Array.prototype.slice.call(arguments);return t.unshift(i),window.olytics.push(t),window.olytics}};for(var i=0;i<window.olytics.methods.length;i++){var method=window.olytics.methods[i];window.olytics[method]=window.olytics.factory(method)}olytics.load=function(i){if(!document.getElementById("olyticsImport")){window.a=window.olytics;var t=document.createElement("script");t.async=!0,t.id="olyticsImport",t.type="text/javascript";var o="";void 0!==i&&void 0!==i.oid&&(o=i.oid),t.setAttribute("data-oid",o),t.src="https://olytics.omeda.com/olytics/js/v3/p/olytics.min.js",t.addEventListener("load",function(t){for(olytics.initialize({Olytics:i});window.a.length>0;){var o=window.a.shift(),s=o.shift();olytics[s]&&olytics[s].apply(olytics,o)}},!1);var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}},olytics.load({oid:"1786cbc6a7c24809a2f0cfad4c97f592"});
</script>
<!------ Omeda Assets/ ----->
<script>
<!------ /Omeda Article Metering ----->
(function() {
    let articleCountValue;
    let articleMaxedValue;

    Object.defineProperty(window, 'articleCount', {
        get() {
            return articleCountValue;
        },
        set(value) {
            console.log('Count changed.')

            var olyticsLoad = {"behaviorId":"5235F5789912A4E","category":"art-inspiration,art-techniques","community":"ArtistsNetwork","tag":""};

	        olyticsLoad['Action'] = 'Metered article';
	        olyticsLoad['MeterArticle'] = [value];

	        olytics.fire(olyticsLoad);

	        articleCountValue = value;
        },
        configurable: true,
        enumerable: true
    });

    Object.defineProperty(window, 'articleMaxed', {
        get() {
            return articleMaxedValue;
        },
        set(value) {
            if (value == true) {
                console.log('Ran out of articles.')

                var olyticsLoad = {"behaviorId":"5235F5789912A4E","category":"art-inspiration,art-techniques","community":"ArtistsNetwork","tag":""};

		        olyticsLoad['Action'] = 'Metered expired';

		        olytics.fire(olyticsLoad);
            }
            articleMaxedValue = value;
        },
        configurable: true,
        enumerable: true
    });
})();
<!------ /Omeda Article Metering ----->

<!------ /Omeda Comment ----->
document.addEventListener('DOMContentLoaded', function() {
    var commentSubmitButton = document.querySelector('.comment-respond #commentform input[name="submit"]');

    if (commentSubmitButton) {
        commentSubmitButton.addEventListener('click', function(event) {
            var olyticsLoad = {"behaviorId":"5235F5789912A4E","category":"art-inspiration,art-techniques","community":"ArtistsNetwork","tag":""};
            olyticsLoad['RatingReview'] = `Your Art Cravings, Satisfied`;
            olyticsLoad['Action'] = 'Comment left';
            olytics.fire(olyticsLoad);
        });
    }
});
<!------ /Omeda Comment ----->
olytics.fire({"behaviorId":"5235F5789912A4E","category":"art-inspiration,art-techniques","community":"ArtistsNetwork","tag":""});</script>			

	<link rel="stylesheet" href="https://olytics.omeda.com/olytics/css/v3/p/olytics.css" />
    <style>
                .vimeo-embed-container{ padding-bottom: 41%!important; }
        .fluid-width-video-wrapper{ padding-top: 41% !important; }
        .fluid-width-video-wrapper iframe{ max-height: 450px; }
        .bb-video-wrapper{ padding: 0; margin: 0; }
    </style>
    
		<style>
					</style>
		<link rel='stylesheet' id='wc-stripe-blocks-checkout-style-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce-gateway-stripe/build/upe-blocks.css?ver=d4977b317f665a4df60d' media='all' />
<link rel='stylesheet' id='wc-blocks-style-css' href='https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.6.1' media='all' />
<link rel='stylesheet' id='gpn-notification-style-css' href='https://www.artistsnetwork.com/wp-content/plugins/GPM/modules/global-promotional-notifications/assets/css/gpn-notification-style.css?1780981094&#038;ver=1695743bd1ea1ee5252e582430a3ca53' media='all' />
<link rel='stylesheet' id='single-sign-on-style-css' href='https://www.artistsnetwork.com/wp-content/plugins/MIDTC_Plugin/modules/reliant/artistsnetwork/single-sign-on/assets/css/style.css?1780981095&#038;ver=1695743bd1ea1ee5252e582430a3ca53' media='all' />

</head>

<body data-rsssl=1 data-cmplz=1 class="bp-nouveau wp-singular post-template-default single single-post postid-236630 single-format-standard wp-custom-logo wp-theme-buddyboss-theme wp-child-theme-buddyboss-theme-child-v2 gpm-asen-has-footer-sticky-lrleaderboard ev-unverified desktop has-grow-sidebar has-grow-sidebar-mobile woocommerce-no-js mega-menu-max-mega-menu-1 mega-menu-max-mega-menu-2 mega-menu-cbbarrow-top buddyboss-theme bb-template-v1 buddypanel-logo-off bb-custom-typo has-sidebar blog-sidebar sidebar-right default-fi  header-style-1  menu-style-standard sticky-header bp-search no-js learndash-theme">
    
<!-- GA4 Integration Body Tag -->

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PFJRFRC" height="0" width="0" style="display:none"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<!-- GA4 Integration Body Tag / -->


	<!--  task/86b91qwey Add a Skip Navigation Link-->
	<a href="#main" class="skip-link">Skip to main content</a>

	
	<div id="page" class="site">

		
		<header id="masthead" class="site-header site-header--bb">
			<div class="container site-header-container flex default-header">
 	
<div id="site-logo" class="site-branding ">
	<div class="site-title">
				<a href="https://www.artistsnetwork.com/" rel="home">
			<img width="700" height="110" src="https://www.artistsnetwork.com/wp-content/uploads/2022/08/artists_network_logo.svg" class="bb-logo" alt="Artists Network" decoding="async" fetchpriority="high" />		</a>
			</div>
</div>
	
<div id="header-aside" class="header-aside name_and_avatar">
	<div class="header-aside-inner">

					
							<a href="#" class="header-search-link" data-balloon-pos="down" data-balloon="AI Search" aria-label="Search"><i class="bb-icon-l bb-icon-search"></i></a>
				<span class="search-separator bb-separator"></span>
				

<div class="notification-wrap header-cart-link-wrap cart-wrap menu-item-has-children">
 <a href="https://www.artistsnetwork.com/cart/" 
   class="header-cart-link notification-link" 
    
   aria-label="Shopping cart"
   data-base-label="Shopping cart">
    
    <span data-balloon-pos="down" data-balloon="Cart">
        <span class="sr-only">Shopping Cart</span>
        <i class="bb-icon-l bb-icon-shopping-cart"></i>
            </span>
  </a>
    <section class="notification-dropdown">
        <div class="notification-header">
            <h2 class="title">Shopping Cart</h2>
                    </div>
        <div class="header-mini-cart">
            

	<p class="woocommerce-mini-cart__empty-message">No products in the cart.</p>


        </div>
    </section>
</div>			<span class="search-separator bb-separator"></span>

			<div class="bb-header-buttons">
				<a href="https://www.artistsnetwork.com/newsletter/" class="button small outline signin-button link">Newsletter</a>
			</div>
			
			<span class="search-separator bb-separator"></span>

			<div class="bb-header-buttons">
				<a href="https://www.artistsnetwork.com/my-account/" class="button small outline signin-button link">Login / Register</a>
				
							</div>
			    
	</div><!-- .header-aside-inner -->
	
		<a class="paoc-pro-popup-cust-1071251 paoc-popup-click paoc-popup-button  paoc-action-popup paoc-pro-popup-button membership-popup" href="javascript:void(0);">Become a Member</a>
	
</div><!-- #header-aside -->
</div>
<div class="container site-header-container flex default-header">
    	<nav id="site-navigation" class="main-navigation" data-menu-space="120">
    <div id="primary-navbar">
    	<ul id="primary-menu" class="primary-menu bb-primary-overflow"><li id="menu-item-1390294" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390294 no-icon"><a href="#"><span>ARTIST RESOURCES</span></a>
<div class='wrapper ab-submenu'><ul class='bb-sub-menu'>
	<li id="menu-item-1390295" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390295 no-icon"><a href="#"><span>By Medium</span></a>
	<div class='wrapper ab-submenu'><ul class='bb-sub-menu'>
		<li id="menu-item-1390296" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390296 no-icon"><a href="/medium/acrylic/"><span>Acrylic</span></a></li>
		<li id="menu-item-1390297" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390297 no-icon"><a href="/medium/drawing/"><span>Drawing</span></a></li>
		<li id="menu-item-1390298" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390298 no-icon"><a href="/medium/mixed-media/"><span>Mixed Media</span></a></li>
		<li id="menu-item-1390299" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390299 no-icon"><a href="/medium/oil/"><span>Oil</span></a></li>
		<li id="menu-item-1390300" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390300 no-icon"><a href="/medium/pastel/"><span>Pastel</span></a></li>
		<li id="menu-item-1390301" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390301 no-icon"><a href="/medium/watercolor/"><span>Watercolor</span></a></li>
	</ul></div>
</li>
	<li id="menu-item-1390302" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390302 no-icon"><a href="/art-techniques/beginner-artist/"><span>For Beginner Artists</span></a></li>
	<li id="menu-item-1390303" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390303 no-icon"><a href="/art-inspiration/"><span>Inspiration</span></a></li>
	<li id="menu-item-1390304" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390304 no-icon"><a href="/art-business/"><span>Art Business</span></a></li>
	<li id="menu-item-1390305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390305 no-icon"><a href="/product-guides/"><span>Product Guides</span></a></li>
	<li id="menu-item-1390306" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390306 no-icon"><a target="_blank" rel="noopener noreferrer" href="https://www.wetcanvas.com/"><span>Wet Canvas Online Forum</span></a></li>
</ul></div>
</li>
<li id="menu-item-1390307" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390307 no-icon"><a href="#"><span>PARTICIPATE &#038; LEARN</span></a>
<div class='wrapper ab-submenu'><ul class='bb-sub-menu'>
	<li id="menu-item-1390308" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390308 no-icon"><a href="/product-category/video/"><span>Videos &#038; Courses</span></a></li>
	<li id="menu-item-1390309" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390309 no-icon"><a target="_blank" rel="noopener noreferrer" href="https://www.artistsclassroom.com/athome"><span>Artists Classroom @ Home</span></a>
	<div class='wrapper ab-submenu'><ul class='bb-sub-menu'>
		<li id="menu-item-1440317" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1440317 no-icon"><a href="https://www.artistsclassroom.com/lorrainesimonds"><span>Watercolor Portraits That Resonate</span></a></li>
		<li id="menu-item-1399796" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1399796 no-icon"><a target="_blank" rel="noopener noreferrer" href="https://www.artistsclassroom.com/ronstocke/"><span>Fresh Approach to Watercolor</span></a></li>
		<li id="menu-item-1393962" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1393962 no-icon"><a target="_blank" rel="noopener noreferrer" href="https://www.artistsclassroom.com/annekindl"><span>Florals with Pastel</span></a></li>
	</ul></div>
</li>
	<li id="menu-item-1390310" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390310 no-icon"><a href="/paint-along/"><span>Paint Along</span></a></li>
	<li id="menu-item-1390311" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390311 no-icon"><a href="/art-competitions/"><span>Competitions</span></a></li>
</ul></div>
</li>
<li id="menu-item-1390312" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390312 no-icon"><a href="#"><span>MAGAZINES</span></a>
<div class='wrapper ab-submenu'><ul class='bb-sub-menu'>
	<li id="menu-item-1390313" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390313 no-icon"><a href="/product-category/digital-magazines/"><span>Digital Magazines</span></a></li>
	<li id="menu-item-1390314" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390314 no-icon"><a href="/product-category/print-magazines/"><span>Print Magazines</span></a></li>
	<li id="menu-item-1390315" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390315 no-icon"><a href="/subscribe/"><span>Subscriptions</span></a></li>
	<li id="menu-item-1390316" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390316 no-icon"><a href="/product-category/featured-products/collections-featured-products/"><span>Collections</span></a></li>
	<li id="menu-item-1390317" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390317 no-icon"><a href="/store/"><span>Browse All</span></a></li>
</ul></div>
</li>
<li id="menu-item-1390318" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390318 no-icon"><a href="#"><span>MEMBERSHIP</span></a>
<div class='wrapper ab-submenu'><ul class='bb-sub-menu'>
	<li id="menu-item-1390319" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390319 no-icon"><a href="/membership-benefits/"><span>Membership Benefits</span></a></li>
	<li id="menu-item-1390320" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390320 no-icon"><a href="/courses/?current_page=1&#038;search=&#038;type=my-courses&#038;order=desc&#038;orderby=recent&#038;filter-categories=all&#038;filter-instructors=all"><span>My Videos</span></a></li>
	<li id="menu-item-1390321" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390321 no-icon"><a href="/membership/ebooks/"><span>My Books</span></a></li>
	<li id="menu-item-1390322" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390322 no-icon"><a href="/membership/digital-magazine-archive/"><span>My Magazine Archive</span></a></li>
</ul></div>
</li>
<li id="menu-item-1390323" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390323 no-icon"><a target="_blank" rel="noopener noreferrer" href="https://www.southwestart.com/"><span>SOUTHWEST ART</span></a></li>
<li id="menu-item-1439580" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1439580 no-icon"><a href="/store/"><span>SHOP</span></a></li>
</ul>        	<div id="navbar-collapse" aria-hidden="true">
            	<a class="more-button" href="#"><i class="bb-icon-f bb-icon-ellipsis-h"></i><span class="screen-reader-text">More Navigation Links</span></a>
            	<div class="sub-menu">
					<div class="wrapper">
						<ul id="navbar-extend" class="sub-menu-inner"></ul>
        			</div>
    			</div>
			</div>
		</div>
	</nav>
	
            <a href="#" class="bb-toggle-panel" data-balloon-pos="right" data-balloon="Members Only Menu">
            <i class="bb-icon-menu-left"></i>
            <span class="screen-reader-text">Toggle Side Menu</span>
            <img src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/images/ANM_Logos-18.png" alt="Artists Network Membership Icon" loading="lazy" width="35" height="35" style="display: inline-block;">
        </a>
    </div>

<div class="bb-mobile-header-wrapper ">
    <div class="bb-mobile-header flex align-items-center">
        <div class="bb-left-panel-icon-wrap">
            <a href="#" class="push-left bb-left-panel-mobile"  aria-label="Open navigation menu" aria-expanded="false">
              <i class="bb-icon-l bb-icon-bars"></i><span class="sr-only">Navigation</span>
            </a>
        </div>

        <div class="flex-1 mobile-logo-wrapper">
            
            <div class="site-title">
                
                	                <a href="https://www.artistsnetwork.com/" rel="home">
	                    <img width="700" height="110" src="https://www.artistsnetwork.com/wp-content/uploads/2022/08/artists_network_logo.svg" class="bb-mobile-logo" alt="Artists Network" decoding="async" />	                </a>
                	            </div>
        </div>
        <div class="header-aside">
								<a data-balloon-pos="left" data-balloon="Search" aria-label="Search" href="#" class="push-right header-search-link"><i class="bb-icon-l bb-icon-search"></i></a>
											<span class="search-separator bb-separator"></span>
                

<div class="notification-wrap header-cart-link-wrap cart-wrap menu-item-has-children">
 <a href="https://www.artistsnetwork.com/cart/" 
   class="header-cart-link notification-link" 
    
   aria-label="Shopping cart"
   data-base-label="Shopping cart">
    
    <span data-balloon-pos="down" data-balloon="Cart">
        <span class="sr-only">Shopping Cart</span>
        <i class="bb-icon-l bb-icon-shopping-cart"></i>
            </span>
  </a>
    <section class="notification-dropdown">
        <div class="notification-header">
            <h2 class="title">Shopping Cart</h2>
                    </div>
        <div class="header-mini-cart">
            

	<p class="woocommerce-mini-cart__empty-message">No products in the cart.</p>


        </div>
    </section>
</div>        </div>
    </div>

	</div>

<div class="bb-mobile-panel-wrapper left light closed">
    <div class="bb-mobile-panel-inner">
        <div class="bb-mobile-panel-header">
                            <div class="logo-wrap">
                    <a href="https://www.artistsnetwork.com/" rel="home">
                        <img width="700" height="110" src="https://www.artistsnetwork.com/wp-content/uploads/2022/08/artists_network_logo.svg" class="bb-mobile-logo" alt="Artists Network" decoding="async" />                    </a>
                </div>
            			<a href="#" class="bb-close-panel"><i class="bb-icon-l bb-icon-times"></i></a>
        </div>

		<nav class="main-navigation" data-menu-space="120">
                        <a href="https://www.artistsnetwork.com/store/featured-products/magazine-subscription-featured-products/an-membership/" class="button membership-button membership-popup homepage-membership" style="margin:0 auto;">Become a Member</a>
                        <hr />
        <ul id="menu-86b3hu3ha-primary-navigation-202501" class="bb-primary-menu mobile-menu buddypanel-menu side-panel-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390294"><a href="#">ARTIST RESOURCES</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390295"><a href="#">By Medium</a>
	<ul class="sub-menu">
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390296"><a href="/medium/acrylic/">Acrylic</a></li>
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390297"><a href="/medium/drawing/">Drawing</a></li>
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390298"><a href="/medium/mixed-media/">Mixed Media</a></li>
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390299"><a href="/medium/oil/">Oil</a></li>
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390300"><a href="/medium/pastel/">Pastel</a></li>
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390301"><a href="/medium/watercolor/">Watercolor</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390302"><a href="/art-techniques/beginner-artist/">For Beginner Artists</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390303"><a href="/art-inspiration/">Inspiration</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390304"><a href="/art-business/">Art Business</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390305"><a href="/product-guides/">Product Guides</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390306"><a target="_blank" href="https://www.wetcanvas.com/">Wet Canvas Online Forum</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390307"><a href="#">PARTICIPATE &#038; LEARN</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390308"><a href="/product-category/video/">Videos &#038; Courses</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390309"><a target="_blank" href="https://www.artistsclassroom.com/athome">Artists Classroom @ Home</a>
	<ul class="sub-menu">
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1440317"><a href="https://www.artistsclassroom.com/lorrainesimonds">Watercolor Portraits That Resonate</a></li>
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1399796"><a target="_blank" href="https://www.artistsclassroom.com/ronstocke/">Fresh Approach to Watercolor</a></li>
		<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1393962"><a target="_blank" href="https://www.artistsclassroom.com/annekindl">Florals with Pastel</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390310"><a href="/paint-along/">Paint Along</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390311"><a href="/art-competitions/">Competitions</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390312"><a href="#">MAGAZINES</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390313"><a href="/product-category/digital-magazines/">Digital Magazines</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390314"><a href="/product-category/print-magazines/">Print Magazines</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390315"><a href="/subscribe/">Subscriptions</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390316"><a href="/product-category/featured-products/collections-featured-products/">Collections</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390317"><a href="/store/">Browse All</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1390318"><a href="#">MEMBERSHIP</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390319"><a href="/membership-benefits/">Membership Benefits</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390320"><a href="/courses/?current_page=1&#038;search=&#038;type=my-courses&#038;order=desc&#038;orderby=recent&#038;filter-categories=all&#038;filter-instructors=all">My Videos</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390321"><a href="/membership/ebooks/">My Books</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390322"><a href="/membership/digital-magazine-archive/">My Magazine Archive</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1390323"><a target="_blank" href="https://www.southwestart.com/">SOUTHWEST ART</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1439580"><a href="/store/">SHOP</a></li>
</ul>        		
        		</nav>

        <hr />
        <div class="bb-login-section">
                            <a href="https://www.artistsnetwork.com/my-account/" class="button-txt full blue small sign-in">Login / Register</a>
                    </div>

    </div>
</div>
<div class="header-search-wrap">
	<div class="container">
		
<form role="search" method="get" class="search-form" action="https://www.artistsnetwork.com/">
	<label for="query" class="screen-reader-text">Search for:</label>
	<input type="text" placeholder="Ask Artistsnetwork" class="search-field-top ui-autocomplete-input direqt-search-input">
</form>
		<a href="#" class="close-search" aria-label="Search the Site"><i class="bb-icon-l bb-icon-times"></i></a>
	</div>
</div>
		</header>

		
					<div id="header-after" class="additional-header-widget-area">
			<div id="custom_html-39" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="/product-category/video/subject/plein-air-subject/">
<div class="sale-banner"> Start Your Plein Air Journey — $10 Videos!</div>
</a>

<a href="/product-category/magazine-subscription-featured-products/">
<div class="sale-banner"> Inspiration Delivered to Your Door! 1 Year Print Magazine Subscription: Only $24.95!</div>
</a></div></div>			</div>
		
		<div id="content" class="site-content">

						
						
			<div class="container">
				<div class="bb-grid site-content-grid">
	
	<div id="primary" class="content-area">
		<main id="main" class="site-main">

			

<article id="post-236630" class="post-236630 post type-post status-publish format-standard has-post-thumbnail hentry category-art-inspiration category-art-techniques grow-content-body default-fi">

	
	
	<div class="entry-content-wrap primary-entry-content">
						<header class="entry-header">
					<h1 class="entry-title">Your Art Cravings, Satisfied</h1>				</header><!-- .entry-header -->
				<div class="entry-meta">
	<div class="bb-user-avatar-wrap">
		<div class="avatar-wrap">
			<a href="https://www.artistsnetwork.com/author/cjordan-3/">
				<img alt='' src='https://secure.gravatar.com/avatar/?s=96&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/?s=96&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' />			</a>
		</div>
		<div class="meta-wrap">
			<a class="post-author" href="https://www.artistsnetwork.com/author/cjordan-3/">
			Courtney Jordan			</a>
					</div>
	</div>
	<div class="push-right flex align-items-center top-meta">
							                                            <a href="https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/#respond" class="flex align-items-center bb-comments-wrap"><i class="bb-icon-l bb-icon-comment-square"></i><span class="comments-count">0 <span class="bb-comment-text">Comments</span></span></a>
						             

		
        	</div>
</div>
                        <figure class="entry-media entry-img bb-vw-container1">
                            <img width="561" height="680" src="https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg" class="attachment-blog_post_featured_image size-blog_post_featured_image wp-post-image" alt="Explore texture in drawing: Pink Umbrellas Floating by Ted Michalowski, ink and watercolor" decoding="async" srcset="https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes.jpg 561w, https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes-247x299.jpg 247w, https://www.artistsnetwork.com/wp-content/uploads/2017/10/strokes-510x618.jpg 510w" sizes="(max-width: 561px) 100vw, 561px" />                        </figure>
                    			
					<div class="entry-content">
			<span id="dpsp-post-content-markup" data-image-pin-it="false"></span><div class="top-post-notification" style="background-color: rgba(0, 123, 255, 0);box-shadow: unset;"><span class="top-post-notification-icon" style="color: #007bff">&#10003;</span><span class="top-post-notification-message" style="color: rgba(0, 0, 0, 1)">Showcase your talent and win big in Artists Network prestigious art competitions! Discover competitions in a variety of media and enter for your chance to win cash prizes, publication in leading art magazines, global exposure, and rewards for your hard work. Plus, gain valuable feedback from renowned jurors. Let your passion shine through - enter an <a href="https://www.artistsnetwork.com/art-competitions/?utm_source=gpn&utm_medium=display&utm_campaign=art-competitions">art competition</a> today!</span></div><hr>

<h2>3 Ways to Feed Your Need for Texture</h2>
<p>Artists have voracious appetites for texture&#8211;for new ways of seeing marks appear on a surface and teasing out forms with different strokes. In <a href="https://www.northlightshop.com/strokes-of-genius-9-r0821?utm_source=artistsnetwork.com&amp;utm_medium=referral&amp;utm_campaign=arn-cja-bl-171017" target="_blank" rel="noopener"><em>Strokes of Genius 9: Creative Discoveries</em></a>, I&#8217;ve found a feast for our senses. Texture pours off the page. Painters and illustrators use pen and ink, watercolor, pastel and more to hook us into their orbit and keep our eyes locked to their works.</p>
<p>Here are three (of many!) of my new favorite ways of incorporating surface tension into art, whether it is with repetition, eye appealing backgrounds or strokes that show you exactly what they are made of. <a href="https://www.northlightshop.com/strokes-of-genius-9-r0821?utm_source=artistsnetwork.com&amp;utm_medium=referral&amp;utm_campaign=arn-cja-bl-171017" target="_blank" rel="noopener"><em>Strokes of Genius</em> </a>has them all! Get your copy and enjoy the tutorial!</p>
<p><em>Courtney</em></p>
<p>&nbsp;</p>
<figure id="attachment_236631" aria-describedby="caption-attachment-236631" style="width: 561px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-236631" src="https://www.artistsnetwork.com/wp-content/uploads/importedmedia/strokes.jpg" alt="Explore texture in drawing: Pink Umbrellas Floating by Ted Michalowski, ink and watercolor" width="561" height="680" /><figcaption id="caption-attachment-236631" class="wp-caption-text">Pink Umbrellas Floating by Ted Michalowski, ink and watercolor</figcaption></figure>
<h3>Color &amp; Repeat</h3>
<p>Two strategies in one, that is what artist Ted Michalowski brings to the table. The first strategy works in the realm color. Look at all those pinks and purples and pink-ish washes. The artist layers pink on pink with more intense blooms highlighting details in the figures&#8217; clothes and hair. He also uses broad strokes of purple and pink to deliver dimension.</p><div class="gpm-asen-dfp-ad-wrap"><!-- Artist-Network_DIRECT -->		<div id="div-gpt-ad-article_lrleaderboard1_970x90"
		     class="div-gpt-ad-article_lrleaderboard1_970x90 Artist-Network_DIRECT dfp_ad_pos">
			<script>
				googletag.cmd.push(function () {
					googletag.display('div-gpt-ad-article_lrleaderboard1_970x90');
				});
			</script>
		</div>
		</div>
<p>The second strategy brings in repetition of forms. When in doubt, repeat. The three renditions of the same figure bring in a story-line element that wouldn&#8217;t be there otherwise. It also adds a lot of rich surface <a href="https://www.artistsnetwork.com/articles/adding-texture-pastel-underpainting?utm_source=artistsnetwork.com&amp;utm_medium=referral&amp;utm_campaign=arn-cja-bl-171017" target="_blank" rel="noopener">texture</a> that makes the artwork feel fanciful and engaging. Win-win.</p>
<p>&nbsp;</p>
<figure id="attachment_236633" aria-describedby="caption-attachment-236633" style="width: 519px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-236633" src="https://www.artistsnetwork.com/wp-content/uploads/importedmedia/Captures1.jpg" alt="Adding texture; Portrait 14 by Agnes Grochulska, charcoal drawing" width="519" height="620" /><figcaption id="caption-attachment-236633" class="wp-caption-text">Portrait 14 by Agnes Grochulska, charcoal drawing</figcaption></figure>
<h3>Loose and Squiggly</h3>
<p>Pentimenti is the Italian Renaissance term for all the little false starts you make on your surface. Back then those lines were oftentimes covered up, but many artists nowadays embrace the marks that eventually lead them to &#8220;true.&#8221;</p>
<p>Agnes Grochulska&#8217;s charcoal sketch is a perfect example. The visual interest of all those lines brings something new to the table and allows the artist the freedom to search and find as she hones her form.</p>
<p>&nbsp;</p>
<figure id="attachment_236634" aria-describedby="caption-attachment-236634" style="width: 485px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-236634" src="https://www.artistsnetwork.com/wp-content/uploads/importedmedia/Capture-2.jpg" alt="Moody Sol Duc River by Steven R. Hill, pastel" width="485" height="662" /><figcaption id="caption-attachment-236634" class="wp-caption-text">Moody Sol Duc River by Steven R. Hill, pastel</figcaption></figure>
<h3>Show Me the Way</h3>
<p>&#8220;I want youuuuu to show me the way.&#8221; Do you know that Pete Frampton song? Well, Steven Hill does. He&#8217;s definitely showed us the way in his pastel work&#8211;you can visually map how he took his pastel stick and pulled it down, down, down then across his surface.</p><div class="gpm-asen-dfp-ad-wrap"><!-- Artist-Network_DIRECT -->		<div id="div-gpt-ad-article_lrleaderboard2_970x90"
		     class="div-gpt-ad-article_lrleaderboard2_970x90 Artist-Network_DIRECT dfp_ad_pos">
			<script>
				googletag.cmd.push(function () {
					googletag.display('div-gpt-ad-article_lrleaderboard2_970x90');
				});
			</script>
		</div>
		</div>
<p>The shapes he leaves behind get to be both abstract swaths of color as well as realistic patches of foaming water, greenery and mossy stones.</p>
			</div><!-- .entry-content -->
			</div>

	
</article><!-- #post-236630 -->

	<div class="post-meta-wrapper-main">

	
					<div class="post-meta-wrapper">
									<div class="cat-links">
						<i class="bb-icon-l bb-icon-folder"></i>
						Categories: 						<span><a href="https://www.artistsnetwork.com/art-inspiration/" rel="category tag">Art Inspiration</a>, <a href="https://www.artistsnetwork.com/art-techniques/" rel="category tag">Art Techniques and Skills</a></span>
					</div>
								</div>
		
		<div class="show-support">
			
			<div class="flex author-post-meta">
								<span class="pa-share-fix push-left"></span>

									<a data-balloon-pos="up" data-balloon="View Comments" href="#comments" class="push-right"><i class="bb-icon-l bb-icon-comment-square"></i></a>
										<div class="author-box-share-wrap">
						<a href="#" class="bb-share"><i class="bb-icon-l bb-icon-share-dots"></i></a>
						<div class="bb-share-container bb-share-author-box">
							<div class="bb-shareIcons"></div>
						</div>
					</div>
								</div>
		</div>

	</div>
		<div class="post-author-info">
        	</div><!--.post-author-info-->
	
		<div class="post-related-posts">
	        <h3>Related Articles</h3>
        	<div class="post-grid bb-grid">
	            

<article id="post-1374548" class="post-1374548 post type-post status-publish format-standard has-post-thumbnail hentry category-art-inspiration category-art-techniques tag-pastel-journal lg-grid-1-3 md-grid-1-2 bb-grid-cell sm-grid-1-1 default-fi">

	<div class="post-inner-wrap">

				<div class="ratio-wrap">
				<a href="https://www.artistsnetwork.com/art-techniques/finding-your-focus/" class="entry-media entry-img">
					<img width="640" height="336" src="https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled-1024x538.jpeg" class="attachment-large size-large wp-post-image" alt="" sizes="auto, (max-width:768px) 768px, (max-width:1024px) 1024px, 1024px" decoding="async" loading="lazy" srcset="https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled-1024x538.jpeg 1024w, https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled-300x158.jpeg 300w, https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled-768x403.jpeg 768w, https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled-880x462.jpeg 880w, https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled-624x328.jpeg 624w, https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled-250x131.jpeg 250w, https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled-600x315.jpeg 600w, https://www.artistsnetwork.com/wp-content/uploads/2024/09/Untitled.jpeg 1200w" />				</a>
			</div>
			
	<div class="entry-content-wrap">
		
			
			<header class="entry-header">
				<h2 class="entry-title"><a href="https://www.artistsnetwork.com/art-techniques/finding-your-focus/" rel="bookmark">Finding Your Focus</a></h2>
							</header><!-- .entry-header -->

			
			
		
	</div>

	</div><!--Close '.post-inner-wrap'-->

</article><!-- #post-1374548 -->


<article id="post-1365574" class="post-1365574 post type-post status-publish format-standard has-post-thumbnail hentry category-art-inspiration category-color-mixing tag-artists-magazine tag-color-mixing tag-color-theory lg-grid-1-3 md-grid-1-2 bb-grid-cell sm-grid-1-1 default-fi">

	<div class="post-inner-wrap">

				<div class="ratio-wrap">
				<a href="https://www.artistsnetwork.com/art-inspiration/15-tips-to-promote-color-confidence/" class="entry-media entry-img">
					<img width="640" height="336" src="https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured-1024x538.jpeg" class="attachment-large size-large wp-post-image" alt="" sizes="auto, (max-width:768px) 768px, (max-width:1024px) 1024px, 1024px" decoding="async" loading="lazy" srcset="https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured-1024x538.jpeg 1024w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured-300x158.jpeg 300w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured-768x403.jpeg 768w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured-880x462.jpeg 880w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured-624x328.jpeg 624w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured-250x131.jpeg 250w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured-600x315.jpeg 600w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Color-Confidence_Featured.jpeg 1200w" />				</a>
			</div>
			
	<div class="entry-content-wrap">
		
			
			<header class="entry-header">
				<h2 class="entry-title"><a href="https://www.artistsnetwork.com/art-inspiration/15-tips-to-promote-color-confidence/" rel="bookmark">15 Tips to Promote Color Confidence</a></h2>
							</header><!-- .entry-header -->

			
			
		
	</div>

	</div><!--Close '.post-inner-wrap'-->

</article><!-- #post-1365574 -->


<article id="post-1361792" class="post-1361792 post type-post status-publish format-standard has-post-thumbnail hentry category-art-inspiration category-art-techniques category-color-mixing tag-artists-magazine lg-grid-1-3 md-grid-1-2 bb-grid-cell sm-grid-1-1 default-fi">

	<div class="post-inner-wrap">

				<div class="ratio-wrap">
				<a href="https://www.artistsnetwork.com/art-techniques/color-mixing/color-triads/" class="entry-media entry-img">
					<img width="640" height="336" src="https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1-1024x538.jpeg" class="attachment-large size-large wp-post-image" alt="" sizes="auto, (max-width:768px) 768px, (max-width:1024px) 1024px, 1024px" decoding="async" loading="lazy" srcset="https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1-1024x538.jpeg 1024w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1-300x158.jpeg 300w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1-768x403.jpeg 768w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1-880x462.jpeg 880w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1-624x328.jpeg 624w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1-250x131.jpeg 250w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1-600x315.jpeg 600w, https://www.artistsnetwork.com/wp-content/uploads/2024/06/Untitled-1.jpeg 1200w" />				</a>
			</div>
			
	<div class="entry-content-wrap">
		
			
			<header class="entry-header">
				<h2 class="entry-title"><a href="https://www.artistsnetwork.com/art-techniques/color-mixing/color-triads/" rel="bookmark">Color Triads That Make My Day</a></h2>
							</header><!-- .entry-header -->

			
			
		
	</div>

	</div><!--Close '.post-inner-wrap'-->

</article><!-- #post-1361792 -->


<article id="post-1357339" class="post-1357339 post type-post status-publish format-standard has-post-thumbnail hentry category-art-inspiration category-art-techniques category-members-only category-watercolor tag-members-only tag-watercolor-artist membership-content access-restricted lg-grid-1-3 md-grid-1-2 bb-grid-cell sm-grid-1-1 default-fi">

	<div class="post-inner-wrap">

				<div class="ratio-wrap">
				<a href="https://www.artistsnetwork.com/art-techniques/travel-sketching/" class="entry-media entry-img">
					<img width="640" height="336" src="https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured-1024x538.jpg" class="attachment-large size-large wp-post-image" alt="" sizes="auto, (max-width:768px) 768px, (max-width:1024px) 1024px, 1024px" decoding="async" loading="lazy" srcset="https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured-1024x538.jpg 1024w, https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured-300x158.jpg 300w, https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured-768x403.jpg 768w, https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured-880x462.jpg 880w, https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured-624x328.jpg 624w, https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured-250x131.jpg 250w, https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured-600x315.jpg 600w, https://www.artistsnetwork.com/wp-content/uploads/2024/04/Travel-Sketch_Featured.jpg 1200w" />				</a>
			</div>
			
	<div class="entry-content-wrap">
		
			
			<header class="entry-header">
				<h2 class="entry-title"><a href="https://www.artistsnetwork.com/art-techniques/travel-sketching/" rel="bookmark">Have Sketchbook, Will Travel</a></h2>
							</header><!-- .entry-header -->

			
			
		
	</div>

	</div><!--Close '.post-inner-wrap'-->

</article><!-- #post-1357339 -->


<article id="post-1331148" class="post-1331148 post type-post status-publish format-standard has-post-thumbnail hentry category-art-inspiration category-art-techniques category-masterwork-monday category-watercolor tag-artists-magazine lg-grid-1-3 md-grid-1-2 bb-grid-cell sm-grid-1-1 default-fi">

	<div class="post-inner-wrap">

				<div class="ratio-wrap">
				<a href="https://www.artistsnetwork.com/art-inspiration/creativity-challenge-a-painting-in-two-colors/" class="entry-media entry-img">
					<img width="640" height="336" src="https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured-1024x538.jpeg" class="attachment-large size-large wp-post-image" alt="" sizes="auto, (max-width:768px) 768px, (max-width:1024px) 1024px, 1024px" decoding="async" loading="lazy" srcset="https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured-1024x538.jpeg 1024w, https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured-300x158.jpeg 300w, https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured-768x403.jpeg 768w, https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured-880x462.jpeg 880w, https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured-624x328.jpeg 624w, https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured-250x131.jpeg 250w, https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured-600x315.jpeg 600w, https://www.artistsnetwork.com/wp-content/uploads/2023/11/Creativity-Challenge_Featured.jpeg 1200w" />				</a>
			</div>
			
	<div class="entry-content-wrap">
		
			
			<header class="entry-header">
				<h2 class="entry-title"><a href="https://www.artistsnetwork.com/art-inspiration/creativity-challenge-a-painting-in-two-colors/" rel="bookmark">Creativity Challenge: A Painting in Two Colors</a></h2>
							</header><!-- .entry-header -->

			
			
		
	</div>

	</div><!--Close '.post-inner-wrap'-->

</article><!-- #post-1331148 -->
	        </div>
		</div><!--.post-related-posts-->
	
<div id="comments" class="comments-area">
		<div class="customer-service-info">
		<a href="https://peakmediaproperties.zendesk.com/hc/en-us/requests/new" target="_blank" rel="noopener">
		<p>Have a technical question?</p>
		</a>
		<a href="https://peakmediaproperties.zendesk.com/hc/en-us/requests/new" target="_blank" rel="noopener" class="button primary is-outline">Contact Us</a>
	</div>
		<!-- .comments-title -->
	    <h3 class="comments-title">Join the Conversation!</h3>
    		<div id="respond" class="comment-respond">
		 <small></small><p class="must-log-in">
                 <a href="https://www.artistsnetwork.com/my-account/" class="nav-top-link nav-top-not-logged-in" data-open="#login-form-popup">Register</a> or 
                 <a href="https://www.artistsnetwork.com/my-account/" class="nav-top-link nav-top-not-logged-in" data-open="#login-form-popup">login</a> to share thoughts or upload a photo of your latest creation.</p>	</div><!-- #respond -->
	
	<script>
	(function($){
		// Disable 'submit comment' until we have something in the field
		if ( $( '#submit' ).length ){
			$( '#submit' ).prop( 'disabled', true );

			$( '#comment' ).keyup( function() {
				if ( $.trim( $( '#comment' ).val().length ) > 0 ) {
					$( '#submit' ).prop( 'disabled', false );
				} else {
					$( '#submit' ).prop( 'disabled', true );
				}
			});
		}
	})(jQuery);
	</script>

</div><!-- #comments -->

		</main><!-- #main -->
	</div><!-- #primary -->



	<div id="secondary" class="widget-area sm-grid-1-1">
	
		
		<aside id="recent-posts-4" class="widget widget_recent_entries">
		<h2 class="widget-title">Recent Content</h2>
		<ul>
											<li>
					<a href="https://www.artistsnetwork.com/art-techniques/gilding-the-lilypond-4-tips-for-painting-monet-worthy-water-scenes/">Gilding the Lily(pond): 4 Tips for Painting Monet-Worthy Water Scenes</a>
									</li>
											<li>
					<a href="https://www.artistsnetwork.com/art-inspiration/painting-with-moral-purpose-warren-chang/">Paintings With Narrative Power</a>
									</li>
											<li>
					<a href="https://www.artistsnetwork.com/artist-profiles/jill-soukup/">Studio Snapshot: Jill Soukup</a>
									</li>
											<li>
					<a href="https://www.artistsnetwork.com/art-history/creativity-kickstart-study-constables-skies-for-impact/">Creativity Kickstart: Studies of the Sky</a>
									</li>
											<li>
					<a href="https://www.artistsnetwork.com/product-recommendation/studio-staples-nitram-charcoal/">Studio Staples: Nitram Charcoal</a>
									</li>
					</ul>

		</aside><aside id="custom_html-21" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><!-- /184645914/ArtN300x600 -->
<div id='sidebar-responsive' class='peakad'>
<script>
googletag.cmd.push(function() { googletag.display('sidebar-responsive');
});	
</script>
</div></div></aside><aside id="custom_html-34" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget">
<!-- /184645914/ARTN -->
<div id='sidebar-native' class='peakad'>
<script>
googletag.cmd.push(function() { googletag.display('sidebar-native');
});	
</script>
</div></div></aside>	
	</div><!-- #secondary -->



<script nitro-exclude>
    document.cookie = 'nitroCachedPage=' + (!window.NITROPACK_STATE ? '0' : '1') + '; path=/; SameSite=Lax';
</script>
<script nitro-exclude>
    if (!window.NITROPACK_STATE || window.NITROPACK_STATE != 'FRESH') {
        var proxyPurgeOnly = 0;
        if (typeof navigator.sendBeacon !== 'undefined') {
            var nitroData = new FormData(); nitroData.append('nitroBeaconUrl', 'aHR0cHM6Ly93d3cuYXJ0aXN0c25ldHdvcmsuY29tL2FydC10ZWNobmlxdWVzL2ZlZWQteW91ci1uZWVkLXRleHR1cmUv'); nitroData.append('nitroBeaconCookies', 'W10='); nitroData.append('nitroBeaconHash', '4039348425dce49f3afbed64a2cfe129ad34cbe0eace3a39acdbaa4041612f9f224d21e4b38e8600fb3b2062dbe8a194cfc5f6cac9df5dbd227994e44df596e3'); nitroData.append('proxyPurgeOnly', ''); nitroData.append('layout', 'post'); navigator.sendBeacon(location.href, nitroData);
        } else {
            var xhr = new XMLHttpRequest(); xhr.open('POST', location.href, true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send('nitroBeaconUrl=aHR0cHM6Ly93d3cuYXJ0aXN0c25ldHdvcmsuY29tL2FydC10ZWNobmlxdWVzL2ZlZWQteW91ci1uZWVkLXRleHR1cmUv&nitroBeaconCookies=W10=&nitroBeaconHash=4039348425dce49f3afbed64a2cfe129ad34cbe0eace3a39acdbaa4041612f9f224d21e4b38e8600fb3b2062dbe8a194cfc5f6cac9df5dbd227994e44df596e3&proxyPurgeOnly=&layout=post');
        }
    }
</script>

</div><!-- .bb-grid -->
</div><!-- .container -->
</div><!-- #content -->



		<div class="footer-widget-area bb-footer">
			<div class="container">
				<div class="bb-grid">
											<div class="footer-widget area-1">
							<aside id="media_image-2" class="widget widget_media_image"><a href="https://www.artistsnetwork.com/"><img width="222" height="32" src="https://www.artistsnetwork.com/wp-content/uploads/2024/03/ArtistNetwork_White.png" class="image wp-image-1350018  attachment-full size-full" alt="Artists Network White Logo" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" /></a></aside><aside id="custom_html-36" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><p style="margin: 0 0 5px 0;">For the Artist, Maker and (Forever) Inspired. Artists Network is with you every step of your art journey.</p>
<ul>
	<li><a href="/advertise/">Advertise</a></li>
	<li><a href="https://peakmediaproperties.zendesk.com/hc/en-us/requests/new" target="_blank">Contact Us</a></li>
	<li><a href="https://peakmediaproperties.zendesk.com/hc/en-us/categories/360001994111-Artists-Network" target="_blank">FAQs</a></li>
</ul>
<ul>
	<li><a href="/about-us/">About Us</a></li>
	<li><a href="/my-account/">Subscriptions</a></li>
</ul></div></aside>						</div><!-- .footer-widget -->
					
											<div class="footer-widget area-2">
							<aside id="custom_html-37" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><h4>Our Print Publications</h4>
<p style="margin: 0 0 5px 0;">Special offers include extra savings
and free gifts</p>
<ul>
	<li><a href="/medium/watercolor/">Watercolor</a></li>
	<li><a href="/medium/drawing/">Drawing</a></li>
	<li><a href="/medium/acrylic/">Acrylic</a></li>
	<li><a href="/medium/pastel/">Pastel</a></li>
	<li><a href="/medium/oil/">Oil Painting</a></li>
</ul></div></aside>						</div><!-- .footer-widget -->
					
											<div class="footer-widget area-3">
							<aside id="custom_html-38" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><h4 style="padding-left: 7px; padding-right: 7px;">Sign up for our newsletter</h4>

<!-- start dragon embed -->
<div id="container-an_nl_signup_foot_2025">
	<iframe id="an_nl_signup_foot_2025" src="https://gpm.dragonforms.com/an_nl_signup_foot_2025" loading="lazy" style="border:0"></iframe>
</div>
<script type="module">
setTimeout(function () { var t = document.createElement("script");
t.setAttribute("src", "https://sample.dragonforms.com/getEmbeddedClientScript.do?embeddedsite=an_nl_signup_foot_2025"), t.setAttribute("type", "text/javascript"), document.body.appendChild(t); }, 150);
window.addEventListener("load", function(){ if( document.querySelector('#an_nl_signup_foot_2025').style.width == '' ){
document.querySelector('#an_nl_signup_foot_2025').style.width = '100%'; document.querySelector('#an_nl_signup_foot_2025').style.height = '300px'; } });
</script>
<!-- end dragon embed --></div></aside>						</div><!-- .footer-widget -->
					
					
					
									</div>
			</div><!-- .widget-area -->
		</div>
		
	<footer class="footer-bottom bb-footer style-1">
		<div class="container flex">
						<div class="footer-bottom-left">
							<div class="copyright"><p style="margin-bottom: 5px;">Our Sites: <a href="http://www.wetcanvas.com/" target="_blank" rel="noopener noreferrer">WetCanvas</a> | <a href="https://www.southwestart.com/" target="_blank" rel="noopener noreferrer">Southwest Art</a> | <a href="http://www.collectorsguide.com/index.php" target="_blank" rel="noopener noreferrer">Collector's Guide</a></p>
<p style="margin-bottom: 5px;">© Copyright 2026 Golden Peak Media. All Rights Reserved.</p>
<a style="margin-right: 10px;" href="/do-not-sell-my-personal-information/" rel="noopener">Cookie Statement</a>|  <a style="margin-right: 10px;" href="https://goldenpeakmedia.com/terms" target="_blank" rel="noopener">Terms and Conditions</a></div>
							</div>
			<div class="footer-bottom-right push-right"><ul class="footer-socials"><li><a href="https://www.facebook.com/artistsnetwork/" target="_blank" rel="noopener" data-balloon-pos="up" data-balloon="facebook" ><i class="bb-icon-f bb-icon-brand-facebook"></i><span class="screen-reader-text">facebook</span></a></li><li><a href="https://www.instagram.com/artistsnetwork/" target="_blank" rel="noopener" data-balloon-pos="up" data-balloon="instagram" ><i class="bb-icon-f bb-icon-brand-instagram"></i><span class="screen-reader-text">instagram</span></a></li><li><a href="https://www.pinterest.com/artistsnetwork/_created/" target="_blank" rel="noopener" data-balloon-pos="up" data-balloon="pinterest" ><i class="bb-icon-f bb-icon-brand-pinterest"></i><span class="screen-reader-text">pinterest</span></a></li><li><a href="https://www.youtube.com/user/artistsnetwork" target="_blank" rel="noopener" data-balloon-pos="up" data-balloon="youtube" ><i class="bb-icon-f bb-icon-brand-youtube"></i><span class="screen-reader-text">youtube</span></a></li></ul></div>		</div>
	</footer>

</div><!-- #page -->


<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/buddyboss-theme-child-v2/*","/wp-content/themes/buddyboss-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
        <script src="https://player.vimeo.com/api/player.js"></script>
    <script type="module" src="
https://embed.direqt.ai/embed.js?id=67e555e74e363b7d64ce0190" async></script><style type='text/css'>.paoc-popup-1071251{max-width: 60%;}.paoc-popup-overlay-1071251 {background-color:rgba(11,11,11,0.8) !important;}.paoc-pro-popup-cust-1071251 {cursor: pointer;}</style>
<div class="paoc-cb-popup-body paoc-popup paoc-modal-popup paoc-popup-1071251 paoc-popup-button paoc-popup-announcement paoc-popup-announcement-design-1 paoc-design-1 paoc-modal-design-1 paoc-position-center-center paoc-popup-js paoc-no-image" id="paoc-popup-1071251-2" data-popup-conf='{&quot;content&quot;:{&quot;target&quot;:&quot;#paoc-popup-1071251-2&quot;,&quot;effect&quot;:&quot;fadein&quot;,&quot;positionX&quot;:&quot;center&quot;,&quot;positionY&quot;:&quot;center&quot;,&quot;fullscreen&quot;:false,&quot;speedIn&quot;:500,&quot;speedOut&quot;:250,&quot;close&quot;:false,&quot;animateFrom&quot;:&quot;top&quot;,&quot;animateTo&quot;:&quot;top&quot;},&quot;loader&quot;:{&quot;active&quot;:false,&quot;color&quot;:&quot;#000000&quot;,&quot;speed&quot;:1000000},&quot;overlay&quot;:{&quot;active&quot;:true,&quot;color&quot;:&quot;rgba(0, 0, 0, 0.5)&quot;,&quot;close&quot;:false,&quot;opacity&quot;:1}}' data-conf='{&quot;id&quot;:1071251,&quot;popup_type&quot;:&quot;button&quot;,&quot;display_type&quot;:&quot;modal&quot;,&quot;disappear&quot;:0,&quot;disappear_mode&quot;:&quot;normal&quot;,&quot;open_delay&quot;:0,&quot;open_inactivity&quot;:0,&quot;open_scroll&quot;:50,&quot;popup_position&quot;:&quot;center-center&quot;,&quot;store_no_data&quot;:0,&quot;store_no_views&quot;:0,&quot;cookie_expire&quot;:&quot;&quot;,&quot;cookie_unit&quot;:&quot;day&quot;,&quot;display_on&quot;:&quot;every_device&quot;,&quot;referrer_enable&quot;:0,&quot;referrer_mode&quot;:&quot;&quot;,&quot;utm_enable&quot;:0,&quot;utm_mode&quot;:&quot;&quot;,&quot;campaign_enable&quot;:0,&quot;campaign_id&quot;:0,&quot;campaign_popup&quot;:0,&quot;adblocker&quot;:0,&quot;geo_countries&quot;:[],&quot;popup_start_date&quot;:&quot;&quot;,&quot;popup_end_date&quot;:&quot;&quot;,&quot;schedule_mode&quot;:&quot;default&quot;,&quot;recurring_data&quot;:{&quot;start_time&quot;:&quot;&quot;,&quot;end_time&quot;:&quot;&quot;},&quot;utm_params&quot;:[],&quot;cookie_params&quot;:[],&quot;referrer_url&quot;:[]}' data-id='paoc-popup-1071251' style="background-color:#ffffff; ">
	<div class="paoc-popup-inr-wrap">
		<div class="paoc-display-flex">

			
			<div class="paoc-display-flex-inr paoc-center paoc-popup-con-bg">
				<div class="paoc-padding-30 paoc-popup-inr">

											<div class="paoc-popup-margin paoc-popup-content"><h2>Become a member today!</h2>
<p>Choose an option below to join now.</p>
<div class="box-section">
<div class="col_2 monthly-box">
<p class="box-title invisible">Most flexible</p>
<div class="box-inner">
<h2 style="margin-bottom: 15px!important;"><b>$14.99/month<br />
</b></h2>
<p><a class="button join-monthly membership-button" href="/checkout/?add-to-cart=1071541&amp;variation_id=1071547" aria-label="Join Now – Monthly plan at $14.99 per month">Join Now</a></p>
</div>
<p>&nbsp;</p>
</div>
<div class="col_2 annual-box">
<p class="box-title"><a href="/store/collections-featured-products/pastel-journal-2021-digital-collection/">Free Gift</a> Included</p>
<div class="box-inner">
<h2 style="margin-bottom: 15px!important;"><b>$99.99/year</b></h2>
<p><a class="button join-yearly membership-button" href="/checkout/?add-to-cart=1071541&amp;variation_id=1071548" aria-label="Join Now – Annual plan at $99.99 per year, includes free gift">Join Now</a></p>
</div>
</div>
</div>
<div class="bottom-button">
<ul class="elementor-icon-list-items" style="text-align: left; width: 85%; margin: 0 auto; list-style: none;">
<li class="elementor-icon-list-item" style="margin-bottom: 5px;"><i class="bb-icon-check" aria-hidden="true"></i>Stream over 850 <strong>videos</strong> anytime, anywhere.</li>
<li class="elementor-icon-list-item" style="margin-bottom: 5px;"><i class="bb-icon-check" aria-hidden="true"></i>Enjoy <strong>exclusive events</strong> with live discussions from today&#8217;s top artists!</li>
<li class="elementor-icon-list-item" style="margin-bottom: 5px;"><i class="bb-icon-check" aria-hidden="true"></i>Get access to the Artists Magazine archives and save 30% on additional magazines.</li>
</ul>
<p><a class="button membership-button is-outline" style="margin-top: 10px;" href="/membership-benefits/">View All Benefits</a></p>
</div>
</div>
									</div>
			</div>
		</div>
	</div>

	<a href="javascript:void(0);" class="paoc-pro-close-popup paoc-popup-close paoc-tooltip" >
	<svg viewBox="0 0 1792 1792"><path d="M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z"></path></svg>
</a></div>			
			<div id="mv-grow-data" data-settings='{&quot;floatingSidebar&quot;:{&quot;stopSelector&quot;:false},&quot;general&quot;:{&quot;contentSelector&quot;:false,&quot;show_count&quot;:{&quot;content&quot;:false,&quot;sidebar&quot;:false,&quot;pop_up&quot;:false,&quot;sticky_bar&quot;:false},&quot;isTrellis&quot;:false},&quot;post&quot;:{&quot;ID&quot;:236630,&quot;categories&quot;:[{&quot;ID&quot;:16917},{&quot;ID&quot;:46}]},&quot;shareCounts&quot;:[],&quot;shouldRun&quot;:true,&quot;utmParams&quot;:[],&quot;pinterest&quot;:{&quot;pinDescriptionSource&quot;:&quot;image_alt_tag&quot;,&quot;pinDescription&quot;:null,&quot;pinTitle&quot;:null,&quot;pinImageURL&quot;:null,&quot;pinnableImages&quot;:null,&quot;postImageHidden&quot;:null,&quot;postImageHiddenMultiple&quot;:null,&quot;lazyLoadCompatibility&quot;:null,&quot;buttonPosition&quot;:&quot;&quot;,&quot;buttonShape&quot;:null,&quot;showButtonLabel&quot;:null,&quot;buttonLabelText&quot;:null,&quot;buttonShareBehavior&quot;:&quot;post_image&quot;,&quot;hoverButtonShareBehavior&quot;:null,&quot;minimumImageWidth&quot;:null,&quot;minimumImageHeight&quot;:null,&quot;showImageOverlay&quot;:null,&quot;postTypeDisplay&quot;:null,&quot;imagePinIt&quot;:&quot;0&quot;,&quot;hasContent&quot;:&quot;1&quot;,&quot;shareURL&quot;:&quot;https:\/\/www.artistsnetwork.com\/art-techniques\/feed-your-need-texture\/&quot;,&quot;bypassClasses&quot;:[&quot;mv-grow-bypass&quot;,&quot;no_pin&quot;],&quot;bypassDenyClasses&quot;:[&quot;dpsp-post-pinterest-image-hidden-inner&quot;,&quot;mv-create-pinterest&quot;],&quot;ignoreSelectors&quot;:[],&quot;hoverButtonIgnoreClasses&quot;:[&quot;lazyloaded&quot;,&quot;lazyload&quot;,&quot;td-animation-stack&quot;,&quot;ezlazyloaded&quot;,&quot;penci-lazy&quot;,&quot;ut-lazy&quot;,&quot;ut-image-loaded&quot;,&quot;ut-animated-image&quot;],&quot;disableIframes&quot;:null}}'></div><aside id="dpsp-floating-sidebar" aria-label="social sharing sidebar" class="dpsp-shape-circle dpsp-size-large dpsp-bottom-spacing  dpsp-show-on-mobile dpsp-position-left dpsp-button-style-1 dpsp-no-animation" data-trigger-scroll="0">
	<ul class="dpsp-networks-btns-wrapper dpsp-networks-btns-share dpsp-networks-btns-sidebar  ">
<li class="dpsp-network-list-item dpsp-network-list-item-pinterest">
	<button data-href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.artistsnetwork.com%2Fart-techniques%2Ffeed-your-need-texture%2F&#038;media=&#038;description=Feed%20Your%20Need%20For%20Texture%20with%20Three%20Artworks%20That%20Scream%20Surface" class="dpsp-network-btn dpsp-pinterest dpsp-no-label dpsp-first" aria-label="Save to Pinterest" title="Save to Pinterest">	<span class="dpsp-network-icon ">
		<span class="dpsp-network-icon-inner"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 23 32"><path d="M0 10.656q0-1.92 0.672-3.616t1.856-2.976 2.72-2.208 3.296-1.408 3.616-0.448q2.816 0 5.248 1.184t3.936 3.456 1.504 5.12q0 1.728-0.32 3.36t-1.088 3.168-1.792 2.656-2.56 1.856-3.392 0.672q-1.216 0-2.4-0.576t-1.728-1.568q-0.16 0.704-0.48 2.016t-0.448 1.696-0.352 1.28-0.48 1.248-0.544 1.12-0.832 1.408-1.12 1.536l-0.224 0.096-0.16-0.192q-0.288-2.816-0.288-3.36 0-1.632 0.384-3.68t1.184-5.152 0.928-3.616q-0.576-1.152-0.576-3.008 0-1.504 0.928-2.784t2.368-1.312q1.088 0 1.696 0.736t0.608 1.824q0 1.184-0.768 3.392t-0.8 3.36q0 1.12 0.8 1.856t1.952 0.736q0.992 0 1.824-0.448t1.408-1.216 0.992-1.696 0.672-1.952 0.352-1.984 0.128-1.792q0-3.072-1.952-4.8t-5.12-1.728q-3.552 0-5.952 2.304t-2.4 5.856q0 0.8 0.224 1.536t0.48 1.152 0.48 0.832 0.224 0.544q0 0.48-0.256 1.28t-0.672 0.8q-0.032 0-0.288-0.032-0.928-0.288-1.632-0.992t-1.088-1.696-0.576-1.92-0.192-1.92z"></path></svg></span>
	</span>
	</button></li>

<li class="dpsp-network-list-item dpsp-network-list-item-facebook">
	<a rel="nofollow noopener" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.artistsnetwork.com%2Fart-techniques%2Ffeed-your-need-texture%2F&#038;t=Feed%20Your%20Need%20For%20Texture%20with%20Three%20Artworks%20That%20Scream%20Surface" class="dpsp-network-btn dpsp-facebook dpsp-no-label" target="_blank" aria-label="Share on Facebook" title="Share on Facebook">	<span class="dpsp-network-icon ">
		<span class="dpsp-network-icon-inner"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 18 32"><path d="M17.12 0.224v4.704h-2.784q-1.536 0-2.080 0.64t-0.544 1.92v3.392h5.248l-0.704 5.28h-4.544v13.568h-5.472v-13.568h-4.544v-5.28h4.544v-3.904q0-3.328 1.856-5.152t4.96-1.824q2.624 0 4.064 0.224z"></path></svg></span>
	</span>
	</a></li>

<li class="dpsp-network-list-item dpsp-network-list-item-x">
	<a rel="nofollow noopener" href="https://x.com/intent/tweet?text=Feed%20Your%20Need%20For%20Texture%20with%20Three%20Artworks%20That%20Scream%20Surface&#038;url=https%3A%2F%2Fwww.artistsnetwork.com%2Fart-techniques%2Ffeed-your-need-texture%2F" class="dpsp-network-btn dpsp-x dpsp-no-label" target="_blank" aria-label="Share on X" title="Share on X">	<span class="dpsp-network-icon ">
		<span class="dpsp-network-icon-inner"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 30"><path d="M30.3 29.7L18.5 12.4l0 0L29.2 0h-3.6l-8.7 10.1L10 0H0.6l11.1 16.1l0 0L0 29.7h3.6l9.7-11.2L21 29.7H30.3z M8.6 2.7 L25.2 27h-2.8L5.7 2.7H8.6z"></path></svg></span>
	</span>
	</a></li>

<li class="dpsp-network-list-item dpsp-network-list-item-email">
	<a rel="nofollow noopener" href="/cdn-cgi/l/email-protection#7a45090f18101f190e473c1f1f1e5f484a23150f085f484a341f1f1e5f484a3c15085f484a2e1f020e0f081f5f484a0d130e125f484a2e12081f1f5f484a3b080e0d150811095f484a2e121b0e5f484a2919081f1b175f484a290f081c1b191f5c594a49424118151e0347120e0e0a095f493b5f483c5f483c0d0d0d541b080e13090e09141f0e0d150811541915175f483c1b080e570e1f191214130b0f1f095f483c1c1f1f1e5703150f0857141f1f1e570e1f020e0f081f5f483c" class="dpsp-network-btn dpsp-email dpsp-no-label dpsp-last" target="_blank" aria-label="Send over email" title="Send over email">	<span class="dpsp-network-icon ">
		<span class="dpsp-network-icon-inner"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 28 32"><path d="M18.56 17.408l8.256 8.544h-25.248l8.288-8.448 4.32 4.064zM2.016 6.048h24.32l-12.16 11.584zM20.128 15.936l8.224-7.744v16.256zM0 24.448v-16.256l8.288 7.776z"></path></svg></span>
	</span>
	</a></li>
</ul></aside>

<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 this-site-uses-cookies optout cmplz-bottom-left cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optout" aria-describedby="cmplz-message-1-optout">
	<div class="cmplz-header">
		<div class="cmplz-logo"></div>
		<div class="cmplz-title" id="cmplz-header-1-optout">0</div>
		<div class="cmplz-close" tabindex="0" role="button" aria-label="Close dialog">
			<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
		</div>
	</div>

	<div class="cmplz-divider cmplz-divider-header"></div>
	<div class="cmplz-body">
		<div class="cmplz-message" id="cmplz-message-1-optout"><p>We use our third-party cookies and similar technologies to enhance and personalize your experience, analyze use of our website, and conduct marketing. For more information about these technologies, please see our <a href="/opt-out-preferences/">Cookie Policy</a> and <a href="https://goldenpeakmedia.com/privacy-policy">Privacy Policy</a>.</p></div>
		<!-- categories start -->
		<div class="cmplz-categories">
			<details class="cmplz-category cmplz-functional" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Functional cookies</span>
							<span class='cmplz-always-active'>
								<span class="cmplz-banner-checkbox">
									<input type="checkbox"
										   id="cmplz-functional-optout"
										   data-category="cmplz_functional"
										   class="cmplz-consent-checkbox cmplz-functional"
										   size="40"
										   value="1"/>
									<label class="cmplz-label" for="cmplz-functional-optout"><span class="screen-reader-text">Functional cookies</span></label>
								</span>
								Always active							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-functional">The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-preferences" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Preferences</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-preferences-optout"
									   data-category="cmplz_preferences"
									   class="cmplz-consent-checkbox cmplz-preferences"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-preferences-optout"><span class="screen-reader-text">Preferences</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span>
				</div>
			</details>

			<details class="cmplz-category cmplz-statistics" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Statistics</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-statistics-optout"
									   data-category="cmplz_statistics"
									   class="cmplz-consent-checkbox cmplz-statistics"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-statistics-optout"><span class="screen-reader-text">Statistics</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-statistics">The technical storage or access that is used exclusively for statistical purposes.</span>
					<span class="cmplz-description-statistics-anonymous">The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.</span>
				</div>
			</details>
			<details class="cmplz-category cmplz-marketing" >
				<summary>
						<span class="cmplz-category-header">
							<span class="cmplz-category-title">Marketing</span>
							<span class="cmplz-banner-checkbox">
								<input type="checkbox"
									   id="cmplz-marketing-optout"
									   data-category="cmplz_marketing"
									   class="cmplz-consent-checkbox cmplz-marketing"
									   size="40"
									   value="1"/>
								<label class="cmplz-label" for="cmplz-marketing-optout"><span class="screen-reader-text">Marketing</span></label>
							</span>
							<span class="cmplz-icon cmplz-open">
								<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"  height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
							</span>
						</span>
				</summary>
				<div class="cmplz-description">
					<span class="cmplz-description-marketing">The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.</span>
				</div>
			</details>
		</div><!-- categories end -->
			</div>

	<div class="cmplz-links cmplz-information">
		<ul>
			<li><a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Manage options</a></li>
			<li><a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Manage services</a></li>
			<li><a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Manage {vendor_count} vendors</a></li>
			<li><a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/" aria-label="Read more about TCF purposes on Cookie Database">Read more about these purposes</a></li>
		</ul>
			</div>

	<div class="cmplz-divider cmplz-footer"></div>

	<div class="cmplz-buttons">
		<button class="cmplz-btn cmplz-accept">Accept</button>
		<button class="cmplz-btn cmplz-deny">Deny</button>
		<button class="cmplz-btn cmplz-view-preferences">View preferences</button>
		<button class="cmplz-btn cmplz-save-preferences">Save preferences</button>
		<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">View preferences</a>
			</div>

	
	<div class="cmplz-documents cmplz-links">
		<ul>
			<li><a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a></li>
			<li><a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a></li>
			<li><a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a></li>
		</ul>
			</div>
</div>
</div>
					<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Settings</button>

</div>
<div id="content-report" class="content-report-popup moderation-popup mfp-hide">
	<div class="modal-mask bb-white bbm-model-wrap bbm-uploader-model-wrap">
		<div class="modal-wrapper">
			<div class="modal-container">
				<header class="bb-model-header">
					<h4>Report <span class="bp-reported-type"></span></h4>
					<button title="Close (Esc)" type="button" class="mfp-close">
						<span class="bb-icon-l bb-icon-times"></span>
					</button>
				</header>
				<div class="bp-feedback bp-feedback-v2 error" id="notes-error" style="display: none;">
					<span class="bp-icon" aria-hidden="true"></span>
					<p>There was a problem reporting this post.</p>
				</div>
								<div class="bb-report-type-wrp">
					<form id="bb-report-content" action="javascript:void(0);">

														<div class="form-item form-item-category content">
									<label for="report-category-277587">
										<input type="radio" id="report-category-277587" name="report_category" value="277587" checked>
										<span>Copyrighted Material</span>
									</label>
									<span>Contains a copyright violation</span>
								</div>
																<div class="form-item form-item-category content">
									<label for="report-category-28462">
										<input type="radio" id="report-category-28462" name="report_category" value="28462" >
										<span>Harassment</span>
									</label>
									<span>Harassment or bullying behavior</span>
								</div>
																<div class="form-item form-item-category content">
									<label for="report-category-28459">
										<input type="radio" id="report-category-28459" name="report_category" value="28459" >
										<span>Inappropriate</span>
									</label>
									<span>Contains mature or sensitive content</span>
								</div>
																<div class="form-item form-item-category content">
									<label for="report-category-28458">
										<input type="radio" id="report-category-28458" name="report_category" value="28458" >
										<span>Offensive</span>
									</label>
									<span>Contains abusive or derogatory content</span>
								</div>
																<div class="form-item form-item-category content">
									<label for="report-category-28461">
										<input type="radio" id="report-category-28461" name="report_category" value="28461" >
										<span>Suspicious</span>
									</label>
									<span>Contains spam, fake content or potential malware</span>
								</div>
								
						<div class="form-item">
							<label for="report-category-other">
								<input type="radio" id="report-category-other" name="report_category" value="other">
								<span>Other</span>
							</label>
						</div>
						<div class="form-item bp-hide">
							<label for="report-note">
								<span class="screen-reader-text">Report note</span>
								<textarea id="report-note" placeholder="Enter your reason for reporting..." name="note" class="bp-other-report-cat"></textarea>
							</label>
						</div>
						<footer class="bb-model-footer">
							<input type="button" class="bb-cancel-report-content button" value="Cancel"/>
							<button type="submit" class="report-submit button">Report</button>
							<input type="hidden" name="content_id" class="bp-content-id"/>
							<input type="hidden" name="content_type" class="bp-content-type"/>
							<input type="hidden" name="_wpnonce" class="bp-nonce"/>
						</footer>
					</form>
					<div class="bp-report-form-err"></div>
				</div>
			</div>
		</div>
	</div>

</div>

<div id="block-member" class="block-member-popup moderation-popup mfp-hide">
	<div class="modal-mask bb-white bbm-model-wrap bbm-uploader-model-wrap">
			<div class="modal-wrapper">
				<div class="modal-container">
					<header class="bb-model-header">
						<h4>Block Member?</h4>
						<button title="Close (Esc)" type="button" class="mfp-close">
							<span class="bb-icon-l bb-icon-times"></span>
						</button>
					</header>

					<div class="bb-report-type-wrp">
						<p>
							Please confirm you want to block this member.						</p>
						<p>
							You will no longer be able to:						</p>
						<ul>
														<li>
								See blocked member&#039;s posts							</li>
														<li>
								Mention this member in posts							</li>
														<li>
								Invite this member to groups							</li>
																												<li>
								Add this member as a connection							</li>
													</ul>

						<p>
															<strong>Please note: </strong>
								This action will also remove this member from your connections and send a report to the site admin.							
							Please allow a few minutes for this process to complete.						</p>
						<form id="bb-block-member" action="javascript:void(0);">
							<footer class="bb-model-footer">
								<input type="button" class="bb-cancel-report-content button" value="Cancel"/>
								<button type="submit" class="report-submit button">Confirm</button>
								<input type="hidden" name="content_id" class="bp-content-id"/>
								<input type="hidden" name="content_type" class="bp-content-type"/>
								<input type="hidden" name="_wpnonce" class="bp-nonce"/>
							</footer>
						</form>
												<div class="bp-report-form-err"></div>
					</div>

				</div>
			</div>
	</div>

</div>

<div id="reported-content" class="content-report-popup moderation-popup mfp-hide">
	<div class="modal-mask bb-white bbm-model-wrap bbm-uploader-model-wrap">
		<div class="modal-wrapper">
			<div class="modal-container">
				<header class="bb-model-header">
					<h4>
						Report <span class="bp-reported-type"></span>					</h4>
					<button title="Close (Esc)" type="button" class="mfp-close">
						<span class="bb-icon-l bb-icon-times"></span>
					</button>
				</header>

				<div class="bb-report-type-wrp">
					You have already reported this <span class="bp-reported-type"></span>.				</div>
			</div>
		</div>
	</div>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript">jQuery(function($){		function load_authorize_net_cim_credit_card_payment_form_handler() {
			window.wc_authorize_net_cim_credit_card_payment_form_handler = new WC_Authorize_Net_Payment_Form_Handler( {"plugin_id":"authorize_net_cim","id":"authorize_net_cim_credit_card","id_dasherized":"authorize-net-cim-credit-card","type":"credit-card","csc_required":true,"csc_required_for_tokens":false,"logging_enabled":false,"lightbox_enabled":false,"login_id":"5vRC9wsUb54d","client_key":"9de99JzgsjVem8nmhRQ7zv9PD5J5DFxNYDD3Lz378UCMgx4t9nj3e43287g87wer","general_error":"An error occurred, please try again or try an alternate form of payment.","ajax_url":"https:\/\/www.artistsnetwork.com\/wp-admin\/admin-ajax.php","ajax_log_nonce":"06a5374135","enabled_card_types":["visa","mastercard","amex","discover","dinersclub","jcb"]} );window.jQuery( document.body ).trigger( "update_checkout" );		}

		try {

			if ( 'undefined' !== typeof WC_Authorize_Net_Payment_Form_Handler ) {
				load_authorize_net_cim_credit_card_payment_form_handler();
			} else {
				window.jQuery( document.body ).on( 'wc_authorize_net_payment_form_handler_loaded', load_authorize_net_cim_credit_card_payment_form_handler );
			}

		} catch ( err ) {

			
		var errorName    = '',
		    errorMessage = '';

		if ( 'undefined' === typeof err || 0 === err.length || ! err ) {
			errorName    = 'A script error has occurred.';
			errorMessage = 'The script WC_Authorize_Net_Payment_Form_Handler could not be loaded.';
		} else {
			errorName    = 'undefined' !== typeof err.name    ? err.name    : '';
			errorMessage = 'undefined' !== typeof err.message ? err.message : '';
		}

		
		jQuery.post( 'https://www.artistsnetwork.com/wp-admin/admin-ajax.php', {
			action:   'wc_authorize_net_cim_credit_card_payment_form_log_script_event',
			security: '683574e852',
			name:     errorName,
			message:  errorMessage,
		} );

				}
		});</script><script type="text/javascript">jQuery(function($){		function load_authorize_net_cim_echeck_payment_form_handler() {
			window.wc_authorize_net_cim_echeck_payment_form_handler = new WC_Authorize_Net_Payment_Form_Handler( {"plugin_id":"authorize_net_cim","id":"authorize_net_cim_echeck","id_dasherized":"authorize-net-cim-echeck","type":"echeck","csc_required":false,"csc_required_for_tokens":false,"logging_enabled":false,"lightbox_enabled":false,"login_id":"5vRC9wsUb54d","client_key":"9de99JzgsjVem8nmhRQ7zv9PD5J5DFxNYDD3Lz378UCMgx4t9nj3e43287g87wer","general_error":"An error occurred, please try again or try an alternate form of payment.","ajax_url":"https:\/\/www.artistsnetwork.com\/wp-admin\/admin-ajax.php","ajax_log_nonce":"4a4892e858"} );window.jQuery( document.body ).trigger( "update_checkout" );		}

		try {

			if ( 'undefined' !== typeof WC_Authorize_Net_Payment_Form_Handler ) {
				load_authorize_net_cim_echeck_payment_form_handler();
			} else {
				window.jQuery( document.body ).on( 'wc_authorize_net_payment_form_handler_loaded', load_authorize_net_cim_echeck_payment_form_handler );
			}

		} catch ( err ) {

			
		var errorName    = '',
		    errorMessage = '';

		if ( 'undefined' === typeof err || 0 === err.length || ! err ) {
			errorName    = 'A script error has occurred.';
			errorMessage = 'The script WC_Authorize_Net_Payment_Form_Handler could not be loaded.';
		} else {
			errorName    = 'undefined' !== typeof err.name    ? err.name    : '';
			errorMessage = 'undefined' !== typeof err.message ? err.message : '';
		}

		
		jQuery.post( 'https://www.artistsnetwork.com/wp-admin/admin-ajax.php', {
			action:   'wc_authorize_net_cim_echeck_payment_form_log_script_event',
			security: 'b758d3dd8d',
			name:     errorName,
			message:  errorMessage,
		} );

				}
		});</script>
		<div id="login-form-popup" class="lightbox-content mfp-hide">
			<div class="bsMyAccount">
			<div class="woocommerce-notices-wrapper"></div>
		
		<div class="u-columns col2-set" id="customer_login">

            <div class="u-column1 col-1">

					            <div class="bb_customer_login">
	
	                <h2>Login</h2>

					<form class="woocommerce-form woocommerce-form-login login" method="post">

						
						<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
							<label for="username">Username or email address&nbsp;<span class="required">*</span></label>
							<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value="" />						</p>
						<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide d-none">
							<label for="password">Password&nbsp;<span class="required">*</span></label>
							<input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password">
						</p>

						
                        <p class="woocommerce-LostPassword lost_password d-none">
                            <label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme" for="rememberme">
								<input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever"> 
								<span>Remember me</span>
							</label>
							<a href="https://www.artistsnetwork.com/my-account/lost-password/">Lost your password?</a>
                        </p>
                        <p class="form-row woocommerce-LoginBtn">
                        	<button type="button" class="woocommerce-Button button float-left" name="magic" value="Send Magic Link">Magic Link</button><button type="button" class="woocommerce-Button button float-right" name="password" value="Use Password">Use Password</button>						<input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="bb57a67fc1" /><input type="hidden" name="_wp_http_referer" value="/art-techniques/feed-your-need-texture/" />                            <button type="submit" class="woocommerce-Button button d-none" name="login" value="Login">Login</button>
						</p>

						                    </form>
				</div>

					
			</div>

	        <div class="u-column2 col-2">
	            <div class="bb_customer_register">
	                <h2>Register</h2>
	
					<form method="post" class="woocommerce-form woocommerce-form-register register"  >
	
							
							
							<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
	                            <label for="reg_username">Username&nbsp;<span class="required">*</span></label>
								<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="reg_username" autocomplete="username" aria-autocomplete="list" value="" />							</p>
	
							
						<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
	                        <label for="reg_email">Email address&nbsp;<span class="required">*</span></label>
							<input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" id="reg_email" autocomplete="email" aria-autocomplete="list" value="" />						</p>
	
							
							<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
		                        <label for="reg_password">Password&nbsp;<span class="required">*</span></label>
								<input type="password" class="woocommerce-Input woocommerce-Input--text input-text" name="password" id="reg_password" autocomplete="new-password" />
							</p>
	
							
						<wc-order-attribution-inputs></wc-order-attribution-inputs><div class="woocommerce-privacy-policy-text"></div>	
		              	<p class="woocommerce-FormRow form-row woocommerce-RegisterBtn">
							<input type="hidden" id="woocommerce-register-nonce" name="woocommerce-register-nonce" value="3b0c6db828" /><input type="hidden" name="_wp_http_referer" value="/art-techniques/feed-your-need-texture/" />		                  	<button type="submit" class="woocommerce-Button woocommerce-button button woocommerce-form-register__submit" name="register" value="Register">Register</button>
						</p>
	
							
					</form>
				</div>
	
			</div>
	
		</div>
	
		
		
</div>
		</div>
  	<div id='pys_ajax_events'></div>        <script>
            var node = document.getElementsByClassName('woocommerce-message')[0];
            if(node && document.getElementById('pys_late_event')) {
                var messageText = node.textContent.trim();
                if(!messageText) {
                    node.style.display = 'none';
                }
            }
        </script>
        <noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=893902931072534&ev=PageView&noscript=1&cd%5Bpost_category%5D=Art+Inspiration%2C+Art+Techniques+and+Skills&cd%5Bpage_title%5D=Your+Art+Cravings%2C+Satisfied&cd%5Bpost_type%5D=post&cd%5Bpost_id%5D=236630&cd%5Bplugin%5D=PixelYourSite&cd%5Buser_role%5D=guest&cd%5Bevent_url%5D=www.artistsnetwork.com%2Fart-techniques%2Ffeed-your-need-texture%2F" alt=""></noscript>
	<script>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<div id="gpm-asen-footer-sticky-lrleaderboard" class="gpm-asen-footer-sticky-lrleaderboard" role="complementary" aria-label="Advertisement"><div class="gpm-asen-dfp-ad-wrap"><!-- Artist-Network_DIRECT -->		<div id="div-gpt-ad-footer_article_lrleaderboard_sticky_728x90"
		     class="div-gpt-ad-footer_article_lrleaderboard_sticky_728x90 Artist-Network_DIRECT dfp_ad_pos">
			<script>
				googletag.cmd.push(function () {
					googletag.display('div-gpt-ad-footer_article_lrleaderboard_sticky_728x90');
				});
			</script>
		</div>
		</div></div><script id="dismissible-wp-notices-js-extra">
var dismissibleWpNotices = {"ajaxUrl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","nonce":"cc7c1a2673"};
//# sourceURL=dismissible-wp-notices-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce-product-feeds/vendor-prefixed/leewillis77/dismissible-wp-notices/js/dismissible-wp-notices.js?ver=1.0" id="dismissible-wp-notices-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/isInViewport.min.js?ver=2.14.4" id="isInViewport-js"></script>
<script src="https://www.artistsnetwork.com/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1" id="moment-js"></script>
<script id="moment-js-after">
moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} );
moment.updateLocale( 'en_US', {"relativeTime":{"future":"in %s","past":"%s ago","s":"second","ss":"%d seconds","m":"a minute","mm":"%d minutes","h":"an hour","hh":"%d hours","d":"a day","dd":"%d days","w":"a week","ww":"%d weeks","M":"a month","MM":"%d months","y":"a year","yy":"%d years"}} );
//# sourceURL=moment-js-after
</script>
<script id="bp-livestamp-js-extra">
var bb_livestamp = {"year_in_seconds":"31536000","day_in_seconds":"86400","week_in_seconds":"604800","hour_in_seconds":"3600","minute_in_seconds":"60","chunks":[31536000,5256000,2592000,604800,86400,3600,60,1],"unknown_text":"sometime","right_now_text":"Just now","ago_text":"%s ago","second_text":"a second","seconds_text":"seconds","minute_text":"a minute","minutes_text":"minutes","hour_text":"an hour","hours_text":"hours","day_text":"a day","days_text":"days","week_text":"a week","weeks_text":"weeks","month_text":"a month","months_text":"months","year_text":"a year","years_text":"years"};
//# sourceURL=bp-livestamp-js-extra
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/livestamp.min.js?ver=2.14.4" id="bp-livestamp-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/cropper.min.js?ver=2.14.4" id="bb-cropper-js-js"></script>
<script src="https://www.artistsnetwork.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-includes/js/wp-util.min.js?ver=1695743bd1ea1ee5252e582430a3ca53" id="wp-util-js"></script>
<script src="https://www.artistsnetwork.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script src="https://www.artistsnetwork.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="bp-nouveau-js-extra">
var BP_Nouveau = {"ajaxurl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","only_admin_notice":"As you are the only organizer of this group, you cannot leave it. You can either delete the group or promote another member to be an organizer first and then leave the group.","is_friend_confirm":"Are you sure you want to remove your connection with this member?","confirm":"Are you sure?","confirm_delete_set":"Are you sure you want to delete this set? This cannot be undone.","show_x_comments":"View more comments","unsaved_changes":"Your profile has unsaved changes. If you leave the page, the changes will be lost.","object_nav_parent":"#buddypress","anchorPlaceholderText":"Paste or type a link","empty_field":"New Field","close":"Close","parent_group_leave_confirm":"By leaving this main group you will automatically be removed and unsubscribed to any subgroups relating to this group.","group_leave_confirm":"\u003Cp\u003EAre you sure you want to leave \u003Cspan class=\"bb-group-name\"\u003E\u003C/span\u003E?\u003C/p\u003E","wpTime":"2026-06-08 22:58:13","wpTimezone":"America/Denver","dir_labels":{"members":{"singular":"Member","plural":"Members"},"followers":{"singular":"Follower","plural":"Followers"},"connections":{"singular":"Connection","plural":"Connections"},"groups":{"singular":"Group","plural":"Groups"},"video":{"singular":"Video","plural":"Videos"},"album":{"singular":"Album","plural":"Albums"},"media":{"singular":"Photo","plural":"Photos"}},"rest_url":"https://www.artistsnetwork.com/wp-json/buddyboss/v1","rest_nonce":"a205f30a20","member_label":"member","members_label":"members","objects":["activity","members","groups","xprofile","friends","media","document","video","settings","notifications","search","moderation","group_members","group_requests","group_subgroups"],"nonces":{"activity":"7ebf2b97aa","members":"9ed52196d6","groups":"65801d4231","xprofile":"f525772601","friends":"f0c9935092","media":"a93c4d8650","document":"d2fb2841fe","video":"8ede12ac6a","settings":"66e0601859","notifications":"04f325c736","search":"e4055b668c","moderation":"5e2e672ca8","group_members":"bf3c0d8a76"},"is_send_ajax_request":"1","bb_enable_content_counts":"1","more_menu_items":"Menu Items","more_menu_text":"More","modbypass":null,"forums":{"params":{"bb_current_user_id":0,"link_preview":true},"nonces":{"post_topic_reply_draft":"e6288b26b6"},"strings":{"discardButton":"Discard Draft"},"draft":[]},"activity":{"params":{"user_id":0,"object":"user","backcompat":false,"post_nonce":"b1247053c6","post_draft_nonce":"19aa38aa7a","excluded_hosts":[],"user_can_post":false,"is_activity_edit":false,"displayed_user_id":0,"errors":{"empty_post_update":"Sorry, Your update cannot be empty.","post_fail":"An error occurred while saving your post.","media_fail":"To change the media type, remove existing media from your post."},"is_activity_post_title_required":false,"activity_post_title_maxlength":80,"avatar_url":"https://secure.gravatar.com/avatar/?s=96&d=mm&r=g","avatar_width":150,"avatar_height":150,"user_display_name":false,"user_domain":"","avatar_alt":"Profile photo of ","link_preview":true,"objects":{"profile":{"text":"Post in: Profile","autocomplete_placeholder":"","priority":5},"group":{"text":"Post in: Group","autocomplete_placeholder":"Search groups","priority":10,"loading_group_placeholder":"Loading groups...","finding_group_placeholder":"Finding groups...","no_groups_found":"No groups found."},"group_list":[{"id":3,"name":"Acrylic & Mixed Media Creators","avatar_url":"","object_type":"group","is_public":true,"group_media":false,"group_document":false,"group_video":false},{"id":2,"name":"Drawing & Sketch Artists","avatar_url":"","object_type":"group","is_public":true,"group_media":false,"group_document":false,"group_video":false},{"id":5,"name":"Oil Painters","avatar_url":"","object_type":"group","is_public":true,"group_media":false,"group_document":false,"group_video":false},{"id":4,"name":"Pastelists","avatar_url":"","object_type":"group","is_public":true,"group_media":false,"group_document":false,"group_video":false},{"id":16,"name":"QA Testing Group","avatar_url":"","object_type":"group","is_public":true,"group_media":false,"group_document":false,"group_video":false},{"id":17,"name":"The Art An Science of Figure Drawing Course Group","avatar_url":"","object_type":"group","is_public":false,"group_media":false,"group_document":false,"group_video":false},{"id":1,"name":"Watercolor Lovers","avatar_url":"","object_type":"group","is_public":true,"group_media":false,"group_document":false,"group_video":false}],"group_count":7,"group_total_page":1},"draft_activity":false,"access_control_settings":{"can_create_activity":true,"can_create_activity_media":true,"can_create_activity_document":true},"post_feature_image":{"can_upload_post_feature_image":false,"nonce":{"save":"fa0fc967ef","upload":"8253a5dcd1","delete":"239081bc3b","crop_replace":"861a450615"},"config":{"feature_name":"activity-post-feature-image","option_key":"bb_enable_activity_post_feature_image","upload_dir":"bb_activity_post_feature_images","allowed_mimes":{"jpg|jpeg|jpe":"image/jpeg","gif":"image/gif","png":"image/png","bmp":"image/bmp"},"image_sizes":{"bb-activity-post-feature-image":{"width":2400,"height":2400,"crop":false}},"max_upload_size":50,"max_file":1},"strings":{"upload_failed":"Upload failed","reposition_crop":"Reposition photo","reposition_crop_image":"Reposition and Crop Image","invalid_media_type":"Unable to upload the file","connection_lost_error":"Connection lost with the server.","crop_operation_failed":"Crop operation failed:","failed_to_save_cropped_image":"Failed to save cropped image. Please try again.","error_dc":"Error destroying cropper:","error_dc_during_cleanup":"Error destroying cropper during cleanup:","error_destroying_dropzone":"Error destroying dropzone:","invalid_thumbnail_url":"Invalid thumbnail URL, skipping thumbnail creation:"}}},"strings":{"whatsnewPlaceholder":"Share what's on your mind, ...","whatsnewLabel":"Post what&#039;s new","whatsnewpostinLabel":"Post in","postUpdateButton":"Post","updatePostButton":"Update Post","cancelButton":"Cancel","commentLabel":"%d Comment","commentsLabel":"%d Comments","loadingMore":"Loading...","discardButton":"Discard Draft","pinPost":"Pin to Feed","unpinPost":"Unpin from Feed","pinGroupPost":"Pin to Group","unpinGroupPost":"Unpin from Group","pinPostError":"There was a problem marking this operation. Please try again.","reactionAjaxError":"There was a problem marking this operation. Please try again.","closeComments":"Turn off commenting","uncloseComments":"Turn on commenting","closeCommentsError":"There was a problem marking this operation. Please try again.","commentPostError":"There was a problem posting your comment.","muteNotification":"Turn off notifications","unmuteNotification":"Turn on notifications","whatsNewTitle":"Title (optional)"}},"media":{"max_upload_size":1,"profile_media":false,"profile_album":true,"group_media":false,"group_album":false,"messages_media":false,"messages_media_active":false,"dropzone_media_message":"\u003Cstrong\u003EAdd Photos\u003C/strong\u003E Or drag and drop","media_select_error":"This file type is not supported for photo uploads.","empty_media_type":"Empty media file will not be uploaded.","invalid_media_type":"Unable to upload the file","media_size_error_header":"File too large ","media_size_error_description":"This file type is too large.","dictFileTooBig":"Sorry, file size is too big ({{filesize}} MB). Max file size limit: {{maxFilesize}} MB.","cover_photo_size_error_header":"Unable to reposition the image ","cover_photo_size_error_description":"To reposition your cover photo, please upload a larger image and then try again.","maxFiles":10,"is_media_directory":"no","create_album_error_title":"Please enter title of album","current_album":0,"current_type":"","move_to_id_popup":0,"media_dict_file_exceeded":"You are allowed to upload only 10 photos at a time.","can_manage_media":false,"create_album_title":"Create Album","dictCancelUploadConfirmation":"Are you sure you want to cancel this upload?","connection_lost_error":"Connection lost with the server.","emoji":{"profile":true,"groups":true,"messages":true,"forums":false,"document":false},"emoji_filter_url":"https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/images/emojifilter/","gif":{"profile":false,"groups":false,"messages":false,"forums":false,"document":false},"gif_api_key":"","i18n_strings":{"select":"Select","unselect":"Unselect","selectall":"Select All","unselectall":"Unselect All","no_photos_found":"Sorry, no photos were found","upload":"Upload","uploading":"Uploading","upload_status":"%1$d out of %2$d uploaded","album_delete_confirm":"Are you sure you want to delete this album? Photos in this album will also be deleted.","album_delete_error":"There was a problem deleting the album.","media_delete_confirm":"Are you sure you want to delete this media?","folder_delete_confirm":"Are you sure you want to delete this folder? Documents in this folder will also be deleted?","document_delete_confirm":"Are you sure you want to delete this document?","folder_delete_error":"There was a problem deleting the folder.","folder_move_error":"Please select destination folder."},"profile_document":false,"group_document":false,"messages_document":false,"messages_document_active":false,"document_type":"application/x-abiword,text/xml,application/x-ace-compressed,application/postscript,application/pdf,application/vnd.android.package-archive,application/java-archive,text/css,text/plain,text/csv,application/msword,application/vnd.ms-word.document.macroenabled.12,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-word.template.macroenabled.12,image/x-eps,image/gif,application/x-gzip,application/gzip,text/html,image/x-icon,text/calendar,application/octet-stream,image/jpeg,application/javascript,audio/mpeg,application/vnd.oasis.opendocument.spreadsheet,application/vnd.oasis.opendocument.text,image/png,application/vnd.ms-powerpoint.template.macroenabled.12,application/vnd.openxmlformats-officedocument.presentationml.template,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.ms-powerpoint,application/vnd.openxmlformats-officedocument.presentationml.slideshow,application/vnd.ms-powerpoint.presentation.macroenabled.12,image/vnd.adobe.photoshop,application/x-rar-compressed,application/x-rar,application/rss+xml,application/rtf,application/x-sqlite3,image/svg+xml,application/x-tar,image/tiff,text/x-vcard,text/vcard,audio/x-wav,application/vnd.ms-excel.sheet.binary.macroenabled.12,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel.sheet.macroenabled.12,application/vnd.ms-excel.template.macroenabled.12,application/vnd.openxmlformats-officedocument.spreadsheetml.template,text/yaml,application/zip,application/x-7z-compressed,video/mp4,video/webm,video/ogg,video/quicktime,.abw,.ace,.ai,.apk,.css,.csv,.doc,.docm,.docx,.dotm,.dotx,.eps,.gif,.gz,.gzip,.htm,.html,.ico,.ics,.ipa,.jar,.jpeg,.jpg,.js,.mp3,.ods,.odt,.pdf,.png,.potm,.potx,.pps,.ppsx,.ppt,.pptm,.pptx,.psd,.rar,.rss,.rtf,.sketch,.svg,.tar,.tiff,.txt,.vcf,.wav,.xlam,.xls,.xlsb,.xlsm,.xlsx,.xltm,.xltx,.xml,.yaml,.zip,.7z,.mp4,.webm,.ogg,.mov","empty_document_type":"Empty documents will not be uploaded.","current_folder":0,"current_user_id":0,"current_group_id":0,"target_text":"Documents","create_folder_error_title":"Please enter title of folder","invalid_file_type":"Unable to upload the file","document_select_error":"Please upload only the following file types: \u003Cbr /\u003E\u003Cdiv class=\"bb-allowed-file-types\"\u003E.abw, .ace, .ai, .apk, .css, .csv, .doc, .docm, .docx, .dotm, .dotx, .eps, .gif, .gz, .gzip, .htm, .html, .ico, .ics, .ipa, .jar, .jpeg, .jpg, .js, .mp3, .ods, .odt, .pdf, .png, .potm, .potx, .pps, .ppsx, .ppt, .pptm, .pptx, .psd, .rar, .rss, .rtf, .sketch, .svg, .tar, .tiff, .txt, .vcf, .wav, .xlam, .xls, .xlsb, .xlsm, .xlsx, .xltm, .xltx, .xml, .yaml, .zip, .7z, .mp4, .webm, .ogg, .mov\u003C/div\u003E","dropzone_document_message":"\u003Cstrong\u003EAdd Files\u003C/strong\u003E Or drag and drop","is_document_directory":"no","document_preview_error":"Sorry! something went wrong we are not able to preview.","move_to_folder":"Move folder to...","move_to_file":"Move document to...","copy_to_clip_board_text":"Copied to Clipboard","download_button":"Download","document_size_error_header":"File too large ","document_size_error_description":"This file type is too large.","sidebar_download_text":"Download","sidebar_view_text":"View","create_folder":"Create Folder","document_dict_file_exceeded":"You are allowed to upload only 10 documents at a time.","can_manage_document":false},"video":{"max_upload_size":100,"video_type":"video/mp4,video/webm,video/ogg,video/quicktime,.mp4,.webm,.ogg,.mov","profile_video":false,"profile_album":true,"group_video":false,"group_album":false,"messages_video":false,"messages_video_active":false,"dropzone_video_message":"\u003Cstrong\u003EAdd Videos\u003C/strong\u003E Or drag and drop","dropzone_video_thumbnail_message":"Upload thumbnail","video_select_error":"This file type is not supported for video uploads.","empty_video_type":"Empty video file will not be uploaded.","invalid_video_type":"Unable to upload the file","video_size_error_header":"File too large ","video_size_error_description":"This file type is too large.","dictFileTooBig":"Sorry, file size is too big ({{filesize}} MB). Max file size limit: {{maxFilesize}} MB.","maxFiles":10,"is_video_directory":"no","create_album_error_title":"Please enter title of album","cover_video_size_error_header":"Unable to reposition the image ","cover_video_size_error_description":"To reposition your cover video, please upload a larger image and then try again.","current_album":0,"current_type":"","move_to_id_popup":0,"video_dict_file_exceeded":"You are allowed to upload only 10 videos at a time.","thumb_dict_file_exceeded":"You are allowed to upload only 1 thumb at a time.","dictInvalidFileType":"Please upload only the following file types: \u003Cbr /\u003E\u003Cdiv class=\"bb-allowed-file-types\"\u003Evideo/mp4, video/webm, video/ogg, video/quicktime, .mp4, .webm, .ogg, .mov\u003C/div\u003E","is_ffpmeg_installed":false,"generating_thumb":"Generating thumbnail\u2026","dictCancelUploadConfirmation":"Are you sure you want to cancel this upload?","i18n_strings":{"select":"Select","unselect":"Unselect","selectall":"Select All","unselectall":"Unselect All","no_videos_found":"Sorry, no videos were found","upload":"Upload","upload_thumb":"Change Thumbnail","uploading":"Uploading","upload_status":"%1$d out of %2$d uploaded","album_delete_confirm":"Are you sure you want to delete this album? Videos in this album will also be deleted.","album_delete_error":"There was a problem deleting the album.","video_delete_confirm":"Are you sure you want to delete this video?","video_enlarge_text":"Enlarge","video_fullscreen_text":"Full screen","video_play_text":"Play","video_pause_text":"Pause","video_uploaded_text":"Uploaded","video_volume_text":"Volume","video_miniplayer_text":"Miniplayer","video_speed_text":"Speed","video_skip_back_text":"Step Back (5)","video_skip_forward_text":"Step Forward (5)","video_picture_in_text":"This video is playing in the miniplayer."}},"moderation":{"unblock_user_msg":"Are you sure you want to unblock this member?","no_user_msg":"No blocked members found."},"document":{"dictInvalidFileType":"Please upload only the following file types: \u003Cbr /\u003E\u003Cdiv class=\"bb-allowed-file-types\"\u003E.abw, .ace, .ai, .apk, .css, .csv, .doc, .docm, .docx, .dotm, .dotx, .eps, .gif, .gz, .gzip, .htm, .html, .ico, .ics, .ipa, .jar, .jpeg, .jpg, .js, .mp3, .ods, .odt, .pdf, .png, .potm, .potx, .pps, .ppsx, .ppt, .pptm, .pptx, .psd, .rar, .rss, .rtf, .sketch, .svg, .tar, .tiff, .txt, .vcf, .wav, .xlam, .xls, .xlsb, .xlsm, .xlsx, .xltm, .xltx, .xml, .yaml, .zip, .7z, .mp4, .webm, .ogg, .mov\u003C/div\u003E","max_upload_size":1,"maxFiles":10,"mp3_preview_extension":"mp3,wav,ogg"}};
var BB_Nouveau_Presence = {"heartbeat_enabled":"","presence_interval":"60","presence_default_interval":"60","presence_time_span":"20","idle_inactive_span":"180","rest_nonce":"a205f30a20","native_presence":"1","native_presence_url":"https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/bb-core-native-presence.php","presence_rest_url":"https://www.artistsnetwork.com/wp-json/buddyboss/v1/members/presence"};
//# sourceURL=bp-nouveau-js-extra
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/js/buddypress-nouveau.min.js?ver=2.14.4" id="bp-nouveau-js"></script>
<script src="https://www.artistsnetwork.com/wp-includes/js/backbone.min.js?ver=1.6.0" id="backbone-js"></script>
<script src="https://www.artistsnetwork.com/wp-includes/js/wp-backbone.min.js?ver=1695743bd1ea1ee5252e582430a3ca53" id="wp-backbone-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/js/buddypress-activity.min.js?ver=2.14.4" id="bp-nouveau-activity-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/js/buddypress-activity-post-form.min.js?ver=2.14.4" id="bp-nouveau-activity-post-form-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/platform-settings/activity/post-feature-image/assets/js/bb-activity-post-feature-image.min.js?ver=2.10.1" id="bb-activity-post-feature-image-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/js/jquery.guillotine.min.js?ver=2.14.4" id="guillotine-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/comment-reply.min.js?ver=1695743bd1ea1ee5252e582430a3ca53" id="comment-reply-js" async data-wp-strategy="async" fetchpriority="low"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3" id="jquery-ui-menu-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed" id="wp-a11y-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3" id="jquery-ui-autocomplete-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-templates/bp-nouveau/js/buddypress-moderation.min.js?ver=2.14.4" id="bp-nouveau-moderation-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/draggabilly.min.js?ver=2.6.60" id="draggabilly-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/plugins/bbp-scrubber.min.js?ver=2.6.60" id="buddyboss-theme-bbp-scrubber-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/vendor/jquery.caret.min.js?ver=2.14.4" id="jquery-caret-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/jquery.atwho.min.js?ver=2.14.4" id="jquery-atwho-js"></script>
<script id="bp-mentions-js-extra">
var BP_Mentions_Options = {"selectors":[".bp-suggestions","#comments form textarea",".wp-editor-area",".bbp-the-content"],"insert_tpl":"@${ID}","display_tpl":"\u003Cli data-value=\"@${ID}\"\u003E\u003Cimg src=\"${image}\" /\u003E\u003Cspan class=\"username\"\u003E@${ID}\u003C/span\u003E\u003Csmall\u003E${name}\u003C/small\u003E\u003C/li\u003E","extra_options":[]};
//# sourceURL=bp-mentions-js-extra
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform/bp-core/js/mentions.min.js?ver=2.14.4" id="bp-mentions-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5" id="swv-js"></script>
<script defer id="contact-form-7-js-before">
var wpcf7 = {
    "api": {
        "root": "https:\/\/www.artistsnetwork.com\/wp-json\/",
        "namespace": "contact-form-7\/v1"
    },
    "cached": 1
};
//# sourceURL=contact-form-7-js-before
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5" id="contact-form-7-js"></script>
<script id="pt-cv-content-views-script-js-extra">
var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"35dec3af31","is_admin":"","is_mobile":"","ajaxurl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","lang":"","loading_image_src":"data:image/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM/DJKZNLND/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw==","is_mobile_tablet":"","sf_no_post_found":"No posts found.","lf__separator":"____"};
var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"};
//# sourceURL=pt-cv-content-views-script-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=4.3" id="pt-cv-content-views-script-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/pt-content-views-pro/public/assets/js/cvpro.min.js?ver=5.9.2" id="pt-cv-public-pro-script-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/gpm-asen/assets/js/custom.js?ver=1780981094" id="gpm-asen-custom-js-js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf-lib/1.17.1/pdf-lib.min.js?ver=1.17.1" id="pdf-lib-js"></script>
<script id="pdf-watermark-js-extra">
var PDFWatermarkData = {"ajax_url":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","nonce":"984457ca70"};
//# sourceURL=pdf-watermark-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/gpm-pdf-watermark/assets/js/pdf-watermark.js?ver=1780981094" id="pdf-watermark-js"></script>
<script src="https://www.artistsnetwork.com/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c" id="wp-deprecated-js"></script>
<script src="https://www.artistsnetwork.com/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eae" id="wp-date-js"></script>
<script id="wp-date-js-after">
wp.date.setSettings( {"l10n":{"locale":"en_US","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"meridiem":{"am":"am","pm":"pm","AM":"AM","PM":"PM"},"relative":{"future":"%s from now","past":"%s ago","s":"a second","ss":"%d seconds","m":"a minute","mm":"%d minutes","h":"an hour","hh":"%d hours","d":"a day","dd":"%d days","M":"a month","MM":"%d months","y":"a year","yy":"%d years"},"startOfWeek":1},"formats":{"time":"g:i a","date":"F j, Y","datetime":"F j, Y g:i a","datetimeAbbreviated":"M j, Y g:i a"},"timezone":{"offset":-6,"offsetFormatted":"-6","string":"America/Denver","abbr":"MDT"}} );
//# sourceURL=wp-date-js-after
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/popup-anything-on-click-pro/assets/js/tooltipster.min.js?ver=2.3" id="tooltipster-js"></script>
<script id="dpsp-frontend-js-pro-js-before">
		var dpsp_pin_button_data = {"pin_description_source":"image_alt_tag","pinterest_button_share_behavior":"post_image"}
	
//# sourceURL=dpsp-frontend-js-pro-js-before
</script>
<script async data-noptimize src="https://www.artistsnetwork.com/wp-content/plugins/social-pug/assets/dist/front-end-pro.js?ver=2.20.0" id="dpsp-frontend-js-pro-js"></script>
<script id="awdr-main-js-extra">
var awdr_params = {"ajaxurl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","nonce":"ec9ba0bc8a","enable_update_price_with_qty":"show_when_matched","refresh_order_review":"0","custom_target_simple_product":"","custom_target_variable_product":"","js_init_trigger":"","awdr_opacity_to_bulk_table":"","awdr_dynamic_bulk_table_status":"0","awdr_dynamic_bulk_table_off":"on","custom_simple_product_id_selector":"","custom_variable_product_id_selector":""};
//# sourceURL=awdr-main-js-extra
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/woo-discount-rules/v2/Assets/Js/site_main.js?ver=2.6.14" id="awdr-main-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/woo-discount-rules/v2/Assets/Js/awdr-dynamic-price.js?ver=2.6.14" id="awdr-dynamic-price-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/sfwd-lms/includes/course-grid/templates/skins/grid/script.js?ver=4.25.6" id="learndash-course-grid-skin-grid-js"></script>
<script id="learndash-js-extra">
var LearnDash_Course_Grid = {"ajaxurl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","nonce":{"load_posts":"cac041a43d"}};
//# sourceURL=learndash-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/sfwd-lms/includes/course-grid/assets/js/script.js?ver=4.25.6" id="learndash-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js?ver=3.0.0-wc.10.6.1" id="wc-jquery-payment-js" data-wp-strategy="defer"></script>
<script id="sv-wc-payment-gateway-payment-form-v5_12_0-js-extra">
var sv_wc_payment_gateway_payment_form_params = {"card_number_missing":"Card number is missing","card_number_invalid":"Card number is invalid","card_number_digits_invalid":"Card number is invalid (only digits allowed)","card_number_length_invalid":"Card number is invalid (wrong length)","card_type_invalid":"Card is invalid","card_type_invalid_specific_type":"{card_type} card is invalid","cvv_missing":"Card security code is missing","cvv_digits_invalid":"Card security code is invalid (only digits are allowed)","cvv_length_invalid":"Card security code is invalid (must be 3 or 4 digits)","card_exp_date_invalid":"Card expiration date is invalid","check_number_digits_invalid":"Check Number is invalid (only digits are allowed)","check_number_missing":"Check Number is missing","drivers_license_state_missing":"Driver's license state is missing","drivers_license_number_missing":"Driver's license number is missing","drivers_license_number_invalid":"Driver's license number is invalid","account_number_missing":"Account Number is missing","account_number_invalid":"Account Number is invalid (only digits are allowed)","account_number_length_invalid":"Account Number is invalid (must be between 5 and 17 digits)","routing_number_missing":"Routing Number is missing","routing_number_digits_invalid":"Routing Number is invalid (only digits are allowed)","routing_number_length_invalid":"Routing Number is invalid (must be 9 digits)"};
//# sourceURL=sv-wc-payment-gateway-payment-form-v5_12_0-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce-gateway-authorize-net-cim/vendor/skyverge/wc-plugin-framework/woocommerce/payment-gateway/assets/dist/frontend/sv-wc-payment-gateway-payment-form.js?ver=5.12.0" id="sv-wc-payment-gateway-payment-form-v5_12_0-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce-gateway-authorize-net-cim/assets/js/frontend/wc-authorize-net-cim.min.js?ver=3.10.1" id="wc-authorize-net-cim-js"></script>
<script id="learndash-main-ns-extra">
window.learndash = window.learndash || {};
window.learndash.global = Object.assign(window.learndash.global || {}, {"ajaxurl":"https:\/\/www.artistsnetwork.com\/wp-admin\/admin-ajax.php"});
</script><script src="https://www.artistsnetwork.com/wp-content/plugins/sfwd-lms/src/assets/dist/js/main.js?ver=4.25.6" id="learndash-main-js"></script>
<script id="learndash-breakpoints-ns-extra">
window.learndash = window.learndash || {};
window.learndash.views = window.learndash.views || {};
window.learndash.views.breakpoints = Object.assign(window.learndash.views.breakpoints || {}, {"list":{"mobile":375,"tablet":420,"extra-small":600,"small":720,"medium":960,"large":1240,"wide":1440}});
</script><script src="https://www.artistsnetwork.com/wp-content/plugins/sfwd-lms/src/assets/dist/js/breakpoints.js?ver=4.25.6" id="learndash-breakpoints-js"></script>
<script src="https://js.stripe.com/v3/" id="stripe-js-js"></script>
<script id="stripe-js-js-after">
var stripe = Stripe("pk_live_51JNi6HKmM7xsoOvI9JQaT6OtKJB3r83jqqaLySoGaVDqrywbgx84VI0StDwUioHfK9bQXlj0RHY1GXks3ugDBnFi00qtYBB6IF");
//# sourceURL=stripe-js-js-after
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.6.1" id="sourcebuster-js-js"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.6.1" id="wc-order-attribution-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/assets/js/vendor/jquery.mask.js?ver=5.0.4" id="bp-zoom-mask-js-js"></script>
<script id="bp-zoom-js-js-extra">
var bp_zoom_vars = {"ajax_url":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","home_url":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture","is_single_meeting":"","is_single_webinar":"","group_id":"","group_meetings_url":"","group_meetings_past_url":"","group_webinars_url":"","group_webinar_past_url":"","meeting_delete_nonce":"1a8b55ac2d","meeting_confirm_msg":"Are you sure you want to delete this meeting?","webinar_delete_nonce":"5847545d0a","webinar_confirm_msg":"Are you sure you want to delete this webinar?","user":{"name":"Guest","email":"guest@domain.com"},"scripts":["https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/react.production.min.js","https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/react-dom.production.min.js","https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/redux.min.js","https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/redux-thunk.min.js","https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/lodash.min.js","https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/jquery.min.js"],"styles":["https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/bootstrap.css","https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/zoom-web-sdk/react-select.css"],"strings":{"day":"day","month":"month","week":"week"},"lang":"en-US","is_zoom_sdk":""};
//# sourceURL=bp-zoom-js-js-extra
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/includes/integrations/zoom/assets/js/bp-zoom.min.js?ver=2.10.1" id="bp-zoom-js-js"></script>
<script id="bb-countdown-js-js-extra">
var bb_countdown_vars = {"daysStr":"Days","hoursStr":"Hours","minutesStr":"Minutes","secondsStr":"Seconds"};
//# sourceURL=bb-countdown-js-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/buddyboss-platform-pro/assets/js/bb-countdown.min.js?ver=1.0.1" id="bb-countdown-js-js"></script>
<script src="https://www.google.com/recaptcha/api.js?render=6LdnbEoaAAAAACh2RBnQAhmO5kSPP1eBcELJNn1S&amp;ver=3.0" id="google-recaptcha-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script id="wpcf7-recaptcha-js-before">
var wpcf7_recaptcha = {
    "sitekey": "6LdnbEoaAAAAACh2RBnQAhmO5kSPP1eBcELJNn1S",
    "actions": {
        "homepage": "homepage",
        "contactform": "contactform"
    }
};
//# sourceURL=wpcf7-recaptcha-js-before
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.1.5" id="wpcf7-recaptcha-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/menu.js?ver=2.6.60" id="boss-menu-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/fitvids.js?ver=2.6.60" id="boss-fitvids-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/slick.min.js?ver=2.6.60" id="boss-slick-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/panelslider.min.js?ver=2.6.60" id="boss-panelslider-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/sticky-kit.js?ver=2.6.60" id="boss-sticky-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/jssocials.min.js?ver=2.6.60" id="boss-jssocials-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/select2.full.min.js?ver=2.6.60" id="select2-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/vendors/mousewheel.min.js?ver=2.6.60" id="mousewheel-js-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme/assets/js/plugins/bb-woocommerce.min.js?ver=2.6.60" id="buddyboss-theme-woocommerce-js-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/gpm-asen/assets/js/gpm-footer-sticky-ad.js?ver=1778632007" id="gpm-asen-footer-sticky-ad-js"></script>
<script id="child-boss-main-js-extra">
var bs_data = {"jm_ajax":"https://www.artistsnetwork.com/jm-ajax/","ajaxurl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","show_notifications":"","show_messages":"","facebook_label":"Share on Facebook","twitter_label":"Tweet","translation":{"comment_posted":"Your comment has been posted.","comment_btn_loading":"Please Wait...","choose_a_file_label":"Choose a file"},"learndash":{"nonce_get_courses":"00bbf8b464","course_archive_url":"https://www.artistsnetwork.com/courses/"}};
//# sourceURL=child-boss-main-js-extra
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/dist/boss-main.min.js?ver=1" id="child-boss-main-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/dist/global-functions.min.js?ver=1" id="child-global-functions-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/themes/buddyboss-theme-child-v2/assets/dist/custom.min.js?ver=3.8" id="theme-script-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/woo-discount-rules-pro/Assets/Js/awdr_pro.js?ver=2.6.1" id="woo_discount_pro_script-js"></script>
<script defer src="https://www.artistsnetwork.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script>
<script async="async" src="https://www.artistsnetwork.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.8" id="megamenu-js"></script>
<script id="cmplz-cookiebanner-js-extra">
var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"0","banner_version":"4293","version":"7.5.6.1","store_consent":"","do_not_track_enabled":"1","consenttype":"optout","region":"us","geoip":"1","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https://www.artistsnetwork.com/wp-json/complianz/v1/","locale":"lang=en&locale=en_US","set_cookies_on_root":"0","cookie_domain":"","current_policy_id":"40","cookie_path":"/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"","placeholdertext":"Click to accept marketing cookies and enable this content","css_file":"https://www.artistsnetwork.com/wp-content/uploads/complianz/css/banner-{banner_id}-{type}.css?v=4293","page_links":{"us":{"cookie-statement":{"title":"Opt-out preferences","url":"https://www.artistsnetwork.com/opt-out-preferences-2/"},"privacy-statement":{"title":"Privacy statement ","url":"https://www.artistsnetwork.com/privacy-statement-us/"},"privacy-statement-children":{"title":"","url":"https://www.artistsnetwork.com/art-mediums/colored-pencil/colored-pencil-dos-and-donts/"}}},"tm_categories":"1","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept marketing cookies and enable this content"};
//# sourceURL=cmplz-cookiebanner-js-extra
</script>
<script defer src="https://www.artistsnetwork.com/wp-content/plugins/complianz-gdpr-premium/cookiebanner/js/complianz.min.js?ver=1776384612" id="cmplz-cookiebanner-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/MIDTC_Plugin/modules/reliant/artistsnetwork/single-sign-on/assets/js/login-redirect-script.js?1780981094&amp;ver=1695743bd1ea1ee5252e582430a3ca53" id="single-sign-on-redirect-script-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/popup-anything-on-click-pro/assets/js/custombox.legacy.min.js?ver=2.3" id="wpos-custombox-legacy-js-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/popup-anything-on-click-pro/assets/js/custombox.min.js?ver=2.3" id="wpos-custombox-popup-js-js"></script>
<script id="paoc-public-js-js-extra">
var PaocProPublic = {"paoc_preview":null,"cookie_prefix":"paoc_popup","geo_enable":"","paoc_url":"https://www.artistsnetwork.com/art-techniques/feed-your-need-texture/","paoc_mobile":"0","paoc_ajaxurl":"https://www.artistsnetwork.com/wp-admin/admin-ajax.php","paoc_err_msg":"Sorry, There is something wrong with analytics."};
//# sourceURL=paoc-public-js-js-extra
</script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/popup-anything-on-click-pro/assets/js/paoc-public.min.js?ver=2.3" id="paoc-public-js-js"></script>
<script src="https://www.artistsnetwork.com/wp-content/plugins/MIDTC_Plugin/modules/reliant/artistsnetwork/single-sign-on/assets/js/script.js?1780981095&amp;ver=1695743bd1ea1ee5252e582430a3ca53" id="single-sign-on-script-js"></script>
<script type="application/json" fncls="fnparams-dede7cc5-15fd-4c75-a9f4-36c430ee3a99">
	{"f":"1a2544b53f0a424abef9d8ad827e7436","s":"_236630","sandbox":false}</script>
    <style>
        body .SU_TS_mainCont.zd_w_with_last_ad .SU_head, body .SU_TS_mainCont.zd_w_with_last_ad div, body .SU_TS_mainCont.zd_w_with_last_ad a, body .SU_TS_mainCont.zd_w_with_last_ad p {
            font-family: "Roboto Flex", sans-serif!important;
            margin-top: 1em!important; margin-bottom: 0!important; line-height: 15px;
        }
    </style>
    
</body>
</html>
