/**************************************
Theme Name: SiPo
Theme URI: 
Description: The SiPo Blog Theme, based upon the Candour Theme by WPDean
Author: WPDean.com & SiPo Team
Author URI: http://wpdean.com/
Version: 1.2
Tags: microformats, black, white, red, blue, green, light, responsive-layout, custom-menu, editor-style, sticky-post, black, blue, custom-colors, custom-menu, editor-style, fluid-layout, full-width-template, gray, green, left-sidebar, light, purple, red, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white, yellow
Text Domain: sipo

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

For real, this is basically the Candour Theme by WPDean. We just added a bunch of stuff, such as short codes for various boxes, and a more fancy excerpt function because you can never have too many HTML-tags and shortcodes in your excerpt.

------------ Index ------------
01. GENERAL STYLES
02. LAYOUT & GRID STYLES
03. H1, H2, H3, H4, H5 STYLES
04. LINK STYLES
05. HEADER STYLES
06. NAVIGATION STYLES
07. POSTS & CONTENT STYLES
08. SIDEBARS & ASIDES
09. COMMENT STYLES
10. COMMENT FORM STYLES
11. WORDPRESS BODY CLASSES
12. PAGE NAVI STYLES
13. FOOTER STYLES
14. SHORTCODE STYLES
15. STYLES FOR DIFFERENT RESOLUTIONS
******************************************/
/*********************

/* Load a bunch of fonts */

/* kreon-700 - latin */
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/kreon-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Kreon Bold'), local('Kreon-Bold'),
       url('./fonts/kreon-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/kreon-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/kreon-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/kreon-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/kreon-v9-latin-700.svg#Kreon') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lato-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('./fonts/lato-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v11-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/lato-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('./fonts/lato-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v11-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/lato-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('./fonts/lato-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v11-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

01. GENERAL STYLES*/

*
{margin: 0;	    padding: 0; list-style: none; border: 0 none; outline: none;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{margin:0;padding:0}

body
{
    font-family: 'Lato', Sans-serif; font-size: 13px; line-height: 1.5; width: 100%; color: #000; background-color: #eee;
	margin:0px; display:block;
	 padding:0px;
}

p, .entry-content, .catpost
{
    font-family: 'Lato', Sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    padding: 0;
    word-spacing: .1em;
} 

/* Larger fonts on page or single blog post view */

.singlebox p, .entry-content
{
    font-family: 'Lato', Sans-serif;
    font-size: 18px;
    line-height: 1.8em;
    padding: 10px 0;
    word-spacing: .1em;
} 

.clr
{
    clear: both;
}

img
{
    max-width: 100%; 
    height: auto;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
select
{font-size: inherit;

    border: 1px solid #ccc; background: #fff;
}

input,
select
{
    cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email]
{
    cursor: text;
}
textarea
{
    overflow: auto;
}
textarea,
input
{
    padding: 5px;outline: none;
}
select
{
    padding: 2px;
}
option
{
    padding: 0 4px;
}
input[type=button],
button
{
    padding: 4px;cursor: pointer;vertical-align: middle;
} input:hover
{
    color: #111;
}
input.text_input,
textarea.textarea
{
    border: 1px solid #ccc;-webkit-border-radius: 1px; -moz-border-radius: 1px;border-radius: 1px;
}
input.text_input:focus,
textarea.textarea:focus
{
    border: 1px solid #999;
}
 
/********************* 
02. LAYOUT & GRID STYLES */

.aligncenter
{
    float: center;
    margin: 0 auto;
}
.alignright
{
    float: right;
}
.alignleft
{
    float: left;
}
.center
{
    text-align: center;
}
.wrap
{
    margin: 0 auto;
}

.container
{clear: both; 

    max-width: 1240px; margin: auto;
}

.post-container
{overflow: auto;

    margin: 0px;
    max-width: 930px;
    display: table;
    margin: 0 auto;
}

.page-container,
.cat-container,
.home-container
{overflow: auto;

    margin-right: 380px;
}

.full-width
{
    margin-right: 0 !important; margin-left: 0 !important;
}
.entry-content p
{
    padding: 10px 20px;
}
.entry-content a:hover
{
    text-decoration: underline;
}
.entry-content p,
.entry-content li
{
    font-size: 18px; line-height: 2;
    margin: 10px;
}

/* .entry-content p a, .entry-content li a{border-bottom:3px solid;} */
.home-container article,
.cat-container article
{padding-bottom: 20px;

    border-bottom: 3px solid #CCCCCC;
}

#inner-content
{
    overflow: auto; padding: 40px;border: 1px solid #f1f1f1; background-color: #eee;
}
#content
{
    float: left; width: 100%; margin-bottom: 20px;
}

.one-col
{
    width: 6.85483%;
}
.two-col
{
    width: 15.32258%;
}
.three-col
{
    width: 23.79032%;
}
.four-col
{
    width: 32.25806%;
}
.five-col
{
    width: 40.7258%;
}
.six-col
{
    width: 49.19354%;
}
.seven-col
{
    width: 57.66129%;
}
.eight-col
{
    width: 66.12903%;
}
.nine-col
{
    width: 74.59677%;
}
.ten-col
{
    width: 83.06451%;
}
.eleven-col
{
    width: 91.53225%;
}
.twelve-col
{
    width: 100%; margin-right: 0;
}

.one-col,
.two-col,
.three-col,
.four-col,
.five-col,
.six-col,
.seven-col,
.eight-col,
.nine-col,
.ten-col,
.eleven-col,
.twelve-col
{position: relative;display: inline; float: left; 
    clear: none; overflow: hidden; margin-right: 1.61291%;margin-bottom: 10px;	padding: 0;
}

.first
{
    margin-left: 0 !important;
}
.last
{
    margin-right: 0 !important;
}
.mtop
{
    margin-top: 0px;
}
.mbottom
{
    margin-bottom: 40px;
}
.mleft
{
    margin-left: 20px;
}
.mright
{
    margin-right: 20px;
}
.mdefault
{
    margin: 20px;
}
.mnone
{
    margin: 0;
}
.pnone
{
    padding: 0;
}
.vsmall
{
    font-size: 13px;
}
.small
{
    font-size: 14px;
}
.medium
{
    font-size: 14px;
}
.big
{
    font-size: 16x;
}
.sticky {}
.bypostauthor {}


/*******************************
03. H1, H2, H3, H4, H5 STYLES */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{font-family: 'Kreon', Serif; clear: both;

    margin: 10px 0; 
    color: #111;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
div.singlebox h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
	margin: 20px 30px 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a
{
    text-decoration: none; color: #111;
}
h1,
.h1
{
    font-size: 36px;
}
h2,
.h2
{
    font-size: 32px;
}
h3,
.h3
{
    font-size: 28px;
}
h4,
.h4
{
    font-size: 24px;
	padding-top: 20px;
}
h5,
.h5
{
    font-size: 22px;
}
h6,
.h6
{
    font-size: 20px;
}

.article-header {
	text-align: center;
}

.singlebox h2,h3,h4 {
	text-align: center;
}

/*********************
04. LINK STYLES */

a{color:#B74D4D; text-decoration:none;}
a, a:visited {}
a:hover , a:visited:hover,
a:focus, a:visited:focus { }
a:link, a:visited:link {}

/******************
05. HEADER SYTLES */

#top-header
{position: relative;  width: 100%; min-height: 90px; 
    margin: auto; 
}
#top-header .logo,
#footer-logo .logo
{font-size: 44px; font-weight: 700;

    position: relative; 
    /* max-height: 63px; */ z-index: 999;float: left; color: #fff;
}
#top-header h1,
#top-header h2
{
    float: left; margin-top: 15px; margin-bottom: 15px;
}
#top-header .logo
{
    height: 70px; color: #fff;  background-repeat: no-repeat;
}

#main-nav {
	border-bottom: 3px solid #B74D4D;
}

#main-nav-wrap img {
	margin-top: 4px;
}

/**********************
06. NAVIGATION STYLES */

.top-nav
{font-size: 12px;

    float: right;margin-top: 30px; margin-right: 10px;
}

.top-nav li
{
    position: relative; display: inline-block; float: left; padding: 6px 10px; border-radius: 2px;
}
.top-nav li a
{font-size: 11px; font-weight: 700; 

    color: #B74D4D;
}
.top-nav li a:hover
{
    color: #fff;
}
.top-nav li.current-menu-item a
{
    color: #fff;
}
.top-nav ul
{
    position: absolute; z-index: 99999; top: 31px; left: 0; display: none; float: left;width: 180px; padding: 0;

    background-color: #5a435a;
}

#main-nav
{clear: both;width: 100%;  min-height:70px;
    margin: 0 auto; background-color: #222; /* height:49px; */
}
#main-nav #main-menu
{
    float: right; margin: 0;
}
#main-nav  #main-menu li {  position: relative; float: left; /* #B74D4D;  border-right:1px solid #5A435A; */ text-align: center; line-height: 30px; list-style-type: none;
}
#main-nav  #main-menu li a
{font-size: 13px; font-weight: 700; display: inline-block; min-width: 90px; height: 30px;padding: 20px 12px; color: #fff; text-transform:uppercase;
}
#main-nav  #main-menu ul {position: absolute;     z-index: 99999;	top: 70px; left: 0; 
    display: none; float: left; width: 372px;padding: 0; background-color: #252525; /* #5A435A; */
}
#main-nav #main-menu li.simplemenu ul {     width: 186px;
}
#main-nav  #main-menu ul li, #top-nav ul li {     
	font-size: 12px;	
    z-index: 99999; 
    min-width: 180px; 
    width: 100%; 
    height: auto; 
    margin: 0; 
    padding: 0;
    border: 0 none; 
    border-bottom: 3px solid #B74D4D; 
    }

