/*
/   name           Atelier
/   version        1.5
/   description    Responsive and customizable Joomla! template
/   demo           http://demo.favthemes.com/atelier
/   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-nav .favnav {
    z-index: 100;
    position: relative;
    float: none !important;
    text-align: center;
  	margin:0 auto;
  	border-top: 0px solid #ccc;
  	border-bottom: 0px solid #ccc;
}
.favnav ul.nav {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block; 	
}
h1 {color:#33cccc;font-size:28px;}
h2 {color:#4b5767;font-size:24px;}
h3 {color:#4b5767;font-size:18px;}
ul {
    list-style-type: inherit;
    padding-left: 30px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12pt;
    line-height: 1.42857143;
    color: 
    #4b5767;
}
.favth-container {
    border: 1px solid #ccc;
}
p img {padding: 0px;background-color:transparent;}
.favnav ul.nav > li > a, .favnav ul.nav > li > .nav-header {
    margin: 0px px 0px 0px;
    padding: 11px;
}
.pull-none.item-image img, .pull-none.item-image .img_caption {
    width: 60% !important;
}