/*
 Theme Name:   Alpha Web Woodmart
 Template:     woodmart
*/


/* Theme customization starts here
-------------------------------------------------------------- */

/* ====================================================== General ======================================================*/
/* prevent Apple iOS overwriting input CSS */
input[type="button"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}



/* Not sure why apple is showing bullet on sidebar menu, hide it here */ 
.sidebar-container li {
	list-style-type: none !important;
}

html {
  scroll-behavior: smooth;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 21px;
}



/* Indent ul or ol enter in "text" element */
.wpb_text_column ul,
.wpb_text_column ol {
    margin-left: 20px;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 40px;
}

/* ==================================================== END General ====================================================*/

.aw-optin-form-row input[type="text"] {
	background: white !important;
	margin-bottom: 20px;
}	

.aw-optin-form-row input[type="email"] {
	background: white !important;
	margin-bottom: 20px;
}	