#partner_load_more {
    background-color: #e8e8e8;
    cursor: pointer;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}

#partner_load_more:hover {
    background-color: #e0e0e0;
}
#partner_country {
    background-color: #f2682b;
    background-image: url("/wp-content/plugins/Atlona-parters/btn-or.png");
    background-position: center top;
    border: 0 none;
    color: #fff;
    font-size: 17px;
    margin-left: 23px;
    margin-right: 15px;
    padding: 10px;
    width: 220px;
}
#partner_state,
#partner_type,
#partner_territory{
    margin-left: 23px !important;
}
#partner_state, #partner_territory, #partner_type {
    background-color: #fff;
    border: 0 none;
    color: #000;
    font-size: 17px;
    padding: 10px;
    /*  margin: 10px;*/
    width: 220px;
}


#rsts table tr td {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px;
    vertical-align: middle;
}

#rsts > table tr th {
    background-color: #e8e8e8;
    padding: 13px;
}

.page-id-10971 #main {
    padding: 0;
}
.page-template-templatespartner-locator-php #primary{
    float: none;
    width: auto;
}

@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-ms-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-moz-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@-o-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0 0 0 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
.uil-ripple-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
}
.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 12px;
    border-style: solid;
    -ms-animation: uil-ripple 2s ease-out infinite;
    -moz-animation: uil-ripple 2s ease-out infinite;
    -webkit-animation: uil-ripple 2s ease-out infinite;
    -o-animation: uil-ripple 2s ease-out infinite;
    animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
    border-color: #afafb7;
}
.uil-ripple-css div:nth-of-type(2) {
    border-color: #5cffd6;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}






#partner_search_form table tr:last-child td {
    background: rgba(255,255,255,0.75);
/*    padding: 5px 0;*/
}

#partner_search_form table td select {
    background: none;
    /*    -moz-appearance: none;
        -webkit-appearance: none;*/
    /*    margin: 0px auto;*/
    display: block;
    color: #000;
}

#partner_search_form table td select option {
    color: #000;
}

#rsts table tbody tr td {
    background: #fff;
    font-size: 14px;
    font-family: Gotham SSm A,Gotham SSm B,Helvetica Neue,Calibri,Arial;
    line-height: 1.4;
}

#rsts table tbody tr:nth-child(2n+1) td {
    background: #fafafa;
}


.partner_type_focus {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    outline: none;
    background-color: #fff !important;
}

.partner_type_no_focus {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    outline: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.map-title {
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
}
#partner_search_form table tr:last-child td select{
    outline: none;
}

#rsts > .table-container table tr th {
    background-color: #e8e8e8;
    padding: 13px;
}
.page-template-partner-locator .entry-main .rsm-footer ul {
    list-style-type: none;
}
#rsts .rsm-footer h3 {
    margin-bottom: 1em;
}

#rsts .rsm-wrape p {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    padding-top: 0px;
}
#rsts .rsm-wrape {
    margin-bottom: 1em;
}
#rsts .rsm-wrape p:first-child {
    padding-top: 10px;
}



.wp_partner_loc .partner_header p {
    color: white;
}

.wp_partner_loc .partner_header {width: 100%;max-width: 100%;}

.wp_partner_loc .site-main .full-container {
    max-width: 1200px;
    margin: 0 auto;
}

.wp_partner_loc .site-main .full-container table, .wp_partner_loc .site-main .full-container td, .wp_partner_loc .site-main .full-container th {
    border: none!important;
}

@media (min-width: 1031px){
    div#sgcboxMiddleLeft {
        height: 400px!important;
    }

    div#sgcboxMiddleRight {
        height: 400px!important;
    }


       #sgcolorbox {
        left: 0 !important;
        right: 0!important;
        margin: 0 auto;
        text-align: center;
        width: 50% !important;

    }

    div#sgcboxContent {
        left: 0 !important;
        right: 0!important;
        margin: 0 auto;
        text-align: center;
        width: 50% !important;
    }

    div#sgcboxTopCenter, div#sgcboxBottomCenter {
        right: 0!important;
        margin: 0 auto;
        text-align: center;
        width: 50% !important;
    }

    #partner_search_form table tr:last-child td select {
        border-left: 1px solid #ce4e16;

        width: 90%;
        margin-left: 0px !important;
        padding-left: 35px !important;
    } 
    #partner_search_form table tr:last-child td:first-child select {
        border-left: 0px;
    }
}
@media (max-width: 1030px){
    div#sgcboxMiddleLeft {
        height: 400px!important;
    }

    div#sgcboxMiddleRight {
        height: 400px!important;
    }

    #sgcboxContent {

        /*overflow: scroll!important;*/
        height: 400px!important;
    }

    #sgcolorbox {
        left: 0 !important;
        right: 0!important;
        margin: 0 auto;
        text-align: center;
        width: 90% !important;

    }


    #partner_search_form table tbody tr:nth-child(2) td {
        width: 100% !important;
        display: block !important;
    } 


    #partner_search_form table td select {
      
        margin-bottom: 0;
        margin-top: 0;
    }

    #partner_search_form table tr:last-child td {
        padding: 0;
    }
}
@media (max-width: 12000px){
    .page-template-partner-locator .entry-main > div:first-child, 
    .page-template-partner-locator .entry-main p,
    .page-template-partner-locator .entry-main div#aus,
    .page-template-partner-locator .entry-main h1.map-title,
    .page-template-partner-locator .entry-main .search-head,
    .page-template-partner-locator .entry-main .rsm-footer{
        padding: 10px;
    }
}
@media (max-width:900px){
.table-container{
    overflow-x: scroll; 
}
}

