/*
Theme Name: jopaz
Theme URI: https://www.webwizards.com.au/
Author: Wayne Chandra
Author URI: https://www.webwizards.com.au/
Description: Custom Theme for Jopaz
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jopaz
Tags: Specialist in Enchanted Themed Gifts and Decorations

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jopaz is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Global
# Top Bar
# Main Nav 
# Footer
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #131313;
	font-family: 'Lato', sans-serif !important; 
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Berkshire Swash', cursive;
	font-weight:700;
	color:#58595c;
	margin-top:10px;
}

h1 {font-size:52px !important; line-height: 56px !important;}
h2 {font-size:46px !important; line-height: 48px !important;}
h3 {font-size:32px !important; line-height: 36px !important;}
h4 {font-size:28px !important; line-height: 30px !important;}
h5 {font-size:15px !important; line-height: 18px !important;}
h6 {font-size:11px !important; line-height: 14px !important;}


h1.large {
     font-size:72px !important;
     line-height:80px !important;
}

@media all and (max-width:990px) {
    h1.large {
        font-size:56px !important;
        line-height:64px !important;
    }    
}
@media screen and (max-width:767px) {
    h1 {font-size:32px !important; line-height: 36px !important;}
    h2 {font-size:28px !important; line-height: 30px !important;}
    h3 {font-size:22px !important; line-height: 26px !important;}
    h4 {font-size:18px !important; line-height: 24px !important;}
    h5 {font-size:14px !important; line-height: 18px !important;}
    h6 {font-size:11px !important; line-height: 14px !important; }
}
@media screen and (max-width:480px) {
    h1 {font-size:32px !important; line-height: 36px !important;}
    h2 {font-size:28px !important; line-height: 30px !important;}
    h3 {font-size:22px !important; line-height: 26px !important;}
    h4 {font-size:18px !important; line-height: 24px !important;}
    h5 {font-size:14px !important; line-height: 18px !important;}
    h6 {font-size:11px !important; line-height: 14px !important;}
}

p {
	margin-bottom: 1.5em;
	font-weight:400;
	line-height:24px;
	font-family: 'Lato', sans-serif !important; 
}

.alt-font {
     font-family: 'Lato', sans-serif !important;   
}
.uppercase {
     text-transform: uppercase;   
}
.underline {
     text-decoration:underline !important;   
}
.text-bold {
     font-weight:700 !important;   
}
.text-light {
     font-weight:300 !important;   
}
.super-lead {
     font-size:22px !important;   
}
.lead {
     font-size:30px !important;  
     line-height:24px !important;
     text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}   
.text-drop-shadow {
    text-shadow: 2px 2px 8px #000;
}
.text-purple {
     color:  #511e78; 
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/*margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol li {
     margin-bottom:10px;   
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:0;
	border-radius: 0;
	background: #511e78;
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#cf55a0;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color:#cf55a0;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	padding: 10px 15px;
	width:100%;
	border:0;
	background-color:#efefef;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}
.checkbox input[type=checkbox] {
     position:relative;
     margin-left:0;
}

span label {
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
body .gform_wrapper ul li.gfield {
    margin-bottom: 15px;
}
.page-id-108530 .news-mail {
    display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #511e78;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:visited {
    color: #511e78;
	text-decoration:none;
}

a:hover,
a:focus,
a:active {
	color: #cf55a0;
	text-decoration:none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}


.logo img {
    max-width: 240px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/


/**** Spacing  ****/

/* Margin Top */
.mt-0 {margin-top: 0 !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}
.mt-120 {margin-top: 120px !important;}
.mt-130 {margin-top: 130px !important;}
.mt-140 {margin-top: 140px !important;}
.mt-150 {margin-top: 150px !important;}
.mt-160 {margin-top: 160px !important;}
.mt-170 {margin-top: 170px !important;}
.mt-180 {margin-top: 180px !important;}
.mt-190 {margin-top: 190px !important;}
.mt-200 {margin-top: 200px !important;}

