Wedding Photographer Virgil Bunao. Available Worldwide.
You’ve waited a long time for this day to come.
It is important to me that you find the photographer who is right for you. You deserve nothing but the best. Don’t settle. Find the photographer whose work you resonate with. When all of the wedding festivities have stopped, flowers are wilted, the cake’s gone and your guests have all gone home, your pictures and your memories will be the only things you will have when it’s all said and done. Your photo album and the photographs on your wall will be one of the most cherished item in your house. One can’t put a price on those. They bring more meaning over time.
If you find that your mind keeps bringing you back to the images that you see here, then you probably found the one to capture your special day.
/* START: HEX2RGBA */
function hex2rgba(hex, alpha) {
var r = parseInt(hex.slice(1, 3), 16),
g = parseInt(hex.slice(3, 5), 16),
b = parseInt(hex.slice(5, 7), 16);
if (alpha) {
return "rgba(" + r + ", " + g + ", " + b + ", " + alpha + ")";
} else {
return "rgb(" + r + ", " + g + ", " + b + ")";
}
}
/* END: HEX2RGBA */
jQuery(document).on("floInit", ".flo-block-slideshow-1--179 .flo-generic-slides", function(){
"use strict";
var $ = jQuery;
var $el = $(this);
// var $el = $(".flo-generic-slides");
var parent = $el.parents(".flo-block");
var block_id = parent.attr("data-id");
/* START: CSS SELECTORS */
var b = "flo-generic-slides"; // Block class for HTML
var dotb = "." + b; // Block class for CSS
var block_parent_with_id = ".flo-block--" + block_id; // Block Parent class with ID
var block = block_parent_with_id + " " + ".flo-block-slideshow-1";
/* END: CSS SELECTORS */
$el
.on("init afterChange", function(){
var elements_color = $(this).find(".slick-current").attr("data-elements-color");
var css = [];
css.push([
block,
"{ ",
"color: " + elements_color + ";",
"border-color: " + elements_color + ";",
"} ",
block + " .flo-header-mobile.not-sticky",
"{ ",
"color: " + elements_color + "!important;",
"} ",
].join("\n"));
css = css.join("\n");
if ($("style.flo-slideshow__slides--" + block_id).length) {
$("style.flo-slideshow__slides--" + block_id).html(css);
} else {
$("head").append(
$(" <style class='flo-slideshow__slides--" + block_id + " '> ").html(css)
);
}
})
;
}
);
var sbiajaxurl = "https://virgilbunao.com/wp-admin/admin-ajax.php";
var sb_instagram_js_options = {"font_method":"svg","resized_url":"https:\/\/virgilbunao.com\/wp-content\/uploads\/sb-instagram-feed-images\/","placeholder":"https:\/\/virgilbunao.com\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png","ajax_url":"https:\/\/virgilbunao.com\/wp-admin\/admin-ajax.php"};