/*
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'sinkin_sans800_black';
    src: url('../fonts/sinkin-sans/sinkinsans_800black_macroman/SinkinSans-800Black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('../fonts/sinkin-sans/sinkinsans_600semibold_macroman/SinkinSans-600SemiBold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'sinkin_sans400_regular';
  src: url("../fonts/sinkin-sans/sinkinsans_400regular_macroman/SinkinSans-400Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'sinkin_sans500_medium';
  src: url("../fonts/sinkin-sans/sinkinsans_500medium_macroman/SinkinSans-500Medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'sinkin_sans900_x_black';
  src: url("../fonts/sinkin-sans/sinkinsans_900xblack_macroman/SinkinSans-900XBlack-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "insolent";
  src: url("../fonts/insolent/font.woff2") format("woff2"), url("../fonts/insolent/font.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
#content .keep_together {
  display: inline-block; }
#content .highlight {
  display: inline-block;
  padding: 3px 5px;
  background: yellow; }
#content #interior_header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 25px 20px; }
  #content #interior_header h1 {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    font-size: 1.9em; }
  #content #interior_header #header_sidebar {
    margin: 20px 0 0 0; }
#content article {
  padding: 40px 20px; }
#content #team_grid {
  text-align: center;
  margin-top: 50px; }
  #content #team_grid .person_snippet {
    margin-bottom: 20px;
    font-size: .85em;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    #content #team_grid .person_snippet a.person_image_link {
      display: block; }
    #content #team_grid .person_snippet img.person_image {
      width: 100%;
      height: auto;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      margin-bottom: 5px; }
    #content #team_grid .person_snippet .person_name {
      font-family: "sinkin_sans900_x_black", Helvetica, Gotham, Arial, "sans-serif";
      color: #005E57;
      margin-bottom: 5px; }
    #content #team_grid .person_snippet span {
      display: block;
      margin-bottom: 5px; }
    #content #team_grid .person_snippet .person_link {
      display: inline-block; }
#content #contact_pieces #contact_pieces_left, #content #contact_pieces #contact_pieces_right {
  margin-bottom: 40px; }
#content #contact_pieces .contact_item {
  margin: 0 40px 30px 0;
  display: inline-block;
  vertical-align: top;
  max-width: 350px; }
  #content #contact_pieces .contact_item span {
    display: block;
    width: 200px;
    height: 5px;
    border-bottom: 1px solid #57BF93;
    margin: 5px 0; }
#content .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }
#content .acf-map img {
  max-width: inherit !important; }
#content .wp-block-advgb-columns .team_slider {
  /*padding: 0 20px 0 20px !important; */ }
  #content .wp-block-advgb-columns .team_slider .slick-slide {
    padding: 0 10px; }
#content .team_slider {
  /* Arrows */ }
  #content .team_slider .team_card {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    /*max-width: 250px; */
    padding-top: 10px; }
    #content .team_slider .team_card .team_photo {
      position: relative;
      border-radius: 20px;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
      z-index: 5;
      overflow: hidden;
      background: #ffffff; }
      #content .team_slider .team_card .team_photo img {
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        position: relative;
        z-index: 0; }
      #content .team_slider .team_card .team_photo span {
        background-color: #57BF93;
        color: #ffffff;
        padding: 8px 20px 10px 20px;
        text-transform: uppercase;
        font-family: "sinkin_sans900_x_black", Helvetica, Gotham, Arial, "sans-serif";
        display: inline-block;
        border-radius: 300px;
        font-size: .7em;
        line-height: 1.1em;
        position: absolute;
        z-index: 5;
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px); }
    #content .team_slider .team_card .team_contact {
      padding: 80px 20px 20px 20px;
      margin-top: -60px;
      border-radius: 20px;
      position: relative;
      z-index: 0;
      background-color: #CBF0E1;
      color: #005E57;
      font-size: .8em; }
      #content .team_slider .team_card .team_contact span {
        display: block;
        margin: 0 0 5px 0; }
      #content .team_slider .team_card .team_contact span.team_title {
        font-family: "sinkin_sans900_x_black", Helvetica, Gotham, Arial, "sans-serif";
        text-transform: uppercase; }
      #content .team_slider .team_card .team_contact a {
        text-decoration: none;
        color: #005E57; }
      #content .team_slider .team_card .team_contact a:hover {
        text-decoration: underline; }
  #content .team_slider .slick-slide {
    padding: 0 15px; }
  #content .team_slider .slick-prev, #content .team_slider .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 10;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: 99999px;
    cursor: pointer; }
  #content .team_slider .slick-prev:hover, #content .team_slider .slick-next:hover {
    background-color: #f3f3f3; }
  #content .team_slider .slick-prev {
    background-image: url("../images/common/slideshow_left.png");
    left: -10px; }
  #content .team_slider .slick-next {
    background-image: url("../images/common/slideshow_right.png");
    right: -10px; }

