/*
Theme Name: Brain-Memo-V2
Version: 1.0
*/

/* CUSTOM CSS */
.navbar-brand img {
	height: 40px;
	width: auto;
}
.belgium .navbar-brand img {
    height: 36px !important;
}
.slovenia .navbar-brand img, .czech .navbar-brand img {
    height: 32px !important;
}
.serbia .navbar-brand img {
    height: 32px !important;
}

.ps-intro-btn {
	width: 240px;
	font-weight: 700;
	font-size: 15px;
}
ol {
	margin-left: 0;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
}
ol p {
	font-weight: normal;
	font-size: 14px;
}
.page-title {
	font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}
.page h1, .page h2, .page h3, .page h4 {
	margin-top: 15px;
}
.bnt:hover {
	background: #65842c !important;
}
.adv_block_game {
	min-height: 150px;
}
.price-button {
	position: absolute;
	margin: auto;
	text-align: center;
	top: 330px;
	left: 50%;
	margin-left: -150px;
}
.page-template-template-games .price-button {
	position: relative;
	top: auto;
	left: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}
.price-button p {
	color: #292929;
	font-weight: bold;
    font-size: 12px;
    margin-top: -25px;
    text-align: center;
    font-family: Verdana;
}
.price-button .btn {
    border-radius: 15px;
    font-size: 35px;
    width: 300px;
    height: 100px;
    line-height: 85px;
    font-weight: 700;
    background: #94CB28;
    color: #292929;
}
.price-button .btn:hover {
	background: #A8DA44;
}
#more p {
	width: 300px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.modal .modal-header {
	border: none;
	padding-bottom: 0;
}
.modal .modal-header p {
	font-size: 16px;
	font-weight: bold;
	max-width: 300px;
    margin: 0 auto;
}
.modal form {
	max-width: 240px;
	margin: 0 auto;
}
.modal input, .modal button {
	margin-bottom: 15px;
	text-align: center;
	height: 45px;
}
.modal .desc {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}
.modal .modal-body {
	padding-top: 0;
}
.modal-dialog {
	margin-top: 250px;
	max-width: 450px;
}
.modal-content {
	padding: 10px;
}
.modal .alert {
	margin-top: 10px;
	font-weight: 500;
}
.modal .close {
	position: absolute;
    top: 0;
    right: 15px;
    opacity: 1;
}
#games a:hover {
	cursor: pointer;
}
#sendsms-modal .modal-title {
	margin-bottom: 10px;
}
#sendsms-modal .keyword, #sendsms-modal .shortcode {
	font-weight: 700;
	background: #dcdcdc;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
#sendsms-modal .shortcode-text {
    font-size: 11px;
    margin: 10px;
}
#sendsms-modal .btn {
	display: block;
	margin: 0 auto;
}
.grecaptcha-badge {
	display: none;
}
footer a {
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 768px) {
	.price-button {
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-top: 20px;
	}
	.price-button .btn, .home #more .btn {
		height: 49px;
		font-size: 17px;
		line-height: 35px;
		border-radius: 7px;
	}
	.price-button p {
		color: #4c4c4c;
		margin-top: 11px;
	}
	.modal-dialog {
		margin-top: 150px;
	}
}
#footer-text {
	padding: 10px 15px;
}
.fronttext h4 {
	margin-top: 5px;
}

