/*
 Theme Name:   Surfarama-rev
 Description:  Surfaramaをベースにカスタマイズしたテーマです。
 Version:      1.0.0
 Author:       DeltaBlade
 Author URI:   https://temp.edition.jp/wordpress/themes/

 Template:     surfarama
 
 License:      GNU General Public License v2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 -------------------------------------------------------------
 Original Theme Info:
 Theme Name:   Surfarama
 Theme URI:    http://wpthemes.co.nz/surfarama/
 Author:       WPThemes NZ
 Description: Surfarama is a bold and fun theme which uses the popular mason style layout on the home page and category pages to highlight imagery and make for a very visual presentation. It's perfect for travel and magazine style blogs heavy on the imagery. The theme is highly customizable with the ability to upload your own logo, set the background color (or image), the primary theme color and even color code the categories without any coding required.
 Version: 1.1.1
 Copyright:    Copyright (c) WPThemes NZ
 Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
 -------------------------------------------------------------
 
 Modificated by DeltaBlade (Copyright (c) 2026 DeltaBlade)
*/

.gallery img {
	box-shadow: 0px 0px 2px blue;
	border: 1px solid white;
	padding: 3%;
	background: white;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.gallery img:hover {
	background: #f2f2f2;
}

@media only screen and (max-width: 420px) {
	#container {
		width: 98%;
		max-width: 420px;
	}
	
	#search-box {
		width: 98%;
		max-width: 420px;
	}
	
	#search-box #s {
		width: 240px;
	}
	
	#search-box #searchform input[type=submit] {
		display: none;
	}
	
	#grid-wrap {
		width: 370px;
	}
	
	.grid-box {
		width: 353px;
		margin: 1.8% 0;
	}
	
	.grid-box.featured:first-child,
	.grid-box.latest {
		width: 353px;
	}

	
}

	#social-media a.social-tw {
		background-image: url(library/images/icon-tw.png);
		background-color: black;
	}
	
