/* RayZepeda.com WordPress Customizer CSS */

/* Global */

body, .site-title {
    font-family: 'Raleway', Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
	letter-spacing: .2rem !important;
    /*font-size: 2rem !important;
    line-height: 1 !important;
    */
}

body {
	letter-spacing: .1rem !important;
}

pre {
	font-family: inherit;
}

.site-header {
background-image:url(https://rayzepeda.com/wp-content/uploads/2019/12/tex2res4.png);
	}

.site-header a {
	color:#eee !important;
	font-weight:bold;
}

.site-container, .site-inner {
	background-image:url(https://rayzepeda.com/wp-content/uploads/2019/12/dust_scratches.png);
}

.sidebar.sidebar-primary.widget-area {
	/* background-image:url(https://rayzepeda.com/wp-content/uploads/2019/12/grey_wash_wall.png);*/
	background-image:url(https://rayzepeda.com/wp-content/uploads/2019/12/dust_scratches.png);
	opacity:1;
	color:#555;
	background-color:#aaa !important;
	/*border-radius: 0px 100px / 120px;*/
	overflow:hidden;
}

.sidebar.sidebar-primary.widget-area a {
color:#069;
	text-align:right !important;
	float:right;
}
.sidebar.sidebar-primary.widget-area h3 {
background-color:#777;
	padding:0.5rem;
	text-shadow:2px 2px blueviolet;
	margin-left:-1rem;
	margin-right:-1rem;
	text-align:center;
	color:#FFF;
	background-image:url(https://rayzepeda.com/wp-content/uploads/2019/12/tex2res4.png);
}
.sidebar.sidebar-primary.widget-area .simple-social-icons {
overflow:visible !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .more-link, .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
background-color:purple;
}

.nav-primary {
	text-transform:lowercase;
}

.genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
	font-weight:300;
	letter-spacing:normal;
}

#genesis-mobile-nav-primary {
	background-color:transparent !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
	letter-spacing: .1rem !important;
  
}

.entry-content h2 {
	border-bottom:1px dotted #ccc;
}

aside.sidebar.sidebar-primary.widget-area {
    background-color: #FcFcFc;
    border: 1px solid #eee;
    padding: 1rem;
    border-right: none;
    border-left: none;
}

/* hide recaptcha badge */

.grecaptcha-badge {
	display: none !important;
}

.wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
list-style-type:none;
}

/* Front Page */



/* archives */


/* Posts */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
width:100% !important;
}


/* Footer */

.site-footer p {
    color: #aaa;
}

.site-footer p a {
    color: #aaa;
}

