/**
 * Theme Name:     Pro Child
 * Author:         Themeco
 * Template:       pro
 * Text Domain:	   pro-child
 * Description:    The Most Advanced Website Creator for WordPress.
 */
.ctm-btn-style3{
	overflow: visible !important;
}


.ctm-btn-style3:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -8px;
    height: calc(100% + 15px);
    width: calc(100% + 15px);
    border: 1px solid #D9A336;
    opacity: 1;
	transition: all .4s ease;align-content
}

.ctm-btn-style3:hover::before, .ctm-btn-style4:hover::before{
    transform: scale(1.4);
    opacity: 0;
}
.ctm-btn-style4:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -8px;
    height: calc(100% + 15px);
    width: calc(100% + 15px);
    border: 1px solid #D9A336;
    opacity: 1;
	transition: all .4s ease;align-content;
	border-radius:60px;
}

.new-footer-pagination li.is-active:before{
	border: 1px solid #D9A336 !important;
}