/*
Theme Name: Applechic
Theme URI: http://tanshcreative.com/applechic-st-demo/index.html
Description: Applechic site template is designed and developed by Tansh.
Author: Tansh
Version: 1.01
*/

/*============================================================*/
/*---------- Import Bootstrap override ----------*/
/*============================================================*/
@import url('bootstrap-override.css');
/*============================================================*/
/*---------- Searching for particular element? ----------*/
/*============================================================*/
/*
Here is CSS structure...

1. TEMPLATE SETUP
	1.1 General styles
	1.2 Typography 
	1.3 Button styles 
	1.4 List styles
	1.5 Divider and spacers
	1.6 Image styles
	1.7 Breadcrumb
	1.8 Pagination
	1.9 Accordion
	1.10 Blockquote
	
2. TEMPLATE STRUCTURE
	2.1 Commons 
	2.2 Header
	2.3 Content
	2.4 Portfolio
	2.5 Pricing
	2.6 Blog
	2.7 Contact
	2.8 Footer
	2.9 Forms
	2.10 Tabs
    2.11 Countdown
	2.12 Main menu / navigation

3. Media queries
    		Note - Media queries for slider in its own stylesheet.

4. Browser fixes - IE 
/*============================================================*/
/*---------- 1. TEMPLATE SETUP ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 1.1 General styles -----*/
/*----------------------------------------*/

.table-slug {
	background: #9d9d9d;
	padding: 10px;
	color: #efd70a;
	font-size: 14px;
	line-height: 1em;
	display: block;
}
/*table heading*/
.table-th {
	margin: 30px 20px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#808080;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
.table-th h3 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
}
.circle {
	background: #e74710;
	width: 90px;
	height: 50px;
	padding: 20px 0px;
	margin: 20px auto 0px auto;
	border-radius: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.circle span {
	font-size: 24px;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}
/*table content*/
.table-content {
	padding: 0px 20px 35px 20px;
}
.table-content .mybtn {
	margin-top: 20px;
}
.border-rightnone {
	border-right: 0px;
}
/*----------------------------------------*/
/*----- 2.6 Blog  -----*/
/*----------------------------------------*/

/*----------------------------------------*/
/*----- 2.7 Contact -----*/
/*----------------------------------------*/
/*address*/

/*----------------------------------------*/
/*----- 2.8 Footer  -----*/
/*----------------------------------------*/

/*----------------------------------------*/
/*----- 2.9 Forms -----*/
/*----------------------------------------*/
/*----- Common properties for contact, support, search, login form -----*/


/*submit button*/

/*============================================================*/
/*---------- 3. Media queries ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 3.1 Mobile (Portrait) / Design for a width of 320px -----*/
/*----------------------------------------*/



/*----------------------------------------*/
/*----- 3.2 Mobile (Landscape) / Design for a width of 480px -----*/
/*----------------------------------------*/

/*----------------------------------------*/
/*----- 3.3 Tablet (Portrait) / Design for a width of 768px -----*/
/*----------------------------------------*/
/*============================================================*/
/*---------- 4. BROWSER FIXES ----------*/
/*============================================================*/
