/*
Theme Name: SOMM Recordings
Theme URI: http://rosebrookmedia.com/
Description: This is a custom child theme built for use with iThemes Builder.
Author: Rosebrook Media
Author URI: http://rosebrookmedia.com/
Version: 5.1.6
Text Domain: it-l10n-Builder-Anderson
Domain Path: /lang/
Template: Builder-Anderson
*/

/*********************************************
	Default font settings, typography, and layout.
*********************************************/

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
}
body {
	background: #155765;
	color: #444B4C;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 1em;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}
input, select, textarea {
	font-family: 'Pontano Sans', sans-serif;
}
pre, code, tt, kbd {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	background: #EBEBEB;
	padding: 1em;
	border: 1px solid #CACACA;
	display: block;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
a img {
	margin: 0;
	vertical-align: top;
}
iframe {
    max-width: 100% !important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* .icon::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
} */
/*********************************************
	Constrain table and input widths
*********************************************/

table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #155765;
	cursor: pointer;
}
a:hover {
	color: #4D2B3D;
	cursor: pointer;
}
a:focus {
	color: #155765;
}


/*********************************************
	Button Link Styles
*********************************************/

.btn,
.more-link,
input[type="submit"],
input[type="button"],
button,
.comment-reply-link,
a.wp-block-button__link.wp-element-button {
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	background: #576529;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #434B4B;
	border-radius: 6px;
	-webkit-appearance: none;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn:hover,
.btn:focus,
.more-link:hover,
.more-link:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:focus,
.comment-reply-link:hover,
.comment-reply-link:focus {
	color: #FFFFFF;
}
a.wp-block-button__link.wp-element-button:hover,
a.wp-block-button__link.wp-element-button:fous {
	background: #4D2B3D;
}
a.btn.notes-btn:focus {
	color: #FFFFFF;
}
.loop-utility a {
	margin: 3em 0 0 0;
}
.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	background: #155765;
	font-weight: bold;
	text-decoration: none;
}
.post .alignright .btn,
.post .aligncenter .btn,
.post .alignleft .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1em;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.25em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
h1.page-title {
    margin-bottom: 0;
}

/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
	padding: 0;
	margin: 0 auto;
}
.col-half-offset{
	margin-left:3.166666667%
}
.latest-releases-row.row {
margin-right: 0;
}
/*********************************************
	Default Module Styling
*********************************************/

.builder-module-top-background-wrapper {
	padding-top: 3em;
}
.builder-module-background-wrapper {
	background: #F9F9F9;
}
.builder-module-outer-wrapper {

}
.left .builder-module-element {
	margin-right: 4em;
}
.middle .builder-module-element {
	margin-left: 4em;
	margin-right: 4em;
}
.right .builder-module-element {
	margin-left: 4em;
}


