/*
Theme Name: speakerscanada
Theme URI: speakersalberta.com
Author: speakersalberta
Author URI: speakersalberta.com
Description: speakersalberta
License: speakersalberta
License URI: speakersalberta.com
Text Domain: speakersalberta.com
Version: 1.0.0
*/



@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
:host, :root {
    --rem: 16;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*{ 
	padding:0; 
	margin:0; 
	font-family: 'Poppins', sans-serif;
	 line-height: 18px;
    font-size: 14px;
	font-weight:400; 
}
strong, b{ font-weight:bold; }
h1, h2, h3, h4, .counter-box span{font-family: 'Poppins', sans-serif;}
p, .single-post .post-content ul li{ 
	font-weight:400; 
	color:#fff;
    line-height:27px;
    font-size: 16px;
	padding-bottom: 18px;
    letter-spacing: 0.1px;
}
body{ 
	color:#777777;
}

body, .motivational-speakers ul li a h6, .menu ul li a{ color:#fff; }
.menu ul li a:hover, .service-list ul li i, .searc-sec i, .box-content i, .email-content .email-icon i{ color:#0063dc; }

.text-red{ color:#fff; }
.black-text{ color:#000; }
.red-text{  }
.gray-bg{ background:#1a1a1a; }
.black-bg{ background:#000; }
.pink-bg{ background:#0063dc30; }
.red-bg{ background:#0063dc; }

.container {
    max-width: 1240px;
	margin:auto;
	padding: 0 20px;
}
.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
	    -ms-flex: 0 0 69.555555%;
    flex: 0 0 69.555555%;
    max-width: 69.555555%;
	
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

h1, h2, h3, h4{
	font-weight: 700;	
	line-height: 51px;
}
h1{ font-size:45px; }
h2{ 
	font-size:56px; 
    line-height: 60px;
	padding-bottom:15px;
}
h3{ 
	font-size:36px; 
    line-height:40px;
	padding-bottom:15px;
}
h4{ 
	font-size:22px; 
    line-height: 26px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-between{
    justify-content: space-between;
}

.gap-1{ gap:18px; }
.gap-2{ gap:27px; }
.gap-3{ gap:36px; }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.btn{
    background: #fff;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    padding: 16px 40px;
    text-decoration: none;
    display: inline-block;
}
.m-0{ margin:0; }
.m-t-1{ margin-top:1vw; }

.m-b-1{ margin-bottom:20px; }
.m-b-2{ margin-bottom:15px; }
.m-b-3{ margin-bottom:45px; }
.m-b-4{ margin-bottom:60px; }
.m-b-5{ margin-bottom:70px; }
.m-b-6{ margin-bottom:80px; }

.p-0{ padding:0; }
.p-t-1{ padding-top:10px; }
.p-t-2{ padding-top:20px; }
.p-t-3{ padding-top:30px; }
.p-t-4{ padding-top:40px; }
.p-t-5{ padding-top:50px; }
.p-t-6{ padding-top:60px; }
.p-t-7{ padding-top:70px; }
.p-t-8{ padding-top:80px; }
.p-t-9{ padding-top:90px; }
.p-t-10{ padding-top:100px; }

.p-l-1{ padding-left:10px; }
.p-l-2{ padding-left:20px; }
.p-l-3{ padding-left:30px; }
.p-l-4{ padding-left:40px; }
.p-l-5{ padding-left:50px; }
.p-l-6{ padding-left:60px; }
.p-l-7{ padding-left:70px; }
.p-l-8{ padding-left:80px; }
.p-l-9{ padding-left:90px; }
.p-l-10{ padding-left:100px; }

.p-b-1{ padding-bottom:10px; }
.p-b-2{ padding-bottom:20px; }
.p-b-3{ padding-bottom:30px; }
.p-b-4{ padding-bottom:40px; }
.p-b-5{ padding-bottom:50px; }
.p-b-6{ padding-bottom:60px; }
.p-b-7{ padding-bottom:70px; }
.p-b-8{ padding-bottom:80px; }
.p-b-9{ padding-bottom:90px; }
.p-b-10{ padding-bottom:100px; }

.p-r-1{ padding-right:10px; }
.p-r-2{ padding-right:20px; }
.p-r-3{ padding-right:30px; }
.p-r-4{ padding-right:40px; }
.p-r-5{ padding-right:50px; }
.p-r-6{ padding-right:60px; }
.p-r-7{ padding-right:70px; }
.p-r-8{ padding-right:80px; }
.p-r-9{ padding-right:90px; }

.text-center{ text-align:center; }

.list-group {
    list-style: none;
}

.small-hed{
	font-size: 16px;
    font-weight: 500;
}
.small-hed span{
    background: #0063dc;
    height: 8px;
    display: inline-block;
    width: 120px;
    margin-right: 20px;
}
.banner{
    position: relative;
	padding: 50px 0 0;
	background:#000;
}
.banner .black-arrow{
	position: absolute;
    top: -150px;
    left: -150px;
}
img.logomain{
	width: 100%;
	max-width: 180px
}
.motivational-speakers{  
	background-color: #000; 
	background-image:url(https://speakersalberta.com/wp-content/uploads/2025/04/speaker-bureau-of-canada-logo-1-black.png);
    background-repeat: no-repeat;
    background-position: top 50px center;
    background-size: 50%;
}
.motivational-speakers ul{
	display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(4, 1fr);
}
.motivational-speakers ul li a{ 
    height: auto;
	overflow:hidden;
    display: block;
    border-radius: 6px;
    position: relative;
	text-decoration:none;
}
.motivational-speakers ul li a img{
    height: 350px;
    border-radius: 40px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(100%);
}
.motivational-speakers ul li a h6{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*background: #000;*/
    max-width: 100%;
    text-align: center;
    padding: 13px 8px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
.motivational-speakers ul li a h6:hover{ /*background: #0063dc;*/ }
.m-s2 ul li a h6 {/*    background: #0063dc;*/ }
.about-box{
	display:flex;
    gap: 27px;
	border-bottom:7px solid #e3e3e3;
}
.about-box h5{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0 7px;
}
.service-list{ margin-top: -90px; }
.service-list ul, .topics-sec ul{
	display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(4, 1fr);
}
.service-list ul li, .topics-sec ul li{
    border-radius: 6px;
    font-size: 18px;
    background: #fff;
}
.service-list ul li a, .topics-sec ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
	padding: 16px 20px;
	display:block;
	background: #3e3e3e; 
	border-radius:5px;
}
.service-list ul li:hover, .topics-sec ul li:hover{ 
	background: #fff; 
	color:#0063dc;
}
.service-list ul li i, .topics-sec ul li i{
    font-size:20px;
    margin-right: 8px;
    position: relative;
    top: 2px;
	color:#fff;
}
.service-list ul li:hover i, .topics-sec ul li:hover i{ color:#fff; }
.service-list ul li:hover a, .topics-sec ul li:hover a{ color:#fff; }

.topics-sec ul{
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
	margin-bottom:20px;
}
.topics-sec ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 20px;
    display: block;
}

.slider {
	width: 1240px;
	margin:auto;
}
.slick-slide { margin: 0px 20px; }
.slick-slide img { width: 100%; }
.slick-prev:before,
.slick-next:before { color: black; }
.slick-slide { transition: all ease-in-out .3s; }
.testimonial-slider .ttm-footer .user-img{ width: 80px; }
.testimonial-slider .ttm-footer .user-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.testimonial-slider .ttm-text{}
.testimonial-slider .ttm-text p{
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
.testimonial-slider .ttm-footer h4{
    font-weight: 600;
    font-size: 14px;
}
.testimonial-slider .ttm-footer p{ 
	font-size: 12px; 
    line-height: 16px;
}
.faq-sec .faq-right-sec{ background:url(/wp-content/uploads/2023/12/faq-img.jpg) no-repeat; }
.faq-sec .col-6 .faq-text-left{ padding-left: 120px; }
.cta-sec p {
    width: 600px;
    margin: auto;
}
.footer-top p{
    max-width: 800px;
    margin: auto;
}
.footer-menu{ 
	list-style-type:none; 
    background: #252525;
    margin-top: 30px;
}
.footer-menu li a{ 
	color:#fff; 
	text-decoration:none;
}
.counter-box span {
	font-size: 50px;
    line-height: 24px;
    display: inline-block;
}
.counter-sec p{ font-size: 14px; }
.searc-sec{ margin:0 20px 0 8px; }
.searc-sec i{ font-size: 22px; }
.menu ul li a{
    text-decoration: none;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 500;
}
.email-content{ gap:12px; }
.email-content .boxe-text{ width: 300px; }
.email-content .boxe-text p{ padding-bottom:0; }
.email-content .boxe-text h5{
	word-break: break-all;
    line-height: 18px;
}
.email-content .email-icon{
    border: 1px solid #0063dc;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}
.email-content .email-icon i{ font-size: 18px; }
.about-box .box-content i{ font-size: 36px }
.heroslider .slick-slide img{ 
	width: auto;
    display: inline-block;
    height: 550px;
    object-fit: contain;
}
.banner .heroslider{ 
	width:100%; 
	position:relative;
}
.heroslider .slick-prev, .heroslider .slick-next{
    bottom: 260px;
    top: inherit;
}
/*.heroslider .slick-next { left: 550px; }*/
.heroslider .slick-prev {
/*    left: 0;*/
	z-index:2;
}
.heroslider .subtitele{
    color: #0063dc;
    font-weight: 500;
    line-height: 20px;
}

.heroslider .speaker-slider-img .red-bge:before{
	content:"";
	background:url(/wp-content/uploads/2023/12/banner-dots-img.png) no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 110px;
    left: 9px;
}
/*.banner .heroslider:before{
    content: "";
    background: #0063dc;
    width: 400px;
    height: 400px;
    border-radius: 100vw;
    position: absolute;
    z-index: -1;
    left: 40px;
    top: 55px;

}*/


#searchform {
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    gap: 10px;
    width: 100%;
	/*margin-top: -2.5vw;*/
}
#searchform .mainfiltereach {
    border: 0;
    margin-bottom: 0;
    width: 30%;
}
#searchform .mainfiltereach {
    border: 1px solid #525252;
    padding: 0px;
    background: #000000;
}
#searchform .mainfiltereach h5 {
    margin: 0;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}
#searchform .mainfiltereach .titlefilter:before {
	content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    font-size: 18px;
    right: 10px;
    top: 10px;
    position: absolute;
}
#searchform .mainfiltereach.filterSearch {
    width: 100%;
    height: 39px;
    line-height: 37px;
    position: relative;
}
#searchform .mainfiltereach input {
    border: 0 !important;
    padding: 10px 10px !important;
    margin: 0 !important;
}
#searchform .mainfiltereach.filterSearch input {
    width: 90%;
    min-width: 90%;
    padding: 6.9px 10px !important;
    font-size: 14px !important;
    height: 30px;
    background: transparent;
	color:#fff;
}
#searchform .mainfiltereach.filterSearch input:focus-visible { outline:0; }
#searchform .mainfiltereach.filterSearch .submitBtn {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0.6vw;
}

#searchform .mainfiltereach.filterSearch .submitBtn .search-submit {
    background: transparent;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 0;
}
.contentfilter {
    padding: 30px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background: #ffff;
    z-index: 999;
    max-height: fit-content;
    display: block;
    column-count: 5;
    left: 0;
    border: 1px solid;
}
#searchform .mainfiltereach .contentfilter {
    padding-bottom: 100px;
}
.search-filter__filter-list, .level-2 {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 0;
}

.search-filter__filter-list {
    display: inline-block;
}
.search-filter__filter-list li, .level-2 li {
    display: flex;
    gap: 5px;
    background: transparent;
}
.search-filter__filter-list li {
    padding: 0px;
    font-size: 12px;
    margin-bottom: 7px;
}
.search-filter__filter-list li input[type="checkbox"] {
    transform: scale(1);
    -webkit-transform: scale(1);
}
#searchform .mainfiltereach input {
    border: 0 !important;
    padding: 10px 10px !important;
    margin: 0 !important;
}
.search-filter__filter-list li label, .level-2 li label {
    padding: 0 6px;
    width: 100%;
}
.search-filter__filter-list li label {
    font-size: 12px;
    line-height: 14px !important;
}
#searchform label {
    cursor: pointer;
	color: #989490;
}
form#searchform .search-filter__filter-list li h4 {
    border: 0;
    padding: 0 !important;
    text-align: left !important;
    font-size: 1rem !important;
    line-height: .95rem !important;
    font-weight: 700 !important;
    margin-bottom: 0;
	color:#000;
}
.parentli {
    margin-top: 20px;
}
.mainfiltereach .contentfilter{ display:none; }
.mainfiltereach .contentfilter.active{ display:block; }
.heroslider .speaker-slider-img{
    max-width: 46% !important;
    flex: 0 0 46%;
    /*background: #000;*/
    /*padding: 25px 45px 0px;*/
    /*border-radius: 100%;*/
    overflow: hidden;

}
body .slick-prev:before, body .slick-next:before {
    font-size: 40px;
    color: #fff;
}
body.woocommerce-page .post-single{
	 max-width: 70vw;
	margin:auto;
	padding: 60px 20px 40px;
}
.contantAddress a, .contantAddress span{
	text-decoration: none;
    color: #fff;
    font-size: 16px;
}
#searchform br, #searchform .serchSec br{ display:none; }
#searchform select{
    width: 16%;
    border: 0;
    padding: 9px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 5px;
}
#searchform .serchSec {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#searchform .serchSec input{
    width: 100%;
    border: 1px solid;
    height: 42px;
    padding: 10px;
	border-radius: 5px;
}
#searchform .serchSec button{
	position: absolute;
    right: 15px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
