@import url("../../pulse-north-master/css/style.css");
/* This is the Sass/Scss file loaded by WordPress in frontend.
 * Tweak it and have fun.
 */

/* Foundation Reset */

.preload-images {
	height: 0;
	width: 0;
	background: url(../img/hover-portfolio.gif) no-repeat, url(../img/hover-words.gif) no-repeat, url(../img/hover-contact.gif) no-repeat;


}

a:active {
    outline: none;
}

button, .button  {
	border-color: 0;
	color: #fff;
	font-family: 'museo-sans-rounded', sans-serif;
	font-weight: 700;
}

figure img {
	border-radius: 0;
}

/* Main Styling */

body {
  background: #fbfbfb;
  font-family: 'museo-sans-rounded', sans-serif;
}

p {
	font-size: 1.01rem;
}

 p,blockquote,code,ul,li,a,.button,.top-bar-section ul li>a,.label {
 	font-family: 'museo-sans-rounded', sans-serif;
 }

 h1,h2,h3,h4,h5,h6 {
 	font-family: 'museo-sans-rounded', sans-serif;
 }

h5 {
	font-family: 'museo-sans-rounded', sans-serif;
	font-weight: 900;
	color: #000;
}

address {
	line-height: 140%;
}

.hidethis {
	display: none;
}


.expand-row {
	width: 100% !important;
	max-width: 100% !important;
}

.uppercase {
	text-transform: uppercase;
}

/* Background Colour Utility Classes */

.bg-trans {
	background-color: transparent;
}

.bg-graphite {
	background-color: #1a1a1a !important;
}

.bg-light-grey {
	background-color: #3d4246;
}

.bg-green {
	background-color: #9ebf25 !important;
}

.bg-dark-green {
	background-color: #629940;
}

.bg-white {
	background-color: #fff;
}

.bg-orange {
	background-color: #ea5b0b;
}

.bg-red {
	background-color: #e73a1e;
}

.bg-blue {
	background-color: #0081c2;
}

.bg-light-blue {
	background-color: #2abbdc;
}

.bg-dark-blue {
	background-color: #2d3282;
}

.bg-pink {
	background-color: #e04391;
}

.bg-violet {
	background-color: #429398;
}

.bg-dark-violet {
	background-color: #398085;
}

.bg-yellow {
	background-color: #fed700;
}

/* Text Utility Classes */

.text-upper {
	text-transform: uppercase;
}

.text-caps {
	text-transform: capitalize;
}

.text-green {
	color: #c1d82f;
}

.text-graphite {
	color: #222;
}

.text-white {
	color: #fff;
}

.text-orange {
	color: #ea5b0b;
}

.text-red {
	color: #e73a1e;
}

.text-blue {
	color: #0081c2;
}

.text-dark-blue {
	color: #2d3282;
}

.text-light-blue {
	color: #2abbdc;
}

.text-pink {
	color: #e04391;
}

.text-violet {
	color: #429398;
}

.text-yellow {
	color: #fed700;
}

/* Utility Classes */

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

/* Coloured Box Styling */

.colour-box .row {
	background: transparent;
}

.colour-box a {
	color: #fff;
	font-weight: 700;
}

.colour-box .row a{
	color: #fff;
	font-weight: 700;
}

.colour-box .row a:hover, .colour-box .row a:focus{
	color: #fff;
	font-weight: 700;
}

.colour-box p,.colour-box h1,.colour-box h2,.colour-box h3,.colour-box h4,.colour-box h5,.colour-box h6,.colour-box ul,.colour-box li,.colour-box blockquote {
	color: #fff;
}

/* Inverted Styling */

.inverted .row {
	background: transparent;
}

.inverted a {
	color: #fff;
	font-weight: 700;
}

.inverted .row a{
	color: #fff;
	font-weight: 700;
}

.inverted .row a:hover, .inverted .row a:focus{
	color: #fff !important;
	font-weight: 700;
}

.inverted p,.inverted h1,.inverted h2,.inverted h3,.inverted h4,.inverted h5,.inverted h6,.inverted ul,.inverted li,.inverted blockquote {
	color: #fff !important;
}

