/home/awneajlw/www/wp-content/themes/codz/assets/scss/_inner-banner.scss
/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Inner Banner Main
--------------------------------------------------------------*/

/* wraper_inner_banner */

.wraper_inner_banner{
	position:relative;
	z-index:2;
	width:100%;
    background-color:#e7e2e6;

	/* wraper_inner_banner_main */

	.wraper_inner_banner_main{
	    width:100%;
		border-bottom-width:1px;
		border-bottom-style:solid;

		> .container{
		}

		.inner_banner_main{

			> *:last-child{
				margin-bottom:0 !important;
			}

			.title{
				margin-bottom:6px;
			}

			.subtitle{
				margin-bottom:20px;
			}

		}

	}

	/*--------------------------------------------------------------
	# Inner Banner Breadcrumb
	--------------------------------------------------------------*/

	.wraper_inner_banner_breadcrumb{
	    width:100%;
	    height:auto;

		> .container{
		}

		.inner_banner_breadcrumb{

			> *:last-child{
				margin-bottom:0 !important;
			}

			#crumbs{
			    width:auto;
			    height:auto;

				.gap{
					display:inline-block;
					vertical-align:top;
					margin-top:2px;
					margin-left:6px;
					margin-right:6px;
					font-size:50%;
				}

				a{
					color:inherit;
				}

			}

		}

	}

}