body {
	color: #303030;
    font-family: 'Georgia';
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

p {
    font: 16px/24px "Georgia",serif;
    color: #303030;
	margin-bottom:30px;
}	

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#303030;
    font-family: 'Georgia';
	margin: 0;
	font-weight: 400;
}

h4 {
	font-size:26px;
	line-height:30px;
	margin:6px 0 35px;
}

.container {
	width:100%;
	max-width:1170px;
	margin:0 auto;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top:105px;
}

a, a:hover {
	color:#213871;
}

a,
a:hover,
button {
	text-decoration: none;
	transition: .3s;
}

*,
div,
input {
	outline: 0 !important;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hamburger-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 32px 4px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 32px 4px rgba(0,0,0,.05);
    box-shadow: 0 1px 32px 4px rgba(0,0,0,.05);
    max-width: 320px;
	width:100%;
    z-index: 777;
    position: fixed;
    top: 0;
    right: -325px;
    background: #fff;
    height: 100%;
	overflow:auto;
	overflow-x:hidden;
	padding:90px 35px 35px;
	transition:.4s;
}

.hamburger-menu.act {
    right: 0;
	transition:.4s;
}

.menu-close {
    background: url(../images/close.png) no-repeat center;
    width: 48px;
    height: 48px;
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
	cursor:pointer;
	transition:.4s;
}

.menu-close:hover {
    opacity: 0.5;
	transition:.4s;
}

.hamburger-menu ul li {
	position:relative;
}

.hamburger-menu ul li a {
	line-height:50px;
	display:table;
	width:100%;
	padding:0 0 0 28px;
	position:relative;
	color:#515151;
	font-size:18px;
}

.hamburger-menu ul li.current_page_item a,
.hamburger-menu ul li a:hover {
	color:#213871;
}

.hamburger-menu ul li a::after {
    content: "";
    background: #213871;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 22px;
    left: 0;
    border-radius: 50%;
	opacity:0;
	transition:.4s;
}

.hamburger-menu ul li:hover a::after ,
.hamburger-menu ul li.current_page_item a::after {
	opacity:1;
	transition:.4s;
}


header {
	background:#fff;
	height: 150px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.24);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.24);
	box-shadow: 0 0 5px rgba(0,0,0,.24);
	position:fixed;
	top:0;
	right:0;
	left:0;
	width:100%;
	z-index:666;
	transition:.4s;
}

.scrolling header {
	height:110px;
	transition:.4s;
}

.logo {
    display: table;
    margin: 0 auto;
    padding-top: 24px;
}

.logo img {
	max-width:100%;
	margin:0 auto;
	transition:.4s;
}

.scrolling .logo img {
	max-width:250px;
	margin:0 auto;
	transition:.4s;
}

.top-phone {
    font-size: 21px;
    color: #303030;
    display: inline-block;
    line-height: 105px;
    padding:0 15px;
    transition:.4s;
}

.top-phone:hover {
    color: #213871;
}

.menu-trigger {
    position: relative;
    float: right;
    height: 105px;
    padding: 43px 15px 0;
	cursor:pointer;
    transition:.4s;
}

.menu-trigger span {
	width:18px;
	height:2px;
	background:#303030;
	margin-bottom:5px;
	display:block;
	transition:.4s;
}

.menu-trigger:hover span {
    background: #213871;
	transition:.4s;
}

.about-inner {
	padding:0;
}

.page-title {
    color: #7c7c7c;
    font-size: 35px;
    font-style: italic;
    padding: 70px 0 0;
    line-height: 35px;
}

.about-info {
	padding:25px 0;
}

.about-info img {
	border-radius:2px;
}

.img-full { width:100%; }

.about-info p:last-child {
	margin-bottom:0px;
}

.students-about {
	padding:50px 0 45px;
}

.students-about p:last-child {
	margin-bottom:0px;
}

.students-about img {
	border-radius:2px;
}

