/*
 Theme Name:     Better Child
 Theme URI:      http://demo.krownthemes.com/better/
 Description:    A basic child theme for the Better theme.
 Author:         RubenBristian
 Author URI:     http://rubenbristian.com
 Template:       better
 Version:        1.0
*/

@import url("../better/style.css");

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/


html {
overflow-x: hidden;
width: 100%;
background: url(http://www.alimi-avocats.fr/wp-content/themes/better/images/bg.png) #FFFFFF !important;
}

hr {
  height: 1px;
  padding: 0;
  color: #666;
  background-color: #666;
  border: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

#header {
	position: relative;
	background: white;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.page-id-37 #page-title, .blog #page-title {
    position: relative;
    background: #fff;
    display: none;
}

.single-post #page-title .title {
    position: relative;
    background: #fff;
    display: none;
}

.single-post #page-title #breadcrumbs {
    float: left !important;
}

body::before {
	border-right: none;
}

body {
	font-family: 'Frank Ruhl Libre', Helvetica, Arial, sans-serif !important;
	color: #656565;
	font-size: 14px;
	line-height: 24px;
	width: 1140px;
	font-weight: 500;
	margin: 0 auto 0;
	position: relative;
	border: #CCC solid thin;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Frank Ruhl Libre', Helvetica, Arial, sans-serif !important;
margin-bottom: 5px;
}

#mini {
	display: none;
}

#main-menu {
	position: relative;
	height: 60px !important;
}


#logo {
	margin: -12px 0 0 0;
	display: inline-block;
	height: 70px !important;
}

#logo img{
	width: 50%;
	margin: 0 0 0 0;
}


#content {
    margin: 0 auto;
    padding: 60px 0 60px;
}

.krown-promo{
	background-color: #EEE !important;
}

.krown-promo p, .krown-promo span{
	color: #333 !important;
}

.top-menu {
	margin: 15px 0 0 0;
	display: inline-block !important;
}

.top-menu > li > a {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	padding: 0 20px 11px;
	border-bottom: 21px solid transparent;
}

.sub-menu {
	position: absolute;
	left: 0;
	top: 46px;
	display: none;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .06);
	margin: 0;
	z-index: 9999;
}

.bx-viewport {
    height: 120px !important;
}

.widget_recent_entries {
	margin: 0 0 0 0;
}

#footer {
	min-height: 100px;
	background: black !important;
	padding: 40px 0 40px;
	margin: 0 0 40px 0;
	color: #FFF !important;
}

.footer-top {
	line-height: 18px;
	border-bottom: 1px solid #3D3D3D;
	padding-bottom: 0px;
}

.footer-left, .footer-right {
	width: 30% !important;
	margin-bottom: 10px !important;
}

.footer_email:hover::before, .footer_phone:hover::before, .footer_address:hover::before {
	color: white !important;
}

#copy {
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	clear: left;
	color: #666 !important;
}


@media all and (max-width: 740px) {

body {
	font-family: 'Frank Ruhl Libre', Helvetica, Arial, sans-serif !important;
	color: #656565;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	font-weight: 500;
	margin: 0 auto 0;
	position: relative;
	border: #CCC solid thin;
}

#mini {
	display: none;
}

#main-menu .responsive-menu {
   display: block;
}

#content {
    margin: 0 auto;
    padding: 30px 0 30px;
}

.krown-column-container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px;
}

.krown-column-row {
    margin-bottom: 40px;
}

.span3 {
	border-bottom: solid 1px #CCC;
}

.span4 img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.is-style-squared {
    border: none;
    border-radius: 0px !important;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    line-height: 14px !important;
    margin: 0;
    padding: 11px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    word-break: break-all;
}

#footer {
	min-height: 100px;
	background: black !important;
	padding: 40px 0 40px;
	margin: 0 0 40px 0;
	color: #FFF !important;
}

.footer-left, .footer-right {
	width: 100% !important;
	margin-bottom: 10px !important;
	float: left;
}

.footer-top, .footer-bottom {
	text-align: center;
}

.footer-bottom * {
   font-size: 16px;
}

.footer-bottom .icon-set-lsi_widget-3 {
	text-align:center !important;
}

#copy {
	text-align:center !important;
}
}