/*Theme Name: GippSports*/

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
	background-image: url("/wp-content/themes/gippsport/images/gs-body-bg.png");
	/* background-size: cover; */
	background-repeat: no-repeat;
}



a.button.add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce a.button
.woocommerce button.button,
a.added_to_cart {
  color: #fff;
  background-color: #62bb45;
  border-color: #2e6da4;

  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
}

.woocommerce button.button.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
a.added_to_cart:hover {
  color: #fff;
  background-color: #62bb45;
  text-decoration: underline;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt {
  color: #fff;
  background-color: #62bb45;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  text-decoration: underline;
  background-color: #62bb45;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  display: inline-block;
  float: none;
}

.wrapper article.product .post-thumb div.single-title {
  top: -170px;
}

.wrapper article.product .post-content {
  margin-top: 130px;
}

.woocommerce-message {
  border-top-color: #62bb45;
}

.woocommerce-message:before {
  color: #62bb45;
}

.woocommerce .col2-set .col-1 {
    width: 100%;
    float: none;
}

form.woocommerce-checkout .col-2 {
  display: none;
}






.post-content h2, .post-content h3, .post-content h4{
	color: #339933;
}
.post-text > .row{
	margin-top:30px;
}
.alignright {
    float: right;
	margin: 12px 0 12px 24px;
}
.alignleft {
    float: left;
	margin:12px 24px 12px 0
}
.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
header .logo-section .logo {
    margin-top: 30px;
}

header .logo-section .logo img {
    max-height: 150px;
    max-width: 370px;
}

header .logo-slogan {
    margin-top: 50px;
    text-align: right;
}

header .navbar-section {
    background-color: #666666;
}

header .navbar-section a, header .navbar-section a:hover, header .navbar-section a:active, header .navbar-section a:focus {
    color: #fff;
    background-color: #666666 !important;
    border-right: 1px solid #fff !important;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
header .navbar-section li:first-child a{
    padding-left: 0;
}

section.main-news-section {
	background:transparent;
}

section.main-news-section .slider-section {
    padding: 60px 0;
}

section.main-news-section .slider-section .slider-details-block {
    padding-right: 0;
}

section.main-news-section .slider-section .slider-details-block .slider-details {
    height: 515px;
    width: 100%;
    background-size: cover;
}

section.main-news-section .slider-section .slider-items-block {
    padding-left: 0;
}

section.main-news-section .slider-section .slider-items-block .slider-items ul {
    list-style: none;
    padding: 0;
}

section.main-news-section .slider-section .slider-items-block .slider-items ul li a {
    display: block;
    height: 120px;
    padding-top: 50px;
    background-color: #1c68a6;
    border-bottom: 1px solid #4e98c5;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

section.main-news-section .slider-section .slider-items-block .slider-items ul li a:hover {
    background-color: #0091c7;
}

section.main-news-section .slider-section .slider-items-block .slider-items ul li a.active {
    background-color: #0091c7;
}

section.main-news-section .flex-control-nav li:first-child {
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

section.main-news-section .flex-control-nav li:last-child {
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom: 1px solid transparent;
    padding-top: 0;
}

section.main-news-section .secondary-news-section .news-list .news-item .news-img {
    height: 180px;
    background-size: cover;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

section.main-news-section .secondary-news-section .news-list .news-item .details {
    background-color: #fff;
}

section.main-news-section .secondary-news-section .news-list .news-item .details time {
    color: #000;
    padding: 20px 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

section.main-news-section .secondary-news-section .news-list .news-item .details a {
    color: #1191c9;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

section.main-news-section .secondary-news-section .news-list .news-item .details p {
    color: #333;
    padding: 20px 0;
}

section.main-news-section .secondary-news-section .news-list .news-item .details .categories a {
    color: #ff6600;
    font-size: 12px;
}

section.main-news-section .secondary-news-section .news-list .newsletter {
    color: #fff;
    background-color: #000002;
   /* background-image: linear-gradient(0deg, #1d68a6 0%, #1191c9 100%);*/
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

section.main-news-section .secondary-news-section .news-list .newsletter h3 {
    font-weight: bold;
	color:#99cc66;
}

section.main-news-section .secondary-news-section .news-list .newsletter .btn-sign-up {
    background-color: #62bb46;
    background-image: linear-gradient(0deg, #62bb46 0%, #76c954 100%);
    font-weight: bold;
	border:0;
}

section.find-club-section {
    background-image: url("/wp-content/themes/gippsport/images/find-section-bg.jpg");
    min-height: 286px;
    background-size: cover;
}

section.social-blocks .about-block .news-img {
    height: 180px;
    background-size: cover;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

section.social-blocks .about-block a.title {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 15px 0;
    text-decoration: none;
    display: block;
	color:#66cc33;
}

section.social-blocks .about-block p a {
    color: #ff6600;
}

section.social-blocks .twitter-timeline{
    border: 1px solid #ebedf0;
}

section.partners-section {
    margin-top: 30px;
    padding: 30px;
}

section.partners-section h3 {
    color: #1d68a6;
    font-size: 18px;
    margin-bottom: 20px;
}

footer {
    padding-top: 50px;
    color: #fff;
    font-size: 14px;
    background-color: #666666;
}

footer hr {
    clear: both;
}

footer p {
    line-height: 25px;
}

footer .copyright {
    opacity: 0.5;
    font-size: 12px;
}
/*
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background-color: #323232;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
*/
.bg-image, .bg-parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.bg-parallax {
    background-attachment: fixed;
}
.wrapper{
   /* background-image: url(images/slider-background.png);
    background-size: contain;
    background-repeat: no-repeat;*/
    padding: 60px 0;
}
.post-thumb>img{
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.post-thumb{
    position: relative;
}
.single-title{
    padding: 20px 30px 0;
}
.club-section{
    padding: 15px 0;
    background-image: url(images/gs-carousel-cards.jpg);
	background-size:cover;
}
.club-section h2{
    color: #1c68a6;
    font-weight: 600;
    font-size: 30px;
}
.club-form label{
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.input-field{
    position: relative;
}
.input-field .form-control{
    height: 42px;
    border: 1px solid #9dd1e9;
}
.input-field>.btn{
    position: absolute;
    right: 3px;
    top: 3px;
    height: 36px;
}
.btn-warning{
    background: #f8a325;
    border-color: #f8a325;
}
@media (min-width: 768px){
    .single-title{
		margin-bottom:30px;
        background: rgba(0,0,0,.5);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        color: #fff;
        padding: 28px;
        text-align: left;
		/*
		position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        background: rgba(0,0,0,.5);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        color: #fff;
        padding: 28px;
        text-align: left; */
    }
}
.single-title time{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.single-title h1{
    font-size: 36px;
    margin: 0;
}
.post-content{
    padding: 25px 30px;
    background: #fff;
}
.post-cat>a{
    color: #ff6600;
    padding: 0 5px;
    text-decoration: underline;
}
.post-cat>a:first-child{
    padding-left: 0;
}
img{
    max-width: 100%;
    height: auto;
}
.post-share>a{
    color: #fff;
    background: #1b95e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 7px;
    font-size: 12px;
}
.post-text{
    line-height: 26px;
    font-size: 18px;
    color: #333333;
}
.post-taggle .card{
    border: 1px solid #f3f1ef;
    margin: 0 0 10px;
}
.card-header{
    background: #f3f1ef;
}
.card-header>h5{
    margin: 0;
    position: relative;
}
.card-header .btn-link{
    color: #41abd2;
    text-decoration: none;
    font-size: 18px;
    padding: 8px 30px;
    outline: none;
}
.card-header .btn-link:after{
    content: '-';
    position: absolute;
    right: 30px;
    width: 23px;
    height: 23px;
    line-height: 21px;
    color: #f3f1ef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0091c7;
    font-weight: 700;
}
.card-header .btn-link.collapsed:after{
    content: '+';
    padding: 1px;
    text-align: center;
}
.card-body{
    padding: 30px;
    line-height: 26px;
    font-size: 18px;
    color: #333333;
}
.related-docs{
    padding: 30px 30px 0;
}
.related-docs>h3{
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    color: #1d68a6;
}
.doc-list{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d4d5d6;
}
.doc-item>h4{
    padding: 6px 0;
    color: #666666;
    padding-left: 50px;
    background: url(images/PDF-Icon.png)left center no-repeat;
}
.doc-item>h4>a{
    text-decoration: underline;
    color: #ff6600;

}
.doc-item p{
    font-size: 16px;
    color: #666666;
    font-style: italic;
    padding-left: 50px;

}
.more-posts{
    padding: 0 30px;
}
.more-posts>a{
    padding: 8px 30px;
}
.more-posts>a>i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 12px;
    float: left;
    line-height: 18px;
    margin-right: 8px;
}

.side-widget{
    margin-bottom: 30px;
}
.side-widget>h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #1d68a6;
}

.side-widget .list-posts{
    margin: 0;
}
.post-item{
    margin: 0 0 25px;
    color: #333333;
    font-size: 14px;

}
.post-item .post-img{
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.post-info{
    padding: 10px;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    min-height: 330px;
}
.post-img>a{
    display: block;
    padding-top: 70%;
}

.post-item time{
    color: #66cc33;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.post-item h3{
    color: #339933;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 15px;
}
.post-item h3 a{
    color: #339933;
    display: block;
    text-transform: capitalize;
    line-height: 30px;
}
.caption{
    background: #1c68a6;
    color: #fff;
    padding: 15px 50px;
    min-height: 75px;
    display: table;
    width: 100%;
}
.caption h3{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
}
.flexslider .slides > li a:hover{
    text-decoration: none;
}

@media (min-width: 768px){
    .caption{
        display: block;
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 540px;
        max-width: 540px;
        background: rgba(0,0,0,.5);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        color: #fff;
        padding: 30px;
    }
    .caption time{
        font-weight: 600;
        font-size: 12px;
    }
    .caption h3{
        font-size: 30px;
        margin: 0 0 15px;
        display: block;
    }
}

.copyright{
    padding: 20px 0;
    border-top: 1px solid #737171;
    color: #fff;
}
.widget{
    margin-bottom: 30px;
}
.widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social>a{
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #666666;
    background: #fff;
    line-height: 26px;
    text-align: center;
    padding: 12px;
    font-size: 26px;
    margin: 0 3px;
}
.logo-section{
    height: auto;
    padding: 30px 0 10px;
}
.logo-section .logo{
    margin: 0 0 20px;
}
.logo-slogan{
    margin: 26px 0;
    font-size: 24px;
    color: #000;
    text-align: right;
}
.logo-slogan span{
    font-weight: 700;
    color: #1191c9;
}
.sponsorBox{
    height: 80px;
    padding: 10px 15px;
    text-align: center;
}
.owl-sponsor .owl-item .bordered{
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid transparent;
}
@media (min-width: 768px) {
    .news-list .newsletter{
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 25px;
    }

    .cloned.active:last-child .sponsorBox {
        border: none;
    }

    .side-related > h3 {
        color: #fff;
    }

    .slide-img, .loading{
        -webkit-border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px;
    }

    .slider-wrap {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 60px;
    }
    .social-blocks{
        padding: 40px 0 0 ;
    }
}

.owl-carousel .owl-item .sponsorBox img{
    height: auto;
    width: auto;
    max-height: 60px;
    margin: 0 auto;
    display: inline-block;
}

.owl-nav>div{
    position: absolute;
    left: -15px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:transparent;
    width:15px;
    height:30px;
    text-align:center;
    z-index: 99;
}
.owl-nav>div:before{
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#e9e8e8;
    font-size: 50px;
}
.owl-nav>div.owl-prev{
    right: -15px;
    left: auto;
}
.owl-nav>div.owl-prev:before{
    content: "\f105";
}
.slider-wrap{
    background: #35a049;
    color: #fff;
    -webkit-box-shadow: 11px 5px 38px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 11px 5px 38px 0 rgba(0,0,0,0.3);
    box-shadow: 11px 5px 38px 0 rgba(0,0,0,0.3);
    margin: 0 0 30px;

    position: relative;
}
.slide-img,.loading{padding-top: 60%;}
.loading{background: #35a049;}

.mb60{
    margin-bottom: 60px;
}
.p0{
    padding: 0;
}
.navbar-brand{display: none;border: none !important;}
.dropdownWrap{
    position: relative;
    background: #666666;
    padding: 10px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    list-style: none;
}
.navbar-nav>li>.dropdown-menu{
    padding-top: 18px;
    background: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
.navbar-nav>li .dropdownWrap:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #666666;
}
header .navbar-section a,
header .navbar-section a:hover, header .navbar-section a:active, header .navbar-section a:focus{
    border-color: #737171 !important;
}
.dropdownWrap>li>a,.dropdownWrap>li>a:hover,.dropdownWrap>li>a:focus{
    border-bottom: 1px solid #89cc74;
    border-right: none !important;
    padding: 5px 0;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}
.dropdownWrap>li:last-child>a,.dropdownWrap>li:last-child>a:hover,.dropdownWrap>li:last-child>a:focus{
    border: none;
}
.search-group{
    position: relative;
}
.search-header{
    margin-right: 15px;
    width: 50%;
    border-left: 1px solid #737171;
    text-align: right;
}
.search-group>input{
    padding-right: 30px;
}
.search-group>input, .search-group>.btn{
    background: none;
    color: #fff;
    border: none;
    min-height: 56px;
    outline: none;
    text-align: right;
}
.form-control{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-group>.btn{
    position: absolute;
    right: 0;
    width: 30px;
    top: 0;
    text-align: center;
}
.search-group>input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.search-group>input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.search-group>input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
section.main-news-section .slider-section{
    padding-bottom: 15px;
}

section.partners-section{
    border-top: 1px solid #d4d5d6;
    position: relative;
    padding: 30px 15px;
}
section.partners-section h3{
    margin-top: 0;
}
.mb30{
    margin-bottom: 30px;
}
.archive .wrapper{
    min-height: 1200px;
}
.archive .post-item{
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.archive .col-md-3{
    padding-left: 0;
}
.archive .post-item .post-img{
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:unset;
}
.page-template-default .post-thumb{
    text-align: center;

}
.page-template-default .post-thumb img{
    max-width: 100%;
}
.btn-contact {
    background-color: #62bb46;
    background-image: linear-gradient(0deg, #62bb46 0%, #76c954 100%);
    font-weight: bold;
    border: 0;
	color:#fff;
}
.yt-list iframe{
	width:100% !important;
	height:150px !important;
}
span.next-posts-links a, span.prev-posts-links a {
    background: #62bb45;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
	width:150px;
	text-align:center;
	margin-top:20px;
}

span.next-posts-links .fa{
	margin-left:5px;
}
span.prev-posts-links .fa{
	margin-right:5px;
}
a.add_to_cart_button, .woocommerce button.button.alt  {
    background-color: #62bb46;
    background-image: linear-gradient(0deg, #62bb46 0%, #76c954 100%) !important;
    font-weight: bold;
    border: 0;
    color: #fff !important;
}
section.related.products{
	clear:both;
}
@media (max-width:1200px){
	.page-template-default .post-thumb {
		min-height: 120px;
	}
}
@media (min-width: 769px){
	header .navbar-section{
		position:relative;
	}
	.search-header{
		position:absolute;
		top:-50px;
		right:0;
		max-width:300px;
		background:#fff;
	}
	header .navbar-section a.desktop-search{
		border-color:transparent !important;
		cursor: pointer;
	}
	.search-group>input{
		color:#000;
		text-align:left;
	}
	.search-group>.btn{
		color:#ccc;
	}
	.show-search-desktop{
		display:block !important;
	}
	.search-header::before {
		content: "\f057";
		font: normal normal normal 20px/1 FontAwesome;
		position: absolute;
		top: -24px;
		left: 0px;
		color: #fff;
		background: red;
		padding: 2px;
		cursor: pointer;
	}

}
@media (max-width: 768px){
	.page-template-default .post-thumb{
		text-align: center;
		min-height: 1px;
		padding-bottom:20px;
	}
    section.partners-section{
        padding: 30px 3px;
    }
    .owl-nav>div{
        left: 0;
    }
    .owl-nav>div.owl-prev{
        right: 0;
    }
    .single-wrap, .single-wrap .container, .single-wrap .row,
    .single-wrap .row [class^="col-"], .single-wrap .row [class*=" col-"]{
        padding: 0;
        margin: 0;
    }
    .single-title time{
        color: #000000;
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
    }
    .single-title h1{
        color: #ffffff;
        font-weight: 700;
        font-size: 24px;
    }
    .social-icons{
        float: none !important;
        text-align: center;
        margin-bottom: 30px;
    }
    .widget,.copyright{
        text-align: center;
    }
    .more-posts>a{
        display: block;
        margin-bottom: 40px;
    }
    .side-widget{
        padding: 0 15px;
    }
    .side-widget>h3{padding: 0 15px;}
    .list-posts>li{
        float: left;
        padding: 0 15px;
        width: 50%;
    }
    header .logo-section{
        height: auto;
        text-align: center;
    }
    .navbar-toggle{
        float: left;
        color: #fff;
    }
    .club-section{
        background: #e1ecf8;
        padding: 20px 0;
    }
    section.main-news-section .slider-section {
        padding: 0;
    }
    section.social-blocks .about-block .news-img{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-top: 70%;
        height: auto;
    }
    .flex-direction-nav{
        display: block;
    }
    section.main-news-section{
        background: none;
    }
    .logo-slogan{
        margin: 0;
    }
    .logo-slogan span{
        display: block;
    }
    .mobile_p0{
        padding: 0;
    }
    .about-info{
        padding: 0 15px;
    }
    .post-info{
        padding:10px 0 0;
        border: none;
        min-height: 1px;
    }
    .archive .wrapper{
        min-height: 500px;
    }
    header .logo-section .logo {
        margin-top: 0;
    }
    header .logo-section .logo img {
        max-width: 100%;
    }
    header .logo-section .logo-slogan {
        font-size: 20px;
        margin-top: 0;
    }
}
