/*
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     
==================================================*/
h1 strong,
h2 strong{
	border: 2px solid rgba(0, 0, 0, .1);
	padding: .3em .8em;
}

.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 .btns{
	display: flex;
}
.nwm-game.wp-block-columns .btns a{
	display: block;
    margin: 0 5px;
    background: #0a5c6f;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 0 6px;
    width: 100%;
    text-align: center;
    transition: all .3s ease 0s;
}
.nwm-game.wp-block-columns .btns a.review{
	background: #f3b505;
}
.nwm-game.wp-block-columns .btns a i{
	font-size: 13px;
    margin-right: 5px;
}
.nwm-game.wp-block-columns .btns a:hover{
	    background: #214790;
    color: #fff;
    transition: all .3s ease 0s;
}
/*-----------------------*\
    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) {

}