/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								STYLE.CSS
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 * Theme Name: Waring Music
 * Theme URI: http://anfoundation.com
 * Author: (a)squaredstudio, New Leaf Web Solutions
 * Author URI: http://anfoundation.com/
 * Description: Custom theme for Waring Music
 * Version: 0.4.3
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: anfoundation
 * Template: anfoundation
 *
 * This theme is the best.  Period.
 */



/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								GENERAL STYLING / SITE STRUCTURE
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */


/**
 * ==============================================
 *  TYPOGRAPHY / BUTTONS / TAGS
 * ==============================================
 */

body {
	font-family: montserrat;
}

a, .button {
	transition: all 0.3s ease;
}

a {
	color: #d1ab1f;
}

a[href^=tel]{
	text-decoration:none;
}

a[href^=tel]:hover {

}

.button {
	line-height: 1;
	padding: 1em 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	background: #d1ab1f;
	font-family: montserrat;
}

.cart .button {
    padding: 0.7em 1.5em;
}

.wow:not(.animated) {
	visibility: hidden;
}

p {
	font-size: .9rem;
	line-height: 1.8;
	font-family: montserrat;
}

.component {
	position: relative;
}
.component {
	padding: 2em 0;
}

.component.image-cta,
.component.hero-vertical-ctas {
	padding: 0;
}

.component.has-title {
	padding-top: 0;
}

.title, .sub-header {
	margin: 0;
}

.title-wrap {
	padding: 2em 0 1em;
}

.grey {
	background: #f9f9f9;
}

.full {
	width: 100%;
	max-width: 100%;
}

.title-wrap .title{
	color: #d1ab1f;
	font-weight: bold;
	font-family: montserrat;
}

.title-wrap .sub-header {
	font-style: italic;
	color: #2183c8;
	font-weight: bold;
	font-family: montserrat;
}


.component h1 {
    color: #d1ab1f;
    font-weight: bold;
    font-family: montserrat;
}

.component h2 {
    font-family: permanentmarker;
    color: #ffefaf;
}
    

.component h3, .entry-content h3 {
    color: #d1ab1f;
    font-weight: bold;
    font-family: montserrat;
}

.component h4 {
    font-style: italic;
    color: #2183c8;
    font-family: montserrat;
}


.component .image-content-section, .content ul, .panel ul {
	list-style: none;
}

.component .image-content-section, .content ul li, .panel ul li {
    font-size: .9em;
    line-height: 2;
    background: url(images/bkg_bullet.png) no-repeat 0 4px;
    padding-left: 1.5em;
    color: #2183c8;
    font-style: italic;
    margin-left: 0.8em;
    margin-bottom: 6px;
}

.loading {
    opacity: 0;
    background: #0a476f url(images/bkg_loading.gif) center center no-repeat !important;
}

/*-- END TYPOGRAPHY / BUTTONS / TAGS --*/






/**
 * ==============================================
 *  UTILITY
 * ==============================================
 */

#utility {
	text-transform: uppercase;
	text-align: right;
}
#utility .widget {
    display: inline-block;
	margin-bottom: 0;
	font-size: .8em;
	vertical-align: middle;
	line-height: 1;
}

#utility .inline-cart-contents {
	display: inline-block;
}

#utility-1 {
	line-height: 1;
}
#text-5 {
	background: #fffef6;
	border: 2px solid #e6d07c;
	border-top: 0;
	padding: .6em;
}

#utility a:hover {
	text-decoration: underline;
}

/*-- END UTILITY --*/






/**
 * ==============================================
 *  HEADER
 * ==============================================
 */
.header-wrap{
	position: relative;
}
#header {
    padding: 1em 0;
    position: relative;
    z-index: 999;
    background: url(images/bkg_header.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

#header.stuck {
	position: fixed!important;
	box-shadow: 0px 0px 10px rgba(0,0,0, .5);
}

#text-6 {
	margin-top: 2em;
	text-align: right;
}
#text-6 .big {
	color: #d1ab1f;
	font-size: 1.2rem;
}

#text-6 .small {
	color: #2183c8;
	font-style: italic;
	display: inline-block;
}

#text-6 .anf-social-profiles {
	display: inline-block;
	margin-left: .5em;
}

/*-- END HEADER --*/




/**
 * ==============================================
 *  MENU
 * ==============================================
 */

/*
 divider - hide it or replace with buttons
 i dunno, do what you want
 */
.top-bar .divider {
	border-right: 1px solid #e8c02d!important;
}

/* reset */
.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li {
	background: transparent;
}

.top-bar {
	margin-top: 1.6em;
}

/* normal state */
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button){
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	font-size: .9em;
	padding: 1.1em 1em;
	font-family: montserrat;
}

/* hover state */
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #2183c8;
}

.top-bar-section .has-dropdown>a {
    padding-right: 1.2rem !important;
}

/* active menu state */
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #2183c8;
	color: #fff;
}

/* active menu:hover state */
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #2183c8;
}

/* parent active state */
.top-bar-section ul li:hover:not(.has-form)>a {
	background: #2183c8;
}

/* drop down normal */
.top-bar-section li a {
	background: #ff0000;
}

/* drop down hover */
.top-bar-section li a:hover {
	background: #00ff00;
}

/* carat normal state */
.top-bar-section .has-dropdown>a:after {
	border-top-color: #ddd;
	top: 14px;
    display: none;
}

.top-bar-section .dropdown a {
    text-transform: capitalize;
}


.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    background: #2183c8 !important;
    color: #fff;
    text-transform: capitalize;
}

.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    text-transform: capitalize;
    background: #145d90 !important;
}