/* Margin Right */
.mr-0 {margin-right: 0 !important;}
.mr-5 {margin-right:5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-100 {margin-right: 100px !important;}
.mr-120 {margin-right: 120px !important;}

/* Margin Bottom */
.mb-0 {margin-bottom: 0 !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mb-120 {margin-bottom: 120px !important;}
.mb-150 {margin-bottom: 150px !important;}

/* Margin Left */
.ml-0 {margin-left: 0 !important;}
.ml-5 {margin-left:5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-100 {margin-left: 100px !important;}
.ml-120 {margin-left: 120px !important;}

/* Padding Top  */
.pt-0 {padding-top:0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top:10px !important;}
.pt-15 {padding-top:15px !important;}
.pt-20 {padding-top:20px !important;}
.pt-30 {padding-top:30px !important;}
.pt-40 {padding-top:40px !important;}
.pt-50 {padding-top:50px !important;}
.pt-60 {padding-top:60px !important;}
.pt-70 {padding-top:70px !important;}
.pt-80 {padding-top:80px !important;}
.pt-90 {padding-top:90px !important;}
.pt-100 {padding-top:100px !important;}
.pt-110 {padding-top:110px !important;}
.pt-120 {padding-top:120px !important;}
.pt-160 {padding-top:160px !important;}

/* Padding Right  */
.pr-0 {padding-right:0 !important;}
.pr-5 {padding-right:5px !important;}
.pr-10 {padding-right:10px !important;}
.pr-20 {padding-right:20px !important;}
.pr-30 {padding-right:30px !important;}
.pr-40 {padding-right:40px !important;}
.pr-50 {padding-right:50px !important;}
.pr-60 {padding-right:60px !important;}
.pr-70 {padding-right:70px !important;}
.pr-80 {padding-right:80px !important;}
.pr-90 {padding-right:90px !important;}
.pr-100 {padding-right:100px !important;}
.pr-110 {padding-right:110px !important;}
.pr-120 {padding-right:120px !important;}

/* Padding Bottom  */
.pb-0 {padding-bottom:0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-15 {padding-bottom:15px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-30 {padding-bottom:30px !important;}
.pb-40 {padding-bottom:40px !important;}
.pb-50 {padding-bottom:50px !important;}
.pb-60 {padding-bottom:60px !important;}
.pb-70 {padding-bottom:70px !important;}
.pb-80 {padding-bottom:80px !important;}
.pb-90 {padding-bottom:90px !important;}
.pb-100 {padding-bottom:100px !important;}
.pb-110 {padding-bottom:110px !important;}
.pb-120 {padding-bottom:120px !important;}

/* Padding Left  */
.pl-0 {padding-left:0 !important;}
.pl-5 {padding-left:5px !important;}
.pl-10 {padding-left:10px !important;}
.pl-20 {padding-left:20px !important;}
.pl-30 {padding-left:30px !important;}
.pl-40 {padding-left:40px !important;}
.pl-50 {padding-left:50px !important;}
.pl-60 {padding-left:60px !important;}
.pl-70 {padding-left:70px !important;}
.pl-80 {padding-left:80px !important;}
.pl-90 {padding-left:90px !important;}
.pl-100 {padding-left:100px !important;}
.pl-110 {padding-left:110px !important;}
.pl-120 {padding-left:120px !important;}

@media screen and (min-width:992px) {
    .pr-lg-0 {
         padding-right:0 !important;   
    }
    .pl-lg-0 {
         padding-left:0 !important;   
    }
}
@media screen and (max-width:991px) {
    .pl-md-0 {
        padding-left:0 !important;
        }
    .pr-md-0 {
         padding-right:0 !important;   
    }
    .mb-sm-10{
         margin-bottom:10px !important;   
    }
    .mb-sm-30 {
         margin-bottom:30px !important;   
    }
    .text-md-center {
         text-align:center !important;   
    }
    .text-md-left {
         text-align:left !important;   
    }
    .pt-md-100 {
         padding-top:100px !important;
    }
}    
@media screen and (max-width:768px) {
     .text-sm-center {
          text-align:center !important;   
     }
     .mt-sm-0 {
         margin-top:0 !important;
     }
     .mt-sm-100 {
          margin-top:100px !important;   
     }
     .pr-md-15 {
         margin-right: 15px !important;    
     }
     .pl-md-15 {
         margin-left: 15px !important;    
     }
}
@media screen and (max-width:767px){
     .mr-sm-20 { margin-right:20px !important; }
     .ml-sm-20 { margin-left:20px !important; }   
     .pb-sm-60 { padding-bottom:60px !important;}
     .pt-sm-60 { padding-top:60px !important; }
     .pt-sm-40 { padding-top:40px !important; }
     .mt-sm-10 { margin-top:10px !important;}
     .pl-sm-0 { padding-left:0 !important;}
     .pr-sm-0 {padding-right:0 !important;}
     .ml-sm-0 {margin-right:0 !important;}
     .mr-sm-0 {margin-right:0 !important;}
}
@media screen and (max-width:480px){
    .text-xs-center {
          text-align:center !important;   
    }
    .text-xs-left {
          text-align:left !important;   
    }
    .mr-xs-0 {margin-right:0 !important;}
    .pt-xs-0 {padding-top:0 !important;}
    .pr-xs-0 {padding-right:0 !important;}
    .pb-xs-0 {padding-bottom:0 !important;}
    .pl-xs-0 
    .pb-xs-60 {padding-bottom:60px !important;}
    .pb-xs-80 {padding-bottom:80px !important;}
    .mt-xs-0 {margin-top:0 !important; }
    .mt-xs-10 {margin-top:10px !important; }
    .mb-xs-10 {margin-bottom:10px !important; }
}

.entry-header {
     padding-bottom:10px;   
}
.site-content {
    /* padding-top:40px;
     padding-bottom:40px;*/
}
.site-content p{
     margin-bottom:20px;   
}
.site-content a,
.site-content a:visited {
     color:#14285e;
     text-decoration:none;
}
.site-content a:hover,
.site-content a:focus {
     color:#ebbc00;
     text-decoration:none;
}
.site-content ul{
      padding:0;
     margin:15px 0px;
     line-height:24px;
     color:#222;
     list-style-type:none;
}
.site-content ul li {
     padding:6px 40px;   
     font-weight:500;
}
.site-content ol{
      padding:0;
     margin:15px 0px;
     line-height:24px;
     color:#222;
     list-style-type:none;
}

.site-content ol li {
     padding:6px 40px;   
     font-weight:500;
}
section {

}
section ul{
   
}
section ul li {
      
}
.font-20 a {
    font-size: 20px !important;   
}
@media screen and (max-width:480px) {
     section {
          /*padding:40px 0;   */
     }
}

.woocommerce-MyAccount-navigation ul li a {
    background: #511e78;
    color: #fff !important;
    padding: 10px;
    margin-bottom: 16px;
}
nav.woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}


.img-80 {
     width:80% !important;   
}
.img-100 {
     width:100%;   
}
.img-center {
     margin:0 auto;       
}
.img-404 {
     max-width:320px;   
}

#primary {
     padding:0px;   
}
.clearit {
    clear: both;
    height: 0;
    overflow: hidden;
}
/*** Colour  ****/
.primary-bgcolour {
     background-color:#0a3443;   
}
.secondary-bgcolour {
     background-color:#e4e4e4;   
}
.alternate-colour {
     background-color:#cccccc;   
}
.alternate-light-colour {
     background-color:#fbfbfb;   
}
.bg-white {
     background-color:#fff;   
}
.bg-red {
     background-color:#a31e24;   
}
.bg-yellow {
     background-color:#f6b900;   
}
.bg-blue {
    background-color: #2f578f;  
}
.bg-grey {
     background-color: #757575;   
}
.bg-light-grey {
     background-color:#dfdfdf;   
}
.bg-transparent {
     background-color:transparent;   
}
.bg-dark {
     background-color:#1e1e1e;
}
.text-white {
     color:#fff !important;   
}
.primary-colour {
     color:#14285e !important;   
}
.secondary-colour {
    color:#373c42 !important;   
}
.red {
    color:#ca1820;
}    
.light-grey {
     color:#848484 !important;;   
}
.top-border-bar {
      border-top:1px solid #c2e805;   
}
.bottom-border-bar {
    border-bottom:1px solid #c2e805;   
}
.main-button {
     display:block;
     background-color:#878688;
     padding:12px 0;
     text-align:center;
     color:#fff !important;
     font-weight:700;
     border:1px solid #c2e805;
}
.main-button:hover,
.main-button:focus {
     color: #c2e805 !important;  
}
.btn-inline {
     display:inline-block !important;
}
.btn-block {
     display:block !important;   
}

.btn-purple {
    display: block;
    border-radius: 0;
    background-color: #511e78;
    padding: 10px 40px 10px 40px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom:30px;
}
.btn-purple:hover, .btn-purple:focus {
    text-decoration:none;
    background-color:#cf55a0 !important;
    color:#fff !important;    
}
.gform_wrapper .gform_footer input {
    font-family: 'Berkshire Swash', cursive !important;
    font-size: 26px !important;
    padding: 15px 40px 15px 40px !important;
    height: auto;
}
.btn-pink {
    display: block;
    border-radius: 0;
    background-color: #cf55a0;
    padding: 15px 40px 15px 40px;
    color: #fff !important;
    text-decoration: none;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Berkshire Swash', cursive;
}
.btn-pink:hover, .btn-pink:focus {
    text-decoration:none;
    background-color:#511e78 !important;
    color:#fff !important;    
}


.btn-blue {
    display: block;
    border-radius: 12px;
    background-color: #2f578f;
    padding: 20px 20px 20px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom:30px;
}
.btn-blue:hover, .btn-blue:focus {
    text-decoration:none;
    background-color:#f6b900 !important;
    color:#fff !important;    
}


.btn-outline {
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    padding: 16px 25px;
    color: #fff !important;
    text-decoration: none;
    min-width: 224px;
    text-align: center;
    font-size: 20px;
    line-height: 16px;
    padding-top: 15px;
}
.btn-outline:hover, .btn-outline:focus {
      border:2px solid #cf55a0;  
}
.display-block {
     display:block !important;   
}

.border-white {
     border:3px solid #fff;   
}

.btn-100{
     width:100%;   
     text-align:center;
}
.btn-r-0 {
     border-radius:0 !important;   
}
.float-right {
      float:right;  
}
.secondary-bgcolor p{
     color:#fff !important   
}
.border-r-20{
     border-radius:20px;   
}
.border-r-30{
     border-radius:30px;   
}
.width-30 {
    width:30% !important;   
}
.width150px {
     width:150px !important;   
}
.pos-relative {
     position:relative;   
}
.pos-absolute {
     position:absolute;   
}
.bottom-20 {
     bottom:20px;   
}
.bottom-0 {
     bottom:0px;   
}
@media screen and (max-width:1200px) {
   
}
@media screen and (max-width:991px) {
    
}
@media screen and (max-width:480px) { 
     .bg-xs-transparent {
          background-color:transparent !important;   
     }
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
    height:50px;
    width:50px;
    border-radius:0px;
    position:fixed;
    right:30px;
    bottom:30px;
    z-index:150;
    background-color:#8a2e96;
    display:none;
    color:#fff;
    cursor: pointer;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}
.topbutton i{
     font-size:20px;   
     color:#fff !important;
     padding:13px 16px 13px 15px;
}
.topbutton:hover,
.topbutton:focus {
     background-color:#cf55a0;  
}
@media screen and (max-width:480px) {
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.logo {
     padding-bottom:15px;   
}
#topbar-nav {
     text-align:right;   
     padding-bottom:20px;
}
#topbar-nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
#topbar-nav ul li {
     display:inline-block;
     margin:0 10px;
}
#topbar-nav ul li a, #topbar-nav ul li a:visited {
     color:#131313;
     display:block;
     font-size: 18px;
}
#topbar-nav ul li a:hover, #topbar-nav ul li a:focus {
     color:#cf55a0;   
}
.purple-bold a, .purple-bold a:visited {
     color:#511e78 !important;
     font-weight:700;
}
.purple-bold a:hover, .purple-bold a:focus {
     color:#cf55a0 !important;
}
#topbar-search {
    text-align:right;
}
#topbar-search i {
    display: inline-block;
    background-color: #cf55a0;
    color: #fff;
    padding: 12px 21px 14px 21px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: -4px;
    font-size: 21px;
    line-height: 20px;
}
#topbar-search input[type="search"] {
    border: 0;
    height: 46px;
    background-color: #dfdfdf;
    width: 70%;
    max-width: 425px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 30px;
}
#topbar-search input[type="submit"] {
    display:none;
}    

