.hd_2click {
text-align: center;
line-height: 150%;
display: flex;
justify-content: center;
align-items: center;
background-color: #f8f8f8;
padding: 40px 40px;
}
.hd_2click p {
margin: 0 0 20px 0;
}
.hd_2click .hd_2click_wrap {
transition: all 100ms ease-in;
}
.hd_2click.hd_2click_loading .hd_2click_wrap {
opacity: 0;
}
.hd_2click a.hd_2click_button {
color: #000;
cursor: pointer;
display: table;
background: #ffffff;
text-decoration: none;
padding: 10px 20px;
margin: 0 auto;
border: 1px solid #ffffff;
box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
transition: all 100ms ease-in;
}
.hd_2click a.hd_2click_button:hover {
color: #000;
box-shadow: 0 0px 8px 0px rgba(0,0,0,0.2);
}
.hd_2click.hd_2click_googlemaps {
min-height: 211px;
display: flex;
justify-content: center;
align-items: center;
}
.hd_2click.hd_2click_googlemaps .hd_2click_wrap {
}
.hd_2click.hd_2click_googlemaps .hd_2click_wrap p {
margin: 20px 0;
}
.hd_2click.hd_2click_googlemaps a.hd_2click_button {
display: inline-block;
background-color: #ffffff;
color: #000000;
padding: 10px 20px;
border: 1px solid #cccccc;
text-decoration: none;
cursor: pointer;
transition: background-color 100ms ease-in-out, box-shadow 100ms ease-in-out;
}
.hd_2click.hd_2click_googlemaps a.hd_2click_button:hover {
background-color: #f0f0f0;
box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}
.hd_2click.hd_2click_youtube a.hd_2click_button {
margin: 0 auto;
padding: 0;
border: none;
box-shadow: none;
background: transparent;
}
.hd_2click.hd_2click_youtube a.hd_2click_button {
}
.hd_2click.hd_2click_youtube a.hd_2click_button:hover img {
border-radius: 50%;
background-color: rgba(0,0,0,0.8);
box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}
.hd_2click.hd_2click_youtube a.hd_2click_button img {
width: 120px;
height: 120px;
}
.hd_2click.hd_2click_instagram {
min-height: 211px;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
}
.hd_2click.hd_2click_youtube {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hd_2click.hd_2click_youtube .hd_2click_wrap {
width: 90%;
height: 90%;
display: flex;
align-content: space-between;
justify-content: center;
align-items: center;
flex-direction: column;
}
.hd_2click .video {
display: flex;
align-content: space-between;
justify-content: space-between;
align-items: flex-end;
}
.video hr {
background: #ccc;
}
.video .hd_2click_video_title {
font-size: 24px;
font-weight: 400;
color: #000;
text-align: center;
line-height: 1.5;
text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.hd_2click .video .hd_2click_video_text {
margin: 20px 0 0 0;
font-size: 20px;
color: #000;
text-align: center;
line-height: 1.5;
text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.hd_2click .video .hd_2click_video_text a {
font-size: 20px;
font-weight: 700;
color: #000;
line-height: 1.5;
text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 980px) {
.hd_2click.hd_2click_youtube .hd_2click_wrap {
width: 90%;
height: 90%;
display: flex;
justify-content: space-evenly;
align-content: center;
align-items: center;
flex-direction: column;
}
.hd_2click .video {
margin: 0 auto 0 auto;
font-size: 18px;
position: static;
}
.video .hd_2click_video_title {
display: none;
}
.hd_2click .video .hd_2click_video_text {
width: 100%;
font-size: 18px;
text-align: center;
}
.hd_2click .video .hd_2click_video_text a {
font-size: 18px;
}
.hd_2click.hd_2click_youtube a.hd_2click_button img {
width: 96px;
height: 96px;
}
}
@media only screen and (max-width: 480px) {
.hd_2click .video {
margin: 0 auto 0 auto;
font-size: 16px;
position: static;
display: block;
}
.hd_2click .video .hd_2click_video_text {
font-size: 16px;
line-height: 1.2;
}
.hd_2click .video .hd_2click_video_text a {
font-size: 16px;
}
.hd_2click.hd_2click_youtube a.hd_2click_button img {
width: 96px;
height: 96px;
}
}