/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 3em;
}
.builder-module-sidebar .widget-section-wrapper .left .widget-background-wrapper {
	margin-right: 1.5em;
}
.builder-module-sidebar .widget-section-wrapper .right .widget-background-wrapper {
	margin-left: 1.5em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget a {
	text-decoration: none;
	color: #FFFFFF !important
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1em 0;
    padding: 0;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.builder-module-sidebar h4 + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar h4.widget-title a {

}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
}
.builder-module-sidebar .widget li li {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-sidebar .widget ul ul {
	margin-left: 1.5em;
}
.builder-module-sidebar .site-title {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-weight: normal;
	border: 5px solid rgba(0, 0, 0, 0.1);
	line-height: 1.1;
	padding: 15px 50px;
	font-size: 2.5em;
	margin-bottom: 10px;
}
.builder-module-sidebar .site-title a {
	color: #353535;
}
.builder-module-sidebar .site-title a:hover {

}
.builder-module-sidebar .site-tagline {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #676767;
	font-size: 1.25em;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
}

/*********************************************
	Header Module
*********************************************/

.header-tag,
h2.header-tag {
	font-family: 'Quattrocento Sans', sans-serif;
    font-size: 2em;
    letter-spacing: -1px;
    text-align: center;
    padding: .75em 0 0 0;
}
img.logo {
	margin-top: -10px;
	/* margin-bottom: -30px; */
}
/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation-background-wrapper {
	font-family: 'Pontano Sans', sans-serif;
	background: #F9F9F9;
	padding: 1em 0;
}
.builder-module-navigation ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
}
.builder-module-navigation ul li {
	float: none;
	display: inline-block;
	text-align: left;
}
.builder-module-navigation ul a {
	display: block;
	color: #444B4C;
	padding: .5em 0;
    margin: 0 .5em;
	text-decoration: none;
	font-size: 1em;
	border-bottom: 4px solid transparent;
}
.builder-module-navigation ul a:hover,
.builder-module-navigation ul .current-menu-item > a,
.builder-module-navigation ul .sub-menu .current-menu-item > a:hover {
	color: #4D2B3D;
	border-bottom: 4px solid #4D2B3D;
}
.builder-module-navigation ul ul {
	position: absolute;
	left: -9999px;
	opacity: 0;
	border: 1px solid #434B4B;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 202px;
	z-index: 99;
	box-shadow: 0 0 1px 1px rgba(87, 87, 87, 0.54);
}
.builder-module-navigation ul ul a,
.builder-module-navigation ul ul ul a {
	background: #FFFFFF;
	color: #353535;
	position: relative;
	border-bottom: 1px solid #434B4B;
	width: 200px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}
.builder-module-navigation ul ul a:hover,
.builder-module-navigation ul ul ul a:hover {
	border-bottom: 1px solid transparent;
	background: #434B4B;
	color: #FFFFFF;
}
.builder-module-navigation ul ul li:last-child a,
.builder-module-navigation ul ul ul li:last-child a, {
	border-bottom: 0;
}
.builder-module-navigation ul ul ul {
	margin: -40px 0 0 200px;
	border: 1px solid #434B4B;
}
.builder-module-navigation ul li:hover > ul {
	left: auto;
	opacity: 1;
}
/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {
	margin-bottom: 0;
	padding-bottom: 0;
}
.builder-module-widget-bar .widget-background-wrapper {
	margin-right: 0em;
	margin-top: 2em;
}
.builder-module-widget-bar-background-wrapper {
    background: #155765;
    padding: 1em 0;
}

/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: #155765;
	padding: 1em 0;
	margin-bottom: 0;
}
.bottom-footer {
	font-family: 'Pontano Sans', sans-serif;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	margin: 0;
}
.builder-module-footer a {
	color: #FFFFFF;
}
.builder-module-footer .builder-module-sidebar h4.widget-title {
	color: #FFFFFF;
}
.builder-module-footer .builder-module-sidebar .widget {
	color: #BABABA;
}
.builder-module-footer .builder-module-sidebar .widget li {
	border-color: #3D3D3D;
}
.builder-module-navigation-last-background-wrapper {
    background: #155765;
    padding: 0;
}
#menu-footer a {
    color: #FFFFFF;
    border-bottom: none;
    text-align: left;
    font-size: 1em;
    padding: 0;
}
/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}

/*********************************************
	Content Module
*********************************************/
p:empty:before {
	display: none;
}
.builder-module-content-background-wrapper {
    padding: 1em 0;
}
.builder-module-content .builder-module-element {

}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .hentry {
	margin-bottom: 7em;
}
.builder-module-content .hentry:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.entry-title {
	font-size: 3em;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: left;
	line-height: 1.1;
	margin-bottom: .25em;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}
