/*
Theme Name: GlobeFarer
Theme URI: https://globefarer.qodeinteractive.com
Description: Transportation and Logistics Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: globefarer
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.ccp{
	padding-top:100px;
	padding-bottom:100px;
}


@media (width  < 768px ){

	.ccp{
	padding-top:50px;
	padding-bottom:50px;
	}	
}



.qodef-order-tracking .qodef-m-opener {
	color:white;
}

.qodef-header-navigation>ul>li>a {
color:white;	
}

.text-white *{
color:white;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
max-height:100%;
}


.qodef-header-sticky .qodef-menu-item-text {
color:#000;
}


.asl-form-wrap {

	.asl-form-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.two-col .col-half {
  flex: 1 1 calc(50% - 10px);
}

.one-col {
  flex-direction: column;
}

.asl-textfield,
.asl-textarea,
select.asl-textfield {
     padding: 20px !important;
    border: 1px solid #afafaf !important;
	margin:0 !important;
}

.asl-textfield:focus,
.asl-textarea:focus,
select.asl-textfield:focus {
  border-color: #0073aa;
  outline: none;
}

.asl-textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-row {
  text-align: right;
}


	button[type=submit]:hover {
color:rgb(255,255,255);
		background-color:var(--qode-main-color);
	}

}


/* white svgs */
#qodef-back-to-top svg  , .qodef-svg--plus{
fill:rgb(255,255,255)
}

#qodef-page-header .widget a:hover {
color:white;
}


#globefarer_core_order_tracking-4  {
display:none !important;
}


.qodef-menu-item-text .qodef-svg--plus{
	fill:#000;
}















