/*

Theme name: Basic Website
Author: Victor Donte
Version: 1.0
Description: A saywhot theme based on woset themes

*/


/******** Google Fonts *********/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,600i,700,700i,800,800i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/* end google font  */


/******* Dependencies *******/
@import "css/utils.css";
@import "css/header.css";
@import "css/main.css";
@import "css/tracker-app.css";
@import "css/footer.css";
@import "css/mobile/main.css";

@import "css/wo-page.css";

/* end Dependencies  */




/******* Core Styles *******/
.twitter-share-button{
    /* display:none !important  */
}

.item.twitter{ 
    /* display:none !important */
}

*{
	box-sizing:border-box;
	margin:0;
	padding:0
}

html {
	scroll-behavior: smooth;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	scroll-behavior: smooth;
	
}

body:not([class*="wp-admin"]){
	color:#000;
	margin:0;
	
	background:rgb(192, 197, 207);
	opacity: 1;
	transition: all 1s ease-out;
	overflow-x: hidden;
}

body.page-loaded{
	opacity: 1
}

body.aside-active{
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	position: relative;
}

body.aside-active:after{
    content: "";
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    top:0;
    left:0;
    width:200vw;
    height: 100vh;
    z-index: 1;
    background-color: rgba(0, 38, 82, 0.363);
    backdrop-filter: blur(0.05em);
}


body.hide-all-overflow{
	
	overflow-y: hidden !important;
	overflow-x: hidden !important;
}

body.hide-x-overflow{
	
	overflow-x: hidden !important;
}

body.hide-y-overflow{
	
	overflow-y: hidden !important;
	
}





a{
    text-decoration: none;
	color: inherit
}

ul{
	list-style:none;
	
}


button{
    transition: all 500ms ease;
}

button:focus{
    outline: none
}

button:active{
    transform: scale(0.95)
}

button:hover{
    opacity: 0.8

}




/* Smart Phones */
@media only screen and (min-width:320px) and (max-width:500px){
	
	
	
}


/* Smart Phones H */
@media only screen and (min-width:500px) and (max-width:760px){
	
	
	
}


/* Tablets */
@media only screen and (min-width:761px) and (max-width:1000px) {
	
}

/* end core styles  */



/******* Variables *******/
:root {
	--header-color1: rgb(2, 43, 119);
	--header-color2: rgb(255, 255, 255);
	--header-color3: rgb(255, 238, 0);  
	--header-color4: rgb(176, 202, 250);

	
	--footer-color1: rgb(30, 2, 41);
}


/* End Variables  */





/* Mobile */

/* Tablets */
@media only screen and (max-width:1000px) {
	
}



/* Smart Phones H */
@media only screen and (max-width:760px){
	
}


/* Smart Phones */
@media only screen and (max-width:500px){
	
}






/* End Mobile  */

