/*
Theme Name: The Law Child
Theme URI: http://themetor.com
Author: ThemeTor
Author URI: http://themetor.com
Description: Child theme for The Law WordPress theme 
Template: thelaw
Version: 1.0
*/

@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
@import url("../thelaw/style.css");


body, h1, h2, h3, h4, h5, h6, .tab-content-items h3, ul.comment-list .commentmetadata a, .services h3 small,.service-i h3 small, .sf-menu a{
	font-family: "Alef Hebrew", "Tahoma", Helvetica, Arial !important;
}

body{
	color: #555 !important;
}

nav.main{
	float: right;
	margin-right: 60px;
}

.left-logo{
	float: left;
	background: url('images/left-logo.png') no-repeat;
    width: 150px;
    height: 80px;
    background-size: auto 100%;
    background-position: center center;
    margin: 30px 0;
}

.sticky .left-logo{
	margin: 18px 0 0;
}

.footer-last{
	border: solid 2px rgba(198,198,198,0.5);
}

.circle-image img{
	border-radius: 50%;
}

p{
	line-height: 1.3;
}

.page-title{
	padding: 30px 0;
	white-space: normal !important;
	line-height: 40px;
}

.breadcrumb-place{
	height: auto !important;
	line-height: auto !important;
}

.wpb_wrapper{
	font-size: 1.1em;
}

.wpb_wrapper i{
	margin-top: 10px;
	display: inline-block;
}

@media (max-width: 1180px){
	.left-logo{
		display: none;
	}
}