@media screen and (max-width:767px) {
     #topbar-nav, #topbar-search {
          text-align:center;   
     }
}

/*--------------------------------------------------------------
# Main Nav
--------------------------------------------------------------*/

#main-nav {
    background-color:#511e78;
}
.navbar-default {
     border:0;
     border-radius:0;
     background-color:transparent;
}
.navbar {
     margin-bottom:0;   
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited {
     color:#fff;   
}
.navbar-default .navbar-nav>li>a:hover {
     color:#cf55a0;   
}
.navbar-default .navbar-nav>.active>a {
     background-color:transparent;   
}
.navbar-default .navbar-nav>.active>a:hover {
     background-color:transparent; 
     color:#cf55a0;
}
.nav>li>a {
     padding:15px 30px;   
}
.nav>li:first-child >a {
     padding-left:0;   
}
.current_page_item a {
    color: #fff !important;
}
.navbar-nav>li>.dropdown-menu {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #cf55a0;
    outline: 0;
}
.dropdown-menu a {
    color: #fff !important;
}
#apply-wholesale a {
     color:#fff !important;   
     display:block;
     padding:13px 0;
     text-align:right;
     font-size: 18px;
    font-weight: bold;
}
#apply-wholesale a:hover, #apply-wholesale a:focus {
     color:#cf55a0 !important;   
}