/* Games css */
.games-outer-box {
    /*background-color: #fff;*/
}
.games-list {
    margin: 0 auto;
    padding-top: 20px;
}
.games-list .game-category {
    margin-bottom: 11px;
}
.games-list .image-box {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
}
.games-list img {
    width: 70px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.games-list .stars {
    margin: 0;
    padding: 0;
}
.games-list .fa {
    color: #cccccc;
    font-size: 11px;
}
.fa.fa-star.checked {
    color: #eb7e21;
}
.games-list .game-details {
    display: inline-block;
    margin-left: 3%;
    width: 72%;
}
.games-list .game-details p {
    /*
    margin-bottom: 0;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    */
}
.games-list .game-desc {
    font-size: 11px;
    color: #8c8c8c;
}
.games-list .item {
    display: block;
    color: #E72D44;

    height: 90px;

}
.games-list h5 {
    margin-bottom: 20px;
    color: #8D8D8D;
    font-style: normal;
}
.games-list h5 .fa {
    font-size: 17px;
}
.games-list .cat22, .games-list a.cat22 .fa {
    color: #1d95cd;
}
.games-list .cat19, .games-list a.cat19 .fa {
    color: #7b3488;
}
.games-list .cat4, .games-list a.cat4 .fa {
    color: #e42431;
}
.games-list .cat16, .games-list a.cat16 .fa {
    color: #ee7f00;
}
.games-list .cat20, .games-list a.cat20 .fa {
    color: #d583d6;
}
.games-list .cat15, .games-list a.cat15 .fa {
    color: #2a4694;
}
.games-list .cat18, .games-list a.cat18 .fa {
    color: #38b052;
}
.games-list .cat21, .games-list a.cat21 .fa {
    color: #ffc517;
}
.games-list .cat25, .games-list a.cat25 .fa {
    color: #f24b09;
}
.games-list .cat24, .games-list a.cat24 .fa {
    color: #871616;
}
.games-list .cat23, .games-list a.cat23 .fa {
    color: #50801c;
}
.games-list .cat-2, .games-list a.cat-2 .fa {
    color: #bebebe;
}
.game-detail .btn-play-now {
    bottom:15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow:  5px 10px 18px #888888;
}
.game-detail .game-detail-image {
    margin: 0 0 10px 0;
    position: relative;
}
.game-detail .game-detail-image img {
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.game-detail h3 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
}
.game-detail .game-detail-title-block h2 {
    float: left;
    margin: 5px 0 10px 0;
    font-size: 20px;
    padding: 0;
}
.game-detail .game-detail-title-block .stars {
    float: right;
    margin-top: 4px;
}
.game-detail .game-detail-title-block .stars .fa {
    font-size: 12px;
}
.game-detail .game-detail-description {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #8c8c8c;
}
.related-games .adv_block_game {
	width: 100%;
}
.related-games .title-random {
	font-size: 16px;
	color: #fc6c1e;
	margin: 8px 0 5px 0;
	padding: 0;
}
.related-games .title-game {
	font-size: 14px;
	padding: 0;
}
.related-games .pull-left{
	padding: 10px 10px 0 10px;
}
.related-games .adv_block_game {
	min-height: 100px;
	margin-bottom: 10px;
}
.related-games .media-object  {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

@media screen and (min-width: 768px) {
	.game-detail {
		margin-top: 10px;
		margin-bottom: 15px;
		float: left;
		width: 60%;        
	}

	.related-games {
		float: right;
		width: 40%;
		margin-top: 0;
	}

    .mobile-related {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .desktop-related {
        display: none !important;
    }
    .game-detail {
        
    }
    .game-detail h3 {
        text-align: center;
    }
    .game-detail h2 {
        text-align: center;
    }

    .game-detail .game-detail-description {
        text-align: center;
    }
}

@media only screen and (min-width: 1140px) { .intro-Norway  {min-height: 330px !important;background-size:1240px; background-position: center -200px !important;}}
@media only screen and (min-width: 940px) {  .intro-Norway  {min-height: 330px !important;background-position: center -30px; }}
@media only screen and (max-width: 880px)  { .intro-Norway  {min-height: 330px !important;background-position: center 0px;}}
@media only screen and (max-width: 768px)  { .intro-Norway  {min-height: 340px !important;background-position: center 0px;}}
@media only screen and (max-width: 580px)  { .intro-Norway  {min-height: 340px !important;background-position: center 0px;}}
@media only screen and (max-width: 480px)  { .intro-Norway  {min-height: 340px !important;background-position: center 0px;}}
@media only screen and (max-width: 380px)  { .intro-Norway  {min-height: 340px !important;background-position: center 0px;}}


@media only screen and (min-width: 1140px) { .intro-Greece  {min-height: 430px !important;background-size:1240px; background-position: center -200px !important;}}
@media only screen and (min-width: 940px) {  .intro-Greece  {min-height: 430px !important;background-position: center -30px; }}
@media only screen and (max-width: 880px)  { .intro-Greece  {min-height: 330px !important;background-position: center 0px;}}
@media only screen and (max-width: 768px)  { .intro-Greece  {min-height: 340px !important;background-position: center 0px;}}
@media only screen and (max-width: 580px)  { .intro-Greece  {min-height: 360px !important;background-position: center 0px;}}
@media only screen and (max-width: 480px)  { .intro-Greece  {min-height: 360px !important;background-position: center 0px;}}
@media only screen and (max-width: 380px)  { .intro-Greece  {min-height: 375px !important;background-position: center 0px;}}

.in-page {
    margin-top: 60px;background-color: rgba(0,0,0, 0.3);border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
}
.in-page.pin {
    margin-top: 50px !important;background-color: rgba(0,0,0, 0.3);border-radius: 10px;
}
.in-page .alert {
    max-width: 400px; margin: 0 auto; padding: 5px 10px; font-size: 12px;
}
.in-page form {
    width: 240px; text-align: center; margin: 0 auto;
}
.in-page input, .in-page button {
    margin-bottom: 15px;
    text-align: center;
    height: 35px;
    font-size: 13px;
}
.in-page button:hover {
    font-size: 13px;
}
.in-page .desc {
    font-size: 13px;
}
.in-page .desc a {
    color: #fff;
    text-decoration: underline;
}

.page-template-template-pin .intro-Norway { margin-top: -60px; }
.page-template-template-pin .intro-Greece { margin-top: -60px; }

.navbar-collapse {
    width: 65% !important;
    float: right;
}

.image-box-v2 img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
}

.game-category-v2 {
    padding-left: 15px;
    margin-bottom: 25px;
}

.game-category-v2 h5 {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-style: normal;
    font-size: 17px;
    margin: 15px 0 4px 0;
    padding: 0;
    color: #000;
}

.game-details-v2 {
    margin: 5px 0 0 0;
}

.box-info {
    text-align: center;
    margin: 15px auto 25px auto;      
    max-width: 500px;   
}
.box-info img {        
    width: 100%;
}
.box-info .info {
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 15px 0 0 0;         
}

.intro-title {
    font-size: 17px;
    text-align: center;
    padding: 18px 10px;
    margin: 5px 0 10px 0;            
    background: #ffc000;
    border-radius: 5px;
}

.intro-title h2 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #595959;
}
.intro-title h3 {
    font-size: 12px;
    margin: 0;
    color: #595959;

}

.navbar-header {
    background-color: #EAEBEA;
}



.box-info-action {
    text-align: center;
    margin: 25px auto 30px auto;
}
.box-info-action .title-box {
    font-family: 'Montserrat', sans-serif !important;                    
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 10px 0;
    padding: 0;
    color: #000;
}
.box-info-action .info-box {
    font-family: 'Montserrat', sans-serif !important;                    
    font-style: normal;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0;
    color: #000;
}

.btn-action-now-v2, .btn-action-now-v2 :hover, .btn-action-now-v2 :focus, .btn-action-now-v2 :active, .btn-action-now-v2 :active:focus {
    background: #FE770B;
    color: #fff;                    
    border-radius: 20px !important;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0 !important;
    font-size: 18px !important;
    text-transform: none !important;
    width: 280px;
}
.btn-action-now-v2:hover {
    background: #FE770B;
    width: 280px;
    
}


.btn-action-now-v3, .btn-action-now-v3 :hover, .btn-action-now-v3 :focus, .btn-action-now-v3 :active, .btn-action-now-v3 :active:focus {
    background: rgb(57,30,209);
    background: linear-gradient(0deg, rgba(57,30,209,1) 0%, rgba(42,113,250,1) 100%);
    color: #fff;                    
    border-radius: 5px !important;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0 !important;
    font-size: 21px !important;
    text-transform: none !important;
    width: 280px;
    border: solid 1px #fff;
}
.btn-action-now-v3:hover {
    background: rgb(57,30,209);
    background: linear-gradient(0deg, rgba(57,30,209,1) 0%, rgba(42,113,250,1) 100%);
    width: 280px;
    
}

.btn-action-now-v4, .btn-action-now-v4 :hover, .btn-action-now-v4 :focus, .btn-action-now-v4 :active, .btn-action-now-v4 :active:focus {
    background: rgb(57,30,209);
    background: linear-gradient(0deg, rgba(57,30,209,1) 0%, rgba(42,113,250,1) 100%);
    color: #fff;                    
    border-radius: 20px !important;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0 !important;
    font-size: 18px !important;
    text-transform: none !important;
    width: 280px;
}
.btn-action-now-v4:hover {
    background: rgb(57,30,209);
    background: linear-gradient(0deg, rgba(57,30,209,1) 0%, rgba(42,113,250,1) 100%);
    width: 280px;
    
}
.btn-action-now-v4, .btn-action-now-v4:hover, .btn-action-now-v4:focus, .btn-action-now-v4:active, .btn-action-now-v4:active:focus
    background: rgb(57,30,209) !important;
    background: linear-gradient(0deg, rgba(57,30,209,1) 0%, rgba(42,113,250,1) 100%) !important;
}

