/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */



/* this is the custom css added to the bootstrap theme */

/* global */

body {
	color:#808790;
	line-height:1.6em;	
}

.mob {
	display:none;	
}

h3 {
	color:#7a7e85;
	font-size:20px;
	font-weight:normal;	
}
p {
	color: #808790;
    font-size: 14px;
}

h4, h5, h6 {
	margin-top:20px;
	margin-bottom:10px;	
}
.post_content h5 {
	font-size:15px;	
	border-bottom:1px solid #f1f1f1;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:30px;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:400;	
	line-height:1.4em;
}

input, button, select, textarea {
	width:100%;
	border:1px solid #d1dde3;	
	border-radius:5px;
	padding:5px 8px;
}

textarea {
	height:100px;	
}

.page-header h4 {
	color:#fff;
	width:30%;	
}

/* header css code here */

body {
	padding-top:0px;	
}
.navbar {
	position:relative;	
	margin-bottom:0px;
}
.navbar-header {
	margin:10px 0;	
}
.navbar-default {
	background:#fff;
	border:none;	
}
.navbar-header {
	float:none;	
}
.bizAssess {
	background-color: #6fc400;
    border-radius: 30px;
    box-shadow: 1px 2px 3px #e3e4e4;
    color: #fff;
    float: right;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 20px;
    padding: 5px 13px;
    text-transform: uppercase;
}

.bizAssess:hover {
	text-decoration:none;
	background:	#64b000;
	color:#fff;
}

/* social icons here */
.social-links {
	float:right;	
}
.social {
	background:url(images/socials.jpg) left top no-repeat;
	width:28px;
	height:28px;
	display:inline-block;
	text-indent:-999em;
	opacity:0.8;	
}
.social:hover {
	background:url(images/socials.jpg) left top no-repeat;
	width:28px;
	height:28px;
	display:inline-block;
	text-indent:-999em;
	opacity:1;	
}
.social.facebook {
	background-position:0px -33px;	
}
.social.twitter {
	background-position:-172px -33px;	
}
.social.rss {
	background-position:-138px -67px;	
}


/* Navigation code here */

#menu-main-navigation li {
	margin-right:20px;	
}

#menu-main-navigation li.active a, #menu-main-navigation > li.current-page-ancestor a {
	background:#0082c8;	
	border-radius:5px 5px 0px 0px;
	color:#fff;
	font-weight:bold;
}
#menu-main-navigation li a {
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-toggle {
	margin-top:25px;	
}

/* banner styles */

.outer-banner {
	background:#0082c8 url(images/banner-repeat.jpg) left bottom repeat-x;	
}
.banner-image {
	background:url(images/banner-image.jpg) bottom center no-repeat;
	padding-bottom:310px;
	width:100%;	
}
h2.index_heading {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3em;
    text-shadow: 1px 1px #005b8f;
}
p.intro_text {
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    margin: 30px 0;
    text-shadow: 1px 1px #005b8f;
}
.text_area {
	width:60%;
	margin:0 auto;	
	text-align:center;
	padding-top:50px;
}
a.video {
    background: linear-gradient(to bottom, #0190dc 0%, #0c83c2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 1px 1px #046599, 0 1px 0 #37a8e4 inset;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 15px;
    text-decoration: none;
    text-shadow: 0 -1px #0c6ab2;
    width: 153px;
}


/* home tabs */

.home-islands .col-sm-4 {
		margin:30px 0;
		text-align:center;
}
.home-islands .col-sm-4.last {
	border-bottom:none;	
}
.home-islands .col-sm-4 p {
	margin:20px 0;
}
.home-islands .col-sm-4 i {
	font-size:35px;
	color:#7a7e85;	
}
.help {
	margin:30px 0;	
}
.help h3 {
	margin-bottom:30px;	
}
.help p {
	margin-bottom:20px;
	padding-bottom:20px;	
	padding-left:50px;
	position:relative;
}
.help p i {
	position:absolute;
	left:0px;
	top:10px;
	font-size:25px;	
}

.btn {
	border-radius:40px;	
}

/* page styles */

.page-header {
	border:none;	
	margin-bottom:20px;
}
.title-banner {
	margin-bottom:30px;	
}
.page header h1 {
	color:#fff;	
}
.form {
	background:#f4f7f9;
	padding:20px;
	border-radius:10px;	
	margin-bottom:30px;
}
.form h3 {
	margin-top:0px;	
}
#main article {
	border:none;	
}
input[type="submit"] {
	background:#6fc400;
	border:none;
	color:#fff;
	font-weight:bold;	
}
input[type="submit"]:hover {
	background:#64b000;
}
#sidebar1 {
	border-right:1px solid #f1f1f1;	
}

