/*
Theme Name: SPARKY_FRAMEWORK
Theme URI: https://hot-themes.com
Author: HotThemes
Author URI: https://hot-themes.com
Description: Sparky
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: SPARKY_FRAMEWORK
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

.widget input.search-field {
  margin: 15px 0 10px;
  max-width: 160px;
}

.widget input.search-submit {
  background: #eee;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Hot-themes.com CSS */

html {
    font-size:18px;
}

body {
    color:#333;
    font-family:Arial, sans-serif;
	text-align:left;
	font-weight:300;
    font-style:normal;
    background:#FFFFFF;
}

div.container {
    background:transparent;
}

/*------------LAYOUT - SCREEN >= TEMPLATE WIDTH---------------*/

@media (min-width: 960px) {
	.container, .row {
	    width:960px;
	}

	[class*="span"] {
	    margin-left: 0;
	}

	.mp_logo{
	    width:240px;
	}

	.mp_top1{
	    width:720px;
	}

	.content_sparky {
	    width:960px;
	}

	.mp_aside1{
	    width:0px;
	}

	.mp_bottom1,.mp_bottom2,.mp_bottom3{
	    width:320px;
	}

	.mp_copyright{
	    width:960px;
	}

}

/*------------LAYOUT - SCREEN BETWEEN 980px AND TEMPLATE WIDTH---------------*/

@media (min-width: 980px) and (max-width: 960px) {

	.container {
	    width: 868px;
	}
	.span12 {
	    width: 868px
	}
	.span11 {
	    width: 794px;
	}
	.span10 {
	    width: 720px;
	}
	.span9 {
	    width: 646px;
	}
	.span8 {
	    width: 572px;
	}
	.span7 {
	    width: 498px;
	}
	.span6 {
	    width: 424px;
	}
	.span5 {
	    width: 350px;
	}
	.span4 {
	    width: 276px;
	}
	.span3 {
	    width: 202px;
	}
	.span2 {
	    width: 128px;
	}
	.span1 {
	    width: 54px;
	}

}

/*------------LAYOUT - SCREEN BETWEEN 768px AND 979px---------------*/

@media (min-width: 768px) and (max-width: 979px) {

	.container {
	    width: 724px;
	}
	.span12 {
	    width: 724px
	}
	.span11 {
	    width: 662px;
	}
	.span10 {
	    width: 600px;
	}
	.span9 {
	    width: 538px;
	}
	.span8 {
	    width: 476px;
	}
	.span7 {
	    width: 414px;
	}
	.span6 {
	    width: 352px;
	}
	.span5 {
	    width: 290px;
	}
	.span4 {
	    width: 228px;
	}
	.span3 {
	    width: 166px;
	}
	.span2 {
	    width: 104px;
	}
	.span1 {
	    width: 42px;
	}

}

@media (max-width: 767px) {

  .container {
      width: 100%;
  }

  [class*="span"] {
      width: 100%;
  }

}

.cell_pad {
    padding:0px 0px;
    margin:0px 0px;
}

/*------------ COMMON SETTINGS ---------------*/

a {
    color:#EA2E49;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}

a:hover {
    color:#333745;
    text-decoration:none;
}

h1, h1 a {
    color:#333745;
    font-size:48px;
    font-family:Arial, sans-serif;
    text-align:left;    font-weight:bold;
    font-style:normal;
    }

h2, h2 a {
    color:#000000;
    font-size:40px;
    font-family:Arial, sans-serif;
    text-align:left;    font-weight:100;
    font-style:normal;
    }

h3 {
    color:#000000;
    font-size:32px;
    font-family:Arial, sans-serif;
    text-align:left;    font-weight:normal;
    font-style:normal;
    }

h3 a:hover {
    text-decoration: none;
}

h4 {
    color:#000000;
    font-size:24px;
    font-family:Arial, sans-serif;
    text-align:left;    font-weight:bold;
    font-style:normal;
    }

img {
    border:none;
}

/*--------------LOGO----------------*/

.sparky_logo, .sparky_logo a, .sparky_logo a:hover {
	color:#333333;
    font-size:24px;
    font-family:Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
	text-align:left;
	text-decoration:none;
}

.sparky_slogan {
	color:#afa299;
    font-size:18px;
    font-family:sans-serif;
    font-weight:normal;
    font-style:italic;
	text-align:left;
}

/*--------------DROP-DOWN----------------*/

ul#menu-top-menu {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    z-index:100;
    text-align:right;
    font-size:0px;
}

#menu-top-menu ul {
    display:none; 
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    background:#eeeeee;
}

#menu-top-menu ul {
    width:160px;
    border:1px solid #dddddd;
    padding:12px;
}

#menu-top-menu > li > a, #menu-top-menu > li > span {
    display:block;
    margin:0;
    text-decoration:none;
    color:#FFFFFF;
    font-size:16px;
    padding-left:15px;
    padding-right:15px;
    padding-top:25px;
    font-family:Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    height:45px;
    cursor:pointer;
    outline: none;
}