#apply-wholesale-mobile a {
     color:#fff !important;   
     display:block;
     padding:13px 0;
     text-align:right;
}
#apply-wholesale-mobile a:hover, #apply-wholesale-mobile a:focus {
     color:#cf55a0 !important;   
}

.navbar-default .navbar-toggle {
     border:0;   
}
.navbar-default .navbar-toggle .icon-bar {
     background-color:#fff;
     height:3px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background:transparent;   
}
.navbar-toggle {
     float:left;   
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
     background-color:transparent;   
     color:#cf55a0;
}
.dropdown-menu {
     border:0;
     border-radius:0;
     background-color:#511e78;
     box-shadow:none;
}
.dropdown-menu>li>a {
    color:#fff;
    padding:10px 25px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
     background-color:transparent;   
     color:#cf55a0;  
}
@media screen and (max-width:1200px) {
    .nav>li>a {
         padding:15px 15px;   
    }    
}
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 0;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .nav>li:first-child >a {
         padding-left:0px;   
    }  
    .nav>li>a {
        padding-left:0;    
    }
}
@media screen and (max-width:768px) {
     
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
     background:url('https://www.jopaz.com.au/wp-content/uploads/2017/08/footer-background.jpg');
     background-repeat:no-repeat;
     background-size:cover;
     padding:60px 0;
     background-position:center bottom;
     background-attachment:fixed;
}
#footer h3 {
     color:#fff;   
}
#footer ul {
     margin:40px 0 0 0;
     padding:0;
     list-style-type:none;
}
#footer ul li {
     display:block;
}
#footer ul li a, #footer ul li a:visited {
     color:#fff;   
     display:block;
     padding:5px 0;
     font-size: 18px;
}
#footer ul li a:hover, #footer ul li a:focus {
    color:#cf55a0;  
}
#footer-contact {
     text-align:right;   
}
#footer-contact p {
     color:#fff;   
}
.footer-contact-text-lead a {
     font-size:20px; 
     font-weight: 900;
}
#sub-footer {
     background-color:#ffffff;  
     padding:10px 0;
}
#sub-footer p{
     font-size:12px;
     margin-bottom:0;
     color:#000;
}

