/*
 Theme Name: The Simple Child
 Theme URI: http://thesimple.ellethemes.com
 Description: The Simple Child Theme
 Author: Ellethemes
 Author URI: http://www.ellethemes.com
 Template: the-simple
 Version: 1.0.0
*/

@import url("../the-simple/style.css");


form.post-password-form{
width:480px;
height: auto !important;
overflow:hidden !important;
margin:150px auto 350px !important;
display:block;

}

.skill {
    height: 20px!important;
}

p{
margin:5px 0 !important;
}

h3{
font-weight:300 !important;
}

h4{
font-weight:500 !important;
}


footer .inner .widget, footer .inner .widget dd {
font-weight:500!important
}

footer#footer a {
    color: #ffffff;
}

footer#footer a:hover {
    color: #3aa1a3 !important;
}



.footer-right{
	float:right!important
}

@media (max-width: 600px) {

.footer-right{
	float:left!important
}

}


#copyright{
padding-top:10px!important;
padding-bottom:10px!important
}

footer#footer .inner .row-fluid.ff:first-child {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}


@media (max-width: 979px){
.row-dynamic-el .media .type_image.alignment_center {
    width: 100% !important;
    left: 50% !important;
    margin-left: -30px !important;
    max-width: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 480px){
form.post-password-form{
width:100% !important;

}
}

.portfolio-item.basic .show_text h5{
text-transform: none !important
}