/*
Theme Name: Football
Theme URI: http://www.sitessimply.com.au
Author: the WordPress team
Author URI: http://www.sitessimply.com.au
Description: Theme by Sites Simply
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.sitessimply.com.au
Text Domain: football


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.
*/



/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/* Fonts Use In website */
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);
/* widget lists */.widget.widget_pages ul {	list-style: none;	margin: 0;}h4.latest-content.margin_top {    margin-top: 20px;}.widget.widget_pages ul li {	    border-bottom: 1px solid #ddd;    border-top: none;    padding: 0.5em 0;    width: 100%;    border-right: aliceblue;    border-left: none;    margin: 0px;}.widget.widget_pages ul li + li {	margin-top: -1px;}.widget.widget_pages ul li ul {	margin: 0 0 -1px;	padding: 0;	position: relative;}.widget.widget_pages ul li li {	border: 0;	padding-left: 24px;	padding-left: 1.5rem;}/* Widget lists of links */.widget_top-posts ul li ul,.widget_rss_links ul li ul,.widget-grofile ul.grofile-links li ul,.widget_pages ul li ul,.widget_meta ul li ul {	bottom: 0;}.widget_nav_menu ul li li,.widget_top-posts ul li,.widget_top-posts ul li li,.widget_rss_links ul li,.widget_rss_links ul li li,.widget-grofile ul.grofile-links li,.widget-grofile ul.grofile-links li li {	padding-bottom: 0.25em;	padding-top: 0.25em;}.widget_rss ul li {	padding-bottom: 1em;	padding-top: 1em;}/* widget markup */.widget .post-date,.widget .rss-date {	font-size: 0.81em;}.widget_pages {    margin: 25px auto;}
article,  aside,  details,  video,  figcaption,  figure,  footer,  header,  nav,  section, summary {
    display: block;
}
html, body {
    width: 100%;
    overflow-x: hidden !important;
    background:#fff;
}
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.mid-section {
	margin-bottom: 0;
}

footer#footer {
    background: #1c1c1c;
}

/* ==========================================================================
Heading Tags
========================================================================== */
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #1a1a1a;
}

/* ==========================================================================
Global Styles
========================================================================== */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand{
    display: none;
}

p {
    font-size: 15px;
    line-height: 25px;
    color: #454545;
    margin: 0;

}
a {
    color: #000;
    outline:none;
    font-size:15px;
	line-height:normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover, a:focus, a:active {
    color: #01325a;
    text-decoration: none;
    outline:none;
}
ul, ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin:0;
}
select, input, button, a{
    outline: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.container {
    background: #fff;
}

.add-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.no-pdding{
    padding-right: 0;
    padding-left: 0;
}
#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #6f6f6f;
}


/* =================================
        Header
==================================== */
.fixed-right{
    position: fixed;
    left: 6%;
   max-width:90px;
  
}
.fixed-left{
    position: fixed;
    right: 6%;
    max-width:90px;
      
}
header {
    width: auto;
}

header .container {
    padding-top: 10px;
}

header .logo img {
    margin: 0 auto;
}

