
.column_container.full-image img {   /*if column image is set to full width in column settings*/
    width: 100%;
    height:auto;
}


/*.wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0px!important;
}*/

/*prevent excess white space when inserting divider*/
.vc_row-fluid [class*="vc_span"] {
    min-height: 0!important;
}

.vc_text_separator {
    position: relative;
    top: -10px!important;
}

/*facebook like button fixes for text wrap in narrow spaces*/

.fb_like iframe {

    width: 100%;

}

.fb_type_standard iframe {

    height: 30px;

}



/*google plus button fixes for text wrap in narrow spaces*/

.wpb_googleplus_type_standard > div, .wpb_googleplus_type_standard iframe {

    width: 100%!important;

}

/*stop bullet points appearing in tour tab titles*/
.mills-postcontent .wpb_tour ul > li {
    background-image: none!important;
}