#wwizards {
     text-align:right;   
}
#wwizards a {
     font-weight:900;
}
#wwizards a:hover,
#wwizards a:focus {
     text-decoration:none;   
     color:#cf55a0;  
}
#wwizards img {
     float:right;   
     width:45px;
     margin-left:10px;
}

@media screen and (max-width:991px) {
    #wwizards img {
        float:none;   
    }
}
@media screen and (max-width:768px) {
    #footer-contact {
         text-align:center;   
    }   
    #footer ul {
         margin-top:20px;
    }
    
    .woocommerce.widget_product_categories {
        display: inline-block !important;
        width: 100% !important;
    }
}
.wpgmp_pagination {
    display: none;
}
/*--------------------------------------------------------------
# Home Page Banner
--------------------------------------------------------------*/
#homepage-banner {
    background-image:url('https://www.jopaz.com.au/wp-content/uploads/2017/09/Jopaz-Background-Image.jpg');
    background-repeat:repeat;
    height:555px;
    background-position:center top;
    background-attachment:fixed;
    position:relative;
    overflow: hidden;
}
#homepage-banner-tag {
     position:absolute;
     width:100%;
     bottom:0;
}
#homepage-banner-content {
    padding: 60px 15px 60px 15px !important;  
    width: 61%;
}
#homepage-banner-slide {
    width: 39%;
}
.store-locator {
    font-size: 18px;
}
@media (max-width: 991px) {
    #homepage-banner-content, #homepage-banner-slide {
        width: 100%;
    }
    #homepage-banner-slide .flexslider-homepage {
        right: 0;
    }
}
#homepage-banner-content h1 {
    font-size: 70px !important;
    line-height: 71px !important;
}
@media screen and (max-width:1200px) {
    #homepage-banner-content h1 {
        font-size: 46px !important;
        line-height:48px !important;
    }    
}
@media screen and (max-width:991px) {
    #homepage-banner-content  {
        text-align:center;     
    }
    #homepage-banner {
         height:971px;   
    }
}
@media screen and (max-width:768px) {
     #homepage-banner-content   {
          padding:30px 20px;   
     }
}
@media screen and (max-width:480px) {
    #homepage-banner-content h1 {
        font-size: 32px !important;
        line-height:36px !important;
    }    
    #homepage-banner-tag {
         text-align:center;   
    }
    #homepage-banner {
         height:740px;   
    }
}
@media screen and (max-width:320px) {
    #homepage-banner {
         height:720px;   
    }   
}
/*--------------------------------------------------------------
# Home Page Slider
--------------------------------------------------------------*/
#homepage-slider-container {
     padding-top:30px;   
     z-index:10;
}
#homepage-slider-container:before {
    content: "";
    background: url(https://www.jopaz.com.au/wp-content/uploads/2017/08/slider-side-stars.png);
    background-repeat: no-repeat;
    background-position: 90% 10%;
    background-size: 100% auto;
    display: inline-block;
    width: 189px;
    height: 214px;
    position: absolute;
    right: -96px;
}


