/*
Theme Name: F1Esports by Codemasters
Theme URL: http://f1esports.com
Theme Designer: Dan Hawkins / Codemasters
Theme Copyright: F1Esports.com / Codemasters
*/
/* WP Lightbox 2 */
#outerImageContainer {width: 60% !important;height: 85% !important;}
#lightboxImage { height: 85% !important; width: auto !important;}
#imageDataContainer {width: 60% !important;}
#prevLink {height: 100% !important;}
#nextLink {height: 100% !important;}
#home-news {
    position:relative;
    clear: both;
    overflow: hidden;
}

.social_share	{
	display:inline-block;
	z-index:100;
}
.icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 10px;
    vertical-align: middle;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
 
.icons a.twitter { background: url(../png/twitter.png) left top no-repeat; }
.icons a.linkedin { background: url(../png/linkedin.png) left top no-repeat; }
.icons a.facebook { background: url(../png/facebook.png) left top no-repeat; }
.icons a.googleplus { background: url(../png/googleplus.png) left top no-repeat; }
 
.icons a:hover { background-position: left -40px; }


#home-news-inner {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 50px 0 40px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info.news-article {
    margin:0;
}

#news-article h2 {
    text-align: center;
    max-width: 700px;
    margin: 20px auto;
}

#home-news ul {
    clear:both;
    overflow:hidden;
}

#home-news ul li {
    float: left;
    width: 100%;
    padding: 0 25px 25px 0;
    overflow: hidden;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home-news ul li:after{
    content:'';
    clear:both;
    display:block;
}

#home-news ul li a {
    background: white;
    display: block;
    height: 350px;
    font-family: 'bentonsans';
    letter-spacing: 1px;
    font-size: 15px;
    color: black;
    text-decoration: none;
    line-height: 26px;
    overflow:hidden;
}

#home-news ul#videos li a {
    height: 400px;
}

#home-news ul li a img {
    display:block;
    width:100%;
    transition: all .4s ease-in-out;
    position:relative;
    z-index: 0;
}

#home-news ul li a:hover img { transform: scale(1.1); }

#home-news ul li a h3 {
    padding: 20px;
    margin: 0;
    background: white;
    z-index: 1;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}

#home-news ul li a h4 {
    color: #888;
    margin: 20px 20px 0 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.info.news-article h2,
.news-article h4 {
    text-align:center;
    margin-bottom: 15px;
}

.news-article p:first-of-type {
    font-size:1.2em;
}

.news-article ul {
    max-width: 800px;
    margin: 20px auto 20px auto;
    font-size: 16px;
}

.news-article table {
    font-size: 14px;
    max-width:380px;
    margin:0 auto;
}

.news-article table tr:first-of-type td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.news-article table tr:nth-of-type(2n) {
    background: #eaeaea;
}

.news-article table tr td {
    padding:10px;
}

@media (min-width: 420px) {
    #home-news ul li {
        width: 50%;
    }
    #home-news ul li a {
        height: 300px;
    }
    #home-news ul#videos li a {
        height: 350px;
    }
}
    
@media (min-width: 650px) {
    #home-news ul li a {
        height: 350px;
    }
    #home-news ul#videos li a {
        height: 400px;
    }
}

@media (min-width: 900px) {
    #home-news ul li {
        width: 25%;
    }
    #home-news ul li a {
        height: 300px;
    }
    #home-news ul#videos li a {
        height: 350px;
    }
}

@media (min-width: 1024px) {
    #home-news ul li a {
        height: 350px;
    }
    #home-news ul#videos li a {
        height: 400px;
    }
}
#home-news {
    position:relative;
    clear: both;
    overflow: hidden;
}

#home-news-inner {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 50px 0 40px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info.news-article {
    margin:0;
}

#news-article h2 {
    text-align: center;
    max-width: 700px;
    margin: 20px auto;
}

#home-news ul {
    clear:both;
    overflow:hidden;
}

#home-news ul li {
    float: left;
    width: 100%;
    padding: 0 25px 25px 0;
    overflow: hidden;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home-news ul li:after{
    content:'';
    clear:both;
    display:block;
}

#home-news ul li a {
    background: white;
    display: block;
    height: 350px;
    font-family: 'bentonsans';
    letter-spacing: 1px;
    font-size: 15px;
    color: black;
    text-decoration: none;
    line-height: 26px;
    overflow:hidden;
}

#home-news ul#videos li a {
    height: 400px;
}

#home-news ul li a img {
    display:block;
    width:100%;
    transition: all .4s ease-in-out;
    position:relative;
    z-index: 0;
}

#home-news ul li a:hover img { transform: scale(1.1); }

#home-news ul li a h3 {
    padding: 20px;
    margin: 0;
    background: white;
    z-index: 1;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}

#home-news ul li a h4 {
    color: #888;
    margin: 20px 20px 0 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.info ul {
    list-style: disc;
    padding: 0 0 0 20px!important;
    font-size: 14px;
    line-height: 22px;
}

#f1ms-menu {
    background: #1a1a1a;
    width: 100%;
    letter-spacing: 1px;
    font-family: 'F1-Regular';
    font-size: 13px;
    z-index: 3;
    top: 0;
    position: absolute;
    height: 60px;
	font-weight: 100!important;
}
.info.news-article h2,
.news-article h4 {
    text-align:center;
    margin-bottom: 15px;
}

.news-article p:first-of-type {
    font-size:1.2em;
}

.news-article ul {
    max-width: 800px;
    margin: 20px auto 20px auto;
    font-size: 14px;
}

.news-article table {
    font-size: 14px;
    max-width:380px;
    margin:0 auto;
}

.news-article table tr:first-of-type td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.news-article table tr:nth-of-type(2n) {
    background: #eaeaea;
}

.news-article table tr td {
    padding:10px;
}

@media (min-width: 420px) {
    #home-news ul li {
        width: 50%;
    }
    #home-news ul li a {
        height: 300px;
    }
    #home-news ul#videos li a {
        height: 350px;
    }
}
    
@media (min-width: 650px) {
    #home-news ul li a {
        height: 350px;
    }
    #home-news ul#videos li a {
        height: 400px;
    }
}

@media (min-width: 900px) {
    #home-news ul li {
        width: 25%;
    }
    #home-news ul li a {
        height: 300px;
    }
    #home-news ul#videos li a {
        height: 350px;
    }
}

@media (min-width: 1024px) {
    #home-news ul li a {
        height: 350px;
    }
    #home-news ul#videos li a {
        height: 400px;
    }
}