/*
	Theme Name: quantacoretheme
	Theme URI: https://quantadesigns.com
	Description: HTML5 & Bootstrap Blank WordPress Theme
	Version: 1.4.3
	Author: matynjr
	Author URI: http://lwegatech.com
	Tags: Blank, HTML5, CSS3, wordpress

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

body {
	font:400 16px/1.5 'AvenirNext';
	color:#444;
	overflow-x: hidden;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.section-pad{
    padding: 60px 0;
}
.header{
	padding: 30px 0;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:active {
    border: 0;
    border-style: solid;
    border-image: linear-gradient(to right, #cf3f55 0%, #410f5c 100%) 1;
    border-width: 0 0 2px 0;
}
.is-menu {
	position: relative;
	display: inline;
	float: right;
}
.is-menu a:after {
	content: url(/wp-content/uploads/2021/07/search-img.png);
	width: 50px;
	height: auto;
	display: inline-block !important;
}
.is-menu svg{
	display: none;
}
.section-title {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 30px;
	background: #cf3f55;
	background: -webkit-linear-gradient(to right, #cf3f55 0%, #410f5c 100%);
	background: -moz-linear-gradient(to right, #cf3f55 0%, #410f5c 100%);
	background: linear-gradient(to right, #cf3f55 0%, #410f5c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.img-fluid img{
	width: 100%;
	height: auto;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

  @font-face {
       font-family: 'AvenirNext';
       src: url('fonts/AvenirNext-Black.otf');
        font-weight: 800;
        font-style: normal;
       }

       @font-face {
       font-family: 'AvenirNext';
       src: url('fonts/AvenirNext-Italic.otf');
       font-weight: 400;
       font-style: italic;
       } 
       @font-face {
       font-family: 'AvenirNext';
       src:url('fonts/AvenirNext-Regular.otf');
       font-weight: 400;
       font-style: normal;
       } 
       @font-face {
       font-family: 'AvenirNext';
       src:url('fonts/AvenirRoman-Regular.otf');
       font-weight: 400;
       font-style: normal;
       } 
       @font-face {
       font-family: 'AvenirNext';
       src:url('fonts/AvenirNext-Bold.ttf') format('truetype');
       font-weight: 700;
       font-style: normal;
       }
       @font-face {
       font-family: 'AvenirNext';
       src:url('fonts/AvenirNext-Medium.ttf') format('truetype');;
       font-weight: 500;
       font-style: normal;
       }
       

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.custom-logo{
   width: 100%;
height: auto;
padding-top: 1em;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
