/*
Theme Name:Sentience
Theme URI:http://www.cpothemes.com
Description:A clean, simple blogging WordPress theme with a focus on legibility and readability. Its simple but flexible design will let your content speak through written words.
Tags:minimal, product, portfolio, blog, creative, responsive, customizable, fluid, clean, minimal
Author:CPOThemes
Author URI:http://www.cpothemes.com
Version:1.0.1
License:GNU General Public License 2.0
License URI:license.txt
*/


/* --------------------------------------------------------------
1. GENERAL ELEMENTS
-------------------------------------------------------------- */

/* BODY */
body { font-family:'Amethysta', Times New Roman, serif; background:#f6f6f6; color:#666666; font-size:1.125em; line-height:1.7; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { font-family:'Habibi'; color:#444444; line-height:1.2; margin:0 0 20px; }
h1 { font-size:2.5em; } 
h2 { font-size:2em; } 
h3 { font-size:1.5em; } 
h4 { font-size:1.3em; } 
h5 { font-size:1.2em; } 
h6 { font-size:1.1em; }

/* HYPERLINKS */
a:link, a:visited { color:#d81d19; text-decoration:none; }
a:hover { color:#d81d19; text-decoration:underline; }

/* CITATIONS */
blockquote { display:block; font-style:italic; padding:0 5%; margin:30px 0; border-left:2px solid #ddd; opacity:0.7; }
blockquote cite, blockquote em, blockquote i { font-style:normal; }

/* FORMS */
input[type=text], input[type=password], input[type=input], 
input[type=tel], input[type=url], input[type=email], 
input[type=number], input[type=range], input[type=search], input[type=color], 
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime], 
textarea, select { border:none; padding:8px; background:#ddd; border-radius:2px; }
input[type=submit] { width:auto; -webkit-appearance:none; }

/* MAIN THEME COLORS */
.primary-color { color:#e86a43; }
.primary-color-bg { background-color:#e86a43; }
.secondary-color { color:#444444; }
.secondary-color-bg { background-color:#444444; }

/* SHORTCODE CUSTOM STYLING */
.button, .button:visited, input[type=submit] { border-radius:3px; border:none; text-shadow:none; background:#d81d19; border-color:#d81d19; }
.button:hover, input[type=submit]:hover { background:#e86a43; }


/* --------------------------------------------------------------
2. LAYOUT
-------------------------------------------------------------- */

/* WRAPPERS */
.wrapper { margin:0 auto; }


/* TOPMENU */
.topbar { display:block; line-height:34px; font-size:0.9em; }


/* SOCIAL ICONS */
.social { float:none; text-align:center; padding:0; margin:0 0 30px; }
.social .social-profile { display:inline-block; float:none; margin:0 5px; width:30px; font-size:18px;  text-align:center; color:#fff; background:#aaa; border-radius:2px; }
.social .social-profile .social-title { display:none; }
.social .social-profile:hover { text-decoration:none; }


/* HEADER SEARCH */
.header-search { position:relative; float:right; margin:8px 0 0 10px; }
.header-search .header-search-icon { border:1px solid rgba(0,0,0,0.1); right:10px; text-align:center; font-size:12px; height:25px; width:25px; line-height:25px; border-radius:2px; cursor:pointer; }
.header-search .header-search-icon:before { color:rgba(0,0,0,0.3); font-family:'fontawesome'; content:'\f002'; }
.header-search-active .header-search-icon:before { content:'\f00D'; }
.header-search-form { position:absolute; overflow:hidden; margin:-8px 40px 0 0; right:0; top:0; width:360px; visibility:hidden; opacity:0; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all;  }
.header-search-active  .header-search-form { visibility:visible; opacity:1; }


/* HEADER */
.wrapper-header { top:0; left:0; width:100%; }
.wrapper .wrapper-content { background:#fff; margin:0 auto 30px; padding:0; box-shadow:0 1px 4px -1px rgba(0,0,0,0.1); }
.admin-bar .wrapper-header { top:32px; }
.header { padding:50px 0; }
.header .logo { float:left; padding-top:0; }
.header .header-content { display:none; float:right; text-align:right; padding:20px 0 0 20px; }


/* BREADCRUMBS */
.breadcrumb { margin:15px 0 0; text-align:center; }
.breadcrumb-separator{ position:relative; padding-right:20px; margin-right:15px; }
.breadcrumb-separator:before { display:block; position:absolute; top:50%; right:0; list-style:none; content:'/'; font-weight:bold; font-size:14px; color:#bbb; margin-top:-5px; line-height:10px; opacity:0.5; }
.breadcrumb-separator { }
.breadcrumb-link :first-child{}
.breadcrumb-link :hover{}
.breadcrumb-title{}


/* PAGE BANNERS AND TITLES */
.banner { overflow:hidden; padding:0; margin:0; background-size:cover; background-repeat:no-repeat; background-position:center; }
.banner .banner-image { display:block; width:100%; height:auto; line-height:0; padding:0; margin:0; }
.pagetitle { position:relative; margin:0; overflow:hidden; padding:60px 0; }
.pagetitle .pagetitle-title { margin:0; font-size:2em; text-align:center; }


/* HOMEPAGE TAGLINE */
.tagline { padding:60px 0; text-align:center; font-size:2.4em; }
.tagline-content { }


/* PAGE CONTENT */
.main { background:#fff; padding:0 40px 40px; }
.main > .container { padding:0; }
.sidebar { padding:20px 20px 0; background:rgba(0,0,0,0.03); margin-top: 20px; }


/* SIDEBARS */
.widget { overflow:hidden; margin:0 0 40px; }
.widget .widget-title { position:relative; text-transform:uppercase; text-align:center; font-size:1.2em; letter-spacing:2px; padding:0 0 20px; margin:0 0 20px; }
.widget .widget-title:after { position:absolute; background:rgba(0,0,0,0.1); width:100%; height:1px; bottom:0; left:0; content:' '; }


/* FOOTER */
.subfooter { overflow:hidden; padding:60px 0 20px;  }
.footer { overflow:hidden; padding:30px 0; clear:both; text-align:center; text-transform:uppercase; }
.footer-content { letter-spacing:2px; }


/* --------------------------------------------------------------
3. NAVIGATION
-------------------------------------------------------------- */

/* TOP MENU */
.topmenu { float:left; }


/* MAIN MENU */
.menu-main { padding-top:5px; float:right; }
/* Menu Elements */
.menu-main li a { padding:10px; font-size:1.2em; color:#777; }
.menu-main li a .menu-description { }
.menu-main li:hover > a, 
.menu-main li a:hover { }
/* Current item highlight both normally and on hover */
.menu-main .current-menu-ancestor > a, 
.menu-main .current-menu-item > a { color:#a86e43; }
.menu-main .current_page_ancestor > a:hover, 
.menu-main .current-menu-item > a:hover { }

/* Children Elements */
.menu-main .has-children:before { bottom:0; left:10px; right:auto; top:auto; content:' '; width:15px; background:rgba(0,0,0,0.2); height:1px; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
.menu-main .has-children:hover:before { opacity:0; }
.menu-main li ul { margin:0; padding:10px; background:rgba(0,0,0,0.6); font-size:0.8em; }
.menu-main li:hover ul { transition-delay:0.4s; }
.menu-main .has-children:hover:before { width:220px; }
.menu-main li ul li a { text-transform:none; color:#fff; font-size:0.9em; }
.menu-main li ul li:hover > a, 
.menu-main li ul li a:hover { background-color:none; text-shadow:0 0 7px rgba(255,255,255,0.8); }


/* MOBILE MENU */
.menu-mobile-open {  }


/* FOOTER MENU */
.footermenu { margin:0 0 30px; }
.menu-footer { text-transform:none; text-align:center; }
.menu-footer li { text-align:left; }
.menu-footer li a { font-weight:bold; }
.menu-footer li ul li a { font-weight:normal; font-size:0.8em; color:inherit; }


/* SUBMENU NAVIGATION */
.menu-sub { }
.menu-sub li { }
.menu-sub li a {  }


/* NEXT/PREV POST NAVIGATION */
.navigation { }
.navigation .nav-prev,
.navigation .nav-next { padding:0 30px; }
.navigation .nav-prev:before { display:block; position:absolute; top:50%; left:0; list-style:none; font-family:'fontawesome'; content:'\f104'; font-size:30px; color:#999; margin-top:-15px; line-height:30px; }
.navigation .nav-next:before { display:block; position:absolute; top:50%; right:0; list-style:none; font-family:'fontawesome'; content:'\f105'; font-size:30px; color:#999; margin-top:-15px; line-height:30px; }


/* NUMBERED PAGINATION */
.pagination { margin:0; padding:30px 0 0; border-top:1px solid #eee; }
.pagination ul { margin:0; }
.pagination a,
.pagination .current { background:#d81d19; } 
.pagination span, 
.pagination a { border-radius:2px; padding:5px 20px; }
.pagination a:hover { background:none; box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); -moz-transition:0.2s all; -webkit-transition:0.2s all; transition:0.2s all; }


/* NUMBERED PAGINATION FOR SINGLE POSTS */
.postpagination span { }
.postpagination a span { }


/* --------------------------------------------------------------
4. POSTS & PAGES
-------------------------------------------------------------- */

/* POSTS */
.post  { margin:0 0 60px; }
.post .post-image { margin:0 0 40px; }
.sidebar-none .post-image { margin:0 -40px 40px; }
.post .post-image img { display:block; margin:0; line-height:0em; width:100%; height:auto; }
.post .post-body { padding:0; margin:0 auto; max-width:960px; }
.post .post-title { text-align:center; padding:0; margin:0 0 40px 0; }
.post .post-title a { color:inherit; }
.post .post-title a:hover { text-decoration:none; opacity:0.7; }
.post .post-byline { text-align:center; overflow:hidden; padding:15px 0 0; margin:0 auto 20px; color:#aaa; font-size:0.8em; border:1px solid rgba(0,0,0,0.1); border-width:1px 0; }
.post .post-byline div { display:inline-block; position:relative; padding:0 22px; margin-bottom:15px; }
.post .post-byline div:last-child { padding-right:0; }
.post .post-byline div:before { display:block; position:absolute; width:18px; height:18px; line-height:18px; font-size:10px; top:50%; margin-top:-8px; left:0; font-family:'fontawesome'; content:'\f007'; text-align:center; }
.post .post-byline .post-date:before { content:'\f133'; }
.post .post-byline .post-author:before { content:'\f040'; }
.post .post-byline .post-category:before { content:'\f07b'; }
.post .post-byline .post-comments:before { content:'\f075'; }
.post .post-tags { display:block; margin:0 auto 30px; }
.post .post-tags a { display:inline-block; margin:0 10px 10px 0; padding:2px 10px; background:#e86a43; color:#fff; border-radius:2px; }
.post .post-content { padding:10px 0; margin:0 auto 15px;  }
.post .post-content p:last-child { margin-bottom:0; }
.post .post-readmore { display:block; position:relative; width:200px; margin:20px auto 0; text-transform:uppercase; }
/* Full content page */
.content-full .post-image { margin:0 0 40px; }
.content-full .post .post-body { max-width:none; }


/* PAGES */
.page-content { margin-left:auto; margin-right:auto; max-width:960px; }
.content-full .page-content { max-width:none; }


/* AUTHOR BIOS */
.author-info { clear:both; padding:0; margin:0 0 40px;  }
.sidebar-none .author-info { margin:0 -40px 40px; padding:40px 0; background:rgba(0,0,0,0.02); }
.author-info .author-content { max-width:960px; margin:0 auto; padding:0 40px; }
.author-info .author-image { float:left; margin:0; width:100px; }
.author-info .author-image img { display:block; line-height:0; margin:0; border-radius:50%; }
.author-info .author-body { margin-left:130px; }
.author-info .author-name { margin:0 0 10px; }
.author-info .author-description { margin:0 0 20px; }
.author-info .author-social { margin:0; padding:20px 0 0; border-top:1px solid #eee; }
.author-info .author-social a { margin-right:15px; }


/* --------------------------------------------------------------
5. COMMENTS
-------------------------------------------------------------- */


/* COMMENTS */
.comments { clear:both; margin:0 auto; max-width:960px; }
.commentlist { list-style:none; padding:0; margin:0 0 30px; }
.commentlist-title { margin:0 0 40px; }
.comment { overflow:hidden; list-style:none; margin:0 0 10px; padding:0; }
.comment .comment-avatar { float:left; margin-top:7px; border-radius:50px; width:50px; }
.comment .comment-avatar img { border-radius:50px; }
.comment .comment-title { padding:0; margin-left:70px; }
.comment .comment-author { display:block; font-size:1.3em; }
.comment .comment-date { font-size:0.9em; }
.comment .comment-approval { display:block; padding:0 10px 0; margin:0; }
.comment .comment-content { margin:10px 0 30px 70px; padding:10px 0 0; border-top:1px solid #eee; }
.comment .comment-options { overflow:hidden; float:right; text-align:right; padding:5px 15px; border-radius:2px; font-size:0.9em; }
.comment .comment-options a { margin-left:10px; }
.comment .comment-options a:hover { opacity:0.8; text-decoration:none; }
.comment .comment-options a:first-child { margin:0; }
/* Contents Styling for Comment Body */
.comment .comment-content ul, .comment .comment-content ol { margin-bottom:18px; }
.comment .comment-content p:last-child { margin-bottom:6px; }
.comment .comment-content blockquote p:last-child { margin-bottom:24px; }
/* Nested Comments */
.comment .children { list-style:none; margin:0 0 0 70px; }
/* Pingbacks & Trackbacks */
.comments ol.pinglist { margin:0; }
.comments .pingback { list-style:none; margin:0 0 10px 0; }
.comments .pingback .url { font-style:italic; }


/* COMMENT FORM */
.comment-respond { margin:30px auto; max-width:960px; overflow:hidden; position:relative; }
.comment-respond p { overflow:hidden; }
/* Fields */
.comment-respond .comment-form-author { float:left; width:48%; }
.comment-respond .comment-form-email { float:right; width:48%; }
.comment-respond .comment-form-url { clear:both; }
.comment-respond .comment-notes { display:none; }
.comment-respond .required { color:#ff4b33; }
.comment-respond label{ display:block; padding:0; }
.comment-respond textarea{ height:200px; max-height:400px; min-height:200px; resize:vertical; }
/* Nested Form */
#cancel-comment-reply-link { float:right; display:block; font-size:0.9em; }
/* Allowed Tags */
.comment-respond .form-allowed-tags { display:none; color:#888; font-size:0.9em; }
.comment-respond .form-allowed-tags code { display:block; font-size:0.9em; }
.comment-respond .form-submit { }



/* --------------------------------------------------------------
RESPONSIVE STYLES
-------------------------------------------------------------- */


/* LARGE SCREENS */
@media screen and (min-width: 1280px){}


/* TABLET SCREENS (LANDSCAPE) */
@media screen and (max-width: 1024px){}


/* TABLET PORTRAIT */
@media screen and (max-width: 800px){
    
}


/* SMARTPHONE */
@media only screen and (max-width: 600px){
	
	
}