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

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/
/* need this to correct the background colour which is set to white by the template  */
body {
    background-color: #222222;
}


#fav-containerwrap {
	background: none ;
}

/* remove line at top and bottom of header */
#fav-container .fav-dark #fav-headerwrap {
	border-top: none;
	border-bottom: none;
}

#fav-advert .moduletable {
    margin: 0;
    padding: 11px 0px 0px 0px;
    padding-top: 0px;
}

#fav-advert {
    padding-left: 0px;
}

.alert#fav-advertwrap {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#fav-headerwrap {
    border-top: 1px solid #DDD;
    border-top-width: 0px;
    border-bottom: 1px solid #444;
}

#fav-nav .navigation li a {
    padding: none;
    margin: none;
}

#fav-nav li a, #fav-nav span.nav-header {
    color: rgba(255, 255, 255, 1);
}

.favnav {
    z-index: 100;
    position: relative;
    float: left;
}



.favslider .fav-next, .favslider .fav-prev {
   opacity: 0;
}

.thumbnail {
    border: 1px transparent;
}

h1, h2, h3 {
    line-height: 30px;
}

#fav-logo {  
    padding: 1px 0 0;   
}



.moduletable, div[class^='moduletable-'], div[class*=' moduletable-'] {
    text-align: justify;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

.fav-control-paging li a {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #777;
}



/* for BT Google Maps - color: black makes the info window text visible with dark template  */
.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
    color: black;
}


