/*
Theme Name: Minute Man Response
Theme URI: http://pixelomatic.com
Author: pixelomatic team
Author URI: https://www.wphats.com/author/mehedi
Description: Model My Home theme is clean, blog & focused, and designed for clarity. It is simple, straightforward typography is readable on a wide variety of screen sizes. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minuteman
*/
h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-left: 0;
	margin-right: 0;
}

.full-width,
.size-ful {
	width: 100%;
}

.float-left {
	float: left;
}

.m-m {
	margin: 0 auto !important;
}

.wpb_button,
.wpb_content_element,
.wpb_row,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

.postGrid,
.postGrid .col-sm-4 {
	padding-top: 40px;
}

.pageBody ol li,
.pageBody ul li {
	padding: 8px 0;
}

.page-title {
	padding: 25px 10px;
}

.alignleft {
	float: left !important;
	margin-right: 30px !important;
}

/* .vc_row {
margin:0 !important;
} */
.alignright {
	float: right !important;
	margin-left: 25px !important;
}

.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

.admin-bar .header-section {
	top: 10px;
}

.full-post-content {
	width: 100% !important;
}

.page-numbers {
	float: left;
	padding: 5px 10px;
	border: 1px solid #dddddd;
}

.page-numbers:hover {
	background-color: #337ab7;
	color: #ffffff !important;
	border-color: #337ab7;
}

.pagination {
	width: 100%;
}

.pagination h2 {
	border: none;
}

p.author {
	font: 400 14px/20px 'Open Sans', sans-serif;
	color: #2e49b5;
	font-style: italic;
}

.img-full {
	width: 100%;
}

.page-body {
	min-height: 600px;
}

