/*

Theme Name: Stockyards District

Theme URI: http://gladstonemedia.ca/

Description: Stockyards District Theme is fully customized and Dynamic. Stockyards District Theme supports widgets and multiple navigation.

Author: GladstoneMedia

Version: 1.0

Tags: 

*/

@import url('//fonts.googleapis.com/css?family=Cabin:400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Oswald:300,400,500,700');
@import url("/wp-content/themes/stockyards/css/bootstrap.min.css");
@import url("/wp-content/themes/stockyards/css/all.css");
/*
font-family: 'Cabin', sans-serif;

font-family: 'Oswald', sans-serif;

*/

body {
	font-family: 'Cabin', sans-serif;
	font-size:16px;
	line-height:30px;
	color:#000;
}
p{
	font-size:16px;
	line-height:30px;
	color:#000;
}
h1{
	font-weight:500;
	font-size:6vw;
	font-family: 'Oswald', sans-serif;	
}
h2{
	font-weight:700;
	font-size:3vw;
	font-family: 'Oswald', sans-serif;	
}
h3{
	font-weight:700;
	font-size:2vw;
	font-family: 'Oswald', sans-serif;	
}
header {
	padding: 30px 50px 25px 50px;
	background:#fff;
}
#logo {
	margin-bottom: -10px;
	display: block;
}
nav.main_nav {
	margin-top: 25px;
}
nav.main_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav.main_nav ul li {
	display: inline-block;
}
nav.main_nav ul li a {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	transition: all ease 0.5s;
	font-family: 'Cabin', sans-serif;
	padding: 10px 20px 10px 10px;
	text-transform:uppercase;
	letter-spacing:2px;
	position: relative;
}
nav.main_nav ul li.current-menu-item a{
	/*text-decoration:underline;
*/}
nav.main_nav ul li a:after {
	content:"/";
	color:#000;
	position:absolute;
	right:0;
	font-size:15px;
}
nav.main_nav ul li:last-child a:after {
	color:#fff;
	display:none;
}
nav.main_nav ul li a:hover {
	text-decoration: none;
	color: #304848;
}
.header_right_mod {
	float: right;
    margin-top: 25px;
}
.header_right_mod a{
	text-transform: uppercase;
    border: 1px solid #424242;
    color: #424242;
    display: block;
    padding: 0px 25px;
	transition:all ease 0.5s;
}
.header_right_mod a:hover{
	background:#000;
	color:#fff;
	text-decoration:none;
	border:1px solid #000;
}

footer {
	padding: 100px 50px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}
