/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#whyboxes .elementor-widget-image-box img {
    display:inline-block !important;
}
li.lang-item {
	list-style:none;
	display:inline-block;
}
li.lang-item img {
	width: 20px !important;
    height: 14px !important;
}
#exchangetable {
	text-align:center;
	border-spacing: 0 10px;
	border-collapse: separate
}
#exchangetable tr:first-child {
	padding-top:5px;
	padding-bottom:5px;
}
#exchangetable tr {
	margin-bottom:10px;
	border-radius:10px;
}
#exchangetable th.spt:before {
	content:'|';
	position:absolute;
	left:0px;
}
#exchangetable th.spt:after {
	content:'|';
	position:absolute;
	right:0px;
}
#exchangetable th {
	background:#FFED75;
	color:#000;
	border:0px solid #fff;
	font-size:16px;
}
#exchangetable th.spt {
	border-left:0px solid #000;
	border-right:0px solid #000;
	position: relative;
}
#exchangetable td {
	background:#fff;
	border:0px solid #fff;
	font-weight:bold;
	position: relative;
	vertical-align: middle;
}
#exchangetable tr td:first-child, #exchangetable tr th:first-child {
	border-radius:10px 0 0 10px ;
}
#exchangetable tr td:last-child, #exchangetable tr th:last-child {
	border-radius:0px 10px 10px 0px ;
}
#exchangetable td img {
	margin-right:10px;
	position:relative;
	top:4px;
	width:55px;
}
p.gettime {
	text-align:center;
	color:#fff;
	font-size:12px;
}
.submit {
	text-align:center;
}
.submit .wpcf7-submit {
	background:#0037B5;
	border-radius:50px;
	border:0px solid #000;
	color:#fff;
	padding:15px 30px;
}
.wpcf7-spinner {
	position:absolute;
}


/*tablet landscape*/
@media screen and (min-width:821px) and (max-width:1024px) {
	
}

/*tablet portrait*/
@media screen and (min-width:768px) and (max-width:820px) {

}

/*all mobile*/
@media screen and (max-width:767px) {
	#exchangetable th, #exchangetable td {
		padding:5px;
	}
}

/*mobile portrait*/
@media screen and (max-width:479px) {

}