.flexslider-homepage .slides > li {
    background-size: contain; 
    background-position: center center;
    display: none; 
    width:100%;
    height:100%;
    -webkit-backface-visibility:  hidden !important;
    border-radius:0;
    background-repeat: no-repeat;
    
}
.flexslider-homepage .slides, .flex-viewport {
    height: 400px;
    position:relative;
   
}
.flexslider-homepage {
    margin: 0 auto;
    padding: 0;
    width: 500px;
    height: 500px;
    border: 15px solid #cf55a0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    z-index: 9;
    position: relative;
    right: 20px;
    margin-top: 10px;
}
.flexslider-homepage .slides img {width: auto; height: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.flex-direction-nav a {
     width:50px !important;
     height:50px !important;
}

.flexslider-homepage .flex-control-nav {
    width: 380px;
    z-index: 12;
    bottom: 19px;
    right: 46px;
}
.flexslider-homepage .flex-control-nav li {
     margin:0 4px;   
}
.flexslider-homepage .flex-control-paging li a{
     background-color:transparent;
     border-radius:0;
     width:20px;
     height:20px;
     text-indent:-9999px !important;
     visibility:hidden;
}
.flexslider-homepage .flex-control-paging li a:before {
     content: '';
     display:block;
     width:20px;
     height:20px;
     background:url('https://www.jopaz.com.au/wp-content/uploads/2017/08/slider-star.png');
     background-size:cover;
     visibility:visible;
}
.flexslider-homepage .flex-control-paging li a.flex-active:before {
    background:url('https://www.jopaz.com.au/wp-content/uploads/2017/08/slider-star-active.png');
    background-size:cover;
   
}

@media screen and (max-width:1200px) {
     #homepage-slider-container:before {
          background-image:none;   
     }
}
@media screen and (max-width:991px) {
     #homepage-slider-container {
          padding-top:0;   
     }
     .flexslider-homepage .flex-control-nav {
          bottom:0;   
     }
     .flexslider-homepage .flex-direction-nav {
          display:none;   
     }
}
@media screen and (max-width:480px) {
    .flexslider-homepage {
         width:280px;
         height:280px;
    }
    .flexslider-homepage .flex-control-nav {
         width:260px;   
         right: 0px;
    }
}
.fr {
    float: right !important;
}
.fl {
    float: left !important;
}
/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
.parallax-window {
    min-height: 420px;
    background: transparent;
}
.parallax-window-inside-page {
    min-height: 160px;
    background: transparent;
}
.parallax-window-not-found-page {
    min-height:220px;   
}
@media screen and (max-width:768px) {
    .parallax-window {
         min-height:360px;   
    }
}
/*--------------------------------------------------------------
# Pink and Purple Boxes
--------------------------------------------------------------*/

.pink-box {
    background-color:#cf55a0;
    padding:30px 30px;
    height:100%;
}
.pink-box h3 {
     color:#fff;   
     margin-bottom:30px;
}
.pink-box img {
    display:block;
}    
.pink-box .btn-outline:hover, .pink-box .btn-outline:focus {
     border:2px solid #8a2e96;
}
.purple-box {
    background-color:#8a2e96;
    padding:30px 30px;
    height:100%;
}
.purple-box h3 {
     color:#fff;   
     margin-bottom:30px;
}
.purple-box img {
    display:block;
}    
.purple-box p {
     color:#fff;   
}
h3 a {
    color: #fff !important;
}
#fairy-inside-page {
    text-align:right;
}
#fairy-inside-page img {
    max-width:180px;
}
@media screen and (max-width:768px) {
   #fairy-inside-page img {
        max-width:140px;   
        margin-top:15px;
   }
}
@media screen and (max-width:320px) {
   #fairy-inside-page img {
        max-width:120px;   
        margin-top:10px;
   }
   #fairy-inside-page {
        overflow:hidden;   
   }
}
/*--------------------------------------------------------------
# Content Page 
--------------------------------------------------------------*/
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
    color:#511e78;
    margin-bottom:40px;
}


/*--------------------------------------------------------------
# Flex Row  
--------------------------------------------------------------*/
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row.is-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#latest-news-wrapper {
     min-height: 560px;   
}
#latest-news-wrapper .latest-news-title {
     color:#cf55a0; 
     font-weight:700;
     font-size:18px;
     margin-bottom:20px;
     display:block;
}
a.ln-page-title, a.latest-news-title {
    height: 60px;
    display: inline-block;
}
h2.widget-title {
    display: block;
    padding: 10px 20px;
    background-color: #511e78;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 25px;
    padding-top: 40px;
    font-size: 32px !important;
}
@media screen and (max-width:1200px) {
    #latest-news-wrapper {
         height:610px;   
    }   
}
@media screen and (max-width:991px) {
    #latest-news-wrapper {
         height:633px;   
    }   
}
@media screen and (max-width:768px) {
    #latest-news-wrapper {
         height:auto;   
    }   
}

.ln-page-title, .ln-page-title:visited {
     color:#8a2e96;
     font-family: 'Berkshire Swash', cursive;
     font-size:22px;
}
.ln-page-title:hover, .ln-page-title:focus {
     color:#cf55a0;    
}

