/*
Theme Name: vgholding
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* ==================================================
    STYLING: ROUND CORNERS
==================================================== */
.round {
    border-radius: 10px;
}
.round-corners, .round-corners .fill, .round-corners .box-image, .round-corners .flickity-viewport, .round-corners .slider, .round-corners .col-inner, .round-corners img {
	border-radius: 20px;
}
.round-corners-top, .round-corners-top .fill, .round-corners-top .box-image, .round-corners-top .flickity-viewport, .round-corners-top .slider, .round-corners-top .col-inner, .round-corners-top img {
	border-radius: 20px 20px 0px 0px;
}
.round-corners-left, .round-corners-left .fill, .round-corners-left .box-image, .round-corners-left .flickity-viewport, .round-corners-left .slider, .round-corners-topo.col-inner, .round-corners-left img {
	border-radius:  20px 0px 0px 20px;
}
.round-corners-right, .round-corners-right .fill, .round-corners-right .box-image, .round-corners-right .flickity-viewport, .round-corners-right .slider, .round-corners-topo.col-inner, .round-corners-right img {
	border-radius:  0px 20px 20px 0px;
}
@media screen and (max-width: 849px) {
.round-corners-right, .round-corners-right .fill, .round-corners-right .box-image, .round-corners-right .flickity-viewport, .round-corners-right .slider, .round-corners-topo.col-inner, .round-corners-right img, .round-corners-left, .round-corners-left .fill, .round-corners-left .box-image, .round-corners-left .flickity-viewport, .round-corners-left .slider, .round-corners-topo.col-inner, .round-corners-left img  {
    	border-radius: 20px 20px 0px 0px;
}
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}