#menu-top-menu > li.current-menu-ancestor > a,
#menu-top-menu > li.current-menu-ancestor > span,
#menu-top-menu > li.current-post-ancestor > a,
#menu-top-menu > li.current-post-ancestor > span,
#menu-top-menu > li.current-menu-item > a,
#menu-top-menu > li.current-menu-item > span,
#menu-top-menu > li.active > a,
#menu-top-menu > li.active > span {
    color:#EA2E49 !important;
    cursor:pointer;
}

#menu-top-menu > li > a:hover, #menu-top-menu > li:hover > a,
#menu-top-menu > li > a:hover, #menu-top-menu > li:hover > span {
    color:#FFFFFF;
}

#menu-top-menu > li {
    display:inline-block;
    position:relative;
    text-align:left;
    margin:0;
    border-right:0px solid #cccccc;
    border-bottom:0px solid #cccccc;
    border-top:0px solid #cccccc;
    background:transparent;
}

#menu-top-menu > li.current-menu-ancestor,
#menu-top-menu > li.current-post-ancestor,
#menu-top-menu > li.current-menu-item,
#menu-top-menu > li.active {
    background:transparent;
}

#menu-top-menu > li:first-child {
    border-left:0px solid #cccccc;
}

#menu-top-menu li:hover {
    position:relative;
    background:#232630;
}

#menu-top-menu li ul li {
    height:25px;
    border-bottom:1px solid #dddddd;
    padding:0 10px;
    margin:0px;
    text-align:left;            }

#menu-top-menu li ul li:hover {
    background:#e6e6e6;
}

#menu-top-menu li ul a, #menu-top-menu li ul span {
    line-height:25px;
    font-size:12px;
    color:#666666;
    font-weight:normal;
    font-style:normal;
    padding-top:0;
    cursor:pointer;
}

#menu-top-menu li ul a:hover,
#menu-top-menu li ul span:hover {
    color:#333333;
}

#menu-top-menu li ul ul {
    left:160px;
    margin-top:-1px;
}

#menu-top-menu ul ul {
    top:0px;
}


#menu-top-menu .sub {
    font-size:10px;
    line-height:normal;
    display:block;
}

.clr {
    clear:both;
}

/* COMMON WORDPRESS CSS */

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	text-rendering: optimizeLegibility;
	overflow-x: hidden; /* For Gutenberg alignwide */
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.6;
}

p.has-small-font-size {
	font-size: 13px;
}

p.has-medium-font-size {
	font-size: 24px;
}

p.has-large-font-size {
	font-size: 32px;
}

p.has-huge-font-size {
	font-size: 42px;
}

p.thin {
	max-width: 700px;
	margin: 0 auto 30px;
}

.has-color-1-background-color {
    background-color: #000000 !important;
}

.has-color-2-background-color {
    background-color: #333745 !important;
}

.has-color-3-background-color {
    background-color: #EA2E49 !important;
}

.has-color-4-background-color {
    background-color: #F6F6F6 !important;
}

.has-color-5-background-color {
    background-color: #FFFFFF !important;
}

.has-color-6-background-color {
    background-color: #666666 !important;
}

.has-color-1-color {
    color: #000000 !important;
}

.has-color-2-color {
    color: #333745 !important;
}

.has-color-3-color {
    color: #EA2E49 !important;
}

.has-color-4-color {
    color: #F6F6F6 !important;
}

.has-color-5-color, .has-color-5-color strong {
    color: #FFFFFF !important;
}

.has-color-6-color {
    color: #666666 !important;
}

strong {
    color: #333745;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

a {
	outline: none;
}

p a:hover, .bottomrow a:hover {
	text-decoration: underline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
	clear: both;
}

hr.wp-block-separator.is-style-default {
	background-color: #dde5de;
	max-width: 200px;
	padding: 0;
    margin: 50px auto;
    height: 3px;
}

hr.wp-block-separator.is-style-wide {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin: 50px -50vw;
    background-color: #dde5de;
}

.wp-block-column hr.wp-block-separator.is-style-wide {
    right: auto;
    width: 100%;
    max-width: 100%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

figure.wp-block-image {
	margin-bottom: 30px;
}

/* Form fields, general styles first */

button,
input {
    border: 1px solid #ccc;
    padding: 10px;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 10px;
}

textarea.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
}

input.wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
}

input.wpcf7-quiz {
    margin-left: 15px;
    width: 50px;
}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.widget img {
	max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.browser img,
.cols-3 .category-themes .wp-post-image,
.cols-3 .category-free-themes .wp-post-image {
	background: #e2e2e2 url(images/chrome_frame.png) no-repeat;
	background-position: top right;
	padding-top: 20px;
	box-shadow: 0 10px 10px #eee;
	transition: all 0.3s;
}

.browser img:hover,
.cols-3 .category-themes .wp-post-image:hover,
.cols-3 .category-free-themes .wp-post-image:hover {
	box-shadow: 0 10px 10px #ccc;
	transition: all 0.3s;
}

/* Make sure videos and embeds fit their containers */

embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.alignwide {
    width: 90vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -45vw;
    margin-right: -45vw;
}

.wp-block-column .alignwide {
	margin: 0;
	left: auto;
	right: auto;
	width: 100%;
	max-width: 100%;
}

.wp-block-button.aligncenter a {
	margin-left: auto;
	margin-right: auto;
}

/* BASIC STRUCTURE */

/* Sidebar */

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}