h1.entry-title.index {
    margin-bottom: 1em;
}
.hentry .entry-meta-wrapper {
	font-size: .9em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #999999;
}
.hentry .entry-meta-wrapper a:hover {

}
.hentry .entry-meta {
	float: left;
	font-size: 1em;
}
.hentry .entry-meta a {
	color: #155765;
	text-decoration: none;
	font-weight: bold;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
	border-top: 2px solid #EBEBEB;
	padding-top: .5em;
}
.hentry .entry-footer .entry-pages,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .25em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: left;
}
.hentry .edit-entry-link {
	clear: both;
}
.post-edit-link {
	font-family: 'Quattrocento Sans', sans-serif;
	display: inline-block;
	background: #EBEBEB;
	font-weight: bold;
	padding: 5px 20px;
	border-radius: 12px;
	color: #585858;
	font-size: .9em;
	margin-top: .5em;
}
.entry-content {
	clear: both;
}
.loop-header {
	margin-bottom: 4em;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	border-bottom-width: 3px;
}
.loop-title {
	font-weight: bold;
	font-size: 1.5em;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
}
.category-description {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	border-top: 1px solid #EBEBEB;
	padding-top: 20px;
	margin: .25em 0 0 0;
}
.category-description p {
	margin: 0;
}
.blog-layout .read-more {
    margin-bottom: 2em !important;
}
/*********************************************
	Home Layout
*********************************************/
/* Top Hello Bar */
.builder-module-1-background-wrapper {
    background: #E3DBC7;
    margin-top: 0;
    padding: 0 !important;
}
.builder-module-2-background-wrapper {
    padding: 1em 0;
    background: #F9F9F9;
}
.hellobar {
    max-height: 2.5em;
    overflow: hidden;
    padding: .5em;
    text-align: center;
    font-size: 20px;
}
#builder-module-58a7b2889b5bd-outer-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
.hero-bar p {
    font-size: 1.25em;
}
.hero-bar {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 75%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 75%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 );
	padding: 2em 0;
}
.hero-content img.alignright {
    max-width: 50%;
    /* display: inline-block; */
}
.hero-content {
    overflow: hidden;
    color: #FFFFFF;
    max-width: 1200px;
	margin: 0em auto;
}
.hero-content img.alignright,
.hero-content img.alignleft, {
    max-width: 50%;
}
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
	color: #FFFFFF;
}
.hero-content h1 .interior,
.hero-content h2 .interior {
	background: #155765;
	padding: .25em;
}
.hero-content h3 .interior,
.hero-content h4 .interior,
.hero-content h5 .interior,
.hero-content h6 .interior {
	/*background: #434B4B;*/
	padding: .25em;
}
.well-drop-btn {
    display: block;
    width: 100%;
    margin: 1.5em auto;
    text-align: center;
}
a.circle-btn {
    padding: 28px 16px;
    background: #155765;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 18px;
    display: inline-block;
    line-height: .875;
    cursor: pointer;
    text-decoration: none;
}
a.circle-btn:hover {
	background: #4D2B3D;
}
.well-drop-text {
    padding-top: 8px;
}
.genre-btn {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-top: -1px;
	margin-bottom: 1em;
	font-size: 3vw;
	text-transform: uppercase;
}
.genreimage img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
} 
#chamber .genre-btn {
    background: #576529;
}
#choral-vocal .genre-btn {
	background: #AB9353;
}
#instrumental .genre-btn {
	background: #155765;
}
#orchestral .genre-btn {
	background: #4D2B3D;
}
.genre-btn:hover {
	color: #FFFFFF !important;
	cursor: pointer;
}
#builder-module-58a7b2889b577-outer-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}
#HomeSeeMore {
    background: #E3DBC7;
}
#storyConnect {
    background: #4D2B3D;
}
.sommlogo {
    display: block;
    width: 35%;
    margin: 0 auto;
}
.somm-quote {
    font-size: 2em;
    text-align: center;
    color: #FFFFFF;
    display: block;
    width: 65%;
    margin: 0 auto;
}
.home-headers {
    margin-top: .25em;
    border-left: 4px solid #AB9353;
    padding-left: .15em;
}
.home-product-meta,
.archive-product-meta {
    background: #434B4B;
    margin-bottom: 1em;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Pontano Sans', sans-serif;
    padding: .5em;
    letter-spacing: 1px;
    /* font-weight: 400; */
}
.home-product-meta a,
.archive-product-meta a {
	font-family: 'Pontano Sans', sans-serif;
	color: #FFFFFF;
}
.second-releases-row {
	margin: 1em 0;
}
.second-releases-row .col-sm-3:nth-child(4n+1) {
    clear: left;
}
.home-album-title,
.archive-album-title {
	height: 62px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.joincta {
    background: #FFFFFF;
    padding: 56px 28px;
    /* margin: 1em 0; */
    border-radius: 50%;
    font-size: 2em;
}
.home-form .text-center {
    margin: 4em 0;
}
.news-column,
.news-header,
.news-image {
	position: relative;
}
.album-excerpt {
    background: #155765;
    color: #FFFFFF !important;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 89.75%;
    padding: 0 15px;
    margin: 0 15px !important;
}
.album-excerpt.animated {
	visibility: visible;
}
.news-column a:hover {
	text-decoration: none;
}
.album-excerpt a,
.news-header h4,
.feat-text a,
.feat-explore a,
.social-connections a,
.music-connections-box a {
	color: #FFFFFF;
}
.read-more-text {
    display: block;
    text-align: right;
    padding-right: .5em;
}
.more-news.text-right {
    display: block;
    clear: both;
    margin: 2em 0;
}
.news-header {
    background: #AB9353;
    padding: .5em .25em;
    text-align: center;
    color: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
h4.news-title {
    height: 48px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-artist-box,
.feat-artist-image {
    position: relative;
}
.feat-text {
    position: absolute;
    bottom: 20px;
    display: block;
    color: #FFFFFF;
    font-size: 2.25em;
    padding: .25em;
}
.feat-explore {
    position: absolute;
    display: block;
    right: 12px;
    bottom: 0;
    font-size: 1.5em;
    padding: .25em;
}
.social-connections-box,
.music-connections-box {
    display: block;
    padding: 0 2em;
}
.social-connections-box {
	background: #576529;
	margin-bottom: 1em;
}
h3.follow-box {
    color: #FFFFFF;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
.social-connections,
.music-connections {
    text-align: center;
    font-size: 3vw;
}
.music-connections-box {
	background: #4D2B3D;
    margin-top: 2em;
}
div#morediscovery {
    margin-bottom: 3em;
    padding-bottom: 2em;
}
.col-sm-6.connections {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.first-genre-product.col-sm-9 {
    padding-right: 0 !important;
}
.genre-pic-cols.col-sm-3 {
    padding-left: 0 !important;
}
.main-genre-pics {
	padding-bottom: 14.5px;
	padding-left: 0;
    padding-right: 0;
    background: #AB9353;
}
.main-genre-pics:last-child {
	padding-bottom: 0;
}
.feat-genre-text {
    margin: 0 15px;
    background: #AB9353;
    padding: 12.5px 1em;
    display: block;
}
.feat-genre-head {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 1px;

}
.feat-genre-name a {
    color: #FFFFFF;
    font-size: 1.5em;
}
.revealOnScroll { 
	opacity: 0; 
}
.home-album-cover {
	background: #434B4B;
}
/********************************************
	Distributors
********************************************/
.distribution-country h3 {
    display: block;
    float: left;
    padding-left: 12px;
    max-width: 80%;
}
.distribution-country {
	display: block;
	width: 100%;
}
.distribution-btn {
	display: block;
	float: left;
}
.distributor.col-sm-6:nth-child(odd) {
    clear: left;
}
.distributor-info {
    clear: both;
}
.distributor {
    margin-bottom: 2em;
}
.distributor-details p {
    margin-bottom: 0;
}
.dist-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: -16px;
}
/*********************************************
	WooCommerce
*********************************************/
.products.row {
    margin-left: 0;
    margin-right: 0;
}
p.first-payment-date {
    display: none;
}
.catalog.col-sm-3:nth-child(4n-3) {
	margin-right: 0;
	clear: both;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers {
	text-align: center;
}
.page-numbers li a,
.page-numbers li span {
	position: relative;
	padding: 6px 10px;
	font-size: 16px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #F9F9F9;
	border: 1px solid #155765;
	text-align: center;
}
.page-numbers:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page-numbers.current {
	z-index: 2;
	color: #F9F9F9 !important;
	cursor: default;
	background-color: #155765;
}
.page-numbers:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.thumbnails.columns-3 {
    display: none;
}
table.variations {
    display: block;
    border: none;
}
.variations td.label label,
.variations th.label {
    display: block;
    border: none;
    color: #444B4C;
    font-weight: 300 !important;
    font-size: 1.25em;
    padding-left: 0;
    text-align: left;
	background: none;
}
.variations td.value {
    display: block;
    border: none;
    padding-left: 0;
    min-width: 300px;
}
p.price {
    font-size: 1.25em;
    margin: .25em 0;
}
.long-description {
    margin: 1em 0;
}
.woocommerce-variation-description {
	display: none;
}
.woocommerce-ordering {
	display: block;
	float: left;
}
.top-page-ordering {
	display: block;
	float: left;
	line-height: 2.5;
    vertical-align: bottom;
}
h3.shop-titles {
    text-align: center !important;
    font-size: 1.25em;
    font-weight: 300;
    padding-top: 1em;
}
button.single_add_to_cart_button.button.alt.btn {
    margin-left: 1em;
    padding: .375em 1em;
    text-transform: uppercase;
    background: #4D2B3D;
    border: none;
    line-height: 1.6;
}
.single_add_to_cart_button:hover {
	color: #FFFFFF;
	background: #155765 !important;
}
input[type=checkbox], 
input[type=radio] {
    margin-right: .5em;
}
img.attachment-shop_thumbnail.size-shop_thumbnail {
    width: 90px;
}
.cart input.input-text.qty.text {
    width: 10%;
    display: block;
    float: left;
    text-align: right;
    padding: .25em;
    border-radius: 6px;
}
h1.product-title {
    font-size: 2em;
    margin-bottom: 0;
}
a.btn.notes-btn {
    background: #4D2B3D;
    border: none;
    margin: 1em 0;
}
.product-meta-bottom,
.product-price,
.product-meta-top {
    border-bottom: 1px solid #434B4B;
    margin-bottom: 1em;
}
.product-price {
	padding-bottom: 1em;
}
#share-buttons {
    font-size: 1.5em;
}
.pp_content_container {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.quantity {
	display: inline;
}
.onsale {
	display: none;
}
/****** Cart Things *********/
.woocommerce-message {
    background: #4D2B3D;
    clear: both;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 1em;
    color: #FFFFFF;
    margin-bottom: 1em;
}
.woocommerce-message a.button.wc-forward.btn {
    margin-bottom: 0;
    margin-right: 1em;
    background: #FFFFFF;
    color: #171A21;
}
.shop_table .coupon {
    text-align: left;
    margin-top: 1em;
    float: right;
    clear: both;
}
.coupon label,
#coupon_code,
.coupon .btn {
	display: inline-block;
	float: left;
}
#coupon_code {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: .25em 0 0 0;
    width: 100% !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
    background: #FFFFFF;
}
input#coupon_code  {
	max-width: 100% !important;
}
.shop_table .coupon .button {
    margin-top: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 1em;
    background: #155765;
}
.cart-update {
    display: block;
    float: right;
    clear: both;
}
.cart-update.btn {
    display: block;
    opacity: 1;
    background: #4D2B3D;
}
.checkout-button.button.alt.wc-forward.btn {
	display: block;
    opacity: 1;
}
.wc-proceed-to-checkout a {
	background: #4d2b3d !important;
	padding: 1rem !important;
	border-radius: 4px !important;
}
.cfw-quantity-stepper button {
	background: #ffffff !important;
	color: #000000 !important;
}
.remove-text {
    display: block;
}
.payment-icons img {
    margin-top: 0;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
}
#payment {
    margin-top: 2em;
    margin-left: 0 !important;
}
ul.wc_payment_methods.payment_methods.methods {
    margin-left: 0;
}
.cart-collaterals,
.form-row.place-order {
    clear: both;
    margin-bottom: 1em;
}
table.variations {
    display: block;
    border: none;
    margin-bottom: 0 !important;
}
.variations td.label {
    display: block;
    border: none;
    color: #444B4C;
    font-weight: 300 !important;
    font-size: 1.25em;
    padding-left: 0;
    text-align: left;
}
dt.variation-AvailableOn {
    display: none;
}
.woocommerce-cart-form td.product-thumbnail {
    max-width: 150px !important;
}
.cart_item .product-quantity input.input-text.qty.text.form-control {
    width: 25%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.cart_totals td {
    padding-left: 1em !important;
}
ul#shipping_method {
    list-style: none;
}
tr.order-total td {
    padding: 1em;
}
tr.cart_item td {
    text-align: center;
}
.cart_totals th {
    text-align: center;
    vertical-align: middle;
}
.cart_totals td {
    padding: 1em;
}
.shop_table th {
    text-align: center;
}
.select2-container .select2-choice {
	border: none !important;
}
span.payment-icons {
    display: block;
}
.variations select#pa_format {
    width: 100%;
}
table.shop_table.customer_details td {
    text-align: center;
}
.review-quote {
    margin-bottom: 2em;
}
.review-quote blockquote p {
    display: inline;
}
.review-quote blockquote {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0 !important;
}
span.review-outlet {
    font-style: italic;
    font-weight: 400;
}
.review-read-more {
    margin-left: 2em;
}
.cart_item input.input-text.qty.text {
    width: 100%;
}
#stripe-card-element,
#stripe-exp-element,
.woocommerce-checkout-review-order #stripe-cvc-element {
    border: 1px solid #CCCCCC !important;
}
/* Block Styles */
.wc-block-grid__product-image {
    margin-bottom: 0 !important;
}
.wp-block-button.wc-block-grid__product-add-to-cart {
    background: #434B4B;
    margin-bottom: 1em;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Pontano Sans', sans-serif;
    padding: .5em;
    letter-spacing: 1px;
}
a.wp-block-button__link.add_to_cart_button {
    background: none;
    text-align: right;
    display: inline-block;
}
/* a.wp-block-button__link.add_to_cart_button:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f291';
    padding-right: .5em;
    font-weight: 400;
} */
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span:hover {
    cursor: pointer;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	margin-left: 1.5rem;
}
input#ship-to-different-address-checkbox,
input#createaccount {
    margin-left: 0;
}
.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	height: 24px !important;
}
#cfw-cart .cart-item-row .cfw-cart-item-image img {
	margin-top: 0;
}
[dir=ltr] #cfw-cart .cart-item-row .cfw-cart-item-description {
	background: none;
}
.cfw-module th {
	background: none;
}
.cfw-check-input, .woocommerce-SavedPaymentMethods-saveNew, .woocommerce-form__label-for-checkbox {
	display: block !important;
}
.woocommerce-checkout .builder-module-1-background-wrapper {
	margin-top: 0 !important;
	border-top: 4px solid #155765 !important
}
/********************************************
	Audio Player & Track Listing
********************************************/
.track-listing ol p,
.track-listing ol > strong {
    margin: 1em 0 1em -1em;
	display: block;
}
.tracks ol {
margin-left: 2rem;
}
.tracks li {
	margin: .5em 0;
}
li#audio {
    padding: 0 2em;
}
.tracks .mejs-container {
	clear: none;
}
.tracks .mejs-play:before {
	content:'\f144';
	font-family: 'fontAwesome';
	font-size: 1.25em;
	vertical-align: middle;
	margin: 0 .25em;
	cursor: pointer;
}
.tracks .mejs-pause:before {
	content:'\f28b';
	font-family: 'fontAwesome';
	font-size: 1.25em;
	vertical-align: middle;
	margin: 0 .25em;
	cursor: pointer;
}
.tracks audio {
    display: block;
    float: left;
}
.tracks span.mejs-offscreen {
    display: none;
}
.tracks .mejs-container {
	display: flex;
	float: left;
	clear: left;
	width: 1em !important;
	margin-top: 0;
}
.tracks .mejs-button button,
.tracks .mejs-controls .mejs-play button,
.tracks .mejs-controls .mejs-pause button,
.tracks .mejs-time.mejs-currenttime-container,
.tracks .mejs-time.mejs-duration-container,
.tracks .mejs-button.mejs-volume-button.mejs-mute,
.tracks a.mejs-horizontal-volume-slider.mejs-mute {
	display: none !important;
}
.tracks .mejs-container,
.tracks .mejs-container .mejs-controls,
.tracks .mejs-embed,
.tracks .mejs-embed body {
	background: none !important;
	padding: 0 !important;
}
.mejs-button, .mejs-time, .mejs-time-rail {
	font-size: 16px !important;
	line-height: 1 !important;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
.mejs-container,
.mejs-controls {
	height: 22px !important;
	margin-top: 3px !important;
}
/*********************************************
	Gravity Forms
*********************************************/
.gform_wrapper li.hidden_label input {
	margin: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin: 0 !important;
}
body .gform_wrapper li {
    margin-bottom: 8px !important;
}
input#gform_submit_button_1 {
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}
.home-form {
    width: 50%;
    margin: 0 auto;
}
body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 12px !important;
}
#gform_submit_button_1 {
    background: #434B4B;
}
#gform_2 li input,
.gform_wrapper textarea.large {
    margin: 3px 0 !important;
    border-radius: 4px !important;
    background: transparent !important;
}
#gform_2 select {
	margin: 3px 0 !important;
    padding: 8px 0 8px 8px;
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    border: 1px solid #CCCCCC;
}
#gform_widget-2 input[type=text] {
    color: #333333 !important;
}
#field_1_3 label.gfield_label {
    display: none;
}
ul#input_1_3 {
    margin-left: 0;
    width: 100%;
}
.woocommerce-product-gallery img.wp-post-image {
    width: 100%;
}
/*********************************************
	Artists & Composers
*********************************************/
.alphabet-nav {
    font-size: 1.25em;
    text-align: center;
}
.alphabet-nav a {
	padding: 0 .125em;
}
ul#ArtistsList,
ul#ComposersList {
    margin: 1em;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style: none;
}
ul#ArtistsList #A a, ul#ArtistsList #B a, ul#ArtistsList #C a, ul#ArtistsList #D a, ul#ArtistsList #E a, ul#ArtistsList #F a, ul#ArtistsList #G a, ul#ArtistsList #H a, ul#ArtistsList #I a, ul#ArtistsList #J a, ul#ArtistsList #K a, ul#ArtistsList #L a, ul#ArtistsList #M a, ul#ArtistsList #N a, ul#ArtistsList #O a, ul#ArtistsList #P a, ul#ArtistsList #Q a, ul#ArtistsList #R a, ul#ArtistsList #S a, ul#ArtistsList #T a, ul#ArtistsList #U a, ul#ArtistsList #V a, ul#ArtistsList #W a, ul#ArtistsList #X a, ul#ArtistsList #Y a, ul#ArtistsList #Z a, ul#ComposersList #A a, ul#ComposersList #B a, ul#ComposersList #C a, ul#ComposersList #D a, ul#ComposersList #E a, ul#ComposersList #F a, ul#ComposersList #G a, ul#ComposersList #H a, ul#ComposersList #I a, ul#ComposersList #J a, ul#ComposersList #K a, ul#ComposersList #L a, ul#ComposersList #M a, ul#ComposersList #N a, ul#ComposersList #O a, ul#ComposersList #P a, ul#ComposersList #Q a, ul#ComposersList #R a, ul#ComposersList #S a, ul#ComposersList #T a, ul#ComposersList #U a, ul#ComposersList #V a, ul#ComposersList #W a, ul#ComposersList #X a, ul#ComposersList #Y a, ul#ComposersList #Z a {
	color: #434B4B !important;
	text-decoration: none;
	cursor: default;
	font-size: 1.5em;
}

