/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (https://www.yootheme.com/license) */

@import url(../warp/css/modules.css);

.module-title { text-align: center; }


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module .badge {
	top: -10px;
	right: -10px;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
 
.module .badge-hot { background-position: 0 0; }
.module .badge-top { background-position: 0 -40px; }
.module .badge-new { background-position: 0 -80px; }
.module .badge-free { background-position: 0 -120px; }


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: none;
    overflow: auto;
}

.module .module-title .icon {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.module .module-title .icon-download { background-position: 0 0; }
.module .module-title .icon-twitter { background-position: 0 -30px; }
.module .module-title .icon-mail { background-position: 0 -60px; }
.module .module-title .icon-bubble { background-position: 0 -90px; }
.module .module-title .icon-login { background-position: 0 -120px; }
.module .module-title .icon-cart { background-position: 0 -150px; }


/* Module Type: Box
----------------------------------------------------------------------------------------------------*/

.mod-box {
	padding: 15px;
	border-radius: 5px;
	background-position: 0 0;
	background-repeat: repeat;
}


/* Module Type: Stamp
----------------------------------------------------------------------------------------------------*/

.mod-stamp {
	position: relative;
	padding-top: 4px;
	background-position: 0 0;
	background-repeat: repeat-x;
}

.mod-stamp > div {
	padding-bottom: 4px;
	background-position: 0 100%;
	background-repeat: repeat-x;
}

.mod-stamp > div > div {
	padding: 15px;
	background-position: 0 0;
	background-repeat: repeat;
}

.mod-stamp-header-ribbon .module-header {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	text-align: center;
}

/* Header-Ribbon */
.mod-stamp-header-ribbon .module-title,
.mod-stamp-header-ribbon .module-title:before,
.mod-stamp-header-ribbon .module-title:after {
	height: 44px;
	line-height: 42px;
}

.mod-stamp-header-ribbon .module-title {
	position: relative;
	display: inline-block;
	margin: 0 25px;
	padding: 0 10px;
	background-position: 0 -50px;
	background-repeat: repeat-x;
	font-size: 28px;
	white-space: nowrap;
}

.mod-stamp-header-ribbon .module-title:before,
.mod-stamp-header-ribbon .module-title:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 25px;
	background-repeat: no-repeat;
}

.mod-stamp-header-ribbon .module-title:before {
	left: -25px;
	background-position: 0 0;
}

.mod-stamp-header-ribbon .module-title:after {
	right: -25px;
	background-position: 0 -100px;
}

.mod-stamp-header-ribbon > div > div { padding-top: 30px; }


/* Module Type: Line
----------------------------------------------------------------------------------------------------*/

.mod-line {
	padding: 0 30px;
	background-position: 0 0;
	background-repeat: repeat-y;
}

.grid-h .mod-line {
	margin-right: 15px;
	margin-left: -15px;
}

.width100.grid-h .mod-line {
	margin: 10px;
	padding: 0;
}

.grid-v .mod-line {
	padding: 25px 0 0 0;
	background-position: 0 0;
	background-repeat: repeat-x;
}

#page .grid-h:first-child .mod-line { background: none; }
#page .grid-v:first-child .mod-line {
	padding: 0;
	background: none;
}


/* Module Type: Headline
----------------------------------------------------------------------------------------------------*/

.mod-headline { padding: 0 30px; }

.grid-h .mod-headline {
	margin-right: 15px;
	margin-left: -15px;
}

.width100.grid-h .mod-headline {
	margin: 10px;
	padding: 0;
}

.grid-v .mod-headline { padding: 25px 0 0 0; }

#page .grid-v:first-child .mod-headline { padding: 0; }

/* Module Title */
.mod-headline .module-title,
.mod-headline .module-title > span {
	background-position: 0 50%;
	background-repeat: repeat-x;
}
.mod-headline .module-title {
	margin: 0;
    font-size: 16px;
    line-height: 50px;
}

.mod-headline .module-title > span {
    display: inline-block;
    padding: 0 10px;
}

.mod-headline .module-title .icon { top: 8px; }


/* Module Type: Blank
----------------------------------------------------------------------------------------------------*/

.module.style-blank { text-align: center; }

.module.style-blank .module-title { margin-bottom: 30px; }