.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button):hover {
    background: #145d90 !important;
    color: #fff;
    text-transform: capitalize;
}


/* carat hover state */
.top-bar-section .has-dropdown>a:hover:after {
	border-top-color: #ddd;
    display: none;
}

.menu-wrap {
	background: #d1ab1f;
	border-bottom: 5px solid #2183c8;
    position: relative;
    z-index: 100;
}

.menu-wrap .menubottom{
	margin-top: 0;
	height: auto;
}



/*-- END MENU --*/




/**
 * ==============================================
 *  MOBILE BUTTONS
 * ==============================================
 */

.mobile-button-container.right {
	margin-left: -80px;
}

.mobile-button-container.left {
	margin-right: 10px;
}

.mobile-button-container {
	margin-top: 1em;
}

.mobile-button {
	text-align: center;
	text-transform: uppercase;
}

.mobile-button p {
	margin-bottom: 0;
	font-size: .7em;
	line-height: 1;
}

.mobile-button i {
	line-height: 1;
	font-size: 2.3em;
}


/*-- END MOBILE BUTTONS --*/




/**
 * ==============================================
 *  OFF CANVAS MENU
 * ==============================================
 */

.off-canvas-menu {
	background: url(images/bkg_quilt.gif);
	padding-top: 1em;
}

ul.off-canvas-list li a {
	color: #2183c8;
	text-transform: uppercase;
	padding: 1em 2em;
	border-bottom: 0;
	font-weight: bold;

}

ul.off-canvas-list li a:hover {
	background: #d1ab1f;
	color: #fff;
}

#offcanvas-sidebar .widget_search {
	padding: .8em .6em;
	border-bottom: 0!important;
}

#offcanvas-sidebar .widget_search input,
#offcanvas-sidebar .widget_search #searchsubmit {
	line-height: 1!important;
	font-size: .7em;
	text-transform: uppercase;
	height: 30px;
}

.widget_shopping_cart_content {
	padding: 0 1.4em;
}

.widget_shopping_cart_content .buttons a {
	padding: 1em 1.5em!important;
}

.widget_shopping_cart li {
	clear: left;
	margin-bottom: 1em;
	position: relative;
	padding-left: 60px;
}

.widget_shopping_cart .remove {
	position: absolute;
	left: 0;
	top: 0;
	background: #dd0000;
	color: #fff;
	font-size: 1.2em;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	-o-border-radius: 9999px;
	border-radius: 9999px;
	text-align: center;
	line-height: 1;
	width: 20px;
	height: 20px;
	z-index: 3;
}


.widget_shopping_cart .remove + a img {
	position: absolute;
	width: 50px;
	left: 0;
	margin-right: 10px;
}

.widget_shopping_cart .remove + a {
	display: block;
}

.widget_shopping_cart .quantity {
	display: block;
	text-transform: uppercase;
	font-size: .8em;
}

.widget_shopping_cart .variation {
	display: block;
	margin-bottom: 0;
}

.widget_shopping_cart .variation dt,
.widget_shopping_cart .variation dd,
.widget_shopping_cart .variation p {
	display: inline;
	font-size: .9rem;
	margin-bottom: 0;
}

.widget_shopping_cart p.buttons .button {
	padding: 1em 2.4em;
	font-size: .8em;
}

.widget_shopping_cart .widgettitle {
	font-family: permanentmarker;
	font-size: 2em;
	color: #2183c8;
    padding-left: 25px;
}


/*-- END OFF CANVAS MENU --*/



/**
 * ==============================================
 *  MORE FOOTER
 * ==============================================
 */

#more-footer {
	border-top: .9em solid #2183c8!important;
    padding: 2em 0;
	background: url(images/bkg_footer_cta.jpg) center center no-repeat;
	background-size: cover;
}

#more-footer .info {
	margin-bottom: 0;
}

#more-footer .widget {
	font-size: 1.5em;
	line-height: 2;
	color: #fff;
	text-align: center;
}
#more-footer h6 {
	text-transform: uppercase;
	color: #eee;
}

/*-- END MORE FOOTER --*/



/**
 * ==============================================
 *  FOOTER
 * ==============================================
 */

#main-footer {
    padding: 1.5em 0;
    background: url(images/bkg_footer.jpg);
}

#main-footer .widget {
	text-transform: uppercase;
	font-size: .8em;
}

#main-footer .menu {
	font-size: .9em;
}

#main-footer .menu a {
	color: #232323;
	text-decoration: underline;
}

#main-footer .menu a:hover {
	text-decoration: none;
}

/*-- END FOOTER --*/


/**
 * ==========================================================================================
 *					END GENERAL STYLING / SITE STRUCTURE
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								SHORTCODE COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 * 
 * 1 - SOCIAL PROFILES
 * 2 - BUSINESS CTA
 * 3 - INLINE COMPONENT
 */

/**
 * ==============================================
 *  SOCIAL PROFILES
 * ==============================================
 */

 .anf-social-profiles {
 	margin: 0;
 }

 .anf-social-profiles li {
 	display: inline-block;
 	margin-right: .5em;
 }

 .anf-social-profiles li:last-child {
 	margin-right: 0;
 }

 .anf-social-profiles li a {
 	display: inline-block;
 	background: #2183c8;
 	color: #fff;
 	text-align: center;
 	width: 24px;
 	height: 24px;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	-ms-border-radius: 3px;
 }

 .anf-social-profiles li a:hover {
 	color: #fff;
 	background: #2183c8;
 }

/*-- END SOCIAL PROFILES --*/




/**
 * ==============================================
 *  BUSINESS CTA
 * ==============================================
 */