.btn-action-now-v5, .btn-action-now-v5 :hover, .btn-action-now-v5 :focus, .btn-action-now-v5 :active, .btn-action-now-v5 :active:focus {
    background: #44c767;
    border: 1px solid #18ab29;    
    color: #fff;                    
    border-radius: 20px !important;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 12px 0 !important;
    font-size: 18px !important;
    text-transform: none !important;
    width: 280px;
}
.btn-action-now-v5:hover {
    background: #44c767;
    border: 1px solid #18ab29;    
    width: 280px;    
}

.footer-text {
    margin: 20px 0 20px 0;
}
.footer-text p {
    font-size: 12px;
    color: #5c5c5c;
}


.sendsms-form {
    text-align: center;
    width: 320px;
    margin: 0 auto;
}
.sendsms-form .intro-text {
    font-size: 14px;
}
.sendsms-form .text-bold {
    font-weight: bold; 
    font-size: 24px;
}
.sendsms-form .title {
    margin: 0 0 20px 0;
}
.sendsms-form p {
    font-size: 18px;
    margin: 0;
}
.sendsms-form .sms-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tns-inner {
    margin-left: 0px !important;
}




.dropdown-menu>li>a {
    font-size: 16px !important;
    padding: 5px 10px !important;
    font-weight: normal;
}

