/*
/   name           Favourite
/   version        4.2
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/favourite
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2018 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/
#fav-breadcrumbs .breadcrumb > li > .divider {
    padding: 0 5px;
    color: #0099ff;
}
/*.fav-container .btn-primary*/

.fav-container .btn-primary a
{
color:#fff;	
}
.fav-container .btn-outline-primary a
{
color:#0099ff;	
}

.fav-container .btn-outline-primary {
    color: #0099ff;
    background-color: transparent;
    background-image: none;
    border-color: #0099ff;
}

td i[class*=" fa-"] {
    font-size: 48px;
    padding-right: 0.6em;
}

.favth-social-block {
    padding-top: 0px;
    padding-bottom: 0px;
}

.favth-social-alert {
    padding: 3px;
    margin-bottom: 3px;
    border: 1px solid #fff;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #fff;
        border-left-color: transparent;
    border-radius: 0px;
}
.fav-container a.text-logo {
	margin-top:-1em;
    font-style: normal;
	font-size: 26px;
    text-align: center;
	margin-right: 2em;
	color: #09f;
}
#fav-headerwrap p a {
	font-weight: 700;
}

.media-logo img {
	max-width:65%;
	height:auto;
}

@media (max-width: 991px) {
	
#fav-logo.favth-col-sm-12 img {
	max-width:30%;
	height:auto;
}	
.fav-container a.text-logo {
  margin-top: -.5em;
  font-size: 26px;
  text-align: left;
  color: #09f;
  margin-left: 2em;
}
}
@media (max-width: 767px) {

.text-logo {
margin-top: -1.3em;
font-style: normal;
font-size: 14px;
text-align: center;
color: #09f;
font-weight: 600;
}
.text-logo:hover {
color: #09f;
}
	
.media-logo img {
	max-width:100%;
	height:auto;
}	

}

