/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Masthead custom logo **/
#masthead .custom-logo {
	margin-left: 0vw !important;
}

/** General >> Post 90 entry title **/
#post-90 .entry-title {
	display: none !important;
}

/** General >> Masthead **/
#masthead {
	background-color: rgb(0, 0, 0) !important;
}

/** General >> Main **/
#main {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(0, 0, 0) !important;
	margin-right: -15vw !important;
	margin-left: -15vw !important;
}

/** General >> Colophon **/
#colophon {
	background-color: rgb(0, 0, 0) !important;
}

/** General >> Colophon site info **/
#colophon > .site-info {
	display: none !important;
}

/** General >> Masthead custom logo _2 **/
#masthead .custom-logo {
	
}

/** General >> Sgdg gallery container div:(1) **/
.sgdg-gallery-container > div:nth-of-type(1) {
	color: rgb(255, 255, 255) !important;
	display: none !important;
}

/** General >> Page _2 **/
#page {
	background-color: rgb(0, 0, 0) !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: 0vw !important;
}

/** General >> Post 90 entry footer **/
#post-90 > .entry-footer {
	display: none !important;
}

/** General >> Masthead grid **/
#masthead > .grid {
	margin-left: 40vw !important;
}

/** General >> Div:(1) link **/
.sgdg-gallery-container > div:nth-of-type(1) > a {
	color: rgb(255, 255, 255) !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

	/*= General =================== */

	/** General >> Masthead grid **/
	#masthead > .grid {
	
}

	/** General >> Main **/
	#main {
	
}


}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> Masthead grid **/
	#masthead > .grid {
	
}

	/** General >> Main **/
	#main {
	
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Masthead grid **/
	#masthead > .grid {
	
}

	/** General >> Main **/
	#main {
	
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Masthead grid **/
	#masthead > .grid {
	margin-left: 0vw !important;
}

	/** General >> Main **/
	#main {
	margin-right: -7vw !important;
	margin-left: -13vw !important;
}


}

