/*
    Theme Name: Universal WP
    Theme URI: https://wordpress.dankov-themes.com/universal/
    Version: 1.1.0
    Author: DankovThemes
    Author URI: https://themeforest.net/user/DankovThemes
    Description: Universal - modern multi-purpose, minimalistic and easy to use, lightweight and fast loading, multi and one page WordPress theme for building simple and beautiful business or personal website.
    Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
    License: GPL2
    License URI: https://dankov-themes.com/
    Text Domain: universal-wp

*/
.csv-div input::placeholder
{
	color:#495057;
	font-weight:600;
}
.csv-div input
{
	border:1px solid #000;
	border-radius: .25rem;
	height: calc(2em + .75rem + 2px);
	padding: 9px 1.75rem;
}
.csv-div textarea::placeholder
{
	color:#495057;
	font-weight:600;
}
.csv-div textarea
{
	border:1px solid #000;
	border-radius: .25rem;
	padding: 9px 1.75rem;
}
.csv-lable{
	width:100% !important;
}
.csv-field{
	border: 0 !important;
    padding-left: 0 !important;
}
.custom-file-label {
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.s-img figure .vc_box_border_grey img {
    height: 350px !important;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2em + .75rem + 2px);
    padding: 9px 1.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: .25rem;
}
label.c-label {
display: inline-block;
margin-bottom: .5rem;
}
label.c-label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2em + .75rem);
    padding: 8px 1.75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #000000;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin: 0;
opacity: 0;
}
a.csv-t-file {
    display: block;
    color: #ff0800;
    font-weight: 700;
    width: auto;
    margin-top: 12px;
    text-align: right;
    margin-left: auto;
    padding: 10px 0px;
}
a.csv-t-file:hover, a.csv-t-file:visited {
    color: black;
}
.c-flie-btn {
    width: 200px !important;
    margin-left: auto;
    display: block;
    margin-top: -20px !important;
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    
    vertical-align: top;
}
div.c-img-2 figure .vc_box_border_grey img {
    height: 311px !important;
}