/*  
Theme Name: tbare.com
Theme URI: http://www.tbare.com
Version: 1.0.0
Author: Tim Bare
Author URI: http://www.tbare.com
*/

body {
	margin: 0;
	padding: 0;
	color: #3d3d3a;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.4em; 
	background: #50504d;
	-webkit-font-smoothing: antialiased;
}

::selection {
	background: #609eba; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #609eba; /* Firefox */
	color: #fff;
}

a, a:link, a:visited { 
	color: #4c76ae; 
	font-weight: normal; 
	text-decoration: underline;
}

a.anchor{display: block; position: relative; top: -160px; visibility: hidden;}

a:hover { 
	text-decoration: underline; 
}

.nivo-caption a, .nivo-caption a:hover {
	text-decoration: none;
}

a.more { 
	display:inline-block; 
	font-size: 12px; 
	color: #fff; 
	font-weight: 700; 
	width: 60px; 
	height: 23px; 
	line-height: 21px; 
	text-align: center; 
	padding-right: 25px; 
	/*background: url(images/button.png) left center no-repeat; */
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
}

.gllr_image_block {
	margin: 0 4px 0 4px;
}

img { 
	border: none; 
}

.wp-caption{
	background-color: #e4e4e0;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	text-align: center;
}

img.aligncenter {
	margin: 0 auto;
	display: block;
}

table img {
	border: none !important;
}

em { 
	color: #000; 
}

blockquote { 
	padding: 10px;
	border: 1px solid #999;
	background-color: #c0c0c0;
	margin: 15px;
}

cite { 
	font-weight: bold; 
	color: #0088AA; 
}

cite a, cite a:link, cite a:visited  { 
	font-size: 12px; 
	text-decoration: none; 
	font-style: normal; 
}

cite span { 
	font-weight: 400; 
	color: #0088AA; 
}

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; line-height: normal; font-family: 'Exo 2', sans-serif;}
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0; }
h2 { font-size: 30px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner, a.post-edit-link { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }

h1.page-title {
	max-width: 1100px;
	margin: 0 auto;
}

.divider { 
	margin-bottom: 40px; 
	padding-bottom: 20px; 
	/*background: url(images/divider.png) repeat-x bottom; */
}

.float_l, .alignleft { 
	float: left; 
}

.float_r, .alignright { 
	float: right; 
}

.img_float_l, .alignleft { 
	margin: 3px 15px 5px 0; 
}

.img_float_r, .alignright { 
	margin: 3px 0 5px 15px; 
} 

.list { 
	margin: 10px 0 10px 0; 
	padding: 0; 
	list-style: none; 
}

.list li { 
	color:#5f5f59; 
	margin: 0 0 10px 0; 
	padding: 0 5px 0 15px; 
	/*background: url(images/list.png) no-repeat scroll 0 5px;  */
}

.list li a { 
	color: #5f5f59; 
	font-weight: normal; 
}

.list li a:hover { 
	color: #5f5f59; 
}

#header_wrapper {
	z-index: 999;
	width: 100%;
	height: 93px;
	/*background: url(images/header_bg.png) repeat-x top;*/
	background: #3c3c3c;
	position: fixed;
	-webkit-transition: background-image 0.3s ease-in-out;
    -moz-transition: background-image 0.3s ease-in-out;
    -ms-transition: background-image 0.3s ease-in-out;
}

#header {
	width: calc(100% - 20px);
	/*max-width: 1100px;*/
	height: 90px;
	margin: 0 auto;
	padding: 10px; 
	position: relative;
}

#header_logo {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 7px;
	left: 7px;
	background-image: url("images/tbareLogo2@3x.png");
    background-size: contain;
	background-repeat: no-repeat;
}

#middle_wrapper {
	width: 100%;
	padding-top: 93px;
	height: auto;
	max-height: 458px;
	background: #1f1f1e url(images/middle.jpg) no-repeat center 93px;
	margin-bottom: -93px;
}

#middle {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 10px;
}

.main-wrapper {
	background: #f1f1e3;
}

#main {
	display: flex;
	width: calc(100% - 20px);
	/*max-width: 1100px;*/
	margin: 0 auto;
	padding: 133px 10px 60px 10px;
}

.fl-builder #main {
	width: 100%;
	max-width: none;
	padding-left: 0px;
	padding-right: 0px;
}

.withsidebar { 
	width: calc(70% - 20px);
	float: left;
	padding-right: 20px;
}

#sidebar { 
	/*width: 33%;
	max-width: 310px;*/
	width: calc(30% - 21px);
	padding-left: 20px;
	float: left;
	border-left: 1px solid #609eba;
	background: #dadfe4;
}

