/*
Theme Name: The Theme
Author: Dux Digital
Author URI: http://duxdigital.com.au
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*, ::before, ::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
	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;
}

figure {
  margin: 0 0 1.5em;
}

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;
}

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;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
dfn,
cite,
em,
i {
	font-style: italic;
}

code {
	background: #f3f3f3;
	font-family: Inconsolata, monospace;
	padding: 0 0.25em;
}

pre {
	border: 1px solid #f3f3f3;
	font-family: Inconsolata, monospace;
	margin: 0 0 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
	position: relative;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
ul,
ol {
	margin: 0 0 1.5em 1.25em;
	padding: 0;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.5em;
	table-layout: fixed;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.entry-hero-wrapper,
.hentry-wrapper,
.site-content-wrapper,
.site-footer-wrapper,
.site-header-wrapper,
.widget-area-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 60px);
}

.content-area {
	width: 100%;
}

.content-area {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	width: 100%;
}

.site-header-wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.site-branding {
	margin-left: 0;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:visited {
	font-weight: normal;
}

a:focus,
a:hover {
	outline: 0;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
.site-menu.toggled-on {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
}

.main-navigation.toggled-on ul,
.main-navigation.toggled-on ul.toggled-on {
	display: block;
}

.main-navigation.toggled-on ul ul {
	display: none;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 3.5em;
	position: relative;
}

.main-navigation .menu-item-has-children > a:after {
	right: 0;
	top: 50%;
}

.main-navigation ul ul .menu-item-has-children > a:after {
	right: 0.75em;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
}

.main-navigation ul ul {
	margin-left: 1.5em;
}
@media screen and (max-width: 896px) {
	.main-navigation ul ul {
		background: transparent;
	}	
}

/* Dropdown Toggle */
.dropdown-toggle {
  background: none;
	border: none;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
}

#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,
.page-content:before,
.page-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,
.page-content:after,
.site-header:after,
.site-content:after,
.site-footer:after{
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts & Pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	padding-top: 1.5em;
}

.hentry:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.hentry + .hentry {
	margin-top: -1.5em;
}

.updated:not(.published) {
	display: none;
}

.entry-content,
.entry-summary {
	margin: 0;
}

.page-content {
	padding: 1.5em 1.5em 0;
}

.page-header {
	padding: 1.5em 1.5em 0;
}

embed,
iframe,
object,
video,
.fb_iframe_widget,
.wp-audio-shortcode {
	margin-bottom: 1.5em;
	max-width: 100%;
}

