/* 
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Elarakliniek

	Colors:
	diep donkerblauw: #2a2c53
	donkerblauw: #365780
	blauw: #3e698c
	diep donkerblauwgroen: #418ea2
	donkerblauwgroen: #68aeb8
	blauwgroen: #adc5cf
*/

html, body{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	font-size: 18px;
	color: #000;
	overflow-x: hidden;
}
 
html {
	position: relative;
	min-height: 100%;
}
body{
	/* Margin bottom by footer height */
	margin-bottom: 45px;
	background-color: transparent;
}
.bg {
	background-repeat: repeat;
	background-attachment: fixed;	
}
h1, h2, h3, h4, h5, h6 {
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
  }
h1 {
	color: #418ea2;
	font-size: 40px;
}
h1::first-letter {
    font-family: "Arizonia", cursive;
    font-size: 1.4em;
	font-weight: 700;
	color: #3e698c;
    float: left;
    margin: 5px 5px -10px 0;
    line-height: 0.7;
}
h2 {
	color: #3e698c;
	font-size: 35px;
}
a {
	color: #000000;
}
.contents{
    /*make sure the footer is still on bottom
    min-height: 300px;*/
    padding: 40px 0px;
	/* text-align: center; */
}
.contents h2{ 
	font-size: 25px;
}
.left {
	float: left;
	margin-top: 0px !important;
}
.right {
	float: right;
}

/* Header styles*/
#header {
	/* max-width: 100% !important; */
	border-radius: 50px;
}

#headerwrapper {
    margin: 0 auto; /* slideshow */ 
}
img.header-logo {
	margin: 20px 0;
}
.header-logo-mob {
	display: none;
}
@media(max-width:767px){
	#header {
		border-radius: 0px;
		margin: 0px !important;
	}
}
.divider-noheader {
    height: 15px;
	background-color: transparent;
}

/* Footer Styles*/
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 45px;
}
.copyright {
    text-align: center;
    padding-top: 0.5em;
    background: #2a2c53;
    height: 45px;
    color: #fff;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    background-color: #418ea2;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    gap: 12px;
	position: absolute;
    right: -30px;
    top: 20px;
}

.cta-button .icon {
    background-color: #ffffff;
    color: #418ea2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 16px;
}

.cta-button:hover {
    background-color: #68aeb8;
}

a.cta-button:hover {
    text-decoration: none;
	color: #ffffff;
}

i.fa.fa-phone {
    font-size: 30px;
}

/* Default Style Overrides */
.navbar .container-fluid {
    max-width: 1920px;
}
.header>.container>.navbar-transparent{
    background:none!important;
    border:none!important;
}
.navbar-nav>li>a{
    font-size: 1em!important;
    color: #000;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
    color: #2a2c53;
    background: none; 
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none;
}
@media (min-width: 1200px) {
	.nav>li>a {
		 padding: 8px;
	}
}
@media(min-width:992px) and (max-width: 1199px){
	.navbar-nav>li>a {
		font-size: 0.75em !important;
		padding: 6px;
	}
}

