/*
 Theme Name:   Poltrack Law
 Theme URI:    http://poltracklaw.com
 Description:  Restaurant and Cafe child theme
 Author:       Sarah Waldie
 Author URI:   http://sassafrasbiz.com
 Template:     restaurant-and-cafe-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  poltrack-law
*/

body {
  transition: all .3s ease;
  font-family: 'Cairo', sans-serif;
  
}

p {
font-size: 18px;
font-family: 'Cairo', sans-serif;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
 color: #1a398c !important;
}

a {
	color: #338dd0 !important;
}

a:hover {
	 color: #1a398c !important;
}

.home #masthead {
	background-color: rgba(255,255,255, 1);
	position: fixed;
}

#masthead {
	background-color: rgba(0,0,0,.05);
	position: relative;
}

.site-branding img {
	width: 20%;
	min-width: 50px;

}

.site-header .site-branding .site-title a{
	color: #1a398c !important;
	font-size: 14px;
}

.site-header .site-branding {
 float: left;
  width: 30%;
}


.home .banner {
position: relative;
top: 0px;}


.banner:before {
    background: rgba(26, 57, 140, 0.3);
/* 	background: rgba(0,0,0, 0.3); */
}

.banner-text {
	text-shadow: 0px 0px 50px rgba(0,0,0, 0.5);
}

.banner-text .title {
	font-family: 'Playfair Display', serif !important;
	letter-spacing: 1px;
	font-size: 40px !important;
	font-weight: 900 !important;
	line-height: 44px !important;
}

a.btn-green {
	display: none;
}

.banner-text p {
   font-size: 35px;
	font-family: 'Playfair Display', serif;
	padding-top: 15px;
}


@media only screen and (max-width: 767px) {
.banner .banner-text {
    background: #1a398c;
}
	
	.banner-text .title {
		font-size: 28px !important;
		line-height: 30px !important;
	}
	
	.banner-text p {
		font-size: 20px;
	}
}

.banner .btn-scroll-down span{
    left: 0px !important;
    background: transparent;
}


@media only screen and (max-width: 991px) {
span:after {
    background-size: 25px 12px;
    left: 0px !important;
}
}

h2.main-title {
	font-family: 'Playfair Display', serif !important;
	font-weight: 700 !important;
	font-size: 36px !important;
}

#about-section {
}

#accolades {
padding: 150px 0 !important;
background-color: #1a398c;
}

#accolades  .main-title {
color: #fff;
}


#accolades  .main-title:after {
background: #fff !important;
left: calc(50% - 33px);
}


#accolades  .col {
   width: 30%;
   min-width: 300px;
   	color: #fff;
	font-weight: 300;
	line-height: 1.4rem;
	font-size: 16px;
	white-space: pre-wrap;
	font-family: 'Cairo', helvetica, sans-serif;
}

#accolades  .row {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

@media screen and (min-width: 1200px) {
	#accolades .col {
	font-size: 17px;
}
	
}

#accolades  .col .img-holder{
    background-color: #fff !important;
    border: none;
    padding: 10px;
    	white-space: normal;

}


.featured-section .col .img-holder:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
}

.featured-section .col .img-holder img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.featured-section .col:nth-child(1):after {
	content: "\A Super Lawyers Rising Stars\A Top Family Law Attorneys Under 40\A New York Metropolitan Area\A 2017";
}

.featured-section .col:nth-child(2):after {
	content: "\A Super Lawyers Rising Stars\A Top Family Law Attorneys Under 40\A New York Metropolitan Area\A 2018";
}

.featured-section .col:nth-child(3):after {
	content: "\A North American Family Law Association \A Top 10 Family Law Attorneys Under 40\A New York Metropolitan Area \A 2018";
}

/*testimonials*/

.form-holder .img-holder {
	display: none;
}

#testimonials {
	background-color: #338dd0 !important;
	padding: 150px 0;
}

.section-6 .header .main-title::after {
 left: calc(50% - 33px);
}

.section-6:after {
    background: rgba(0, 0, 0, 0.0);
}

.section-6 .reservation-form {
    overflow: hidden;
    max-width: 100%;
    padding: 40px 40px;
    margin-bottom: 0;
    color: #313131;
}


/*contact section*/

#contact-section {
padding: 150px 0 !important;
background-color: #f0f0f0;
}

.contact-section .header .main-title::after {
 left: calc(50% - 33px);
}

.contact-section .col.right {
width: 100%;
display: block;
margin: 0 auto;
}

.contact-information {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.office-location-heading {
font: 500 30px "Playfair Display", serif;
color: #1a398c;
}

.manhattan, .westchester {
min-width: 300px;
padding: 15px;
margin: 20px;
}

.manhattan p, .westchester p {
line-height: 10px;
padding: 0;
}

.manhattan p.ph-email, .westchester p.ph-email {
font: 700 18px "Playfair Display", serif;
}

.manhattan p.address, .westchester p.address {
font: 300 18px "Playfair Display", serif;
}