/*
Theme Name: Blue Ocean
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, 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
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
}
.section_rounded {
	border-radius: 16px;
}
#header .mobile-toggle {
	font-size: 20px;
}
.post-item {
	font-size: 14px;
	line-height: 1.6;
}
.post-item .porto-post-title {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.post-item .post-image.m-b-lg {
	margin-bottom: 10px !important;
}
.widget.widget_block {
	padding: 15px;
	background:#ebf2f9;
	border-radius: 16px;
}
.share-links a{
	border-radius: 99px;
}
.page-top ul.breadcrumb>li {
	text-transform: none;
}
.wp-block-latest-posts__list.wp-block-latest-posts li:before {
	content: none;
}
.btn-modern {
    text-transform: none;
    font-size: 14px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
	border: none;
}
.porto-tb-meta.tb-meta-category {
	background: 
}
.thumb-info img {
	border-radius: 16px;
}
.form-consultant .wpforms-form {
	max-width: 480px;
	margin: 15px auto;
	padding: 25px;
	/* background: #f9f9f9; */
	border-radius: 16px;
    box-shadow: 0 0 20px -5px #eee;
}
.form-consultant .bo-btn-send,.form-consultant div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	border-radius: 10px;
	background-color: #5599f4;
}
.form-consultant .bo-input input{
	border-radius: 10px !important;
	border: 1px solid #eee !important;
}
.form-consultant .wpforms-field-label {
	margin-bottom: 10px !important;
	font-weight: 500 !important;
}
.form-consultant .wpforms-container .wpforms-field,.form-consultant .wp-core-ui div.wpforms-container .wpforms-field {
	margin-bottom: 15px;
	padding: 0 0 5px 0;
}
.form-consultant div.wpforms-container-full input[type=text]:focus,.form-consultant div.wpforms-container-full input[type=email]:focus {
	border: 1px solid #5599f4 !important;
}
.dvls_maps_container.container {
	width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.product-nav,.product-share {
	display: none;
}
.single_add_to_cart_button  {
	width: 100%;
	background: #7ca8ff;
}

@media (max-width: 575px) {
	.main-content {
		padding-top: 15px;
	}
	.single-post .main-content h1 {
		line-height: 1.3;
	}
	.widget .wp-block-latest-posts__list.wp-block-latest-posts li {
		padding: 0 0 5px 0;
	}
	.wp-block-latest-posts__featured-image.alignleft {
		margin-right: 10px;
	}
	.wp-block-latest-posts__featured-image img {
		border-radius: 8px;
	}
	.dvls_maps_header {
		width: 100%;
	}
	.dvls_maps_sidebar .dvls_result_wrap {
		height: 250px;
	}
}