/**
 * All of the code for your admin-facing CSS (stylesheet) source
 * resides in this file.
 *
 * @package         Pofio
 * @subpackage      Pofio/includes
 * @link            https://github.com/mypreview/pofio
 * @author          Mahdi Yazdani (Github: @mahdiyazdani, @mypreview)
 * @since           1.0.0
 */
#pofio_subtitle_meta_data {
	padding: 3px 8px;
	font-size: 1.7em;
	line-height: 100%;
	height: 1.7em;
	width: 100%;
	outline: none;
	margin: 5px 0 3px;
	background-color: #fff;
	display: none;
}
.no-sidebar .media-frame-title,
.no-sidebar .media-frame-content,
.no-sidebar .media-frame-router {
	left: 0;
}
.no-sidebar .media-frame-menu .media-menu a,
.no-sidebar .media-frame-menu .media-menu div {
	display: none;
}
.no-sidebar .media-frame-menu {
	top:auto;
	height:60px;
	left:16px;
}
.no-sidebar .hide-router .media-frame-menu .media-menu a:first-child {
	display:inline-block;
}
.no-sidebar .media-frame-menu .media-menu {
	background-color:transparent;
	border:none;
	padding: 15px 0px;
}
.no-sidebar .attachments-browser .media-toolbar,
.no-sidebar .attachments-browser .attachments,
.no-sidebar .attachments-browser .uploader-inline {
	right: 0;
}
.no-sidebar .media-sidebar,
.no-sidebar .media-toolbar-secondary,
.no-sidebar .media-frame .attachment .describe {
	display: none;
}
#pofio-fg-wrapper {
	position: relative;
	overflow: hidden;
}
#pofio-fg-wrapper .howto.hidden {
	display: none !important;
}
#pofio-fg-wrapper .media-modal-icon {
    background-position: -95px 5px;
}
#pofio-fg-wrapper p > #pofio_fg_select {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin: 1em 0;
}
#pofio-fg-wrapper p > #pofio_fg_remove_all {
    display: block;
    margin: 1em 0;
}
#pofio-fg-wrapper ul li {
    margin: 10px 0 0 0;
    width: 100%;
    position: relative;
}
@media (max-width: 1200px) {
    #postbox-container-2 #pofio-fg-wrapper ul li {
        width: 49%;
        margin-right: 2%;
        float: left;
    }
    #postbox-container-2 #pofio-fg-wrapper ul li:nth-child(2) {
        margin-right: 0;
    }
}
@media (min-width: 1201px) and (max-width: 1600px) {
    #postbox-container-2 #pofio-fg-wrapper ul li {
        width: 32.333%;
        margin-right: 1.5%;
        float: left;
    }
    #postbox-container-2 #pofio-fg-wrapper ul li:nth-child(3) {
        margin-right: 0;
    }
}
@media (min-width: 1601px) {
    #postbox-container-2 #pofio-fg-wrapper ul li {
        width: 23.5%;
        margin-right: 2%;
        float: left;
    }
    #postbox-container-2 #pofio-fg-wrapper ul li:nth-child(4) {
        margin-right: 0;
    }
}
#pofio-fg-wrapper ul li img {
    display: block;
	width: auto;
	margin: 0 auto;
	cursor: pointer;
	max-width: 100%;
	background-image: linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}
#pofio-fg-wrapper ul li .remove-item {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -7px;
	right: -7px;
	height: 1em;
	width: 1em;
	font-size: 1.4em;
	background: transparent;
	border: none;
	cursor: pointer;
}
#pofio-fg-wrapper ul li .remove-item:before {
    font-family: Dashicons;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #999;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	line-height: 1em;
	background-color: #FFFFFF;
}
#pofio-fg-wrapper ul li:hover .remove-item:before {
    content: '\f153';
}
#pofio-fg-wrapper ul li .remove-item:hover:before {
	color: #A00A00
}