/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/**
 * TYPOGRAPHGY
 */
 .text.white { color: #FFF !important; }
 .text.orange { color: #E37C42 !important; }
  
   .text * {
     color: inherit;
   }
   .text a:hover {
     color: inherit;
   }
 
  .text-align-center {
    text-align: center;
  }

  font.bigger {
    font-size: 1.25em;
    line-height: 1.6em;
  }


/**
 * WOOCOMMERCE
 */
body .checkout-page-title {
  padding-bottom: 60px;
}

/**
 * WIDGETS
 */

.widget_nav_plus_widget ul a:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='8px' fill='rgba(133,134,140,0.5)' viewBox='0 0 8 8' enable-background='new 0 0 8 8' xml:space='preserve'%3E%3Cpath d='M3.021,8c0.181,0,0.335-0.063,0.462-0.19l3.343-3.343C6.956,4.337,7.021,4.182,7.021,4c0-0.186-0.065-0.339-0.195-0.462L3.483,0.195C3.36,0.064,3.206,0,3.021,0C2.84,0,2.684,0.064,2.554,0.195l-0.385,0.38c-0.127,0.133-0.19,0.289-0.19,0.467c0,0.182,0.063,0.336,0.19,0.462L4.664,4L2.169,6.495c-0.127,0.127-0.19,0.281-0.19,0.463c0,0.178,0.063,0.333,0.19,0.467L2.554,7.81C2.688,7.937,2.843,8,3.021,8z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 3px;
  position: absolute;
}

.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu .current-menu-ancestor > a,
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu .current-menu-parent > a,
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu .current-menu-item > a {
  color: #fda92a;
  background: -webkit-linear-gradient(left, #fda92a 2%, #fc511f 97%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu .current-menu-ancestor > a:after,
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu .current-menu-parent > a:after,
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .custom-menu .current-menu-item > a:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='8px' fill='rgb(253, 169, 24)' viewBox='0 0 8 8' enable-background='new 0 0 8 8' xml:space='preserve'%3E%3Cpath d='M3.021,8c0.181,0,0.335-0.063,0.462-0.19l3.343-3.343C6.956,4.337,7.021,4.182,7.021,4c0-0.186-0.065-0.339-0.195-0.462L3.483,0.195C3.36,0.064,3.206,0,3.021,0C2.84,0,2.684,0.064,2.554,0.195l-0.385,0.38c-0.127,0.133-0.19,0.289-0.19,0.467c0,0.182,0.063,0.336,0.19,0.462L4.664,4L2.169,6.495c-0.127,0.127-0.19,0.281-0.19,0.463c0,0.178,0.063,0.333,0.19,0.467L2.554,7.81C2.688,7.937,2.843,8,3.021,8z'/%3E%3C/svg%3E");
}