.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}

.widget-area .widget a {
	color: #757575;
}

.widget-area .widget a:hover {
	color: #21759b;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

img.alignleft {
	margin: 20px 40px 20px 0;
}

img.alignright {
	margin: 20px 0 20px 40px;
}

img.aligncenter {
	margin-top: 40px;
	margin-bottom: 20px;
}

.required {
	color: red;
}

/* SPARKY_FRAMEWORK'S LAYOUT */

.container {
	margin:0 auto;
	padding:0;
}

.row > * {
	float:left;
}

.wp-block-columns {
	margin-left: -15px;
    margin-right: -15px;
}

.wp-block-columns .wp-block-column {
	margin-left: 15px;
	margin-right: 15px;
  min-width: auto;
}

/* abovecontent and belowcontent widget positions */

div.abovecontent {
	max-width: 960px;
	margin: 0 auto;
}

div.abovecontent h3 {
	font-size: 48px;
	font-weight: normal;
}

div.belowcontent {
	padding: 0 0 30px 0;
	max-width: 960px;
	margin: 0 auto;
}

/* lists */

ul {
	margin: 15px 15px 15px 45px;
	padding: 0;
}

ul li, ol li {
	padding: 0;
	margin: 0 0 15px 0;
}

/* text blocks */

.txtblock {
	padding:15px 15px 15px 60px;
	margin: 10px 0;
}

/* inset styles */

.inset_left {
	display:block;
	float:left;
	width: 150px;
	font-style: italic;
	margin: 15px 15px 15px 0;
}

.inset_right {
	display:block;
	float:right;
	width: 150px;
	font-style: italic;
	margin: 15px 0 15px 15px;
}

/* post details */

div.sparky-details-top {
	width: 300px;
	float: left;
	padding:0 30px 0 0;
	line-height: 1.6;
}

.sparky-details-top span {
	display: block;
}

.sparky-details-top i {
	margin-right: 8px;
	width: 16px;
	color: #77C4D3;
}

div.sparky-details-bottom {
	background: #333745;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
	line-height: 24px;
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

span.details-tags a {
	border: 1px solid #fff;
	color: #fff;
	font-weight: 400;
	padding: 0 5px;
	font-size: 12px;
	display: inline-block;
	margin:0 5px 5px 0;
}

span.details-tags a:last-child {
	margin:0;
}

span.details-tags a:hover {
	border: 1px solid #4e6682;
	background: #4e6682;
	text-decoration: none;
}

span.details-tags i {
	color: #fff;
}

.items-row span.details-tags a {
	border: 1px solid #dcdcdc;
	color: #999;
	border-radius: 15px;
}

.items-row span.details-tags a:hover {
	background: #f6f6f6;
}

div.SPARKY_FRAMEWORK-author-block {
	background: #eee;
	padding: 15px;
	margin: 15px 0;
	border-radius: 3px;
}

.SPARKY_FRAMEWORK-author-block img {
	float: left;
	margin: 0 15px 15px 0;
}

.category-blog .sparky-details-top img {
	padding-bottom: 15px;
}

.category-blog .items-row p.has-medium-font-size {
	font-size: inherit;
}

.category-blog.single .intro_text {
	padding: 40px 0;
}

.category-blog.single div.sparky-details-bottom {
	background: transparent;
}

.category-blog.single span.details-tags i {
	color: #333745;
}

.category-blog.single span.details-tags a {
	background: #333745;
	border: 1px solid #333745;
}

.single-post div.sparky-details-top {
	margin: 30px auto 0;
    width: 960px;
    float: none;
    padding: 0;
}

.single-post div.sparky-details-top span {
    display: inline-block;
    padding-right: 30px;
}

/* navigation buttons */

div.prevnavi, div.nextnavi {
	display: inline-block;
	padding: 0 15px 15px 0;
}

/* button styles */

a.sparky-btn {
	display: inline-block;
	margin: 10px 0;
	transition: background .4s;
}

a.sparky-btn:hover {
	transition: background .4s;
}

a.sparky-btn-small {
	font-size: 80%;
	padding: 5px;
}

a.sparky-btn-medium {
	font-size: 100%;
	padding: 10px;
}

a.sparky-btn-large, input.sparky-btn-large {
	font-size: 18px;
	padding: 15px 0;
}

a.sparky-btn-black {
	background: #000;
	color: #fff;
}

a.sparky-btn-black:hover {
	background: #333;
}

.contact_email span.error, .contact-form p.error {
	color: red;
	display: block;
}

.contact-form p.error {
	font-weight: bold;
}

.sparky_logo {
	background: url(images/logo.png) no-repeat left;
	background-size: 35px 35px;
	height: 42px;
	padding-left: 42px;
	display: inline-block;
	text-transform: uppercase;
}

.sparky_logo span {
	font-weight: bold;
}

.sparky_logo, .sparky_logo a, .sparky_logo a:hover {
	color:#fff;
	line-height: 42px;
	outline: none;
}

.sparky_slogan {
	display: inline-block;
}

.header {
	width: 100%;
	border-bottom: 1px solid #fff;
	z-index: 9;
	background: #333745;
}

.home .header {
	background: transparent;
	border-bottom: 0;
	position: absolute;
}

.header .cell_pad {
	padding: 0;
}

.mp_logo .cell_pad {
	margin: 14px 0;
}

.footer {
	background: #333745;
	height: 150px;
	padding-left: 15px;
	padding-right: 15px;
}

.subheading {
	font-family: Arial, sans-serif;
	max-width: 720px;
	margin: 0 auto 30px;
	line-height: 1.6;
}

.category-blog .subheading {
	margin-top: 30px;
}

.category-blog.column-1 {
	border-top: 1px solid #ebebeb;
	padding: 30px 0 15px;
}

.cols-3 .category-blog.column-1, .category-blog.column-1.single {
	border-top: 0;
	padding: 0;
}

.introtext {
	padding: 10px 0 60px;
	margin: 0 auto;
	background: #f6f6f6;
}

.maintext .introtext {
	padding: 0;
}

.maintext .introtext span {
	font-weight: 700;
}

.introtext p {
	font-family: Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	max-width: 960px;
	margin: 0 auto;
	color: #000;
}

.introtext a {
	text-decoration: underline;
	color: #EA2E49;
}

.introtext a:hover {
	color: #333745;
}

.theme_footer {
	margin-bottom: 0 !important;
}

.theme_footer .introtext a {
	color: #fff;
}

.theme_footer a {
	color: #fff;
	text-decoration: underline;
}

.theme_footer a:hover {
	color: #ccc;
}

.theme_footer strong {
	color: #fff;
}

.maintext {
	padding: 50px 0;
	max-width: 960px;
	margin: 0 auto;
}

.home .maintext h2 {
	margin-top: 0;
}

.maintext iframe {
	margin: 50px 0;
}

.maintext-blog {
	padding: 0;
	max-width: 960px;
	margin: 0 auto 45px;
}

.maintext.colors {
	padding: 40px 0 30px;
}

.maintext.colors img {
	margin: 0 10px 10px;
	transition: all .3s;
}

.maintext.colors img:hover {
	-ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    transition: all .3s;
}

h1.page-title {
	max-width: 960px;
    margin: 50px auto 0;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}

h1.cat-title {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
}

h3 {
	margin: 0 0 20px;
	padding: 0;
}

.home h3 {
	margin-top: 0;
}

.home .contentrow {
    background: url(images/wp_themes_page_bg.jpg) no-repeat;
    background-size: auto 470px;
}

/* wordpress-themes */
.page-id-9632 .contentrow {
    background: url(images/wp_themes_page_bg.jpg) no-repeat;
    background-size: auto 460px;
}

.page-id-9632 .contentrow h1 {
  margin-top: 0;
  padding-top: 120px;
  color: #fff;
}

.page-id-9632 .contentrow .subheading, .page-id-9632 .contentrow .subheading strong {
  color: #fff;
}

.page-id-9632 .header {
  background: transparent;
  border-bottom: 0;
  position: absolute;
}
.page-id-9632 #menu-top-menu > li.current-menu-item {
  background: transparent;
}
.page-id-9632 #menu-top-menu > li.current-menu-item > a {
  color: #fff !important;
}
/* */

