/*
Theme Name: Marcus247
Theme URI: http://marcus247.com
Description: Marcus247 Platform
Version: 1
Author: Marcus Brown
Authur URI: http://marcus247.com
*/

@import url('css/bootstrap.min.css');
@import url('http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css');
@import url('css/font-awesome.min.css');

html, body {
   	font-family: 'Lato', sans-serif;
   	height: 100%;
	margin: 0px;
}

a {
  color: #303030;
  text-decoration: none;
}

a:hover,
a:focus {
	color: #303030;
	text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.about-banner {
	color: #FFF;
	background: #47a253;
	padding-top: 25px;
	padding-bottom: 25px;
}

.about-btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #47a253;
    color: #FFF;
	border-color: #ccc;
	border: 1px solid;
	border-radius: 1px;
}

.btn-action {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
    border: 0 none;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.1);
    color: #fff;
	border-color: #000;
	border: 1px solid;
	border-radius: 1px;
}

.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active, .open > .dropdown-toggle.btn-action {
    color: #fff;
    background: rgba(0,0,0,0.3);
}

.btn-close {
	color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    border: 0 none;
    font-size: 200%;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.btn-contact {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
    border: 0 none;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(0,0,0,0);
    color: #000;
	border-color: #ccc;
	border: 1px solid;
	border-radius: 1px;
}

.btn-contact:hover, .btn-contact:focus, .btn-contact:active, .btn-contact.active, .open > .dropdown-toggle.btn-contact {
    color: #FFF;
    background: rgba(0,0,0,1);
}

.btn-image {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
    border: 0 none;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
    color: #fff;
	border-color: #000;
	border: 1px solid;
	border-radius: 1px;
}

.btn-image:hover, .btn-image:focus, .btn-image:active, .btn-image.active, .open > .dropdown-toggle.btn-image {
    color: #fff;
    background: rgba(0,0,0,0.3);
}

.btn-mobile {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: rgba(0,0,0,0);
    color: #303030;
	border-color: #ccc;
	border: 1px solid;
	border-radius: 1px;
}

.btn-mobile:hover, .btn-mobile:focus, .btn-mobile:active, .btn-mobile.active, .open > .dropdown-toggle.btn-mobile {
    color: #FFF;
    background: rgba(0,0,0,1);
}

.btn-CTA {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
    border: 0 none;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.1);
    color: #303030;
	border-color: #000;
	border: 1px solid;
	border-radius: 1px;
}

.cable0 {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 33%;
}

.cable0-mobile {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 66%;
}

.category-description {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

.data-body {
	
}

.data-heading {
	
}

.footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

.hud {
	background: rgba(0,0,0,1);
}

.menubar {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.mobile-feature {
	padding-bottom: 5px;
}

.navigation-back {
	padding-top: 10px;
}

.navigation-more {
	padding-top: 10px;
}

.modal-backdrop {
	background-color:#fff;
}

.modal-backdrop.in{
	filter:alpha(opacity=90);opacity:.9;
}

.modal-text {
	color: #303030;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.overlay {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.overlay .btn {
  text-shadow: none;
}

.overlay-banner {
	padding-top: 100px;
	padding-bottom: 15px;
}

.personal-btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #f47e41;
    color: #FFF;
	border-color: #ccc;
	border: 1px solid;
	border-radius: 1px;
}

.personal-banner {
	color: #FFF;
	background: #f47e41;
	padding-top: 25px;
	padding-bottom: 25px;
}
.post {
	background: rgba(143,129,142,0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}

.professional-banner {
	color: #FFF;
	background: #41017d;
	padding-top: 25px;
	padding-bottom: 25px;
}

.professional-btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #41017d;
    color: #FFF;
	border-color: #ccc;
	border: 1px solid;
	border-radius: 1px;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

.single-description {
	background: rgba(143,129,142,0.5);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.single-title {
	padding-left: 10px;
}

.social {
	color: #303030;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right: 10px;
}

.social-mobile {
	color: #303030;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right: 10px;
}

.CTA {
	color: #303030;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 5px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}