/**
Theme Name: Lolbeans
Author: Syed Biplob
Author URI: https://facebook.com/mebiplob
Description: A custom wordrpess Theme
Tags: blog
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lolbeans
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
***
*** Header Style
*/
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.header {
    background: linear-gradient(to bottom,#222 0,#222 100%);
    box-shadow: 0 0 8px 0 #333;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 999;
  }
.mobile_menu .close{
    display: none !important;
}

.mobile_menu{
    display: none;
}

.mobile_search button:focus{
    background-color: transparent;
}
.mobile_search input:focus{
    border: 0;
    outline: 0;
    height: 30px;
}

.mobile_search input{
    border: 0;
    height: 30px;
    padding: 0 5px;
}

.left-0{
    left: 0 !important;
}

.showCross{
    display: block;
}

.mobile_menu_holder{
    position: fixed;
    width: 220px;
    background: #9a0a6b;
    top: 60px;
    left: -220px;
    transition: left 0.5s ease;
    color: #fff;
    height: auto;
    overflow-y: auto;
    z-index: 10;
    max-height: 400px;
    padding: 15px;
}

.mobile_search .form_input_holder{
    position: relative;
}

.m_menu_holder ul {padding: 0;margin: 0;list-style: none;}

.m_menu_holder ul li > a{
    height: 34px;
    display: block;
    line-height: 34px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: all ease .3s;
}

.m_menu_holder ul li > a:hover{
    padding-left: 5px;
}

.mobile_search svg {height: 16px;}

.mobile_search button {border: 0;position: absolute;top: 1px;right: 0;background: white;}

.mobile_search input {width: 100%;}


.hamburger_menu{
    margin-top: 5px;
    display: flex;
    width: 100%;
    height: 30px;
    flex-direction: column;
    justify-content: space-evenly;
}
.mobile_menu span{
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    background: #fff;
}

.hamburger_menu svg{
    height: 40px;
    margin-left: -10px;
}

.left_logo {
    display: flex;
    justify-content: left;
    align-items: center;
}

.left_logo a{
    color: #fff;
    font-size: large;
}

.left_logo a img{
    max-width: 160px;
}

.navigation_holder{
    display: flex;
    justify-content: left;
    align-items: center;
}
.navigation_holder ul{
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navigation_holder ul >  li {
    position: relative;
   margin: 0 15px 0 0;
}
.navigation_holder ul >  li > a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.right_search {
    position: relative;
}
.right_search input{
    height: 40px;
    background-color: white;
    color: #333;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    border: 0;
    box-sizing: border-box;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}

.right_search button{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 3px;
    right: 18px;
    background: white;
    border: 0;
}

.full_wide_body {
    position: relative;
    padding-top: 120px;
    background-color: #4BB8F1;
}

.game_frame{
    height: 600px;
    position: relative;
	background: #222;
    width: 100%;
    outline: 1px solid #eee;
}

.viewfullscreen{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.iframeScreen{
    width: 100%;
    height: calc(100% - 50px);
}

.framePreload {
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background-image: linear-gradient(290deg, rgb(123 64 208) 55%, rgb(175 70 237), #c49cda);
    position: absolute;
    width: 100%;
}

.game_img img {
    height: 250px !important;
    width: 250px !important;
    border-radius: 10px;
    object-fit:cover;
    border: 2px solid white;
}

.gamePlayButton button {
    min-width: 160px;
    border-radius: 20px;
    background-color: #35FDFF;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 20px 40px;
    margin-top: 20px;
    cursor: pointer;
    color: #000;
    display: block;
    animation: crunch 500ms infinite ease;
    text-align: center;text-decoration: none;
}

@keyframes crunch {
    0% {
        transform: rotate(-2deg) scale(0.98);
    }
    
    50% {
        transform: rotate(2deg) scale(1.02);
    }
    100% {
        transform: rotate(-2deg) scale(1);
    }
}


.frame_controls{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 0;
    background-color: white;
    z-index: 99;
}

.frame_controls svg{
    cursor: pointer;
}
.frameShare, .frame_comments, .frame_screen{
    height: 20px;
    width: 20px;
    color: #333;
}
.frameControls{
    justify-content: end;
    gap: 10px;
}
.social_share_box {position: fixed;height: 100%;width: 100%;top: 0;left: 0; display: none; justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .8); transition: all ease .3s;}

.social_links_holder {display: flex;flex-direction: column; justify-content: center; align-items: center; height: 100%; width: 100%;}

.links_holder ul {display: flex;list-style: none;gap: 5px;padding: 0;margin: 0;}

.links_holder ul > li {height: 40px;width: 40px;overflow: hidden;background: red;line-height: 40px;position: relative;}
.facebook{background-color: #1877f2;}.twitter{background-color: #1da1f2;}.linkedin{background-color: #0077b5;}.pinterest{background-color: #e60023;}.googlePlus{background-color: #dd4b39;}.reddit{background-color: #ff4500;}.whatsapp{background-color: #075e54;}
.links_holder ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
}

.game_item {
    border-radius: 5px;
    overflow: hidden;
}
.game_item {
   object-fit: contain;
   box-shadow: 0 5px 10px 5px rgb(0 0 0 / 20%);
   border-radius: 20px;
}
.game_description{
    background-color: #fff;
    padding: 50px 50px;
}
.tagsHolder a{
    display: inline-block;
    padding: 3px 10px;
    background-color: #2c7ad2;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.15s;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}

/*
* Comments
*/
form#commentform {
    display: grid;
    grid-template-columns: repeat(6, 1fr);;
    gap: 30px;
}
form#commentform label{
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
ol.comment-list, ol.children {list-style: none;}

.comment-body {padding: 25px 30px;background: #f8f9fa;margin-bottom: 15px;border-radius: 5px;}

footer.comment-meta {display: flex;justify-content: space-between;margin-bottom: 10px;}

.comment-author.vcard {display: flex;gap: 10px;align-items: center;}

span.says {display: none;}

.comment-metadata {
    font-size: 14px;
    text-decoration: none;
  }
  .comment-metadata > a {
    color: #333;
    text-decoration: none;
  }
.comment-author.vcard img {height: 45px;width: 45px;border-radius: 45px;object-fit: cover;overflow: hidden;}
p.comment-notes {display: none;}

p.comment-form-comment {grid-column: 1 / span 6;}

p.comment-form-comment label {font-weight: 400;}

form#commentform input, #commentform textarea {background: #f8f9fa;border: 1px solid whitesmoke; width: 100%;}
form#commentform input{
    height: 45px;
}
.comment-form-author {
    grid-column: 1 / span 2;
}
.comment-form-email {
    grid-column: 3 / span 2;
}
.comment-form-url{
    grid-column: 5 / span 2;
}
p.comment-form-cookies-consent {
    display: none;
}
input#submit {height: 45px;padding: 0 15px;background: #212529 !important;color: #fff;}

b.fn > a {color: #333;text-decoration: none;text-transform: capitalize;}
.reply > a {color: #333;}
h3#reply-title {font-size: 1.5rem!important;padding: 15px 0 30px;}

.form-submit { grid-column: 1/span 6;}

#commentform input[type='submit'] {max-width: 150px;}

#tsh_breadcrumbs {
    display: inline;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 15px 0;
    gap: 5px;
}

.new_games_holder{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 15px;
}

ul#tsh_breadcrumbs .item-home svg{
    color: rgb(223, 83, 170);;
}
ul#tsh_breadcrumbs .item-cat > a{
    text-decoration: none;
}
ul#tsh_breadcrumbs .item-cat, ul#tsh_breadcrumbs .item-current{
    margin-top: 2px;
    font-size: 14px;
}

.new_games_holder .new_game > a{
    display: block;
    max-width: 166px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 2px 2px 7px -3px #1f1f1f;
    border-radius: 15px;
    overflow: hidden;
}
.new_games_holder .new_game > a > img{
    display: block;
    width: 100%;
    height: 100%;
}
.tsh_breadcrumbs svg {
    height: 18px;
}
li.separator svg {
    height: 14px;
}

.footer_container{
    background: linear-gradient(to bottom, #4BB8F1 0, #0b6595 100%);
    box-shadow: 0 0 8px 0 #ac0475;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.footer_container ul{
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}
.footer_container ul li > a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.cat_game_holder {display: grid;grid-template-columns: auto auto auto auto auto auto auto;gap: 30px;}

.cat_game_item {width: 100%;height: 140px; overflow: hidden;}

.cat_game_item > a {height: 100%;width: 100%;display: block;}

.cat_game_item > a > img {height: 100%;width: 100%;object-fit: cover;}

.kk-star-ratings.kksr-valign-top.kksr-align-left {
    display: none !important;
}

.game_items {
    display: grid;
    grid-template-columns: auto;
    align-content: space-between;
    justify-content: center;
    height: 100%;
}

.game_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.footer_container ul{
    padding: 0;
    margin: 0;
}


.nav-links {display: flex;gap: 10px;justify-content: center;align-items: center;width: 100%;}

.nav-links a {height: 40px;width: 40px;text-align: center;line-height: 40px;text-decoration: none;vertical-align: middle; font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background-color: #e83e8c; }
.nav-links a.next svg, .nav-links a.prev svg {
    height: 20px;
}
.nav-links span {height: 40px;width: 40px;text-align: center;
    color: #920a4c;
    line-height: 40px;
    border-radius: 10px;
    border-color: #c34d85;
    background: #e9bed3 linear-gradient(#e9bed3, #fdcfe6);
    box-shadow: 0 0 3px #333, inset 0 2px 0 #ffd1e8;
}

.errorHolder {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.error_img , .error_msg , .gobackbtn{
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
}

.gobackbtn > a{
    height: 45px;
    padding: 0 35px;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    background: #000;
}

@media only screen and (max-width: 1160px) {

    .left_logo a img{
        max-width: 120px;
    }

    .new_games_holder{
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        column-gap: 15px;
    }
    
    
}


@media only screen and (max-width: 1080px) {

    .left_logo{
        justify-content: center;
        /* width: 100%; */
    }

    .new_games_holder{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 15px;
    }
    
    
}


@media only screen and (max-width: 920px) {
    .mobile_menu{
        display: flex;
        height: 40px;
        width: 50px;
        position: absolute;
        top: 0;
        left: 10px;
    }
    .left_logo{
        justify-content: center;
        width: 100%;
    }

    .navigation_holder , .right_search{
        display: none;
    }


    .game_description{
        padding: 30px 25px;
    }


    .new_games_holder{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 15px;
    }
    

    .frameControls {
        justify-content: start;
        gap: 10px;
    }

    form#commentform{
        gap: 15px;
    }


    .comment-form-author {
        grid-column: 1 / span 6;
    }

    .comment-form-email {
        grid-column: 1 / span 6;
    }

    .comment-form-url {
        grid-column: 1 / span 6;
    }
    
    
}

@media only screen and (max-width: 676px) {


    .left_logo{
        justify-content: center;
    }
    .full_wide_body{
        padding-top: 80px;
    }

    .margin-top_mobile{
        margin-top: 30px !important;
    }

    .padding-top_mobile{
        padding-top: 30px !important;
    }

    .new_games_holder{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 0px;
    }

    P{
        font-size: .876rem;
    }

    .game_frame{
        height: 560px;
    }

    .frameControls {
        justify-content: start;
        gap: 10px;
    }
    
    .framePreload{
        flex-direction: column;
        justify-content: center;
    }
   
    .game_description{
        padding: 25px 20px;
    }

    form#commentform{
        gap: 0;
    }


    .comment-form-author {
        grid-column: 1 / span 6;
    }

    .comment-form-email {
        grid-column: 1 / span 6;
    }

    .comment-form-url {
        grid-column: 1 / span 6;
    }
    
}


@media only screen and (max-width: 510px) {


    .left_logo{
        justify-content: center;
    }

    .new_games_holder{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0px;
    }

    .new_games_holder .new_game > a{
        margin: 0 auto 10px;
    }
    .game_description{
        padding: 20px 15px;
    }

    .frameControls {
        justify-content: start;
        gap: 10px;
    }

    form#commentform{
        gap: 0;
    }


    .comment-form-author {
        grid-column: 1 / span 6;
    }

    .comment-form-email {
        grid-column: 1 / span 6;
    }

    .comment-form-url {
        grid-column: 1 / span 6;
    }
    .footer_container{
        padding: 0 15px;
    }
    .footer_container ul{
        gap: 10px;
    }
    
}


@media only screen and (max-width: 480px) {


    .new_games_holder{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0px;
    }

    .frame_controls{
        margin: 8px 0 0;
        padding: 5px 0;
    }

    .kk-star-ratings .kksr-legend {
        margin-left: 0;
        margin-right: 0;
        white-space: nowrap;
        margin-top: 3px;
        font-size: 14px;
    }

}
