/* Add here all your CSS customizations */

/* OMF Home Intro */
.omf-home-intro {
	background-color: #171717;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}

.omf-home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px;
}

.omf-home-intro p span {
	color: #999;
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
}

.omf-home-intro p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

.omf-home-intro .get-started {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: right;
}

.omf-home-intro .get-started .btn {
	position: relative;
	z-index: 1;
}

.omf-home-intro .get-started .btn i {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px;
}

.omf-home-intro .get-started a {
	color: #FFF;
}

.omf-home-intro .get-started a:not(.btn) {
	color: #777;
}

.omf-home-intro .learn-more {
	margin-left: 15px;
}

.omf-home-intro.light {
	background-color: #E2E2E2;
}

.omf-home-intro.light.secondary {
	background-color: #E0E1E4;
}

.omf-home-intro.light p {
	color: #777;
}

/* OMF Page Header */
.omf-page-header {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.omf-page-header .breadcrumb {
	background: none;
	margin: -3px 0 0;
	padding: 0;
}

.omf-page-header .breadcrumb > li {
	text-shadow: none;
}

.omf-page-header .breadcrumb.breadcrumb-valign-mid {
	position: absolute;
	top: 40%;
	right: 20px;
}

.omf-page-header h1 {
	border-bottom: 5px solid #0889CC;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	font-size: 2.6em;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}

.omf-page-header h1 span {
	color: #0889CC;
	font-weight: bold;
	margin: -10px 0 0;
}

.omf-page-header-no-title-border h1 {
	border: 0;
}

/* OMF Shop - Base */
.omf-shop {
}

.omf-shop ul.products {
	margin: 0;
	padding: 25px 0;
	list-style: none;
}

.omf-shop ul.products:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.omf-shop ul.products .product {
	position: relative;
	margin-bottom: 30px;
}

.omf-shop ul.products .product a {
	text-decoration: none;
}

.omf-shop ul.products .product .add-to-cart-product {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px 6px 0 0;
	padding: 8px 10px 5px;
	font-size: 0.9em;
	color: #FFF;
	background: #222;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
}

.omf-shop ul.products .product .add-to-cart-product .fa, .omf-shop ul.products .product .add-to-cart-product .icons {
	margin-right: 3px;
	font-size: 1.1em;
}

.omf-shop ul.products .product:hover .add-to-cart-product {
	filter: alpha(opacity=100);
	opacity: 1;
}

.omf-shop ul.products .product:hover .add-to-cart-product:hover {
	background: #000;
}

.omf-shop ul.products .product .price {
	display: block;
	min-height: 28px;
}

.omf-shop ul.products .product .price del {
	color: rgba(145, 145, 145, 0.5);
	font-size: 0.7em;
	margin: -2px 0 0;
}

.omf-shop ul.products .product .price ins {
	text-decoration: none;
}

.omf-shop ul.products .product .price .amount {
	font-size: 1.3em;
}

.omf-shop ul.products .product .onsale {
	position: absolute;
	background-color: #0889CC;
	border-radius: 100%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
}

/* OMF Call to Action */
.omf-call-to-action {
	position: relative;
	clear: both;
	min-height: 125px;
	padding-left: 25px;
	padding-right: 25px;
}

.omf-call-to-action::after {
	clear: both;
	content: "";
	display: table;
}

.omf-call-to-action h3 {
	text-transform: none;
	color: #1d2127;
	padding: 0;
	margin: -22px 0 9px;
}

.omf-call-to-action h4 {
	text-transform: none;
	font-family: "Shadows Into Light", cursive;
	font-size: 2em;
	color: #1d2127;
	padding: 0;
	margin: 0 0 9px;
}

.omf-call-to-action p {
	font-size: 1.2em;
}

.omf-call-to-action .call-to-action-content {
	text-align: center;
	width: 70%;
	margin-left: 3%;
	padding-top: 35px;
}

.omf-call-to-action .call-to-action-btn {
	width: 22%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin: -18px 0 0;
	left: auto;
	right: 25px;
}

.omf-call-to-action.call-to-action-front {
	z-index: 1;
}

.omf-call-to-action.call-to-action-default {
	background: #f2f2f2;
}

.omf-call-to-action.call-to-action-dark {
	background: #2e353e;
}

.omf-call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
	color: #FFF;
}

.omf-call-to-action.with-borders {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.omf-call-to-action.with-full-borders {
	border: 2px solid #CCC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.omf-call-to-action.featured {
	background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
	padding: 0;
	margin: 0;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.omf-call-to-action.featured.featured-primary {
	border-top-color: #CCC;
}

.omf-call-to-action.featured.featured-secondary {
	border-top-color: #E36159;
}

.omf-call-to-action.featured.featured-tertiary {
	border-top-color: #2BAAB1;
}

.omf-call-to-action.featured.featured-quaternary {
	border-top-color: #2e353e;
}

.omf-call-to-action.with-button-arrow .call-to-action-btn {
	top: 30%;
}

.omf-call-to-action.button-centered .call-to-action-content {
	text-align: center;
	width: 100%;
	padding: 35px 0 0;
	margin: 0;
}

.omf-call-to-action.button-centered .call-to-action-btn {
	text-align: center;
	position: static;
	margin: 20px auto 25px;
	width: auto;
}

.omf-call-to-action.call-to-action-in-footer {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
	margin-bottom: -50px !important;
}

.omf-call-to-action.call-to-action-in-footer:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #FFF;
	height: 20px;
	width: 20px;
	top: -5px;
	left: 50%;
	margin-left: -20px;
}

.omf-call-to-action.no-top-arrow:before {
	display: none;
}

.omf-call-to-action.call-to-action-in-footer-margin-top {
	margin-top: 60px;
}

.container .omf-call-to-action {
	border-radius: 8px;
}

/* OMF Word Rotate */
.omf-word-rotate {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	max-height: 22px;
	line-height: 22px;
}

.omf-word-rotate .word-rotate-items {
	position: relative;
	top: 0;
	width: 0;
	display: inline-block;
}

.omf-word-rotate .word-rotate-items span {
	display: inline-block;
	white-space: nowrap;
}

.omf-word-rotate .word-rotate-items span:not(:first-child) {
	display: none;
}

.omf-word-rotate.active .word-rotate-items {
	position: relative;
}

.omf-word-rotate.active .word-rotate-items span {
	display: inline-block;
	float: left;
	clear: both;
}

h1.omf-word-rotator-title .inverted {
	min-height: 56px;
}

h1.omf-word-rotator-title .word-rotate {
	max-height: 46px;
	line-height: 46px;
	margin-bottom: -9px;
}

h2.omf-word-rotator-title .inverted {
	min-height: 46px;
}

h2.omf-word-rotator-title .word-rotate {
	max-height: 42px;
	line-height: 42px;
	margin-bottom: -9px;
}

h3.omf-word-rotator-title .inverted {
	min-height: 25px;
}

h3.omf-word-rotator-title .word-rotate {
	max-height: 24px;
	line-height: 24px;
	margin-bottom: -2px;
}

h4.omf-word-rotator-title .inverted {
	min-height: 32px;
}

h4.omf-word-rotator-title .word-rotate {
	max-height: 27px;
	line-height: 27px;
	margin-bottom: -6px;
}

h5.omf-word-rotator-title .inverted {
	min-height: 18px;
}

h5.omf-word-rotator-title .word-rotate {
	max-height: 18px;
	line-height: 18px;
	margin-bottom: -4px;
}

h6.omf-word-rotator-title .inverted {
	min-height: 20px;
}

h6.omf-word-rotator-title .word-rotate {
	max-height: 18px;
	line-height: 18px;
	margin-bottom: -4px;
}

p .inverted {
	min-height: 24px;
}

p .word-rotate {
	max-height: 22px;
	line-height: 22px;
	margin-bottom: -6px;
}

/* OMF social icons */
.social-icons li:hover.social-icons-youtube-play a {
	background: #F30509;
}
.social-icons li:hover.social-icons-soundcloud a {
	background: #F3934F;
}

#cookie-bar {
	background-color: #171717;
	height: auto;
	z-index: 99999;
	padding: 8px 0;
}
