/*
 Theme Name:   5Logistics basic-child
 Theme URI:    http://www.mediaworksweb.com
 Description:  Basic Child Theme
 Author:       MediaWorks - Mark Wolcott
 Author URI:   http://mediaworksweb.com
 Template:     basic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, sidebars, responsive-layout, accessibility-ready
 Text Domain:  basic-child
*/

html{
    width: 100%;
    font-family: 'Asap', sans-serif;
    background: #000;
 }
body{
    font-size: 17px;
    }
.wrapper{
  margin: 0 auto !important;
  max-width: 100% !important;
  background: #f2f5f7 !important;
}

.maxwidth{
    width: auto;
    max-width: 100%;
}

#header{
    width: 100%;
    max-width: 100%;
    padding: 0.5em 5%;
    min-height: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     background: #000;
}
.top-widget {
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-widget p, .top-widget p:last-child{
    margin: 0 !important;
    padding: 0 !important;
}
.header-top-wrap{
    width: 100% !important;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.breadcrumbs{
  font-size: 0.8em;
  padding: 0.5em 0 0;
}
.top-widget h2{
    color: #000;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.5em;
}

.sitetitle{
  width: auto;
  margin: 0;
}
.logo{
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
}
.logo a{
    font-size: 0 !important;
    text-align: center;
    padding: 0 !important;
    border-bottom: none;
}

#mobile-menu{
  margin-top: 1em;
  padding: 10px !important;
  background: #333;
  border: 1px solid #ccc;
}

.top-menu{
    margin: 0.5em 0 0 !important;
    padding: 0;
    border-radius: 0;
    background: none !important;
}
.top-menu .current-page-ancestor>a{
   color: #666 !important;
}
.top-menu ul{
    margin: 0 !important;
    padding: 0 !important;
}
.top-menu li{
  font-weight: normal !important;
  padding: 0 !important;
}
.top-menu li:hover a{
    background: none !important;
}
.top-menu>li:first-child{
  border: none;
}
.top-menu a, .top-menu li span{
  color: #fff !important;
  padding: 0.5em 1em !important;
}
.top-menu a:hover{
    color: #aaa !important;
    opacity: 1 !important;
    background: none !important;
}

.top-menu .current-menu-item > span:hover {
    background: none !important;
}
	.top-menu .menu-item-has-children > a:after, .top-menu .menu-item-has-children > span:after,
	.top-menu .page_item_has_children > a:after, .top-menu .page_item_has_children > span:after{
		content: none;
	}

.top-menu li li{
  font-size: 1em;
  padding: 0 !important;
}
.top-menu li li a, .top-menu li li span{
    color: #fff !important;
    font-size: 0.9em;
    font-weight: normal !important;
    padding: 1em !important;
}
.top-menu li li a:hover{
    color: #365377 !important;
    background: #fff !important;
}

.top-menu li .current-menu-item > span{
    color: #ccc !important;;
    margin-right: 0 !important;
}


.top-menu li ul{
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    visibility: hidden;
    display: block !important;
}
.top-menu li:hover ul{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease-out; /* Safari prior 6.1 */
    transition: opacity 0.5s ease-out;
}

.search-icon{
  margin-bottom: -5px;
}

#main{
    margin: 0;
    padding: 0;
    min-height: 600px;
}
.content, .content-top-widget, .search #content{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 2%;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce .content{
  padding: 2em; 2%;
}
.widget{
  margin: 0;
}
.widget iframe{
  max-width: 100%;
}
.entry-box {
    margin:0;
}
.banner{
  margin: 0 0 20px;
  position: relative;
}
.banner:before{
    content:'';
    display:block;
    width: 100%;
    height: 200px;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99
}
.banner:after{
    content:'';
    display:block;
    width: 100%;
    height: 30px;
	background: transparent url(images/shadow.png) no-repeat 50% 100%;
	background-size: 90% 30px;
	position: absolute;
	left: 0;
	bottom: -30px;
}

.content img{
  border: 1px solid #ccc;
    box-shadow: 0 4px 6px #888;
}
.content .no-shdw img{
    box-shadow: none;
    border: none;
}
.content .no-shdw p,
.content .no-shdw p:last-child{
    margin: 0 !important;
    padding: 0 !important;
}

.content a img:hover{
    opacity: 0.8;
}

.button{
    background: none !important;
    padding: 0;
}
.button a, a .button, a.button, .btn-default, .woocommerce button, .woocommerce .button, .tlif-readmore a{
    color: #fff !important;
    font-size: 0.9em !important;
    text-transform: uppercase;
    border-radius: 5px !important;
    background: #600 !important;
    padding: 10px;
    display: inline-block;
}

