/*

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
}



body{
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%;
	
	
}

body:not([class*="wp-admin"]){
	color:#000;
	margin:0;
	
	background:none;
	opacity: 1;
	transition: all 1s ease-out;
	overflow-x: hidden;
}

body.page-loaded{
	opacity: 1
}

body.aside-active{
	
	transform: translateX(30vw);
}

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){
	body.aside-active{
	
		transform: translateX(90vw);
	}
	
	
}


/* Smart Phones H */
@media only screen and (min-width:500px) and (max-width:760px){
	body.aside-active{
		transform: translateX(70vw);
	}
	
	
}


/* Tablets */
@media only screen and (min-width:761px) and (max-width:1000px) {
	body.aside-active{
		transform: translateX(50vw);
	}
}

/* end core styles  */



/******* Variables *******/
:root {
	--primary-color-1:rgb(0, 59, 87);
	--primary-color-2:rgb(20, 69, 92);
	--primary-color-3:rgb(61, 151, 253);

	--secondary-color-1:rgb(65, 39, 1);
	--secondary-color-2:rgb(141, 89, 10);
	--secondary-color-3:rgb(253, 192, 61);

	--black-100:rgb(0, 0, 0);
	--black-90:rgb(25.5, 25.5, 25.5);
	--black-80:rgb(51, 51, 51);
	--black-75:rgb(63, 63, 63);
	--black-50:rgb(128, 128, 128);
	--black-25:rgb(192, 192, 192);
	--black-0:rgb(255, 255, 255);
}


/* 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  */