#sidebar h2 {
	margin-bottom: 5px;
	font-size: 24px;
}

#sidebar ul { 
	margin: 0 0 20px 10px;
	padding: 0; 
	list-style: none; 
}

#sidebar ul li { 
	margin: 0 0 2px 5px;
	padding: 0 0 5px; 
}

#sidebar ul li a { 
	color: #3d3d3a; 
}

#footer_wrapper {
	width: 100%;
	/*background: #50504d;*/
	background: #696960;
	border-top: 5px solid #e8e8e7
}

#footer {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 10px;
}

#site_title { 
	margin-left: 90px;
	float: left;
	font-family: 'Exo 2', sans-serif;
}

#site_title a { 
	margin-right: 10px;
	display: inline-block; 
	color: #fff; 
	font-size: 38px; 
	font-weight: 700; 
	line-height: 40px; 
	-webkit-transform: scaleX(0.84);
    /*transform: scaleX(0.84);*/
	text-decoration: none;
}

#site_title a::before {
	background-image: url('images/TBare-Logov2.0-left.png');
	background-size: 16px 32px;
	display: inline-block;
	width: 20px;
	height: 32px;
	content: "";
	background-repeat: no-repeat;
}

#site_title a::after {
	background-image: url('images/TBare-Logov2.0-right.png');
	background-size: 16px 32px;
	display: inline-block;
	width: 20px;
	height: 32px;
	content: "";
	background-repeat: no-repeat;
	background-position: center right;
}

#site_title span { 
	
	display: inline-block; 
	color: #d6d6ce; 
	font-size: 24px; 
	font-weight: 500; 
	line-height: 26px; 
}

#site_title a:hover { 
	text-decoration: none; 
}

#main img { 
	border:4px solid #c5ced7;
	max-width: calc(100% - 16px);
    height: auto;
	padding: 4px;
}

#main img.noborder, #main img.no-border, #main .noborder img, #main .no-border img  { 
	border: none; 
	max-width: calc(100% - 5px);
    height: auto;
}

.alert {
	padding: 10px 15px;
	background-color: #96131d;
	background-image: url(images/fade.png);
	background-repeat: repeat-x;
	border: 1px solid #660007;
	border-width: 1px 1px 2px 1px;
	clear: both;
	color: #fff;
	margin: 0 0 10px 0;
}

.regWrap {
	margin-top: 40px;
	padding-left: 105px;
}

.regTitle {
	font-size: 16px;
	float: left;
	width: 250px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

.regRow {
	font-size: 14px;
	float: left;
	width: 250px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

.fp_box5 { 
	float: left; 
	width: 160px; 
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 9px; 
	text-align: center; 
	background: #c8c8bd; 
	border: 1px solid #e8e8e3;
	height: 215px;
	overflow: hidden;
   transition: background .2s ease-in-out, color .2s ease-in-out;
   -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
   -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
}

div.darkhover div.fl-col-content:hover {
	background-color: #696960;
	color: #fff;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	
}

div.darkhover div.fl-col-content:hover a {
	color: #9abeed;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
	
}

.tall { 
	height: 325px !important;
 }


.one, .two, .three, .four, .five {

}


.one {
	background: #c8c8bd url(images/1.png) no-repeat bottom left;
}

.one:hover, .one.active {
	background: #696960 url(images/1D.png) no-repeat bottom left !important;
}

.two {
	background: #c8c8bd url(images/2.png) no-repeat bottom left;
}

.two:hover, .two.active {
	background: #696960 url(images/2D.png) no-repeat bottom left !important;
}

.three {
	background: #c8c8bd url(images/3.png) no-repeat bottom left;
}

.three:hover, .three.active {
	background: #696960 url(images/3D.png) no-repeat bottom left !important;
}

.four {
	background: #c8c8bd url(images/4.png) no-repeat bottom left;
}

.four:hover, .four.active {
	background: #696960 url(images/4D.png) no-repeat bottom left !important;
}

.five {
	background: #c8c8bd url(images/5.png) no-repeat bottom left;
}

.five:hover, .five.active {
	background: #696960 url(images/5D.png) no-repeat bottom left !important;
}

.fp_box5:hover, .fp_box5.active { 
	background: #696960; 
}

.fp_box5 h2 a { 
	color: #000; 
	font-size: 14px; 
	font-weight: 700; 
}

.fp_box5 img { 
	margin-bottom: 5px;
	padding: 8px;
	border: 3px solid #e4e4e0 !important;
}

.fp_box5 h2 { 
	margin: 5px;
	padding: 0;
	line-height: 70%;
}

.fp_box5 p { 
	text-align: left; 
	margin-bottom: 0;
}

.fp_box5:hover h2 a, .fp_box5.active h2 a { 
	color: #fff; 
	font-size: 14px; 
	font-weight: 700; 
}

.fp_box5:hover p, .fp_box5.active p { 
	color: #d6d6ce;
}

#footer a { 
	color: #fff; 
}

#footer h5 { 
	color: #fff; 
	font-size: 16px; 
	font-weight: 700; 
	margin-bottom: 15px; 
}