/*---------forms-------*/
.infusion-field input,
.infusion-field select,
.infusion-captcha input {
	width: 100% !important;
	padding: 1%;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.entry-content input,
.entry-content textarea {
	width: 100% !important;
	padding: 1%;
	border: 1px solid #ccc;
	border-radius: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.infusion-field textarea {
	width: 100% !important;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.infusion-captcha input {
	width: 25% !important;
	padding: 1%;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.infusion-field input:focus,
.infusion-captcha input:focus {
	border: 1px solid #6ec0f6;
}

.infusion-captcha img {
	margin: 10px 0;
	width: auto;
}

.infusion-submit input {
	border: none !important;
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
	background: none repeat scroll 0 0 #e1802b;
	text-transform: uppercase;
	padding: 9px 5px;
	font-size: 14px;
	width: auto;
}

#inf_field_Suffix {
	height: 40px;
	width: 100%;
}

.infusion-field {
	margin-bottom: 15px;
}

/*------------------- comments ----------------------*/
.comment-list {
	width: 100%;
	float: left;
}

.comment-body {
	float: left;
	margin-top: 0;
}

.btn-link {
	padding-right: 2px;
}

.comment-author .avatar {
	float: left;
}

.comment-metadata {
	float: right;
}

.comment-content {
	float: left;
	width: 100%;
}

.comment-content p {
	color: #232323 !important;
}

.comment-body .reply {
	width: 100%;
	float: left;
	margin: 0;
}

.comment-body .reply a {
	background: #1A326E !important;
	padding: 5px 10px;
	color: #ffffff;
	display: inline-block;
	border-radius: 20px;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #1aa4da !important;
}

.comment-form input:focus,
.comment-form textarea:focus,
.comment-form input:hover,
.comment-form textarea:hover {
	box-shadow: 0 0 2px 1px rgba(26, 168, 278, 0.5) !important;
}

#commentform .submit {
	background: #140B61;
	border: none !important;
	border-radius: 0px;
	padding: 5px 20px;
	width: auto;
	color: #ffffff;
	margin: 15px 0;
}

.toolbar .btn {
	padding: 10px 10px 10px 0;
}

/*--------------- End of Comments ---------------------*/
/*---------------blog post--------------*/
.area {
	width: 100%;
	float: left;
}

.blog-post {
	margin-bottom: 40px;
}

.blog-post-img {
	width: 35%;
	float: left;
}

.blog-post-details {
	display: table-cell;
}

.blog-post-img img {
	width: 100%;
	padding-right: 20px;
}

.blog-post-details a {
	text-decoration: none;
}

.blog-post-title {
	color: #154576;
	font: 700 20px/30px 'Lato', sans-serif;
	margin-top: 0;
}

a.btn-blog-read-more {
	font-size: 14px !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
	width: auto !important;
}

.recent-post .blog-post-details {
	width: 100%;
}

.recent-post .blog-post-title,
.recent-post p {
	color: #ffffff;
	margin-bottom: 15px !important;
}

.recent-post .blog-post-title:hover {
	color: #894689;
}

.recent-post a.btn-blog-read-more {
	margin-bottom: 40px;
}

.search-form {
	position: relative;
}

.search-form .input-asd {
	background: rgba(146, 64, 128, 0.3);
	font-size: 14px;
	line-height: 14px;
	padding: 11px 50px 11px 13px;
}

.btn-asd-search {
	background: none;
	height: 36px;
	width: 50px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

.search-form::after {
	color: #ffffff;
	height: 36px;
	width: 50px;
	background: #154576;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
	text-align: center;
	padding-top: 3px;
	font-weight: 300;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.widget {
	margin-bottom: 10px;
	padding: 15px;
}

.widget-title {
	color: #343433;
	font: 700 20px/24px 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 20px 0;
	border-bottom: 2px solid #A02326;
	padding-bottom: 5px;
}

.widget-title span {
	background: #924080;
	padding: 5px 15px;
	display: inline-block;
}

.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ul li {
	position: relative;
	display: block;
	margin-bottom: 7px;
	padding-left: 30px;
	transition: all 0.3s;
}

.widget ul li:hover {
	background: none;
}

.widget ul li::before {
	content: "";
	height: 10px;
	width: 10px;
	background: #A02326;
	position: absolute;
	top: 10px;
	left: 10px;
}

.widget ul li a {
	color: #4E4E50;
	font: 600 16px/16px 'Montserrat', sans-serif;
	display: block;
	padding: 7px 0;
	text-decoration: none;
}

@media (max-width:767px) {

	.blog-post-img,
	.blog-post-details {
		width: 100%;
	}

	.blog-post-img img {
		margin: 0 0 20px 0;
	}
}

.blog-single-post .blog-post-img,
.blog-single-post .blog-post-details {
	width: 100%;
}

.blog-single-post .blog-post-img img {
	width: 100%;
	padding: 0;
}

.search-form .input-asd {
	height: 36px;
}

/*---------------blog post--------------*/
/*---------------Fix of 03.10.17-------------*/
.hero-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.section-overlay {
	position: relative;
}

.section-overlay::before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
}

.zoom-social_icons-list-span {
	background: #dddddd !important;
	border-radius: 50% !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
}

.hfl-testimonial .testimonial-content p,
.hfl-testimonial .testimonial-client .testimonial-name {
	font-size: 26px !important;
	line-height: 30px !important;
	color: #353535 !important;
	text-align: center;
}

.latest-post-section .vc_custom_heading h4 {
	text-align: center !important;
	font-size: 18px;
	line-height: 20px;
	color: #222222;
}

.latest-post-section .vc_custom_heading p {
	text-align: justify !important;
	font-size: 16px;
	line-height: 18px;
	color: #777777;
}

.footer-top-section .footer-title {
	color: #ffffff !important;
	font-size: 24px !important;
	line-height: 24px !important;
	margin: 0 0 30px !important;
	text-transform: capitalize !important;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 700 !important;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 7px !important;
}

.footer-top-section .tp_recent_tweets li {
	background-image: none;
	padding: 20px 0;
	border-bottom: 1px solid #ffffff;
}

.footer-top-section .tp_recent_tweets li span {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

.footer-top-section .tp_recent_tweets li span a {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

.recent-single-post p {
	padding: 0px 0 20px;
}

.footer-top-section .tp_recent_tweets li:first-child {
	padding-top: 0;
	border-top: 0;
}

.wpmslider-controls-direction {
	display: none !important;
}

.header-menu .caret {
	display: none;
}

.single-blog-post-details {
	padding: 10px 30px;
}

.blog-section {
	padding-top: 150px !important;
}

.blog-toolkit {
	width: 100%;
	float: left;
}

.single-blog-post-details .get-started-btn {
	padding: 5px 15px !important;
	font-size: 16px !important;
	display: inline-block;
	margin-top: 20px;
}

.blog-post-title {
	color: #343433;
	font: 700 20px/30px 'Montserrat', sans-serif;
	margin: 15px 0 0;
	width: 100%;
	float: left;
}

.blog-section {
	background: none;
}

.blog-post-search-bar {
	box-shadow: 0 0 4px 1px #ddd;
}

.blog-post-search-bar::after {
	content: "\f002";
	font-family: fontAwesome;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translate(0px, -50%);
	z-index: 1;
}

.title-header h2 {
	text-transform: uppercase;
	background: #c81a42;
	color: #ffffff !important;
	font-weight: 700;
	margin: 0;
	padding: 15px 0;
}

.blog-post-categories-name,
.blog-post-date,
.view-btn {
	text-decoration: none;
}

@media(max-width:1199px) {
	.single-blog-post-details {
		padding: 20px 15px;
	}
}

@media(max-width:767px) {
	.blog-mobile .widget {
		margin-bottom: 0 !important;
		padding: 0 !important;
	}

	.footer-top-section .footer-title,
	.footer-top-section .tp_recent_tweets ul {
		padding: 0;
	}

	.footer-top-left {
		margin-bottom: 20px;
	}

	.blog-post-search-bar {
		margin-bottom: 20px;
	}

	.blog-mobile {
		width: 100%;
		float: left;
	}

	.single-post .widget {
		padding: 0;
	}

	.footer-mobile {
		width: 100%;
		float: left;
	}
}

.blog-single-post p {
	color: #333;
}

label,
textarea {
	width: 100%;
}

.latest-post-section .vc_btn3.vc_btn3-color-juicy-pink.active,
.latest-post-section .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active,
.latest-post-section .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,
.latest-post-section .vc_btn3.vc_btn3-color-juicy-pink:active {
	background-color: #22409A !important;
}

.latest-post-section .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,
.latest-post-section .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.latest-post-section .vc_btn3.vc_btn3-color-juicy-pink:focus,
.latest-post-section .vc_btn3.vc_btn3-color-juicy-pink:hover {
	background-color: #22409A !important;
}

.hero-bg {
	padding: 250px 0 !important;
}

.uploadprofile {
	display: inline-block;
}

/*--------------Fix of 19/10/2017 css-------------*/
.logo-text {
	font-size: 16px;
	margin: 0 0 0 15px;
	transition: all 0.4s;
}

.shrink-header .logo-text {
	margin: 0 0 0 10px;
}

/*--------- Update of 03.11.2017---------*/
.hero-home-slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: transparent;
}

.hero-home-slider .home-hero-slider-text {
	display: inline-block;
	font-size: 40px;
	line-height: 50px !important;
	color: #ffffff;
	max-width: 800px;
}

.hero-home-slider .home-hero-slider-text a {
	display: inline-block;
	margin-top: 25px;
}

.hero-home-slider .soliloquy-container .soliloquy-caption.soliloquy-caption-top {
	top: 50%;
	transform: translate(0, -50%);
}

.soliloquy-container {
	margin: 0 !important;
}

@media(max-width:767px) {
	.hero-home-slider .home-hero-slider-text {
		font-size: 22px;
		line-height: 22px !important;
		max-width: inherit;
		width: 100%;
	}

	.hero-home-slider .home-hero-slider-text a {
		margin-top: 10px;
	}

	.navbar-brand {
		float: none;
	}

	.header-menu li.get-started-btn a {
		padding: 10px 20px !important;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.icon-bar {
		height: 3px !important;
		width: 24px !important;
	}

	.navbar-toggle {
		padding: 7px;
	}
}

.soliloquy-item:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*---------- Update of 06.11.2017----------------*/
.section-title {
	position: relative;
	padding-bottom: 15px !important;
	margin-bottom: 25px !important;
}

.section-title:after {
	content: "";
	width: 180px;
	height: 4px;
	background: #21409A;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

.hero-section-fixed-content {
	position: fixed;
}

.home-bg,
footer {
	background: #ffffff;
	position: relative;
}

.preview-image img {
	width: 250px;
	height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media(max-width:1199px) {
	.hero-home-slider {
		height: 435px;
	}
}

@media(max-width:991px) {
	.hero-home-slider {
		height: 360px;
	}
}

@media(max-width:768px) {
	.hero-home-slider {
		height: 280px;
	}
}

@media(max-width:480px) {
	.hero-home-slider {
		height: 176px;
	}
}

/*--------- Update of 07.11.2017-----------*/
@media(max-width:1199px) {
	.navbar-brand img {
		margin-top: 10px;
	}

	.shrink-header .header-menu {
		margin-top: 0;
	}
}

@media(max-width:991px) {

	.navbar-brand img,
	.header-section.shrink-header .navbar-brand img {
		margin-top: 0;
	}
}

@media(max-width:767px) {
	.navbar-brand {
		float: left;
	}

	.navbar-toggle {
		margin-top: 40px;
	}

	.section-title {
		margin: 0 !important;
	}

	.hero-home-slider {
		position: inherit;
		height: auto;
	}

	.hero-section-fixed-content {
		position: inherit;
	}

	.section-title {
		font-size: 25px !important;
		line-height: 26px !important;
	}

	.section-title::after {
		width: 90px;
		margin-left: -45px;
	}

	.consult-subtitle {
		margin: 0;
		font-size: 22px !important;
		line-height: 22px !important;
	}

	.consultation .vc_empty_space {
		display: none;
	}

	.consultation .wpb_single_image {
		margin: 10px 0 !important;
	}

	.latest-post-section .section-title {
		margin: 20px 0 30px 0 !important;
	}

	.icon-social-section {
		padding: 20px 0;
	}

	.footer-top-section {
		padding: 50px 0 30px 0 !important;
	}

	.infusion-form a.get-started-btn,
	.infusion-form .get-started-btn a,
	.infusion-form button.get-started-btn,
	.infusion-form .get-started-btn button,
	.infusion-form input.get-started-btn,
	.infusion-form .get-started-btn input {
		margin: 0;
	}
}

@media(max-width:480px) {
	.hero-home-slider .home-hero-slider-text {
		font-size: 15px;
		line-height: 15px !important;
	}

	.hero-home-slider .home-hero-slider-text a {
		margin-left: 0;
		padding: 10px !important;
		font-size: 13px !important;
		line-height: 13px !important;
	}

	.strong-view.simple.controls-type-sides .testimonial-inner {
		padding: 20px 0 0 !important;
	}
}

.testimonials-content {
	padding: 30px;
	margin: 30px 0 !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.testimonial-text {
	font-size: 18px;
	line-height: 30px;
}

.footer-bottom-menu ul li a:hover {
	color: #959595 !important;
}

/*-------------- Update of 08.11.2017--------------*/
.blog-section .widget,
.archive .widget {
	width: 100%;
	float: left;
	padding: 0;
}

.blog-section {
	padding-top: 20px !important;
}

.archive .page-title {
	padding: 0;
	margin: 0;
}

/*----------Blog single page css start--------------*/
.single-post .blog-post-details a {
	padding: 15px 15px 15px 0;
	color: #000000;
}

.single-post .blog-post-details a:nth-child(2) {
	padding: 0 5px 0 0;
}

.single-post .blog-post-details a:hover {
	text-decoration: none;
	color: #000000;
}

.single-post .comment-list {
	padding: 0;
	list-style: none;
}

.single-post .comment-list li {
	width: 100%;
	float: left;
}

.single-post .avatar {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

.single-post .fn,
.single-post .says {
	padding-top: 5px !important;
	display: inline-block;
	text-transform: capitalize;
}

.single-post .comment-metadata a {
	color: #777777;
}

.single-post .comment-content {
	border-top: 1px solid #dddddd;
	padding: 10px 0;
	margin-top: 5px;
}

.single-post .comment-body {
	margin-bottom: 15px;
	box-shadow: 0 0 4px #dddddd;
	width: 100%;
	padding: 15px;
}

.single-post .comment-metadata {
	float: left;
}

.single-post .comment-body .reply {
	text-align: right;
}

.single-post .children {
	list-style: none;
}

.single-post .comment-form input,
.single-post .comment-form textarea {
	border: 1px solid #dddddd !important;
	background: none;
}

.single-post .comment-form input:focus,
.single-post .comment-form textarea:focus,
.single-post .comment-form input:hover,
.single-post .comment-form textarea:hover {
	box-shadow: 0 0 2px 1px #dddddd !important;
}

.single-post .comment-body .reply a:hover {
	background: #C50E3C !important;
	color: #ffffff;
}

.single-post .comment-form input,
.single-post .comment-form textarea {
	width: 100%;
}

.single-post .comment-form input[type=checkbox] {
	width: auto;
}

/*----------Blog single page css End--------------*/
/*----------Fix of 14/11/2017 css----------*/
.super_lawyers_badge-right {
	display: block;
	overflow: hidden;
}

@media (max-width:767px) {
	.super_lawyers_badge-right {
		float: left;
		width: 100%;
		margin-top: 30px;
	}
}

/*----------- Update for 17.11.2017 -------------- */
@media(max-width: 991px) {
	.header-menu li a {
		padding: 19px 10px;
	}

	.hero-bg h2 {
		font-size: 30px !important;
		line-height: 35px !important;
	}
}

@media(max-width:767px) {
	.navbar-brand img {
		max-width: 300px;
		margin-top: 10px;
	}

	.hfl-testimonial .testimonial-content p {
		font-size: 17px !important;
		line-height: 20px !important;
	}

	.navbar-toggle {
		margin-top: 10px;
	}

	.hero-bg h2 {
		font-size: 24px !important;
		line-height: 30px !important;
	}
}

.section-title::after {
	background: #F2893A;
}

.blog-post-title {
	color: #333333;
}

.blog-post-title:hover {
	color: #9D1C1F;
}

.blog-post-date {
	color: #777777;
}

#commentform .submit:hover {
	background: #A02326;
}

.strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link:hover::before {
	color: #ADA8A8 !important;
}

.strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link::before {
	color: #ffffff !important;
	content: "\f111" !important;
}

.strong-view.pager-style-buttons .wpmslider-wrapper .wpmslider-pager-link.active::before {
	color: #898484 !important
}

.widget_tp_widget_recent_tweets .tp_recent_tweets ul {
	margin: 0;
	padding: 0;
}

.team-section {
	padding-bottom: 60px;
	padding-top: 20px;
	border-top: 18px solid #ABCBC1;
}

.team-img .vc_single_image-wrapper {
	position: relative;
	z-index: 99;
}

.team-img .vc_single_image-wrapper::after {
	content: "";
	width: 95%;
	height: 95%;
	background: #ABCBC1;
	position: absolute;
	top: 32px;
	left: 40px;
	z-index: -99;
}

.team-section h2 {
	font-weight: 700;
}

.team-section p {
	text-align: center;
}

@media(max-width:1199px) {
	.team-img .vc_single_image-wrapper::after {
		top: 27px;
		left: 34px;
	}
}

@media(max-width:991px) {
	.team-img .vc_single_image-wrapper::after {
		top: 23px;
		left: 28px;
	}
}

@media(max-width:767px) {
	.team-img .vc_single_image-wrapper::after {
		display: none;
	}
}

.section-title::after {
	background: transparent;
}

.strong-view.simple .testimonial-content p {
	color: #ffffff !important;
	font-size: 25px !important;
}

.hfl-testimonial .testimonial-client .testimonial-name {
	color: #ffffff !important;
}

.strong-view.controls-type-sides.nav-position-inside .wpmslider-pager {
	bottom: -55px !important;
}

.strong-view.simple.controls-type-sides .testimonial-inner {
	margin-top: 50px !important;
}

@media(max-width:991px) {
	.strong-view.simple.controls-type-sides .testimonial-inner {
		margin-top: 0px !important;
	}
}

.footer-top-left h4 {
	color: #282828;
}

.footer-top-left p {
	margin-top: 15px;
}

.blog-post-search-bar .btn {
	width: 50px;
	height: 100%;
	z-index: 11;
}

.single-post .widget {
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	float: left;
}

main section:first-child {
	/*     margin-top: 143px; */
}

@media(max-width:767px) {
	.header-section {
		padding: 15px 0;
	}

	.header-menu {
		margin-top: 30px;
	}

	.hero-bg {
		padding: 100px 0 !important;
	}
}

.page-header {
	background: #9D1C1F;
	padding: 15px 0 !important;
}

@media(max-width:991px) {
	.header-menu li a {
		padding: 19px 9px;
	}

	.header-menu li::before {
		top: 17px;
	}
}

.header-menu .dropdown .dropdown-menu li a:hover,
.header-menu .dropdown .dropdown-menu li a:active,
.header-menu .dropdown .dropdown-menu li a:focus {
	background: #E2E7ED;
	color: #9D1C1F !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #E2E7ED;
}

@media(max-width:767px) {
	.header-menu .dropdown .dropdown-menu li a:hover {
		background: none;
	}
}

.search-no-results .blog-post-search-bar {
	margin-bottom: 20px !important;
}

.header-menu .dropdown .dropdown-menu li a:active,
.dropdown-menu>.active>a {
	background-color: transparent;
}

.infusion-submit input {
	background: #70C5AB;
	padding: 12px 30px;
}

/*-------------- Update of 19.12.2017 ----------------*/
.header-menu li:first-child a {
	padding-left: 0;
}

/* -- Testimonial Section start -- */

.pix-testimonial-section {
	padding: 115px 0;
}

.pix-testimonial-content {
	text-align: center;
}

.pix-testimonial-content .single-testimonial-box .single-testimonial-img img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 auto;
}

.pix-testimonial-content .single-testimonial-text h2 {
	text-transform: capitalize;
	font: 700 20px/23px 'Montserrat', sans-serif;
	color: #626262;
	margin: 35px 0 20px;
}

.pix-testimonial-content .single-testimonial-text p {
	font: 300 17px/24px 'Montserrat', sans-serif;
	color: #8c8c8c;
	margin: 0 30px;
}

.pix-testimonial-content .owl-nav {
	margin-top: 30px;
}

.pix-testimonial-content .owl-nav div {
	border: 1px solid #D7D7D7;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 23px;
	border-radius: 50%;
	margin: 0 5px;
}

.pix-testimonial-content .owl-nav div i.fa {
	color: #B4ABAB;
	font-size: 16px;
}

/* -- Testimonial Section end -- */
.img-box-height {
	min-height: 80px;
}

.consultation h2 {
	margin: 0;
}

.consultation .wpb_single_image {
	margin: 0 !important;
}

.consultation p {
	font-weight: 300;
	color: #8c8c8c;
	text-align: center;
	margin-top: 15px;
}

.six-fig-video-section .section-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.six-fig-video-section {
	padding: 200px 0;
}

.six-fig-video-section p {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

@media(max-width:767px) {
	.six-fig-video-section {
		padding: 100px 0;
	}
}

.footer-top-section,
.footer-top-section a {
	color: #ffffff;
}

@media(max-width: 480px) {
	.header-section.shrink-header .navbar-brand img {
		margin-top: 10px;
	}
}

.widget ul li a:hover {
	color: #A02326;
}

.archive main section:first-child,
.search main section:first-child {
	margin-top: 85px;
}

.archive .page-title {
	color: #ffffff;
}

.blog-post-categories-name,
.blog-post-categories-name a {
	color: #999999;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

.blog-post-categories-name:hover,
.blog-post-categories-name a:hover {
	color: #111111;
}

.six-fig-slider .ms-slide-info.ms-dir-h {
	bottom: auto !important;
	transform: translate(0, -50%);
	text-align: center;
	top: 50% !important;
	color: #ffffff;
}

.six-fig-slider .get-started-btn {
	margin-top: 20px;
}

.wid-rid-btn {
	font-weight: 600;
}

.wid-rid-btn:hover {
	color: #9D1C1F;
	font-weight: 600;
}

.footer-recent-post .recent-single-post p:hover {
	color: #9D1D20;
}

.consultation {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.six-fig-slider {
	height: 700px;
}

.six-fig-fixed-slider {
	position: fixed;
}

@media(max-width:767px) {
	.six-fig-slider .ms-view.ms-basic-view {
		height: 400px !important;
	}

	.consultation {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.six-fig-slider .ms-slide-info.ms-dir-h h1,
	.six-fig-slider .ms-slide-info.ms-dir-h h2,
	.six-fig-slider .ms-slide-info.ms-dir-h h3,
	.six-fig-slider .ms-slide-info.ms-dir-h h4 {
		font-size: 20px;
		line-height: 25px;
		margin: 7px 0;
	}
}

.tag-cloud-link {
	background: #9E1C1F;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px;
	margin-top: 5px !important;
	font-weight: 600;
	font-size: 14px !important;
	display: inline-block;
}

.tag-cloud-link:hover,
.tag-cloud-link:active,
.tag-cloud-link:focus {
	background: #515153;
	color: #ffffff;
}

.page-numbers {
	background-color: #A02326 !important;
	border: 0 !important;
	margin: 0 6px;
	color: #ffffff !important;
}

.page-numbers:hover {
	background-color: #4E4E50 !important;
}

.six-fig-slider .ms-skin-default .ms-bullet {
	background: #ffffff !important;
	border-radius: 50%;
}

.six-fig-slider .ms-skin-default .ms-bullet.ms-bullet-selected {
	background-color: #A91E22 !important;
}

.header-menu .get-started-btn {
	margin-right: 15px;
}

.zoom-social_icons-list-span {
	transition: all 0.4s !important;
}

.zoom-social_icons-list-span:hover {
	background: #A11C1F !important;
}

@media(max-width:991px) {
	.header-menu .get-started-btn {
		margin-left: 0;
	}

	.footer-bottom-menu ul li a {
		padding: 0;
	}
}

@media(max-width:767px) {

	.navbar-brand img,
	.header-section.shrink-header .navbar-brand img {
		margin-top: 10px;
	}
}

/*------- mmrd update -------*/
.mmrd-cta-section {
	padding: 130px 0;
}

.footer-top-section .textwidget iframe {
	width: 100%;
	margin-bottom: 17px;
}

.footer-top-section p {
	margin-top: 10px;
}

.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links li {
	margin-bottom: 35px;
}

.icon-social {
	margin-top: 40px;
}

.mmrd-title {
	margin-bottom: 50px;
}

/* -- Testimonial section start -- */

.mmrd-carousel .single-slides-bg {
	background-color: #dddddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 320px;
	width: 400px;
	float: left;
}

.mmrd-carousel .single-slides-content {
	background: #BD070A;
	float: none;
	overflow: hidden;
	height: 320px;
	padding: 0 90px;
	display: table;
	position: relative;
}

.mmrd-carousel .single-slides-content::after {
	content: "\f10d";
	font-family: fontAwesome;
	font-size: 30px;
	line-height: 30px;
	color: #d45c5e;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.mmrd-carousel .single-slides-content::before {
	content: "\f10e";
	font-family: fontAwesome;
	font-size: 30px;
	line-height: 30px;
	color: #d45c5e;
	position: absolute;
	top: 20px;
	right: 20px;
}

.mmrd-carousel .single-slides-content .single-slides-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.mmrd-carousel .author-text,
.author-name {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

.mmrd-carousel .author-name {
	text-align: right;
	text-transform: uppercase;
	margin-top: 25px;
}

.zoom-social-icons-widget {
	text-align: center;
}

.seals {
	text-align: center;
}

.seals a {
	display: inline-block;
	margin: 2px;
}

.seals a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media(max-width:991px) {
	.mmrd-carousel .single-slides-content {
		padding: 0 20px;
	}
}

@media(max-width:767px) {
	.mmrd-carousel .single-slides-bg {
		width: 100%;
		float: none;
		height: 250px;
	}

	.mmrd-carousel .single-slides-content {
		padding: 0 10px;
		height: 250px;
	}
}

/* -- Testimonial section end -- */
@media(max-width:991px) {
	.mmrd-cta-section {
		padding: 80px 0;
	}
}

@media(max-width:767px) {
	.footer-top-section aside {
		margin: 15px 0;
	}

	.footer-links li {
		margin-bottom: 10px;
	}

	.widget .tagcloud {
		margin-bottom: 20px;
	}

	.widget_search {
		margin-top: 20px;
	}

	.mmrd-hero-title {
		text-align: center !important;
	}

	.mmrd-hero-section .get-started-btn {
		text-align: center !important;
	}

	.mmrd-cta-section {
		padding: 50px 0;
	}
}

/*--------- Update of 19.01.2018 ----------*/
.mmrd-hero-section.donate-page-hero-section,
.volunteer-hero-section {
	padding: 300px 0 90px;
}

.get-started-btn.red-btn {
	margin: 0;
}

.get-started-btn.red-btn button .get-started-btn.red-btn a {
	background: #BD070A !important;
	padding: 10px 50px !important;
}

.get-started-btn.red-btn:hover button .get-started-btn.red-btn:hover a {
	background: #ffffff !important;
	color: #000000 !important;
}

.mmrd-donate-section {
	padding: 45px 0 85px;
}

.mmrd-donate-section .get-started-btn button .mmrd-donate-section .get-started-btn a {
	font-size: 36px !important;
	padding: 20px 90px !important;
}

.mmrd-donate-section .get-started-btn:hover button .mmrd-donate-section .get-started-btn:hover a {
	background: #ffffff !important;
	color: #BD070A !important;
}

.mmrd-donate-section p {
	text-align: center;
	margin-top: 30px;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

.mmrd-cta-section .get-started-btn.red-btn button .mmrd-cta-section .get-started-btn.red-btn a {
	padding: 12px 36px !important;
}

.mmrd-hero-section .get-started-btn button:hover,
.mmrd-hero-section .get-started-btn a:hover {
	background: #ffffff !important;
	color: #BD070A !important;
}

.volunteer-hero-section .get-started-btn.red-btn button,
.volunteer-hero-section .get-started-btn.red-btn a {
	background: #BD070A !important;
	color: #ffffff !important;
}

.volunteer-hero-section .get-started-btn.red-btn button:hover,
.volunteer-hero-section .get-started-btn.red-btn a:hover {
	background: #ffffff !important;
	color: #000000 !important;
}

@media(max-width:768px) {
	.donate-hero-content>div {
		padding: 30px !important;
	}
}

@media(max-width:767px) {
	.mmrd-hero-section.donate-page-hero-section {
		padding: 100px 0 70px !important;
	}

	.donate-hero-content>div {
		padding: 15px !important;
	}

	.mmrd-hero-title.donate-hero-title {
		font-weight: 400;
		font-size: 16px !important;
		word-wrap: break-word;
	}

	.mmrd-donate-section .get-started-btn button .mmrd-donate-section .get-started-btn a {
		padding: 15px 30px !important;
	}

	.volunteer-hero-section .get-started-btn.red-btn {
		text-align: center;
	}

	.mmrd-cta-section .get-started-btn.red-btn {
		margin-bottom: 15px;
	}
}

#menu-useful-links-widget {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu-useful-links-widget li {
	margin-bottom: 30px;
}

#menu-useful-links-widget li:last-child {
	margin-bottom: 0;
}

#menu-useful-links-widget li a {
	color: #ffffff;
	transition: all 0.4s;
}

#menu-useful-links-widget li a:hover {
	color: #C89E30;
}

/*---------- Update of 06.02.2018 -------- */
#tribe-events {
	margin-top: 50px;
}

.tribe-events-button {
	background: #1C336A !important;
}

.tribe-events-calendar thead th {
	background-color: #1C336A;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background-color: #445c94;
}

#tribe-events-content a {
	color: #1C336A;
}

.tribe-events-button {
	margin: 0 !important;
}

.single .post .blog-post-details .post-content a {
	padding: 0 !important;
	color: #3379b7 !important;
}

/*----------- 15/02/18 ----------*/
/*Basic Google Maps Pointer */
.mmr-google-map #bgmp_map-canvas {
	width: 100% !important;
}

@media(max-width:768px) {
	.mmr-google-map #bgmp_map-canvas {
		width: 100% !important;
		height: 400px !important;
	}
}

.team-bio-content img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	float: left;
	margin-right: 30px;
}

.team-bio-content span {
	float: none;
	display: block;
	overflow: hidden;
}

#bgmp_map-canvas {
	width: 100% !important;
}

@media(max-width:767px) {
	.team-bio-content {
		text-align: center;
	}

	.team-bio-content img {
		float: none;
		margin: 0 0 20px 0;
	}

	.office-info-title {
		font-size: 22px !important;
		line-height: 30px !important;
	}
}

/* Fixing of 30.03.2018 */

.cam-recent-blog .media .media-heading {
	font-size: 14px;
	line-height: 20px;
}

.apply-form .infusion-submit .get-started-btn {
	border: none;
}

.apply-form .infusion-calendar-wrapper {
	position: relative;
	margin-bottom: 15px;
}

.apply-form .infusion-calendar-wrapper .infusion-date-input {
	padding-left: 40px;
}

.apply-form .infusion-calendar-wrapper .calendar-picker-container {
	position: absolute;
	top: 12px;
	left: 10px;
}

.apply-form .infusion-radio .infusion-option {
	margin-right: 15px;
	display: inline-block;
}

.apply-form .infusion-radio .infusion-option input[type="radio"] {
	display: inline-block;
	width: auto !important;
	float: left;
	margin-right: 5px;
}

.apply-form .infusion-radio .infusion-option label {
	width: auto;
	float: left;
}

.apply-form .infusion-field textarea {
	padding: 1%;
}

.donate-hero-content .get-started-btn.red-btn a {
	background: #C50E3C !important;
	color: #ffffff !important;
}

.single-team-member .memeber-title {
	margin: 20px 0;
}

.main-login {
	padding: 80px 0 0;
}

.main-login h3 {
	margin: 0 0 30px 0;
}

.pass-res-form {
	margin: 70px 0;
}

.main-login input {
	width: 100%;
	padding: 10px;
	border: 1px solid #dddddd;
	height: auto;
}

.main-login input:focus {
	border: 1px solid #140B61;
}

.main-login p {
	margin: 0 0 10px 0 !important;
}

.login-remember input {
	width: auto;
}

.login-submit .button-primary,
#memb_password_send-1-block2 input {
	background: #140B61;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px;
}

.get-started-btn.team-member-email {
	margin: 15px 0 0;
}

.login-submit .button-primary:hover,
#memb_password_send-1-block2 input:hover {
	background: #C50E3C !important;
}

#memb_password_send-1-email-input {
	margin: 0 0 15px 0;
}

