/*
 Theme Name:   POA NSW Child Theme
 Theme URI:    http://www.poansw.com.au/wp-content/themes/dt-the7/
 Description:  POA NSW Child Theme
 Author:       Dream-Theme
 Author URI:   http://dream-theme.com/
 Template:     dt-the7
 Version:      6.0.0
 Text Domain:  poansw
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Clear Footer */
#footer { clear: both; }

#paymenticons img {
margin-right: 8px;
}
#bottom-bar  {
padding-top: 10px;
}
#bottom-bar a {
text-decoration: underline;
}
#bottom-bar a:hover {
text-decoration: none;
}

/* Adjust padding on Ultimate VC Info List titles */
.top-icon .aio-icon-header h3.aio-icon-title {
    margin: 5px 0 5px!important;
}

/* Increase bottom margin of Fancy Lists */
.content .standard-arrow ul, .content .standard-number-list ul, .content .image-arrow ul {
    margin-bottom: 20px!important;
}
/* Change colour of Sign up now button that appears over top of product images */
.cart-btn-on-img .woo-buttons, .description-on-hover .woo-buttons{
background-color: red;
}
/* Reduce width of product addon total words on single product page */
dl.product-addon-totals dt {
    width: 40%;
}

.wpcf7-form-control-wrap {
	margin-bottom: 10px;
}

/* Mobile Specific CSS */
/* Adjust height of fancy page title on mobile devices */
@media screen and (max-width: 930px)
{
#fancy-header, .page-title { 
min-height: 140px !important;
background-size: cover !important;
}
}