/*
Theme Name: StanleyWP - Child
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: 'Montserrat', sans-serif;
	font-size: 14px;
	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: 20px; }

.post-title { margin-bottom: 30px; margin-top: 20px; }

.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: #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 #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}


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

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

.navbar-inverse { background-color: #1abc9c; border-color: #16a085; }

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

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

.navbar-brand { font-size: 1.6em; font-weight: 700; letter-spacing: 0px; }

.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; margin-top: 40px; }

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


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

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

#www { background-color: #f2f2f2; padding-bottom: 20px; padding-top: 20px; }

#kalendar { background-color: #eceded; padding-bottom: 50px; padding-top: 50px; }

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

#footer p { color: black; }

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

#footer a { color: black; }

#footer a:hover { opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ }


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

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

#white {  background-color: #ffffff; padding-bottom: 60px; padding-top: 60px; box-shadow: 0px 0px 40px #cccaca inset; }



/* Blog Date*/
bd {
	color: #7f7f7f;
	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 ================== */

#zoomhover a:hover { opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ }

.white { position: relative;   overflow: hidden;}
.white a { color:white; transition: all 0.2s ease-in-out; }

.zoom a { background-color:blue; }

.zoom img { opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out; }

.zoom img:hover { 
	transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
	opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */ }

.white h4 {
   position: absolute; 
   top: 70%; 
   left: 0; 
   width: 100%; 
   z-index: 6; text-shadow: 0 0.125rem 0.125rem rgba(17, 17, 17, 0.4);
}

.portfl article::before {
    content: "";
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, rgba(80, 154, 140, 0.9));
    background-image: linear-gradient(transparent, rgba(80, 154, 140, 0.9));
    transition: all 0.2s ease-in-out;
}

.portfl img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}

.portfl:hover img { 
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gruda:nth-child(3n):after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}

/* glyphicon Configuration */

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

/* WP User Avatar */

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

/* text overlay with black bg */
.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.white h2 { 
   position: absolute; 
   top: 60%; 
   left: 0; 
   width: 100%; 
}

.white h2 span { 
   color: white; 
   font: bold 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

.image::before { 
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent, rgba(80, 154, 140, 0.9));
    background-image: linear-gradient(transparent, rgba(80, 154, 140, 0.9));
    transition: all 0.2s ease-in-out;
}

/* text overlay with black bg end */