.cinfo a {
	color:#213871;
    border-bottom: 1px solid #213871;
}	

hr {
	border-top:1px solid #eaeaea;
	margin:0;
}

footer .search {
	background:url(../images/footer-bg.jpg) no-repeat center;
	background-size:cover;
}

footer .search-form {
	background:#171717;
	background:rgba(23,23,23,0.8);
	padding:25px 0;
}

footer .search-form form {
	background:#fff;
	height:52px;
	width:100%;
	max-width:560px;
	margin:0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	padding-right:40px;
	position:relative;
}

footer .search-form form input {
    width: 100%;
    font-size: 14px;
    height: 52px;
    background: transparent;
    border: none;
    padding: 0 20px;
}

footer .search-form form button {
    height: 52px;
    position: absolute;
    top: 0;
    right: 10px;
    background: transparent;
    border: none;
    color: #303030;
    font-size: 14px;
    padding: 0 10px;
}

.footer-links {
    background: #f2f2f2;
    border-bottom: 1px solid #e9e9e9;
    height: auto;
}

.footer-links ul li {
	display:inline-block;
	margin:0 23px;
}

.footer-links ul li a {
    color: #6c6c6c;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 65px;
    padding: 0;
    display: table;
}

.footer-links ul li a:hover{
	color:#303030;
}

.footer-content {
	padding:55px 0 40px;
}

.footer-cinfo {
	margin:30px 0 15px;
}

.footer-cinfo li {
	color:#393a3d;
	font-size:14px;
	display:inline-block;
	margin:0 26px;
}

.footer-cinfo li.phone a, .footer-cinfo li.map a, .footer-cinfo li.mail a:hover {
	color:#393a3d;
	border:0;
}

.footer-cinfo li.mail a, .footer-cinfo li.phone a:hover, .footer-cinfo li.map a:hover {
	color:#213871;
	border-bottom:1px solid #213871;
}

.footer-cinfo li.social-media a {
	color:#393a3d;
	font-size:24px;
	padding-left:5px;
}

.footer-cinfo li.social-media a:hover {
	color:#213871;
}

.footer-content p {
	color:#8b8b8b;
	font-size:12px;
	margin-bottom:10px;
}

.students-info {
	padding:50px 0 15px;
}

.students-info .row {
	margin-bottom:60px;
}

.students-info h4 {
	color:#213871;
	font-style:italic;
	margin:5px 0 18px;
	font-size:24px;
}

.students-info img {
	border-radius:2px;
}

.practice-inner {
	padding-bottom:50px;
}

.careers-inner {
	padding:50px 0 110px;
}

.careers-inner img {
	margin-bottom:50px;
	border-radius:2px;
}

.careers-inner p {
	max-width:770px;
	margin:0 auto;
}

.lawyers-list {
	padding:60px 0;
}

.lawyer-item {
	position:relative;
	margin-bottom:40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 65px 11px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 65px 11px rgba(0,0,0,0);
	box-shadow: 0 0 65px 11px rgba(0,0,0,0);
	transition:.4s;
}

.lawyer-item:hover {
	transition:.4s;
	-webkit-box-shadow: 0 0 65px 11px rgba(0,0,0,.24);
	-moz-box-shadow: 0 0 65px 11px rgba(0,0,0,.24);
	box-shadow: 0 0 65px 11px rgba(0,0,0,.24);
}

.lawyer-item:hover .lawyer-name {
	background:#fff;
	color:#293f76;
	transition:.4s;
}

.lawyer-name {
	transition:.4s;
	background:rgba(7, 23, 63, 0.9);
	padding:30px 15px;
	color:#fff;
	position:absolute;
	bottom:83px;
	left:12px;
	font-size:30px;
	font-style:italic;
}

.lawyer-email {
    line-height: 60px;
    color: #6c6c6c;
    font-size: 14px;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    right: 0;
}

.lawyer-email i {
	color:#213871;
	margin-right:10px;
}

