/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2023 | 17:33:34 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.social-gallery-teaser-wrapper {
	background: var(--royal-darkgray);
	padding: 80px 15px;
}

.social-gallery-teaser-container {
	display: flex;
	max-width: 1600px;
	margin: 0 auto;
}

.social-gallery-left-info {
	width: 400px;
	flex-shrink: 0;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.social-gallery-right-gallery {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.social-gallery-left-info h2 {
	color: var(--royal-white);
	font-family: 'Roboto Slab', serif;
    font-size: 2.2rem;
	font-weight: 100;
	padding: 0px 0px 27px 20px;
	margin: 0px;
}

.social-gallery-left-info h2 span {
	display: block;
	font-family: inherit;
}

a.social-teaser-link,
a.social-teaser-link:visited {
	width: 100%;
	padding: 20px;
	color: var(--royal-white);
	display: flex;
	justify-content: space-between;
	border-top: solid 1px var(--royal-white);
}

a.social-teaser-link:hover,
a.social-teaser-link:focus,
a.social-teaser-link:active {
	text-decoration: none;
	background: rgba(255,255,255,0.1);
}

a.social-teaser-link .social-teaser-link-left  {
}

a.social-teaser-link .social-teaser-link-left .social-teaser-link-left-text {
	color: var(--royal-white);
	font-family: 'Roboto Slab', serif;
    font-size: 1.3rem;
	font-weight: 300;
	margin: auto 0px auto 10px;
	display: inline-block;
}

a.social-teaser-link .social-teaser-link-left .social-teaser-link-icon {
	display: inline-block;
	position: relative;
	bottom: 2px;
}

a.social-teaser-link .social-teaser-link-left .social-teaser-link-icon svg {
	fill: var(--royal-white);
	width: 25px;
}

a.social-teaser-link .social-teaser-link-right {
}

a.social-teaser-link .social-teaser-link-right .social-teaser-link-right-arrow {
	display: inline-block;
	position: relative;
	top: 4px;
}


a.social-teaser-link .social-teaser-link-right .social-teaser-link-right-arrow svg {
	fill: var(--royal-white);
	width: 40px;
}

.social-gallery-teaser-container .social-gallery-right-gallery .envira-gallery-public,
.social-gallery-teaser-container .social-gallery-right-gallery .envira-gallery-wrap {
	margin: 0px;
}

.social-gallery-teaser-container .envira-gallery-link img {
	transform: scale(1);
	transition: all ease 0.1s;
	width: 100%;
	height: 100%;
}

.social-gallery-teaser-container .envira-gallery-link:hover img{
	transform: scale(1.09); 
}

/* -------------------------------------------------------------------- */
@media (max-width: 1679px) {

	.social-gallery-teaser-container {
	max-width: 1300px;
	}
	
	
	.social-gallery-left-info {
	width: 325px;
	}
	
	.social-gallery-left-info h2 {
    font-size: 1.85rem;
    padding: 0px 0px 20px 20px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 1380px) {

	.social-gallery-teaser-container {
	max-width: 1100px;
	}
	
	
	.social-gallery-left-info {
	width: 220px;
	}
	
	.social-gallery-left-info h2 {
    font-size: 1.5rem;
    padding: 0px 0px 10px 10px;
	}
	
	a.social-teaser-link .social-teaser-link-right .social-teaser-link-right-arrow {
    display: none;
	}
	
	a.social-teaser-link .social-teaser-link-left .social-teaser-link-icon svg {
    fill: var(--royal-white);
    width: 22px;
	}
	
	a.social-teaser-link .social-teaser-link-left .social-teaser-link-left-text {
    font-size: 1.1rem;
    margin: auto 0px auto 5px;
	}
	
	a.social-teaser-link, a.social-teaser-link:visited {
    padding: 10px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 1180px) {
	
	.social-gallery-teaser-wrapper {
    padding: 40px 30px;
	}
	
	.social-gallery-teaser-container {
	max-width: 900px;
	display: block;
	}
	
	.social-gallery-left-info {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	border-bottom: solid 1px var(--royal-white);
	margin-bottom: 10px;
	}
	
	a.social-teaser-link, a.social-teaser-link,
	a.social-teaser-link, a.social-teaser-link:visited {
    width: unset;
	display: inline-block;
	border: none;
	}
	
	.social-gallery-left-info h2 span {
    display: inline-block;
	}
	
	.social-gallery-left-info h2 {
    font-size: 1.4rem;
    padding: 0px;
    line-height: 1em;
    display: inline-block;
    padding-top: 12px;
	}
	
	.social-gallery-teaser-wrapper .social-gallery-teaser-container .social-gallery-right-gallery .envira-gallery-item {
	padding: 0px 10px !important;
	}
	
	.social-gallery-right-gallery {
	width: calc(100% + 20px);
	position: relative;
	left: -10px;
	}
	
}

/* -------------------------------------------------------------------- */
@media (max-width: 980px) {
	
	.social-gallery-teaser-container {
	max-width: 760px;
	}
	
}

/* -------------------------------------------------------------------- */
@media (max-width: 808px) {
	
	.social-gallery-teaser-wrapper {
    padding: 25px 20px 20px 20px;
	}
		
	.social-gallery-right-gallery {
	width: calc(100% + 10px);
	position: relative;
	left: -5px;
	}

	.social-gallery-teaser-container .envira-gallery-link:hover img {
	transform: scale(1); 
	}
	
	.social-gallery-teaser-container .social-gallery-right-gallery .envira-gallery-public {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.social-gallery-teaser-wrapper .social-gallery-teaser-container .social-gallery-right-gallery .envira-gallery-item {
	padding: 0px 5px !important;
	width: 100% !important;
	}
	
	.social-gallery-left-info {
	display: block;
	text-align: center;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	}
	
	.social-gallery-left-info h2 {
    display: block;
    padding-top: 0px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 1.3rem;
	}
	
	a.social-teaser-link .social-teaser-link-left .social-teaser-link-icon svg {
    fill: var(--royal-white);
    width: 18px;
	}
	
	a.social-teaser-link .social-teaser-link-left .social-teaser-link-left-text {
    font-size: 1.0rem;
    margin: auto 0px auto 3px;
	}
	
	.social-teaser-link {
	
	}
	
}