/*********************************************
	Popup Maker
*********************************************/
.pum-content.popmake-content a {
    color: #155765;
}
.pum-content.popmake-content a.btn {
	color: #FFFFFF; 
}
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay, html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	margin-right: 0 !important;
	padding-right: 0 !important;
}
/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: .35em 1.5em .35em 0;
}
.hentry .aligncenter {
	margin: 1em auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.wp-caption-text {
	font-size: .9em;
	margin: 0;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 2em;
}

.entry-footer {
	margin-top: 2.75em;
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	padding: 0;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
	width: 48%;
}
.loop-utility span {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #454545;
}
.loop-utility a {
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: bold;
	display: block;
	width: 100%;
	text-decoration: none;
	border-bottom-width: 3px;
	padding: 20px;
}
.loop-utility a:hover {
	background: #F5F5F5;
}


/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}

span.post-shop-btn:before {
	content: " EXPLORE"
}
/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin-top: 3em;
}
#comments h3 {
	font-size: 2em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	border: 1px solid #EBEBEB;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}
.commentlist .comment-meta {
	margin-bottom: 2em;
	overflow: hidden;
}
.commentlist .comment-meta a {
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: .25em;
}
.commentlist .fn a {
	text-decoration: none;
}
.comment-edit-link {
	display: inline-block;
	position: absolute;
	top: 1em;
	right: 1em;
	text-decoration: none;
	padding: 0 .5em;
}
.comment-edit-link:hover {

}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Response Form */
#respond {
	margin-top: 3em;
	padding: 0;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
	margin-top: 2.5em;
}
.comment-reply-title small {
	display: block;
}
#cancel-comment-reply-link {
	display: inline-block;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .5em;
	font-weight: normal;
	text-decoration: none;
}
#cancel-comment-reply-link:hover {
	background: #3B3F42;
}
.logged-in-as {
	margin: 0.25em 0;
}
.form-allowed-tags {
	display: none;
	margin-top: 0;
	margin-bottom: 2.5em;
}
.form-allowed-tags code {
	display: block;
	margin-top: .5em;
	font-size: .85em;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
    font-family: 'Pontano Sans', sans-serif;
    border-left: 3px solid #AB9353;
    font-weight: 300;
    margin-left: 1em;
    padding: .75em;
    font-size: 1.125em;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin: 0 0 1em 0;
	padding: 0;
}
blockquote p:last-child {
	margin: 0;
}
blockquote cite {
	display: inline-block;
	margin-top: 1em;
}
figure.wp-block-pullquote.alignright.sommquotes {
	padding-top: 0;
	max-width: 360px;
}
.sommquotes blockquote {
	padding-top: 0;
}
.sommquotes p {
	font-size: 18px !important;
	line-height: 1.1;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {

}
pre {
	white-space: pre;
	overflow: auto;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	color: #222222;
	background: #FFF198;
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}


/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	color: #333333;
	background: #EBEBEB;
	font-weight: bold;
}
th, td, caption {
	padding: .5em;
	text-align: left;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {

}
.loud {

}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}