.anf-business-cta .cta,
.anf-business-cta .phone {
	display: inline-block;
	font-size: 1.5em;
}

.anf-business-cta .phone a {
	font-weight: bold;
}

.anf-business-cta .address {
	font-size: .8em;
}

/*-- END BUSINESS CTA --*/


/**
 * ==============================================
 *  INLINE COMPONENT
 * ==============================================
 */

.inline-component {
	display: inline-block;
}

.inline-component br,
.inline-component br:after {
	content: '';
}

.inline-component address {
	font-style: inherit;
}

/*-- END INLINE COMPONENT --*/


/**
 * ==========================================================================================
 *					END SHORTCODE COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 */


/**
 * ==============================================
 *  SLIDER 
 * ==============================================
 */

.swiper-container {
	position: relative;
	z-index: 99;
}

.swiper-container .arrow {
	position: absolute;
	z-index: 99999;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.6em;
	opacity: 0;
	color: rgba(33,131,200, .5) !important;
	display: inline-block;
}

.swiper-container .arrow:hover {
	color: rgba(255,255,255, .9);
}

.swiper-container .arrow.left {
	left: .1em;
}

.swiper-container .arrow.right {
	right: .1em;
}

.swiper-container:hover .arrow {
	opacity: 1;
}

.swiper-container:hover .arrow.left {
	left: .6em;
}

.swiper-container:hover .arrow.right {
	right: .6em;
}

