/*
Theme Name: StanleyWP
Theme URI: http://gentsthemes.com
Description: Responsive WordPress theme with all the Twitter Bootstrap elements and features.

Author: Brad Williams & Carlos Alvarez & Carlos Alvarez
Author URI: http://gentsthemes.com
Version: 3.0.3
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2011-2014 Gents Themes
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt
	
CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes
	
CSS Rules: Sorted alphabetically for better organization.
*/



body {
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	color: #555;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

input, textarea {
	font-family: 'Roboto', sans-serif;
}

/* Titles */
h1, h2, h3, h4, h5, h6 { color: #333; font-family: 'Roboto', sans-serif; font-weight: 700; }

h1 { font-size: 35px; margin-bottom: 30px; margin-top: 30px; }

.author-avatar img { -webkit-border-radius: 95px; -moz-border-radius: 95px; border-radius: 95px; }


/* Paragraph & Typographic */
p { font-size: 16px; line-height: 28px; margin-bottom: 25px; }

.centered { text-align: center; }

/* Links */
a {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	color: #3498DB;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	word-wrap: break-word;
}

a:hover,
a:focus { color: #7b7b7b; outline: 0; text-decoration: none; }

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}


.navbar { margin-bottom: 0px; text-transform: uppercase; }

.navbar-inverse { padding-bottom: 70px; padding-top: 70px; font-size: 18px; }

.navbar-inverse { background-color: #2C3E50; border-color: #273747; }

.navbar-inverse .navbar-nav > li > a { color: white; }

.navbar-inverse .navbar-nav > li > a:hover { color: #3498DB; }

.navbar-brand { font-size: 28px; font-weight: 700; letter-spacing: 2px; }

.navbar-inverse .navbar-brand { color: white; }

.navbar-inverse .navbar-toggle { border-color: transparent; }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover { background-color: transparent; color: #3498DB; }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { background-color: transparent; color: #3498DB; }

.progress-bar-theme { background-color: #3498DB; }

.container>.navbar-header, .container>.navbar-collapse { margin: 0; }
/* Helpers */

.mt { margin-bottom: 40px; margin-top: 40px; }

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


/* +++++ WRAP SECTIONS +++++ */

#ww { background-color: #f2f2f2; padding-bottom: 70px; padding-top: 70px; }


#footer { background-color: #2f2f2f; padding-bottom: 50px; padding-top: 50px; }

#footer p { color: white; }

#footer h4 { color: white; padding-bottom: 20px; text-transform: uppercase; }


/* +++++ Color Wraps / Blog Page +++++ */

#grey { background-color: #f2f2f2; padding-bottom: 60px; padding-top: 60px; }

#white { background-color: #ffffff; padding-bottom: 60px; padding-top: 60px; }

.post-title { font-size: 1.8em; color: #3498DB; width: 90%; }

/* Blog Date*/
bd {
	color: #d2d2d2;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Blog Author*/
ba { font-size: 12px; padding-left: 5px; text-transform: uppercase; }

/* Blog Quote */
.bq { font-size: 22px; padding-top: 30px; }

/* Blog Tags */
bt { font-size: 12px; }

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom {
	background: transparent url(images/loader.gif) no-repeat center;
	display: block;
	overflow: hidden;
	position: relative;
}

	.zoom img { display: none; }

		.zoomOverlay {
			background-image: url(images/zoom.png);
			background-position: center;
			background-repeat: no-repeat;
			bottom: 0;
			display: none;
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}

.zoom2 { opacity: 1; }

.zoom2:hover { opacity: 0.5; }

/* glyphicon Configuration */

.glyphicon { color: #3498DB; font-size: 40px; }

/* WP User Avatar */

.wp-user-avatar {margin: 0;}


form div.wpcf7-validation-errors {
	border: none;
	margin: 0;
	padding: 0;
}
form input.wpcf7-not-valid, form textarea.wpcf7-not-valid{
	border: 2px solid #f00;
}
.bubble 
{
position: relative;
width: 50px;
height: 35px;
line-height: 35px;
padding: 0px;
background: #F0F0F0;
color: #7F7F7F;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 7px 10px 7px 0;
border-color: transparent #F0F0F0;
display: block;
width: 0;
z-index: 1;
margin-top: -7px;
left: -10px;
top: 50%;
}

.post-comments {
    float: right;
    text-align:center;
    vertical-align:middle;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
}

#grey .bubble { background: #FFF;}
#grey .bubble:after { border-color: transparent #FFF; }
 

input[type=text], textarea, input[type=email] {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(0,0,0,0);
}

input[type=text]:focus, textarea:focus, input[type=email]:focus  {
	background: #fff;
	box-shadow: 0;
	border: 2px solid #3498db;
	color: #3498db;
	outline: none;
	padding: 13px;
}

input[type=submit] {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	width: 30%;
	border: none;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:-4px;
}

input[type=submit]:hover{
	background-color: #7b7b7b;
}

.ajax-loader {
display: inline-block;
margin: 20px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	outline: 0;
}

.icons {
    font-size: 1.8em;
    text-align: center;
}

#menu-socials {
    font-size: 36px;
}

#menu-socials .fontawesome-text {
    display: none;
}

label {
	font-size: 1em;
	display: block;
	margin-bottom: 5px;
	float: left;
}

.label-required {
	float: right;
	font-size: 0.8em;
}

.ajax-loader {
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
}

.submit {
	padding-top: 50px;
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.submit div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 0;
}

.wpcf7-form-control-wrap {
}

form div.wpcf7-mail-sent-ok {
	border: none;
}

form .wpcf7-not-valid-tip{

}

#footer .twitter {
	color: #FFF;
	font-size: 16px;
}
#footer .twitter  i {
	color: #555;
}
#footer .twitter li {
	display: block;
	margin-bottom: 10px;
}

.post-entry iframe {
	margin: 10px auto;
	display: block;
	width: 100%;
}

.post p img {
	margin: 10px auto; display: block;
}

blockquote {
	font-style: normal;
	display: block;
	background: #f2f2f2;
	padding:15px;
	margin: 15px 0;
	padding-bottom: 35px;
	border: none !important;
}

blockquote p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
}

blockquote:before {
	font-family: 'FontAwesome';
	content:"\f10d";
	font-size: 1.3em;
	margin-right: 20px;
	display: inline-block;
}

blockquote:after {
	font-family: 'FontAwesome';
	content:"\f10e"; 
	font-size: 1.3em;
	display: inline-block;
	margin-left: 20px;
	float: right;
}

blockquote ol, blockquote ul {
	margin-left: 20px;
}

ol, ul {
	margin: 0 0 10px;
}

li {
	margin-bottom: 5px;
}

ul {
	margin: 0 0 10px;
	list-style-type: circle;
	margin-left: 30px;
}

ol {
	margin: 0 0 10px;
	list-style-type: decimal;
	margin-left: 30px;
}

footer ul {
	margin-left: 0px;
	list-style-type: none;
}
.facebooklikebox { margin-left: 15px;}
.facebooklikebox > div { padding: 0; background:#fafafa;}

@media only screen and (min-width: 768px) {
	.facebooklikebox {background: url("images/facebook.png") no-repeat scroll left top transparent !important; float: right;height: 270px; padding: 0 0 0 55px; z-index: 99999;position:fixed;right:-250px;top:19%;margin: 0;}
	.facebooklikebox > div {  margin-right:-8px;  border:4px solid #3b5998; }
}