#main-nav  #main-menu ul li:hover > a, #top-nav ul li:hover > a {     
	border-bottom: none !important;
    }

#main-nav  #main-menu ul a, #top-nav ul a  {font-size: 12px;font-weight: normal; line-height: 1em;

    z-index: 99999;	display: block !important; width: 174px; height: auto !important;margin-right: 0 !important;
    padding: 20px 0 20px 12px; text-align: left; color: #fff; 
    border: 0 none; background: none !important;
}



#main-nav  #main-menu li:hover {color: #fff !important; color: #fff;     background-color: #111; /*#E97C67; */ }

/*#main-nav  #main-menu li:hover > ul, #top-nav li:hover > ul {
 	display: block;
 }*/

#main-nav  #main-menu li a:hover
{
    color: #fff;
}

#main-nav  #main-menu ul li:hover > a,
#main-nav  #main-menu ul :hover > a,
.top-nav ul li:hover > a,
.top-nav ul :hover > a
{
    color: #fff;
}
#main-nav  #main-menu ul li
{
    background-color: #252525; /* 5A435A; */
}
#menu-icon
{font-weight: 700; 

    display: none; float: right; height: 30px; 
    padding: 21px 8px 0 45px; cursor: pointer;color: #fff;
}
#menu-icon:before {
	font: 26px 'FontAwesome';
	top: 0;
	left: 0px;
	content: "\f0c9";
	color: #fff;
}

#main-nav #socialcircle
{
    float: right;
}
#main-nav #socialcircle li
{
    float: left;margin-top: 7px;margin-right: 20px;
}
#image-navigation
{
    float: right; margin-top: 20px;
}

/* ENGLISH NAVIGATION AND POSTS */

