@media only screen and (max-width: 991px) {
	.navbar-toggler.menu-icon {
		width: 25px;
		padding: 0;
		cursor: pointer;
		position: relative;
		border: 0px;
		box-shadow: none !important;
		outline: none !important;
		margin-right: 10px;
	}

	.navbar-toggler.menu-icon span {
		width: 100%;
		height: 2px;
		display: block;
		background: #000;
		margin: 4px 0;
		-webkit-transition: .5s;
		transition: .5s;
	}

	.navbar-toggler.menu-icon.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.navbar-toggler.menu-icon.active span:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		display: none;
	}

	.navbar-toggler.menu-icon.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navbar-toggler.menu-icon.active span {
		position: absolute;
		top: calc(50% - 8px);
	}

	.header .navbar-brand img {
		max-height: 39px;
	}

	.navbar-brand {
		bottom: 0;
	}

	.header {
		padding: 12px 10px;
		overflow: hidden;
	}
	.header {
		padding: 10px 15px !important;
	}
	div#navbarSupportedContent {
		display: none !important;
	}

	.side-menu {
		width: 65%;
	}

	.side-menu ul.main-menu {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.side-menu ul.navbar-nav li a {
		text-transform: initial;
		letter-spacing: 0;
		padding-left:25px !important;
		padding-right:25px !important;
		text-align:left;
		font-size:14px !important;
	}

	.side-menu .menu-item-has-children>a:after {
		right:7px;
	}


	.side-menu ul.main-menu  li.btn-header>a {
		background: #F58220;
		line-height: 36px;
		color: #fff !important;
		border-radius: 55px;
		padding: 0px 20px !important;
		font-weight: 500;
		font-size: 16px;
		margin-top: 20px;
		width:auto;
	}

	.side-menu ul.main-menu  li.btn-header>a .menu-image-hover-wrapper {
		padding-right: 0;
		top: -1px;
		position: relative;
		margin-right: -2px;
	}

	.side-menu .menu-item-has-children>a:before {
		right: 14px;
	}

	.side-menu ul li.menu-item-has-children>a.current + ul.sub-menu {
		display: block !important;
		pointer-events: auto;
	}

	.side-menu ul li.menu-item-has-children li.menu-item-has-children>a.current + ul.sub-menu {
		display: block !important;
		pointer-events: auto;
	}
}


