/*
Theme Name: Walid Halab
Theme URI: http://walidhalab.com
Author: Walid Halab
Author URI: http://walidhalab.com/
Version: 1.4
License: walidhalab
Text Domain: walidhalab
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.contenthover-text { display:none!important}

.text-content p{margin:0 30px 15px 53px; text-indent:27px;}
.text-content h5{font-size:18px; margin:0 0 15px 53px;}
.text-content p + h5, .text-content ul + h5, .text-content ol + h5{margin-top:30px;}
.text-content ul, .text-content ol{font-size:15px; line-height:20px; margin:7px 0 7px 100px;}
.text-content ul{list-style:disc;}
.text-content ol{list-style:decimal;}
.text-content .collaboration-list ul{list-style:none; margin:0 12px 0 0;}
.collaboration-list ul li{margin:0; padding:10px 0;}
.collaboration-list.firstcol{margin-left:0px;}
.text-content, .slide-data, .contactdiv h1, .contactdiv address, .contactdiv address a{font-style: normal!important;}
.copyright a{margin-left:0;}