p embed,
p iframe,
p object,
p video {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Extra Classes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.button {
	border: 0;
	cursor: pointer;
	text-align: center;
	text-shadow: none;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## x >= 600px
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {

	/* Content */
	.hentry {
		padding-top: 3em;
		padding-bottom: 1.5em;
	}

	.page-content,
	.page-header {
		padding: 3em 3em 1.5em;
	}
}

/*--------------------------------------------------------------
## x >= 896px
--------------------------------------------------------------*/
@media screen and (min-width: 896px) {

	/* Layout */
	.no-sidebar .site-content-wrapper {
		max-width: 100%;
	}

	.site-header-wrapper {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.sticky-header .site-header {
		position: fixed;
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out;
		z-index: 9999;
	}

	/* Navigation */
	/*.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,*/
	.menu-toggle {
		display: none;
	}

	.main-navigation.toggled-on ul ul {
		display: block;
	}

	.main-navigation .primary-menu {
		border-bottom: 0;
	}

	.main-navigation ul,
	.main-navigation.toggled-on ul {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1rem;
		line-height: 1.5;
	}

	.main-navigation li {
		border: 0;
		position: relative;
	}

	.main-navigation .primary-menu > li:first-child {
		margin-left: 0;
	}

	.main-navigation .primary-menu > li:last-child {
		margin-right: 0;
	}

	.main-navigation a {
		display: block;
	}

	.main-navigation .menu-item-has-children > a {
		margin-right: 0;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 28px;
		padding-right: calc(0.75em + 20px);
	}

	.main-navigation .menu-item-has-children > a:after {
		display: block;
	}

	.main-navigation ul ul {
		position: absolute;
		background: #fff;
		display: block;
		height: auto;
		left: -999em;
		top: 91px;
		width: calc(100% + 200px);
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul a {
		padding: 0.75em;
	}

	.main-navigation ul ul li {
		border-bottom: 1px solid;
		margin: 0;
		width: 100%;
	}

	/*.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 50%;
		transform: translateX(calc(-50% - 9px));
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}*/

	/* Move dropdowns falling offscreen to the right */
	/*.main-navigation ul li:hover > ul.offscreen,
	.main-navigation ul li.focus > ul.offscreen {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul.offscreen,
	.main-navigation ul ul li.focus > ul.offscreen,
	.main-navigation ul ul ul.offscreen li:hover > ul,
	.main-navigation ul ul ul.offscreen li.focus > ul {
		left: auto;
		right: 100%;
	}*/
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.alignfull {
	width: 100vw;
    margin-left: calc( 50% - 50vw );
    max-width: none;
}
.alignwide {
    max-width: none;
}

/* --------------------------------------------------------------
 * # Migrated Contact Form 7 CSS
 * ------------------------------------------------------------*/

/* CF7 2 column responsive CSS */

.cf7-left {
	clear:both;
}
@media only screen and (max-width:767px) {
.cf7-left, .cf7-right {
width:100%!important;
padding-left:0px!important;
}
}
@media only screen and (min-width:768px) {
.cf7-left {
width:50%;
float:left;
padding-right:10px;
margin-bottom:0px;
}

.cf7-right {
width:50%;
float:left;
padding-left:10px;
margin-bottom:0px;
}
}

.cf7-left input, .cf7-right input, .cf7-left select, .cf7-right select {
	margin-bottom:5px;
}

.cf7-wrapper textarea#message {
	margin-bottom:0;
}

.cf7-wrapper label {
	margin-bottom:0;
}

.cf7-wrapper input, .cf7-wrapper select, .cf7-wrapper textarea {
	margin-bottom:0;
	margin-top:10px;
}

.cf7-wrapper .cf7-left input, .cf7-wrapper .cf7-left select, .cf7-wrapper .cf7-left textarea, .cf7-wrapper .cf7-right input, .cf7-wrapper .cf7-right select, .cf7-wrapper .cf7-right textarea, .cf7-wrapper .cf7-full input, .cf7-wrapper .cf7-full select, .cf7-wrapper .cf7-full textarea {
	margin-bottom:10px;
	margin-top:0;
}

.cf7-clearfix:after {
content:"\0020";
display:block;
height:0;
clear:both;
visibility:hidden;
overflow:hidden;
margin-bottom:10px;
}

.cf7-clearfix {
display:block;
}

/* Additional styling for partners form */
.cf7-partner input::placeholder, .cf7-partner select, .cf7-partner textarea::placeholder {
color: #626262;
background-color: #fff;
height: 45px
}

/* General CF7 Config */

/* Fix background colour of select boxes blending in with other form data */

.cf7-wrapper select option {
	background-color:#ededed;
}

/* Multi line select boxes */

.cf7-wrapper select.multiline-option {
    white-space: normal;
    height: 75px;
}

/* Newsletter CSS for events newsletter */

.cf7-newsletter .cf7-wrapper input, .cf7-wrapper select, .cf7-newsletter .cf7-wrapper textarea {
	margin-bottom:10px;
	margin-top:0px;
}

.cf7-newsletter > .vc_column-inner {
    padding: 20px!important;
    border-radius: 6px;
    max-width: 440px;
    background-color:#467F81;
    margin: 0 auto;
}

.cf7-newsletter .gdpr .wpcf7-list-item {
    margin-bottom:0!important;
}

.cf7-newsletter .gdpr .wpcf7-list-item {
	margin-bottom:15px!important;
}

.cf7-wrapper span.wpcf7-not-valid-tip {
	display:inline-block!important;
	color:#f00;
	font-size:14px;
}

.cf7-workplace .cf7-wrapper span.wpcf7-not-valid-tip {
	color:#F3BABB;
}

/* .cf7-right span.wpcf7-not-valid-tip, .cf7-left span.wpcf7-not-valid-tip {
	position:relative;
	bottom:15px;
} */

.cf7-wrapper .btn.btn-white:hover, .cf7-wrapper .btn.btn-white:focus {
	color:#000;
}

.cf7-wrapper p {
	margin-bottom:0!important;
}
.cf7-zindex {
z-index:99;	
}
.cf7-wrapper .cf7-checkbox span.wpcf7-list-item {
	display:block;
	margin-left:0;
	padding-bottom: 12px;
}
.cf7-wrapper .cf7-checkbox span.wpcf7-list-item input[type=checkbox] {

}
.cf7-dark .cf7-wrapper label, .cf7-dark.cf7-wrapper label {
	font-size:13px;
	color:#fff;
}
.cf7-light .cf7-wrapper label, .cf7-light.cf7-wrapper label, #contact-partner .cf7-wrapper label, #contact-partner.cf7-wrapper label {
	font-size:13px;
	color:#000;
}
.cf7-dark .cf7-wrapper .wpcf7-checkbox {
	color:#fff;	
}
.cf7-dark .cf7-wrapper .wpcf7-list-item-label {
	color:#fff;	
}
.cf7-dark label {
color:#fff;
font-size:13px;
}
.cf7-dark .googledisclaimer {
	color:#fff;
}
.cf7-dark .googledisclaimer a {
	color:#fff;
	text-decoration:underline;
}
.cf7-light .googledisclaimer {
	color:#282828;
}
.cf7-light .googledisclaimer a {
	color:blue;
}
.cf7-wrapper select option, .cf7-wrapper select  {
	color:#626262;
}

.cf7-wrapper .wpcf7-text, .cf7-wrapper select, .cf7-wrapper input[type=number], .cf7-wrapper input[type=text] {
	min-height: 54px;
	height:54px;
	border-radius:4px!important;
}

.cf7-wrapper textarea {
	border-radius:4px!important;
}

.cf7-wrapper textarea {
	min-height:135px;
}

.cf7-contact input::placeholder, .cf7-contact select, .cf7-contact textarea::placeholder {
 color: #626262;
 background-color: #fff;
	min-height: 54px;
}

/* CF7 Config for blog pages, requires <div> wrapper with class = 'cf7-blog' */

.cf7-blog {
	max-width:477px;
	background: #ececec;
    padding: 1em;
    border-radius: 12px;
	margin-bottom:1em;
}

/* CF7 fix z-index issues with forms on mobile */

.cf7-light, .cf7-dark {
	z-index: 90;
}

/* CF7 Dark/light config */

/* Dark hover states */
.cf7-dark .cf7-wrapper .btn.btn-black:hover {
color:#fff;
}

/* GDPR */
.cf7-wrapper .gdpr {
	width:auto;
}
.cf7-dark .gdpr {
	color: #fff
}

.cf7-dark .gdpr a {
	color: #fff;
	text-decoration: underline
}

.cf7-dark input[type=submit] {
	background: #fff;
    border-color: #fff;
    color: #232323;
}

.cf7-light .gdpr {
	color: #000
}

.cf7-light input[type=submit] {
	background: #000000;
    border-color: #000000;
    color: #fff;
}

.cf7-light .gdpr a {
	color: #000;
	text-decoration: underline
}

.cf7-light h4 {
	color: #000;
}

.cf7-light input, .cf7-light textarea, .cf7-light select {
	border: 1px solid #a1a1a1;
}

/* GDPR disclaimer */
.wpcf7-acceptance label {
	text-align: left
}

.cf7-support, .cf7-support a {
	color: #FFFFFF;
	text-align: center;
}

/* jQuery validation additional CSS */

.wpcf7-form .cf7-wrapper label.error {
	color:#EB0000!important;
	font-style:italic;
}

.cf7-wrapper.cf7-light label.error, .cf7-light .cf7-wrapper label.error {
	color:#EB0000!important;
	font-weight:700;
}

.cf7-wrapper.cf7-dark label.error, .cf7-dark .cf7-wrapper label.error {
	color:#FF9E9E!important;
	font-weight:700;
}

.cf7-wrapper.cf7-dark.cf7-newsletter label.error, .cf7-dark.cf7-newsletter .cf7-wrapper label.error {
	color:#fff!important;
	font-weight:700;
}

.cf7-wrapper.cf7-workplace label.error, .cf7-workplace .cf7-wrapper label.error {
	color:#F3BABB!important;
	font-weight:700;
}

.cf7-wrapper input.error, .cf7-wrapper select.error {
	margin-bottom:0!important;
}

/* form submit success/invalid notices */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color:red!important;
	background-color:#ffffff!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color:#ffffff!important;
}

/* Multi select forms */

.select2-container{ width: 100% !important; }

.select2-search__field {
	min-height:30px;
}

.select2-search__field::-webkit-input-placeholder {
    font-size: 14px;
    top: 4px;
    position: relative;
    left: 13px;
	color:#626262;
}

.select2-search__field::-moz-placeholder {
    font-size: 14px;
    top: 4px;
    position: relative;
    left: 13px;
	color:#626262;
}

.select2-search__field:-ms-input-placeholder {
    font-size: 14px;
    top: 4px;
    position: relative;
    left: 13px;
	color:#626262;
}

.select2-search__field::-ms-input-placeholder {
	font-size: 14px;
    top: 4px;
    position: relative;
    left: 13px;
	color:#626262;
}

.select2-search__field::placeholder {
    font-size: 14px;
    top: 4px;
    position: relative;
    left: 13px;
	color:#626262;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color:#f98012!important;
border:1px solid #222!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color:#000!important;
}

.select2-search__field, .select2-container--default .select2-selection--multiple {
	cursor:default!important;
}

/* multi select firefox fixes */

@supports (-moz-appearance:none) {
	.select2-search.select2-search--inline .select2-search__field {
		position:relative;
		top: 5px;
		left: 10px;
	}
}

/* Single select */
.select2-selection--single {
	height:54px;
	min-height:54px;
}

.select2-selection--single .select2-selection__rendered {
position: relative;
    top: 8px;
	padding-left:5px!important;
}

.select2-selection__placeholder {
	color:#484848!important;
}

/* ------------------------------------------------
 * # New form CSS for NewMoodle 
 * ------------------------------------------------*/

/* multi line label fixes */

.cf7-wrapper label {
	white-space:normal!important;
}

/* fix up inconsistent form field border colours */

.cf7-wrapper .select2-selection, .cf7-wrapper input, .cf7-wrapper textarea {
	border:1px solid #aaa!important;
}

.cf7-wrapper .select2-search__field {
	border:0!important;
}

/* Business email validation messages */

.wpcf7-not-valid-tip {
color: #EB0000!important;
font-style: italic;
font-size: 12px;
}

/* fix form max width for GetMoodle */

/* .get-moodle-popup .tabs-blocks .tab-content:first-child .tab-content-inner {
	display:block!important;
} */

.get-moodle-popup .tabs-blocks .tab-content:first-child .tab-content-inner form {
	max-width:unset;
}

.get-moodle-popup .tabs-blocks .tab-content:first-child .tab-content-inner .tab-content-left {
	flex:1!important;
}

.get-moodle-popup .tabs-blocks .tab-content:first-child .tab-content-inner .tab-content-right {
	flex:2!important;
}

/* Cookie bar */
#cookie-law-info-bar {
    /* margin: 10px!important; */
    padding: 20px 20px!important;
    text-align: left;
    box-shadow: rgba(0,0,0,.4) 0px 5px 40px!important;
    border-radius: 12px;
}

#cookie-law-info-bar.cli-bar-popup.cli-modal-content span {
	text-align: center!important;
    display: block;
    font-size: 19px;
}

