/*
Theme Name: Sarawak Daily Theme
Theme URI: https://sarawakdaily.com/
Author: Sarawak Daily
Author URI: http://sarawakdaily.com
Description: Custom made theme for Sarawak Daily online news media.
Version: 1.0
Text Domain: sarawakdaily
*/
/* ==========================================================================
   Theme Customizer Editor Icon
   ========================================================================== */
.newspaperup-customizer-edit-icon{
    position: absolute;
    float: left;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px 0 0 -1px;
    border: 0;
    background: 0 0;
    color: transparent;
    box-shadow: none;
    outline: 0;
    z-index: 500;
	left: 5%;
}
.newspaperup-customizer-target-btn{
    position: absolute;
    left: -30px;
    top: 2px;
    color: #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    line-height: 1!important;
    font-size: 18px;
    z-index: 5;
    background: #3582c4!important;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 1px rgba(60,67,74,.15);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 3px;
    animation-fill-mode: both;
    animation-duration: .4s;
    opacity: 0;
    pointer-events: none;
    text-shadow: 0 -1px 1px #135e96,1px 0 1px #135e96,0 1px 1px #135e96,-1px 0 1px #135e96;
    animation-name: customize-partial-edit-shortcut-bounce-appear;
    pointer-events: auto;
}
.newspaperup-customizer-target-btn:hover{
    background: #4f94d4!important;
}
.header-ads .newspaperup-customizer-edit-icon{
	left: 18%;
    top: -14%;
}
.collapse.navbar-collapse .newspaperup-customizer-edit-icon{
    left: 3.5%;
    top: 7%;
}
.back-img .newspaperup-customizer-edit-icon[type_id="newspaperup_footer_widget_background"]{
	top: 0%;
    left: 2.5%;
}
#main-nav .newspaperup-customizer-edit-icon {
    z-index: 99999;
}
span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-newspaperup_archive_page_layout,
span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-newspaperup_single_page_layout,
span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-newspaperup_page_layout {
  width: 1px !important;
}