/*
 Theme Name:   SEOCrawler Child
 Theme URI:    http://demo.goodlayers.com/seocrawler
 Description:  Goodlayers SEOCrawler Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     seocrawler
 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, right-sidebar, responsive-layout
 Text Domain:  seocrawler-child

 START YOUR CHILD THEME CSS HERE
*/

.table th, 
.table td {
	padding: 10px;
	text-align: left;
}
.table th {
	font-weight: 700;
}
.table td {
	color: #333;
}
.table td img.tick {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

ul.service-list {
	display: flex;
	list-style: none;
	margin: 0;
}
ul.service-list li {
	margin: 0 20px;
	flex: 1 0 0;
	width: 50px;
	max-width: 100%;
}
ul.service-list li span.subhead {
	display: block;
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
}

.package-highlight span.gdlr-core-icon-list-content strong {
	display: block;
	color: #000;
}

.package-bundle .gdlr-core-pbf-background-wrap {
	margin-top: -120px;
}

.cta .gdlr-core-call-to-action-item-title,
.cta .gdlr-core-call-to-action-item-caption {
	color: #fff;
}

.our-services .gdlr-core-feature-box-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out 0s;
}
.our-services .gdlr-core-feature-box:hover .gdlr-core-feature-box-content {
	opacity: 1;
	visibility: visible;
	transition: all 0.2s ease-out 0s;
}
.our-services .gdlr-core-feature-box:hover .gdlr-core-feature-box-background {
	opacity: 0.40;
}

.seocrawler-footer-column .textwidget p {
	font-size: 14px;
}

@media only screen and (max-width: 999px) {
	.page-header {
		padding: 120px 0px 70px 0px !important;
	}
	.page-header-black {
		padding-top: 0 !important;
	}
}