/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/

@import url("../Avada/style.css");

/* Typography */

h1, h2, h3, h4, h5, h6 {
	font-family: "Titillium Web", Arial, Helvetica, sans-serif !important;
	overflow: visible !important;
}
h1.page-title {
	padding-bottom: 20px !important;
}

/* Header */

.header-social {
	display: none;
}
#header {
	border-top: 5px solid #333333;
}
#header .tagline i {
	color: #dddddd;
	font-size: 1.5em;
	vertical-align: middle;
}
.page-title-container {
	background-position: center 0;
}

.header-v4 #nav {
	width: 100%;
}

#nav ul li {
	padding: 0 20px 0 0;
}
#wrapper #nav ul li ul li a {
	padding: 5px 10px;
	line-height: normal;
}
#wrapper #nav ul li ul li a:hover,
#wrapper #nav ul li ul li.current-menu-item a {
	color: #ffffff !important;
}

.header-v4 #small-nav {
	background: #282828 !important;
	border-bottom: 0;
}

#wrapper .dd-container {
	font-size: 14px !important;
}

/* Sliders */

.ls-avada {
	border: 0;
}
.ls-layer h1 {
	color: #ffffff;
}
.ls-layer a {
	color: #ffffff !important;
}
.ls-layer a:hover {
	color: #282828 !important;
}


/* Footer */

.footer-area a, .copyright {
	text-shadow: none;
}
.footer-area ul.menu li {
	padding: 3px 0;
	background: none;
}
.footer-area ul.menu li:before {
	font-family: FontAwesome !important;
	content: "\f054";
	padding-right: 5px !important;
	font-size: 0.8em;
}
.footer-widget-col.contact_info {
	font-size: 14px;
}
.contact_info [class^="icon-"], .contact_info [class*=" icon-"]{
	font-size: 1.5em;
}
.footer-area {
	border-top-width: 6px;
	background: transparent url("/wp-content/themes/Avada/images/shadow-top.png") 50% 0 no-repeat !important;
}
.footer-area h3 {
	margin: 0 0 15px 0;
}

/* Sidebar */

#sidebar {
	line-height: 10px;
}
#sidebar .widget {
	background: #ffffff;
	padding: 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
#sidebar .widget h3 {
	margin: 0 0 10px 0;
}
#sidebar .widget li a {
	padding: 5px 10px 5px 0;
	border: 0;
}
#sidebar .widget_nav_menu li a:before, #sidebar .widget_categories li a:before, #sidebar .widget .recentcomments:before, #sidebar .widget_recent_entries li a:before, #sidebar .widget_archive li a:before, #sidebar .widget_pages li a:before, #sidebar .widget_links li a:before, .side-nav .arrow:after {
	padding-right: 5px;
}

/* Forms */

textarea, input, input[type="text"], input[type="password"], input[type="email"], select {
  border: 1px solid #ccc !important;
  background: #ffffff !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  font-size: 12px !important;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif !important;
  /*margin-left: 5px;*/
}
.button, a.button.alt, button.button.alt,
input[type="submit"], input.button.alt,
#pwqc-quote-central input[type="button"].blue {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  border: 0 !important;
  background: #d90000 !important;
  font-size: 1em !important;
  font-weight: bold;
  color: #ffffff !important;
  padding: 0 15px !important;
  height: 30px !important;
  line-height: 30px !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  cursor: pointer !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.button:hover, a.button.alt:hover, button.button.alt:hover,
input[type="submit"]:hover, input.button.alt:hover,
#pwqc-quote-central input[type="button"].blue:hover {
  background: #282828 !important;
  color: #ffffff !important;
}
.button.disabled, a.button.alt.disabled, button.button.alt.disabled,
input[type="submit"].disabled, input.button.alt.disabled,
#pwqc-quote-central input[type="button"].blue.disabled {
	cursor: default !important;
	background: #ddd !important ;
}
.button.disabled:hover, a.button.alt.disabled:hover, button.button.alt.disabled:hover,
input[type="submit"].disabled:hover, input.button.alt.disabled:hover,
#pwqc-quote-central input[type="button"].blue.disabled:hover {
	background: #ddd !important ;
}

.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select {
	width: 90% !important;
}

@media only screen and (min-width: 480px) {
	#content .gform_body {
		width: 80% !important;
	}
}

/* WooCommerce */

.attachment-shop_catalog, .attachment-shop_single, .attachment-shop_thumbnail {
	padding: 1px;
	border: 1px solid #cccccc;
}
.thumbnails a {
	display: block;
	float: left;
}
.thumbnails a img {
	width: 50px !important;
	height: 50px !important;
	margin: 0 10px 10px 0 !important;
}