.inverted p a,.inverted h1 a,.inverted h2 a,.inverted h3 a,.inverted h4 a,.inverted h5 a,.inverted h6 a,.inverted ul a,.inverted li a,.inverted blockquote a{
	color: #fff !important;
}

.shadow {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.10);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.10);
}

.fade-animation {
	transition: all 0.2s linear 0s;
}

/*Off Canvas Nav Styling */

.logo {
	position: relative;
	top: 10px;
	width: 50px;
    padding: 3px;
}

nav.tab-bar {
	background-color: #fbfbfb;
	font-weight: 700;
	height: 75px;
}

.tab-bar {
	color: #429398;
}

body > div.off-canvas-wrap > div > nav > section.middle.tab-bar-section {
	text-align: center;
}

section.left-small {
	border: 0 !important;
	padding-left: 11px;
	padding-top: 1px;
	box-shadow: none;
}

section.right-small {
	border: 0 !important;
	box-shadow: none;
}

section.left-small a:link, section.left-small a:visited, section.left-small a:hover, section.left-small a:active {
	color: #429398 !important;
	text-decoration: none;
}

section.right-small > a {
	color: #429398 !important;
	text-decoration: none;
}

ul.dropdown {
	list-style: none;
}

.off-canvas-list li a{
	text-decoration: none;
}

.denki-menu-column {
	height: 75px;
	background: #fbfbfb;
}

.header-image-container img {
	position: absolute;
	z-index: 999;
	margin: 0 auto;
    left: 0;
    right: 0;

}

.denki-menu {
	position: absolute;
    top: 15px;
    right: 30px;
}

.denki-menu i {
	font-size: 22px;
}

.denki-menu-items {
	text-align: center;	
	list-style: none;
	margin-left: 0;
	outline : none;
}

.sticky-wrapper {
	margin-bottom: 0 !important;
}

.sticky-top-bar {
	height: 81px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.40);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.40);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.40);
}

/* Modal Overrides */

a.denki-menu-close {
	top: -4.375rem;
}

.denki-menu-modal {
	left: 0;
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 100%;
	max-width: 100%;
	outline : none;
}

.denki-menu-modal ul li a {
	color: #fff;
	font-size: 75px;
	font-weight: 900;
	text-transform: uppercase;
	outline : none;
}

.denki-menu-modal ul li a:hover {
	color: #ffff00;
	outline : none;
}

.denki-menu-modal a.denki-menu-close {
	color: #fff;
	font-size: 75px;
	font-weight: 900;
}

.reveal-modal-bg {
	background: rgba(0,0,0,0.95);
}

.reveal-modal .close-reveal-modal {
	position: fixed;
	top: 10px;
	right: 35px;
}


.hamburger {
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 5px;
	top: 30px;
	position: fixed;
	right: 30px;
	z-index: 999;
	background: transparent;
}

.header-link {
	text-align: center;
    display: block;
    width: 100%;
    line-height: 120%;
    color: #222;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    top: 30px;
}

/* Footer Styling */

footer.full-width {
	border-top: none;
}

#menu-utility-menu li a {
	font-weight: 500;
}

#menu-utility-menu li:first-child {
	margin-left: 0;
}

footer div.expand-row {
	height: 60px;
}

footer a i {
	margin-left: 5px;
	color: #fff;
}

.footer-logo {
	margin-bottom: 55px;
    margin-left: 20px;
    margin-top: -15px;
}

.footer-nav {
	display: table;
	margin: 0 auto;
}

.footer-nav ul li {
	border-right: solid 2px #fbfbfb;
	padding-right: 21px;
}

.footer-nav ul li:last-child {
	border-right: none;
}

.footer-social {
	text-align: right;
}

.footer-social a i:hover {
	color: #ffff00;
}

.footer-notice {
	text-align: center;
}

p.footer-notice a {
	color: #5f5f5f !important;
}

p.footer-notice a:hover {
	text-decoration: underline;
}

/* Popout Bubble Styling */

.popout-bubble {
    position: absolute;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    right: 40px;
    top: 450px;
    z-index: 998;
    text-align: center;
    color: #ffff00;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 900;
    font-size: 50px;
}