.lawyers-list p {
	font-size:16px;
	line-height:24px;
	color:#7c7c7c;
	margin-bottom:40px;
}

.lawyers-single {
	padding:75px 0 60px;
}

.newsletters h5, .lawyers-single h2, .blog-single h3, .sitemap h2, .blog-single h1 {
	color:#20366e;
	font-size:20px;
	font-style:italic;
	margin-bottom:10px;
}

ul.list, .article-section ul, .lawyer-details .col-sm-8 ul {
	margin-bottom:30px;
}

.list li, .article-section ul li, .lawyer-details .col-sm-8 ul li {
	position:relative;
	padding:0 0 4px 20px;
}

.list li::before, .article-section ul li::before, .lawyer-details .col-sm-8 ul li::before{
    content: "";
    background: #303030;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.list li li, .article-section ul li li, .lawyer-details .col-sm-8 ul li li {
	padding-left:10px;
}

.list li li::before, .article-section ul li li::before, .lawyer-details .col-sm-8 ul li li::before {
	width:6px;
	height:1px;
	left:-4px;
}

.article-section ol {
   list-style-type: decimal; 
   list-style-position: inside; 
   margin-left:0;
   padding-left:0;
   margin-bottom:30px;
}

.article-section ol li {
	list-style-type: decimal; 
	list-style-position: inside; 
	letter-spacing:-0.04em;
	margin-bottom:8px;
	margin-left:0;
}

.lawyers-single .head {
	margin-bottom:50px;
}
	
.lawyers-single .head h2 {
	color:#7c7c7c;
	font-size:35px;
	font-style:italic;
}

.lawyers-single .head a {
	color:#213871;
	float:right;
}

.lawyers-single .head a i {
	font-size:12px;
	margin-right:5px;
}

.lawyers-single .head a span {
	font-style:italic;
}

.lawyers-single .head a span:hover {
	border-bottom:1px solid #213871;
}

.lawyer-profile h3 {
	color:#20366e;
	font-size:25px;
	font-style:italic;
	margin:30px 0 25px;
	line-height:30px;
}

.lawyer-cinfo {
	margin-bottom:40px;
}

.lawyer-cinfo a {
	color:#6c6c6c;
	font-size:14px;
}

.lawyer-cinfo a i {
    font-size: 12px;
    color: #213871;
    min-width: 21px;
}

.lawyers-single p a {
	color:#213871;
}

.lawyers-single p a:hover {
	border-bottom:1px solid #213871;
}

.list a {
	font-size:18px;
	color:#303030;
	font-style:italic;
}

.list a:hover {
	color:#213871;
}

.more-lawyers {
	padding:65px 0 0;
}

.more-lawyers h4 {
	font-size:25px;
	color:#20366e;
	font-style:italic;
	margin-bottom:20px;
}

.contact {
	padding:40px 0 90px;
}

.contact .col-sm-6:first-child {
	padding-right:43px;
}

.contact .col-sm-6:first-child img {
	border-radius:2px;
	margin-bottom:30px;
}

.page-id-19 small {
	font-size:16px;
	color:#20366e;
	font-style:italic;
	display:block;
	margin-bottom:25px;
}

.contact-form {
	background:#efefef;
	padding:40px 35px;
	border-radius:4px;
}

.contact-form h5 {
	font-size:20px;
	color:#20366e;
	font-style:italic;
	margin-bottom:4px;
}

.contact-form p {
	font-size:14px;
}

.contact-form label {
	font-size:12px;
	color:#303030;
	text-transform:uppercase;
	padding:0 0 4px 2px;
	font-weight:400;
	display:block;
	margin:0;
}

.contact-form input, .contact-form textarea, .contact-form select {
	width:100%;
	padding:0 20px;
	font-size:14px;
	color:#303030;
	height:45px;
	background:#fff;
	border:none;
	margin-bottom:28px;
}

.contact-form textarea {
	padding:20px;
	height:140px;
	margin-bottom:40px;
}