.swiper-container .pagination {
	position: absolute;
	bottom: -2em;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.swiper-container:hover .pagination {
	opacity: 1;
	bottom: 0;
}

.swiper-container .pagination.images ul {
	margin: 0;
	padding: 0;
	list-type: none;
}

.swiper-container .pagination.images ul li {
	display: inline-block;
	padding: 0 .4em;
}

.hero-slider {
	display: none;
}

.hero-slider .title,
.hero-slider .sub-header {
	color: #fff;
	text-transform: uppercase;
}

.hero-slider .title {
	
}

.hero-slider .content,
.hero-slider .content p {
	color: #fff;
}

.hero-slider .content {
	margin-bottom: 1em;
}

.hero-slider .inner {
	background: rgba(0,0,0, .73);
	padding: 3em;
	z-index: 99;
	position: relative;
}

.swiper-container .pagination {
	padding: .6em;
	line-height: 1;
	text-align: center;
	z-index: 999;
	position: relative;
}

.swiper-container .swiper-pagination-bullet {
	margin: .3em;
	width: 10px;
	height: 10px;
}

/*-- END SLIDER --*/



/**
 * ==============================================
 *  SERVICES
 * ==============================================
 */

.service-area {
	background: url(images/bkg_quilt.gif);
	border-top: 1em solid #f2ebae;
}

.service-area .title {
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.service-area .sub-header {
	font-weight: 100;
	margin-bottom: 0;
}

.service-area .items .title {
	text-transform: none;
}

.service-area img {
	
}

.service-area .th {
	position: relative;
	margin-bottom: 1em;
	box-shadow: none;
}

.service-area .th .title {
	background: rgba(33,131,200, .5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 1em .3em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	color: #fff;
	font-family: permanentmarker;
	font-size: 1.4em;
}

.service-area .th:hover .title {
	padding: .5em .3em;
	background: rgba(33,131,200, .8);
}

.service-area .content-wrap {
    padding-bottom: 3em;
    padding-left: 20px;
    padding-right: 20px;
}

/*-- END SERVICES --*/



/**
 * ==============================================
 *  VIDEO BACKGROUND
 * ==============================================
 */

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-background {
	position: relative;
	padding: 10em 0 3em;
}

.video-background .title,
.video-background .sub-header {
	color: #fff;
}

/*-- END VIDEO BACKGROUND --*/



/**
 * ==============================================
 *  TESIMONIALS
 * ==============================================
 */
.testimonials {
	padding: 3em;
}

.testimonials .title {
	text-transform: uppercase;
}

.testimonials .quotescollection {
	padding: 0;
	border: 0;
}

.testimonials .quotescollection cite:before {
	content: '';
}

/*-- END TESIMONIALS --*/



/**
 * ==============================================
 *  CALLOUT
 * ==============================================
 */

.callout {
	background: url(images/bkg_callout.png) #f9f9f9;
	padding: 2em 0;
}

.callout .title {
	font-weight: 100;
	margin: 1em 0;
}

.callout .button {
	border: 1px solid #fff;
	color: #fff;
}

.callout .button:hover {
	background-color: #ee3a43;
}

/*-- END CALLOUT --*/



/**
 * ==============================================
 *  IMAGE CTA
 * ==============================================
 */

.image-cta .row {
	max-width: 100%;
}

.image-cta .columns {
	padding: 3em;
}

.image-cta .columns:last-child {
	background: rgba(0,0,0, .92);
}

.image-cta .title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1rem;
}

.image-cta .content p{
	color: #484848;
	color: #fff;
}

.image-cta .button {
	margin-top: 2em;
}

.image-cta .inner {
	max-width: 530px;
}

.image-cta.image-right .inner {
	float: right;
}

/*-- END IMAGE CTA --*/



/**
 * ==============================================
 *  ALERT CALLOUTS
 * ==============================================
 */

.alerts {
	background: #111;
	padding: 1em 0;
	border-bottom: 2px solid #ddd;
}

.alerts img {
	margin-right: .6em;
}

.alerts-slider {
	display: inline-block;
	list-style: none;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 0;
}

.alerts-slider li {
	display: none;
	height: 30px;

}

.alerts-slider li p {
	margin: 0;
}

/*-- END ALERT CALLOUTS --*/


/**
 * ==============================================
 *  HERO VARIETY 1
 * ==============================================
 */

.hero-variety-1 {
	padding: 2em 0;
}

.hero-variety-1 .title,
.hero-variety-1 .sub-header {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.hero-variety-1 .titles {
	margin-bottom: 2em;
}

.hero-variety-1 p,
.hero-variety-1 h2,
.hero-variety-1 h3 {
	color: #fff;
}

/*-- END HERO VARIETY 1 --*/


/**
 * ==============================================
 *  HERO VARIETY 2
 * ==============================================
 */

.hero-variety-2,
.hero-variety-2.parallax-background {
	padding: 0;
}

.hero-variety-2.parallax-background.dark {
	background: #000 url(images/bkg_gears_dark.gif) center center no-repeat;
}
.hero-variety-2 .title,
.hero-variety-2 .sub-header,
.hero-variety-2 .content {
	color: #fff;
	font-weight: bold;
}

.hero-variety-2 p,
.hero-variety-2 h2,
.hero-variety-2 h3 {
	color: #fff;
}

.hero-variety-2 .sidebar-content {
	background: #fff;
}

.hero-variety-2 .sidebar-content p,
.hero-variety-2 .sidebar-content .title,
.hero-variety-2 .sidebar-content .sub-header {
	color: #000;
}

.hero-variety-2 .inner {
	padding: 1em;
}

.hero-variety-2 .feature-content img {
	margin-bottom: 2em;
}

.hero-variety-2 .feature-content {
	padding-top: 1em;
}

.hero-variety-2 .feature-content .title {
	margin-bottom: 1em;
}

.hero-variety-2 .features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hero-variety-2 .features a {
	display: block;
}

.hero-variety-2 .sidebar-content .sub-header {
	text-transform: uppercase;
	background: #ddd;
	padding: .4em 1em;
	margin: 0;
}

.hero-variety-2 .sidebar-content li a {
	padding: .7em 1em;
	border-bottom: 1px solid #ddd;
}

.hero-variety-2 .sidebar-content li a:hover {
	background-color: #000;
	color: #fff;
}

.hero-variety-2 .sidebar-content li img {
	margin-right: .5em;
}

.hero-variety-2 .sidebar-content .title {
	margin-bottom: 1em;
}

.hero-variety-2 .sidebar-content .button {
	width: 100%;
}

/*-- END HERO VARIETY 2 --*/



/**
 * ==============================================
 *  HERO VARIETY 3
 * ==============================================
 */

.hero-variety-3 .swiper-container {
	margin-top: 2.5em;
	margin-bottom: 2.5em;

}


.hero-variety-3 .swiper-container .inner {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1.5em;
    background: rgba(0,0,0, .4)
}

.hero-variety-3 .title {
	text-align: center;
	font-family: permanentmarker;
	color: #ffefaf!important;
}

.hero-variety-3 .swiper-container .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 1.5em;
}

.hero-variety-3 .swiper-container {
	border: 2px solid #d1ab1f!important;
}

.hero-variety-3 .swiper-container img {
	width: 100%;
}

.hero-variety-3 .pagination {
	display: none;
}

.hero-variety-3 .swiper-container .title {
	font-size: 3em;
	color: #fff!important;
}

.hero-variety-3 .swiper-container .caption {
	color: #fff;
	text-transform: uppercase;
	font-size: 2em;
	text-shadow: 1px 1px 1px #000;
}

.hero-variety-3 .content-wrap p {
	color: #fff;
	text-align: center;
}

.hero-variety-3 .feature-wrap a {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
	background: rgba(0,174, 239, .5);
	font-family: permanentmarker;
	line-height: 1;
	font-size: 1.em;
}

.hero-variety-3 .feature-wrap img {
	transition: all 0.3s ease;
}

.hero-variety-3 .feature-wrap a:hover img {
	margin-left: .4em;
}

.hero-variety-3 .feature-wrap a:hover {
	background: rgba(0,174, 239, 1);
}

.hero-variety-3 .feature-wrap img {
	margin-right: .5em;
}

/*-- END HERO VARIETY 3 --*/


/**
 * ==============================================
 *  TITLE-SECTION
 * ==============================================
 */

.title-section {
	padding: 2em 0;
	position: relative;
	z-index: 1;
}
.title-section .title,
.title-section .sub-header,
.title-section .tertiary-header {
	text-transform: uppercase;
	color: #fff;
}

.title-section .sub-header {
	font-weight: 400;
}
.title-section .title {
	font-weight: 900;
	text-shadow: 1px 1px 1px #000;
}

.title-section .sub-header {
	margin-top: 0;
	text-shadow: 1px 1px 1px #000;
}
.title-section .tertiary-header {
	margin-bottom: 0;
	text-shadow: 1px 1px 1px #000;
}

.title-section .wrap {
	position: relative;
}

.title-section.has-lines .wrap:before,
.title-section.has-lines .wrap:after {
	content: '';
	background: #fff;
	height: 2px;
	display: inline-block;
	width: 20px;
	text-align: center;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,1));
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,1));
}


/*-- END TITLE-SECTION --*/



/**
 * ==============================================
 *  IMAGE GRID
 * ==============================================
 */

.image-grid {
	padding: 2em 0;
}

.image-grid .title {
	text-transform: uppercase;
	font-weight: bold;
}

.image-grid .sub-header {
	font-style: italic;
	margin-bottom: 1em;
}

.image-grid .inner {
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0, .2)
}

.image-grid .inner img {
	width: 100%;
}

.image-grid .inner .content {
	padding: 1.6em 0;
	background: #fff;
}

.image-grid .inner .sub-header {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0 0.3em;
}