#cookie-law-info-bar.cli-bar-popup.cli-modal-content span a.cli-plugin-button {
	margin: 2em 1em !important;
    width: 100px;
    height: auto;
    border-radius: 6px;
    padding: 10px;
    font-weight: 700;
}

#cookie-law-info-bar span {
	font-size:15px
}

/* WooCommerce styling */
@media screen and (max-width:479px) {
	.woocommerce ul.products li.product.pofo-product-3col, .woocommerce-page ul.products li.product.pofo-product-3col {
		margin:0 auto!important;
	}
}

.woocommerce ul.products li.product.pofo-product-3col, .woocommerce-page ul.products li.product.pofo-product-3col {
	margin-bottom:10px!important;
}


.woocommerce ul.products {
	margin:0!important;	
}

.woocommerce-page .pofo-product-archive-title-bg {
	background-color:#fffbf8;
}

.pofo-shop-content-wrap {
	background-color:#f9f0e8;	
}

.pofo-single-product-content-wrap {
	padding:2em 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-checkout #payment ul.payment_methods li.woocommerce-info {
	padding-left:50px!important;
}

.woocommerce ul.products li.product.status-publish {
	padding: 0 0 20px 0!important;
	border-radius: 12px;
	background-color: #fff!important;
}

.woocommerce ul.products li.product.status-publish .woocommerce-LoopProduct-link h2 {
	padding: 0 5px;
}

