/*
Theme Name: bikersclub Child theme of bikersclub
Theme URI: 
Description: Child theme of bikersclub theme for the bikersclub theme
Author: <a href="http://www.themelexus.com/">ThemeLexus</a>
Author URI: 
Template: bikersclub
Version: 2.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 01 May 2023 07:33:21 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.ytvideo_section.mt-80 {
	background: #000000;
	padding-top: 80px;
	padding-bottom: 80px;
}
.cast_sec_row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.cast-image p {
	display: flex;
	gap: 20px;
	color: #fff;
	font-family: poppins;
	font-size: 21.6px;
	font-weight: 600;
}
.cast-image {
	width: calc(33% - 37px);
}
.cast-image img {
	border: 3px solid #fff;
	border-radius: 22px;
}
.ytvideo_section .content-here {
	color: #f5f5f5;
	font-family: poppins;
	font-size: 16px;
	margin-top: 35px;
}
.cast-image span {
	font-size: 19px;
}
.content-here h3 {
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	font-family: poppins;
}
.sidebar-video a {
	color: #fff !important;
	font-family: poppins;
}
.side-content h3 {
	color: #fff !important;
	font-size: 17px;
	font-family: poppins;
}
.sidebar-video .panel-title a {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 23px;
}
.sidebar-video .addressClick {
	color: #fff !important;
	font-family: poppins;
	border-bottom: 1px solid #262626;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
 .sidebar-video .panel, .social_link_section {
	background: #151515;
	border-radius: 25px;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}

.sidebar-video,.social_link_section{margin-top: 35px;}
#myframe {
	border-radius: 25px;
}
.addressClick {
	display: flex;
	gap: 25px;
}
.addressClick {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	color: #fff;
}
.side-content h3 {
	color: #fff !important;
	font-size: 15px;
	font-family: poppins;
	font-weight: 600;
	text-transform: uppercase;
}
.side-content span {
	font-size: 14px;
	opacity: 0.7;
}

.img_icon {
	min-width: 80px;
}


 
@media (max-width:767px) {
	.cast_sec_row {
		flex-direction: column;
	}
	.cast-image {
	width: calc(100% - 0px);
}
.ytvideo_section.mt-80 {
	padding-bottom: 0;
}

}

@media (min-width:768px) and (max-width:1199px) {
.cast-image {
	width: calc(53% - 37px) !important;
}
.ytvideo_section.mt-80 .container {
	padding-left:30px;
	padding-right:30px;
}
.img_icon {
	min-width: 60px;
	max-width: 60px;
	width: 60px;
}
.ytvideo_section .col-md-9.full-video {
	max-width: 65%;
}
.ytvideo_section.mt-80 .col-md-3 {
	max-width: 35%;
	width: 35%;
	flex: 0 0 35%;
}
.sidebar-video {
	margin-bottom: 50px;
}

}


@media (min-width:1200px) and (max-width:1500px) {

.ytvideo_section.mt-80 .container {
	max-width: 1200px;
}
.img_icon {
	min-width: 60px;
	max-width: 60px;
	width: 60px;
}
.sidebar-video .container {
	padding-left: 0px;
	padding-right: 0px;
}
.ytvideo_section .col-md-9.full-video {
	max-width: 70%;
}
.ytvideo_section.mt-80 .col-md-3 {
	max-width: 30%;
	width: 30%;
	flex: 0 0 30%;
}
}


ul.social li {
    display: inline;
    margin: 3px;
}

h3.share_title {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin-left: 10px;
}

.col-md-12.social_link_section.sidebar-video ul {
    padding: 0;
}