.contact-form button {
	background:#213871;
	color:#fff;
	font-size:14px;
	height:42px;
	border:none;
	min-width:230px;
	padding:0 15px;
	line-height:42px;
	text-align:center;
	border-radius:2px;
}

.contact-form button:hover {
	opacity:0.8;
}

.contact-form a.form-popup2 {
	background:#213871;
	color:#fff;
	display:inline-block;
	font-size:14px;
	height:42px;
	border:none;
	min-width:230px;
	padding:0 15px;
	line-height:42px;
	text-align:center;
	border-radius:2px;
}

.contact-form a.form-popup2:hover {
	opacity:0.8;
}

#map {
    width: 100%;
	height: 360px;
}

.newsletters {
	padding:75px 0 130px;
}

.newsletters-list a {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 20px;
    font-style: italic;
    display: table;
    width: 100%;
    margin-bottom: 5px;
	text-decoration:none !important;
}

.newsletters-list a:hover {
	border:1px solid #213871;
	background:#213871;
	color:#fff;
}

.blog-listing {
	padding:40px 0 100px;
}

.blog-single {
	padding:40px 0 60px;
}

.slider .item-inner {
	background:#000;
	padding:240px 0 45px;
	position:relative;
}

@media ( min-width:768px ) {
	.slider .item-inner {
    	 min-height:700px;
    }
}

@media ( max-width:767px ) {
	.slider .item-inner {
    	 min-height:550px;
    }
}

.slider .item-inner .item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    /*opacity: 0.52;*/
	opacity: 0.9;
}

.slide-caption {
	text-align:center;
	padding:0 15px;
	position:absolute;
	z-index:44;
}

@media ( max-width:767px ) {
	.slide-caption {
    	top:50%;
    	left:50%;
    	transform:translate(-50%,-50%);
    }
}

@media ( min-width:768px ) {
	.slide-caption {
    	bottom:50px;
    	left:50%;
    	transform:translateX(-50%);
    }
}

.slide-caption h2 {
	background:rgba(2,20,65,0.89);
	color:#fff;
	font-size:40px;
	padding:35px 80px 35px;
	line-height:50px;
	display:table;
	margin:0 auto;
}

.slide-caption a {
    color: #04070f;
    font-size: 11px;
    text-transform: uppercase;
    width: 190px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.21);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.21);
    box-shadow: 0 3px 5px rgba(0,0,0,.21);
    line-height: 40px;
    letter-spacing: 0.24em;
    display: table;
    margin: -18px auto 0;
}

.slide-caption .dots {
	position:absolute;
	top:12px;
	left:0;
	right:0;
}

.slide-caption .dots span {
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
}

.slide-caption .dots span.active {
	background:#fff;
}

.home .lawyers-list {
	padding:105px 0 45px;
	background:#f1f2f3;
}

.home .lawyers-list h5 {
	color:#20366e;
	font-size:25px;
	font-style:italic;
	margin-bottom:20px;
}

.home-widgets {
	padding:85px 0 55px;
}

.widget-1 {
	padding-bottom:30px;
}

.widget-1 h3 {
    font-size: 33px;
    line-height: 100%;
    margin-bottom: 33px;
}

.widget-1 img {
	margin-bottom:25px;
}

.widget-1 p {
	font-size:14px;
	color:#303030;
	line-height:21px;
	margin-bottom:25px;
}

.widget-2 h4 {
	color:#7c7c7c;
	font-size:24px;
	font-style:italic;
	margin:0 0 40px;
}

.widget-2 ul li a:focus,
.widget-2 ul li a {
    color: #303030;
    padding: 3px 0;
    background: #fff url(../images/arrow.png) no-repeat right top;
    margin-bottom: 8px;
    display: table;
    width: 100%;
	position:relative;
}

.widget-2 ul li.active a ,
.widget-2 ul li.active a:hover ,
.widget-2 ul li a:hover {
    background: #213871 url(../images/arrow.png) no-repeat right top;
    color: #fff;
    padding: 3px 19px;
}

