/*
	Theme Name: WebShopSeven v3
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 3.0.0
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
:root {
	/*general colors*/
	--color-white:			#fff;
	--color-dark:			#444;
	--color-light:			##e3f2fd!important;
	
	--color-blue:			#002147;
	--color-light-blue:		#a3bed5;
	--color-yellow:			#fdc800;
	--color-red:			#FF0000;
}

.font-dark{
	color:var(--color-dark)!important;
}

/****************************************************************
******** BODY ***************************************************
****************************************************************/

*{
	position:relative;
}

*,
*:after,
*:before {
	-webkit-box-sizing:border-box!important;
	-moz-box-sizing:border-box!important;
    box-sizing:border-box!important;
	-webkit-font-smoothing:antialiased!important;
	font-smoothing:antialiased!important;
	text-rendering:optimizeLegibility!important;
}

html {
	font-size:62.5%;
	scroll-behavior: smooth;
}

html,
body{
	overflow-x: hidden;
	position:relative;
}

body{
	font-family: 'Roboto', sans-serif;
	color:var(--color-white);
	background-color: var(--color-blue);
	line-height:1.6;
	font-size:1.8rem;
	padding-top:80px;
	max-height:100vh;
	height:100%;
	overflow: hidden;
}

body.page-login{
	padding-top:15px;
}

body.page-login input{
	padding-left:0;
	padding-right:0;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

label{
	font-weight:700;
}	

a,
a:hover,
.btn,
a i,
.card,
.list-group{
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
	transition: all 0.8s;
	cursor: pointer;
}

a,
a:hover,
a:hover i{
	color:var(--color-black);
	text-decoration: none;
}

.container{
	--bs-gutter-x: 6rem;
	--bs-gutter-y: 6rem;
}

.container-fluid{
	--bs-gutter-x: 3rem!important;
}

.btn {
  --bs-btn-padding-x: 4.2rem;
  --bs-btn-padding-y: 1.2rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1.8rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 25px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  min-width:180px;
}

.btn.btn-primary {
  --bs-btn-color: var(--color-blue);
  --bs-btn-bg: var(--color-white);
  --bs-btn-border-color: var(--color-white);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn.btn-secondary {
  --bs-btn-color: var(--color-white);
  --bs-btn-bg: var(--color-blue);
  --bs-btn-border-color: var(--color-blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-bottom:45px;
	font-weight:bold;
}

p{
	margin-bottom:30px;
}

.font-uppercase{
	text-transform:uppercase;
}


.img{
	position:relative;
	width:100%;
	overflow:hidden;
	display:block;
}

.img-circle{
	border-radius:50%;
}

.img-sq{
	padding-top: 100%;
}

.img img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	object-fit: cover;
}

.modal {
	--bs-modal-zindex: 9999999;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: #fff;
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: 1px;
	--bs-modal-border-radius: 0.5rem;
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-modal-inner-border-radius: calc(0.5rem - 1px);
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: 1px;
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: 1px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;

	padding-right:15px!important;
	padding-left:15px!important;
  }

.modal-backdrop {
	--bs-backdrop-zindex: 99999;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
}

.modal-content{
	border-radius:30px;
}

.modal-body{
	padding:30px;
}

.modal-body ul{
	list-style:none;
	margin:0;
	padding:0;
}

.modal-body ul li{
	
	border-bottom:1px solid rgba(0,0,0,0.3);
}

.modal-body ul li:last-of-type{
	border-bottom:0;
}

.modal-body ul li a{
	display:block;
	padding-top:15px;
	padding-bottom:15px;
}

.header{
	position:fixed;
	padding-top:25px;
	padding-bottom:15px;
	z-index:9999;
	top:0;
	width:100%;
	background-color:var(--color-blue);
}


.nav-title{
	font-size:2.4rem;
}

.header-logo{
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
}

.page-title{
	font-size:3.6rem;
}

.main{
	border-radius: 15px;
	overflow-y: scroll;

	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */

	padding-bottom:0px;

	height:calc( 100vh - 95px);

}

.main::-webkit-scrollbar {
	display: none;
}

.card,
.list-group{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	border-radius:15px;
}

.card .card-img-top{
	border-radius:15px 15px 0 0;
}

.list-group-item{
	padding:20px;
}

.card:hover,
.list-group:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }

.card {
  --bs-card-spacer-y: 3rem;
  --bs-card-spacer-x: 3rem;
	border:0!important;
}

.links a{
	color:var(--color-blue);
	font-size:3.6rem;
	border:2px solid var(--color-blue);
    border-radius: 50%;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
    padding: 0;
}

.list-group-item.active{
	background-color:var(--color-yellow);
	border-color:var(--color-yellow);
	color:var(--color-blue);
}


/* Hide default checkbox */
.checkbox-container input {
  display: none;
}

/* Style custom checkbox */
.checkbox-container .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-left: 10px;
  position:relatiove;
  top:3px;
}

/* Style checked checkbox */
.checkbox-container input:checked + .checkmark:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #2196F3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Style hover effect */
.checkbox-container:hover input:not(:checked) + .checkmark {
  border-color: #2196F3;
}

/* Style active effect */
.checkbox-container input:active + .checkmark {
  transform: translateY(1px);
}

.iframe iframe{
max-width:100%!important;
width:100%!important;
}

#loader{
	display:none;
	position:fixed;
	z-index:99999;
	height:100vh;
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#000;
	opacity:0.9;
}

#loader .loader-msg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 3.6rem;
	font-weight: bold;
	color: var(--color-white);

	opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: fade 1s infinite;

}

@keyframes fade {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

/****************************************************************
******** FORMS **************************************************
****************************************************************/

.form-control{
	padding-left:36px;
	padding-right:15px;
	height: 50px!important;
	font-size: 1.8rem!important;
/*	color:rgb(217, 213, 208)!important;*/
	color:#000!important;
	border-top-width: 0px!important;
	border-bottom-width: 2px!important;
	border-right-width: 0px!important;
	border-left-width: 0px!important;
	border-color: #ede9e4!important;
	border-radius: 6px!important;
	letter-spacing:1px;
}

.wpcf7-form-control-wrap{
	/*-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 2px;*/
	position: relative;
}

.wpcf7-form-control-wrap:after{
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	position: absolute;
    top: 32px;
    left: 10px;

    color: var(--color-brown);
    font-size: 18px;
}

textarea{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px!important;
	padding-right:15px;
	min-height:200px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:rgb(217, 213, 208)!important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:rgb(217, 213, 208)!important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgb(217, 213, 208)!important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:rgb(217, 213, 208)!important;
    opacity: 1;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:rgb(217, 213, 208)!important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:rgb(217, 213, 208)!important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgb(217, 213, 208)!important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:rgb(217, 213, 208)!important;
    opacity: 1;
}
/****************************************************************
******** RESPONSIVE *********************************************
****************************************************************/
@media screen and (max-width: 767.98px) {


}

@media screen and (max-width: 575.98px) {
	/*Extra Small / xs */
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	/*Small / sm */
	

}

@media (min-width: 768px) and (max-width: 991.98px) {
	/* Medium / md */
	


}

@media (min-width: 992px) and (max-width: 1199.98px)  {
	/*Large / lg */

}

@media (min-width: 1200px) and (max-width: 1399.98px)  {
	/* Extra large / xl */


}

@media (min-width: 1400px) {
	/* Extra extra large / xxl */


}