.nv-container{
    margin: 50px 0;
    word-break: break-word;
}
#nv-cta{
    display: flex;
    background-color: #f6f6f6;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
}
#nv-cta > div{
    display: flex;
    align-items: center;
}
#nv-cta .nv-content .nv-text h2, #nv-cta .nv-content .nv-text p{
    padding-left: 20px;
}
#nv-cta .nv-cta-img{
    align-items: center;
    width: 40%;
    position: relative;
    overflow: hidden;
    text-align: center;
    left: 20px;
}
#nv-cta .nv-cta-img img{
    height: 100%;
    margin: auto;
    position: absolute;
}
#nv-cta .nv-content{
    width: 60%;
}
#nv-cta .nv-content .nv-text{
    padding: 0 20px;
    margin-top: 20px;
}
#nv-cta .nv-content h2{
    margin: 0;
    padding: unset;
    font-size: 1.15em;
}
#nv-cta .nv-content p{
    font-size: 0.75em;
    line-break: strict;
}
#nv-cta .nv-content a{
    background-color: #EC9E22;
    text-decoration: none;
    border: none;
    padding: 12px 48px 12px 22px;
    color: #FFF;
    font-size: 0.92em;
    border-radius: 24px;
    border: 1px solid #FFF;
    margin: 32px 0;
    /*box-shadow: 0px 3px 15px 5px #DADADA;*/
    text-shadow: 0px 1px 2px #333;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}
#nv-cta .nv-content a p, #nv-cta .nv-content .nv-text a p{
    padding: 0;
    margin: 0;
}
#nv-cta .nv-content a svg{
    height: 16px;
    position: absolute;
    right: 16px;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

#nv-cta2{
    position: relative;
}

#nv-cta2.nv-container{
    display: flex;
    padding: 55px 0;
}
#nv-cta2.nv-container > div{
    align-items: center;
    text-align: center;
}
#nv-cta2::before{
    content: '';
    background-color: #00000005;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 210px;
    margin: auto;
    z-index: 1;
    margin-left: -124px;
    margin-top: -124px;
    border-radius: 287px;
    border: 20px solid rgba(0, 0, 0, .03);
}

#nv-cta2::after{
    content: '';
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 262px;
    height: 262px;
    margin: auto;
    z-index: 2;
    margin-left: -133px;
    margin-top: -133px;
    border-radius: 266px;
    border: 3px solid #0000000a;
}
#nv-cta2 .nv-content{
    padding: 15px;
    margin: auto;
    z-index: 3;
}
#nv-cta2 .nv-content .nv-text{
    padding: 26px;
    padding-top: 0;
}
#nv-cta2 .nv-content h2{
    margin: 0;
    padding: unset;
    font-size: 20px;
    font-weight: 500;
}
#nv-cta2 .nv-content a{
    background: #FFF;
    border: 4px solid #EC9E22;
    border-radius: 25px;
    color: #C78721;
    text-align: center;
    max-width: 279px;
    padding: 9px;
    font-size: 0.95em;
    font-weight: lighter;
    display: block;
    text-decoration: none;
    margin: auto;
}
#nv-cta2 .nv-content a p{
    margin: 0;
}
#nv-cta3{
    background-image: url(/wp-content/plugins/navve-auto-cta-inserter/assets/img/money-bgs.png);
    background-size: 101%;
    background-position: -1px -1px;
    background-blend-mode: multiply;
    background-color: #2A5EA1;
    background-size: cover;
    flex-wrap: wrap;
    color: #FFF;
    position: relative;
    padding: 48px 31px;
    border-radius: 5px;
}
#nv-cta3 > div{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
#nv-cta3 .nv-content > div{
    padding: 0 15px;
}
#nv-cta3 .nv-content .nv-text{
    margin: 0;
    flex: 2;
}
#nv-cta3 .nv-content h2{
    margin: 0;
    padding: unset;
    font-size: 1.05em;
    padding-left: 0;
    margin-bottom: 20px;
}
#nv-cta3 .nv-content p{
    font-size: 0.85em;
    line-break: strict;
    margin: 0;
    line-height: 16px;
}
#nv-cta3 .nv-content .nv-button{
    text-align: center;
    margin: 0;
    flex: 1;
}
#nv-cta3 .nv-content .nv-button > p{
    font-size: 13px;
    opacity: 66%;
    margin-bottom: 5px;
}