.popout-bubble-inner {
 	position: absolute;
    background: transparent;
    width: 150px;
    right: 54px;
    top: 486px;
    z-index: 998;
    text-align: right;
    color: #ffff00;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 900;
    font-size: 50px;
    border: none;
    cursor: default;
}

.popout-bubble-inner:hover {
	border: none;
	cursor: default;
	color: #ffff00;
	
}
.cross {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 104px;
    text-align: center;
    transition: all 0.1s linear 0s;
    top: -34px;
}

.cross:hover {
	left: 102px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transition: all 0.1s linear 0s;
}

.tooltip {
	background: #fff;
	color: #222;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.10);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.10);
}

.nub {
	border-color: transparent transparent transparent #fff !important;
}

/* Home Content Styling */

.text-background-flash {
	background: url(http://www.denki.co.uk/wp-content/uploads/2016/01/Screenshot_02.png) no-repeat;
	height: 0px;
	width: 0px;
	position: absolute;
}

.home-link {
	padding: 25px 0;
	transition: all 0.2s linear 0s;
}

.home-content h1 {
	font-size: 130px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
	transition: all 0.2s linear 0s;
}

.home-content h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
	transition: all 0.2s linear 0s;
}


/* Home Page Text Background Effects */

#projects > div.vc_tta-panel-heading > h4 > a {
	color: #222;
	transition: all 0.2s linear 0s;
}

#projects > div.vc_tta-panel-heading > h4 > a span.vc_tta-title-text:hover {
	color: #222;  /* Fallback: assume this color ON TOP of image */
   background: -webkit-linear-gradient(transparent, transparent), url(../img/hover-portfolio.gif) no-repeat;
   background: url(../img/hover-portfolio.gif) no-repeat;
   background: -o-linear-gradient(transparent, transparent);
   background: -moz-linear-gradient(transparent, transparent);
   background: -ms-linear-gradient(transparent, transparent);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   transition: all 0.2s linear 0s;
}

.home-text-image {
	color: #222;
	transition: all 0.2s linear 0s;
}

.home-text-image:hover {
	color: #222;  /* Fallback: assume this color ON TOP of image */
   background: -webkit-linear-gradient(transparent, transparent), url(../img/hover--.gif) no-repeat;
   background: url(../img/hover--.gif) no-repeat;
   background: -o-linear-gradient(transparent, transparent);
   background: -moz-linear-gradient(transparent, transparent);
   background: -ms-linear-gradient(transparent, transparent);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   transition: all 0.2s linear 0s;
}


.home-text-image-1 {
	color: #222;
	transition: all 0.2s linear 0s;
}

.home-text-image-1:hover {
	color: #222;  /* Fallback: assume this color ON TOP of image */
	background: -webkit-linear-gradient(transparent, transparent), url(../img/hover-contact.gif) no-repeat;
   background: url(../img/hover-contact.gif) no-repeat;
   background: -o-linear-gradient(transparent, transparent);
   background: -moz-linear-gradient(transparent, transparent);
   background: -ms-linear-gradient(transparent, transparent);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   transition: all 0.2s linear 0s;
}

.home-text-image-2 {
	color: #222;
	transition: all 0.2s linear 0s;
}

.home-text-image-2:hover {
	color: #222;  /* Fallback: assume this color ON TOP of image */
	background: -webkit-linear-gradient(transparent, transparent), url(../img/hover-words.gif) no-repeat;
   background: url(../img/hover-words.gif) no-repeat;
   background: -o-linear-gradient(transparent, transparent);
   background: -moz-linear-gradient(transparent, transparent);
   background: -ms-linear-gradient(transparent, transparent);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   transition: all 0.2s linear 0s;
}

.home-text-image-3 {
	color: #222;
	transition: all 0.2s linear 0s;
}

.home-text-image-3:hover {
	color: #222;  /* Fallback: assume this color ON TOP of image */
	background: -webkit-linear-gradient(transparent, transparent), url(../img/hover-contact.gif) no-repeat;
   background: url(../img/hover-contact.gif) no-repeat;
   background: -o-linear-gradient(transparent, transparent);
   background: -moz-linear-gradient(transparent, transparent);
   background: -ms-linear-gradient(transparent, transparent);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   transition: all 0.2s linear 0s;
}