.single-team-member {
	min-height: 390px;
}

.memeber-title p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	margin: 7px 0 0;
}

@media(max-width:1199px) {
	.header-menu li a {
		font-size: 12px;
	}
}

@media(max-width:991px) {
	.header-menu li a {
		padding: 10px 4px;
	}

	.home main section:first-child {
		/* 		margin-top: 75px; */
	}
}

.modal-content-text strong {
	display: block;
	margin: 0 0 15px;
}

.tribe-events-after-html {
	margin-bottom: 30px;
}

.camp-filter {
	width: 100%;
	float: left;
	padding: 25px 15px;
	background: #F5F5F5;
	margin-top: 0 !important;
}

.camp-filter form h5 {
	position: absolute;
	left: 0;
}

.camp-filter form .hat-label {
	position: relative !important;
	padding-left: 155px !important;
}

.camp-filter label {
	font-size: 15px;
	padding: 0 7px;
	width: auto;
}

.camp-filter input {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.camp-filter p {
	float: left;
	display: inline-block;
	margin-right: 6px;
}

.get-started-btn.btn-red a,
a.get-started-btn.btn-red {
	background: #C50E3C !important;
}

.get-started-btn.btn-red a:hover,
a.get-started-btn.btn-red:hover {
	background: #1C336A !important;
}

.tribe-events-page-title {
	width: 100%;
	float: left;
	margin: 35px 0 15px !important;
}

.single-upload-content.wpb_column .vc_column-inner {
	transition: all 0.4s;
}

.single-upload-content.wpb_column:hover .vc_column-inner {
	background: #140B61;
}

.single-upload-content .vc_custom_heading,
.single-upload-content .vc_custom_heading a {
	font-weight: 700;
	font-size: 22px !important;
	line-height: 28px !important;
	color: #140B61 !important;
	transition: all 0.4s;
}

.single-upload-content:hover .vc_custom_heading,
.single-upload-content:hover .vc_custom_heading a {
	color: #ffffff !important;
}

.single-upload-content.wpb_column {
	min-height: 180px;
}


.gm-style .gm-style-iw,
.gm-style .gm-style-iw>div,
.gm-style .gm-style-iw>div>div {
	overflow: visible !important;
}

.bgmp_placemark {
	width: 300px;
	position: relative;
	right: -25px;
	margin-left: -25px !important;
}

.bgmp_placemark h3 {
	color: #130863;
	margin: 0 !important;
	position: absolute;
	left: 116px;
	font-size: 18px !important;
	font-weight: 700 !important;
	padding: 0;
}

#bgmp_map-canvas .bgmp_placemark img {
	width: 100px !important;
	height: auto !important;
	margin-right: 5px !important;
}

