/*
Theme Name: Law Firm Sites
Theme URI: http://www.lawfirmsites.com/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1
Author: Law Firm Sites
Author URI: http://www.lawfirmsites.com/
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: 
License URI: 
*/

/* FONT FACE
=================================*/
@font-face { font-family: Manrope; src: url('fonts/Manrope-Light.ttf') format("truetype"); font-weight: 300; }

@font-face { font-family: Manrope; src: url('fonts/Manrope-Regular.ttf') format("truetype"); font-weight: normal; }

@font-face { font-family: Manrope; src: url('fonts/Manrope-Medium.ttf') format("truetype"); font-weight: 500; }

@font-face { font-family: Manrope; src: url('fonts/Manrope-SemiBold.ttf') format("truetype"); font-weight: 600; }

@font-face { font-family: Manrope; src: url('fonts/Manrope-Bold.ttf') format("truetype"); font-weight: 700; }

@font-face { font-family: Manrope; src: url('fonts/Manrope-ExtraBold.ttf') format("truetype"); font-weight: 800; }

.callbar-section .wrap { padding: 5rem 0 3rem; max-width: 60rem; margin: 0 auto; }.callbar-section .callbar-flex { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }.callbar-section .callbar-flex .img { width: 39%; }.callbar-section .callbar-flex .desc { width: 55%; }.callbar-section h3 { margin-bottom: 1rem; }.callbar-section p { margin-bottom: 1.875rem; font-size: var(--px20); line-height: 1.3em; }@media (max-width: 991px) {	.callbar-section { text-align: center; }	.callbar-section .callbar-flex .img, .callbar-section .callbar-flex .desc { width: 100%; }	.callbar-section .callbar-flex .img { margin-bottom: 1.5rem; }}