.contentrow .container, .contentrow .row {
	width: 100%;
}

.content_sparky {
	width: 960px;
	margin: 0 auto;
	float: none;
}

.featurebox {
	width:46%;
	float:left;
	padding: 0 4% 0 0;
}

.featurebox:nth-child(even) {
	padding: 0 0 0 4%;
}

.featurebox:nth-child(odd) {
	clear: both;
}

.featurebox.last {
	margin-right: 0;
}

.featurebox h3 {
	margin: 20px 0;
	padding: 0;
	color: #333745;
}

.featurebox i, h3 i {
	width: 60px;
	font-size: 48px;
	color: #EA2E49;
}

a.sparky-btn-demo {
	background: none;
	border: 1px solid #333745;
	color: #333745;
	width: 165px;
	display: block;
	float: left;
	text-align: center;
	transition: text-indent .3s;
}

.sparky-btn-demo a {
	background: none;
	border: 1px solid #333745;
  border-radius: 0;
	color: #333745;
	width: 207px;
	display: block;
	text-align: center;
	transition: text-indent .3s;
	height: 53px;
    line-height: 53px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

a.sparky-btn-demo:hover {
	text-indent: -30px;
	background: #f3f3f3 url(images/arrow_right.png) right no-repeat;
	transition: text-indent .3s;
	text-decoration: none;
}

.sparky-btn-demo a:hover {
	color: #000;
	text-indent: -30px;
	background: #f3f3f3 url(images/arrow_right.png) right no-repeat;
	transition: text-indent .3s;
	text-decoration: none;
}

a.sparky-btn-club, a.more-link,
input.sparky-btn-club, input.more-link {
	background: #EA2E49;
	color: #fff;
	width: 200px;
	display: block;
	float: right;
	text-align: center;
	transition: text-indent .3s;
	border: 1px solid #EA2E49;
}

.sparky-btn-club a, input.wpcf7-submit, button.edd-add-to-cart, a.edd_go_to_checkout {
	background: #EA2E49;
	color: #fff;
    font-size: 1.125em;
	width: 100%;
    max-width: 455px;
	display: block;
	text-align: center;
	transition: text-indent .3s;
	height: 53px;
    line-height: 53px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    border: 0;
}

a.sparky-btn-club:hover, a.more-link:hover,
input.sparky-btn-club:hover, input.more-link:hover, input.wpcf7-submit:hover {
	text-indent: -30px;
	background: #cd2840 url(images/arrow_right2.png) right no-repeat;
	transition: text-indent .3s;
	text-decoration: none;
}

.sparky-btn-club a:hover, button.edd-add-to-cart:hover, a.edd_go_to_checkout:hover {
	text-indent: -30px;
	background: #cd2840 url(images/arrow_right2.png) right no-repeat !important;
	transition: text-indent .3s;
	text-decoration: none;
    transform: none;
}

a.more-link {
	padding: 5px;
	width: 120px;
	display: inline-block;
	float: none;
	margin-top: 15px;
	font-size: 16px;
}

a.sparky-btn-buy {
	background: #333745;
	color: #fff;
	width: 200px;
	display: block;
	float: right;
	text-align: center;
	transition: text-indent .3s;
	margin-right: 10px;
	border: 1px solid #333745;
}

a.sparky-btn-buy:hover {
	text-indent: -30px;
	background: #232630 url(images/arrow_right2.png) right no-repeat;
	transition: text-indent .3s;
	text-decoration: none;
}

#menu-top-menu > li.current-menu-ancestor, #menu-top-menu > li.current-post-ancestor, #menu-top-menu > li.current-menu-item, #menu-top-menu > li.active {
	font-weight: bold;
	background: #fff;
}