#footer { 
	color: #bebeb2; 
	font-size: 12px;
}

#footer ul.menu { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#footer ul.menu li { 
	margin: 0 0 5px; 
	padding: 0 0 5px; 
}

#footer ul.menu li a { 
	color: #fff; 
}

#footer ul.menu li.social a { 
	display: block; 
	padding: 8px 0 8px 30px; 
	background-position: 0 5px; 
	background-repeat: no-repeat; 
}

#footer ul.menu li.facebook a { 
	background-image: url(images/facebook_24.png); 
}

#footer ul.menu li.twitter a { 
	background-image: url(images/twitter_24.png); 
}

#footer ul.menu li.linkedin a { 
	background-image: url(images/linkedin_24.png); 
}


#footer ul.menu li.feed a { 
	background-image: url(images/rss_24.png); 
}

#footer .newsletter_txt { 
	width: 217px; 
	margin-bottom: 5px; 
	padding: 3px;	
}

#footer .subscribe_button { 
	float: right; 
	display: block; 
	font-size: 12px; 
	color: #fff; 
	font-weight: 700; 
	width: 85px; 
	height: 23px;  
	padding-bottom: 5px; 
	padding-right: 25px; 
	/*background: url(images/button.png) left center no-repeat; */
	border: none; 
	cursor: pointer; 
}

.testimonial { 
	margin-bottom: 30px; 
	padding: 10px; 
	background: #c8c8bd; 
	border: 1px solid #e8e8e3; 
}

.gallery_box { 
	float: left; 
	width: 217.5px; 
	margin: 0 30px 30px 0; 
	text-align: center; 
}

.gallery_box img { 
	margin-bottom: 10px; 
}

.gallery_box a { 
	font-size: 12px; 
	font-weight: 700; 
	margin-bottom:0; 
}

.gallery_box p { 
	font-size: 12px; 
}

.post {
	clear: both;
	margin-bottom: 60px;
}

.post img { 
	float: left; 
	margin-right: 15px; 
}

.post h2 { 
	font-size: 18px; 
	margin-bottom: 10px; 
}

.post .meta { 
	clear: both; 
	font-size: 12px; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	padding: 5px 10px;  
	background: #c8c8bd; 
	border: 1px solid #e8e8e3; 
	border-left: none; 
	border-right: none;
}

.post .meta span { 
	float: left; 
	display: block; 
	margin-right: 20px; 
}

.post .meta span.more_but { 
	float: right; 
}

.post .meta span.more_but a { 
	color: #7f0d0d; 
} 

.post .meta a, .post .meta strong { 
	color: #7b7b7b; 
	font-weight: 700; 
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 538px;

}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { 
	margin-bottom: 10px; 
	list-style:none;  
}

.comments li .commentbox1 { 
	background: #e3e3dd; 
	border: 1px solid #c9c9c0;  
}

.comments li .commentbox2 { 
	background: #f2f2f0; 
	border: 1px solid #c9c9c0;  
}

.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 10px 30px 20px 30px; 
	margin-bottom: 40px;  
}

.comment_box .gravatar { 
	float: left; 
	width: 75px; 
	margin-right: 30px; 
}

#main .comment_box .gravatar img {  
	width: 58px; 
	height: 58px; 
	border: 5px solid #fff; 
}

.comment_box .comment_text {  }

.comment_box .comment_text p { 
	margin: 0; 
}

.comment_text .comment_author { 
	font-size: 12px; 
	font-weight: 700; 
	color: #7f0d0d; 
	margin-bottom: 10px; 
}

.comment_text .date { 
	font-size: 11px; 
	font-weight: normal; 
	font-style: italic; 
	color: #7b7b7b; 
	padding-left: 10px; 
}

.comment_text .time { 
	font-size: 11px; 
	font-weight: normal; 
	color: #7b7b7b; 
	padding-left: 10px; 
}
 
.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #fff; 
	font-weight: 700; 
} 

#comment_form {
	clear: both;
}

#comment_form form {
}

#comment_form textarea {
	color: #222;
	height:150px;
	width: 360px;
	padding: 5px; 
	background: #fff; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	color: #222;
	width: 250px;
	padding: 5px; 
	background: #fff; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form form .submit_btn { 
	width: 80px;
	height: 30px;
	color: #000;
	background: #fff; 
	border: 1px solid #c8c8bd;
}	

