/*
Theme Name: Entex
Theme URI: http://entex.info
Author: Jonas Lundman
Author URI: https://cv.jonas.lundman.se/
Description: Entex theme is a different template based framework, with clean and organized presentation that can be customized in a powerful way. This core theme has only initial layout and should be extended with a child theme. Please visit and read the documentation to understand how this Theme is ment to be used.
Version: 2.30326
Requires at least: 6.1.1
Tested up to: 6.1.1
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready, two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, blog
Text Domain: entex

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.ua-init .ua-content a:not(.ua-not-transistion a):not(.ua-tmp-closing a):not(.wp-block-button__link) {
	transition: all 0.15s linear !important;
}

.wp-block-image.is-resized img {
    max-width: none;
}




/* REQUIRED */

.sticky, 
.bypostauthor,
.wp-caption-text { }

.ua-read-more-indicate, .ua-init a.more-link, .ua-comment-list a.comment-reply-link { text-decoration: underline; }


/* EXAMPLE OF RESPONSIVE CHAIN */

.example-responsive, 
html > body .ua-not-main .example-responsive {
  width: 20%;
} 

@media screen and (min-width: 640px) and (max-width: 979px) {
  .example-responsive {
    width: 40%;
  } 
} 

@media screen and (min-width: 980px) {
  .ua-main .example-responsive {
    width: 40%;
  } 
}

/* END EXAMPLE */



