/*
Theme Name: Secret Diary

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.


*/


span.icon_desktop{
    text-indent: -9999px;
    background: url('img/icons/GraphicDesign.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_cone{
    text-indent: -9999px;
    background: url('img/icons/CandyBuffets-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_floppy{
    text-indent: -9999px;
    background: url('img/icons/Foiling-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_pencil{
    text-indent: -9999px;
    background: url('img/icons/Letterpressing-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_printer-alt{
    text-indent: -9999px;
    background: url('img/icons/Printing-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_bag{
    text-indent: -9999px;
    background: url('img/icons/Badges-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_easel{
    text-indent: -9999px;
    background: url('img/icons/Emboss-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_star{
    text-indent: -9999px;
    background: url('img/icons/Lasercutting.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_rook{
    text-indent: -9999px;
    background: url('img/icons/Rentals-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_wallet{
    text-indent: -9999px;
    background: url('img/icons/WeddingStationery-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span.icon_documents{
    text-indent: -9999px;
    background: url('img/icons/DieCutting-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
span i.icon_text_icon{
    text-indent: -9999px;
    background: url('img/icons/LargePrinting-01.svg') no-repeat 0 0;
    background-size: 40px 40px;
}
/* Custom CSS add by Developer */
.footer_bottom_holder_copyright {
    background-color: #575757;
    display: block;
}
.footer_bottom_copyright{
    display: table-cell;
    font-size: 16px;
    height: 45px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 1%;
}
.portfolio_paging_btn {
    text-align: center;
}
.load_more_btn a:hover {
    background-color: transparent;
    border: 2px solid #f6bdaa;
    color: #f6bdaa;
}
.load_more_btn a {
    border: 2px solid #ecae80;
    background-color: #f6bdaa;
    border-color: #f6bdaa;
    box-sizing: initial !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 44px;
    letter-spacing: 2px;
    line-height: 44px;
    margin: 0;
    outline: 0 none;
    padding: 0 36px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    white-space: nowrap;
    width: auto;
}
