/* MY CUSTOM STYLE THAT DOESN'TCHANGE FOR ALL WEBSITES */
/*Author: Bomi */

/*ittsy grittsy, start here */
*:focus {
    outline: none;
}
img{
	max-width: 100%;
	height: auto;
}
p {
    margin: 0 0 15px;
}
.nopad{
	padding: 0;
}
.nomarg{
	margin: 0;
}
.margtop{
	margin-top: 40px;
}
.site-inner{
	padding-top: 0;
}
.mobile-d{
	display: none;
}
@media(max-width:991px){
	.mobile-d{
		display: block;
	}
	.desktop-d{
		display: none;
	}
}
.container, .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 768px){
	.container {
    	max-width: none;
    	width: 100%;
    }
}
@media (min-width: 992px){
	.container {
    	max-width: none;
    }
}
@media (min-width: 1200px){
	.container {
    	width: 100%;
    	max-width: 1400px;
    	padding: 0 30px;
    }
}
@media (max-width: 979px){
	.container {
    	width: 100%;
    	max-width: none;
    }
}
/*ittsy grittsy ends here */

/*Backto top */
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	left:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(0,0,0,0.8) url(../images/up-arrow.png) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#ccc;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		left:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		left:30px;
		bottom:30px;
	}
}
/*end back to top*/

/* Stick footer to the bottom for short pages */
html, body {
	height: 100%;
}
.search .site-container, .error404 .site-container {
	height: 100%;
}
.search .site-inner, .error404 .content-sidebar-wrap {
	min-height: calc(100% - 198px);
	/* margin-bottom: -80px;  */
}
.search .site-footer, .search .site-inner:after, .error404 .site-footer, .error404 .content-sidebar-wrap:after {
	height: auto; 
}
/* End footer to the bottom stle */

/*404 Page starts here */
.bigtxt404{
	font-size: 200px;
	font-weight: bold;
}
.txt404{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-weight: normal;
}
.error404 .content{
	max-width: 100%;
}
@media (max-width: 650px){
	.bigtxt404{
		font-size: 150px;
	}
}
/*end 404 Page */

/* MY CUSTOM STYLE */