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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v29-vietnamese-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-v29-vietnamese-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v29-vietnamese-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v29-vietnamese-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v29-vietnamese-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v29-vietnamese-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Righteous';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/righteous-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/righteous-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/righteous-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/righteous-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/righteous-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/righteous-v13-latin-regular.svg#Righteous') format('svg'); /* Legacy iOS */
}
body {font-family: "Roboto", sans-serif !important;}
h1, h2, h3, h4, .heading-font {font-family: "Righteous", sans-serif !important;}
.colored {
    color: #f5c90e;
}
.footer-secondary {
	padding: 0px !important;
}
.game-description {
    margin: 35px 0;
}
.button-store {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 22px;
    border-radius: 5px;
    margin: 30px 10px 0 0 !important;
    color: #111 !important;
    background: #EEE;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.button-store:visited {
    color: #FFF;
}

.button-store:active {
    color: #111;
}

.button-store:hover {
    background: #222;
    color: #FFF !important;
}

.button-store > i {
    float: left;
    display: inline;
    margin-top: 5px;
}

.button-store p {
    float: right;
    padding: 0 0 0 10px;
    color: #111;
}

.button-store p:hover {
    color: #fff;
}

.fa-2x {
    font-size: 2em;
}

.reviews {
    width: auto;
    display: inline-block;
    float: right;
    margin: 20px 0 0 0;
    text-align: center;
}

.reviews a {
    color: #222;
}

.reviews a:hover {
    color: #FFF;
}

.reviews a:active {
    color: #FFF;
}
.type-post .article-inner.has-shadow {
    background-color: unset !important;
}
.rating {
    width: auto;
    height: auto;
    padding: 10px 20px;
    background: #EEE;
    color: #111 !important;
    text-align: center;
    float: right;
    border-radius: 2px;
    margin: 20px 0 0 0;
}

.rating ul {
    margin: 0;
}

.rating ul li {
    display: inline;
    margin: 0 5px 0 0;
}

.rating p {
    font-size: 1.5rem;
	color: #000 !important;
}

.subtle {
	color: #777 !important;
    font-style: italic;
}

.products .box-vertical .box-text {
    font-size: 1em !important;
}

.portfolio-summary.entry-summary {
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media (max-width: 767px) {
    .button-store:nth-of-type(2) {
        float: right;
    }

    .reviews {
        display: block;
        margin: 20px auto 0 auto;
        float: left;
        width: 100%;
    }

    .rating {
        display: block;
        margin: 15px auto 0 auto;
        float: none;
    }
}