/*
Theme Name: Stratum Games site
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

missup is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    /* 1 */
    
    -ms-text-size-adjust: 100%;
    /* 2 */
    
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */
body{
    font-family: 'Open Sans', sans-serif;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    
    font: inherit;
    /* 2 */
    
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

ul,li{
    padding: 0;
}
.navbar {
  margin-bottom: 20px;
}

.menu{
    background:#eb9115;
}

.menu li a{
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 14px;
}

.slider{
    width: 100%;
}

.slider .bx-controls{
    display: none;
}

img{
    max-width: 100%;
    display: block;
}
a.navbar-brand img{
    max-width: 150px;
}

.navbar-collapse{
    border-top: none;
}

.social{
    display: block;
    text-align: center;
    padding:20px 0 0;
}

.social ul li{
    text-align: center;
    display: inline-block;
    margin:0 8px;
}
.social ul li:last-chid{
    margin-right: 0;
}

.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.banner-area{
    background: url(images/background-bg.jpg)no-repeat;
    padding: 10px 0;
}
.banner-area h3{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.banner-area h4{
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.banner-area p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
}


.banner-area a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.video-block{
    padding-top:10px;
}

.video-block video{
    max-width: 534px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.welcome-message h1{
    color: #000;
    font-size: 24px;
    font-weight:700;
}

.welcome-message p{
    color: #000;
    font-size: 20px;
    font-weight:400;
}

.best-game{

    background:#0f81dd;
    padding:20px 0;
    margin:20px 0 0 0;
    overflow-x: hidden;
}
.best-game h3{
    color: #fff;
    font-size: 30px;
    font-weight:700;
    font-size: 24px;
    padding-bottom: 15px;
}
.carousel-block ul li p
{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight:600;
}

.carousel-block ul li{
    text-align: center;
}

.carousel-block ul li img{
    display: inline-block;
    border:2px solid #ccae12;
    border-radius: 100%;
}

.carousel-block .bx-wrapper .bx-controls-direction a{
    top: 106%;
}
.carousel-block .bx-wrapper .bx-prev{
    background: url(images/larrow.png) no-repeat;
    width: 61px;
    height: 61px;
    left: 30%;

}

.carousel-block .bx-wrapper .bx-next{
    
}

 .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

    .best-game .carousel-block p{
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-top: 26px;
    }

      .best-game .carousel-block img{
        border:2px solid #ffd101;
        border-radius: 100%;
      }

      .best-game .carousel-block button.slick-next{

         background: url(images/rarrow.png) no-repeat;
          width: 61px;
          height: 61px;
          right: 28%;
          z-index: 99;
          top: 112%;
          text-indent: -9999px;
      }

      .best-game .carousel-block button.slick-prev{

        background: url(images/larrow.png) no-repeat;
         
          width: 61px;
          height: 61px;
         left: 28%;
         z-index: 99;
         top: 112%;
         text-indent: -9999px;
      }

      .works-along{
        padding:20px 0;
      }

      .works-along h3{
        color: #000;
        font-size: 30px;
        font-weight: 700;
      }

        .works-along p{
        color: #000;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.5;
      }

      .footer-sec {
        background: #cfcfcf;
        padding-top: 50px;
        padding-bottom: 20px;
      }

      .footermenu{
        padding:20px 0;
      }

      .footermenu ul li{
        margin:5px 0;
      }

      .footermenu ul li a{
        color: #696969;
        font-size: 14px;
        font-weight: 400;
        }

      p.copyright{
        color: #696969;
        font-weight: 400;
        font-size: 14px;
        border-top:2px solid #c5c5c5;
        padding-top: 12px;
      }

      .social-share ul li{
        float: left;
        margin:0 15px 0 0;
      }

      .inner-block-content h3{
        color: #000000;
        font-size: 25px;
        font-weight: 700;
      }

      .gamestor{
        text-align: center;
      }

      .gamestor img{
        display: inline-block;
      }

      .gamestor a{
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        margin-top: 22px;
        display: block;
      }

      .inner-block-content h3{
        text-align: center;
        padding-bottom: 50px;
        padding-top: 50px;
      }

      .gamesloop div{
        margin-bottom: 20px;
      }

      .gamesdetails .slick-dots li button{
        width: 6px;
        height: 6px;
        background: #b0b0b0;
        text-indent: -9999px;
        border-radius:100%;
        margin-top: 46px;
      }

      .games-total-details p{
        color: #575757;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.6;
      }

      .download-block ul li{
        float: left;
        width: 30%;
        margin: 1%;
      }

      .inner-block-content{
        padding:0 0 40px 0;
      }

      .inner-block-content h3{
        padding-bottom: 0;
      }
      .gameerow-det{
        margin-top: 53px;
      }

      .slick-dots li button{
        text-indent: -9999px;
      }
      .icon-holder{
        width: 175px;
        height: 175px;
        line-height: 175px;
        border:2px solid #0072bc;
        border-radius: 100%;
        text-align: center;
        margin:0 auto;
      }

      .icon-holder img{
        display: inline-block;
      }
      .service-details h3{
        color: #000000;
        font-size: 23px;
        font-weight: 600;
        margin:27px 0 21px 0;
        padding:0;
      }

      .service-details p{
        color: #5d5d5d;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        font-weight: 400;
      }

      .envy-service{
        margin-top: 66px;
      }
    
        .description-service{
            padding-top: 50px;
            display: block;
            width: 100%;
            float: left;
        }


      .description-service p{
        color: #5d5d5d;
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        text-align: center;
      }

      .current-opening h4{
        color: #000000;
        font-size: 18px;
        font-weight: 700;
      }

       .current-opening p{
        color: #525252;
        font-size: 15px;
        font-weight: 400;
      }

      .current-opening span.location{
        background: url(images/location.png) no-repeat 0px 3px;
        width: 12px;
        height: 16px;
        padding: 0 0 0 18px;
        width:100%;
        float: left;
        color: #0b67b1;
        font-size: 15px;
      }

      .current-opening a{
        background: #1d489f;
        padding:12px 25px;
        border-radius:4px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        float: left;
        margin:20px 0 0 0;
      }

      .current-opening a:hover{
        background:#000;
      }

      .current-opening div{
        width: 100%;
        float: left;
        margin:15px 0 0 0;
      }

      .map-block{
        margin:0 0 20px 0;
      }

      .map-block iframe{
        max-width: 100%;
      }

      .contact-form input,.contact-form textarea{
        background: #f1f1f1;
        border:1px solid #e2e2e2;
        border-radius: 2px;
      }

      .contact-form textarea{
        height: 100px;
      }

      .contact-form input[type="submit"]{
        background: #5b5b5b;
        border:none;
        color:#fff;
        padding:2% 5%;  
      }

      .contact-form input[type="reset"]{
        background: #eb9115;
        border:none;
        color:#fff;
        padding:2% 5%;  
      }

      .teamsplash{
        position: relative;
        overflow:hidden;
       }

       .team-descp{
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(15,129,221,0.8);
        top: 0;
        text-align: center;
        opacity: 0;
         -webkit-transition:0.5s all;
        -moz-transition:0.5s all;
        -o-transition:0.5s all;
        transition:0.5s all;
        left: -100%;
       }

       .team-descp p{
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-top: 28%;
       }

       .teamsplash:hover .team-descp{
        opacity: 1;
        left: 0;
       }

       .teamsoul div{
        margin:0 0 10px 0;
       }
       .gameerow-det .slick-prev{
        background: url(images/left-arrow.png);
        width: 24px;
        height: 24px;
        border:none;
        text-indent: -9999px;
        left: 40px;
        z-index: 999;
       }

       .gameerow-det .slick-next{
        background: url(images/right-arrow.png);
        width: 24px;
        height: 24px;
        border:none;
        text-indent: -9999px;
        right: 40px;
        z-index: 999;

       }



/*-----------responsive----------------*/

      @media only screen and (min-width:769px){

        .social{
            text-align: right;
        }
        .navbar-nav{
            float: right;
        }

        .menu li:last-child a{
            padding-right: 0;
        }

        .envy-service .col-sm-6{
                min-height: 367px;
        }

        .gamesmania p{
            color: #000000;
            font-size: 28px;
            font-weight: 300;
            text-align: center;
            padding-bottom: 45px;
            padding-top: 20px;
        }

      }

      @media only screen and (min-width:992px){

        .teamsoul div{
            min-height: 320px;
        }

        .description-service p{
            font-size: 23px;
            max-width: 947px;
            margin:0 auto;
        }

        .service-details h3{
            font-size: 23px !important;
        }

        .banner-area{
            background-size: cover;
        }

        .download-block ul li{
            width: auto;
        }

        .download-block p{
            font-size: 20px;
            font-weight: 600;
            margin-top: 46px;
        }


            .games-total-details p{
                font-size: 20px;
            }


             .footermenu{
                max-width: 375px;
                margin:0 auto;
            }

            .footermenu ul li{
                float: left;
                margin:0 32px 0 0;
                
            }

            .footermenu ul li:last-child{
                margin-right: 0;
            }

            .footermenu ul li a{
                font-size: 16px;
            }
            p.copyright{
                 max-width: 375px;
                margin:0 auto;
                text-align: center;
            }

            .inner-block-content h3{
                font-size: 46px;
            }
            .menu{
                padding-bottom: 40px;
            }

            .split .form-group{
                width: 49%;
                float: left;
                margin-right:2%;
            }

            .split .form-group input{
                height: 53px;
            }

            .contact-form textarea{
                height: 180px;
            }

            .split .form-group:last-child{
                margin-right:0%;
            }

            .contact-form input[type="reset"],.contact-form input[type="submit"]{
                    padding: 3% 11%;
                    color: #fff;
                    font-size: 16px;
                    font-weight: 700;
            }
            .button-group{
                text-align: right;
            }

            .contact{
                padding-top: 68px;
                width: 100%;
                float: left;
            }
            
      }


       @media only screen and (min-width:1024px){



            .current-opening div{
                margin: 15px 0 26px 0;
            }

            .current-opening span.location{
                margin: 9px 0 8px 0;
            }

            .current-opening h4{
                font-size: 24px;
                margin: 12px 0 26px 0;
            }

            .banner-area h3{
                font-size: 34px;
            }

            .banner-area h4{
                font-size: 40px;
            }

            .banner-area p{
                font-size: 15px;
            }
            .welcome-message{
                width: 100%;
                float: left;
                padding:64px 0;
            }

            .best-game{
                width: 100%;
                float: left;
            }

            .welcome-message h1{
                text-align: center;
                font-size: 35px;
            }

            .welcome-message p {

                font-size: 25px;
                font-weight: 300;
            }

            .best-game h3{
                text-align: center;
                font-size: 35px;
                padding-bottom: 46px;
                padding-top:40px;
            }

            
            .works-along {
                padding: 94px 0 60px;
                width: 100%;
                float: left;
            }

            .footer-sec{
                width: 100%;
                float: left;
            }

            .works-along h3{
                font-size: 46px;
                margin-bottom: 20px;
                margin-top: 0;
            }

            .works-along p{
                font-size: 28px;
            }

           
            .best-game{
                padding: 20px 0 20px 0;
            }

       }


        @media only screen and (min-width:1200px){

            .best-game h3 {
                    text-align: center;
                    font-size: 46px;
                    padding-bottom: 46px;
                    padding-top: 10px;
                }

                .welcome-message h1{
                    font-size: 46px;
                }

                .welcome-message{
                     padding: 44px 0;
                }

                .welcome-message p {
                    font-size: 28px;
                    max-width: 928px;
                    margin:0 auto;
                    text-align: center;
                }
                .banner-area h3 {
                    font-size: 39px;
                    margin-top: 63px;
                }
                .banner-area h4 {
                    font-size: 46px;
                    text-transform: uppercase;
                }
                .banner-area p {
                    font-size: 16px;
                    font-weight: 600;
                }
                .banner-area a{
                    font-weight: 700;
                }

                .banner-area{
                    padding: 102px 0 75px 0;
                }

                .menu li a{
                    font-size: 19px;
                }

                .nav>li>a{
                    padding: 10px 25px;
                }

                .social ul li a img,.social-share ul li a img{
                    transition: all 0.5s;
                }

                .social ul li a img:hover,.social-share ul li a img:hover{
                   transform: rotate(360deg);
                }

                .menu ul li a{
                    transition: all 1s;
                }
                .menu ul li a:hover{
                    position: relative;
                    top: -2px;
                }

                .best-game .carousel-block button.slick-prev{
                    left: 43%;
                }

                .best-game .carousel-block button.slick-next{
                    left: 49%;
                }

                a.navbar-brand img {
                    max-width: 100%;
                }

                .best-game{
                    overflow-x: visible;
                }

                .best-game .carousel-block button.slick-prev,.best-game .carousel-block button.slick-next{
                    top: 116%;
                }

                .navbar-brand{
                    padding-top: 37px;
                }

        }