/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: Miriam
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */


/* Global */
.mystyle {}


/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}

/*breedte terugveranderen naar 1200 -is 1380 bij huemen 3.1- 19-april-2016 */
/*.container-inner { max-width: 1200px; min-width: 1200px; width: 100%; margin: 0 auto; } */

/*test child theme font-size=18; line-height=1.6em;*/
/* r173 */
/* ----------------------------------------------- */
.entry {font-size: 16px; line-height: 1.3em; }

/*  base : headings font-size h6  veranderen  (was 18)
/* regel 255
/* ------------------------------------ */

.entry h6 { font-size: 12px; font-weight: 600; text-transform: uppercase; }

.heading,
#reply-title { font-weight: normal; font-size: 18px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.heading i { font-size: 22px; margin-right: 6px; }

/* foto-home-pagina kleiner ivm schermgrootte   */
/* verander min-height van 600 naar 500         */
/* css regel 272                                */
/*----------------------------------------------*/
.main-inner {position: relative;min-height: 500px;}


/* verandering : zet minimale footerhoogte naar 50 px = gelijk aan hoogte menu bovenin*/
/* css regel 692                        */
/*--------------------------------------*/
#footer-bottom { background: #5a6845; min-height: 50px;}

/*highlight search terms */
.hilite { background-color:yellow }

/* ------------------------------------------------------------------------- */
/*  Shortcodes : verander het kleurgebruik                                   */
/*  css regels : 1536 - 1555                                                 */
/* ------------------------------------------------------------------------- */

/*  shortcode : dropcap
/* color #444 wordt #809166
/* ------------------------------------ */
.dropcap { color: #809166; display: block; float: left; font-size: 94px; line-height: 0.9em; font-weight: 600; margin: 0 10px 0 0; }

/*  shortcode : pullquotes
* color #444 wordt #809166
* border #eee wordt #a7b78f
/* ------------------------------------ */
.pullquote-left	{ color: #809166; border-left: 6px solid #a7b78f; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
.pullquote-right { color: #809166; border-right: 6px solid #a7b78f; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }

/*  shortcode : highlights
/* ------------------------------------ */
.highlight { color: #222; border-bottom: 1px dotted #222; }

/*  shortcode : hr
/*toegevoegd : color: #809166
/* ------------------------------------ */
hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #809166; height: 1px; margin: 30px 0;}

/*******************************************************/
/*aanpassingen zoekfunctie in header-menu    03=05=2017                   */
/*HUEMAN geeft nu de zoekfunctie -daarmee vervalt header-main.php in de map parts van het childthema-*/
/*HUEMAN zet het zoeken LINKS, wij willen het RECHTS                          */
/*float:left; veranderen in float: right;                                                    **/
/*******************************************************/
/* Search in header nav */
#main-header-search .toggle-search {
  top: inherit;
  float: right;             /*03-05-2017, hueman 3.3.10*/
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/****************************************************/
/*aanpassing: achtergrondkleurtje bij sticky-posts                              */
/* dd. 2017-05-22                                                                           */
/****************************************************/
.sticky {
    background: #FCFEDC;
}

/*--*/




