/*
  Theme Name: Africa Top Sports
  Theme Uri: http://www.africatopsports.com/
  Author: ATS AOC CGH based on Themeum
  Author Uri: http://www.themeum.com
  Template: sportsline
  Description: Responsive Sports News/Magazine Theme
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
  Text Domain: themeum
*/

@import url("../sportsline/style.css");

/************** OVERRIDE SPORTSLINE COLOR PRESET ***************/
a,
.widget li a{
  color:#003919;
}

a:focus {
  text-decoration: none;
}

a:hover,
.widget li a:hover,
ul.sub-menu li.current-menu-item > a,
ul.sub-menu li > a:hover{
  color: #89BF42;
}

.widget h2.widgettitle,
.news-block h2.title {
  border-top: 3px solid #003919;
}

#footer,
#featured-slider .featured-slider-control:hover,
.carousel-indicators li.active,
.navbar-main .navbar-nav > li.current-menu-parent > a,
.navbar-main .navbar-nav > li.current-menu-item > a,
.navbar-main .navbar-nav > li.current-menu-ancestor > a,
.navbar-main .navbar-nav>li:hover>a,
.navbar-main .navbar-nav>li>a:hover, 
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-main .dropdown-menu,
.widget .nav > li.active > a,
.widget .nav > li:hover > a,
.btn-primary,
input[type="submit"],
#carousel-video .entry-image .fa-play-circle-o,
.featured-slider.layout-two .slide-controller,
span.news-category-name,
.video-layout-two .entry-image .fa-play-circle-o{
  background-color: #003919;
}

input[type="submit"]:hover,
.btn-primary:hover,
.widget .tagcloud a:hover,
ul.social-icons > li > a:hover{
  background-color: #003919;
}
.btn-primary {
  background-color: #000;
}
.btn-primary:hover {
  background-color: #333;
}

/* ============================================================================
* ====================        CUSTOM ATS STYLE       ==========================
* ===========================================================================*/

/* OVERRIDE QUICKSTYLE */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #000;
}

.nav.navbar-nav { 
  font-family:'Oswald', sans-serif;
  font-weight: 400;
}
/* END OVERRIDE QUICKSTYLE */

body {
  background: #006633 url(assets/images/vert_bg.jpg) repeat top center fixed; 
 /* background: #006633 url(assets/images/nuit_bg.jpg) repeat top center fixed; */
  /*background: #006633 ;  */
    /*background: #006633 url("assets/images/can-2017.jpg") repeat top center fixed;*/
    background: #006633 url("assets/images/Refonte-BG-Africa-Top-Sports.jpg") repeat top right fixed;


}

#main-body {
  padding-bottom: 20px;
}

.container {
  max-width: 1170px;
  background-color: #FFF;
}

.entry-content p {
  margin: 24px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.entry-content blockquote {
  font-family: Georgia, serif;
  display: block;
  font-weight: bold;
  font-style: italic;
  max-width: 90%;
  margin: 0 auto;
  border: none;
  position: relative;
}

.entry-content blockquote:before {
    display: block;
    content: "\201C";
    font-size: 50px;
    position: absolute;
    left: -10px;
    top: 25px;
    color: #333;
}

.entry-content blockquote cite {
  font-weight: normal;
    color: #999999;
    font-size: 12px;
    display: block;
}

.entry-content blockquote cite:before {
content: "\2014 \2009";
}

.news-block {
  margin-bottom: 0;
}

.news-block h2.title {
  font-size: 15px;
}

.navbar-main {
  z-index: 9999;
  position: relative;
  background-color: #000;
}

.navbar-main #searchform input[type="text"] {
  font-family:'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: 30px;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}

.navbar-main #searchform input[type="text"]:focus {
  background-color: #333;
}

.news-block {
  border-top: 3px solid #000;
}

.entry-meta {
  font-family: Arial, Helvetica, sans-serif;
}

.entry-image .overlay a.btn {
  font-family: Arial, Helvetica, sans-serif;
}

#error .navbar-right {
  float: none !important;
  width: 170px;
  margin: 0 auto;
}

/* WIDGETS */
.sidebar .widget {
  border-top: none;
  overflow: hidden;
  text-align:center;
}