.hdradd img {
    display: inline-block;
    margin-right: -15px;
}
.navmenu {
    width: auto;
    background: #1f1f1f;
    margin: 15px 0 0 0;
    display: block;
}
.navmenu li{
    float: left;
}
.navmenu li a{
    display: block;
    font-size: 13px;
    line-height: 35px;
    font-weight: 400;
    color: #eff4f7;
    padding: 0 20px;
    position: relative;
}
.navmenu li a:hover, .navmenu li a:focus, .navmenu li.active a {
    color: #fff;
    background: none;
}
.navmenu li a:hover:after, .navmenu li a:focus:after, .navmenu li.active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.navmenu li a:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: 3px;
    right: 0;
    left: 0;
    background-color: #fe4365;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0 auto;
}
/*homepage-slider*/
.heroslider{
    position:relative;
}
.swiper-slide .sliderimg{
    width: 100%;
}
.swiper-container{
    cursor: -webkit-grab;
}
.heroslider figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.49);
    z-index: 9;
    padding: 15px;
}
.heroslider p{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    display: block;
    color: #fff;

}
.heroslider dd{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #fff;
}
.swiper-zoom-container img{
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px!important;
    left: 0;
    width: 100% !important;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px !important;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.showcase {
    position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 17px!important;
    height: 5px!important;
    border-radius: 0;

}
.swiper-pagination-bullet{
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: inherit;
    width: auto;
    top: 0;
}

span.swiper-pagination-bullet {
    width: 25px!important;
    border-radius: 0;
    height: 6px !important;
    margin: 0 10px 0 0;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    top: 0;
    left: 10px;
}





/*latest-posts*/
.latest-posts {
    max-height: 313px;
    overflow-y: auto;
}
.latest-content{
    padding: 0 0 30px 0;
}
.latest-content a{
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: relative;
}
.latest-content a:before{
    width: 75px;
    height: 1px;
    background: #f07322;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
}
.posts-section:nth-last-child(1) {
    margin: 0;
}
.posts-section {
    display: inline-block;
    margin: 0 0 35px 0;
    width: 100%;
}

.posts-section .latest-img {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0px;
}
.posts-section .content-workd{

}
.posts-section p {
    font-size: 13px;
    line-height: 20px;
    color: #454545;
    margin: 0;
}
.posts-section em{
    font-size: 13px;
}
/*football-news*/
.section-news{
    margin: 0 0 40px 0;
   /*  display: inline-block; */

}
.football-news dd{
        font-size: 17px;    font-weight: 600;
}
.football-news em{
    font-size: 11px;
    font-style: italic;
    padding-top: 5px;
}
.football-news p{
    padding: 5px 0;
    margin: 0 0 5px;
    text-align: left;
    color: #666;
    font-size: 13px;
}
.foot-newsposts {
    margin: 25px 0 21px 0;
    display: inline-block;
}
.foot-newsposts ul li{
    margin: 0 0 20px 0;
	min-height: 65px;
}
.news-posts {
    float: left;
    width: 25%;
    display: inline-block;
}
.news-connent {
    width: 75%;
    display: inline-block;
    padding: 0 0px 0 10px;
}
.football-news .news-connent p {
    padding: 5px 0;
    margin: 0;
    text-align: left;
    color: #666;
    font-size: 13px;
}
.football-news .news-connent em {
    font-size: 11px;
    font-style: italic;
    padding-top: 14px;
}.advertise-sec {
    margin: 20px 0 30px 0;
}
.advertise-sec img{
    width: 100%;
}
.football-new-cont {
    margin: 15px 0 15px 0;
    display: inline-block;
}
.add-advertise {
    margin: 35px auto;
    text-align: left;
}
.facebook-tweet{
    padding: 0 0 30px 0;
}
.logo-slider{

}

.add-advertise img.img-responsive {
    display: inline-block;
}
/* *******************************
logo Section
******************************* */
.clien-logos{
    padding:45px 0px;
    /* border-top: 1px solid #000; */
}
.clien-logos ul {
    text-align: center;
}
.clien-logos ul li {
    /* margin: 0px 25px; */
	margin: 0px 10px!important;
    display: inline-table !important;
    height: 80px;
}
.clien-logos ul li:first-child{
    margin-left: 0px;
}
.clien-logos ul li:last-child{
    margin-right: 0px;
}
.clien-logos ul li a{
    line-height: 52px;

    display: table-cell;
    transition: all .5s;
    -webkit-transition: all .5s;
    vertical-align: middle;
}
.clien-logos ul li a img  {
    display: inline-block;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    max-width: inherit;
}
.clien-logos .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.clien-logos .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}
.clien-logos ul li a:hover img {
    transform: scale(1.1);

}
.clien-logos .flex-direction-nav{
    display: none;
}
#footer .textwidget{
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    z-index: 99;
}
/*About-us*/
.about{
    margin: 40px 0 0 0;
}
.about p {
font-size: 14px;
color: #242424;
line-height: 24px;
padding: 0 40px 0 0;
}
.about dd{
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: 700;
    /* padding: 25px 0 0 0; */
}
.about aside{
    font-size: 15px;
    color: #242424;
    line-height: 24px;
    font-weight: 700;
}
/*contact-us*/
.contact{
    margin: 40px 0 53px 0;
}
.contact h5{
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    padding: 24px 0 17px 0;
}
.contact h5:before {
    width: 75px;
    height: 1px;
    background: #f07322;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
}
.contact small{
    color: #161616;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    padding: 0 0 21px 0px;
    display: block;
}
.contact ul {
    margin: 12px 0 0 0;
}
.contact ul li{
    border-bottom: 1px dashed #dcdcdc;
}
.contact ul li a{
    color: #626262;
    font-size: 14px;
    line-height: 40px;
}
/*ducument*/
.doucument ul li{

    border-bottom: 1px dashed #dcdcdc;
}
.doucument ul li a{
    color: #626262;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding: 0 0 0 22px;
}
.doucument ul li a:before{
    position: absolute;
    left: 0;
    color: #e96d6d;
    content: "\f1c1";
    font-family: 'FontAwesome';
}
.pagination {
    text-align: center;
    display: block;
    margin: 50px 0 70px 0;
}
.pagination a {
    display: inline-block;
    background: #dddddd;
    padding: 5px 12px;
    margin: 0 2px;
}
.pagination a:hover {
    background: #1e5832;
    color: #fff;
}
/*join-club*/
.section-news.join-club {
    margin: 20px -15px 50px;
	min-height:500px;
	float: right;
}
.join-club ul li {
   display: inline-block;
    width: 20%;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px 0;
}
.join-club ul li a img{
    margin: 0 auto;
}
.club-detail{
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.club-detail h5{
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
}
.club-detail p{
    color: #747474;
    font-size: 13px;
    line-height: 24px;
}
.club-detail dd{
    font-size: 13px;
    color: #4c4c4c;
    font-weight: 600;
}
.club-detail dd a{
    color: #009639;
    font-size: 13px;
}
.club-detail.last{
    border-bottom: 0;
}
/*---*/

.enquiry-form ul {
    list-style: none;
    list-style-type: none;
    overflow: hidden;
}
.enquiry-form li {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.enquiry-form li:first-child {
    margin: 0;
}
.enquiry-form input[type="text"] {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 44px;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}
.enquiry-form input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  color: #000;
  float: left;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  line-height: 22px;
  padding: 0 15px;
  width: 100%;
}
.enquiry-form textarea {
    width: 100%;
    float: left;
    padding: 15px;
    height: 160px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    resize: none;
    border: 1px solid #d5d5d5;
}

.enquiry-form input[type="submit"] {
    float: left;
    background: #e50022;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    text-transform: uppercase;
    margin: 13px 0 0 0;
    border-radius: 2px;
}
.enquiry-form input[type="submit"]:hover {
    background: #000;
}
.enquiry-form .text {
    width: 100%;
    float: left;
    background: #ffdede;
    position: relative;
    padding: 25px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.genernal-enquires ul li {
    padding: 15px 0 21px 0;
    position: relative;
}
.genernal-enquires ul li span {
    position: absolute;
    margin: 0 26px 0 0;
    left: 0;
    top: 0;
}
.genernal-enquires ul li span i{
    color:#585858;
    font-size: 40px;
    float: right;
    margin: 0 12px 0 0px;
}
.genernal-enquires ul li article dt {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
}
.genernal-enquires ul li article dd{
    font-size: 15px;
}
.genernal-enquires ul li article p{
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    padding: 5px 0;
}
.genernal-enquires ul li article a {
    color: #107db5;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}
.contact-page {
    margin: 40px 0 53px 0;
}
.contact-section {
    margin: 23px 0 0 0;
}

/*our-patners*/
.patner {
    padding: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
	border: 1px solid #cacaca;
	margin-bottom:35px;

}
.patner h4 {
    font-size: 15px;
    text-align: center;
    margin: 20px auto 5px;
    color: #000;
    font-weight: 600;
}
.patner img{
    margin: 0 auto;
}
.patner.resouce{
    border: 1px solid #ccc;
    padding: 35px;
}
/*news-detail*/
.news-setail{
    margin: 25px 0 50px 0;
    border-bottom: 1px dashed #ccc;
}

.news-detail {
	overflow:hidden;

}
.news-detail a {
    /* width: 100%; */
    height: 225px;
    /* display: table-cell; */
    /* vertical-align: middle; */
}

.hill-associt {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0 0 15px 0;
}
.hill-associt ul li a{
    color: #2d2d2d;
    font-size: 13px;
    line-height: 24px;

}
.hill-associt ul li {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 0 0 28px;
}
.hill-associt ul li:before{
    position: absolute;
    content: "\f007";
    top: 0;
    left: 8px;
    font-family: 'Fontawesome';
    color: #4c4c4c;
    font-size: 13px;
    line-height: 26px;
}
.hill-associt ul li.eye:before{
    content: "\f06e";
}
.hill-associt ul li.watch:before{
    content: "\f017";
}
.hill-associt ul li.tag:before{
    content: "\f02b";
}
.news-content{
    margin: 15px 0 25px 0;
    display: inline-block;
}
.news-content p {
    font-size: 14px;
    color: #141414;
    line-height: 24px;
}
.news-content p a{
    font-size: 13px;
    color: #141414;
}
.news-content p.heavy{
    font-weight: 700;
}
.sociol-bar{
    padding: 20px 0;
    display: inline-block;
}
.kf_border{
    padding: 10px;
}
.kf_border ul li {
    padding: 6px 0;
}
.kf_border ul li span {
    width: 10%;
    display: inline-block;
    font-size: 13px;
    color: #333;
}
.kf_border ul li strong{
    font-weight: 700;
}
.kf_border ul li span.team-logo {
    width: 45%;
    display: inline-block;
}
.kf_border ul li span.team-logo a{
    font-size: 13px;
}
.kf_border ul li span.team-name {
    width: 13%;
    display: inline-block;
}
.fixture-cont {
    margin: 25px 0 0px 0;
}
.shop-section{
    margin: 40px 0;
}
.widget-title {
	padding: 0 0 30px;
	position: relative;
	color: #000;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
	margin-bottom:10px;
}
.widget-title:before {
  background: #f07322 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 75px;
}

._2p3a {
    width: 100% !important;
    min-width: 100% !important;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
	width:100% !important;
}
.fb_iframe_widget span{ 
	width:100% !important;
}

.fb_iframe_widget iframe{ 
	width:100%!important;
}

._2p3a{
	width:100%!important;
	min-width:100%;!important;
	}
	
	.news-detail img {
	width: auto; 
    height: 100%;
    max-width: none;
	}
	
	body.plugin ._2p3a{
	width:100%!important;
	min-width:100%;!important;
	}

aside.latest-img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 20px 10px 0 !important;
}

span.football-sec-dtr, .news-detail span {
    height: 200px;
    display: block;
}

span.football-sec-dtr a {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.row .side{
	margin: 40px -15px 0;
	float:right;
}
.front_posts {    margin-bottom: 40px;}span.foot-new-sec img {    border-radius: 5px;}.cat_div {    width: 100%;    display: block;    margin: 3px auto;}.cat_div a {    display: inline-block;    margin: 0px 10px 0px 0px;    background: #007aff;    padding: 5px 5px;    color: #fff;    font-size: 13px;}.cat_div a:hover{	background:#000;	}


span.news-content.catgo img {
width: 100%;
height: auto;
}



svg.icon.icon-arrow-right {
display: none;
}



svg.icon.icon-arrow-left{
	display: none;
}

.pagination h2.screen-reader-text {
	display: none;
}

h2.cat-tit {
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

svg.icon.icon-search{
	display: none;
}

.logo-slider .clien-logos .bx-wrapper, .logo-slider .clien-logos .bx-wrapper .bx-window { 
	width: 100% !important; 
}
.headerads{text-align:right;}

.section-news.join-club.side, .row .side {
    margin-top: 40px;
    float: right;
}

.latest-section.table-pad {
    margin: 0 -15px 0 0;
} 