/* 
Theme Name: 360 Logistics - 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 */


h1, h2 {
	color: #2a9b41;
}
a, .cretive-button-text {
	text-decoration: none !important;
}
.elementor-widget-container a {
	color: #01bb0a;
}
.elementor-widget-container a:hover {
	color: #00a408;
}
.timeline-block {
	background-color:#ffffff;
	transition-delay: 0s;
	transition-duration: 1s;
	border-color: #2a9b41;
	border-radius: 60px;
	opacity: 1;
	box-shadow: 5px 5px 10px #969797;
}
.timeline-block:hover {
	background-color:#c9fbcb;
	opacity: 0.9;
	cursor: hand;
}
.ult-timeline-arrow {
	background-color:#c9fbcb;
}
.timeline-feature-item {
  background-color: #009a38;
  color: #ffffff !important;
	box-shadow: 5px 5px 10px #969797;
}
.green-bg white-text {
	background-color: #2a9b41;
	color: #ffffff
}

#menu-investor-relations-menu li {
	width:150px;
}
#menu-investor-relations-menu li ul li{
	width:100%;
}
#menu-investor-relations-menu li a {
	line-height: 20px;
	padding: 10px 10px;
	text-align: left;
	height: 80px;
}
#menu-investor-relations-menu li ul li a {
	line-height: auto;
	text-align: left;
	height: auto;
}

#menu-corporate-governance-menu li {
	width:220px;
}
#menu-corporate-governance-menu li ul li{
	width:100%;
}
#menu-corporate-governance-menu li a {
	line-height: 20px;
	padding: 10px 10px;
	text-align: left;
	height: 65px;
}
#menu-corporate-governance-menu li ul li a {
	line-height: auto;
	text-align: left;
	height: auto;
}

/*TABLEPRESS CUSTOM */
.tablepress td.column-2 a {
		padding: 10px 15px;
    background-color: #2A9B41;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    display: block;
    width: 120px;
    text-align: center;
	transition-duration:.5s;
}
.tablepress td.column-2 a:hover {
	background-color: #5EC578;
	transition-duration:.5s;
}

2nd CSS Code (to change the color of your TablPress header)

.tablepress  th {
 background-color: #2A9B41;
 color: white;
}
.elemenetskit-tablepress .tablepress td {
    border-style: solid;
    border-width: 0px 0px 1px 0px !important;
	border-color: #C7C7C7 !important;
	font-family: "Montserrat";
	font-size: 14px;
}

.wpr-offcanvas-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
    width: 800px;
		min-height: 250px;
    height: auto;
		max-height: 500px;
}

/* footer menu links */
.elementor-4902 .elementor-element.elementor-element-731a5dc .wpr-nav-menu > .menu-item {
    display: block;
	line-height: 18px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.elementor-4902 .elementor-element.elementor-element-731a5dc .wpr-nav-menu .wpr-menu-item {
	line-height: 16px;
}

/* styling for single post in single.php */
@media only screen and (min-width: 801px) {
.main-post-div {
	margin-top: 30px; 
	min-width: 250px; 
	max-width: 60%; 
	text-align: left; 
	float: left; 
	padding: 20px;
}
.post-sidebar-div {
	float:right; 
	max-width: 35%; 
	padding: 50px 0px 0px 0px;
}
}
@media only screen and (max-width: 800px) {
.main-post-div, .post-sidebar-div{
	clear:both;
	max-width: 100% !important;
	padding: 0px 0px 50px 0px!important;
	margin-top:50px;
	}
}

.pagination-next a, .pagination-previous a {
	display:block;
	color: #fff;
	background-color: #2f9646;
	padding: 10px;
	width: 250px;
}
.main-post-div a {
	color: #2a9b41;
}
.submit, [type=button], [type=submit], button {
	color: #fff;
	border-color: #2a9b41;
	background-color: #2a9b41;
}

.page-content {
	font-family: "Montserrat";
	font-size: 14px;
	color: #7A7A7A;
}

/* Pagination number in Archive page */
.pagination {
    display: block;
    margin: 20px auto;
    text-align: center;
}
