/*
*   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

#fav-nav {
    margin-left: 0;
}
.favnav {
    z-index: 100;
    position: relative;
    display: table;
    margin: 0px auto;
    padding-bottom: 0px;
    float: none !important;
}
#fav-topbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
#fav-container {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.27);
}
                        
 .customHr {
    width: 95%
    font-size: 1px;
    color: rgba(0, 0, 0, 0);
    line-height: 1px;

    background-color: grey;
    margin-top: -6px;
    margin-bottom: 10px;
}

.roundrect {
border-radius: 15px;
}

div.rounded-corners {     
    height: 400px;
    width: 800px; 
    border-radius: 50%;
    overflow: hidden;
}
p.para_text_align {
    display: block;
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
}

#fav-noticewrap.alert {
  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-notice {
  padding-left: 0px;
}
#fav-notice .moduletable {
  margin: 0;
  padding: 0px 0px 0px 0px;
}
#fav-noticewrap h3 {
  margin: 0;
}
.moduletable-sfx18 {
  padding: 13px 21px 7px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable-sfx18 h3 {
  font-size: 14px;
  color: #444;
  margin-bottom: 18px;
  margin-top: 0px;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 8px;
}
.moduletable-sfx18 h3 i {
  background-color: #9e9e9e;
  color: #FFF;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


