/*
	SEO Studio --------------------------------
	Bootstrap Colors and Theme
	This is the base code for changing colors.

	Template Name: Basic;
	Template Author: Webfector;

	To be used with version 3.0.0+ of SEO Studio for [[WordPress]] ONLY.
*/

.StudioFrame * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.StudioFrame h4 {
	font-size: 18px;
	margin: 10px 0;
}
.StudioFrame h3 {
	margin: 15px 0;
	font-size: 21px;
}
.StudioFrame .container {
	width: 100% !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    position: relative !important;
    top: auto;
    left: auto;
}

/* Homepage and Structures */

.StudioFrame {
	background: #fff;
}

.StudioFrame .navbar {
	background: #34495E;
	margin-bottom: 0px;
}
.StudioFrame .navbar.navbar-inverse .navbar-brand {
	color: #ddd;
	padding: 25px 15px;
}
.StudioFrame .navbar.navbar-inverse .navbar-brand:hover {
	color: #fff;
}
.StudioFrame .navbar .nav>li>a { 
	padding: 25px 15px;
}
@media (max-width: 767px) {
	.StudioFrame .navbar .nav>li>a {
		padding: 10px 15px;
	}
}
.StudioFrame .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #223140;
}
.StudioFrame .navbar-inverse {
	border-color: #223140;
}
.StudioFrame .navbar-inverse .navbar-nav>li>a {
	color: #ddd;
}
.StudioFrame .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
}
.StudioFrame .pageHeader {
	background: #2A5E9F url('../../images/stripe.png');
	color: #fff;
	border-bottom: 1px solid #0F376A;
	margin-bottom: 15px;
}
.StudioFrame .frontPageBanner {
	background: #2A5E9F;
	color: #fff;
	border-bottom: 1px solid #0F376A;
}
.StudioFrame .frontPageBanner .btn {
	background: #0F376A;
	border: 1px solid #0B3366;
}
.StudioFrame .frontPageBanner .btn:hover {
	background: #0B3366;
}
.StudioFrame .panel-primary {
	border-color: #34495E;
}
.StudioFrame .panel-primary>.panel-heading {
	color: #ffffff;
	background-color: #34495E;
	border-color: #34495E;
}
.StudioFrame .callToAction {
	background: #3A4C72;
}
.StudioFrame .loginBox {
	border: 1px solid #ddd;
	background: #fff;
}
.StudioFrame .toolPaneHorizontal:hover {
	border: 1px solid #ddd;
	background: #fff;
}
.StudioFrame hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

/* Buttons */

.StudioFrame .btn.btn-primary {
	background: #34495E;
	border-color: #34495E;
}
.StudioFrame .btn.btn-info {
	background: #2A5E9F;
	border-color: #2A5E9F;
}

/*
	Stationary Customizations
	These are things we changed in Bootstrap, but they should not be changed for theming.
*/

.StudioFrame .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}
.StudioFrame .dropdown-menu > li > a:hover,
.StudioFrame .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;
}
.StudioFrame .navbar-toggle {
	margin-top: 17px;
	background: #223140;
	border-color: #223140;
}
.StudioFrame .navbar-brand img {
	height: 35px;
	margin-top: -11px;
	margin-bottom: -8px;
}
.StudioFrame .pageHeader {
	padding: 15px 25px;
	margin-bottom: 30px;
}
.StudioFrame .pageHeader h2 {
	margin: 0;
	color: #fff;
}

.StudioFrame .frontPageBanner {
	padding: 45px 25px;
}
.frontPageBanner h1 {
	margin-top: 0;
	margin-bottom: 25px;
}
.StudioFrame .frontPageBanner p {
	font-size: 18px;
	margin-bottom: 35px;
}
.StudioFrame .frontPageBanner .btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 13px 28px;
}

.StudioFrame .boxed-well {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
}
.boxed-well:hover { cursor: pointer; }
.boxed-well a { text-decoration: none; color: inherit; }

.StudioFrame .boxed-well .tool-icon {
	float: left;
	padding: 16px;
}
.StudioFrame .boxed-well .tool-info {
	float: left;
	padding-top: 21px;
	font-size: 16px;
	padding-left: 21px;
	font-weight: 400;
}
.StudioFrame .homepagefeature {
	padding: 30px 25px;
}
.StudioFrame .homepagefeature img {
	margin-bottom: 15px;
}
.StudioFrame .homepagefeature .btn {
	margin-top: 15px;
}
.StudioFrame .featurette-divider {
  margin: 80px 0;
}

