/*
Theme Name: notmanwp
Theme URI: http://www.notmanandco.com
Author: Christopher Colpitts
Author URI: http://www.colpittsgroup.com/
Description: Custom theme for notman & Co.
Version: 3.8.0 -wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: notmanwp
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 notmanwp is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
2.0 - Search
3.0 - Post Meta
4.0 - Footer
5.0 - 
6.0 - Word Break
7.0 - Alignments
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #16a085;
    color: #a4003a;
    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;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


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

html,
body {
    height: 100%;
}

body {
    font-family: 'lato';
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


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

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

.navbar-inverse {
border-color: transparent;
background-color: #242E3C;
}

.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-nav > li > a {
	color: #555;
	font-weight: 500;
	padding-right: 10px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
color: #4e1220;
}

a.navbar-brand {
    font-size: 18px;
}

a.navbar-brand:hover {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #4e1220;
}

.primary-mobile-nav {
display: none;
}

@media (max-width: 643px){
.primary-nav {
display: none;
}
	
.primary-mobile-nav {
display: block;
}
}

.navbar-toggler {
	border: 0px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2.5' stroke-miterlimit='10' d='M4 7h22M4 16h22M4 25h22'/%3E%3C/svg%3E");
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
    background: transparent;
}

.odd a img {
    background: #f5f5f5;
}

.navbar-brand>img {
    background: transparent;
	height: 40px;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

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

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

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

.dropdown-menu {
	background-color: #f8f9fa!important;
	border: none;
	border-radius: 0rem;
}

@media (max-width: 643px) {
.dropdown-menu {
	text-align: center;
}
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.wrap-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrap-section hr {
    margin-bottom: 40px;
}

.headerwrap {
	background: url('images/header_bg.jpg') no-repeat center top;
	margin-top: -50px;
	padding-top:120px;
	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;
	margin: 90px 10px 0px 10px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 50px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

.headerwrap p {
	color:#ffffff;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin: 0px 10px 50px 10px;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 50px;
}

.caption-box {
	width: -webkit-fit-content;
	margin: 90px 10px 0px 10px;
	padding: 10px;
	background: rgba(78,18,32);
}

.carousel-caption h1 {
	color: #ffffff;
	padding: 10px;
	letter-spacing: 8px;
	font-size: 80px;
	font-weight: bold;
}

.carousel-caption p {
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 3px;
	margin: 0px 10px 10px 10px;
	padding-bottom: 10px;
}

.carousel-caption .btn {
	margin: 10px 10px 10px 10px;
}

.carousel-caption {
	bottom: 15%;
	top: 15%;
}

.greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 60px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.greywrap .callout {
	margin-bottom: 20px;
}

.greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.greywrap .fa {
	font-size: 34px;
}

.footer-columns {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.footerwrap h5 {
	color: white;
	font-size: 14px;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -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;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.testimonial h2 {
	color: white;
}

.testimonial p {
	color: white;
	font-size: 25px;
	font-style: italic;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('images/bg/divider1.jpg')
}

.divider2 {
	background-image: url('images/bg/divider2.jpg')
}

.divider3 {
	background-image: url('images/bg/divider3.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('images/bg/divider4.jpg')
}

.divider6 {
	background-image: url('images/bg/divider6.jpg')
}

/* ==========================================================================
   Service
   ========================================================================== */

.services {
	padding-top: 40px;
}

/* ==========================================================================
   Portfolio
   ========================================================================== */

.portfolio-featured {
    margin-bottom: 20px;
}