@media screen and (min-width: 650px) {
  #content #interior_header h1 {
    display: inline-block;
    vertical-align: middle;
    width: 60%; }
  #content #interior_header #header_sidebar {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
    margin: 0;
    padding-left: 25px;
    /*border: 1px solid yellow; margin: 20px 0 0 0;*/ } }
@media screen and (min-width: 800px) {
  #content #interior_header {
    padding: 45px 50px; }
    #content #interior_header h1 {
      font-size: 2.3em; }
  #content article {
    padding: 40px 50px; }
  #content #contact_pieces {
    margin-left: auto;
    margin-right: auto; }
    #content #contact_pieces #contact_pieces_left, #content #contact_pieces #contact_pieces_right {
      display: inline-block;
      vertical-align: top; }
    #content #contact_pieces #contact_pieces_left {
      width: 50%; }
    #content #contact_pieces #contact_pieces_right {
      padding-left: 50px;
      width: 50%; } }
@media screen and (min-width: 850px) {
  #content #interior_header h1 {
    width: 50%; }
  #content #interior_header #header_sidebar {
    width: 50%; } }
@media screen and (min-width: 1200px) {
  #content #interior_header h1 {
    font-size: 3.5em; } }
@media screen and (min-width: 1700px) {
  #content #interior_header h1 {
    width: 65%; }
  #content #interior_header #header_sidebar {
    width: 35%; } }
/*
@media screen and (min-width: 400px) {
	#content { 
		#team_grid { 
			.person_snippet { width: 50%; padding: 0 3px; }
		}
	}
}



@media screen and (min-width: 600px) {
	#content { 
		#team_grid { 
			.person_snippet { width: 33.3336%;  }
		}
		#auction_category_grid {
			.auction_category_item {
				display: inline-block; vertical-align: top; width: 50%; padding: 0 3px;
			}
		}
		
		
		.auction_snippet, .realestate_snippet {
			.auction_snippet_left, .auction_snippet_right, .realestate_snippet_left, .realestate_snippet_right { display: inline-block; vertical-align: top; margin-bottom: 0;  }
			.auction_snippet_left, .realestate_snippet_left { width: 40%; }
			.auction_snippet_right, .realestate_snippet_right { width: 60%; padding-left: 20px; }

		}
		
		
	}
}


@media screen and (min-width: 700px) {
	#content { 
		
		//single team page
		#team_left, #team_right { display: inline-block; vertical-align: top; }
		#team_left { width: 30%; }
		#team_right { width: 70%; padding-left: 50px; }
		
		#team_grey_section {
			#team_grey_left, #team_grey_right { display: inline-block; vertical-align: top; width: 50%; }
			#team_grey_left { padding-right: 25px; margin-bottom: 0; }
			#team_grey_right { padding-left: 25px; }
		}
		
		#contact_pieces {
			max-width: 900px; margin-left: auto; margin-right: auto; 
			#contact_pieces_left, #contact_pieces_right { display: inline-block; vertical-align: top;  }
			#contact_pieces_left { width: 40%; }
			#contact_pieces_right { padding-left: 20px; width: 60%; }
			#contact_item_address2, #contact_item_email { margin-bottom: 0; }
		}
		
	}
	
	
	.gallery-item {
	  width: 200px;
	  padding: 5px;
	}
}


@media screen and (min-width: 800px) {
	#content { 
		#team_grid { 
			.person_snippet { width: 25%; margin-bottom: 40px;  }
		}
		#team_grid.realestate { 
			.person_snippet { width: 20%;  }
		}
		
		
		#auction_category_grid {
			.auction_category_item {
				width: 33.3336%; 
			}
		}
	}
}


@media screen and (min-width: 1000px) {
	#content { 
		#auction_category_grid {
			.auction_category_item {
				width: 25%; 
			}
		}
		
		
		.auction_single, .realestate_single {
		
		
			.auction_single_head, .realestate_single_head {
				
				.auction_video, .realestate_video {  display: inline-block; vertical-align: bottom; margin: 0; width: 560px; }
				#auctions_map { 
					width: 350px; max-width: 50%; display: inline-block; vertical-align: bottom; margin: 0 0 5px 40px;
				}

			}

		}
		
		
		
	}
}
*/
#content #subnav {
  	/*
      
      //child levels
  	> ul ul {  
  		margin:0 0 0 20px !important; padding:0 !important; list-style: square !important; color: $white;
  		
  	}
  	*/ }
  #content #subnav ul {
    margin: 0 !important;
    padding: 0 0 0 0 !important;
    display: block;
    list-style: none;
    		/*
    		
    		
            li.current_page_item > a, li.current-cat > a, li.active_nav > a { background: rgba(255,255,255,0.2) !important; color: $white !important; }
    		
            
    		li.page_item_has_children, li.menu-item-has-children, li {
    					> a { width: calc(100% - 30px); }
    					> ul.children, > .dropDown > ul.children, > ul.sub-menu { visibility: hidden; opacity: 0; max-height: 0; @include transition(); }
    		}
    
    		li.page_item_has_children.active_nav, li.menu-item-has-children.active_nav, li.active_nav {
    					> .subtoggle { background-image: url(../images/common/minus-white.png); }
                        > .subtoggle:hover { background-image: url(../images/common/minus-white.png); }
    					> ul.children, > .dropDown > ul.children, > ul.sub-menu { opacity: 1; visibility: visible;  max-height: 5000px;  }
    		}
    		li:last-child { margin-bottom: 0; }
    		*/ }
    #content #subnav ul li {
      margin: 0 !important;
      padding: 5px 10px 5px 0 !important;
      display: inline-block;
      vertical-align: bottom; }
      #content #subnav ul li a {
        background-color: #A9CF38;
        color: #ffffff;
        padding: 10px 10px 12px 10px;
        text-transform: uppercase;
        font-family: "sinkin_sans900_x_black", Helvetica, Gotham, Arial, "sans-serif";
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        border: none;
        box-shadow: none;
        outline: none !important;
        outline-color: transparent;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        text-align: center;
        border-radius: 300px;
        font-size: .7em;
        line-height: 1em; }
      #content #subnav ul li a:after {
        content: '';
        width: 15px;
        height: 15px;
        background-image: url("../images/button-arrow.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      #content #subnav ul li a:hover {
        background-color: #57BF93;
        color: #005E57; }
      #content #subnav ul li a:hover:after {
        /*margin-left: 30px; */ }
    #content #subnav ul li:nth-child(even) a {
      background-color: #57BF93 !important; }
    #content #subnav ul li:nth-child(even) a:hover {
      background-color: #A9CF38 !important; }