#menu-top-menu > li.current-menu-ancestor > a, #menu-top-menu > li.current-menu-ancestor > span, #menu-top-menu > li.current-post-ancestor > a, #menu-top-menu > li.current-post-ancestor > span, #menu-top-menu > li.current-menu-item > a, #menu-top-menu > li.current-menu-item > span, #menu-top-menu > li.active > a, #menu-top-menu > li.active > span {
	font-weight: bold;
}

.theme_slider {
	background: #f6f6f6;
	text-align: center;
	margin-top: 20px;
}

.theme_footer, .theme_footer .introtext {
	background: #333745;
	text-align: center;
}

.theme_footer, .theme_footer .introtext p {
	color: #fff;
}

.theme_colors, .theme_colors .introtext {
	background: #f6f6f6;
	text-align: center;
}

.theme_colors .introtext p {
	color: #000;
}

.bx-viewport {
	top: -40px;
}

.bx-wrapper .bx-controls-direction a {
	margin-top: -56px !important;
}

.mp_copyright .cell_pad {
	margin: 0;
	padding: 0;
}

.mp_copyright .cell_pad div {
	width: 69.9%;
	float: left;
}

.mp_copyright .cell_pad div.social_icons {
	width: 30%;
}

.mp_copyright a {
	color: #fff;
}

.mp_copyright svg {
  width:24px;
  margin-top: 20px;
  margin-right: 15px;
}

.mp_copyright i:hover {
	color: #EA2E49;
}

p.copyright {
	text-align: right;
	line-height: 70px;
	margin: 0;
	padding: 0;
	color: #fff;
}

p.copyright a {
	text-decoration: underline;
	padding: 0 3px;
}

/* themes category */

.blog, .cat {
	max-width: 960px;
	margin: 60px auto;
}

.cols-1 .item {
	display: inline-block;
	margin: 0 57px 0 0;
}

.cols-2 .item {
	width: 423px;
	display: inline-block;
	margin: 0 57px 0 0;
}

.cols-3 .item {
	width: 282px;
	display: inline-block;
	vertical-align: top;
	margin: 0 57px 0 0;
}

.cols-3 .column-3 {
	width: 282px;
	display: inline-block;
	margin: 0;
}

.blog .cols-1 .item {
	max-width: 960px;
	float: none;
	margin: 0;
}

.cols-1.tag_page .item.category-blog {
	width: 100%;
}

