/*
Theme Name: Barristar Child
Theme URI: http://themeforest.net/user/wpoceans/portfolio/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans
Description: Barristar – Lawyers attorneys and Law Firm WordPress Theme
Template:	barristar
Version: 1.0
Text Domain: barristar-child
*/

/* This is custom CSS by ABA */

html, body { 
	width: 100%;
	pverf;pw-x: hidden;
}

.global-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
    padding-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    color: #111111;
}

.h1_hero {
	font-weight: 800;
	font-size: 54 px;
	
	@media (max-width: 720px) {
		font-size: 28px;
	}
}


.tag-primary {
	display: inline;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 13px;
	padding-left: 13px;
	border: 2px solid #d63901;
	border-radius: 250px;
}

.tag-secondary {
	display: inline;
	font-size: 12px;
	color: #D63901;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 13px;
	padding-left: 13px;
	border: 2px solid #d63901;
	border-radius: 250px;
}

p {
	color: #262626 !important;
}

.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

a:hover {
	color: #4186ae;
	transition: all .25s;
}

blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #4186ae;
    font-size: 20px;
    padding: 35px;
}

blockquote p {
    font-family: 'Alegreya', serif;
    background-color: #f5f5f5;
    font-size: 20px;
    color: #333;
    font-style: normal;
}



