/*!
Theme Name:		Page Builder Framework - Child
Author: 		MapSteps
Author URI: 	https://mapsteps.com
Description:	Page Builder Framework Child Theme
Version: 		1.2
License:		GNU General Public License v3 or later
License URI:	https://www.gnu.org/licenses/gpl-3.0.html
Tags: 			one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, custom-logo, custom-background, threaded-comments, blog, e-commerce
Template:		page-builder-framework
Text Domain:	page-builder-framework-child
*/
.top-heading {
    font-size: 58px;
    line-height: 61px;
    color: #fff;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
p.top-text {
    font-size: 14px;
    color: #fff;
    padding: 20px 0px;
}
ul.button-colm li {
    float: left;
    padding-right: 20px;
    list-style: none;
}
.btn, .btn-transparent:hover {
    background: #fff;
	   border: 2px solid #ffffff;
    padding: 10px 20px;
    border-radius: 24px;
	font-weight: 500;
    color: #f16a74;
    font-size: 13px;
	cursor: pointer;
}
.btn-transparent {
    border-radius: 22px;
    border: 2px solid #fff;
    font-size: 13px;
	font-weight: 500;
    padding: 10px 20px;
    color: #fff;
}
.btn:hover {
    background: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 10px 20px;
}
.heading {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
hr.line {
    border: 2px solid #f16a74;
    width: 15%;
    margin: 0 auto;
    margin-top: 7px;
}
.breadcrumbs {
    font-size: 13px;
    padding-bottom: 30px !important;
}
.breadcrumbs a{color:#fff}
.top-heading-inner {
    font-size: 58px;
    line-height: 58px;
    padding-top: 10px;
    color: #fff;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
ul.button-colm {
    padding: 0px;
}
.call-a img {
    vertical-align: middle;
    margin-top: -14px;
    margin-right: 10px;
}
span.call-no {
    font-size: 37px;
    color: #f16a74;
    font-weight: 600;
}
.call-a,.call-b {
    text-align: center;
	    color: #222;
}
.call-b img {
    margin-right: 10px;
}
@media only screen and (max-width:580px){.top-heading {
    font-size: 36px;
	line-height: 38x;}
ul.button-colm li {
    margin-bottom: 10px;}
	span.call-no {
		font-size: 20px;}
}
input.wpcf7-form-control.wpcf7-submit.btn-transparent {
    border-radius: 22px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 58px;
    color: #fff;
    background: #f16a74;
}