.widget.widget_image_widget h2.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin: -3px 0 0;
  padding: 15px 0;
}

.widget_tab_widget .entry-title {
  text-transform: uppercase;
}

.widget_tab_widget li {
  width: 50%;
  display: inline-block;
}

.widget_tab_widget ul.nav {
    font-family:'Oswald', sans-serif;
    color: #FFF;
    background-color: #000;
    height: 44px;
}

#tab_widget-2 {
  border-top: none;
}

.widget_tab_widget ul.nav > li > a {
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  padding: 0px 12px;
  white-space: nowrap;
}

.widget_tab_widget ul.nav .active, .widget .nav > li.active > a {
  background: #006633;
  background: -moz-linear-gradient(left, #006633 0%, #003333 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#006633), color-stop(100%,#003333));
  background: -webkit-linear-gradient(left, #006633 0%,#003333 100%);
  background: -o-linear-gradient(left, #006633 0%,#003333 100%);
  background: -ms-linear-gradient(left, #006633 0%,#003333 100%);
  background: linear-gradient(to right, #006633 0%,#003333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006633', endColorstr='#003333',GradientType=1 );
}

.widget_tab_widget .pull-left img.wp-post-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#text-28, #text-33, #text-35, #text-38, #text-39, #text-40, #text-41 {
  text-align: center;
  border-top: none;
}

#text-13 .textwidget {
  text-align: center;
}

.widget .badge-appstore {
  float: left;
  margin-top: 5px;
}

.widget .badge-playstore {
  float: right;
  margin-top: 5px;
}

#sidebar aside.widget-area #youfoot-generated-iframe iframe {
  width: 100% !important;
}

/* CHRONO WIDGET */
#chrono-posts {
  border: #cc0000 solid 2px;
  height: 400px;
}

#chrono-posts h2 {
  font-family: 'Oswald', sans-serif;
  line-height: 44px;
  color: #FFF;
  background: #650d0d; /* Old browsers */
  background: -moz-linear-gradient(left,  #650d0d 0%, #d73b16 50%, #efab00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#650d0d), color-stop(50%,#d73b16), color-stop(100%,#efab00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #650d0d 0%,#d73b16 50%,#efab00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #650d0d 0%,#d73b16 50%,#efab00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #650d0d 0%,#d73b16 50%,#efab00 100%); /* IE10+ */
  background: linear-gradient(to right,  #650d0d 0%,#d73b16 50%,#efab00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650d0d', endColorstr='#efab00',GradientType=1 ); /* IE6-9 */
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 12px;
  margin-bottom: 0;
}

#chrono-posts ul {
  overflow: hidden;
  overflow-y : scroll;
  max-height: 352px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#chrono-posts ul li {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  list-style-type: none;
  padding: 3px 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#chrono-posts ul li span {
  font-weight: bold;
}

/* END CHRONO WIDGET */
/* END WIDGETS */


/* NEW TOP MENU */
.navbar-top {
  background-color: #000;
  position: relative;
  z-index: 99999;
  margin-bottom: 10px;
  margin-top: 0;
}

.navbar-top .navbar-nav > li > a {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
}

.navbar-top ul.sub-menu {
  top: 30px;
  z-index: 99999;
  position: absolute;
}

.navbar-top .language {
  background: transparent url(assets/images/flag-en.png) no-repeat center left;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-top .language a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 12px 0 30px;
}
/* END NEW TOP MENU */

/* MAIN MENU */
.navbar-main .navbar-nav > li > a {
  padding: 0 12px;
}

.navbar-main .navbar-nav li ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 100px;
  left: 130px;
  -webkit-animation: fadeInUp 300ms;
  -moz-animation: fadeInUp 300ms;
  -ms-animation: fadeInUp 300ms;
  -o-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
}

.navbar-main .navbar-nav li ul.sub-menu > li:hover > ul.sub-menu {
  display: block;
}

.navbar-main .navbar-nav li ul.sub-menu > li.menu-item-has-children > a:after {
  content: " \f105";
  font-family: "FontAwesome";
}
/* END MAIN MENU */

/* HEADER */
#header {
  /*margin-bottom: 15px;*/
  background-color: #FFF;
}

