/*
Theme Name: Kingscliff Swimming Club
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/
@import url('style/bootstrap.css');

body{
    margin: 0;  
    padding: 0;
    font-size: 15px;
    color: #424348;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden
}
.wp-block-details summary {
    font-weight: bold;
	font-size:16px;
	border: 1px solid #ccc;
    padding: 10px;
}
.wp-block-table {
    overflow-x: unset !important;
}
table.has-fixed-layout tr:first-child td {
	font-weight: bold;
}
.wp-block-table.is-style-stripes tbody tr:first-child {
    background-color: #2e354a !important;
	color:#fff;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-rite {
	float:right;
	position: relative;
	padding:0 0 10px 10px;
	max-width:500px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height:23px;	
}
.logo {
	margin-top:10px;
}
a {
	text-decoration:none;
	outline:none;
	color:#ef5224;
}
a:hover, a:focus, a:active{
	color:#ef5224;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
h1 {
    color:#2e354a;
    font-weight: 700;
    font-size: 31px;
	padding-bottom:20px;
	margin:0;
	font-family: 'Raleway', sans-serif;
}
h1:after {
    content: '';
    display: block;
    width: 138px;
    height: 14px;
    background: url(images/heading-bottom-line.png) no-repeat bottom center;
    margin: 20px auto;
}
h2 {
    color:#2e354a;
    font-weight: 700;
    font-size: 31px;
	padding-bottom:20px;
	margin:0;
	font-family: 'Raleway', sans-serif;
}
h2:after {
    content: '';
    display: block;
    width: 138px;
    height: 14px;
    background: url(images/heading-bottom-line.png) no-repeat bottom center;
    margin: 20px auto;
}
h3 {
    color: #2e354a;
    font-weight: 700;
    font-size: 26px;
	padding:0px;
	margin:0;
	font-family: 'Raleway', sans-serif;
}
h4 {
    font-size: 22px;
    font-weight: 800;
    color: #2e354a;
	font-family: 'Raleway', sans-serif;
    margin: 30px 0px;
}
h5 {
   font-size: 20px;
    color: #2e354a;
    font-weight: 500;
    font-family: 'Open Sans';
    margin-bottom: 5px;
}
h6 {
    
}
hr {
	padding:0px 0 30px;
	margin:15px 0 0;
}
section { 
	padding:50px 0;
}
.inner-sec {
	min-height: 50vh;
}

.container-fluid {
    max-width:1830px;
	width:100%;
}
.container{
    max-width:1200px;
	width:100%;
}
.top-header {
    position:relative;
    padding: 10px 0;
	border-bottom:1px solid #E1E1E3;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0;
	background-color:#fff;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
}
.header-right {
    text-align: end;
	font-size: 16px;
}
.header-right a {
    font-weight: 900;
    color: #5B6871;
}

a.orange-btn {
    font-size: 18px;
    padding: 6px 30px;
    border-radius: 0;
    color: #ef5224;
    display: inline-block;
    font-weight: 500;
	text-transform:lowercase;
    text-decoration: none;
	border-radius:25px;
	border:1px solid #ef5224;
	font-family: 'Montserrat', sans-serif;
}
a.orange-btn:hover{
    background:#ef5224;
	color: #fff;
}
input.orange-btn {
    font-size: 18px;
    padding: 6px 30px;
    border-radius: 0;
	 background:#ef5224;
	color: #fff;  
    display: block;
    font-weight: 500;
	text-transform:lowercase;
    text-decoration: none;
	border-radius:25px;
	width:100%;
	border:1px solid #ef5224;
	font-family: 'Montserrat', sans-serif;
	cursor:pointer;
	
}
input.orange-btn:hover{
   background: none;
	color: #ef5224;
}
.search-form {
	border: 1px solid #ef5224 !important;
	color: #ef5224 !important;
	margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
a.white-btn {
    font-size: 18px;
    padding: 6px 30px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: 500;
	text-transform:lowercase;
    background:transparent;
	border:1px solid #fff;
    text-decoration: none;
	border-radius:25px;
	font-family: 'Montserrat', sans-serif;
}
a.white-btn:hover{
    background: #fff;
	color: #EF5224;
}
.banner {
    position: relative;
	text-align:center;
}

.banner-text {
    position: absolute;
    left: 15px !important;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
	max-width:1500px;
    text-align: left;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
.banner-text h1 {
	font-size: 60px;
	color:#fff;
	font-weight:700;
}
.banner-text h1:after {
    display: none;
}
.banner-text h1 span {
    font-size:32px;
	display:block;
	color:#fff;
	font-weight:500;
	padding-top:30px;
}
.quick-sec {
	background-color: #f1fbfe;
}
.quick-box {
	position:relative;
	margin:15px 0;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.quick-sec .col-sm-3:first-child{
	display:none;
}
.quick-box img{
	width:100%;
}
.quick-text {
	background:#fff;
	text-align:center;
	padding:20px 0;
}
.quick-box:hover{ 
	-webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.quick-box a{
    position: absolute;
    width: 90%;
    height: 100%;
	display: block;
    z-index: 9;	
}
.blue-sec {
    background-color: #55c9f4;
	text-align:center;
	background: url(images/sponsorship-banner.png) no-repeat top center;
}
.blue-sec h2{
    color: #fff;
}
.blue-sec p{
    margin-top:20px;
	color:#fff;
}
.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2e354a;
}

.footer hr {
    border-top: 1px solid #fff;
    padding: 0 0 15px;
    margin: 15px 0 0;
}
.footer a{
    color: #fff;
}
.footer-right {
	margin-top:30px;
	text-align:right;
}
ul.footer-icons{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.footer-icons li{
	position:relative;
	padding:0 5px;
	display:inline-block;
}
ul.footer-icons li:last-child{
	padding-right:0;
}
ul.footer-icons li:first-child{
	padding-left:0;
}
.footer-icons a:hover img, .header-right a:hover img, .footer .text-right a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
.footer-logo {
	margin-top:10px;
}
.event-box {
	position:relative;
	margin:10px 0;
}
.event-text {
    background: #55C8F4;
    padding: 10px 10px;
	color:#fff;
	min-height: 210px;
}
.event-text h5{
    margin:0;
	font-size:18px;
	color:#fff;
	padding-top:10px;
}
.event-text p{
	margin:0px;
	padding:5px 0;
}
.event-text p b{
	font-weight:600;
}
.event-text a.orange-btn {
    font-size: 15px;
    padding: 4px 20px;	
	position:absolute;
	bottom:15px;
	color: #fff;
	background-color: #ef5224;
}
.event-text a.orange-btn:last-child{
	right:10px;
}
.event-text a.orange-btn:hover {
	color: #ef5224;
	background-color: #fff;
	border:1px solid #fff;
}
.event-img img {
	width:100%
}
.event-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(239 82 36 / 80%);
    color: #fff;
    padding: 5px;
	font-weight: 600;
}
.current-sec {
	background: #ededed;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
	width: 100%;
	margin-bottom:30px;
	text-align: center;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 15px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	margin-bottom:0;
}
ol.inner-list li{
	margin-bottom: 20px;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ul.inner-list li:before {
    color: #ef5224;
    content: "\2022";
    font-weight: 700;
    display: inline-block;
    font-size: 26px;
    left: -15px;
    top: 1px;
    position: absolute;
}
/*************** Contact css ***********/
.map-sec {
    padding:0;
	background-image: url("images/map.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	min-height: 480px;
	position:relative;
}
.map-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    left: 0;
    top: 0;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 6px;
    background: rgba(86, 97, 115, 0.65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 300px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.form-control {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    color: #a4a2a4;
    padding: 15px 10px;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	color: #a4a2a4;
}
select.form-control {
    height: 50px !important;
}
textarea.form-control {
    height: 180px;
}

.submit-btn {
    background:transparent;
    color: #ef5224;
    font-size: 16px;
    font-weight: 700;
	float: right;
	border:1px solid #ef5224;
	background-clip: unset;
    padding: 6px 30px;
	border-radius:25px;
}
.submit-btn:hover {  
    background: #ef5224;
    color: #fff;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#2e354a !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#2e354a !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.google-rating {
    Position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
/*************** News css ***********/

.post-details {
    position: relative;
    min-height: 250px;
    background-color: #f9fbf2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}

.post-details a.orange-btn {
    margin-top: 10px;
}

/******* MEMBER Club CSS ********/

.member-box {
    margin: 50px 0px 0px;
}
.member-blue {
    padding: 10px 0px;
    background-color: #55c9f4;
}
.member-text {
    border-top: 2px solid #55c9f4;
    border-bottom: 2px solid #55c9f4;
    padding: 20px 0px;
	min-height:280px;
}
.member-text p {
    font-size: 14px;
    font-weight: 500;
    color: #6f6f6e;
    font-family: 'Open Sans';
}
.member-button {
    margin-top: 20px;
}
.member-button a{
	color: #2e354a;
	font-weight:600;
	font-size:19px;
	font-family: 'Montserrat', sans-serif;
}
/*************** FAQs css ***********/
.jltmaf-rotate {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.collapsed .fa-chevron-up:before {
    	content: "\f078";
}
/*************** Shop css ***********/
.page-title {
	text-align:center;
}
.woocommerce-loop-product__title:after {
	display:none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: transparent !important;
	border-radius: 25px !important;
	color:#ef5224 !important;
	border:1px solid #ef5224 !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #ef5224 !important;
	color:#fff !important;
}
.woocommerce div.product .product_title:after {
	display:none;
}
.product_meta {
	display:none;
}
section.related {
    clear: both;
}
section.related > h2 {
    text-align:center;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size:25px;
}
.woocommerce .cart-collaterals .cart_totals h2:after, .woocommerce-page .cart-collaterals .cart_totals h2:after {
	display:none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding:5px;
}
h3#order_review_heading {
	margin-top:20px;
}
.woocommerce label {
    margin-bottom: 0;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 105px !important;
}
.woocommerce span.onsale {
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
    background-color: rgb(239 82 36 / 80%) !important;
	margin:0 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #EF5224 !important;
}
.woocommerce ul.products li.product .price {
   color: #EF5224 !important;
}
form.cart table.thwepo-extra-options input, form.cart table.thwepo-extra-options select, form.cart table.thwepo-extra-options textarea {
    margin-bottom: 10px;
	font-size:13px;
}
#paragraph{
	float: right;
    margin-bottom: 10px;
}
/************************** Gallery ***********************/
.fg-default .fg-item {
    width: 20%;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1327px){  
.banner-text {
    max-width: unset;
    margin: 0;
    width: 50%;
}
.banner-text h1 {
    font-size: 45px;
}			
.footer {
    font-size: 15px;
}
ul.footer-icons li {
    padding: 0 1px;
}	
}

@media (max-width: 1199px) {
 iframe {
	width:100%;
	height:auto;
	}
h1 {
    font-size: 28px;
}	
h2 {
    font-size: 28px;
}
.banner-text h1 {
    font-size: 40px;
}
.banner-text p {
    font-size: 20px;
}			
.footer{
    text-align: center ;
}	
ul.footer-menu {
    margin: 10px 0;
    text-align: center;
}
.footer .text-right {
    text-align: center !important;
}
ul.footer-icons  {
	text-align: center;
	margin-bottom:10px;
	}
.footer-logo {
	margin-top:0px;
}	
.footer-right {
    margin-top: 10px;
}
.event-text {
    min-height: 220px;
}	
}

/* END OF iPAD LANDESCAPE*/
@media (max-width: 991px) {	
.banner-text {
    max-width:unset;
    margin: 0;
    width: 50%;
}
.banner-text h1 {
    font-size: 30px;
    padding-bottom: 10px;
}
.banner-text h1 span {
    font-size: 20px;
    display: block;
    color: #fff;
    font-weight: 500;
    padding-top: 20px;
}	
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}			
.header-right {
    text-align: center;
	width: 100%;
}
ul.footer-icons li {
    padding: 0 1px;
}
.footer a.blue-btn {		
	font-size: 10px;
    padding: 3px 13px;
}
ul.footer-icons li img{
		width:12px;
	}	
.event-text {
	min-height: 205px;
}
.event-text h5{
	font-size:17px;
}
.event-text p{
	font-size:12px;
	line-height: 14px;
}	
}

@media (max-width: 767px) {
body {
		font-size:13px;
	}
section{		
	    padding: 30px 0;
}
.logo {
	max-width:250px;
	margin-top:0px;
	margin: 0 auto;
	}
.banner-text h1 {
    font-size: 14px;
	padding-bottom:0;
}
.banner-text h1 span{
    font-size: 10px;
	padding-top:10px;
}
.banner-text p {
    display:none;
}
p {
    line-height: 18px;
}	
h1 {
    font-size: 21px;
}
h2 {
    font-size: 19px;
}
h4{
    font-size: 18px;
}
h5 {
    font-size: 16px;
    letter-spacing: 0px;
}	
.sub-text {
	font-size: 18px;
	line-height:20px;
}		
.header-right {
    text-align: center;
	margin-top: 10px;
}	
a.white-btn {
    font-size: 12px;
    padding: 6px 20px;
    font-weight: 400;
	margin-bottom: 10px;
}	
.footer {
		font-size:11px;
	}
.footer .col-lg-6 img{
	margin-bottom:20px;
	}	
.footer-right {
		text-align:center;
	}
.quick-box a {
    width: 100%;
}
.img-rite {
    float: none;
	max-width: unset;
	text-align:center;
    padding: 0 0 10px 0px;
}
.event-text {
    min-height: unset;
}
.event-text a.orange-btn {
    position: relative;
    bottom: unset;
}
.event-text a.orange-btn:last-child {
    right: unset;
}
}
@media (max-width: 576px) {
ul.footer-icons li{
		padding:0 5px;
	}
ul.footer-icons li img{
	width:unset;
	}
}