.widget-2 ul li a::after {
    content: "\2192";
    position: absolute;
    left: -12px;
    top: 2px;
    color: #fff;
	opacity:0;
	transition:.4s;
}
.widget-2 ul li.active a:after ,
.widget-2 ul li a:hover:after {
    left: -2px;
	opacity:1;
	transition:.4s;
}

.blog-listing ul.list li a {
	font-size:16px;
	font-style:normal;
}

.bcrumb li {
	float:left;
	margin-right:20px;
	font-size:12px;
	position:relative;
}

.bcrumb li::after {
    content: "/";
    position: absolute;
    right: -12px;
    top: 0;
}

.bcrumb li:last-child:after {
	display:none;
}

.bcrumb li span,
.bcrumb li a {
	color:#404040;
	line-height:24px;
}

.author-info {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding:20px 0 24px;
	margin-bottom:30px;
}

.author-info small {
    color: #213871;
    font-style: italic;
	font-size:16px;
	display:block;
	margin-bottom:10px;
}	

.author-info span::after {
	content:" / ";
}

.author-info span:last-child::after {
	content:"";
}

.author-info a {
	font-size:18px;
	color:#303030;
}

.author-info a:hover {
    color: #213871;
}

.bg-overlay {
	background:#000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:888;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.bg-overlay.act {
	opacity:0.88;
	visibility:visible;
	transition:.4s;
}

