 /*
 Theme Name:  Phlox Pro Child
 Theme URI:   http://phlox.pro/ 
 Description: Phlox is a modern, lightweight and customizable theme perfect for almost any type of website including, blog, portfolio, business, agency, news & magazine, food & restaurant, travel, and photography as well as WooCommerce storefront. What makes the Phlox unbeatable is being fast, truly responsive, translation ready, RTL layout, built with SEO in mind, professional portfolio features, 30 exclusive widgets and elements, 19 demo sites for one-click import, WooCommerce Ready, WPML ready, 100% GDPR compliance, reliable with regular updates, and also integrated with Elementor, Visual Composer and SiteOrigin page builders. Phlox is architect from scratch by the team behind the famous "Master Slider" project, so relax and be assured that you are supported by a good company. Phlox is the only theme that you have ever need to use and look no further. Start exploring the demos: http://demo.phlox.pro/default/
 Author:      averta
 Author URI: 	http://www.averta.net
 Template:    phlox-pro
 Version:     5.15.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column,two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-colors, editor-style, featured-images, featured-image-header, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, translation-ready, blog, e-commerce, portfolio, threaded-comments, custom-logo
 Text Domain: phlox-pro-child
*/

/* ---------- CHILD THEME ---------- */

/* TRANSITIONS
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
*/

/* CUSTOM STYLES */
::selection {
  background: #009FDA;
  color: #FFFFFF;
}

::-moz-selection {
  background: #009FDA;
  color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/* CUSTOM GENERAL */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1480px !important;
	width: 100% !important;
}

/* CUSTOM FONTS STYLES */
.rglr {
	font-weight: 400;
}

.mdm {
	font-weight: 500;
}

.sbld {
	font-weight: 600;
}

.bld {
	font-weight: 700;
}

.xbld {
	font-weight: 800;
}

.itc {
	font-style: italic;
}

.sup {
	vertical-align: super;
	font-size: 55%;
}