@media only screen and (max-width: 767px) {
	.modal-body {
		padding: 30px;
	}

	.footer {
		text-align: center;
	}

	.footer h3 {
		margin-top: 30px;
	}

	.banner h1 {
		font-size: 24px;
	}

	.banner p {
		font-size: 16px;
	}

	.banner h4 {
		font-size: 16px;
	}

	.banner .btn-default {
		font-size: 15px;
		margin-bottom:30px;
	}
	.banner p br { 
		display:none;
	}
	.info h2 {
		font-size: 18px;
	}
	.info p { min-height:unset;}

	.info .learn {
		display: inline-block;
		margin-bottom: 30px;
	}

	.management .btn-default {
		margin-bottom: 20px;
	}

	.btn-default {
		font-size: 15px;
	}

	.section-title h2 {
		font-size: 22px;
	}

	.section-title h3 {
		font-size: 18px;
	}

	.free-consult .text {
		margin-left: 0%;
		margin-top: 20px;
		width: 100%;
		padding: 17px 15px;
	}

	.free-consult .section-title {
		margin-top: 20px;
	}

	.bloginfo .section-title h2 {
		font-size: 27px;
	}

	.page-banner {
		height: 40vh;
	}

	.page-banner h1 {
		font-size: 28px;
	}

	.common-info {
		padding: 50px 0px;
	}

	.common-info h2 {
		font-size: 22px;
	}

	.common-info p {
		font-size: 16px;
	}

	.blockquote-text {
		margin-left: 13%;
		font-size: 18px;
	}

	.blockquote-text:before {
		left: -9%;
	}

	.sidebar {
		margin-top: 25px;
	}

	.tab-content {
		border: 1px solid #ccc;
		padding: 30px 20px;
	}

	.storybox .user h3 span {
		font-size: 17px;
	}

	.storybox .user h3 {
		font-size: 15px;
	}

	.common-info .leftside h2.small {
		font-size: 20px;
	}

	.general-info p,
	.general-info ol,
	.general-info ul {
		font-size: 17px;
	}

	.infotext h2 {
		font-size: 23px;
	}

	.infotext p {
		font-size: 18px;
	}

	.infotext.our-journey .blockquote-text {
		padding-left: 15px;
	}

	.manageinfo {
		padding: 10px 20px;
	}

	.manageinfo h3 {
		font-size: 21px;
	}

	.service-card {
		padding: 50px 15px;
	}

	.our-clients .section-title p {
		font-size: 14px;
	}

	.our-clients .blockquote-text {
		font-size: 18px;
		padding-left: 15px;
		padding-right: 0px;
		margin-bottom: 10px;
		width: 84%;
	}

	.our-clients .section-title h2 {
		font-size: 27px;
	}


	.page-banner p {
		font-size: 13px;
		margin-top: 15px;
		margin-bottom: 12px;
	}

	.about-sunday-info h2 {
		font-size: 25px;
		margin-top: 20px;
		margin-bottom: 25px;
	}

	.fspeaker-box {
		display: block;
		align-items: center;
	}

	.fspeaker-box .img img {
		margin-bottom: 20px;
	}

	.featured-speaker h2 {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 45px;
	}

	.upcoming-events h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.free-consult .section-title h2 {
		font-size: 35px;
		margin-bottom: 10px;
		padding-left: 12px;
	}

	.free-consult .text p {
		font-size: 17px;
	}

	.header .container-fluid.g-0 {
		padding: 0px 10px;
	}

	header .container-fluid.g-0>div {
		margin: 0px -18px;
	}

	.info {
		padding: 55px 10px 0px 10px;
	}

	.snook-blog-extra-connect-share {
		display: block;
	}

	.about-janet-johnson {
		padding: 25px 15px 30px 15px;
	}

	.page-banner {
		height: 40vh;
		padding: 25px 0px;
	}

	.modal .btn-default {
		margin-bottom: 30px;
	}	
	.banner {
		background-position: 65% 100% !important;
		background-color: #41a370 !important;
	}

	.management .img img {
		max-width: 100%;
		position: relative;
		margin-top: 10px;
	}

	.section-title h2 {
		font-size: 26px;
	}

	.free-consult .section-title {
		margin-top: 30px;
		padding: 30px 20px;
	}

	.free-consult .btn-default {
		font-size: 18px;
		line-height: 24px;
		padding: 14px 30px 14px 14px;
	}

	.bloginfo .section-title {
		margin-bottom: 30px;
	}

	.bloginfo .btn-default {
		margin-bottom: 30px;
	}

	.footer .social {
		justify-content: center;
	}

	ul#menu-footer-menu {
		text-align: center;
	}

	.footer .social a {
		margin: 0px 2px;
	}
	.blogbox .text {
		background-size: 110% auto;
	}

	li.widget_recent_entries, li.widget_media_image, li.widget_recent_comments {
		display:none !important;
	}

.upcoming-events h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.card .side-img {
	margin-bottom:10px;

}

.past-events .section-right h2 {
	font-size:20px;
}

.card .side-img{
    height:350px;
    }
	
.nav-tabs .nav-link { width:100%;}	
	.nav-tabs>li { width:100%;}

body.single .page-banner h1 {
    font-size: 20px;
}

section.common-info.single-event h2 {
    font-size: 17px;
}

.special-events h2 {
    font-size: 18px;
}

.special-events {
    margin-top: 20px;
}
	
 .section-body .learn-more h2 {
	 font-size:18px;
}	
	
div#pastevents .past-events .card {
    padding: 60px 15px 25px 15px;
}

.past-events .section-right {
    padding-left: 0px;
    padding-top: 3px;
}

.strategynook-events .right {
    padding-left: 15px;
}

.past-events .section-head h2 {
    margin-top: 20px;
    font-size: 20px;
}

.strategynook-events .past-events .card {
    width: 90%;
    margin-left: 5%;
}	
	
section.common-info.single-event .img img {
    width: 100%;
}
	.event-speaker-layout-wrapped .event-speaker-layout h2 {
    font-size: 24px;
}
.ali-mehdaoui .right {
    padding-left: 15px;
}

.ali-mehdaoui .section-title h1 {
    font-size: 25px;
}

