/*
Theme Name: MPL Theme Complete
Theme URI: https://www.mplwebdesign.com/
Author: MPL Web Design
Author URI: https://www.mplwebdesign.com/
Description: MPL Web Deisgn Base Theme is a base theme for the construction of an interactive and content adjustable website
Version: 1.0.00
Tested up to: 6.0.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mpl-theme-complete
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce, entertainment
*/

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');*/

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* Fonts */
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	background-color: var(--light-color);
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: .9em;
}

h6 {
    font-size: .7em;
}

p, a {
    font-size: 1em;
}

a {
    font-weight: bold;
    color: var(--primary-color);
}

h2 a {
    font-size: 1.5em;
}
/* General */

/* Flex */
/*.mpl-grid {
  display: flex;
  align-items: center;
  border: 1px solid white;
}*/
.mpl-grid {
  display: grid;
  grid-template-columns: 25% 75%;	
  align-items: center;
}

.btn-mpl {
	background-color: var(--primary-color) !important;
	color: white !important;
	/*border-radius: 2px !important;
	padding: 3px 8px !important;*/
	border: 1px solid var(--primary-color) !important;
}

.btn-mpl:hover {
	background-color: var(--light-color) !important;
	color: black !important;
	/*border-radius: 2px !important;
	padding: 3px 8px !important;*/
	border: 1px solid var(--dark-color) !important;
}

.mpl-mainheader {
	color: black;font-size: 1.5em;
}

.mpl-subheader {
	text-transform: uppercase;color: var(--secondary-color);font-size: 1.2em;
}

.same-height {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.glink img {
	margin: 5px;
}

/* Services */

.mpl-services .subheader {
	text-transform: uppercase;color: var(--secondary-color);font-size: 1.2em;
}

.mpl-services .mpl-services-image {
	max-height: 100px;object-fit: none;
}

.mpl-services.h2, .mpl-services h2 {
    font-size: calc(1.0rem + .9vw) !important;
}

/* About Us HP */

.mpl-about-us .header {
	color: black;font-size: 1.5em;
}

.mpl-about-us .subheader {
	text-transform: uppercase;color: var(--secondary-color);font-size: 1.2em;
}

/* Portfolio HP */

.mpl-portfolio .header {
	color: black;font-size: 1.5em;
}

.mpl-portfolio .subheader {
	text-transform: uppercase;color: var(--secondary-color);font-size: 1.2em;
}



.mpl-contact i {
	color: var(--secondary-color);
}

/* Blogs grid HP */

.blog-grid-home i {
	color: var(--primary-color);
}

/* Images */

/* [1] The container */
.img-hover-zoom {
  height: auto;  /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
  width: 100%;
  height: auto;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
  height: auto; 
}

/* Responsive */
/* Extra Small */
@media (max-width: 575px) {  


}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {  


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 


}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) { 


}