.bgmp_placemark .get-started-btn {
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: 400 !important;
	padding: 8px 15px !important;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-weight: 700 !important;
}

.bgmp_placemark .media {
	margin-top: 5px !important;
	line-height: 24px;
}

.bgmp_placemark .media-body {
	padding-top: 35px;
}

.woocommerce-product-search {
	box-shadow: 0 0 4px 1px #dddddd;
}

.woocommerce-product-search .search-field {
	border: none;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 35px 10px 10px;
	text-transform: uppercase;
	min-height: 50px;
}

.product_list_widget li::before {
	display: none !important;
}

.store-login-link {
	color: #000000;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	font-weight: 700;
	background: #f5f5f5;
	display: block;
}

.store-login-link a {
	color: #130863;
}

.store-login-link a:hover {
	color: #C50E3C;
}

.page-body .woocommerce {
	margin-top: 30px;
}

.zoom-social-icons-list {
	margin: 25px 0 0 !important;
}

.seals a img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.update-profile-section {
	max-width: 1000px;
	margin: 0 auto !important;
}

#memb_password_change-1,
#change_email_1 {
	margin-top: 30px;
}

#memb_password_change-1 label,
#change_email_1 label {
	font-weight: 400;
}

#memb_password_change-1 input,
#change_email_1 input {
	background: #f1f1f1;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	width: 100%;
	padding: 7px 15px;
}