#sidebar1 .widget_nav_menu ul {
	padding:0px;	
}
#sidebar1 .widget_nav_menu ul li {
	list-style-type:none;
	border-top:1px solid #f1f1f1;
	padding-top:5px;
	margin-top:5px;
}
#sidebar1 .widget_nav_menu ul li.current_page_item {
	font-weight:bold;
	padding-left:15px;
	background:url(images/arrow.jpg) 3px 11px no-repeat;	
}
.testimonial {
	padding:20px;
	background:#f4f7f9;	
	border-radius:5px;
}
.bullet {
	width:45%;margin-right:5%;float:left;padding:0px;	
}
.bullet li {
	list-style-type:none;	
}
.clear {
	clear:both;	
}

/* header images */


.title-banner {
	background:#0082c8;	
}
.contact-bg {
	background:#0082c8 url(images/team-contact.png) right bottom no-repeat;
	padding:10px 10px 50px;	
}
.about-bg {
	background:#0082c8 url(images/team.png) right bottom no-repeat;
	padding:10px 10px 30px;	
}
.page-header {
	margin:0px;	
}
.page-header h1 {
	margin:40px 0 20px;	
}
.page-h1 {
	margin-top:0px;
	font-size:30px;	
}
#sidebar1 h4 {
	margin-top:0px;	
}
#widget-footer ul {
	padding:0px;	
}
#widget-footer ul li {
	list-style-type:none;	
}
#widget-footer ul li a {
	color:#ccc;
	border-bottom:1px dotted #ccc;
}
#widget-footer ul li a:hover {
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #fff;	
}
.teamviewer {
	background-color: #333;
    border-radius: 30px;
    box-shadow: 0 1px 0 #e3e4e4;
    color: #fff;
    float: right;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 20px;
    padding: 5px 13px;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.teamviewer:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background:#111;	
}
footer #mc_embed_signup_scroll input {
	width:70%;	
	margin-bottom:5px;
	border:none;
}
#mc_embed_signup_scroll input {
	margin-bottom:5px;	
}
footer {
	font-size:13px;
	line-height:1.3em;	
}
.remote-support .col-sm-4 div {
		border:1px solid #f1f1f1;
		border-radius:8px;
		padding:20px;
		text-align:center;
}
.remote-support .col-sm-4 div i {
	font-size:40px;
}
@media (max-width: 990px) {
	
	.mob {
	display:block;	
}
.screen {
	display:none;	
}
#menu-main-navigation li {
	margin-right:0px;	
}
}
@media (max-width: 767px) {
#text-3.col-sm-4 {
	display:none;	
}
footer {
	padding:20px;	
}
	.contact-bg, .about-bg {
	background:#0082c8;
	padding:0px 0 20px;	
}

button.navbar-toggle {
	width:auto;	
}
.page-header h4 {
	width:100%;	
}
.mob {
	display:block;	
}
.screen {
	display:none;	
}
.navbar-brand {
	width:80%;	
}
.navbar-brand img {
	width:100%;	
}
.navbar-header {
	margin-bottom:10px;	
}
.navbar-nav {
	margin-bottom:0px;
	margin-top:0px;	
}
.bizAssess {
	margin:0 0px 0 20px;
	float:left;
	font-size:10px;
	padding:7px 10px;
}
.social-links {
	margin-right:20px;	
}
.navbar-collapse {
	border:0px;	
}
.text_area {
	width:100%;	
}
.home-islands .col-sm-4 {
	border-bottom:1px solid #f1f1f1;
	margin-bottom:30px;padding-bottom:30px;
}
#menu-main-navigation {
	background:#454E5B;
	padding:10px 0;	
}
#menu-main-navigation li {
	margin:0px 20px;	
}
#menu-main-navigation li a {
	color:#fff;	
}
#menu-main-navigation li.active a, #menu-main-navigation > li.current-page-ancestor a {
	border-radius:5px;
	background:#323943;
	box-shadow:0px 1px 0px #5f6b7c;
}

}