#nv-cta3 .nv-content .nv-button a{
    color: #FFF;
    text-decoration: none;
    border: 2px solid #FFF;
    padding: 20px;
    display: flex;
}
#nv-cta3 .nv-content .nv-button a p {
    font-size: 18px;
}
#nv-cta3 .nv-content .nv-button a .nv-icon{
    float: left;
    margin-right: 20px;
    height: 22px;
}

#nv-cta4{
    background-color: #F2F2F2;
}
#nv-cta4.nv-container > div{
    display: flex;
    align-items: center;
}
#nv-cta4.nv-container .nv-content > div:last-child{
    text-align: right;
}
#nv-cta4 .nv-cta{
    width: 100%;
}
#nv-cta4 .nv-content{
    padding: 18px 30px;
    flex-wrap: wrap;
}
#nv-cta4 .nv-text, #nv-cta4 .nv-button{
    display:block;
    flex: 1;
}
#nv-cta4 .nv-text{
    padding-right: 15px;
}
#nv-cta4 .nv-text p {
    margin: 0
}
#nv-cta4 .nv-content h2{
    margin: 0;
    padding: unset;
    font-size: 0.75em;
    font-weight: 600;
    text-align: left;
}
#nv-cta4 .nv-content a{
    background-color: #EC9E22;
    text-decoration: none;
    padding: 6px 10px;
    color: #FFF;
    font-size: 0.75em;
    font-weight: normal;
    /* width: 275px; */
    max-width: 100%;
    border-radius: 24px;
    border: 0;
    text-shadow: 0px 1px 1px #333;
    text-align: center;
    display: flex;
}
#nv-cta4 .nv-content a p{
    margin: auto;
    margin-bottom: 0;
}
#nv-cta5{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 7px #00000029;
    border-radius: 3px;
}
#nv-cta5 .nv-controls{
    width: 100%;
    text-align: right;
    background: #F3F3F3;
    padding: 0 12px;
    box-shadow: 0px 2px 2px #00000029;
}
#nv-cta5 .nv-controls a {
    border: none;
    font-weight: bold;
    font-size: 16px;
    width: 10px;
    opacity: 24%;
    float: right;
}
#nv-cta5 > div{
    align-items: center;
}
#nv-cta5 .nv-content{
    width: 100%;
    padding: 25px;
}
#nv-cta5 .nv-content > div{
    padding: 0 15px;
    margin-top: 25px;
}
#nv-cta5 .nv-content h2{
    margin: 0;
    padding: unset;
    font-size: 1.05em;
    padding-left: 0;
    font-weight: 500;
}
#nv-cta5 .nv-content p{
    font-size: 0.85em;
    line-break: strict;
}
#nv-cta5 .nv-text{
    max-width: 495px;
    margin: auto;
}
#nv-cta5 .nv-buttons{
    display: flex;
}
#nv-cta5 .nv-buttons a{
    width: calc(50% - 47px);
    margin: 22px;
    border: 2px solid #EC9E22;
    border-radius: 4px;
    padding: 11px;
    color: #DE931D;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-decoration: none;
}
#nv-cta5 .nv-buttons a.inverse{
    color: #FFFFFF;
    background: #EC9E22;
    border: none;
}
#nv-cta5 .nv-buttons a p{
    margin: 0;
}

/* --- Begin CTA TEMPLATE 6 --- */

#nv-cta6 {
    border-radius: 12px;
}

#nv-cta6 .nv-content {
    padding: 23px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
}

#nv-cta6 .nv-video-cta {
    position: relative;
    width: 100%;
    padding: 56.27% 0 0;
}

#nv-cta6 .nv-video-cta-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

#nv-cta6 .nv-button-cta {
    text-align: center;
    margin-top: 20px;
}

#nv-cta6 .nv-button-cta a {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 24px;
    border-radius: 90px;
    background-color: #0000ff;
    color: #ffffff;
    font-size: 1em;
    border-width: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

#nv-cta6 .nv-button-cta a:active {
    box-shadow: none;
}

#nv-cta6 .nv-button-cta a * {
    margin: 0;
    padding: 0;
}

/* --- End CTA TEMPLATE 6 --- */