a[title=englishnav] {
	background-image: url(images/eng.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 6px;
}

a[title=germannav] {
	background-image: url(images/de.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 6px;
}

/*********************
07. POSTS & CONTENT STYLES */

.pagenavi a, .pagenavi span.extend, .pagenavi span {
float: left;
font-size: 14px;
margin-top: 1px;
margin-right: 3px;
color: #333;
padding: 4px 10px;}

.read-article:hover{ text-decoration:underline;}
#crumbs
{font-family: 'Lato', Sans-serif; font-size: 12px; 

    clear: both; 

    margin-bottom: 10px;padding-bottom: 5px; color: #B74D4D; border-bottom: 1px solid #f0f0f0;
}

.post-meta
{
     padding-top: 0;color: #B74D4D; border-bottom: 3px double #f0f0f0; font-size:12px;
}
p.post-meta {
	font-size: 12px;
}

.post-meta-author
{margin-right: 30px;padding-left: 25px; 
}
.post-meta-author:before {
	font: 14px 'FontAwesome';
	top: 0;
	margin-right: 5px;
	content: "\f007";
	color: #222;
}
.post-meta-date
{margin-right: 30px; padding-left: 25px; 
}
.post-meta-date:before {
	font: 14px 'FontAwesome';
	top: 0;
	margin-right: 5px;
	content: "\f073";
	color: #222;
}
.post-meta-comments
{margin-right: 15px;padding-left: 25px; 
}
.post-meta-comments:before {
	font: 14px 'FontAwesome';
	top: 0;
	margin-right: 5px;
	content: "\f086";
	color: #222;
}

/* We're using the post-meta function on the frontpage as well. So we need to style a few things differently (not the fontawesome stuff tho) */
.home-container p.post-meta {
	border-bottom: 10px;
	line-height: 12px;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: left;
	color: #bbb;
}
.home-container .post-meta-author, .home-container .post-meta-date, .home-container .post-meta-comments {
	margin: 0px;
	padding: 0 10px 0 0;
}
.home-container .post-meta-author:before, .home-container .post-meta-date:before, .home-container .post-meta-comments:before {
	color: #bbb;
}

/* Authors Page */
.our_authors
{
    overflow: hidden;
}
.our_authors .item
{position: relative;float: left; width: 10%; min-width: 120px; height: 120px; margin: 20px 5px; 
    padding: 10px;
}
.our_authors .item img
{width: 100%; height: auto; margin: 0;

    border-radius: 100px;
}
.our_authors .item .desc
{position: absolute; z-index: 2; top: 10px; 

    display: none;	width: 120px; text-align: center;
}
.our_authors .item:hover .desc
{
    display: block;
}
.our_authors .item:hover img
{
    opacity: .1 !important;
}
.our_authors .item .desc h6
{font-size: 12px; 
    font-weight: 700; margin-top: 29px;margin-bottom: 5px;
}
.our_authors .item .desc p
{
    font-size: 14px; font-weight: 700; margin-bottom: 5px;
}

/* Category Pages */
.cat-container article,
.home-container article
{
    /*width:48.75%; */ position: relative; padding: 40px;
background-color: #fff;
}
/*.cat-container .item-list:nth-child(even) {margin-right: 2.5%;} */

/*.home-container .item-list:nth-child(1) { background-color:#B74D4D;}
.home-container .item-list:nth-child(1) .postmeta{ color:#fff;}
.home-container .item-list:nth-child(1) .postmeta a{ color:#fff;}
.home-container .item-list:nth-child(1) .cdetail h2 a{ color:#fff;}
.home-container .item-list:nth-child(1) .cdetail h2 a:hover{ color:#222;}
.home-container .item-list:nth-child(1) .catpost p{ color:#fff;}
.home-container .item-list:nth-child(1) .read-article{ color:#fff;}*/

/*.item-list{background-color:#fff;float:left;} */

.cat-head
{overflow: auto;margin-top: 0; padding: 30px;

    background-color: #B74D4D;
}
.cat-head h1
{color:#fff;

    margin: 0;
}
.cat-head p {color:#fff;}

.cthumb
{
    position: relative; overflow: hidden; height: 175px; /*206px; */
}
.cthumb a
{
    display: block;
}
.cthumb a img
{width: 275px; 
    height: 175px; /*206px; */ -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;                  -o-transition: all .6s ease;                     transition: all .6s ease;
}

.cthumb a img:hover
{overflow: hidden;

    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.catbox
{
    position: absolute; z-index: 10; bottom: 10px; left: 10px;
}
.catbox ul li
{display: inline-block;
    float: left;
}
.catbox a,
.hcat a:visited
{margin-right: 1px;padding: 3px 10px; 

    color: #fff !important; background: #B74D4D;
}

.cdetail
{
    /* padding: 10px; */
    border-bottom: 3px double #f0f0f0;
}
.cdetail  h3,
.cdetail  h2
{font-size: 30px; font-weight: 700;

    margin: 0;
}
.cdetail  h3 a:hover,
.cdetail  h2 a:hover
{

    color: #B74D4D;
}
article .postmeta
{
    color: #999;
}
article .postmeta p a
{
    color: #999;
}
article .postmeta p a:hover
{
    text-decoration: underline;
}

.singlebox
{padding: 40px;

    background-color: #fff;
}
.byline
{
    color: #999;
}
.entry-content ul,
.entry-content ol
{
    margin: 0 15px 15px 20px; padding-left: 20px;
}
.entry-content  ul li,
.entry-content  ol li
{
    font-family: 'Lato', Sans-serif; margin-left: 20px;
}
.entry-content  ul li
{
    list-style: circle;
}
.entry-content  ol li
{
    list-style: decimal;
}
.single-post-thumb
{
    width: 100%;
}

.article-footer .tags a,
.widget_tag_cloud a
{font-size: 13px; padding: 2px 4px; white-space: nowrap;color: #fff; 
    background-color: #999;
}

.post-shares
{
    padding-bottom: 20px;
}
.post-share
{
    overflow: auto; padding: 20px 0 20px 0;
}
.post-share li
{
    float: left; margin-right: 20px;
}

/*Author Box*/
.authorbox {overflow: hidden;
border-top: 1px solid #F1F1F1;
border-bottom: 1px solid #F1F1F1;
background-color: #333;
padding: 20px;
margin-left:-20px;
margin-right:-20px;
}
.authorleft { float: left;
overflow: hidden;
padding: 20px 0 20px 0;
width: 100%; }
.authorleft .authorimg { float: left; width: 136px; }
.authorbio { line-height: 170%; margin-left: 180px; }
.author-title{font-size:22px; font-family: 'Lato', Sans-serif; color:#fff;}
.author-title:hover{ text-decoration:underline; color:#fff;}
.authorbio p { color: rgba(255,255,255,0.9); margin-bottom: 10px; font-size:13px;} 
.authorlinks a{margin-right: 40px; font-size:15px; rgba(255,255,255,0.6); font-family: 'Lato', sans-serif; color:#fff; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 3px;}
.authorlinks a:hover{ border-bottom-color:#fff; color:#fff !important;}

.authorleft .authorimg img { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 3px solid #e2e2e2; }
.authorbio .authorlinks { margin-top: 5px; color: #fff; }
.authorbio .authorlinks  a{ margin-top: 5px; color: #fff; }

/*Related Articles*/
.related-articles
{overflow: auto;

    border-bottom: 1px solid #f0f0f0;
}
.related-articles h4
{
    margin: 20px 0;
}
.related-article:nth-child(3)
{
    margin-right: 0;
}
.related-article img
{width: 374px; 
    height: auto;    height: 199px;
}
.related-article h5
{margin-top: 0;

    text-align: center;
}
.related-article h5 a
{
    color: #f45f51;
}
.related-article h5 a:hover
{
    color: #5a435a;
}
/* Scroll to top */
#gototop
{
    position: fixed; 
    z-index: 2; right: 10px; bottom: -100px; overflow: hidden;

    width: 34px; height: 34px; cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
       -moz-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
         -o-transition: all .7s ease-in-out;
            transition: all .7s ease-in-out; background-color: #B74D4D;
            color: #B74D4D;
}
#gototop:before {
	position: absolute;
	font: 32px 'FontAwesome';
	content: "\f106";
	color: #fff;
	top: -1px;
	left: 7px;
}
/* Search Box */
.search-block
{float: right;
    overflow: hidden; margin-top: 29.5px;
}

#searchform
{
    overflow: hidden; height: 29px;border: 1px solid #B74D4D;
    border-radius: 2px;
}

.search-block .search-button
{
    display: block; 
    float: right; 

    width: 30px; height: 29px;cursor: pointer;border: 0 none; background-color: #5a435a; 
}

.search-button:before {
	font: 12px 'FontAwesome';
	top: 0;
	left: 0px;
	content: "\f002";
	color: #000;
}

.search-block #s
{font: normal 11px Trebuchet MS;float: right; width: 180px; height: 29px; 
    padding: 0 10px 0 10px; -webkit-transition: width .7s , color .4s;
    -moz-transition: width .7s , color .4s; 
      -o-transition: width .7s , color .4s;         transition: width .7s , color .4s;color: #B74D4D; border: none; border-radius: 2px;
    background-color: #5a435a;
}

.search-block #s:focus
{color: #fff; border: none !important;
    background-color: #B74D4D;
}

/* 404 Page */
.not-found-block #s
{font: normal 11px Trebuchet MS;width: 50%;
    padding: 6px 12px 7px 12px; 

    -webkit-transition: width .7s , color .4s;
       -moz-transition: width .7s , color .4s;         -o-transition: width .7s , color .4s;
            transition: width .7s , color .4s;

    border: 1px solid #ececec;
    background: #fff;
}

.not-found-block #s:focus
{color: #fff; 
    background-color: #B74D4D;
}
.not-found-block .search-button
{width: 10%; min-width: 80px; height: 35px;cursor: pointer;

    color: #fff; border: 0 none;
    background-color: blue;
}

.entry-content
{
    clear: both; overflow: hidden;
}
.entry-content dd
{font-size: .9em; margin-bottom: 1.5em;
    margin-left: 0; color: #787878;
}
.entry-content img
{max-width: 100%; height: auto;
    margin: 0 0 1.5em 0 ;
}
.entry-content video,
.entry-content object
{
    max-width: 100%; height: auto;
}
.entry-content pre
{padding: 10px;

    word-wrap: break-word; border: 1px solid #cecece; background: #eee;
}

article .entry-content table
{margin: 20px; 

    border-spacing: 0; border-collapse: collapse;
}
article .entry-content td,
article .entry-content th
{
    padding: .5em .75em; border: solid 1px #000;
}
/* end .entry-content */

.wp-caption
{
	width:auto !important;
    max-width:100% !important;
    height:auto !important;
    padding: 5px;
    background: #eee;
}
.wp-caption img
{
	width:auto !important;
    max-width:100% !important;
    height:auto !important;
    max-width: 100%; margin-bottom: 0;
}
.wp-caption p.wp-caption-text
{
    font-size: 12px; margin: 4px 0 7px;text-align: center;
}
.gallery .gallery-caption
{margin: 0 0 12px;

    color: #888;
}

/* Images */


img.size-auto,
img.size-full,
img.size-large,
.attachment img,
.attachment-full
{
    max-width: 100%; height: auto;
}
img.alignleft,
img.centered,
img.aligncenter,
img.alignright,
img.alignnone,
.attachment-full,
.attachment .entry-content img,
.size-full
{display: block/*inline*/; box-sizing: border-box;margin: 8px; 
    padding: 4px; border: none;
}
img.centered,
img.aligncenter,
img.alignnone,
.attachment .entry-content img
{max-width: 100%;
    margin: 0 auto;
}
.entry-content .attachment
{
    margin: 20px 0;
}
img .attachment
{
    margin: 20px 0;
}
img.alignleft
{
    margin-left: 0;
} img.alignright
{
    margin-right: 0;
}
.wp-caption
{line-height: 14px; max-width: 100% !important;	margin-bottom: 10px; padding: 4px; text-align: center;

    background: #f1f1f1;
}
.wp-caption img
{
    max-width: 100% !important; padding: 0; margin: 4px 0;
}
.wp-caption p.wp-caption-text
{margin: 0px;
	line-height: 0.8em;
    color: #888;
}

/* Thumbnail stuff for the front-page is resolution-dependent and therefore further down */

div.thumbnail {
	background-color: #fff;
	max-height: 350px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

div.thumbnail img {
	display: block;
}

div.thumbnailcaption {
	    position: absolute;
	    background: rgba(255, 255, 255, 0.7);
		padding: 5px;
	    right: 0;
	    bottom: 0;
	    color: #000;
	    left: 0;
	    text-align: right;
		font-size: 11px;
}

/**********************
08. SIDEBARS & ASIDES */

#sidebar
{float: right; overflow: hidden; 

    width: 340px; margin-left: -340px;
}

.widget
{
    /*overflow:auto;*/ margin-bottom: 40px; 
    padding-bottom: 40px;border-bottom: 3px solid #B74D4D; padding:20px; background-color:#fff;
}

.widget h4 {
	padding-top: 0px;
	text-align: left;
}


.ads200-widget
{
    margin-bottom: 0;
}
.ads200 .ad-cell
{float: left;

    width: 200px;
}
.ads200 .ad-cell img
{
    width: 100%; max-height: 125px;
}
.ads200 .ad-cell:nth-child(odd)
{
    margin-right: 20px;
}

.ads125_125-widget
{
    margin-bottom: 0;
}
.ads125-125
{
    padding: 2.5px;
}
.ads125-125 .ad-cell
{float: left;

    width: 125px;
}
.ads125-125 .ad-cell img
{
    width: 100%; max-height: 125px;
}
.ads125-125 .ad-cell:nth-child(2),
.ads125-125 .ad-cell:nth-child(5)
{
    margin-right: 20px; margin-left: 20px;
}


/*.candour-category-posts h4, .widget_text h4, .widget_recent_entries h4{margin-top: 0px; color: #fff; padding: 5px 10px; background-color: #594255; font-weight: normal;font-size: 18px;} */
.candour-category-posts li
{
    overflow: auto; margin-bottom: 10px; padding-bottom: 5px;border-bottom: 1px solid #bbb;
}
.widget_recent_entries span
{font-size: 13px;font-style: italic; 

}
.candour-category-posts li .post-thumbnail
{position: relative; 

    float: left;overflow: hidden;
}
.candour-category-posts li .post-thumbnail img
{
    width: 150px; height: 66px; -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;      -o-transition: all .6s ease;         transition: all .6s ease;
}

.candour-category-posts li .post-thumbnail img:hover
{overflow: hidden;

    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);         -o-transform: scale(1.1);            transform: scale(1.1);
}

.candour-category-posts li p,
.widget_recent_entries li a
{font-family: 'Lato', Sans-serif; font-weight: 700;
display:block; width:100%;
    color: #111;
}

/*********************
09. COMMENT STYLES */


#comments h3
{
    margin: 20px 0;
}
.comment-list li
{clear: both;
	list-style-type: none;
    margin-bottom: 20px;
}
.commentlist li:last-child
{
    margin-bottom: 0;
}
.comment-list li[class*=depth-]
{
    margin-top: 1.1em;
}
.comment-list li.depth-1
{margin-top: 0;
    margin-left: 0;
}
.comment-list li ul.children
{
    margin-top: 20px; margin-left: 40px;
}
.comment-avatar
{float: left;

    width: 48px; height: 48px; margin-right: 10px; padding: 2px; -webkit-border-radius: 1px; 
    -moz-border-radius: 1px; background: white; 
    -webkit-box-shadow: 0 0 3px #b5b5b5;       -moz-box-shadow: 0 0 3px #b5b5b5;            box-shadow: 0 0 3px #b5b5b5;
}

.comment-meta
{position: relative; 

    overflow: auto; padding: 10px; -webkit-border-radius: 2px;    -moz-border-radius: 2px;         border-radius: 2px; background: #f8f8f8; -webkit-box-shadow: 0 0 1px 0 #999; 
    -moz-box-shadow: 0 0 1px 0 #999;         box-shadow: 0 0 1px 0 #999;
}

.comment-metadata a
{font-family: 'Lato', Sans-serif; font-size: 15px;
    font-weight: 700;text-transform: capitalize;
}
.comment-list .datetime
{font-family: 'Lato', Sans-serif; font-size: 15px; 

    float: right;
}

.comment-list .comment-content
{
    margin-left: 62px;
}


.comment-list .reply
{font-size: .9em;font-weight: 700; float: right; 

    padding: 3px 6px; 

    text-decoration: none; color: #fff; border-radius: 2px; background: #999;
}

.comment-list .reply a
{font-family: 'Lato', Sans-serif; text-transform: capitalize;

    color: #fff;
}
.comment-list .reply:hover,
.comment-list .reply:focus
{
    background-color: #111;
}

  
/************************
10. COMMENT FORM STYLES */
#respond
{
    padding-bottom: 2.2em;
}
#respond h3
{
    margin: 20px 0;
}
#respond form input[type=text],
#respond form input[type=email],
#respond form input[type=url],
#respond form textarea
{line-height: 1.5em;

    padding: 3px 6px; border-radius: 2px; background: #f8f8f8;
}

#respond form input[type=text]:focus,
#respond form input[type=email]:focus,
#respond form input[type=url]:focus,
#respond form textarea:focus
{
    background: #fff;
}

#respond-form form input[type=text]:invalid,
#respond-form form input[type=email]:invalid,
#respond-form form input[type=url]:invalid,
#respond-form form textarea:invalid
{border-color: #fbc2c4; 
    outline: none;  background-color: #f6e7eb;  -webkit-box-shadow: none;
     -moz-box-shadow: none;          box-shadow: none                  ;-ms-box-shadow: none;
}

#respond-form form input[type=text],
#respond-form form input[type=email],
#respond-form form input[type=url]
{min-width: 250px;
    max-width: 400px;
}

#respond-form form textarea
{width: 97.3%; height: 150px;

    resize: none;
}
#comment-form-title
{
    margin: 0 0 1.1em;
}
#allowed_tags
{
    margin: 1.5em 10px .7335em 0;
}

.nocomments
{
    margin: 0 20px 1.1em;
}

#respond .form-submit input,
.button,
.next-image a,
.previous-image a
{font-size: .9em;font-weight: 700; 

    padding: 8px 16px; 

    text-decoration: none; color: #fff; border-radius: 2px; background: #999;
}
.button:hover,
.next-image a:hover,
.previous-image a:hover,
#respond .form-submit input:hover
{
    color: #fff !important; background-color: #111;
}
.button a
{
    color: #fff;
}
#respond .comment-form-comment textarea
{
    width: 98%;
}


/********************
11. WORDPRESS BODY CLASSES */

.widget-title
{font-size: 16px;

    text-transform: uppercase;
    border-bottom: 3px double #f0f0f0;
}
label
{font-weight: 700;

    display: block; margin-bottom: 10px;
}
.widget_nav_menu #menu-top-menu li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.widget_recent_entries li
{display: block; 

    margin: 0 3px;  padding: 10px 0;border-bottom: 1px solid #f1f1f1;
}

.widget_links ul li
	{	
	    margin: 0 3px;  padding: 10px 0;border-bottom: 1px solid #f1f1f1; list-style-type: none;
	}

.widget_nav_menu #menu-top-menu li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_recent_comments ul li a,
.widget_rss ul li a,
.widget_links ul li a
{font-size: 13px; font-weight: 700; display: inline-block;  height: 20px;

    color: #111 /*#B74D4D !important */;
}

.widget_nav_menu ul li ul
{
    display: none;
}

.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.candour-category-posts ul li a:hover
{text-decoration: none;

    color: #B74D4D;
}

.widget_nav_menu ul li ul li a
{width: 80%;
    padding: 8px 10%;
}
.widget_categories ul li ul
{
    display: none;
}
.widget_archive select,
.widget_categories select
{min-width: 160px;margin-left: 20px; 
    padding: 5.5px; border: 2px solid #111;
}

.widget_recent_comments li,
.widget_rss li
{
    margin: 2px; padding: 10px;
}

/*.widget_rss li a{font-weight: 700; font-size: 15px;} */
.widget_rss li span
{font-style: italic; 

    float: right; clear: both; width: 100%; margin: 5px 0;text-align: right;
}
/*.widget_recent_comments li a{display: inline !important;font-size: 12px; font-weight:bold; color: #e0735e;} */
.widget_recent_comments li .url
{font-style: italic;

    text-transform: uppercase;
}

#wp-calendar
{
    width: 100%;
}
#wp-calendar caption
{
    font-size: 16px;	font-weight: 700; padding-bottom: 4px; text-align: center;color: #222;
}
#wp-calendar tbody
{
    color: #aaa;
}
#wp-calendar tbody td
{padding: 6px 0 6px;	text-align: center;color: #fff; 
    background: #111;
}

#wp-calendar tbody .pad,
footer #wp-calendar tbody .pad
{border: 0 none;
    background: none;
}
#wp-calendar tfoot #next
{
    text-align: right;
}

/* Social media icons in widget bar */

.widget-icons a {
	margin-right: 20px;
}

.widget .facebook:before
{
	font: 36px 'FontAwesome';
	top: 0;
	left: 0px;
	content: "\f082";
	color: #3b5998;
}
.widget .twitter:before
{
	font: 36px 'FontAwesome';
	top: 0;
	left: 0px;
	content: "\f081";
	color: #00b0ed;
}
.widget .envelope:before
{
    font: 36px 'FontAwesome';
    top: 0;
    left: 0px;
    content: "\f199";
    color: #ccc;
}
.widget .rss:before
{
    font: 36px 'FontAwesome';
    top: 0;
    left: 0px;
    content: "\f143";
    color: #f26522;
}

.widget .twitter:hover:before {
	color: #B74D4D;
}

.widget .facebook:hover:before {
	color: #B74D4D;	
}

.widget .rss:hover:before {
	color: #B74D4D;	
}

.widget .envelope:hover:before {
	color: #B74D4D;	
}

.blogroll li a img {
	width: 16px !important;
	height: auto;
}

/* Popular Widget */

.popular-widget {
	padding: 0px !important;
}

.pop-layout-v {
	background-color: #eee !important;
}

ul.pop-widget-tabs li {
	background: #eee !important;
	font-size: 14px !important;
	font-family: 'Kreon', Serif !important;
	margin: 0px !important;
	border: 0px !important;
}

ul.pop-widget-tabs li a {
	padding: 8px 16px !important;
	font-size: 16px !important;
	border: 0px !important;
	margin: 0px !important;
	font-family: 'Kreon', Serif !important;
	text-transform: uppercase;
	background: none !important;
}

ul.pop-widget-tabs li a.active {
	background-color: #fff !important;
	border: 0px !important;
}

ul.pop-widget-tabs li a.active:hover {
	color: #000 !important;
}

ul.pop-widget-tabs li:hover {
	background-color: #B74D4D !important;
	color: #fff !important;
}

ul.pop-widget-tabs li:hover a {
	color: #fff !important;
}

div.pop-inside {
	border: 0px !important;
	margin: 0px !important;
}

div.pop-inside ul {
	padding-bottom: 10px !important;
	background-color: #fff !important;
}

div.pop-inside ul li {
	background-color: #fff !important;
	color: #000 !important;
	padding: 10px 20px !important;
	border: 0px !important;
	font-family: 'Lato', sans-serif;
}

/* Widget search --------------------------------------- */

.widget_search #searchform{border:0px; height:33px;}
.widget_search form { position: relative; }
.widget_search input { height: 30px; }
.widget_search input#s {
	-webkit-appearance: none;
	width: 99%;
	padding: 0px;
	background: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	border-radius: 3px;
}

.widget_search #s:focus { 
	outline: none; 
	background: #EEE;
	color: #444;
}
.widget_search #searchsubmit {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 32px;
	line-height: 1;
	border: none;
	background: #B74D4D;
	border: 1px solid #B74D4D;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	border-radius: 0 3px 3px 0;
	text-align: left;
}
.widget_search #searchsubmit:before {
	position: absolute;
	font: 20px 'FontAwesome';
	top: 3px;
	left: 7px;
	content: "\f002";
	color: #fff;
}
.widget_search #searchsubmit:hover:before {
	color: #222;
}

/*.widget_search #searchsubmit:hover {
	cursor: pointer;
	background-color: #089D80;
	border-color: #089D80;
}*/
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);
position: absolute !important; display:none;}

/*********************
12. PAGE NAVI STYLES */

.pagenavi
{
    float: left; width: 100%;
}
.pagenavi .pages
{font-size: 14px; display: block; 
    float: right; padding: 7px 0 2px;color: #111;
}
.pagenavi span.current
{font-size: 14px;float: left; padding: 4px 10px 6px; 

    color: #fff; background-color: #111;
}
.pagenavi a,
.pagenavi span.extend
{font-size: 14px; 

    float: left; margin-top: 1px; margin-right: 3px; padding: 4px 10px;color: #5a435a;
}
.page-navigation,
.wp-prev-next
{
    margin: 1.1em 0 2.2em;
}
.wp-prev-next .prev-link
{
    float: left;
}
.wp-prev-next .next-link
{
    float: right;
}


/*********************
13. FOOTER STYLES */

.footer,
#inner-footer
{
    clear: both; padding-top: 20px;
}
#main-footer
{
    width: 100%; margin-top: 20px;border-bottom: 6px solid #B74D4D;
}
#bottom-footer p
{ margin-top: 2px;padding-top: 0; 

    color: #fff;
}
#main-footer a
{
    color: #B74D4D;
}
#main-footer a:hover
{
    color: #fff;
}
#bottom-footer
{z-index: 20; bottom: 0; left: 0; overflow: auto; width: 100%; padding: 20px 0;

    background-color: #222;
}

#footer-nav-links
{font-size: 12px; 

    position: relative;  text-align: right;
}
#footer-nav-links li
{
    display: inline; margin-right: 10px;
}
#footer-nav-links li a
{
    font-family: 'Lato', Sans-serif; font-weight: 700;
}


#footer-social-icons
{
    float: right; width: auto;
}
#footer-social-icons a
{
    float: left;
    width: 32px; 
    height: 32px;
	margin: 0 5px;
}
.facebook:before
{
	font: 32px 'FontAwesome';
	top: 0;
	left: 0px;
	content: "\f082";
	color: #3b5998;
}
.twitter:before
{
	font: 32px 'FontAwesome';
	top: 0;
	left: 0px;
	content: "\f081";
	color: #00b0ed;
}
.pinterest:before
{
    font: 32px 'FontAwesome';
    top: 0;
    left: 0px;
    content: "\f081";
    color: #bd081c;
}
.rss:before
{
    font: 32px 'FontAwesome';
    top: 0;
    left: 0px;
    content: "\f143";
    color: #f26522;
}
.youtube:before
{
    font: 32px 'FontAwesome';
    top: 0;
    left: 0px;
    content: "\f16a";
    color: #cd201f;
}
.googleplus:before
{
    font: 32px 'FontAwesome';
    top: 0;
    left: 0px;
    content: "\f0d4";
    color: #dc4e41;
}
.stumbleupon:before
{
    font: 32px 'FontAwesome';
    top: 0;
    left: 0px;
    content: "\f1a3";
    color: #eb4924;
}

.facebook:hover:before, .twitter:hover:before, .pinterest:hover:before, .rss:hover:before, .youtube:hover:before, .googleplus:hover:before, .stumbleupon:hover:before {
	color: #fff;
}

#footer-copyright
{
    float: left; width: 100%; margin-top: 10px;
}

#footer-copyright p {
	padding: 0 20px;
}

footer #wp-calendar tr th,
footer #wp-calendar caption
{
    color: #fff;
}
footer .widget_nav_menu #menu-top-menu li,
footer .widget_archive ul li,
footer .widget_categories ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_nav_menu ul li,
footer .widget_recent_comments li
{
    background-color: #5a435a;
}
footer .widget_pages ul li a,
footer .widget_nav_menu ul li a
{
    border-bottom: 1px solid #B74D4D;
}
footer .widget_recent_comments li
{
    color: #fff;
}
footer h4,
footer h4 a
{margin-top: 0;

    color: #B74D4D;
}
footer .widget_tag_cloud a
{
    background-color: #5a435a;
}
footer .widget_recent_comments li,
footer .widget_rss li
{
    margin: 1px !important;
}


/*********************
14. SHORTCODE STYLES */

/* Boxes */

p.sipo-box,
div.sipo-box {
    margin: 1em 0 1.5em 0;
    padding: 18px 21px 18px 50px;
    border: 0;
    color: #555;
    text-shadow: none;
/*    max-width: 500px;*/
    box-sizing: border-box;
    line-height: 1.5em;
    overflow: auto;
}

.singlebox .sipo-box {
	max-width: 100%;
	margin: 0 30px 10px;
}

.sipo-box.none {
    border-width: 0;
}

.sipo-box.full {
    border: 3px solid #222;
    box-sizing: border-box;
}

.sipo-box.medium {
    padding: 18px 20px 18px 50px;
/*    font-size: 16px;*/
}

.sipo-box.large {
    padding: 25px 27px 25px 50px;
/*    font-size: 17px;*/
}

.sipo-box.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

.sipo-box.alert {
    border-color: #f0baa2;
    background-color: #ffd9c8;	
}

.sipo-box.alert:before {
	font: 26px 'FontAwesome';
	content: "\f071";
	color: #222;
	float: left;
	margin-left: -35px;
	height: 100%;
}
.sipo-box.download {
    border-color: #d4ebaf;
    background: #edfcd5;
}
.sipo-box.download:before {
	font: 26px 'FontAwesome';
	content: "\f019";
	color: #222;
	float: left;
	margin-left: -35px;
	height: 100%;
}
.sipo-box.tick {
    border-color: #d4ebaf;
    background: #edfcd5;
}
.sipo-box.tick:before {
	font: 26px 'FontAwesome';
	content: "\f00c";
	color: #fff;
	float: left;
	margin-left: -35px;
	height: 100%;
}
.sipo-box.info {
    border-color: #ccc;
    background: #eee;
}
.sipo-box.info:before {
	font: 26px 'FontAwesome';
	content: "\f05a";
	color: #222;
	float: left;
	margin-left: -35px;
	height: 100%;
}

.sipo-box.note {
    border-color: #efe3ae;
    background: #fef6d2;
	margin-bottom: 0;
}
.sipo-box.note:before {
	font: 26px 'FontAwesome';
	content: "\f249";
	color: #222;
	float: left;
	margin-left: -35px;
	height: 100%;
}
.sipo-box.normal {
    border-color: #ccc;
    background: #eee;
    padding: 9px 15px;
}

.sipo-box img {
	margin: 0 10px 0 -35px;
	padding: 0;
	border: none;
	height: 48px !important;
	width: 48px !important;
}

.sipo-box.normal img {
	margin: 0 10px 0 0;
	padding: 0px;
	border: none;
	height: auto !important;
	width: auto !important;
}
.sipo-box.jobs {
    border-color: #aef7dd;
    background: #d5fcee;
}
.sipo-box.jobs:before {
	font: 26px 'FontAwesome';
	content: "\f0c0";
	color: #222;
	float: left;
/*	margin-left: -35px;*/
	margin-right: 5px;
	height: 100%;
}
/* Quotes */

.sipo-quote, blockquote {
    margin: 1em 20px;
	padding: 10px 10px 10px 10px;
	background: #eee;
    font-style: italic;
    color: #555;
    min-height: 65px;
    width: 85%;
	text-align: center;
	position: relative; 
	box-sizing: border-box;
	border-left: 65px solid #f6f6f6;
}

.sipo-quote:before, blockquote:before {
	font: 40px 'FontAwesome';
	content: "\f10e";
	color: #c6c6c6;
	position: absolute;
	margin: 5px 0 0 -60px;
}

.sipo-quote.left {
    margin: 0;
}

.sipo-quote.right {
    margin-left: 40%;
}

.sipo-quote.center {
	margin-left: 20%;
}

.sipo-quote.boxed {
    background: #f5f5f5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.sipo-quote.boxed.left {
    margin: 0 1.5em 1em 0;
}

.sipo-quote.boxed.right {
    margin: 0 0 1em 1.5em;
}

/* THIS THEME DEPENDS ON THE FD FOOTNOTE PLUG-IN, WE STYLE SOME STUFF HERE */

div.footnotes {
	border-bottom: 3px double #eee;
	border-top: 1px solid #eee;
}

div.footnotes ol li {
	font-size: 14px;
	line-height: 1em;
}

/* This is for collapsable stuff in articles */

div.woo-sc-box {
	max-width: 100%;
	margin: 0 30px 10px;
	border-color: #ccc;
	background: #eee;
	padding: 9px 15px;
}

/*********************
15. STYLES FOR DIFFERENT RESOLUTIONS */

@media only screen and ( min-width: 1025px ){
#main-menu{display:block !important;}
.cat-container article, .home-container article{/*min-height:404px;*/}

.singlebox {
	padding: 60px;
}

.entry-content {
	padding: 0 10px;
}

/* Hover Colors for menu, changing the bottom-padding due to border */
.current-page-item a {
	background-color: #B74D4D;
	padding: 20px 0 17px 12px !important;
}

.current-menu-item a {
	background-color: #B74D4D;
	padding: 17px 12px 20px !important;
}

#main-nav  #main-menu li:hover > a, #main-nav  #main-menu :hover > a {
	background-color: #990000;
	padding: 17px 12px 20px !important;
 } 

li.current-menu-item, li-current-page-item, ul#main-menu li:hover {
	border-top: 3px solid #750000;
}

div.thumbnail-fp {
	background-color: #fff;
	max-height: 150px;
	float: left;
	overflow: hidden;
	margin: -40px -40px 10px;
	position: relative;
}

}

