/*
Theme Name: Hueman Child
Theme URI: https://presscustomizr.com/hueman/
Template: hueman
Author: nikeo
Author URI: https://presscustomizr.com
Description: The Hueman theme helps you increase your traffic and engage your visitors. It loads fast and is 100% mobile-friendly according to Google. Best rated theme for blogs and magazines on WordPress.org. Powering 70K+ websites around the world.
Tags: one-column,two-columns,three-columns,right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 3.3.27.1592742452
Updated: 2020-06-21 14:27:32

*/

body {
    font-size: .95em;
}

.single .related-posts .post-title {
    font-size: 0.9em;
}
.post-nav li a {
    min-height: 3em;
}
.post-nav li a strong {
    color: dimgrey;
    font-size: .85em;
}
.post-nav li a span {
    color: maroon;
}
.post-nav li a:hover span {
    color: black;
}
.widget, .widget a {
    color: black;
}

@media only screen and (min-width: 1026px) and (max-width: 1200px) {

	/* 3 column, content right */
	.col-3cl .main { background-image: none; }
	.col-3cl .main-inner { background: url(../img/sidebar/s-right-dual-half-collapse.png) repeat-y right; padding-right: 390px; }
	.col-3cl .s1.collapsed { margin-right: -390px; }
	.col-3cl .s2.collapsed { margin-right: -50px;}
  /*.col-3cl .s2.expanded { right: 340px; }*/

	/* 3 column, content left */
	.col-3cr .main { background-image: none; }
	.col-3cr .main-inner { background: url(../img/sidebar/s-left-dual-half-collapse.png) repeat-y left; padding-left: 390px; }
	.col-3cr .s1.collapsed { margin-left: -390px; }
	.col-3cr .s2.collapsed { margin-left: -50px; }
  .col-3cr .s2.expanded { }
}

/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s1 : 960px > 480px CHANGED TO 1025
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 1025px) {

	/* s1 general */
	.s1.collapsed {
    width: 50px;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    /*position: absolute;*/
  }
	.s1.collapsed .sidebar-content { opacity:0; display:none; float: left; width: 100%; }
	.sidebar.s1 .sidebar-toggle { display: block; }

  .s1.expanded {
    background: #f0f0f0;
   /* position: absolute;
    top: 0;
    bottom: 0;
    width: 340px; <= Set in js
    margin: 0!important;*/
    z-index: 9;
/*    overflow-y: auto;
    overflow-x: hidden;*/
  }
  .s1.expanded .sidebar-content,
  .s1.expanded .post-nav { opacity:1;min-width: 340px; }

  /* icon color is dark because the background is usually lighter in this case */
  .social-links .social-tooltip:hover {
    color: #000!important;
  }
	
	
	/* 2 column, content right */
	.col-2cr .main-inner { background-position: -290px 0!important; padding-left: 50px; }
  .col-2cr .s1.collapsed { left: 0;margin-left: -50px; }
  .col-2cr .s1.expanded { left: 0;}

	/* 2 column, content left */
	.col-2cl .main-inner { background-image: url(../img/sidebar/s-right-collapse.png); padding-right: 50px; }
  /*.col-2cl .s1.collapsed { margin-right: 0px; right: 0;  }*/
  .col-2cl .s1.collapsed { margin-right: -50px; right: 0;  }
  .col-2cl .s1.expanded { right: 0; }
  .col-2cl .s1.expanded .sidebar-toggle { float: right; }

	/* 3 column, content middle */
	.col-3cm .main-inner { background-position: -290px 0!important; padding-left: 50px; }
  .col-3cm .s1.collapsed { margin-left: -50px;}
  .col-3cm .s1.expanded { left: 0; }
  .col-3cm .s2.collapsed { margin-right: -50px;}
  /*.col-3cm .s2.expanded { right: 0;}*/


	/* 3 column, content left */
	.col-3cl .main { background-image: none; }
	.col-3cl .main-inner { background: url(../img/sidebar/s-right-dual-full-collapse.png) repeat-y right; padding-right: 100px; }
  .col-3cl .s1.collapsed { margin-right: -100px;}
  .col-3cl .s2.collapsed { margin-right: -50px;}
  .col-3cl .s1.expanded {  margin-right: -390px; }
  /*.col-3cl .s1.expanded { right : 0px; }*/

/*  .sidebar[data-position="middle-right"].expanding { margin-left: -210px; margin-right: 0}
  .sidebar[data-position="middle-right"].collapsing { }*/

	/* 3 column, content right */
	.col-3cr .main { background-image: none; }
	.col-3cr .main-inner { background: url(../img/sidebar/s-left-dual-full-collapse.png) repeat-y left; padding-left: 100px; }
  .col-3cr .s1.collapsed { margin-left: -100px;}
	.col-3cr .s2.collapsed { margin-left: -50px; }
  .col-3cr .s1.expanded  { margin-left: -390px;}
  .col-3cr .s2.expanded { }

	/* ipad, iphone fix */
	/*.safari .s1 { min-width: 50px; max-width: 50px; width: auto; }
	.safari.s1-expand .s1 { min-width: 340px; max-width: 340px; width: auto; }*/

}



