/*
Theme Name:     child_2013_vra
Description:    Child Theme 2013 for VRA Malta 
Author:         Twanny Borg
Template:       twentythirteen

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentythirteen/style.css");


.entry-title {
    font-weight: normal;
    margin: 0 0 5px;
    width: 400px;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: 955px ;
    width: 100%;
}

/* Ambit code to disable display of Register option
.um-right um-half {
    display: none;
}		

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 950px;
    padding: 0 240px 0 10px;
}

.widget {
    -moz-hyphens: auto;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}

.widget li {
    padding: 0 0 !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: block;
    height: auto;
    margin: 0 0 8px;
    transition: all 0.2s ease-in-out 0s;
    width: 50%;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    display: block;
    height: auto;
    transition: all 0.2s ease-in-out 0s;
    width: 50%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    text-align: right;
    width: 70%;
}