.button a:hover, a .button:hover{
    color: #fff !important;
    opacity: 0.9 !important;
}


.home-links .textwidget{
  position: relative;
}
.home-links p{
  margin: 0;
  padding: 0;
}

.home-links h3{
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  box-sizing: border-box;
  z-index: 99;
  pointer-events: none;
  background:rgba(0, 0, 0, 70%);
}


/*
Base Elements
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
   font-family: 'Asap', sans-serif;
   margin: 0.5em 0;padding: 0;}

h1 {
  color: #333 !important;
  font-size: 2.2rem;
  margin: 1em 0 0.5em;
    font-family: 'Roboto Slab', sans-serif;
}
.entry-box h1{
  display: block;
}


.banner h2{
  font-size: 2.2em;
  line-height: 120%;
    text-shadow: 2px 2px 4px #000000;
}

h2, h3 {
  color: #600;
  font-size: 1.8em;
  line-height: 140%;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  margin: 0.2em 0 0.4em;

}
h3.widget-title {
  color: #000;
  font-size: 1.1em;
  text-align: center;
}

h4{
  color: #333;
  font-size: 1.6em;
  font-weight: normal;
  text-transform: uppercase;
}

h5 {
  color: #333;
  font-size: 1.2rem;
    font-family: 'Roboto Slab', sans-serif;
}

h6 {
  font-size: 1.3rem;
}

.caldera-grid label {
  color: #666;
}

p {
  color: #333;
  line-height: 160%;
  margin: 0 0 1em;
  padding: 0;
}

a{
  color: #365377;
}
a:hover{
  opacity: 0.8;
  text-decoration: none !important;
}
ul, .widget ul{
   list-style: outside url(images/arrow.png) !important;
   margin: 0 0 1em 1em;
 }
#footer ul{
  font-size: 1em;
  list-style: none !important;
 }
#footer li{
  color: #fff;
  list-style: square !important;
  padding: 0.3em 0 0 !important;
 }

li {
  padding: 0.2em 0;
}

ul ul{
  font-size: 0.9em;
   list-style: square !important;
   margin: 0 0 0 1em !important;
 }

.home h1{
  display: none;
}

.white, a.white, .white a{
  color: #fff !important;
}
.blue, a.blue, .blue a{
  color: #365377 !important;
}
.red, a.red, .red a{
  color: #c84427 !important;
}
.gold, a .gold, .gold a{
  color: #963;
}
.gray, a .gray, .gray a{
  color: #666;
}
.larger{
  font-size: 1.2em;
}
.smaller{
  font-size: 0.9em
}
.noclick>a{
  pointer-events: none;
}
.circle img{
	border-radius: 100%;
}

.strip{
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 #ccc;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}


.wp-caption-text, .wp-caption p.wp-caption-text{
  color: #666;
  font-size: 0.9em;
  padding: 0.8em 0;
}

#footer{
  color: #000;
  font-size: 0.8em;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 2% !important;
  box-sizing: border-box;
  background: transparent !important;
}
#footer p{
  padding: 0 !important;
}
#footer a, #footer a:hover{
  color: #036;
}
#footer ul{
  font-size: 0.9em;
  text-align: center;
  display: block;
  margin: 0 auto !important;
  padding: 1em 0 0 0;
}
#footer li{
  display: inline-block !important;
  padding: 0 .85em !important;

}
#footer li{
  border-left: 1px solid #fff;
}
#footer li:first-child{
  border: none;
}
.fg-item-inner{
  border: 1px solid #666 !important;
  border-radius: 5px !important;
}

.fbx-btn-transition{
  font-family: foobox !important;
}

.sow-social-media-button-google-plus-0{
  height: 20px !important;
  background: #ffc000 url(../../../../www.dev.mediaworksweb.com/odyssey-wp/wp-content/uploads/untapped.png) no-repeat 50% 50% !important;
  background-size: 30px 30px !important;
}
.sow-social-media-button-google-plus-0 span{
  display: none !important;
}



.page-id-2 .alignfull {
  margin-right: calc( -50vw + 50% );
  margin-left: calc( -50vw + 50% );
  width: 100vw;
  padding-right: 10px !important;
  box-sizing: border-box;
}


/* BLOGS */
.pt-cv-thumbnail.pull-left{
  margin: 2em 2em 2em 0 !important;
  width: 300px;
}