#contact-us-contact ul {
     margin:0;
     padding:0;
     list-style-type:none;
}
#contact-us-contact ul li a {
     font-size:22px;   
     display:block;
     margin-bottom:10px;
     font-weight:700;
}
.jopaz-map {
     display:block;
     height:600px;
}
.jopaz-map .wpgmp_map_container {
    height:100%;    
    box-shadow:none;
}
.stockist-map {
     display:block;
     height:600px;
}
.stockist-map .wpgmp_map_container {
    height:100%;    
    box-shadow:none;
}

@media screen and (max-width:768px) {
    .jopaz-map {
        height:380px;
    }    
    .stockist-map {
         height:380px;   
    }
}
#address-contact br {
     display:none;   
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

#secondary ul {
    margin:0;
    padding:20px 30px;
    list-style-type:none;
    background-color:#dfdfdf;
}
#secondary ul ul {
     padding-top:5px; 
     padding-bottom:5px;
}
#secondary ul ul li a {
    font-weight: 300 !important;
    display: inline-block;
}
#secondary ul ul li:before {
    content: "-";
    font-family: fontawesome;
    display: inline-block;
    font-weight: 400;
    padding-right: 8px;
    font-size: 25px;
}
#secondary section h3 {
   display:block;
   padding:10px 20px;
   background-color:#511e78;
   color:#fff;
   margin-bottom:0;
   margin-top:0;
   padding-bottom: 25px;
   padding-top: 40px;
}
#secondary ul li a, #secondary ul li a:visited {
     display:block;
     padding:3px 0;
     font-weight:700;
     color:#131313;
}
#secondary ul li a:hover, #secondary ul li a:focus {
     color:#cf55a0;    
}
#secondary #search-2 input{
    width:100%;
}
#secondary #search-2 label {
     width:100%;   
}

