﻿/* styling for attorney name click on search */
.results-list .attorney .name-and-position a,
.attorney-results .attorney .name-and-position a {
    color: #fff;
    text-decoration: none;
}

/* fix overlap on attorney listings */
.attorney-search .results-list.grid .attorney .info .name-and-position,
.attorney-search .results-list.grid .attorney .info .location,
.attorney-search .results-list.grid .attorney .info .social {
    padding-right: 56px;
    width: auto !important;
}
@media screen and (min-width: 894px) and (max-width: 1100px) {
    .attorney-search .results-list.grid .attorney .info .social .phone {
        font-size: 12px !important;
    }
    .attorney-search .results-list.grid .attorney .info .position {
        font-size: 10px !important;
    }
}

/* match button style */
.attorney-search .filters .search-button {
  display: block;
  width: 200px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background: #115b98;
  color: #ffffff;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 894px) {
    .attorney-search .filters .search-button {        
        cursor: pointer;
        opacity: 1;
        -webkit-transition: 200ms opacity ease;
                transition: 200ms opacity ease;
    }
    .attorney-search .filters .search-button:hover {
        opacity: .7;
        -webkit-transition: 200ms opacity ease;
                transition: 200ms opacity ease;
    }
}

/* attorney menu search button */
.main-menu .people .search-input-container .search-button {
    width: 85px;
}
body header .menu-container .search-input-container .search-button {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url('../../Images/search.png');
  background-size: 27px 26px;
  color: transparent;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 27px;
  height: 26px;
}
@media screen and (min-width: 894px) {
    body header .menu-container .search-input-container .search-button {
        right: 0;
        bottom: 10px;
        background-color: #ffffff;
        background-size: 20px 19px;
        width: 20px;
        height: 19px;
    }
}
@media screen and (min-width: 1255px) {
    body header .menu-container .secondary-menu .search-input-container .search-button {
        right: 10px;
    }
}
.main-menu .people .search-input-container .search-button {
  background: #115b98;
  width: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  background-image: url('../Images/search-white.png');
  background-size: 27px 26px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 0;
          border-radius: 0;
}
@media screen and (min-width: 894px) {
    .main-menu .people .search-input-container .search-button {
        width: 85px;
    }
}

/* fix for attorney listings when small */
@media screen and (min-width: 894px) and (max-width: 1010px) {
    .attorney-search.attorney-listing .results-list.list {
        padding: 20px !important;
    }
}

/* attorney list items */
.attorney-list-item {
    margin-bottom: 10px;
    /*font-size: 16px;*/
}

.attorney-bio-template .attorney-bio-info .info .basic-info-section {
    min-width: 315px;
}

/* link text */
.attorney-search-link-text {    
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #115b98;
    text-decoration: none;
}

/* link text - with arrow*/
.attorney-search-link-text.with-arrow-down::after {
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 6px;
    margin-left: 5px;
    background-image: url(../../Images/arrow-down.png);
    background-size: 12px 6px;
    background-repeat: no-repeat;
    background-position: 95% 50%
}
.attorney-search-link-text.with-arrow-up::after {
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 6px;
    margin-left: 5px;
    background-image: url(../../Images/arrow-up.png);
    background-size: 12px 6px;
    background-repeat: no-repeat;
    background-position: 95% 50%
}

.search-label-text {
    font-style: italic;
    font-family: 'Droid Serif', Garamond, serif;
    font-size: 25px;
    color: rgba(39, 39, 39, 0.6);
    padding-bottom: 20px;
    display: block;
}


/*.attorney-search .results-list .attorney .info .city{
  padding:3px;
}*/


/*.attorney-search .results-list.grid .attorney .info .location{

  min-height: 65px;
}*/

.icon-phone{
  padding-left: 10px;
}

.hero section#find-an-attourney .attorney-results .attorney .info .location .city-list,
.attorney-search .results-list.grid .city-list {
	display: none !important;
}

.hero section#find-an-attourney .attorney-results .attorney .info .location .city-list,
.search-result-list .attorney-search .results-list.list .city-list {
	display: none !important;
}

.hero section#find-an-attourney .attorney-results .attorney .info .social .phone-list,
.attorney-search .results-list.grid .phone-list {
	display: none !important;
}

.hero section#find-an-attourney .attorney-results .attorney .info .social .phone-list,
.search-result-list .attorney-search .results-list.list .social .phone-list {
	display: none !important;
}

.hero section#find-an-attourney .attorney-results .attorney .info span,
.search-result-list .attorney-search .results-list.list span {
	line-height: 14px;
}

.search-result-list .attorney-search .results-list.list .location {
	padding-right: 56px;
	width: auto;
}

@media screen and (min-width: 894px) {

	.hero section#find-an-attourney .attorney-results .attorney .info .location .phone-grid,
	.attorney-search .results-list.list .phone-grid {
		display: none !important;
	}

	.hero section#find-an-attourney .attorney-results .attorney .info .social .phone-list,
	.attorney-search .results-list.list .phone-list {
		display: inline-block;
	}

	.hero section#find-an-attourney .attorney-results .attorney .info .location-grid,
	.attorney-search .results-list.list .location-grid {
		display: none !important;
	}

	.hero section#find-an-attourney .attorney-results .attorney .info .location .city-list,
	.attorney-search .results-list.grid .city-list {
		display: none !important;
	}

	.hero section#find-an-attourney .attorney-results .attorney .info .location .city-list,
	.attorney-search .results-list.list .city-list {
		display: inline-block;
	}

	.hero section#find-an-attourney .attorney-results .attorney .info .social .phone-list,
	.attorney-search .results-list.grid .phone-list {
		display: none !important;
	}

	.hero section#find-an-attourney .attorney-results .attorney .info .location .city-list,
	.search-result-list .attorney-search .results-list.list .city-list {
		display: block !important;
	}

	.hero section#find-an-attourney .attorney-results .attorney .info .social .phone-list,
	.search-result-list .attorney-search .results-list.list .social .phone-list {
		display: block !important;
	}
}
