/*
    Theme Name: Fukasawa Child
    Text Domain: fukasawa
	Theme URI: http://www.andersnoren.se/teman/fukasawa-wordpress-theme-child/
	Version: 1.0
    Template: fukasawa
	Description: Fukasawa Child Theme
	Author: Anders Norén
	Author URI: http://www.andersnoren.se
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
*/


/*
-------------------------
       HEADER     
-------------------------
*/

.main-menu .current-menu-item:before {
	content:'';
}
.widget_nav_menu li:before {
	content: '';
}
img.rob-logo {
	height: 150px;
	margin: 0 50px 20px !important;
}

.main-menu:before {
	visibility: hidden;
	margin: 8px 0;
}

.widgets:before {
	margin: 35px 0;
}
.widget-content li {
	border-bottom: none;
}
.main-menu li {
	letter-spacing: 2px;
	color: #333;
	margin-right: -20px;
}
.main-menu li:hover {
	color: #999;
	font-weight: bold;
	letter-spacing: 3px;
}
.widget_nav_menu li {
	color: #333;
	letter-spacing: 1px;
}
.widget_nav_menu li:hover {
	color: #999;
	font-weight: bold;
	letter-spacing: 2px;
}
.widget_archive li:before, .widget_categories li:before, .widget_meta li:before, .widget_nav_menu li:before {
	margin-right: -10px;
}

/*
-------------------------
       MOBILE HEADER     
-------------------------
*/
div.social-menu-icons {
	float: none;
}
.mobile-menu .current-menu-item:before {
	content: '';
}
.mobile-navigation .blog-title a {
	color: #fff;
	margin: 2% 5%;
	border: 3px solid #fff;
}
.mobile-navigation .blog-title a:hover {
	color: #333;
	border-color: #333;
	background: #fff;
}	
.mobile-menu {
	padding: 2.5% 5%;	
}
.mobile-menu .menu-social {
	padding-top: 0;
}
.mobile-menu #social-menu a {
	color: #333;
	position: absolute;
	font-size: 1.2rem;
	padding-left: 30%;
	padding-top: 25%;
}
ul.mobile-menu.menu-social {
	margin: 0 0 0 0;
	padding: 0;
}




/*
-------------------------
       SOCIAL ICONS     
-------------------------
*/

#social-menu {
	display: inline-block;
	box-sizing: border-box;
}

ul.menu-social {
	margin: 8px;
	line-height: 45px;
}

li#social-menu {
	background-color: #fff;
	border: 1px solid #333;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 42px;
	margin-right: 10px;
}

div.social-menu-icons .menu-social a{
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	line-height: 41px;
	margin-left: 3px;
}

.menu-social a:hover{
	color: #ededed;
}

div.social-menu-icons {
	margin: 0 -20px 0 0;
}

/*
-------------------------
       VIDEO     
-------------------------
*/

.post-content a {
    color: #A62433 !important; 
}


