/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/





/*==================================================
>>>       HOMEPAGE     
==================================================*/
.nwm-game.wp-block-columns{
	position : relative ;
/*	overflow: hidden;*/
	padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 1rem !important;
    align-items: center !important;
}
.nwm-game.wp-block-columns .top{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -10px;
}
.nwm-game.wp-block-columns .top figcaption{
	position: absolute;
    top: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.nwm-game.wp-block-columns .wp-block-column{
	border-left: 1px solid #ddd;
}
.nwm-game.wp-block-columns .wp-block-column:first-child{
	border-left: 0;
}

.nwm-game.wp-block-columns p{
	margin: 0;
}
.nwm-game.wp-block-columns .wp-block-button__link{
	padding: 8px 10px !important;
}


/*-----------------------*\
    RESPONSIVE
\*-----------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}