#header .logo {
  text-align: center;
}

#header .widget_image_widget {
  max-width: 28%;
  display: inline-block;
  float: right;
  margin: 2%;
}

header .pub-header .pub-large, .pub-content {
  max-width: 728px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

header .header-container {
  background-color: transparent;
}

header .navbar-row {
  background-color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
}

header .bottom-header {
  margin-top: -2px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FFF;
}

header .blank-space-header {
  height: auto;
  background-color: transparent;
}

header .social-header {
  text-align: right;
  color: #CCC;
  font-size: 18px;
}

header .social-header a {
  color: #CCC;
  padding: 5px;
}
/* END HEADER */

/* SLIDER */
.featured-slider.layout-two {
  background-color: #FFF;
}

.featured-slider.layout-two .slideshow-img {
  max-height: 400px;
  height: auto;
  overflow: hidden;
}

.featured-slider.layout-two .slideshow-inner {
  position: absolute;
  top: 0px;
  bottom: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.featured-slider.layout-two .slideshow-inner h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0;
}

.featured-slider.layout-two h3 span.slider-category-name {
  font-weight: 400;
  background-color: #003919;
  color: #FFF;
  padding: 15px;
  margin-right: 10px;
}

.featured-slider.layout-two .slide-controller {
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
}

.featured-slider.layout-two .left-controller, .featured-slider.layout-two .right-controller {
  height: 40px;
  line-height: 40px;
  background-color: #000;
}

.featured-slider.layout-two .carousel-indicators {
  bottom: 0;
  top: auto;
  left: auto;
  right: 15px;
}

.featured-slider.layout-two .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.featured-slider.layout-two .carousel-indicators li.active {
  background-color: #003919;
}
/* END SLIDER */

/* VIDEO LAYOUT (homepage) */

.video-layout-two .entry-image {
  background-color: #000;
  overflow: hidden;
}

.video-layout-two .entry-image img {
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  opacity: 1;
}

.video-layout-two .entry-image:hover img {
  opacity: 0.7;
}

.video-layout-two h3 {
  line-height: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: 400;
}

.video-layout-two .small-thumbnail h3 {
  font-size: 12px;
}
/* END VIDEO LAYOUT */

/* ARCHIVE - CATEGORY PAGE & BLOG & CUSTOM TAXONOMIES */
body.archive .post, body.blog .post {
  height: 200px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0;
}

body.archive .post .entry-thumbnail, body.blog .entry-thumbnail {
  position: relative;
  height: 128px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 5px;
  background-color: #FFF;
}

body.archive .post .entry-thumbnail img, body.blog .post .entry-thumbnail img {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

body.archive .post .entry-thumbnail:hover img, body.blog .post .entry-thumbnail:hover img {
  opacity: 0.7;
}

body.archive .post h3.entry-title, body.blog .post h3.entry-title {
  line-height: 16px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  max-height: 30px;
  overflow: hidden;
}

body.archive .post .entry-meta, body.blog .post .entry-meta {
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  margin-bottom: 0;
}
/* END CATEGORY PAGE */

span.news-category-name {
  font-family:'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  background-color: #003919;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* ALLATS SHORTCODE (homepage) */
.allats-news-list .allats-news {
  height: 205px;
  margin-bottom: 20px;
  overflow: hidden;
}

.allats-news-list .entry-image {
  height: 128px;
  margin-bottom: 5px;
  background-color: #FFF;
  overflow: hidden;
}

.allats-news-list .entry-image img {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.allats-news-list .entry-image:hover img {
  opacity: 0.7;
}

.allats-news-list h3 {
  line-height: 16px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  /*max-height: 30px;
  overflow: hidden;*/
}

.allats-news-list h3 a {
  color: #000;
}
/*
#category-news-list.allats-news-list .entry-meta.date {
  color: #333;
  font-size: 12px;
  text-transform: none;
}
*/
#category-news-list.allats-news-list li {
  border-bottom: none;
}

/* 2 col news */
.allats-news-list .latest-news-ones {
  height: 295px;
}

.allats-news-list .latest-news-ones .entry-image {
  height: 200px;
}

.allats-news-list li.allats-news p.allats-excerpt {
  white-space: normal !important;
  line-height: 18px;
  font-size: 12px;
}

.allats-news-list li.allats-news a:hover p.allats-excerpt {
  color: #000;
}

/* END ALLATS SHORTCODE (homepage) */

.toutes-news {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
}
.toutes-news a {
  padding: 5px 10px;
  background-color: #003919;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.toutes-news a:hover {
  background-color: #89BF42;
}

.news-bios {
  margin-bottom: 0;
}

/* SINGLE PAGE */
ul.breadcrumb {
	display: none;
}

/* SINGLE POST */
.single .post {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
}

.single .post .entry-thumbnail {
  margin: 0;
  text-align: center;
  background-color: #000;
}

.single .post h2.entry-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.single .post h2.entry-title span.news-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background-color: #003919;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-right: 10px;
}

.single .post .single-meta {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}

.single .post .entry-header .date {
  border-right: 1px solid #000;
  width: 25%;
  padding-top: 10px;
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.single .post .entry-header .socialcount {
  width: 70%;
  float: right;
  margin: 6px 0 0 0;
  text-align: right;
}

.socialcount > li, .socialcount > li > a:focus, .socialcount .loading {
  border-radius: 0;
}

.socialcount.like .facebook iframe {
  width: 124px;
}

.single .post .entry-header .socialcount .facebook {
  width: 130px;
}

.single .post .entry-header .socialcount .rss {
  width: 30px;
  min-width: 0;
  background-color: #FF9900;
  font-size: 18px;
  padding-top: 2px;
}
/*
.single .post .entry-header .socialcount .mail {
  width: 40px;
  min-width: 0;
  color: #000;
  background-color: #FFF;
  font-size: 18px;
}
*/
.single .wp-caption {
	max-width: 100%;
}

.entry-tags {
  clear: both;
}

.single ul.pager li a {
  border-radius: 0;
  border-color: #FFF;
}

.single .ats-post-links {
  border-top: 3px solid #000;
}

.single .ats-post-link {
  font-family:'Oswald', sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  float: left;
  width: 80%;
  margin-bottom: 20px;
}

.single .ats-post-link span {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 12px;
  display: block;
  line-height: 15px;
}

.single .ats-post-link-left, .ats-post-link-left span {
  text-align: left;
  float: left;
}

.single .ats-post-link-right, .ats-post-link-right span {
  text-align: right;
  float: right;
}

.single .ats-post-link-icon {
  width: 20%;
}

.single .ats-post-link-icon.icon-left, .ats-post-link-icon.icon-left i {
  float: left;
}

.single .ats-post-link-icon.icon-right, .ats-post-link-icon.icon-right i {
  float: right;
}

.single .ats-post-link-icon i {
  font-size: 30px;
  color: #FFF;
  display: block;
  background-color: #003919;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
}

.single div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
}

.single div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
  opacity: 0.9;
}

.single div#jp-relatedposts h3.jp-relatedposts-headline {
  background-color: #000;
  padding: 10px;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}