.image-grid .content .content {
	font-size: .9em;
	padding: 0;
}



/*-- END IMAGE GRID --*/



/**
 * ==============================================
 *  PARALLAX SECTION
 * ==============================================
 */

.parallax-section {
	padding: 2em 0;
}

.parallax-section .title,
.parallax-section .sub-header,
.parallax-section .content {
	color: #fff;
}

.parallax-section .title {
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
}

.parallax-section .sub-header {
	font-style: italic;
	text-shadow: 1px 1px 1px #000;
}

.parallax-section .content {
	font-size: 1.1em;
	margin: 0 0 1.5em;
	text-shadow: 1px 1px 1px #000;
}

/*-- END PARALLAX SECTION --*/



/**
 * ==============================================
 *  IMAGE CONTENT SECTION
 * ==============================================
 */

.image-content-section {
	padding: 2em 0;
}

.image-content-section .title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;
}

.image-content-section .button {
	margin-bottom: 2em;
}

.image-content-section .content p {
	font-size: .9em;
	color: #5c5c5c;
}

.image-content-section .content p:last-child {
	margin-bottom: 0;
}

.image-content-section h6 {
	color: #262262;
	font-weight: bold;
	text-transform: uppercase;
}

.image-content-section .sub-header {
	color: #262262;
	font-weight: bold;
	margin: 0 0 1em;
}

.image-content-section .content ul {
	list-style: none;
}
.image-content-section .content ul li {
    font-size: .9em;
    line-height: 2;
    background: url(images/bkg_bullet.png) no-repeat 0 4px;
    padding-left: 1.5em;
    color: #2183c8;
    font-style: italic;
    margin-left: 0.8em;
    margin-bottom: 6px;
}

/*-- END IMAGE CONTENT SECTION --*/



/**
 * ==============================================
 *  ONE COLUMN CONTENT SECTION
 * ==============================================
 */

.one-column-section .title {
	font-weight: 600;
	text-transform: uppercase;
}

.one-column-section h6 {
	font-weight: bold;
}

.one-column-section p {
	font-size: .9em;
}

.one-column-section .sub-header {
	font-style: italic;
	font-weight: 100;

}

/*-- END ONE COLUMN CONTENT SECTION --*/




/**
 * ==============================================
 *  TWO COLUMNS CONTENT SECTION
 * ==============================================
 */

.two-column-section {
	padding: 2em 0;
}

.two-column-section .title {
	font-weight: 600;
	text-transform: uppercase;
}

.two-column-section h6 {
	color: #262262;
	font-weight: bold;
}

.two-column-section p {
	font-size: .9em;
}

.two-column-section .sub-header {
	font-style: italic;
	font-weight: 100;
}

.about {
	background: url(images/bkg_noise.jpg);
}

.about img,
.about .columns:first-child p {
	margin: 0;
}

.about h2 {
	font-family: permanentmarker;
	color: #ffefaf;
}

.about p {
	color: #fff;
}

hr.pretty {
	border: 0;
	height: 2em;
	background: url(images/bkg_hr.png) center center no-repeat;
	background-size: contain;
}

hr {
	border: 0;
	height: 2em;
	background: url(images/hr_nice.png) center center no-repeat;
	background-size: contain;
}

.about h5 {
	color: #ffefaf;
	font-style: italic;
	font-family: montserrat;
	font-weight: bold;
}

.about .button {
	background: #2183c8;
	margin-top: 1em;
}

.about .button:hover {
	background: #d1ab1f;
}


/*-- END TWO COLUMNS CONTENT SECTION --*/



/**
 * ==============================================
 *  IMAGE CAROUSEL
 * ==============================================
 */

.image-carousel .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.image-carousel .wrap img {
	width: 100%;
}

.image-carousel .swiper-slide {
    opacity: .4;    
    width: 100%;
}

.image-carousel .swiper-slide-active {
	opacity: 1;
}

