/*
Theme Name: ReadAndDigest
Theme URI: https://readanddigest.qodeinteractive.com/
Description: Theme for Magazines, Newspapers & Blogs
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: readanddigest
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.btntn{
	color: white!important;
    background: black!important;
    padding: 9px 14px!important;
    border: 2px solid black!important;
	transition: ease-in-out .3s;
	    float: right!important;
}

.btntn:hover{
	color: black!important;
    background: white!important;
    padding: 9px 14px!important;
    border: 2px solid black!important;
	transition: ease-in-out .3s
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 -2px!important;
}

.ajusteimg img{
	height: auto!important;
    width: 76%!important;
    margin: 15px auto 0 auto!important;
    display: block!important;
}


.single-post .eltdf-title.eltdf-title-has-thumbnail .eltdf-pt-info-section{
	color: white!important;
}


.eltdf-share-link img{
	 width: 12px;
     vertical-align: sub;
}

.eltdf-drop-down .eltdf-menu-second .eltdf-menu-inner ul li {
   
    padding: 0 13px!important;
     
}

.eltdf-drop-down .eltdf-menu-second .eltdf-menu-inner ul li>a{
   
    font-size: 13px!important;
     
}
   
