/* 
Theme Name: InstantWP 
Theme URI: http://gentsthemes.com
Description: Responsive WordPress theme with all the Bootstrap elements and features. Also includes different page layouts and custom post types.

Author: GentsThemes 
Author URI: http://gentsthemes.com
Version: 3.2.0
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 GentsThemes 
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt 
	
CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes 
	
*/

/* ==========================================================================
   Base Styles, Bootstrap Modifications
   ========================================================================== */


::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #666666;
    color: #FFFFFF;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

.centered {
	text-align: center
}

.mt {
	margin-top: 50px;
}

.mb {
	margin-bottom: 50px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font: 75%/150% 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

a { color: #0098ce; }
a:hover { text-decoration: none; color: #444444; }

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
    color: #333333;
	font-family: Geogrotesque-Regular, "Helvetica Neue", Helvetica, sans-serif;
}

h3.general-title a { color: #333333; }

h3.ctitle, h3.general-title { font-size: 35px; }
h3.general-title { margin-top: 10px; }
h3.ctitle a { color: #333333; }
.post-entry h4 { margin-bottom: 20px; margin-top: 30px; font-family: Geogrotesque-Medium, "Helvetica Neue", Helvetica, sans-serif; border-bottom: 1px solid #EEEEEE; padding-bottom: 10px; color: #0098ce; }

#respond h3 { font-size: 1.2em; font-family: Geogrotesque-Medium, "Helvetica Neue", Helvetica, sans-serif; font-weight: normal; }
.navbar-brand {
	font-weight: 700;
}
.csmall { font-size: 12px; text-transform: uppercase; }

.navbar-default .navbar-brand {
	color: #FFFFFF;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

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

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Geogrotesque-Regular, "Helvetica Neue", Helvetica, sans-serif;
}
.navbar {  background: #0098ce; }
.navbar-nav>li>a { padding-top: 20px; }

.navbar-header #logo { width: 190px; padding: 15px; }
#footerwrap img { width: 110px; opacity: 0.9; }

.post-entry .attachment-post-thumbnail { border-radius: 100%; margin-bottom: 80px; }
.read-more  {margin-top: 30px; }
.read-more a { background: #f5f5f5; padding: 10px 15px; color: #333333; text-transform: uppercase; font-family: Geogrotesque-Regular, "Helvetica Neue", Helvetica, sans-serif; font-size:14px; }
.read-more a:hover { background: #4a4a4a; color: #FFFFFF; }
.he-wrap img { margin-bottom: 20px; }

.top-hero { background-color: rgba(0, 0, 0, 0.65); padding-bottom: 30px; padding-top: 10px;}
.top-hero h1 { text-transform: uppercase; max-width: 90%; margin-left: auto; margin-right: auto; }
.top-hero a, .top-hero p { color: #FFFFFF; }
.main-image { margin-bottom: 20px; }
.post-desc blockquote { max-width: 90%; margin: 30px 0 30px 20px; }

.submit { background-color: #EEA100;
color: #FFFFFF;
font-family: Geogrotesque-Regular;
font-size: 1.2em; border: none; text-transform: uppercase; padding: 10px 15px; }
.submit:hover { background-color: #444444; color: #FFFFFF; }

.pager li>a { border: none; }

.row.product-promo { border-bottom: 3px solid #0098ce; padding: 3px 0 20px; margin: 50px 0 20px; }
.row.product-promo .price { font-family: Geogrotesque-Medium, "Helvetica Neue", Helvetica, sans-serif;
font-size: 2em;
text-align: center;
color: #FFFFFF;
border-radius: 100%;
display: block;
width: 120px;
height: 120px;
background: #0098ce;
line-height: 120px;
position: absolute;
bottom: 620px;
right: 30px; }
.row.product-promo .submit { display: inline-block; margin-top: 10px; }
.videoWrapper {position: relative; margin-bottom: 30px; 
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 25px;
height: 0; }

.navbar-toggle { border-radius: 0; background: #FFFFFF; border: none; margin-top: 14px; }
.navbar-default .navbar-toggle .icon-bar { background-color: #0098ce; }
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.post-entry { margin: 20px 0; }

#headerwrap {
	background: url(images/back.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 60px;
}

#headerwrap h4 {
	font-weight: 400;
	color: #ffffff
}

.post-break { margin: 30px 0 50px; border-bottom: 1px solid #0098ce; display: block; width: 100%; }
.post-break img { background: #0098ce; width: 100px; padding: 10px; margin-bottom: -20px; }

#social {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
color: #666;
border: 3px solid #666;
padding: 10px;
border-radius: 100%;
width: 80px;
height: 80px;
line-height: 55px;
}

#social i:hover {
	color: #FFFFFF;
	background: #666;
}

#footerwrap {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #4a4a4a;
}

#footerwrap p {
	color: #fff;
font-size: 13px;
line-height: 1.4em;
}

#footerwrap #subForm input { border: none; float: left; padding: 6px 12px; }


 #footerwrap h4 { text-transform: uppercase; margin-bottom: 10px; font-family: Geogrotesque-Regular, "Helvetica Neue", Helvetica, sans-serif;
color: #f2f2f2; font-weight: 300;}

.footer-bottom-container { font-size: 12px; }
.footer-bottom-container li { float: left; line-height: 3em; }
.footer-bottom-container li a { padding: 0 0.5833em; color: #888888; }
.footer-bottom-container .footer-copyright { line-height: 2.2em; margin-bottom: 10px; padding-top: 4px; color: #888888; }

#workwrap {	
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#workwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#workwrap h4 {
	font-weight: 400;
	color: #ffffff
}

#blogwrap {	
	background: url(images/blog.jpg) no-repeat center top;
	margin-top: -20px;
	padding-top: 190px;
padding-bottom: 90px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#blogwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 50px;
}

#blogwrap h4 {
	font-weight: 400;
	color: #ffffff
}
.comment-author { position: relative; }
.comment-meta { padding-left: 0; }
.comment-body { border-radius: 0; }
.comment-notes { font-family: inherit; }

.blog-wrap.first-post { }
/* blog */


img.alignnone { margin: 20px 0; }
	.blog-wrap {	
		padding:25px 0;
		position:relative;
		display:block;
		z-index:1;
	}
	.blog-wrap .blog-media {
		margin:20px 0;
	}
	.post-desc {
		padding:0;
		margin: 30px 0;
	}
	.post-desc2 {
		padding:0;
		margin-top: 10px;
		text-align: left
	}

	.author-wrap{
	  position: relative;
	  z-index:1;
	  margin: 10px auto 0;
	  width:100px;
	}
	 .page-header {
		border-bottom: 1px solid #EEEEEE;
		margin:0 0;
		padding-bottom: 0;
	}
	
	.author-wrap > .inside img{
	  background:#fff;
	  border: 2px solid #eeeeee;
	  display: block;
	  margin: 0 auto;
	  width:100px;
	  height:100px;
	  padding: 3px;
	  position: relative;
	  text-align: center;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	}	
	.blog-title h2{}
	.blog-title .post-meta{}
	
	.post-meta {
		font-size: 12px;
		text-transform: uppercase;
	}
	.post-meta a,
	.post-meta span{
	}
	.post-meta .sep{
	  color: #777777;
	  padding: 0 10px 0 10px;
	}
	#comments_wrapper {margin:60px 0}
	.comment-list {
		margin: 60px 0;
		list-style:none;
	}
	.comment-list ul li,
	.comment-list ol li {list-style:none;}
	.comment-avatar {
		margin: 0 20px 0 0;
		float: left;
		height: 70px; width: 70px;
	}
	.comment-content {
	   background: #f5f5f5;
		border: 1px solid #eeeeee;
		margin-bottom: 20px;
		overflow: hidden;
		padding: 20px;
	}
	.comment-author {
		margin-bottom: 10px;
	}
	.comment-meta {
		font-size: 12px;
		color: #aaa;
		padding-left:10px;
	}
	.comment-reply {
		float: right;
		font-size: 12px;
		color: #aaa;
	}
	.leave-comment textarea {
		height: 150px;
	}
	.author_box {
		background: #f5f5f5;
		border: 1px solid #eeeeee;
		padding: 20px;
	}
	.author_box .avatar {
		border-radius: 50%;
	}
	.author_box p {
		font-size: 13px;
		text-align: left
	}
	.author_box h4 {
		font-size: 15px;
		text-align: left
	}
	.author_box img {
		margin-right: 15px;
	}
	.alignleft {
		float: left;
	}

	.post-meta {
		color: #333;
	}



#aboutwrap {	
	background: url(images/about.jpg) no-repeat center top;
	margin-top: -70px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img:hover {
	opacity: 0.4;
}

/* Tag Cloud */
.tagcloud a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;

	color: #fff;
  	background-color: #384452;
  	border-color: #384452;
  	margin: 4px;
}

.tagcloud a:hover {
	color: #fff;
  	background-color: #00b3fe;
  	border-color: #00b3fe;
}

/* iPhone Styles */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
#blogwrap h1 { font-size: 35px; }
.top-hero { padding-top: 5px; padding-bottom: 20px; }
.row.mt.mb { margin-top: 0; }
.blog-wrap { padding-top: 10px; }
#social i {
    font-size: 25px;
    color: #666;
    border: 2px solid #666;
    padding: 10px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 28px;
	}
#social .col-xs-offset-1 { margin-left: 5.2%; }
}