@media (max-width: 545px) {
    #nv-cta .nv-cta-img{
        width: 100%;
        height: 150px;
        left: auto;
    }
    #nv-cta .nv-content{
        width: 100%;
        display: block;
    }
    #nv-cta .nv-cta-img img{
        position:inherit
    }
    #nv-cta .nv-content *{
        text-align: center;
    }
    #nv-cta .nv-content a{
        margin: 5px 0;
        padding: 12px 22px 12px 22px;
    }
    #nv-cta .nv-content a svg{
        right: 12px;
    }
    #nv-cta .nv-content .nv-text h2, #nv-cta .nv-content .nv-text p{
        padding-left:initial
    }
}
@media (max-width: 710px) {
    #nv-cta3 .nv-content{
        display: block;
        text-align: center;
    }
    #nv-cta3 .nv-content .nv-text{
        margin-bottom: 30px;
    }
    #nv-cta3 .nv-content .nv-button a {
        display: block;
        margin: auto;
    }
    #nv-cta4.nv-container > div{
        display: block;
    }
    #nv-cta4.nv-container .nv-content > div:first-child{
        text-align: center;
        padding-right: 0;
    }
    #nv-cta4 .nv-text, #nv-cta4 .nv-button{
        width: 100%;
    }
    #nv-cta4 .nv-content h2, #nv-cta4 .nv-button, #nv-cta4.nv-container > div:first-child{
        text-align: center;
    }
    #nv-cta4 .nv-content a{
        margin-top: 15px;
    }
    #nv-cta5 .nv-controls{
        padding: 15px
    }
    #nv-cta5 .nv-controls a{
        width: 14px;
    }
}
@media (max-width: 1023px) {
    .nv-container{
        /*margin: 135px 0;*/
    }
    #nv-cta3{
        border-radius: 0;
    }
    #nv-cta4 .nv-content h2, #nv-cta4 .nv-content a{
        font-size: 1em;
    }
    #nv-cta5{
        width: 95%;
        margin-left: 2.5%;
        padding: 0;
    }
    #nv-cta5 .nv-content h2{
        font-size: 1.5em;
    }
    #nv-cta5 .nv-content p{
        font-size: 1em;
    }
}.navve-cookie-hidden{
	display: none;
}

.navve-cookie-block{
	width: 100%;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 -4px 16px rgba(0,0,0,.35);
    font-family: Lato,Arial,Verdana,sans-serif;
    font-size: 13px;
    color: #fff;
    background-color: #333333;
    line-height: 1.75em;
}

.navve-cookie-block-inner{
	padding: 16px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    align-items: center;
}

.navve-cookie-block-inner-text a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px dashed #fff;
}

.navve-cookie-block-inner-actions{
	margin: 0 0 0 24px;
}

.navve-cookie-block-inner-button{
	line-height: 1em;
    padding: 10px 24px;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: .95em;
    font-weight: 600;
    border-width: 0;
    background-color: #6D23C1;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,.07);
    text-decoration: none;
    cursor: pointer;
}

.navve-cookie-block-inner-button:hover{
	background-color: #8A30F1;
}.button1 {
	text-align: center;
}

.button1 span {
	background-color: #333333;
	padding: 7px 13px 7px 13px;
	border-radius: 20px;
	font-size: 17px;
	cursor: pointer;
}

.button1 span:hover {
	background-color: #565656;
}

.button1 a {
	color: #FFF;
	border: none;
}

.button2 {
	text-align: center;
}

.button2 span {
	background-color: #6d23c2;
	padding: 5px 9px 5px 9px;
	border-radius: 3px;
	font-size: 17px;
	cursor: pointer;
}

.button2 span:hover {
	background-color: #501593;
}

.button2 a {
	color: #FFF;
	border: none;
}

.button3 {
	text-align: center;
}

.button3 span {
	background-color: #b5681a;
	padding: 5px 9px 5px 9px;
	font-size: 18px;
	cursor: pointer;
}

.button3 span:hover {
	background-color: #E08930;
}

.button3 a {
	color: #FFE3C6;
	border: none;
}#navvesearch::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

.navve-search {
	position: absolute;
	top: 9px;
	right: 55px;
	padding: 8px 0 8px 32px;
	z-index: 1000;
}