.navbar { 
    position: relative;
    z-index: 8;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-nav {
	margin: 20px 0;
	float: right;
}
.navbar-nav>li {
	margin-top: 8px;
}
.navbar-nav>li>a {
	padding-bottom: 10px;
	padding-top: 10px;
}
.navbar-nav>li.active>a {
	color: #2a2c53;
	font-size: 20px;
	text-decoration: none;
}
.navbar-nav>li.childactive>a {
	color: #2a2c53;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold; }

/* Open default child menus */ 
.dropdown-menu {
    background-color: #fff;
	font-size: 1.1em!important;
	margin: 15px 20px;
	padding: 10px;
}
.navbar-nav li p {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 150%;
	background-color: #999; 
	width: 20px;
	text-align: center;
	margin: 0px;
}
.sub_menu li a {
	color: #000;
}
.dropdown>.dropdown-menu {
	left: 0;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -5px;
}
.dropdown-menu>li>a {
	color: #000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #adc5cf;
	border-radius: 15px;
    color: #000;
}
.dropdown>.dropdown-menu .dropdown-menu {
	left: 100%; top: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: inherit;
}
.navbar-nav>li.childactive>a {
    color: #2a2c53;
    font-weight: inherit;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #2a2c53;
}
@media (min-width: 992px) {
	.Text {
		font-size: 30px;
		left: 65%;
	}
	.Button {
		left: 65%;
	}
}
.showmobile {
	display: none;
}
.hidemobile {
	display: block;
}

/* == RELATED INFO == */ 
/* Related1 */ 
.relatedinfo1  {
	background: linear-gradient(to bottom, #adc5cf, #adc5cf 50%,#ffffff 50%, #ffffff 50%);
    padding-top: 100px;
	margin-bottom: 100px;
}
.bg-bluegreen {
	background-color: #adc5cf;
	border-bottom-right-radius: 100px;
	box-sizing: border-box;
	/* margin-right:-10vw; /*(100vw - 80vw)/2*/ */
}
.bg-bluegreen2 {
	background-color: #adc5cf;
}
.bg-darkgreen {
	background-color: #2a2c53;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	color: #ffffff;
	padding: 40px;
}
.bg-darkgreen h2 {
	color: #ffffff;
}
@media screen and (min-width:1440px) {
  .bg-darkgreen {
    margin-right:calc((60rem - 100vw)/2);
  }
}

img.rel1-img {
	/* margin: -50px 0 0 50px; */
    border-radius: 100px 0px 0px 100px;
	border-left: 50px solid #fff;
	border-top: 50px solid #fff;
	border-bottom: 50px solid #fff;
}
.rel1-content {
	padding: 50px 25px;
}
.rel1-content h1 {
	line-height: 1.5em;
}
.rel1-button, .rel3-button, .rel6-button, .submit .btn {
	padding: 15px 35px;
	border-radius: 35px;
	margin-top: 10px;
    background-color: #365780;
    border: 2px solid #365780;
	font-size: 18px;
	color: #fff;
}
.rel1-button a, .rel3-button a, .rel6-button a {
	color: #fff;
	text-decoration: none;
}
.rel1-button:hover, .rel3-button:hover, .rel6-button:hover {
    background-color: #418ea2;
	font-size: 18px;
}	
.rel1-button:hover a, .rel3-button:hover, .rel1-button a:hover, .rel3-button a:hover, .rel6-button:hover a, .rel6-button a:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
	.relatedrow {
		display: flex;
	}
	.rel1-content {
		line-height: 2em;
	}
	.rel1img {
		position: relative;
		top: 90px;
	}
}
@media (max-width: 991px) {
	.relatedinfo1  {
		background-color: #418ea2;
		padding-top: 10px;
		margin: 50px 0px;
	}	
}
@media (max-width: 767px) {
	.rel1-content h1 {
		line-height: 1.3em;
	}
}


/* Related3 */ 
.relatedinfo3 {

}
.rel3-content {
	padding: 20px;
}
.rel3-name {
	color: #2a2c53;
}

/* Related4 */ 
.relatedinfo4  {
	background-color: rgba(173, 197, 207, 0.6);
	font-size: 16px;
    padding: 50px;
}
@media (max-width: 991px) {
	.relatedinfo4 {
		padding: 10px 0;
	}
}

/* Related5 */ 
.relatedinfo5 {
	background: linear-gradient(to bottom, #ffffff, #ffffff 30%,#68aeb8 30%, #68aeb8 70%);
	margin: 100px 0 0 0;
}
@media (max-width: 1919px) {
	.relatedinfo5 {
		background: #68aeb8;
		margin: 0px;
	}
}
.relatedinfo5 .container {
	background-color: #68aeb8;
	color: #fff;
	text-align: center;
	padding: 50px 0px 100px;
	border-radius: 50px;
}
.relatedinfo5 .content {
    padding: 60px;
    color: #fff;
}
.relatedinfo5 .content .blok {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
	margin-bottom: 15px;
}
.rel5-name, .relatedinfo5 .content a {
	margin-bottom: 15px;
	color: #fff;
}
.rel5-button {
    color: #fff;
	margin-top: 10px;
    background-color: #365780;
    border: 2px solid #365780;	
	border-radius: 35px;
	padding: 15px 35px;
	font-size: 18px;
}
.rel5-button a {
	color: #fff;
	text-decoration: none;
}
.rel5-button:hover {
	font-size: 18px;
    color: #fff;
	background-color: #adc5cf;
}
.rel5-button:hover a, .rel5-button a:hover {
	color: #2a2c53;
	text-decoration: none;
}
.rel5-img {
    /* margin-top: -100px; */
	border-top-left-radius: 100px;
	float: right;
}
@media (min-width: 992px) {
	.relatedinfo5 .content {
		padding: 0px 60px 60px 60px;
		position: absolute;
		bottom: 0px;
	}
	.relatedinfo5 .relatedrow {
		padding-top: 10px;
	}
}

/* Related6 */ 
.relatedinfo6 {
    background-color: rgba(173, 197, 207, 0.2);
    padding: 30px;
}
.relatedinfo6 .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px; /* links/rechts spacing */
}
@media (min-width: 992px) {
	.relatedinfo6 .related-row {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.related-row > div {
		display: flex;
	}
}
.rel6-text,
.rel6-img {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.rel6-content {
    border-radius: 50px;
    background-color: #ffffff;
    padding: 50px;
    flex: 1;
}

.rel6-img img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
	.relatedinfo6 {
		padding: 30px 0;
	}
	.rel6-img img{
		margin: 20px 20px 50px 5px;
		padding: 20px;
	}
}
/* == CALENDAR == */
.event_content {
    margin-left: 150px;
}
.calendarevent {
    height: 40px;
	text-align: left;
}
.event_date, .event_title {
    display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}
.event_title {
	margin-left: 50px;	
}
.event_date {
	color: #2a2c53;
}
.event_more {
	margin-bottom: 15px;
}
.event_next:before {
    content: url(../img/next.png);
	content: "\00bb";
	color: #fff;
	font-size: 40px;
	padding: 0px 10px;
	color: #2a2c53;
}

/* == REACTFORMS == */
.formulier {
	background: #f4f2ef;
	padding: 60px;
	border-top-left-radius: 50px;
}
.form-control {
    padding: 30px 12px;
    border-radius: 20px;
}
@media screen and (min-width:801px) {
  .formulier {
	margin-right:calc((10rem - 65vw)/2);
	margin-left:calc((10rem - 45vw)/2);
  }
}
/* == SLIDESHOW > HEADER == */
/* >>Arrows: different content */
.slick-prev:before {
	content: "\f104";
}
[dir='rtl'] .slick-prev:before {
	content: "\f105";
}
.slick-next:before {
	content: "\f105";
}
[dir='rtl'] .slick-next:before {
	content: "\f104";
}
.slick-next {
	right: 5px;
}
.slick-prev {
	left: 5px;
}

/* >>Dots: different colors */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;	
}
.slick-dots li.slick-active button:before {
    opacity: 1;	
	color: #418ea2;
}

/* Sliders */
.carrousel-grid {
	padding: 15px 0px 75px;
}
.ug-thumb-wrapper.ug-tile{
	background-color: #fff !important;
}

.fa-circle {
    color: #fff;
}
.fa-facebook, .fa-instagram {
	color: #000;
}
.fa-caret-right {
	font-size: 40px;
	padding-left: 4px;
	padding-top: 4px;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #365780;
    border-color: #365780;
}
.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #3e698c;
    border-color: #3e698c
}
.btn-primary:hover {
    color: #fff;
    background-color: #3e698c;
    border-color: #3e698c
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3e698c;
    border-color: #3e698c
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #3e698c;
    border-color: #3e698c
}
.btn-warning {
    color: #fff;
    background-color: #418ea2;
    border-color: #418ea2;
}
.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #68aeb8;
    border-color: #68aeb8
}
.btn-warning:hover {
    color: #fff;
    background-color: #68aeb8;
    border-color: #68aeb8
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #68aeb8;
    border-color: #68aeb8
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #68aeb8;
    border-color: #68aeb8
}
/* Scroll-to-top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
	background: #2a2c53;
    color: rgba(255, 255, 255, 1);
	border-radius: 0px;
    right: 30px;
    bottom: 55px;
    height: 60px;
    width: 60px;
	border: 1px solid #fff;
    line-height: 60px;	
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.scroll-top-wrapper:hover {
	color: #fff ;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
i.fa.fa-angle-double-up {
	line-height: inherit;
	font-size: 2em;
}

/* Media Queries */
@media(max-width:991px){
	body{
		/* Margin bottom by footer height */
		margin-bottom: 35px;
	}
	.footer {
		height: 35px;
	}
	.navbar-nav {
		margin-left: 0px;
		float: none!important;
		margin-top: 7.5px;		
	}
    .header>.container>.navbar {
		height: auto;
	}
    .nav{
		border-top: 1px solid #eee!important;
	}
    .nav>li{
		border-bottom: 1px solid #eee!important;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		float: left;	  
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav>li {
		float: none;
		display: list-item;
		width: 100%;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.cta-button {
		right: 10px;
		width: 60px;
		top: 10px;
	}
	.blue {
		color: #fff;
		background-color: #2a2c53;
	}
	.header-logo-mob {
		display: block;
	}
	.carrousel-grid {
		padding: 0px 0px 50px;
	}	
	.event_content {
		margin-left: 15px;
	}
	.event_date, .event_title {
		font-size: 16px;
	}
	.event_title {
		margin-left: 10px;	
	}
	.event_more {
		margin-bottom: 15px;
	}
	.event_next:before {
		font-size: 30px;
		padding: 5px;
	}	
}
@media(max-width:767px){
	html, body{
		font-size: 16px;
	}	
    .showmobile {
		display: block; 
	}
    .hidemobile {
		display: none;
	}
	.scroll-top-wrapper {	
		right: 0px;
		bottom: 0px;	
	}
	h1 {
		font-size: 35px;
	}	
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}	
	h4 {
		font-size: 20px;
	}	
}
@media(min-width:576px) and (max-width: 991px){
    img.header-logo-mob {
		width: 250px;
        position: relative; 
		float: left;
		margin: 10px;
    }	
}
@media(max-width:575px){
	img.header-logo-mob {
		width: 150px;
        position: relative; 
		float: left;
		margin: 10px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}	
	h4 {
		font-size: 15px;
	}
}

/* >>Captions: correspond with captionTypes in Settings */
.slick-slide .caption {
	color: #ffffff;
	padding: 8px 15px;
	font-size: 65px;
}
.caption.top-right {
	font-size: 65px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    top: 20%;
    right: 10%;
}
.caption.bottom-right {
	font-size: 50px;	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);	
	top: 40%;
	right: 10%;	
	line-height: 50px;	
}
@media (max-width: 991px) {
	.caption.top-right {
		font-size: 45px;
	}
	.caption.bottom-right {
		font-size: 30px;
	}
}
@media (max-width: 650px) {
	.caption.top-right {
		font-size: 35px;
	}
	.caption.bottom-right {
		font-size: 25px;
	}
}
@media (max-width: 500px) {
    .slick-dots, .slick-arrow {
		display: none !important;
	}
	.caption.top-right {
		font-size: 35px;
		top: 5%;
	}
	.caption.bottom-right {
		font-size: 25px;
		top: 30;
	}	
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

/* ACCORDION */
.accordion {
	background-color: #418ea2;
	border-radius: 50px;
	color: #ffffff;
	cursor: pointer;
	padding: 18px 40px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 30px;
	transition: 0.4s;
  }
.accordion-active, .accordion:hover {
	background-color: #2a2c53;
	color: #ffffff;
}
.accordion-active {
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.accordion:after {
	content: '\002B';
	font-weight: bold;
	float: right;
	margin-left: 5px;
	background-color: #2a2c53;
	color: #ffffff;
    padding: 0px 10px;
    border-radius: 50%;
    font-size: 25px;
}

.accordion-active:after {
	content: "\2212";
	background-color: #ffffff;
	color: #2a2c53;
    padding: 0px 10px;
    border-radius: 50%;
    font-size: 25px;
}
  
.panel {
	margin-top: -15px;
	padding: 0 18px;
	color: #ffffff;
	background-color: #2a2c53;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border: 0px solid #418ea2;
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.space {
	border-top: 1px solid #418ea2;
	padding: 20px;
}
.ug-thumb-wrapper.ug-tile img.ug-thumb-image, .ug-thumb-overlay{
	border-radius: 50px;
}
.ug-thumb-image{
    width: 100% !important;
}
/*.ug-thumb-overlay {*/
/*    background-color: rgba(0,130,113, 0.6) !important;*/
/*}*/

/* projects-grid */
.ug-thumb-wrapper.ug-tile.ug-thumb-over .ug-tile-cloneswrapper { overflow: visible !important; opacity: 1 !important;}
.ug-gallery-wrapper .ug-textpanel-bg { background-color: inherit !important;}

.ug-textpanel.ug-trans-enabled p { visibility: hidden !important;}
.ug-textpanel.ug-trans-enabled h3 { visibility: hidden !important;}
.ug-textpanel.ug-trans-enabled h4 { visibility: hidden !important;}
/* .ug-tile-cloneswrapper h4 { position: absolute; visibility: hidden; } */
.ug-tile-cloneswrapper p { color: #fff }
.ug-tile-cloneswrapper h3 { color: #fff; text-align: center; }
.ug-tile-cloneswrapper h4.behandeling { color: #fff; text-align: center;  }
.ug-thumb-wrapper {background-color: inherit !important;}

.ug-textpanel-textwrapper.ug-trans-enabled { width: 100% !important; left: 0 !important;}
.ug-textpanel-textwrapper.ug-trans-enabled .ug-textpanel-title.ug-trans-enabled { width: 100% !important;}

.ug-textpanel.ug-trans-enabled h4 { cursor: pointer; text-transform: uppercase;}

/*modify the cloneswrapper text area height*/
.ug-tile-cloneswrapper>.ug-textpanel {  overflow: visible !important; }
.ug-tile-cloneswrapper>.ug-textpanel>.ug-textpanel-textwrapper { height: 180px !important; }

/* -- Fancy UG extra CSS -- */
.ug-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 38px;
    padding: 0 14px;
    background: black;
    color: #ffffff !important;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
    border: 0;
    transition: background .15s ease, transform .08s ease;
    background-image: none !important;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    top:45% !important;
}

/* hide existing icon glyphs / images inside the link */
.ug-icon-link i,
.ug-icon-link svg,
.ug-icon-link img,
.ug-icon-link .ug-icon {
    display: none !important;
}

/* ensure visible label even if link has no text */
.ug-icon-link::after {
    content: "Lees meer";
    display: inline-block;
    color: inherit;
}

/* hover/focus states */
.ug-icon-link:hover,
.ug-icon-link:focus {
    background: #418ea2;
    transform: translateY(-1px);
    text-decoration: none;
    outline: none;
}

/* keep layout when the button appears inside absolute overlays */
.ug-thumb-wrapper .ug-icon-link {
    z-index: 3; /* ensure clickable above overlays */
}

.transparentOverlay {
    background: rgba(65, 142, 162, .6) !important;
    border-radius: 50px !important;
    display: block;
    height: 100%;
    width: 100%;
}

.coverImage {
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
    padding-top: 50px;
    width: 35% !important;
}

.transparentOverlay h3, .transparentOverlay p {
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 10px;
}

@media(max-width:767px){
    .transparentOverlay p {
        display: none;
    }
	.transparentOverlay h3 {
		font-size: 18px;
	}
}