/*
	Theme Name: Transporters.io
	Theme URI: https://transporters.io
	Description: Transporters custom theme
	Version: 1.0.0
	Author: Mark Walker

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
main{
	padding-top:1.5em;
}
body.home main{
	padding-top:0;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
.footer a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#bababa;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
body .flex-card.testimonial-card .testimonial-text{
	font-size: 1.3rem;
}
.flex-card.testimonial-card .user-id .info .name {
	font-size: 1.4rem;
}
.flex-card.testimonial-card .user-id .info .position {
    font-size: 1.2rem;
}
body #menu-main .sub-menu {
	margin-left: 0;
}

#recent-posts-5 h3 {
	font-size: 20px;color: #fff
}
#recent-posts-5 li a{
	font-size:1.2rem;
	color: #bababa;
}
#recent-posts-5 li a:hover{
	color: #ffffff;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.nav-left .widget_custom_html .textwidget a{
    border: 2px solid #eda514 !important;
    background: unset;
    color: #eda514;
    transition: all 0.5s;
    border-radius: 500px;
    padding: 12px 40px !important;
    float: right !important;
    font-size: 2rem;
    margin: 5px 0;
}
.nav-left .widget_custom_html .textwidget a:hover{
	background: #eda514;
	color: #ffffff;
}
.footer-column .sidebar-widget .widget_nav_menu .menu a {
	color: #bababa;
	text-decoration: none;
	font-size: 1.2rem;
}
.footer-column .sidebar-widget .widget_nav_menu .menu a:hover {
	color: #ffffff;
}
.sidebar-widget .widget_recent_entries{
	color: #bababa;
}
body .hero .navbar-placeholder .navbar-wrapper .hero-head .container .nav .container .nav-left .nav-item .menu-toggle .icon-box-toggle .rotate i{
	background-color: #7a7a7a !important;
}
/*.sidebar-widget .widget_recent_entries ul li a{
	color: #bababa;
}*/
.nav-toggle span{
	background-color: #7a7a7a !important;
}
@media screen and (max-width: 894px){
	.nav-item{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px){
	#menu-main{
		display: none;
	} 
	#menu-main .sub-menu{
		display: none;
	}
	.nav-toggle {
    	display: block !important;
    	position: relative;
    	float: right;
	}
	.nav-right.nav-menu{
		display: block !important;
	}
	.nav-left .widget_custom_html .textwidget a{
		display: none;
	}
	
}
@media screen and (min-width: 769px){
	.nav-toggle {
    	display: none !important;
	}
	.nav-right{
		display: none !important;
	}
}

.bg-success {
    background-color: #dff0d8 !important;
}
.bg-danger {
    background-color: #f2dede;
}
.bg-warning {
    background-color: #fcf8e3;
}
#compare_feature_table .bg-success:before {
    content: "\f00c";
    color: #006400;
    font-family: FontAwesome;
    font-size: 1.5em;
}
#compare_feature_table .bg-danger:before {
    content: "\f00d";
    color: #fd6353;
    font-family: FontAwesome;
    font-size: 1.5em;
}
#compare_feature_table th {
    text-align: center;
    background: #eaa149;
}
#compare_feature_table .divider {
    background: #555;
    color: #FFF;
}
.page .elementor .elementor-inner .elementor-section-wrap .elementor-section-boxed .elementor-container .elementor-row .elementor-widget-wrap  .elementor-element.elementor-widget-container .elementor-widget .elementor-text-editor.elementor-clearfix p a {
	color: #eba24b !important;
}
.elementor-text-editor a{
	color: #eba24b;
}
.elementor-text-editor ul {
	list-style: disc;
}
.title-product .elementor-widget-container .columns .column{
	color: #eba24b;
	font-size: 20px;
}
.elementor-element-1689dae{
	float: right;
}
ul li{
	padding: .5rem .75rem;
}
.menu-Active{
	background-color: #eba24b;
}
.bg-number{
    position: absolute;
    text-align: center;
    font-weight: bolder;
    top: -18px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 160px;
    z-index: 0;
    opacity: 0.1;
    color: #999;
    width: 160px;
    height: 160px;
    line-height: 160px;
}
.title-divider {
    margin: 10px 0;
    width: 80px;
    height: 5px;
    background: #eba24b;
}
.title-divider.is-right {
    margin-left: auto;
}
#menu-main{
	margin-right: auto !important;
}
.elementor-icon .fa{
	font-size: 60px;
}

body blockquote{
    background-color: #ffc107;
    color: #000;
}
blockquote {
    background-color: #1ac8d2;
    border-right: 3px solid #DCDCDC;
    font-size: 14px;
    font-style: italic;
    padding: 8px 5px 8px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