#memb_password_change-1 input[type="submit"],
#change_email_1 input[type="submit"] {
	font: 600 18px/20px 'Montserrat', sans-serif !important;
	background-color: #130863 !important;
	color: #ffffff !important;
	text-transform: capitalize !important;
	padding: 12px 37px !important;
	border-radius: 0 !important;
	display: inline-block !important;
	transition: all 0.4s !important;
	border: none !important;
}

#memb_password_change-1 input[type="submit"]:hover,
#change_email_1 input[type="submit"]:hover {
	color: #ffffff !important;
	background-color: #C50E3C !important;
}

.user-loggedin-info {
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
	text-align: right;
}

.user-loggedin-info li {
	display: inline-block;
}

.user-loggedin-info li a {
	text-transform: uppercase;
	padding: 5px 12px;
	font-weight: 700;
	color: #333333;
}

.user-loggedin-info li a b {
	color: #C81A42;
}

/*  hide logout menu  */
.logged-in .login-logout {
	display: none !important;
}

.navbar-header {
	float: none;
}

/*----- Topbar css goes from here ------- */
.header-topbar-section {
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
	transition: all 0.4s;
	position: relative;
	/* 	z-index: 99; */
}

.topbar-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	padding-right: 15px;
	line-height: 40px;
}

.topbar-menu li {
	display: inline-block;
}

.topbar-menu li a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-weight: 400;
	padding: 2px 5px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.topbar-menu li a span {
	color: #C50E3C;
	font-weight: 600;
}

.cart-content {
	margin-left: 5px;
	padding: 15px 0 10px 0;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
}

.cart-content>a {
	border: 1px dashed #cccccc;
	padding: 3px 10px !important;
}

.topbar-menu li a span.cart-amount {
	color: #333333;
}

.cart-content a i.fa {
	font-size: 17px;
	line-height: 18px;
	margin: 0 5px 0 0;
}

.cart-count-badge {
	width: 20px;
	height: 20px;
	background: #C50E3C;
	display: inline-block;
	color: #ffffff !important;
	text-align: center;
	font-size: 11px;
	line-height: 19px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: -10px;
	z-index: 2;
}

.cart-hover-element {
	position: absolute;
	right: -1px;
	top: 200%;
	background: #ffffff;
	padding: 15px 0;
	border: 1px solid #dddddd;
	min-width: 180px;
	border-bottom: 5px solid #C50E3C;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
}