.rp_pp { 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	border-bottom: 1px dotted #c5c5b9; 
}

.rp_pp a { 
	color: #666; 
}

.rp_pp p { 
	font-size: 10px; 
	font-style: italic; 
}

#contact_form { 
	padding: 0; 
	width: 410px; 
	margin-bottom: 40px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 12px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 398px; 
	height: 200px; 
	padding: 5px; 
	color: #333; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn { 
	padding: 5px 14px; 
	color: #333; 
	background: #e7e7e0; 
	border: 1px solid #c8c8bd;
	font-size:14px; 
	margin: 10px 0px;
}	

.col { float: left; margin-right: 30px }
.col_12 { width: 450px }
.col_13 { width: 300px }
.col_23 { width: 630px }
.col_14 { width: 217px } 
.col_24 { width: 465px }
.col_15 { width: 180px; margin-right: 15px }

.no_margin_right { margin-right: 0 }

.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	padding: 0; 
	display: inline; 
}

.pagging ul li a { 
	float: left; 
	display: block; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #c8c8bd; 
	border: 1px solid #e8e8e3; 
}

.pagging ul li a:hover { 
	background: #5b5b08; 
	color: #fff;  
}

.gallerybox {
	padding: 10px; 
	width: 290px; 
	border: 1px solid #e8e8e3; 
	height: 510px;
	margin: 0 8px 8px 0;
}


.gallerybox:hover { 
	background: #696960; 
}

.gallerybox:hover p { 
	color: #d6d6ce;
}

.gallerybox:hover h4 { 
	color: #ccc;
}

.gallerybox:hover a {
	color: #fff;
}

#typeList .type-post {
	padding: 10px; 
	border: 1px solid #e8e8e3; 
	min-height: 110px;
	margin: 0 8px 8px 0;
	position: relative;
}

#typeList .type-post:hover {
	background: #696960; 
	color: #d6d6ce;
}

#typeList .type-post:hover a {
	color: #fff;
}

#typeList .type-post a.fillAnchor {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

input[type="submit"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4b5961), color-stop(1, #353f47) );
	background:-moz-linear-gradient( center top, #4b5961 5%, #353f47 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b5961', endColorstr='#353f47');
	background-color:#4b5961;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #1b2229;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #242b33;
	margin-left: 180px;
}
input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #353f47), color-stop(1, #4b5961) );
	background:-moz-linear-gradient( center top, #353f47 5%, #4b5961 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#353f47', endColorstr='#4b5961');
	background-color:#353f47;
}
input[type="submit"]:active {
	position:relative;
	top:1px;
}

.symple-pricing-table .symple-pricing-content ul {
	padding-left: 0;
}

.IPkey, .IPvalue {
	font-size: 18px;
	line-height: 160%;
	display: block;
	float: left;
}

.IPkey {
	margin-left: 40px;
	width: 120px;
	clear: left;
	overflow: hidden;
}

.IPvalue {
	padding-left: 10px;
}

a#scroll-to-top {
	background: url(images/arrow.png) no-repeat center center !important;
}

a.button {
	padding: 15px 20px;
	border: 1px solid #4c76ae;
	color: #ffffff;
	text-decoration: none;
	background: #4c76ae;
	transition: all 0.5s ease;
}

a.button:hover {
	text-decoration: none;
	background: #1f3e68;
}


	
.form_item {
    padding: 4px 0 8px 10px;
}
	
.form_item label {
    display: block;
    float: left;
    padding: 5px;
    width: 120px;
}

.form_item input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #4b5961 ;
    padding: 5px;
}
.form_item input#username {
    background: #ffffff none repeat scroll 0 0;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group-addon {
    background-color: #4b5961 ;
    border: 1px solid #4b5961 ;
    border-radius: 4px 0 0 4px;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon i {
    color: #fff;
}
.input-group-addon, .input-group-btn, .input-group input.form-control {
    display: table-cell;
}
.input-group input.form-control {
    float: left;
    margin: 0;
    position: relative;
    z-index: 2;
}
input.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: calc(100% - 35px);
}

.loginSubmit input#CustomerLogin {
	margin-left: 70px;
}

.home-page .fl-post-slider-background .fl-post-slider-content {
	padding: 10px !important;
}

.home-page .fl-post-slider-post .fl-post-slider-title {
	float: left;
}

.home-page .fl-post-slider-post .fl-post-slider-feed-meta {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 18px;
}

.home-page .fl-post-slider-feed-content  {
	clear: left;
}



.main_loginform_block, .portal-page  {
	max-width: 1100px;
    margin: 0 auto;
}



.mfp-content .mfp-figure::after {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  display: block;
  right: -20px;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #ffffffdb;
}