/*
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.
*/

@font-face {
    font-family: League;
    src: url('/wp-content/themes/stanleywp/fonts/LeagueGothic-Regular.otf');
}
@font-face {
    font-family: LeagueCondensed;
    src: url('/wp-content/themes/stanleywp/fonts/LeagueGothic-CondensedRegular.otf');
}
@font-face {
    font-family: LeagueItalic;
    src: url('/wp-content/themes/stanleywp/fonts/LeagueGothic-Italic.otf');
}
@font-face {
    font-family: LeagueCondensedItalic;
    src: url('/wp-content/themes/stanleywp/fonts/LeagueGothic-CondensedItalic.otf');
}


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

/* Titles */
h1, h2, h3, h4, h5, h6 { color: #333; font-family: 'Montserrat', 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 {  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: #f6c626;
	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: 0px; padding-top: 0px; }

.navbar-inverse { background-color: #f6c626; border-color: #16a085; border:none; }

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

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

.navbar-brand { font-size: 20px; 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: #fff; */ }

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { background-color: transparent; /*color: #fff; */ }


.top-navbar-inverse { padding-bottom: 0px; padding-top: 0px; }

.top-navbar-inverse { background-color: #333; border-color: #16a085; border:none; }

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



.progress-bar-theme { background-color: #1abc9c; }


/* 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: #333;
  padding-bottom: 20px;
  padding-top: 35px;
  color: white;
  margin-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; }



/* 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 { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(images/loader.gif) no-repeat center;
}


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

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon { color: #1abc9c; font-size: 40px; }

/* WP User Avatar */

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



.clr {
	clear:both;
}






#header-right-block {
	float:right;
	margin-top:34px;
	
}

#header-right-block h1 {
	font-size: 42px;
  line-height: 46px;
  color: #FFF;
  text-align: right;
  padding: 0;
  margin: 0;
  font-family: 'League';
  font-weight: normal;
}

#header-right-block h2 {
	font-size: 31px;
  line-height: 35px;
  color: #f6c626;
  text-align: right;
  padding: 0;
  margin: 0;
  font-family: 'League';
  font-weight: normal;
}





#nav-total-wrapper .container {
	width:100%;
}

.navbar-wrap {
	background-color:#f6c626;
}


#navcontainer {
	float:right;
    position:relative;
    left:-50%;
    text-align:left;
}
#navcontainer ul
{
	list-style:none;
    position:relative;
    left:50%;

}
#navcontainer ul li { 
	float:left;position:relative; 
	margin-left:40px;
	margin-right:40px;
}

#navcontainer ul li a
{
	font-size: 15px;
	
	float: left;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	
}








#revolution {
	position:relative;
	margin-top:15px;
}


.revolution-tag {
	background-color:#FFF;
	padding:0px 25px;
	color:#222;
	height:40px;
	line-height:40px;
	font-family: 'League';
  	font-weight: normal;
  	font-size:27px;
}

#slide-text-one {
	position:absolute;
	right:0;
	top:200px;
}
#slide-text-two {
	position:absolute;
	right:0;
	top:250px;
}
#slide-text-three {
	position:absolute;
	right:0;
	top:300px;
}



#revolution img {
	margin:0;
	padding:0;
}

#revolution .aligncenter {
  margin: 0 auto;
}

#revo1 {

}

#revo2 {
	position: absolute;
  top: 0;
  left: 0;
  display:none;
}



#quote-request-block {
	text-align:center;
	  background-color: #f6c626;
}


#message-left {
	color:#333;
	padding:30px 0px;
	text-align:center;
}

#quote-right {
	margin-top:50px;
	margin-bottom:50px;
	  
  padding: 15px 50px 0px 50px;
  color:#FFF;
  text-align:left;
}
#quote-right input	 {
	width:100%;
}

#quote-right h3 {
	color:#FFF;
	margin-bottom:20px;
}

#quote-right .your-message textarea {
	height:200px;
}


#footer-copy-block {
margin-top:50px;
color:#eee;
}


.navbar-toggle {

  background-color: #111;
  float:none;
  margin:10px 0;
}

.container>.navbar-header {
	text-align: center;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent;
}
.alert-success {
  color: #f6c626;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.btn-success {
  color: #fff;
  background-color: #f6c626;
  border-color: #f6c626;
}


.servcontain {
padding-bottom: 30px;
  border-bottom: 0px solid#f9f9f9;
  margin-bottom: 45px;


}


.srvhedd {
margin-top:0;
padding-top:0;
}


.container header {
	margin: 40px 0px 55px 0px;
}

.container header h1 {
	text-align:center;
}

.quotequote {
	  background-color: #eee;
  color: #000;
  padding: 25px 35px;
  border: 5px solid #777;
  margin-bottom: 50px;

}

.quotequote h3 {
	color:#000;
}









/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    


}




/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {



}




/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	#header-right-block h2 {
	  font-size: 23px;
	  line-height: 23px;
	  color: #f6c626;
	  text-align: center;
	  padding: 0;
	  margin: 0;
	  font-family: 'League';
	  font-weight: normal;
	}
	#header-right-block h1 {
	  font-size: 29px;
	  line-height: 29px;
	  color: #FFF;
	  text-align: center;
	  padding: 0;
	  margin: 0;
	  margin-bottom:10px;
	  font-family: 'League';
	  font-weight: normal;
	}
	#header-right-block {
	  float: none;
	  margin-top: 0px;
	}
	#logo {
		text-align:center;
	}
	#logo img {
		max-width:85%;
		
	}
	#revolution {
		margin-top:10px;
		margin-bottom:50px;
	}
	.revolution-tag {
	  background-color: #f6c626;
	  padding: 0;
	  color: #222;
	  height: 36px;
	  line-height: 36px;
	  font-family: 'League';
	  font-weight: normal;
	  font-size: 24px;
	  max-width: 90%;
	  text-align: center;
	}
	#slide-text-one,
	#slide-text-two,
	#slide-text-three {
	  position: relative;
	  right: auto;
	  top: auto;
	    margin: 10px auto;
	}
	#navcontainer ul li {
	  float: none;
	  position: relative;
	  margin-left: 40px;
	  margin-right: 40px;
	  text-align: center;
	}
	#navcontainer ul li a {
	  font-size: 15px;
	  float: none;
	  text-align: center;
	  white-space: nowrap;
	  font-weight: bold;
	}

	

}




/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {



}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {



}