.navve-search > form {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 22px;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.navve-search.active > form {
	width: 150px;
}

.navve-search > .ic-search {
	font-size: 17px;
	cursor: pointer;
	position: absolute;
	top: 9px;
	left: 13px;
}

.navve-search input[type="search"]
{
	outline-width: 0;
	background-color: transparent;
	font-size: 14px;
	font-family: "Lato", Arial, sans-serif;
	line-height: 14px;
	padding: 0 0 2px 0;
	margin: 0 2px 0 4px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	width: 120px;
}

.navve-search .bt {
	color: #000;
	font-size: 18px;
	margin: 0;
	vertical-align: middle;
}

.navve-search .ic-search
{
	color: #000;
}

.navve-search .ic-search:active,
.navve-search .bt:active
{
	color: #4d4d4d;
}


.site-search {
	padding-top: 32px;
}

.list-search-trigger {
	position: relative;
	padding-top: 32px;
	cursor: pointer;
}

.list-search-trigger:active {
	color: #000;
}

.search-list-footer .list-search-trigger {
	margin: 0 0 30px;
	text-align: center;
}

.list-search-trigger .ic-plus,
.list-search-trigger .ic-spinner
{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 24px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.list-search-trigger .ic-spinner,
.list-search-trigger.active .ic-plus
{
	display: none;
}

@-webkit-keyframes spin-h-center {
	0% {
		-webkit-transform: translate(-50%, 0) rotate(0);
	}
	100% {
		-webkit-transform: translate(-50%, 0) rotate(360deg);
	}
}

@keyframes spin-h-center {
	0% {
		transform: translate(-50%, 0) rotate(0);
	}
	100% {
		transform: translate(-50%, 0) rotate(360deg);
	}
}

.list-search-trigger.active .ic-spinner {
	display: inline-block;
	-webkit-animation: 1s linear infinite spin-h-center;
	animation: 1s linear infinite spin-h-center;
}

.list-search-trigger .list-search-text {
	font-size: 0.86em;
}


@media (min-width: 1024px) {

	#navvesearch::-webkit-search-cancel-button{
	    -webkit-appearance: none;
	}

	.navve-search {
		top: 44px;
		right: -44px;
		background-color: #6D23C1;
		border-radius: 10px;
		padding-right: 10px;
	}

	.navve-search.active{
		border: 1px solid #fff;
		width: 193px;
	}

	.navve-search .ic-search {
		color: #fff;
	}

	#navvesearch{
		color: #fff;
	}

	.navve-search .bt {
		padding-top: 3px;
		color: #fff;
	}

	.navve-search input[type="search"]
	{
		width: 120px;
	}

	.site-body {
		padding-bottom: 48px;
	}

	.search-results {
		width: 100%;
		padding: 0 16px;
		max-width: 1202px;
		margin: 0 auto;
	}

	.search-list-footer {
		padding: 0;
		text-align: left;
	}

	.search-list-footer .list-search-trigger {
		margin-bottom: 32px;
		text-align: left;
	}

	.list-search-trigger {
		padding: 0 0 0 34px;
	}

	.search-list-footer .list-search-trigger {
		margin-bottom: 32px;
	}

	.list-search-trigger .ic-plus, .list-search-trigger .ic-spinner {
		left: 12px;
		top: -1px;
	}

	.navve-search-col {
		width: auto;
		overflow: hidden;
		padding-right: 30px;
	}
	
	.navve-search-col2 {
		float: right;
		width: auto;
		margin-top: 80px; 
		max-width: 300px;
		overflow: hidden;
	}

/*	.site-body .navve-search-col2 .navve-ad-wrapper {
		min-height: 300px;
		min-width: 300px;
		background: lightgrey;
	}

	.site-body .navve-search-col2 .navve-sticky {
		margin-top: 30px;
		min-height: 500px;
		min-width: 300px;
		background: lightgrey;
	}*/

    .navve-search-col2 .ad-wrapper {
        margin-bottom: 45px;
    }

    .navve-search-col2 .ad-slot-col-right-01 {
        width: 300px;
        height: 250px;
        margin-bottom: 25px;
        background: lightgrey;
    }

    .navve-search-col2 .ad-slot-col-right-02 {
        width: 300px;
        height: 600px;
        background: lightgrey;
    }

	.sticky-active {
		top: 120px;
		position: fixed;
	}

}