/*
Theme Name: SmartMag Child
Theme URI: http://www.lumieredelune.com/themes/
Description: An Optimized child theme of SmartMag.
Author: Marie-Aude Koiransky
Text Domain: smart-mag-child
Domain Path: /languages
Template: smart-mag
Version: 2.2

*/

/* Font Awesome optimisation. Replace ts-icon family for what they are, FontAwesome */

.small-b-post .post-title:before, 
.main-stars:before,
.main-stars span:before , 
.navigation .menu li > a:after , 
.navigation .mega-menu.links > li li a:before , 
.widget_recent_comments .recentcomments:before , 
.woocommerce ul.products .add_to_cart_button:before,
.woocommerce ul.products .product_type_external:before,
.woocommerce ul.products .added_to_cart:before 
{
  font-family: FontAwesome;
}

/* underline links in post content  */

div.main-content div.entry-content a, div.main-content div.archive-description a {
    text-decoration: underline;
}

/* term lists in meta */

img.symbol_in_meta {
    height:12px;
    margin-right:4px;
}

.archive-post-cover {
	margin-bottom: 42px;
        overflow: hidden;
}

ul.nobulletlist {
	list-style-type:none !important ;
	list-style:none !important ;
}

ul.posts-list {margin-left: 0 !important;}

a.fa-google-plus{display: none !important;}

.breadcrumbs div.inner:first-child {
  color: var(--c-main);
  margin-right: 21px;
/*  text-transform: uppercase;*/
}

span.mylink{
   color: #dd3333 ;
   font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif ;   
}


/* Custom tag list */

.the-post-tags span, .the-post-tags a, span.post_tax_term {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  padding: 4px 10px;
  background: transparent ;
  font-size: 14px;
  letter-spacing: .03em;
  line-height: 28px;
  border-radius: 0;
  border: solid 1px #dd3333 ;
  color:#dd3333;
  text-decoration:none !important; 
}

a.termname {
  text-decoration:none !important; 
}

span.mylink:hover {
 cursor: pointer;
}


.sc-tabs a { padding:5px 15px;}

dt { font-weight:bold; margin-bottom:0.2em;}
dd {margin-left:1em;margin-bottom:1em;}
div.gallery-icon img,  dt.gallery-icon img {
  border-radius: 50%;
}


div.su-spoiler{
    background-color:#fff !important ; 
    border-color: #dd3636 !important ;
    font-size:14px;
}

div.su-spoiler-title{
    font-weight:bold !important;
    color: #dd3636 !important ;
    padding-top:20px;
    padding-bottom: 20px;
}

div.su-spoiler.learn_more div.su-spoiler-title, .su-spoiler-style-fancy > .su-spoiler-title {
    background:url(/wp-content/plugins/o-maroc/assets/info-supplementaire.png) right no-repeat !important ;    
}
    
div.su-spoiler.learn_arabic div.su-spoiler-title {
    background:url(/wp-content/plugins/lln-learnarabic/assets/info-arabe.png) right no-repeat !important ;    
}
   

span.su-spoiler-icon{
    padding-top:12px;
}
        
.post-content blockquote {
          padding : 24px 24px 1px 60px;
          margin-top:24px;
          border: 1px solid #dd3636  ;
          border-radius : 6px;
}

.update_title {
font-weight:bold;
font-size:18px;
margin-bottom:5px;
}

.update_date{
    font-size: 14px;
    color: #dd3636  ;
    font-weight:bold;
    padding: 10px 0 ;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    margin-top: 21px;
}

div.update .post-header {
margin-bottom:0px;
}


a.ljoptimizer,
span.ljoptimizer {
	cursor: pointer; /* añade el cursor que simula un enlace */
}

/* outgoing links */

a.out_link {
    
}

a.out_link.fr {
    
}