Jump to content

Il Domandatore

Members
  • Posts

    113
  • Joined

  • Last visited

Posts posted by Il Domandatore

  1. 21 hours ago, niche said:

    Perché non stai usando il link di suk dal suo primo post come modello?

    Because doesn't works...

     

    .switcher .selected {
        font-weight: 900;
        font-style: italic;
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 74px;
        white-space: nowrap !important;
    }

    I don't know what to copy anymore to make you understand that it doesn't work. Look at the pictures, because when I said it doesn't work, you accused me yourself. :) It doesn't really work or I am doing something wrong.

     

  2. This;

    .switcher .selected a {
    1. border: 1px solid #642e8b;
      1. border-top-color: rgb(100, 46, 139);
      2. border-top-style: solid;
      3. border-top-width: 1px;
      4. border-right-color: rgb(100, 46, 139);
      5. border-right-style: solid;
      6. border-right-width: 1px;
      7. border-bottom-color: rgb(100, 46, 139);
      8. border-bottom-style: solid;
      9. border-bottom-width: 1px;
      10. border-left-color: rgb(100, 46, 139);
      11. border-left-style: solid;
      12. border-left-width: 1px;
      13. border-image-source: initial;
      14. border-image-slice: initial;
      15. border-image-width: initial;
      16. border-image-outset: initial;
      17. border-image-repeat: initial;
    2. color: #ffffff;
    3. padding: 3px 5px;
    4. width: 211px;
    }
    In one solution I put the width at 305px. I want it not to be 305px, but for the drop-down menu to adapt its length to the text.
  3. I hope that this code helps;

    .switcher .selected a:hover {
    1. background: #642e8b;
    }
     
     
     
    .switcher .selected a:hover {
    1. background: #642e8b;
    }
     
     
     
    .switcher .selected a:hover {
    1. color: #b180d5;
    }
     
     
     
    .switcher .selected a {
    1. border: 1px solid #642e8b;
    2. color: #ffffff;
    3. padding: 3px 5px;
    4. width: 211px;
    }
     
     
     
    .switcher .selected a {
    1. border: 1px solid #642e8b;
    2. color: #ffffff;
    3. padding: 3px 5px;
    4. width: 211px;
    }
     
     
     
    .switcher .selected a {
    1. padding: 0 !important;
    2. border: 0 !important;
    }
     
     
     
    .switcher .selected a {
    1. text-decoration: none;
    2. display: block;
    3. font-size: 24px;
    }
     
     
     
    .switcher a {
    1. text-decoration: none;
    2. display: block;
    3. font-size: 16pt;
    4. -webkit-box-sizing: content-box;
    5.  
      -moz-box-sizing: content-box;
    6. box-sizing: content-box;
    }
     
     
     
    .switcher a {
    1. text-decoration: none;
    2. display: block;
    3. font-size: 16pt;
    4. -webkit-box-sizing: content-box;
    5.  
      -moz-box-sizing: content-box;
    6. box-sizing: content-box;
    }
     
     
     
    a:hover {
    1. color: #642e8b;
    }
     
     
     
    a, a:hover, a:focus {
    1. text-decoration: none;
    2. -webkit-transition: all 0.3s 
       
      ease;
    3.  
      -moz-transition: all 0.3s ease;
    4.  
      -ms-transition: all 0.3s ease;
    5.  
      -o-transition: all 0.3s ease;
    6. transition: all 0.3s 
       
      ease;
    }
     
     
     
    a:hover {
    1. color: #13aff0;
    }
     
     
     
    a:active, a:hover {
    1. outline: 0;
    }
     
     
     
    a:hover, a:active {
    1. outline: 0;
    }
     
     
     
    .dropdown-menu, .dropdown-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    .sf-menu, .sf-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    a {
    1. color: #ffffff;
    }
     
     
     
    a {
    1. color: #333;
    }
     
     
     
    a {
    1. background-color: transparent;
    }
     
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
     
     
    *, *:before, *:after {
    1. -webkit-box-sizing: border-box;
    2.  
      -moz-box-sizing: border-box;
    3. box-sizing: border-box;
    }
     
     
    user agent stylesheet
    a:-webkit-any-link {
    1. color: -webkit-link;
    2. text-decoration: underline;
    3. cursor: auto;
    }
    Inherited from 
    div.selected
     
     
    .switcher .selected {
    1. font-weight: 900;
    2. font-style: italic;
    3. font-size: 24px;
    4. letter-spacing: 2px;
    5. line-height: 74px;
    }
     
     
     
    .dropdown-menu, .dropdown-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    .sf-menu, .sf-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    div.switcher.notranslate
     
     
    .switcher {
    1. font-family: Arial;
    2. font-size: 16pt;
    3. text-align: left;
    4. cursor: pointer;
    5. overflow: hidden;
    6. width: 223px;
    7. line-height: 17px;
    }
     
     
     
    .switcher {
    1. font-family: Arial;
    2. font-size: 16pt;
    3. text-align: left;
    4. cursor: pointer;
    5. overflow: hidden;
    6. width: 223px;
    7. line-height: 17px;
    }
     
     
     
    .dropdown-menu, .dropdown-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    .sf-menu, .sf-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    li#menu-item-1660.menu-item.menu-item-type-gs_sim.menu-item-object-gs_sim.menu-item-1660
     
     
    .sf-menu li.menu-item {
    1. position: relative;
    2. white-space: nowrap;
    3. white-space: normal;
    }
     
     
     
    .dropdown-menu, .dropdown-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    .sf-menu, .sf-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
     
    user agent stylesheet
    li {
    1. display: list-item;
    2. text-align: -webkit-match-parent;
    }
    Inherited from 
    ul#menu-menu.main-menu.dropdown-menu.sf-menu.sf-js-enabled
     
     
    #site-navigation-wrap .dropdown-menu {
    1. list-style: none;
    2. margin: 0;
    3. padding: 0;
    }
     
     
     
    .dropdown-menu, .dropdown-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    .sf-menu, .sf-menu * {
    1. margin: 0;
    2. padding: 0;
    3. list-style: none;
    }
     
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
     
    user agent stylesheet
    ul, menu, dir {
    1. display: block;
    2. list-style-type: disc;
    3. -webkit-margin-before: 1em;
    4. -webkit-margin-after: 1em;
    5. -webkit-margin-start: 0px;
    6. -webkit-margin-end: 0px;
    7. -webkit-padding-start: 40px;
    }
    Inherited from 
    nav#site-navigation.navigation.main-navigation.clr
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    div.container.clr
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    div#site-navigation-wrap.clr.left-menu
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    div.bottom-header-wrap.clr
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    div#site-header-inner.clr
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    header#site-header.medium-header.hidden-menu.clr
     
     
    #site-header.medium-header {
    1. background-color: transparent;
    2. text-align: center;
    }
     
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    div#wrap.clr
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    div#outer-wrap.site.clr
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    body.home.page-template-default.page.page-id-811.logged-in.admin-bar.wp-embed-responsive.give-test-mode.give-page.tribe-js.oceanwp-theme.dropdown-mobile.medium-header-style.no-header-border.default-breakpoint.content-full-width.content-max-width.has-breadcrumbs.customize-support.cookies-set.cookies-accepted
     
     
    body {
    1. font-size: 24px;
    2. color: #642e8b;
    3. line-height: 1.5;
    4. letter-spacing: 2px;
    }
     
     
     
    body {
    1. font-family: "Open Sans",sans-serif;
    2. font-size: 14px;
    3. line-height: 1.8;
    4. color: #4a4a4a;
    5. -webkit-font-smoothing: antialiased;
    6.  
      -moz-osx-font-smoothing: grayscale;
    7. overflow-wrap: break-word;
    8. word-wrap: break-word;
    }
     
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Inherited from 
    html.html
     
     
    html {
    1. font-family: sans-serif;
    2.  
      -ms-text-size-adjust: 100%;
    3.  
      -webkit-text-size-adjust: 100%;
    }
     
     
     
    html {
    1. font-size: 62.5%;
    2. overflow-y: scroll;
    3.  
      -webkit-text-size-adjust: 100%;
    4.  
      -ms-text-size-adjust: 100%;
    }
     
     
     
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. outline: 0;
    5. font-size: 100%;
    6. font: inherit;
    7. vertical-align: baseline;
    8. font-family: inherit;
    9. font-size: 100%;
    10. font-style: inherit;
    11. font-weight: inherit;
    }
     
    Pseudo ::before element
     
     
    *, *:before, *:after {
    1. -webkit-box-sizing: border-box;
    2.  
      -moz-box-sizing: border-box;
    3. box-sizing: border-box;
    }
     
    Pseudo ::after element
     
     
    .switcher .selected a:after {
    1. height: 48px;
    2. display: inline-block;
    3. position: absolute;
    4. right: 10px;
    5. width: 15px;
    6. background-position: 50%;
    7. background-size: 14px;
    8. background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16'…a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>");
    9. background-repeat: no-repeat;
    10. content: ""!important;
    11. transition: all .2s;
    }
     
     
     
    .switcher .selected a:after {
    1. height: 48px;
    2. display: inline-block;
    3. position: absolute;
    4. right: 10px;
    5. width: 15px;
    6. background-position: 50%;
    7. background-size: 14px;
    8. background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16'…a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>");
    9. background-repeat: no-repeat;
    10. content: ""!important;
    11. transition: all .2s;
    }
     
     
     
    .switcher .selected a:after {
    1. content: "\f107" !important;
    }
     
     
     
    *, *:before, *:after {
    1. -webkit-box-sizing: border-box;
    2.  
      -moz-box-sizing: border-box;
    3. box-sizing: border-box;
    }
     
    Pseudo ::selection element
     
     
    ::selection {
    1. color: #fff;
    2. background: #333;
    3. text-shadow: none;
    }
  4. Yes, I'm on Wordpress, editing the theme and design of a plugin (it shows a language bar).

    How do I choose the code if I don't understand the Chrome developer tool? Ahaha.

    In the last 4 days, I have created 33% of the custom CSS code, because I am starting to understand something. Only 75 lines in 6 months of work (about 5 cm per line on the subject).

    If I had to edit the CSS code without the chrome developer tool, I wouldn't have done a single line.

    I remember the CSS if I have a real-time view of the changes.

    Do you have a guide to understanding the chrome developer tool? I found some useless developer tool guides online. Things I had figured out on my own ...

    I have duplicate codes like this;
    .fa-angle-down: before {
         content: "\ f107";
    }
    .fa-angle-down: before {
         content: "\ f107";
    }

    A clarification; I studied four times the CSS of W3School, remember a small part.

  5. 11 hours ago, niche said:

    Telling anyone their answer doesn't work is bound to be problematic.

    Sorry I did not understand.

    11 hours ago, niche said:

    Just the relevant parts, please.

    Can you teach me how to do it? Through the Chrome developer tool, I have a great deal of double code. Irrelevant to what I have selected.

    What do I copy? Just CSS, or even HTML?

    I am a beginner and I don't understand how to work on codes. I modify them, but it takes me a lifetime. Remembering codes is not my best value. Six months and the site is still on the graphics ... Please don't digress with protective answers about historical or misleading users. Those weren't the questions.

    12 hours ago, niche said:

    Thoughtful, timely solutions deserve well constructed questions that demonstrate diligence on the part of the OP.

    that's what I'm asking; quality responses. Even giving the proper answers, I found over 99% low quality or misleading answers on the forums. Do you believe it?

  6. Be patient dsonesuk. You look angry, I don't do it on purpose.

    Slowly I'm figuring out what to share on the forum. Last time I shared something on this forum, I received endless phishing attacks in the email and now they are contacting / spamming me on Facebook. Which did not happen before.

    Later I will post the code. If you explain me better how to search in the code, I immediately find the part to put. it's a big mess to collect code snippets through the Chrome developer tool.

  7. Does not work. The Awesome Font disappears, some texts are cut off or do not appear. I tried to put! Important, but nothing.

    The original image is where I put the English language.

    https://postimg.cc/gallery/tGwWb7P

    Next time, put the text in the code. I am new, find something in the text is difficult to interpret and how to write it is more. Thank you for the courtesy.

  8. This is the SVG file to edit. I added via the Chrome developer tool, the font-weight and !Important attribute. I can not add the bold, even in theme with custom CSS.
     
    .switcher .selected a:after {
    1. height: 48px;
    2. display: inline-block;
    3. position: absolute;
    4. right: 10px;
    5. width: 15px;
    6. background-position: 50%;
    7. background-size: 14px;
    8. background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16'…a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>");
    9. background-repeat: no-repeat;
    10. content: ""!important;
    11. transition: all .2s;
    12. font-weight: 900 !important;
    }
     

    Alternatively, I have 2 identical icons with Awesome Font. There I managed to put the Bold, the Hover effect. But I don't know how to take out the SVG, putting the Awesome Font in the correct position.

    SVG was created by the Gtranslate plugin and is on the language bar.

  9. I'm on the submenu and I find the text on two rows. I have provisionally solved it by putting width: 305px. The site has an automatic translator, this solution is not good.

    How do I get the correct width of the submenus? Then I manage what is needed.

  10. I'm back. This time I create the scrollbar, without using Wordpress plugins.

    I searched the internet for CSS generators for scrollbars. Often I'm for Chrome and can't add arrows.

    I tried some code on some guides and added buttons. Without arrows, ugly and both placed low. The arrows make i both go up and down, but I wanted one at the top of the scroll bar.

  11. How to change padding on the menu? In the developer tools on chrome, I put 0 and it works. On the Oceanwp theme, I copy the code and put 0. Why doesn't it work? I often have this type of problem. This is the code;
     
    #site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a { padding: 0 50px 0 50px;
    }

     

  12. 
    <!DOCTYPE html><html class="html" lang="it-IT" prefix="og: https://ogp.me/ns#"><head><meta charset="UTF-8"><link rel="profile" href="https://gmpg.org/xfn/11"><meta name='robots' content='noindex,nofollow' /> <!-- Optimized by SG Optimizer plugin version - 5.7.14 --><meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Search Engine Optimization by Rank Math - https://s.rankmath.com/home --><title>Home -</title><link rel="preload" as="font" href="https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2" crossorigin/><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2" crossorigin/><link rel="stylesheet" id="siteground-optimizer-combined-css-18a58ccf84b847eb84c6fd53f2203163" href="https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-18a58ccf84b847eb84c6fd53f2203163.css" media="all" /><meta name="description" content="Have fun online with old and famous games, choose what you like."/><meta name="robots" content="follow, noindex"/><meta property="og:locale" content="it_IT"><meta property="og:type" content="website"><meta property="og:title" content="Home -"><meta property="og:description" content="Have fun online with old and famous games, choose what you like."><meta property="og:url" content="https://oldfreegame.com/"><meta property="og:updated_time" content="2021-01-06T13:33:54+01:00"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Home -"><meta name="twitter:description" content="Have fun online with old and famous games, choose what you like."> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://oldfreegame.com/#organization","name":"Old Free Game","url":"https://oldfreegame.com"},{"@type":"WebSite","@id":"https://oldfreegame.com/#website","url":"https://oldfreegame.com","name":"Old Free Game","publisher":{"@id":"https://oldfreegame.com/#organization"},"inLanguage":"it-IT","potentialAction":{"@type":"SearchAction","target":"https://oldfreegame.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://oldfreegame.com/#webpage","url":"https://oldfreegame.com/","name":"Home -","datePublished":"2020-12-20T15:43:22+01:00","dateModified":"2021-01-06T13:33:54+01:00","isPartOf":{"@id":"https://oldfreegame.com/#website"},"inLanguage":"it-IT"},{"@type":"Article","headline":"Home -","datePublished":"2020-12-20T15:43:22+01:00","dateModified":"2021-01-06T13:33:54+01:00","author":{"@type":"Person","name":""},"publisher":{"@id":"https://oldfreegame.com/#organization"},"description":"Have fun online with old and famous games, choose what you like.","@id":"https://oldfreegame.com/#richSnippet","isPartOf":{"@id":"https://oldfreegame.com/#webpage"},"inLanguage":"it-IT","mainEntityOfPage":{"@id":"https://oldfreegame.com/#webpage"}}]}</script><meta name="google-site-verification" content="H_553jgCY5vLBUUBYPPrmzAb53oXZtZSkU0VqLIpe7U" /> <!-- /Rank Math WordPress SEO plugin --><link rel='dns-prefetch' href='//s.w.org' /><link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="https://oldfreegame.com/feed/" /><link rel="alternate" type="application/rss+xml" title=" &raquo; Feed dei commenti" href="https://oldfreegame.com/comments/feed/" /><link rel="alternate" type="text/calendar" title=" &raquo; iCal Feed" href="https://oldfreegame.com/calendar/?ical=1" /> <style type="text/css"> img.wp-smiley,
    img.emoji {
     display: inline !important;
     border: none !important;
     box-shadow: none !important;
     height: 1em !important;
     width: 1em !important;
     margin: 0 .07em !important;
     vertical-align: -0.1em !important;
     background: none !important;
     padding: 0 !important;
    } </style> <script type='text/javascript' src='https://oldfreegame.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script> <script type='text/javascript' id='give-js-extra'> /* <![CDATA[ */
    var give_global_vars = {"ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","checkout_nonce":"749489cecf","currency":"EUR","currency_sign":"\u20ac","currency_pos":"before","thousands_separator":".","decimal_separator":",","no_gateway":"Seleziona un metodo di pagamento.","bad_minimum":"L'importo minimo che puoi donare \u00e8","bad_maximum":"L'importo massimo della donazione per questo modulo \u00e8","general_loading":"Caricamento...","purchase_loading":"Attendere Prego...","textForOverlayScreen":"<h3>Processing...<\/h3><p>This will only take a second!<\/p>","number_decimals":"2","is_test_mode":"1","give_version":"2.9.7","magnific_options":{"main_class":"give-modal","close_on_bg_click":false},"form_translation":{"payment-mode":"Seleziona un metodo di pagamento.","give_first":"Inserisci il tuo nome.","give_email":"Inserisci un indirizzo email valido.","give_user_login":"Indirizzo email o nome utente non valido.","give_user_pass":"Inserisci una Password.","give_user_pass_confirm":"Conferma la Password.","give_agree_to_terms":"Devi accettare i termini e condizioni."},"confirm_email_sent_message":"Controlla la tua email e fai clic sul link d'accesso per la cronologia completa delle tua donazioni.","ajax_vars":{"ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","ajaxNonce":"e042297791","loading":"Caricamento","select_option":"Seleziona un'opzione ","default_gateway":"manual","permalinks":"1","number_decimals":2},"cookie_hash":"187a74857defc491ffcdd969d50bf11d","session_nonce_cookie_name":"wp-give_session_reset_nonce_187a74857defc491ffcdd969d50bf11d","session_cookie_name":"wp-give_session_187a74857defc491ffcdd969d50bf11d","delete_session_nonce_cookie":"0"};
    var giveApiSettings = {"root":"https:\/\/oldfreegame.com\/wp-json\/give-api\/v2\/","rest_base":"give-api\/v2"};
    /* ]]> */ </script><link rel="https://api.w.org/" href="https://oldfreegame.com/wp-json/" /><link rel="alternate" type="application/json" href="https://oldfreegame.com/wp-json/wp/v2/pages/811" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://oldfreegame.com/xmlrpc.php?rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://oldfreegame.com/wp-includes/wlwmanifest.xml" /><link rel='shortlink' href='https://oldfreegame.com/' /><link rel="alternate" type="application/json+oembed" href="https://oldfreegame.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Foldfreegame.com%2F" /><link rel="alternate" type="text/xml+oembed" href="https://oldfreegame.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Foldfreegame.com%2F&#038;format=xml" /><meta name="generator" content="Give v2.9.7" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://oldfreegame.com"><link rel="https://theeventscalendar.com/" href="https://oldfreegame.com/wp-json/tribe/events/v1/" /><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css" id="wp-custom-css"> li#menu-item-1277{display:inline-flex !important}.switcher .option{position:absolute !important}.switcher .selected a:hover{color:#C06CFE}.switcher .option a:hover{color:#C06CFE}.switcher .selected{font-weight:900;font-style:italic;font-size:24px;letter-spacing:1.5px}.switcher .selected{font-weight:900;font-style:italic;font-size:24px;letter-spacing:1.5px}.switcher .option{font-weight:900;font-style:italic;font-size:24px;letter-spacing:1.5px}.switcher .selected{line-height:60px;text-transform:uppercase;letter-spacing:2px}.switcher .selected a{text-decoration:none;display:block;font-size:24px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="button"],input[type="reset"],input[type="submit"],button[type="submit"],.button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{font-size:24px;text-transform:capitalize}.switcher .option::-webkit-scrollbar{width:44px}div.wpforms-container-full .wpforms-form input[type=submit]:hover,div.wpforms-container-full .wpforms-form input[type=submit]:focus,div.wpforms-container-full .wpforms-form input[type=submit]:active,div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form button[type=submit]:focus,div.wpforms-container-full .wpforms-form button[type=submit]:active,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:active,div.wpforms-container-full .wpforms-form .wpforms-page-button:focus{/* border:1px solid #ccc;*/!important cursor:pointer}#ascrail2000 .nicescroll-rails .nicescroll-rails-vr .nicescroll-cursors{width:44px;z-index:auto;cursor:default;position:fixed;top:0;right:0;opacity:1;display:block;background:rgb(192,108,254);height:33% !important}.container{text-align:justify} </style> <!-- OceanWP CSS --> <style type="text/css"> .page-header{background-color:#c06cfe}/* General CSS */body,.has-parallax-footer:not(.separate-layout) #main{background-color:#c06cfe}.page-header .page-header-title,.page-header.background-image-page-header .page-header-title{color:#411562}#scroll-top{width:44px;height:44px;line-height:44px}#scroll-top{font-size:24px}#scroll-top{border-radius:10px}#scroll-top{background-color:#411562}#scroll-top:hover{background-color:#411562}#scroll-top:hover{color:#c06cfe}label,body div.wpforms-container-full .wpforms-form .wpforms-field-label{color:#411562}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea{font-size:24px}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{font-size:24px}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea,.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{border-radius:10px}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{border-radius:10px}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea,.select2-container .select2-choice,.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{border-color:rgba(221,221,221,0)}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{border-color:rgba(221,221,221,0)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="email"]:focus,form input[type="tel"]:focus,form input[type="url"]:focus,form input[type="search"]:focus,form textarea:focus,.select2-drop-active,.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices,.select2-drop.select2-drop-above.select2-drop-active,.select2-container-active .select2-choice,.select2-container-active .select2-choices{border-color:rgba(255,255,255,0)}body div.wpforms-container-full .wpforms-form input:focus,body div.wpforms-container-full .wpforms-form textarea:focus,body div.wpforms-container-full .wpforms-form select:focus{border-color:rgba(255,255,255,0)}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea,.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{background-color:#ffffff}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{background-color:#ffffff}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea{color:#411562}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{color:#411562}.theme-button,input[type="submit"],button[type="submit"],button,.button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{border-radius:10px}body .theme-button,body input[type="submit"],body button[type="submit"],body button,body .button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{background-color:#411562}body .theme-button:hover,body input[type="submit"]:hover,body button[type="submit"]:hover,body button:hover,body .button:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:active,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:active,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:active{background-color:#411562}body .theme-button:hover,body input[type="submit"]:hover,body button[type="submit"]:hover,body button:hover,body .button:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:active,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:active,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:active{color:#c06cfe}/* Header CSS */#site-header{border-color:rgba(241,241,241,0)}.is-sticky #site-header.medium-header .top-header-wrap{padding:0}#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.medium-header .oceanwp-mobile-menu-icon a{line-height:84px}#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a{padding:0 50px 0 50px}#site-header.medium-header #site-navigation-wrap,#site-header.medium-header .oceanwp-mobile-menu-icon,.is-sticky #site-header.medium-header.is-transparent #site-navigation-wrap,.is-sticky #site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon,#site-header.medium-header.is-transparent .is-sticky #site-navigation-wrap,#site-header.medium-header.is-transparent .is-sticky .oceanwp-mobile-menu-icon{background-color:#411562}#site-header.has-header-media .overlay-header-media{background-color:rgba(0,0,0,0.5)}#searchform-dropdown input{background-color:#ffffff}#searchform-dropdown input{color:#411562}#searchform-dropdown input{border-color:rgba(255,255,255,0)}#searchform-dropdown input:focus{border-color:rgba(255,255,255,0)}#site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a,#searchform-header-replace-close{color:#ffffff}#site-navigation-wrap .dropdown-menu >li >a:hover,.oceanwp-mobile-menu-icon a:hover,#searchform-header-replace-close:hover{color:#c06cfe}.dropdown-menu .sub-menu{min-width:255px}.dropdown-menu .sub-menu,#searchform-dropdown,.current-shop-items-dropdown{background-color:#411562}.dropdown-menu .sub-menu,#searchform-dropdown,.current-shop-items-dropdown{border-color:#c06cfe}.dropdown-menu ul li.menu-item,.navigation >ul >li >ul.megamenu.sub-menu >li,.navigation .megamenu li ul.sub-menu{border-color:#c06cfe}.dropdown-menu ul li a.menu-link{color:#ffffff}.dropdown-menu ul li a.menu-link:hover{color:#c06cfe}.dropdown-menu ul li a.menu-link:hover{background-color:#411562}#sidr,#mobile-dropdown{background-color:#411562}#sidr li,#sidr ul,#mobile-dropdown ul li,#mobile-dropdown ul li ul{border-color:#c06cfe}body .sidr a,body .sidr-class-dropdown-toggle,#mobile-dropdown ul li a,#mobile-dropdown ul li a .dropdown-toggle,#mobile-fullscreen ul li a,#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a{color:#ffffff}#mobile-fullscreen a.close .close-icon-inner,#mobile-fullscreen a.close .close-icon-inner::after{background-color:#ffffff}body .sidr a:hover,body .sidr-class-dropdown-toggle:hover,body .sidr-class-dropdown-toggle .fa,body .sidr-class-menu-item-has-children.active >a,body .sidr-class-menu-item-has-children.active >a >.sidr-class-dropdown-toggle,#mobile-dropdown ul li a:hover,#mobile-dropdown ul li a .dropdown-toggle:hover,#mobile-dropdown .menu-item-has-children.active >a,#mobile-dropdown .menu-item-has-children.active >a >.dropdown-toggle,#mobile-fullscreen ul li a:hover,#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover{color:#c06cfe}#mobile-fullscreen a.close:hover .close-icon-inner,#mobile-fullscreen a.close:hover .close-icon-inner::after{background-color:#c06cfe}.sidr-class-dropdown-menu ul,#mobile-dropdown ul li ul,#mobile-fullscreen ul ul.sub-menu{background-color:#411562}body .sidr-class-mobile-searchform input,#mobile-dropdown #mobile-menu-search form input{background-color:#ffffff}body .sidr-class-mobile-searchform input,body .sidr-class-mobile-searchform input:focus,#mobile-dropdown #mobile-menu-search form input,#mobile-fullscreen #mobile-search input,#mobile-fullscreen #mobile-search label{color:#411562}body .sidr-class-mobile-searchform input,#mobile-dropdown #mobile-menu-search form input,#mobile-fullscreen #mobile-search input{border-color:rgba(255,255,255,0)}body .sidr-class-mobile-searchform input:focus,#mobile-dropdown #mobile-menu-search form input:focus,#mobile-fullscreen #mobile-search input:focus{border-color:#411562}.sidr-class-mobile-searchform button,#mobile-dropdown #mobile-menu-search form button{color:#411562}.sidr-class-mobile-searchform button:hover,#mobile-dropdown #mobile-menu-search form button:hover{color:#c06cfe}/* Typography CSS */body{font-size:24px;color:#411562;line-height:1.5;letter-spacing:2px}@media (max-width:768px){body{line-height:1.5;letter-spacing:2px}}h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{color:#411562;line-height:1.5;letter-spacing:2px}@media (max-width:768px){h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{line-height:1.5;letter-spacing:2px}}@media (max-width:480px){h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{line-height:1.5;letter-spacing:2px}}h1{font-size:48px;color:#411562;line-height:1.5;letter-spacing:2px}h2{font-size:36px;color:#411562;line-height:1.5;letter-spacing:2px}#site-navigation-wrap .dropdown-menu >li >a,#site-header.full_screen-header .fs-dropdown-menu >li >a,#site-header.top-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.center-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a{font-weight:900;font-style:italic;font-size:24px;letter-spacing:1.5px}.dropdown-menu ul li a.menu-link,#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a{font-weight:900;font-style:italic;font-size:24px;text-transform:capitalize}.sidr-class-dropdown-menu li a,a.sidr-class-toggle-sidr-close,#mobile-dropdown ul li a,body #mobile-fullscreen ul li a{font-size:24px;line-height:1.5;letter-spacing:2px;text-transform:capitalize}.page-header .page-header-title,.page-header.background-image-page-header .page-header-title{font-size:36px;line-height:1.5;letter-spacing:2px}.page-header .page-subheading{font-size:24px;color:#411562;line-height:1.5;letter-spacing:2px}.blog-entry.post .blog-entry-header .entry-title a{color:#411562;line-height:1.5;letter-spacing:2px}.single-post .entry-title{font-size:36px;color:#411562;line-height:1.5;letter-spacing:2px} </style></head><body data-cmplz=1 class="home page-template-default page page-id-811 wp-embed-responsive give-test-mode give-page tribe-no-js oceanwp-theme dropdown-mobile medium-header-style no-header-border default-breakpoint content-full-width content-max-width" ><div id="outer-wrap" class="site clr"> <a class="skip-link screen-reader-text" href="#main">Salta al contenuto</a><div id="wrap" class="clr"><header id="site-header" class="medium-header hidden-menu clr" data-height="74" role="banner"><div id="site-header-inner" class="clr"><div class="bottom-header-wrap clr"><div id="site-navigation-wrap" class="clr center-menu"><div class="container clr"><nav id="site-navigation" class="navigation main-navigation clr" role="navigation" ><ul id="menu-menu" class="main-menu dropdown-menu sf-menu"><li id="menu-item-1277" class="menu-item menu-item-type-gs_sim menu-item-object-gs_sim menu-item-1277"><!-- GTranslate: https://gtranslate.io/ --> <style> .switcher {font-family:Arial;font-size:16pt;text-align:left;cursor:pointer;overflow:hidden;width:223px;line-height:17px;}
    .switcher a {text-decoration:none;display:block;font-size:16pt;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
    .switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}
    .switcher a:hover img {opacity:1;}
    .switcher .selected {background:#411562 linear-gradient(180deg, #411562 0%, #411562 70%);position:relative;z-index:9999;}
    .switcher .selected a {border:1px solid #411562;color:#ffffff;padding:3px 5px;width:211px;}
    .switcher .selected a:after {height:48px;display:inline-block;position:absolute;right:10px;width:15px;background-position:50%;background-size:14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>");background-repeat:no-repeat;content:""!important;transition:all .2s;}
    .switcher .selected a.open:after {-webkit-transform: rotate(-180deg);transform:rotate(-180deg);}
    .switcher .selected a:hover {background:#411562}
    .switcher .option {position:relative;z-index:9998;border-left:1px solid #411562;border-right:1px solid #411562;border-bottom:1px solid #411562;background-color:#411562;display:none;width:221px;max-height:198px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow-y:auto;overflow-x:hidden;}
    .switcher .option a {color:#ffffff;padding:3px 5px;}
    .switcher .option a:hover {background:#411562;}
    .switcher .option a.selected {background:#411562;}
    #selected_lang_name {float: none;}
    .l_name {float: none !important;margin: 0;}
    .switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#f5f5f5;}
    .switcher .option::-webkit-scrollbar {width:5px;}
    .switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;} </style><div class="switcher notranslate"><div class="selected"> <a href="#" onclick="return false;"><img src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/en.png" height="48" width="48" alt="en" /> English</a></div><div class="option"> <a href="#" onclick="doGTranslate('en|af');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Afrikaans" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/af.png" height="48" width="48" alt="af" /> Afrikaans</a><a href="#" onclick="doGTranslate('en|sq');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Shqip" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sq.png" height="48" width="48" alt="sq" /> Shqip</a><a href="#" onclick="doGTranslate('en|am');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="አማርኛ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/am.png" height="48" width="48" alt="am" /> አማርኛ</a><a href="#" onclick="doGTranslate('en|ar');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="العربية" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ar.png" height="48" width="48" alt="ar" /> العربية</a><a href="#" onclick="doGTranslate('en|hy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Հայերեն" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hy.png" height="48" width="48" alt="hy" /> Հայերեն</a><a href="#" onclick="doGTranslate('en|az');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Azərbaycan dili" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/az.png" height="48" width="48" alt="az" /> Azərbaycan dili</a><a href="#" onclick="doGTranslate('en|eu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Euskara" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/eu.png" height="48" width="48" alt="eu" /> Euskara</a><a href="#" onclick="doGTranslate('en|be');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Беларуская мова" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/be.png" height="48" width="48" alt="be" /> Беларуская мова</a><a href="#" onclick="doGTranslate('en|bn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="বাংলা" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bn.png" height="48" width="48" alt="bn" /> বাংলা</a><a href="#" onclick="doGTranslate('en|bs');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bosanski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bs.png" height="48" width="48" alt="bs" /> Bosanski</a><a href="#" onclick="doGTranslate('en|bg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Български" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bg.png" height="48" width="48" alt="bg" /> Български</a><a href="#" onclick="doGTranslate('en|ca');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Català" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ca.png" height="48" width="48" alt="ca" /> Català</a><a href="#" onclick="doGTranslate('en|ceb');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Cebuano" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ceb.png" height="48" width="48" alt="ceb" /> Cebuano</a><a href="#" onclick="doGTranslate('en|ny');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Chichewa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ny.png" height="48" width="48" alt="ny" /> Chichewa</a><a href="#" onclick="doGTranslate('en|zh-CN');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="简体中文" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zh-CN.png" height="48" width="48" alt="zh-CN" /> 简体中文</a><a href="#" onclick="doGTranslate('en|zh-TW');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="繁體中文" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zh-TW.png" height="48" width="48" alt="zh-TW" /> 繁體中文</a><a href="#" onclick="doGTranslate('en|co');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Corsu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/co.png" height="48" width="48" alt="co" /> Corsu</a><a href="#" onclick="doGTranslate('en|hr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Hrvatski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hr.png" height="48" width="48" alt="hr" /> Hrvatski</a><a href="#" onclick="doGTranslate('en|cs');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Čeština‎" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/cs.png" height="48" width="48" alt="cs" /> Čeština‎</a><a href="#" onclick="doGTranslate('en|da');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Dansk" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/da.png" height="48" width="48" alt="da" /> Dansk</a><a href="#" onclick="doGTranslate('en|nl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Nederlands" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/nl.png" height="48" width="48" alt="nl" /> Nederlands</a><a href="#" onclick="doGTranslate('en|en');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="English" class="nturl selected"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/en.png" height="48" width="48" alt="en" /> English</a><a href="#" onclick="doGTranslate('en|eo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Esperanto" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/eo.png" height="48" width="48" alt="eo" /> Esperanto</a><a href="#" onclick="doGTranslate('en|et');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Eesti" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/et.png" height="48" width="48" alt="et" /> Eesti</a><a href="#" onclick="doGTranslate('en|tl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Filipino" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tl.png" height="48" width="48" alt="tl" /> Filipino</a><a href="#" onclick="doGTranslate('en|fi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Suomi" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fi.png" height="48" width="48" alt="fi" /> Suomi</a><a href="#" onclick="doGTranslate('en|fr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Français" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fr.png" height="48" width="48" alt="fr" /> Français</a><a href="#" onclick="doGTranslate('en|fy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Frysk" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fy.png" height="48" width="48" alt="fy" /> Frysk</a><a href="#" onclick="doGTranslate('en|gl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Galego" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gl.png" height="48" width="48" alt="gl" /> Galego</a><a href="#" onclick="doGTranslate('en|ka');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ქართული" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ka.png" height="48" width="48" alt="ka" /> ქართული</a><a href="#" onclick="doGTranslate('en|de');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Deutsch" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/de.png" height="48" width="48" alt="de" /> Deutsch</a><a href="#" onclick="doGTranslate('en|el');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Ελληνικά" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/el.png" height="48" width="48" alt="el" /> Ελληνικά</a><a href="#" onclick="doGTranslate('en|gu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ગુજરાતી" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gu.png" height="48" width="48" alt="gu" /> ગુજરાતી</a><a href="#" onclick="doGTranslate('en|ht');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Kreyol ayisyen" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ht.png" height="48" width="48" alt="ht" /> Kreyol ayisyen</a><a href="#" onclick="doGTranslate('en|ha');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Harshen Hausa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ha.png" height="48" width="48" alt="ha" /> Harshen Hausa</a><a href="#" onclick="doGTranslate('en|haw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Ōlelo Hawaiʻi" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/haw.png" height="48" width="48" alt="haw" /> Ōlelo Hawaiʻi</a><a href="#" onclick="doGTranslate('en|iw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="עִבְרִית" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/iw.png" height="48" width="48" alt="iw" /> עִבְרִית</a><a href="#" onclick="doGTranslate('en|hi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="हिन्दी" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hi.png" height="48" width="48" alt="hi" /> हिन्दी</a><a href="#" onclick="doGTranslate('en|hmn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Hmong" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hmn.png" height="48" width="48" alt="hmn" /> Hmong</a><a href="#" onclick="doGTranslate('en|hu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Magyar" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hu.png" height="48" width="48" alt="hu" /> Magyar</a><a href="#" onclick="doGTranslate('en|is');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Íslenska" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/is.png" height="48" width="48" alt="is" /> Íslenska</a><a href="#" onclick="doGTranslate('en|ig');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Igbo" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ig.png" height="48" width="48" alt="ig" /> Igbo</a><a href="#" onclick="doGTranslate('en|id');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bahasa Indonesia" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/id.png" height="48" width="48" alt="id" /> Bahasa Indonesia</a><a href="#" onclick="doGTranslate('en|ga');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Gaelige" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ga.png" height="48" width="48" alt="ga" /> Gaelige</a><a href="#" onclick="doGTranslate('en|it');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Italiano" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/it.png" height="48" width="48" alt="it" /> Italiano</a><a href="#" onclick="doGTranslate('en|ja');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="日本語" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ja.png" height="48" width="48" alt="ja" /> 日本語</a><a href="#" onclick="doGTranslate('en|jw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Basa Jawa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/jw.png" height="48" width="48" alt="jw" /> Basa Jawa</a><a href="#" onclick="doGTranslate('en|kn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ಕನ್ನಡ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/kn.png" height="48" width="48" alt="kn" /> ಕನ್ನಡ</a><a href="#" onclick="doGTranslate('en|kk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Қазақ тілі" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/kk.png" height="48" width="48" alt="kk" /> Қазақ тілі</a><a href="#" onclick="doGTranslate('en|km');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ភាសាខ្មែរ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/km.png" height="48" width="48" alt="km" /> ភាសាខ្មែរ</a><a href="#" onclick="doGTranslate('en|ko');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="한국어" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ko.png" height="48" width="48" alt="ko" /> 한국어</a><a href="#" onclick="doGTranslate('en|ku');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="كوردی‎" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ku.png" height="48" width="48" alt="ku" /> كوردی‎</a><a href="#" onclick="doGTranslate('en|ky');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Кыргызча" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ky.png" height="48" width="48" alt="ky" /> Кыргызча</a><a href="#" onclick="doGTranslate('en|lo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ພາສາລາວ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lo.png" height="48" width="48" alt="lo" /> ພາສາລາວ</a><a href="#" onclick="doGTranslate('en|la');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Latin" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/la.png" height="48" width="48" alt="la" /> Latin</a><a href="#" onclick="doGTranslate('en|lv');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Latviešu valoda" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lv.png" height="48" width="48" alt="lv" /> Latviešu valoda</a><a href="#" onclick="doGTranslate('en|lt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Lietuvių kalba" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lt.png" height="48" width="48" alt="lt" /> Lietuvių kalba</a><a href="#" onclick="doGTranslate('en|lb');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Lëtzebuergesch" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lb.png" height="48" width="48" alt="lb" /> Lëtzebuergesch</a><a href="#" onclick="doGTranslate('en|mk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Македонски јазик" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mk.png" height="48" width="48" alt="mk" /> Македонски јазик</a><a href="#" onclick="doGTranslate('en|mg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Malagasy" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mg.png" height="48" width="48" alt="mg" /> Malagasy</a><a href="#" onclick="doGTranslate('en|ms');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bahasa Melayu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ms.png" height="48" width="48" alt="ms" /> Bahasa Melayu</a><a href="#" onclick="doGTranslate('en|ml');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="മലയാളം" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ml.png" height="48" width="48" alt="ml" /> മലയാളം</a><a href="#" onclick="doGTranslate('en|mt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Maltese" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mt.png" height="48" width="48" alt="mt" /> Maltese</a><a href="#" onclick="doGTranslate('en|mi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Te Reo Māori" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mi.png" height="48" width="48" alt="mi" /> Te Reo Māori</a><a href="#" onclick="doGTranslate('en|mr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="मराठी" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mr.png" height="48" width="48" alt="mr" /> मराठी</a><a href="#" onclick="doGTranslate('en|mn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Монгол" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mn.png" height="48" width="48" alt="mn" /> Монгол</a><a href="#" onclick="doGTranslate('en|my');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ဗမာစာ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/my.png" height="48" width="48" alt="my" /> ဗမာစာ</a><a href="#" onclick="doGTranslate('en|ne');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="नेपाली" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ne.png" height="48" width="48" alt="ne" /> नेपाली</a><a href="#" onclick="doGTranslate('en|no');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Norsk bokmål" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/no.png" height="48" width="48" alt="no" /> Norsk bokmål</a><a href="#" onclick="doGTranslate('en|ps');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="پښتو" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ps.png" height="48" width="48" alt="ps" /> پښتو</a><a href="#" onclick="doGTranslate('en|fa');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="فارسی" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fa.png" height="48" width="48" alt="fa" /> فارسی</a><a href="#" onclick="doGTranslate('en|pl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Polski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pl.png" height="48" width="48" alt="pl" /> Polski</a><a href="#" onclick="doGTranslate('en|pt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Português" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pt.png" height="48" width="48" alt="pt" /> Português</a><a href="#" onclick="doGTranslate('en|pa');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ਪੰਜਾਬੀ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pa.png" height="48" width="48" alt="pa" /> ਪੰਜਾਬੀ</a><a href="#" onclick="doGTranslate('en|ro');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Română" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ro.png" height="48" width="48" alt="ro" /> Română</a><a href="#" onclick="doGTranslate('en|ru');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Русский" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ru.png" height="48" width="48" alt="ru" /> Русский</a><a href="#" onclick="doGTranslate('en|sm');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Samoan" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sm.png" height="48" width="48" alt="sm" /> Samoan</a><a href="#" onclick="doGTranslate('en|gd');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Gàidhlig" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gd.png" height="48" width="48" alt="gd" /> Gàidhlig</a><a href="#" onclick="doGTranslate('en|sr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Српски језик" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sr.png" height="48" width="48" alt="sr" /> Српски језик</a><a href="#" onclick="doGTranslate('en|st');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Sesotho" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/st.png" height="48" width="48" alt="st" /> Sesotho</a><a href="#" onclick="doGTranslate('en|sn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Shona" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sn.png" height="48" width="48" alt="sn" /> Shona</a><a href="#" onclick="doGTranslate('en|sd');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="سنڌي" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sd.png" height="48" width="48" alt="sd" /> سنڌي</a><a href="#" onclick="doGTranslate('en|si');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="සිංහල" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/si.png" height="48" width="48" alt="si" /> සිංහල</a><a href="#" onclick="doGTranslate('en|sk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Slovenčina" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sk.png" height="48" width="48" alt="sk" /> Slovenčina</a><a href="#" onclick="doGTranslate('en|sl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Slovenščina" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sl.png" height="48" width="48" alt="sl" /> Slovenščina</a><a href="#" onclick="doGTranslate('en|so');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Afsoomaali" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/so.png" height="48" width="48" alt="so" /> Afsoomaali</a><a href="#" onclick="doGTranslate('en|es');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Español" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/es.png" height="48" width="48" alt="es" /> Español</a><a href="#" onclick="doGTranslate('en|su');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Basa Sunda" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/su.png" height="48" width="48" alt="su" /> Basa Sunda</a><a href="#" onclick="doGTranslate('en|sw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Kiswahili" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sw.png" height="48" width="48" alt="sw" /> Kiswahili</a><a href="#" onclick="doGTranslate('en|sv');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Svenska" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sv.png" height="48" width="48" alt="sv" /> Svenska</a><a href="#" onclick="doGTranslate('en|tg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Тоҷикӣ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tg.png" height="48" width="48" alt="tg" /> Тоҷикӣ</a><a href="#" onclick="doGTranslate('en|ta');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="தமிழ்" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ta.png" height="48" width="48" alt="ta" /> தமிழ்</a><a href="#" onclick="doGTranslate('en|te');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="తెలుగు" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/te.png" height="48" width="48" alt="te" /> తెలుగు</a><a href="#" onclick="doGTranslate('en|th');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ไทย" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/th.png" height="48" width="48" alt="th" /> ไทย</a><a href="#" onclick="doGTranslate('en|tr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Türkçe" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tr.png" height="48" width="48" alt="tr" /> Türkçe</a><a href="#" onclick="doGTranslate('en|uk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Українська" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/uk.png" height="48" width="48" alt="uk" /> Українська</a><a href="#" onclick="doGTranslate('en|ur');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="اردو" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ur.png" height="48" width="48" alt="ur" /> اردو</a><a href="#" onclick="doGTranslate('en|uz');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="O‘zbekcha" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/uz.png" height="48" width="48" alt="uz" /> O‘zbekcha</a><a href="#" onclick="doGTranslate('en|vi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Tiếng Việt" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/vi.png" height="48" width="48" alt="vi" /> Tiếng Việt</a><a href="#" onclick="doGTranslate('en|cy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Cymraeg" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/cy.png" height="48" width="48" alt="cy" /> Cymraeg</a><a href="#" onclick="doGTranslate('en|xh');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="isiXhosa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/xh.png" height="48" width="48" alt="xh" /> isiXhosa</a><a href="#" onclick="doGTranslate('en|yi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="יידיש" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/yi.png" height="48" width="48" alt="yi" /> יידיש</a><a href="#" onclick="doGTranslate('en|yo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Yorùbá" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/yo.png" height="48" width="48" alt="yo" /> Yorùbá</a><a href="#" onclick="doGTranslate('en|zu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Zulu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zu.png" height="48" width="48" alt="zu" /> Zulu</a></div></div> <style> #goog-gt-tt {display:none !important;}
    .goog-te-banner-frame {display:none !important;}
    .goog-te-menu-value:hover {text-decoration:none !important;}
    .goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
    body {top:0 !important;}
    #google_translate_element2 {display:none!important;} </style><div id="google_translate_element2"></div> <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2"></script> <script> function GTranslateGetCurrentLang() {var keyValue = document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2] : null;}
    function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}
    function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split('|')[0])return;var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf('goog-te-combo')!=-1){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}}
    if(GTranslateGetCurrentLang() != null)jQuery(document).ready(function() {var lang_html = jQuery('div.switcher div.option').find('img[alt="'+GTranslateGetCurrentLang()+'"]').parent().html();if(typeof lang_html != 'undefined')jQuery('div.switcher div.selected a').html(lang_html.replace('data-gt-lazy-', ''));});
    </script></li><li id="menu-item-847" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children dropdown menu-item-847 nav-no-click"><a href="https://oldfreegame.com/?page_id=846" class="menu-link"><span class="text-wrap">Menu <span class="nav-arrow fa fa-angle-down"></span></span></a><ul class="sub-menu"><li id="menu-item-812" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-811 current_page_item menu-item-812"><a href="https://oldfreegame.com/" class="menu-link"><span class="text-wrap">Home</span></a></li><li id="menu-item-1514" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1514"><a href="https://oldfreegame.com/calendar/" class="menu-link"><span class="text-wrap">Calendar</span></a></li><li id="menu-item-1267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1267"><a href="https://oldfreegame.com/cookie/" class="menu-link"><span class="text-wrap">Cookie</span></a></li><li id="menu-item-1116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1116"><a href="https://oldfreegame.com/contact-us/" class="menu-link"><span class="text-wrap">Contact Us</span></a></li><li id="menu-item-1119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1119"><a href="https://oldfreegame.com/follow-us/" class="menu-link"><span class="text-wrap">Follow Us</span></a></li><li id="menu-item-829" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-829"><a href="https://oldfreegame.com/offer-money/" class="menu-link"><span class="text-wrap">Offer Money</span></a></li><li id="menu-item-832" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="https://oldfreegame.com/who-i-am/" class="menu-link"><span class="text-wrap">Who I Am</span></a></li></ul></li><li id="menu-item-817" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-817 nav-no-click"><a href="https://oldfreegame.com/games/" class="menu-link"><span class="text-wrap">Games <span class="nav-arrow fa fa-angle-down"></span></span></a><ul class="sub-menu"><li id="menu-item-835" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-835"><a href="https://oldfreegame.com/gameboy-advance/" class="menu-link"><span class="text-wrap">Gameboy Advance</span></a></li><li id="menu-item-844" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-844"><a href="https://oldfreegame.com/nintendo/" class="menu-link"><span class="text-wrap">Nintendo</span></a></li><li id="menu-item-841" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-841"><a href="https://oldfreegame.com/snk-neo-geo/" class="menu-link"><span class="text-wrap">SNK Neo Geo</span></a></li><li id="menu-item-838" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://oldfreegame.com/super-nintendo/" class="menu-link"><span class="text-wrap">Super Nintendo</span></a></li></ul></li><li class="search-toggle-li" ><a href="javascript:void(0)" class="site-search-toggle search-dropdown-toggle" aria-label="Search website"><span class="icon-magnifier" aria-hidden="true"></span></a></li></ul><div id="searchform-dropdown" class="header-searchform-wrap clr" ><form role="search" method="get" class="searchform" action="https://oldfreegame.com/"> <label for="ocean-search-form-1"> <span class="screen-reader-text">Search for:</span> <input type="search" id="ocean-search-form-1" class="field" autocomplete="off" placeholder="Cerca" name="s"> </label></form></div><!-- #searchform-dropdown --></nav><!-- #site-navigation --></div></div><!-- #site-navigation-wrap --><div class="oceanwp-mobile-menu-icon clr mobile-right"> <a href="javascript:void(0)" class="mobile-menu"  aria-label="Menu mobile"> <i class="fa fa-bars" aria-hidden="true"></i> <span class="oceanwp-text">Menu</span> <span class="oceanwp-close-text">Chiudi</span> </a></div><!-- #oceanwp-mobile-menu-navbar --><div id="mobile-dropdown" class="clr" ><nav class="clr"><ul id="menu-menu-1" class="menu"><li class="menu-item menu-item-type-gs_sim menu-item-object-gs_sim menu-item-1277"><!-- GTranslate: https://gtranslate.io/ --> <style> .switcher {font-family:Arial;font-size:16pt;text-align:left;cursor:pointer;overflow:hidden;width:223px;line-height:17px;}
    .switcher a {text-decoration:none;display:block;font-size:16pt;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
    .switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}
    .switcher a:hover img {opacity:1;}
    .switcher .selected {background:#411562 linear-gradient(180deg, #411562 0%, #411562 70%);position:relative;z-index:9999;}
    .switcher .selected a {border:1px solid #411562;color:#ffffff;padding:3px 5px;width:211px;}
    .switcher .selected a:after {height:48px;display:inline-block;position:absolute;right:10px;width:15px;background-position:50%;background-size:14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>");background-repeat:no-repeat;content:""!important;transition:all .2s;}
    .switcher .selected a.open:after {-webkit-transform: rotate(-180deg);transform:rotate(-180deg);}
    .switcher .selected a:hover {background:#411562}
    .switcher .option {position:relative;z-index:9998;border-left:1px solid #411562;border-right:1px solid #411562;border-bottom:1px solid #411562;background-color:#411562;display:none;width:221px;max-height:198px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow-y:auto;overflow-x:hidden;}
    .switcher .option a {color:#ffffff;padding:3px 5px;}
    .switcher .option a:hover {background:#411562;}
    .switcher .option a.selected {background:#411562;}
    #selected_lang_name {float: none;}
    .l_name {float: none !important;margin: 0;}
    .switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#f5f5f5;}
    .switcher .option::-webkit-scrollbar {width:5px;}
    .switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;} </style><div class="switcher notranslate"><div class="selected"> <a href="#" onclick="return false;"><img src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/en.png" height="48" width="48" alt="en" /> English</a></div><div class="option"> <a href="#" onclick="doGTranslate('en|af');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Afrikaans" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/af.png" height="48" width="48" alt="af" /> Afrikaans</a><a href="#" onclick="doGTranslate('en|sq');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Shqip" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sq.png" height="48" width="48" alt="sq" /> Shqip</a><a href="#" onclick="doGTranslate('en|am');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="አማርኛ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/am.png" height="48" width="48" alt="am" /> አማርኛ</a><a href="#" onclick="doGTranslate('en|ar');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="العربية" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ar.png" height="48" width="48" alt="ar" /> العربية</a><a href="#" onclick="doGTranslate('en|hy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Հայերեն" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hy.png" height="48" width="48" alt="hy" /> Հայերեն</a><a href="#" onclick="doGTranslate('en|az');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Azərbaycan dili" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/az.png" height="48" width="48" alt="az" /> Azərbaycan dili</a><a href="#" onclick="doGTranslate('en|eu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Euskara" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/eu.png" height="48" width="48" alt="eu" /> Euskara</a><a href="#" onclick="doGTranslate('en|be');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Беларуская мова" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/be.png" height="48" width="48" alt="be" /> Беларуская мова</a><a href="#" onclick="doGTranslate('en|bn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="বাংলা" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bn.png" height="48" width="48" alt="bn" /> বাংলা</a><a href="#" onclick="doGTranslate('en|bs');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bosanski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bs.png" height="48" width="48" alt="bs" /> Bosanski</a><a href="#" onclick="doGTranslate('en|bg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Български" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bg.png" height="48" width="48" alt="bg" /> Български</a><a href="#" onclick="doGTranslate('en|ca');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Català" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ca.png" height="48" width="48" alt="ca" /> Català</a><a href="#" onclick="doGTranslate('en|ceb');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Cebuano" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ceb.png" height="48" width="48" alt="ceb" /> Cebuano</a><a href="#" onclick="doGTranslate('en|ny');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Chichewa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ny.png" height="48" width="48" alt="ny" /> Chichewa</a><a href="#" onclick="doGTranslate('en|zh-CN');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="简体中文" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zh-CN.png" height="48" width="48" alt="zh-CN" /> 简体中文</a><a href="#" onclick="doGTranslate('en|zh-TW');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="繁體中文" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zh-TW.png" height="48" width="48" alt="zh-TW" /> 繁體中文</a><a href="#" onclick="doGTranslate('en|co');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Corsu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/co.png" height="48" width="48" alt="co" /> Corsu</a><a href="#" onclick="doGTranslate('en|hr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Hrvatski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hr.png" height="48" width="48" alt="hr" /> Hrvatski</a><a href="#" onclick="doGTranslate('en|cs');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Čeština‎" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/cs.png" height="48" width="48" alt="cs" /> Čeština‎</a><a href="#" onclick="doGTranslate('en|da');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Dansk" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/da.png" height="48" width="48" alt="da" /> Dansk</a><a href="#" onclick="doGTranslate('en|nl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Nederlands" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/nl.png" height="48" width="48" alt="nl" /> Nederlands</a><a href="#" onclick="doGTranslate('en|en');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="English" class="nturl selected"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/en.png" height="48" width="48" alt="en" /> English</a><a href="#" onclick="doGTranslate('en|eo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Esperanto" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/eo.png" height="48" width="48" alt="eo" /> Esperanto</a><a href="#" onclick="doGTranslate('en|et');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Eesti" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/et.png" height="48" width="48" alt="et" /> Eesti</a><a href="#" onclick="doGTranslate('en|tl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Filipino" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tl.png" height="48" width="48" alt="tl" /> Filipino</a><a href="#" onclick="doGTranslate('en|fi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Suomi" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fi.png" height="48" width="48" alt="fi" /> Suomi</a><a href="#" onclick="doGTranslate('en|fr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Français" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fr.png" height="48" width="48" alt="fr" /> Français</a><a href="#" onclick="doGTranslate('en|fy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Frysk" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fy.png" height="48" width="48" alt="fy" /> Frysk</a><a href="#" onclick="doGTranslate('en|gl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Galego" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gl.png" height="48" width="48" alt="gl" /> Galego</a><a href="#" onclick="doGTranslate('en|ka');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ქართული" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ka.png" height="48" width="48" alt="ka" /> ქართული</a><a href="#" onclick="doGTranslate('en|de');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Deutsch" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/de.png" height="48" width="48" alt="de" /> Deutsch</a><a href="#" onclick="doGTranslate('en|el');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Ελληνικά" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/el.png" height="48" width="48" alt="el" /> Ελληνικά</a><a href="#" onclick="doGTranslate('en|gu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ગુજરાતી" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gu.png" height="48" width="48" alt="gu" /> ગુજરાતી</a><a href="#" onclick="doGTranslate('en|ht');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Kreyol ayisyen" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ht.png" height="48" width="48" alt="ht" /> Kreyol ayisyen</a><a href="#" onclick="doGTranslate('en|ha');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Harshen Hausa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ha.png" height="48" width="48" alt="ha" /> Harshen Hausa</a><a href="#" onclick="doGTranslate('en|haw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Ōlelo Hawaiʻi" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/haw.png" height="48" width="48" alt="haw" /> Ōlelo Hawaiʻi</a><a href="#" onclick="doGTranslate('en|iw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="עִבְרִית" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/iw.png" height="48" width="48" alt="iw" /> עִבְרִית</a><a href="#" onclick="doGTranslate('en|hi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="हिन्दी" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hi.png" height="48" width="48" alt="hi" /> हिन्दी</a><a href="#" onclick="doGTranslate('en|hmn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Hmong" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hmn.png" height="48" width="48" alt="hmn" /> Hmong</a><a href="#" onclick="doGTranslate('en|hu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Magyar" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hu.png" height="48" width="48" alt="hu" /> Magyar</a><a href="#" onclick="doGTranslate('en|is');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Íslenska" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/is.png" height="48" width="48" alt="is" /> Íslenska</a><a href="#" onclick="doGTranslate('en|ig');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Igbo" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ig.png" height="48" width="48" alt="ig" /> Igbo</a><a href="#" onclick="doGTranslate('en|id');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bahasa Indonesia" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/id.png" height="48" width="48" alt="id" /> Bahasa Indonesia</a><a href="#" onclick="doGTranslate('en|ga');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Gaelige" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ga.png" height="48" width="48" alt="ga" /> Gaelige</a><a href="#" onclick="doGTranslate('en|it');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Italiano" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/it.png" height="48" width="48" alt="it" /> Italiano</a><a href="#" onclick="doGTranslate('en|ja');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="日本語" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ja.png" height="48" width="48" alt="ja" /> 日本語</a><a href="#" onclick="doGTranslate('en|jw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Basa Jawa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/jw.png" height="48" width="48" alt="jw" /> Basa Jawa</a><a href="#" onclick="doGTranslate('en|kn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ಕನ್ನಡ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/kn.png" height="48" width="48" alt="kn" /> ಕನ್ನಡ</a><a href="#" onclick="doGTranslate('en|kk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Қазақ тілі" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/kk.png" height="48" width="48" alt="kk" /> Қазақ тілі</a><a href="#" onclick="doGTranslate('en|km');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ភាសាខ្មែរ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/km.png" height="48" width="48" alt="km" /> ភាសាខ្មែរ</a><a href="#" onclick="doGTranslate('en|ko');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="한국어" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ko.png" height="48" width="48" alt="ko" /> 한국어</a><a href="#" onclick="doGTranslate('en|ku');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="كوردی‎" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ku.png" height="48" width="48" alt="ku" /> كوردی‎</a><a href="#" onclick="doGTranslate('en|ky');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Кыргызча" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ky.png" height="48" width="48" alt="ky" /> Кыргызча</a><a href="#" onclick="doGTranslate('en|lo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ພາສາລາວ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lo.png" height="48" width="48" alt="lo" /> ພາສາລາວ</a><a href="#" onclick="doGTranslate('en|la');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Latin" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/la.png" height="48" width="48" alt="la" /> Latin</a><a href="#" onclick="doGTranslate('en|lv');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Latviešu valoda" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lv.png" height="48" width="48" alt="lv" /> Latviešu valoda</a><a href="#" onclick="doGTranslate('en|lt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Lietuvių kalba" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lt.png" height="48" width="48" alt="lt" /> Lietuvių kalba</a><a href="#" onclick="doGTranslate('en|lb');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Lëtzebuergesch" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lb.png" height="48" width="48" alt="lb" /> Lëtzebuergesch</a><a href="#" onclick="doGTranslate('en|mk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Македонски јазик" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mk.png" height="48" width="48" alt="mk" /> Македонски јазик</a><a href="#" onclick="doGTranslate('en|mg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Malagasy" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mg.png" height="48" width="48" alt="mg" /> Malagasy</a><a href="#" onclick="doGTranslate('en|ms');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bahasa Melayu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ms.png" height="48" width="48" alt="ms" /> Bahasa Melayu</a><a href="#" onclick="doGTranslate('en|ml');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="മലയാളം" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ml.png" height="48" width="48" alt="ml" /> മലയാളം</a><a href="#" onclick="doGTranslate('en|mt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Maltese" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mt.png" height="48" width="48" alt="mt" /> Maltese</a><a href="#" onclick="doGTranslate('en|mi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Te Reo Māori" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mi.png" height="48" width="48" alt="mi" /> Te Reo Māori</a><a href="#" onclick="doGTranslate('en|mr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="मराठी" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mr.png" height="48" width="48" alt="mr" /> मराठी</a><a href="#" onclick="doGTranslate('en|mn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Монгол" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mn.png" height="48" width="48" alt="mn" /> Монгол</a><a href="#" onclick="doGTranslate('en|my');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ဗမာစာ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/my.png" height="48" width="48" alt="my" /> ဗမာစာ</a><a href="#" onclick="doGTranslate('en|ne');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="नेपाली" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ne.png" height="48" width="48" alt="ne" /> नेपाली</a><a href="#" onclick="doGTranslate('en|no');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Norsk bokmål" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/no.png" height="48" width="48" alt="no" /> Norsk bokmål</a><a href="#" onclick="doGTranslate('en|ps');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="پښتو" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ps.png" height="48" width="48" alt="ps" /> پښتو</a><a href="#" onclick="doGTranslate('en|fa');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="فارسی" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fa.png" height="48" width="48" alt="fa" /> فارسی</a><a href="#" onclick="doGTranslate('en|pl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Polski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pl.png" height="48" width="48" alt="pl" /> Polski</a><a href="#" onclick="doGTranslate('en|pt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Português" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pt.png" height="48" width="48" alt="pt" /> Português</a><a href="#" onclick="doGTranslate('en|pa');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ਪੰਜਾਬੀ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pa.png" height="48" width="48" alt="pa" /> ਪੰਜਾਬੀ</a><a href="#" onclick="doGTranslate('en|ro');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Română" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ro.png" height="48" width="48" alt="ro" /> Română</a><a href="#" onclick="doGTranslate('en|ru');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Русский" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ru.png" height="48" width="48" alt="ru" /> Русский</a><a href="#" onclick="doGTranslate('en|sm');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Samoan" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sm.png" height="48" width="48" alt="sm" /> Samoan</a><a href="#" onclick="doGTranslate('en|gd');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Gàidhlig" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gd.png" height="48" width="48" alt="gd" /> Gàidhlig</a><a href="#" onclick="doGTranslate('en|sr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Српски језик" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sr.png" height="48" width="48" alt="sr" /> Српски језик</a><a href="#" onclick="doGTranslate('en|st');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Sesotho" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/st.png" height="48" width="48" alt="st" /> Sesotho</a><a href="#" onclick="doGTranslate('en|sn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Shona" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sn.png" height="48" width="48" alt="sn" /> Shona</a><a href="#" onclick="doGTranslate('en|sd');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="سنڌي" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sd.png" height="48" width="48" alt="sd" /> سنڌي</a><a href="#" onclick="doGTranslate('en|si');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="සිංහල" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/si.png" height="48" width="48" alt="si" /> සිංහල</a><a href="#" onclick="doGTranslate('en|sk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Slovenčina" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sk.png" height="48" width="48" alt="sk" /> Slovenčina</a><a href="#" onclick="doGTranslate('en|sl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Slovenščina" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sl.png" height="48" width="48" alt="sl" /> Slovenščina</a><a href="#" onclick="doGTranslate('en|so');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Afsoomaali" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/so.png" height="48" width="48" alt="so" /> Afsoomaali</a><a href="#" onclick="doGTranslate('en|es');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Español" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/es.png" height="48" width="48" alt="es" /> Español</a><a href="#" onclick="doGTranslate('en|su');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Basa Sunda" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/su.png" height="48" width="48" alt="su" /> Basa Sunda</a><a href="#" onclick="doGTranslate('en|sw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Kiswahili" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sw.png" height="48" width="48" alt="sw" /> Kiswahili</a><a href="#" onclick="doGTranslate('en|sv');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Svenska" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sv.png" height="48" width="48" alt="sv" /> Svenska</a><a href="#" onclick="doGTranslate('en|tg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Тоҷикӣ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tg.png" height="48" width="48" alt="tg" /> Тоҷикӣ</a><a href="#" onclick="doGTranslate('en|ta');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="தமிழ்" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ta.png" height="48" width="48" alt="ta" /> தமிழ்</a><a href="#" onclick="doGTranslate('en|te');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="తెలుగు" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/te.png" height="48" width="48" alt="te" /> తెలుగు</a><a href="#" onclick="doGTranslate('en|th');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ไทย" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/th.png" height="48" width="48" alt="th" /> ไทย</a><a href="#" onclick="doGTranslate('en|tr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Türkçe" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tr.png" height="48" width="48" alt="tr" /> Türkçe</a><a href="#" onclick="doGTranslate('en|uk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Українська" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/uk.png" height="48" width="48" alt="uk" /> Українська</a><a href="#" onclick="doGTranslate('en|ur');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="اردو" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ur.png" height="48" width="48" alt="ur" /> اردو</a><a href="#" onclick="doGTranslate('en|uz');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="O‘zbekcha" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/uz.png" height="48" width="48" alt="uz" /> O‘zbekcha</a><a href="#" onclick="doGTranslate('en|vi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Tiếng Việt" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/vi.png" height="48" width="48" alt="vi" /> Tiếng Việt</a><a href="#" onclick="doGTranslate('en|cy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Cymraeg" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/cy.png" height="48" width="48" alt="cy" /> Cymraeg</a><a href="#" onclick="doGTranslate('en|xh');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="isiXhosa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/xh.png" height="48" width="48" alt="xh" /> isiXhosa</a><a href="#" onclick="doGTranslate('en|yi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="יידיש" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/yi.png" height="48" width="48" alt="yi" /> יידיש</a><a href="#" onclick="doGTranslate('en|yo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Yorùbá" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/yo.png" height="48" width="48" alt="yo" /> Yorùbá</a><a href="#" onclick="doGTranslate('en|zu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Zulu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zu.png" height="48" width="48" alt="zu" /> Zulu</a></div></div> <style> #goog-gt-tt {display:none !important;}
    .goog-te-banner-frame {display:none !important;}
    .goog-te-menu-value:hover {text-decoration:none !important;}
    .goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
    body {top:0 !important;}
    #google_translate_element2 {display:none!important;} </style><div id="google_translate_element2"></div> <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2"></script> <script> function GTranslateGetCurrentLang() {var keyValue = document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2] : null;}
    function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}
    function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split('|')[0])return;var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf('goog-te-combo')!=-1){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}}
    if(GTranslateGetCurrentLang() != null)jQuery(document).ready(function() {var lang_html = jQuery('div.switcher div.option').find('img[alt="'+GTranslateGetCurrentLang()+'"]').parent().html();if(typeof lang_html != 'undefined')jQuery('div.switcher div.selected a').html(lang_html.replace('data-gt-lazy-', ''));});
    </script></li><li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-847"><a href="https://oldfreegame.com/?page_id=846">Menu</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-811 current_page_item menu-item-812"><a href="https://oldfreegame.com/" aria-current="page">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1514"><a href="https://oldfreegame.com/calendar/">Calendar</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1267"><a href="https://oldfreegame.com/cookie/">Cookie</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1116"><a href="https://oldfreegame.com/contact-us/">Contact Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1119"><a href="https://oldfreegame.com/follow-us/">Follow Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-829"><a href="https://oldfreegame.com/offer-money/">Offer Money</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="https://oldfreegame.com/who-i-am/">Who I Am</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-817"><a href="https://oldfreegame.com/games/">Games</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-835"><a href="https://oldfreegame.com/gameboy-advance/">Gameboy Advance</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-844"><a href="https://oldfreegame.com/nintendo/">Nintendo</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-841"><a href="https://oldfreegame.com/snk-neo-geo/">SNK Neo Geo</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://oldfreegame.com/super-nintendo/">Super Nintendo</a></li></ul></li><li class="search-toggle-li" ><a href="javascript:void(0)" class="site-search-toggle search-dropdown-toggle" aria-label="Search website"><span class="icon-magnifier" aria-hidden="true"></span></a></li></ul><div id="mobile-menu-search" class="clr"><form method="get" action="https://oldfreegame.com/" class="mobile-searchform" role="search" aria-label="Search for:"> <label for="ocean-mobile-search2"> <input type="search" name="s" autocomplete="off" placeholder="Cerca" /> <button type="submit" class="searchform-submit" aria-label="Submit search"> <i class="icon-magnifier" aria-hidden="true"></i> </button> </label></form></div><!-- .mobile-menu-search --></nav></div></div></div><!-- #site-header-inner --></header><!-- #site-header --><main id="main" class="site-main clr" role="main"><header class="page-header"><div class="container clr page-header-inner"><h1 class="page-header-title clr">Home</h1></div><!-- .page-header-inner --></header><!-- .page-header --><div id="content-wrap" class="container clr"><div id="primary" class="content-area clr"><div id="content" class="site-content clr"><article class="single-page-article clr"><div class="entry clr"><p>Have fun online with old and famous games, choose what you like.</p></div></article></div><!-- #content --></div><!-- #primary --></div><!-- #content-wrap --></main><!-- #main --></div><!-- #wrap --></div><!-- #outer-wrap --> <style> .wpforms-recaptcha-container {
     position: relative !important;
     }  div.wpforms-container-full .wpforms-form .cmplz-accept-marketing {
     background: grey;
     } </style> <script type='text/javascript' id='cmplz-cookie-config-js-extra'> /* <![CDATA[ */
    var complianz = {"static":"","set_cookies":[],"block_ajax_content":"","banner_version":"25","version":"4.9.6","a_b_testing":"","do_not_track":"","consenttype":"optin","region":"eu","geoip":"","categories":"<div class=\"cmplz-categories-wrap\"><label for=\"cmplz_functional\"><input id=\"cmplz_functional\" style=\"color:#c06cfe\" tabindex=\"0\" data-category=\"cmplz_functional\" class=\"cmplz-consent-checkbox cmplz-classic cmplz-classic-checkbox cmplz_functional\" checked disabled type=\"checkbox\">Funzionale<\/label><\/div><div class=\"cmplz-categories-wrap\"><label for=\"cmplz_stats\"><input id=\"cmplz_stats\" style=\"color:#c06cfe\" tabindex=\"0\" data-category=\"cmplz_stats\" class=\"cmplz-consent-checkbox cmplz-classic cmplz-classic-checkbox cmplz_stats\"   type=\"checkbox\">Statistiche<\/label><\/div><div class=\"cmplz-categories-wrap\"><label for=\"cmplz_marketing\"><input id=\"cmplz_marketing\" style=\"color:#c06cfe\" tabindex=\"0\" data-category=\"cmplz_marketing\" class=\"cmplz-consent-checkbox cmplz-classic cmplz-classic-checkbox cmplz_marketing\"   type=\"checkbox\">Marketing<\/label><\/div><style>#cc-window.cc-window .cmplz-categories-wrap .cc-check svg {stroke: #c06cfe}<\/style>","position":"bottom-left","title":"","theme":"minimal","checkbox_style":"classic","use_categories":"no","use_categories_optinstats":"visible","accept":"All Cookies","revoke":"Gestisci consenso","dismiss":"Few Cookies","dismiss_timeout":"10","popup_background_color":"#411562","popup_text_color":"#c06cfe","button_background_color":"#c06cfe","button_text_color":"#411562","accept_all_background_color":"#c06cfe","accept_all_text_color":"#411562","accept_all_border_color":"#c06cfe","functional_background_color":"#411562","functional_text_color":"#c06cfe","functional_border_color":"#c06cfe","border_color":"#c06cfe","use_custom_cookie_css":"","custom_css":".cc-window","custom_css_amp":"#cmplz-consent-ui, #cmplz-post-consent-ui {} \n#cmplz-consent-ui .cmplz-consent-message {} \n#cmplz-consent-ui button, #cmplz-post-consent-ui button {}","readmore_optin":"Read Cookie","readmore_impressum":"Impressum","accept_informational":"Accetta","message_optout":"Usiamo cookie per ottimizzare il nostro sito web ed i nostri servizi.","message_optin":"We use Cookies to improve our website.","readmore_optout":"Cookie Policy","readmore_optout_dnsmpi":"Do Not Sell My Personal Information","hide_revoke":"","banner_width":"476","soft_cookiewall":"","type":"opt-in","layout":"basic","dismiss_on_scroll":"","dismiss_on_timeout":"","cookie_expiry":"365","nonce":"c740c00862","url":"https:\/\/oldfreegame.com\/wp-json\/complianz\/v1\/?lang=it","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"14","cookie_path":"\/","tcf_active":"","view_preferences":"Visualizza preference","save_preferences":"Salva preferenze","accept_all":"Accetta tutti","readmore_url":{"eu":"https:\/\/oldfreegame.com\/cookie\/"},"privacy_link":{"eu":""},"placeholdertext":"Clicca per accettare i cookie di marketing e abilitare questo contenuto"};
    /* ]]> */ </script> <!--[if lt IE 9]> <script type='text/javascript' src='https://oldfreegame.com/wp-content/themes/oceanwp/assets/js/third/html5.min.js?ver=1.0' id='html5shiv-js'></script> <![endif]--> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.16.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=UA-186793295-2"  type="text/plain" data-cfasync="false" class="cmplz-script cmplz-stats"></script> <script type="text/javascript" data-cfasync="false" class="cmplz-stats"> var mi_version = '7.16.1';
     var mi_track_user = true;
     var mi_no_track_reason = ''; 
     var disableStr = 'ga-disable-UA-186793295-2';  /* Function to detect opted out users */
     function __gtagTrackerIsOptedOut() {
     return document.cookie.indexOf( disableStr + '=true' ) > - 1;
     }  /* Disable tracking if the opt-out cookie exists. */
     if ( __gtagTrackerIsOptedOut() ) {
     window[disableStr] = true;
     }  /* Opt-out function */
     function __gtagTrackerOptout() {
     document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
     window[disableStr] = true;
     }  if ( 'undefined' === typeof gaOptout ) {
     function gaOptout() {
     __gtagTrackerOptout();
     }
     }
     window.dataLayer = window.dataLayer || [];
     if ( mi_track_user ) {
     function __gtagTracker() {
     dataLayer.push( arguments );
     }
     __gtagTracker( 'js', new Date() );
     __gtagTracker( 'set', {
     'developer_id.dZGIzZG' : true,
     });
     __gtagTracker( 'config', 'UA-186793295-2', {
     forceSSL:true,anonymize_ip:true,link_attribution:true,					} );
     window.gtag = __gtagTracker;										(
     function () {
     /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
     /* ga and __gaTracker compatibility shim. */
     var noopfn = function () {
     return null;
     };
     var noopnullfn = function () {
     return null;
     };
     var Tracker = function () {
     return null;
     };
     var p = Tracker.prototype;
     p.get = noopfn;
     p.set = noopfn;
     p.send = noopfn;
     var __gaTracker = function () {
     var len = arguments.length;
     if ( len === 0 ) {
     return;
     }
     var f = arguments[len - 1];
     if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
     if ( 'send' === arguments[0] ) {
     var hitConverted, hitObject = false, action;
     if ( 'event' === arguments[1] ) {
     if ( 'undefined' !== typeof arguments[3] ) {
     hitObject = {
     'eventAction': arguments[3],
     'eventCategory': arguments[2],
     'eventLabel': arguments[4],
     'value': arguments[5] ? arguments[5] : 1,
     }
     }
     }
     if ( typeof arguments[2] === 'object' ) {
     hitObject = arguments[2];
     }
     if ( 'undefined' !== typeof (
     arguments[1].hitType
     ) ) {
     hitObject = arguments[1];
     }
     if ( hitObject ) {
     action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
     hitConverted = mapArgs( hitObject );
     __gtagTracker( 'event', action, hitConverted );
     }
     }
     return;
     }  function mapArgs( args ) {
     var gaKey, hit = {};
     var gaMap = {
     'eventCategory': 'event_category',
     'eventAction': 'event_action',
     'eventLabel': 'event_label',
     'eventValue': 'event_value',
     'nonInteraction': 'non_interaction',
     'timingCategory': 'event_category',
     'timingVar': 'name',
     'timingValue': 'value',
     'timingLabel': 'event_label',
     };
     for ( gaKey in gaMap ) {
     if ( 'undefined' !== typeof args[gaKey] ) {
     hit[gaMap[gaKey]] = args[gaKey];
     }
     }
     return hit;
     }  try {
     f.hitCallback();
     } catch ( ex ) {
     }
     };
     __gaTracker.create = function () {
     return new Tracker();
     };
     __gaTracker.getByName = noopnullfn;
     __gaTracker.getAll = function () {
     return [];
     };
     __gaTracker.remove = noopfn;
     __gaTracker.loaded = true;
     window['__gaTracker'] = __gaTracker;
     }
     )();
     } else {
     console.log( "" );
     ( function () {
     function __gtagTracker() {
     return null;
     }
     window['__gtagTracker'] = __gtagTracker;
     window['gtag'] = __gtagTracker;
     } )();
     } </script> <!-- / Google Analytics by MonsterInsights --> <script defer src="https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-js-1ecfd5323f98124158bfe7b9010b59c2.js"></script></body></html>

     

  13. @dsonesuk

    
    <!DOCTYPE html><html class="html" lang="it-IT" prefix="og: https://ogp.me/ns#"><head><meta charset="UTF-8"><link rel="profile" href="https://gmpg.org/xfn/11"><meta name='robots' content='noindex,nofollow' /> <!-- Optimized by SG Optimizer plugin version - 5.7.14 --><meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Search Engine Optimization by Rank Math - https://s.rankmath.com/home --><title>Contact Us -</title><link rel="preload" as="font" href="https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2" crossorigin/><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2" crossorigin/><link rel="stylesheet" id="siteground-optimizer-combined-css-7f604b95a209b4f397b4b40becc94e24" href="https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-7f604b95a209b4f397b4b40becc94e24.css" media="all" /><meta name="description" content="Write the names of the games to add to the website. Tell us when to correct a page. Ask how to share our photos, videos."/><meta name="robots" content="follow, noindex"/><meta property="og:locale" content="it_IT"><meta property="og:type" content="article"><meta property="og:title" content="Contact Us -"><meta property="og:description" content="Write the names of the games to add to the website. Tell us when to correct a page. Ask how to share our photos, videos."><meta property="og:url" content="https://oldfreegame.com/contact-us/"><meta property="og:updated_time" content="2021-01-31T19:24:44+01:00"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Contact Us -"><meta name="twitter:description" content="Write the names of the games to add to the website. Tell us when to correct a page. Ask how to share our photos, videos."> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://oldfreegame.com/#organization","name":"Old Free Game","url":"https://oldfreegame.com"},{"@type":"WebSite","@id":"https://oldfreegame.com/#website","url":"https://oldfreegame.com","name":"Old Free Game","publisher":{"@id":"https://oldfreegame.com/#organization"},"inLanguage":"it-IT"},{"@type":"BreadcrumbList","@id":"https://oldfreegame.com/contact-us/#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://oldfreegame.com","name":"Home Page"}},{"@type":"ListItem","position":"2","item":{"@id":"https://oldfreegame.com/contact-us/","name":"Contact Us"}}]},{"@type":"WebPage","@id":"https://oldfreegame.com/contact-us/#webpage","url":"https://oldfreegame.com/contact-us/","name":"Contact Us -","datePublished":"2020-12-31T14:50:16+01:00","dateModified":"2021-01-31T19:24:44+01:00","isPartOf":{"@id":"https://oldfreegame.com/#website"},"inLanguage":"it-IT","breadcrumb":{"@id":"https://oldfreegame.com/contact-us/#breadcrumb"}},{"@type":"Article","headline":"Contact Us -","datePublished":"2020-12-31T14:50:16+01:00","dateModified":"2021-01-31T19:24:44+01:00","author":{"@type":"Person","name":""},"publisher":{"@id":"https://oldfreegame.com/#organization"},"description":"Write the names of the games to add to the website. Tell us when to correct a page. Ask how to share our photos, videos.","@id":"https://oldfreegame.com/contact-us/#richSnippet","isPartOf":{"@id":"https://oldfreegame.com/contact-us/#webpage"},"inLanguage":"it-IT","mainEntityOfPage":{"@id":"https://oldfreegame.com/contact-us/#webpage"}}]}</script> <!-- /Rank Math WordPress SEO plugin --><link rel='dns-prefetch' href='//s.w.org' /><link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="https://oldfreegame.com/feed/" /><link rel="alternate" type="application/rss+xml" title=" &raquo; Feed dei commenti" href="https://oldfreegame.com/comments/feed/" /><link rel="alternate" type="text/calendar" title=" &raquo; iCal Feed" href="https://oldfreegame.com/calendar/?ical=1" /> <style type="text/css"> img.wp-smiley,
    img.emoji {
     display: inline !important;
     border: none !important;
     box-shadow: none !important;
     height: 1em !important;
     width: 1em !important;
     margin: 0 .07em !important;
     vertical-align: -0.1em !important;
     background: none !important;
     padding: 0 !important;
    } </style> <script type='text/javascript' src='https://oldfreegame.com/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script> <script type='text/javascript' id='give-js-extra'> /* <![CDATA[ */
    var give_global_vars = {"ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","checkout_nonce":"aa95bc0214","currency":"EUR","currency_sign":"\u20ac","currency_pos":"before","thousands_separator":".","decimal_separator":",","no_gateway":"Seleziona un metodo di pagamento.","bad_minimum":"L'importo minimo che puoi donare \u00e8","bad_maximum":"L'importo massimo della donazione per questo modulo \u00e8","general_loading":"Caricamento...","purchase_loading":"Attendere Prego...","textForOverlayScreen":"<h3>Processing...<\/h3><p>This will only take a second!<\/p>","number_decimals":"2","is_test_mode":"1","give_version":"2.9.7","magnific_options":{"main_class":"give-modal","close_on_bg_click":false},"form_translation":{"payment-mode":"Seleziona un metodo di pagamento.","give_first":"Inserisci il tuo nome.","give_email":"Inserisci un indirizzo email valido.","give_user_login":"Indirizzo email o nome utente non valido.","give_user_pass":"Inserisci una Password.","give_user_pass_confirm":"Conferma la Password.","give_agree_to_terms":"Devi accettare i termini e condizioni."},"confirm_email_sent_message":"Controlla la tua email e fai clic sul link d'accesso per la cronologia completa delle tua donazioni.","ajax_vars":{"ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","ajaxNonce":"29855c276d","loading":"Caricamento","select_option":"Seleziona un'opzione ","default_gateway":"manual","permalinks":"1","number_decimals":2},"cookie_hash":"187a74857defc491ffcdd969d50bf11d","session_nonce_cookie_name":"wp-give_session_reset_nonce_187a74857defc491ffcdd969d50bf11d","session_cookie_name":"wp-give_session_187a74857defc491ffcdd969d50bf11d","delete_session_nonce_cookie":"0"};
    var giveApiSettings = {"root":"https:\/\/oldfreegame.com\/wp-json\/give-api\/v2\/","rest_base":"give-api\/v2"};
    /* ]]> */ </script><link rel="https://api.w.org/" href="https://oldfreegame.com/wp-json/" /><link rel="alternate" type="application/json" href="https://oldfreegame.com/wp-json/wp/v2/pages/1115" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://oldfreegame.com/xmlrpc.php?rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://oldfreegame.com/wp-includes/wlwmanifest.xml" /><link rel='shortlink' href='https://oldfreegame.com/?p=1115' /><link rel="alternate" type="application/json+oembed" href="https://oldfreegame.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Foldfreegame.com%2Fcontact-us%2F" /><link rel="alternate" type="text/xml+oembed" href="https://oldfreegame.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Foldfreegame.com%2Fcontact-us%2F&#038;format=xml" /><meta name="generator" content="Give v2.9.7" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://oldfreegame.com"><link rel="https://theeventscalendar.com/" href="https://oldfreegame.com/wp-json/tribe/events/v1/" /><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style type="text/css" id="wp-custom-css"> li#menu-item-1277{display:inline-flex !important}.switcher .option{position:absolute !important}.switcher .selected a:hover{color:#C06CFE}.switcher .option a:hover{color:#C06CFE}.switcher .selected{font-weight:900;font-style:italic;font-size:24px;letter-spacing:1.5px}.switcher .selected{font-weight:900;font-style:italic;font-size:24px;letter-spacing:1.5px}.switcher .option{font-weight:900;font-style:italic;font-size:24px;letter-spacing:1.5px}.switcher .selected{line-height:60px;text-transform:uppercase;letter-spacing:2px}.switcher .selected a{text-decoration:none;display:block;font-size:24px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="button"],input[type="reset"],input[type="submit"],button[type="submit"],.button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{font-size:24px;text-transform:capitalize}.switcher .option::-webkit-scrollbar{width:44px}div.wpforms-container-full .wpforms-form input[type=submit]:hover,div.wpforms-container-full .wpforms-form input[type=submit]:focus,div.wpforms-container-full .wpforms-form input[type=submit]:active,div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form button[type=submit]:focus,div.wpforms-container-full .wpforms-form button[type=submit]:active,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:active,div.wpforms-container-full .wpforms-form .wpforms-page-button:focus{/* border:1px solid #ccc;*/!important cursor:pointer}#ascrail2000 .nicescroll-rails .nicescroll-rails-vr .nicescroll-cursors{width:44px;z-index:auto;cursor:default;position:fixed;top:0;right:0;opacity:1;display:block;background:rgb(192,108,254);height:33% !important}.container{text-align:justify} </style> <!-- OceanWP CSS --> <style type="text/css"> .page-header{background-color:#c06cfe}/* General CSS */body,.has-parallax-footer:not(.separate-layout) #main{background-color:#c06cfe}.page-header .page-header-title,.page-header.background-image-page-header .page-header-title{color:#411562}#scroll-top{width:44px;height:44px;line-height:44px}#scroll-top{font-size:24px}#scroll-top{border-radius:10px}#scroll-top{background-color:#411562}#scroll-top:hover{background-color:#411562}#scroll-top:hover{color:#c06cfe}label,body div.wpforms-container-full .wpforms-form .wpforms-field-label{color:#411562}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea{font-size:24px}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{font-size:24px}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea,.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{border-radius:10px}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{border-radius:10px}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea,.select2-container .select2-choice,.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{border-color:rgba(221,221,221,0)}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{border-color:rgba(221,221,221,0)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="email"]:focus,form input[type="tel"]:focus,form input[type="url"]:focus,form input[type="search"]:focus,form textarea:focus,.select2-drop-active,.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices,.select2-drop.select2-drop-above.select2-drop-active,.select2-container-active .select2-choice,.select2-container-active .select2-choices{border-color:rgba(255,255,255,0)}body div.wpforms-container-full .wpforms-form input:focus,body div.wpforms-container-full .wpforms-form textarea:focus,body div.wpforms-container-full .wpforms-form select:focus{border-color:rgba(255,255,255,0)}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea,.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{background-color:#ffffff}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{background-color:#ffffff}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea{color:#411562}body div.wpforms-container-full .wpforms-form input[type=date],body div.wpforms-container-full .wpforms-form input[type=datetime],body div.wpforms-container-full .wpforms-form input[type=datetime-local],body div.wpforms-container-full .wpforms-form input[type=email],body div.wpforms-container-full .wpforms-form input[type=month],body div.wpforms-container-full .wpforms-form input[type=number],body div.wpforms-container-full .wpforms-form input[type=password],body div.wpforms-container-full .wpforms-form input[type=range],body div.wpforms-container-full .wpforms-form input[type=search],body div.wpforms-container-full .wpforms-form input[type=tel],body div.wpforms-container-full .wpforms-form input[type=text],body div.wpforms-container-full .wpforms-form input[type=time],body div.wpforms-container-full .wpforms-form input[type=url],body div.wpforms-container-full .wpforms-form input[type=week],body div.wpforms-container-full .wpforms-form select,body div.wpforms-container-full .wpforms-form textarea{color:#411562}.theme-button,input[type="submit"],button[type="submit"],button,.button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{border-radius:10px}body .theme-button,body input[type="submit"],body button[type="submit"],body button,body .button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{background-color:#411562}body .theme-button:hover,body input[type="submit"]:hover,body button[type="submit"]:hover,body button:hover,body .button:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:active,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:active,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:active{background-color:#411562}body .theme-button:hover,body input[type="submit"]:hover,body button[type="submit"]:hover,body button:hover,body .button:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:active,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:active,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:active{color:#c06cfe}/* Header CSS */#site-header{border-color:rgba(241,241,241,0)}.is-sticky #site-header.medium-header .top-header-wrap{padding:0}#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.medium-header .oceanwp-mobile-menu-icon a{line-height:84px}#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a{padding:0 50px 0 50px}#site-header.medium-header #site-navigation-wrap,#site-header.medium-header .oceanwp-mobile-menu-icon,.is-sticky #site-header.medium-header.is-transparent #site-navigation-wrap,.is-sticky #site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon,#site-header.medium-header.is-transparent .is-sticky #site-navigation-wrap,#site-header.medium-header.is-transparent .is-sticky .oceanwp-mobile-menu-icon{background-color:#411562}#site-header.has-header-media .overlay-header-media{background-color:rgba(0,0,0,0.5)}#searchform-dropdown input{background-color:#ffffff}#searchform-dropdown input{color:#411562}#searchform-dropdown input{border-color:rgba(255,255,255,0)}#searchform-dropdown input:focus{border-color:rgba(255,255,255,0)}#site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a,#searchform-header-replace-close{color:#ffffff}#site-navigation-wrap .dropdown-menu >li >a:hover,.oceanwp-mobile-menu-icon a:hover,#searchform-header-replace-close:hover{color:#c06cfe}.dropdown-menu .sub-menu{min-width:255px}.dropdown-menu .sub-menu,#searchform-dropdown,.current-shop-items-dropdown{background-color:#411562}.dropdown-menu .sub-menu,#searchform-dropdown,.current-shop-items-dropdown{border-color:#c06cfe}.dropdown-menu ul li.menu-item,.navigation >ul >li >ul.megamenu.sub-menu >li,.navigation .megamenu li ul.sub-menu{border-color:#c06cfe}.dropdown-menu ul li a.menu-link{color:#ffffff}.dropdown-menu ul li a.menu-link:hover{color:#c06cfe}.dropdown-menu ul li a.menu-link:hover{background-color:#411562}#sidr,#mobile-dropdown{background-color:#411562}#sidr li,#sidr ul,#mobile-dropdown ul li,#mobile-dropdown ul li ul{border-color:#c06cfe}body .sidr a,body .sidr-class-dropdown-toggle,#mobile-dropdown ul li a,#mobile-dropdown ul li a .dropdown-toggle,#mobile-fullscreen ul li a,#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a{color:#ffffff}#mobile-fullscreen a.close .close-icon-inner,#mobile-fullscreen a.close .close-icon-inner::after{background-color:#ffffff}body .sidr a:hover,body .sidr-class-dropdown-toggle:hover,body .sidr-class-dropdown-toggle .fa,body .sidr-class-menu-item-has-children.active >a,body .sidr-class-menu-item-has-children.active >a >.sidr-class-dropdown-toggle,#mobile-dropdown ul li a:hover,#mobile-dropdown ul li a .dropdown-toggle:hover,#mobile-dropdown .menu-item-has-children.active >a,#mobile-dropdown .menu-item-has-children.active >a >.dropdown-toggle,#mobile-fullscreen ul li a:hover,#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover{color:#c06cfe}#mobile-fullscreen a.close:hover .close-icon-inner,#mobile-fullscreen a.close:hover .close-icon-inner::after{background-color:#c06cfe}.sidr-class-dropdown-menu ul,#mobile-dropdown ul li ul,#mobile-fullscreen ul ul.sub-menu{background-color:#411562}body .sidr-class-mobile-searchform input,#mobile-dropdown #mobile-menu-search form input{background-color:#ffffff}body .sidr-class-mobile-searchform input,body .sidr-class-mobile-searchform input:focus,#mobile-dropdown #mobile-menu-search form input,#mobile-fullscreen #mobile-search input,#mobile-fullscreen #mobile-search label{color:#411562}body .sidr-class-mobile-searchform input,#mobile-dropdown #mobile-menu-search form input,#mobile-fullscreen #mobile-search input{border-color:rgba(255,255,255,0)}body .sidr-class-mobile-searchform input:focus,#mobile-dropdown #mobile-menu-search form input:focus,#mobile-fullscreen #mobile-search input:focus{border-color:#411562}.sidr-class-mobile-searchform button,#mobile-dropdown #mobile-menu-search form button{color:#411562}.sidr-class-mobile-searchform button:hover,#mobile-dropdown #mobile-menu-search form button:hover{color:#c06cfe}/* Typography CSS */body{font-size:24px;color:#411562;line-height:1.5;letter-spacing:2px}@media (max-width:768px){body{line-height:1.5;letter-spacing:2px}}h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{color:#411562;line-height:1.5;letter-spacing:2px}@media (max-width:768px){h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{line-height:1.5;letter-spacing:2px}}@media (max-width:480px){h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{line-height:1.5;letter-spacing:2px}}h1{font-size:48px;color:#411562;line-height:1.5;letter-spacing:2px}h2{font-size:36px;color:#411562;line-height:1.5;letter-spacing:2px}#site-navigation-wrap .dropdown-menu >li >a,#site-header.full_screen-header .fs-dropdown-menu >li >a,#site-header.top-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.center-header #site-navigation-wrap .dropdown-menu >li >a,#site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a{font-weight:900;font-style:italic;font-size:24px;letter-spacing:1.5px}.dropdown-menu ul li a.menu-link,#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a{font-weight:900;font-style:italic;font-size:24px;text-transform:capitalize}.sidr-class-dropdown-menu li a,a.sidr-class-toggle-sidr-close,#mobile-dropdown ul li a,body #mobile-fullscreen ul li a{font-size:24px;line-height:1.5;letter-spacing:2px;text-transform:capitalize}.page-header .page-header-title,.page-header.background-image-page-header .page-header-title{font-size:36px;line-height:1.5;letter-spacing:2px}.page-header .page-subheading{font-size:24px;color:#411562;line-height:1.5;letter-spacing:2px}.blog-entry.post .blog-entry-header .entry-title a{color:#411562;line-height:1.5;letter-spacing:2px}.single-post .entry-title{font-size:36px;color:#411562;line-height:1.5;letter-spacing:2px} </style></head><body data-cmplz=1 class="page-template-default page page-id-1115 wp-embed-responsive give-test-mode give-page tribe-no-js oceanwp-theme dropdown-mobile medium-header-style no-header-border default-breakpoint content-full-width content-max-width" ><div id="outer-wrap" class="site clr"> <a class="skip-link screen-reader-text" href="#main">Salta al contenuto</a><div id="wrap" class="clr"><header id="site-header" class="medium-header hidden-menu clr" data-height="74" role="banner"><div id="site-header-inner" class="clr"><div class="bottom-header-wrap clr"><div id="site-navigation-wrap" class="clr center-menu"><div class="container clr"><nav id="site-navigation" class="navigation main-navigation clr" role="navigation" ><ul id="menu-menu" class="main-menu dropdown-menu sf-menu"><li id="menu-item-1277" class="menu-item menu-item-type-gs_sim menu-item-object-gs_sim menu-item-1277"><!-- GTranslate: https://gtranslate.io/ --> <style> .switcher {font-family:Arial;font-size:16pt;text-align:left;cursor:pointer;overflow:hidden;width:223px;line-height:17px;}
    .switcher a {text-decoration:none;display:block;font-size:16pt;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
    .switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}
    .switcher a:hover img {opacity:1;}
    .switcher .selected {background:#411562 linear-gradient(180deg, #411562 0%, #411562 70%);position:relative;z-index:9999;}
    .switcher .selected a {border:1px solid #411562;color:#ffffff;padding:3px 5px;width:211px;}
    .switcher .selected a:after {height:48px;display:inline-block;position:absolute;right:10px;width:15px;background-position:50%;background-size:14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>");background-repeat:no-repeat;content:""!important;transition:all .2s;}
    .switcher .selected a.open:after {-webkit-transform: rotate(-180deg);transform:rotate(-180deg);}
    .switcher .selected a:hover {background:#411562}
    .switcher .option {position:relative;z-index:9998;border-left:1px solid #411562;border-right:1px solid #411562;border-bottom:1px solid #411562;background-color:#411562;display:none;width:221px;max-height:198px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow-y:auto;overflow-x:hidden;}
    .switcher .option a {color:#ffffff;padding:3px 5px;}
    .switcher .option a:hover {background:#411562;}
    .switcher .option a.selected {background:#411562;}
    #selected_lang_name {float: none;}
    .l_name {float: none !important;margin: 0;}
    .switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#f5f5f5;}
    .switcher .option::-webkit-scrollbar {width:5px;}
    .switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;} </style><div class="switcher notranslate"><div class="selected"> <a href="#" onclick="return false;"><img src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/en.png" height="48" width="48" alt="en" /> English</a></div><div class="option"> <a href="#" onclick="doGTranslate('en|af');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Afrikaans" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/af.png" height="48" width="48" alt="af" /> Afrikaans</a><a href="#" onclick="doGTranslate('en|sq');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Shqip" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sq.png" height="48" width="48" alt="sq" /> Shqip</a><a href="#" onclick="doGTranslate('en|am');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="አማርኛ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/am.png" height="48" width="48" alt="am" /> አማርኛ</a><a href="#" onclick="doGTranslate('en|ar');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="العربية" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ar.png" height="48" width="48" alt="ar" /> العربية</a><a href="#" onclick="doGTranslate('en|hy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Հայերեն" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hy.png" height="48" width="48" alt="hy" /> Հայերեն</a><a href="#" onclick="doGTranslate('en|az');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Azərbaycan dili" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/az.png" height="48" width="48" alt="az" /> Azərbaycan dili</a><a href="#" onclick="doGTranslate('en|eu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Euskara" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/eu.png" height="48" width="48" alt="eu" /> Euskara</a><a href="#" onclick="doGTranslate('en|be');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Беларуская мова" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/be.png" height="48" width="48" alt="be" /> Беларуская мова</a><a href="#" onclick="doGTranslate('en|bn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="বাংলা" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bn.png" height="48" width="48" alt="bn" /> বাংলা</a><a href="#" onclick="doGTranslate('en|bs');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bosanski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bs.png" height="48" width="48" alt="bs" /> Bosanski</a><a href="#" onclick="doGTranslate('en|bg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Български" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bg.png" height="48" width="48" alt="bg" /> Български</a><a href="#" onclick="doGTranslate('en|ca');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Català" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ca.png" height="48" width="48" alt="ca" /> Català</a><a href="#" onclick="doGTranslate('en|ceb');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Cebuano" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ceb.png" height="48" width="48" alt="ceb" /> Cebuano</a><a href="#" onclick="doGTranslate('en|ny');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Chichewa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ny.png" height="48" width="48" alt="ny" /> Chichewa</a><a href="#" onclick="doGTranslate('en|zh-CN');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="简体中文" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zh-CN.png" height="48" width="48" alt="zh-CN" /> 简体中文</a><a href="#" onclick="doGTranslate('en|zh-TW');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="繁體中文" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zh-TW.png" height="48" width="48" alt="zh-TW" /> 繁體中文</a><a href="#" onclick="doGTranslate('en|co');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Corsu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/co.png" height="48" width="48" alt="co" /> Corsu</a><a href="#" onclick="doGTranslate('en|hr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Hrvatski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hr.png" height="48" width="48" alt="hr" /> Hrvatski</a><a href="#" onclick="doGTranslate('en|cs');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Čeština‎" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/cs.png" height="48" width="48" alt="cs" /> Čeština‎</a><a href="#" onclick="doGTranslate('en|da');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Dansk" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/da.png" height="48" width="48" alt="da" /> Dansk</a><a href="#" onclick="doGTranslate('en|nl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Nederlands" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/nl.png" height="48" width="48" alt="nl" /> Nederlands</a><a href="#" onclick="doGTranslate('en|en');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="English" class="nturl selected"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/en.png" height="48" width="48" alt="en" /> English</a><a href="#" onclick="doGTranslate('en|eo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Esperanto" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/eo.png" height="48" width="48" alt="eo" /> Esperanto</a><a href="#" onclick="doGTranslate('en|et');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Eesti" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/et.png" height="48" width="48" alt="et" /> Eesti</a><a href="#" onclick="doGTranslate('en|tl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Filipino" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tl.png" height="48" width="48" alt="tl" /> Filipino</a><a href="#" onclick="doGTranslate('en|fi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Suomi" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fi.png" height="48" width="48" alt="fi" /> Suomi</a><a href="#" onclick="doGTranslate('en|fr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Français" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fr.png" height="48" width="48" alt="fr" /> Français</a><a href="#" onclick="doGTranslate('en|fy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Frysk" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fy.png" height="48" width="48" alt="fy" /> Frysk</a><a href="#" onclick="doGTranslate('en|gl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Galego" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gl.png" height="48" width="48" alt="gl" /> Galego</a><a href="#" onclick="doGTranslate('en|ka');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ქართული" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ka.png" height="48" width="48" alt="ka" /> ქართული</a><a href="#" onclick="doGTranslate('en|de');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Deutsch" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/de.png" height="48" width="48" alt="de" /> Deutsch</a><a href="#" onclick="doGTranslate('en|el');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Ελληνικά" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/el.png" height="48" width="48" alt="el" /> Ελληνικά</a><a href="#" onclick="doGTranslate('en|gu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ગુજરાતી" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gu.png" height="48" width="48" alt="gu" /> ગુજરાતી</a><a href="#" onclick="doGTranslate('en|ht');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Kreyol ayisyen" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ht.png" height="48" width="48" alt="ht" /> Kreyol ayisyen</a><a href="#" onclick="doGTranslate('en|ha');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Harshen Hausa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ha.png" height="48" width="48" alt="ha" /> Harshen Hausa</a><a href="#" onclick="doGTranslate('en|haw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Ōlelo Hawaiʻi" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/haw.png" height="48" width="48" alt="haw" /> Ōlelo Hawaiʻi</a><a href="#" onclick="doGTranslate('en|iw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="עִבְרִית" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/iw.png" height="48" width="48" alt="iw" /> עִבְרִית</a><a href="#" onclick="doGTranslate('en|hi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="हिन्दी" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hi.png" height="48" width="48" alt="hi" /> हिन्दी</a><a href="#" onclick="doGTranslate('en|hmn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Hmong" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hmn.png" height="48" width="48" alt="hmn" /> Hmong</a><a href="#" onclick="doGTranslate('en|hu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Magyar" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hu.png" height="48" width="48" alt="hu" /> Magyar</a><a href="#" onclick="doGTranslate('en|is');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Íslenska" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/is.png" height="48" width="48" alt="is" /> Íslenska</a><a href="#" onclick="doGTranslate('en|ig');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Igbo" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ig.png" height="48" width="48" alt="ig" /> Igbo</a><a href="#" onclick="doGTranslate('en|id');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bahasa Indonesia" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/id.png" height="48" width="48" alt="id" /> Bahasa Indonesia</a><a href="#" onclick="doGTranslate('en|ga');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Gaelige" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ga.png" height="48" width="48" alt="ga" /> Gaelige</a><a href="#" onclick="doGTranslate('en|it');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Italiano" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/it.png" height="48" width="48" alt="it" /> Italiano</a><a href="#" onclick="doGTranslate('en|ja');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="日本語" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ja.png" height="48" width="48" alt="ja" /> 日本語</a><a href="#" onclick="doGTranslate('en|jw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Basa Jawa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/jw.png" height="48" width="48" alt="jw" /> Basa Jawa</a><a href="#" onclick="doGTranslate('en|kn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ಕನ್ನಡ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/kn.png" height="48" width="48" alt="kn" /> ಕನ್ನಡ</a><a href="#" onclick="doGTranslate('en|kk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Қазақ тілі" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/kk.png" height="48" width="48" alt="kk" /> Қазақ тілі</a><a href="#" onclick="doGTranslate('en|km');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ភាសាខ្មែរ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/km.png" height="48" width="48" alt="km" /> ភាសាខ្មែរ</a><a href="#" onclick="doGTranslate('en|ko');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="한국어" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ko.png" height="48" width="48" alt="ko" /> 한국어</a><a href="#" onclick="doGTranslate('en|ku');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="كوردی‎" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ku.png" height="48" width="48" alt="ku" /> كوردی‎</a><a href="#" onclick="doGTranslate('en|ky');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Кыргызча" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ky.png" height="48" width="48" alt="ky" /> Кыргызча</a><a href="#" onclick="doGTranslate('en|lo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ພາສາລາວ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lo.png" height="48" width="48" alt="lo" /> ພາສາລາວ</a><a href="#" onclick="doGTranslate('en|la');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Latin" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/la.png" height="48" width="48" alt="la" /> Latin</a><a href="#" onclick="doGTranslate('en|lv');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Latviešu valoda" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lv.png" height="48" width="48" alt="lv" /> Latviešu valoda</a><a href="#" onclick="doGTranslate('en|lt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Lietuvių kalba" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lt.png" height="48" width="48" alt="lt" /> Lietuvių kalba</a><a href="#" onclick="doGTranslate('en|lb');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Lëtzebuergesch" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lb.png" height="48" width="48" alt="lb" /> Lëtzebuergesch</a><a href="#" onclick="doGTranslate('en|mk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Македонски јазик" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mk.png" height="48" width="48" alt="mk" /> Македонски јазик</a><a href="#" onclick="doGTranslate('en|mg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Malagasy" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mg.png" height="48" width="48" alt="mg" /> Malagasy</a><a href="#" onclick="doGTranslate('en|ms');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bahasa Melayu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ms.png" height="48" width="48" alt="ms" /> Bahasa Melayu</a><a href="#" onclick="doGTranslate('en|ml');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="മലയാളം" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ml.png" height="48" width="48" alt="ml" /> മലയാളം</a><a href="#" onclick="doGTranslate('en|mt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Maltese" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mt.png" height="48" width="48" alt="mt" /> Maltese</a><a href="#" onclick="doGTranslate('en|mi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Te Reo Māori" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mi.png" height="48" width="48" alt="mi" /> Te Reo Māori</a><a href="#" onclick="doGTranslate('en|mr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="मराठी" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mr.png" height="48" width="48" alt="mr" /> मराठी</a><a href="#" onclick="doGTranslate('en|mn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Монгол" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mn.png" height="48" width="48" alt="mn" /> Монгол</a><a href="#" onclick="doGTranslate('en|my');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ဗမာစာ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/my.png" height="48" width="48" alt="my" /> ဗမာစာ</a><a href="#" onclick="doGTranslate('en|ne');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="नेपाली" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ne.png" height="48" width="48" alt="ne" /> नेपाली</a><a href="#" onclick="doGTranslate('en|no');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Norsk bokmål" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/no.png" height="48" width="48" alt="no" /> Norsk bokmål</a><a href="#" onclick="doGTranslate('en|ps');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="پښتو" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ps.png" height="48" width="48" alt="ps" /> پښتو</a><a href="#" onclick="doGTranslate('en|fa');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="فارسی" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fa.png" height="48" width="48" alt="fa" /> فارسی</a><a href="#" onclick="doGTranslate('en|pl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Polski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pl.png" height="48" width="48" alt="pl" /> Polski</a><a href="#" onclick="doGTranslate('en|pt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Português" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pt.png" height="48" width="48" alt="pt" /> Português</a><a href="#" onclick="doGTranslate('en|pa');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ਪੰਜਾਬੀ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pa.png" height="48" width="48" alt="pa" /> ਪੰਜਾਬੀ</a><a href="#" onclick="doGTranslate('en|ro');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Română" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ro.png" height="48" width="48" alt="ro" /> Română</a><a href="#" onclick="doGTranslate('en|ru');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Русский" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ru.png" height="48" width="48" alt="ru" /> Русский</a><a href="#" onclick="doGTranslate('en|sm');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Samoan" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sm.png" height="48" width="48" alt="sm" /> Samoan</a><a href="#" onclick="doGTranslate('en|gd');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Gàidhlig" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gd.png" height="48" width="48" alt="gd" /> Gàidhlig</a><a href="#" onclick="doGTranslate('en|sr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Српски језик" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sr.png" height="48" width="48" alt="sr" /> Српски језик</a><a href="#" onclick="doGTranslate('en|st');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Sesotho" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/st.png" height="48" width="48" alt="st" /> Sesotho</a><a href="#" onclick="doGTranslate('en|sn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Shona" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sn.png" height="48" width="48" alt="sn" /> Shona</a><a href="#" onclick="doGTranslate('en|sd');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="سنڌي" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sd.png" height="48" width="48" alt="sd" /> سنڌي</a><a href="#" onclick="doGTranslate('en|si');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="සිංහල" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/si.png" height="48" width="48" alt="si" /> සිංහල</a><a href="#" onclick="doGTranslate('en|sk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Slovenčina" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sk.png" height="48" width="48" alt="sk" /> Slovenčina</a><a href="#" onclick="doGTranslate('en|sl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Slovenščina" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sl.png" height="48" width="48" alt="sl" /> Slovenščina</a><a href="#" onclick="doGTranslate('en|so');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Afsoomaali" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/so.png" height="48" width="48" alt="so" /> Afsoomaali</a><a href="#" onclick="doGTranslate('en|es');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Español" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/es.png" height="48" width="48" alt="es" /> Español</a><a href="#" onclick="doGTranslate('en|su');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Basa Sunda" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/su.png" height="48" width="48" alt="su" /> Basa Sunda</a><a href="#" onclick="doGTranslate('en|sw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Kiswahili" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sw.png" height="48" width="48" alt="sw" /> Kiswahili</a><a href="#" onclick="doGTranslate('en|sv');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Svenska" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sv.png" height="48" width="48" alt="sv" /> Svenska</a><a href="#" onclick="doGTranslate('en|tg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Тоҷикӣ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tg.png" height="48" width="48" alt="tg" /> Тоҷикӣ</a><a href="#" onclick="doGTranslate('en|ta');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="தமிழ்" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ta.png" height="48" width="48" alt="ta" /> தமிழ்</a><a href="#" onclick="doGTranslate('en|te');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="తెలుగు" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/te.png" height="48" width="48" alt="te" /> తెలుగు</a><a href="#" onclick="doGTranslate('en|th');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ไทย" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/th.png" height="48" width="48" alt="th" /> ไทย</a><a href="#" onclick="doGTranslate('en|tr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Türkçe" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tr.png" height="48" width="48" alt="tr" /> Türkçe</a><a href="#" onclick="doGTranslate('en|uk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Українська" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/uk.png" height="48" width="48" alt="uk" /> Українська</a><a href="#" onclick="doGTranslate('en|ur');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="اردو" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ur.png" height="48" width="48" alt="ur" /> اردو</a><a href="#" onclick="doGTranslate('en|uz');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="O‘zbekcha" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/uz.png" height="48" width="48" alt="uz" /> O‘zbekcha</a><a href="#" onclick="doGTranslate('en|vi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Tiếng Việt" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/vi.png" height="48" width="48" alt="vi" /> Tiếng Việt</a><a href="#" onclick="doGTranslate('en|cy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Cymraeg" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/cy.png" height="48" width="48" alt="cy" /> Cymraeg</a><a href="#" onclick="doGTranslate('en|xh');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="isiXhosa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/xh.png" height="48" width="48" alt="xh" /> isiXhosa</a><a href="#" onclick="doGTranslate('en|yi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="יידיש" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/yi.png" height="48" width="48" alt="yi" /> יידיש</a><a href="#" onclick="doGTranslate('en|yo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Yorùbá" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/yo.png" height="48" width="48" alt="yo" /> Yorùbá</a><a href="#" onclick="doGTranslate('en|zu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Zulu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zu.png" height="48" width="48" alt="zu" /> Zulu</a></div></div> <style> #goog-gt-tt {display:none !important;}
    .goog-te-banner-frame {display:none !important;}
    .goog-te-menu-value:hover {text-decoration:none !important;}
    .goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
    body {top:0 !important;}
    #google_translate_element2 {display:none!important;} </style><div id="google_translate_element2"></div> <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2"></script> <script> function GTranslateGetCurrentLang() {var keyValue = document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2] : null;}
    function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}
    function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split('|')[0])return;var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf('goog-te-combo')!=-1){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}}
    if(GTranslateGetCurrentLang() != null)jQuery(document).ready(function() {var lang_html = jQuery('div.switcher div.option').find('img[alt="'+GTranslateGetCurrentLang()+'"]').parent().html();if(typeof lang_html != 'undefined')jQuery('div.switcher div.selected a').html(lang_html.replace('data-gt-lazy-', ''));});
    </script></li><li id="menu-item-847" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children dropdown menu-item-847 nav-no-click"><a href="https://oldfreegame.com/?page_id=846" class="menu-link"><span class="text-wrap">Menu <span class="nav-arrow fa fa-angle-down"></span></span></a><ul class="sub-menu"><li id="menu-item-812" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-812"><a href="https://oldfreegame.com/" class="menu-link"><span class="text-wrap">Home</span></a></li><li id="menu-item-1514" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1514"><a href="https://oldfreegame.com/calendar/" class="menu-link"><span class="text-wrap">Calendar</span></a></li><li id="menu-item-1267" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1267"><a href="https://oldfreegame.com/cookie/" class="menu-link"><span class="text-wrap">Cookie</span></a></li><li id="menu-item-1116" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1115 current_page_item menu-item-1116"><a href="https://oldfreegame.com/contact-us/" class="menu-link"><span class="text-wrap">Contact Us</span></a></li><li id="menu-item-1119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1119"><a href="https://oldfreegame.com/follow-us/" class="menu-link"><span class="text-wrap">Follow Us</span></a></li><li id="menu-item-829" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-829"><a href="https://oldfreegame.com/offer-money/" class="menu-link"><span class="text-wrap">Offer Money</span></a></li><li id="menu-item-832" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="https://oldfreegame.com/who-i-am/" class="menu-link"><span class="text-wrap">Who I Am</span></a></li></ul></li><li id="menu-item-817" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-817 nav-no-click"><a href="https://oldfreegame.com/games/" class="menu-link"><span class="text-wrap">Games <span class="nav-arrow fa fa-angle-down"></span></span></a><ul class="sub-menu"><li id="menu-item-835" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-835"><a href="https://oldfreegame.com/gameboy-advance/" class="menu-link"><span class="text-wrap">Gameboy Advance</span></a></li><li id="menu-item-844" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-844"><a href="https://oldfreegame.com/nintendo/" class="menu-link"><span class="text-wrap">Nintendo</span></a></li><li id="menu-item-841" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-841"><a href="https://oldfreegame.com/snk-neo-geo/" class="menu-link"><span class="text-wrap">SNK Neo Geo</span></a></li><li id="menu-item-838" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://oldfreegame.com/super-nintendo/" class="menu-link"><span class="text-wrap">Super Nintendo</span></a></li></ul></li><li class="search-toggle-li" ><a href="javascript:void(0)" class="site-search-toggle search-dropdown-toggle" aria-label="Search website"><span class="icon-magnifier" aria-hidden="true"></span></a></li></ul><div id="searchform-dropdown" class="header-searchform-wrap clr" ><form role="search" method="get" class="searchform" action="https://oldfreegame.com/"> <label for="ocean-search-form-1"> <span class="screen-reader-text">Search for:</span> <input type="search" id="ocean-search-form-1" class="field" autocomplete="off" placeholder="Cerca" name="s"> </label></form></div><!-- #searchform-dropdown --></nav><!-- #site-navigation --></div></div><!-- #site-navigation-wrap --><div class="oceanwp-mobile-menu-icon clr mobile-right"> <a href="javascript:void(0)" class="mobile-menu"  aria-label="Menu mobile"> <i class="fa fa-bars" aria-hidden="true"></i> <span class="oceanwp-text">Menu</span> <span class="oceanwp-close-text">Chiudi</span> </a></div><!-- #oceanwp-mobile-menu-navbar --><div id="mobile-dropdown" class="clr" ><nav class="clr"><ul id="menu-menu-1" class="menu"><li class="menu-item menu-item-type-gs_sim menu-item-object-gs_sim menu-item-1277"><!-- GTranslate: https://gtranslate.io/ --> <style> .switcher {font-family:Arial;font-size:16pt;text-align:left;cursor:pointer;overflow:hidden;width:223px;line-height:17px;}
    .switcher a {text-decoration:none;display:block;font-size:16pt;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
    .switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}
    .switcher a:hover img {opacity:1;}
    .switcher .selected {background:#411562 linear-gradient(180deg, #411562 0%, #411562 70%);position:relative;z-index:9999;}
    .switcher .selected a {border:1px solid #411562;color:#ffffff;padding:3px 5px;width:211px;}
    .switcher .selected a:after {height:48px;display:inline-block;position:absolute;right:10px;width:15px;background-position:50%;background-size:14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23ffffff'/></svg>");background-repeat:no-repeat;content:""!important;transition:all .2s;}
    .switcher .selected a.open:after {-webkit-transform: rotate(-180deg);transform:rotate(-180deg);}
    .switcher .selected a:hover {background:#411562}
    .switcher .option {position:relative;z-index:9998;border-left:1px solid #411562;border-right:1px solid #411562;border-bottom:1px solid #411562;background-color:#411562;display:none;width:221px;max-height:198px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow-y:auto;overflow-x:hidden;}
    .switcher .option a {color:#ffffff;padding:3px 5px;}
    .switcher .option a:hover {background:#411562;}
    .switcher .option a.selected {background:#411562;}
    #selected_lang_name {float: none;}
    .l_name {float: none !important;margin: 0;}
    .switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#f5f5f5;}
    .switcher .option::-webkit-scrollbar {width:5px;}
    .switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;} </style><div class="switcher notranslate"><div class="selected"> <a href="#" onclick="return false;"><img src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/en.png" height="48" width="48" alt="en" /> English</a></div><div class="option"> <a href="#" onclick="doGTranslate('en|af');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Afrikaans" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/af.png" height="48" width="48" alt="af" /> Afrikaans</a><a href="#" onclick="doGTranslate('en|sq');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Shqip" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sq.png" height="48" width="48" alt="sq" /> Shqip</a><a href="#" onclick="doGTranslate('en|am');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="አማርኛ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/am.png" height="48" width="48" alt="am" /> አማርኛ</a><a href="#" onclick="doGTranslate('en|ar');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="العربية" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ar.png" height="48" width="48" alt="ar" /> العربية</a><a href="#" onclick="doGTranslate('en|hy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Հայերեն" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hy.png" height="48" width="48" alt="hy" /> Հայերեն</a><a href="#" onclick="doGTranslate('en|az');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Azərbaycan dili" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/az.png" height="48" width="48" alt="az" /> Azərbaycan dili</a><a href="#" onclick="doGTranslate('en|eu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Euskara" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/eu.png" height="48" width="48" alt="eu" /> Euskara</a><a href="#" onclick="doGTranslate('en|be');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Беларуская мова" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/be.png" height="48" width="48" alt="be" /> Беларуская мова</a><a href="#" onclick="doGTranslate('en|bn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="বাংলা" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bn.png" height="48" width="48" alt="bn" /> বাংলা</a><a href="#" onclick="doGTranslate('en|bs');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bosanski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bs.png" height="48" width="48" alt="bs" /> Bosanski</a><a href="#" onclick="doGTranslate('en|bg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Български" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/bg.png" height="48" width="48" alt="bg" /> Български</a><a href="#" onclick="doGTranslate('en|ca');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Català" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ca.png" height="48" width="48" alt="ca" /> Català</a><a href="#" onclick="doGTranslate('en|ceb');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Cebuano" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ceb.png" height="48" width="48" alt="ceb" /> Cebuano</a><a href="#" onclick="doGTranslate('en|ny');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Chichewa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ny.png" height="48" width="48" alt="ny" /> Chichewa</a><a href="#" onclick="doGTranslate('en|zh-CN');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="简体中文" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zh-CN.png" height="48" width="48" alt="zh-CN" /> 简体中文</a><a href="#" onclick="doGTranslate('en|zh-TW');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="繁體中文" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zh-TW.png" height="48" width="48" alt="zh-TW" /> 繁體中文</a><a href="#" onclick="doGTranslate('en|co');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Corsu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/co.png" height="48" width="48" alt="co" /> Corsu</a><a href="#" onclick="doGTranslate('en|hr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Hrvatski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hr.png" height="48" width="48" alt="hr" /> Hrvatski</a><a href="#" onclick="doGTranslate('en|cs');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Čeština‎" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/cs.png" height="48" width="48" alt="cs" /> Čeština‎</a><a href="#" onclick="doGTranslate('en|da');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Dansk" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/da.png" height="48" width="48" alt="da" /> Dansk</a><a href="#" onclick="doGTranslate('en|nl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Nederlands" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/nl.png" height="48" width="48" alt="nl" /> Nederlands</a><a href="#" onclick="doGTranslate('en|en');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="English" class="nturl selected"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/en.png" height="48" width="48" alt="en" /> English</a><a href="#" onclick="doGTranslate('en|eo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Esperanto" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/eo.png" height="48" width="48" alt="eo" /> Esperanto</a><a href="#" onclick="doGTranslate('en|et');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Eesti" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/et.png" height="48" width="48" alt="et" /> Eesti</a><a href="#" onclick="doGTranslate('en|tl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Filipino" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tl.png" height="48" width="48" alt="tl" /> Filipino</a><a href="#" onclick="doGTranslate('en|fi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Suomi" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fi.png" height="48" width="48" alt="fi" /> Suomi</a><a href="#" onclick="doGTranslate('en|fr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Français" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fr.png" height="48" width="48" alt="fr" /> Français</a><a href="#" onclick="doGTranslate('en|fy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Frysk" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fy.png" height="48" width="48" alt="fy" /> Frysk</a><a href="#" onclick="doGTranslate('en|gl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Galego" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gl.png" height="48" width="48" alt="gl" /> Galego</a><a href="#" onclick="doGTranslate('en|ka');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ქართული" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ka.png" height="48" width="48" alt="ka" /> ქართული</a><a href="#" onclick="doGTranslate('en|de');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Deutsch" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/de.png" height="48" width="48" alt="de" /> Deutsch</a><a href="#" onclick="doGTranslate('en|el');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Ελληνικά" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/el.png" height="48" width="48" alt="el" /> Ελληνικά</a><a href="#" onclick="doGTranslate('en|gu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ગુજરાતી" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gu.png" height="48" width="48" alt="gu" /> ગુજરાતી</a><a href="#" onclick="doGTranslate('en|ht');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Kreyol ayisyen" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ht.png" height="48" width="48" alt="ht" /> Kreyol ayisyen</a><a href="#" onclick="doGTranslate('en|ha');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Harshen Hausa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ha.png" height="48" width="48" alt="ha" /> Harshen Hausa</a><a href="#" onclick="doGTranslate('en|haw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Ōlelo Hawaiʻi" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/haw.png" height="48" width="48" alt="haw" /> Ōlelo Hawaiʻi</a><a href="#" onclick="doGTranslate('en|iw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="עִבְרִית" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/iw.png" height="48" width="48" alt="iw" /> עִבְרִית</a><a href="#" onclick="doGTranslate('en|hi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="हिन्दी" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hi.png" height="48" width="48" alt="hi" /> हिन्दी</a><a href="#" onclick="doGTranslate('en|hmn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Hmong" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hmn.png" height="48" width="48" alt="hmn" /> Hmong</a><a href="#" onclick="doGTranslate('en|hu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Magyar" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/hu.png" height="48" width="48" alt="hu" /> Magyar</a><a href="#" onclick="doGTranslate('en|is');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Íslenska" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/is.png" height="48" width="48" alt="is" /> Íslenska</a><a href="#" onclick="doGTranslate('en|ig');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Igbo" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ig.png" height="48" width="48" alt="ig" /> Igbo</a><a href="#" onclick="doGTranslate('en|id');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bahasa Indonesia" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/id.png" height="48" width="48" alt="id" /> Bahasa Indonesia</a><a href="#" onclick="doGTranslate('en|ga');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Gaelige" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ga.png" height="48" width="48" alt="ga" /> Gaelige</a><a href="#" onclick="doGTranslate('en|it');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Italiano" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/it.png" height="48" width="48" alt="it" /> Italiano</a><a href="#" onclick="doGTranslate('en|ja');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="日本語" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ja.png" height="48" width="48" alt="ja" /> 日本語</a><a href="#" onclick="doGTranslate('en|jw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Basa Jawa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/jw.png" height="48" width="48" alt="jw" /> Basa Jawa</a><a href="#" onclick="doGTranslate('en|kn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ಕನ್ನಡ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/kn.png" height="48" width="48" alt="kn" /> ಕನ್ನಡ</a><a href="#" onclick="doGTranslate('en|kk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Қазақ тілі" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/kk.png" height="48" width="48" alt="kk" /> Қазақ тілі</a><a href="#" onclick="doGTranslate('en|km');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ភាសាខ្មែរ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/km.png" height="48" width="48" alt="km" /> ភាសាខ្មែរ</a><a href="#" onclick="doGTranslate('en|ko');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="한국어" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ko.png" height="48" width="48" alt="ko" /> 한국어</a><a href="#" onclick="doGTranslate('en|ku');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="كوردی‎" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ku.png" height="48" width="48" alt="ku" /> كوردی‎</a><a href="#" onclick="doGTranslate('en|ky');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Кыргызча" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ky.png" height="48" width="48" alt="ky" /> Кыргызча</a><a href="#" onclick="doGTranslate('en|lo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ພາສາລາວ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lo.png" height="48" width="48" alt="lo" /> ພາສາລາວ</a><a href="#" onclick="doGTranslate('en|la');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Latin" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/la.png" height="48" width="48" alt="la" /> Latin</a><a href="#" onclick="doGTranslate('en|lv');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Latviešu valoda" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lv.png" height="48" width="48" alt="lv" /> Latviešu valoda</a><a href="#" onclick="doGTranslate('en|lt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Lietuvių kalba" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lt.png" height="48" width="48" alt="lt" /> Lietuvių kalba</a><a href="#" onclick="doGTranslate('en|lb');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Lëtzebuergesch" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/lb.png" height="48" width="48" alt="lb" /> Lëtzebuergesch</a><a href="#" onclick="doGTranslate('en|mk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Македонски јазик" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mk.png" height="48" width="48" alt="mk" /> Македонски јазик</a><a href="#" onclick="doGTranslate('en|mg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Malagasy" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mg.png" height="48" width="48" alt="mg" /> Malagasy</a><a href="#" onclick="doGTranslate('en|ms');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Bahasa Melayu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ms.png" height="48" width="48" alt="ms" /> Bahasa Melayu</a><a href="#" onclick="doGTranslate('en|ml');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="മലയാളം" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ml.png" height="48" width="48" alt="ml" /> മലയാളം</a><a href="#" onclick="doGTranslate('en|mt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Maltese" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mt.png" height="48" width="48" alt="mt" /> Maltese</a><a href="#" onclick="doGTranslate('en|mi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Te Reo Māori" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mi.png" height="48" width="48" alt="mi" /> Te Reo Māori</a><a href="#" onclick="doGTranslate('en|mr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="मराठी" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mr.png" height="48" width="48" alt="mr" /> मराठी</a><a href="#" onclick="doGTranslate('en|mn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Монгол" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/mn.png" height="48" width="48" alt="mn" /> Монгол</a><a href="#" onclick="doGTranslate('en|my');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ဗမာစာ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/my.png" height="48" width="48" alt="my" /> ဗမာစာ</a><a href="#" onclick="doGTranslate('en|ne');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="नेपाली" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ne.png" height="48" width="48" alt="ne" /> नेपाली</a><a href="#" onclick="doGTranslate('en|no');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Norsk bokmål" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/no.png" height="48" width="48" alt="no" /> Norsk bokmål</a><a href="#" onclick="doGTranslate('en|ps');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="پښتو" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ps.png" height="48" width="48" alt="ps" /> پښتو</a><a href="#" onclick="doGTranslate('en|fa');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="فارسی" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/fa.png" height="48" width="48" alt="fa" /> فارسی</a><a href="#" onclick="doGTranslate('en|pl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Polski" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pl.png" height="48" width="48" alt="pl" /> Polski</a><a href="#" onclick="doGTranslate('en|pt');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Português" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pt.png" height="48" width="48" alt="pt" /> Português</a><a href="#" onclick="doGTranslate('en|pa');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ਪੰਜਾਬੀ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/pa.png" height="48" width="48" alt="pa" /> ਪੰਜਾਬੀ</a><a href="#" onclick="doGTranslate('en|ro');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Română" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ro.png" height="48" width="48" alt="ro" /> Română</a><a href="#" onclick="doGTranslate('en|ru');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Русский" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ru.png" height="48" width="48" alt="ru" /> Русский</a><a href="#" onclick="doGTranslate('en|sm');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Samoan" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sm.png" height="48" width="48" alt="sm" /> Samoan</a><a href="#" onclick="doGTranslate('en|gd');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Gàidhlig" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/gd.png" height="48" width="48" alt="gd" /> Gàidhlig</a><a href="#" onclick="doGTranslate('en|sr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Српски језик" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sr.png" height="48" width="48" alt="sr" /> Српски језик</a><a href="#" onclick="doGTranslate('en|st');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Sesotho" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/st.png" height="48" width="48" alt="st" /> Sesotho</a><a href="#" onclick="doGTranslate('en|sn');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Shona" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sn.png" height="48" width="48" alt="sn" /> Shona</a><a href="#" onclick="doGTranslate('en|sd');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="سنڌي" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sd.png" height="48" width="48" alt="sd" /> سنڌي</a><a href="#" onclick="doGTranslate('en|si');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="සිංහල" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/si.png" height="48" width="48" alt="si" /> සිංහල</a><a href="#" onclick="doGTranslate('en|sk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Slovenčina" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sk.png" height="48" width="48" alt="sk" /> Slovenčina</a><a href="#" onclick="doGTranslate('en|sl');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Slovenščina" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sl.png" height="48" width="48" alt="sl" /> Slovenščina</a><a href="#" onclick="doGTranslate('en|so');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Afsoomaali" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/so.png" height="48" width="48" alt="so" /> Afsoomaali</a><a href="#" onclick="doGTranslate('en|es');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Español" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/es.png" height="48" width="48" alt="es" /> Español</a><a href="#" onclick="doGTranslate('en|su');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Basa Sunda" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/su.png" height="48" width="48" alt="su" /> Basa Sunda</a><a href="#" onclick="doGTranslate('en|sw');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Kiswahili" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sw.png" height="48" width="48" alt="sw" /> Kiswahili</a><a href="#" onclick="doGTranslate('en|sv');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Svenska" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/sv.png" height="48" width="48" alt="sv" /> Svenska</a><a href="#" onclick="doGTranslate('en|tg');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Тоҷикӣ" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tg.png" height="48" width="48" alt="tg" /> Тоҷикӣ</a><a href="#" onclick="doGTranslate('en|ta');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="தமிழ்" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ta.png" height="48" width="48" alt="ta" /> தமிழ்</a><a href="#" onclick="doGTranslate('en|te');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="తెలుగు" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/te.png" height="48" width="48" alt="te" /> తెలుగు</a><a href="#" onclick="doGTranslate('en|th');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="ไทย" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/th.png" height="48" width="48" alt="th" /> ไทย</a><a href="#" onclick="doGTranslate('en|tr');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Türkçe" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/tr.png" height="48" width="48" alt="tr" /> Türkçe</a><a href="#" onclick="doGTranslate('en|uk');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Українська" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/uk.png" height="48" width="48" alt="uk" /> Українська</a><a href="#" onclick="doGTranslate('en|ur');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="اردو" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/ur.png" height="48" width="48" alt="ur" /> اردو</a><a href="#" onclick="doGTranslate('en|uz');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="O‘zbekcha" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/uz.png" height="48" width="48" alt="uz" /> O‘zbekcha</a><a href="#" onclick="doGTranslate('en|vi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Tiếng Việt" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/vi.png" height="48" width="48" alt="vi" /> Tiếng Việt</a><a href="#" onclick="doGTranslate('en|cy');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Cymraeg" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/cy.png" height="48" width="48" alt="cy" /> Cymraeg</a><a href="#" onclick="doGTranslate('en|xh');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="isiXhosa" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/xh.png" height="48" width="48" alt="xh" /> isiXhosa</a><a href="#" onclick="doGTranslate('en|yi');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="יידיש" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/yi.png" height="48" width="48" alt="yi" /> יידיש</a><a href="#" onclick="doGTranslate('en|yo');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Yorùbá" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/yo.png" height="48" width="48" alt="yo" /> Yorùbá</a><a href="#" onclick="doGTranslate('en|zu');jQuery('div.switcher div.selected a').html(jQuery(this).html());return false;" title="Zulu" class="nturl"><img data-gt-lazy-src="//oldfreegame.com/wp-content/plugins/gtranslate/flags/48/zu.png" height="48" width="48" alt="zu" /> Zulu</a></div></div> <style> #goog-gt-tt {display:none !important;}
    .goog-te-banner-frame {display:none !important;}
    .goog-te-menu-value:hover {text-decoration:none !important;}
    .goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
    body {top:0 !important;}
    #google_translate_element2 {display:none!important;} </style><div id="google_translate_element2"></div> <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2"></script> <script> function GTranslateGetCurrentLang() {var keyValue = document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2] : null;}
    function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}
    function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split('|')[0])return;var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf('goog-te-combo')!=-1){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}}
    if(GTranslateGetCurrentLang() != null)jQuery(document).ready(function() {var lang_html = jQuery('div.switcher div.option').find('img[alt="'+GTranslateGetCurrentLang()+'"]').parent().html();if(typeof lang_html != 'undefined')jQuery('div.switcher div.selected a').html(lang_html.replace('data-gt-lazy-', ''));});
    </script></li><li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-847"><a href="https://oldfreegame.com/?page_id=846">Menu</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-812"><a href="https://oldfreegame.com/">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1514"><a href="https://oldfreegame.com/calendar/">Calendar</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1267"><a href="https://oldfreegame.com/cookie/">Cookie</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1115 current_page_item menu-item-1116"><a href="https://oldfreegame.com/contact-us/" aria-current="page">Contact Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1119"><a href="https://oldfreegame.com/follow-us/">Follow Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-829"><a href="https://oldfreegame.com/offer-money/">Offer Money</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="https://oldfreegame.com/who-i-am/">Who I Am</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-817"><a href="https://oldfreegame.com/games/">Games</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-835"><a href="https://oldfreegame.com/gameboy-advance/">Gameboy Advance</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-844"><a href="https://oldfreegame.com/nintendo/">Nintendo</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-841"><a href="https://oldfreegame.com/snk-neo-geo/">SNK Neo Geo</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-838"><a href="https://oldfreegame.com/super-nintendo/">Super Nintendo</a></li></ul></li><li class="search-toggle-li" ><a href="javascript:void(0)" class="site-search-toggle search-dropdown-toggle" aria-label="Search website"><span class="icon-magnifier" aria-hidden="true"></span></a></li></ul><div id="mobile-menu-search" class="clr"><form method="get" action="https://oldfreegame.com/" class="mobile-searchform" role="search" aria-label="Search for:"> <label for="ocean-mobile-search2"> <input type="search" name="s" autocomplete="off" placeholder="Cerca" /> <button type="submit" class="searchform-submit" aria-label="Submit search"> <i class="icon-magnifier" aria-hidden="true"></i> </button> </label></form></div><!-- .mobile-menu-search --></nav></div></div></div><!-- #site-header-inner --></header><!-- #site-header --><main id="main" class="site-main clr" role="main"><header class="page-header"><div class="container clr page-header-inner"><h1 class="page-header-title clr">Contact Us</h1></div><!-- .page-header-inner --></header><!-- .page-header --><div id="content-wrap" class="container clr"><div id="primary" class="content-area clr"><div id="content" class="site-content clr"><article class="single-page-article clr"><div class="entry clr"><div class="rank-math-seo-score template-circle bad-seo before-content"> <span class="score"> 7 <span class="outof"> / 100 </span> </span> <span class="label"> </span></div> <style type="text/css"> .rank-math-seo-score{font-family:sans-serif;position:relative;display:inline-block;height:96px;width:96px;margin:20px 20px 30px;text-align:center;color:#fff;border:none;border-radius:50%;background:#eee;-webkit-box-shadow:1px 1px 1px #bbb;box-shadow:1px 1px 1px #bbb}.rank-math-seo-score.before-content{margin:0 0 30px 20px;float:right}.rank-math-seo-score.after-content{margin:20px 0 30px 20px}.rank-math-seo-score.as-shortcode{display:inline-block}.rank-math-seo-score .label{font-size:12px;position:absolute;top:100px;left:0;display:block;width:100%;color:#979ea5}.rank-math-seo-score .score{font-size:42px;font-weight:bold;line-height:42px;display:block}.rank-math-seo-score .outof{font-size:12px;font-weight:normal;line-height:12px;display:block;color:rgba(255,255,255,0.7)}.rank-math-seo-score .backlink{font-size:12px;position:absolute;top:-94px;left:-12px;display:block;visibility:hidden;width:120px;padding:8px 10px;-webkit-transition:.25s all ease;transition:.25s all ease;-webkit-transition-delay:.25s;transition-delay:.25s;opacity:0;color:#a8a8a8;border:none;border-radius:8px;background:#fff;-webkit-box-shadow:0 4px 14px rgba(60,60,90,0.2);box-shadow:0 4px 12px rgba(60,60,90,0.15)}.rank-math-seo-score .backlink:after{position:absolute;bottom:-8px;left:calc(50% - 7px);width:0;height:0;content:'';border-width:8px 7.5px 0 7.5px;border-style:solid;border-color:#fff transparent transparent transparent}.rank-math-seo-score:hover .backlink{top:-74px;visibility:visible;opacity:1}.rank-math-seo-score .poweredby{font-size:13px;color:#a8a8a8}.rank-math-seo-score .poweredby a{display:block;font-weight:normal;text-decoration:none;color:#6372b6;border:none}.rank-math-seo-score.unknown-seo{background:#eee;background:linear-gradient(135deg, #b9b9b9 0%, #989898 100%);-webkit-box-shadow:1px 1px 1px #bbb;box-shadow:1px 1px 1px #bbb}.rank-math-seo-score.bad-seo{background:#f8b0a2;background:linear-gradient(135deg, #f8b0a2 0%, #f1938c 100%);-webkit-box-shadow:1px 1px 1px #e48982;box-shadow:1px 1px 1px #e48982;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b0a2', endColorstr='#f1938c',GradientType=1 )}.rank-math-seo-score.good-seo{background:#fdd07a;background:linear-gradient(135deg, #fdd07a 0%, #fcbe6c 100%);-webkit-box-shadow:1px 1px 1px #efb463;box-shadow:1px 1px 1px #efb463;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd07a', endColorstr='#fcbe6c',GradientType=1 )}.rank-math-seo-score.great-seo{background:#99d484;background:linear-gradient(135deg, #99d484 0%, #83c97f 100%);-webkit-box-shadow:1px 1px 1px #5ba857;box-shadow:1px 1px 1px #5ba857;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d484', endColorstr='#83c97f',GradientType=1 )}.rank-math-seo-score.template-circle .score{margin-top:22px !important}.rank-math-seo-score.template-square{height:80px;width:110px;border-radius:12px}.rank-math-seo-score.template-square .score{margin:10px 12px;text-align:left}.rank-math-seo-score.template-square .outof{display:inline-block;margin-left:-8px}.rank-math-seo-score.template-square .label{font-size:13px;top:52px;left:14px;text-align:left;color:rgba(255,255,255,0.8)}.rank-math-seo-score.template-square .backlink{left:-5px}.rank-math-seo-score.template-square.before-content{margin-bottom:20px}.rank-math-seo-score.template-square.after-content{margin-bottom:0}.theme-twentytwenty .rank-math-seo-score{width:96px !important}.theme-twentytwenty .rank-math-seo-score.template-square{width:110px !important}.theme-twentytwenty .rank-math-seo-score.before-content{margin:0 auto 30px auto;display:inherit;float:none}.theme-twentytwenty .rank-math-seo-score.template-circle .score,.theme-twentytwenty .rank-math-seo-score.template-square .score{transform:translateY(22px)} </style><p>Write the names of the games to add to the website. Tell us when to correct a page. Ask how to share our photos, videos.</p><div class="wpforms-container wpforms-container-full" id="wpforms-1124"><form id="wpforms-form-1124" class="wpforms-validate wpforms-form" data-formid="1124" method="post" enctype="multipart/form-data" action="/contact-us/" data-token="5496c28403b2d5b7e1ae3728bc5ba8ba"><noscript class="wpforms-error-noscript">Abilita JavaScript nel browser per completare questo modulo.</noscript><div class="wpforms-field-container"><div id="wpforms-1124-field_1-container" class="wpforms-field wpforms-field-email" data-field-id="1"><label class="wpforms-field-label" for="wpforms-1124-field_1">Email. <span class="wpforms-required-label">*</span></label><input type="email" id="wpforms-1124-field_1" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][1]" placeholder="What is your email?" required></div><div id="wpforms-1124-field_2-container" class="wpforms-field wpforms-field-textarea" data-field-id="2"><label class="wpforms-field-label" for="wpforms-1124-field_2">Write. <span class="wpforms-required-label">*</span></label><textarea id="wpforms-1124-field_2" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][2]" placeholder="Do you have something to tell us?" required></textarea></div></div><div class="wpforms-submit-container" ><input type="hidden" name="wpforms[id]" value="1124"><input type="hidden" name="wpforms[author]" value="1"><input type="hidden" name="wpforms[post_id]" value="1115"><button type="submit" name="wpforms[submit]" class="wpforms-submit " id="wpforms-submit-1124" value="wpforms-submit" aria-live="assertive" data-alt-text="I&#039;m sending the message." data-submit-text="Send Message">Send Message</button></div></form></div> <!-- .wpforms-container --></div></article></div><!-- #content --></div><!-- #primary --></div><!-- #content-wrap --></main><!-- #main --></div><!-- #wrap --></div><!-- #outer-wrap --> <style> .wpforms-recaptcha-container {
     position: relative !important;
     }  div.wpforms-container-full .wpforms-form .cmplz-accept-marketing {
     background: grey;
     } </style> <script type='text/javascript' id='cmplz-cookie-config-js-extra'> /* <![CDATA[ */
    var complianz = {"static":"","set_cookies":[],"block_ajax_content":"","banner_version":"25","version":"4.9.6","a_b_testing":"","do_not_track":"","consenttype":"optin","region":"eu","geoip":"","categories":"<div class=\"cmplz-categories-wrap\"><label for=\"cmplz_functional\"><input id=\"cmplz_functional\" style=\"color:#c06cfe\" tabindex=\"0\" data-category=\"cmplz_functional\" class=\"cmplz-consent-checkbox cmplz-classic cmplz-classic-checkbox cmplz_functional\" checked disabled type=\"checkbox\">Funzionale<\/label><\/div><div class=\"cmplz-categories-wrap\"><label for=\"cmplz_stats\"><input id=\"cmplz_stats\" style=\"color:#c06cfe\" tabindex=\"0\" data-category=\"cmplz_stats\" class=\"cmplz-consent-checkbox cmplz-classic cmplz-classic-checkbox cmplz_stats\"   type=\"checkbox\">Statistiche<\/label><\/div><div class=\"cmplz-categories-wrap\"><label for=\"cmplz_marketing\"><input id=\"cmplz_marketing\" style=\"color:#c06cfe\" tabindex=\"0\" data-category=\"cmplz_marketing\" class=\"cmplz-consent-checkbox cmplz-classic cmplz-classic-checkbox cmplz_marketing\"   type=\"checkbox\">Marketing<\/label><\/div><style>#cc-window.cc-window .cmplz-categories-wrap .cc-check svg {stroke: #c06cfe}<\/style>","position":"bottom-left","title":"","theme":"minimal","checkbox_style":"classic","use_categories":"no","use_categories_optinstats":"visible","accept":"All Cookies","revoke":"Gestisci consenso","dismiss":"Few Cookies","dismiss_timeout":"10","popup_background_color":"#411562","popup_text_color":"#c06cfe","button_background_color":"#c06cfe","button_text_color":"#411562","accept_all_background_color":"#c06cfe","accept_all_text_color":"#411562","accept_all_border_color":"#c06cfe","functional_background_color":"#411562","functional_text_color":"#c06cfe","functional_border_color":"#c06cfe","border_color":"#c06cfe","use_custom_cookie_css":"","custom_css":".cc-window","custom_css_amp":"#cmplz-consent-ui, #cmplz-post-consent-ui {} \n#cmplz-consent-ui .cmplz-consent-message {} \n#cmplz-consent-ui button, #cmplz-post-consent-ui button {}","readmore_optin":"Read Cookie","readmore_impressum":"Impressum","accept_informational":"Accetta","message_optout":"Usiamo cookie per ottimizzare il nostro sito web ed i nostri servizi.","message_optin":"We use Cookies to improve our website.","readmore_optout":"Cookie Policy","readmore_optout_dnsmpi":"Do Not Sell My Personal Information","hide_revoke":"","banner_width":"476","soft_cookiewall":"","type":"opt-in","layout":"basic","dismiss_on_scroll":"","dismiss_on_timeout":"","cookie_expiry":"365","nonce":"b144e34ea5","url":"https:\/\/oldfreegame.com\/wp-json\/complianz\/v1\/?lang=it","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"14","cookie_path":"\/","tcf_active":"","view_preferences":"Visualizza preference","save_preferences":"Salva preferenze","accept_all":"Accetta tutti","readmore_url":{"eu":"https:\/\/oldfreegame.com\/cookie\/"},"privacy_link":{"eu":""},"placeholdertext":"Clicca per accettare i cookie di marketing e abilitare questo contenuto"};
    /* ]]> */ </script> <!--[if lt IE 9]> <script type='text/javascript' src='https://oldfreegame.com/wp-content/themes/oceanwp/assets/js/third/html5.min.js?ver=1.0' id='html5shiv-js'></script> <![endif]--> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.16.1 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=UA-186793295-2"  type="text/plain" data-cfasync="false" class="cmplz-script cmplz-stats"></script> <script type="text/javascript" data-cfasync="false" class="cmplz-stats"> var mi_version = '7.16.1';
     var mi_track_user = true;
     var mi_no_track_reason = ''; 
     var disableStr = 'ga-disable-UA-186793295-2';  /* Function to detect opted out users */
     function __gtagTrackerIsOptedOut() {
     return document.cookie.indexOf( disableStr + '=true' ) > - 1;
     }  /* Disable tracking if the opt-out cookie exists. */
     if ( __gtagTrackerIsOptedOut() ) {
     window[disableStr] = true;
     }  /* Opt-out function */
     function __gtagTrackerOptout() {
     document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
     window[disableStr] = true;
     }  if ( 'undefined' === typeof gaOptout ) {
     function gaOptout() {
     __gtagTrackerOptout();
     }
     }
     window.dataLayer = window.dataLayer || [];
     if ( mi_track_user ) {
     function __gtagTracker() {
     dataLayer.push( arguments );
     }
     __gtagTracker( 'js', new Date() );
     __gtagTracker( 'set', {
     'developer_id.dZGIzZG' : true,
     });
     __gtagTracker( 'config', 'UA-186793295-2', {
     forceSSL:true,anonymize_ip:true,link_attribution:true,					} );
     window.gtag = __gtagTracker;										(
     function () {
     /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
     /* ga and __gaTracker compatibility shim. */
     var noopfn = function () {
     return null;
     };
     var noopnullfn = function () {
     return null;
     };
     var Tracker = function () {
     return null;
     };
     var p = Tracker.prototype;
     p.get = noopfn;
     p.set = noopfn;
     p.send = noopfn;
     var __gaTracker = function () {
     var len = arguments.length;
     if ( len === 0 ) {
     return;
     }
     var f = arguments[len - 1];
     if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
     if ( 'send' === arguments[0] ) {
     var hitConverted, hitObject = false, action;
     if ( 'event' === arguments[1] ) {
     if ( 'undefined' !== typeof arguments[3] ) {
     hitObject = {
     'eventAction': arguments[3],
     'eventCategory': arguments[2],
     'eventLabel': arguments[4],
     'value': arguments[5] ? arguments[5] : 1,
     }
     }
     }
     if ( typeof arguments[2] === 'object' ) {
     hitObject = arguments[2];
     }
     if ( 'undefined' !== typeof (
     arguments[1].hitType
     ) ) {
     hitObject = arguments[1];
     }
     if ( hitObject ) {
     action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
     hitConverted = mapArgs( hitObject );
     __gtagTracker( 'event', action, hitConverted );
     }
     }
     return;
     }  function mapArgs( args ) {
     var gaKey, hit = {};
     var gaMap = {
     'eventCategory': 'event_category',
     'eventAction': 'event_action',
     'eventLabel': 'event_label',
     'eventValue': 'event_value',
     'nonInteraction': 'non_interaction',
     'timingCategory': 'event_category',
     'timingVar': 'name',
     'timingValue': 'value',
     'timingLabel': 'event_label',
     };
     for ( gaKey in gaMap ) {
     if ( 'undefined' !== typeof args[gaKey] ) {
     hit[gaMap[gaKey]] = args[gaKey];
     }
     }
     return hit;
     }  try {
     f.hitCallback();
     } catch ( ex ) {
     }
     };
     __gaTracker.create = function () {
     return new Tracker();
     };
     __gaTracker.getByName = noopnullfn;
     __gaTracker.getAll = function () {
     return [];
     };
     __gaTracker.remove = noopfn;
     __gaTracker.loaded = true;
     window['__gaTracker'] = __gaTracker;
     }
     )();
     } else {
     console.log( "" );
     ( function () {
     function __gtagTracker() {
     return null;
     }
     window['__gtagTracker'] = __gtagTracker;
     window['gtag'] = __gtagTracker;
     } )();
     } </script> <!-- / Google Analytics by MonsterInsights --> <script defer src="https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-js-b7c87bc083e71d28f5ebbecaa03b4f1a.js"></script></body></html>

     

  14. I found that it also adds a sidebar to me at the bottom. With the chrome developer tool I found and deleted it. is a style element, how do I delete it and how do I know where exactly it is?

     

    I tried to follow your lead with important, but I don't understand what I'm doing wrong.

    # ascrail2000 .nicescroll-rails nicescroll-rails-vr {
         height: 33% !important;
    }

    https://i.postimg.cc/44BfgLqp/Schermata-2021-02-17-a-18-29-12.png

  15. <div id="ascrail2000" class="nicescroll-rails nicescroll-rails-vr" style="width: 44px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%; right: 0px; opacity: 1; display: block; background: rgb(192, 108, 254);"><div class="nicescroll-cursors" style="position: relative; top: 0px; float: right; width: 44px; height: 1024px; border-radius: 10px; background-color: rgb(255, 255, 255); background-clip: padding-box;"></div></div>
    element.style {
        width: 44px;
        z-index: auto;
        cursor: default;
        position: fixed;
        top: 0px;
        height: 100%;
        right: 0px;
        opacity: 1;
        display: block;
        background: rgb(192, 108, 254);
    }

    Puoi farmi un esempio pratico sul codice precedente con importanti? Avevo provato a mettere questa opzione ma non ha funzionato. Ho fatto qualcosa di sbagliato.

×
×
  • Create New...