/*
.custom_sidebar {
	padding:30px 30px 30px 30px; background: $light_grey; @include transition(); color: $standard_base_color;
    
	.custom_sidebar_header {
		font-family: $font_family_sans_bold !important; color:$green; font-size: 1.4em; line-height: 1.3em; margin-bottom:10px;
	}
	
}
	*/
#footer {
  background: #005E57;
  padding: 20px;
  text-align: center;
  font-size: .65em;
  line-height: 2em;
  color: #ffffff;
  text-transform: uppercase; }
  #footer a {
    color: #ffffff;
    text-decoration: none; }
  #footer a:hover {
    text-decoration: underline; }
  #footer #footer_locations {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #57BF93;
    color: #ffffff; }
  #footer .footer_left, #footer .footer_center, #footer .footer_right {
    margin-bottom: 30px; }
  #footer .footer_left #footer_logo {
    font-family: "sinkin_sans900_x_black", Helvetica, Gotham, Arial, "sans-serif";
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px; }
    #footer .footer_left #footer_logo img {
      width: 25px;
      margin-right: 10px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
  #footer .footer_center #copyright {
    display: block;
    margin-bottom: 5px; }
  #footer .footer_center #footer_insight {
    display: block; }
    #footer .footer_center #footer_insight img {
      width: 15px;
      height: auto;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 5px; }
  #footer .footer_right {
    margin-bottom: 0; }
    #footer .footer_right .copyright_navigation {
      display: block;
      vertical-align: middle;
      margin: 0 0 15px 0; }
      #footer .footer_right .copyright_navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle; }
      #footer .footer_right .copyright_navigation li {
        display: inline-block;
        vertical-align: bottom;
        padding: 0;
        margin: 0 20px 0 0; }
      #footer .footer_right .copyright_navigation li:last-child {
        margin-right: 0; }
      #footer .footer_right .copyright_navigation .social {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px; }
        #footer .footer_right .copyright_navigation .social li {
          margin-right: 0 !important; }

@media screen and (min-width: 700px) {
  #footer #footer_locations .footer_left, #footer #footer_locations .footer_center, #footer #footer_locations .footer_right {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: 33.333%; } }
@media screen and (min-width: 1000px) {
  #footer #footer_copyrights .footer_left, #footer #footer_copyrights .footer_center, #footer #footer_copyrights .footer_right {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    width: 33.333%; }
  #footer #footer_copyrights .footer_left {
    text-align: left; }
  #footer #footer_copyrights .footer_center #copyright {
    display: block;
    margin-bottom: 10px; }
  #footer #footer_copyrights .footer_right {
    text-align: right; } }