.cart-content:hover .cart-hover-element {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.cart-hover-element ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.cart-hover-element ul li {
	display: block;
}

.cart-hover-element ul li a.get-started-btn {
	padding: 6px 25px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	min-width: auto !important;
	margin: 5px;
	display: inline-block !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
}

.header-menu li.get-started-btn a {
	padding: 10px 25px !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	line-height: 15px !important;
}

.logged-in.admin-bar .navbar-fixed-top {
	top: 32px;
}

header.shrink-header {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

header.shrink-header .header-topbar-section,
header.shrink-header .header-section {
	background: rgba(255, 255, 255, 0.9);
}

header.shrink-header .cart-content,
header.shrink-header .header-section {
	padding: 10px 0 5px 0;
}

header.shrink-header .header-topbar-section {
	border-bottom: 1px solid #ededed;
}

.header-menu {
	margin-top: 8px;
}

header.shrink-header .header-menu {
	margin-top: 5px;
}

.involved-boxes {
	position: relative;
}

.involved-boxes .vc_custom_heading {
	min-height: 70px;
}

.involved-boxes .inline-btn {
	position: absolute;
	right: 40px;
	bottom: 40px;
	margin: 0;
}

.involved-boxes .inline-btn .vc_general {
	margin-top: 0;
}

.team-member-img a {
	width: 100%;
}

.membership-status-content strong {
	line-height: 35px;
	font-size: 14px;
}

.profile-update-form .infusion-field {
	margin: 10px 0;
}

.profile-update-form .infusion-field-input-container select,
.apply-form select {
	width: 100%;
	height: 50px !important;
	border-radius: 3px;
	box-shadow: none;
	border: 1px solid #dddddd;
}

.profile-update-form .infusion-submit .get-started-btn {
	margin: 30px 0 0;
	font-size: 15px !important;
	line-height: 18px !important;
	padding: 10px 30px !important;
	border-radius: 3px !important;
}

.get-started-btn.btn-red input,
input.get-started-btn.btn-red {
	background: #C50E3C !important;
}

.required-field-msg,
.required-birthday-msg,
.required-field-msg-phone {
	color: #ff0000;
	width: 100%;
	margin: 5px 0 15px;
}
.emailExist {
	color: #ff0000;
	width: 100%;
	margin: 5px 0 15px;
	font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	min-height: 50px;
}

.infusion-field input,
.infusion-field select,
.infusion-captcha input {
	height: auto;
	padding: 13px;
}

/*------- Impact Category CSS ----------*/
.category-impact #comments {
	display: none;
}

.woocommerce div.product form.cart .variations label {
	color: #000000;
	line-height: 52px;
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em;
	padding: 13px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	padding: 5px 0 5px 5px;
	border-radius: 4px;
	border: 1px solid #cccccc;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 20px 0;
	padding: 0;
	font-size: .92em;
	color: #777;
	padding: 6px 10px;
	background: #f1f1f1;
	border-radius: 4px;
}

.membership-status-content p {
	display: none;
}

.apply-form h2 {
	margin: 30px 0 15px;
}

.apply-form .row {
	display: flex;
	flex-wrap: wrap;
}

.apply-form .row::before {
	display: flex;
}

.header-topbar-section.no_ad_banner,
.header-topbar-section.no_ad_banner::after {
	background: #ffffff !important;
}

.header-topbar-section.no_ad_banner .topbar-menu li a,
.header-topbar-section.no_ad_banner .topbar-menu li a span {
	color: #333333;
}

/* woocommerce css 12/06/18 */
.woocommerce .products ul,
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 30.75%;
	/*     border: 1px solid #f5f5f5; */
	text-align: center;
	/*     padding: 20px; */
	/*     background: #f9f9f9; */
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
}

.woocommerce ul.products li.product a img {
	/* 	height: 300px; */
	width: 100%;
	/* 	object-fit: cover; */
}

/* .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
color: #ffffff !important;
background-color: #120862 !important;
} */
.woocommerce .woocommerce-breadcrumb {
	margin-top: 70px;
}

.button.product_type_donation {
	margin-top: 45px !important;
}

.single-donate-box .vc_column-inner {
	transition: all 0.4s;
}

.single-donate-box .vc_column-inner:hover {
	background: #140B61;
	transform: translateY(-5%);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
}

.single-donate-box .vc_column-inner:hover .single-donate-text,
.single-donate-text:hover {
	color: #ffffff !important;
}

.footer-address {
	margin: 15px 0 0;
}

.privacy-policy-link {
	color: #130863;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.privacy-policy-link:hover {
	color: #C50E3C;
	text-decoration: none;
}

.learndash_content .ld-video iframe {
	width: 60%;
	height: 380px;
}

.learndash_content {
	text-align: center;
}

.learndash_content iframe {
	width: 60% !important;
	height: 380px !important;
}

.redux-main .color-transparency-check {
	line-height: 1;
	margin: 7px 0 0 !important;
}