.StudioFrame .featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.StudioFrame .panel, .panel-primary>.panel-heading {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.StudioFrame input[type=text], .StudioFrame input[type=password], .StudioFrame input[type=email] {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.StudioFrame .btn {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.StudioFrame .callToAction {
	margin-bottom: 30px;
	padding: 35px 25px;
}
.StudioFrame .callToAction h3 {
	color: #fff;
	margin: 0px;
	font-size: 22px;
}
.StudioFrame .callToAction a.btn {
	padding: 12px 25px;
	font-size: 16px;
	margin-top: -15px;
	margin-bottom: -15px;
}

.StudioFrame .toolPaneListContainer {
	margin-bottom: 30px;
	vertical-align: top;
}
.StudioFrame .toolPaneHorizontal {
	border: 1px solid transparent;
	padding: 20px 10px 20px;
	display: inline-block;
	width: 145px;
	text-align: center;
	margin-bottom: 4px;
	vertical-align: top;
}
.StudioFrame .toolPaneHorizontal a, .toolPaneHorizontal a:hover {
	text-decoration: none;
}
.StudioFrame .toolPaneIcon {
	margin-bottom: 10px;
}
.StudioFrame .toolPaneIcon img {
	height: 55px;
	width: 55px;
}
.StudioFrame .toolPaneInformation {
	color: #222;
}
.StudioFrame .toolPaneInformation h4 {
	color: #222;
	font-size: 12px;
	margin: 20px 0 0px;
	font-weight: bold;
	display: inline-block;
}

.StudioFrame .footer {
	background: #333;
	padding: 40px 20px;
	color: #eee;
	border-top: 1px solid #000;
	margin-top: 35px;
}
.StudioFrame .footer a {
	color: #fff;
}
@media (max-width: 767px) {
	.StudioFrame h4,.StudioFrame h3,.StudioFrame .toolPaneListContainer {
		text-align: center;
	}
}
.StudioFrame .loginBox {
	padding: 25px 30px;
}
.StudioFrame .placeholder {
	color: #aaa;
}

.StudioFrame .resultsBox1 {
	background: #34495E;
	color: #fff;
	border: 1px solid #34495E;
	text-align: center;
	padding: 45px 25px;
	margin-bottom: 20px;
}
.StudioFrame .resultsBox1 .graduatedText {
	text-transform: uppercase;
	font-size: 16px;
}
.StudioFrame .resultsBox1 .bigNumber {
	font-size: 48px;
	padding: 20px 0;
}
.StudioFrame input.pb {
	margin-bottom: 10px;
}

/* Alert Boxes */

.StudioFrame .errorBox {
	padding: 15px 15px;
	border: 1px solid #ff3d3d;
	border-bottom: 3px solid #ff3d3d;
	margin-bottom: 30px;
	color: #700400;
}

.StudioFrame .container {
	padding-left: 20px;
	padding-right: 20px;
}

.headerbar {
	background: #ddd;
	padding: 7px 30px;
	color: #333;
}
.headerbar table {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle
	border-collapse: collapse;
	border-spacing: 0;;
}
.headerbar table tr, .headerbar table td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
.headerbar a {
	color: #333;
}

.menubar li, .menubar ul, .menubar a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}

.menubar {
	background: #444;
	padding: 0px 15px;
	color: #fff;
}
.menubar table {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle
	border-collapse: collapse;
	border-spacing: 0;;
}
.menubar table tr, .menubar table td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
.menubar a {
	text-decoration: none !important;
	color: #fff !important;
	display: inline-block;
	padding: 8px 15px;
}

.entry-header {
	display: none;
}

.toolPaneIcon img {
	border: 0px;
	box-shadow: none;
}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent;}

.studioDropDownHolder {
	display: inline-block;
	position: relative;
}
.studioDropDown {
	min-width: 150%;
	background: #444;
	position: absolute;
	top: 36px;
	z-index: 100;
	height: auto !important;
	width: auto !important;
}
.studioDropDown ul {
	display: block !important;
}
.studioDropDown ul, .studioDropDown ul li {
	margin: 0px !important;
	padding: 0px !important;
}
.studioDropDown ul li a {
	color: #fff !important;
	padding: 7px 20px !important;
	background: #444 !important;
}
.studioDropDown ul li a:hover {
	color: #aaa !important;
	background: #444 !important;
}

.studioDropDown.off {
	display: none;
}
.studioDropDown.on {
	display: block;
}

.StudioFrame .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.StudioFrame .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.StudioFrame .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.StudioFrame .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.StudioFrame .input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.StudioFrame .input-group .form-control {
	width: 100%;
	margin-bottom: 0;
	-moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important;
}
.StudioFrame input[type=text], input[type=password], input[type=email] {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.StudioFrame .placeholder {
	color: #aaa;
}

.StudioFrame table tr, .StudioFrame table td {
	padding: 0px;
	border: 0px solid #000;
}
.StudioFrame .toolPaneListContainer {
	max-height: 1000px !important;
	text-align: center;
}
.StudioFrame hr {
	margin-bottom: 15px !important;
}
.input-group-btn {
position: relative;
white-space: nowrap;
}
.input-group-addon, .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}.input-group-addon, .input-group-btn, .input-group .form-control {
display: table-cell;
}

.StudioFrame .btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.StudioFrame .btn {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
text-decoration: none !important;
}
.StudioFrame .btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.StudioFrame .btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.StudioFrame .input-group-btn:last-child>.btn {
margin-left: -1px;
}
.StudioFrame .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.StudioFrame .input-group-btn>.btn {
position: relative;
}

.StudioFrame .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.StudioFrame .tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.StudioFrame .tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.StudioFrame .tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}

.StudioFrame .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.StudioFrame .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.StudioFrame .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