footer h3 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 10px 0;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}
footer p {
	color: #9d9896;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;;
}
footer ul li {
}
footer ul li a {
	color: #9d9896;
    transition: all ease 0.5s;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
footer ul li a:after {
	position:absolute;
	content:"/";
	color:#9d9896;
	font-size: 14px;
	right:0;
}
footer ul li:last-child a:after {
	display:none;
	content:"";
}
footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
footer .social_icons {
	float: right;
}
footer .social_icons li {
}
.footer_social a {
	color:#9d9896;
	font-size:25px;
	transition: all ease 0.5s;
	margin-right:7px;
}
.footer_social a:hover {
	color: #fff;
}

footer input[type="email"]{
	width:85%;
	padding:10px;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-bottom:10px;
	background:none;
	border-bottom-width:1px;
	border-bottom-style:inset solid;
	border-bottom-color:#fff;
	color:#fff;
}
footer input[type="submit"]{
	border-width: 1px;
    border-style: solid;
    background: none;
    float: right;
    margin-top: 0px;
    padding: 0px 25px;
    text-transform: uppercase;
	cursor:pointer;
	transition:all ease 0.5s;
	border-color:#fff;
	color:#fff;
	margin-right:15%;
}
footer input[type="submit"]:hover{
	background:#fff;
	color:#000;
}

footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
footer ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
footer :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
footer :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.copyright_info{
	padding: 20px 50px;
	background-color: #000;
	color: #9d9896;
	font-size: 14px;
	border-top:1px solid #fff;
}
.copyright_info a{
	color: #9d9896;
	transition:all ease 0.5s;
}
.copyright_info a:hover{
	color:#fff;
	text-decoration:none;
}

.half_grey{
	position:relative;
}
.half_grey:after{
    content: " ";
    background: #eee;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
    display: block !important;
    left: 0;
}
.overlaping_white{
	position:relative;
	background-image:url(/wp-content/themes/stockyards/images/plus_home.png);
	background-repeat:no-repeat;
	background-position:left 150px;
}
.overlaping_white:before{
    content:"";
    height:85px;
    width:100%;
    top:0;
    position:absolute;
    left:0;
    background:#fff;
}
.border_left{
	padding-left:50px;
	position:relative;
}
.border_left:before{
	content: " ";
    height: 2px;
    width: 45px;
    top: 14px;
    position: absolute;
    left: 0;
    background: #000;
}

input[type="text"], input[type="email"], input[type="tel"]{
	width:100%;
	padding:10px;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-bottom:30px;
	background:none;
	border-bottom-width:1px;
	border-bottom-style: solid;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select{
	outline:none;
}
textarea{
	width:100%;
	padding:10px;
	/*border-top:none;
	border-left:none;
	border-right:none;*/
	margin-bottom:5px;
	background:none;
	/*border-bottom-width:1px;
	border-bottom-style: solid;
	border-color:#000;*/
	border:1px solid #000;
	min-height:150px;
	height:150px;
	max-height:150px;
}
select{
	width:100%;
	padding:10px;
	margin-bottom:30px;
	background:none;
	border-width:1px;
	border-style:solid;
}
select option:focus, input[type="submit"]:focus, textarea:focus{
	outline:none;
}
input[type="submit"], a.submit{
	border-width: 1px;
    border-style: solid;
    background: none;
    float: right;
    margin-top: 50px;
    padding: 0px 25px;
    text-transform: uppercase;
	cursor:pointer;
	transition:all ease 0.5s;
	color:#000;
}
input[type="submit"]:hover, a.submit:hover{}
a.submit{
	border-width: 1px;
    border-style: solid;
    background: none;
    float: right;
    margin-top: 10px;
    padding: 0px 25px;
    text-transform: uppercase;
	cursor:pointer;
	transition:all ease 0.5s;
}
a.submit:hover{
	text-decoration:none;
}
.wpcf7-response-output{
	float: left;
    margin: 0;
}
.hermes.tp-bullets:after {
    background: #4a5c5c;
    width: 2px;
    height: 165px;
    position: absolute;
    content: "";
    bottom: -175px;
    left: 50%;
    margin-left: -1px;
}
.di{
	display:inline-block;
}
/**Wordpress Clasess Styling**/
.alignright{
	float:right;
	margin:0 0 10px 10px;
}
.alignleft{
	float:left;
	margin:0 10px 10px 0;
}
.aligncenter{
	float:none;
	margin:10px;
	max-width: 100%;
    height: auto;
}


/**Wordpress Clasess Styling**/

/***My Styling for theme****/
.mob-navbar-header {
	width: 30px !important;
	float: right;
	margin: 3px 20px 0 0;
	position: relative;
	z-index: 99;
	top: 25px;
	display:none;
}
.mob-navbar-header button, .mob-navbar-header button:focus {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	outline: none;
}
.mob-navbar-header .icon-bar {
	background: #304848;
	height: 3px;
	margin-bottom: 4px;
	opacity: 1;
	transform: none;
	transition: all 0.5s ease 0s;
	width: 27px;
	display: block;
}
.mob-navbar-header .now .icon-bar:nth-child(1) {
	height: 3px;
	transform: rotate(45deg) translate(6px, 5px);
	transition: all 0.5s ease 0s;
	width: 22px;
	background: #304848;
}
.mob-navbar-header .now .icon-bar:nth-child(2) {
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.mob-navbar-header .now .icon-bar:nth-child(3) {
	height: 3px;
	transform: rotate(-45deg) translate(5px, -4px);
	transition: all 0.5s ease 0s;
	width: 22px;
	background: #304848;
}
.nav-open{
	display:block !important;
}
/****My Styling****/
@media only screen and (max-width: 768px) {
	.sticky-top{
		position:static;
	}
	.mob-navbar-header {
		display:block;
		z-index:9999;
	}
	header {
		padding: 20px;
	}
	header .main_nav{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 999;
		padding:10px;
		background: rgba(255,255,255,0.98);		
		top: 0;
		margin: 0;
	}
	.header_right_mod {
		float: none;
		margin-top: 25px;
		text-align: center;
	}
	nav.nav-open ul{
		display:block;
	}
	nav.nav-open ul li{
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	nav.nav-open ul li a{
	    display: block;
    	padding: 10px;
		border-bottom: 1px solid #fafafa;
	}
	nav.nav-open ul li ul{
		background: #fff;
		width: 100%;
		position: relative;
		top: 0;
		display: block;
		z-index: 999;
		left: 0;
		padding: 0 0 0 25px;
		border: 0;
	}
	footer{
		padding:25px;
	}
	h1{
		font-size: 10vw;
	}
	h2{
		font-size: 6vw;
	}
	h3{
		font-size: 5vw;
	}
	.overlaping_white{
		background-image:none;
	}
}

.pgflio-portfolio-content {
    overflow: hidden;
}

.pgflio-portfolio-filter .portfolio-filter-item {
    background: #000 !important;
    padding: 15px 20px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    line-height: 15px !important;
}

.pgflio-portfolio-content.pgflio-portfolio-margin .portfolio-item-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}

.pgflio-portfolio-content .portfolio-item-title {
    font-size: 28px !important;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.pgflio-portfolio-content .portfolio-item-category {
    font-size: 16px !important;
}

.pgflio-portfolio-filter .portfolio-filter-item.item-active {
    background: #666 !important;
    opacity: .9 !important;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
}

.mysticky-welcomebar-fixed-wrap {
    min-height: auto !important;
    padding: 10px 20px !important;
}

.sticky-top {
    position: -webkit-static !important;
    position: static !important;
}

body {
    overflow-x: hidden;
}

.main_nav .menu-item-3642 {
	display: none !important;
}

#menu-footer-nav-1 .menu-item-3642 a {
	color: #ef131e;
}

.vc_custom_1692972624129 {
  margin-bottom: 10px !important;
}