/*
Theme Name: iWay
Theme URI:
Description: HTML5 & CSS3 Responsive WordPress Business theme with business style home page layout with welcome section, 3 product/services blocks and a client quote/testimonial section. 2 logo section layout options. 2 premade (Blue, Red) ready to use color schemes/skins. 3 widget areas in footer, 1 widget area in sidebar. 2 page layouts including a full width page template. Social media icons in footer. 
Version: 1.0.0
Template: alexandria
Author: ThemeAlley.com
Author URI: http://www.themealley.com/
Tags: black, blue, gray, red, dark, light, silver, white, two-columns, custom-menu, right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, responsive-layout
License: GNU General Public License
License URI: license.txt


Nile WordPress Theme, Copyright 2014 ThemeAlley.com
Nile is distributed under the terms of the GNU GPL

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/
*/

/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('fonts/titillium/TitilliumText22L003-webfont.eot');
    src: url('fonts/titillium/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium/TitilliumText22L003-webfont.woff') format('woff'),
         url('fonts/titillium/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('fonts/titillium/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('fonts/titillium/TitilliumText22L004-webfont.eot');
    src: url('fonts/titillium/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium/TitilliumText22L004-webfont.woff') format('woff'),
         url('fonts/titillium/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('fonts/titillium/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NobileRegular';
    src: url('fonts/nobile/nobile-webfont.eot');
    src: url('fonts/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nobile/nobile-webfont.woff') format('woff'),
         url('fonts/nobile/nobile-webfont.ttf') format('truetype'),
         url('fonts/nobile/nobile-webfont.svg#NobileRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
    font-size: 3.6rem;
}

p {
    margin-bottom: 0.5em;
}
.full-page-content-area, .entry-content {
    margin: 0;
}

.site-header-half-width-logo {
    margin: 1% 3%;
}
.site-header-half-width-nav {
    margin: 3.4% 3% 0;
}
.site-header{
	background:url(images/logo_section_bg.png);
}
.site-title a{
    background:url(images/header-image.png) no-repeat;
    display: block;
    text-indent: -99999px;
    height: 72px;
}
.site-title a, .site-title a:visited{
    color: #fff;
    font-family: 'TitilliumText22LMedium';	
}
.site-description{
    color: #fff;	
}
.site-slider-slider-one {
    margin: 3% 0;
}
.site-slider-slider-one-text-heading {
    font-size: 3.6rem;
    padding: 0 0 20px;
}
.site-slider-slider-one-text-description {
    padding: 0 0 20px;
    text-align: justify;
}
.biz0ne-welcome {
    padding: 0 5% 1%;
}
.biz0ne-welcome p, .entry-content p {
    text-align: justify;
}
.biz0ne-welcome h1 {
    font-size: 4rem;
    padding: 0 0 10px;
}
.biz0ne-products-services-name {
    font-size: 3rem;
    text-align: center;
    padding: 0;
}
.biz0ne-products-services-description {
    text-align: justify;
}
.biz0ne-products-services {
    padding: 0 5% 2%;
}
.site-main {
    padding: 2.2% 0;
}

/* =Menu
----------------------------------------------- */
.tinynav { background:#20747b; color:#fff; border:1px solid #20747b; }

.main-navigation li:hover {
	background:#20747b;
}
.main-navigation a {
	color:#fff;
}
.main-navigation ul ul {
	background:#20747b;
}
.main-navigation ul ul a {
	color:#fff;
}
.main-navigation ul ul li:hover {
	background:#19656c;
}
.main-navigation li.current_page_item,
.main-navigation li.current-menu-item {
	background:#20747b;	
}
.site-header-half-width-nav, .nav-border-top{
	border-top:1px solid #20747b;
}

.site-slider{
	background:url(images/slider_section_bg.png);
}

.site-slider-slider-one-text-heading{
	color:#363636;
	text-shadow:none;
}
.site-slider-slider-one-text-description{
	color:#363636;
}

.site-slider-slider-one-text-button a {
    background: #545454;
    border-bottom: 4px solid #474747;
    color: #fff;
}
.biz0ne-products-services-img{
	background:none;
	line-height:0;
        text-align:center;
}
.biztwo-quote, .biz0ne-quote{
	background:#ededed;
	border:0;
}
.biz0ne-quote-name span{
	background:#cccccc;	
}
.biz0ne-quote-text {
    background: url(images/quote.png) no-repeat left top;
}
.biztwo-portfolio {
    background: none repeat scroll 0 0 #ededed;
}

/* =Content
----------------------------------------------- */
.more-link{
	background:#ededed;
}
.page-links a{
	background:#ededed;
}
.post .entry-title{
	border-bottom:1px solid #ededed;
}
.entry-meta{
	border-bottom:1px solid #ededed;	
}
.entry-meta-bottom{
	border-top:1px solid #ededed;
}
.entry-meta-bottom-item{
	border-bottom:1px solid #ededed;
}
.entry-meta-bottom-item a{
	background:#ededed;
}

/* =Media
----------------------------------------------- */

.wp-caption {
	border: 1px solid #ededed;
}

/* =Navigation
----------------------------------------------- */

.post-navigation{
	background:#ededed;
}
.post-navigation .nav-previous{
	background:url(images/single_np_prev.png) no-repeat left;
}
.post-navigation .nav-next{
	background:url(images/single_np_next.png) no-repeat right;		
}
.paging-navigation{
	background:none;
}
.paging-navigation .nav-previous{
	background:#ededed url(images/single_np_prev.png) no-repeat left center;
}
.paging-navigation .nav-next{
	background:#ededed url(images/single_np_next.png) no-repeat right center;
}

/* =Comments
----------------------------------------------- */
.comments-area{
	background:#ededed;
}
.comment-navigation .nav-previous a{
	background:#cccccc;
}
.comment-navigation .nav-next a{
	background:#ededed;
}
.comment, .pingback, .trackback, .no-comments{
	background:url(images/comments.png);
}
.comment-author cite{
	background:url(images/ten.png);
}
.comment-body .reply a{
	background:#000;
}

/* =Widgets
----------------------------------------------- */
.widget-area {
    background: none repeat scroll 0 0 #ededed;
}
.widget ul li{
	border-bottom:1px solid #cccccc;
}
.widget select {
    background:#cccccc;
}
.search-field{
	width:95%;
	margin-bottom:10px;
	border-radius:0 !important;
	background:#cccccc !important;
	border:0 !important;
	padding:0.7em 0 0.7em 5% !important;
}
.search-submit{
	display:inline-block;
	padding:0.7em 2.5em !important;
	background:#000 !important;
	color:#fff !important;
	border:0 !important;
	box-shadow:none !important;
	line-height:1;
	border-radius:0 !important;
}

/* Social Section
----------------------------------------------- */
.footer-social{
	background:url(images/social_section_bg.png);
}
.footer-social-icons{
	width:90%;
	text-align:center;
	padding:15px 0 10px 0;
	margin:0 5%;
}
.footer-social-icons li{
	display:inline-block;
}

/* Footer Section
----------------------------------------------- */

.footer-widget-three {
    padding: 1% 0;
}
.site-footer{
	background:url(images/footer_section_bg.png);
}
.site-info {
    padding: 2% 0;
}
.site-info a{
	color:#000;
}
.site-info h3 a{
	color:#000;
}
.site-info p{
	color:#000;
}
.site-info p a{
	color:#000;
}
.footer-search .search-field{
	background:#d0d0d0 !important;
	color:#000;
}
.footer-search .search-submit{
	background:#000 !important;
	color:#fff !important;
}
/* Footer Widgets */
.site-footer .widget {
	color:#000;
}
.site-footer .widget a{
	color:#000;
}
.site-footer .widget h1 {
	color:#000;
}
.site-footer .widget ul li{
	border-bottom:1px solid #82bcbf;
}
.site-footer .widget ul li a{
	color:#000;
}
.site-footer .search-field{
	background:#82bcbf !important;
	color:#000;
}
.site-footer .search-submit{
	background:#000 !important;
	color:#fff !important;
}
.site-footer .wp-caption {
	border: 1px solid #82bcbf;
}

/* styles for 901px - 1200px */
@media screen 
and (min-width : 901px) {
.site-main {
    min-height: 300px;
}
.site-header-half-width-nav{
	border-top:0;
}
}

/* Contact page */
.col-1, .col-2 {
    float: left;
    width: 48%;    
}
.col-2 {
    padding-right: 2%;
}
.col-2 {
    padding-left: 2%;
}
@media screen 
and (max-width : 767px) {
.col-1, .col-2 {
    float: left;
    width: 100%;
    padding: 0;
}
.col-2 {
    padding-top: 8px;
}
}