.ali-mehdaoui .section-title {
    margin-bottom: 25px;
}

.section-body .learn-more h2 {
    font-size: 18px;
}
	
	.mobile-menu {
		display:inline-block;
		width:100%;
	}
	
	.mobile-menu .accordion {
		display:none;
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.btn-default {
		font-size: 15px;
	}

	.blockquote-text:before {
		left: -6%;
	}

	.storybox .user h3 span {
		font-size: 17px;
	}

	.storybox .user h3 {
		font-size: 15px;
	}

	.common-info .leftside h2 {
		font-size: 20px;
	}

	.common-info .leftside h2.small {
		font-size: 21px;
	}

	.about-janet-johnson {
		padding: 25px 15px 30px 15px;
	}

	.blog-sidebar .btn-default {
		font-size: 14px;
	}

	.we-corner p {
		font-size: 17px;
	}

	.we-corner h3 {
		font-size: 19px;
	}

	.manageinfo h3 {
		font-size: 20px;
	}

	.service-card {
		padding: 50px 25px;
	}
	.header .container-fluid.g-0 {
		padding: 0px 10px;
	}

	header .container-fluid.g-0>div {
		margin: 0px -18px;
	}

	.free-consult .text p {
		font-size: 17px;
	}

	.info {
		padding: 55px 10px;
	}
	.modal-dialog {
		max-width: 90%;
	}

	.modal .col-lg-6 img {
		margin-top: 15px;
	}
	.footer .social a img {
		width: 26px;
		margin-right: 4px;
	}

	.banner {
		padding-top: 60px !important;
		padding-bottom: 0px !important;
		background-color: #41a370 !important;
	}

	.banner h1 {
		font-size: 24px;
	}

	.banner .btn-default {
		margin-bottom:30px;
	}

	.banner p {
		font-size:14px;
	}

	.banner h4 {
		font-size:18px;
	}

	.banner p br, .banner h4 br { display:none;}

	.management .img img {
		max-width: 100%;
		margin-top: -19.5%;
		margin-right: 0;
	}

	.section-title h2 {
		font-size: 30px !important;
	}

	p {
		font-size: 14px;
	}

	.footer .btn-default {
		font-size: 13px;
		padding: 0px 9px;
	}

	.info h2 {
		font-size:18px;
		font-weight:normal;
	}

	.blogbox .text {
		line-height:1.3 !important;
	}
	.blog-sidebar .btn-default {
		padding: 0px 10px !important;
		font-size: 13px !important;
	}

	li.widget_recent_entries, li.widget_media_image, li.widget_recent_comments {
		display:none !important;
	}

	.page-banner h1 {
		font-size:28px;
	}

	.sidebar h3 {
		font-size:16px;
	}
		.past-events .section-right h2 {
	font-size:20px;
	}

	.strategynook-events .right {
    padding-left: 15px;
}
	
	.ali-mehdaoui .right {
    padding-left: 15px;
}

.ali-mehdaoui .learn-more h2 {
    font-size: 18px;
}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.header .container-fluid.g-0 {
		padding: 0px 10px;
	}

	header .container-fluid.g-0>div {
		margin: 0px -18px;
	}

	.info {
		padding: 55px 10px;
	}
	.management .img img {
		max-width: 95%;
		margin-top: -75.5%;
	}

	.banner {
		background-color: #41a370 !important;
		background-position: 37% 13% !important;
		background-size: 115% auto;
	}

	.banner h1 {
		font-size: 28px;
	}

	.footer .btn-default {
		padding: 0px 18px;
	}
	.blog-sidebar .btn-default {
		padding: 0px 10px !important;
	}
.page-banner h1 {
    font-size: 35px;
}
	.strategynook-events .right {
    padding-left: 15px;
}
	.main-nav .navbar-collapse>ul>li {
    margin-left: 20px !important;
}
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
	.header .container-fluid.g-0 {
		padding: 0px 10px;
	}

	header .container-fluid.g-0>div {
		margin: 0px -18px;
	}
	.management .img img {
		max-width: 100%;
	}

	.banner {
		background-color: #41a370 !important;
		background-position: 30% -7% !important;
		background-size: 100% auto !important;
	}

}

@media only screen and (min-width:1400px) {
	.banner {
		background-color: #41a370 !important;
	}	
}