/**
 * Theme Name: Cargo Experts
 * Author: Cargo Experts
 * Author URI:
 * Version: 1.0
**/


/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover,
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=button] {
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #d1d1d1; }
::-moz-placeholder { color: #d1d1d1; }
::-o-placeholder { color: #d1d1d1; }
:-ms-input-placeholder { color: #d1d1d1; }
input:-moz-placeholder { color: #d1d1d1; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

input[type="submit"]{
    background-color: tan;
    margin: 20px auto;
    height: 40px;
    padding: 10px 25px;
    position: relative;
    z-index: 21;
    display: block;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
input[type="submit"]:hover{
    background-color: #A08664;
    color: #fff;
}
/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Open Sans', sans-serif; color: #433B2D;}
h1,h2,h3,h4,h5,h6{font-weight: 600;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
h2{font-size: 24px;}
h3{font-size: 18px;}
p, ul, ol{font-size: 14px;}
a{color: #AE5A03;}
a:hover, a:focus{ color: #AE5A03;}
.bold{
    font-weight: bold;
}
/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1;}

/* ------------------------------------
    Slider
------------------------------------- */
#home-slider{
    position: relative;
}
#home-slider .slider-caption {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 100%;
    max-width: 220px;
    text-align: center;
    background: #e4d8c8;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#cdc1aa));
    background: -webkit-linear-gradient(top, #fff, #cdc1aa);
    background: -moz-linear-gradient(top, #fff, #cdc1aa);
    background: -ms-linear-gradient(top, #fff, #cdc1aa);
    background: -o-linear-gradient(top, #fff, #1cdc1aa);
    border-radius: 10px;
    border: 3px solid #c3a162;
    border-bottom: 2px solid #c3a162;
    padding: 0px 15px;
}

#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
    color: #d70002;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.slider-caption h3 {
    font-size: 16px;
}
#home-slider .slider-caption a:hover h3 {
   color: #1c3d68;
}
@media only screen and (max-width: 640px) {
    #home-slider .slider-caption{
        position: relative;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
        max-width: 100%;
        margin: 10px auto;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    #home-slider .slick-prev, .slick-next{
        display: none !important;
    }
    #home-slider .slider-caption p{
        font-size: 12px;
        text-shadow: none;
        font-weight: 600;
    }

}
/* ------------------------------------
    Search Form
------------------------------------- */
#searchform{
    position: relative;
}
#searchform p{
    font-size: 16px;
    font-weight: bold;
}
#searchform input{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #EFEFEF;
    margin-bottom: 0;
}
#searchform input[type="text"]{
    padding-left: 20px;
    height: 33px;
}
#searchform .submit-wrap{
    right: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}
#searchform .submit-wrap:before{
    content: '\f002';
    display: block;
    text-align: center;
    font-family: 'FontAwesome';
    color: #000;
    line-height: 33px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
#searchform #searchsubmit{
    background-color: tan;
    margin: 20px auto;
    height: 40px;
    padding: 10px 25px;
    position: relative;
    z-index: 21;
    display: block;
    font-size: 14px;
    -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
#searchform #searchsubmit:hover{
    background-color: #A08664;
    color: #fff;
}
.post-thumb{
    width: 300px;
    height: 200px;
    float: left;
    margin:5px 30px;
}
.post-info{
    color: #433B2D;
    font-size: 16px;
    line-height: 1.5;
}
.post-prev{
    border-bottom: 1px solid  #e7e7e8;
    padding-bottom: 30px;
    margin-top: 30px;
}
.post-prev h3{
    font-size: 18px;
    text-transform: uppercase;
}
.post-info h6{
    font-size: 12px;
    font-style: italic;
}
.post-info h6 span{
    color: #2c963e;
}
.read_more{
    text-align: right;
    font-weight: bold;
}
.read_more:hover{
    text-decoration: underline;
}
article img{
    float: left;

}
.border-bot{
    border-bottom: 1px solid #cdc1aa;
    margin: 15px 0;
}
/* ------------------------------------
    Basic Styles
------------------------------------- */
*{
    transition: all .25s;
}
.more-wrapper{

}
a.more{
    display: block;
    text-align: center;
    color: #5a5a5a;
    width: calc(100% - 30px);
    padding: 15px 0;
    background: aquamarine;
    font-weight: bold;
    letter-spacing: .75px;
    text-transform: uppercase;
}
.page_title{
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cdc1aa;
    text-transform: uppercase;
}
/* ------------------------------------
    Header Styles
------------------------------------- */
.call-to-action{
    text-align: right;
    font-family: "Tahoma";
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    margin-top: 20px;
}
.header-top{
    background: #2E261B;
}
.header-top-bg{
    background: url('http://www.cargo-experts.net/wp-content/themes/foundation/images/top_bg.jpg') no-repeat left top, #EEE7DD;
    overflow: hidden;
    margin-top: 15px;
}
.header-bottom-bg{
    background: #433B2D;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 10px rgba(67, 59, 45, 0.49);
    margin-bottom: 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.heading-style, aside h5{
    background: #433B2D;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
}
.heading-style:before, aside h5:before{
    content: '';
    display: inline-block;
    margin-right: 10px;
    background: url('http://www.cargo-experts.net/wp-content/themes/foundation/images/gal_arrow.jpg');
    width: 11px;
    height: 12px;
}
aside h5{
    display: inherit;
    border-radius: 7px;
}
.all-img{
    background: #E1DACE;
    overflow: hidden;
    padding: 15px 0;
    border: 1px solid #C8BAA0;
    text-align: center;
}
.all-img img{
    border-radius: 10px;
}
.sidebar{
    background: #E1D8C7;
    padding: 15px 0;
}
aside div{
    padding: 15px;
}
.widget_nav_menu ul{
    list-style: none;
    margin: 0;
}
.widget_nav_menu ul li{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #584625;
    position: relative;
}
.widget_nav_menu ul li:before{
    content: '';
    display: inline-block;
    margin-right: 10px;
    background: url('http://www.cargo-experts.net/wp-content/themes/foundation/images/ticmerk.jpg');
    width: 12px;
    height: 15px;
    vertical-align: middle;
}
.widget_nav_menu ul li a{
    color: #584625;

}
.widget_nav_menu ul a:hover{
   color: #9B0D15;
   line-height: 1.5;
}
.fb{
    text-align: center;
}

.fb a span{
    font-size: 11px;
    color: #3B5998;
    display: inline-block;
    font-weight: normal;
    width: 80%;
    line-height: 1.3;
    vertical-align: middle;

}
.blog-link{
    text-align: center;
    padding: 0;
}
.blog-link a{
    background: #e4d8c8;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#cdc1aa));
    background: -webkit-linear-gradient(top, #fff, #cdc1aa);
    background: -moz-linear-gradient(top, #fff, #cdc1aa);
    background: -ms-linear-gradient(top, #fff, #cdc1aa);
    background: -o-linear-gradient(top, #fff, #1cdc1aa);
    border-radius: 10px;
    border: 3px solid #c3a162;
    border-bottom: 2px solid #c3a162;
    padding: 12px 25px;
    color: #d70002;
    font-weight: bold;
    display: inline-block;
}
.blog-link a:hover{
   color: #1c3d68;
}
.widget_recent_entries ul{
    list-style: none;
    font-size: 13px;
    margin: 10px 0 10px 15px;
    font-weight: normal;
}
.widget_recent_entries ul a:hover{
    text-decoration: underline;
}
.posts-sitemap{
    font-size: 12px;
    list-style: none;
    font-weight: normal;
}
#toggle-view{
    list-style: none;
}
#toggle-view li{
    margin-bottom: 15px;
}
#toggle-view li a:hover{
    text-decoration: underline;
}
.posts-sitemap li{
    display: inline-block;
    margin: 15px 10px;
}
.pages-sitemap{
    list-style: none;
}
.pages-sitemap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.read-more{
    font-size: 12px;
}
.read-more:hover{
    color: #9B0D15;
}
.entry-title{
    font-size: 14px;
}
.upw-posts article{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;

}
.upw-posts article h4{
    font-weight: normal;
}
.upw-posts footer{
    margin: 0;
}
/* ------------------------------------
    Content Styles
------------------------------------- */
.form-2{
    width: 60%;
    margin: 0 auto;
}
.border-blue{
    border: 1px solid #433B2D;
    overflow: hidden;
    padding: 10px;
    margin: 20px 0;
}
.name-input{
    width: 33%;
    float: left;
    font-size: 12px;
    font-weight: normal;
}
.field-input{
    width: 67%;
    float: left;
     font-size: 11px;
    font-weight: normal;
}
.field-input input, .field-input select{
    height: auto;
    padding: 3px;
    font-size: 12px;
    width: 70%;
    float: left;
    margin-bottom: 11px;
}
.field-input input[type="radio"], .field-input input[type="checkbox"]{
    width: 10%;
    display: inline-block;
    float: none;
}
.field-input p{
    font-size: 12px;
    display: block;
}
#txtWorkExt{
    width: 27%;
}
.clear{
    clear: both;
}
.float-1{
    float: left;
}
.form-subheading{
    color: #A0522D;
    font-weight: bold;
}
.subtitle{
    text-align: center;
    font-weight: bold;
}
.w-50{
    width: 48%;
    float: left;
}
#Form1 textarea{
    margin: 0 auto;
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
footer{
    margin: 30px 0;
}
.footer-bg{
    background: #433B2D;
    border-radius: 0 0 10px 10px;
    padding: 20px 0;
    color: #fff;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
}
.footer-bg a{
    color: #fff;
    text-decoration: underline;
}

/* ------------------------------------
    HWICK Styles
------------------------------------- */


.calloutBox{
float: right;
border: 0 solid black;
border-width: 0 5px;
max-width: 280px;
color: #333333;
padding: 20px !important;
margin: 10px !important;

}
.portrait>p{
font-weight: bold;
font-size: 20px;
padding-bottom:0;
margin-bottom:0;
}
.style18{
color: #555555;
font-weight: normal;
font-style: italic;
clear: both;
display: block;
}
.style18::before{
content: "--"
}


.form-2>#aspnetForm>p{
text-align: right;
padding: 2px;
margin:2px;
line-height: 1;
-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
font-size: 12px;
font-weight: bold;
}
.form-2>#aspnetForm>p>input[type="text"]{
display: inline;
clear: none;
line-height: 1;
width: 50%;
padding: 1px;
height: 1.8rem;
margin: 2px;
font-size: 12px;
}

.search article.customs_regulations{
display:block;
clear:both;
margin-top:60px;
}

.search article.customs_regulations img{
   max-width: 200px !important;
border: 2px solid #999999;
margin: 20px;
margin-top: -60px;
float: left !important;
 }
.search article.customs_regulations h3, .search article.customs_regulations h6{
margin-left:250px;
}

.single article.customs_regulations img{
   max-width: 500px;

 }
.post-thumb-search {
    float: none;
    margin-left: 15px;
    margin-bottom: 15px;
}

.archive article.customs_regulations{
display:block;
clear:both;
margin-top:60px;
}

.archive article.customs_regulations img{
   max-width: 200px !important;
border: 2px solid #999999;
margin: 20px;
margin-top: -60px;
float: left !important;
 }
.archive article.customs_regulations h3, .archive article.customs_regulations h6{
margin-left:250px;
}

.archive article.customs_regulations img{
   max-width: 500px;

 }

.intrinsic-container {
  position: relative;
  height: 1000px;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}