/*
Theme Name: Pharma Child Theme
Theme URI: https://pharma.themerex.net/
Description: Pharma is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.10.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: pharma
Template: pharma
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
body p, body h1, body h2, body h3, body h4, body h5, body h6  {
    hyphens: none;
    overflow-wrap: break-word;
}
.elementor-widget-container p a:hover {
    background: rgba(0, 115, 168, 0.1);
    -webkit-box-shadow: 0px 1px 0px #0073a8;
    box-shadow: 0px 1px 0px #0073a8;
    color: #000000;
}
h2.tit-slide {
    color: #ffffff;
	font-size: 6em;
}
h3.tit-slide {
    color: #ffffff;
	font-size: 2em;
}



/*  INIZIO RESPONSIVE  */
@media only screen and (min-width: 1025px) and (max-width: 1400px){
h2.tit-slide {font-size: 4em;}	
}

@media only screen and (max-width: 1024px){
h2.tit-slide {font-size: 3em;}	
	
}

@media only screen and (min-width: 769px) and (max-width: 1024px){

}

@media only screen and (min-width: 681px) and (max-width: 768px){

}

@media only screen and (max-width: 680px){

}