.header-topbar-content img {
	max-height: 80px;
	/* 	max-width: 160px; */
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.header-topbar-content {
	color: #ffffff;
}

.topbar-menu li a {
	color: #fff;
	font-weight: 700;
	line-height: 40px;
}

.header-topbar-content .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.header-topbar-content .row::before {
	display: flex;
}

.top-banner-area>* {
	margin: 10px 0 !important;
}

.top-banner-area img {
	margin: 0;
}

.no_ad_banner .header-topbar-content {
	padding: 7px 0;
}

.topbar-menu li a span {
	font-weight: 700;
}

.topbar-menu li a span.dashicons {
color: #fff;
/*   position: relative;
  top: 11px; */
  font-weight: 300;
}

.post-content img {
	/*width: 100% !important;*/
	max-width: 100% !important;
	height: auto;
}




@media(max-width:1199px) {
	.header-menu li a {
		padding: 10px 8px;
	}

	.topbar-menu {
		padding: 0;
	}

	.header-menu li:last-child {
		margin: 0;
	}

	.shrink-header .navbar-brand img,
	header.shrink-header .header-menu {
		margin-top: 0;
	}

	.footer-top-section .footer-title {
		font-size: 21px !important;
	}

	.mmrd-carousel .single-slides-content {
		padding: 0 40px;
	}

	.membership-status-content strong {
		font-size: 12px;
		font-weight: 400;
	}

	.mmrd-hero-section {
		background-attachment: scroll;
	}

	.footer-mail,
	.footer-address {
		font-size: 12px;
	}

	.learndash_content .ld-video iframe {
		width: 100%;
		height: 528px;
	}
}

@media(max-width:991px) {

	.vc_row.involved-boxes {
		margin: 0 !important;
	}

	.single-upload-content .vc_custom_heading,
	.single-upload-content .vc_custom_heading a {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.single-upload-content.wpb_column {
		min-height: 130px;
	}

	.user-loggedin-info li a {
		font-size: 14px;
		line-height: 18px;
		padding: 5px;
	}

	.vc_row.profile-section {
		padding: 20px 0 !important;
	}

	.vc_row.profile-page-content {
		padding: 20px 0 !important;
	}

	.profile-settings ul {
		margin: 70px 0 20px;
	}

	.header-menu li.get-started-btn a {
		margin: 0;
		padding: 10px 10px !important;
	}

	.header-menu .get-started-btn {
		margin: 0 0 0 10px !important;
	}

	.header-menu li a {
		padding: 10px 5px;
	}

	.header-menu,
	header.shrink-header .header-menu {
		margin-top: 0;
	}

	.involved-boxes .vc_column-inner {
		padding: 20px 20px 60px 20px !important;
	}

	.mmrd-carousel .single-slides-content {
		height: 390px;
	}

	.mmrd-carousel .single-slides-bg {
		height: 390px;
		width: 300px;
	}

	.footer-top-section .col-sm-3,
	.footer-top-section .col-sm-2,
	.footer-top-section .col-sm-4 {
		width: 50%;
		padding: 20px 15px;
		min-height: 300px;
	}

	.vc_row.update-pro-section {
		padding: 50px !important;
	}

	/* 	.footer-top-section .row {
	display: flex;
	flex-wrap: wrap;
} */
	.footer-mail,
	.footer-address {
		font-size: 16px;
	}

	.single-donate-text {
		font-size: 18px !important;
		line-height: 24px !important;
	}

	.learndash_content .ld-video iframe {
		width: 100% !important;
		height: 404px;
	}

	.logged-in.admin-bar .navbar-fixed-top {
		top: 46px;
	}

	.post-content img {
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media(max-width:767px) {

	.vc_row.volunteer-boxes-section {
		margin: 0 !important;
		padding: 0 !important;
	}

	.vc_row.volunteer-boxes-section .volunteer-boxes {
		padding: 0 !important;
		margin: 10px 0 !important;
	}

	.profile-settings ul {
		margin: 20px 0 !important;
	}

	.account-info .get-started-btn {
		padding: 8px !important;
		font-size: 12px !important;
	}

	.profile-settings img {
		height: 150px !important;
		width: 150px !important;
	}

	.vc_tta-accordion.profile-section {
		padding: 0 !important;
	}

	.vc_tta-accordion.profile-section .vc_tta-panel-body p {
		font-size: 14px;
		line-height: 20px;
	}

	.vc_tta-accordion.profile-section .vc_tta-panel-body .get-started-btn {
		padding: 8px !important;
		font-size: 12px !important;
	}

	.logged-in .user-profile {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin: 5px 0 0;
	}

	.logged-in .user-loggedin-info {
		text-align: center;
		margin: 0;
	}

	.topbar-menu {
		padding: 0;
		text-align: center;
	}

	.topbar-menu li a {
		font-size: 10px;
		line-height: 13px;
	}

	.navbar-brand,
	.navbar-brand img,
	.navbar-toggle {
		margin: 0;
	}

	.header-section {
		padding: 10px 0;
	}

	main section:first-child {
		/*         margin-top: 123px; */
	}

	.title-header h2 {
		font-size: 18px;
		line-height: 20px;
	}

	header {
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	}

	.header-menu {
		margin-top: 10px;
	}

	.header-menu li a,
	.header-menu .dropdown .dropdown-menu li a {
		padding: 3px !important;
	}

	.header-menu .get-started-btn {
		margin: 0 0 10px 0;
	}

	.shrink-header .header-menu {
		margin-top: 5px;
	}

	.team-member-img img {
		height: auto;
	}

	.single-team-member .memeber-title {
		margin: 10px 0 15px !important;
	}

	.involved-boxes .inline-btn {
		bottom: 20px !important;
	}

	.involved-boxes .vc_custom_heading {
		min-height: auto;
		font-size: 18px !important;
		line-height: 24px !important;
		margin: 0 0 20px !important;
		text-align: center !important;
	}

	.involved-boxes .vc_column-inner {
		padding: 20px !important;
	}

	.involved-boxes .inline-btn {
		position: static;
		text-align: center !important;
		margin: 20px 0 0;
	}

	.mmrd-title {
		font-size: 22px !important;
		line-height: 26px !important;
		margin-bottom: 25px;
	}

	.mmrd-hero-section .vc_column-inner {
		padding: 35px 10px !important;
	}

	.mmrd-hero-section .get-started-btn a {
		padding: 10px 30px !important;
	}

	.mmrd-hero-section {
		padding: 130px 0 50px;
	}

	.header-menu .get-started-btn {
		margin: 0 0 10px !important;
	}

	.vc_row.involved-boxes-section {
		padding: 0;
	}

	.footer-top-section .col-sm-3,
	.footer-top-section .col-sm-2,
	.footer-top-section .col-sm-4 {
		width: 100%;
		padding: 0 15px;
		min-height: auto;
	}

	#menu-useful-links-widget li {
		margin-bottom: 5px;
	}

	.mmrd-carousel .single-slides-bg {
		height: 250px;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.mmrd-carousel .single-slides-content {
		height: auto;
		padding: 40px 15px;
	}

	.mmrd-carousel .single-slides-content::before {
		top: 10px;
		right: 10px;
	}

	.mmrd-carousel .single-slides-content::after {
		bottom: 10px;
		left: 10px;
	}

	.membership-status-content strong {
		line-height: 15px;
	}

	.vc_row.update-pro-section {
		padding: 0px !important;
	}

	.profile-update-form .infusion-submit {
		text-align: center;
	}

	.profile-update-form .infusion-submit .get-started-btn {
		padding: 10px 20px !important;
	}

	.team-member-modal .modal-dialog {
		max-width: 300px;
		height: 300px;
		overflow-y: scroll;
	}

	.team-member-modal .modal-dialog {
		max-width: 300px;
		height: 400px;
		overflow-y: scroll;
		margin: 0;
		top: 50%;
	}

	.apply-form .row {
		display: block;
		flex-wrap: unset;
	}

	.infusion-field.emc2 label {
		display: none;
	}

	.infusion-submit .get-started-btn {
		margin: 15px 0 0 !important;
	}

	header.woocommerce-products-header {
		box-shadow: none !important;
		display: none !important;
	}

	.woocommerce-page.columns-3 ul.products li.product,
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
		width: 100%;
	}

	.woocommerce .woocommerce-breadcrumb {
		margin-top: 40px;
	}

	.single-donate-box {
		padding: 0 15px !important;
	}

	.learndash_content .ld-video iframe {
		height: 240px;
		width: 100% !important;
	}

	.learndash_content iframe {
		width: 100% !important;
	}

	.top-banner-area>* {
		text-align: center;
		margin: 10px 0 0 !important;
	}

	.header-topbar-content img {
		max-height: unset;
		-o-object-fit: contain;
		object-fit: contain;
		height: auto;
	}
}

/*-- End of media queries --*/



.infusion-field select {
	height: 51px;
}

.help-tip {
	position: absolute;
	top: 5px;
	text-align: center;
	background-color: #333;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 20px;
	margin-left: 5px;
}

.help-tip:before {
	content: '?';
	font-weight: bold;
	color: #fff;
}

.archive.post-type-archive-product main section:first-child,
.archive.tax-product_cat main section:first-child {
	margin-top: 185px;
}

.woocommerce-products-header .page-title {
	color: #000;
	margin-bottom: 10px;
}

/* .help-tip:hover p{
display:block;
transform-origin: 100% 0%;
z-index: 9;
-webkit-animation: fadeIn 0.3s ease-in-out;
animation: fadeIn 0.3s ease-in-out;

} */

/* .help-tip p{    
display: none;
text-align: left;
background-color: #1E2021;
padding: 9px;
width: 240px;
position: absolute;
border-radius: 3px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
right: -4px;
color: #FFF;
font-size: 12px;
line-height: 1.4;
} */

/* .help-tip p:before{ 
position: absolute;
content: '';
width:0;
height: 0;
border:6px solid transparent;
border-bottom-color:#1E2021;
right:10px;
top:-12px;
} */

/* .help-tip p:after{ 
width:100%;
height:40px;
content:'';
position: absolute;
top:-40px;
left:0;
} */

/* CSS animation */

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 100%;
	}
}

.profile-section .vc_tta-panel-body {
	overflow: visible !important;
}

@media (max-width: 1024px) {
	.admin-bar main section:first-child {
/* 		margin-top: 143px; */
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.help-tip {
		top: 0;
	}

	.membership-status-content .row {
		margin-bottom: 20px;
	}

	.membership-status-content .row:last-child {
		margin-bottom: 0;
	}

	.admin-bar main section:first-child {
/* 		margin-top: 133px; */
		margin-top: 0;
	}
}

@media (max-width: 420px) {
	.admin-bar main section:first-child {
		margin-top: 0;
	}
}

.top-banner-area p {
	color: #C90039;
}

.top-banner-area p a {
	color: #1C336A;
}

.header-topbar-section::after {
	content: "";
	width: 50%;
	height: 102%;
	background: #1C336A;
	position: absolute;
	top: 0;
	/*     right: -10%; */
	z-index: -1;
	transform: skew(-25deg);
}

/* .header-topbar-content {
overflow: hidden;
} */
.admin-bar .top-banner-area {
	position: relative;
	top: 4px;
}

@media(max-width:1199px) {
	.header-topbar-section::after {
		width: 40%;
	}
}

@media(max-width:991px) {
	.admin-bar .topbar-menu {
		padding: 0 15px 0 0;
	}

	.admin-bar .top-banner-area {
		top: 0;
	}
}

@media(max-width:767px) {
	.header-topbar-section::after {
		transform: unset;
		width: 100%;
		right: 0;
		height: 29px;
		top: auto;
		bottom: 0;
	}

	.top-banner-area p {
		font-size: 12px;
		line-height: 16px;
	}

	.top-banner-area {
		margin: 0 0 5px;
	}

	.admin-bar .header-topbar-section::after {
		height: 50px;
	}

	.header-topbar-content {
		position: relative;
		z-index: 99;
	}

	.header-menu .dropdown .dropdown-menu {
		padding: 0;
	}

	.header-menu li a, .header-menu .dropdown .dropdown-menu li a {line-height: 1.3;}

	.header-menu {
		padding: 10px;
	}

}

/* roster page fieldset */
fieldset.roster-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.roster-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

.roster-border input[type='submit'] {
	height: 51px !important;
}

.bgmp_placemark .get-started-btn {
	width: calc(100% - 25px);
}

.gm-style .gm-style-iw-c {
	padding: 12px !important;
}

.bgmp_placemark .media-body {
	font-size: 13px;
	line-height: 1.5;
}

.memberium-title h2 {
	background: #130863;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	margin-bottom: 15px;
}

.update-certificate-wrapper {
	text-align: center;
}

.update-certificate-wrapper .preview-image {
	margin: 0 0 30px;
}

.update-certificate-wrapper .infusion-submit button {
	margin: 0 0 10px;
	text-transform: uppercase !important;
	display: block !important;
	width: 100%;
}

.update-certificate-wrapper .infusion-submit {
	/*     max-width: 250px; */
}

.upload-certificate-section {
	text-align: center;
	background: #f8f8f8;
	border: 5px solid #ddd;
	padding: 20px;
	padding-bottom: 60px;
	margin-bottom: 30px;
}

.profile_info_wrapper {
	display: flex;
	justify-content: space-between;
	/* 	margin-bottom: 15px !important; */
	align-items: center;
}

.profile_info_wrapper a.img_redirect {
	display: inline-block;
	max-width: 50px;
}

.membership-status-content .row {
	margin-bottom: 10px;
}

.profile_info_wrapper h4 {
	width: 630px;
	margin: 0;
}

.profile_info_wrapper img {
	height: 45px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile_info_wrapper>a {
	max-width: 50px;
}

a.img_redirect {
	border: 1px solid #dddddd;
	padding: 2px 3px;
	margin-left: 5px;
}

iframe.user_certificate {
	width: 100% !important;
}

@media(max-width:1440px) {
	.profile_info_wrapper h4 {
		width: 550px;
	}
}

@media(max-width:1199px) {
	.profile_info_wrapper h4 {
		width: 370px;
		margin-right: 15px;
	}
}

.uploadprofile a {
	font-size: 14px !important;
	padding: 8px 15px !important;
	display: inline-block !important;
	margin-top: 8px;
}

.document-table {
	font-size: 20px;
}

.attachment img {
	height: auto;
}

#addTagGreen, #addTagYellow{
	margin-top: 260px;
}

#addTagModal .modal-footer, #addTagYellow .modal-footer, #addTagGreen .modal-footer {
	display: flex;
	justify-content: center;
}
#addTagModal .modal-body, #addTagYellow .modal-body, #addTagGreen .modal-body {
	text-align: center;
}
#addTagModal form, #addTagYellow form, #addTagGreen form {
	padding-right: 20px;
}

