/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
.clima {
    position: absolute;
    width: 222px;
    height: 120px;
    margin: 1% auto 10% 8%;
    margin: 1% auto 10% 20%;
    box-align: center;
} 

@media only screen and (max-width: 1228px) {
       [class="clima"] {
        margin: 2% auto 20% 3%;
       }
}
*/



.td-video-play-ico.td-video-small {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-image: url(https://sinmordaza.com/wp-content/uploads/2020/06/youtube_social_circle_blank.png);
	background-size: cover;
 }

 .td-video-play-ico {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-image: url(https://sinmordaza.com/wp-content/uploads/2020/06/youtube_social_circle_blank.png);
	background-size: cover;
    border: none;
	opacity: 0.6;  
		-webkit-transition: ease-in-out 0.5s 0.3s;
 }
 .td-video-play-ico:hover {
  	opacity: 1;  
		
 }


.td-video-play-ico i {font-size: 9px;
color: red;
}

.td-icon-audio-thumb-play:before {
  content: "\e9d0"; font-size:18px;
}

@media only screen and (max-width: 1018px) {
       .td-video-play-ico.td-video-small {
        width: 30px ;
        height: 30px ;
        font-size: 20px ;
		opacity: 0.6;  
		-webkit-transition: ease-in-out 0.5s 0.3s;
   
  }
	.td-video-play-ico:hover {
        width: 30px ;
        height: 30px ;
        font-size: 20px ;
		-webkit-transition: ease-in-out 0.5s 0.3s;
		 opacity: 1;
   
  }
	.td-video-small:hover {
        width: 30px ;
        height: 30px ;
        font-size: 20px ;
		-webkit-transition: ease-in-out 0.5s 0.3s;
		 opacity: 1;
   
  }
	
		
	
}

/*------------------------------------------------------------------------*/

.td-post-sub-title {color: #000000;}
.td-main-logo {-webkit-filter: drop-shadow(0px 2px 5px #ffffff);}





/*  */

@media (max-width: 500px){
.td_block_11.td-column-1 .td_module_10 .item-details {
    padding-left: 10px;}
}





/* MENU TOP */

.td_data_time:first-letter {text-transform: capitalize;}

.td-header-top-menu {
font-size: 16px;
padding-top: 4px;
padding-bottom: 4px;
font-weight: bold;
}

.td-social-icon-wrap .td-icon-font {
    font-size: 17px;}

.td-header-sp-top-widget .td-icon-search  {
    font-size: 19px;}

/* HEADER */

.td-header-bg:before {
   background-size: cover;
}


/* MENU NAVEGACION */

.sf-menu > li > a {
  padding: 0 8px;
  line-height: 48px;
  font-size: 14px;
  }
  
@media (min-width: 1360px){
  .td-header-main-menu {width:1200px;} 
  
}

.sf-menu ul .td-menu-item > a {font-size: 14px; text-transform: uppercase; font-weight: bold; color:#444141;}
.sf-menu ul .td-menu-item > a:hover {color:#d92d2b; transition: ease-in-out 0.5s;}


.td-header-wrap .td-drop-down-search .btn:hover {
    background-color: #D72B31;
}