h1 span.home-link-subtitle, h4 span.home-link-subtitle {
	font-size: 28px;
    line-height: 100%;
    position: relative;
    margin-top: 10px;
    color: #fbfbfb;
    display: block;
    transition: all 0.2s linear 0s;
}

h1:hover > span.home-link-subtitle, h4:hover > span.home-link-subtitle {
	font-size: 28px;
    line-height: 100%;
    position: relative;
    color: #222;
    display: block;
    margin-top: 10px;
    transition: all 0.2s linear 0s;
}

span.projects-subtitle {
	font-size: 28px;
    line-height: 100%;
    position: relative;
	top: -45px;
    color: #fbfbfb;
    display: block;
    transition: all 0.2s linear 0s;
    font-weight: 900;
    text-transform: uppercase;
     font-family: 'museo-sans-rounded', sans-serif;
}

h4.vc_tta-panel-title:hover .projects-subtitle {
	font-size: 28px;
    line-height: 100%;
    position: relative;
	top: -45px;
    color: #222;
    display: block;
    transition: all 0.2s linear 0s;
    font-weight: 900;
    text-transform: uppercase;
}

/* Portfolio Story Styling */

.portfolio-story h1 {
	font-size: 75px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.portfolio-story h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

/* Contact Page Styling */

.contact-textbox label.gfield_label {
	font-size: 40px;
	text-transform: uppercase;
	color: #222;
	font-weight: 900 !important;
}

.gform_wrapper textarea.large {
	width: 100% !important;
}

textarea,.ginput_container_email input#input_1_2 {
	border-color: #e6e6e6;
	 width: 100%;
}

textarea:focus,.ginput_container_email input#input_1_2:focus {
	border-color: #e3e3e3;
}

.contact-email label.gfield_label {
    font-size: 22px;
    text-transform: uppercase;
    color: #222;
    font-weight: 900 !important;
    margin: 10px 0;
}

#gform_submit_button_1 {
	background: transparent;
	font-size: 30px;
	text-transform: uppercase;
	color: #222;
	font-weight: 900 !important;
	padding: 0;
}

#gform_submit_button_1:hover {
	color: #ff7d00;
}

/* Words Page Styling */

.words-page {
	background: url(http://www.denki.co.uk/wp-content/uploads/2016/02/words-bg3.jpg) #000 no-repeat;
	background-size: 100% auto;
}

.words-page h1 {
	font-size: 75px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 5px;
}

.words-page h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 5px;
}

.words-blogpost {

}

.words-blogpost .words-postdate{
	color: #b3b3b3;
}

.words-blogpost .words-posttitle h4 {
	color: #222;
	text-transform: uppercase;
	font-weight: 900 !important;
}

.words-blogpost .words-postexcerpt p {
	color: #808080;
}

/* Individual Blogpost Styling */

.singlepost-container {
	background: url(http://www.denki.co.uk/wp-content/uploads/2016/01/words-bg2.jpg) #111 no-repeat;
}

.singlepost-content {
	border: none !important;
	background: #fbfbfb !important; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	min-height: 800px;
}

.post-container {
	padding: 10px;
}

.post-separator {
	border-bottom: solid 2px #222;
	height: 3px;
	margin: 40px 0 40px 0;
}

.post header, .page header {
	text-align: center;
}

h1.entry-title {
	text-transform: uppercase;
	font-weight: 900;
	color: #222;
}

span.author, time {

}


/* Portfolio Single Styling */ 

.sub-page h1 {
	font-size: 75px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.sub-page h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

/* Visual Composer Overrides */

#home-row > div > div {
	padding-left: 0;
	padding-right: 0;

}

#projects > div.vc_tta-panel-body {
	padding: 0;
}

#projects > div.vc_tta-panel-heading > h4 > a > span > span {
    display: block;
    font-size: 23px;
    line-height: 100%;
    position: relative;
    top: -30px;
    color: #222;
}

#projects > div.vc_tta-panel-heading > h4 > a:hover > span > span, h1.home-link a:hover span {
    color: #222;

}

.vc_tta-color-blue.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
	border: 0 !important;
}

