/*
Theme Name: Business Note Child theme of business-note
Theme URI: 
Description: Child theme of business-note theme for the Business Note theme
Author: <a href="http://creativthemes.com/">Creativ Themes</a>
Author URI: 
Template: business-note
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 12 Jun 2023 16:21:27 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

div#tablepress-30_wrapper input[type="text"] {
    width: 83%;
    padding: 5px;
    border: 1px solid #000;
}
div#tablepress-30_wrapper input[type="number"] {
    width: 83%;
    padding: 5px;
    border: 1px solid #000;
}
div#tablepress-30_wrapper select {
    width: 80%;
    padding: 5px;
    border: 1px solid #000;
}
div#tablepress-31_wrapper input[type="text"] {
    width: 83%;
    padding: 5px;
    border: 1px solid #000;
}
div#tablepress-31_wrapper input[type="number"] {
    width: 83%;
    padding: 5px;
    border: 1px solid #000;
}
div#tablepress-31_wrapper select {
    width: 80%;
    padding: 5px;
    border: 1px solid #000;
}
.newcustbox {
	width:100%;
	border:1px solid #16275B;
	margin-left:auto;
	margin-right:auto;
	background-color:#DDEAFB;	
	margin-top:40px;
	float: left;
}

.newcustboxtitle {
	color:white;
	background-color:#16275B;
	padding: 5px 10px;
	padding: 5px 10px;
	text-align: center;
	color: white;
	background-color: rgb(22, 39, 91);
	font-size:17px;

	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 0px;
}

.newcustboxradios {
	background-color:#DDEAFB;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;	
}

.newcustboxpicture {

	margin-top:20px;
	padding:10px;

}

.newcustboxpicture img {
	border:1px solid #16275B;	
}

.newcustboxpicture .optionimage {
	width:100%;
	height:auto;
}
.newcustbox input[type="radio"] {
    margin-right: 5px !important;
}

.shell-up {
    margin-bottom: 50px;
}
.newcustboxpicture.home-box-right {
    width: 70%;
    float: left;
    margin-top: 0;
}
.home-box-left {
    width: 28%;
    float: left;
}

@media screen and (max-width:1150px){
	.newcustboxpicture.home-box-right {
		width: 68%;
	}
}

@media screen and (max-width:1024px){
	.newcustboxpicture.home-box-right {
		width: 100%;
	}
	.home-box-left {
		width: 100%;
		float: left;
		margin: 0;
	}
}