.image-carousel .arrow i {
	color: rgba(33,131,200, .5) !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow:hover i {
	color: rgba(0,0,0, .6);
}

.image-carousel .arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow.left {
	left: 20%;
}

.image-carousel .arrow.right {
	right: 20%;
}

.image-carousel:hover .arrow.left {
	left: 30%;
}

.image-carousel:hover .arrow.right {
	right: 30%;
}


/*-- END IMAGE CAROUSEL --*/


/**
 * ==============================================
 *  MAP COMPONENT	
 * ==============================================
 */

.component.map .cta {
	background: #262262;
	color: #fff;
	padding: 2em 0;
}

.component.map .content {
	display: block;
	margin:0 0 1em;
}

.component.map img,
.map-cta img {
	margin-bottom: 1em;
}

.component.map .gmap_marker .inner,
.map-cta .gmap_marker .inner {
	line-height: 1.5;
}
.component.map .gmap_marker h5,
.map-cta .gmap_marker h5 {
	color: #9a1c1f;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.component.map .gmap_marker h6,
.map-cta .gmap_marker h6 {
	font-size: 1em;
	color: #262262;
	font-weight: 700;
	line-height: 1;
	marign: 0;
}

.component.map strong,
.map-cta strong {
	color: #5c5c5c;
}

/*-- END MAP COMPONENT	 --*/



/**
 * ==============================================
 *  SINGLE CTA	
 * ==============================================
 */

.single-cta {
	background: #333;
	padding: 3em;
}

.single-cta p {
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}

/*-- END SINGLE CTA --*/




/**
 * ==============================================
 *  DUAL CTA	
 * ==============================================
 */

.dual-cta {
	text-align: center;
	padding: 2em 0;
	background: url(images/bkg_white_dotted.png);
}

.dual-cta .content {
	margin-bottom: 1em;
	color: #262262;
	text-transform: uppercase;
	font-weight: 600;
}

/*-- END DUAL CTA	 --*/




/**
 * ==============================================
 *  QUICK LINKS	
 * ==============================================
 */

.quick-links {
	padding: 2em 0;
}

.quick-links li {
	text-align: center;
}

/*-- END QUICK LINKS --*/



/**
 * ==============================================
 *  RECENT NEWS	
 * ==============================================
 */

.recent-news {
	padding: 2em 0;
	background: #efefef;
}

.recent-news .columns:first-child {
	text-align: center;
}

/*-- END RECENT NEWS --*/




/**
 * ==============================================
 *  PARALLAX HEADER	
 * ==============================================
 */

.parallax-background {
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-ms-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
	padding: 2em 0;
}

.parallax-background.light {
	background: #fff;
	color: #000;
}

.parallax-background.dark {
	background: #000;
	color: #fff;
}

.parallax-background.background {
	text-align: center;
}


.parallax-background .title {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
}

.parallax-background.background .subheader {
	color: #fff;
}

/*-- END PARALLAX HEADER --*/



/**
 * ==============================================
 *  WOOCOMMERCE CAROUSEL	
 * ==============================================
 */

.woocommerce-carousel {
	padding: 2em 0;
}

.woocommerce-carousel .title {
	text-align: center;
}

.woocommerce-carousel .swiper-container .arrow {
	color: rgba(0,0,0, .2);
}

.woocommerce-carousel .swiper-container .arrow:hover {
	color: rgba(0,0,0, .5);
}

.woocommerce-carousel .arrow {
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce-carousel .swiper-container {
	padding-bottom: 2.5em;
}

.woocommerce-carousel .inner {
	margin: 0 .5em;
}




/*-- END WOOCOMMERCE CAROUSEL --*/



/**
 * ==============================================
 *  RECENT CONTENT	
 * ==============================================
 */

.recent-content {
	padding: 2em 0;
	background: #f9f9f9;
}

.recent-events-list {
	margin: 0;
	list-style: none;
}

.recent-events-list li {
	margin-bottom: 1em;
}

.recent-events-list li .title {
	margin: 0;
}

.recent-events-list li .date {
	font-weight: bold;
	display: inline;
}

.recent-events-list li .venue {
	display: inline-block;
}

.recent-events-list li .venue:before {
	content: '\b7';
	font-weight: bold;
}

.recent-events-list li .date.time .start-date {
	display: block;
}

.recent-events-list li .date.time .start-time,
.recent-events-list li .date.time .end-time {
	font-weight: 100;
}

.recent-content .swiper-container {
	padding-bottom: 1.5em;
}

.recent-content .swiper-container .arrow {
	color: rgba(0,0,0, .5);
}

.recent-content .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);
}

/*-- END RECENT CONTENT --*/


/**
 * ==============================================
 *  SERVICES SLIDER	
 * ==============================================
 */

.services-slider .slider-control {
	padding: 2em 0;
	background: #f9f9f9;
}

.services-slider .slider-control ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.services-slider .sub-header {
	margin-bottom: 2em;
}

.services-slider .slider-control a {
	display: block;
	border: 1px solid;
	padding: 2em 0;
	position: relative;
}

.services-slider .slider-control a.active {
	color: #fff;
	background: #000;
}

.services-slider .slider-control a.active:after,
.services-slider .slider-control a.active:before {
	top: calc(100% + 33px);
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 999;

}

.services-slider .slider-control a.active:after {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #f9f9f9;
	border-width: 30px;
	margin-left: -30px;
}
.services-slider .slider-control a.active:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #f9f9f9;
	border-width: 36px;
	margin-left: -36px;
}

.services-slider .swiper-container {
	padding: 2em 0;
	background: #fdfdfd;
}

.services-slider .swiper-container .arrow {
	color: rgba(0,0,0, .4);
}

.services-slider .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);	
}

.services-slider .swiper-container .columns {
	box-sizing: border-box;
}

.services-slider .swiper-container .title {
	text-transform: uppercase;
	font-weight: bold;
}

.services-slider .swiper-container img {
	width: 100%;
}

.services-slider .buttons {
	margin-bottom: 2em;
}


/*-- END SERVICES SLIDER --*/


/**
 * ==============================================
 *  PRICING GRID
 * ==============================================
 */

.pricing-grid {
	padding: 2em 0;
}

.pricing-grid .columns > .title {
	text-transform: uppercase;
	color: #063b90;
	font-weight: bold;
}

.pricing-grid .cta-button .button {
	margin-bottom: 1.25rem;
}

.pricing-grid .pricing-table .title {
	text-transform: uppercase;
	color: #fff;
	background: #063b90;
}

.pricing-grid .medium-3 .pricing-table .title {
	background-color: #efa11f;
}

.pricing-grid .pricing-table .description {
	color: #000;
	font-size: 1.1em;
	font-style: italic;
}

.pricing-grid .pricing-table .bullet-item {
	font-size: .8em;
}

/*-- END PRICING GRID --*/



/**
 * ==============================================
 *  HERO POSTS AREA
 * ==============================================
 */

.hero-post-area .swiper-container {
	box-sizing: border-box;
}
.hero-post-area .inner {
	background: rgba(0,0,0, .5);
	margin-top: 8em;
	padding: 1em;
	box-sizing: border-box;
}

