/*
Theme Name: Expound
Author: Konstantin Kovshenin
Author URI: http://kovshenin.com
Description: An awesome magazine theme for your WordPress site. Responsive layout, post thumbnails support, featured posts, an easy-to-use social menu and much more.
Version: 2.0.1
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, light, one-column, two-columns, right-sidebar, editor-style, responsive-layout, custom-header, flexible-header, custom-background, featured-images, custom-menu, post-formats, sticky-post, threaded-comments, translation-ready, full-width-template, buddypress

This theme, like WordPress, is licensed under the GPL.

Expound is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/

@import url('css/reset.css');
@import url('css/expoundce5d.css?v=20140129');

.navigation-main ul
{
    margin: 0px;
}

.navigation-main li
{
    height: 46px;
}

.navigation-main ul ul 
{
    margin: 0;
    top: 45px;
    z-index: 9990;
}

.navigation-main
{
    display: table-cell;
    height: 46px;
    width: 105%;
}

.navigation-holder
{
    width: 110%;
    display: table;
    margin-left: -5%;
}

#leftRibbon,#rightRibbon
{
    content: "";
    border: 23px solid #FF7200;
    display: table-cell;
}

#rightRibbon
{
    border-right-color:transparent;
}

#leftRibbon
{
    border-left-color:transparent;
}

body
{
    font: 15px/25px 'Carrois Gothic', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4
{
    font-family: 'Carrois Gothic', Helvetica, Arial, sans-serif;
}

#page,.expound-full-width #primary
{
    max-width: 960px;
}

.site-content article
{
    padding-top: 0px;
}

.site-content img
{
    max-width: 96%;
}

#gamePageTitleImage
{
    display: block;
    max-width: 65%;
    float: left;
    margin-bottom: 10px;
}

.gameInfo
{
    width: 30%;
    float: left;
    display: block;
    margin: 0 0 -10px 20px;
}

.playGameButton, .watchVideoButton
{
    width: 100%;
    height: 50px;
    margin: 0 0 10px 0;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    display:block;
}

.watchVideoButton
{
    margin: -30px 0 10px 0;
}

.gameInfo p
{
    font-size: 17px;
}

.playGameButton:after, .watchVideoButton:after
{
    content: "";    
    display: table-cell;
    float: right;
    margin-right: -11%;
}

.playGameButton:after
{
    border: 25px solid #0096FF;
    border-right-color:transparent;
}

.watchVideoButton:after
{
    border: 25px solid #ff156d;
    border-right-color:transparent;
}

.gamePageButtonLink,.gamePageButtonLink:active,.gamePageButtonLink:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

.gamePageButtonLink:hover,.gamePageButtonLink:focus
{
    text-decoration: none;
    color: #d3d3d3;
}

.playGameButton
{
    background-color: #0096FF;
}

.watchVideoButton
{
   background-color: #ff156d; 
}

#headerImage
{
    background-size: 100%;
    background-position: 50% 50%;
}

.site-header .menu-toggle
{
    padding: 13px 22px;
}


.gameTeaser
{
    display: block;   
}

.gameTeaser:before, .gameTeaser:after
{
    display: table;
    line-height: 0;
    content: "";
}

.gameTeaser:after
{
    clear: both;
}

.gameTeaserImage
{
    float:left;    
    width: 92%;
}
.gameTeaserIcons
{
    padding-top: 0%;
    float:left;
    display: block;
    width: 8%;
}
.gameTeaserIcons img
{
    background: none;
    margin-top: 0px; 
    padding: 0px;
    border: 0px;
    -mox-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.storeIcons
{
    width: 110%;
    height: 10%;
    margin-top: -2%;
}

.storeIcons img
{
    display: block;
    float:left;
    background: none;
    margin: 0 5px 0 0;
    padding: 0px;
    border: 0px;
    -mox-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 20%;
    height: auto;
}

.storeIcons:before, .storeIcons:after
{
    display: table;
    line-height: 0;
    content: "";
}

.storeIcons:after
{
    clear: both;
}