/*   TABLET  : 1024px -----------------------------   */
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.container{/*width:986px;*/ width:100%;}
.our_team .item{margin:4px !important;}
.cat-container article, .home-container article{/* min-height:464px;*/}
.cdetail .postmeta{/*width:84%; position:absolute;*/}
.our_authors .item{margin:7.4px;}
#main-menu{display:block !important;}

/* Hover Colors for menu, changing the bottom-padding due to border */
.current-page-item a {
	background-color: #B74D4D;
	padding: 20px 0 17px 12px !important;
}

.current-menu-item a {
	background-color: #B74D4D;
	padding: 17px 12px 20px !important;
}

#main-nav  #main-menu li:hover > a, #main-nav  #main-menu :hover > a {
	background-color: #990000;
	padding: 17px 12px 20px !important;
 } 

li.current-menu-item, li-current-page-item, ul#main-menu li:hover {
	border-top: 3px solid #750000;
}

div.thumbnail-fp {
	background-color: #fff;
	max-height: 150px;
	float: left;
	overflow: hidden;
	margin: -40px -40px 10px;
	position: relative;
}

}	

/*   TABLET  : 768px -----------------------------   */
@media only screen and (max-width: 985px) and (min-width: 768px){



.container{/*width:768px;*/ width:100%;}
#top-header ul, #main-menu{display:none; background-color:#B74D4D;}
.our_team .item{margin:0px !important; width:25%;}
.cat-container article, .home-container article{ margin-right:0px !important;}
.home-container .cthumb, .cat-container .cthumb{height:auto;}
.home-container .cthumb img, .cat-container .cthumb img{height:auto;}
.cdetail h3, .cdetail h2{font-size:24px;}
.cat-head h1{font-size:26px;}
#menu-icon{display:block;}
#main-nav-wrap{position:relative;}
#main-menu{ position: absolute; top: 70px; z-index: 10000; width: 100%; border-bottom-width: 3px; border-bottom-style: solid; 
              border-bottom-color: #B74D4D; background-color: #222;
}
#main-nav #main-menu li { float: none !important; display:inherit; overflow:auto; border-bottom: none !important; padding:0px !important; background-color:#222;}
#main-nav #main-menu li a{padding:8px 2%; float:right; text-align:center; width:96%;}
#main-nav #main-menu ul {display:block !important; width: 100% !important; position: relative !important; top: 0px !important;
}
#main-nav #main-menu ul li{width: 100%; border-bottom:none !important; background-color:#222; /* #B74D4D; */}
#main-nav #main-menu ul li a{color:#FFF !important; text-shadow:none !important; width: 90%; padding:10px 5% !important; font-weight:bold; font-size:12px;}
#main-nav #main-menu ul li a:hover{padding:10px 5% !important;}
#main-nav #main-menu li:hover{background-color:#222; /* #B74D4D; */}
#main-nav  #main-menu li a:hover, #main-nav  #main-menu li ul li a:hover  {background-color: #111 /* #E97C67 */ !important; color:#fff;}
.author-site{font-size: 14px;float: left;text-align: left;width:100%;} .our_authors .item{margin:1.1px;}


