.cta-section a {
    text-decoration: none;
}
.main-section{
	width: 100%;
	margin: 20px 0;
}

.boxed-size{
	width: 468px;
	height: auto;
}
.cta-section {
    padding: 10px 10px;
}
.bannerurl:hover {
    text-decoration: none;
}
@media only screen and (min-width: 786px) {
 .fullwidth-size{
	width: 786px;
	height: auto;
}
}


/* style for widget banner_size */
.banner {
    width: 100%;
}
@media only screen and (min-width: 786px) {
.banner[data-banner-size="box"] {
    width: 500px;
}
}

.banner[data-banner-size="full_width"] {
    width: 100%;
    max-width: none;
}


/* syle for widget banner_position */

.banner {
    /* default position and size */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* other styles for the banner */
    background-color: #fff;
    text-align: center;
}

.banner[data-banner-position="top left"] {
	top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.banner[data-banner-position="top center"] {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner[data-banner-position="top right"] {
    top: 0;
    right: 0;
	left: 50%;
}

.banner[data-banner-position="center left"] {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.banner[data-banner-position="center center"] {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner[data-banner-position="center right"] {
    top: 50%;
    right: 0;
	left: 50%;
    transform: translateY(-50%);
}

.banner[data-banner-position="bottom left"] {
    bottom: 0;
    left: 0;
}

.banner[data-banner-position="bottom center"] {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner[data-banner-position="bottom right"] {
    bottom: 0;
    right: 0;
	left: 50%;
}