.single div#jp-relatedposts h3.jp-relatedposts-headline em {
  font-style: normal;
  font-weight: 300;
  white-space: nowrap;
}

.single div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: "";
  display: none;
  border-top: none;
  margin-bottom: 0;
}

.single div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  margin-top: 5px;
  /*max-height: 40px;*/
  overflow: hidden;
}

.single div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  margin-top: 5px;
  font-family: 'Oswald', sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.single div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.single div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
  text-decoration: none;
}

.single div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	display: none;
}

.single .talents {
  overflow: hidden;
  width: 100% !important;
}

.single .talents .talent {
  float: left;
  line-height: 18px;
  width: 23% !important;
}

.single .sharedaddy {
  text-align: center;
}
/* END SINGLE POST */

/* RELATED POSTS (discontinued) */
.relatedposts h2.relatedposts-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  margin: 30px 0;
}

.relatedposts h2.relatedposts-title span {
  background-color: #000;
  padding: 5px 10px;
}

.relatedposts .post {
  height: 200px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 0;
}

.relatedposts .post .entry-thumbnail {
  position: relative;
  height: 120px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 5px;
  background-color: #FFF;
}

.relatedposts .post .entry-thumbnail img {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.relatedposts .post .entry-thumbnail:hover img {
  opacity: 0.7;
}

.relatedposts .post h3.entry-title {
  line-height: 16px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  max-height: 30px;
  overflow: hidden;
}

.relatedposts .post .entry-meta {
  color: #888;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* END RELATED POSTS */

/* AUTHOR BIO */
.author-bio {
  display: block;
  overflow: hidden;
  margin: 25px 0;
  background-color: #FFF;
  border: 1px solid #DDD;
}

.author-bio .author-title {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.author-bio .author-title span {
  font-weight: bold;
}

.author-bio .author-avatar {
  float: left;
  margin: 10px;
}

.author-bio .author-info{
  margin: 10px;
}

.author-bio .author-description {
  font-size: 12px;
}

/* END AUTHOR BIO */

/* COMMENTS */
.comments-area h3.comment-reply-title, .comments-area h2.comments-title {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}

.comments-area span.comment-author, .comments-area .comment-meta > span.comment-author a {
  color: #333;
}

.comments-area img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* ENS COMMENTS */

/* FOOTER */
#bottom {
  margin-top: 0;
}

#bottom .container, #footer .container {
  background-color: #000;
}

#footer, #bottom {
  background-color: #000;
}

