/*
Theme Name:Intuition
Theme URI:http://www.cpothemes.com/theme/intuition
Description:Intuition is a responsive, all-terrain theme focused on showcasing your best content effortlessly. It comes with the ability to feature your posts and pages, creating a fully featured homepage complete with an animated slider and featured content blocks. This theme is fully responsive and makes use of retina-ready graphics, so it will look great on any device. Furthermore, the theme is specially made to integrate with the most popular plugins out there: WPML for translation, Yoast SEO, Contact Form 7, or even WooCommerce.
Tags:custom-menu, featured-images, responsive-layout, orange, right-sidebar, light, one-column, left-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, white
Author:CPOThemes
Author URI:http://www.cpothemes.com
Version:1.2.0
License:GNU General Public License 2.0
License URI:license.txt
*/


/*
INDEX

1. GENERAL ELEMENTS
Styles basic elements such as headings or hyperlinks, affecting the overall site but not its layout.

2. LAYOUT
Defines the structure and design of the site. All styles that displace elements go here.
Special layout elements such as breadcrums or page-specific stuff also goes here.

3. NAVIGATION
Defines the styles for menus and cross-post navigation. Any specific element related to site traversing goes here.

4. POSTS
Styles the appearance of posts and overall content, as well as typography. 
Must be in line with editor-style.css, so that both styles match.

5. COMMENTS
Sets the appearance of the comment system, structuring both entries and posting forms.

6. WIDGETS
Establishes the layout of widgets. Whereas the layout section affects the site in general, 
this section determines widget appearance for both their layout and contents.

*/


/* --------------------------------------------------------------
1. GENERAL ELEMENTS
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/* BODY */
body { font-family:Open Sans, Arial, Helvetica, sans-serif; background:#fff; color:#333333; font-size:13.2px; line-height:20px; margin:0px; margin-top:10px; font-style:normal;}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { font-family:'Average Sans', Arial, Helvetica, sans-serif; color:#444; line-height:1.2; margin:0 0 20px; }
h1 { font-size:3em; } 
h2 { font-size:2em; } 
h3 { font-size:1.5em; } 
h4 { font-size:1.3em; } 
h5 { font-size:1.2em; } 
h6 { font-size:1.1em; }
a{text-decoration:none; color:#fff;}
/* --------------------------------------------------------------
2. LAYOUT
-------------------------------------------------------------- */

/* WRAPPERS */
.menu_bg{ background:url(../images/menu_bg.jpg) repeat-x; height:50px;}
.wrapper { background:#fff; margin:0 auto; }
.wrapper-boxed { width:1000px; margin:0 auto; max-width:1100px; box-shadow:0 0 3px 1px rgba(0,0,0,0.3); }
.container { max-width:999px; padding:0 30px; margin:0 auto; }
.wrapper-fixed .container { max-width:980px; }
.wrapper-fluid .container { width:90%; padding:0 5%; max-width:100%; }
.wrapper-boxed .container { max-width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.clear { clear:both; width:100%; height:0; margin:0; padding:0; }

/* HOMEPAGE SLIDES */

/*.slider { background: url(../images/slide_bg.jpg) no-repeat center top #6cb130; padding:0; margin:0 auto; position:relative; text-align:center; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; width:100%;} */
.slider { background: url(../images/body.gif) repeat center top #f5f5f5; padding:0; margin:0 auto; position:relative; text-align:center; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; width:100%;}
.slider-slides { display:block; overflow:hidden; padding:0; margin:0 auto; height:450px;  }
.slider-slides .slide { overflow:hidden; background-color:#AAA; position:relative; list-style:none; width:100%; height:450px; margin:0 auto; padding:0; }
.slider-slides .container { position:relative; height:450px;}
/*.slider-slides .slide-textbox:link,
 .slider-slides .slide-textbox:visited { overflow:hidden; color:#666; position:absolute; border:1px solid #fff; background:url(../images/slide_text_bg.png); bottom:150px; left:30px; padding:20px; width:auto; text-align:left; text-shadow:0 1px 0 #fff; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-decoration:none; }
.slider-slides .slide-textbox:hover { text-decoration:none; box-shadow:0 0px 5px 2px rgba(255,255,255,0.7); } */
.slider-slides .slide-right .slide-textbox { left:auto; right:30px; text-align:right; }
.slider-slides .slide-textbox .slide-title { font-size:2.5em; margin-bottom:10px; color:#fff; top:130px; left:30px; padding:20px; width:auto; text-align:left; text-shadow:0 2px 0 #000; overflow:hidden;  position:absolute; opacity:0.9;}
.slider-slides .slide-textbox p:last-child { margin-bottom:0;}
/* Slider Controls */
.slider-prev, 
.slider-next { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; opacity:0; }
.slider-prev, 
.slider-next { position:absolute; width:50px; height:50px;  line-height:50px; margin-top:-25px; top:50%; text-align:center; z-index:999; border-radius:50%; text-shadow:0 0 3px rgba(0,0,0,0.5); background:url(../images/listbg.png) repeat; boder-radius:50px; display:block;}
.slider-prev { left:0; }
.slider-prev:before { font-family: 'Open Sans Condensed', sans-serif; content:'<'; color:#FFFFFF; font-size:30px; cursor:pointer;}
.slider-next { right:0; }
.slider-next:before { font-family: 'Open Sans Condensed', sans-serif; content:'>'; color:#FFFFFF; font-size:30px; cursor:pointer;}
.slider:hover .slider-prev { opacity:1; margin-left:20px; } 
.slider:hover .slider-next { opacity:1; margin-right:20px; }
.bot-line{border-top:3px solid #ebebeb;}