#main-nav #main-menu li:hover > a, #main-nav #main-menu :hover > a {
	padding: 8px 2% 5px;
}

#main-nav #main-menu li.current-menu-item a:hover, #main-nav #main-menu li.current_page_item a:hover {
	padding-bottom: 8px;
}

#main-nav #main-menu ul li a:hover {
	padding:10px 5%;
}

ul.menu {
	padding-left: 0px;
}

#inner-content {
	padding: 15px;
}

div.thumbnail-fp {
	background-color: #fff;
	max-height: 150px;
	float: left;
	overflow: hidden;
	margin: -40px -40px 10px;
	position: relative;
}

}

/*   Phone  : 480px -----------------------------   */ 
@media only screen and (max-width: 767px) and (min-width: 480px){
.container{/*width:480px; */ width:100%;}
#top-header ul,#main-menu{display:none;}
#footer-social-icons, #footer-copyright{float:none !important;text-align:center;clear:both;}
#sidebar{margin-left:0px !important; width:100%}
.post-container,.page-container,.cat-container,.home-container {margin-right:0px !important;}
.cdetail h3, .cdetail h2{font-size:18px;}
.cat-head h1{font-size:20px;}
.home-container .cthumb, .cat-container .cthumb{height:auto;}
.home-container .cthumb img, .cat-container .cthumb img{height:auto;}
#menu-icon{display:block;}
#main-nav-wrap{position:relative; border-bottom: 3px solid #B74D4D;}
#main-menu{ position: absolute; top: 70px; z-index: 10000; width: 100%; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #B74D4D; background-color: #222; padding-left: -40px;
}
#main-nav #main-menu li { float: none !important; display:inherit; overflow:auto; border-bottom: none !important; padding:0px !important; background-color:#222;}
#main-nav #main-menu li a{padding:8px 2% !important; float:left; text-align:center; width:96%;}
#main-nav #main-menu ul {display:block !important; width: 100% !important; position: relative !important; top: 0px !important;}
#main-nav #main-menu ul li{width: 100%; border-bottom:none !important; background-color:#222; /* #B74D4D; */}
#main-nav #main-menu ul li a{color:#FFF !important; text-shadow:none !important; width: 90%; padding:10px 5% !important; font-weight:bold; font-size:12px;}
#main-nav #main-menu ul li a:hover{padding:10px 5% !important;}
#main-nav #main-menu li:hover{background-color:#222; /* #B74D4D; */}
#main-nav  #main-menu li a:hover, #main-nav  #main-menu li ul li a:hover  {background-color: #111 /* #E97C67 */ !important; color:#fff;}
.cat-container article, .home-container article{/*min-height:470px;*/}
.cdetail .postmeta{ }