.blog .sparky-details-bottom, .cat .sparky-details-bottom, .home .sparky-details-bottom {
	width: auto;
	padding: 10px 0 0;
	left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
}

.cat .items-row {
	padding: 50px 0;
}

.cols-1.tag_page {
	padding: 0;
}

.items-row h2, .items-row h2 a {
	font-size: 24px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	font-weight: 700;
}

.archive.tag .items-row .category-blog h2 {
  margin-top: 30px;
}

.latest h3, .popular h3 {
	font-size: 24px;
	margin: 30px 0 10px 0;
	padding: 0;
	text-align: center;
	font-weight: 400;
}

.wp-block-columns.latest {
    padding-bottom: 50px;
}

.items-row h2 a:hover {
	text-decoration: none;
	color: #EA2E49;
}

.items-row .category-blog h2, .items-row .category-blog h2 a, .author_page h2, .author_page h2 a {
	font-size: 24px;
	margin: 0 0 15px 0;
	text-align: left;
}

h2.faq {
	text-align: left;
	margin: 60px 0 0 0;
}

h2 sup {
	display: block;
	float: right;
	top: 15px;
}

h2 sup a {
	font-size: 24px;
	font-weight: 400;
}

h2 sup a:hover {
	color: #EA2E49;
}

.items-row .subheading {
	font-size: 18px;
	margin-bottom: 15px;
}

img.latest_theme {
	position: relative;
	top: -40px;
}

.prevnext {
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	top: -70px;
}

.prevnext a {
	display: inline-block;
	margin-left: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #dcdcdc;
	text-align: center;
	color:#dcdcdc;
}

.prevnext a:hover {
	background: #f6f6f6;
}

.prevnext i {
	line-height: 40px;
}

.category.category-plugins .introtext {
	padding: 30px 0;
}

.cols-3 .category-plugins > a {
	display: block;
	text-align: center;
}

/* pages */

code {
	display: block;
	padding: 5px 30px;
	background: #eee;
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	font-size: 14px;
}

.wp-block-code {
    margin-bottom: 30px;
}

.gallery {
	margin-top: 45px;
}