/*
.isp_search_box_form input.isp_widget_btn[type="image"] {
    position: absolute;
    right: 7px;
    top: 5px;
}
*/

#search-icon {
    position: absolute;
    top: 20% !important;
}

/*responsive-plugin*/

@media(max-width:850px){
.sg-popup-content-9.colorbox6 #sgcboxContent
{
  max-width: 445px !important;
}
    div#sgcboxLoadedContent {
        height: 400px!important;
        overflow: auto!important;
        width: 100%!important;
    }
.sg-popup-content-9.colorbox6 #sgcboxTopCenter,
.sg-popup-content-9.colorbox6 #sgcboxBottomCenter
{
      width: 445px !important;
}
.sg-popup-content-9#sgcolorbox.colorbox6 {
    left: 0 !important;
    right: 0!important;
    margin: 0 auto;
    text-align: center;
    width: 494px!important;
}
.colorbox6 #sgcboxWrapper {
   
}
}

@media (max-width: 650px)
{

.sg-popup-content-9.colorbox6 #sgcboxContent {
    width: 500px !important;
}
.colorbox6 #sgcboxLoadedContent{
      width: 475px !important;
}
.sg-popup-content-9.colorbox6 #sgcboxTopCenter,
.sg-popup-content-9.colorbox6 #sgcboxBottomCenter {
    width: 475px !important;
}
.sg-popup-content-9.colorbox6 #sgcboxContent {
    max-width: 475px !important;
    height: 400px !important;
}
.frm_style_new-style.with_frm_style .frm_form_field.frm_html_container
{
    font-size:14px;
}
}

div#sgcboxContent H3 {
    margin-top: 19px;
}

div#sgcboxLoadedContent {
    margin-top: 26px!important;
}

@media (max-width:550px)
{
.sg-popup-content-9.colorbox6 #sgcboxContent {
    width: 380px !important;
}
.colorbox6 #sgcboxLoadedContent{
      width: 380px !important;
}
.sg-popup-content-9.colorbox6 #sgcboxTopCenter,
.sg-popup-content-9.colorbox6 #sgcboxBottomCenter {
    width: 380px !important;
}
.sg-popup-content-9.colorbox6 #sgcboxContent {
    max-width: 484px !important;
    height: auto!important;
}
.colorbox6 #sgcboxWrapper {
   
}
}
@media(max-width:500px)
{

.colorbox6 #sgcboxLoadedContent{
      width: 300px !important;
}
.sg-popup-content-9.colorbox6 #sgcboxTopCenter,
.sg-popup-content-9.colorbox6 #sgcboxBottomCenter {
    width: 300px !important;
}
.sg-popup-content-9.colorbox6 #sgcboxContent {
    max-width: 300px !important;
    height: auto!important;
}
.frm_style_new-style.with_frm_style .frm_form_field.frm_html_container {
    font-size: 18px !important;
}
.colorbox6 #sgcboxWrapper {
  
}
}
@media(max-width:400px)
{

.sg-popup-content-9.colorbox6 #sgcboxContent {
/*     width: 700px !important; */
}
.colorbox6 #sgcboxLoadedContent{
      width:250px !important;
}
.sg-popup-content-9.colorbox6 #sgcboxTopCenter,
.sg-popup-content-9.colorbox6 #sgcboxBottomCenter {
    width: 250px !important;
}
.sg-popup-content-9.colorbox6 #sgcboxContent {
    max-width: 250px !important;
}
.colorbox6 #sgcboxWrapper {
   
}
}

