/*
 Theme Name:   AutoMotoBlog theme
 Theme URI:    https://aautomotoblog.ro/
 Description:  AutoMotoBlog theme
 Author:       AutoMotoBlog
 Author URI:   https://automotoblog.ro/
 Template:     readline
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  automotoblog
*/

/* Portrait */
.post-featured .post-thumbnail-image {
max-height:260px;
}
.dark.s1 {background:#f9f9f9;}
.dark .widget a {color:#333;}
.dark .widget > h3 {color:#000;}
.dark .widget a:hover,
.dark .widget > ul li a:hover:before
 {color:#000;}
.dark .widget_search input.search {background:#f9f9f9;border:1px solid #ccc;}
.dark.sidebar .widget {border-bottom:1px solid #ccc;}

.post-card {width:100%;}
.post-card .post-thumbnail-image {height:300px;}

@media only screen and (min-width: 720px){
	
	#nav-header .nav li a {font-size:16px;}
	#nav-header .nav > li > a:hover, #nav-header .nav > li:hover > a {border-top:2px solid #D70000;}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 2)
 {

 
  }
