/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

.kscptblue
{
	color:#0089f7;
}

#heading-row
{
    padding:35px 0 35px;
    background-color:#031623;
}

#heading-row .wpb_text_column
{margin-bottom:0;}

.tc
{
	text-align:center;
}

.nmb
{
	margin-bottom:0 !important;
}

.bottom-gradient
{
	background-image:url("https://kitesurfcapetown.co.za/wp-content/uploads/2023/01/bottom-gradient.png");
	position:top center;
	background-repeat: repeat-x;
	padding-top:63px;
	margin-bottom:35px;
}

.ksct-img img
{
    border: 1px solid #0089f7;
    border-radius: 10px;
	webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}

.ks-button
{
	display:inline-block;
	padding:5px 25px;
	background-color:#0089f7;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	margin-top:15px;
	border:1px solid #0089f7;
}

.ks-button:hover
{
	transition-duration:0.5s;
	text-decoration:none;
	background-color:transparent;
	border: 1px solid #0089f7;
}

.list-grid .wpb_wrapper, .logo-grid .wpb_wrapper
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width:100%;
}

.list-grid .wpb_wrapper
{
		gap: 10px;
}

.list-grid-img
{
    position: relative;
    text-align:center;
}

.list-grid-img h3
{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    text-align: center;
    display: block;
    min-width: 100%;
    width: 100%;
    color: #fff;
    background-color:#000;
    background-color: rgba(0,0,0,0.5);
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0;
}

@media only screen and (max-width: 480px)
{
	.list-grid-img h3
	{
	font-size: 16px;
	}
}


.logo-grid .wpb_wrapper .list-grid-img
{
	width:calc(25% - 10px);
	flex: 0 1 25%;
	height:auto;
	margin-bottom:0 !important;
}

@media only screen and (max-width: 480px)
{
	.logo-grid .wpb_wrapper .list-grid-img img
	{
	padding: 0 20px 10px;
	}
	.logo-grid .wpb_wrapper .list-grid-img
	{
		flex: 0 1 50%;
	}
	.list-grid .wpb_wrapper .list-grid-img
	{
		width:calc(50% - 10px);
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px)
{
	.logo-grid .wpb_wrapper .list-grid-img img
	{
		padding: 0 20px 10px;
	}
	.logo-grid .wpb_wrapper .list-grid-img
	{
		flex: 0 1 25%;
	}
		.list-grid .wpb_wrapper .list-grid-img
	{
		width:calc(25% - 10px);
	}
}

@media only screen and (min-width: 768px)
{
	.logo-grid .wpb_wrapper .list-grid-img img
	{
		padding: 0 80px 20px;
	}
	.logo-grid .wpb_wrapper .list-grid-img
	{
		flex: 0 1 25%;
	}
	.list-grid .wpb_wrapper .list-grid-img
	{
		width:calc(25% - 10px);
	}
}

.list-grid .list-grid-img
{
	text-align:center;
	margin-bottom:0 !important;
	background-color:#303030;
}

.list-grid .list-grid-img .islogo
{
	margin-top: 25%;
    margin-bottom: 25%;
}

.list-grid img
{
    display: block;
}

/* Blog */

body.single-post #Content
{
	padding-top:70px;
}

.blog_wrapper .post-item
{
	border: solid 1px #0089f7;
	border-radius:10px;
}

#Filters .filters_wrapper
{
	background-color:#000;
	margin-left:10px;
	margin-right:10px;
}
.share-simple-wrapper 
{
	display:none !important;
}

/* Kite gear post */
#kite-size-row
{
margin-bottom:35px;
overflow: auto;
}
#kite-size-table
{
min-width:1150px;
color:#000000;
}
#kite-size-table tbody
{
	background-color:#ffffff !important;
}
table, tr, td
{
padding:0;
margin:0;
border-spacing: 0;
}
#kite-size-table td
{
min-width:50px;
text-align:center;
padding:3px;
font-size:13px;
}
.bck-bg
{
background-color:#000;
color:#fff;
}
.gry-bg
{
background-color:#D9D9D9 !important;
}
.wgt-row
{
background-color:#002060;
color:#fff;
}
.lbs-row
{
background-color:#2F75B5;
color:#fff;
}
.lgt-blue
{
background-color:#cadeef;
}

/* Kite Shops*/
#brand-row
{
    padding:70px 0;
    background-color:#fff;
}

#brand-row .brand-box
{
    padding:0 20px;
    text-align:center;
}

#brand-row .brand-box img
{
    max-width:300px;
    height:auto;
}

#map-row
{
    padding-top:75px;
}