#secondary #search-2 input[type="submit"] {
    display:none;
}
.archive #secondary ul {
    padding: 15px 17px;
}
.archive #secondary ul ul {
    padding: 9px 17px;
}
.archive #secondary ul li a {
    font-size: 14px;
    line-height: 16px;
}
.feature-post-img img {
     width:100%;   
}
.post-navigation .nav-links {
     height:50px;   
}
#comments {
     margin-top:0px;   
}
#comments textarea {
     height:100px;   
}
.side-bar-btn {
    background-color:#dfdfdf;   
    height:50px;
    padding:0;
    margin:0;
}
.side-bar-btn a, .side-bar-btn a:visited {
     display:block;
     background-color:#dfdfdf;
     font-size:20px;
     color:#58595c !important;
}
.side-bar-btn a:hover, .side-bar-btn a:focus {
     color:#cf55a0 !important;   
}
.side-bar-btn a:hover i {
     background-color: #cf55a0;  
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.side-bar-btn i {
    background-color: #511e78;
    color: #fff;
    font-size: 30px;
    padding: 20px 24px;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.side-bar-btn span {
    vertical-align: top;
    line-height: 70px;
    padding-left: 3%;
}

.jopaz-home-featured {
     margin-top:0px;   
     position:relative;
     padding:30px 60px;
}
.jopaz-home-featured  .owl-dots {
    display:none;    
}
.jopaz-home-featured   .owl-nav {
     position:absolute;
     top:39%;
     width:94%;
}
.jopaz-home-featured  .owl-nav .owl-prev {
     position:absolute;
     left:-50px;
     background-color:transparent !important;
}
.jopaz-home-featured  .owl-nav .owl-next {
    position:absolute;
    right:0px;
    background-color:transparent !important; 
}    
.jopaz-home-featured  .owl-nav .owl-next i, .jopaz-home-featured .owl-nav .owl-prev i  {
    color:#fff;
    font-size:22px;
}
.carousel-background {
    background: rgba(255,255,255,0.7);
    width: calc(100% - 30px);
    height: 300px;
    position: absolute;
    margin-top: 25px;
}
.carousel-background .pink-circle {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 10px solid #cf55a0;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    margin-top: -36px;
    background-color: #fff;
}
.jopaz-home-featured .owl-carousel .owl-stage-outer { padding: 5% 0; }
.jopaz-home-featured .owl-item img {
  transition: 0.45s;
  transform: scale(0.75);
}
.owl-item.center img {transform: scale(1); border-radius:50%;}

.single .woocommerce div.product p.price {
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 10px;
    margin-right: 15px;
}
.single .woocommerce div.product form.cart {
    display: inline-block;
    vertical-align: top;
}
.single .woocommerce div.product form.cart .button {
    clear: both;
    position: absolute;
    bottom: 4px;
    left: 15px;
    width: 400px;
    font-size: 18px;
    padding: 17px 14px;
}
.wpgmp_tabs_container.cleanslate {
    display: none;
}


@media screen and (max-width:1300px) {
    .jopaz-home-featured .owl-nav .owl-prev {
         left:-35px;   
    }
    .jopaz-home-featured  .owl-nav .owl-next {
         right:-35px;   
    }
}
@media screen and (max-width:1320px) {
    .jopaz-home-featured  .owl-nav .owl-prev {
         left:-45px;   
    }
    .jopaz-home-featured  .owl-nav .owl-next {
         right:-45px;   
    }
}
@media screen and (max-width:1200px) {
    .carousel-background {
        height:240px;
    }
    .carousel-background .pink-circle {
         width:300px;
         height:300px;
         margin-left:-150px;
    }
     .jopaz-home-featured  .owl-nav .owl-next {
         right:20px;   
    }
        .side-bar-btn a, .side-bar-btn a:visited {
     font-size:14px;
    }
}

@media screen and (max-width:1024px) {
    .jopaz-home-featured .owl-nav .owl-prev {
         left:-30px;   
    }
    .jopaz-home-featured .owl-nav .owl-next {
         right:0px;   
    }
}

@media screen and (max-width:991px) {
    .carousel-background {
        height:198px;
    }
    .carousel-background .pink-circle {
         width:220px;
         height:220px;
         margin-left:-110px;
         margin-top:-10px;
    }
    .jopaz-home-featured .owl-nav .owl-prev {
         left:-50px;   
    }
    .jopaz-home-featured .owl-nav .owl-next {
         right:30px;   
    }
}

@media screen and (max-width:845px) {
    .jopaz-home-featured .owl-nav {
           position:relative;   
           width:100%;
           margin-top:30px;
    }
    .jopaz-home-featured .owl-nav .owl-prev {
         position:relative;  
         left:0;
    }
    .jopaz-home-featured .owl-nav .owl-next {
         position:relative;   
         right:0;
    }
}
@media screen and (max-width:768px) {
    .carousel-background .pink-circle {
         display:none;   
    }
    .carousel-background {
         display:none;   
    }
    .owl-item.center img {border:10px solid #cf55a0; }
    .jopaz-home-featured .owl-item img {border-radius:50%; }
    
    .flexslider-homepage .slides, .flex-viewport {
        height: inherit;
    }
}




/*** Stockist Map  *****/
.wpgmp_listing_container {
     margin-top:20px;   
}
.wpgmp_listing_container .wpgmp_before_listing {
     width:auto !important;   
     margin-right:20px;
}
.wpgmp_listing_container .categories_filter  {
     width:auto !important;  
     margin-bottom:25px;
}
.wpgmp_listing_container .categories_filter select {
     border-radius:0;   
     height:50px !important;
     background-color:#cf55a0;
    
     -webkit-border-radius: 0px;
}
.wpgmp_listing_container .wpgmp_location_meta {
    display:none;
}
.fc-badge.info{
    background-color:#cf55a0 !important;
    border:1px solid #cf55a0 !important;
}
.stockist_wrapper {
     width:25% !important;   
     float:left;
}

.stockist_box {
     min-height:235px;
     border:0 !important;
     border-radius:0 !important;
     background-color:#efefef !important;
     padding:35px 20px 15px 20px !important;
     margin:0 5px 10px 5px !important;
}

.stockist_box a {
     color:#511e78 !important; 
     font-size:17px !important;
     font-weight:700;
}

.stockist_box .wpgmp_locations_content p {
     font-size:13px !important;   
}
.stockist_img {
     width:100% !important;
     margin-bottom:15px !important;
}
.stockist_img img{
     max-height:60px !important;   
}
.wpgmp_tabs_container .wpgmp_tabs li a.active {
    background:#cf55a0 !important;
}
@media screen and (max-width:1199px) {
    .stockist_wrapper {
         width:50% !important;   
    }
}

@media screen and (max-width:550px) {
    .stockist_wrapper {
         width:98% !important;   
    }
    .side-bar-btn span {
        font-size: 14px;
    }
}
.wpgmp_pagination {
     text-align:center;   
}
.wpgmp_pagination span.current {
     background-color:#511e78 !important;   
}
.wpgmp_pagination a, .wpgmp_pagination a:visited {
    background-color:#511e78 !important;
}
.wpgmp_pagination a:hover, .wpgmp_pagination a:focus {
     background-color:#cf55a0 !important;  
}

/*** Tooltips ****/
.tooltip.top .tooltip-inner {
    background-color: #cf55a0;
    opacity:1 !important;
    padding:20px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.tooltip.top .tooltip-arrow {
      border-top-color: #cf55a0;
}
.tooltip {
    opacity: 1 !important;
}

@media screen and (max-width:350px) {
    #homepage-banner-content {
        padding: 34px 15px 0px 15px !important;
    }
}

.woocommerce-error li:nth-child(2) {
    display:none;
}