.ads200 .ad-cell{margin:1% 3% !important;}
.ads125-125 .ad-cell {margin: 1% 3% !important;}
#top-header .logo{background-size: 100% !important;background-position: 0px 10px !important; margin-top: -5px;}
#top-header .logo{min-width:230px !important;} #footer-copyright .alignright{float:none !important;} 
#footer-copyright .alignleft {width:100%}
.our_authors .item{margin:0px;} .widget_tag_cloud{overflow:hidden;}
.widget_nav_menu #menu-top-menu li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li{width:100%;}

#main-nav #main-menu li:hover > a, #main-nav #main-menu :hover > a {
	padding: 8px 2% 5px;
}

#main-nav #main-menu li.current-menu-item a:hover, #main-nav #main-menu li.current_page_item a:hover {
	padding-bottom: 8px;
}

#main-nav #main-menu ul li a:hover {
	padding:10px 5%;
}

ul.menu {
	padding-left: 0px;
}

h1, h2 {
	font-size: 26px;
}

h3, h4 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	margin: 20px 10px 0;
}

/* Resizing a few paddings and so on for smaller screens */

#inner-content {
	padding: 10px 0;
}

.cat-container article, .home-container article, .singlebox {
	padding: 10px 15px;
}

.entry-content p, .entry-content li {
	font-size: 16px;
	line-height: 1.8;
	margin: 0px;
	padding: 0 5px 0px;
	text-align: justify;
}

