/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/
body,
body p,
p,
a{
    font-family: Arial, sans-serif!important;
	font-weight: normal!important;
}
body, textarea:focus, input:focus{
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.profile-name h1{font-size: 30px;}
.bookmark-actions a, 
.job-dashboard-actions li a {
    font-size: 11px;
}
@media (max-width:500px){
    .fb-page > span:nth-child(1) > iframe:nth-child(1){
        width: 300px!important;
    }
}
@media only screen and (max-width:480px) {
    .header .header-container .header-top .logo a img,
    .header.header-style-alternate:not(.header-scroll) .header-container .header-top .logo a img {
        max-height:35px!important;
    }
}