.gallery-columns-1 figure {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-columns-2 figure {
	width: 50%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-columns-3 figure {
	width: 33.33%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-columns-4 figure {
	width: 25%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-columns-5 figure {
	width: 20%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-columns-6 figure {
	width: 16.66%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-columns-7 figure {
	width: 14.28%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-columns-8 figure {
	width: 12.5%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.gallery-columns-9 figure {
	width: 11.11%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}

.attachment {
	margin: 0 0 60px 0;
}

.author_page {
	padding: 60px 0;
}

.author_page .items-row.cols-1 {
	padding: 30px 0 15px;
}

.pagenavi {
	max-width: 960px;
	height: 40px;
	margin: 0 auto;
}

.category-blog .pagenavi {
	margin-bottom: 60px;
}

.pagenavi span, .pagenavi a {
	display: inline-block;
	min-width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 5px;
	margin-right: 5px;
}

.pagenavi a {
	border: 1px solid #afa299;
}

.pagenavi .current, .pagenavi a:hover {
	background: #f3f3f3;
	border: 1px solid #afa299;
}


/* home page and wordpress themes page */

.notopmargin {
    margin-top: 0;
}

.bottompadding50 {
    padding-bottom: 50px;
}

.home h1, .home .subheading {
	text-align: center;
}

h1.home-title {
	color: #fff;
	margin: 0 auto;
	padding: 130px 0 30px;
}

.page-id-9632 h1.page-title {
    text-align: center;
}

h1.cat-title {
	margin: 60px auto 30px;
	padding: 0;
}

.home .page.item {
	width: 100%;
}

.home .bx-viewport {
	top: auto;
}

.home .bx-controls-direction {
	top: -270px;
}

.wp-block-hotblocks-background-color.home_gray_footer {
	margin-bottom: 0;
}

.wp-block-hotblocks-background-color.home_footer {
	margin-top: 0;
	margin-bottom: 0;
}

.home_footer h2 {
	color: #fff;
	margin-top: 15px;
}

.home_footer strong {
	color: #fff;	
}

.latest_themes {
	padding-top: 30px;
	padding-bottom: 30px;
}

.latest figure.wp-block-image, .popular figure.wp-block-image {
	margin-bottom: 0;
}

.latest figure.wp-block-image a, .popular figure.wp-block-image a {
	outline: none;
}

.latest p, .popular p {
	margin: 0;
}

.latest.last, .popular.last {
	margin-right: 0;
}

.home a.sparky-btn-demo, .home a.sparky-btn-club,
.category-3 a.sparky-btn-demo, .category-3 a.sparky-btn-club,
.category-17 a.sparky-btn-demo, .category-17 a.sparky-btn-club,
.category-94 a.sparky-btn-demo, .category-94 a.sparky-btn-club,
input.sparky-btn-demo, input.sparky-btn-club {
	display: inline-block;
	float: none;
	width: 200px;
	margin-left: 10px;
	border-radius: 30px;
}

.wpcf7-form input.sparky-btn-club {
	margin-left: 0;
	margin-top: 30px;
}

body:not(.page-id-11179) .grecaptcha-badge {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}

.page-id-3047 h1.page-title {
	padding: 50px 0 0;
	margin: 0 auto;
	text-align: center;
}

.page-id-3047 .subheading {
	margin: 0 auto 90px;
	text-align: center;
}

h4.tabbed {
	cursor: pointer;
	font-weight: normal;
}

h4.tabbed:hover {
	color: #EA2E49;
}

p.tabbed {
	display: none;
}

p.tabbed.active {
	display: block;
}

.testimonial {
	width: 400px;
	float: left;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	text-align: center;
	padding: 30px;
	box-shadow: 0 0 100px #f5f5f5 inset;
}

.testimonial.first {
	margin-right: 36px;
}

.testimonial span {
	font-style: italic;
}

h2.testimonials {
	text-align: center;
}

.checkout_info {
	border: 1px solid #eee;
	background: #fafafa;
	color: #666;
	padding: .5em 1.387em;
	margin: 0 0 21px;
}

.checkout_info i {
	float: left;
	font-size: 3em;
	margin: 12px 20px 15px 0;
}

/* themes bundle */

.postid-11841 h1.page-title {
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
}

.postid-11841 button.edd-add-to-cart {
    margin: 0 auto 100px;
}

.bundle_info {
    line-height: 1.2;
    margin-top: 15px;
}

#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=tel], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea {
    padding: 10px 15px !important;
}

/* bottomrow */

.bottomrow {
	background: #333745;
	padding-top: 15px;
	padding-bottom: 45px;
}

.bottomrow .cell_pad {
	padding-right: 30px;
}

.bottomrow .mp_bottom3 .cell_pad {
	padding-right: 0;
}

.bottomrow ul {
	list-style: none;
	margin:0;
}

.bottomrow li {
	margin:0 0 15px;
	line-height: 1.6;
}

.bottomrow h3 {
	color: #fff;
	text-transform: uppercase;
    font-size: 24px;
    margin-top: 40px;
}

.bottomrow a {
	color: #fff;
}

/* responsive */

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
    position:absolute;
}

.nav-collapse.opened > ul#menu-top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:#333745;
}

.nav-collapse.opened > ul#menu-top-menu > li {
	text-align: center;
	border-bottom: 1px solid #232630;
}

.nav-collapse.opened > ul#menu-top-menu ul {
    width: 100%;
    position: relative;
    left:0;
    padding:0;
    margin:0;
    border:0;
}

.nav-collapse.opened > ul#menu-top-menu ul li {
    height:auto;
}

.nav-collapse.opened li {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.nav-collapse.opened li.active, .nav-collapse.opened li:hover {
    background-color:#333;
}

.nav-collapse.opened li.active a {
    color:#fff !important;
}

.nav-collapse.opened li a {
    padding:5px 15px;
    margin:0;
    line-height:30px;
    height:30px;
    color:#fff !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: url('images/tinynav_white.png');
    background-size: 40px 30px;
    margin-top: 20px;
    width: 40px;
    height: 30px;
    text-indent:-9999px;
    display:inline-block;
    float:right;
}

@media (min-width: 980px) {

    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
        display: none;
    }


}

@media (max-width: 979px) {

	.nav-collapse.closed {
        overflow:hidden;
    }

    #menu-top-menu > li > a, #menu-top-menu > li > span {
    	padding-top: 13px;
    	height: 35px;
    }

	.mp_logo, .mp_top1 {
		width: 362px;
		float: left;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.items-row .category-blog .subheading {
		padding:0;
	}

	.cols-3 .item {
		width: 30%;
		margin-right:4.5%;
	}

	.cols-3 .column-3.item {
		margin-right: 0;
	}

	.mp_copyright .cell_pad div, .mp_copyright .cell_pad div.social_icons {
		width: 100%;
		float: none;
		text-align: center;
	}

	.testimonial {
		width: auto;
		float: none;
	}

	.testimonial.first {
		margin-right: 0;
	}

	.single div.sparky-details-bottom {
		text-align: center;
	}

	.featurebox {
		width: 100%;
		float: none;
		padding: 0;
	}

	p.copyright {
		text-align: center;
		line-height: normal;
		margin-bottom: 15px;
	}

	.contentrow .row {
		width: 100% !important;
	}

	.content_sparky {
		width: 724px !important;
		margin: 0 auto;
		float: none;
	}

	.wp-block-hotblocks-background-color .background_content {
		max-width: 724px !important;
	}

	.home .contentrow {
    	background: url(images/wp_themes_page_bg.jpg) no-repeat;
	    background-size: auto 500px;
	}

    .mp_copyright svg {
      width:24px;
      margin: 20px 15px 30px;
    }

}

@media (max-width: 959px) {

	.mp_logo {
		width: 75%;
		float: left;
	}

	.mp_top1 {
		width: 25%;
		float: left;
	}

}

@media (min-width: 600px) and (max-width: 781px) {

    body.home .wp-block-columns.latest:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: 28% !important;
        margin: 0 2.5%;
    }

}

@media (max-width: 781px) {

	.wp-block-columns .wp-block-column {
	    margin-left: 0;
	    margin-right: 0;
	}

	.sparky-btn-demo,
	.sparky-btn-club {
		float: none;
	}

	.sparky-btn-demo a,
	.sparky-btn-club a {
		width: 100%;
	}

	.wp-block-columns {
		margin-left: 0;
	    margin-right: 0;
	}

	.wp-block-column .wp-block-button {
	    margin-bottom: 1em;
	}

	p.has-medium-font-size {
	    font-size: 18px;
	}

	p.has-large-font-size {
	    font-size: 24px;
	}

}

@media (max-width: 767px) {

	h1, h1 a, h2, h2 a {
	    font-size: 40px;
	}

	.mp_logo .cell_pad {
		padding-left: 15px;
	}

	.mp_top1 .cell_pad {
		padding-right: 15px;
	}

	img.alignleft, img.alignright {
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	img.alignright {
		margin-left: 0;
	}

	a.sparky-btn-demo:hover, a.sparky-btn-club:hover, a.sparky-btn-buy:hover,
	.sparky-btn-demo a:hover {
		text-indent: 0;
		background-image: none;
	}

	.cols-3 .item {
		margin-right: 4%;
	}

	.items-row h2, .items-row h2 a, h2.faq {
		font-size: 20px;
	}

	.home a.sparky-btn-demo, .home a.sparky-btn-club {
		width: 40%;
		margin: 0 1.5%;
		padding: 15px 1%;
		min-height: 0;
		font-size: 20px;
	}

	.single-post a.sparky-btn-demo, .single-post a.sparky-btn-club, .single-post a.sparky-btn-buy {
		width: 28%;
		margin: 0 1.5%;
		padding: 1%;
		min-height: 42px;
		font-size: 16px;
	}

	.single-post a.sparky-btn-demo {
		margin-left: 0;
	}

	.single-post a.sparky-btn-buy {
		margin-right: 0;
	}

	.contentrow .row {
		width: 100% !important;
	}

	.content_sparky {
		width: 96% !important;
		margin: 0 2% !important;
	}

	.wp-block-hotblocks-background-color .background_content {
		max-width: 96% !important;
	}

	.buttons_bar .wp-block-column {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}

	.buttons_bar .wp-block-button.alignright {
		float: none;
	}

	.bottomrow .cell_pad {
	    padding-right: 2%;
	    padding-left: 2%;
	}

	.mp_bottom1, .mp_bottom2 {
		padding-bottom: 30px;
	}

  .hidemobile {
    display: none;
  }

  .wp-block-hotblocks-background-color {
    padding: 0 !important;
  }

  .wp-block-hotblocks-background-color.theme_footer {
      padding: 2em 0 !important;
  }

  .home_footer h2 {
      padding-top: 30px;
  }

}

@media (max-width: 480px) {

	.cols-3 .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 45px;
		text-align: center;
	}

	.home h2 {
		text-align: center;
    margin-top: 0;
	}

	a.sparky-btn-demo, a.sparky-btn-club, a.sparky-btn-buy, .home a.sparky-btn-demo, .home a.sparky-btn-club, .single-post a.sparky-btn-demo, .single-post a.sparky-btn-club, .single-post a.sparky-btn-buy {
		width: 98%;
		margin: 0 0 15px 0;
		padding: 15px 1%;
		min-height: 0;
		font-size: 20px;
	}

	.cat .items-row {
		padding: 0;
	}

	div.sparky-details-top {
		width: 100% !important;
    	padding: 0 0 15px 0 !important;
    	box-sizing: border-box;
	}

	.single-post .buttons, .single-post .buttons2 {
		height: 275px;
	}

	.maintext.colors img {
		max-width: 20%;
	}

	.home .contentrow {
    	background: url(images/wp_themes_page_bg.jpg) no-repeat;
	    background-size: auto 590px;
	}

  .page-id-9632 .contentrow {
      background: url(images/wp_themes_page_bg.jpg) no-repeat;
      background-size: auto 570px;
  }

  .page-id-9632 h3 {
      margin-top: 20px;
  }

  .page-id-9632 .wp-block-columns {
      margin-bottom: 50px;
  }

  .latest h3, .popular h3 {
      margin: 15px 0 50px 0;
  }

  .wp-block-columns.latest {
      padding-bottom: 0;
  }

  figure.wp-block-image {
      margin-bottom: 0;
  }

}


/* hot responsive slider */

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.bx-viewport ul, .bx-viewport li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	background: none !important;
}

.bx-viewport li {
	min-height: 1px; min-width: 1px;
}

.wp-block-hotblocks-background-color .hot_responsive_slider_wrapper {
	margin-top: -2em !important;
    margin-bottom: 50px !important;
}