#bottom .menu-footer ul {
  display: block;
  width: 100%;
  padding: 0 10px;
}

#bottom .menu-footer ul li {
  display: block;
  width: 16%;
  float: left;
}

#bottom .menu-footer ul li a {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#bottom .menu-footer ul li a:hover {
  color: #fff !important;
  text-shadow: none;
  background-color: transparent;
}

#bottom .menu-footer ul.sub-menu {
  width: 100%;
  background: transparent;
  position: relative;
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

#bottom .menu-footer ul.sub-menu li {
  width: 100%;
  line-height: 20px;
}

#bottom .menu-footer ul.sub-menu li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  padding: 0;
}

#bottom .bottom-row {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}

#bottom .menu-footer-bottom {
  margin: 20px auto; 
}

#bottom .menu-footer-bottom ul li {
  display: inline-block;
  padding: 5px;
}
#bottom .menu-footer-bottom ul li.menu-divider:last-child {
  display:none;
}

#bottom .footer-network {
  margin-top: 50px;
  text-align: center;
}
#bottom .footer-network img {
  max-width: 90px;
  height: auto;
}

#bottom .gototop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #000;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
#bottom .gototop i:hover {
  background: #003919;
}
/* END FOOTER */


/* =====================================================================
* =====================         Responsive        ======================
* =====================================================================*/

/* lg */ 
@media (min-width: 1200px) {

  .featured-slider.layout-two .slideshow-img {
    max-height: 400px;
  }

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

  .navbar-main .navbar-nav > li > a {
    font-size: 12px;
    padding: 0 9px;
  }

  .widget_tab_widget ul.nav > li > a {
    font-size: 12px;
  }

  .widget.widget_tab_widget .nav>li>a {
    padding: 0px 8px;
  }

  .allats-news-list .latest-news-ones .entry-image {
    height: 165px;
  }

  .relatedposts .post .entry-thumbnail {
    height: 95px;
  }

  body.archive .post .entry-thumbnail, body.blog .entry-thumbnail {
    height: 103px;
  }

  .featured-slider.layout-two .slideshow-img {
    max-height: 329px;
  }

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar-main .navbar-nav > li > a {
    font-size: 12px;
    padding: 0 6px;
  }

  .featured-slider.layout-two .slideshow-img {
    max-height: 384px;
  }

}

/* xs */
@media (max-width: 767px) {

  .featured-slider.layout-two .slideshow-inner h3 {
    font-size: 15px;
    line-height: 25px;
  }

  #bottom .menu-footer ul li {
    width: 33%;
    text-align: center;
  }

  #bottom .menu-footer ul.sub-menu {
    display: none;
  }

  .navbar-top .language {
    margin-top: 15px;
  }

  .navbar-main .navbar-nav li ul.sub-menu ul.sub-menu {
    display: none !important;
  }

  .featured-slider.layout-two .slideshow-img {
    max-height: 384px;
  }

  .featured-slider.layout-two .slide-controller {
    height: 25px;
    line-height: 25px;
  }

  .featured-slider.layout-two .left-controller, .featured-slider.layout-two .right-controller {
    height: 25px;
    line-height: 25px;
  }

}

