/* GLOBAL STYLES
-------------------------------------------------- */


*{
  transition: all 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0;
  background: #fff;
}

a:link {
	color: #358ae8;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	text-decoration: none;
	color: #133c8c;
}

.container {
    max-width: 1200px;
}

.member-list .container-results {
    max-width: 1360px;
}

.bg-gray {
	background-color: #706f6f;
}

.border-test {
	border: red solid 1px;
}

.font-oswald {
	font-family: "Oswald", Sans-serif;
	font-size: 16px;
}

 .entry-content .member-list h3{
    color:#000;
}


.border-gray {
	border-top: #c9c9c9 2px solid;
	border-bottom: #c9c9c9 2px solid;
}

.border-darkblue {
	border-left: #133c8c 2px solid;
	border-right: #133c8c 2px solid;
}

.border-darkblue-divider {
	border-left: #133c8c 2px solid;
}

.btn-locate {
	font-family: "Oswald", Sans-serif;
	font-size: 16px;
	background: #358ae8;
	transition: all 0.3s;
	padding: 14px 24px !important;
	line-height: 0.5 !important;
}

.btn-locate:hover {
	background: #133c8c;
}

.locating-form {
	display: flex;
	flex-direction: row;
}

.locating-form form{
    min-width: 80%;
    display: flex;
}

.locating-form .btn-current-location{
    padding: 14px 2rem;
    padding: 14px 0 !important;
}

.company-logo {
	max-width: 500px;
	width: auto;
	max-height: 140px;
}

.border-block {
	border: #c9c9c9 1px solid;
	border-radius: 4px;
	padding: 1em;
	margin: 1em;
}

.company-block {
	padding: 2em;
	text-align: left;
}
.locating-form .form-control{
    padding: .375rem .75rem;
}
.comiseo-daterangepicker.ui-widget{
    z-index: 10000;
}
.single-memberpressproduct header .entry-meta{
    display:none;
}

/*====Member List page===*/
.loader.on-member-list, .notification.on-member-list{
    display:none;
}
.loader.on-member-list {
    width: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin:2em auto;
    text-align:center;
    margin-left:48%;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.loader.on-member-list.show, .search-result-heading.show{
    display:inline-block !important;
}
.notification.on-member-list.show{
    display: block !important;
    text-align: center;
    margin-top: 1.5em;
}

.search-result-heading{
    text-align: center;
    width: 100%;
    padding-top: 2em;
    font-weight: 600;
    font-size: 20px;
}




@media (max-width: 1180px) {
	
.border-darkblue {
	border-left: 0;
	border-right: 0;
	border-top: #133c8c 2px solid;
	border-bottom: #133c8c 2px solid;
}
	
}
	
	
@media (max-width: 440px) {

.locating-form,.locating-form form {
	display: flex;
	flex-direction: column;
}

.form-control {
	width: auto;
}	
.form-control.m-1{
    margin: .25em 0 !important;
}

.border-darkblue-divider {
	border-left: 0;
	border-top: #133c8c 2px solid;
}

.company-block {
	padding: 1em;
	text-align: center;
}

}