.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form Styling
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	padding: .75em;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-appearance: none;
	width: 100%;
	max-width: 100%;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
select {
	font-size: 1em;
	max-width: 99%;
}
textarea {
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}


/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
}
#searchform input[type="text"] {
    font-size: 1em;
    width: 100%;
    display: inline-block;
    float: left;
    max-width: 100%;
    padding: .5em;
    border: 1px solid #E0E0E0;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	max-width: 100%;
	margin: 0;
	border: 1px solid transparent;
	padding: .5em 0;
}
button#searchsubmit {
    padding: 8px 16px;
    border: 1px solid transparent;
    margin-left: -49px;
    border-radius: 0;
}

/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
	margin-top: .5em;
}
.post-password-form input {
	max-width: 350px;
	display: block;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */
.builder-module-sidebar .widget_rss li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-sidebar .widget_rss li 	a.rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.builder-module-sidebar .widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
	font-size: .9em;
}
.builder-module-sidebar .widget_rss .rssSummary {
	margin: 1.5em 0 .5em 0;
}
.builder-module-sidebar .widget_rss li cite {
	font-style: italic;
}

/* Tag Cloud Widget */
.builder-module-sidebar .widget_tag_cloud a {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	margin: .1em;
	text-decoration: none;
}
.builder-module-sidebar .widget_tag_cloud a:hover {

}
/* Calendar Widget */
.builder-module-sidebar #wp-calendar {
	background: #FFFFFF;
}
.builder-module-sidebar #wp-calendar th,
.builder-module-sidebar #wp-calendar td,
.builder-module-sidebar #wp-calendar caption {
	text-align: center;
}

