/*
Theme Name: Bootstrap to WordPress
Theme URI: http://wptreehouse.com/from-bootstrap-to-wordpress
Author: Zac Gordon
Author URI: http://wp.zacgordon.com/
Description: Example theme for Treehouse course on how to convert static Bootstrap site into dynamic WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrap-to-wp

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.
*/
/*
body {
  padding-top: 50px;
  padding-bottom: 30px;
}*/

.logged-in .navbar-fixed-top {
	margin-top: 30px;
}
/*
@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #fff;	
}	

.current-menu-item > a, .current-menu-parent > a {
	background: #000;	
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: bold;
}

.sidebar {
	margin-top: 40px;
}

.widget {
	margin: 10px 0 30px;
}

.widget h4 {
	color: #888;
}

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

.featured-image img,
.portfolio-piece img {
	max-width: 100%;
}

.prev-next {
	font-size: 24px;
	margin-top: 30px;
	text-align: right;
}

@media (max-width: 530px) {
	.prev-next {
		margin-top: 35px;
		font-size: 18px;
	} 
}*/

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

.blog-article .post-meta {
    margin: 0;
    border: none;
}

.blog-article .post-summary {
	width: 78%;
	float: right;
	padding-left: 20px;
	border-left: 2px solid #d7dee0;
}


.contact-us .contact-form p br{
	display: none;
}

.wpcf7 form .wpcf7-response-output {
  background: white;
  margin: auto 200px;
}

@media (max-width: 480px){
	.blog-article .post-summary {
	 	width: 100%;
	    float: right;
	    padding-left: 0;
	    padding-top: 20px;
	    border-left: none;
	    border-top: 2px solid #d7dee0;
	}
}

.blog-article {
    margin-bottom: 40px;
}

.sidebar .widget h3 {
    color: #525659;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
}

.widget ul li.cat-item a::before {
    font-family: 'FontAwesome';
    content: "\f101";
    padding-right: 17px;
}

.blog-article small{
	color: #999;
}

.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    font-weight: 600;
}

.single-post .page-title{
	text-transform: capitalize;
}

.page.page-id-267 .page-title.career-h2, .page.page-id-267 .page-header p{
    padding: 0;
}

.page.page-id-267 .page-container ul li {
    position: relative;
    padding: 2px 0 2px 24px;
    font-size: 16px;
    line-height: 24px;
	font-weight: 300;
}

.page.page-id-267 .page-container ul li::before {
	position: absolute;
	left: 0;
	color: #C75EA3;
    font-family: 'FontAwesome';
    content: "\f10c";
    font-size: 10px;
}
}