/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.no-icon i {
    display: none;
}

.x-navbar .desktop .x-nav li>a>span:after {
    content: "\f0d7";
    margin-left: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.x-recent-posts a {
    overflow: hidden;
    float: left;
    display: block;
    margin: 0 0% 0 0;
    color: #727272!important;
    order: 0px solid #ddd; 
    border: 0px solid rgba(0,0,0,0.15); 
    padding: 0px 2px 0;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0em 0em 0 rgba(0,0,0,0.075);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

x-recent-posts.vertical a.x-recent-post1, .x-recent-posts.vertical a.x-recent-post2, .x-recent-posts.vertical a.x-recent-post3, .x-recent-posts.vertical a.x-recent-post4 {
    width: 100%;
    margin-bottom: 0%!important;
    color: #727272;
}
.x-recent-posts-date {
   display: none!important;
}

.x-recent-posts .h-recent-posts {
    margin: 1px 0 4px -5px;
    font-size: 21px;
    line-height: 1.2;
    color: #e74c3c;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.x-recent-posts .x-recent-posts-content {
    padding: 3px 0px;
}

.x-recent-posts {
    margin: 0 0 0;
}

.widget ul {
overflow: hidden;
margin-left: 0;
border: 0px solid #ddd;
border: 0px solid rgba(0, 0, 0, 0.1);
list-style: none;
border-radius: 0px;
background-color: transparent;
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95);
}

.text-white h2,
.text-white p,
.text-white .x-btn {
  color: #fff;
}

.text-white .x-btn {
  border-color: #fff;
}

.text-white .x-btn:hover {
  opacity: 0.75;
}

.x-navbar .desktop .x-nav li:hover> .sub-menu { display: block; }

.x-navbar .desktop .x-nav > li ul {
    top: 95px!important;
}

.desktop .sub-menu {
    position: absolute;
    display: none;
    float: right;
    min-width: 200px;
    margin: 0px;
    padding: .75em 0;
    line-height: 22px;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    list-style: none;
    background-color: #f7f7f7;
    z-index: 1000;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}

.h-header-landmark, .h-landmark {
   font-size: 355%!important;
   text-align: left!important;
   margin-top: 5%!important;
}

.woocommerce .cart .actions > input {
    font-size: 65%!important;
}