/* Search Widget */
.widget #searchform div {
	position: relative;
}
.widget #searchform div:before {
	font-family: "dashicons";
	content: "\f179";
	font-size: 1.25em;
	position: absolute;
	top: 7px;
	left: 10px;
}
.widget #searchform input[type="text"] {
	padding-left: 35px;
	width: 100%;
	border-width: 2px;
}
.widget #searchform input[type="submit"] {
	display: none;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}


/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	line-height: 0;
}
.it-featured-image a {

}
.it-featured-image img {
	margin: 1.5em 0 0 0;
	width: 100%;
}


/*********************************************
	Misc.
*********************************************/

::selection {
	color: #FFFFFF;
	background: #575757; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #575757 /* Firefox */
}

/* Input Placeholder Text Color */
::-webkit-input-placeholder {
   color: #454545;
}
:-moz-placeholder { /* Firefox 18- */
   color: #454545;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #454545;
}
:-ms-input-placeholder {
   color: #454545;
}
input:focus::-webkit-input-placeholder {
   color: transparent;
}
input:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent;
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
}
input:focus:-ms-input-placeholder {
   color: transparent;
}
/**** Bootstrap 5 Columns *****/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

/*********************************************
	Module Stacking
*********************************************/

.dark-bg-widget-bar-background-wrapper.builder-module-before-footer-background-wrapper,
.dark-bg-widget-bar-background-wrapper.builder-module-before-footer-background-wrapper,
.builder-module-widget-bar-background-wrapper.default-module-style-background-wrapper.builder-module-before-widget-bar-background-wrapper {
	padding-bottom: 0;
}
.builder-module-widget-bar-background-wrapper.default-module-style-background-wrapper.builder-module-after-default-module-style-background-wrapper,
.dark-bg-widget-bar-background-wrapper.builder-module-after-dark-bg-widget-bar-background-wrapper {
	padding-top: 0;
}

/*********************************************
	Mobile Menu
*********************************************/

.it-mobile-menu {
	display: none;
	line-height: 1;
}
.it-mobile-menu .dashicons-menu {
	width: 20px;
	height: 20px;
	font-size: 20px;
	position: relative;
	top: -1px;
}