.csv_export.roaster-buttons {
	display: flex;
	justify-content: center;
}

.csv_export.roaster-buttons button {
	margin-left: 15px;
}

/*
.profile_image_wrapper {
width: 270px;
height: 270px;
border-radius: 50%;
margin: 0 auto 20px;
position: relative;
z-index: 1;
overflow: hidden;
}

.profile_image_wrapper img {
width: 270px !important;
height: 270px !important;
object-fit: cover;
border-radius: 50%;
}

.update_profile_picture {
position: absolute;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
color: #ffffff;
width: 100%;
padding: 30px 15px 40px 15px;
transition: all 0.3s linear;
cursor: pointer;
opacity: 0;
visibility: hidden;
}

.profile-picture-area:hover .profile_image_wrapper .update_profile_picture {
opacity: 1;
visibility: visible;
}*/


.pfpt-timeline h5 {
	margin-bottom: 8px;
}

.pfpt-timeline p {
	margin-bottom: 0;
}

.infusion-field {
	border: 1px solid #dddddd;
	border-radius: 8px;
	padding: 24px 16px;
}

.pfpt-timeline {
	margin: 32px 0;
}

#timelinePosts .card-body {
	border: 1px solid #dddddd;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
	background: #efebff;
}

#timelinePosts .card-body p {
	font-size: 14px;
	color: #5c5c5c;
}

.infusion-field textarea {
	min-height: 120px;
}

#timelinePosts .card-header {
	display: flex;
	justify-content: space-between;
	font-style: italic;
	font-size: 14px;
	padding: 4px 0;
}

#postTitle:focus {
	border: 1px solid #427DB1;
}

/*AUTHOR MODAL-> ROASTER PAGE */

.author-modal .modal-body {
    padding: 15px 0 !important;
}
.author-modal .skillInfo {
    border-top: 2px solid;
    padding: 20px;
}
.author-modal .modal-dialog{  
	width: 1140px;
}

.author-modal .btn-close {
	top: 80px !important;
	right: 40px !important;
	outline: none !important;
	border: none !important;
	font-size: 32px !important;
}
.author-modal .modal-content{
	background: #F9F9F9;
	border-radius: 50%;
	border: 1px solid #141414;
	border-radius: 55px;
}
.author-modal .modal-round-img{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	
	object-fit: cover;
}
.author-modal .modal-round-img img{
	width:250px;
	height:250px;
	border-radius: 50%;
}
.modal-info-address{
	display: flex;
}
.modal-info-address .address-text{
	width: 50%;
	margin-left: 55px;
}
.author-modal .modal-info-address .address-text p a{
	text-decoration: none;
}
h4,p,.author-modal .modal-info-address .address-text p a{
	color: #141414;
}
.author-modal .modal-header{
	padding: 25px;
	border-bottom: 2px solid #141414;
}
.author-modal .status-badge{
	position: absolute;
	right: 42px;
	top: 7px;
	border: 1px solid #141414;
	padding: 2px 20px 5px;
	border-radius: 5px;
	line-height: 1.2;
	font-weight: 500;
	border-radius: 5px;
	line-height: 1.2;
}
.badgeGreen{
	background: #27C840;
}
.badgeRed{
	background: #C50E3C;
	color:white;
}
.badgeYellow{
	background: yellow;
}
.author-modal .modal-info-address .address-text h4{
	font-size: 30px;
	font-weight: 600;
}
.author-modal .modal-info-address .address-text p{
	font-size: 18px;
	margin-bottom: 0;
}
.author-modal .modal-info-address .address-text a:hover{
	color: #0d6efd;
	text-decoration: underline;
}
.author-modal .btn-close{
	position: absolute;
	top: 0px;
	right: 5px;
	color: #fff;
	background: transparent;
	font-size: 28px;
}
.author-modal .modal-body h4{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.author-modal .modal-body .d-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 25px;
	padding-left: 50px;
	padding-right: 50px;
}
.author-modal .modal-body ul{
	margin-top: 10px;
}
.author-modal .modal-body ul li{
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.author-modal .modal-header {
	display: flex;
	align-items: center;
}

.author-modal .modal-dialog {
	margin-top: 100px;
}

.dataTables_wrapper {
	overflow-x: auto;
}

.author-modal .loaderImg
{
	text-align:center;
}

.hero_slider .n2-ss-button-container.n2-ss-item-content {
    background: unset;
    padding: 0;
}

.hero_slider .n2-ss-item-content {
    background: rgba(0,0,0,0.5);
    padding: 16px;
}










@media (max-width: 1199px){
	.modal-dialog{
		margin-left: 15px;
		margin-right: 15px;
	}
	.author-modal .modal-body .d-grid{
		padding-left: 10px;
		padding-right: 10px;
	}
	.author-modal .modal-dialog {
		width: 90%;
		margin: 100px auto;
	}
}
@media (max-width:991px){
	.modal-info-address .address-text{
		margin-left: 10px;
	}
	.modal-info-address .address-text h4,.author-modal .modal-body h4{
		font-size: 28px;
	}

	.author-modal .modal-info-address .address-text p {
		font-size: 16px;
	}
	.author-modal .modal-body ul li {
		font-size: 16px;
	}
	.dataTables_wrapper {
		overflow-x: auto;
	}

	.author-modal .modal-header {
		display: block;
		text-align: center;
	}

	.author-modal .modal-round-img {
		width: 200px;
		height: 200px;
	}

	.modal-info-address {
		flex-direction: column;
		align-items: center;
	}

	.modal-info-address .address-text {
		margin: 24px 0 0 0;
	}

	.author-modal .modal-info-address .address-text h4 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.author-modal .modal-body h4 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.author-modal .modal-body .d-grid {
		display: flex;
		flex-direction: column;
	}

	.author-modal .modal-body .d-grid ul.list-unstyled {
		margin: 0;
	}

	.author-modal .modal-content {
		border-radius: 16px;
	}

}
@media (max-width: 767px){
	.modal-info-address{
		flex-wrap: wrap;
	}
	.modal-info-address .address-text{
		width: 100%;
	}
	.modal-info-address .address-text + .address-text{
		margin-top: 8px;
	}
	.author-modal .modal-body .d-grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.author-modal .modal-body ul{
		margin-bottom: 0;
	}

	.author-modal .modal-header {
		padding-top: 60px !important;
	}

	.author-modal .btn-close {
		top: 60px !important;
		right: 20px !important;
	}
}
@media (max-width: 576px){
	.modal-round-img{
		width: 150px;
		height: 150px;
	}
	.author-modal .modal-header{
		padding: 25px 15px 20px;
		align-items: start;
	}
	.author-modal .modal-body .d-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.author-modal .modal-body h4{
		margin-bottom: 15px;
	}
	.status-badge{
		top: 3px;
		padding: 1px 10px 3px;
	}
	.author-modal .btn-close{
		padding: 0px;
		line-height: 1;
		z-index: 10;
	}
}

.file-upload-box {
	display: flex;
}

.file-preview img {
	width: 50px;
	height: 50px;
	margin-left: 10px;
}

.profile_info_wrapper form {
	width: 100% !important;
}

.file-upload-box {
	width: 100% !important;
}