/* ------------------------------------------------------------ *\
	Section Grid
\* ------------------------------------------------------------ */

.lvw-section-grid { padding-top: 0px; }

.lvw-section-grid .col-md-4 { margin-bottom: 25px; }

.lvw-section-grid .lvw-section__block { position: relative; text-align: center; width: 100%; height: 100%; background: #fff; padding: 30px 15px 30px; }
.lvw-section-grid .lvw-section__block .custom-link { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 50; }
.lvw-section-grid .lvw-section__block--video { padding-bottom: 60px; }
.lvw-section-grid .lvw-section__block:hover .lvw-section__entry { opacity: 1; visibility: visible; }

.lvw-section-grid .lvw-section__block.lvw-section__block-desc { background: transparent; padding: 0; }
.lvw-section-grid .lvw-section__block.lvw-section__block-desc .lvw-section__block-background-container .lvw-play { position: static; }
.lvw-section-grid .lvw-section__block.lvw-section__block-desc .lvw-section__block-background-container { background: #fff; display: block; padding: 30px 15px 30px; }
.lvw-section-grid .lvw-section__block.lvw-section__block-desc .lvw-section__entry { display: none; }
.lvw-section-grid .lvw-section__block.lvw-section__block-desc .lvw-section__content { text-align: left; }

.lvw-section-grid img { width: 100%; transition: opacity .6s; }
.lvw-section-grid h3 { text-transform: uppercase; letter-spacing: 2px; font-size: calc(17px * 1.18); margin-top: 0; margin-bottom: 8px; }
.lvw-section-grid p { color: rgba(74, 87, 98, .75); text-align: left; font-size: 15px; }

.lvw-section-grid h3 .custom-svg { display: inline; width: 54px; margin: 0; }

.lvw-section-grid .lvw-section__block-image { width: 100%; margin-bottom: 30px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.lvw-section-grid .lvw-section__block-image img { width: 100%; height: auto; }
.lvw-section-grid .lvw-section__block > h3 { margin-bottom: 10px; font-size: 26px; }

.lvw-section-grid .lvw-section__entry { position: absolute; left: 0px; top: 0; right: 0px; bottom: 0; padding: 20px; overflow: hidden; background: rgba(255,255,255,.9); opacity: 0; visibility: hidden; transition: .5s; text-align: left; }

.lvw-section-grid .lvw-section__content { margin-top: 44px; color: rgba(74, 87, 98, .75); }
.lvw-section-grid .lvw-section__content a { color: #028860; text-decoration: none; }
.lvw-section-grid .lvw-section__content a:hover { color: #ccc; }

.lvw-section-grid .lvw-section__video { position: absolute; left: 15px; top: 57px; right: 15px; height: 0; padding-top: 62%; background: #000; opacity: 0; transition: opacity .6s; overflow: hidden; }
.lvw-section-grid .lvw-play { position: absolute; left: 50%; z-index: 10; transform: translateX(-50%); }
.lvw-section-grid .lvw-play i { color: #028860; font-size: 50px; }
.lvw-section-grid .lvw-play i:last-child { display: none; }
.lvw-section-grid .lvw-section__block.play .lvw-play i:first-child { display: none; }
.lvw-section-grid .lvw-section__block.play .lvw-play i:last-child { display: inline-block; }
.lvw-section-grid .lvw-section__block.active .lvw-section__video { opacity: 1; }
.lvw-section-grid .lvw-section__block.active .lvw-section__block-image { opacity: 0; }
.lvw-section-grid .lvw-section__video video { position: absolute; left: 0; top: 0; width: 100%; height: auto; }

/* Tablet Portrait */

@media (max-width: 991px) {
/*.lvw-section-grid .lvw-play { top: 70%; }*/
	
}

/* Mobile */

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	/*.lvw-section-grid .lvw-play { top: 85%; }*/
}

@media(max-width: 500px) {
	/*.lvw-section-grid .lvw-play { top: 79%; }*/
	
}