/*
Theme Name: Southland Theme
Version: 2.4,1.0
Author: Service Center
Author URI: http://www.servicecenter1.com
Template: enfold
*/
/*
 * 

Desktop Styles

================================================== */

/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle svg {
display: block;
height: auto;
max-width: 50px !important;
}
#footer .social_bookmarks li {
clear: none !important; border-style: none !important;
font-size: 17px !important;
visibility: visible !important;
}

#footer .social_bookmarks li a{
font-size: 17px !important;
border-radius: 40px !important;
border: 80px !important;
visibility: visible !important;
}
#footer .social_bookmarks li a {
visibility: visible !important;
}
.social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
    font-family: 'social-media';
    content: '';
}
.social_bookmarks_mail a::before, .av-social-link-mail a::before {
    font-family: 'social-media';
    content: '';
}
.social_bookmarks_yelp a::before, .av-social-link-yelp a::before {
    font-family: 'entypo-fontello';
    content: '';
}
#top #wrap_all .av-social-link-yelp:hover a {
background-color: red;
color: white;
}
#top #wrap_all .av-social-link-google-maps:hover a {
background-color: #bf5639;
color: white;
}

}

/*

Mobile Styles

================================================== */

/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle svg {
display: block;
height: auto;
max-width: 50px !important;
}
#footer .social_bookmarks li {
clear: none !important; border-style: none !important;
font-size: 17px !important;
visibility: visible !important;
}

#footer .social_bookmarks li a{
font-size: 17px !important;
border-radius: 40px !important;
border: 80px !important;
visibility: visible !important;
}
#footer .social_bookmarks li a {
visibility: visible !important;
}
.social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
    font-family: 'social-media';
    content: '';
}
.social_bookmarks_mail a::before, .av-social-link-mail a::before {
    font-family: 'social-media';
    content: '';
}
.social_bookmarks_yelp a::before, .av-social-link-yelp a::before {
    font-family: 'entypo-fontello';
    content: '';
}
#top #wrap_all .av-social-link-yelp:hover a {
background-color: red;
color: white;
}
#top #wrap_all .av-social-link-google-maps:hover a {
background-color: #bf5639;
color: white;
}

}

@media only screen and (max-width: 480px) {
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle svg {
display: block;
height: auto;
max-width: 50px !important;
}
#footer .social_bookmarks li {
clear: none !important; border-style: none !important;
font-size: 17px !important;
visibility: visible !important;
}

#footer .social_bookmarks li a{
font-size: 17px !important;
border-radius: 40px !important;
border: 80px !important;
visibility: visible !important;
}
#footer .social_bookmarks li a {
visibility: visible !important;
}
.social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
    font-family: 'entypo-fontello';
    content: '';
}
.social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
    font-family: 'social-media';
    content: '';
}
.social_bookmarks_mail a::before, .av-social-link-mail a::before {
    font-family: 'social-media';
    content: '';
}
.social_bookmarks_yelp a::before, .av-social-link-yelp a::before {
    font-family: 'entypo-fontello';
    content: '';
}
#top #wrap_all .av-social-link-yelp:hover a {
background-color: red;
color: white;
}
#top #wrap_all .av-social-link-google-maps:hover a {
background-color: #bf5639;
color: white;
}

}