/*
Theme Name: Black Whale
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean,
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 4.0 - Elements
 * 9.0 - Clearings
 * 16.0 - Contact form
 * 17. Social menu
 */

/**
 * 4.0 Elements
 */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	width: 100%;
	/*max-width: 100%;*/
	/*vertical-align: middle;*/
}

/**
 * 9.0 Clearings
 */
.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/**
 * 17.0 Social menu
 */
.menu-socialmenu-container span{
	font-family: "Social" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	font-size: 1.3rem;
	line-height: 1;
	/*letter-spacing: 0;*/
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased !important;
}

/*  iPhone  */
@media all and (max-width: 409px) {
.menu-socialmenu-container span{
	margin: 0 2rem 2.7rem 0;
	float: left;
}
}
/* iPhone Bigger :D */
@media all and (min-width: 410px) and (max-width: 619px) {
.menu-socialmenu-container span{
	margin: 0 2rem 2.7rem 0;
	float: left;
}
}
/*  iPad Mac */
@media all and (min-width: 620px) and (max-width: 1099px) {
.menu-menu1-container{
	float: left;
}
.menu-socialmenu-container{
	float: right;
}
}
/* Mac BIG */
@media all and (min-width: 1100px) {
.menu-menu1-container{
	float: left;
}
.menu-socialmenu-container{
	float: right;
}
}
/* Burger. maybe. */
@media all and (max-width: 619px) {
.menu-socialmenu-container span{
	margin: 0 2rem 2.7rem 0;
	float: left;
}
}
/* Who the f*** knows */
@media all and (min-width: 620px) {
/*nav.main div{
	float: left;
}*/
.menu-menu1-container{
	float: left;
}
.menu-socialmenu-container{
	float: right;
}
}