#searchform p{ display:none; }
#searchform .serchSec input:focus-visible { outline:0; }
.topics-sec ul li{
    box-shadow: none;
    background: #eee;
}
.blogPosts .post-item figure a img{ 
    border-radius: 7px;
    height: 225px;
    width: 100%;
    object-fit: cover;
}
.blogPosts .post-item .post-content .post-date{
	font-weight: 500;
    font-size: 12px;
    padding:20px 0 3px;
}
.blogPosts .post-item .post-content h3{ line-height: 30px !important; }
.blogPosts .post-item .post-content h3 a{
	text-decoration: none;
    color: #fff;
    font-size: 22px;
	font-weight: 700;
}
.blogPosts .post-item .post-content .post-excerpt{ 
	padding: 10px 0 20px; 
    line-height: 26px;
}
.blogPosts .post-item .post-content .post-more{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}
.blogPosts .post-item .post-content .post-more i{
    position: relative;
    top: 2px;
    left: 5px;
}
.single-post .post-featured-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.single-post .meta-sec{
    display: flex;
    gap: 0.5vw;
	padding:0 0 25px;
}
.single-post .meta-sec a{ 
	color:#fff;
	text-decoration:none;
}
.single-post .container { max-width: 1140px; }
.single-post .post-content{ padding: 40px 0; }
.single-post .post-content p{ }
.single-post .post-content ul{ padding-left: 60px; }
.single-post .post-content ul li{
	padding-bottom: 10px;
}
.single-post .post-content h3 { padding: 20px 0 20px; }
.topheader{
	background: #0063dc;
    padding: 10px 0;
	text-align: center;
}
.topheader a{
	color: #fff;
    text-decoration: none;
}
.speaker-slider-right{ 
	padding-left:50px; 
    align-items: center;
    justify-content: center;
}
.deviderLine{
    border-bottom: 1px solid #999;
    width: 55%;
    margin: 60px auto 0;
}
.topicSec .list-group{ column-count: 2; }
.topicSec .list-group li{ margin-bottom: 20px; }
.topicSec .list-group a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    gap: 15px;
}
.topicSec .list-group a i{ 
	color: #fff; 
    font-size: 18px;
}
.topicList{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.accordion .accordion-item { border-bottom: 1px solid #e5e5e5; }
.accordion .accordion-item button[aria-expanded='true'] { padding-bottom:0; }
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 28px 0;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}
.accordion button:hover,
.accordion button:focus {
  	cursor: pointer;
  	color: #fff;
}
.accordion button:hover::after,
.accordion button:focus::after {
  	cursor: pointer;
  	color: #03b5d2;
  	border: 1px solid #0063dc;
}
.accordion button .accordion-title { 
	padding: 1em 1.5em 1em 0; 
    font-size: 24px;
    font-weight: 600;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}
.accordion button[aria-expanded='true'] { color: #fff; }
.accordion button[aria-expanded='true'] .icon::after { width: 0; }
.accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 10.5em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
    overflow-y: scroll;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-weight: 300;
    margin: 20px 0;
	color:#fff;
}
.testimonail-speakers .slick-slide .testItem{
    text-align: center;
    margin: auto;
    /*background: #f1f1f1;*/
    padding: 40px 25px;
    border-radius: 9px;
    min-height: 200px;
}
.testimonail-speakers .slick-slide .testItem i{
    color: #fff;
    font-size: 75px;
    padding-bottom: 15px;
}
.contantAddress .addressList{ margin-top:20px; }
.contantAddress .addressList li{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}
.contantAddress .addressList li i{ font-size: 18px; }
.contactForm form{ padding-top:20px; }
.contactForm form p{ padding-bottom:20px; }
.contactForm form label, .contactForm form label span{ display:block; }
.contactForm form input, .contactForm form textarea{
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 0;
    font-size: 17px;
	width:100%;
    background: transparent;
	color:#fff;
}
.contactForm form input:focus-visible, .contactForm form textarea:focus-visible{ outline:0; }
.contactForm form textarea{ max-height:150px; }
.contactForm form .wpcf7-submit{
    background: #fff;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    padding: 16px 40px;
    text-decoration: none;
    display: inline-block;
    width: auto;
	cursor: pointer;
}
body .slick-dots li button {
    border-radius: 100px;
}
.speaker-slider-info{ color:#fff; }
.speaker-slider-info p{ 
	padding: 10px 0 25px; 
	color:#fff;
}
.speaker-slider-info .btn {
    background: #fff;
    color: #000;
}


.topheader{ display:none; }
.searc-sec i,  .menu ul li a, .menu ul li a:hover { color: #fff; }
.header { 
	background: #000; 
    border-bottom: 1px solid #ffffff26;
	padding:20px 0;
}
.header img.logomain {
	border-radius: 9px 0 9px 0;
    z-index: 999999;
    position: relative;
    top: 3px;
}




@media (min-width: 1025px) and (max-width: 1250px) {
	
	.motivational-speakers ul { grid-template-columns: repeat(4, 1fr); }
	.testimonail-speakers .slider { width:100%; }
	.testimonail-speakers{
	    padding-left: 15px;
    	padding-right: 30px;
	}
	
}


@media (min-width: 1800px) {
    
	.bookNowForm  .col-md-6, .bookNowForm  .col-md-4, .bookNowForm  .col-md-12 {
        margin-bottom: 10px;
        padding: 0 10px;
    }
	.bookNowForm .col-md-6, .bookNowForm .col-md-4, .bookNowForm .col-md-12 {
        margin-bottom: 10px;
        padding: 0 10px;
    }
	.formbottomtext {
		font-size: 17px;
		margin-bottom: 19px;
		margin-top: 10px;
		padding: 0 9px;
	}
	
}

@media (min-width: 768px) {
    
	.col-4, .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
	.col-6, .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-12, .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
}



.bookNowFormWrap{
	display: none;
    background: hsl(0deg 0% 0% / 57%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 2.5%;
    z-index: 99999999;
}
.bookNowForm{
	position: relative;
        margin: auto;
    background: #000;
    padding:40px 40px 20px;
    width: 1100px;
    border-radius: 10px;
    box-shadow: 0 0 43px 0 hsl(0deg 0% 0% / 25.1%);
}
.closebook{
	    font-size: 24px;
    font-weight: 600;
    text-align: right;
    position: absolute;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    top: 15px;
}
.bookNowForm input.form-control, .bookNowForm .form-select {
    width: 100% !important;
    display: block;
    margin-bottom: 0 !important;
    height: 45px !important;
    border: 1px solid #444444;
    background: #000;
    color: #fff;
	padding:10px;
}
.bookNowForm textarea.form-control {
    display: block;
    width: 100%;
    background-color: #000;
    background-clip: padding-box;
    margin-bottom: 0 !important;
    border: 1px solid #444444;
	padding: 0 0 15px;
	color: #fff;
	height: 70px;
	padding:10px;
}
.bookNowForm .row {
    margin-right: 0;
    margin-left: 0;
}
.spandate {
    font-size:13px;
    position: absolute;
	top: 14px;
	width: 96px;
	right: 29px;
    pointer-events: none;
    font-family: sans-serif;
}
.bookNowForm #countryselect {
	width: 110px !important;
    float: left;
}
.bookNowForm #info_phone { width: calc(100% - 110px) !important; }
.bookNowForm .buttonsubmit {
    font-size: 16px;
    border-radius: 5px;
    padding: 16px 40px;
    text-decoration: none;
    display: inline-block;
	border:0;
    cursor: pointer;
	
	    background: #fff;
    color: #000;
}
.custom-date-input { position: relative; }
.buttonrowform{ margin-top: 15px; }
.bookNowForm input::placeholder {
  	color: #fff;
  	opacity: 1;
}
.bookNowForm input:focus-visible, .bookNowForm textarea:focus-visible {
    outline:0;
	border: 1px solid #444444;
}
.motivational-speakers h2, .faq-speakers h2, .aboutSec-speakers h2, .aboutSec-speakers p, .service-sec h2, .service-sec p, .pageTitel h2{ color:#fff; }
.site-footer{ background:#0e0e0e; }
.slick-dots li button:before { font-size: 20px !important; }
.aboutSec-speakers img{ 
	filter: grayscale(100%); 
	border-radius: 30px;
}
.testimonail-speakers .slick-dots { bottom: -50px; }
.motivational-speakers p, .footer-sec p, .testimonail-speakers h2, .testimonail-speakers p, .testimonail-speakers h4, .testimonail-speakers span{ color:#fff; }
.spektext{
	max-width:80%;
	margin:auto;
}
.motivational-speakers .btn{
	background:#fff;
	color:#000;
}
#searchbutton {
    background: #000;
    border: 1px solid #000;
}
.testimonail-speakers{
    background-color: #000;
	position:relative;
}
.testimonail-speakers:before{
    content: "";
    background-image: url(https://speakersalberta.com/wp-content/uploads/2025/04/gray-img.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.2;
}
.testimonail-speakers .slick-dots li.slick-active button:before, .testimonail-speakers .slick-dots li button:before { color: #fff; }
.testimonail-speakers span { 
	color: #fff; 
    padding-top: 5px;
    display: block;
}
.aboutPic{
    display: flex;
    gap: 25px;
}
.aboutPic .aboutPicColum{ gap: 25px; }
.aboutPic .aboutPicColum img{
	margin-bottom: 20px;
    height: 275px;
    width: 275px;
    object-fit: cover;
}
.aboutPic .aboutPicColum:first-child img:first-child{     height: 369px; }
.aboutPic .aboutPicColum:last-child img:last-child{     height: 369px; }
.aboutSec-speakers{
    background-color: #000;
    position: relative;
}
.aboutSec-speakers:before {
    content: "";
    background-image: url(https://speakersalberta.com/wp-content/uploads/2025/04/gray-img.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.1;
}
.aboutArrow{
	text-align: right;
    padding-right: 30px;
}
.aboutArrow img{
	position: relative;
    top: -50px;
    width: 175px;
}
.motivational-speakers .spekText {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7em;
    color: #ffffff85 !important;
}
.aboutSec-speakers{ background: #0e0e0e; }
.innercontentmain, .blogPosts, .single-post { background:#000; }
.topics-sec{ 
	background:#000; 
    padding: 90px 0 50px;
}
.bookNowForm .formbottomtext a{ color:#fff; }
.blogPosts .post-item{
    border: 1px solid hsl(0deg 0% 100% / 30%);
    border-radius: 30px;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 40px;
}
.blogPosts p{ padding-bottom:0; }
.single-post p{ padding-bottom:0; }
.list-group-child{
	display:none;
	position: absolute;
    background: #000;
    border: 1px solid #fff;
    list-style: none;
    padding: 10px;
    margin: 0;
	z-index: 2;
}
.list-group-child li{ padding: 4px 0; }
.header .list-group.have-child li.have-child:hover .list-group-child{ display:block; }
body.page-template-default{ background: #000; }


@media (min-width: 768px) and (max-width: 1024px) {
	
		.col-3, .col-5, .col-7, .col-9{
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}

	.p-b-9 { padding-bottom: 70px; }
	.p-t-9 { padding-top: 70px; }
	h2 {
    	font-size: 36px;
    	line-height: 40px;
	}
	
	.speaker-slider-right { 
		padding-left: 35px; 
		padding-top:0;
	}
	.heroslider .slick-slide img { height: 300px; }
	.heroslider .slick-next { left: 685px; }
	.heroslider .slick-prev, .heroslider .slick-next { bottom: 0; }
	.motivational-speakers ul {	
		grid-template-columns: repeat(3, 1fr); 
	    grid-gap: 15px;
	}
	.topicSec .list-group { column-count: 1; }
	.testimonail-speakers{ padding: 70px 0; }
	.testimonail-speakers .slider { width: 100%; }
	.testimonail-speakers .slick-prev, .testimonail-speakers .slick-next{ display:none !important; }
	.testimonail-speakers .slick-dots { bottom: -50px; }
	.footer-sec{ padding-top:0 !important; }
	.mission-sec .p-l-7 {
    	padding-left: 20px;
		padding-top:20px;
	}
	.menu{ margin-top: -70px; }
	.aboutSec-speakers p { max-width: 100%; }
	.topicList { justify-content: start; }
	
	.menu { margin-top: -50px; }
	.bookNowForm {
        width: 100%;
	    padding: 40px;
	}
	.bookNowForm textarea.form-control {
    	padding: 10px 0;
    	margin-bottom: 10px !important;
	}
	.menu ul li a {
    	font-size: 14px;
    	padding: 0 10px;
	}
	.heroslider .slick-prev { left: 0; }
	.aboutPic .aboutPicColum:first-child img:first-child, .aboutPic .aboutPicColum:last-child img:last-child { height: 275px; }
	.aboutPic .aboutPicColum img { 
		height: 200px; 
	    margin-bottom: 10px;
	}
	.aboutPic { gap: 15px; }
	.testimonail-speakers .slick-slide .testItem { padding: 0px 10px; }
	.testimonail-speakers .slick-slide .testItem i { font-size: 45px; }
	.testimonail-speakers .slick-slide { margin: 0px 10px; }
	.testimonail-speakers p{
	    line-height: 23px;
    	font-size: 14px;
	}
	.accordion button .accordion-title {
    	font-size: 20px;
    	line-height: 1.3em;
	}
	.accordion button {	padding: 18px 28px 18px 0; }
	.site-footer { padding-top: 50px; }
	
}


@media (max-width: 767px) {
	
	h2 {
        font-size: 28px;
        line-height: 34px;
	}
	h3 {
    	font-size: 24px;
    	line-height: 30px;
    }
	
	.col-3, .col-5, .col-6, .col-7, .col-9 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.p-t-6 { padding-top: 30px; }
	.p-t-7 { padding-top: 40px; }
	.p-t-8 { padding-top: 50px; }
	.p-t-9 { padding-top: 50px; }
	
	.p-b-3 { padding-bottom: 10px; }
	.p-b-5 { padding-bottom: 20px; }
	.p-b-8 { padding-bottom: 50px; }
	.p-b-9 { padding-bottom: 40px; }
	
	.p-l-7 { padding-left: 20px; }
	
	.logo{ text-align:center; }
	.menu{
	    justify-content: center !important;
        padding: 10px 0;
    }
	.menu ul{ padding-top:15px; }
	.menu ul li a {
    	font-size: 12px;
    	padding: 0 5px;
    }
	.searc-sec{ display:none; }
	.heroslider .slick-slide .item{ flex-direction: column; }
	.heroslider .speaker-slider-img {
    	max-width: 100% !important;
    	flex: 0 0 100%;
        border-radius: 15px;
    }
	.speaker-slider-right { padding-left: 0; }
	.heroslider .slick-slide img { height: 225px; }
	.banner { padding: 50px 0 25px; }
	
	.motivational-speakers ul {	
		grid-template-columns: repeat(1, 1fr); 
        padding-top: 0;
	    grid-gap: 15px;
	}
	.aboutSec-speakers p { max-width: 100%; }	
	.topicSec .list-group { column-count: 1; }
	.topicList { justify-content: start; }
	.testimonail-speakers .slider { width: 100%; }
	.testimonail-speakers .slick-prev, .testimonail-speakers .slick-next{ display:none !important; }
	.testimonail-speakers .slick-dots { bottom: -50px; }
	.testimonail-speakers .slick-slide { margin: 0; }
	.accordion button .accordion-title {
		font-size: 14px;
        line-height: 1.3em;
        padding: 0 30px 0 0;
        display: block;
	}
	.accordion button {	padding: 15px 0; }
	.footer-meu{ gap:13px; }
	.footer-meu a{ font-size:13px; }
	.footer-bottom p{ 
		padding-bottom:0; 
		font-size: 12px;
	}
	.heroslider .slick-next, .heroslider .slick-prev{ display:none !important; }
	.deviderLine { margin: 20px auto 0; }
	.motivational-speakers { padding-bottom: 50px; }
	.footer-sec{ padding-top:0 !important; }
	
	.about-sec .p-r-6{ padding-right:0; }
	.mission-sec h3{ margin-top: 15px; }
	.header { padding-bottom: 10px; }
	
	.header img.logomain {
    	padding: 0px 15px;
    	margin-bottom: 0;
    }
	#searchform { flex-direction: column; }
	#searchform .mainfiltereach { width: 100%; }
	#searchform .mainfiltereach.filterSearch { width: 100%; }
	#searchform .mainfiltereach.filterSearch .submitBtn .search-submit {
    	position: relative;
    	top: 7px;
    	right: -9px;
	}    
	.bookNowForm .col-md-6, .bookNowForm .col-md-4, .bookNowForm .col-md-12, .bookNowForm .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0 10px;
    }
	.bookNowForm {
    	padding: 30px 15px 20px;
        width: 100%;
	}
	.bookNowForm input.form-control, .bookNowForm .form-select { height: 40px !important; }
	.bookNowForm .col-md-6, .bookNowForm .col-md-4, .bookNowForm .col-md-12, .bookNowForm .col-md-3 {
        margin-bottom: 5px;
        padding: 0 0;
    }
	.speaker-slider-info {
    	padding-top: 10px;
    	text-align: center;
	}
	.spektext { max-width: 90%; }
	.aboutPic { 
		padding-top: 30px; 
		gap: 15px;
	}
	.aboutPic .aboutPicColum:first-child img:first-child, .aboutPic .aboutPicColum:last-child img:last-child { height: 250px; }
	.aboutPic .aboutPicColum img { 
		height: 200px; 
	    margin-bottom: 10px;
	}
	.testimonail-speakers .slick-slide .testItem { padding:0; }
	.testimonail-speakers {  padding-bottom: 70px; }
	.faq-speakers{ padding:50px 0 !important; }
	.site-footer { padding: 40px 0 0; }
	
}



