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

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

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

/* Global */
.mystyle {}

body {
	background: #3399CA;
	color:#303030;
	font-family: helvetica, arial, sans-serif!important;
	font-weight:400;
}

.entry p {
	font-size: .95rem;
	line-height:150%;
}

.post-byline {
	display:none;
}

/* HEADER ------------------------------------------------------------------- */
#header .pad {
    padding:0px;
    margin-top:0;
}
.site-title {
    padding: 0;
    float:none;  
}
.site-title a {
    display: block;
    color: #fff;
    max-width: 100%;
    background-color: #fff;
}

.site-title a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0 auto;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#header {
    background: #3399CA;
    position: relative;
    padding-bottom: 60px;
}


/* MENU ------------------------------------------------------------------- */
#nav-header.nav-container {
	text-align:center;
	background-color:#006AA2;
	
}

@media only screen and (min-width: 830px) {

#nav-header.nav-container {
	text-align:center;
	background-color:#006AA2;	
}

#nav-header ul {
	list-style:none;
	padding:0;
	margin:0;
}

.nav.container-inner.group {
	display:flex;
	justify-content:space-between;
}
.nav li {
	font-weight:600;
}



/*SIDEBARS ===================================================================*/

.widget > h3 {
    font-size: 1.25rem;
    font-weight: 600;
    font-style:italic;
    text-transform: none;
    margin-bottom: 6px;
    color: #006AA2;
    background-color: white;
}


.widget {
    color: #303030;
    font-size: 15px;
    overflow: hidden;
    background-color: white;
}

.sidebar .widget {
    margin: 20px 20px 0 20px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #006AA2;
}

.widget a {
	color:#3b8dbd;
}

.col-3cm .s2 {
    float: right;
    margin-right: 0!important;
    position: absolute;
    right: 0!important;
    top: 0!important;
}

/*MAIN CONTENT ================================================================================*/

.page-title h1, .page-title h2, .page-title h4 {
    color: #006AA2;
}
h1, h2, h3, h4, h5, h6 {
    color: #006AA2;
    font-size:1.17em;
}

.entry h3 {
	font-size:1.17em;
}

ul {
    font-size: .95rem;
    line-height: 150%;
}

/*YOUTUBE RESPONSIVE VIDEO =============================================================================*/
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: auto auto;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*MAILCHIMP FORM CUSTOMIZATION =============================================================================*/

.mc4wp-form-fields p {
	margin-bottom:10px;
}

#mc4wp-form-1 input {
	width:95%;
	height: 25px;
}

#mc4wp-form-1 label {
	font-size: .75rem;
}


#mc4wp-form-1 .button {
	background-color: #aaa;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	padding:0;
}

#mc4wp-form-1 .button:hover {
	background-color:#777;
}

/*FOOTER WIDGET ============================================================================*/

#footer .widget {
    padding-bottom: 30px;
    text-align: center;
}





/* 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 {}
	
	#nav-header.nav-container {
		text-align:left;	
}

.site-title {
    padding: 0!important;

}
}


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