.portfolio-items {
	padding-top: 40px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid {
    padding-bottom: 30px;
}

.grid figure {
	margin: 0;
	position: relative;
	width:100%;
	height:100%;
	padding: 0;
	text-align: center;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid img.wp-post-image {
	margin-bottom: 0;
}

.grid figcaption {
	position: absolute;
	vertical-align: middle;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin-top: 30%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;	
}

.grid figcaption p {
	color: #fff;	
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}



.mask figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    background-color: rgba(78,18,32,0.8);
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    vertical-align: middle;
    line-height:200px;
}

@media (max-width : 1366px){

.mask figcaption {
	height: 100%;
	width: 100%;
	opacity: 1;
	position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    background-color: rgba(78,18,32,0.8);
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    vertical-align: middle;
    line-height:200px;
}
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
}

.case-study h2 {
	padding-top: 25px;
}

.case-study h5 {
	padding-top: 25px;
	font-family: 'lato';
	font-weight: 700;
	font-size: 16px;
	color: #555;
}

/* ==========================================================================
   Blog 
   ========================================================================== */
.post {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.post-meta {
    margin-bottom: 10px;
}

/* ==========================================================================
   PAGES
   ========================================================================== */

.page-content {
    padding: 40px 0;
}

.pagewrap {
    background: url('images/header_bg.jpg') no-repeat center top;
    margin-top: -50px;
    padding-top:120px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 400px;
    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;
}

.pagewrap h1 {
    color:#ffffff;
    margin-top: 90px;
    padding-bottom: 30px;
    letter-spacing: 8px;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

.pagewrap p {
    color:#ffffff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;
    margin-left: 15px;
    text-shadow: 1px 1px 1px #000;
}


.services .fa {
    font-size: 60px;
    line-height: 30px;
    margin-bottom: 10px;
}

.services .callout {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.services .callout p {
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.search-highlight {
    background:#FFFF00  
}

/*--------------------------------------------------------------
3.0 Post Meta
--------------------------------------------------------------*/
.entry-meta span {
	margin-right: 20px;
	display: inline-block;
}

.entry-meta span:last-child {
	margin-right: 0;
}

.entry-meta span .fa {
	color: #868686;
}

.entry-meta span a {
	color: #777;
	text-decoration: none;
}

.entry-meta span a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.footer-menu {
	margin-left:0;
	padding:0 0 30px 0;
}
 
.footer-menu li {
	display:inline;
	list-style-type:none;
}
 
.footer-menu li a {
	border-left:1px solid #ddd;
	padding: 0 8px;
}
 
.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.copyright {
	float: left;
}

/*--------------------------------------------------------------
6.0 Word break
--------------------------------------------------------------*/

#primary, #secondary {
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-area {
	margin: 1.5em 0 0;
}

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget ul {
	list-style: none;
	padding-left: 7px;
}

.widget-title {
	margin-top: 0;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.8em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.8em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

img.wp-post-image {
	margin-bottom: 20px;
}

.author-meta {
	margin-top: 40px;
}
 
.author-meta .avatar {
	border-radius: 50%;
}

.author-meta .fa{
	font-size: 22px;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
 
.comments-title, .comment-reply-title {
	padding-bottom: 9px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #eee;
}
 
ol.comment-list {
	list-style:none;
	padding-left: 0;
}
 
.comment-author .avatar {
	margin-right: 25px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 4px;
}
 
.comment-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}
 
.comment-details {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
 
.comment-details .reply {
	margin-top: 10px;
}
 
.comment-date a {
	font-size: 11px;
	color: #777;
	margin-right: 10px;
}
 
#commentform #comment {
	width: 100% !important;
}
 
#commentform #submit {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	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: #333;
	background-color: #fff;
	border-color: #ccc;
}
 
#commentform #submit:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/
 
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}
 
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
 
}
 
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.headerwrap h1 {
		font-size: 100px;
	}
	.headerwrap p {
		font-size: 40px;
		line-height: 38px;
	}

    .pagewrap h1 {
        font-size: 70px;
    } 
}
 
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
 
	.copyright {
		float: right;
	}
}
 
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
 
}

@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

/*--------------------------------------------------------------
13 WooCommerce
--------------------------------------------------------------*/

.woocommerce .woocommerce-breadcrumb {
margin: 1em 0;
}

.woocommerce-notices-wrapper {
margin: 1em 0;
}