/*
Theme Name: WorldCars
Theme URI: http://smthemes.com/worldcars/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 05/22/2017
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
.smthemes{ display:none !important;}
/* ========================================= GENERAL. ========================================= */
body {
  font-family:'titilliumregular';
  font-size:13px;
  background:
  url(images/top.png) top center no-repeat,
  url(images/back.jpg) top center repeat-y;
  color:#bdbdbd;
}
/* .......................................................................... UI .......................................................................... */
a { 
  color:#333;
  text-decoration:none;
}
a:hover {
  color:#db3341;
}
.submit, .button, input[type="submit"] { 
  padding:10px 35px;
  line-height:27px;
  background: rgb(252,59,75); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,59,75,1) 0%, rgba(123,28,37,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(252,59,75,1) 0%,rgba(123,28,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(252,59,75,1) 0%,rgba(123,28,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc3b4b', endColorstr='#7b1c25',GradientType=0 ); /* IE6-9 */
  color:#fff;
  box-shadow:3px 4px 7px rgba(0,0,0,0.25);
  border-radius:3px;
  float:right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
  color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
  background:#f0f0f0;
  border-color:#e2e2e2;
  border-radius:2px;
  color:#333;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
  border-color:#db3341;
}
.accent {
  color:#333;
  font-size:18px;
  font-family:'titillium_bdbold';  
}
#comments .accent { font-size:15px; }
.descent {
  color:#bdbdbd;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
  background: rgb(209,209,209); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(209,209,209,1) 0%, rgba(107,107,107,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(107,107,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(209,209,209,1) 0%,rgba(107,107,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#6b6b6b',GradientType=0 ); /* IE6-9 */
  color:#fff;
  box-shadow:inset 2px 2px 2px rgba(255,255,255,0.75),
  3px 4px 7px rgba(0,0,0,0.25);
  border-radius:2px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current  {
  background: rgb(246,58,74); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(246,58,74,1) 0%, rgba(125,28,38,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(246,58,74,1) 0%,rgba(125,28,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(246,58,74,1) 0%,rgba(125,28,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f63a4a', endColorstr='#7d1c26',GradientType=0 ); /* IE6-9 */
  color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#search-in {
  http://colorzilla.com/gradient-editor/#d8d8d8+0,b4b4b4+49,a3a3a3+50,919191+100 */
  background: rgb(216,216,216); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(180,180,180,1) 49%, rgba(163,163,163,1) 50%, rgba(145,145,145,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(180,180,180,1) 49%,rgba(163,163,163,1) 50%,rgba(145,145,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(180,180,180,1) 49%,rgba(163,163,163,1) 50%,rgba(145,145,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#919191',GradientType=0 ); /* IE6-9 */
}
#search-in .boxed-container {
  background:none;
}
#logo {
  float:left;
  display:flex;
  align-items:center;
  height: 155px;
  position:relative;
  z-index:2;
}
#logo img {
  max-height:100%;
}
.site_ttl {
  float:left;
  margin:0;
  padding:0;
  line-height:normal;
  color: #fff;
  line-height:165px;
    text-transform: none;
}
.headersearch {
  float:right;
  display:flex;
  align-items:center;
  height:68px;
}
@media screen and (min-width:1024px) {
  .site-header .boxed-container {
    background:url(images/auto.png) right bottom 10px no-repeat;
  }
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
  position: relative;
}
form .search-box input[type="search"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background:none;
  border:none;
  background:rgba(255,255,255,0.1);
  border:none;
  padding-right: 40px;
}
form .search-box input[type="submit"] {
  position: absolute;
  right: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  top: 0;
  border:none;
  color:#fff;
  background: none;
  font-family:'FontAwesome';
}
.headersearch .search-box {
}
.headersearch .search-box input[type="search"] {  
  color:#8f8f8f;
  font-size:14px;
  background:rgba(255,255,255,0.4);
  box-shadow:inset 2px 3px 5px rgba(0,0,0,0.25);
  border:1px solid #c9c9c9;
}
.headersearch .search-box input[type="submit"] {
  color:#3c3b3b;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#fff; }
.search-box input[type="search"]:-moz-placeholder { color:#fff; }
.search-box input[type="search"]::-moz-placeholder { color:#fff; }
.search-box input[type="search"]:-ms-input-placeholder { color:#fff;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#8f8f8f; }
.headersearch input[type="search"]:-moz-placeholder { color:#8f8f8f; }
.headersearch input[type="search"]::-moz-placeholder { color:#8f8f8f; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#8f8f8f; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
  #extra-menu {
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
  }
  #extra-menu ul.nav-menu {
    display:flex;
    align-items:center;
    height: 155px;
    justify-content: center;
  }
  #extra-menu ul.nav-menu > li > a {
    color:#fff;
    padding: 16px 15px;
    font-size:14px;
    line-height:24px;
    text-transform:uppercase;
    font-family:'titillium_bdbold';
  }
  #extra-menu ul.nav-menu > li:hover > a {
    color:#f23848;
  }
  header ul.nav-menu  > li ul {
    background:rgba(0,0,0,0.6);
    border-radius:2px;
  }
  header ul.nav-menu  > li ul li {
    padding:0 15px;
  }
  header ul.nav-menu  > li ul li a {
    color:#fff;
    font-size:15px;
    padding:14px 0;
  }
  header ul.nav-menu  > li ul li:not(:last-child) a {
    border-bottom:1px solid #424241;
  }
  header ul.nav-menu  > li ul li:hover > a {
    color:#f23848;
  }
  
}
@media only screen and (min-width:1024px) {
  #main-menu {
    float:left;
    display:flex;
    align-items:center;
    height:66px;
  }
  #main-menu ul.nav-menu > li {
    padding: 27px 0;
  }
  #main-menu ul.nav-menu > li > a {
    color:#252525;
    font-size:14px;
    text-transform:uppercase;
    font-family:'titillium_bdbold';
    line-height:14px;
    padding:10px 20px;
    border:1px solid transparent;
  }
  #main-menu ul.nav-menu > li:hover > a {
    color:#ffffff;
    background:rgba(255,255,255,0.4);
    box-shadow:inset 2px 3px 5px rgba(0,0,0,0.25);
    border:1px solid #c9c9c9;
    border-radius:3px;
  }
}

@media only screen and (max-width:1023px) {
  #mobile-menu-trigger a {color:#fff;margin: 15px 0;}
  #mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
  background: url(images/slider.jpg) top center no-repeat,        url(images/slider.jpg) bottom center no-repeat;
  padding:9px 0;
}
.slider-bgr { 
  position:absolute; 
  width:100%; 
  height:100%; 
  background:rgba(0,0,0,0.5); 
}
.fp-slides {
  z-index:1;
}
.fp-thumbnail img {
  width:100%;
}
.fp-content-wrap {
  width:1000px;
  max-width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.fp-content {
  box-sizing:border-box;
  text-align:right;
  padding:20px;
  width:50%;
  left: auto;
  bottom: auto;
  position:relative;
}
.fp-title {
  color:#fff;
  text-transform:uppercase;
  font-size:40px;
  font-weight:normal;
}
.fp-description {
  color:#a7a7a7;
  font-size:16px;
}
.fp-more {
  float:right;
}
.fp-more:hover {}
.fp-nav {
  width:100%;
  text-align:center;
  bottom:50px;
  z-index: 2;
}
.fp-nav a {
  top:0;
  height:20px;
  width:50px;
  background:url(images/pager.png) 50% no-repeat;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
  background:url(images/pager-active.png) 50% no-repeat;
}
@media screen and (max-width:850px) {
  .fp-title {
    font-size:20px;
  } 
  .fp-content {
    width:100%;
  }  
  .fp-description {
    font-size:13px;
    line-height:20px;
    margin:10px 0;
  }
}
@media screen and (max-width:640px) {
  .fp-content {
    display:none;
  }  
  .fp-nav {
    display:none;
  }   
}


/* ========================================= CONTENT. ========================================= */
.site-content {
  margin:40px 0;
}
.page-title {
  color:#fff;
  text-transform:none;
  font-weight:normal;
}
.entry-title {
  margin:0;
  padding-bottom:5px;
  border:none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size:18px;  
  color:#333;
  font-family:'titillium_bdbold';
  font-weight:normal;
  text-transform:none;
}
.entry-title a {
  color:#333;
}
.entry-title a:hover { color:#db3341;}
article {
  padding: 20px;
  background:#fff;
  border-radius:2px;
  position:relative;
}
article::after {
  content:'';
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:url(images/article.png) top center no-repeat;
  height:55px;
}
article .featured_image {
  vertical-align:bottom;
  float:left;
  border-radius:2px;
  border:2px solid #ececec;
  margin:0 10px 10px 0;
}
.entry-summary {
  margin-bottom:10px;
}
.entry-summary + .button {
  margin-top:15px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
  text-align:center;
  color:#333;
  font-size:12px;
  border-bottom:1px solid #f1f1f1;
  margin-bottom:10px;
  position: relative;
  padding-bottom: 10px;
  display:none;
  min-height: 30px;
}
.with-img .entry-meta {
  width: calc(100% - 260px);
  display: inline-block;
}
.entry-meta > span {
  margin: 0 10px 0 0;
}
.entry-meta .post-date {
  float:left;
  line-height: 34px;
  position:relative;z-index:1;
}
.entry-meta .post-date .day {
  border-right:1px solid #d8d8d8;
  font-size:34px;
  display:none;
  float: left;
  line-height: 34px;
  padding-right: 5px;
  margin-right: 5px;
}
article .post-categories {
  display:block;
  border-top:1px solid #f1f1f1;
  padding: 20px 0 0;
  margin:10px 0;
  font-size:12px;
  color:#333;
}
.entry-meta .post-comments {
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
}
.entry-meta .icon {
  color:#c8c8c8;
  padding-right:5px;
}
.entry-meta > span:hover .icon {
  color:#db3341;
}
.entry-meta .post-author {
  float:right;
  line-height: 26px;
  position:relative;z-index:1;
}
.entry-meta img {
  border-radius:60px;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width:900px) {
  .featured_image {
    width:100%;
  }
  .with-img .entry-meta {
    width:100%;
  }
}
@media screen and (max-width:640px) {
  .entry-meta .post-comments {
    position:relative;
    display:none;
    clear:both;
  }
}

/* ....................... Sidebar .................... */
.widget {
  line-height:24px;
  color:#bdbdbd;
}
.widget a {
  font-size:14px;
  text-transform:uppercase;
  color:#fff;
}
.widget a:hover {
  color:#db3341;
}
.widget .caption h4 {
  color:#565761;
  text-transform:uppercase;
  font-family:'titillium_bdbold';
  font-weight:normal;
  font-size:23px;
  padding-left:12px;
  margin-bottom:10px;
  background:url(images/caption.png) left bottom no-repeat;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
  border:none;
} 
.widget ul {
  padding:0;
}
.widget ul li {
  list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
  padding: 15px 0;
  display:inline-block;
  transition:all 0.3s;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
  padding:15px 0 15px 8px;
  background:url(images/list.png) left center no-repeat;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
  float:left;
  border-radius:2px;
  margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .post-date {
  color:#878787;
  text-transform:uppercase;
  font-family:'titillium_bdbold';
  font-size:12px;
}
.widget_smt_posts .title {
  display:block;
}
.widget_smt_posts p {}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;  padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
  color:#bdbdbd;
  background:url(images/footer.png) top center no-repeat, url(images/footer.jpg);
}
footer .widget {
  padding-top: 30px;
}
footer  a {
  color:#fff;
  text-transform:uppercase;
  font-family:'titillium_bdbold';
}
footer a:hover {
  color:#db3341;
}
footer .footer_txt {
  padding: 45px 0 15px;
  background:url(images/footertext.png) top center no-repeat;
  color:#bdbdbd;
  text-align:center;
  text-transform:uppercase;
}
footer .footer_txt a {}
footer .widget .caption  h4 {}

footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
  border:none;
}