/*
Theme Name:  Remould Child
Description: Child theme for the Remould theme
Author:      Theme Mount
Author URI:  http://themeforest.net/user/thememount
Template:    remould
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/
/*quitar icono fotos*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/*prety*/
/* prettyPhoto styling for small screens */
@media (max-width: 600px)
{
	div.pp_default .pp_content {
    background-color: transparent;
}
    .pp_pic_holder.pp_default
    {
        width: 98%!important;
        margin-top:-100px !important;
        left: 15px!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left
    {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right
    {
        padding-right: 0!important;
    }
    .pp_content
    {
        width: 98%!important;
        height: auto !important;
		max-height:400px;
    }
    .pp_fade
    {
        width: 98%!important;
        height: 98%!important;
		max-height:400px;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom
    {
        display: none!important;
    }
    #pp_full_res img
    {
        width: 98%!important;
        height: auto!important;
		max-height:400px;
    }
    .pp_details
    {
        box-sizing: border-box;
        width: 98%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close
    {
        right: 10px!important;
        top: 10px!important;
    }
	.wpb_image_grid .wpb_image_grid_ul img {
    width: 140px  !important;
}
}

/*ocultar imagen destacada*/

.tm_portfolio-template-default img.attachment-full.size-full.wp-post-image {
    display: none !important;
}

thememount-portfolio-related {
    padding-top: 25px !important;
    border-top: dotted 2px !important;
}

.tm_portfolio-template-default  h2 {
    color: rgba(0,0,0,0.9) !important;
}