.popup, .popup2 {
    background: #fff;
    padding: 65px 35px 40px;
    border-radius: 3px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    width: 90%;
    max-width: 560px;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
	text-align:center;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.popup.act, .popup2.act {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.popup p, .popup2 p {
	font-size:14px;
	line-height:21px;
	color:#6c6c6c;
	margin-bottom:45px;
}

.popup a, .popup2 a {
	line-height:34px;
	display:inline-block;
	padding:0 18px;
	border-radius:3px;
	background:#273c70;
	color:#fff;
	font-size:14px;
}

.popup a:hover, .popup2 a:hover {
	background:#213871;
}

.popup-close {
	font-size:14px;
	color:#969696;
	cursor:pointer;
	transition:.4s;
	position:absolute;
	top:20px;
	right:20px;
	z-index:44;
}

.popup-close:hover {
	color:#303030;
	transition:.4s;
}

.areas-of-law {
	padding-top:50px;
}

.areas-of-law .widget-2 {
	border-right:1px solid #e2e2e2;
	padding-right:30px;
}

.areas-of-law .tab-content h2, .areas-of-law .tab-content h3, .about-info h2 {
	color:#213871;
	font-style:italic;
	font-size:24px;
	margin:0 0 30px;
}

.dots {
	display:none;
}

.hero-slider {
	position:relative;
	text-align:center;
}

.hero-slider .slick-dots {
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.hero-slider .slick-dots li {
	display:inline-block;
	margin:0 2px;
}

.hero-slider .slick-dots li button {
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    padding:0;
    font-size:0px;
    background:transparent;
    opacity:1;
}

.hero-slider .slick-dots li.slick-active button {
	background:#fff;
	opacity:1;
}

@media only screen and (min-width: 993px) {

.students-info .col-sm-9 {
	padding:0 150px 0 30px;
}

.blog-single .col-sm-8 {
    padding-right: 100px;
}

.students-about .col-sm-8 {
    padding-right: 70px;
}

}

@media only screen and (min-width: 768px) {

.top-phone {
    line-height: 150px;
}

.menu-trigger {
    height: 150px;
    padding: 68px 15px 0;
}

.scrolling .top-phone {
    line-height: 110px;
    transition:.4s;
}

.scrolling .menu-trigger {
    padding: 46px 15px 0;
    transition:.4s;
}

.widget-1 {
	border-right:1px solid #e2e2e2;
	padding-right:60px;
}

.areas-of-law .widget-2 {
    border-right: 1px solid #e2e2e2;
    padding-right: 30px;
}

.areas-of-law .tab-content {
    padding: 0 0 0 50px;
}

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

.areas-of-law .tab-content {
	padding-left:20px;
}
	
.footer-content p br {
	display:none;
}

.lawyer-email {
    font-size: 12px;
    padding: 0 10px;
}

.lawyer-name {
    padding: 20px 15px;
    font-size: 19px;
}

.widget-2 ul li a:focus, .widget-2 ul li a {
    font-size: 14px;
}

}

@media only screen and (min-width: 250px) and (max-width: 767px) {

header {
    height: 105px !important;
}

.students-info h4 {
    margin: 25px 0 18px;
}

.areas-of-law .tab-content {
    padding: 50px 0 0 0;
}

.students-about .col-sm-8 {
	margin-bottom:30px;
}

.footer-content p br {
	display:none;
}

.about-info p:last-child {
    margin-bottom: 30px;
}

.about-info + hr + .about-info img {
	margin-bottom:30px;
}

}

@media only screen and (min-width: 250px) and (max-width: 419px) {

.scrolling .logo img {
    max-width: 100%;
}

p.cinfo {
    font-size: 13px;
}	

.logo {
    padding-top: 38px;
    max-width: 125px;
}

.slide-caption h2 {
    font-size: 29px;
    padding: 35px 20px 35px;
    line-height: 35px;
}

.slide-caption h2 br {
	display:none;
}

.footer-links {
    height: auto;
    padding: 10px 0 0;
}

.footer-links ul li a {
    line-height: 29px;
    padding: 0;
}

}

@media only screen and (min-width: 420px) and (max-width: 767px) {

.logo img {
    max-width: 250px;
}

.footer-cinfo li {
    font-size: 13px;
    margin: 0 8px;
}

.lawyers-list .col-sm-4 {
	width:50%;
	float:left;
}

.lawyer-name {
    padding: 20px 15px;
    font-size: 23px;
}

.footer-links ul li {
	margin:0 13px;
}

}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.footer-cinfo li {
    font-size: 13px;
    margin: 0 14px;
}

.students-info .col-sm-3 {
	width:30%;
	float:left;
}

.students-info .col-sm-9 {
	width:70%;
	float:left;
}

.students-info h4 {
    margin: 5px 0 18px;
}

}

.search-result {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #e1e1e1;
}

.search-result:last-child {
	border:0;
	margin:0;
	padding:0;
}

.search-result h2 {
	margin:0 0 15px 0;
}

.search-result p {
	margin:0 0 15px 0;
}

.page-id-8 .lawyer-details {
    column-count: 3;
    column-gap: 1em;
    margin-bottom: 65px;
}
.page-id-8 .lawyer-details .col-sm-4 {
    display: inline-block;
	float:none;
    margin: 0;
    width: 100%;
}
@media only screen and (min-width: 250px) and (max-width: 419px) {
    .page-id-8 .lawyer-details {
        column-count: 1;
        column-gap: 1em;
    }
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
    .page-id-8 .lawyer-details {
        column-count: 2;
        column-gap: 1em;
    }
}

.email-popup {
	cursor:pointer;
}

.spacer {
	padding:20px 0;
}

.pagination .page-numbers {
	font-size:16px;
	line-height:24px;
	margin:0;
	display:inline-block;
	padding-right:5px;
}

.pagination .page-numbers:hover {
	color: #303030;
}

.btn-primary {
	color:#fff !important;
}

.popup2 .wpcf7-submit {
	background:#213871;
	color:#fff;
	display:inline-block;
	font-size:14px;
	height:42px;
	border:none;
	max-width:230px;
	padding:0 15px;
	line-height:42px;
	text-align:center;
	border-radius:2px;
}

.popup2 .wpcf7-submit:hover {
	opacity:0.8;
}

.about-info img {
	margin-bottom:30px;
}

.about-info a:hover {
	border-bottom:1px solid #213871;
}