#projects > div.vc_tta-panel-body > div > div {
	margin-bottom: 0;
}

#projects > div.vc_tta-panel-body {
	border: none;
}

#projects > div.vc_tta-panel-heading > h4 > a > span {
	font-size: 130px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 200%;
	color: #222;
}

.home-accordion .vc_tta-panel-heading:hover {
	background: transparent !important;
}

/* Media Queries */

@media (max-width: 1120px) {

.footer-nav ul.inline-list li {
	margin-left: 8px;
	padding-right: 9px;

}

} 

@media (max-width: 1025px) { 

.denki-menu-column {
	height: 80px;
	background: #fbfbfb;
}

.footer-nav {
	margin: 0 auto;
}

.singlepost-content {
	margin-top: 0px; 
	margin-bottom: 0px; 
}

}

@media (max-width: 920px) { 

#menu-utility-menu li a {
	font-size: 13px;
}

}

@media (max-width: 820px) { 

#menu-utility-menu li a {
	font-size: 12px;
}

}


@media (max-width: 768px) { 

/* Modal Media Queries */

.hamburger {
	display: none;
}


.denki-menu-items {
	text-align: center;	
	list-style: none;
	margin-left: 0;
}

#menu-utility-menu li a {
	font-size: 14px;
}

/* Modal Overrides */
.denki-menu-modal {
	left: 0;
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 100%;
	max-width: 100%;
}

.denki-menu-modal ul li a, .denki-menu-modal a.close-reveal-modal {
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
}

.footer-logo {
	margin-left: 0;
}

.footer-logo img {
	display: block;
	margin: 0 auto;
}

}

@media (max-width: 645px) {

.singlepost-content {
	padding-top: 20px;
}

span.projects-subtitle {
	top: -28px;
	
}


}

@media (max-width: 600px) { 


.footer-social {
	text-align: center;
}

body.holding-page .home-link {
	margin-bottom: 0;
	padding: 20px 0;
}

div.home-row .vc_tta-container {
	margin-bottom: 0;
}

}

/* Portfolio Logos Media Queries */


@media (min-width: 1140px) { 
	
.header-image-container img {
	width: 100%;
	height: auto;
	top: 1px;
	max-width: 600px;
}

}

@media (min-width: 1024px) { 

.footer-social a i{
	margin-right: 20px;
}

}

@media (max-width: 960px) { 

.home-content h1 a, .home-content h1, #projects > div.vc_tta-panel-heading > h4 > a > span {
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.home-content h2 a {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.home-link-subtitle {
	font-size: 40px;
}
	
.header-image-container img {
	width: 100%;
	height: auto;
	top: 5px;
	max-width: 600px;

}

.sub-page h1 {
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.sub-page h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}


}

@media (max-width: 768px) { 

.footer-nav ul.inline-list li {
	border-right: none;
	padding-right: 0;
	float: none;
	text-align: center;
	margin-left: 0;
	padding: 15px 0px;
}

.footer-logo {
	margin-bottom: 10px;
}

}

@media (max-width: 700px) { 

body.single .header-link {
	font-size: 12px;
}

}

@media (max-width: 640px) { 



}

@media (max-width: 600px) { 

.header-image-container img {
	top: 15px;
}

.home-content h1 a, .home-content h1, #projects > div.vc_tta-panel-heading > h4 > a > span {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.home-content h2 a {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.home-link-subtitle {
	font-size: 21px;
}

h4.vc_tta-panel-title:hover .projects-subtitle {
	top: -30px;
	font-size: 21px;
}

.footer-nav ul.inline-list li {
	border-right: none;
	padding-right: 0;
	float: none;
	text-align: center;
	margin-left: 0;
	padding: 15px 0px;
}

.sub-page h1 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.sub-page h2 {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}




}

@media (max-width: 480px) { 

.header-image-container img {

}

h4.vc_tta-panel-title:hover .projects-subtitle {
	top: -30px;
	font-size: 21px;
}

.sub-page h1 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.sub-page h2 {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}


}

#projects .zoomIn {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}

body.single .denki-menu {
	top: 15px;
}

.denki-menu-single {
	top: 50px !important;
}