/* XS Portrait */
@media (max-width: 479px) {

  .featured-slider.layout-two .slideshow-inner h3 {
    padding-left: 5px;
  }

  .featured-slider.layout-two h3 span.slider-category-name {
    display: none;
  }

  #bottom .menu-footer ul li {
    width: 50%;
  }

  .widget.widget_tab_widget .nav>li>a {
    padding: 0px 6px;
  }

  .featured-slider.layout-two .slideshow-img {
    max-height: 230px;
  }

}

/* COLOR */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #003919;
  border-color: #89BF42;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: #003919;
}

/* CATEGORY COLOR */

/* football */
.navbar-main .navbar-nav>li#menu-item-199730:hover>a,
.navbar-main .navbar-nav>li#menu-item-199730>a:hover,
.navbar-main .navbar-nav > li#menu-item-199730.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-199730.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-199730.current-post-ancestor > a,*/
.football.news-category-name,
.post h2.entry-title span.news-title.football,
.featured-slider.layout-two h3 span.slider-category-name.football
{
  background-color: #005126;
}
.category-football .news-block h2.title {
  border-top: 3px solid #005126;
}
.navbar-main .navbar-nav>li#menu-item-199730 ul.sub-menu li > a {
  color: #005126;
}
/* afrique */
.navbar-main .navbar-nav>li#menu-item-199742:hover>a,
.navbar-main .navbar-nav>li#menu-item-199742>a:hover,
.navbar-main .navbar-nav > li#menu-item-199742.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-199742.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-199742.current-post-ancestor > a,*/
.category-afrique .ats-post-link-icon i,
.afrique.news-category-name,
.post h2.entry-title span.news-title.afrique,
.featured-slider.layout-two h3 span.slider-category-name.afrique
{
  background-color: #006B30;
}
.category-afrique .news-block h2.title {
  border-top: 3px solid #006B30;
}
.navbar-main .navbar-nav>li#menu-item-199742 ul.sub-menu li > a {
  color: #006B30;
}
/* football-europe */
.navbar-main .navbar-nav>li#menu-item-199760:hover>a,
.navbar-main .navbar-nav>li#menu-item-199760>a:hover,
.navbar-main .navbar-nav > li#menu-item-199760.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-199760.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-199760.current-post-ancestor > a,*/
.category-foot-europe .ats-post-link-icon i,
.foot-europe.news-category-name,
.post h2.entry-title span.news-title.foot-europe,
.featured-slider.layout-two h3 span.slider-category-name.foot-europe
{
  background-color: #00862F;
}
.category-foot-europe .news-block h2.title {
  border-top: 3px solid #00862F;
}
.navbar-main .navbar-nav>li#menu-item-199760 ul.sub-menu li > a {
  color: #00862F;
}
/* autres-sports */
.navbar-main .navbar-nav>li#menu-item-199779:hover>a,
.navbar-main .navbar-nav>li#menu-item-199779>a:hover,
.navbar-main .navbar-nav > li#menu-item-199779.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-199779.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-199779.current-post-ancestor > a,*/
.category-tous-sports-2 .ats-post-link-icon i,
.tous-sports-2.news-category-name,
.post h2.entry-title span.news-title.tous-sports-2,
.featured-slider.layout-two h3 span.slider-category-name.tous-sports-2
{
  background-color: #4FA9CB;
}
.category-tous-sports-2 .news-block h2.title {
  border-top: 3px solid #4FA9CB;
}
.navbar-main .navbar-nav>li#menu-item-199779 ul.sub-menu li > a {
  color: #4FA9CB;
}
/* magazine */
.navbar-main .navbar-nav>li#menu-item-199788:hover>a,
.navbar-main .navbar-nav>li#menu-item-199788>a:hover,
.navbar-main .navbar-nav > li#menu-item-199788.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-199788.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-199788.current-post-ancestor > a,*/
.category-magazine .ats-post-link-icon i,
.magazine.news-category-name,
.post h2.entry-title span.news-title.magazine,
.featured-slider.layout-two h3 span.slider-category-name.magazine
{
  background-color: #D10019;
}
.category-magazine .news-block h2.title {
  border-top: 3px solid #D10019;
}
.navbar-main .navbar-nav>li#menu-item-199788 ul.sub-menu li > a {
  color: #D10019;
}
/* videos */
.navbar-main .navbar-nav>li#menu-item-199792:hover>a,
.navbar-main .navbar-nav>li#menu-item-199792>a:hover,
.navbar-main .navbar-nav > li#menu-item-199792.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-199792.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-199792.current-post-ancestor > a,*/
.category-videos .ats-post-link-icon i,
.videos.news-category-name,
.post h2.entry-title span.news-title.videos,
.featured-slider.layout-two h3 span.slider-category-name.videos
{
  background-color: #DA3E16;
}
.category-videos .news-block h2.title {
  border-top: 3px solid #DA3E16;
}
.navbar-main .navbar-nav>li#menu-item-199792 ul.sub-menu li > a {
  color: #DA3E16;
}
/* resultats */
.navbar-main .navbar-nav>li#menu-item-199797:hover>a,
.navbar-main .navbar-nav>li#menu-item-199797>a:hover,
.navbar-main .navbar-nav > li#menu-item-199797.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-199797.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-199797.current-post-ancestor > a,*/
.category-resultats-2 .ats-post-link-icon i,
.resultats-2.news-category-name,
.post h2.entry-title span.news-title.resultats-2,
.featured-slider.layout-two h3 span.slider-category-name.resultats-2
{
  background-color: #E2650C;
}
.category-resultats-2 .news-block h2.title {
  border-top: 3px solid #E2650C;
}
.navbar-main .navbar-nav>li#menu-item-199797 ul.sub-menu li > a {
  color: #E2650C;
}
/* mercato */
.navbar-main .navbar-nav>li#menu-item-199798:hover>a,
.navbar-main .navbar-nav>li#menu-item-199798>a:hover,
.navbar-main .navbar-nav > li#menu-item-199798.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-199798.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-199798.current-post-ancestor > a,*/
.category-mercato-2 .ats-post-link-icon i,
.mercato-2.news-category-name,
.post h2.entry-title span.news-title.mercato-2,
.featured-slider.layout-two h3 span.slider-category-name.mercato-2
{
  background-color: #eea500;
}
.category-mercato-2 .news-block h2.title {
  border-top: 3px solid #eea500;
}
.navbar-main .navbar-nav>li#menu-item-199798 ul.sub-menu li > a {
  color: #eea500;
}
/* live */
.navbar-main .navbar-nav>li#menu-item-200697>a,
.navbar-main .navbar-nav>li#menu-item-200697:hover>a,
.navbar-main .navbar-nav>li#menu-item-200697>a:hover,
.navbar-main .navbar-nav > li#menu-item-200697.current-menu-item > a,
.navbar-main .navbar-nav > li#menu-item-200697.current-menu-parent > a,
/*.navbar-main .navbar-nav > li#menu-item-200697.current-post-ancestor > a,*/
.category-live .ats-post-link-icon i,
.live.news-category-name,
.post h2.entry-title span.news-title.live,
.featured-slider.layout-two h3 span.slider-category-name.live
{
  background-color: #000;
  color: #D10019;
}
.category-live .news-block h2.title {
  border-top: 3px solid #000;
}
.navbar-main .navbar-nav>li#menu-item-200697:hover>a {
  text-shadow: 2px 1px 5px rgba(255, 0, 0, 1);
}

/* ATS AWARDS */
.category-awards-2014 .ats-post-link-icon i,
.awards-2014.news-category-name,
.post h2.entry-title span.news-title.awards-2014,
.featured-slider.layout-two h3 span.slider-category-name.awards-2014
{
  background-color: #ccae6c;
}
.category-awards-2014 .news-block h2.title {
  border-top: 3px solid #ccae6c;
}


/* END CATEGORY COLOR */

/* END COLOR */
