/*

	Theme Name: Hueman Child

	Theme URI: http://alxmedia.se/themes/hueman/

	Description: Hueman Child Theme.

	Author: fm

	Author URI: fm@dsa.de

	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 {}

}




/***
.wpcf7 span.wpcf7-not-valid-tip { 

	background: #f2dede; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 12px; 

	line-height: 10px; position: absolute; left: 0; top: 1px; width: auto; right: 0; display: block;

}
***/

.wpcf7 span.wpcf7-not-valid-tip {
        background: #f2dede;
        border-color: #e3bfbf;
        color: #b94a48;
        padding: 4px 14px;
        font-size: 12px;
        line-height: 10px;
        position: absolute;
        left: 0; top: -10px;
        width: auto;
        right: 0;
        display: block;
}

.wpcf7 div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    color: black;
    font-size: larger;
    font-weight: bold;
    float: left;
}


.wpcf7 p {
    color: #666;
    font-weight: 500;
    margin: 0 0 12px;
    width: 100%;
    float: left;
    position: relative;
}

.entry .wp-caption-text {
    color: #999;
    font-size: 16px;
    padding: 0 0 8px 0;
    margin: 0;
}
