/*
Theme Name:     Hueman Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Hueman WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       hueman-pro
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

@media only screen and (min-width: 760px) {
	.col-3cm .main-inner {
		padding-left: 240px;
		padding-right: 240px;
	}
	.col-3cm .sidebar.s1 {
		float: left;
		margin-left: -240px;
	}
	.col-3cm .container-inner>.main::before {
		left: 0;
		padding-left: 240px;
	}
	.col-2cr .main-inner {
		padding-left: 240px;
	}
	.col-2cr .sidebar.s1 {
		float: left;
		margin-left: -240px;
	}
	.sidebar.s1 {
		width: 240px;
		z-index: 2;
	}
	.col-2cr .container-inner>.main::before {
		left: 0;
		padding-left: 240px;
	}
}
.startimage-text {
    text-shadow: 1px 1px #000000;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 16px;
    background: rgba(166,166,166,0.5);
    color: #fff;
    overflow: hidden;
    font: bold 16px Arial, sans-serif;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 9px;
}

.startimage-img{
	display:block;
	padding: 0px;
	height:414px;
	/*width: 600px;*/
	/*border: solid 3px #000000;*/
	background-color: #FFFFFF;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.startimage {
	border:0px;
	float:left;
	position:relative;
	margin:0;
    padding:0;
    border:0;
}
.startimage-container {
    float: left;
    border: 0px;
    float: left;
	margin-right: 6px;
    position: relative;
}
div.rounded {
	font-size:14px;
	width: 300px;
	height: 409px;
	border: solid 3px #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}
.startmenu-top {
	text-shadow: 1px 1px #000000;
    /*left: 3px;*/
    /*bottom: 3px;*/
    /*right: -3px;*/
    height: 13px;
    background: rgba(166,166,166,0.7);
    color: #fff;
    /*overflow: hidden;*/
    font: bold 14px Arial, sans-serif;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 6px;
	align-content:right;
}
.startmenu-bottom {
	text-shadow: 1px 1px #000000;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 13px;
    background: rgba(166,166,166,0.7);
    color: #fff;
    overflow: hidden;
    font: bold 14px Arial, sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 6px;
}
.rounded>ol {
	margin: 0 0 14px 14px;
}

li.nfo {
    width: 280px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 0 2px;
    white-space: nowrap;
	list-style: none;
}


#rpwwt-recent-posts-widget-with-thumbnails-2 {
    font-size: 14px;
    /* width: 300px; */
        padding: 6px 0px 1px 9px;
    height: 408px;
    border: solid 3px #000000;
    background-color: #FFFFFF;
    -moz-border-radius: 13px;
    -khtml-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}
@media only screen and (min-width: 720px) {
	.startimage-container {
	/*	position: inherit;*/
	/*	margin-bottom:15px*/
	}
}
@media only screen and (max-width: 719px){
	.startimage-container {
	/*	position: inherit;*/
	/*	margin-bottom:-30px*/
	}
}