.hero-post-area .meta,
.hero-post-area .title {
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.hero-post-area .wrap {
	position: relative;
}

.secondary-category .img-wrap {
	margin-bottom: 1em;
}

.secondary-category .title {
	margin-bottom: 1em;
}

.category-title {
	background: #000;
	color: #fff;
	padding: .5em;
	text-transform: uppercase;
}

/*-- END HERO POSTS AREA --*/



/**
 * ==============================================
 *  CATEGORY FEED
 * ==============================================
 */

.category-feed .wrap img {
	margin-bottom: 1em;
}
.category-feed .meta {
	text-transform: uppercase;
	font-size: .9rem;
	margin-bottom: 1em;
}

.category-feed .wrap .title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;

}

/*-- END CATEGORY FEED --*/



/**
 * ==============================================
 *  UPCOMING EVENTS
 * ==============================================
 */

.upcoming-events .wrap {
	border: 2px solid #000;
	padding: 1em;
}

.upcoming-events .wrap .title {
	margin-bottom: .5em;
	text-transform: uppercase;
}

.upcoming-events .date {
	font-weight: bold;
}

.upcoming-events .venue {
	font-style: italic;
}

.upcoming-events .start-date {
	display: block;
}

.upcoming-events .button {
	margin-top: .5em;
}

/*-- END UPCOMING EVENTS --*/


/**
 * ==============================================
 *  CATEGORY PARALLAX
 * ==============================================
 */

.category-parallax .sub-header {
	color: #fff;
}

.category-parallax .wrap {
	border: 2px solid #fff;
	padding: 2em;
	text-align: center;
	transition: all 0.3s ease;
}

.category-parallax .wrap:hover {
	background: rgba(255,255,255, .2);
}

.category-parallax a {
	text-transform: uppercase;
	font-weight: bold;
}



/*-- END CATEGORY PARALLAX --*/


/**
 * ==============================================
 *  HERO VERTICAL CTAS
 * ==============================================
 */

.hero-vertical-ctas,
.hero-vertical-ctas .title {
	color: #fff;
}

.hero-vertical-ctas .title {
	margin-bottom: .4em;
}

.hero-vertical-ctas .wrap {
	padding: 2em;
	background: rgba(0,0,0, .7);
}

.hero-vertical-ctas .wrap:hover {
	background: rgba(0,0,0, .3);
}

.hero-vertical-ctas .wrap {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hero-vertical-ctas .content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/*-- END HERO VERTICAL CTAS --*/



/**
 * ==========================================================================================
 *					END COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								PAGE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */


/**
 * ==============================================
 *  DEFAULT PAGE TEMPLATE
 * ==============================================
 */

#middle {
	padding: 2em 0;
}

.page #middle {
    background: url(images/bkg_quilt.gif);
}

/*-- END DEFAULT PAGE TEMPLATE --*/



/**
 * ==============================================
 *  BLOG
 * ==============================================
 */

.blog .meta,
.single .meta {
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1;
	margin-bottom: .8em;
}

.blog .meta i,
.single .meta i {
	margin-left: 1em;
}

.blog .meta span:first-child i,
.single .meta span:first-child i {
	margin-left: 0;
}

.blog .featured-image,
.single .featured-image {
	padding-bottom: .5em;
}

/*-- END BLOG --*/



/**
 * ==========================================================================================
 *					END PAGE STYLING
 * ==========================================================================================
 */




/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								WOOCOMMERCE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */



/**
 * ==============================================
 * GENERAL
 * ==============================================
 */

.woocommerce-breadcrumb {
	margin-bottom: 1em;
}

.woocommerce-message {
	padding: 1em;
	margin: 0 0 1em;
	border: 1px solid #ddd;
	background: #f9f9f9;
}

.woocommerce-message .button {
	margin-right: 1em;
}

.onsale {
	position: absolute;
	background: #2183c8;
	padding: .4em 1.3em;
	color: #fff;
}

.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
	margin: 0 auto 1em;
}

.woocommerce .star-rating:before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.product .sub-header {
    text-align: center;
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #d1ab1f;
    padding: 0 1em;
}


.product .inner {
	position: relative;
	display: block;
	border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}

.product .inner img {
	width: 100%;
}

.product .wrap {
	display: block;
	padding: 1em 0;
}

.product .bottom {
	padding-bottom: 1em;
}

.product .bottom .button {
    font-size: 0.9em;
    padding: 0.9em 1.1em;
}

.woocommerce-info {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 1em;
	margin: 0 0 1em;
}

.woocommerce table {
	width: 100%;
}


.shop_table.cart .button {
    padding: 0.7em 1.5em;
    float: right;
    margin: 0 0 0 10px;
}

table thead {
    background: #2183c8;
    color: #fff !important;
}

table thead tr th {
    color: #fff !important;
}

.cart_totals h2 {
    font-family: permanentmarker;
    color: #2183c8;
}

#payment {
    background: #fff !important;
    padding: 1em; 
    border: solid 1px #ddd;
}

#payment img {
    max-width: 40%;
    height: auto;
    margin: 10px;
}


.terms label {
    float: left;
    margin: 10px 10px 0 0;
}

.terms input[type="checkbox"] {
    margin: 16px 0 0 0;
}

div.ppt {
    display: none !important;
}

/*-- END GENERAL --*/




/**
 * ==============================================
 *  PRODUCT DETAIL
 * ==============================================
 */


.single-product .background.parallax-background {
    display: none !important;
}

.single-product #middle {
    background: url(images/bkg_quilt.gif);
}

.single-product .product_title {
    margin: 0;
    color: #d1ab1f;
    font-weight: bold;
    font-family: montserrat;
}

.single-product .woocommerce-product-rating {
	margin: 0 0 1em;
}

.single-product .price {
	font-size: 1.2em;
    color: #2183c8;
}

