/*
Theme Name:     Standard - MM Sports Portal Theme
Theme URI:      http://standardtheme.com
Description:    MM Sports blog portal child theme for the Standard theme
Author:         Weightpoint AB
Author URI:     http://www.weightpoint.se/
Template:       standard
Version:        0.1.0
*/

@import url("../standard/style.css");
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-family: 'Raleway', 'sans-serif';
}

#head-wrapper {

}

#hgroup {
	padding: 0;
	width: 100%;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
	width: 920px;
	margin: 0 auto;
	padding: 0 10px;
}
.navbar .nav>li.current-menu-item>a {
	border-bottom: 4px #fff solid;
	padding-bottom: 6px;
	color: #fff;
}

.header-widget {
	margin-top: 0 !important
}
#header-widget {
	width: 100%;
}
.widget,
#sidebar .widget {
	margin-bottom: 20px;
}

.post {
	background: #fff;
	background-image: url("images/corner.png@v=1");
	background-repeat: no-repeat;
}

@media (min-width: 980px) {
	.menu-header-container {
		width: 980px !important;
	}
}

@media (max-width: 979px) {
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		width: 704px;
	}
}

@media (max-width: 767px) {
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		width: inherit;
		margin: 0 20px;
	}
}

/* WIDGETS */
.cut-frame {
	background: #111;
	color: #ccc;
}
.portal-articles-text > img {
	float: left;
	margin: 10px;
}
h2.cut-frame {
	background: #111;
	background-image: url("images/corner.png@v=1");
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: right;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
}

h2.cut-frame.top-bse {
	background-image: url("images/top-bse.png@v=1");
}
h2.cut-frame.top-bs {
	background-image: url("images/top-bs.png@v=1");
}
h2.cut-frame.top-mm {
	background-image: url("images/top-mm.png@v=1");
}
h2.cut-frame.top-bse,
h2.cut-frame.top-bs,
h2.cut-frame.top-mm {
	position: relative;
	background-position: right top;
	height: 40px;
	background-color: #000;
}
h2.cut-frame.top-bse::after,
h2.cut-frame.top-bs::after,
h2.cut-frame.top-mm::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url("images/corner.png@v=1");
	background-repeat: no-repeat;
}

.cut-frame li:hover {
	background: #333;
}
.cut-frame a:hover {
	text-decoration: none;
}
.cut-frame .portal-articles-image {
	height: 200px;
	overflow: hidden;
}
.cut-frame .portal-articles-image img {
	min-width: 100%;
	min-height: 100%;
}
ul.cut-frame li {
	padding: 0;

}
.cut-frame h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	margin: 0;
}
.cut-frame p {
	line-height: 14px;
	padding: 0 10px 10px 10px;
	margin: 0;
}
.cut-frame p strong {
	color: #ccc;
}

.cut-frame.blogger-stamp .backplate,
.cut-frame.blogger-stamp .backplate li {
	display: inline-block;
	vertical-align: bottom;
	width: 25%;
	height: 100px;
	background-image: url("images/noportimage.jpg@v=1");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 4px #333 solid;
	color: #eee;
}
.cut-frame.blogger-stamp .backplate li {
	position: relative;
	background: rgba(0,0,0,0.6);
	background-image: url("images/bscorner.png@v=1");
	background-repeat: no-repeat;
	width: 100%;
	border: none;
}
.cut-frame.blogger-stamp.type-mm .backplate li {
	background-image: url("images/mmcorner.png@v=1");
}
.cut-frame.blogger-stamp .backplate li span {
	padding-left: 30px;
	display: inline-block;
}
.cut-frame.blogger-stamp .backplate li .thumb-fb-like {
	position: absolute;
	bottom: 0;
	right: 0;
}
.cut-frame.blogger-stamp .backplate:hover {
	border-color: #eee;
}
.cut-frame.blogger-stamp li:hover {
	background: rgba(0,0,0,0.3);
	background-image: url("images/bscorner.png@v=1");
	background-repeat: no-repeat;
}
.cut-frame.blogger-stamp.type-mm li:hover {
	background-image: url("images/mmcorner.png@v=1");
}
.cut-frame.most-viewed li {
	line-height: 15px;
	padding-bottom: 4px;
}
ul.most-viewed {
	padding: 10px;
}
.most-viewed li span {
	font-weight: 800;
	color: #ddd;
}

.bloglist-onpage .backplate {
	background-image: none !important;
}
.post .entry-content h2.bloglist-onpage {
	margin-top: 0;
	margin-bottom: 0;
}
.post .bloglist-onpage li {
	line-height: 1;
	border-bottom: 1px #EBEBEB solid;
	color: #777;
}

.mu_register input[type="submit"],
.mu_register #blog_title,
.mu_register #user_email,
.mu_register #blogname,
.mu_register #user_name {
	padding-left: 0;
	padding-right: 0;
}
.mu_register {
	width: 900px !important;
	background: #fff;
	margin: 0 auto !important;
	padding: 20px;
}
.mu_register #blogname {
	width: inherit !important;
	margin-top: -1px !important;
	font-size: 18px !important;
}
#footer {
	background: none;
}
#footer #sub-floor {
	width: 900px;
	padding: 20px;
	margin: auto;
}
#footer #sub-floor #credit {
	margin-right: 50px;
}

.head-wrapper-main {
	float: left;
}

.head-wrapper-right {
	display: none;
	float: right;
	position: relative;
}

.ad-side-container a, .ad-post-container a{
	display: inline-block;
}

@media (max-width: 979px) {
	.mu_register,
	#footer #sub-floor {
		width: 684px !important;
	}
}

@media (max-width: 767px) {
	.cut-frame.blogger-stamp .backplate {
		width: 50%;
		height: 150px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cut-frame.blogger-stamp .backplate li {
		height: 150px;
	}
	.mu_register,
	#footer #sub-floor {
		width: inherit !important;
		margin: 0 20px !important;
	}
}
#menu-above-header{
	height: 20px;
}

@media (min-width: 1140px) {
	.head-wrapper-right {
		display: block;
	}
}

@media (max-width: 1340px) {
	#head-wrapper, .navbar-inner, .navbar-inner>.container, #wrapper>.container, #footer>#sub-floor{
		margin-left: 0px !important;
	}
}

@media (max-width: 1140px) {
	#head-wrapper, .navbar-inner, .navbar-inner>.container, #wrapper>.container, #footer>#sub-floor{
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.ninja-forms-error-msg {
        border: 1px solid red;
	padding: 15px;

}
