/*
Theme Name: Planc
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.3
Template: alexandria
Author: ThemeAlley.com
Author URI: http://www.themealley.com/
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
License: GNU General Public License
License URI: license.txt


Planc WordPress Theme, Copyright 2014 ThemeAlley.com
Planc 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;

}

.site-header{
	background:url(images/logo_section_bg.png);
}
.site-title a, .site-title a:visited{
    color: #fff;
    font-family: 'TitilliumText22LMedium';	
}
.site-description{
    color: #fff;	
}

/* =Menu
----------------------------------------------- */
.tinynav { background:#3f3931; color:#fff; border:1px solid #3f3931; }

.main-navigation li:hover {
	background:#3f3931;
}
.main-navigation a {
	color:#fff;
}
.main-navigation ul ul {
	background:#3f3931;
}
.main-navigation ul ul a {
	color:#fff;
}
.main-navigation ul ul li:hover {
	background:#2f2b26;
}
.main-navigation li.current_page_item,
.main-navigation li.current-menu-item {
	background:#3f3931;	
}
.site-header-half-width-nav, .nav-border-top{
	border-top:1px solid #3f3931;
}

.site-slider{
	background:#c8a157 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:#dcd3c7;
	line-height:0;	
}
.biz0ne-quote{
	background:#dfd8d0;
	border:0;
}
.biz0ne-quote-name span{
	background:#d7cec3;	
}
.biz0ne-quote-text {
    background: url(images/quote.png) no-repeat left top;
}

.biztwo-portfolio {
    background:#DFD8D0;
}

/* =Content
----------------------------------------------- */
.more-link{
	background:#D7CEC3;
}
.page-links a{
	background:#D7CEC3;
}
.post .entry-title{
	border-bottom:1px solid #D7CEC3;
}
.entry-meta{
	border-bottom:1px solid #D7CEC3;	
}
.entry-meta-bottom{
	border-top:1px solid #D7CEC3;
}
.entry-meta-bottom-item{
	border-bottom:1px solid #D7CEC3;
}
.entry-meta-bottom-item a{
	background:#D7CEC3;
}

/* =Media
----------------------------------------------- */

.wp-caption {
	border: 1px solid #ccc;
}

/* =Navigation
----------------------------------------------- */

.post-navigation{
	background:#DFD8D0;
}
.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:#DFD8D0 url(images/single_np_prev.png) no-repeat left center;
}
.paging-navigation .nav-next{
	background:#DFD8D0 url(images/single_np_next.png) no-repeat right center;
}

/* =Comments
----------------------------------------------- */
.comments-area{
	background:#DFD8D0;
}
.comment-navigation .nav-previous a{
	background:#D7CEC3;
}
.comment-navigation .nav-next a{
	background:#D7CEC3;
}
.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 #DFD8D0;
}
.widget ul li{
	border-bottom:1px solid #D7CEC3;
}
.widget select {
    background:#D7CEC3;
}
.search-field{
	width:95%;
	margin-bottom:10px;
	border-radius:0 !important;
	background:#D7CEC3 !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
----------------------------------------------- */
.site-footer{
	background:url(images/footer_section_bg.png);
}
.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 #88837d;
}
.site-footer .widget ul li a{
	color:#000;
}
.site-footer .search-field{
	background:#88837d !important;
	color:#000;
}
.site-footer .search-submit{
	background:#000 !important;
	color:#fff !important;
}
.site-footer .wp-caption {
	border: 1px solid #88837d;
}




.bizfour-products-services-item{
	background:#dcd6cd;
}
.bizfour-products-services-img{
	background:#d4cec4;	
}
.bizfour-quote{
	border:1px solid #dcd6cd;
}
.bizfour-quote-text{
	background:url(images/quote.png) top left no-repeat;		
}
.bizfour-quote-name span{
	background:#dcd6cd;
}


.eone-latest-products{
	background:#dcd6cd;
}
.eone-product{
	background:#d4cec4;
}
.eone-product-image{
	background:#cdc6bb;
}
.eone-product-price{
	background:#c5beb2;
}
.eone-product-buy{
	background:#b8b1a5;
}
.eone-product-buy span a{
	background:#000;
	color:#fff;	
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background:#000;
}
.woocommerce-tabs{
	background:#dcd6cd;
}
.woocommerce-tabs .wc-tabs{
	background:none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	background:#d4cec4;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background:#c5beb2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background:#d4cec4;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color:#000;
	color:#fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color:#565656;
	color:#fff;	
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
	background-color:#565656;
	color:#fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color:#565656;
	color:#fff;	
}


.woocommerce .related{
	background:#dcd6cd;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background:#d4cec4;
}
.woocommerce ul.products li.product h3{
	background:#c5beb2;
}
.woocommerce ul.products li.product .price{
	color:#000;
}





.woocommerce nav.woocommerce-pagination ul{
	background:#dcd6cd;	
}
.woocommerce nav.woocommerce-pagination ul li{
	 border-right: 1px solid #c5beb2;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background:#c5beb2;
}
.woocommerce .woocommerce-ordering select{
	background:#515151;
}

.woocommerce .quantity .qty{
	color:#000;
}
.woocommerce table.shop_table{
	background:#c5beb2;
}
.woocommerce table.shop_table thead, .cart-subtotal, .order-total{
	background:#c5beb2;
}
.woocommerce table.shop_table tbody tr{
	background:#dcd6cd;
}

.woocommerce table.shop_table td{
	border-bottom:1px solid #dcd6cd;;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions{
	background: #c5beb2;
}

.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before{
	color:#dcd6cd;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info{
	border-top-color: #dcd6cd;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	background:#dcd6cd;
	color:#000;
}



.woocommerce .col2-set, .woocommerce-page .col2-set{
	background:#c5beb2;
}
.woocommerce-checkout #payment{
	background:#c5beb2;
}
.woocommerce-checkout #payment div.payment_box{
	background:#c5beb2;
	color:#000;
}
.woocommerce-checkout .input-text, .woocommerce-checkout .select2-container{
	background:#b8b39f;
	border-color:#a7a28e;
	color:#000;
}

.woocommerce .order_details{
	background:#c5beb2;
}






/* styles for 901px - 1200px */
@media screen 
and (min-width : 901px) {
.site-header-half-width-nav{
	border-top:0;
}
}