/* Comments on mobile - smaller, no avatars */

.comment-list, ul.children {
	padding: 0px;
}

.comment-list li {
	margin-bottom: 10px;
}

.comment-list li ul.children
{
    margin-top: 10px; margin-left: 10px;
}

.comment-avatar {
	display: none;
}

.comment-list .comment-content {
	margin: 0px;
}

/* Hide the sidebar */

#sidebar {
	display: none;
}

div.thumbnail-fp {
	background-color: #fff;
	max-height: 150px;
	float: left;
	overflow: hidden;
	margin: -10px -10px 10px;
	position: relative;
}

}



/*   Phone  : 320px -----------------------------   */
@media only screen and (max-width: 479px){
.container, #footer-1, #footer-2, #footer-3, .widget_nav_menu #menu-top-menu li, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li
{width:100%;}
#top-header ul, #main-menu, .search-block, #socialcircle, #footer-nav-links, #footer-social-icons{display:none;}
#top-header h1, #top-header h2{width:100%; }
#top-header h1 a, #top-header h2 a{width:100%; background-position:center;}
#footer-social-icons, #footer-copyright{float:none !important;text-align:center;clear:both;}
#sidebar{margin-left:0px !important; width:100%}
.post-container,.page-container,.cat-container,.home-container {margin-right:0px !important;}
.cat-container article, .home-container article{ margin-right:0px !important;}
.cdetail h3, .cdetail h2{font-size:16px;}
.cat-head h1{font-size:18px;}
.home-container .cthumb, .cat-container .cthumb{height:auto;}
.home-container .cthumb img, .cat-container .cthumb img{height:auto;}
#menu-icon{display:block;} #main-nav-wrap{position:relative; border-bottom: 3px solid #B74D4D;
}
#main-menu{ position: absolute; top: 70px; z-index: 10000; width: 100%; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #B74D4D; background-color: #222;
}
#main-nav #main-menu li { float: none !important; display:inherit; overflow:auto; border-bottom: none !important; padding:0px !important; background-color:#222;}
#main-nav #main-menu li a{padding:8px 2% !important; float:left; text-align:center; width:96%;}
#main-nav #main-menu ul {display:block !important; width: 100% !important; position: relative !important; top: 0px !important;}
#main-nav #main-menu ul li{width: 100%; border-bottom:none !important; background-color:#222; /* #B74D4D; */}
#main-nav #main-menu ul li a{color:#fff !important; text-shadow:none !important; width: 90%; padding:10px 5% !important; font-weight:bold; font-size:12px;}
#main-nav #main-menu li:hover{background-color:#222; /* #B74D4D; */}
#main-nav  #main-menu li a:hover, #main-nav  #main-menu li ul li a:hover  {background-color: #111 /* #E97C67 */ !important; color:#fff;}
.ads200 .ad-cell{margin: 1% 15% !important;} .ads125-125 .ad-cell {margin: 1% 4% !important;}
#top-header .logo{background-position:center top;}
.author-site{font-size: 10px;float: left;text-align: left;width:100%;}
#footer-copyright .alignright{float:none !important;} #footer-logo{width:100% !important;} 
.our_authors .item{margin:0 -6px;}

ul.menu {
	padding-left: 0px;
}

/* Resizing a few paddings and so on for smaller screens */

#inner-content {
	padding: 10px 0;
}

.cat-container article, .home-container article, .singlebox {
	padding: 10px 15px;
}

.entry-content p, .entry-content li {
	font-size: 14px;
	line-height: 1.8;
	margin: 0px;
	padding: 0 5px 0px;
	text-align: justify;
}

h1, h2 {
	font-size: 24px;
	margin: 20px 5px 0;
}

h3, h4 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	margin: 20px 5px 0;
}

/* Comments on mobile - smaller, no avatars */

.comment-list, ul.children {
	padding: 0px;
}

.comment-list li {
	margin-bottom: 10px;
}

.comment-list li ul.children
{
    margin-top: 10px; margin-left: 10px;
}

.comment-avatar {
	display: none;
}

.comment-list .comment-content {
	margin: 0px;
}

div.thumbnail-fp {
	background-color: #fff;
	max-height: 150px;
	float: left;
	overflow: hidden;
	margin: -10px -10px 10px;
	position: relative;
}

/* Hide the sidebar */

#sidebar {
	display: none;
}

}

