/*
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: 'Stag Web';
  src: url('css/Stag-Semibold-Web.eot');
  src: url('css/Stag-Semibold-Web.eot?#iefix') format('embedded-opentype'),
     url('css/Stag-Semibold-Web.woff') format('woff'),
     url('css/Stag-Semibold-Web.ttf') format('truetype'),
     url('css/Stag-Semibold-Web.svg#Stag Web') format('svg');
  font-weight:  600;
  font-style:   normal;
  font-stretch: normal;
}


@font-face {
font-family: 'Stag Web';
src: url('css/Stag-Light-Web.eot');
src: url('css/Stag-Light-Web.eot?#iefix') format('embedded-opentype'),
url('css/Stag-Light-Web.woff') format('woff'),
url('css/Stag-Light-Web.ttf') format('truetype'),
url('css/Stag-Light-Web.svg#Stag Web') format('svg');
font-weight: 300;
font-style: normal;
font-stretch: normal;
}


body {

	background-color: #ffffff;
	color: #323E48;
font-family: 'arial';
font-weight: 300;
font-style: normal;
font-stretch: normal;
	font-size: 18px;
	-webkit-font-smoothing: antialiased; line-height: 21px

}

/* Titles */
h1, h2, h3, h4, h5, h6 { color: #333;   font-family: 'Stag Web';
  font-weight:  600;
  font-style:   normal;
  font-stretch: normal;}

h1 { font-size: 50px; 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: 18px; line-height: 21px; 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: #1abc9c;
	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 #323E48;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}


.navbar { margin-bottom: 0px; font-size:18px  }

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

.navbar-inverse { background-color: #F05A28; border-color: #F05A28; }

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

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

.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: #222222; }

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

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


/* Helpers */

.mt { margin-bottom: 40px; }

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


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

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


#footer { background-color: #323E48; padding-bottom: 50px; padding-top: 50px; }

#footer p { color: white; }

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


/* +++++ 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;
	background-color:#F05A28 !important
}

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

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

/* WP User Avatar */

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

.single-port{ padding-top:35px; padding-bottom:35px}

.single-port p{ width:500px; margin-left:auto; margin-right:auto}
.single-port h3{ width:500px; margin-left:auto; margin-right:auto}
.single-port hr{ width:500px; margin-left:auto; margin-right:auto}

.single-port blockquote{ width:500px; margin-left:auto; margin-right:auto;    font-family: 'Stag Web';
  font-weight:  600 !important;
  font-style:   normal;
  font-stretch: normal;
  color:#F05A28}
.beigestrip {background-color:#f2f2f2; padding-top:15px; padding-bottom:5px; margin-bottom:15px}



#cookie-notice{ padding: 5px!important }
#cookie-notice a{ text-decoration: underline}
.cookie-notice-container {

	font-size: 17px; line-height: 23px;
background-color: #323E48; 	margin-bottom: 8px; margin-top: 8px
}

#cookie-notice .button.wp-default{ background-color: #323E48 !important; background-image: url(images/cookies-close.png) !important; background: none!; border-color: #323E48!important; height: 33px; width: 35px; box-shadow: none!important;  text-indent: -9999px;  vertical-align: middle; background-repeat: none!important; padding-left: 0px; padding-right: 0px }

#cn-notice-text{max-width:  1515px;}

.cookie-notice-container{ padding: 0px!important}