@media only screen and (max-width: 768px)  { 

    .navbar li a {
        font-size: 17px;
        text-align: left;
        padding: 6px 10px !important;
        text-transform: uppercase !important;
    }

}

.navbar {
    margin-bottom: 10px;
}
.navbar-collapse {
    position: absolute;
    right: 0;
    z-index: 9999;
}
.navbar-header {
    background: transparent;
}
@media only screen and (max-width: 768px)  { 
    .fixed-bg {
        background-image: url(http://www.brainscore.net/test-v3/wp-content/blogs.dir/104/files/sites/290/2021/07/einstein.jpg);  
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:top left;
        position: relative;    
    }

    .fixed-bg-2 {
        background-image: url(assets/img/content/intro_v5.jpg);  
        background-repeat:no-repeat;
        background-size: 100%;
        background-position:top left;
        position: relative;    
    }
}

.game-category-v3 {
    padding-left: 15px;
    margin-bottom: 15px;
}
.game-category-v3 .item-cont-v3 {
    clear: both;
    width: 100%;
    
}
.game-category-v3 .image-box-v3 {
    float: left;
    width: 31%;     
 
}

.game-category-v3 .image-box-v3 img {                            
    width: 100%;     
    border-radius: 7px;                      
}

.game-category-v3 .game-details-v3 {
    float: left;
    width: 69%;                            
    border-bottom: solid 1px #D6D6D6;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}

.btn-play-now-v4 {
    position: absolute;
    right: 0;
    top: 19px;
    background: #0373e7;
    border-radius: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;    
    padding: 2px 10px;
}

.game-category-v3 h5 {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-style: normal;
    font-size: 17px;
    margin: 15px 0 4px 0;
    padding: 0;
    color: #000;
}

.game-category-v3 .stars {
    margin: -3px 0 0 0;
    padding: 0;                            
}

.game-category-v3 .desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
    margin: 9px 0 0 0;
}

 .game-category-v3 .detail-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;                            
 }

.game-category-v3 .all-games {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #1b06f6;
    font-family: 'Montserrat', sans-serif !important;
}

.game-category-v3 .game-title {
    position: relative;
}

@media only screen and (min-width: 900px) {
    .item-v3  {
        margin: 0 0 10px 0;
    }
    .desktop-logo {
        display: block;
    }
}

.cnt-truncate {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.truncate {
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.price-detail-info {
    font-size: 12px;
    margin: 10px 0;
    text-align: center;
    color: #888;
}

.game-category-v3 {
    background: #fff;
}

#body-gamebro .smoke-bg {
    background: transparent;
}