.woocommerce ul.products li.product.status-publish .woocommerce-LoopProduct-link .price .amount {
	color:#232323;
	font-weight:700;
}

.pofo-product-col.product .entry-summary .price, .woocommerce-variation .woocommerce-variation-price .price .amount {
	color:#232323;
}

.woocommerce ul.products li.product.status-publish .woocommerce-LoopProduct-link {
	overflow:hidden;
}

.woocommerce ul.products li.product.status-publish:hover img.attachment-woocommerce_thumbnail {
	transform: scale(1.05, 1.05);
	transition-duration: 0.3s;
	transition: 0.3s;
	transition-timing-function: ease-in-out; */
    -moz-transition-timing-function: ease-in-out;
    /* -webkit-transition-timing-function: ease-in-out; */
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

@media only screen and (max-width:500px) {
	.woocommerce ul.products li.product.status-publish {
		margin:10px auto;
	}
}

.woocommerce ul.products li.product.status-publish img.attachment-woocommerce_thumbnail {
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}

.woof_container_inner_allcategories {
	margin-bottom: 10px;
}

.woocommerce .products .product h2, .woocommerce .products .product .price, .woocommerce .products .product .product_type_variable {
	text-align: center;
}

.woocommerce .products .product h2 {
	font-family: Open Sans;
	font-weight: 700;
}

.woocommerce .products .product {
	overflow: hidden;
}

.woocommerce .products .product .product_type_variable {
	display: block!important;
    max-width: 200px;
    margin: 1em auto!important;
}
