/*
Theme Name: Verb Child Theme
Theme URI: https://array.is/themes/verb-wordpress-theme/
Description: Verb is a super neat WordPress theme for squares.
Author: Array
Author URI: https://array.is
Version: 1.0
Template: verb
Tags: white, gray, white, two-columns, flexible-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, theme-options, translation-ready, photoblogging, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
This is a starter style.css file for your child theme. For more
information about child themes, visit the following web page:
http://codex.wordpress.org/Child_Themes
*/

/* Add your customizations below this line */

/**
.header-wrap {
	z-index: 9999; 
	position: fixed; 
	top: 0px;
	height: 75px;
	background-color: #3B5998;
}

#wrapper, .header, header, .container, .inside-wrap , #content {
	z-index: 10;
}
**/

.home #content {
	    width: 100%;
    }

    .inside-wrap {
		        margin: auto;

		}


.copyright {
margin-top: 5px;
line-height: 1.4em;
}

.hero h3 {
	margin-left: 3%;
	margin-right: 2.4%;
}

.post-box-wrap {
	margin-left: 3%;
}

#footer {
	background-color: white;
	margin: 0;
	padding-left: 10px;
}

#footer a:hover {color:black;}

#footer-inside {width:95%;}

.hero { 
	margin: 25px auto 25px auto ;
	text-align: center;	
}

.hero h2 { 
	font-size: 70px;
	line-height: 80px;
}

.header-nav { float:right;}

sup {
	position: relative;
	bottom: 1px;
	font-size: .8em;
	line-height: .8em;
	vertical-align:super;
	text-decoration:none;
}

small, .easy-footnote-single {font-size: 0.8em;}


.header-wrap {background-color: #3b5998;}

.easy-footnotes-wrapper {margin-left: 20px;}

.header-wrap { padding: 5px 50px;}
.header-nav {padding: 18px;}

#sidebar .widgettitle { font-size: 20px;}

.sidebar-portfolio h2 {margin-bottom: 0;}

.widget .portfolio-title {margin-bottom: 25px;}

.fb_unlike {margin: 25px 0;}



 @media screen and (max-width: 782px) {                                                                          
	#footer img {max-width: 360px} 
		       }

@media screen and (max-width:360px) {                                                                          
	#footer img {max-width: 300px; display: block; margin:0; padding:0;clear:both;} 
		       }