.single-product .quantity {
	max-width: 80px;
	display: inline-block;
}

.single-product .thumbnails {
	margin-top: 1em;
	margin-bottom: 1em;
}

.single-product .thumbnails li img {
	width: 100%;
}

.single-product .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.single-product .woocommerce-review-link {
	margin-top: .3em;
	display: inline-block;
}

.single-product .variations {
	border: 0;
	width: 100%;
}

.single-product .variations .label,
.single-product .variations .value {
	padding: .5em;
	display: table-cell;
	line-height: 1.125rem;
	background: 0;
}

.single-product .variations .label {
	vertial-align: top;
}

.single-product .variations select {
	margin: 0;
}

.single-product .woocommerce-tabs {
	margin: 2em 0 2em;
}

.single-product .woocommerce-tabs .panel {
    background: #fff !important;
    border: solid 1px #ddd !important;
}

.single-product .woocommerce-tabs .panel h2, .related h2 {
    font-family: permanentmarker;
    color: #2183c8;
}
   
.single-product .woocommerce-tabs .tabs {
	list-style: none;
}

.single-product .woocommerce-tabs .tabs li {
	display: inline-block;
}

.single-product .woocommerce-tabs .tabs li a {
	padding: .67em 1.1em;
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #2183c8;
    background: #fff;
}

.single-product .woocommerce-tabs .tabs li a:hover {
	background: #d1ab1f;
    color: #fff;
}

.single-product .woocommerce-tabs .tabs li.active a {
	background: #2183c8;
	color: #fff;
	border: 1px solid #999;
	border-bottom: 0;
}

.single-product .woocommerce-tabs .tabs li.active a:hover {
    background: #d1ab1f;
}

#reviews .avatar {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	width: 70px;
}

#reviews .comment-text {
	margin-left: 90px;
}

#reviews .star-rating {
	margin: 0 0 .5em;
}


/*-- END PRODUCT DETAIL --*/



/**
 * ==============================================
 *  PRODUCT / SHOP ARCHIVE
 * ==============================================
 */


.archive #middle {
    background: url(images/bkg_quilt.gif);
}

.woocommerce-pagination .page-numbers {
	list-style: none;
	text-align: center;
	margin: 0;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
	display: inline-block;
	border: 1px solid #ddd;
	width: 2.5em;
	padding: .5em 0;
	text-align: center;
	margin: 0 .4em
}

.woocommerce-pagination .page-numbers li .current {
	border: 0;
	padding: 0;
	width: auto;
}

.woocommerce-pagination .page-numbers li a:hover {
	background: #000;
	color: #fff;
}

/*-- END PRODUCT / SHOP ARCHIVE --*/



/**
 * ==============================================
 *  CHECKOUT
 * ==============================================
 */

.woocommerce .shop_table img {
	width: 50px;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

.woocommerce .shop_table .variation,
.woocommerce .shop_table .variation p {
	margin: 0;
}

.woocommerce .shop_table .variation {
	font-size: .65em;
}

.woocommerce .shop_table .variation p {
	font-size: 1em;
}
.woocommerce .shop_table .variation dt,
.woocommerce .shop_table .variation dd {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.payment_methods {
	list-style: none;
	margin: 0 0 1em;
}

.payment_methods li {
	vertical-align: bottom;
}

.payment_methods label {
	font-weight: bold;
}

.payment_methods .payment_box p{
	font-size: .9em;
}


/*-- END CHECKOUT --*/



/**
 * ==============================================
 *  MY ACCOUNT PAGE
 * ==============================================
 */

.woocommerce .myaccount_user {
	border: 1px solid #ddd;
	padding: 1em;
	background: #f9f9f9;
}
.woocommerce .address h3 {
    display: inline-block;
}
.woocommerce .edit {
    font-weight: normal;
    font-size: .9em;
    margin: 0 .4em;
}

.woocommerce .address {
    margin-bottom: 2em;
}

/*-- END MY ACCOUNT PAGE --*/


/**
* ============================
	START PLAYER CONTROLS
* ============================
**/

/* Active and Focus have states for Firefox with a dotted outline */
.mejs-container:active, .mejs-container:focus {
	outline: none;
}

.mejs-controls .mejs-time-rail .mejs-time-total:focus, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:focus {
	outline: none;
}


/* change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
	background-color: #d1ab1f !important;
}

/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
	color: black !important;
}

/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
outline: none !important;
}


/* use a sprite file with darker transport icons */
.mejs-controls .mejs-button button {
	background-size: cover;
}

/* change the color of the progress bar */
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #ccc !important;
}

/* change the color of the current time bar */
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff !important;
}

/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #ccc !important;
}

/* change the color of volume bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #333 !important;
}

/*change the color of the volume total */
.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #ddd !important;
}

/**
* ============================
	END PLAYER CONTROLS
* ============================
**/

/**
* ============================
	START PLAYLIST
* ============================
**/

/* change properties of the playlist wrapper */
.wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}


/* change properties of the playlist item */
.wp-playlist-item {
 	position: relative;
  	cursor: pointer;
  	padding: 15px 10px !important;
  	border-bottom: 1px solid #ccc;
}

.wp-playlist-item:hover  {
	background-color: #f4d04a !important;
}

/* change the properties of the playlist time propperties for each list item */
.wp-playlist-item-length {
  	position: absolute;
  	right: 10px !important;
  	top: 15px !important;
  	font-size: 14px;
  	line-height: 1.5;
}

/* active audio file in playlist */
.wp-playlist-playing {
 	font-weight: bold;
	background:  #f4d04a !important;
}

/**
* ============================
	END PLAYLIST
* ============================
**/