#freight_type {
	margin: 10px 0;
}
#freight_type p {
	margin-bottom: 10px;
}
#freight_type label {
	margin: 10px;
}
#freight_type input[type="radio"],
#freight_type input[type="checkbox"] {
	margin-top: -2px;
}
#freight_type input[type="checkbox"] {
	margin-right: 10px;
}
#freight_on_freight_type label,
#neighbour_options label,
#other_options label {
	margin: 0;
}
#other_options textarea {
	width: 250px;
	height: 100px;
	display: block;
}
section.shipping-method {
	float: left;
	width: 24%;
	margin-bottom: 2em;
	padding-right: 5%;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
section.shipping-method select {
	width: 100%;
}
section.shipping-calculator-form {
	display: block !important;
	float: right;
	width: 65%;
	margin-bottom: 2em;
}
section.shipping-calculator-form #suburb_search {
	max-width: 300px;
	width: 100%;
}
section.shipping-calculator-form #suburb_search.loading {
	background:	transparent url(images/loading.gif) right center no-repeat !important;
}
section.shipping-calculator-form #suburb_search_results {
	display: none;
	list-style-type: none;
	text-align: left;
	position: absolute;
	background: #fff;
	z-index: 20;
	margin: -12px 0 1em 3px !important;
	padding: 0;
	max-width: 300px;
	max-height: 250px;
	overflow: scroll;
	width: 100%;
	line-height: 25px;
	border: 1px solid #eee !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}
section.shipping-calculator-form #suburb_search_results li {
	margin: 0;
}
section.shipping-calculator-form #suburb_search_results a {
	display: block;
	padding: 0 5px;
}
section.shipping-calculator-form #suburb_search_results a:hover {
	background: #eee;
}
section.shipping-calculator-form .calc_shipping_wrapper {
	display: none;
}
section.shipping-calculator-form .show-if.pwqc_freight,
section.shipping-calculator-form .show-if.pwqc_delivery,
section.shipping-calculator-form .show-if.pwqc_pickup {
	display: none;
}

.cart-collaterals .cart_totals {
	float: none !important;
	text-align: left !important;
}
.cart_totals table {
	width: 100%;
	text-align: left;
}
.cart_totals .shipping td {
	color: #fff;
	font-size: 0;
}
.cart_totals .shipping td span.amount {
	font-size: 14px;
	color: #444444;
}

table.shop_table td.product-quantity {
	text-align: left !important;
}

table.cart td a.remove, #content table.cart td a.remove {
	font-size: 32px;
	font-weight: bold;
	background: none;
	text-indent: 0;
	line-height: 32px;
	text-align: center;
	width: 32px;
	height: 32px;
}
table.cart td a.remove:hover, #content table.cart td a.remove:hover {
	background-color: transparent !important;
	color: red !important;
}

div.product div.images, #content div.product div.images,
div.product div.summary, #content div.product div.summary {
	float: none !important;
	width: 100% !important;
	margin: 0 0 10px 0 !important;
}
div.product form.cart, #content div.product form.cart,
.variations_button {
	float: right;
}
div.product form.cart .variations, #content div.product form.cart .variations {
	margin-bottom: 0 !important;
}
div.product form.cart .variations label, #content div.product form.cart .variations label {
	margin-right: 5px;
}

/* Shortcodes */

.shortcode-tabs .tab-hold .tabs li a {
	padding: 0 10px !important;
	text-indent: 0 !important;
	font-size: 14px !important;
}

.shortcode_menu.sitemap #wpmenucartli {
	display: none;
}

/* Miscellaneous */

.easy-table th, .easy-table td {
	padding: 5px 8px !important;
}

/* Order Progress */
.woocommerce_box {
    padding: .55em 1em;
    margin: 0 0 2em;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f7f6f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#f0eef0));
    background: -webkit-linear-gradient(#f7f6f7, #f0eef0);
    background: -moz-linear-gradient(center top, #f7f6f7 0%, #f0eef0 100%);
    background: -moz-gradient(center top, #f7f6f7 0%, #f0eef0 100%);
    color: #5e5e5e;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 #ffffff;
    list-style: none outside;
    width: auto;
}
.order-progress {
	position: relative;
	margin: 0 50px;
	height: 40px;
}
.order-progress-line {
	position: absolute;
	height: 20px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
.order-point {
	position: absolute;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	overflow: visible;
	font-size: 11px;
	line-height: 12px;
}
.order-point .top {
	height: 12px;
}
.order-point .middle {
	height: 16px;
	line-height: 12px;
	font-size: 20px;
}
.order-point.selected .middle {
	font-size: 36px;
	line-height: 10px;
}
.order-point .bottom {
	height: 12px;
}
.order-point.selected .bottom {
	font-weight: bold;
}

/* Miscellaneous */

.pp_social {
	display: none;
}

/* Quote Central */

/*
#pwqc-quote-central .not-loading-message {
	display: none;
}
*/