.pt-cv-wrapper .btn-success, .pt-cv-wrapper .btn-success:hover{
  background: #600;
  border: none;
}
.pt-cv-colsys .pt-cv-content-item{
  border-bottom: 1px solid #aaa;
}

.wppsac-post-slider{
  text-align: center;
  padding: 0 5%;
}
.wppsac-post-slider h2.wppsac-post-title,
.wppsac-post-slider h2.wppsac-post-title a{
  font-size: 1.2em !important;
  text-align: center;
  line-height: 150%;
  margin: 0 0 1em !important;
}
.wppsac-post-slider .wppsac-sub-content{
  margin: 0 0 0.5em;
}

.wppsac-readmorebtn{
  font-size: 0.9em !important;
  text-transform: lowercase;
  margin-top: 1em !important;
  padding: 0.1em 0.5em 0.3em !important;
  border: 1px solid #fff !important;
}
.wp-medium-5{
  display: none;
}
.wp-medium-7{
  width: 100%;
}

/* WP TIMELINE */

.extl-info-start span, .extl-info-end span{
  font-size: 2em !important;
}
.tlif-content .button{
  font-size: 1.5em !important;
}
.inf-stl-1 .tlif-icon .fas{
  font-size: 3em !important;
}

.inf-stl-2 .tlif-icon .fas{
  font-size: 1.5em !important;
}
.tlif-title{
  line-height: 130%;
  max-width: 95%;
  margin: 0 auto !important;
}

.tlif-content, .entry-box .entry{
  padding-bottom: 0 !important;
}

.tlif-content img, .tlif-img-link img{
  border: none;
  box-shadow: none;
}
.inf-stl-2 .tpif-des, .lb-info span, h3.lb-title:after{
  display: none !important;
}



/* RESPONSIVE */

@media screen and (max-width: 1023px) {


.sitetitle{
  height: auto !important;
  float: none !important;
  margin: 0 auto 1em !important;
}
.topnav{
  background: none !important;
}
.topnav .top-menu{
  width: 90%;
  border-bottom: 3px solid #000;
  padding: 0 !important;
  background: #000 !important;
}
.top-menu li {
  border-top: 1px solid #ccc;
  display: block;
  margin: 0  !important;
  padding: 0 !important;
}
.top-menu li a{
  display: block;
  margin: 0 1em !important;
  padding: 0.8em 0 !important;
}
.top-menu li li{
  font-size: 1.3em;
  margin: 0 !important;
  padding: 0.5em !important;
}
.top-menu li li:hover a{
  color: #ccc !important;
  background: none !important;
}
.top-menu li li a,.top-menu li li span{
  font-size: 0.8em;
  margin: 0 !important;
  padding: 0 1em !important;
  border-top: none !important;
}

.top-menu .current_page_item > a,
.top-menu .current_page_item > span,
.top-menu .current-menu-item > a,
.top-menu .current-menu-item > span{
  font-size: 1em;
  border-top: 1px solid #ccc;
  display: block;
  margin: 0 !important;
  padding: 1em !important;
}

.topbar-menu{
  float: none;
}

.topbar-menu ul{
  text-align: center;
  width: 100%;
  display: table;
  margin: 0 auto 1em 0 !important;
}
.top-menu li ul{
    opacity: 1;
    visibility: visible;
    display: none !important;
}
.top-menu li.submenu-opened ul{
  display: block !important;
  border: none;
}

.metaslider .caption-wrap {
    position: relative !important;
}

.button{
  display: block;
}

.top-menu li.menu-item-has-children > .open-submenu{
  color: #333;
}

#footer{
  text-align: center !important;
}
.footer-menu li{
  font-size: 0.9em;;
}
.footer-menu{
  display: table;
  text-align: center;
  margin: 0 auto !important;
}
.footer-menu li{
  font-size: 0.9em;
}
#footer img{
  margin: 0 auto !important;
}
}

@media screen and (max-width: 800px) {


.banner{
  font-size: 2.5vw;
  margin-top: 0;
  position: relative;
}

.banner:before{
  height: 50px;
}

  .wrapper h1 {
    margin-bottom: 2rem;
  }


img.alignleft, .alignleft, .img.alignright, .alignright  {
  float: none !important;
  display: block;
  margin: 0 0 1em 0 !important;
}



.tlif-title{
  font-size: 1.5em !important;
  text-align: center;
  line-height: 130%;
  max-width: 80%;
  margin: 0 auto !important;
}
.tlif-content, .tlif-img{
  text-align: center !important;
}


}
