/*
 Theme Name:   Futurio Child
 Theme URI:    http://viperturkiye.com
 Description:  Futurio Child Theme for Viperturkiye.com
 Author:       Akal Kurumsal
 Author URI:   http://akalkurumsal.com.tr
 Template:     futurio
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  futurio-child
*/

.navbar {
	margin-bottom: 0;
}

.woocommerce div.product .product_title {
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

.woocommerce div.product p.price {
	font-weight: 600 !important;
	font-size: 22px !important;
}

.full-head-img h1.single-title {
	color: black;
}

h3.elementor-image-box-title {
	font-weight: 600;
	font-size: 20px !important;
}

.main-hero {
	margin: auto;
	display: block;
  	text-align: center;
}

p.rounded-box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.offer-form-wc {
	display: block;
	text-align: left;
	box-sizing: border-box;
}

.offer-note {
	font-size: 13px;
	margin-top: 10px;
	font-weight: 500;
}

/*Bootstrap button outline override*/
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
    font-weight: 700;
}

.btn-success.btn-outline {
    color: #5cb85c;
    font-weight: 700;
}

.btn-info.btn-outline {
    color: #5bc0de;
    font-weight: 700;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
    font-weight: 700;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
    text-decoration: underline;
  	text-decoration-color: #fff;
}

div.offer-form-wc {
	margin-top: 5px;
	border: 1px solid #dedede;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#wpforms-560-field_5 {
	background-color: #dedede;
}

.offer-form-heading {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
}

div.contact-info {
	margin: 25px 0 25px 0;
	border: 1px solid #dedede;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.tel-info {
	font-size: 20px;
	font-weight: 700;
}

#display-tel {
	margin-bottom: 10px;
}